/** Shopify CDN: Minification failed

Line 147:14 Expected "*/" to terminate multi-line comment

**/
:root{
--suvi-pink:#C43D8F;
--suvi-pink-light:#E7B7D5;
--suvi-pink-pale:#F7EAF3;
--suvi-pink-dark:#8A1F63;
--suvi-bg:#FFF8FC;
--suvi-text:#3B1B4D;

--sp:#C43D8F;
--sp-l:#F3D6E7;
--sp-m:#E7B7D5;
--sp-d:#8A1F63;
--sw:#fff;
--sg:#FAF1F7;
--st:#3B1B4D;
}
:root{
--sp:#C43D8F;
--sp-l:#F3D6E7;
--sp-m:#C43D8F;
--sp-d:#8A1F63;
--sw:#fff;
--sg:#FFF8FC;
--st:#3B1B4D;
}
.suvi-cart-wrap{max-width:1200px;margin:0 auto;padding:30px 20px;font-family:'Inter',sans-serif;color:var(--st)}
.suvi-cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}
.suvi-cart-title{font-size:26px;font-weight:700;color:var(--sp-d)}
.suvi-continue-link{color:var(--sp);font-size:14px;text-decoration:none;font-weight:500;display:flex;align-items:center;gap:5px}.suvi-continue-link:hover{color:var(--sp-d)}
.suvi-cart-grid{display:grid;grid-template-columns:1fr 360px;gap:28px}@media(max-width:900px){.suvi-cart-grid{grid-template-columns:1fr}}
.suvi-cart-items,.suvi-summary-card{background:#fff;border-radius:16px;box-shadow:0 2px 16px rgba(192,66,110,.08)}
.suvi-cart-item{display:flex;align-items:center;gap:16px;padding:20px;border-bottom:1px solid var(--sp-l)}.suvi-cart-item:last-child{border-bottom:none}
.suvi-item-img{width:90px;height:90px;border-radius:12px;object-fit:cover;flex-shrink:0;background:var(--sg)}
.suvi-item-info{flex:1}.suvi-item-name{font-size:15px;font-weight:600;margin-bottom:4px}.suvi-item-desc{font-size:13px;color:#888;margin-bottom:8px}.suvi-item-price-pink{color:var(--sp);font-weight:600;font-size:14px}
.suvi-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.suvi-qty-box{display:flex;align-items:center;border:1.5px solid var(--sp-l);border-radius:8px;overflow:hidden}
.suvi-qty-btn{background:none;border:none;width:34px;height:34px;cursor:pointer;color:var(--sp);font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .2s}.suvi-qty-btn:hover{background:var(--sp-l)}
.suvi-qty-input{width:36px;height:34px;text-align:center;border:none;border-left:1.5px solid var(--sp-l);border-right:1.5px solid var(--sp-l);font-size:15px;font-weight:600;color:var(--st);background:#fff}
.suvi-item-total{font-size:15px;font-weight:700;color:var(--st)}
.suvi-remove-btn{background:none;border:none;cursor:pointer;color:#ccc;padding:4px;border-radius:6px;transition:color .2s}.suvi-remove-btn:hover{color:var(--sp)}
.suvi-cart-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding:20px;border-top:1px solid var(--sp-l)}
.suvi-coupon-row{display:flex;gap:8px;align-items:center}
.suvi-coupon-input{border:1.5px solid var(--sp-l);border-radius:8px;padding:9px 14px;font-size:14px;outline:none;min-width:180px}.suvi-coupon-input:focus{border-color:var(--sp)}
.suvi-btn-apply{background:none;border:1.5px solid var(--sp);color:var(--sp);border-radius:8px;padding:9px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.suvi-btn-apply:hover{background:var(--sp);color:#fff}
.suvi-update-link{color:var(--sp);font-size:14px;cursor:pointer;background:none;border:none;font-weight:500;display:flex;align-items:center;gap:5px}
.suvi-shipping-bar{margin:0 20px 20px;padding:14px 16px;background:var(--sg);border-radius:10px}
.suvi-bar-label{font-size:13px;margin-bottom:8px;color:#555}.suvi-bar-label span{color:var(--sp);font-weight:700}
.suvi-progress-track{background:#f0c9d9;border-radius:6px;height:8px;overflow:hidden}.suvi-progress-fill{background:linear-gradient(90deg,var(--sp),var(--sp-d));height:8px;border-radius:6px;transition:width .4s}
.suvi-summary-card{padding:24px;position:sticky;top:20px}
.suvi-summary-title{font-size:17px;font-weight:700;margin-bottom:18px;color:var(--sp-d);letter-spacing:.5px}
.suvi-summary-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px;color:#555}
.suvi-summary-divider{border:none;border-top:1px solid var(--sp-l);margin:14px 0}
.suvi-summary-total{display:flex;justify-content:space-between;margin-bottom:6px;font-size:17px;font-weight:700}.suvi-total-amount{color:var(--sp)}
.suvi-tax-note{font-size:12px;color:#888;margin-bottom:18px}
.suvi-shipping-box{background:var(--sg);border-radius:10px;padding:12px 14px;margin-bottom:18px;display:flex;gap:10px;align-items:flex-start}
.suvi-shipping-text{font-size:13px;font-weight:600;margin-bottom:2px}.suvi-shipping-sub{font-size:12px;color:#777}
.suvi-btn-checkout{display:block;width:100%;background:linear-gradient(135deg,var(--sp),var(--sp-d));color:#fff;border:none;border-radius:10px;padding:14px;font-size:15px;font-weight:700;cursor:pointer;text-align:center;letter-spacing:.5px;margin-bottom:10px;transition:opacity .2s;text-decoration:none}.suvi-btn-checkout:hover{opacity:.92}
.suvi-btn-buynow{display:block;width:100%;background:#fff;color:var(--sp);border:2px solid var(--sp);border-radius:10px;padding:12px;font-size:15px;font-weight:700;cursor:pointer;text-align:center;letter-spacing:.5px;margin-bottom:14px;transition:all .2s;text-decoration:none}.suvi-btn-buynow:hover{background:var(--sp-l)}
.suvi-payment-icons{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:8px}.suvi-payment-icons img{height:24px;border-radius:4px;opacity:.85}
.suvi-trust-row{display:flex;justify-content:space-around;flex-wrap:wrap;gap:12px;padding:28px 0 10px;border-top:1px solid var(--sp-l);margin-top:28px}
.suvi-trust-item{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;flex:1;min-width:100px}
.suvi-trust-icon{width:36px;height:36px;background:var(--sp-l);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--sp)}
.suvi-trust-label{font-size:13px;font-weight:700;color:var(--sp)}.suvi-trust-sub{font-size:11px;color:#888}
.suvi-empty-cart{text-align:center;padding:60px 20px;color:#aaa}.suvi-empty-cart h2{font-size:22px;color:var(--sp-d);margin-bottom:10px}.suvi-empty-cart p{font-size:14px;margin-bottom:20px}
.suvi-shop-btn{display:inline-block;background:linear-gradient(135deg,var(--sp),var(--sp-d));color:#fff;padding:12px 28px;border-radius:8px;text-decoration:none;font-weight:700;font-size:15px}
.suvi-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s}.suvi-drawer-overlay.active{opacity:1;pointer-events:all}
.suvi-drawer{position:fixed;top:0;right:0;width:380px;max-width:95vw;height:100vh;background:#fff;z-index:9999;transform:translateX(105%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 30px rgba(192,66,110,.15);display:flex;flex-direction:column;border-radius:16px 0 0 16px}.suvi-drawer.open{transform:translateX(0)}
.suvi-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1.5px solid var(--sp-l)}
.suvi-drawer-title{font-size:17px;font-weight:700;color:var(--sp-d)}
.suvi-drawer-close{background:none;border:none;cursor:pointer;color:#aaa;font-size:22px;padding:4px;border-radius:6px;line-height:1}.suvi-drawer-close:hover{color:var(--sp)}
.suvi-drawer-body{flex:1;overflow-y:auto;padding:0 20px}
.suvi-drawer-item{display:flex;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--sp-l)}.suvi-drawer-item:last-child{border-bottom:none}
.suvi-d-img{width:60px;height:60px;border-radius:8px;object-fit:cover;background:var(--sp-l);flex-shrink:0}
.suvi-d-info{flex:1}.suvi-d-name{font-size:14px;font-weight:600;margin-bottom:4px}.suvi-d-price{font-size:13px;color:var(--sp);font-weight:600}
.suvi-d-qty{display:flex;align-items:center;gap:6px;margin-top:6px}.suvi-d-qty button{background:none;border:1.5px solid var(--sp-l);border-radius:6px;width:26px;height:26px;font-size:16px;cursor:pointer;color:var(--sp);display:flex;align-items:center;justify-content:center}
.suvi-d-qty span{font-size:14px;font-weight:600;min-width:20px;text-align:center}
.suvi-d-remove{background:none;border:none;cursor:pointer;color:#ddd;font-size:16px}.suvi-d-remove:hover{color:var(--sp)}
.suvi-drawer-foot{padding:18px 20px;border-top:1.5px solid var(--sp-l);background:#fff}
.suvi-d-subtotal{display:flex;justify-content:space-between;font-size:13px;color:#777;margin-bottom:6px}
.suvi-d-ship-note{font-size:12px;color:#999;margin-bottom:10px;text-align:center}
.suvi-d-total{display:flex;justify-content:space-between;font-size:16px;font-weight:700;margin-bottom:14px}.suvi-d-total span:last-child{color:var(--sp)}
.suvi-d-btns{display:flex;gap:8px}.suvi-d-btns a{flex:1;text-align:center;padding:11px 0;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s}
.suvi-d-view{border:2px solid var(--sp);color:var(--sp);background:#fff}.suvi-d-view:hover{background:var(--sp-l)}
.suvi-d-checkout{background:linear-gradient(135deg,var(--sp),var(--sp-d));color:#fff;border:none}.suvi-d-checkout:hover{opacity:.9}
.suvi-drawer-empty{text-align:center;padding:50px 20px;color:#bbb}.suvi-drawer-empty h3{font-size:16px;color:#aaa;margin-bottom:8px}.suvi-drawer-empty a{color:var(--sp);font-weight:600;font-size:14px}

/* Spacing below announcement bar */
#header-group {
  margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .suvi-pdp__main {
    gap: 0 !important;
    row-gap: 0 !important;
    grid-template-rows: auto auto !important;
  }
  
  .suvi-pdp__gallery {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .suvi-pdp__details {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* Fix: collection / search / list-collections page filter row hidden behind transparent header.
   Header is <header-component class="header" transparent>. Offending rule in base.css:
      body:has(.header[transparent]) .content-for-layout > .shopify-section:first-child { margin-top: calc(var(--header-group-height) * -1) }
         The body has no template-* class on this theme, so we scope by collection DOM markers. */
         body:has(.collection-wrapper) .content-for-layout > .shopify-section:first-child,
         body:has(.product-grid-container) .content-for-layout > .shopify-section:first-child,
         body:has(results-list) .content-for-layout > .shopify-section:first-child {
           margin-top: 0 !important;
           }
           
           /* Fix: product page — large empty white gap below navbar.
              Cause: sections/suvi-product.liquid emits inline section CSS that sets
                 .suvi-pdp__gallery and .suvi-pdp__details { padding-top: 150px } on desktop
                    (70px on mobile) to compensate for the global negative margin-top on
                       .shopify-section:first-child applied by base.css when the header is transparent.
                          The result on the live site is a ~77px white gap between the navbar and the
                             product image. Fix by removing the negative margin (so the section starts at the
                                header bottom) and zeroing the compensating padding-top on the gallery/details,
                                   scoped to product pages only via body:has(.suvi-pdp). */
                                   body:has(.suvi-pdp) .content-for-layout > .shopify-section:first-child {
                                     margin-top: 0 !important;
                                     }
body:has(.suvi-pdp) #MainContent.content-for-layout .suvi-pdp__gallery,
body:has(.suvi-pdp) #MainContent.content-for-layout .suvi-pdp__details {
  padding-top: 0 !important;
  }


  /* Fix: collection page large empty gap above title.
     The first shopify-section on collection pages is a custom-section header with
        .section-content-wrapper using --padding-block-start: max(20px, calc(--spacing-scale * 32px))
           which evaluates to ~72px, plus a tall right column that vertically centers the title low.
              