:root{
  --bg:#f5f7fb;--surface:#fff;--surface-2:#f8fafc;--ink:#101828;--muted:#667085;--line:#e4e7ec;
  --navy:#0b1220;--navy-2:#111c30;--blue:#1d4ed8;--blue-2:#2563eb;--blue-soft:#eff6ff;
  --green:#087f5b;--green-soft:#ecfdf3;--red:#c92a2a;--red-soft:#fff1f2;--amber:#b45309;
  --shadow-sm:0 2px 10px rgba(16,24,40,.05);--shadow:0 18px 45px rgba(16,24,40,.10);
  --radius:18px;--container:1240px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{color:inherit}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.utility-bar{background:var(--navy);color:#d0d5dd;font-size:12px}.utility-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px}.utility-left,.utility-right{display:flex;align-items:center;gap:8px}.utility-right a{color:#fff;font-weight:700}.utility-sep{opacity:.4}.store-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.store-head-row{min-height:78px;display:grid;grid-template-columns:auto minmax(320px,1fr) auto;align-items:center;gap:28px}.store-brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content}.brand-symbol{width:44px;height:44px;border-radius:13px;background:linear-gradient(145deg,#0b1220,#1d4ed8);color:#fff;display:grid;place-items:center;font-weight:900;font-size:22px;letter-spacing:-1px;box-shadow:0 10px 20px rgba(29,78,216,.18)}.brand-word{display:grid;line-height:1}.brand-word strong{font-size:18px;letter-spacing:.7px}.brand-word small{font-size:9px;letter-spacing:3px;color:var(--muted);margin-top:5px}.store-search{height:46px;border:1px solid #d0d5dd;border-radius:13px;display:flex;align-items:center;background:#fff;overflow:hidden;transition:.18s}.store-search:focus-within{border-color:#84adff;box-shadow:0 0 0 4px rgba(37,99,235,.10)}.search-icon{padding-left:14px;color:#98a2b3;font-size:24px;line-height:1}.store-search input{border:0;outline:0;min-width:0;flex:1;padding:0 12px;background:transparent;color:var(--ink)}.store-search button{align-self:stretch;border:0;background:var(--blue);color:#fff;font-weight:800;padding:0 22px;cursor:pointer}.store-actions{display:flex;align-items:center;gap:8px}.header-action{position:relative;display:flex;align-items:center;gap:9px;padding:7px 10px;border-radius:12px;transition:.18s}.header-action:hover{background:#f8fafc}.action-icon{width:30px;height:30px;border:1px solid var(--line);border-radius:10px;display:grid;place-items:center;font-weight:900}.action-copy{display:grid;line-height:1.1}.action-copy small{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.6px}.action-copy strong{font-size:12px;margin-top:3px;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-count{position:absolute;right:0;top:0;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--blue);color:#fff;font-size:10px;display:grid;place-items:center;border:2px solid #fff}.mobile-menu-button,.mobile-search-wrap{display:none}.navigation-shell{border-top:1px solid #f0f2f5;background:#fff}.navigation-inner{height:46px;display:flex;align-items:center;justify-content:space-between;gap:20px}.primary-nav{display:flex;align-items:center;gap:4px;min-width:0;overflow:auto;scrollbar-width:none}.primary-nav::-webkit-scrollbar{display:none}.primary-nav a{font-size:12px;font-weight:750;color:#475467;padding:8px 11px;border-radius:9px;white-space:nowrap}.primary-nav a:hover,.primary-nav a.active,.primary-nav a.is-active{background:var(--blue-soft);color:var(--blue)}.nav-help{font-size:12px;font-weight:800;color:var(--blue);white-space:nowrap}.mobile-backdrop{position:fixed;inset:0;background:rgba(11,18,32,.42);z-index:44}.flash{margin-top:16px;padding:13px 15px;border-radius:12px;font-size:13px;font-weight:700;border:1px solid}.flash.success{background:var(--green-soft);color:#067647;border-color:#abefc6}.flash.error{background:#fff4f4;color:#b42318;border-color:#fecdca}

/* buttons + forms */
.btn{border:0;border-radius:12px;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:13px;cursor:pointer;transition:.18s;line-height:1.15}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 8px 18px rgba(29,78,216,.18)}.btn-primary:hover{background:#1e40af}.btn-secondary,.btn-light{background:#fff;color:#344054;border:1px solid #d0d5dd}.btn-secondary:hover,.btn-light:hover{border-color:#98a2b3;background:#f8fafc}.btn-white{background:#fff;color:#0b1220}.btn-whatsapp{background:#15803d;color:#fff}.btn-lg{min-height:48px;padding:13px 19px;font-size:14px}.btn-sm{padding:7px 10px;font-size:11px}.btn-danger{background:#fff1f2;color:#b42318;border:1px solid #fecdd3}.full-button{width:100%}.input,.select,.textarea{width:100%;border:1px solid #d0d5dd;border-radius:11px;background:#fff;color:var(--ink);outline:0;padding:11px 12px;transition:.16s}.input:focus,.select:focus,.textarea:focus{border-color:#84adff;box-shadow:0 0 0 4px rgba(37,99,235,.09)}.textarea{resize:vertical;min-height:110px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:12px;font-weight:800;color:#344054;margin-bottom:7px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.help-text,.help{font-size:11px;color:var(--muted);line-height:1.55}.optional{font-weight:500;color:#98a2b3}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

/* home */
.home-hero{padding:58px 0 34px;background:linear-gradient(180deg,#fff 0,#f6f8fc 100%)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:46px;align-items:center}.hero-label,.section-kicker{font-size:11px;letter-spacing:1.8px;font-weight:900;color:var(--blue)}.section-kicker.light{color:#93c5fd}.hero-copy h1{font-size:clamp(40px,5vw,66px);line-height:1.02;letter-spacing:-2.4px;margin:14px 0 20px;max-width:760px}.hero-copy>p{font-size:17px;line-height:1.7;color:var(--muted);max-width:660px;margin:0}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.hero-points{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;color:#475467;font-size:12px;font-weight:700}.hero-panel{background:var(--navy);border-radius:26px;padding:24px;color:#fff;box-shadow:0 28px 60px rgba(11,18,32,.22);position:relative;overflow:hidden}.hero-panel:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(37,99,235,.30);right:-110px;top:-110px;filter:blur(4px)}.hero-panel>*{position:relative}.hero-panel-head{display:grid;gap:6px;margin-bottom:18px}.hero-panel-head span{font-size:11px;color:#93c5fd;text-transform:uppercase;letter-spacing:1px;font-weight:800}.hero-panel-head strong{font-size:22px}.hero-panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hero-panel-grid a{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:16px;display:grid;gap:5px;transition:.18s}.hero-panel-grid a:hover{background:rgba(255,255,255,.12);transform:translateY(-2px)}.hero-panel-icon{width:38px;height:38px;border-radius:12px;background:#fff;color:var(--navy);display:grid;place-items:center;font-weight:900;font-size:12px;margin-bottom:7px}.hero-panel-grid strong{font-size:14px}.hero-panel-grid small{font-size:10px;color:#cbd5e1}.hero-panel-note{margin-top:12px;background:#fff;color:var(--ink);border-radius:15px;padding:13px 15px;display:flex;justify-content:space-between;gap:12px;align-items:center}.hero-panel-note span{font-size:11px;color:var(--muted)}.hero-panel-note strong{font-size:12px;text-align:right}.promo-section{padding:18px 0 8px}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.promo-card{min-height:160px;border:1px solid var(--line);border-radius:18px;background:#fff;display:grid;grid-template-columns:1fr 120px;overflow:hidden;box-shadow:var(--shadow-sm);transition:.18s}.promo-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.promo-copy{padding:20px}.promo-kicker{font-size:9px;font-weight:900;color:var(--blue);letter-spacing:1px}.promo-card h3{margin:6px 0 6px;font-size:18px}.promo-card p{margin:0 0 10px;color:var(--muted);font-size:12px;line-height:1.5}.promo-card strong{font-size:11px;color:var(--blue)}.promo-card img{width:100%;height:100%;object-fit:cover}.home-section{padding:62px 0}.surface-section{background:#fff;border-block:1px solid #eef1f5}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:22px;margin-bottom:24px}.section-heading h2{font-size:32px;letter-spacing:-1px;margin:6px 0 6px}.section-heading p{margin:0;color:var(--muted);font-size:14px}.section-heading>a{color:var(--blue);font-size:12px;font-weight:900}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{position:relative;min-height:134px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:18px;display:flex;align-items:flex-start;gap:13px;box-shadow:0 2px 8px rgba(16,24,40,.03);transition:.18s}.category-card:hover{border-color:#b2ccff;box-shadow:var(--shadow-sm);transform:translateY(-2px)}.category-icon{width:44px;height:44px;flex:0 0 44px;border-radius:13px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;font-weight:900}.category-card h3{font-size:15px;margin:3px 0 5px}.category-card p{font-size:11px;line-height:1.5;color:var(--muted);margin:0;padding-right:18px}.category-arrow{position:absolute;right:14px;bottom:13px;color:#98a2b3}.empty-inline{padding:24px;border:1px dashed #d0d5dd;border-radius:14px;color:var(--muted);font-size:13px;background:#fff}.consult-card{border-radius:28px;background:linear-gradient(125deg,#0b1220,#153571);color:#fff;display:grid;grid-template-columns:1.2fr .8fr;overflow:hidden;box-shadow:0 28px 60px rgba(11,18,32,.18)}.consult-copy{padding:50px}.consult-copy h2{font-size:38px;line-height:1.08;letter-spacing:-1.3px;margin:10px 0 14px}.consult-copy>p{color:#d0d5dd;line-height:1.7;margin:0;max-width:680px}.consult-features{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:22px 0 26px;font-size:12px}.consult-features span:before{content:"✓";color:#93c5fd;font-weight:900;margin-right:8px}.consult-visual{display:grid;place-items:center;background:radial-gradient(circle at 50% 50%,rgba(59,130,246,.25),transparent 62%);min-height:360px}.pc-case{width:190px;height:280px;border-radius:24px;background:#0a0f1a;border:1px solid rgba(255,255,255,.18);position:relative;box-shadow:0 30px 50px rgba(0,0,0,.32);display:grid;place-items:end center;padding-bottom:18px}.pc-case>span{font-size:10px;letter-spacing:3px;color:#94a3b8}.pc-fan{position:absolute;left:50%;transform:translateX(-50%);width:105px;height:105px;border-radius:50%;border:11px solid #2563eb;box-shadow:inset 0 0 0 7px #111827}.pc-fan.one{top:28px}.pc-fan.two{bottom:54px;border-color:#60a5fa}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:22px}.service-number{width:42px;height:42px;border-radius:12px;background:#f2f4f7;display:grid;place-items:center;font-weight:900}.service-card h3{font-size:15px;margin:16px 0 7px}.service-card p{font-size:12px;line-height:1.6;color:var(--muted);margin:0}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden}.trust-row>div{background:#fff;padding:22px;display:grid;gap:6px}.trust-row strong{font-size:13px}.trust-row span{font-size:11px;color:var(--muted);line-height:1.5}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.testimonial-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:22px}.testimonial-card p{color:#475467;line-height:1.65;font-size:13px}.testimonial-card strong{font-size:12px}.stars{color:#f59e0b;letter-spacing:2px;font-size:12px}

/* product cards */
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-width:0;box-shadow:0 2px 8px rgba(16,24,40,.035);transition:.18s}.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(16,24,40,.09);border-color:#c7d7fe}.product-image{aspect-ratio:4/3;background:#f8fafc;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.22s}.product-card:hover .product-image img{transform:scale(1.025)}.product-badge{position:absolute;top:11px;left:11px;z-index:2;border-radius:999px;padding:5px 8px;font-size:9px;text-transform:uppercase;font-weight:900;letter-spacing:.4px;color:#fff}.product-badge.sale{background:#dc2626}.product-badge.out{background:#475467}.product-content{padding:15px;display:flex;flex-direction:column;flex:1}.product-meta{display:flex;justify-content:space-between;gap:8px;color:var(--blue);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.5px}.product-meta span:last-child{color:#667085}.product-card h3{font-size:15px;line-height:1.38;margin:7px 0 6px}.product-card h3 a:hover{color:var(--blue)}.product-summary{font-size:11px;color:var(--muted);line-height:1.55;margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price-row{display:flex;justify-content:space-between;gap:10px;align-items:end;margin-top:auto}.product-price{display:grid;gap:2px}.product-price small{font-size:9px;color:var(--muted)}.product-price strong{font-size:18px;letter-spacing:-.3px}.old-price{font-size:11px;color:#98a2b3;text-decoration:line-through}.stock-pill{font-size:9px;font-weight:900;padding:5px 7px;border-radius:999px;white-space:nowrap}.stock-pill.in{background:var(--green-soft);color:#067647}.stock-pill.out{background:#f2f4f7;color:#667085}.product-actions{display:grid;grid-template-columns:1fr 1.15fr;gap:8px;margin-top:14px}.product-actions form{display:flex;min-width:0}.product-actions .btn{width:100%;min-height:42px;padding:9px 10px;white-space:nowrap}.add-cart-button span:first-child{width:20px;height:20px;border-radius:999px;background:rgba(255,255,255,.18);display:grid;place-items:center;flex:0 0 20px}

/* catalog */
.catalog-hero{padding:46px 0 34px;background:#fff;border-bottom:1px solid #eef1f5}.catalog-hero.compact{padding:34px 0 28px}.catalog-hero h1{font-size:42px;letter-spacing:-1.4px;margin:7px 0 7px}.catalog-hero p{margin:0;color:var(--muted)}.catalog-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:26px;padding-top:34px;padding-bottom:70px}.catalog-sidebar{min-width:0}.filter-panel{position:sticky;top:176px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:17px}.filter-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.filter-title strong{font-size:14px}.filter-title a{font-size:10px;color:var(--blue);font-weight:800}.filter-links{display:grid;gap:3px}.filter-links a{padding:9px 10px;border-radius:9px;font-size:12px;color:#475467}.filter-links a:hover,.filter-links a.active{background:var(--blue-soft);color:var(--blue);font-weight:800}.filter-submit{width:100%}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:16px;color:var(--muted);font-size:11px}.catalog-toolbar>div{display:flex;gap:7px;align-items:center}.catalog-toolbar strong{color:var(--ink);font-size:13px}.pagination{display:flex;gap:6px;justify-content:center;margin-top:30px}.pagination a{width:36px;height:36px;border:1px solid var(--line);border-radius:10px;background:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}.pagination a.current{background:var(--blue);border-color:var(--blue);color:#fff}.mobile-filter-wrap{display:none}.mobile-filter{background:#fff;border:1px solid var(--line);border-radius:13px;margin-top:18px}.mobile-filter summary{list-style:none;padding:13px 14px;font-size:12px;font-weight:800;display:flex;justify-content:space-between;cursor:pointer}.mobile-filter summary::-webkit-details-marker{display:none}.mobile-filter-body{padding:0 14px 14px;border-top:1px solid var(--line);padding-top:14px}

/* product detail */
.breadcrumb{display:flex;gap:8px;align-items:center;padding-top:22px;color:#98a2b3;font-size:11px;white-space:nowrap;overflow:hidden}.breadcrumb a{color:#667085}.breadcrumb strong{color:#344054;overflow:hidden;text-overflow:ellipsis}.product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:48px;padding-top:20px;padding-bottom:72px}.product-gallery{background:#fff;border:1px solid var(--line);border-radius:20px;padding:15px}.product-gallery-main-wrap{aspect-ratio:4/3;border-radius:14px;background:#f8fafc;overflow:hidden}.product-gallery-main-wrap img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.product-gallery-thumb{width:64px;height:64px;padding:3px;border:1px solid #d0d5dd;background:#fff;border-radius:10px;overflow:hidden;cursor:pointer;transition:.16s}.product-gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:7px}.product-gallery-thumb:hover{border-color:#84adff}.product-gallery-thumb.active{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.10)}.product-assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.product-assurance>div{background:#fff;border:1px solid var(--line);border-radius:13px;padding:13px}.product-assurance strong{display:block;font-size:11px;margin-bottom:4px}.product-assurance span{font-size:9px;color:var(--muted);line-height:1.4}.product-info-column{padding-top:4px}.detail-category{display:flex;gap:8px;align-items:center;color:var(--blue);font-size:10px;text-transform:uppercase;letter-spacing:.7px;font-weight:900}.detail-category span{color:#98a2b3}.product-info-column h1{font-size:38px;line-height:1.12;letter-spacing:-1.2px;margin:10px 0 10px}.detail-desc{font-size:14px;color:var(--muted);line-height:1.65;margin:0 0 20px}.detail-price{display:grid;gap:3px;margin:18px 0 20px}.detail-price strong{font-size:31px;letter-spacing:-.8px}.detail-price small{font-size:10px;color:var(--muted)}.variant-picker{border-top:1px solid var(--line);padding-top:18px;margin-top:18px}.variant-picker-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}.variant-picker-head strong{font-size:13px}.variant-picker-head span{font-size:10px;color:var(--muted)}.variant-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.variant-option{cursor:pointer}.variant-option input{position:absolute;opacity:0;pointer-events:none}.variant-option-card{display:grid;gap:4px;border:1px solid #d0d5dd;border-radius:13px;padding:12px;min-height:82px;transition:.16s;background:#fff}.variant-option input:checked+.variant-option-card{border-color:var(--blue);background:#f8fbff;box-shadow:0 0 0 3px rgba(37,99,235,.08)}.variant-option.is-out{opacity:.55}.variant-name-line{display:flex;align-items:center;gap:8px}.variant-name-line b{font-size:12px}.variant-color{width:15px;height:15px;border-radius:50%;background:var(--variant-color);border:1px solid rgba(0,0,0,.12);flex:0 0 15px}.variant-option-card small{font-size:10px;color:var(--muted)}.variant-stock-mini{font-size:9px;color:#067647;font-weight:800}.variant-stock-mini.out{color:#b42318}.stock-line{font-size:11px;font-weight:900;margin:16px 0;padding:9px 11px;border-radius:10px;width:max-content}.stock-line.in,.stock-ok{background:var(--green-soft);color:#067647}.stock-line.out,.stock-no{background:var(--red-soft);color:#b42318}.buy-box{display:grid;grid-template-columns:100px 1fr;gap:10px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:16px;margin:12px 0}.qty-control{display:grid;gap:5px}.qty-control span{font-size:9px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);font-weight:900}.qty-control .input{text-align:center;height:48px}.product-description{margin-top:24px;border-top:1px solid var(--line);padding-top:22px}.product-description h2{font-size:17px;margin:0 0 10px}.product-description>div{font-size:13px;color:#475467;line-height:1.75}

/* cart + checkout */
.cart-page{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:26px;padding-top:32px;padding-bottom:70px}.cart-page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.back-shopping,.summary-back{font-size:11px;font-weight:800;color:var(--blue)}.cart-page-head>span{font-size:11px;color:var(--muted)}.cart-list{display:grid;gap:10px}.cart-item{display:grid;grid-template-columns:112px minmax(0,1fr) 120px;gap:15px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px}.cart-item-image{width:112px;height:92px;border-radius:12px;overflow:hidden;background:#f8fafc}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{min-width:0}.cart-item-category{font-size:9px;color:var(--blue);font-weight:900;text-transform:uppercase}.cart-item h3{font-size:14px;margin:5px 0 6px}.cart-variant{font-size:10px;color:var(--muted);display:flex;gap:5px;align-items:center;flex-wrap:wrap}.cart-variant strong{color:#344054}.cart-variant small{font-size:9px}.cart-unit-price{font-size:10px;color:var(--muted);margin-top:5px}.cart-remove-link{border:0;background:none;padding:0;margin-top:8px;color:#b42318;font-size:10px;font-weight:800;cursor:pointer}.cart-item-qty{display:grid;align-content:center;justify-items:end;gap:10px}.cart-item-qty label{display:grid;gap:5px;font-size:9px;text-transform:uppercase;color:var(--muted);font-weight:900}.cart-item-qty .input{width:78px;text-align:center}.cart-item-qty strong{font-size:13px}.cart-update-row{display:flex;justify-content:flex-end;margin-top:12px}.order-summary-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;height:max-content;position:sticky;top:176px;box-shadow:var(--shadow-sm)}.summary-title{display:grid;gap:3px;padding-bottom:14px;border-bottom:1px solid var(--line);margin-bottom:8px}.summary-title>span{font-size:16px;font-weight:900}.summary-title small{font-size:9px;color:var(--muted)}.summary-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;font-size:11px;color:#475467}.summary-row strong{color:var(--ink)}.summary-row.total{border-top:1px solid var(--line);margin-top:5px;padding-top:15px;font-size:14px;color:var(--ink)}.summary-back{display:block;text-align:center;margin-top:11px}.checkout-page{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;padding-top:32px;padding-bottom:70px}.checkout-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.checkout-card-head,.checkout-section-title{margin-bottom:20px}.checkout-card-head>div,.checkout-section-title{display:flex;align-items:center;gap:11px}.checkout-card-head>div>span,.checkout-section-title>span{width:31px;height:31px;border-radius:10px;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900}.checkout-card-head div div,.checkout-section-title div{display:grid;gap:2px}.checkout-card-head strong,.checkout-section-title strong{font-size:14px}.checkout-card-head small,.checkout-section-title small{font-size:10px;color:var(--muted)}.checkout-section-title{margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}.payment-options{display:grid;gap:8px}.payment-option{position:relative;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;border:1px solid #d0d5dd;border-radius:13px;padding:13px;cursor:pointer}.payment-option>input{position:absolute;opacity:0}.payment-radio{width:17px;height:17px;border:2px solid #98a2b3;border-radius:50%;margin-top:2px;position:relative}.payment-option:has(input:checked){border-color:var(--blue);background:#f8fbff}.payment-option input:checked~.payment-radio{border-color:var(--blue)}.payment-option input:checked~.payment-radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--blue)}.payment-copy{display:grid;gap:3px}.payment-copy strong{font-size:12px}.payment-copy small{font-size:10px;line-height:1.45;color:var(--muted)}.checkout-submit{margin-top:18px}.checkout-note{font-size:9px;color:var(--muted);text-align:center;line-height:1.5;margin:10px 0 0}.checkout-items{display:grid;gap:10px;padding-bottom:10px}.checkout-item{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:9px;align-items:center}.checkout-item img{width:44px;height:44px;border-radius:9px;object-fit:cover;background:#f8fafc}.checkout-item>div{display:grid;gap:2px;min-width:0}.checkout-item strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout-item small,.checkout-item span{font-size:9px;color:var(--muted)}.checkout-item>b{font-size:10px;white-space:nowrap}

/* auth/account/success */
.auth-wrap{min-height:640px;display:grid;place-items:center;padding:56px 20px;background:linear-gradient(180deg,#f8fafc,#eef3fb)}.auth-card{width:min(460px,100%);background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:var(--shadow)}.auth-card h1{font-size:30px;margin:0 0 7px;letter-spacing:-.8px}.auth-card>.muted{font-size:12px;line-height:1.6;margin-bottom:20px}.account-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;padding-top:32px;padding-bottom:70px}.account-side,.account-main{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.account-side{height:max-content;display:grid;gap:5px}.account-avatar{width:50px;height:50px;border-radius:15px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:900;font-size:20px;margin-bottom:7px}.account-side>strong{font-size:14px}.account-side>span{font-size:10px;color:var(--muted)}.account-side nav{display:grid;gap:3px;margin-top:15px;padding-top:14px;border-top:1px solid var(--line)}.account-side nav a{padding:9px;border-radius:9px;font-size:11px;font-weight:800}.account-side nav a:hover{background:#f8fafc}.account-section-head h2{font-size:20px;margin:0}.account-section-head p{font-size:11px;color:var(--muted);margin:4px 0 16px}.order-table-wrap{overflow:auto}.order-table{width:100%;border-collapse:collapse;min-width:620px}.order-table th,.order-table td{padding:11px 9px;border-bottom:1px solid var(--line);text-align:left;font-size:11px}.order-table th{text-transform:uppercase;font-size:9px;letter-spacing:.5px;color:var(--muted)}.status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900;text-transform:uppercase;background:#f2f4f7}.status.completed,.status.active,.status.paid{background:var(--green-soft);color:#067647}.status.cancelled,.status.inactive{background:#fff1f2;color:#b42318}.status.new,.status.unpaid{background:#fff7ed;color:#b45309}.status.confirmed,.status.processing{background:#eff6ff;color:#1d4ed8}.status.shipped{background:#f5f3ff;color:#6d28d9}.success-wrap{padding:60px 0 80px}.success-card{width:min(680px,calc(100% - 40px));margin:auto;background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;text-align:center;box-shadow:var(--shadow)}.success-icon{width:58px;height:58px;border-radius:50%;background:var(--green-soft);color:#067647;display:grid;place-items:center;font-size:26px;font-weight:900;margin:0 auto 16px}.success-card h1{font-size:34px;margin:8px 0}.success-lead{color:var(--muted);font-size:13px}.success-order-number,.success-total{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:13px 15px;background:#f8fafc;border-radius:12px;margin-top:10px;text-align:left}.success-order-number span,.success-total span{font-size:10px;color:var(--muted);text-transform:uppercase;font-weight:800}.success-order-number strong,.success-total strong{font-size:14px}.payment-success-box{margin:18px 0;background:#f8fbff;border:1px solid #dbe7ff;border-radius:15px;padding:18px;text-align:left}.payment-success-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.payment-success-head span{font-size:10px;color:var(--muted)}.payment-success-head strong{font-size:13px}.payment-success-box p{font-size:11px;color:#475467}.payment-number{font-size:18px!important;font-weight:900;color:var(--ink)!important}.qris-image{width:min(260px,100%);margin:16px auto 0;border-radius:12px}.success-note{padding:12px;border-radius:11px;background:#f8fafc;color:#475467;font-size:11px;line-height:1.55}.success-actions{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-top:18px}.security-note{font-size:9px!important;color:#98a2b3!important;line-height:1.55;margin-top:16px!important}.empty-state{background:#fff;border:1px solid var(--line);border-radius:18px;padding:50px 24px;text-align:center}.empty-state h2{font-size:22px;margin:10px 0 5px}.empty-state p{font-size:12px;color:var(--muted);margin:0 0 16px}.empty-icon{font-size:34px;color:#98a2b3}

/* footer + toast */
.site-footer{background:var(--navy);color:#cbd5e1;padding-top:52px}.footer-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:38px;padding-bottom:40px}.footer-brand .brand-word strong{color:#fff}.footer-brand-block>p{font-size:12px;line-height:1.65;color:#94a3b8;max-width:360px;margin:16px 0}.footer-contact{display:grid;gap:4px;font-size:10px;color:#94a3b8}.footer-links{display:grid;align-content:start;gap:9px}.footer-links h3{font-size:12px;color:#fff;margin:0 0 4px}.footer-links a,.footer-links span{font-size:11px;color:#94a3b8}.footer-links a:hover{color:#fff}.footer-bottom{min-height:58px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#64748b}.floating-wa{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));width:54px;height:54px;border-radius:50%;background:#16a34a;color:#fff;display:grid;place-items:center;font-weight:900;font-size:12px;box-shadow:0 14px 32px rgba(22,163,74,.30);z-index:40}.cart-toast-host{position:fixed;left:50%;bottom:max(22px,calc(env(safe-area-inset-bottom) + 14px));transform:translateX(-50%);z-index:1000;display:grid;gap:8px;width:min(420px,calc(100% - 28px));pointer-events:none}.cart-toast{background:#101828;color:#fff;border-radius:13px;padding:12px 14px;box-shadow:0 20px 40px rgba(16,24,40,.25);display:flex;align-items:center;gap:10px;opacity:0;transform:translateY(14px);transition:.2s}.cart-toast.is-visible{opacity:1;transform:none}.cart-toast.is-error{background:#7f1d1d}.cart-toast-icon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.14);font-weight:900}.cart-toast-message{font-size:12px;font-weight:700}.cart-updated .cart-count{animation:cartPulse .55s ease}@keyframes cartPulse{50%{transform:scale(1.35)}}

@media(max-width:1080px){.store-head-row{grid-template-columns:auto 1fr auto;gap:18px}.desktop-search{max-width:none}.hero-grid{grid-template-columns:1fr 420px;gap:28px}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.promo-grid{grid-template-columns:1fr 1fr}.product-detail{gap:28px}.footer-top{grid-template-columns:1.3fr 1fr 1fr}.footer-links:last-child{display:none}}
@media(max-width:820px){.utility-bar{display:none}.store-header{top:0}.store-head-row{min-height:64px;grid-template-columns:auto 1fr auto;gap:10px}.mobile-menu-button{display:flex;width:40px;height:40px;border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:0}.mobile-menu-button span{width:17px;height:2px;background:#344054;border-radius:999px}.brand-symbol{width:38px;height:38px;border-radius:11px;font-size:18px}.brand-word strong{font-size:15px}.brand-word small{font-size:7px;letter-spacing:2.2px}.desktop-search{display:none}.account-action .action-copy{display:none}.cart-action .action-copy{display:none}.header-action{padding:5px}.action-icon{width:36px;height:36px}.mobile-search-wrap{display:block;padding-bottom:10px}.mobile-search{height:42px}.mobile-search button{padding:0 16px}.navigation-shell{display:none;position:fixed;left:0;top:0;bottom:0;width:min(320px,86vw);z-index:46;background:#fff;border:0;box-shadow:18px 0 50px rgba(16,24,40,.18);padding-top:82px}.navigation-shell.open{display:block}.navigation-inner{height:auto;display:block}.primary-nav{display:grid;gap:3px;overflow:visible}.primary-nav a{font-size:13px;padding:12px}.nav-help{display:block;margin-top:12px;padding:12px;background:var(--blue-soft);border-radius:10px}.hero-grid{grid-template-columns:1fr}.hero-copy h1{font-size:48px}.hero-panel{max-width:640px}.category-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr}.consult-card{grid-template-columns:1fr}.consult-visual{display:none}.trust-row{grid-template-columns:1fr 1fr}.testimonial-grid{grid-template-columns:1fr}.catalog-layout{grid-template-columns:1fr;gap:18px;padding-top:18px}.catalog-sidebar{display:none}.mobile-filter-wrap{display:block}.catalog-toolbar{margin-top:6px}.product-detail{grid-template-columns:1fr}.product-media-column{max-width:680px}.product-info-column h1{font-size:34px}.cart-page,.checkout-page{grid-template-columns:1fr}.order-summary-card{position:static}.account-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1.4fr 1fr 1fr}.product-assurance{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:560px){.container{width:min(calc(100% - 24px),var(--container))}.store-head-row{gap:8px}.store-brand{gap:7px}.brand-word strong{font-size:13px}.brand-word small{display:none}.store-actions{gap:2px}.home-hero{padding:38px 0 24px}.hero-copy h1{font-size:38px;letter-spacing:-1.4px}.hero-copy>p{font-size:14px}.hero-actions .btn{flex:1}.hero-points{display:grid;gap:7px}.hero-panel{padding:18px;border-radius:20px}.hero-panel-grid{gap:7px}.hero-panel-grid a{padding:13px}.hero-panel-note{display:grid}.hero-panel-note strong{text-align:left}.promo-grid{grid-template-columns:1fr}.promo-card{grid-template-columns:1fr 100px}.home-section{padding:44px 0}.section-heading{align-items:flex-start;flex-direction:column}.section-heading h2{font-size:27px}.category-grid{grid-template-columns:1fr}.category-card{min-height:auto}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card{border-radius:14px}.product-content{padding:11px}.product-meta{font-size:8px}.product-meta span:last-child{display:none}.product-card h3{font-size:13px}.product-summary{display:none}.product-price strong{font-size:15px}.stock-pill{display:none}.product-actions{grid-template-columns:1fr 1.15fr;margin-top:10px}.product-actions .btn{min-height:40px;font-size:11px}.consult-copy{padding:30px 22px}.consult-copy h2{font-size:29px}.consult-features{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.trust-row{grid-template-columns:1fr}.catalog-hero{padding:30px 0 24px}.catalog-hero h1{font-size:33px}.catalog-toolbar>span{display:none}.product-detail{padding-bottom:50px}.product-gallery{padding:10px;border-radius:16px}.product-gallery-thumbs{gap:6px}.product-gallery-thumb{width:56px;height:56px}.product-assurance{grid-template-columns:1fr}.product-info-column h1{font-size:29px}.variant-options{grid-template-columns:1fr}.buy-box{grid-template-columns:90px 1fr;padding:10px}.detail-price strong{font-size:27px}.cart-item{grid-template-columns:78px minmax(0,1fr);gap:11px}.cart-item-image{width:78px;height:72px}.cart-item-qty{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:10px}.cart-item-qty label{display:flex;align-items:center;gap:8px}.cart-item-qty .input{width:66px}.checkout-card{padding:17px}.form-grid{grid-template-columns:1fr}.checkout-summary{padding:17px}.success-card{padding:26px 18px}.success-card h1{font-size:29px}.success-actions{display:grid}.footer-top{grid-template-columns:1fr 1fr;gap:26px}.footer-brand-block{grid-column:1/-1}.footer-bottom{flex-direction:column;justify-content:center;gap:4px;text-align:center}.floating-wa{width:50px;height:50px}.auth-card{padding:22px}.auth-wrap{padding:38px 12px}}
@media(max-width:380px){.product-grid{grid-template-columns:1fr}.product-actions{grid-template-columns:1fr 1.15fr}.footer-top{grid-template-columns:1fr}.footer-brand-block{grid-column:auto}}
