/** Shopify CDN: Minification failed

Line 101:15 Expected ":"

**/
.whind .product .product__info-wrapper {
  padding: 0 3rem;
}

.whind .product__quantity-buy-buttons {
  display: flex;
  gap: 1rem;
}

.whind .product-form__quantity {
  flex: 0 0 0;
}

.whind .product .quantity__input {
  border-left: solid black 0.1rem;
  border-right: solid black 0.1rem;
}

.whind .product .product-form {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .whind .product .product__info-wrapper {
    padding: 0 5rem;
    max-width: 50%;
    width: 50%;
    text-align: center;
  }

  .whind .product__media-wrapper {
    max-width: 50%!important;
    width: 50%!important;
  }
}

.whind .product__media-wrapper {
  overflow: hidden;
}

/* Layout */
.whind .product {
  margin-top: 3rem;
  text-align: center;
  border-bottom: 0.1rem solid #000;
  padding-bottom: 2rem;
  margin-bottom: 20rem;
}

.whind .section--main-product {
  margin-bottom: 5rem;
}
@media screen and (min-width: 750px) {
  .whind .product {
    margin-top: 0;
  }
}

@media screen and (min-width: 750px) {
  .whind .product>.grid__item {
    display: block;
    position: sticky;
    top: 8.5rem;
    z-index: 2;
    height: 100%;
  }
  .whind .product__media-wrapper .product__media-gallery {
    position: initial;
  }
}

@media screen and (min-width: 990px) {
  .whind .product>.grid__item {
    top: 10rem;
  }
}

@media screen and (min-width: 750px) {
  .product__info-wrapper.grid__item {
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 14rem);
  }
}

/* media */
.whind .product-media-container .media {
  padding-top: 125%;
}
@media screen and (min-width: 750px) {
  .whind .product-media-container .media {
    max-height: calc(100vh - 8.5rem);
    height: 100vh;
    padding-top
  }
}
@media screen and (min-width: 990px) {
  .whind .product-media-container .media {
    max-height: calc(100vh - 10rem);
  }
}

@media screen and (max-width: 749px) {
  .whind .thumbnail-slider .slider-button--prev {
    transform: translateX(1rem);
  }
  .whind .thumbnail-slider .slider-button--next {
    transform: translateX(-1rem);
  }
}

.whind .thumbnail img {
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .whind .thumbnail-slider {
    position: absolute;
    left: 0;
    bottom: 5rem;
    width: 100%;
    z-index: 20;
  }
  .whind .thumbnail-slider .thumbnail-list {
    gap: 1rem;
  }
}

.whind .thumbnail-slider .thumbnail {
  border-radius: 50%;
}

.whind .thumbnail:hover {
  opacity: 1;
}

.whind .thumbnail[aria-current],
.whind .thumbnail[aria-current]:focus:not(:focus-visible) {
  box-shadow: none;
} 

/* revews */
.whind .product .starts_rate {
  width: 100%;
  justify-content: center;
}
.whind .rating-star::before {
  -webkit-text-fill-color: unset;
}
.whind .product .yotpo-bottomline {
  text-align: center;
}
.whind .product .yotpo-bottomline .text-m {
  color: var(--brand-dark-blue)!important;
}

/* Price */
.whind .product .price * {
  font-family: var(--font-body-family);
  font-size: 1.8rem;
}

.whind .product__tax {
  display: none;
}

.whind .product .price {
  position: relative;
  padding-bottom: 2rem;
}

.whind .product .price:before {
  content: "";
  position: absolute;
  background-image: url(https://cdn.shopify.com/s/files/1/0555/8386/7063/files/Vector_03ef686a-ba98-4b38-8030-3adffc75cf06.svg?v=1655873570);
  background-size: contain;
  width: 12px;
  height: 12px;
  bottom: 0;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
}

/* Variants */
.whind variant-radios>* {
  margin: 2rem 2rem 3rem;
  max-width: 100%;
}

.whind .product-form__input input[type='radio'] + label {
  border-radius: 0;
}

/* Description */
.product-description .copy__truncated,
.show-more-toggle:checked + .product-description .copy__full,
.show-more-toggle:checked + .product-description .toggle__see-less {
  display: inline;
}

.product-description .copy__full,
.product-description .toggle__see-less,
.show-more-toggle:checked + .product-description .copy__truncated,
.show-more-toggle:checked + .product-description .toggle__see-more {
  display: none;
}

.product-description .show-more-label {
  font-weight: 800;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.product-description .show-more-label span {
  font-size: 1.4rem;
  font-family: var(--font-body-family);
}

.product-description__copy,
.product-description__copy * {
  font-size: 1.4rem;
  font-family: var(--font-body-family);
}

.product-description__copy * {
  text-align: left;
}

/* product form */
.whind .product-form__submit span,
.whind-legacy-buy-button button {
  text-transform: uppercase;
  font-family: var(--font-body-family);
  font-size: 1.2rem;
}
.whind-legacy-buy-button button {
  width: 100%;
  padding: 1.5rem;
  background: rgba(var(--color-button),var(--alpha-button-background));
  margin-bottom: 3rem;
  color: #FFF;
}
.whind .product-form {
  margin: 0;
}

/* Accordion */
.whind .product .wc-accordion:first-child {
  border-top: solid 0.1rem var(--brand-dark-blue);
}

.whind .product .wc-accordion {
  color: var(--brand-dark-blue);
  border-bottom: solid 0.1rem var(--brand-dark-blue);
}

.whind .product .wc-accordion .icon {
  stroke: none;
}

.whind .product .wc-accordion .faq__title {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-family: var(--font-heading-family);
}

.whind .product .wc-accordion__content p {
  font-family: var(--font-body-family);
  text-align: left;
  font-weight: 100;
  font-size: 1.4rem;
}

.whind .product .wc-accordion__content p:last-child {
  margin-bottom: 3rem;
}

/* Icons with text */
.product__icons-with-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin: 2rem auto 3rem;
}

.product__icons-with-text img {
  width: 2rem;
}

.product__icons-with-text span {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: var(--font-body-family);
}

/* Recomended products */

.whind .product_content--recommendations .title-wrapper-with-link {
  width: 100%;
}

.whind .product_content--recommendations .title-wrapper-with-link .title-wrapper-with-icon {
  display: flex;
}

.whind .product_content--recommendations .title-wrapper-with-link .title-wrapper-with-icon svg {
  margin-right: 1rem;
}


.whind .product__recommendations {
  gap: 4rem;
  border: none;
}

.whind .product__recommendations .owl-stage-outer {
  padding-left: 0;
}

.whind .product__recommendations .lg-item-card {
  border: none!important;
  padding: 0!important;
}

.whind .product__recommendations .lg-item-card {
  border: none!important;
}

.whind .product__recommendations .lg-item-card .lg-img-product {
  height: 0;
  padding-bottom: 128%;
}

.whind .product__recommendations .lg-item-card .lg-img-product img {
  top: 0;
}

.whind .product__recommendations.product__recommendations--carousel.owl-drag {
  flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .whind .product__recommendations .lg-item-card {
    padding-right: 3rem!important;
  }
}

@media screen and (min-width: 750px) and (max-width: 1200px) {
  .product__recommendations.product__recommendations--carousel[data-number-of-items="4"] .lg-item-card {
    width: unset!important;
  }
}

/* Recomemnded */

.product_item_card {
  margin-bottom: 0;
}

.whind .mpcollection-container {
  margin-top: 0;
}

.whind .mpcol-product-container {
  margin-bottom: 0;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  margin-right: 5px;
  border: 1px solid #a34d43;
}

.owl-carousel button.owl-dot.active {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a34d43;
  margin-right: 5px;
  border: 1px solid #a34d43;
}

/* Sale badge */
.whind .product .price .badge {
  display: none;
}