/** Shopify CDN: Minification failed

Line 2828:51 Unexpected "{"

**/
.product .custom-liquid {
  margin-bottom: 1.5rem;
}
.product__outer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 0;
}

/* ============================================================
   SWIPER PRODUCT GALLERY — replaces Flickity layout
   ============================================================ */
/* Thumb nav buttons — desktop only */
.thumb-nav-btn {
  display: none;
  width: 80px;
  height: 32px;
  background: #FAFAFA;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

.thumb-nav-btn svg {
  width: 11px;
  height: 17px;
}

/* UP arrow — rotate SVG to point up (SVG is already up-arrow) */
.thumb-nav-btn--prev svg {
  transform: none;
}

/* DOWN arrow — flip vertically */
.thumb-nav-btn--next svg {
  transform: none;
}

@media (min-width: 992px) {
  .thumb-nav-btn {
    display: flex;
  }
}

/* Hide when Swiper says beginning/end */
.thumb-nav-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

/* Stack: btn → swiper → btn */
.product-thumb-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;    /* aa add karo */
  padding: 2px;
}
/* Wrapper: flex row — thumb col left, main col right */
.product-swiper-wrapper {
  display: flex;
  flex-direction: column-reverse; /* mobile: main on top, thumbs below */
  gap: 4px;
}

@media (min-width: 992px) {
  .product-swiper-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}

/* LEFT: Thumbnail column */
.product-thumb-col {
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .product-thumb-col {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .product-thumb-col {
    width: 80px;
    margin-right: 8px;
  }
}

/* Swiper thumb container */
.product__thumb-swiper {
  width: 100%;
  overflow: hidden;
  max-height:435px;
}

@media (min-width: 992px) {
  .product__thumb-swiper {
    height: 500px; /* matches main image height */
  }
}

/* Thumb slides */
.product__thumb-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .product__thumb-slide {
    width: 80px !important;
    height: 80px !important;
  }
}

@media (min-width: 992px) {
  .product__thumb-slide {
    width: 76px !important;
    height: 76px !important;
  }
}

.product__thumb-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-color: rgb(var(--color-base-button-background));
}

.product__thumb-slide .product__media {
  width: 100%;
  height: 100%;
}

.product__thumb-slide .product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT: Main swiper column */
.product-main-col {
  flex: 1;
  min-width: 0;
}

/* Hide Swiper default pagination/arrows (we use custom arrows) */
.product__main-swiper .swiper-pagination,
.product__main-swiper .swiper-button-next,
.product__main-swiper .swiper-button-prev {
  display: none;
}

/* Main slides */
.product__main-swiper .swiper-slide {
  width: 100%;
}

/* Custom arrows — make visible (were hidden for flickity) */
.product-main-col .product__media-list-wrapper-outer-arrow {
  opacity: 1;
  visibility: visible;
}

/* Swiper thumb — horizontal scrollbar hide on mobile */
.product__thumb-swiper .swiper-wrapper {
  /* horizontal on mobile */
}

@media (max-width: 991px) {
  .product__thumb-swiper {
    height: auto;
    padding-bottom: 4px;
  }
}


@media (min-width: 750px) {
  .product__outer {
    flex-direction: row;
  }
}
@media (min-width: 1500px) {
  .product__outer {
    gap: 40px;
  }
}
@media (min-width: 750px) {
  .product__media-wrapper {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .product__media-wrapper {
    width: calc(50% - 8px);
  }
}
@media (min-width: 750px) {
  .product__media-wrapper--desktop-order {
    order: 1;
  }
}
@media (max-width: 749px) {
  .product__media-wrapper--mobile-order {
    order: 1;
    width: 100%;
  }
}
@media (min-width: 750px) {
  .product__media-list-wrapper {
    position: sticky;
    top: 6.8rem;
  }
}
@media (min-width: 990px) {
  .product__media-list-wrapper {
    top: 4rem;
  }
}
.product__info-container .product-form {
  margin: 0;
}
.product__info-container .share-button {
  margin-top: 1rem;
}
.product__description {
  margin-bottom: 3.5rem;
  max-width: 42rem;
}
@media (min-width: 750px) {
  .product__media-container .slider-buttons {
    display: none;
  }
}
@media (min-width: 750px) {
  .product__info-wrapper {
    width: calc(50% - 8px);
    /* margin-top: 26px; */
  }
}
@media (min-width: 1200px) {
.product__info-wrapper {
    width: calc(50% - 8px);
    max-width: 586px;
    margin-left: 0;
    margin-right: auto;
}
}
.product__title__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
.product__title {
  word-break: break-word;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
  line-height: 1;
}
.product__text {
  font-size: 1.1rem;
  font-weight: var(--font-button-weight);
  letter-spacing: 0.075em;
  color: rgb(var(--color-base-text));
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.product__text.subtitle {
  font-size: 1rem;
}
.product__text a {
  text-decoration: none;
  color: inherit;
  transition: opacity var(--duration-default);
}
.product__text a:hover {
  opacity: 0.7;
}
.product__sku {
  font-size: 1.6rem;
  color: rgb(var(--color-foreground));
  margin: 0 0 2.4rem;
}
.product a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}
.product__accordion .accordion__content {
  padding: 0 1rem;
}
.product .price--sold-out .price__badge-sale {
  display: none;
}
.product__additional-wrapper {
  margin-top: 6rem;
  border-top: 0.1rem solid rgba(var(--color-base-text), 0.2);
}
@media (min-width: 990px) {
  .product__additional-wrapper {
    margin-top: 17rem;
  }
}
.product__additional {
  display: block;
  gap: 0.5rem;
  padding: 3rem 0 1.5rem;
  border-bottom: 0.1rem solid rgba(var(--color-base-text), 0.2);
  cursor: pointer;
  transition: var(--duration-default);
}
@media (min-width: 990px) {
  .product__additional {
    display: flex;
    align-items: flex-start;
    padding: 8.6rem 0;
  }
}
.product__additional:hover .product__additional-title svg {
  transform: translateX(0.5rem);
}
.product__additional:hover .product__additional-title span {
  background-size: 100% 0.2rem;
}
.product__additional.active .product__additional-title svg {
  transform: rotate(90deg);
}
.product__additional-title {
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem;
  flex: 0 0 42%;
}
@media (min-width: 990px) {
  .product__additional-title {
    margin: 0;
  }
}
.product__additional-title span {
  display: inline;
  background: no-repeat 0 100%;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 0.2rem;
  transition: background-size var(--duration-long) ease;
}
.product__additional-title span p {
  margin: 0;
}
.product__additional-title svg {
  max-width: 4rem;
  width: 100%;
  height: 2rem;
  margin-right: 5rem;
  transition: var(--duration-default);
}
@media (min-width: 990px) {
  .product__additional-title svg {
    max-width: 6.2rem;
    height: 3rem;
  }
}
.product__additional-description {
  display: none;
  flex: 0 0 50%;
  margin-top: 4rem;
}
@media (min-width: 990px) {
  .product__additional-description {
    margin-top: 0;
  }
}
.product__additional-description ul{
  color:#000;
  margin-left:0 !important;
}
.product__additional-description ul li{
  margin-top:0;
  margin-bottom:0;
}
.product__media-list-wrapper-outer {
  position: relative;
  user-select: none;
}
.product__media-list-wrapper-outer .product__media-list-wrapper-outer-arrow {
  width: 63px;
  height: 63px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--duration-default);
  /* opacity: 0; */
  /* visibility: hidden; */
}
.product__media-list-wrapper-outer .product__media-list-wrapper-outer-arrow svg {
  color: rgb(var(--color-base-outline-button-labels));
}
.product__media-list-wrapper-outer .product__media-list-wrapper-outer-arrow_next {
  right: 25px;
}
.product__media-list-wrapper-outer .product__media-list-wrapper-outer-arrow_next:hover {
  transform: translateX(3px) translateY(-50%);
}
.product__media-list-wrapper-outer .product__media-list-wrapper-outer-arrow_prev {
  left: 25px;
}
.product__media-list-wrapper-outer .product__media-list-wrapper-outer-arrow_prev:hover {
  transform: translateX(-3px) translateY(-50%);
}
.product__media-list {
  width: 100%;
  height: 100%;
  outline: 0.1rem solid var(--color-border);
  overflow: hidden;
}
.product__media-list .product__media {
  height: auto;
}
.product__media-list .product__media img {
  width: 100%;
  display: block;
  position: static;
}
.product__media-list:not(.slick-initialized) {
  display: none;
}
.product__media-list .slick-track {
  height: auto;
}
.product__media-list .slider__slide {
  height: auto;
}
.product__media {
  height: 100%;
  background-color: rgb(var(--color-base-background-2));
}
.product__media img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  will-change: auto !important;
  -webkit-transform: none !important;
  transform: none !important; */
  vertical-align: bottom;
}
.product__media-sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__media-sublist:not(.flickity-enabled) {
  display: none;
}
.product__media-sublist .slick-track {
  margin-left: 0;
}
.product__media-sublist .slider__slide:hover + .is-selected .product__media {
  border-left-color: transparent !important;
}
.product__media-sublist .slider__slide:hover .product__media {
  border-color: rgb(var(--color-base-button-background));
  position: relative;
  z-index: 3;
}
.product__media-sublist .slider__slide.is-selected {
  position: relative;
  z-index: 3;
}
.product__media-sublist .slider__slide.is-selected + .slider__slide:hover .product__media {
  border-left-color: transparent;
}
.product__media-sublist .slider__slide.is-selected + .slider__slide + .slider__slide .product__media {
  border-left-color: transparent;
}
.product__media-sublist .slider__slide.is-selected + .slider__slide + .slider__slide:hover .product__media {
  border-left-color: rgb(var(--color-base-button-background));
}
.product__media-sublist .product__media {
  position: relative;
  height: 0;
  padding-top: 100%;
  border: 1px solid #BDBDBD;
  cursor: pointer;
  box-sizing: border-box;
  transition: var(--duration-default);
}
.product__media-sublist .product__media img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product__media-subitem {
  width: 100%;
  overflow: hidden;
}
.product .is-selected.product__media-subitem .product__media {
  border-color: rgb(var(--color-base-button-background)) !important;
}
.product noscript .product__media img {
  max-width: 100%;
  height: auto;
}
.product__tags {
  margin-top: 0;
  margin-bottom: 2.2rem;
}
.product .price dd {
  margin: 0 1.2rem 0 0;
}
.product .price-wrapper {
  margin-top: 0;
  margin-bottom: 2.8rem;
  letter-spacing: -0.02em;
}
.product .price-item {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}
.product .price--on-sale .price-item--regular {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgb(var(--color-error));
  text-decoration-color: rgb(var(--color-error));
}
.product .select svg {
  color: var(--color-title-text);
}
.product .select__select {
  height: 5rem;
  background-color: transparent;
  box-shadow: none;
  text-transform: none;
  font-weight: 400;
}
.product__pickup-availabilities {
  margin-top: 0;
  margin-bottom: 3rem;
}
.product .share-buttons {
  margin-bottom: 3rem;
}
.product .product__info-container .product-form__controls-group label.color-swatch {
  background-color: transparent;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  padding: 0;
  border: none;
}
.product .product__info-container .product-form__controls-group label.color-swatch::before {
  content: "";
  position: static;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: transparent !important;
  border: 0.1rem solid var(--color-border);
  transition: border-color var(--duration-default);
}
.product .product__info-container .product-form__controls-group label.color-swatch::after {
  width: 1.5rem;
  height: 1.5rem;
}
.product .product-form__colors-wrapper .product-form__controls-group {
  gap: 0;
  margin-left: -0.6rem;
  margin-top: -0.6rem;
}
.product .product-form__colors-wrapper .product-form__controls-group input:checked:not(.disabled) + label.color-swatch::before,
.product .product-form__colors-wrapper .product-form__controls-group input + label.color-swatch:hover::before {
  border-color: rgb(var(--color-button));
}
.product .product-form__colors-wrapper .product-form__controls-group input.disabled + label.color-swatch:before {
  content: "";
  position: static;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: transparent !important;
  border: 0.1rem solid var(--color-border);
  transform: none;
}
.product .product-form__colors-wrapper .product-form__controls-group input.disabled + label.color-swatch span {
  clip: unset;
  pointer-events: none;
  overflow: visible;
  font-size: 0;
}
.product .product-form__colors-wrapper .product-form__controls-group input.disabled + label.color-swatch span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.2rem;
  height: 0.2rem;
  clip-path: unset;
  z-index: 1;
  background-color: var(--color-border);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 1440px) {
  .product--no-media .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background-position: 18rem center;
  }
}
.product--no-media .product__description {
  margin: 1.6rem auto 1.6rem auto;
}
@media (min-width: 990px) {
  .product--no-media .product__info-container {
    padding-left: 0;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .product--no-media .product__info-container {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .product--no-media .product__info-wrapper {
    max-width: 57rem;
    width: 100%;
  }
}

/* Product-tags */
.product-tags {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.product-tags__tag {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.6);
  background-color: rgba(var(--color-base-background-2));
  padding: 0 1.1rem;
}
.product-tags__tag .icon {
  width: 0.847rem;
  margin-left: 0.8rem;
  color: rgb(var(--color-title-text));
}

.product-parameters {
  margin-top: 0;
  margin-bottom: 3.2rem;
  pointer-events: all;
}
.product-parameters__quantity {
  flex: 0 0 100%;
  margin-top: 1.2rem;
}
@media (min-width: 990px) {
  .product-parameters__quantity {
    flex: 0 0 50%;
  }
}

.slider__slider .slick-track,
.slider__slider .slick-list {
  width: 100%;
}

.product-recommendations--single {
  width: 100%;
  margin-top: 8rem;
  margin-bottom: 3rem;
}
.product-recommendations--single .card-wrapper {
  display: flex;
}
.product-recommendations--single .card-wrapper:hover .card-information > svg {
  transform: translateX(0.5rem);
}
.product-recommendations--single .card-wrapper + .card-wrapper {
  margin-top: 1.5rem;
}
.product-recommendations--single .card--product {
  min-width: 9.8rem;
  max-width: 9.8rem;
  height: 11rem;
  border-right: 1px solid var(--color-border);
}
.product-recommendations--single .card--product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-recommendations--single .card-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  padding: 1rem 3rem;
}
@media (min-width: 750px) {
  .product-recommendations--single .card-information {
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .product-recommendations--single .card-information {
    padding: 1rem 3rem;
  }
}
.product-recommendations--single .card-information > svg {
  transition: var(--duration-default);
}
.product-recommendations--single .card-information__bottom {
  margin-top: 0.8rem;
}
.product-recommendations--single .card__title {
  font-size: 2rem;
  word-break: break-word;
}
.product-recommendations--single .price {
  font-size: 1.1rem !important;
}
.product-recommendations--single .price-item {
  font-size: 1.1rem !important;
}

/* Dynamic checkout */
.shopify-payment-button__button {
  min-height: 5rem;
}

.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  background-color: rgb(var(--color-base-button-background));
  border: 1px solid rgb(var(--color-base-button-background));
  border-radius: 2px;
  min-height: 5rem;
  padding: 1em;
  overflow: hidden;
  font-size: 1.1rem;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7245 7.5C13.8018 6.1141 11.7357 3.30033 11.5003 0H12.3741C12.7079 4.23944 16.3736 7.57895 20.8466 7.57895C21.0666 7.57895 21.2845 7.57087 21.5003 7.55502V8.44498C21.2845 8.42913 21.0666 8.42105 20.8466 8.42105C16.3736 8.42105 12.7079 11.7606 12.3741 16H11.5003C11.7357 12.6997 13.8018 9.8859 16.7245 8.5H0.5V7.5H16.7245Z' fill='white'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: calc(50% + 70px) center;
  position: relative;
}
@media (min-width: 990px) {
  .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    padding: 1em 5em 1em 2em;
    background-position: calc(50% + 42px) center;
  }
}
@media (min-width: 1200px) {
  .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background-position: calc(50% + 35px) center;
  }
}
@media (min-width: 1440px) {
  .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background-position: 14rem center;
  }
}

.shopify-payment-button__button--unbranded:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100% + 1px));
  transition: var(--duration-default);
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
  background-color: rgb(58, 42, 37);
  filter: brightness(1);
  z-index: -1;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), 0.9);
  box-shadow: none;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.07rem;
  transition: var(--duration-default);
}

.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgb(var(--color-button));
  background-position: calc(50% + 75px) center;
}
@media (min-width: 1200px) {
  .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-position: calc(50% + 40px) center;
  }
}
@media (min-width: 1440px) {
  .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-position: 14.5rem center;
  }
}

.shopify-payment-button__button--unbranded:hover:after {
  transform: translateY(0);
}

.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 {
  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;
}
.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.product-form__error-message-wrapper svg {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
  margin-top: 0.5rem;
}
.product-form__wrapper {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
@media (min-width: 750px) {
  .product-form__wrapper {
    width: 50%;
  }
}
.product-form__colors-wrapper {
  width: 100%;
}
.product-form__group-name {
    margin: 0;
    color: #828282;
    font-family: var(--argentum);
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.product-form__controls-group {
  margin-bottom: 1.8rem;
}
.product-form__controls-group--zero-gap {
  gap: unset;
}
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin-bottom: 1rem;
  min-width: fit-content;
  border: none;
}
@media (min-width: 990px) {
  .product-form__input {
    flex: 0 0 50%;
  }
}
.product-form__input:nth-of-type(odd) .select__select {
  border-radius: 0.2rem 0 0 0.2rem;
}
.product-form__input:nth-of-type(even) .select__select {
  border-radius: 0 0.2rem 0.2rem 0;
  margin-left: -0.1rem;
}
.product-form__input .quantity {
  width: 100%;
  box-shadow: none;
}
@media (min-width: 990px) {
  .product-form__input .quantity {
    width: 50%;
  }
}
.product-form__input .quantity__button {
  height: 5.3rem;
  color: var(--color-title-text);
  transition: var(--duration-default);
}
.product-form__input .form__label {
  padding-left: 0;
}
.product-form__input input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
  /* No outline when focus-visible is available in the browser */
}
.product-form__input input[type=radio] + label {
  border: 0.1rem solid rgba(var(--color-foreground), 0.55);
  border-radius: 4rem;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
}
.product-form__input input[type=radio] + label:hover {
  border: 0.1rem solid rgb(var(--color-foreground));
}
.product-form__input input[type=radio]:checked:not(.disabled) + label {
  border-color: rgb(var(--color-button));
  color: rgb(var(--color-button));
}
.product-form__input input[type=radio]:checked:not(.disabled) + label:before {
  background-color: rgb(var(--color-button));
}
.product-form__input input[type=radio].disabled + label {
  opacity: 0.5;
  pointer-events: none;
}
.product-form__input input[type=radio].disabled + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-border);
  clip-path: polygon(96% 0, 100% 0, 4% 100%, 0% 100%);
}
.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);
}
.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);
}
.product-form__input input[type=radio]:focus:not(:focus-visible) + label {
  box-shadow: none;
}
.product-form__buttons {
  display: flex;
  align-items:end;
  flex-direction: column;
  gap: 0.9rem;
  margin-bottom: 3rem;
}
@media (min-width: 990px) {
  .product-form__buttons {
    flex-direction: row;
  }
}
.product-form__buttons > *:first-child {
  width: 100%;
}
@media (min-width: 990px) {
  .product-form__buttons > *:first-child {
    max-width: 52%;
    width: 52%;
  }
}
.product-form__buttons > *:last-child {
  width: 100%;
}
@media (min-width: 990px) {
  .product-form__buttons > *:last-child {
    max-width: 48%;
    width: 48%;
  }
}
.product-form__submit {
  min-height: 5rem;
  box-shadow: none;
  border: 0.1rem solid rgb(var(--color-base-button-background));
}
.product-form__submit[disabled] + .shopify-payment-button {
  display: none;
}

.modals {
  display: flex;
  gap: 3rem;
  margin-bottom: 2rem;
}
.modals__link {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: rgb(var(--color-base-text));
  text-decoration: underline;
  text-decoration-color: rgba(var(--color-base-text), 0.2);
  text-underline-offset: 0.7rem;
  transition: var(--duration-default);
}
.modals__link:hover {
  color: rgba(var(--color-base-text), 0.6);
}

.product-info-modal {
  display: none;
  width: 85.6rem;
  max-width: 100%;
  padding: 8rem 1.5rem 5rem;
  background-color: rgb(var(--color-base-background-2));
}
@media (min-width: 750px) {
  .product-info-modal {
    padding: 6.5rem 1.5rem 5rem;
  }
}
.product-info-modal__scroll {
  max-width: 77.6rem;
  height: 36.2rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  overflow: auto;
}
@media (min-width: 990px) {
  .product-info-modal__scroll {
    padding-left: 0;
  }
}
.product-info-modal__scroll::-webkit-scrollbar {
  width: 0.1rem;
}
.product-info-modal__scroll::-webkit-scrollbar-track {
  background-color: rgba(var(--color-title-text), 0.2);
}
.product-info-modal__scroll::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-title-text));
}
.product-info-modal__content {
  max-width: 56rem;
  margin: 0 auto;
}
.product-info-modal__title p {
  margin-top: 0;
}
.product-info-modal__text {
  margin-top: 3rem;
}
.product-info-modal__text p {
  font-size: 1.4rem;
  color: rgba(var(--color-base-text), 0.6);
  margin: 0;
}
.product-info-modal__text p + p {
  margin-top: 2.6rem;
}
.product-info-modal__page {
  margin-top: 1.6rem;
  overflow-y: scroll;
}
.product-info-modal__page::-webkit-scrollbar {
  width: 0.1rem;
}
.product-info-modal__page::-webkit-scrollbar-track {
  background-color: rgba(var(--color-title-text), 0.2);
}
.product-info-modal__page::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-title-text));
}
.product-info-modal__page table {
  width: 100%;
  width: max-content;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.product-info-modal__page table td {
  max-width: 15rem;
}

.fancy-container-info .fancybox-close-button {
  top: 1rem;
  left: 1.5rem;
  right: unset;
}
@media (min-width: 990px) {
  .fancy-container-info .fancybox-close-button {
    top: 4rem;
    left: 4rem;
  }
}

variant-radios,
variant-selects {
  display: flex;
  flex-wrap: wrap;
}

variant-radios > .product-form__wrapper {
  width: 100%;
}
@media (min-width: 750px) {
  variant-radios > .product-form__wrapper {
    width: 100%;
  }
}

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

/* Recipient form */
.recipient-form {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
.recipient-form input[type=date] {
  padding: 1.5rem 2rem;
}
.recipient-form input[type=date] + label {
  opacity: 0;
}
.recipient-form input[type=checkbox] {
  display: none;
}
.recipient-form input[type=checkbox]:checked + label::before {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Crect x='0.5' y='0.5' width='13' height='13' rx='6.5' stroke='black'/%3E%3Ccircle cx='7' cy='7' r='5' fill='black'/%3E%3C/svg%3E") no-repeat center center;
}
.recipient-form input[type=checkbox]:checked + label span {
  color: rgb(var(--color-foreground-title));
}
.recipient-form input[type=checkbox]:checked ~ .recipient-fields {
  display: block;
  animation: animateMenuOpen var(--duration-default) ease;
}
.recipient-form input[type=checkbox]:not(:checked, :disabled) ~ .recipient-fields {
  display: none;
}
.recipient-form input[type=checkbox] + label {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  color: rgb(var(--color-foreground));
  cursor: pointer;
}
.recipient-form input[type=checkbox] + label::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 1.1rem 0 0;
  border: 1px solid #000;
  background-color: rgb(var(--color-background));
  appearance: none;
  border-radius: 50px;
}
.recipient-form input[type=checkbox] + label span {
  font-size: 18px;
  font-weight: 500;
  transition: var(--duration-default);
}
.recipient-form input[type=checkbox] + label:hover span {
  color: rgb(var(--color-foreground-title));
}
.recipient-form input[type=checkbox] + label svg {
  display: none;
}
.recipient-form .recipient-email-label {
  display: none;
}
.recipient-form .recipient-form-field-label {
  font-size: 1.2rem;
  margin: 0.4rem 0 0;
  text-transform: initial;
  font-family: var(--argentum);
  text-transform: uppercase;
  font-weight: 300;
}
.recipient-form .recipient-form-field-label--space-between {
  display: flex;
  justify-content: space-between;
}
.recipient-form .recipient-fields__field:not(:last-child) {
  margin: 0 0 1.6rem;
}
.recipient-form .recipient-fields hr {
  background: unset;
  margin: 1.2rem auto;
}
.recipient-form .field .text-area + label {
  top: 1.5rem;
}

.recipient-fields__field .field__input:focus-visible{
  outline: unset;
  outline-offset: unset;
  box-shadow: unset;
}

.recipient-fields__field .field__input{
    padding: 10px 10px 10px 0!important;
    border: 0!important;
    border-bottom: 1px solid #BDBDBD!important;
    border-radius: 0!important;
    height: 38px!important;
    font-family: var(--argentum)!important;
}

.recipient-fields__field .field__input.text-body{color: #BDBDBD!important;font-weight: 300!important;text-transform: uppercase;}

.recipient-form .field__input::placeholder {
  opacity: 0;
  visibility: hidden;
}
.recipient-form .field__input:placeholder-shown + label {
  opacity: 1;
}
.recipient-form .field__input:focus + label {
  opacity: 0;
}
.recipient-form .field label {
  top: 10px;
  left: 0;
  opacity: 0;
  visibility: visible;
  font-weight: 300;
  text-transform: unset;
  letter-spacing: 0;
  font-family: var(--argentum);
  font-size: 14px;
  color: #BDBDBD;
  text-transform: uppercase;

}
@media screen and (min-width: 576px) {
  .recipient-form .field label {
    font-size: 1.2rem;
  }
}

@media(max-width: 575px){
   .recipient-form .field label,
  .recipient-fields__field .field__input{
    font-size: 12px!important;
  }

  .recipient-form .recipient-fields hr{margin: 0.5rem auto;}

}

.recipient-form .form__label {
  margin: 0;
}
.recipient-form .form__message {
  font-size: 1.2rem;
  line-height: 1;
  color: rgb(var(--color-error));
  margin: 0.4rem 0 0;
}

.no-js .recipient-checkbox {
  display: none !important;
}
.no-js .recipient-email-label.optional {
  display: inline;
}

.js .recipient-fields {
  display: none;
}
.js .recipient-email-label.required {
  display: inline;
}

/* Overrides */
.shopify-payment-button__more-options {
  display: none;
}

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

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

/* Product media */
.product__media-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.product__media-list .product__media-item {
  width: 100%;
}
.product__media-list .deferred-media__poster img {
  width: 100%;
  height: auto;
}
.product__media-list.flickity-enabled {
  display: block;
}
.product__media-list.flickity-enabled ~ .product__media-list-wrapper-outer-arrow {
  opacity: 1;
  visibility: visible;
}

.product__media-item {
  display: block;
  width: 100%;
}

.product__media-sublist {
  display: flex;
  /* overflow: hidden; */
}
.product__media-sublist.flickity-enabled {
  display: block;
}

.product__media-subitem {
  width: 22%;
}

.product__media-icon .icon {
  width: 1.4rem;
  height: 1.4rem;
  color: rgb(var(--color-button));
}

.product__media-icon {
  background-color: transparent;
  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: 4rem;
  width: 4rem;
  position: absolute;
  right: 3rem;
  top: 3rem;
  z-index: 1;
  transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}
@media (min-width: 990px) {
  .product__media-icon {
    height: 5rem;
    width: 5rem;
  }
}

.product__modal-opener--external_video .product__media-icon,
.product__modal-opener--video .product__media-icon {
  left: 50%;
  top: 50%;
  background-color: rgb(var(--color-background));
  transform: translate(-50%, -50%);
}

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

.product__modal-opener {
  height: 100%;
}

.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: 768px) {
  .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;
  max-height: 100vh;
  width: 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: 5rem;
  height: 5rem;
}

.product-media-modal__toggle:hover .icon {
  transform: rotate(90deg);
}

.product-media-modal__toggle .icon {
  width: 1.4rem;
  height: 1.4rem;
}

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

@media screen and (min-width: 750px) {
  .product-media-modal__content > * {
    max-width: 96%;
  }
  .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 {
  margin: 0;
}

/* 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.4rem;
  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;
}

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

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale {
  display: inline-flex;
}

.inventory__title {
  display: block;
  margin-block: 0.4rem;
}
.inventory__title--error {
  color: rgb(var(--color-error));
}

.product-form__controls-group label.color-swatch {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.9rem;
  margin: 0;
  border-radius: 50%;
  border: 0.1rem solid var(--color-border);
  box-sizing: border-box;
}
.product-form__controls-group label.color-swatch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  background-color: var(--swatch-color);
  transition: border-color var(--duration-default);
}

.product-form__controls-group input:checked:not(.disabled) + label.color-swatch,
.product-form__controls-group input + label.color-swatch:hover {
  border-color: rgb(var(--color-button));
}

.product-form__controls-group input.disabled + label.color-swatch {
  opacity: 1;
}
.product-form__controls-group input.disabled + label.color-swatch::before {
  top: 50%;
  height: 0.1rem;
  clip-path: unset;
  z-index: 1;
  transform: translateY(-50%) rotate(-45deg);
}

.product-form__controls-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-form__controls-group input {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product-form__controls-group input + label:hover {
  border-color: rgb(var(--color-button));
  color: rgb(var(--color-button));
  position: relative;
  z-index: 1;
}
.product-form__controls-group input.disabled + label {
  opacity: 0.5;
  pointer-events: none;
}
.product-form__controls-group input.disabled + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-border);
  clip-path: polygon(96% 0, 100% 0, 4% 100%, 0% 100%);
}
.product-form__controls-group input:checked:not(.disabled) + label {
  border-color: rgb(var(--color-button));
  color: rgb(var(--color-button));
  position: relative;
  z-index: 1;
}
.product-form__controls-group input:checked:not(.disabled) + label:before {
  background-color: rgb(var(--color-button));
}
.product-form__controls-group label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 2rem;
  margin-left: -0.1rem;
  margin-top: -0.1rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgb(var(--color-foreground-title));
  border: 0.1rem solid var(--color-border);
  cursor: pointer;
  position: relative;
  transition: border-color var(--duration-default);
}
@media (min-width: 750px) {
  .product-form__controls-group label {
    font-size: 1.6rem;
  }
}

.card-wrapper .product-form__controls-group {
  gap: 0.4rem !important;
}
.card-wrapper .product-form__controls-group label.color-swatch {
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  border-color: transparent;
}
.card-wrapper .product-form__controls-group label.color-swatch::after {
  width: 1rem;
  height: 1rem;
}

.product-form__wrapper.js-color-swatches {
  pointer-events: all;
}

.collection-product-card.quickview--hover:hover .card-wrapper_secondary-image.image--color-swatches .card--product,
.collection-product-card.quickview--hover:hover .card-wrapper_secondary-image.image--color-swatches .card__inner,
.collection-product-card.quickview--hover:hover .card-wrapper_secondary-image.image--color-swatches .media {
  position: unset;
}

.featured-product .product__media-icon {
  display: none;
}
.featured-product .product__media-toggle {
  display: none;
}
.featured-product .product__media-item {
  cursor: default;
}
.featured-product .product-form__button-wrapper {
  display: flex;
  justify-content: center;
}
.featured-product .product-form__buttons-more {
  text-align: center;
  transition: color var(--duration-default);
}
.featured-product .product-form__buttons-more:hover {
  color: rgba(var(--color-base-text), 0.6);
}
.featured-product.product--no-media .product__media {
  padding-bottom: 100%;
}
.product__media-list-wrapper-outer .product__media-list .flickity-page-dots {
    bottom: 0;
    z-index: 1;
    display: none;
}

@media(max-width:767px) {
.product__media-list-wrapper-outer .product__media-list .flickity-page-dots {
    display: block;
}

.product__media-list-wrapper .product__media-sublist {
       /* padding-bottom: 30px;  */
       padding-bottom: 12px; 
}

.product__media-list-wrapper .product__media-sublist .flickity-page-dots{
  bottom: 0;
}
}

section.product_container {
    max-width: 1440px;
    margin: auto;
    padding: 0 15px;
}
.template-product-new-product-detail section.product_container,
.product-new-product-detail section.product_container{
  padding-top:24px;
}
.product__title__wrapper .main_title {
    text-align: left;
}
.product__info-wrapper .product__info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product__info-wrapper .product__info-container .validation{
  display: flex;
    gap: 2px;
    font-weight: 400;
    font-size: 10px;
    line-height: normal;
    text-transform: uppercase;
    color: #000;
    font-family: var(--argentum);
    align-items: center;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.product__info-wrapper .product__info-container .validation p{
  margin:0;
}
.product__info-wrapper .product__info-container .validation a,
.product__info-wrapper .product__info-container .validation p strong{
  font-weight: 700;
    font-size: 10px;
    text-decoration: underline;
}
.clinicalPopup .metafield-rich_text_field h3{
margin: 0;
    font-weight: 500;
    font-size: 30px;
    line-height: normal;
    letter-spacing: normal;
}
.clinicalPopup .metafield-rich_text_field p{
  margin-top:12px;
      font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}
.product__info-wrapper .product__info-container > * {
    width: 100%;
}
.product__info-wrapper .product__info-container div.shopify-app-block, .product__info-wrapper .product__info-container .product__text, .product__info-wrapper .product__info-container div.shopify-app-block {
  display: inline-block;
    width: 100%;
}
/* .product_dis_in > * {
    display: none;
}
.product_dis_in > *:first-child {
    display: block;
} */
.product_dis_hidden.is-open p{
  margin-bottom:15px;
}
.product_dis_hidden.is-open p:last-child{
  margin:0;
}
/* Meta Icon CSS */
.product_meta_icon {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-around;
}

.product_meta_icon .meta_icon_block {
    width: calc(25% - 22.5px);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.template-product-lushLips-transformation .product_meta_icon,
.template-product-new-product-detail .product_meta_icon,
.product-new-product-detail .product_meta_icon{
  gap: 18px;
    padding: 16px;
    background: #fafafa;
    margin-top: 0;
}
.template-product-lushLips-transformation  .product_meta_icon .meta_icon_block,
.template-product-new-product-detail .product_meta_icon .meta_icon_block,
.product-new-product-detail .product_meta_icon .meta_icon_block{
  width: calc(25% - 14.4px);
}

.product_meta_icon .meta_icon_block figure img {
    vertical-align: middle;
    height: 35px;
    width: 35px;
    object-fit: contain;
}
.product_meta_icon .meta_icon_block figcaption {
    font-size: 14px;
    line-height: normal;
    color: #828282;
    font-family: var(--argentum);
    font-weight: 300;
    text-transform: uppercase;
}

/* END Meta ICon CSs */

.product_dis_in.active > * {
    display: block;
}
.product__info-wrapper .product__info-container .product__title__wrapper {
    margin-bottom: 10px;
}
.product__info-wrapper .product__info-container .product__text p {
    margin: 0;
    color: #828282;
    font-family: var(--argentum);
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.3;
    font-weight: 300;
}
.product__info-wrapper .product__info-container div.shopify-app-block .oke-sr-count {
    font-size: 10px;
    font-family: var(--argentum);
    line-height: 1.3;
    letter-spacing: 0.1px;
    font-weight: 400;
}
.product__info-wrapper .product__info-container .product__text {
    margin: 0;
    display: flex;
    align-items: center;
}
.product_dis_in *, .metafield-rich_text_field * {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0;
  color:#000;
}
.template-product-ruby-radiance  .product_dis_in *{
  line-height: 24px;
}
.metafield-rich_text_field strong{
  font-weight: 600;
}
.product_dis_in *{
  font-weight: 400;
}
.product_dis_in strong{
  font-weight: 700;
  /* margin-bottom: 15px; */
    display: inline-block;
}
.product_dis_in {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color:#000;
}
.product_dis_in strong *{
  font-weight: 700!important;
}
.product_dis {
    margin-top: 10px;
    margin-bottom: 16px;
}
.product_dis_in span#pro_read_dis,
.product_dis_in span.pro_read_dis_marker {
    margin-top: -10px;
    color: #828282;
    font-family: var(--argentum);
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.3;
    cursor: pointer;
}
.product__info-wrapper .product__info-container .price-wrapper .price__regular span {
    font-size: 33px;
    line-height: 1.3;
    color: #CA003D;
}
  .product__info-wrapper .product__info-container .price-wrapper .price__regular .og_price{
	color:#000;
	text-decoration: line-through;
  font-size:29px;
   }
.product__info-wrapper .product__info-container .price-wrapper {
    margin-bottom: 16px;
}
.product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons .product-parameters, .product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons .product-parameters .product-parameters__item, .product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons .product-parameters .product-parameters__item .product-form__input.product-form__quantity {
    margin: 0;
}
.product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons .product-parameters .product-parameters__item .product-form__input.product-form__quantity quantity-input.quantity {
    width: 100%;
}
.product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons .product-parameters {
    max-width: 266px;
    margin-top: 0;
}
.product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons > button {
    width: calc(100% - 266px);
    max-width: 100%;
}
.main_pr0_buyButton {
    margin-top: 0px;
}
.product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons .product-parameters .product-parameters__item .product-form__input.product-form__quantity quantity-input.quantity>* {
    border-color: #000;
    font-family: var(--font-body-family);
    font-size: 20px;
    line-height: 1.3;
    color: #000;
}
.main_pr0_buyButton .product-form__buttons {
    margin-bottom: 24px;
    gap: 20px;
}
.product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons .product-parameters .product-parameters__item .product-form__input.product-form__quantity quantity-input.quantity button:first-child {
    border-right: 0;
}
.product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons .product-parameters .product-parameters__item .product-form__input.product-form__quantity quantity-input.quantity button:last-child {
    border-left: 0;
}
.product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons .product-parameters .product-parameters__item .product-form__input.product-form__quantity quantity-input.quantity>* svg {
    height: 11px;
}
.product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons .product-parameters .product-parameters__item .product-form__input.product-form__quantity quantity-input.quantity>* svg path {
    stroke-width: 1.6px;
}
.product__info-container .product-form .buy-it-now.button {
    width: 100%;
    gap: 10px;
}
.product-form .sub_text{
  margin: 0 0 8px;
    color: #000;
    text-align:center;
    line-height: normal;
}
.shopify-payment-button {
    display: none !important;
}
.product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons>button {
    width: calc(100% - 266px);
    max-width: 100%;
}
.product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons>button, .product__info-container .product-form .buy-it-now.button {
    font-family: var(--argentum);
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-weight: 300;
    min-height: auto;
    padding: 16px 20px;
}
.product_related_B0lcok {
    margin-top: 16px;
    max-width: 100%;
}

.product_routine_title, .product-benefits .benefits_title {
    margin: 0;
    color: #828282;
    font-family: var(--argentum);
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.product_routine_title{
  font-weight: 300;
}

.product_related_B0lcok .product_select_block, .product_related_B0lcok .product_select_block .product_select_block_row {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}

.product_related_B0lcok .product_select_block{
  flex-wrap:nowrap;
  gap:10px;
}

.product_related_B0lcok .product_select_block figure, .product_related_B0lcok .product_select_block figure img {
    width: 94px;
    height: 94px;
}
.product_related_B0lcok .product_select_block product-form.product-form {
    width: 180px;
}
.product_related_B0lcok .product_select_block product-form.product-form button {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    background: transparent;
    text-transform: uppercase;
    font-weight: 30;
}
.product_related_B0lcok .product_select_block .product_title_with_price {
    width: 280px;
    padding-left: 20px;
}
.product_related_B0lcok .product_select_block {
    justify-content: space-between;
}
.product_title_with_price .product_title {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: normal;
}
.product_title_with_price span.product-select-price-money {
    color: #CA003D;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.1px;
    font-weight: 800;
}

.product_title_with_price span.product-select-price-money.product_meta_compare_price,
.product_title_with_price span.product-select-price-money.product_meta_compare_price s{
  font-size: 18px;
  color: #000;
}

/* .product_related_B0lcok .product_select_block .product_select_block_row {
    align-items: flex-start;
} */
.metafield-rich_text_field ul li:after {
    /* position: absolute;
    content: "o";
    top: -5px;
    left: 0;
    transform: translateY(0%);
    font-size: 24px; */
}
.metafield-rich_text_field ul, .metafield-rich_text_field ul li {
    /* list-style: none; */
    position: relative;
    /* padding: 0; */
}
.metafield-rich_text_field ul li {
    /* padding-left: 21px; */
}
.product-benefits {
  margin-top: 16px;
  margin-bottom: 16px;
}
.product__info-wrapper .product__info-container .pro_tabbing_dis {
    margin: 0;
    border-top: 0;
    margin-top: 16px;
}
.pro_tabbing_dis .product__additional {
    flex-direction: column;
    gap: 10px;
    padding: 16px 0;
}
.pro_tabbing_dis.additional_2 .product__additional{
  padding: 5px 0;
  margin-bottom:16px;
}
.pro_tabbing_dis .product__additional .product__additional-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    width: 100%;
    justify-content: space-between;
}
.pro_tabbing_dis .product__additional .product__additional-title svg {
    height: 13px;
    width: 19px;
    margin: 0;
    transform: rotate(90deg);
}
.pro_tabbing_dis .product__additional.active .product__additional-title svg {
    transform: rotate(268deg);
}

.pro_tabbing_dis .product__additional .product__additional-title span {
    background: none  !important;
    letter-spacing: normal;
}
.product__additional .metafield-rich_text_field ul li {
    margin: 5px 0;
    line-height: 1.3;
    font-weight: 400;
}
.header__icon--cart .cart-count-bubble span {
    font-size: 13px;
    top: -2px;
    position: relative;
    line-height: 1;
}
.shop_pay_txet > * {
    margin: 0;
    color: #828282;
    font-family: var(--argentum);
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 300;
}
.shop_pay_txet {
    display: flex;
    margin-top: 16px;
}
.shop_pay_txet>p {
    width: auto;
    display: inline;
    margin-right: 0;
    max-width: calc(100% - 40px);
}
.shop_pay_txet span {
    line-height: 1;
    display: inline;
    position: relative;
    top: 2px;
}
.product__additional-description .metafield-rich_text_field ul {
    margin: 0;
}
.product__media-list-wrapper-outer {
    margin-bottom: 4px;
}
.flickity-viewport .flickity-slider .product__media-subitem {
    padding-right: 4px;
}
.pro_tabbing_dis .product__additional .product__additional-title {
  margin: 0;
}
button.product-form__submit::after, .product__info-container .product-form .buy-it-now.button::after {
  display: none;
}
button.product-form__submit:hover {
  background: #c5003e;
}
.product__info-container .product-form .buy-it-now.button:hover {
  background: transparent;
  color: #c5003e;
}
.product__info-container .product-form .buy-it-now.button:hover svg path {
  fill: #c5003e;
  stroke: #c5003e;
}
/* .product_dis_in.moreHeight > *:first-child {
    height: 88px;
    overflow: hidden;
}
.product_dis_in.moreHeight.active > *:first-child {
    height: auto;
} */
.product__additional .product__additional-title {
  transition: 0.4s;
}
.product__additional.active .product__additional-title {
    color: #828282;
}


@media(max-width:1400px) {
  .product_dis {
    margin-top: 20px;
}
  .product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons .product-parameters {
    max-width: 195px;
}
  .product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons>button {
    width: calc(100% - 195px);
}
  .main_pr0_buyButton .product-form__buttons {
    margin-bottom: 14px;
    gap: 15px;
}
  .product-form__input .quantity__button, .quantity__input {
    height: 5.3rem;
}
  .product_related_B0lcok .product_select_block .product_title_with_price {
    width: 240px;
}
  .product_related_B0lcok .product_select_block product-form.product-form {
    width: 140px;
}
  .metafield-rich_text_field * {
    font-size: 18px;
}
}

@media(max-width:1199px) {
  .product_meta_icon {
    /* gap: 40px; */
}
  /* .product_related_B0lcok .product_select_block figure, .product_related_B0lcok .product_select_block figure img {
    width: 130px;
    height: 130px;
} */
  .product_related_B0lcok .product_select_block .product_title_with_price {
    /* width: 140px; */
    padding-bottom: 0px;
}
  .product_related_B0lcok .product_select_block {
    position: relative;
}
  .product_related_B0lcok .product_select_block product-form.product-form {
    width: 140px;
    /* position: absolute;
    left: 150px;
    bottom: 0; */
}
  .product_meta_icon .meta_icon_block figcaption {
    font-size: 12px;
}
  .shop_pay_txet>* {
    font-size: 12px;
}
}

@media(max-width:991px) {
  /* .product_container .product__outer {
    flex-direction: column;
} */

  /* .product_related_B0lcok .product_select_block figure, .product_related_B0lcok .product_select_block figure img{
     width: 150px;
     height: 150px;
  } */
      .product_related_B0lcok .product_select_block figure, .product_related_B0lcok .product_select_block figure img{
     width: 80px;
     height: 80px;
  }

  .product_related_B0lcok .product_select_block .product_title_with_price{
      /* width: calc(100% - 150px);
      padding-bottom: 60px; */
      width: calc(100% - 80px);
  }

  .product_related_B0lcok .product_select_block product-form.product-form{
      width: 140px;
      /* position: absolute;
      left: 170px;
      bottom: 0; */
  }
  
  .product__info-wrapper .product__info-container .product__text p {
    font-size: 12px;
}
  .product__info-wrapper .product__info-container div.shopify-app-block, .product__info-wrapper .product__info-container .product__text {
    width: 100%;
}
  .product_dis_in *, .metafield-rich_text_field * {
    font-size: 18px;
    line-height: 1.2;
}
.template-product-ultimate-glow-kit .product_dis_in *,
.template-product-ruby-radiance  .product_dis_in *{
  line-height: 21px;
}
  .product__info-wrapper .product__info-container .price-wrapper .price__regular span {
    font-size: 29px;
}
  .product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons .product-parameters {
    max-width: 145px;
}
  .main_pr0_buyButton .product-form__buttons {
    flex-direction: unset;
}
  .main_pr0_buyButton .product-form__buttons {
    margin-bottom: 8px;
    gap: 7px;
}
  .pro_tabbing_dis .product__additional .product__additional-title {
    font-size: 22px;
}
.product__additional-wrapper .product__additional-description {
    margin: 0;
    margin-top: 7px;
}
  .product_dis_in span#pro_read_dis,
  .product_dis_in span.pro_read_dis_marker {
    font-size: 13px;
}
  .product__media-list-wrapper-outer .product__media-list-wrapper-outer-arrow svg {
    width: 40px;
}
  .product__media-list-wrapper-outer .product__media-list-wrapper-outer-arrow_next {
    right: 0;
}
  .product__media-list-wrapper-outer .product__media-list-wrapper-outer-arrow {
    width: 43px;
    height: 33px;
}
  .product__media-list-wrapper-outer .product__media-list-wrapper-outer-arrow_prev {
    left: 0;
}
.product_related_B0lcok .product_select_block .product_title_with_price{
  width:100%;
}
}
@media (max-width: 890px) {
    .product_related_B0lcok .product_select_block product-form.product-form button {
        padding: 5px;
    }
}
@media(max-width:767px) {
  .product_title_with_price .product_title{
    margin:0;
  }
  .product_related_B0lcok .product_select_block .product_title_with_price{
    padding-bottom: 0;
  }

  .product_related_B0lcok .product_select_block product-form.product-form{
    position:unset;
  }
  
.product_container .product__outer {
    flex-direction: column;
    gap: 40px;
}
.template-product-lushLips-transformation .product_container .product__outer,
.template-product-new-product-detail .product_container .product__outer,
.product-new-product-detail  .product_container .product__outer{
    gap: 18px;
}
.product_container .product__outer>* {
    width: 100%;
    order: unset;
}
  .product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons .product-parameters {
    max-width: 185px;
}
  .product__media-list.flickity-enabled {
    padding-bottom: 0px;
}
  .product__media-list-wrapper-outer .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background: transparent;
    opacity: 1;
    border: 2px solid #BDBDBD;
}
  .product__media-list-wrapper-outer .flickity-page-dots .dot.is-selected {
    background: #BDBDBD;
}
.product__info-wrapper .product__info-container .validation{
  margin-bottom:8px;
}
}

@media(max-width:575px) {
  .product__title__wrapper .main_title {
    font-size: 30px!important;
}
  .product__info-wrapper .product__info-container .price-wrapper .price__regular span {
    font-size: 26px;
}
  .shop_pay_txet>p {
    max-width: calc(100% - 0px);
    letter-spacing: 0;
}
  .product_related_B0lcok .product_select_block figure, .product_related_B0lcok .product_select_block figure img{
    /* width: 170px;
    height: 170px; */
    width: 60px;
    height: 60px;
  }
  /* .product_related_B0lcok .product_select_block figure, .product_related_B0lcok .product_select_block figure img{
    width: 170px;
    height: 170px;
  } */

  .product_related_B0lcok .product_select_block .product_title_with_price{
    /* padding-bottom:70px; */
  }

  .product_related_B0lcok .product_select_block product-form.product-form{
     /* position: absolute;
    left: 190px; */
  }

  .product_meta_icon{
    gap:10px;
  }

  .product_meta_icon .meta_icon_block{
    width: calc(25% - 7.5px);
  }
  
}


@media(max-width:423px) {
  .product_meta_icon .meta_icon_block figcaption{
    font-size:10px;
  }
}


@media screen and (max-width:389px){
  .product_related_B0lcok .product_select_block figure, .product_related_B0lcok .product_select_block figure img{
    /* width:150px;
    height:150px; */
    width:60px;
    height:60px;
  }

  .product_related_B0lcok .product_select_block .product_title_with_price{
    /* padding-bottom:67px; */
  }
  
  .product_related_B0lcok .product_select_block product-form.product-form{
    /* position: absolute;
        width: auto;
        left: 75px;
        bottom: 0; */
  }
.product_related_B0lcok .product_select_block product-form.product-form button {
        padding: 5px;
        font-size: 12px;
    }
  .product_related_B0lcok .product-form__buttons{
    padding:8px;
  }
}

@media(max-width:370px) {
  .product__title__wrapper .main_title {
    font-size: 26px;
}
  .main_pr0_buyButton .product-form__buttons {
    flex-direction: column;
}
  .product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons .product-parameters {
    max-width: 100%;
}
  .product__info-wrapper .product__info-container .main_pr0_buyButton .product-form__buttons>button {
    width: 100%;
}
  /* .product_meta_icon {
    gap: 20px;
} */
  .product_meta_icon .meta_icon_block figcaption {
    font-size: 10px;
}
  .product_related_B0lcok .product_select_block {
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
}


.product__media-icon{display:none;}
.product_container .product-form__input .quantity .quantity__input{border-radius:0;}


.product .product__media-sublist .flickity-page-dots .dot{background: transparent;border: 2px solid #BDBDBD;opacity: 1;margin: 0 4px;}
.product .product__media-sublist .flickity-page-dots .dot.is-selected{background: #BDBDBD;}


.product_morphoglow .product_meta_icon{gap: 10px;justify-content:space-between;}
/* .product_morphoglow .product_meta_icon .meta_icon_block{width:auto;}
.product_morphoglow .product_meta_icon .meta_icon_block figcaption{font-size: 12px;} */


.product_christmas_block {padding: 20px 15px 20px 92px;background-size: cover;background-repeat: no-repeat;color: #fff;}
.product_christmas_row{display: flex;gap: 16px;align-items: center;}
.product_christmas_row .christmas_title{width: 100%;font-size: 18px;line-height: normal;}
.product_christmas_row .common_btn{min-width: 137px;background: #CA003D !important;color: #fff;}
.product_christmas_row .common_btn:hover{background: transparent!important;color: #CA003D;}

@media (max-width: 429px){
  .product_christmas_block{padding: 20px 15px 20px 55px;}
}

@media (max-width: 374px){
  .product_christmas_row{flex-direction: column;}
  .product_christmas_row .christmas_title{text-align: center;}
  .clinicalPopup .metafield-rich_text_field h3 {
    font-size: 28px;
}
  .clinicalPopup .metafield-rich_text_field p {
    font-size: 18px;
    line-height: 22px;
}
}


.deferred-media__poster-button svg path{fill: #000;}

@media (max-width: 991px){
  .product__media-list-wrapper{display: flex;flex-direction: column-reverse;}

  .left_side_media .flickity-prev-next-button.previous,
  .left_side_media .flickity-prev-next-button.next{display: none;}

   .left_side_media .flickity-page-dots{display: none;}
}


@media (min-width: 992px){

  .product__media-list-wrapper{display: flex;flex-wrap: wrap;}
  .product__media-list-wrapper .left_side_media{max-width: 80px;margin-right: 2%;flex: 1 1 100%;}
  
  .left_side_media .product__media-sublist{width: 27vw;height: 80px;transform: rotate(90deg) translate(30px, -100%);transform-origin: left top;}
  .left_side_media .product__media-subitem.carousel-cell{width: 80px;height: 80px;cursor: pointer;margin-right: 1rem}
  
  .product .left_side_media .product__media img{transform: rotate(-90deg)!important;height: calc(100% - 2px);margin-top: 1px;}
  
  .left_side_media .flickity-prev-next-button.previous,
  .left_side_media .flickity-prev-next-button.next{background: #FAFAFA;height: 80px;width: 32px;border-radius: 4px;padding: 0;}
  
  .left_side_media .flickity-prev-next-button.previous{left: -36px;}
  .left_side_media .flickity-prev-next-button.next{right: -36px;}
  
  .product__media-list-wrapper .right_side_media{flex: 1 1 0;}

  .left_side_media .flickity-page-dots{display: none;}

  .right_side_media .product__media-item{overflow: hidden;}


}

@media (min-width: 1200px){
.left_side_media .product__media-sublist{width: 29.2vw;}

}


@media (min-width: 1440px){
.left_side_media .product__media-sublist{width: 27vw;}

}

@media (max-width: 767px){
  .left_side_media .flickity-page-dots{display: block;}
}


@media(max-width: 575px){
  .template-product-lushLips-transformation .product_meta_icon, 
  .template-product-new-product-detail .product_meta_icon,
  .product-new-product-detail .product_meta_icon{
    gap: 8px;
  }
  .template-product-lushLips-transformation .product_meta_icon .meta_icon_block,
  .template-product-new-product-detail .product_meta_icon .meta_icon_block,
  .product-new-product-detail .product_meta_icon .meta_icon_block{
    width: calc(25% - 6.4px);
}
}
@media(max-width: 370px){
.template-product-lushLips-transformation .product_meta_icon .meta_icon_block figcaption,
.template-product-new-product-detail .product_meta_icon .meta_icon_block figcaption,
.product-new-product-detail .product_meta_icon .meta_icon_block figcaption{
        font-size: 8px;
    }
}




/* lushlips PDP */
.template-product-lushLips-transformation .product__info-wrapper .product__info-container .validation,
.template-product-new-product-detail .product__info-wrapper .product__info-container .validation,
.product-new-product-detail .product__info-wrapper .product__info-container .validation{
    font-weight: 400;
    font-size: 12px;
    font-family: var(--helveticaneue);
}
.template-product-lushLips-transformation .product__info-wrapper .product__info-container .price-wrapper,
.template-product-new-product-detail .product__info-wrapper .product__info-container .price-wrapper,
.product-new-product-detail .product__info-wrapper .product__info-container .price-wrapper{
  margin-bottom: 8px;
}
.template-product-lushLips-transformation .shop_pay_txet,
.template-product-new-product-detail .shop_pay_txet,
.product-new-product-detail  .shop_pay_txet{
  margin: 0 0 16px;
}

.template-product-lushLips-transformation .product__info-wrapper .product__info-container .product__text p,
.template-product-lushLips-transformation .product_meta_icon .meta_icon_block figcaption,
.template-product-lushLips-transformation .product_routine_title,
.template-product-lushLips-transformation .product_dis_in span#pro_read_dis,
.template-product-new-product-detail .product__info-wrapper .product__info-container .product__text p,
.template-product-new-product-detail .product_meta_icon .meta_icon_block figcaption,
.template-product-new-product-detail .product_routine_title,
.template-product-new-product-detail .product_dis_in span#pro_read_dis,
.product-new-product-detail .product__info-wrapper .product__info-container .product__text p,
.product-new-product-detail .product_meta_icon .meta_icon_block figcaption,
.product-new-product-detail .product_routine_title,{
      font-family: var(--helveticaneue);
}
/* .template-product-lushLips-transformation .product_related_B0lcok .product_select_block figure, .template-product-lushLips-transformation .product_related_B0lcok .product_select_block figure img {
    width: 80px;
    height: 80px;
} */