/** Shopify CDN: Minification failed

Line 402:0 Unexpected "}"

**/
.product-buybox__price {
  width: 34%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 0.3125rem; /* 5px */
  margin-left: auto;
}

.product-details .product__price .price__current {
  margin-bottom: 36px;
}

@media screen and (min-width: 1025px) {
  .product__container--two-columns .product-form__action-wrapper {
    align-items: flex-end;
    flex-direction: row;
    width: 100%;
    gap: 5.875rem; /* 94px */
    height: min-content;
  }
}

.pdpv2-header {
  flex-direction: row-reverse !important;
}

.pdpv2-component-container {
  display: block !important;
  border-radius: 0.5rem !important; /* 8px */
  border: 0.0625rem solid #c5c8d1 !important; /* 1px */
  background: #fff !important;
}

.product-details .product-form--regular .product-form-main .product-form--atc {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.price__current .money {
  color: #393939;
  font-family: Poppins;
  font-size: 1.75rem; /* 28px */
  font-style: normal;
  font-weight: 400;
  line-height: 2.1rem; /* 33.6px */
}

.product-buybox__save {
  color: #393939;
  font-family: Poppins;
  font-size: 0.75rem; /* 12px */
  font-style: normal;
  font-weight: 600;
  line-height: 0.8125rem; /* 13px */
  grid-column: 1 / -1;
  @media (max-width: 650px) {
    font-size: 8px;
  }
}

.product-form--atc,
.product-form--regular {
  margin: 0;
}

.product-buybox__compare {
  color: #949494;
  font-family: Poppins;
  margin: 0.875rem 0.6875rem 0; /* 14px 11px 0 */
  font-size: 1.125rem; /* 18px */
  font-style: normal;
  font-weight: 300;
  line-height: 1.125rem; /* 18px */
  text-decoration-line: line-through;
}

.product-title {
  width: 100%;
}

.template-product shopify-payment-terms {
  min-height: 1rem; /* 16px */
}

shopify-payment-terms {
  margin-bottom: 0;
}

.product-buybox__row {
  display: flex;
  margin-bottom: 1.5625rem; /* 25px */
  justify-content: space-between;
}

.shopify-payment-button,
.product-form--atc-button {
  border-radius: 0.5rem; /* 8px */
  @media (max-width: 749px) {
    height: 35px !important;
    min-height: 35px !important;
  }
}

.product__container--two-columns .product-form__action-wrapper {
  display: flex !important;
  gap: 0.75rem; /* 12px */
  align-items: stretch;
}

.product-form__action-wrapper .quantity-selector {
  flex: 0 0 10rem; /* 160px */
}

.product-form__action-wrapper .product-form--atc-button,
.product-form__action-wrapper #BuyNowLink,
.product-form__action-wrapper .buy-now-button {
  flex: 1 1 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-width: 0;
}

#BuyNowLink,
.buy-now-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* height: 3.4375rem; */
  padding: 0.625rem; /* 10px */
  border-radius: 0.5rem; /* 8px */
  border: 0.0625rem solid currentColor; /* 1px */
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f04f36;
  border: 1px solid #f04f36;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem; /* 18px */
  font-style: normal;
  font-weight: 600;
  line-height: 1.6875rem; /* 27px */
}

#BuyNowLink[aria-disabled="true"],
.buy-now-button[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}

.sticky-bar-thumb-img {
  display: none;
}

.sticky-bar .product-title-sticky,
.sticky-bar .sticky-bar-price {
  padding-right: 2rem; /* 32px */
}

body.template-product .sticky-bar shopify-payment-terms,
body.template-product .sticky-bar .shopify-payment-terms {
  margin: 0;
}

.sticky-title {
  display: flex;
  width: 100%;
  color: #1d1d1d;
  font-family: Poppins;
  font-size: 1.5rem; /* 24px */
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 24px */
}

.product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded {
  padding: 12px !important; /* 20px */
  background-color: #fff !important;
  border: 0.0625rem solid #f04f36 !important; /* 1px */
  .atc-button--text {
    color: #f04f36 !important;
  }
}

.product-details[data-product-details] {
  display: grid;
  grid-template-columns: 78% 1fr;
  gap: 0 1rem; /* 8px 16px */
  align-items: start;
  grid-auto-flow: row dense;
}

.product-details .product-form--regular .product-form-main {
  display: flex;
  flex-direction: column-reverse;
}

.product__price {
  display: flex;
  flex-direction: column-reverse;
}

.product-details .product-block {
  grid-column: 1 / -1;
}

.product-details .product-block--title {
  grid-column: 1;
  align-self: center;
}


.product-details{
.b2b-pricing-details {
  margin-top: 0;
  display: block; /* asegurar que siempre esté visible */
}

  .product-block--price {
  grid-column: 2;
  align-self: center;
  width: 0.875rem; /* 14px */
  }
} 

.variant-drop-down {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.625rem; /* 10px */
}

.variant-drop-down .product-form__item,
.variant-drop-down .variant_selector {
  flex: 0 0 100%;
}

.variant-drop-down .product-form--atc-button,
.variant-drop-down .buy-now-button {
  flex: 1 1 0;
  min-width: 13.75rem; /* 220px */
  width: auto;
}

.variant-drop-down shopify-payment-terms {
  flex: 0 0 100%;
  display: block;
}

.product-buybox {
  position: relative;
  overflow: visible;
  width: 100%;
}

.product-buybox::before,
.product-buybox::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100dvw;
  height: 0.25rem; /* 4px */
  pointer-events: none;
  z-index: 1;
}

.product-buybox::before {
  top: -1.875rem; /* -30px */
  background: linear-gradient(
    to top,
    rgba(128, 128, 128, 0.12) 0%,
    rgba(128, 128, 128, 0.06) 50%,
    rgba(128, 128, 128, 0) 100%
  );
}

.product--outer {
  margin-top: -0.875rem; /* -14px */
}

.product-buybox::after {
  bottom: -1.8125rem; /* -29px */
  background: linear-gradient(
    to bottom,
    rgba(128, 128, 128, 0.12) 0%,
    rgba(128, 128, 128, 0.06) 50%,
    rgba(128, 128, 128, 0) 100%
  );
}

.product-buybox__title {
  width: 40%;
}

.product-buybox__price-cta {
  display: grid;
  grid-template-columns: 12.3125rem auto; /* 197px auto */
  align-items: center;
  column-gap: 0.75rem; /* 12px */
}

.product-buybox__price-cta .payment-terms--full {
  grid-column: 1 / -1;
  margin-top: 0.25rem; /* 4px */
}

.product-buybox .payment-terms--full {
  margin-top: 0.25rem; /* 4px */
}

.product-buybox:has(variant-selection select[name="id"]:not([disabled]))
  .payment-terms--full {
  margin-top: 3.1rem; /* 49.6px ≈ 3.1rem */
}

.product-form__action-wrapper {
  display: grid !important;
  grid-template-columns: 14.0625rem 14.0625rem; /* 225px */
  gap: 0.875rem; /* 14px */
}

.product-form--atc {
  margin-left: auto;
  width: min-content;
}

.bc-title--mobile {
  display: none !important;
}

.product-buybox__cta {
  width: min-content;
  height: 2.375rem; /* 38px */
}

[data-bv-show="rating_summary"]
  .bv_main_container
  .bv_avgRating_component_container,
[data-bv-show="rating_summary"] div,
/* .quantity-selector, */
.shopify-payment-button__more-options {
  display: none !important;
  flex-direction: row-reverse;
  @media (max-width: 767px) {
    flex-direction: row;
  }
}

.sticky-bar .free-shipping-iv,
.product-details .free-shipping-iv {
  display: none;
}

[data-bv-show="rating_summary"]
  .bv_main_container
  .bv_stars_component_container {
  padding-right: 0.625rem !important; /* 10px */
}

[data-bv-show="rating_summary"] span {
  color: #949494 !important;
  font-size: 1rem !important; /* 16px */
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.5rem !important; /* 24px */
}

shopify-accelerated-checkout,
shop-pay-wallet-button {
  --gravity-button-height: 3.8125rem !important; /* 61px */
  --gravity-button-min-height: 3.8125rem !important; /* 61px */
  --shopify-accelerated-checkout-button-border-radius: 2.5rem; /* 40px */
}

.atc-button--text {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 1.125rem; /* 18px */
  font-style: normal;
  font-weight: 600;
  line-height: 1.6875rem; /* 27px */
}

.product-main .price__compare-at.visible {
  position: relative;
  top: -37px;
}

/* .breadcrumbs-container {
  justify-content: space-between;
  margin: 1.1875rem 1.25rem; /* 19px 20px */
} */

.section-breadcrumbs {
  border-bottom: 0.0625rem solid #80808040; /* 1px */
  box-shadow: 0 0.25rem 0.25rem -0.125rem #80808040; /* 4px 4px -2px */
}

[data-bv-show="rating_summary"] .bv_main_container .bv_main_container_row_flex {
  padding-right: 0 !important;
}

.section--canonical {
  margin-top: 0.875rem; /* 14px */
}

.extend-offer {
  margin-bottom: 1.0625rem;
  @media (max-width: 767px) {
    margin-bottom: 0;
  }
}

.template-product shopify-payment-terms,
#shopify-installments,
.shopify-payment-terms,
#shopify-installments-content {
  justify-self: center !important;
  width: 64% !important;
  margin: 0 auto;
  margin-top: 1.0625rem; /* 17px */
}
/* .bv_stars_component_container defs [id^="bv_rating_summary_star_filled"] stop {
  stop-color: #5cc9c3 !important;
} */

.bv-rating-reviews {
  margin-left: 0.25rem; /* 4px */
  opacity: 0.85;
  font-size: 0.9em;
  white-space: nowrap;
}

@property --g-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 222deg;
}

.pdp-highlights__list {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 1.25rem 0;
  gap: 0.875rem; /* 14px */

  .pdp-highlights__item {
    width: 110px;
    min-height: 110px; 
    height: auto;      
    align-items: start;
    padding: 5px 0;
    border-radius: 0.5rem;
    display: grid;
    place-items: center;
    text-align: center;
    align-content: center;
    gap: 0.625rem; /* 10px */
    background-size: 200% 100%;
    background-position: 0% 50%;
    transition: --g-angle 0.45s ease, background-position 0.45s ease;

    --g-angle: 222deg;
    background: linear-gradient(
      var(--g-angle),
      #ececec 10.67%,
      #5abdbf 171.53%
    );
    &:hover {
      --g-angle: 122deg;
      background-position: 35% 50%;
    }

    &:nth-child(2) {
      --g-angle: 76deg;
      background: linear-gradient(
        var(--g-angle),
        #ececec 5.02%,
        #5abdbf 131.11%
      );
      &:hover {
        --g-angle: 26deg;
        background-position: 35% 50%;
      }
    }

    &:nth-child(3) {
      --g-angle: 172deg;
      background: linear-gradient(
        var(--g-angle),
        #ececec -10%,
        #5abdbf 177.34%
      );
      &:hover {
        --g-angle: 74deg;
        background-position: 35% 50%;
      }
    }

    &:nth-child(4) {
      --g-angle: 325deg;
      background: linear-gradient(
        var(--g-angle),
        #ececec 8.98%,
        #5abdbf 195.14%
      );
      &:hover {
        --g-angle: 125deg;
        background-position: 35% 50%;
      }
    }

    &:nth-child(5) {
      --g-angle: 272deg;
      background: linear-gradient(
        var(--g-angle),
        #ececec 4.34%,
        #9bd2d3 164.4%,
        #5abdbf 291.35%
      );
      &:hover {
        --g-angle: 142deg;
        background-position: 35% 50%;
      }
    }
  }
}

.product-details .product-form--regular .product-form-main variant-selection.variant-selection {
  order: 4 !important;
}

@media (prefers-reduced-motion: reduce) {
  .pdp-highlights__item {
    transition: none;
  }
}

.pdp-highlights__text {
  padding: 0 10px;
}

.pdp-highlights__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #1d1d1d;
  text-align: center;
  font-family: Poppins;
  font-size: 0.75rem; /* 12px */
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.options-selection__input-select-wrapper {
  margin: 1.25rem 0; /* 20px */
}

.pt-source {
  position: absolute;
  left: -624.9375rem; /* -9999px */
  top: -624.9375rem; /* -9999px */
  width: 0;
  height: 0;
  overflow: hidden;
}

.buybox-fixed .product-buybox {
  margin: 0 auto;
}

.product-buybox__title .product-title {
  display: block;
}

.product-buybox__title .product-title.title-breadcrumbs {
  display: none;
}

.buybox-fixed {
  display: none;
  position: fixed;
  top: var(--bb-top, 0rem);
  left: 0;
  right: 0;
  z-index: 502;
  width: 100vw;
  box-sizing: border-box;
  background: #fff;
  padding: 0 2.9375rem; /* 47px */
  transform: translateY(0);
  transition: top 180ms ease-out;
  padding-top: 1.625rem; /* 26px */
}

/* .pdp-highlights__list {
  margin-bottom: 0;
} */

@media (min-width: 750px) {
  .product-gallery[data-product-gallery] {
    display: grid;
    grid-template-columns: 6rem 1fr; /* 96px */
    gap: 0.75rem; /* 12px */
    align-items: start;
  }

  /* .pdp-highlights__content {
    max-height: 4.8rem;
    overflow-y: auto;
    scrollbar-width: thin;
  }
  
  .pdp-highlights__content::-webkit-scrollbar {
    width: 4px;
  }
  .pdp-highlights__content::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 2px;
  } */

  .product-gallery [data-gallery-navigation] {
    grid-column: 1;
    grid-area: 1;
  }

  .product-gallery [data-gallery-navigation] .gallery-navigation--thumbs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem; /* 8px */
  }

  .product-gallery [data-gallery-navigation] .gallery-navigation--scroller {
    max-height: calc(100vh - 16.875rem); /* 270px */
    overflow: auto;
  }

  .product-gallery [data-gallery-navigation] .gallery-navigation--scroller {
    scroll-behavior: smooth;
  }

  .product-gallery [data-gallery-viewer] {
    grid-column: 2;
  }
}

.product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* 8px */
  text-align: center;
}

.product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded
  .atc-button--text {
  font-size: 18px;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  line-height: 1.2;
}

@media (max-width: 749.98px) {
  .product-gallery[data-product-gallery] {
    display: block;
  }
  .product-gallery [data-gallery-navigation] .gallery-navigation--thumbs {
    flex-direction: row;
  }
  .product-gallery [data-gallery-navigation] .gallery-navigation--scroller {
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .sticky-title,
  .product-form__action-wrapper .product-form--atc-button,
  .product-form__action-wrapper #BuyNowLink,
  .sticky-bar .product-title-sticky,
  .bc-title--desktop {
    display: none !important;
  }

  .product-gallery [data-gallery-scroller].gallery-navigation--scroller {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }

  .variant-drop-down .product-form--atc-button,
  .variant-drop-down .buy-now-button {
    flex: 0 0 100%;
  }

  .product-details[data-product-details] {
    grid-template-columns: 1fr;
  }

  .price__compare-at--single {
    font-size: 14px;
    position: relative;
    top: -3px;
  }

  .pdp-highlights__text {
    font-size: 8px;
    padding: 0 2px;
  }

  .kl-private-reset-css-Xuajs1 {
    top: 77% !important;
  }

  #si-wrapper.si-livechat .silc-btn-button,
  #si-wrapper .silc-btn-button {
    position: fixed !important;
    bottom: 210px !important;
    right: 20px !important;
  }

  .product-block.product-block--price,
  .product-form__action-wrapper.xbg,
  shopify-payment-terms,
  .product-block.product-block--title.product-block--first {
    display: none !important;
  }

  .product-details .product-block--title,
  .product-details .product-block--price {
    grid-column: 1 / -1;
  }

  .site-logo-image {
    max-height: 4.375rem; /* 70px */
  }

  .sticky-bar .sticky-bar-price .variant-drop-down .buy-now-button,
  .sticky-bar .sticky-bar-price .variant-drop-down .product-form--atc-button {
    width: 100%;
    font-size: 0.75rem; /* 12px */
    max-width: 13.75rem; /* 220px */
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6875rem; /* 27px */
  }

  .product__container--two-columns .product-form__action-wrapper quantity-selector {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .sticky-bar .sticky-bar-price .variant-drop-down select {
    max-width: 13.6875rem; /* 219px */
    margin-right: auto;
  }

  .bby-pickup-selector__main-box {
    margin-top: 16px !important;
    width: 100% !important;
    max-width: 22.125rem !important; /* 354px */
  }

  .product-gallery--expand {
    position: absolute;
    width: 30px !important;
    height: 30px !important;
    border-radius: 100%;
    top: 0;
    right: 0;
    margin: 18px 18px 0 0;
    height: fit-content !important;
    width: auto !important;
    max-width: max-content;
    display: inline-block;
    padding: 5px;
  }

  .product-gallery--expand span svg {
    margin-right: 0 !important;
  }

  .tap-text {
    font-size: 0 !important; /* oculta solo el texto */
  }

  .tap-text svg {
    font-size: initial; /* mantiene el tamaño del ícono */
    width: 17px;
    height: 18px;
  }

  body.template-product .sticky-bar .shopify-payment-terms {
    width: 21.3125rem !important; /* 341px */
    position: relative;
    right: 39%;
  }

  .sticky-bar .product-title-sticky,
  .sticky-bar .sticky-bar-price {
    margin: 0;
  }

  .bc-title--mobile {
    display: inline !important;
  }

  .product-details .product-form--regular .product-form-main,
  .product__price {
    max-width: 22.125rem; /* 354px */
  }

  .product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem; /* 8px */
    text-align: center;
  }

  .product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded
    .atc-button--text {
    font-size: 12px;
    position: static !important;
    inset: auto !important;
    transform: none !important;
    line-height: 1.2;
  }

  .product-buybox__price-cta {
    grid-template-columns: 1fr 1fr;
  }

  .product-buybox__row {
    margin-bottom: 0;
  }

  .bby-pickup-selector__main-box-button {
    max-width: 8.125rem !important; /* 130px */
  }

  .product-buybox__price-cta .payment-terms--full {
    grid-column: 1 / -1;
    margin-top: 0.25rem; /* 4px */
  }

  .product-buybox__price {
    grid-template-columns: 1fr;
  }

  .product-buybox__save {
    /* grid-area: 1; */
    width: 12%;
    align-self: center;
    color: #393939;
    text-align: right;
    font-family: Poppins;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px; /* 125% */
  }

  .product__price {
    grid-area: 2;
  }

  [data-bv-show="rating_summary"] .bv_main_container .bv_main_rating_button {
    margin-right: 0.5em !important;
    padding-right: 0.5em !important;
  }

  .product-gallery,
  .product-main,
  .product-readmore {
    padding-right: 1.875rem; /* 30px */
    padding-left: 1.875rem; /* 30px */
  }

  .pdp-highlights__label br {
    display: flex;
  }

  .breadcrumbs-container a,
  .breadcrumbs-container span,
  .breadcrumbs-core {
    font-size: 0.625rem; /* 10px */
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
  }

  .product-buybox__title .product-title {
    display: none;
  }

  .product-buybox__title .product-title.title-breadcrumbs {
    display: block;
    color: #1d1d1d;
    font-family: Poppins;
    font-size: 1.25rem; /* 20px */
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem; /* 24px */
    letter-spacing: -0.0125rem; /* -0.2px */
  }

  .product-buybox__compare {
    margin-left: auto;
  }

  .product-details {
    margin-top: 0;
  }

  .product-buybox__cta {
    align-self: start;
  }

  .section--canonical {
    margin-top: 1.25rem; /* 20px */
  }

  .site-header-main {
    padding: 0;
    margin: 0 1.1875rem; /* 19px */
  }

  .site-header-cart,
  .site-header-mobile-search-button,
  .site-header-menu-toggle {
    align-self: anchor-center;
  }

  .product-buybox__title {
    width: 100%;
  }

  .buybox-fixed {
    padding: 0 0.75rem; /* 12px */
  }

  .product-form__action-wrapper {
    grid-template-columns: 1fr;
  }

  .options-selection__input-select {
    padding: 0.3125rem 12rem; /* 5px 192px */
  }

  .sticky-bar > div {
    margin: 0;
    margin-bottom: auto;
  }

  .product-app {
    margin: 0;
  }

  .product-details[data-product-details] {
    gap: 0 1rem; /* 0px 16px */
  }

  .pdp-highlights__list {
    gap: 0.5rem; /* 8px */
    margin: 0.625rem 0; /* 10px 0 */
  }

  .template-product .sticky-bar-form.active .sticky-bar {
    display: flex;
    flex-wrap: nowrap;
  }
}

.template-product,
.template-product body,
.template-product .f-product-single {
  max-width: 100vw;
  width: 100%;
  overflow-x: clip !important;
}

.template-product .product-gallery[data-product-gallery] [data-gallery-viewer] {
  overflow: hidden;
}
@media screen and (min-width: 860px) {
  .product-recently-viewed-card {
    width: 13.5rem;
    padding: 0;
    margin-right: 20px;
  }

  .product-recently-viewed-card .productitem {
    height: auto !important;
    min-height: 481px !important;
  }

  .product-recently-viewed--section .flickity-viewport {
    height: 483px !important;
  }
}

.template-product
  .product-gallery[data-product-gallery]
  [data-gallery-scroller] {
  touch-action: pan-x;
  max-height: 544px;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.template-product .product-gallery[data-product-gallery] [data-gallery-figure] {
  max-width: 100%;
  box-sizing: border-box;
  contain: content;
}

.template-product,
.template-product body {
  overflow-x: hidden !important;
  max-width: 100vw;
  width: 100%;
}
.template-product {
  overscroll-behavior-x: none;
}

.template-product .product-gallery[data-product-gallery] [data-gallery-viewer] {
  overflow: hidden;
}

.sticky-bar .variant_selector {
  margin-left: 0 !important;
}

@supports (-webkit-touch-callout: none) {
  .template-product,
  .template-product body {
    overflow-x: hidden !important;
  }
}

.product__container--two-columns .product-form__action-wrapper {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-areas:
    "quantity"
    "atc"
    "buy";
  gap: 1.25rem 0.75rem;
  align-items: stretch;
}

.product__container--two-columns .product-form__action-wrapper quantity-selector {
  grid-area: quantity;
  width: 100%;
}

.product__container--two-columns .product-form__action-wrapper .product-form--atc-button,
.product__container--two-columns .product-form__action-wrapper [data-product-atc] {
  grid-area: atc;
  width: 100%;
}

.product__container--two-columns .product-form__action-wrapper .buy-now-button {
  grid-area: buy;
  width: 100%;
}

.product__container--two-columns .product-form__action-wrapper .product-form--atc-button,
.product__container--two-columns .product-form__action-wrapper .buy-now-button {
  justify-self: stretch;
}

@media (min-width: 900px) {
  .product__container--two-columns .product-form__action-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "quantity quantity"
      "atc buy";
  }

  .product__container--two-columns .product-form__action-wrapper quantity-selector {
    align-self: center;
  }
}

/* ===== Sticky bar — MOBILE (PDP) ===== */
@media (max-width: 749px) {
  body.template-product {
    padding-bottom: calc(7.5rem + env(safe-area-inset-bottom)); /* 120px */
    overflow-x: hidden;
  }

  .template-product .sticky-bar-form {
    position: relative;
    z-index: 9998;
  }

  .template-product .sticky-bar-form.active .sticky-bar {
    padding: 10px 0.9375rem !important; /* 12px 15px */
    gap: 0;
  }

  .template-product .sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: #fff;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.08); /* 1px */
    box-shadow: 0 -0.5rem 1.5rem rgba(0, 0, 0, 0.12); /* -8px 24px */
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom)); /* 12px 16px */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem; /* 10px */
    transform: translateZ(0);
  }

  .template-product .sticky-bar * {
    min-width: 0;
    margin: 0;
  }

  .template-product .product-title-sticky {
    display: none;
  }

  .template-product .sticky-bar-thumb-img {
    display: none;
  }

  .template-product .product-buybox__price {
    display: flex;
    /* flex-direction: column; */
    align-items: baseline;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    line-height: 1.2;
    margin: 0 auto;
  }

  .template-product .product-buybox__price .price,
  .template-product .product-buybox__price [data-price],
  .template-product .product-buybox__price [data-regular-price] {
    white-space: nowrap;
    font-size: 20px;
  }

  .template-product .sticky-bar .variant_selector {
    display: none !important;
  }

  .template-product .sticky-bar .product-form--atc-button,
  .template-product .sticky-bar .buy-now-button {
    width: 100%;
    height: 2.375rem; /* 38px */
    padding: 0;
    border-radius: 0.625rem; /* 10px */
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    -webkit-appearance: none;
    appearance: none;
    touch-action: manipulation;
  }

  body.template-product .sticky-bar shopify-payment-terms {
    display: block !important;
    width: 100% !important;
    margin: 0.375rem 0 0 !important; /* 6px */
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.template-product .sticky-bar {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.5rem; /* 8px */
    align-items: center;
  }

  .sticky-bar .product-title-sticky,
  .sticky-bar .sticky-bar-price {
    padding-right: 0 !important;
  }

  body.template-product .sticky-bar .price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 3px;
  }

  body.template-product .sticky-bar .sticky-terms-row {
    /* grid-column: 1 / -1;
    grid-row: 2; */
    width: 100%;
    height: 32px;
    margin-top: 6px !important;
  }

  body.template-product .sticky-bar .sticky-terms-row > * {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important; /* 6px */
    position: static !important;
    left: auto !important;
    right: auto !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    text-align: center !important;
    line-height: 0.875rem !important; /* 14px */
    font-size: 0.75rem !important; /* 12px */
  }

  .product-gallery,
  .product-main,
  .product-form--alt {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  /* .product__container, */
  .product-row--container,
  .product--outer {
    display: block;
    overflow-x: hidden;
  }

  br {
    display: block !important;
  }


  @supports (-webkit-touch-callout: none) {
    .template-product .sticky-bar {
      will-change: transform;
    }
  }
}

@media (max-width: 650px) {
  .pdp-highlights__label {
    display: block;
    font-size: 0.5rem; /* 8px */
    font-style: normal;
    font-weight: 600;
    line-height: 0.5rem; /* 8px */
    letter-spacing: -0.015rem; /* -0.24px */
  }

  .template-product .product-gallery--navigation {
    margin: 0;
  }

  .pdp-highlights__icon svg {
    width: 0.9375rem; /* 15px */
  }

  .breadcrumbs-container {
    margin-bottom: 0;
    gap: 0;
  }

  .section-breadcrumbs {
    border-bottom: none;
    box-shadow: none;
  }

  .product-gallery--loaded-image,
  .product-gallery--image-background > img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
  }

  .product-block.product-block--text {
    display: none;
  }

  .section--canonical {
    margin-top: 1.25rem; /* 20px */
  }

  .plyr__video-wrapper video {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
  }

  .pdp-highlights__list {
    flex-flow: nowrap;
  }

  .template-product .sticky-bar .variant-drop-down {
    gap: 0 !important;
  }

  .pdp-highlights__list .pdp-highlights__item {
    width: 76px; /* 65px */
    height: auto; /* 65px */
    min-height: 76px;
    gap: 0;
  }

  .product__container--two-columns .product-form__action-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    grid-auto-columns: 1fr !important;
    grid-auto-rows: auto !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .product__container--two-columns .product-form__action-wrapper quantity-selector {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 !important;
  }

  .product__container--two-columns .product-form__action-wrapper .product-form--atc-button,
  .product__container--two-columns .product-form__action-wrapper .buy-now-button {
    display: none !important;
  }

  .pdp-highlights__icon-img {
    /* width: 22px; */
    height: 22px;
  }
}

@media screen and (max-width: 991.98px) {
  .template-product .sticky-bar .sticky-bar-price {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }

  .template-product .sticky-bar .variant-drop-down {
    max-width: none !important;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    /* gap: 0 !important; */
    column-gap: .625rem !important;
  }

  .template-product .sticky-bar .product-form__item {
    flex: 1 1 auto !important;
    min-width: 120px;
  }

  .template-product .sticky-bar .quantity-selector__wrapper,
  .template-product .sticky-bar select.variant_selector {
    width: 100% !important;
    max-width: 100% !important;
  }

  .template-product .sticky-bar .product-form--atc-button,
  .template-product .sticky-bar .buy-now-button {
    flex: 1 1 45% !important;
    width: auto !important;
    height: 35px;
    min-height: 35px;
  }

  .product-details[data-product-details] > * { 
    min-width: 0;
  }

  .product-block--pdp_highlights .pdp-highlights {
    box-sizing: border-box;
    overflow: hidden;
  }

  .pdp-highlights__list .pdp-highlights__item {
    flex: 0 0 auto;
    gap: 5px;
  }
}

