@import 'https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css';
@property --htmlWidth {
  syntax: "<length>";
  inherits: true;
  initial-value: 0;
}
:root {
  --spc-v-t: 3em;
  --spc-v-b: 3em;
  --spc-v: 3em 3em;
  --spc-v-hlf: 1.5em 1.5em;
  --hdng-sz-h1: 3.2em;
  --hdng-sz-h2: 2.8em;
  --hdng-sz-h3: 2.4em;
  --hdng-sz-h4: 2em;
  --hdng-sz-h5: 1.6em;
  --hdng-sz-h6: 1.2em;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.wpcf7-submit, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  margin-bottom: 0;
  padding: 0.4em 1.5em 0.5em;
  font-weight: 500;
  font-family: Lato, sans-serif;
  line-height: 1;
  border-radius: 1000px;
  font-size: inherit;
  cursor: pointer;
  word-wrap: break-word;
  user-select: none;
  text-decoration: none;
  background-image: none;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  background-color: #a60033;
  color: #fff;
}
.wpcf7-submit:is(:hover, :focus, :active), .woocommerce #respond input#submit.alt:is(:hover, :focus, :active),
.woocommerce a.button.alt:is(:hover, :focus, :active),
.woocommerce button.button.alt:is(:hover, :focus, :active),
.woocommerce input.button.alt:is(:hover, :focus, :active) {
  background-color: rgb(63, 64, 71);
}

div#wpcf7-f148-p7-o1 {
  display: block;
  margin: 0 auto;
  width: 250px;
}

.woocommerce div.product .product_title {
  color: #a60033;
  font-weight: bold;
}
.yith-wcwl-wishlistexistsbrowse {
  padding: 20px;
  margin-bottom: 10px;
  background-color: #f7f8f9;
}

.yith-wcwl-add-button {
  margin-bottom: 10px;
}

.wishlist-title-container {
  text-align: center;
  padding-top: 10px;
}

.woocommerce-loop-product__title {
  font-family: nunito;
}

#tab-description h2:first-of-type {
  display: none;
}

.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
  gap: 1em;
}

background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

.background-video-content {
  position: relative;
  z-index: 1;
}

video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.flex-control-thumbs {
  display: flex;
}



/*# sourceMappingURL=frontend.css.map */
