*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:#102544;background:#f4f8fd}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.storefront-body{--shop-primary:#0b5ed7;--shop-accent:#16a34a}.shop-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px max(18px,calc((100vw - 1240px)/2));background:rgba(4,37,77,.97);color:#fff;box-shadow:0 7px 24px rgba(6,40,81,.18)}.shop-brand{display:flex;align-items:center;gap:10px}.shop-brand img,.shop-brand>span{width:48px;height:48px;border-radius:12px;object-fit:contain;background:#fff;display:grid;place-items:center;color:var(--shop-primary);font-weight:900}.shop-brand b{display:block;font-size:17px}.shop-brand small{display:block;color:#c8dcf5;margin-top:2px}.shop-header nav{display:flex;align-items:center;gap:9px}.shop-header nav>a{padding:9px 12px;border-radius:10px;color:#dbeafe}.shop-header nav>a:hover{background:rgba(255,255,255,.1);color:#fff}.shop-header .shop-wa{background:#16a34a;color:#fff}.cart-count{display:inline-grid;place-items:center;min-width:21px;height:21px;border-radius:99px;background:#ff5c67;color:#fff;font-size:11px;margin-left:3px}.shop-flash{max-width:1180px;margin:12px auto 0;padding:11px 14px;border-radius:12px;background:#e6f8ed;color:#176b37}.shop-flash.error{background:#ffe8e8;color:#9d2222}.shop-hero{max-width:1240px;margin:18px auto;padding:46px 44px;border-radius:24px;min-height:340px;background:linear-gradient(125deg,#073f83,#1575cf);background-size:cover;background-position:center;color:#fff;display:grid;grid-template-columns:1.4fr .6fr;gap:32px;align-items:center;box-shadow:0 20px 50px rgba(11,72,135,.22)}.shop-pill{display:inline-flex;padding:7px 11px;border-radius:99px;background:rgba(255,255,255,.14);font-size:12px;font-weight:700}.shop-hero h1{font-size:clamp(34px,5vw,60px);line-height:1.02;margin:14px 0 12px;max-width:760px}.shop-hero>div>p{max-width:680px;font-size:17px;line-height:1.65;color:#e6f1ff}.hero-actions{display:flex;gap:10px;margin-top:22px}.hero-actions a{background:#fff;color:#0a4f9c;padding:12px 18px;border-radius:12px;font-weight:800}.hero-actions .secondary{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);color:#fff}.shop-hero.no-store-info{grid-template-columns:minmax(0,1fr)}.shop-hero.no-store-info>div{max-width:920px}.shop-hero aside{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);padding:20px;border-radius:17px;backdrop-filter:blur(7px)}.shop-hero aside b{font-size:20px}.shop-hero aside p{margin:8px 0 0;color:#e4f1ff;line-height:1.55}.shop-banners{max-width:1240px;margin:16px auto;position:relative;border-radius:20px;overflow:hidden;box-shadow:0 12px 36px rgba(24,72,125,.12);min-height:220px}.shop-banner{display:none;position:relative}.shop-banner.active{display:block}.shop-banner img{display:block;width:100%;height:300px;object-fit:cover}.shop-banner span{position:absolute;left:22px;bottom:20px;background:rgba(5,31,64,.82);color:#fff;border-radius:13px;padding:12px 15px;max-width:70%}.shop-banner b,.shop-banner small{display:block}.shop-banner b{font-size:20px}.shop-banner small{margin-top:4px;color:#d9e9fb}.slider-dots{position:absolute;right:18px;bottom:16px;display:flex;gap:6px}.slider-dots button{width:9px;height:9px;border:0;border-radius:99px;background:rgba(255,255,255,.55);padding:0}.slider-dots button.active{width:28px;background:#fff}.shop-main{max-width:1240px;margin:0 auto;padding:8px 0 40px}.shop-products-section,.shop-cart-section{background:#fff;border:1px solid #e3ebf5;border-radius:22px;padding:24px;margin-top:16px;box-shadow:0 9px 28px rgba(25,73,126,.06)}.shop-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.shop-section-head span{font-size:12px;color:var(--shop-primary);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.shop-section-head h1,.shop-section-head h2{margin:4px 0;font-size:26px}.shop-section-head p{margin:0;color:#6a798d}.shop-section-head>b{font-size:24px;color:var(--shop-primary)}.shop-search{display:flex;gap:7px;flex-wrap:wrap}.shop-search input,.shop-search select,.shop-add-form input,.shop-add-form select,.checkout-form input,.checkout-form select,.checkout-form textarea,.cart-qty input{border:1px solid #d8e3ef;border-radius:10px;padding:10px 11px;background:#fff;color:#102544;outline:none}.shop-search input:focus,.shop-add-form input:focus,.checkout-form input:focus,.checkout-form textarea:focus{border-color:var(--shop-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--shop-primary) 13%,transparent)}.shop-search button,.shop-add-form button{border:0;background:var(--shop-primary);color:#fff;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer}.category-chips{display:flex;gap:7px;overflow:auto;padding-bottom:8px}.category-chips a{white-space:nowrap;border:1px solid #dce6f1;background:#f9fbfe;padding:8px 12px;border-radius:99px;font-size:13px}.category-chips a.active{background:var(--shop-primary);border-color:var(--shop-primary);color:#fff}.shop-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-top:12px}.shop-product-card{position:relative;border:1px solid #e1e9f2;border-radius:18px;overflow:hidden;background:#fff;display:flex;flex-direction:column;min-width:0;transition:.2s ease}.shop-product-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(32,82,137,.12)}.featured-badge{position:absolute;z-index:2;left:10px;top:10px;background:#ff9f1c;color:#fff;border-radius:99px;padding:5px 9px;font-size:11px;font-weight:800}.product-image{height:190px;background:#f1f6fb;display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-image span{font-size:48px}.product-info{padding:14px;display:flex;flex-direction:column;gap:7px;height:100%}.product-info>small{color:#6b7b8e}.product-info h3{margin:0;font-size:17px;line-height:1.25}.product-info>p{margin:0;color:#68788c;font-size:13px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-info>strong{font-size:20px;color:var(--shop-primary);margin-top:3px}.product-info>strong em{font-size:11px;font-style:normal;color:#718197;font-weight:500}.stock-note{font-size:11px;color:#52704f}.shop-add-form{margin-top:auto;padding-top:6px;display:grid;gap:8px}.shop-add-form label,.checkout-form label{display:grid;gap:5px;font-size:12px;font-weight:700;color:#53677e}.dimension-inputs,.checkout-two{display:grid;grid-template-columns:1fr 1fr;gap:8px}.shop-empty{grid-column:1/-1;text-align:center;padding:46px 20px;color:#718096;background:#f8fbff;border:1px dashed #cbd9e8;border-radius:15px}.cart-list{display:grid;gap:9px}.cart-list article{display:grid;grid-template-columns:62px 1fr 190px auto;gap:12px;align-items:center;border:1px solid #e2ebf3;border-radius:14px;padding:10px}.cart-list article>img,.cart-thumb{width:62px;height:62px;object-fit:cover;border-radius:10px;background:#edf4fb;display:grid;place-items:center}.cart-list article>div b,.cart-list article>div small,.cart-list article>div strong{display:block}.cart-list article>div small{color:#738298;margin:3px 0}.cart-list article>div strong{color:var(--shop-primary)}.cart-qty{display:flex;gap:5px}.cart-qty input{width:95px}.cart-qty button,.cart-remove{border:0;border-radius:9px;padding:9px;background:#eaf3ff;color:#125a9f;cursor:pointer}.cart-remove{background:#ffe9e9;color:#a52121;font-size:20px}.cart-footer{display:flex;justify-content:flex-end;align-items:center;gap:24px;margin-top:14px;padding-top:14px;border-top:1px solid #e4ebf3}.cart-footer small,.cart-footer strong{display:block;text-align:right}.cart-footer strong{font-size:24px}.checkout-btn,.checkout-submit{display:inline-flex;justify-content:center;align-items:center;border:0;background:var(--shop-primary);color:#fff;border-radius:12px;padding:12px 18px;font-weight:800;cursor:pointer}.shop-footer{background:#062d5c;color:#dcecff;display:flex;justify-content:space-between;gap:30px;padding:28px max(18px,calc((100vw - 1240px)/2));line-height:1.6}.shop-footer b{color:#fff;font-size:17px}.shop-footer p{margin:5px 0 0}.checkout-shell{max-width:1100px;margin:22px auto 50px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:18px}.checkout-card{background:#fff;border:1px solid #e0e9f3;border-radius:19px;padding:22px;box-shadow:0 9px 28px rgba(25,73,126,.07)}.checkout-form{display:grid;gap:12px}.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%}.payment-instructions{background:#f4f8fd;border:1px solid #dce8f3;border-radius:12px;padding:12px;color:#51677f}.payment-instructions>div{display:none}.payment-instructions>div.active{display:block}.payment-instructions p{margin:5px 0 0;line-height:1.5}.checkout-submit{width:100%;padding:14px;font-size:16px}.summary-item{display:grid;grid-template-columns:52px 1fr auto;gap:9px;align-items:center;border-bottom:1px solid #edf1f6;padding:10px 0}.summary-item img,.summary-item>div>span{width:52px;height:52px;object-fit:cover;border-radius:9px;background:#edf4fb;display:grid;place-items:center}.summary-item p{margin:0}.summary-item p b,.summary-item p small{display:block}.summary-item p small{color:#718096;margin-top:3px}.summary-total{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-size:16px}.summary-total b{font-size:20px;color:var(--shop-primary)}.checkout-security{font-size:12px;color:#718096;background:#f6f9fc;padding:10px;border-radius:10px;line-height:1.45}.shop-error-inline{background:#fff1f1;color:#a22626;padding:12px;border-radius:12px;margin-bottom:12px}.shop-error{max-width:520px;margin:10vh auto;text-align:center;background:#fff;border:1px solid #e1e9f2;border-radius:20px;padding:35px}.shop-error>div{font-size:50px}.shop-error h1{margin:10px 0}.shop-error p{color:#64758a}.shop-error a{display:inline-block;background:#0b5ed7;color:#fff;padding:10px 15px;border-radius:10px}.order-track-shell{max-width:1000px;margin:24px auto 50px}.track-hero{background:linear-gradient(125deg,#073f83,#1575cf);color:#fff;border-radius:22px;padding:32px;box-shadow:0 16px 38px rgba(11,72,135,.18)}.track-hero>span{text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.08em;color:#bfe0ff}.track-hero h1{font-size:34px;margin:7px 0}.track-hero p{margin:0;color:#dcecff}.track-status{margin-top:20px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.track-status small{color:#cde5ff}.track-status strong{background:#fff;color:#0b559f;border-radius:99px;padding:8px 12px}.track-status em{font-style:normal;background:rgba(255,255,255,.13);padding:8px 12px;border-radius:99px}.track-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.public-timeline{display:grid;gap:0}.public-timeline>div{position:relative;padding:0 0 18px 28px;border-left:2px solid #dce8f4;margin-left:8px}.public-timeline i{position:absolute;left:-7px;top:2px;width:12px;height:12px;background:var(--shop-primary);border:3px solid #fff;border-radius:99px;box-shadow:0 0 0 1px #cddbea}.public-timeline span{font-size:11px;color:#7a899b}.public-timeline b{display:block;margin:2px 0}.public-timeline p{margin:0;color:#65758a;font-size:13px}.customer-box,.tracking-box{background:#f5f9fd;border-radius:12px;padding:12px;margin:12px 0}.customer-box p{margin:5px 0 0;line-height:1.5;color:#5e7085}.tracking-box{display:flex;justify-content:space-between}.storefront-body .btn-light{border:1px solid #d7e2ee;background:#fff;color:#174f86;border-radius:10px;padding:9px 12px}
@media(max-width:1100px){.shop-header,.shop-main,.shop-hero,.shop-banners{margin-left:14px;margin-right:14px}.shop-header{margin:0;padding:10px 14px}.shop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.checkout-shell,.order-track-shell{margin-left:14px;margin-right:14px}}
@media(max-width:800px){.shop-header nav>a:not(.shop-wa):first-child{display:none}.shop-hero{grid-template-columns:1fr;padding:30px 24px}.shop-hero aside{display:none}.shop-banner img{height:220px}.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-section-head{align-items:flex-start;flex-direction:column}.shop-search{width:100%}.shop-search input{flex:1}.cart-list article{grid-template-columns:54px 1fr auto}.cart-list article>img,.cart-thumb{width:54px;height:54px}.cart-qty{grid-column:2/3}.checkout-shell,.track-grid{grid-template-columns:1fr}.order-summary{order:-1}.shop-footer{flex-direction:column}}
@media(max-width:520px){.shop-brand b{font-size:14px}.shop-brand small{font-size:10px}.shop-brand img,.shop-brand>span{width:40px;height:40px}.shop-header nav{gap:4px}.shop-header nav>a{padding:8px;font-size:12px}.shop-hero{min-height:290px;margin-top:10px;padding:25px 18px;border-radius:17px}.shop-hero h1{font-size:36px}.shop-hero>div>p{font-size:14px}.shop-banners{min-height:150px;border-radius:15px}.shop-banner img{height:170px}.shop-banner span{left:10px;bottom:10px;max-width:82%;padding:8px 10px}.shop-banner b{font-size:14px}.shop-banner small{font-size:10px}.shop-main{padding-bottom:20px}.shop-products-section,.shop-cart-section{padding:14px;border-radius:17px}.shop-product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-image{height:130px}.product-info{padding:10px;gap:5px}.product-info h3{font-size:14px}.product-info>p{font-size:11px;-webkit-line-clamp:2}.product-info>strong{font-size:16px}.shop-add-form label{font-size:10px}.shop-add-form input,.shop-add-form select{padding:8px;font-size:11px}.dimension-inputs{grid-template-columns:1fr}.shop-add-form button{padding:9px;font-size:12px}.cart-list article{grid-template-columns:48px 1fr auto;gap:8px}.cart-list article>img,.cart-thumb{width:48px;height:48px}.cart-list article>div b{font-size:13px}.cart-list article>div small{font-size:10px}.cart-qty input{width:75px;padding:7px}.cart-qty button{font-size:11px;padding:7px}.cart-footer{align-items:stretch;flex-direction:column}.cart-footer div{display:flex;justify-content:space-between;align-items:center}.cart-footer small,.cart-footer strong{text-align:left}.checkout-btn{width:100%}.checkout-shell{margin:10px}.checkout-card{padding:14px;border-radius:15px}.checkout-two{grid-template-columns:1fr}.order-track-shell{margin:10px}.track-hero{padding:22px 16px;border-radius:17px}.track-hero h1{font-size:25px}.track-grid{gap:10px}.summary-item{grid-template-columns:44px 1fr auto}.summary-item img,.summary-item>div>span{width:44px;height:44px}.summary-item strong{font-size:12px}}



/* V1.13.1: anchor #produk / #keranjang tidak tertutup sticky header */
html{scroll-padding-top:86px}
#produk,#keranjang{scroll-margin-top:86px}
/* ==========================================================
   V1.13.1 — Responsive katalog produk / storefront
   Fokus: kartu produk tidak lagi 2 kolom sempit di HP.
   ========================================================== */
.shop-products-section{overflow:hidden}
.shop-product-grid{
  grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));
  align-items:stretch;
}
.shop-product-card{width:100%;max-width:100%;min-width:0}
.product-image{height:auto;aspect-ratio:16/10}
.product-info,.shop-add-form,.shop-add-form label,.dimension-inputs{min-width:0}
.shop-add-form input,.shop-add-form select,.shop-add-form button{width:100%;max-width:100%;min-width:0}
.shop-add-form select{text-overflow:ellipsis}
.shop-search{min-width:0}
.shop-search input,.shop-search select,.shop-search button{min-width:0}

@media(max-width:800px){
  .shop-product-grid{grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr));gap:12px}
  .shop-products-section{padding:16px}
  .shop-section-head{gap:12px;margin-bottom:14px}
  .shop-search{display:grid;grid-template-columns:minmax(0,1fr) auto;width:100%}
  .shop-search input{grid-column:1/-1;width:100%}
  .shop-search select{width:100%}
  .shop-search button{white-space:nowrap}
}

@media(max-width:640px){
  .shop-main{width:auto;margin-left:10px;margin-right:10px}
  .shop-products-section,.shop-cart-section{padding:12px;border-radius:16px}
  .shop-product-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin-top:10px}
  .shop-product-card{border-radius:16px}
  .product-image{aspect-ratio:16/9;min-height:0}
  .product-info{padding:13px;gap:7px}
  .product-info h3{font-size:16px}
  .product-info>p{font-size:12px;-webkit-line-clamp:3}
  .product-info>strong{font-size:19px}
  .shop-add-form{gap:9px}
  .shop-add-form label{font-size:12px}
  .shop-add-form input,.shop-add-form select{min-height:42px;padding:10px 11px;font-size:13px}
  .shop-add-form button{min-height:44px;padding:11px 14px;font-size:13px}
  .dimension-inputs{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}
  .category-chips{margin-left:-2px;margin-right:-2px;padding:0 2px 8px;scrollbar-width:none}
  .category-chips::-webkit-scrollbar{display:none}
}

@media(max-width:430px){
  .shop-header{padding:9px 10px;gap:8px}
  .shop-brand{min-width:0;gap:8px}
  .shop-brand>div{min-width:0}
  .shop-brand b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:132px}
  .shop-brand small{font-size:9px}
  .shop-brand img,.shop-brand>span{width:38px;height:38px;flex:0 0 38px}
  .shop-header nav{gap:3px;flex:0 0 auto}
  .shop-header nav>a{padding:7px 6px;font-size:11px}
  .shop-header nav>a[href="#produk"]{display:none}
  .shop-main{margin-left:8px;margin-right:8px;padding-top:4px}
  .shop-products-section,.shop-cart-section{padding:11px;border-radius:15px}
  .shop-section-head h1,.shop-section-head h2{font-size:22px}
  .shop-section-head p{font-size:13px}
  .shop-search{grid-template-columns:minmax(0,1fr) auto;gap:7px}
  .shop-search input{grid-column:1/-1;min-height:42px}
  .shop-search select{min-height:42px;width:100%;max-width:100%}
  .shop-search button{min-height:42px;padding:9px 14px}
  .category-chips a{font-size:12px;padding:7px 10px}
  .shop-product-grid{grid-template-columns:minmax(0,1fr)!important;gap:10px}
  .shop-product-card{width:100%;min-width:0}
  .product-image{height:auto!important;aspect-ratio:16/9}
  .product-info{padding:12px}
  .dimension-inputs{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}
  .shop-add-form input,.shop-add-form select,.shop-add-form button{width:100%!important;max-width:100%!important}
}

@media(max-width:360px){
  .shop-brand b{max-width:100px}
  .shop-header .shop-wa{display:none}
  .dimension-inputs{grid-template-columns:minmax(0,1fr)!important}
  .shop-search{grid-template-columns:minmax(0,1fr)}
  .shop-search input,.shop-search select,.shop-search button{grid-column:1;width:100%}
}

/* V1.14.15 — model/varian produk di landing page */
.price-prefix{font-size:12px;font-weight:700;color:#6a7b90;margin-right:3px}.variant-preview{border:1px solid #deE8f2;background:#f7fbff;border-radius:10px;padding:9px 10px;display:grid;gap:2px}.variant-preview b{font-size:12px;color:#183d68}.variant-preview small{font-size:10px;color:#6c7e92;line-height:1.35}.unit-static{border:1px solid #e0e8f1;border-radius:10px;padding:9px 10px;font-size:11px;color:#607389;background:#fbfdff}.variant-unavailable{border:1px solid #ffd6d6;background:#fff3f3;color:#9b2f2f;border-radius:10px;padding:9px 10px;font-size:12px}.shop-add-form button:disabled{opacity:.55;cursor:not-allowed}.js-variation-select option{font-weight:500}

/* V1.14.19 - Multi Foto Produk / Galeri Landing Page */
.product-media{background:#f1f6fb;display:grid;gap:0;min-width:0}.product-main-image{display:block;width:100%;height:auto;aspect-ratio:16/10;border:0;padding:0;background:#f1f6fb;cursor:zoom-in;overflow:hidden}.product-main-image img{display:block;width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:6px;overflow-x:auto;overscroll-behavior-inline:contain;padding:8px;background:#fff;border-top:1px solid #e6edf5;scrollbar-width:thin}.product-thumbs.is-single{display:none}.product-thumb-btn{flex:0 0 48px;width:48px;height:42px;border:2px solid transparent;border-radius:8px;padding:0;background:#edf3f8;overflow:hidden;cursor:pointer}.product-thumb-btn.active{border-color:var(--shop-primary)}.product-thumb-btn img{display:block;width:100%;height:100%;object-fit:cover}.product-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(3,16,32,.92);display:none;align-items:center;justify-content:center;padding:24px}.product-lightbox.show{display:flex}.product-lightbox figure{margin:0;width:min(980px,88vw);height:min(82vh,760px);display:grid;grid-template-rows:minmax(0,1fr) auto;place-items:center;gap:10px}.product-lightbox figure img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:14px;background:#fff}.product-lightbox figcaption{color:#e4eef9;font-size:13px;text-align:center;min-height:20px}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;border:0;color:#fff;background:rgba(255,255,255,.12);backdrop-filter:blur(5px);cursor:pointer;display:grid;place-items:center}.lightbox-close{right:20px;top:18px;width:42px;height:42px;border-radius:50%;font-size:28px}.lightbox-prev,.lightbox-next{top:50%;transform:translateY(-50%);width:46px;height:64px;border-radius:12px;font-size:40px}.lightbox-prev{left:18px}.lightbox-next{right:18px}.lightbox-open{overflow:hidden}
@media(max-width:520px){.product-main-image{aspect-ratio:16/9}.product-thumbs{padding:6px;gap:5px}.product-thumb-btn{flex-basis:42px;width:42px;height:37px}.product-lightbox{padding:10px}.product-lightbox figure{width:94vw;height:80vh}.lightbox-prev,.lightbox-next{width:36px;height:52px;font-size:31px}.lightbox-prev{left:6px}.lightbox-next{right:6px}.lightbox-close{right:8px;top:8px}}

/* V1.14.28 - Minimum Order Landing Page */
.minimum-order-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:8px 0 4px}.minimum-order-badge{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:color-mix(in srgb,var(--shop-primary) 10%,#fff);border:1px solid color-mix(in srgb,var(--shop-primary) 25%,#fff);color:var(--shop-primary);font-size:12px;font-weight:800}.minimum-order-row small{font-size:11px;color:#64748b}.cart-rule-error{display:block!important;color:#b42318!important;font-weight:700;margin-top:4px}.cart-minimum-status{margin:12px 0;padding:11px 14px;border-radius:12px;font-size:13px;font-weight:800}.cart-minimum-status.is-met{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}.cart-minimum-status.is-pending{background:#fff7ed;color:#b54708;border:1px solid #fed7aa}.checkout-btn.disabled{opacity:.55;cursor:not-allowed;pointer-events:none;filter:grayscale(.25)}
