/** Shopify CDN: Minification failed

Line 998:20 The "-" operator only works if there is whitespace on both sides

**/
.product__media-wrapper .product__column-sticky {
  display: flex;
  align-items: flex-start;
}

.product__media-wrapper .product__column-sticky .thumbnail-slider {
  position: relative;
  order: 1;
  width: 104px;
}

.product__media-wrapper .product__column-sticky .thumbnail-slider .slider-button {
  display: none;
}

.product__media-wrapper .product__column-sticky .thumbnail-slider .thumbnail {
  border-radius: 8px;
  border: 1px solid #e7e7e7;
}

.product__media-wrapper .product__column-sticky .thumbnail-list {
  flex-wrap: wrap;
  padding: 1px 10px 1px 1px;
  max-height: 440px;
  overflow-y: auto;
}

.product__media-wrapper .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
  width: 100%;
}

.product__media-wrapper .product__column-sticky .main-slider-image {
  order: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.product__media-wrapper .main-slider-image slider-component {
  overflow: hidden;
  position: relative;
  width: 100%;
  contain: layout style paint;
}

.product__media-wrapper .main-slider-image .product__media-list {
  position: relative;
}

@media screen and (min-width: 750px) {
  .product__media-wrapper .main-slider-image .product__media-list {
    overflow: hidden;
    position: relative;
  }

  .product__media-wrapper .main-slider-image .product__media-item {
    transition: opacity 0.2s ease;
  }

  .product__media-wrapper .main-slider-image .product__media-item:not(.is-active) {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .product__media-wrapper .main-slider-image slider-component {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .product__media-wrapper .main-slider-image .product__media-list {
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: 0 !important;
    width: 100% !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product__media-wrapper .main-slider-image .product__media-item {
    width: 100% !important;
    min-width: 100%;
    flex-shrink: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product__media-wrapper .main-slider-image .product__media-list::after {
    display: none;
  }
}

.product-media-container.constrain-height .media {
  padding-top: calc(100% / 1);
}

.product__media-wrapper .main-slider-image .product__media-item .product-media-container {
  border-radius: 12px;
  border: 1px solid #e7e7e7;
  overflow: hidden !important;
}

.quick-add-modal .desktop-slider-navs {
  display: none;
}

.desktop-slider-nav {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 3;
  cursor: pointer;
  display: flex;
  width: 36px;
  height: 36px;
  color: #eb5833;
  padding: 1px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #faf9f9;
  transition: all 0.3s ease;
}
.desktop-slider-nav svg path {
  stroke: #000;
  transition: all 0.3s ease;
}
.desktop-slider-nav:hover {
  background-color: #eb5833;
  color: #fff;
}
.desktop-slider-nav:hover svg path {
  stroke: #fff;
}
.desktop-slider-nav.prev-slide {
  left: 20px;
}

.desktop-slider-nav.nex-slide {
  right: 20px;
}

@media (max-width: 749px) {
  .product__media-wrapper .product__column-sticky {
    justify-content: center;
  }

  .product__media-wrapper .main-slider-image .product__media-item {
    padding: 0;
  }

  .product__media-wrapper .slider.slider--mobile {
    margin-bottom: 0;
    gap: 0 5px;
  }

  .product__media-wrapper .slider.slider--mobile {
    margin-bottom: 0;
    gap: 0 5px;
  }

  quick-add-modal .product__media-wrapper .slider.slider--mobile {
    gap: 0;
  }

  .desktop-slider-nav {
    display: none;
  }
}

.related-products__heading {
  font-size: calc(var(--font-heading-scale) * 4rem);
  text-align: center;
  margin-bottom: 32px;
}

.product__title {
  margin-bottom: 0px;
}

.product__title h1 {
  font-size: 32px;
}

@media only screen and (max-width: 749px) {
  .product__title {
    margin-top: 15px;
  }

  .product__title h1 {
    font-size: 28px;
  }
}

.product__tax a {
  color: #fff;
}

.product__tax a:hover {
  color: #fff;
}

.product-price-wrp {
  margin: 0 0 0 0;
}

.product__info-wrapper .price {
  display: flex;
  align-items: center;
  gap: 12px;
}

.price.price--on-sale .price__sale {
  display: flex;
  align-items: center;
}

.product__info-wrapper .price .price__sale .price-sale {
  order: 2;
  text-decoration: line-through;
  font-weight: 400;
  line-height: 150%;
  font-size: 18px;
  color: #717171;
}

.product__info-wrapper .price .price-item--sale {
  margin-right: 6px;
}

.product__info-wrapper .price .price-item--sale,
.product__info-wrapper .price .price-item--regular {
  order: 1;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  color: #000;
}

@media screen and (max-width: 749px) {
  .product__info-wrapper .price .price-item--sale,
.product__info-wrapper .price .price-item--regular {
  font-size: 22px;
}
}

.product__info-wrapper .price .badge {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  padding: 1px 10px;
  letter-spacing: 0px;
}

.product__info-wrapper .price .badge.price__badge-sale {
  background-color: var(--brand-orange);
  color: var(--grey-5);
}

.product__info-wrapper .product__tax,
.product__info-wrapper .product__tax + div {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.product__info-wrapper .product-form__input,
.product__info-wrapper .product-form__buttons {
  max-width: 100%;
}

/* Quantity + Add to cart in one row (blocks must be consecutive: quantity → buy_buttons) */
.product-form__cart-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.2rem;
}

.product-form__cart-row .product-form {
  margin-top: 0;
  margin-bottom: 0;
}

.product-form__cart-row .product-form__quantity {
  flex: 0 0 auto;
  margin-bottom: 0;
  max-width: none;
}

.product-form__cart-row > div:has(> product-form) {
  flex: 1 1 auto;
  min-width: 0;
}

.product-form__cart-row product-form {
  display: block;
  width: 100%;
}

.product-form__cart-row .product-form__buttons {
  width: 100%;
  max-width: none;
}

.product-form__cart-row .product-form__buttons .product-form__submit.button--full-width {
  width: 100%;
}

.product-form__input .form__label {
    display: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.98px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.product-form__input .form__label span[data-selected-value] {
  font-size: 14px;
  font-weight: 500;
}

.product__info-wrapper variant-selects {
  margin: 9px 0;
}
.shopify-app-block:has(.vairo-countdown-timer-bar:empty) {
  display: none !important;
}
.product-form__input .select__select {
  border-radius: 8px;
  min-height: calc((var(--inputs-border-width) * 2) + 5.7rem);
  border: 2px solid var(--grey-80, #202127);
  background: var(--grey-90, #141518);
  color: var(--grey-5);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}

.product-form__input select:before,
.product-form__input .select:after {
  display: none;
}

.product-form__quantity quantity-input {
  min-height: 50px;
  max-width: 100px;
  width: calc(16rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  border-radius: 8px;
  justify-content: center;
  border: 1px solid #e6e6e6;
}

.product-form__quantity quantity-input input {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.6px;
  max-width: 40px;
}
.product-form__quantity quantity-input .quantity__button {
  width: 33%;
}

.product-form__quantity .quantity__button .svg-wrapper {
  width: 15px;
}

.product-form__quantity quantity-input:before,
.product-form__quantity quantity-input:after {
  display: none;
}

.product-form__buttons .button {
  display: flex;
  margin-bottom: 0;
  padding: 16px 32px;
  min-height: 50px !important;
  justify-content: center;
  align-items: center;
  gap: 8px 14px;
  min-height: calc((var(--inputs-border-width) * 2) + 5.7rem);
  align-self: stretch;
  border-radius: 6px;
  color: var(--grey-5, #fbf8f1);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
@media screen and (min-width: 749px) and (max-width: 875px) {
  .product-form__buttons .button {
    font-size: 15px;
    padding: 16px 12px;
    gap: 4px;
  }
}
@media screen and (max-width: 400px) {
  .product-form__buttons .button {
    font-size: 14px;
  }
}
.pdp-advantages-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.pdp-advantages-boxes .pdp-advantages-box {
  padding: 18px;
  border-radius: 8px;
  background: #f1f1f1;
}

.pdp-advantages-icon {
  display: block;
  margin: 0 auto 16px auto;
  max-width: 24px;
}

.pdp-advantages-box-title {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  /* 114.286% */
  margin-bottom: 6px;
}

.pdp-advantages-box-text {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

@media (max-width: 1024px) {
  .pdp-advantages-boxes {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 749px) {
  .pdp-advantages-boxes {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .product__info-wrapper .product__tax {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  .pdp-advantages-boxes .pdp-advantages-box {
    padding: 12px 6px;
  }

  .pdp-advantages-box-title {
    font-size: 12px;
  }
}

.product__info-container .product__tax {
  display: none;
  letter-spacing: 0px;
  color: #373737;
}
.product__info-container .product__tax a {
  color: #000;
}

/* Sticky product bar */
.sticky-product-bar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 30px;
  background: var(--brand-orange, #ff4d00);
  color: var(--grey-5, #fbf8f1);
}

.sticky-product-bar--hidden {
  display: none;
}

.sticky-product-bar--hidden-auto {
  display: none;
}

.sticky-product-bar__image-tag {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 6px;
}

.sticky-product-bar__close {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.sticky-product-bar__close .svg-wrapper,
.sticky-product-bar__close svg {
  width: 10px;
  height: 10px;
}

.sticky-product-bar__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
}

.sticky-product-bar__title {
  margin-bottom: 5px;
  color: #fbf8f1;
  font-family: var(--font-heading-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sticky-product-bar__price .price__sale {
  align-items: center;
  gap: 10px;
}

.sticky-product-bar__price .price-sale {
  order: 2;
  color: #fbf8f1;
  font-family: var(--font-heading-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
}

.sticky-product-bar__price .price-item {
  order: 1;
  color: #fff;
  font-family: var(--font-heading-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.sticky-product-bar__cta {
  min-width: 170px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fbf8f1;
  text-align: center;
  font-family: var(--font-heading-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  /* 175% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 6px;
  border: 2px solid #fff;
}

@media screen and (max-width: 749px) {
  .sticky-product-bar {
    padding: 12px;
    gap: 10px;
  }

  .sticky-product-bar__cta {
    min-width: 107px;
    max-width: 107px;
    height: 34px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 2.33;
    letter-spacing: 0.36px;
  }

  .sticky-product-bar__title {
    font-size: 14px;
  }

  .sticky-product-bar__price .price__sale {
    gap: 6px;
  }

  .sticky-product-bar__price .price-sale {
    font-size: 12px;
  }

  .sticky-product-bar__price .price-item {
    font-size: 14px;
  }
}

/* Sticky product modal */
.sticky-product-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 101;
}

.sticky-product-modal.is-open {
  display: flex;
}

.sticky-product-modal__overlay {
  display: block !important;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.sticky-product-modal__content {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 30px;
  width: 1050px;
  padding: 30px;
  border-radius: 12px;
  background: #fff;
}

.sticky-product-modal__media {
  width: 460px;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1;
}

.sticky-product-modal__image-tag {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sticky-product-modal__body {
  display: flex;
  flex-direction: column;
  width: calc(100% - 490px);
}

.sticky-product-modal__body .product-form form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sticky-product-modal__title {
  margin: 0;
  color: #000;
  font-family: var(--font-heading-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.sticky-product-modal__price .price__sale {
  /* display: flex; */
  align-items: center;
  gap: 10px;
}

.sticky-product-modal__price .price-sale {
  order: 2;
  color: #000;
  font-family: var(--font-heading-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
}

.sticky-product-modal__price .price-item {
  margin: 0 !important;
  color: #eb5833;
  font-family: var(--font-heading-family);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.sticky-product-modal__price .price--show-badge {
  display: flex;
  align-items: center;
}

.sticky-product-modal__price .price__badge-sale {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 10px;
  margin-left: 12px;
  border-radius: 40px;
  background: #eb5833;
  color: #fbf8f1;
  text-align: center;
  font-family: var(--font-heading-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

.sticky-product-modal__options {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.sticky-product-modal__option {
  margin-bottom: 20px;
}

.sticky-product-modal__option .form__label {
  margin-bottom: 10px;
  color: #000;
  font-family: var(--font-heading-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.31;
  text-transform: uppercase;
}

.sticky-product-modal__option .select__select {
  height: 60px;
  padding: 0 20px;
  border-radius: 8px;
  background: #f3f3f3;
  color: var(--brand-black, #050609);
  font-family: var(--font-heading-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sticky-product-modal__option .select .svg-wrapper {
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.sticky-product-modal__submit {
  width: 100%;
  margin-top: 8px;
}

.sticky-product-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.sticky-product-modal__close .svg-wrapper,
.sticky-product-modal__close svg {
  width: 10px;
  height: 10px;
}

.sticky-product-modal-open {
  overflow: hidden;
}

.product-form--sticky {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-form--sticky .product-form__buttons {
  max-width: 100%;
  margin-top: auto;
}

.product-form--sticky .product-form__buttons .button {
  height: 50px;
  max-height: 50px;
  min-height: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: var(--font-heading-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.sticky-product-modal__image-tag--mobile {
  display: none;
}

.sticky-product-modal .subscribe-custom-widget-title {
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0;
  color: #000;
  font-family: var(--font-heading-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.sticky-product-modal .subscribe-custom-widget-wrp {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #f3f3f3;
}

.sticky-product-modal .subscribe-custom-onetime label,
.sticky-product-modal .subscribe-custom-options label {
  padding: 16px 20px 16px 58px !important;
  color: rgba(0, 0, 0, 1) !important;
  font-family: var(--font-heading-family) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.sticky-product-modal .subscribe-custom-onetime label {
  border-bottom: 1px solid var(--grey-10, #e5e7eb) !important;
}

.sticky-product-modal .one-time-purchase .checkbox-icon,
.sticky-product-modal .subscribe-save .checkbox-icon {
  left: 20px !important;
  border: 1px solid transparent !important;
  opacity: 1 !important;
}

.sticky-product-modal .one-time-purchase .checkbox-icon:after,
.sticky-product-modal .subscribe-save .checkbox-icon:after {
  background-color: #050609 !important;
}

.sticky-product-modal input[name="purchase_option"]:checked + label .checkbox-icon:after {
  background-color: #050609 !important;
}

.sticky-product-modal input[name="purchase_option"]:checked + label .checkbox-icon {
  border: 1px solid #050609 !important;
}

.sticky-product-modal input[name="purchase_option"]:checked + label,
.sticky-product-modal input[name="purchase_option"]:checked + label .subscribe-save-label,
.sticky-product-modal input[name="purchase_option"]:checked + label .subscription-purchase-price,
.sticky-product-modal input[name="purchase_option"]:checked + label .one-time-purchase-price {
  color: #000 !important;
  font-weight: 700 !important;
  /* text-shadow: 2px 2px 5px rgba(0,0,0,1); */
}

.sticky-product-modal .one-time-purchase-price,
.sticky-product-modal .subscription-purchase-price {
  color: rgba(0, 0, 0, 1) !important;
  font-weight: 400 !important;
}

.sticky-product-modal .subscribe-save-label-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sticky-product-modal .subscribe-save-label-text .discount-label {
  margin: 0;
  padding: 0 8px;
  border-radius: 6px;
  border: 1px solid var(--brand-orange, #eb5833);
  color: #eb5833;
  font-family: var(--font-heading-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  background: transparent;
}

.sticky-product-modal .subscribe-options-selected {
  color: var(--brand-black, #050609);
  text-align: right;
  font-family: var(--font-heading-family);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M4.83722 5.62278L0 0.785556L0.785556 0L4.83722 4.05167L8.88889 0L9.67444 0.785556L4.83722 5.62278Z' fill='%23050609'/%3E%3C/svg%3E");
  background-position: center right;
}

.sticky-product-modal .subscribe-custom-options-wrp {
  width: 70%;
}

.sticky-product-modal .subscribe-save-label {
  width: 30%;
}

.sticky-product-modal label.custom-plan-label {
  background: #f3f3f3 !important;
  padding: 10px !important;
}

.sticky-product-modal .custom-plan-label:not(:last-child) {
  border-bottom: 1px solid #e5e7eb !important;
}

.sticky-product-modal label.custom-plan-label:hover {
  background: #eb5833 !important;
  color: #fff !important;
}

@media screen and (max-width: 1050px) {
  .sticky-product-modal__content {
    width: calc(100% - 36px);
  }

  .sticky-product-modal__media {
    width: calc(50% -15px);
  }

  .sticky-product-modal__body {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 850px) {
  .sticky-product-modal__content {
    padding: 15px;
  }

  .sticky-product-modal__media {
    display: none;
  }

  .sticky-product-modal__body {
    width: 100%;
  }

  .sticky-product-modal__title {
    margin-bottom: 5px;
    font-size: 20px;
    padding-right: 15px;
  }

  .sticky-product-modal__price .price-sale {
    font-size: 13px;
  }

  .sticky-product-modal__price .price-item {
    font-size: 16px;
  }

  .sticky-product-modal__option .form__label {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .sticky-product-modal__option .select__select {
    font-size: 16px;
    height: 50px;
    padding: 0 12px;
  }

  .sticky-product-modal__image-tag--mobile {
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 12px;
  }

  .sticky-product-modal__header {
    display: flex;
    align-items: center;
  }

  .sticky-product-modal__header > div {
    max-width: calc(100% - 92px);
  }

  .sticky-product-modal__price .price__badge-sale {
    margin-left: 6px;
    font-size: 12px;
    padding: 2px 5px 0 5px;
  }

  .sticky-product-modal .subscribe-custom-widget-title {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .sticky-product-modal .subscribe-custom-onetime label,
  .sticky-product-modal .subscribe-custom-options label {
    font-size: 14px !important;
    padding: 15px 10px 15px 58px !important;
  }

  .sticky-product-modal .one-time-purchase-price,
  .sticky-product-modal.subscription-purchase-price {
    font-size: 16px !important;
  }

  .sticky-product-modal .subscribe-options-selected {
    font-size: 12px !important;
  }

  .sticky-product-modal .subscribe-save-label {
    width: 45%;
  }

  .sticky-product-modal .subscribe-custom-options-wrp {
    width: 55%;
  }

  .sticky-product-modal label.custom-plan-label {
    padding: 10px !important;
  }
}

@media screen and (max-width: 450px) {
  .sticky-product-modal input[name="purchase_option"]:checked + label .subscribe-custom-options-list {
    top: -50px;
  }
}
.shopify-app-block:has(div[data-oke-star-rating]) {
  margin:0 0 5px 0;
}
/* CRO */
.inspired-by-text {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  line-height: normal;
  font-size: 16px;
  color: #000;
}

@media screen and (max-width: 749px) {
  .inspired-by-text {
    font-size: 12px;
  }

  product-info {
    padding-top: 0 !important;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 0;
  }

  .product__media-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .product__media-list .product__media-item {
    width: 100% !important;
  }

  .product__media-wrapper .product__column-sticky {
    flex-wrap: wrap;
  }

  .product__media-wrapper .product__column-sticky .thumbnail-slider {
    order: 2;
    width: 100%;
  }

  .product__media-wrapper .product__column-sticky .thumbnail-list {
    flex-wrap: nowrap;
    padding: 0;
    max-height: none;
  }

  .product__media-wrapper .product__column-sticky {
    gap:10px 16px;
  }

  .product__media-wrapper .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 50px;
  }

  deferred-media.deferred-media {
    display: block !important;
  }

  .related-products__heading {
    font-size: 32px;
  }
  .shopify-app-block .oke-sr-label-text, .shopify-app-block .oke-sr-count-number {
    font-size: 12px;
  } 
  .shopify-app-block .oke-stars-background svg, .shopify-app-block .oke-stars-foreground svg {
    max-width: 87px;
  } 
  .product__info-wrapper .price .badge {
    font-size: 12px;
    padding: 1px 8px;
  }
  .product__info-wrapper .price .price__sale .price-sale {
    font-size: 16px;
  }
}

/* Oil Products Block Styles */
.oil-products__title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
  font-family: var(--font-heading-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 183.333%;
  text-transform: uppercase;
  transition: all 0.3s;
}

.oil-products__title-link {
  color: inherit;
  text-decoration: none;
}

.oil-products__title-link:hover {
  color: #d14a2a;
}

.oil-products-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.oil-product-item[style*="block"] {
  display: block !important;
}

/* Oil Product Card Styles */
.card-product-oil {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 120px;
  padding: 16px;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}

.card-product-oil__image {
  flex: 0 0 110px;
  max-width: 110px;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.card-product-oil__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.card-product-oil__image-link:hover img {
  transform: scale(1.05);
}

.card-product-oil__image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.card-product-oil__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-product-oil__info {
  flex: 1;
}

.card-product-oil__title {
  display: block;
  margin-bottom: 2px;
  color: #000;
  font-family: var(--font-heading-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
}

.card-product-oil__title:hover {
  color: #eb5833;
}

.card-product-oil__subtitle {
  margin-top: 0;
  margin-bottom: 8px;
  color: #000;
  font-family: var(--font-heading-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
}

.card-product-oil__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.card-product-oil__price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-product-oil__price-current {
  color: #eb5833;
  font-family: var(--font-heading-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.card-product-oil__price-compare {
  color: #717171;
  font-family: var(--font-heading-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
}

.card-product-oil__add-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 79px;
  height: 32px;
  margin-left: auto;
  gap: 6px;
  background: #eb5833;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  color: #fff;
  text-align: center;
  font-family: var(--font-heading-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
}

.card-product-oil__add-button:hover:not(:disabled) {
  background: #d14a2a;
}

.card-product-oil__add-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.card-product-oil__add-button svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.card-product-oil__add-button .loading__spinner {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.card-product-oil__add-button.loading {
  position: relative;
}

.card-product-oil__add-button.loading > span:not(.sold-out-message),
.card-product-oil__add-button.loading > svg {
  opacity: 0;
}

.card-product-oil__add-button .sold-out-message.hidden {
  display: none;
}
.cart-item__heading {
  font-size: 14px;
}

@media (max-width: 850px) {
  .card-product-oil {
    padding: 0;
    gap: 0px;
    align-items: stretch;
  }
  .oil-products__title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: normal;
  }

  .oil-products-list {
    gap: 12px;
  }

  .card-product-oil__image {
    flex: 0 0 111px;
    max-width: 111px;
    aspect-ratio: auto;
  }
  .card-product-oil__image img {
    border-radius: 0px;
  }
  .card-product-oil__content {
    padding: 12px;
  }
  .card-product-oil__title {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .card-product-oil__subtitle {
    margin-bottom: 8px;
  }

  .card-product-oil__price-current {
    font-size: 14px;
  }

  .card-product-oil__price-compare {
    font-size: 12px;
  }

  .card-product-oil__add-button {
    min-width: 60px;
    height: 28px;
    gap: 6px;
    font-size: 12px;
    line-height: 2.33;
  }

  .card-product-oil__add-button svg {
    width: 16px;
    height: 16px;
  }
  .breadcrumb {
    margin-bottom: 14px;
  }
}
.product .oke-sr-count {
  color: #000;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 22.4px */
}
.product-form__input--pill input[type="radio"] + label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #717171;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.4px;
}
.product-form__input--pill input[type="radio"]:checked + label {
  border: 1px solid #ff4c1f;
  background: #fbd8c9;
  color: #000;
}
.shopify-section:has(.tz-scroll-box) {
  background: #ff4c1f !important;
}
.tz-scroll-box {
  background: #ff4c1f !important;
}
.vairo-scrolling-text-banner .tz-scroll-box {
  margin-bottom: 0 !important;
}
.oke-w-ratingAverageModule-rating-average,
.oke-sortSelect-label,
.oke-reviewContent-title {
  color: #000;
  font-weight: 600;
}
.oke-w-ratingAverageModule-count {
  color: #373737;
}
.okeReviews[data-oke-container] .oke-select,
div.okeReviews .oke-select {
  font-weight: 400;
  color: #000;
}
.okeReviews[data-oke-container] .oke-testimonialCard {
  border-radius: 12px;
  border: 1px solid #cacaca;
  background: #fff;
}
.oke-avatar-placeholder {
  border: 1px solid #cacaca !important;
  background: #fff !important;
}
.oke-reviewContent-body {
  color: #373737;
}
.oke-reviewContent-date {
  color: #717171;
}
.oke-w-reviewer-identity {
  color: #000;
}
.oke-testimonialCard-productName {
  color: #717171;
}
.shopify-section:has(div[data-oke-widget]) {
  padding-bottom: 80px;
}
@media (max-width: 750px) {
  .shopify-section:has(div[data-oke-widget]) {
    padding-bottom: 40px;
  }
  .product-form__input--pill input[type="radio"] + label {
    margin: 6px 6px 0 0;
    padding: 10px 16px;
    font-size: 14px;
  }
}
.product__accordion--des .accordion__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
  text-transform: uppercase;
}
.product__accordion--des .accordion__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product__accordion--des .accordion__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.product__accordion--des .accordion__content ul li {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}
.product__accordion--des .accordion__content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M1 5L4 8L11 1' stroke='%23FF4C1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.thumbnail[aria-current] {
  box-shadow: none !important;
}
.oke-testimonialCard {
  overflow: visible !important;
}
.oke-attrBar-title-text {
  color: #000;
}
.product-video-reviews-block {
  margin: 0 !important;
}

.video-reviews-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* pan-x alone blocks page scroll when touch starts here; allow vertical too */
  touch-action: pan-x pan-y;
  scroll-snap-type: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 10px 0;
  cursor: grab;
  user-select: none;
}

.video-reviews-carousel.is-dragging {
  cursor: grabbing;
}

.video-reviews-carousel::-webkit-scrollbar {
  display: none;
}

.video-review-item {
  flex: 0 0 auto;
  width: calc((100% - 52px) / 4);
  aspect-ratio: 9 / 16;
  scroll-snap-align: start;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #000;
}

.video-review-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.video-review-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.video-review-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}

.video-review-item.playing .video-play-btn {
  opacity: 0;
  pointer-events: none;
}

.video-review-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  color: white;
  font-size: 12px;
  line-height: 1.4;
  font-family: "Avantt TRIAL", sans-serif;
  z-index: 1;
}

.video-dimension-badge {
  text-align: center;
  margin-top: 20px;
}

.video-dimension-badge span {
  padding: 10px 20px;
  background: #006e37;
  color: white;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  display: inline-block;
  font-family: "Avantt TRIAL", sans-serif;
}

@media (max-width: 768px) {
  .video-reviews-carousel {
    scroll-snap-type: x mandatory;
  }

  .video-review-item {
    width: 160px;
  }

  .video-play-btn {
    width: 50px;
    height: 50px;
  }

  .video-play-btn::after {
    border-width: 10px 0 10px 16px;
  }
  .product__accordion--des .accordion__content p {
    font-size: 14px;
  }
  .product__accordion--des .accordion__title {
    font-size: 16px;
  }
}
.stock-countdown {
  background: #fff !important;
}
.stock-countdown span {
  color: #000 !important;
}
.stock-countdown svg path{
  fill: var(--brand-orange) !important;
}
