/** Shopify CDN: Minification failed

Line 1532:16 Unexpected "{"
Line 1532:25 Expected ":"
Line 1532:31 Unexpected "{"

**/
.product-form__input.product-form__quantity {
  visibility: hidden;
}

.ag-specs-card {
          border: 1px solid #e0e0e0;
          border-radius: 8px;
          margin-top: 45px;
          margin-bottom: 20px;
          background: #fff;
          position: relative;
        }
        .ag-specs-card__header {
          position: absolute;
          top: -10px;
          left: 16px;
          padding: 0 10px;
          background: #fff;
          z-index: 1;
        }
        .ag-specs-card__label {
          font-size: 14px !important;
          letter-spacing: 1.5px;
          text-transform: uppercase;
          color: #222;
          line-height: 1;
          margin: 0;
        }
        .ag-specs-card__body {
          padding: 22px 20px 20px;
        }

        .product-icons {
          display: flex !important;
          justify-content: space-around !important;
          align-items: flex-start !important;
          text-align: center !important;
          gap: 15px !important;
          flex-wrap: wrap !important;
        }

        .icon-item {
          display: flex !important;
          flex-direction: column !important;
          align-items: center !important;
          justify-content: flex-start !important;
          flex: 0 0 calc(25% - 15px) !important;
          min-width: 80px !important;
        }

        .icon-item img {
          width: 50px !important;
          height: 50px !important;
          max-width: 55px !important;
          object-fit: contain !important;
          margin-bottom: 8px !important;
        }

        .icon-text {
          color: #000 !important;
          font-size: 11px !important;
          font-weight: 500 !important;
          text-transform: uppercase !important;
          line-height: 1.2 !important;
          margin: 0 !important;
        }

        .ag-hide-desktop { display: none !important; }
        .ag-hide-mobile { display: block !important; }
        
        @media screen and (max-width: 749px) {
          .ag-hide-mobile { display: none !important; }
          .ag-hide-desktop { display: block !important; }
          .ag-specs-card { margin-top: 20px; margin-bottom: 15px; }
          .product-icons { 
            flex-wrap: nowrap !important;
            justify-content: space-between !important;
            gap: 10px !important;
          }
          .icon-item { 
            flex: 1 1 0% !important; 
            min-width: 0 !important;
          }
          .icon-item img { 
            width: 35px !important; 
            height: 35px !important; 
            max-width: 35px !important; 
          }
          .icon-text { 
            font-size: 9px !important; 
            letter-spacing: 0 !important;
          }
        }
/* .ag-description-accordion {
  margin-top: 38px;
  border-top: 1px solid #dcdcdc;
  overflow: hidden;
  background: transparent;
} */
 .ag-desc-text {
  display: -webkit-box;
  -webkit-line-clamp:3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-desc-text.is-expanded {
  -webkit-line-clamp: unset;
  display: block;
}

.ag-showmore-inline {
  background: none;
  border: none;
  padding: 0;
  margin-top: 4px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
}
.ag-desc-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.ag-desc-summary::-webkit-details-marker {
  display: none;
}
.ag-desc-summary__title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ag-desc-summary__text {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000; 
  text-transform: uppercase;
}

.ag-desc-content {
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  padding-top: 10px;
}
.ag-desc-content p {
  margin-bottom: 10px;
}
.ag-desc-content ul,
.ag-desc-content ol {
  padding-left: 20px;
  margin-bottom: 10px;
}
.ag-variant-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-top:45px;
  background: #fff;
  position: relative;
}
.ag-variant-card__header {
  position: absolute;
  top: -15px;
  left: 14px;
  padding: 0 10px;
  background: #fff;
  z-index: 1;
}
.ag-variant-card__label {
font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #222;
  line-height: 1;
}
.ag-variant-card__body {
  padding: 22px 20px 20px;
}

/* Force variant buttons to match the reference */
.ag-variant-card .product-form__input .form__label {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  display: block;
}
.ag-variant-card .product-form__input--pill {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ag-variant-card .product-form__input input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.ag-variant-card .product-form__input label {
  border: 1.5px solid #d0d0d0;
  padding: 8px 22px;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  background: #fff;
  transition: border-color 0.2s ease, font-weight 0.2s ease;
  min-width: 70px;
  text-align: center;
}
.ag-variant-card .product-form__input label:hover {
  border-color: #111;
}


/* ── Price Card (PRICE) ── */
.ag-price-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin:40px 0px;
  background: #fff;
  position: relative;
}
.ag-price-card__header {
  position: absolute;
  top: -15px;
  left: 16px;
  padding: 0 10px;
  background: #fff;
  z-index: 1;
}
.ag-price-card__label {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #222;
  line-height: 1;
}
.ag-price-card__body {
  padding: 18px 20px 16px;
}
.ag-price-card__row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ag-price-card__amount {
  display: flex;
  align-items: center;
}
.ag-price-card__amount .price {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ag-price-card__amount .price__regular .price-item--regular,
.ag-price-card__amount .price__sale .price-item--sale {
  font-size: 32px;
  /* font-weight: 700; */
  color: #111;
  letter-spacing: -0.5px;
}
.ag-price-card__amount .price__sale .price-item--regular {
  font-size: 16px;
  text-decoration: line-through;
  color: #999;
}
.ag-price-card__tax-note {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}

/* ── Buy Row (Quantity + Add to Cart) ── */
.ag-buy-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}
.ag-buy-row__qty {
  flex: 0 0 auto;
  height: 52px;
}
.ag-buy-row__cart {
  flex: 1;
  height: 52px;
}

/* Kill any margin/padding from Shopify form wrappers */
.ag-buy-row__cart .product-form,
.ag-buy-row__cart .product-form__buttons,
.ag-buy-row__cart form {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
}
.ag-buy-row__cart .shopify-payment-button {
  margin-top: 0 !important;
  height: auto;
}

/* ── Luxury Keywords ── */
.luxury-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 15px;
  padding-top: 10px;
}
.luxury-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #222;
  font-weight: 500;
  position: relative;
}
.luxury-icon {
  font-size: 20px;
  color: #d7a83f;
}
.luxury-text {
  position: relative;
}

@media screen and (max-width:768px) {
  .luxury-item{
    font-size:10px; 
  }
  .luxury-icon {
  font-size:16px;
}}
/* ── Mobile Responsive ── */
@media screen and (max-width: 749px) {
  .ag-variant-card__body {
    padding: 8px 14px 16px;
  }
  .ag-price-card__body {
    padding: 8px 14px 14px;
  }
  .ag-price-card__amount .price__regular .price-item--regular,
  .ag-price-card__amount .price__sale .price-item--sale {
    font-size: 26px;
  }
  .ag-buy-row {
    gap: 10px;
  }
  .ag-buy-row .ag-quantity {
    height: 48px;
  }
  .ag-buy-row__cart .product-form__submit,
  .ag-buy-row__cart .shopify-payment-button__button {
    height: 48px;
    font-size: 13px;
    letter-spacing: 1.5px;
  }
}
.sc-size-wrapper{margin-top:12px}

.sc-size-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:0;
  background:transparent;
  padding:0;
  font-size:14px;
  font-weight:400;
  cursor:pointer;
  color:#111;
}

.sc-popup{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
}

.sc-popup.active{display:flex}

.sc-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
}

.sc-modal{
  position:relative;
  width:min(95vw,900px);
  height:88vh;
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  z-index:2;
}

.sc-close{
  position:absolute;
  top:16px;
  right:16px;
  width:42px;
  height:42px;
  padding:10px;
  border-radius:50%;
border:1px solid #111;
  color:#fff;
  font-size:20px;
  cursor:pointer;
  z-index:10;
}

.sc-slider{
  height:100%;
  display:flex;
  transition:transform .35s ease;
}

.sc-slide{
  flex:0 0 100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:60px 55px;
  box-sizing:border-box;
}

.sc-slide img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}

.sc-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);

  width:44px;
  height:44px;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:0;
  margin:0;

  border:1px solid #111;
  border-radius:50%;

  background:#fff;

  cursor:pointer;
  z-index:9;
}
.sc-size-btn svg{
 width:18px;
  height:18px;
}
.sc-arrow svg{
  width:18px;
  height:18px;

  display:flex;

  align-items:center;
  justify-content:center;

  margin:auto;

  fill:none !important;
  stroke:#111 !important;
  stroke-width:12;

  overflow:visible;
}
.sc-prev{left:16px}
.sc-next{right:16px}

body.sc-lock{overflow:hidden}

@media(max-width:768px){
  .sc-modal{
    width:95vw;
    height:82vh;
  }

  .sc-slide{
    padding:55px 35px 50px;
  }

  .sc-arrow{
    width:36px;
    height:36px;
    font-size:28px;
  }

  .sc-prev{left:8px}
  .sc-next{right:8px}
}

/* =========================
   OUTER BOX
========================= */
.upsell-outer{
  position:relative;
  border:1px solid #e5e5e5;
  border-radius:12px;
  padding:28px 18px 18px;
  margin-top:50px;
  background:#fff;
  overflow:visible;
}

/* =========================
   HEADING
========================= */
.upsell-outer-heading{
  position:absolute;
  top:0;
  left:18px;
  transform:translateY(-50%);
  background:#fff;
  padding:0 10px;
  z-index:5;
}

 .upsell-outer-heading span{
  font-size:14px;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#111;
  font-weight:400;
}

/* =========================
   LIST
========================= */
.upsell-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

/* =========================
   ITEM
========================= */
.upsell-item{
  position:relative;

  display:grid;
  grid-template-columns:24px 60px minmax(0,1fr) auto;

  align-items:center;
  gap:14px;

  padding:16px;
  background:#f7f7f7;
  border:1px solid #ececec;
  border-radius:16px;

  transition:.2s ease;
  cursor:pointer;
}

.upsell-item:hover{
  border-color:#d9d9d9;
}

.upsell-item:has(input:checked){
  border-color:#111;
  background:#fff;
}
.upsell-variant-label{
  font-size:13px;
  color:#666;
  font-weight:500;
}

.upsell-link,
.upsell-link-title{
  text-decoration:none;
  color:inherit;
  display:block;
}

.upsell-link-title:hover{
  text-decoration:underline;
}

.upsell-product-link{
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
}

.upsell-product-link:hover{
    color: #444;
    text-decoration: underline;
}

/* OUTER CARD */
.vp-card {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px 16px 16px;
  margin-top: 40px;
  background: #fff;
}

/* FLOATING LABEL */
.vp-card__label {
  position: absolute;
  top: -10px;
  left: 14px;
  background: #fff;
  padding: 0 8px;
  font-size: 14px;
  text-transform: uppercase;
  color: #555;
}

/* GRID */
.vp-grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* ITEM */
.vp-item {
  text-decoration: none;
}

/* IMAGE BOX */
.vp-box {
  width:100px;
  height:100px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #e5e5e5;
  transition: 0.25s ease;
}

.vp-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vp-item-title{
  margin-top:6px;
  font-size:10px;
  color:#333;
  font-weight:600;
  text-align:center;
}
/* HOVER */
.vp-item:hover .vp-box {
  border-color: #000;
  transform: scale(1.05);
}

/* ACTIVE */
.vp-box.is-active {
  border-color: #000;
}
 /* =========================================================
     PRICE / PACK VARIANT GRID
     ========================================================= */

  .vp-price-grid {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 7px;

    width: 100%;
  }


  /* =========================================================
     PRICE VARIANT CARD
     ========================================================= */

  .vp-price-item {
    display: flex;

    flex-direction: column;

    justify-content: center;

    min-height: 66px;

    padding: 7px 10px;

    border: 1px solid #386c37;

    border-radius: 8px;

    background: #fff;

    text-decoration: none;

    color: #333;

    box-sizing: border-box;

    transition:
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      background 0.2s ease;
  }


  /* HOVER */

  .vp-price-item:hover {
    border-color: #094c45;

    box-shadow: 0 2px 6px rgba(9, 76, 69, 0.08);
  }

/* =========================================================
   ACTIVE / SELECTED VARIANT
   ========================================================= */

.vp-price-item.is-active {
  border: 1px solid #094c45;
  background: #eef7f0;
  box-shadow: 0 0 0 1px rgba(9, 76, 69, 0.08);
}


/* Active variant name */

.vp-price-item.is-active .vp-price-item__name {
  color: #094c45;
  font-weight: 600;
}


/* Active price */

.vp-price-item.is-active .vp-current-price {
  color: #094c45;
}


/* Active discount */

.vp-price-item.is-active .vp-discount {
  background: #dcecdf;
  color: #094c45;
}


  /* =========================================================
     VARIANT NAME
     ========================================================= */

  .vp-price-item__name {
    display: block;

    margin-bottom: 5px;

    font-size: 13px;

    font-weight: 400;

    line-height: 1.2;

    color: #444;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
  }


  /* =========================================================
     PRICE ROW
     ========================================================= */

  .vp-price-row {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 6px;

    min-height: 18px;
  }


  /* =========================================================
     CURRENT PRICE
     ========================================================= */

  .vp-current-price {
    font-size: 15px;

    font-weight: 700;

    line-height: 1;

    color: #2f6e38;
  }


  /* =========================================================
     COMPARE PRICE
     ========================================================= */

  .vp-compare-price {
    font-size: 10px;

    line-height: 1;

    color: #333;

    text-decoration: line-through;
  }


  /* =========================================================
     DISCOUNT
     ========================================================= */

  .vp-discount {
    display: inline-flex;

    align-items: center;

    padding: 3px 6px;

    border-radius: 3px;

    background: #e9f1e6;

    color: #4c7049;

    font-size: 9px;

    font-weight: 500;

    line-height: 1;

    white-space: nowrap;
  }

/* =========================
   CHECKBOX
========================= */
.upsell-item input{
  appearance:none;
  width:22px;
  height:22px;

  border:1.5px solid #bdbdbd;
  border-radius:6px;
  background:#fff;

  cursor:pointer;
  position:relative;
  flex-shrink:0;
}

.upsell-item input:checked{
  background:#111;
  border-color:#111;
}

.upsell-item input:checked:after{
  content:"✓";
  color:#fff;
  font-size:13px;
  font-weight:700;

  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-54%);
}

/* =========================
   IMAGE
========================= */
.upsell-thumb{
  display:flex;
  align-items:center;
  justify-content:center;
}

.upsell-thumb img{
  width:60px;
  height:60px;
  object-fit:contain;
  border-radius:10px;
  background:#fff;
}

/* =========================
   CONTENT
========================= */
.upsell-content{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.upsell-title{
  font-size:13px;
  font-weight:500;
  color:#111;
  line-height:1.4;
  margin:0;

  word-break:break-word;
}

/* =========================
   PRICE
========================= */
.upsell-price{
  font-size:15px;
  font-weight:600;
  color:#111;
  white-space:nowrap;
}

/* =========================
   DROPDOWN
========================= */
.upsell-variant{
  width:110px;
  max-width:100%;
  height:36px;

  padding:0 34px 0 12px;

  font-size:12px;
  border:1px solid #e5e5e5;
  border-radius:999px;

  background-color:#fff;
  color:#111;

  cursor:pointer;
  outline:none;

  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;

  transition:all .2s ease;

  background-image:url("data:image/svg+xml;utf8,<svg fill='%23111' height='10' viewBox='0 0 20 20' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
  background-repeat:no-repeat;
  background-position:right 12px center;
  background-size:10px;
}

.upsell-variant:hover{
  border-color:#111;
  background:#fafafa;
}

.upsell-variant:focus{
  border-color:#111;
  box-shadow:0 0 0 2px rgba(0,0,0,0.05);
}

.upsell-item:has(input:checked) .upsell-variant{
  border-color:#111;
}

/* =========================
   DIVIDER
========================= */
.upsell-divider{
  height:1px;
  background:#e9e9e9;
  margin:18px 0 14px;
}

/* =========================
   TOTAL
========================= */
.upsell-total-line{
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin-bottom:14px;
}

.upsell-total{
  font-size:20px;
  font-weight:600;
}

/* =========================
   BUTTON
========================= */
.upsell-add-btn{
  width:100%;
  border-radius:999px !important;
}

/* =========================================
   TABLET
========================================= */
@media (max-width:768px){

  .upsell-outer{
    padding:26px 14px 14px;
  }

  .upsell-item{
    grid-template-columns:22px 52px minmax(0,1fr);
    gap:12px;
  }

  .upsell-price{
    grid-column:3;
    margin-top:4px;
    font-size:14px;
  }

  .upsell-variant{
    width:100px;
    height:34px;
    font-size:11px;
  }

  .upsell-thumb img{
    width:52px;
    height:52px;
  }
}

/* =========================================
   MOBILE
========================================= */
@media (max-width:480px){

  .upsell-outer{
    margin-top:50px;
    padding:24px 12px 12px;
  }

  .upsell-item{
    grid-template-columns:20px 48px 1fr;
    align-items:start;
    gap:10px;
    padding:14px;
  }

  .upsell-thumb img{
    width:48px;
    height:48px;
  }

  .upsell-title{
    font-size:12px;
    line-height:1.3;
  }

  .upsell-content{
    gap:6px;
  }

  .upsell-variant{
    width:95px;
    height:32px;
    font-size:10px;
    padding:0 28px 0 10px;
  }

  .upsell-price{
    font-size:13px;
    margin-top:6px;
  }

  .upsell-total{
    font-size:18px;
  }

  .upsell-outer-heading span{
    font-size:12px;
  }
}
.bundle-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bundle-old-price {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
  opacity: 0.7;
}

.bundle-new-price {
  font-weight: 600;
  color: #000;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.old-price {
  font-size: 13px !important;
  color: #999;
  text-decoration: line-through;
  opacity: 0.7;
}

.new-price {
  color: #000;
}
.upsell-price{

display:flex;
flex-direction:column;
align-items:flex-end;
justify-content:center;
gap:6px;
min-width:90px;

}

.upsell-old-price{

font-size:11px;
font-weight:500;
color:#9a9a9a;
text-decoration:line-through;
line-height:1;

}

.price-text{
font-size:16px;
color:#111;
line-height:1;
letter-spacing:-0.6px;

}
.upsell-outer{

position:relative;
overflow:visible;

}

.upsell-ribbon{

position:absolute;
top:-1px;
right:-1px;
width:110px;
height:34px;
display:flex;
align-items:center;
justify-content:center;
background:#094C45;
color:#fff;
font-size:13px;
font-weight:500;
letter-spacing:.5px;
border-radius:0 12px 0 12px;
z-index:30;
box-shadow:0 4px 10px rgba(0,0,0,.12);
}
.upsell-ribbon--free{
    background:#E53935; /* Red */
}
@media(max-width: 769px){
  .upsell-ribbon{
   height: 20px; 
  }
  .upsell-price{
    align-items:flex-start;
  }
}

.szc-size-wrapper{
    margin-top:12px;
}

.szc-size-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    border:0;
    background:transparent;
    padding:0;
    cursor:pointer;
    text-decoration:underline;
    color:#111;
    font-size:14px;
}

.szc-size-btn svg{
    width:18px;
    height:18px;
    flex-shrink:0;
}

/* POPUP */

.szc-popup{
    position:fixed;
    inset:0;
    z-index:999999;
    display:none;
    align-items:center;
    justify-content:center;
}

.szc-popup.active{
    display:flex;
}

.szc-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

/* MODAL */

.szc-modal{
    position:relative;
    width:min(900px,95vw);
    height:88vh;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* CLOSE BUTTON */

.szc-close{
    position:absolute;
    top:16px;
    right:16px;
    width:42px;
    height:42px;
    border:1px solid #111;
    border-radius:50%;
    background:#fff;
    color:#111;
    font-size:22px;
    cursor:pointer;
    z-index:20;
    display:flex;
    align-items:center;
    justify-content:center;
}
.szc-slide{
    position:absolute;
    inset:0;
    display:none;
    flex-direction:column;
    padding:40px 80px 20px;
    box-sizing:border-box;
}

.szc-slide.active{
    display:flex;
}

.szc-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom:20px;
    margin-bottom:25px;
    /* border-bottom:1px solid #e5e5e5; */
    flex-shrink:0;
}

.szc-product-title{
    font-size:28px;
    font-weight:600;
    color:#222;
}

.szc-select-wrap{
    display:flex;
    align-items:center;
    gap:12px;
}

.szc-select-wrap label{
    font-size:15px;
    font-weight:500;
    white-space:nowrap;
}

.szc-size-select{
    min-width:120px;
    height:42px;
    padding:0 14px;
    border:1px solid #d9d9d9;
    border-radius:6px;
    font-size:15px;
    background:#fff;
    cursor:pointer;
}

/* IMAGES */

.szc-images{
    
    align-items:center;
    justify-content:center;
    width:100%;
}

.szc-size-image{
    display:none;
    width:100%;
    height:80%;
    align-items:center;
    justify-content:center;
}

.szc-size-image.active{
    display:flex;
}

.szc-size-image img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}
/* ARROWS */

.szc-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:44px;
    height:44px;
    border:1px solid #111;
    border-radius:50%;
    background:#fff;
    color:#111;
    font-size:28px;
    cursor:pointer;
    z-index:20;
    display:flex;
    align-items:center;
    justify-content:center;
}

.szc-prev{
    left:16px;
}

.szc-next{
    right:16px;
}

/* ICONS */

.szc-size-btn svg{
    width:18px;
    height:18px;
}

.szc-arrow svg{
    width:18px;
    height:18px;
    fill:none;
    stroke:#111;
    stroke-width:12;
}

/* BODY LOCK */

body.szc-lock{
    overflow:hidden;
}

/* MOBILE */
@media (max-width:768px){

    .szc-slide{
        padding:70px 20px 20px;
    }

    .szc-header{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .szc-product-title{
        font-size:22px;
    }

    .szc-select-wrap{
        width:100%;
        justify-content:space-between;
    }

    .szc-size-select{
        width:120px;
    }


}



.product-thumbnail-wrapper{
    position: relative;
}

.product-thumbnail-wrapper.has-spotlight::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;

    background: linear-gradient(
        90deg,
        rgba(0,0,0,.45) 0%,
        rgba(0,0,0,.25) 30%,
        rgba(0, 0, 0, 0.23) 50%,
        rgba(0,0,0,0) 85%
    );
}

.style-spotlight{
    position: absolute;
    left: 60px;
    bottom: 70px;
    z-index: 20;

    max-width: 320px;
    color: #fff;
}

.style-spotlight h2{
    margin: 0 0 20px;
    font-size:24px;
    font-weight:500;
    color: #fff;
}

.style-spotlight p{
    margin: 8px 0;
    font-size:16px;
    color: #fff;
    line-height: 1.5;
}

.style-spotlight p strong{
    font-weight: 700;
}
@media (max-width:768px){
.style-spotlight{

    left: 20px;
    bottom:10px;
 
}

.style-spotlight h2{
    margin: 0 0 10px;
    font-size:12px;
    
}

.style-spotlight p{
    margin: 8px 0;
    font-size:8px;
 
}
}



#GalleryViewer-{{ section.id }}{
    position: relative;
}

.custom-gallery-arrows{
    position:absolute;
    inset:0;
    pointer-events:none;
    z-index:40;
}

.custom-gallery-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:48px;
    height:48px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.9);
    color:#111;
    cursor:pointer;
    pointer-events:auto;
    font-size:24px;
    transition:.25s;
}

.custom-gallery-prev{
    left:20px;
}

.custom-gallery-next{
    right:20px;
}

.custom-gallery-arrow:hover{
    background:#fff;
    transform:translateY(-50%) scale(1.08);
}

@media(max-width:749px){
    .custom-gallery-arrow{
        width:38px;
        height:38px;
        font-size:18px;
    }

    .custom-gallery-prev{
        left:10px;
    }

    .custom-gallery-next{
        right:10px;
    }
}