:root{--brand:#0f766e;--brand-dark:#115e59;--accent:#f59e0b;--ink:#17252a;--muted:#64748b;--surface:#f7f8f8;--line:#e2e8f0;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface);color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;overflow-x:hidden}.store-shell{width:min(1360px,calc(100% - 40px));margin-inline:auto}.mobile-only{display:none!important}.store-header{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid var(--line)}.store-header-row{height:72px;display:flex;align-items:center;gap:22px}.store-brand{display:flex;align-items:center;gap:9px;color:var(--ink);text-decoration:none;flex:none}.store-brand>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--brand);color:#fff;font-weight:900}.store-brand strong{font-size:1.05rem;white-space:nowrap}.store-header-search{flex:1;max-width:720px;margin-inline:auto;display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:12px;background:#f8fafc;padding-left:14px;color:#94a3b8;transition:.2s}.store-header-search:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #0f766e16;background:#fff}.store-header-search input{width:100%;border:0;outline:0;background:transparent;padding:11px;font-size:.92rem}.store-header-search button{border:0;background:var(--brand);color:#fff;margin:4px;padding:8px 17px;border-radius:9px;font-weight:700}.store-header-actions{display:flex;align-items:center;gap:10px}.zone-pill{display:flex;align-items:center;gap:8px;color:var(--brand-dark);padding-right:4px}.zone-pill small,.zone-pill strong{display:block;white-space:nowrap}.zone-pill small{font-size:.65rem;color:var(--muted)}.zone-pill strong{font-size:.82rem}.header-icon-button,.header-account,.mobile-icon-button{border:0;text-decoration:none;background:#ecfdf5;color:var(--brand-dark);border-radius:10px;min-height:42px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 11px;font-size:.8rem;font-weight:700}.store-hero{background:linear-gradient(120deg,#0f766e,#115e59 70%,#134e4a);color:#fff}.store-hero>.store-shell{min-height:240px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding-block:34px}.hero-kicker{display:inline-block;color:#fde68a;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.store-hero h1{font-size:clamp(2rem,3.2vw,3.25rem);line-height:1.05;margin:10px 0 8px;font-weight:850}.store-hero p{margin:0;color:#ccfbf1;font-size:1rem}.hero-promo{display:grid;grid-template-columns:auto 1fr;gap:2px 12px;align-items:center;min-width:250px;padding:18px 22px;border:1px solid #ffffff30;background:#ffffff12;border-radius:18px}.hero-promo i{grid-row:1/3;font-size:1.5rem;color:#fde68a}.hero-promo span{font-size:.78rem;color:#ccfbf1}.content-shell{padding-block:18px 58px}.store-category-nav{display:flex;gap:8px;overflow-x:auto;padding:2px 0 12px;scrollbar-width:none}.store-category-nav::-webkit-scrollbar,.store-promo-grid::-webkit-scrollbar{display:none}.store-category-nav a{white-space:nowrap;text-decoration:none;color:#334155;background:#fff;border:1px solid var(--line);padding:8px 15px;border-radius:999px;font-size:.84rem;font-weight:650}.store-category-nav a:hover,.store-category-nav a.active{background:var(--brand);border-color:var(--brand);color:#fff}.section-title,.store-product-toolbar{display:flex;justify-content:space-between;align-items:end;margin:22px 0 13px}.section-title small,.store-product-toolbar small{color:var(--brand);font-weight:750;font-size:.74rem}.section-title h2,.store-product-toolbar h2{font-size:1.35rem;margin:2px 0 0;font-weight:800}.section-link{color:var(--brand);font-size:.82rem;text-decoration:none;font-weight:700}.store-promo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.store-promo-grid article{min-height:132px;background:linear-gradient(135deg,#fffbeb,#fff);border:1px solid #fde68a;padding:16px;border-radius:15px}.promo-type,.promo-badge{display:inline-block;background:var(--accent);color:#422006;font-size:.63rem;font-weight:900;padding:4px 7px;border-radius:6px}.store-promo-grid h3{font-size:.98rem;margin:10px 0 4px}.store-promo-grid p{font-size:.78rem;line-height:1.45;color:var(--muted);margin:0}.products-section{scroll-margin-top:90px}.store-sort{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--muted)}.store-sort select{width:170px}.store-product-grid,.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.store-product-card,.product-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;min-width:0;transition:transform .18s,box-shadow .18s,border-color .18s}.store-product-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0f172a12;border-color:#cbd5e1}.product-image{position:relative;background:#fff}.product-image img{object-fit:contain;object-position:center}.promo-badge{position:absolute;left:8px;top:8px}.product-body{padding:11px}.product-category{color:var(--muted);font-size:.68rem}.product-body h3{font-size:.86rem;line-height:1.35;margin:5px 0}.product-body h3 a{color:var(--ink);text-decoration:none}.price-block del{display:block;color:#94a3b8;font-size:.7rem}.price-block strong{color:var(--brand-dark);font-size:1rem}.price-block span{font-size:.7rem;color:var(--muted)}.stock{display:inline-block;margin-top:7px;padding:3px 7px;border-radius:6px;background:#dcfce7;color:#166534;font-size:.66rem;font-weight:800}.stock-stok-terbatas{background:#fef3c7;color:#92400e}.stock-habis{background:#fee2e2;color:#991b1b}.is-sold-out .product-image img{opacity:.55}.btn-detail{display:block;text-align:center;margin-top:10px;padding:7px;border:1px solid #99f6e4;color:var(--brand-dark);border-radius:8px;text-decoration:none;font-weight:700;font-size:.76rem;min-height:36px}.btn-detail:hover{background:#f0fdfa}.load-more{display:block;margin:24px auto 0;border:1px solid var(--brand);color:var(--brand);background:#fff;border-radius:11px;padding:10px 22px;font-weight:700}.empty-state{text-align:center;padding:55px 15px;color:var(--muted)}.empty-state i{font-size:2.6rem}.store-footer{background:#0f2928;color:#d1fae5;padding:30px 0 18px}.store-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px}.store-footer p{margin:5px 0;color:#99c9c4;font-size:.82rem}.store-footer a{color:#d1fae5}.store-footer-brand{font-size:1.15rem;font-weight:900;text-decoration:none}.store-footer-bottom{border-top:1px solid #ffffff18;margin-top:20px;padding-top:14px;color:#99c9c4}.location-page{min-height:calc(100vh - 150px);display:grid;place-items:center;padding:35px 15px}.location-card{max-width:540px;text-align:center;background:#fff;border:1px solid var(--line);box-shadow:0 22px 55px #0f172a12;padding:clamp(26px,6vw,55px);border-radius:24px}.location-icon{display:grid;place-items:center;margin:0 auto 18px;width:75px;height:75px;border-radius:24px;background:#ccfbf1;color:var(--brand);font-size:2rem}.eyebrow{color:var(--brand);font-weight:800;font-size:.76rem;letter-spacing:.12em}.location-card h1{font-size:1.65rem;font-weight:900}.location-card p{color:var(--muted)}.location-loading,.location-help,.privacy-note{margin-top:18px}.privacy-note{font-size:.78rem}.btn-store{border:0;background:var(--accent);padding:12px 22px;border-radius:11px;font-weight:800}.detail-shell{padding-block:28px 60px}.back-link{display:inline-block;margin-bottom:20px;color:var(--brand);text-decoration:none}.product-detail{display:grid;grid-template-columns:minmax(280px,480px) 1fr;gap:42px;background:#fff;border:1px solid var(--line);padding:30px;border-radius:22px}.detail-image{position:relative;display:grid;place-items:center;min-height:400px;background:#f1f5f4;border-radius:18px}.detail-image img{max-width:100%;max-height:430px;object-fit:contain}.detail-info{align-self:center}.detail-info h1{font-weight:850}.detail-price{margin:20px 0}.detail-price del{display:block;color:#94a3b8}.detail-price strong{font-size:2rem;color:var(--brand-dark)}.promo-note,.future-note{margin-top:18px;padding:13px;border-radius:12px;background:#fffbeb}.availability{display:flex;gap:12px;align-items:center;color:var(--muted)}.auth-online-card{max-width:920px;margin:auto;background:#fff;border:1px solid #dbe6e4;border-radius:20px;padding:clamp(1.2rem,3vw,2.2rem);box-shadow:0 14px 35px #0f766e14}.auth-online-small{max-width:520px}.gps-result{padding:1rem;border-radius:12px;background:#f0fdfa;color:#115e59}.registration-photo-preview{display:block;width:112px;height:112px;object-fit:cover;border-radius:16px;border:1px solid #dbe6e4}
.header-cart{position:relative;min-height:42px;display:flex;align-items:center;gap:7px;padding:0 11px;border-radius:10px;background:#fff7ed;color:#9a3412;text-decoration:none;font-size:.8rem;font-weight:800}.cart-count{position:absolute;top:-7px;right:-7px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#dc2626;color:#fff;font-size:.66rem}.store-toast{position:fixed;z-index:1060;right:22px;bottom:22px;display:flex;align-items:center;gap:18px;background:#0f2928;color:#fff;padding:13px 16px;border-radius:12px;box-shadow:0 15px 40px #0f172a30}.store-toast a{color:#fde68a;font-weight:800}.login-required-icon{font-size:2rem;color:var(--brand)}.unit-options{display:flex;flex-wrap:wrap;gap:9px}.unit-option input{position:absolute;opacity:0;pointer-events:none}.unit-option span{display:flex;flex-direction:column;min-width:115px;padding:10px 13px;border:1px solid var(--line);border-radius:11px;cursor:pointer}.unit-option small{color:var(--muted)}.unit-option input:checked+span{border-color:var(--brand);background:#f0fdfa;box-shadow:0 0 0 2px #0f766e20}.buy-controls{display:flex;align-items:center;gap:12px;margin-top:20px}.qty-control{display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:9px;overflow:hidden;background:#fff}.qty-control button{width:38px;height:38px;border:0;background:#f1f5f9;font-size:1.15rem}.qty-control input{width:48px;height:38px;border:0;text-align:center;outline:0}.btn-add-cart{min-height:42px;border:0;border-radius:10px;background:var(--brand);color:#fff;padding:0 18px;font-weight:800}.btn-add-cart:disabled{background:#94a3b8}.cart-shell{padding-block:30px 65px}.cart-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.cart-heading h1{font-weight:850;margin:3px 0}.cart-heading p{margin:0;color:var(--muted)}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:20px;align-items:start}.cart-items-card,.cart-summary-card{background:#fff;border:1px solid var(--line);border-radius:17px}.cart-items-card{padding:8px 18px}.cart-summary-card{position:sticky;top:92px;padding:22px}.cart-summary-card h2{font-size:1.2rem;font-weight:850}.cart-summary-card dl{margin:18px 0}.cart-summary-card dl div{display:flex;justify-content:space-between;gap:15px;padding:8px 0}.cart-summary-card dt{font-weight:500;color:var(--muted)}.cart-summary-card dd{margin:0;font-weight:750}.cart-grand-total{border-top:1px solid var(--line);margin-top:8px;padding-top:15px!important}.cart-grand-total dd{font-size:1.25rem;color:var(--brand-dark)}.partner-benefit{padding:10px;border-radius:9px;background:#ecfdf5;color:#166534;font-size:.8rem}.btn-checkout{width:100%;min-height:45px;border:0;border-radius:10px;background:#cbd5e1;color:#64748b;font-weight:800}.cart-summary-card>small{display:block;margin-top:8px;text-align:center;color:var(--muted)}.cart-item{display:grid;grid-template-columns:94px minmax(0,1fr) auto;gap:15px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-item:last-child{border-bottom:0}.cart-item>img,.cart-image-placeholder{width:94px;height:94px;object-fit:contain;border:1px solid var(--line);border-radius:12px;background:#fff}.cart-image-placeholder{display:grid;place-items:center;color:#94a3b8}.cart-item-main h2{font-size:1rem;margin:0 0 3px;font-weight:800}.cart-item-main>small,.cart-item-main>strong{display:block}.cart-item-main>small{color:var(--muted)}.cart-item-main>strong{color:var(--brand-dark);margin-top:5px}.cart-promo{display:inline-block;margin-top:6px;padding:3px 7px;border-radius:6px;background:#fffbeb;color:#92400e;font-size:.68rem;font-weight:800}.cart-item-actions{display:flex;align-items:center;gap:8px;margin-top:10px}.cart-remove{border:0;background:#fee2e2;color:#b91c1c;width:38px;height:38px;border-radius:9px}.cart-line-total{text-align:right;align-self:center}.cart-line-total small,.cart-line-total strong{display:block}.cart-line-total small{color:var(--muted)}.cart-line-total strong{color:var(--brand-dark)}.cart-empty{text-align:center;padding:55px 15px}.cart-empty i{font-size:2.6rem;color:#94a3b8}.redeem-offer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:14px 0;padding:15px;border:1px solid #fde68a;border-radius:13px;background:#fffbeb}.redeem-offer span{font-size:.68rem;font-weight:900;color:#92400e}.redeem-offer h3{font-size:1rem;margin:3px 0}.redeem-offer p{font-size:.8rem;margin:0;color:var(--muted)}.mobile-cart-total{display:none!important}
@media(min-width:1400px){.store-product-grid,.product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}
@media(min-width:768px) and (max-width:991px){.store-shell{width:min(100% - 30px,940px)}.store-header-row{gap:12px}.store-header-search{max-width:none}.store-header-actions .zone-pill,.header-icon-button span{display:none}.store-product-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-promo-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}.detail-image{min-height:320px}}
@media(max-width:767px){body{padding-bottom:70px}.desktop-only{display:none!important}.mobile-only{display:flex!important}.store-shell{width:calc(100% - 24px)}.store-header-mobile{display:block!important;padding:8px 12px 10px}.store-mobile-top{display:flex;align-items:center;gap:8px}.store-brand>span{width:34px;height:34px;border-radius:10px}.store-brand strong{font-size:.96rem}.mobile-zone{margin-left:auto;line-height:1.05;text-align:right}.mobile-zone small,.mobile-zone strong{display:block}.mobile-zone small{font-size:.58rem;color:var(--muted)}.mobile-zone strong{font-size:.76rem;color:var(--brand-dark)}.mobile-icon-button{width:42px;height:42px;padding:0}.store-mobile-search{margin-top:8px;display:flex;align-items:center;background:#f1f5f4;border:1px solid #dbe6e4;border-radius:11px;padding-left:12px;color:#94a3b8}.store-mobile-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;padding:9px;font-size:.85rem}.store-mobile-search button{width:42px;height:38px;border:0;background:transparent;color:var(--brand)}.store-hero>.store-shell{min-height:152px;padding-block:24px}.hero-kicker{font-size:.64rem}.store-hero h1{font-size:1.55rem;margin:7px 0 5px}.store-hero p{font-size:.82rem;max-width:310px}.content-shell{padding-block:13px 34px}.store-category-nav{margin-inline:-12px;padding-inline:12px;gap:7px}.store-category-nav a{font-size:.75rem;padding:7px 12px}.section-title,.store-product-toolbar{margin:18px 0 10px}.section-title h2,.store-product-toolbar h2{font-size:1.14rem}.store-promo-section{scroll-margin-top:112px}.store-promo-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-12px;padding:0 12px 5px;gap:10px}.store-promo-grid article{flex:0 0 85%;min-height:116px;scroll-snap-align:start;padding:14px}.store-product-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-body{padding:9px}.product-body h3{font-size:.78rem}.price-block strong{font-size:.88rem}.btn-detail{font-size:.72rem;min-height:34px;padding:6px}.store-footer{padding:22px 0 16px;text-align:center}.store-footer-grid{display:block}.store-footer-bottom{margin-top:12px}.store-bottom-nav{position:fixed;z-index:40;left:0;right:0;bottom:0;height:64px;background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 25px #0f172a0d;align-items:center;justify-content:space-around;padding-bottom:env(safe-area-inset-bottom)}.store-bottom-nav a{min-width:70px;min-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#64748b;text-decoration:none;font-size:.66rem}.store-bottom-nav a i{font-size:1.05rem}.store-bottom-nav a.active{color:var(--brand);font-weight:800}.product-detail{grid-template-columns:1fr;padding:15px;gap:20px}.detail-image{min-height:260px}.availability{align-items:flex-start;flex-direction:column}.auth-online-card{border-radius:15px;padding:17px}.location-page{min-height:calc(100vh - 190px)}}
@media(max-width:767px){body:has(.mobile-cart-total){padding-bottom:132px}.store-toast{left:12px;right:12px;bottom:76px;justify-content:space-between}.bottom-cart{position:relative}.cart-layout{display:block}.cart-shell{padding-block:18px 35px}.cart-heading{align-items:start}.cart-heading .btn{display:none}.cart-items-card{padding:3px 12px}.cart-summary-card{position:static;margin-top:13px;padding:17px}.cart-item{grid-template-columns:72px minmax(0,1fr);gap:10px;padding:13px 0}.cart-item>img,.cart-image-placeholder{width:72px;height:72px}.cart-item-main h2{font-size:.86rem}.cart-line-total{grid-column:2;text-align:left;margin-top:-4px}.redeem-offer{align-items:flex-start;flex-direction:column}.redeem-offer .btn{width:100%}.mobile-cart-total{display:flex!important;position:fixed;z-index:39;left:0;right:0;bottom:64px;height:64px;padding:8px 12px;background:#fff;border-top:1px solid var(--line);align-items:center;justify-content:space-between}.mobile-cart-total small,.mobile-cart-total strong{display:block}.mobile-cart-total strong{color:var(--brand-dark)}.mobile-cart-total button{height:42px;border:0;border-radius:9px;background:#cbd5e1;color:#64748b;padding:0 20px;font-weight:800}.buy-controls{align-items:stretch;flex-direction:column}.btn-add-cart{min-height:46px}.unit-option{flex:1}.unit-option span{min-width:0}.detail-price strong{font-size:1.5rem}}
@media(max-width:359px){.store-shell{width:calc(100% - 20px)}.store-product-grid,.product-grid{gap:7px}.product-body{padding:8px}.price-block strong{font-size:.82rem}}
.store-desktop-footer{display:block}.store-mobile-bottom-nav{display:none}.mobile-cart-total{display:none!important}
@media(max-width:991px){body{padding-bottom:82px}.store-desktop-footer{display:none!important}.store-mobile-bottom-nav{display:flex!important;position:fixed;z-index:40;left:0;right:0;bottom:0;height:64px;background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 25px #0f172a0d;align-items:center;justify-content:space-around;padding-bottom:env(safe-area-inset-bottom)}.store-mobile-bottom-nav a{position:relative;min-width:70px;min-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#64748b;text-decoration:none;font-size:.66rem}.store-mobile-bottom-nav a i{font-size:1.05rem}.store-mobile-bottom-nav a.active{color:var(--brand);font-weight:800}body:has(.mobile-cart-total){padding-bottom:146px}.mobile-cart-total{display:flex!important;position:fixed;z-index:39;left:0;right:0;bottom:64px;height:64px;padding:8px 12px;background:#fff;border-top:1px solid var(--line);align-items:center;justify-content:space-between}.mobile-cart-total small,.mobile-cart-total strong{display:block}.mobile-cart-total strong{color:var(--brand-dark)}.mobile-cart-total button{height:42px;border:0;border-radius:9px;background:#cbd5e1;color:#64748b;padding:0 20px;font-weight:800}.cart-layout{display:block}.cart-summary-card{display:none}.cart-shell{padding-bottom:24px}}
@media(min-width:992px){.store-desktop-footer{display:block}.store-mobile-bottom-nav,.mobile-cart-total{display:none!important}}
.order-policy-banner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:16px;padding:13px 16px;border-radius:12px}.order-policy-banner.is-ready{background:#ecfdf5;color:#166534}.order-policy-banner.is-blocked{background:#fff7ed;color:#9a3412}.checkout-shell{padding-block:28px 60px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:20px;align-items:start}.checkout-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;margin-bottom:16px}.checkout-card h2{font-size:1.15rem;font-weight:850}.checkout-item{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid var(--line)}.checkout-item small{display:block;color:var(--muted)}.queue-number{display:inline-block;padding:10px 16px;border-radius:10px;background:#ecfdf5;color:#166534;font-size:1.25rem;font-weight:900}.order-timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin-top:25px}.order-timeline span{padding:9px 5px;border-radius:8px;background:#f1f5f9;text-align:center;font-size:.72rem}
@media(max-width:991px){.checkout-layout{display:block}.checkout-layout .cart-summary-card{display:block}.checkout-shell{padding-block:18px 100px}.order-timeline{grid-template-columns:1fr}.order-policy-banner{flex-direction:column}}
.order-filters{display:flex;gap:8px;overflow-x:auto;margin:0 0 18px;padding-bottom:4px}.order-filters a{white-space:nowrap;padding:8px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);text-decoration:none;font-weight:700;font-size:.8rem}.order-filters a.active{background:var(--brand);border-color:var(--brand);color:#fff}.customer-order-list{display:grid;gap:12px}.customer-order-card{display:grid;grid-template-columns:minmax(180px,1.4fr) auto minmax(260px,2fr) auto;align-items:center;gap:16px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:14px}.customer-order-card>div:first-child small,.order-product-row small,.order-product-row em,.timeline-step time,.timeline-step small{display:block;color:var(--muted);font-size:.78rem}.customer-status{display:inline-flex;width:max-content;padding:6px 10px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:.76rem;font-weight:800}.status-processing{background:#dbeafe;color:#1d4ed8}.status-shipped{background:#e0e7ff;color:#4338ca}.status-completed{background:#dcfce7;color:#166534}.status-cancelled{background:#fee2e2;color:#991b1b}.order-card-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 14px;font-size:.82rem}.order-detail-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.order-detail-heading h1{margin:3px 0 8px}.order-detail-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(290px,.8fr);gap:20px}.order-summary-sticky{position:sticky;top:92px}.order-summary-sticky dl>div{display:flex;justify-content:space-between;padding:8px 0}.order-product-row{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--line)}.order-product-row img,.order-product-placeholder{width:58px;height:58px;object-fit:contain;border:1px solid var(--line);border-radius:10px;background:#fff}.order-product-placeholder{display:grid;place-items:center;color:#94a3b8}.order-product-row em{color:var(--brand);font-style:normal}.timeline-title{display:flex;align-items:center;justify-content:space-between}.status-timeline{margin-top:10px}.timeline-step{position:relative;display:grid;grid-template-columns:32px 1fr;gap:10px;padding-bottom:18px}.timeline-step:not(:last-child):before{content:"";position:absolute;left:15px;top:28px;bottom:0;border-left:2px solid #cbd5e1}.timeline-step>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#e2e8f0;color:#64748b;font-weight:900}.timeline-step.is-done>span{background:var(--brand);color:#fff}.timeline-step.is-terminal>span{background:#dc2626;color:#fff}.timeline-step strong,.timeline-step time,.timeline-step small{margin-bottom:2px}@media(max-width:767px){.customer-order-card{grid-template-columns:1fr auto;gap:10px}.customer-order-card .order-card-meta,.customer-order-card>a{grid-column:1/-1}.customer-order-card>a{text-align:center}.order-detail-heading{align-items:flex-start}.order-detail-grid{grid-template-columns:1fr}.order-summary-sticky{position:static}.order-product-row{grid-template-columns:48px minmax(0,1fr)}.order-product-row img,.order-product-placeholder{width:48px;height:48px}.order-product-row>strong:last-child{grid-column:2;text-align:right}.order-filters{margin-inline:-20px;padding-inline:20px}}
.customer-account-page{max-width:1080px;padding-block:26px 48px}.customer-account-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px}.customer-account-heading>a{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);text-decoration:none}.customer-account-heading h1{margin:2px 0 0;font-size:1.65rem}.customer-account-layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:22px;align-items:start}.customer-account-sidebar,.customer-account-main{display:grid;gap:20px}.customer-account-card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 6px 20px #0f172a08}.customer-profile-card{display:flex;align-items:center;gap:17px;padding:20px}.customer-profile-avatar{flex:none;width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid #ecfdf5;box-shadow:0 0 0 1px #a7f3d0}.customer-avatar-placeholder{display:grid;place-items:center;background:#ecfdf5;color:var(--brand);font-size:1.8rem}.customer-profile-copy{min-width:0}.customer-profile-copy h2{margin:0 0 3px;font-size:1.2rem;overflow-wrap:anywhere}.customer-profile-copy p{margin:0;color:var(--muted);font-size:.86rem}.customer-profile-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:11px}.customer-type-badge,.customer-state-badge,.application-status{display:inline-flex;padding:5px 8px;border-radius:7px;font-size:.62rem;font-weight:850;letter-spacing:.025em}.customer-type-badge.is-general{background:#eff6ff;color:#1d4ed8}.customer-type-badge.is-partner{background:#ecfdf5;color:#047857}.customer-type-badge.is-credit{background:#fffbeb;color:#b45309}.customer-state-badge.is-active,.application-status.is-approved{background:#dcfce7;color:#166534}.customer-state-badge.is-inactive{background:#fee2e2;color:#991b1b}.customer-info-card{padding:18px 20px;scroll-margin-top:100px}.customer-account-section-title{display:flex;align-items:center;gap:9px;margin-bottom:10px;color:var(--brand)}.customer-account-section-title h2,.customer-account-section>h2{margin:0;font-size:.82rem;text-transform:uppercase;letter-spacing:.055em;font-weight:850}.customer-info-card dl{margin:0}.customer-info-card dl>div{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-top:1px solid #f1f5f9}.customer-info-card dt{color:var(--muted);font-size:.78rem;font-weight:600}.customer-info-card dd{margin:0;text-align:right;font-size:.82rem;font-weight:750}.customer-account-section{display:grid;gap:10px}.customer-account-menu{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 6px 20px #0f172a08}.customer-account-menu>a{display:grid;grid-template-columns:44px minmax(0,1fr) auto 16px;align-items:center;gap:12px;min-height:76px;padding:13px 17px;border-bottom:1px solid #f1f5f9;color:var(--ink);text-decoration:none;transition:.18s}.customer-account-menu>a:last-child{border-bottom:0}.customer-account-menu>a:hover{background:#f8fffd;box-shadow:inset 3px 0 var(--brand)}.account-menu-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#ecfdf5;color:var(--brand)}.customer-account-menu strong,.customer-account-menu small{display:block}.customer-account-menu strong{font-size:.9rem}.customer-account-menu small{margin-top:3px;color:var(--muted);font-size:.75rem}.customer-account-menu>b{padding:4px 7px;border-radius:999px;background:#dcfce7;color:#166534;font-size:.65rem}.customer-account-menu>a>i{color:#94a3b8;font-size:.72rem}.customer-facility-card{display:grid;grid-template-columns:50px 1fr;gap:15px;padding:19px}.facility-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;background:#ecfdf5;color:var(--brand);font-size:1.2rem}.customer-facility-card h3{margin:1px 0 5px;font-size:1rem}.customer-facility-card p{margin:0 0 13px;color:var(--muted);font-size:.82rem;line-height:1.55}.customer-facility-card small{display:block;margin-top:7px;color:var(--muted)}.application-status.is-pending{background:#fef3c7;color:#92400e}.customer-account-actions{display:grid;gap:10px}.customer-account-actions form{margin:0}.customer-shop-button,.customer-logout-button{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:48px;border-radius:12px;font-weight:800;text-decoration:none}.customer-shop-button{background:var(--brand);color:#fff;border:1px solid var(--brand)}.customer-shop-button:hover{background:var(--brand-dark);color:#fff}.customer-logout-button{background:#fff;color:#b91c1c;border:1px solid #fecaca}.customer-logout-button:hover{background:#fff7f7;border-color:#fca5a5}@media(max-width:767px){.customer-account-page{width:calc(100% - 24px);padding-block:14px 28px}.customer-account-heading{margin-bottom:12px}.customer-account-heading>a{width:40px;height:40px}.customer-account-heading .eyebrow{display:none}.customer-account-heading h1{font-size:1.15rem}.customer-account-layout{grid-template-columns:1fr;gap:17px}.customer-account-sidebar,.customer-account-main{gap:17px}.customer-profile-card{padding:16px;gap:14px}.customer-profile-avatar{width:70px;height:70px}.customer-profile-copy h2{font-size:1.08rem}.customer-info-card{order:2}.customer-account-menu>a{grid-template-columns:42px minmax(0,1fr) auto 13px;min-height:72px;padding:11px 13px}.customer-account-menu>b{font-size:.58rem}.customer-facility-card{padding:16px}.customer-shop-button,.customer-logout-button{min-height:48px}.customer-account-actions{padding-bottom:4px}}@media(min-width:768px){.customer-account-menu>a:hover{transform:translateX(2px)}}
.store-auth-page{min-height:100vh;padding:20px 28px 24px;background:radial-gradient(circle at 12% 8%,#ccfbf155,transparent 27%),var(--surface)}body:has(.store-auth-page){padding-bottom:0}body:has(.store-auth-page)>.store-header,body:has(.store-auth-page)>.store-footer,body:has(.store-auth-page)>.store-bottom-nav{display:none!important}.store-auth-header{width:min(1240px,100%);height:52px;margin:0 auto 18px;display:flex;align-items:center;justify-content:space-between}.store-auth-header>a:last-child,.store-auth-back{color:var(--brand-dark);font-size:.8rem;font-weight:750;text-decoration:none}.store-auth-logo{display:flex;align-items:center;gap:9px;color:var(--ink);text-decoration:none}.store-auth-logo>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--brand);color:#fff;font-weight:900}.store-auth-layout{width:min(1180px,100%);margin:auto;display:grid;grid-template-columns:minmax(300px,390px) minmax(0,1fr);overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 16px 44px #0f172a0b}.store-login-layout{max-width:980px}.store-auth-brand{display:flex;flex-direction:column;justify-content:space-between;min-height:600px;padding:clamp(32px,5vw,58px);background:#0f5f58;color:#fff}.store-register-layout .store-auth-brand{min-height:760px}.store-auth-brand-mark{display:inline-flex;padding:6px 9px;border:1px solid #ffffff33;border-radius:8px;font-size:.7rem;font-weight:900;letter-spacing:.1em}.store-auth-brand h1{margin:24px 0 12px;font-size:clamp(1.75rem,3vw,2.45rem);line-height:1.12;font-weight:850}.store-auth-brand p{color:#ccfbf1;line-height:1.6}.store-auth-brand ul{display:grid;gap:14px;margin:30px 0 0;padding:0;list-style:none}.store-auth-brand li{display:flex;align-items:center;gap:10px;font-size:.86rem}.store-auth-brand li i{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#ffffff20;color:#fde68a}.store-auth-card{align-self:center;width:100%;max-width:720px;margin:auto;padding:clamp(28px,5vw,55px)}.store-login-card{max-width:480px}.store-auth-title{margin-bottom:26px}.mobile-auth-brand{display:none;color:var(--brand);font-size:.72rem;font-weight:900;letter-spacing:.12em}.store-auth-title h2{margin:0 0 7px;font-size:1.75rem;font-weight:850}.store-auth-title p{margin:0;color:var(--muted)}.store-auth-title>small{display:block;margin-top:7px;color:var(--muted);line-height:1.45}.store-auth-form{display:grid;gap:17px}.store-auth-field label{display:block;margin-bottom:7px;color:#334155;font-size:.82rem;font-weight:750}.store-auth-field .form-control{min-height:48px;border-color:#cbd5e1;border-radius:10px;padding:11px 13px}.store-auth-field textarea.form-control{min-height:105px;resize:vertical}.store-auth-field .form-control:focus{border-color:var(--brand);box-shadow:0 0 0 3px #0f766e18}.store-input-with-icon,.store-password-field{position:relative}.store-input-with-icon>i,.store-password-field>i{position:absolute;z-index:2;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8}.store-input-with-icon .form-control,.store-password-field .form-control{padding-left:42px}.store-password-field .form-control{padding-right:48px}.store-password-toggle,.store-eye-button{position:absolute;z-index:3;right:4px;top:4px;width:40px;height:40px;border:0;border-radius:8px;background:transparent;color:#64748b}.store-auth-submit{display:flex;align-items:center;justify-content:center;width:100%;min-height:49px;border:0;border-radius:11px;background:var(--brand);color:#fff;font-weight:850;letter-spacing:.025em;transition:.18s}.store-auth-submit:hover:not(:disabled){background:var(--brand-dark);transform:translateY(-1px)}.store-auth-submit:disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed}.store-auth-actions{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:22px;font-size:.84rem;color:var(--muted)}.store-auth-actions a{color:var(--brand);font-weight:800;text-decoration:none}.store-auth-back{display:block;margin-top:20px;text-align:center}.store-auth-copyright{display:block;margin:17px auto 0;text-align:center;color:#94a3b8}.store-auth-alert,.store-auth-success{display:grid;grid-template-columns:34px 1fr;gap:11px;margin-bottom:20px;padding:14px;border-radius:12px}.store-auth-alert{border-left:4px solid #f59e0b;background:#fffbeb;color:#78350f}.store-auth-alert>i{margin-top:3px;color:#d97706}.store-auth-alert strong,.store-auth-success strong{display:block;font-size:.8rem}.store-auth-alert p,.store-auth-success p{margin:3px 0 0;font-size:.8rem;line-height:1.45}.store-auth-alert ul{margin:7px 0 3px;padding-left:18px;font-size:.78rem}.store-auth-success{background:#ecfdf5;color:#065f46}.store-auth-success>span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#10b981;color:#fff}.store-auth-success b,.store-auth-success small{display:block;margin-top:6px;font-size:.72rem}.store-register-card{padding-block:38px}.store-register-form{gap:0}.store-register-section{padding:22px 0;border-top:1px solid var(--line);scroll-margin-top:20px}.store-register-section:first-of-type{border-top:0;padding-top:0}.store-register-section>header{display:flex;gap:11px;align-items:flex-start;margin-bottom:17px}.store-register-section>header>i{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#ecfdf5;color:var(--brand)}.store-register-section>header h3{margin:0;font-size:.95rem;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.store-register-section>header p{margin:3px 0 0;color:var(--muted);font-size:.75rem}.store-register-section .store-auth-field+.store-auth-field{margin-top:16px}.store-photo-upload{position:relative;display:flex;align-items:center;gap:12px;min-height:78px;padding:13px;border:1px dashed #94a3b8;border-radius:12px;background:#f8fafc}.store-photo-upload>i{display:grid;place-items:center;width:43px;height:43px;border-radius:11px;background:#ecfdf5;color:var(--brand);font-size:1.1rem}.store-photo-upload strong,.store-photo-upload small{display:block}.store-photo-upload small{margin-top:2px;color:var(--muted);font-size:.7rem}.store-photo-upload input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.store-photo-preview{display:flex;align-items:center;gap:12px;margin-top:10px}.store-photo-preview .registration-photo-preview{width:82px;height:82px;border-radius:50%}.store-location-card{padding:15px;border:1px solid #a7f3d0;border-radius:13px;background:#f0fdfa}.store-location-card .gps-capture{width:100%;min-height:47px;border:0;border-radius:10px;background:var(--brand);color:#fff;font-weight:800}.store-location-card .gps-result{display:flex;gap:9px;align-items:flex-start;margin-top:11px;padding:11px;background:#fff;border:1px solid #d1fae5}.store-register-passwords{display:grid;grid-template-columns:1fr 1fr;gap:14px}.registration-error-summary{scroll-margin-top:20px}@media(max-width:991px){.store-auth-page{padding:12px 14px 24px;background:var(--surface)}.store-auth-header{height:45px;margin-bottom:10px}.store-auth-header .store-auth-logo strong{font-size:.9rem}.store-auth-header>a:last-child{font-size:.74rem}.store-auth-layout{display:block;max-width:720px;border-radius:17px}.store-auth-brand{display:none}.store-auth-card,.store-login-card{max-width:none;padding:24px 20px}.mobile-auth-brand{display:block;margin-bottom:8px}.store-auth-title h2{font-size:1.5rem}.store-register-card{padding-block:24px}.store-auth-copyright{margin-top:13px}}@media(max-width:480px){.store-auth-page{padding-inline:12px}.store-auth-header{padding-inline:2px}.store-auth-logo>span{width:34px;height:34px}.store-auth-card,.store-login-card{padding:22px 16px}.store-auth-title{margin-bottom:21px}.store-register-passwords{grid-template-columns:1fr}.store-register-section{padding:19px 0}.store-photo-upload{min-height:74px}.store-auth-actions{flex-wrap:wrap}.store-auth-back{min-height:44px;display:flex;align-items:center;justify-content:center}}
.store-auth-field>.invalid-feedback,.store-location-card>.invalid-feedback{display:block}.store-auth-field>.invalid-feedback{margin-top:6px}.store-location-card>.invalid-feedback{margin:8px 0 0}
.quantity-field>label{display:none}
@media(max-width:767px){.detail-shell{padding-block:14px 28px}.detail-shell .back-link{margin-bottom:12px;font-size:.8rem}.product-detail{padding:20px 16px;gap:14px}.detail-info h1{margin:4px 0 5px;font-size:1.35rem;line-height:1.28}.detail-info>small{font-size:.72rem}.detail-info>.text-secondary{margin-bottom:13px;font-size:.78rem}.online-add-cart>.form-label{margin-bottom:7px;font-size:.82rem}.unit-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.unit-option{min-width:0}.unit-option span{min-width:0;width:100%;padding:10px;overflow:hidden}.unit-option strong{font-size:.82rem}.unit-option small{font-size:.7rem;white-space:normal;overflow-wrap:anywhere}.detail-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:0 5px;margin:14px 0 8px;min-width:0}.detail-price del{flex-basis:100%;font-size:.75rem}.detail-price strong{max-width:100%;font-size:1.5rem;line-height:1.2;overflow-wrap:anywhere}.detail-price span{font-size:.8rem;color:var(--muted)}.promo-note{margin-top:9px;padding:10px;font-size:.78rem}.availability{gap:6px;margin-top:8px;font-size:.78rem}.availability .stock{margin-top:0}.buy-controls{align-items:flex-start;gap:14px;margin-top:14px}.quantity-field{display:flex;flex-direction:column;align-items:flex-start;width:fit-content}.quantity-field>label{display:block;margin-bottom:6px;color:#475569;font-size:.78rem;font-weight:750}.quantity-field .qty-control{display:grid;grid-template-columns:46px 64px 46px;width:156px;min-width:150px;max-width:170px;height:48px;flex:none}.quantity-field .qty-control button{width:46px;height:48px;font-size:1.2rem;touch-action:manipulation}.quantity-field .qty-control input{width:64px;min-width:0;height:48px;padding:0;text-align:center;font-size:1rem;font-weight:750;-moz-appearance:textfield}.quantity-field .qty-control input::-webkit-outer-spin-button,.quantity-field .qty-control input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.buy-controls .btn-add-cart{width:100%;min-height:48px;margin-top:0}.online-add-cart>small{margin-top:8px!important}.detail-shell{padding-bottom:max(28px,env(safe-area-inset-bottom))}}
@media(max-width:340px){.unit-options{grid-template-columns:1fr}}

@media(max-width:767px){.store-header-mobile .store-mobile-top>a.mobile-icon-button[aria-label="Login customer"],.store-header-mobile .store-mobile-top>a.mobile-icon-button[aria-label="Buka akun"]{display:none!important}}
