:root{
  --ss-navy:#2f3f73;
  --ss-navy-2:#1d294f;
  --ss-green:#18b719;
  --ss-green-dark:#0e8f35;
  --ss-lime:#b8d600;
  --ss-orange:#f58a08;
  --ss-cyan:#0795d5;
  --ss-red:#e84c4c;
  --ss-bg:#f6f9fc;
  --ss-surface:#ffffff;
  --ss-surface-2:#eef5f8;
  --ss-text:#14203a;
  --ss-muted:#68728a;
  --ss-border:#dfe6ee;
  --ss-shadow:0 10px 30px rgba(28,42,77,.08);
  --ss-shadow-sm:0 4px 14px rgba(28,42,77,.08);
  --ss-radius:16px;
}
body.customer-site{background:var(--ss-bg);color:var(--ss-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
.customer-site a{color:var(--ss-navy)}
.customer-site .page{padding:1.25rem 0 5.8rem}
.customer-site .container{width:min(1240px,94%)}
.customer-site .btn{background:var(--ss-green-dark);border-radius:10px;padding:.82rem 1.1rem;box-shadow:none;transition:.2s ease}
.customer-site .btn:hover{transform:translateY(-1px);background:#08782c}
.customer-site .btn.orange{background:var(--ss-orange)}
.customer-site .btn.navy{background:var(--ss-navy)}
.customer-site .btn.outline{background:#fff;color:var(--ss-navy);border:1px solid var(--ss-border)}
.customer-site .btn.full{width:100%;text-align:center}
.customer-site .card{border:1px solid var(--ss-border);border-radius:var(--ss-radius);box-shadow:var(--ss-shadow-sm);padding:1.2rem}
.customer-site input,.customer-site select,.customer-site textarea{border-color:#cfd9e5;border-radius:10px;padding:.78rem .9rem;outline:none;transition:.2s ease}
.customer-site input:focus,.customer-site select:focus,.customer-site textarea:focus{border-color:var(--ss-cyan);box-shadow:0 0 0 3px rgba(7,149,213,.1)}
.customer-site .muted{color:var(--ss-muted)}
.customer-site .badge{background:#edf3ff;color:var(--ss-navy);font-weight:700}
.customer-site .alert{border:1px solid transparent;box-shadow:var(--ss-shadow-sm)}
.customer-site .alert.success{background:#edf9f1;border-color:#ccefd8}
.customer-site .alert.error{background:#fff1ef;border-color:#ffd7d2}

/* Header */
.ss-top-strip{background:var(--ss-navy-2);color:#fff;font-size:.78rem}
.ss-top-strip .container{display:flex;justify-content:space-between;align-items:center;min-height:31px;gap:1rem}
.ss-top-strip a{color:#fff;opacity:.94}
.ss-top-strip .strip-links{display:flex;gap:1rem;align-items:center}
.ss-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.98);backdrop-filter:blur(12px);border-bottom:1px solid var(--ss-border)}
.ss-mainbar{display:grid;grid-template-columns:210px minmax(300px,1fr) auto;gap:1.1rem;align-items:center;padding:.72rem 0}
.ss-logo img{display:block;width:190px;max-height:64px;object-fit:contain;object-position:left center}
.ss-search{display:flex;align-items:stretch;border:1px solid #ccd7e4;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 2px 7px rgba(34,49,89,.04)}
.ss-search input{border:0;box-shadow:none!important;border-radius:0;padding:.8rem 1rem}
.ss-search button{width:52px;border:0;background:var(--ss-green-dark);color:#fff;font-size:1.15rem;cursor:pointer}
.ss-actions{display:flex;align-items:center;gap:.35rem}
.ss-action{min-width:58px;padding:.45rem .52rem;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.72rem;color:var(--ss-navy);gap:.15rem;position:relative}
.ss-action:hover{background:#f1f6f9}
.ss-action .icon{font-size:1.25rem;line-height:1}
.ss-action .tiny{font-size:.68rem;color:var(--ss-muted)}
.ss-categorybar{border-top:1px solid #eff3f7;background:#fff}
.ss-categorybar .container{display:flex;align-items:center;gap:.25rem;min-height:44px;overflow-x:auto;scrollbar-width:none}
.ss-categorybar .container::-webkit-scrollbar{display:none}
.ss-categorybar a{white-space:nowrap;padding:.55rem .72rem;border-radius:8px;font-size:.9rem;font-weight:650;color:#263553}
.ss-categorybar a:hover{background:#f2f7f5;color:var(--ss-green-dark)}
.ss-categorybar .all-cat{background:var(--ss-green-dark);color:#fff;padding:.56rem .9rem}
.ss-categorybar .all-cat:hover{background:#08782c;color:#fff}
.ss-categorybar .deal-link{margin-left:auto;background:#fff3e5;color:#bd5b00}
.ss-mobile-row{display:none}
.ss-mobile-search{display:none}
.ss-mobile-drawer{position:fixed;inset:0;z-index:90;pointer-events:none}
.ss-mobile-drawer .drawer-overlay{position:absolute;inset:0;background:rgba(9,19,41,.5);opacity:0;transition:.22s}
.ss-mobile-drawer .drawer-panel{position:absolute;left:0;top:0;bottom:0;width:min(86vw,360px);background:#fff;transform:translateX(-105%);transition:.22s;overflow:auto;box-shadow:18px 0 40px rgba(0,0,0,.15)}
.ss-mobile-drawer.open{pointer-events:auto}.ss-mobile-drawer.open .drawer-overlay{opacity:1}.ss-mobile-drawer.open .drawer-panel{transform:none}
.drawer-head{padding:1rem;background:linear-gradient(135deg,var(--ss-navy-2),var(--ss-navy));color:#fff;display:flex;justify-content:space-between;align-items:center}
.drawer-head img{width:145px;background:#fff;border-radius:8px;padding:.2rem .4rem}
.drawer-close{border:0;background:rgba(255,255,255,.15);color:#fff;width:34px;height:34px;border-radius:50%;font-size:1.25rem}
.drawer-user{padding:1rem;border-bottom:1px solid var(--ss-border);background:#f8fbfd}
.drawer-user strong{display:block}.drawer-user a{color:var(--ss-green-dark);font-weight:700}
.drawer-menu{padding:.55rem}
.drawer-menu a{display:flex;gap:.75rem;align-items:center;padding:.85rem .8rem;border-radius:10px;font-weight:650;color:#283654}
.drawer-menu a:hover{background:#f2f7f5}.drawer-menu .drawer-section{padding:.8rem .8rem .3rem;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;color:var(--ss-muted);font-weight:800}
.ss-bottom-nav{display:none}

/* Homepage */
.ss-hero{position:relative;overflow:hidden;border:1px solid #dce8f0;border-radius:22px;min-height:365px;background:linear-gradient(120deg,#eaf8ff 0%,#efffee 48%,#fff0d9 100%);box-shadow:var(--ss-shadow-sm);margin:.1rem 0 1rem}
.ss-hero.has-image{background-size:cover;background-position:center}
.ss-hero-inner{position:relative;z-index:2;padding:3rem 3.2rem;width:min(660px,65%)}
.ss-hero .eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid rgba(47,63,115,.1);border-radius:999px;padding:.4rem .75rem;color:var(--ss-navy);font-size:.82rem;font-weight:800}
.ss-hero h1{font-size:clamp(2.25rem,4.5vw,4rem);line-height:1.02;margin:1rem 0 .8rem;letter-spacing:-.035em;color:var(--ss-navy-2)}
.ss-hero h1 .green{color:var(--ss-green-dark)}
.ss-hero p{font-size:1.08rem;color:#58647c;max-width:570px;line-height:1.65}
.ss-hero-actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.4rem}
.ss-hero-art{position:absolute;right:-30px;bottom:-45px;width:42%;height:110%;border-radius:50% 0 0 0;background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.95),rgba(255,255,255,0) 35%),linear-gradient(145deg,rgba(184,214,0,.68),rgba(245,138,8,.78));transform:rotate(-7deg);opacity:.86}
.ss-hero-art:before{content:"✏️  📚  🎒";position:absolute;left:12%;top:32%;font-size:clamp(2.5rem,5vw,5.5rem);transform:rotate(7deg);filter:drop-shadow(0 12px 18px rgba(0,0,0,.12))}
.ss-trust-row{display:grid;grid-template-columns:repeat(5,1fr);gap:.65rem;margin:1rem 0 1.8rem}
.ss-trust-item{background:#fff;border:1px solid var(--ss-border);border-radius:13px;padding:.75rem;display:flex;align-items:center;gap:.6rem;min-width:0}
.ss-trust-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e8f8ed;color:var(--ss-green-dark);font-size:1.05rem;flex:0 0 auto}
.ss-trust-item strong{display:block;font-size:.83rem}.ss-trust-item span{font-size:.7rem;color:var(--ss-muted)}
.ss-section{margin:2rem 0}.ss-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:.9rem}
.ss-section-head h2{margin:0;font-size:1.45rem;letter-spacing:-.02em}.ss-section-head p{margin:.2rem 0 0;color:var(--ss-muted);font-size:.9rem}
.ss-section-head a{color:#315bd6;font-size:.88rem;font-weight:700;white-space:nowrap}
.ss-category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:.75rem}
.ss-category-card{background:#fff;border:1px solid var(--ss-border);border-radius:14px;padding:1rem .6rem;text-align:center;transition:.2s;min-width:0}
.ss-category-card:hover{transform:translateY(-3px);box-shadow:var(--ss-shadow);border-color:#bcd3c5}
.ss-category-icon{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;margin:0 auto .65rem;font-size:1.8rem;background:linear-gradient(145deg,#eef8ff,#ecfaea)}
.ss-category-card span{display:block;font-weight:750;font-size:.82rem;line-height:1.2;color:#263553}
.ss-promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem 0}
.ss-promo{border-radius:18px;min-height:155px;padding:1.35rem;position:relative;overflow:hidden;border:1px solid var(--ss-border)}
.ss-promo h3{margin:0 0 .4rem;font-size:1.25rem;max-width:65%}.ss-promo p{margin:0 0 1rem;max-width:65%;font-size:.82rem;color:#59647a}.ss-promo a{font-weight:800;font-size:.85rem}
.ss-promo:after{position:absolute;right:1rem;bottom:.65rem;font-size:4.2rem;filter:drop-shadow(0 8px 12px rgba(0,0,0,.08))}
.ss-promo.books{background:#eef4ff}.ss-promo.books:after{content:"📚"}.ss-promo.stationery{background:#fff5dc}.ss-promo.stationery:after{content:"✏️"}.ss-promo.exam{background:#eefbea}.ss-promo.exam:after{content:"🎓"}

/* Product cards */
.customer-site .products{grid-template-columns:repeat(4,1fr);gap:.9rem}
.ss-product-card{background:#fff;border:1px solid var(--ss-border);border-radius:14px;padding:.75rem;position:relative;transition:.2s;display:flex;flex-direction:column;min-width:0}
.ss-product-card:hover{transform:translateY(-3px);box-shadow:var(--ss-shadow)}
.ss-product-thumb{height:205px;border-radius:11px;background:#f4f7f9;overflow:hidden;display:grid;place-items:center;position:relative}
.ss-product-thumb img{width:100%;height:100%;object-fit:contain;padding:.35rem}.ss-product-thumb .placeholder{font-size:3rem}
.ss-product-badge{position:absolute;left:.6rem;top:.6rem;background:var(--ss-orange);color:#fff;padding:.3rem .5rem;border-radius:7px;font-size:.68rem;font-weight:850;z-index:2}
.ss-product-wish{position:absolute;right:.55rem;top:.55rem;width:32px;height:32px;border-radius:50%;border:1px solid var(--ss-border);background:#fff;display:grid;place-items:center;color:#394866;font-size:1rem;z-index:2}
.ss-product-body{padding:.68rem .18rem .15rem;display:flex;flex-direction:column;flex:1}
.ss-product-category{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ss-muted);font-weight:700}
.ss-product-title{font-size:.92rem;line-height:1.35;margin:.35rem 0;color:#1e2c48;font-weight:750;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em}
.ss-rating{font-size:.75rem;color:#f5a000;margin:.12rem 0 .25rem}.ss-rating span{color:var(--ss-muted)}
.ss-price-row{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin:.2rem 0 .65rem}
.ss-price{font-size:1.05rem;font-weight:850;color:#18233b}.ss-mrp{text-decoration:line-through;color:#8992a2;font-size:.78rem}.ss-save{color:var(--ss-green-dark);font-size:.72rem;font-weight:800}
.ss-product-actions{margin-top:auto;display:grid;grid-template-columns:1fr auto;gap:.45rem}.ss-product-actions .btn{padding:.65rem .7rem;font-size:.78rem}.ss-icon-btn{width:38px;border:1px solid var(--ss-border);background:#fff;border-radius:9px;cursor:pointer;color:var(--ss-navy)}

/* Shop */
.ss-page-title{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin:.5rem 0 1.2rem}.ss-page-title h1{margin:0;font-size:2rem}.ss-breadcrumbs{font-size:.8rem;color:var(--ss-muted);margin-bottom:.5rem}.ss-breadcrumbs a{color:var(--ss-muted)}
.ss-shop-layout{display:grid;grid-template-columns:245px 1fr;gap:1.2rem;align-items:start}.ss-shop-sidebar{background:#fff;border:1px solid var(--ss-border);border-radius:15px;padding:1rem;position:sticky;top:132px}.ss-shop-sidebar h3{margin:.1rem 0 1rem}.ss-shop-sidebar label{font-size:.82rem;margin-bottom:.8rem}.ss-shop-sidebar .btn{width:100%}.ss-shop-main .products{grid-template-columns:repeat(3,1fr)}
.ss-resultbar{background:#fff;border:1px solid var(--ss-border);border-radius:13px;padding:.8rem 1rem;margin-bottom:.9rem;display:flex;justify-content:space-between;align-items:center;gap:.8rem}.mobile-filter-toggle{display:none}

/* Product detail */
.ss-product-page{display:grid;grid-template-columns:minmax(0,1fr) minmax(370px,.9fr);gap:2rem;align-items:start}.ss-product-gallery{display:grid;grid-template-columns:80px 1fr;gap:.9rem}.ss-gallery-thumbs{display:flex;flex-direction:column;gap:.55rem}.ss-gallery-thumb{width:76px;height:76px;border:1px solid var(--ss-border);border-radius:10px;background:#fff;overflow:hidden;cursor:pointer;padding:0}.ss-gallery-thumb.active{border:2px solid var(--ss-green-dark)}.ss-gallery-thumb img{width:100%;height:100%;object-fit:contain}.ss-product-main-image{height:510px;background:#fff;border:1px solid var(--ss-border);border-radius:16px;display:grid;place-items:center;overflow:hidden}.ss-product-main-image img{width:100%;height:100%;object-fit:contain;padding:1rem}.ss-product-info{background:#fff;border:1px solid var(--ss-border);border-radius:16px;padding:1.5rem;box-shadow:var(--ss-shadow-sm)}.ss-product-info h1{font-size:1.65rem;line-height:1.25;margin:.35rem 0 .5rem}.ss-product-info .price.big{font-size:1.7rem;margin:.6rem 0}.ss-price-detail{display:flex;align-items:baseline;gap:.6rem}.ss-stock{display:inline-flex;align-items:center;gap:.35rem;color:var(--ss-green-dark);font-weight:800;font-size:.82rem;background:#ebf9ef;border-radius:999px;padding:.34rem .6rem}.ss-product-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem;margin:1rem 0}.ss-product-highlight{border:1px solid var(--ss-border);border-radius:10px;padding:.65rem;text-align:center;font-size:.72rem;color:var(--ss-muted)}.ss-product-highlight strong{display:block;color:#253451;font-size:.77rem;margin-top:.2rem}.ss-buy-row{display:grid;grid-template-columns:90px 1fr 1fr;gap:.6rem;align-items:end}.ss-buy-row label{margin:0}.ss-buy-row .btn{height:44px}.ss-wishlist-form{margin-top:.7rem}.ss-wishlist-form button{width:100%;border:1px solid var(--ss-border);background:#fff;color:var(--ss-navy);padding:.75rem;border-radius:10px;font-weight:750}.ss-detail-tabs{margin-top:1.5rem;background:#fff;border:1px solid var(--ss-border);border-radius:16px;padding:1.4rem}.ss-detail-tabs h2{font-size:1.15rem}.reviews-section{margin-top:1.4rem}.ss-review-card{border-bottom:1px solid var(--ss-border);padding:1rem 0}.ss-review-card:last-child{border-bottom:0}

/* Cart / checkout */
.ss-cart-layout,.ss-checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:1.25rem;align-items:start}.ss-cart-items{display:grid;gap:.8rem}.ss-cart-item{background:#fff;border:1px solid var(--ss-border);border-radius:15px;padding:1rem;display:grid;grid-template-columns:82px 1fr auto;gap:1rem;align-items:center}.ss-cart-item .mini-thumb{width:82px;height:82px;background:#f4f7f9;border-radius:10px;overflow:hidden;display:grid;place-items:center}.ss-cart-item .mini-thumb img{width:100%;height:100%;object-fit:contain}.ss-cart-item h3{font-size:.95rem;margin:0 0 .25rem}.ss-cart-item-actions{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;margin-top:.55rem}.ss-cart-item-actions input{width:72px}.ss-summary-card{position:sticky;top:135px;background:#fff;border:1px solid var(--ss-border);border-radius:16px;padding:1.2rem;box-shadow:var(--ss-shadow-sm)}.ss-summary-card h2{margin:.1rem 0 1rem;font-size:1.18rem}.ss-summary-line{display:flex;justify-content:space-between;gap:1rem;padding:.48rem 0;font-size:.9rem}.ss-summary-total{border-top:1px solid var(--ss-border);margin-top:.5rem;padding-top:.8rem;font-size:1.08rem;font-weight:850}.ss-coupon{display:grid;grid-template-columns:1fr auto;gap:.45rem;margin-bottom:.7rem}.ss-coupon button{border:0;background:var(--ss-navy);color:#fff;border-radius:9px;padding:0 .9rem;font-weight:750}.ss-empty{background:#fff;border:1px solid var(--ss-border);border-radius:16px;text-align:center;padding:3.5rem 1rem}.ss-empty-icon{font-size:3.2rem;margin-bottom:.8rem}.ss-checkout-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin:.5rem 0 1.2rem}.ss-step{background:#fff;border:1px solid var(--ss-border);border-radius:12px;padding:.65rem .8rem;font-size:.78rem;color:var(--ss-muted);font-weight:700}.ss-step.active{border-color:#a9d6b2;background:#effaf2;color:var(--ss-green-dark)}.ss-checkout-card{background:#fff;border:1px solid var(--ss-border);border-radius:16px;padding:1.35rem}.ss-checkout-card h2{font-size:1.12rem;margin:.1rem 0 1rem}.ss-secure-note{background:#f3faf5;border:1px solid #d9edde;padding:.75rem;border-radius:10px;font-size:.78rem;color:#467154;margin-top:.8rem}

/* Auth */
.ss-auth-shell{min-height:65vh;display:grid;grid-template-columns:.95fr 1.05fr;max-width:980px;margin:1rem auto 2rem;background:#fff;border:1px solid var(--ss-border);border-radius:22px;overflow:hidden;box-shadow:var(--ss-shadow)}.ss-auth-side{padding:2.4rem;background:linear-gradient(145deg,var(--ss-navy-2),var(--ss-navy));color:#fff;position:relative;overflow:hidden}.ss-auth-side:after{content:"📚 ✏️ 🎓";position:absolute;right:-1.2rem;bottom:1rem;font-size:3.5rem;opacity:.22;transform:rotate(-8deg)}.ss-auth-side img{width:170px;background:#fff;border-radius:10px;padding:.35rem .45rem;margin-bottom:2rem}.ss-auth-side h2{font-size:2rem;line-height:1.2;margin:0 0 .7rem}.ss-auth-side p{color:#d8e2ff;line-height:1.65}.ss-auth-side ul{padding-left:1.2rem;line-height:1.9;color:#e4ebff}.ss-auth-form{padding:2.4rem}.ss-auth-form h1{font-size:1.65rem;margin:.2rem 0 .35rem}.ss-auth-form .sub{color:var(--ss-muted);margin:0 0 1.3rem}.ss-auth-form .btn{width:100%;margin-top:.2rem}.ss-auth-footer{text-align:center;color:var(--ss-muted);font-size:.88rem;margin-top:1rem}.ss-otp-box input{font-size:1.45rem;letter-spacing:.28em;text-align:center;font-weight:800}.ss-password-row{position:relative}.ss-password-toggle{position:absolute;right:.65rem;top:34px;border:0;background:transparent;color:var(--ss-muted);cursor:pointer}

/* Account */
.ss-account-layout{display:grid;grid-template-columns:230px 1fr;gap:1.2rem;align-items:start}.ss-account-sidebar{background:#fff;border:1px solid var(--ss-border);border-radius:16px;padding:.75rem;position:sticky;top:132px}.ss-account-user{padding:.8rem;border-bottom:1px solid var(--ss-border);margin-bottom:.4rem}.ss-account-user .avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--ss-green),var(--ss-cyan));color:#fff;font-weight:900;font-size:1.2rem;margin-bottom:.55rem}.ss-account-user strong{display:block}.ss-account-user span{font-size:.74rem;color:var(--ss-muted)}.ss-account-nav a{display:flex;gap:.65rem;align-items:center;padding:.72rem;border-radius:9px;font-size:.86rem;font-weight:700;color:#34425f}.ss-account-nav a:hover,.ss-account-nav a.active{background:#edf8f0;color:var(--ss-green-dark)}.ss-account-content h1{margin:.2rem 0 1rem;font-size:1.7rem}.ss-account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.ss-account-stat{background:#fff;border:1px solid var(--ss-border);border-radius:14px;padding:1rem}.ss-account-stat span{font-size:.76rem;color:var(--ss-muted)}.ss-account-stat strong{display:block;font-size:1.05rem;margin-top:.3rem}.ss-status{display:inline-flex;border-radius:999px;padding:.3rem .55rem;font-size:.7rem;font-weight:800;text-transform:capitalize}.ss-status.pending{background:#fff4d9;color:#966200}.ss-status.processing{background:#e9f3ff;color:#245c9e}.ss-status.shipped{background:#eceaff;color:#5b48aa}.ss-status.delivered{background:#eaf8ee;color:#237b40}.ss-status.cancelled{background:#fff0ef;color:#b13d35}.ss-address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.ss-address-card{background:#fff;border:1px solid var(--ss-border);border-radius:14px;padding:1rem}.ss-address-card p{font-size:.86rem;line-height:1.6;color:#536078}.ss-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ss-order-head{display:flex;justify-content:space-between;gap:1rem;align-items:start;flex-wrap:wrap;background:#fff;border:1px solid var(--ss-border);border-radius:14px;padding:1rem;margin-bottom:.8rem}.ss-tracking{background:#eff8ff;border:1px solid #d5eaf8;border-radius:13px;padding:1rem;margin-bottom:1rem}

/* Contact/page/footer */
.ss-contact-hero{background:linear-gradient(120deg,#eff7ff,#f1ffed);border:1px solid var(--ss-border);border-radius:18px;padding:2rem;margin-bottom:1rem}.ss-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:1rem}.ss-info-stack{display:grid;gap:.7rem}.ss-info-card{background:#fff;border:1px solid var(--ss-border);border-radius:14px;padding:1rem}.ss-content-page{background:#fff;border:1px solid var(--ss-border);border-radius:16px;padding:1.5rem;line-height:1.75}.ss-footer{background:#fff;border-top:1px solid var(--ss-border);padding:2.4rem 0 1rem;color:#526078}.ss-footer-grid{display:grid;grid-template-columns:1.35fr .7fr .7fr 1fr;gap:2rem}.ss-footer-logo{width:175px}.ss-footer p{font-size:.86rem;line-height:1.65}.ss-footer h4{margin:.2rem 0 .8rem;color:#263553}.ss-footer-links{display:grid;gap:.55rem}.ss-footer-links a{font-size:.84rem;color:#5a6780}.ss-newsletter{display:grid;grid-template-columns:1fr auto;gap:.45rem}.ss-newsletter button{border:0;background:var(--ss-green-dark);color:#fff;border-radius:9px;padding:0 .8rem}.ss-footer-bottom{border-top:1px solid var(--ss-border);margin-top:1.6rem;padding-top:1rem;display:flex;justify-content:space-between;gap:1rem;font-size:.75rem;color:#7b8496}

@media(max-width:1080px){
  .ss-mainbar{grid-template-columns:170px 1fr auto}.ss-logo img{width:160px}.ss-actions .ss-action:nth-child(2){display:none}
  .ss-category-grid{grid-template-columns:repeat(4,1fr)}.customer-site .products{grid-template-columns:repeat(3,1fr)}
  .ss-shop-main .products{grid-template-columns:repeat(2,1fr)}.ss-trust-row{grid-template-columns:repeat(3,1fr)}
  .ss-product-page{grid-template-columns:1fr 1fr}.ss-product-main-image{height:430px}.ss-footer-grid{grid-template-columns:1.2fr .8fr .8fr}
  .ss-footer-grid>div:last-child{grid-column:1/-1}
}
@media(max-width:820px){
  .ss-top-strip,.ss-mainbar,.ss-categorybar{display:none}.ss-header{top:0}.ss-mobile-row{display:grid;grid-template-columns:44px 1fr auto auto;gap:.5rem;align-items:center;padding:.6rem 0}.ss-mobile-row button{border:0;background:transparent;font-size:1.35rem;color:var(--ss-navy);padding:.35rem}.ss-mobile-row .mobile-logo img{width:145px;display:block}.ss-mobile-row .mobile-icon{font-size:1.25rem;color:var(--ss-navy);position:relative}.ss-mobile-search{display:block;padding:0 0 .6rem}.ss-mobile-search .ss-search{height:42px}.ss-mobile-search .ss-search button{width:46px}
  .ss-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:1px solid var(--ss-border);display:grid;grid-template-columns:repeat(5,1fr);padding:.35rem max(.25rem,env(safe-area-inset-right)) calc(.3rem + env(safe-area-inset-bottom)) max(.25rem,env(safe-area-inset-left));box-shadow:0 -6px 18px rgba(20,32,58,.08)}.ss-bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:.12rem;font-size:.62rem;color:#667187;padding:.2rem}.ss-bottom-nav a span:first-child{font-size:1.15rem}.ss-bottom-nav a.active{color:var(--ss-green-dark);font-weight:800}
  .ss-hero{min-height:330px}.ss-hero-inner{padding:2.1rem 1.5rem;width:72%}.ss-hero-art{width:48%}.ss-trust-row{grid-template-columns:repeat(2,1fr)}.ss-category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.35rem}.ss-category-card{flex:0 0 116px;scroll-snap-align:start}.ss-promo-grid{grid-template-columns:1fr 1fr}.ss-promo:last-child{grid-column:1/-1}.customer-site .products{grid-template-columns:repeat(2,1fr)}
  .ss-shop-layout{grid-template-columns:1fr}.ss-shop-sidebar{display:none;position:static}.ss-shop-sidebar.open{display:block}.mobile-filter-toggle{display:inline-flex;border:1px solid var(--ss-border);background:#fff;border-radius:9px;padding:.55rem .8rem;font-weight:750}.ss-shop-main .products{grid-template-columns:repeat(2,1fr)}
  .ss-product-page{grid-template-columns:1fr}.ss-product-gallery{grid-template-columns:1fr}.ss-gallery-thumbs{order:2;flex-direction:row;overflow:auto}.ss-product-main-image{height:470px}.ss-product-info{padding:1.1rem}
  .ss-cart-layout,.ss-checkout-layout{grid-template-columns:1fr}.ss-summary-card{position:static}.ss-auth-shell{grid-template-columns:1fr;max-width:620px}.ss-auth-side{display:none}.ss-account-layout{grid-template-columns:1fr}.ss-account-sidebar{position:static;display:flex;overflow-x:auto;padding:.4rem}.ss-account-user{display:none}.ss-account-nav{display:flex}.ss-account-nav a{white-space:nowrap}.ss-account-stats{grid-template-columns:repeat(2,1fr)}.ss-contact-grid{grid-template-columns:1fr}.ss-footer-grid{grid-template-columns:1fr 1fr}.ss-footer-grid>div:last-child{grid-column:1/-1}
}
@media(max-width:560px){
  body.customer-site{font-size:15px}.customer-site .container{width:min(100% - 24px,1240px)}.customer-site .page{padding-top:.75rem}.ss-mobile-row .mobile-logo img{width:125px}.ss-mobile-row{grid-template-columns:40px 1fr 38px 38px}.ss-mobile-row .mobile-icon{font-size:1.15rem}
  .ss-hero{min-height:365px;border-radius:17px}.ss-hero-inner{padding:1.7rem 1.2rem;width:100%;position:relative;z-index:3}.ss-hero h1{font-size:2.18rem;max-width:80%}.ss-hero p{font-size:.92rem;max-width:75%}.ss-hero-art{right:-70px;width:60%;opacity:.62}.ss-hero-art:before{top:48%;font-size:3.3rem}.ss-hero-actions .btn{padding:.7rem .85rem;font-size:.82rem}
  .ss-trust-row{display:flex;overflow-x:auto}.ss-trust-item{flex:0 0 190px}.ss-category-grid{margin-right:-12px}.ss-section{margin:1.5rem 0}.ss-section-head h2{font-size:1.23rem}.ss-promo-grid{grid-template-columns:1fr}.ss-promo:last-child{grid-column:auto}.ss-promo{min-height:135px}
  .customer-site .products,.ss-shop-main .products{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.ss-product-card{padding:.55rem}.ss-product-thumb{height:155px}.ss-product-title{font-size:.82rem}.ss-product-category{font-size:.62rem}.ss-price{font-size:.95rem}.ss-product-actions{grid-template-columns:1fr}.ss-product-actions .ss-icon-btn{display:none}.ss-product-actions .btn{padding:.58rem .45rem;font-size:.7rem}.ss-rating{font-size:.68rem}
  .ss-page-title{align-items:center}.ss-page-title h1{font-size:1.55rem}.ss-resultbar{padding:.65rem .75rem;font-size:.8rem}
  .ss-product-main-image{height:350px}.ss-gallery-thumb{width:64px;height:64px}.ss-product-info h1{font-size:1.35rem}.ss-product-highlights{grid-template-columns:repeat(3,1fr)}.ss-buy-row{grid-template-columns:80px 1fr}.ss-buy-row .orange{grid-column:1/-1}.ss-detail-tabs{padding:1rem}
  .ss-cart-item{grid-template-columns:70px 1fr;align-items:start}.ss-cart-item .mini-thumb{width:70px;height:70px}.ss-cart-item>div:last-child{grid-column:2}.ss-cart-item-actions{gap:.4rem}.ss-cart-item-actions form{max-width:120px}.ss-checkout-steps{font-size:.72rem}.ss-auth-form{padding:1.35rem}.ss-auth-shell{border-radius:16px;margin:.4rem auto}.ss-account-stats{grid-template-columns:1fr}.ss-address-grid,.ss-profile-grid{grid-template-columns:1fr}.ss-footer{padding-bottom:5.2rem}.ss-footer-grid{grid-template-columns:1fr}.ss-footer-grid>div:last-child{grid-column:auto}.ss-footer-bottom{flex-direction:column}
}
.ss-status{background:#eef2f7;color:#475569}.ss-status.confirmed{background:#eaf8ee;color:#237b40}.ss-status.packed{background:#fff4d9;color:#8d6100}.ss-status.refunded{background:#f3eefe;color:#6948a6}
