/** Shopify CDN: Minification failed

Line 1601:0 Expected "}" to go with "{"

**/
.product {
  margin: 0;
}

.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}

.product__media-wrapper {
  padding-left: 0;
}

.product__info-wrapper {
  padding-left: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 749px) {
  .product-section {
    margin-top: 0;
  }
}

@media screen and (min-width: 750px) {
  .product__info-container--sticky {
    position: sticky;
    top: 3rem;
    z-index: 2;
  }

  .product__info-wrapper {
    padding-left: 5rem;
  }

  .product__media-container .slider-buttons {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .product:not(.product--no-media) .product__media-wrapper {
    max-width: 64%;
    width: calc(64% - 1rem / 2);
  }

  .product:not(.product--no-media) .product__info-wrapper {
    padding-left: 4rem;
    max-width: 36%;
    width: calc(36% - 1rem / 2);
  }
}

/* Dynamic checkout */

.shopify-payment-button__button {
  border-radius: 0;
  min-height: 4.6rem;
  overflow: hidden;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), var(--alpha-button-border));
}

.shopify-payment-button__button--unbranded:focus {
  outline: 0.3rem solid rgb(var(--color-foreground));
  outline-offset: 0.3rem;
}

.shopify-payment-button__button--unbranded:focus-visible {
  outline: 0.3rem solid rgb(var(--color-foreground));
  outline-offset: 0.3rem;
}

.shopify-payment-button__button--unbranded:focus:not(:focus-visible) {
  outline: 0;
}

.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

/* Product form */

.product-form {
  display: block;
}

/* Form Elements */
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem 0;
  max-width: 37rem;
  min-width: fit-content;
  border: none;
}

variant-radios,
variant-selects {
  display: block;
}

.product-form__input--dropdown {
  margin-bottom: 1.6rem;
}

.product-form__input .form__label {
  padding-left: 0;
}

fieldset.product-form__input .form__label {
  margin-bottom: 0.2rem;
}

.product-form__input input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.product-form__input input[type="radio"] + label {
  border: 0.1rem solid rgba(var(--color-foreground), 0.55);
  border-radius: 200px;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  display: inline-block;
  padding: 8px 14px;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.64px;
}

.f-button__list {
  gap: 12px !important;
}

@media (min-width: 900px) {
  .product-form__input input[type="radio"] + label {
    padding: 8px 16px;
  }
}

.product-form__input input[type="radio"] + label:hover {
  border: 0.1rem solid rgb(var(--color-foreground));
}

.product-form__input input[type="radio"]:checked + label {
  background-color: #fbfaf6;
}

.product-form__input input[type="radio"]:disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.4);
  text-decoration: line-through;
}
.product-form__input input[type="radio"]:focus-visible + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Fallback */
.product-form__input input[type="radio"]:focus + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* No outline when focus-visible is available in the browser */
.product-form__input input[type="radio"]:focus:not(:focus-visible) + label {
  box-shadow: none;
}

.product-form__input .select {
  max-width: 25rem;
}

.product-form__submit[disabled] + .shopify-payment-button {
  display: none;
}

/* Overrides */
.shopify-payment-button__more-options {
  color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

/* Product info */

.product__info-container > * + * {
  margin: 1.5rem 0;
}

.product__info-container .product-form,
.product__info-container .product__description,
.product__info-container .share-button {
  margin: 2.5rem 0;
}

.product__text {
  margin-bottom: 0;
}

a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
}

.product__title {
  word-break: break-word;
  margin-bottom: 1.5rem;
}

.product__title + .product__text.caption-with-letter-spacing {
  margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing + .product__title {
  margin-top: 0;
}

.product__accordion .accordion__content {
  padding: 0 1rem;
}

.product .price {
  align-items: flex-start;
}

.product .price--sold-out .price__badge-sold-out {
  background: transparent;
  color: rgb(var(--color-background));
  padding: 1rem 1.6rem 0 0.6rem;
  border: none;
}

.product .price--sold-out .price__badge-sale {
  display: none;
}

@media screen and (min-width: 750px) {
  .product__info-container > *:first-child {
    margin-top: 0;
  }
}

.product__description-title {
  font-weight: 600;
}

.product--no-media .product__title,
.product--no-media .product__text {
  text-align: center;
}

.product--no-media fieldset.product-form__input,
.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown,
.product--no-media .share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown {
  flex-direction: column;
  max-width: 100%;
}

.product--no-media fieldset.product-form__input {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}

.product--no-media .product__info-container > modal-opener {
  display: block;
  text-align: center;
}

.product--no-media .product-popup-modal__button {
  padding-right: 0;
}

.product--no-media .price {
  justify-content: center;
}

.product--no-media .product__info-wrapper {
  padding-left: 0;
}

/* Product media */

@media screen and (max-width: 749px) {
  .product__media-list {
    margin-left: -2.5rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);
  }

  .product__media-wrapper slider-component {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .slider.product__media-list {
    padding-bottom: 0;
  }

  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }

  .product__media-list::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
  }

  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }

  .product__media-list .product__media-item {
    width: calc(100% - 3rem);
  }

  .product__media-list .product__media-item:first-of-type {
    padding-left: 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .product__media-item:first-child {
    width: 100%;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }

  .product__media-list .product__media-item {
    padding: 0 0 0.5rem;
    width: 100%;
  }
}

.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}

.product__media-icon {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 1;
  transition: color var(--duration-short) ease,
    opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
  opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
  cursor: zoom-in;
}

.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
  .grid__item.product__media-item--full {
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .product__media-icon {
    opacity: 0;
  }

  .product__modal-opener:hover .product__media-icon,
  .product__modal-opener:focus .product__media-icon {
    opacity: 1;
  }
}

.product__media-item > * {
  display: block;
  position: relative;
}

.product__media-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.product-media-modal {
  background-color: rgb(var(--color-background));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.product-media-modal[open] {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}

.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}

.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}

.product-media-modal__content > *:not(.active),
.product__media-list .deferred-media {
  display: none;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding-bottom: 2rem;
  }

  .product-media-modal__content > *:not(.active) {
    display: block;
  }

  .product-media-modal__content > *:first-child {
    padding-top: 2rem;
  }

  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product__media-list .deferred-media {
    display: block;
  }
}

.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
}

.product-media-modal__content .media {
  background: none;
}

.product-media-modal__model {
  width: 100%;
}

.product-media-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 1.2rem;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}

.product-media-modal__content .deferred-media {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content > * {
    max-width: 96%;
    width: 100%;
  }

  .product-media-modal__content > * + * {
    margin-top: 2rem;
  }

  .product-media-modal__toggle {
    right: 4.8rem;
    top: 3.5rem;
  }
}

@media screen and (min-width: 990px) {
  .product-media-modal__content > * {
    max-width: 98%;
  }

  .product-media-modal__content > * + * {
    margin-top: 1.5rem;
  }

  .product-media-modal__content {
    padding-bottom: 1.5rem;
  }

  .product-media-modal__content > *:first-child {
    padding-top: 1.5rem;
  }

  .product-media-modal__toggle {
    right: 4.3rem;
    top: 3rem;
  }
}

.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

/* Product share */

.share-button {
  display: block;
  position: relative;
}

.share-button__button .icon-share {
  margin-right: 1rem;
}

.share-button__fallback {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  background: rgb(var(--color-background));
  padding: 2rem;
  position: absolute;
  top: 4rem;
  left: -0.1rem;
  z-index: 3;
  width: 100%;
}

.share-button__fallback {
  display: flex;
  flex-direction: column;
}

.share-button__fallback .button {
  margin-top: 1rem;
}

.share-button__fallback .icon-clipboard {
  height: 1.4rem;
  width: 1.8rem;
}

.share-button__message:not(:empty) {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  margin-top: 0.5rem;
}

/* Product popup */

.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.product-popup-modal__content {
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: 80%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }
}

.product-popup-modal__content img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }
}

.product-popup-modal__opener {
  display: block;
}

.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.product-popup-modal__button:hover {
  text-decoration-thickness: 0.2rem;
}

.product-popup-modal__content-info {
  padding-right: 4.4rem;
}

.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content-info > * {
    max-height: 100%;
  }
}

.product-popup-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}

.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

.gift-package__heading {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gift-package__title {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.64px;
  margin: 0;
}

.gift-package__label {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: rgba(53, 48, 48, 0.75);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.wt-product__upsell__info .card__title {
  font-family: "Domine", serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.24px;
  color: rgba(53, 48, 48, 0.85);
  margin-bottom: 7px;
}

.wt-product__upsell__info .price-item {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.24px;
  vertical-align: middle;
  color: rgba(53, 48, 48, 0.95);
}

@media (min-width: 900px) {
  .gift-package__heading {
    margin-bottom: 12px;
  }
  .wt-product__upsell__info .card__title {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.32px;
  }
  .wt-product__upsell__info .price-item {
    font-size: 14px;
  }
}

.gift-package__options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

@media (min-width: 900px) {
  .gift-package__options {
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap;
  }
}

.gift-package__card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 12px;
  border: 1px solid #3530303d;
  border-radius: 8px;
  cursor: pointer;
  height: auto;
}

.gift-package__card--premium,
.gift-package__card--super {
  flex: 1;
}

.gift-package__radio {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

/* Checkmark */
.gift-package__card svg {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.gift-package__radio:checked + svg {
  opacity: 1;
  visibility: visible;
}

/* Active border */
.gift-package__card:has(.gift-package__radio:checked) {
  border: 2px solid #353030cc;
  background: #fcfbf8;
}

.gift-package__content {
  display: flex;
  flex-direction: row;
  gap: 24px;
  position: relative;
  width: 100%;
}

.gift-package__image-stack {
  flex-shrink: 0;
  margin: 0;
  position: relative;
  width: 101px;
  height: 101px;
}

.gift-package__image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gift-package__image-wrapper {
  margin: 0;
  flex-shrink: 0;
  width: 101px;
  height: 101px;
}

.gift-package__image-layer.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.gift-package__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
  justify-content: center;
}

.gift-package__name {
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #353030;
  margin: 0;
}

.gift-package__price {
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.64px;
  color: #353030;
}

/* Color dots */
.gift-package__color-dot-wrapper {
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.gift-package__color-dot-wrapper--active {
  border: 1px solid #35303026;
}
.gift-package__colors {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 10;
}

.gift-package__color-dot {
  width: 18px;
  height: 18px;
  border-radius: 200px;
  cursor: pointer;
  border: none;
}

.gift-package .product-video-popup {
  margin: 0;
}

/* Benefit icons */
.product-benefit-icons {
  margin-top: 20px;
}

.product-benefit-icons__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 16px;
}

.product-benefit-icons__item {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.product-benefit-icons__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 51px;
  max-height: 51px;
  margin: 0;
}

.product-benefit-icons__icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product-benefit-icons__text {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: rgba(53, 48, 48, 0.8);
  margin-block: 0 !important;
  max-width: 200px;
}

@media (min-width: 900px) {
  .product-benefit-icons {
    margin-top: 10px;
  }

  .product-benefit-icons__container {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    padding-bottom: 24px;
  }
  .product-benefit-icons__item {
    flex-direction: column;
  }
  .product-benefit-icons__icon-wrapper {
    max-width: 53px;
  }
  .product-benefit-icons__text {
    text-align: center;
  }
}

.wt-product__price {
  margin-bottom: 16px;
}

.product-video-popup {
  margin-bottom: 12px;
}
.variant-picker-wrapper {
  margin-bottom: 32px;
}
.wt-product__main .wt-product__sku {
  margin-bottom: 16px !important;
  font-family: 'Poppins';
}

/* Product labels */
.product-labels {
  display: flex;
  column-gap: 6px;
  row-gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.product-labels__item {
  padding: 4px 16px;
  background-color: #edf5ea;
  border: 1px solid #353030;
  border-radius: 200px;

  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.48px;
  vertical-align: middle;
  color: #353030cc;
}
@media (min-width: 900px) {
  .product-labels {
    row-gap: 16px;
    column-gap: 12px;
  }
  .product-labels__item {
    font-size: 14px;
  }
  .product-video-popup {
    margin-bottom: 32px;
  } 
  .variant-picker-wrapper {
    margin-bottom: 24px;
  }
}

/* === Video Popup === */

/* Container for trigger */
.product-video-popup__trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: "Red Hat Display", sans-serif !important;
  border-radius: 0;
  text-transform: none;
}

.product-video-popup__trigger:hover,
.product-video-popup__close:hover {
  background: transparent !important;
  color: #353030f2 !important;
}

.product-video-popup__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-video-popup__text {
  font-family: "Red Hat Display", sans-serif !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: rgba(53, 48, 48, 0.95);
}

/* Overlay */
.product-video-popup__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hidden {
  display: none;
}

/* Modal */
.product-video-popup__modal {
  position: relative;
  background: white;
  border-radius: 12px;
  padding: 48px 16px;
  max-width: 570px;
  width: 100%;
}

.product-video-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* Content inside modal */
.product-video-popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-video-popup__content iframe {
  border-radius: 12px;
  width: 220px;
  height: 392px;
}

.product-video-popup__title {
  font-family: "Domine", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: rgba(53, 48, 48, 0.9);
  text-align: center;
  margin-bottom: 12px;
}

.product-video-popup__video-wrapper video {
  width: 220px;
  height: 392px;
  display: block;
}

.product-video-popup__button {
  margin-top: 20px;
  padding: 16px 48px;
  background-color: #b0c4de;
  color: rgba(53, 48, 48, 0.9);
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.04em;
  border: 1px solid rgba(53, 48, 48, 0.4);
  border-radius: 2000px;
  cursor: pointer;
  text-transform: none;
}

.product-video-popup__button:hover {
  opacity: 0.9;
}

.variant-picker-wrapper {
  position: relative;
}

.variant-picker-label {
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 20;
}

.wt-product__option__title {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.64px;
  vertical-align: middle;
  color: rgba(53, 48, 48, 0.95);
}

@media(min-width: 993px) {
  .wt-product__option__title {
    margin-bottom: 12px;
  }
  .product-video-popup__button {
    font-size: 20px;
  }
}

@media (max-width: 899px) {
  .variant-picker-label {
    position: absolute;
    right: unset;
    z-index: 20;
    left: 0;
    top: 25px;
  }
  .wt-product__option__title {
    padding-bottom: 30px;
  }
  .wt-product__options--no-size-video .wt-product__option__title {
    padding-bottom: 0;
  }

  .wt-product__option__title--color {
    padding-bottom: 0;
  }
}

.wt-collapse__trigger__title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Domine";
  line-height: 120%;
  color: #353030e5;
  margin: 0;
}

.wt-collapse__target ul {
  padding-left: 25px;
  list-style-type: disc;
}

.wt-collapse__target ul * {
  font-family: "Red Hat Display";
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
}

/* STYLE OVERRIDES */
.wt-product__name{
  color: #023731;
  font-weight: 500;
  font-family: "Abril Fatface", serif;
}

.product-labels__item {
  color: #023731;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.wt-product__price .money.buckscc-money {
  font-weight: 500;
  color: #023731 !important;
  font-family: "Poppins", sans-serif;
}

.wt-product__price .product__tax {
  font-weight: 500;
  color: #023731 !important;
  font-family: "Poppins", sans-serif !important;
}

.gift-package__title {
  color: #023731;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.gift-package .gift-package__label {
  color: #023731;
  font-weight: 300;
  font-family: "Poppins", sans-serif !important;
}

.gift-package .gift-package__label > svg path {
  fill: #023731;
}

.button.product-form__submit,
.wt-product__sticky-buy__button {
  color: #fff;
  background: #FF7199;
  font-weight: 600;
  font-family: 'Poppins';
}

.button.product-form__submit:hover,
.button.product-form__submit:focus-visible {
  color: #fff;
  background: #0a6258;
}

.gift-package__text > * {
  color: #023731;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.product-benefit-icons__text {
  color: #023731;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.complementary-products__container .summary__title--h3 {
  color: #023731;
  font-weight: 400;
  font-family: "Poppins", serif;
}

.wt-product__upsell__content .card__subtitle {
  color: #0a6258;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
}

.wt-product__upsell__content .card__title > a {
  color: #023731;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.wt-product__upsell__content .card__title > a:hover {
  color: #0a6258;
}

.wt-product__upsell__content .price__container .price-item {
  color: #023731;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.wt-product__upsell__button .form__send__button {
  color: #fff;
  font-weight: 300;
  background: #FF7199;
  border-color: #FF7199;
  font-family: "Poppins", sans-serif;
  transition: background .3s ease-in, 
    color .3s ease-in,
    border .3s ease-in;
}

.wt-product__upsell__button .form__send__button:hover,
.wt-product__upsell__button .form__send__button:focus-visible {
  color: #fff;
  background: #0a6258;
  border-color: #0a6258;
}

.wt-collapse__trigger__title {
  color: #023731;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.wt-collapse__target--text li::marker {
  color: #023731;
}

.wt-collapse__target--text li,
.wt-collapse__target--text li .label,
.wt-collapse__target__content {
  color: #023731;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

/* Druga sekcija */
.section-image-banner .hero__subheading.hero {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.section-image-banner .hero__title.hero {
  font-family: "Abril Fatface", serif;
}

.section-image-banner .hero__text > p {
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

/* Treca sekcija */
.headline__title {
  color: #023731;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.wt-benefits-product__icon-item-heading {
  color: #023731;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.wt-benefits-product__icon-item-text.rte {
  color: #023731;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

/* Cetvrta sekcija */
.hero--video-background .hero__title {
  color: #023731;
  font-family: "Abril Fatface", serif;
}

.hero--video-background .hero__text > p {
  color: #023731;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

/* Peta sekcija */
.wt-keys .wt-keys__text > p {
  color: #023731;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

/* Sedma sekcija */
.wt-featured-collection .headline__title {
  color: #023731;
  font-family: "Abril Fatface", serif;
}

.wt-featured-collection .jdgm-prev-badge__text {
  color: #023731;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.wt-featured-collection .wt-product__sku {
  color: #023731;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
}

.wt-featured-collection .card__title {
  color: #023731;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.wt-featured-collection .card__subtitle {
  color: #023731;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
}

.wt-featured-collection .price-item {
  color: #023731;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

/* Button Recommended Product Card */
.card__quick-add-container .button--full-width,
.card__quick-add-container--desktop .button--full-width {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  padding-block: 12px;
  padding-inline: 50px;
  background: #FF7199;
  border-color: #FF7199;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  transition: background .3s ease-in, 
    color .3s ease-in,
    border .3s ease-in;
}

.card__quick-add-container .button--full-width:hover,
.card__quick-add-container .button--full-width:focus-visible,
.card__quick-add-container--desktop .button--full-width:hover,
.card__quick-add-container--desktop .button--full-width:focus-visible {
  color: #fff;
  background: #0a6258;
  border-color: #0a6258;
}

/* Button View All */
.wt-featured-collection__button-container .hero__button--primary {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  padding-block: 12px;
  padding-inline: 50px;
  background: #FF7199;
  border-color: #FF7199;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  transition: background .3s ease-in, 
    color .3s ease-in,
    border .3s ease-in;
}

.wt-featured-collection__button-container .hero__button--primary:hover,
.wt-featured-collection__button-container .hero__button--primary:focus-visible {
  color: #fff;
  background: #0a6258;
  border-color: #0a6258;
}

@media screen and (max-width: 768px) {
  .wt-featured-collection__button-container .hero__button--primary {
    font-size: 14px;
    padding-block: 10px;
}
