:root{
  --navy:#07152f;
  --navy-2:#0c2149;
  --ink:#111827;
  --muted:#667085;
  --muted-2:#98a2b3;
  --line:#e5e7eb;
  --line-dark:#d0d5dd;
  --soft:#f6f7f9;
  --cream:#fff8ee;
  --accent:#ff7417;
  --accent-dark:#d95300;
  --yellow:#ffc928;
  --green:#087c58;
  --red:#d92d20;
  --white:#fff;
  --shadow-sm:0 8px 22px rgba(17,24,39,.07);
  --shadow:0 18px 50px rgba(7,21,47,.12);
  --shadow-lg:0 28px 80px rgba(7,21,47,.18);
  --radius-sm:12px;
  --radius:20px;
  --radius-lg:30px;
  --container:1320px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:'DM Sans',Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
body.drawer-open,body.filter-open,body.lightbox-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.hidden{display:none!important}
.section{padding:78px 0}
.soft-background,.soft{background:var(--soft)}
.section-kicker,.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--accent-dark);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.section-kicker.light{color:#ffd7bd}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}
.section-heading h2,.page-title-row h1{margin:5px 0 0;font:800 clamp(30px,3.3vw,48px)/1.08 'Manrope',sans-serif;letter-spacing:-.04em}
.section-heading p,.page-title-row p{max-width:640px;margin:8px 0 0;color:var(--muted)}
.section-link,.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--navy);font-weight:800;white-space:nowrap}
.section-link span,.text-link span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--soft);transition:.2s}
.section-link:hover span,.text-link:hover span{transform:translateX(4px);background:var(--accent);color:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:11px 20px;border:1px solid transparent;border-radius:12px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s}
.btn:hover{transform:translateY(-2px)}
.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}
.btn-large,.large{min-height:52px;padding:14px 25px;border-radius:14px}
.btn-primary,.btn-accent,.accent{background:var(--accent);color:#fff;box-shadow:0 10px 24px rgba(255,116,23,.22)}
.btn-primary:hover,.btn-accent:hover,.accent:hover{background:var(--accent-dark);box-shadow:0 14px 30px rgba(255,116,23,.28)}
.btn-dark,.dark{background:var(--navy);color:#fff}
.btn-light,.light{background:#fff;color:var(--navy)}
.btn-outline,.ghost{background:#fff;border-color:var(--line-dark);color:var(--navy)}
.btn-outline:hover,.ghost:hover{border-color:var(--navy)}
.block{width:100%}

/* Header */
.utility-bar{background:var(--navy);color:#d6deeb;font-size:12px}
.utility-inner{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.utility-left,.utility-links{display:flex;align-items:center;gap:24px}
.utility-left span{display:flex;align-items:center;gap:7px}
.utility-left svg{width:14px;height:14px;color:#ffb37f}
.utility-links a,.language-switch{color:#d6deeb;background:none;border:0;padding:0}
.utility-links a:hover,.language-switch:hover{color:#fff}
.site-header{position:sticky;top:0;z-index:80;background:#fff;box-shadow:0 1px 0 rgba(17,24,39,.08)}
.header-row{min-height:82px;display:grid;grid-template-columns:auto auto minmax(340px,1fr) auto;gap:20px;align-items:center}
.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content}
.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,var(--accent),#ff9b3f);color:#fff;font:800 23px 'Manrope';box-shadow:0 8px 18px rgba(255,116,23,.22)}
.brand-copy{display:grid;line-height:1.1}
.brand-copy strong{font:800 21px 'Manrope';letter-spacing:-.035em}
.brand-copy small{margin-top:4px;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.delivery-location{display:flex;align-items:center;gap:8px;padding:0 14px;background:none;border:0;border-left:1px solid var(--line)}
.delivery-location svg{width:22px;height:22px;color:var(--accent)}
.delivery-location span{display:grid;text-align:left;line-height:1.1}
.delivery-location small{color:var(--muted);font-size:10px}
.delivery-location b{font-size:13px}
.global-search{height:48px;display:grid;grid-template-columns:auto 1fr 50px;border:2px solid var(--navy);border-radius:14px;overflow:hidden;background:#fff}
.search-category{border-right:1px solid var(--line)}
.search-category select{height:100%;max-width:108px;border:0;background:#f7f8fa;padding:0 28px 0 12px;outline:none;font-size:13px;font-weight:700}
.global-search input{width:100%;min-width:0;border:0;padding:0 15px;outline:0;color:var(--ink)}
.global-search input::placeholder{color:#98a2b3}
.global-search>button{display:grid;place-items:center;border:0;background:var(--navy);color:#fff}
.global-search>button svg{width:21px;height:21px}
.header-actions{display:flex;align-items:center;gap:10px}
.header-actions>a{position:relative;display:flex;align-items:center;gap:8px;padding:7px;border-radius:12px}
.header-actions>a:hover{background:var(--soft)}
.header-actions svg{width:24px;height:24px;color:var(--navy)}
.header-actions>a>span:not(.action-count){display:grid;line-height:1.1}
.header-actions small{color:var(--muted);font-size:10px}
.header-actions b{font-size:13px}
.header-icon-action{width:42px;height:42px;justify-content:center}
.action-count{position:absolute;right:0;top:0;display:grid!important;place-items:center;min-width:18px;height:18px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:var(--accent);color:#fff;font-size:10px;font-weight:800}
.mobile-menu-button{display:none;border:0;background:none;padding:7px;color:var(--navy)}
.mobile-menu-button svg{width:27px;height:27px}
.desktop-navigation{border-top:1px solid var(--line)}
.nav-row{min-height:48px;display:flex;align-items:center;gap:25px}
.category-mega{position:relative;align-self:stretch;display:flex}
.category-trigger{display:flex;align-items:center;gap:10px;min-width:205px;padding:0 18px;border:0;background:var(--navy);color:#fff;font-weight:800}
.category-trigger svg{width:20px;height:20px}.category-trigger>span{margin-left:auto}
.mega-panel{position:absolute;left:0;top:100%;width:min(900px,calc(100vw - 40px));padding:20px;border:1px solid var(--line);border-radius:0 0 20px 20px;background:#fff;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:20}
.category-mega:hover .mega-panel,.category-mega.open .mega-panel{opacity:1;visibility:visible;transform:none}
.mega-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.mega-grid a{display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px}
.mega-grid a:hover{background:var(--soft)}
.mega-grid img{width:55px;height:48px;border-radius:10px;object-fit:cover}
.mega-grid span{display:grid}.mega-grid b{font-size:13px}.mega-grid small{color:var(--muted);font-size:11px}
.primary-nav{display:flex;align-items:center;gap:26px;min-width:0;overflow:hidden;white-space:nowrap}
.primary-nav a{position:relative;font-size:13px;font-weight:700;color:#344054}
.primary-nav a:hover,.primary-nav a.active{color:var(--accent-dark)}
.primary-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-15px;height:2px;background:var(--accent)}
.primary-nav .nav-deal{color:var(--red)}
.nav-benefit{margin-left:auto;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:var(--green);white-space:nowrap}.nav-benefit span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#e7f7f1}
.mobile-drawer{position:fixed;inset:0;z-index:110;visibility:hidden;pointer-events:none}
.mobile-drawer.open{visibility:visible;pointer-events:auto}
.drawer-backdrop{position:absolute;inset:0;border:0;background:rgba(7,21,47,.58);opacity:0;transition:.25s}
.mobile-drawer.open .drawer-backdrop{opacity:1}
.drawer-panel{position:absolute;left:0;top:0;bottom:0;width:min(420px,90vw);padding:18px;background:#fff;overflow:auto;transform:translateX(-100%);transition:.3s}
.mobile-drawer.open .drawer-panel{transform:none}
.drawer-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--line)}
.drawer-header>button{width:40px;height:40px;border:0;border-radius:50%;background:var(--soft);font-size:27px}
.drawer-account{margin:16px 0;padding:18px;border-radius:16px;background:var(--navy);color:#fff;display:grid}.drawer-account span{color:#aebbd1;font-size:12px}.drawer-account b{font:700 18px 'Manrope';margin:3px 0 8px}.drawer-account a{color:#ffb47f;font-size:13px;font-weight:800}
.drawer-links{display:grid;border-top:1px solid var(--line)}.drawer-links a{padding:13px 4px;border-bottom:1px solid var(--line);font-weight:700}
.drawer-panel>h3{margin:22px 0 10px;font:800 17px 'Manrope'}
.drawer-categories{display:grid;grid-template-columns:1fr 1fr;gap:9px}.drawer-categories a{display:flex;align-items:center;gap:8px;padding:8px;border:1px solid var(--line);border-radius:11px;font-size:12px;font-weight:700}.drawer-categories img{width:40px;height:38px;border-radius:8px;object-fit:cover}
.mobile-bottom-nav{display:none}
.flash-wrap{position:fixed;left:0;right:0;top:96px;z-index:100;pointer-events:none}.alert{padding:14px 18px;border:1px solid;border-radius:12px;box-shadow:var(--shadow-sm);font-weight:700;transition:.25s;pointer-events:auto}.alert.success{background:#ecfdf3;border-color:#abefc6;color:#067647}.alert.error{background:#fff1f0;border-color:#fecdca;color:#b42318}

/* Homepage */
.hero-shell{background:linear-gradient(140deg,#fff7ee 0%,#fff 42%,#eef4ff 100%);overflow:hidden}
.marketplace-hero{min-height:620px;display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center;padding-top:55px;padding-bottom:55px}
.hero-copy{position:relative;z-index:2}
.hero-label{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid #ffd6b8;border-radius:999px;background:#fff;color:#8b3c08;font-size:12px;font-weight:800}.hero-label i{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px #ffe7d6}
.hero-copy h1{margin:18px 0 20px;font:800 clamp(48px,5.7vw,78px)/.99 'Manrope';letter-spacing:-.065em;color:var(--navy)}
.hero-copy h1 em{color:var(--accent);font-style:normal}
.hero-copy>p{max-width:610px;margin:0;color:#526176;font-size:18px}
.hero-actions{display:flex;align-items:center;gap:24px;margin-top:30px}
.hero-points{display:flex;gap:34px;margin-top:38px;padding-top:25px;border-top:1px solid #eadfd3}.hero-points div{display:grid}.hero-points b{font:800 22px 'Manrope';color:var(--navy)}.hero-points span{color:var(--muted);font-size:12px}
.hero-showcase{position:relative;min-height:500px}
.hero-orbit{position:absolute;left:50%;top:50%;width:430px;height:430px;border:1px solid rgba(7,21,47,.08);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 55px rgba(255,255,255,.38),0 0 0 56px rgba(7,21,47,.04)}
.hero-product{position:absolute;display:block;border:8px solid #fff;border-radius:24px;background:#fff;box-shadow:var(--shadow);overflow:hidden;transition:transform .25s}
.hero-product:hover{transform:translateY(-7px)!important;z-index:5}
.hero-product img{width:100%;height:100%;object-fit:cover}
.hero-product>span{position:absolute;left:10px;right:10px;bottom:10px;padding:10px;border-radius:13px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);display:grid;line-height:1.25}.hero-product small{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.hero-product b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-product strong{margin-top:3px;color:var(--accent-dark);font-size:12px}
.hero-product-1{left:9%;top:8%;width:240px;height:250px;transform:rotate(-4deg)}
.hero-product-2{right:2%;top:2%;width:210px;height:220px;transform:rotate(4deg)}
.hero-product-3{left:20%;bottom:0;width:220px;height:230px;transform:rotate(3deg)}
.hero-product-4{right:6%;bottom:6%;width:205px;height:215px;transform:rotate(-3deg)}
.hero-floating-note{position:absolute;left:46%;top:47%;z-index:4;display:flex;align-items:center;gap:9px;padding:12px 14px;border-radius:14px;background:var(--navy);color:#fff;box-shadow:var(--shadow)}.hero-floating-note>span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--green)}.hero-floating-note div{display:grid}.hero-floating-note b{font-size:11px}.hero-floating-note small{color:#b8c4d7;font-size:9px}
.service-strip{border-block:1px solid var(--line);background:#fff}.service-strip .container{display:grid;grid-template-columns:repeat(4,1fr)}.service-strip .container>div{display:flex;align-items:center;gap:12px;padding:22px 20px;border-right:1px solid var(--line)}.service-strip .container>div:last-child{border-right:0}.service-strip div>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--cream);color:var(--accent);font-size:19px}.service-strip p{display:grid;margin:0}.service-strip b{font-size:13px}.service-strip small{color:var(--muted);font-size:11px}
.category-section{padding-bottom:60px}.category-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(135px,1fr);gap:14px;overflow-x:auto;scrollbar-width:none;padding:4px 2px 10px}.category-rail::-webkit-scrollbar,.horizontal-products::-webkit-scrollbar,.category-chip-rail::-webkit-scrollbar{display:none}
.category-pill{min-width:135px;text-align:center;padding:12px 8px 14px;border:1px solid var(--line);border-radius:18px;background:#fff;transition:.25s}.category-pill:hover{transform:translateY(-5px);border-color:#ffc59c;box-shadow:var(--shadow-sm)}.category-image{display:block;width:100%;aspect-ratio:1.35;border-radius:14px;overflow:hidden;background:var(--soft)}.category-image img{width:100%;height:100%;object-fit:cover;transition:.3s}.category-pill:hover img{transform:scale(1.06)}.category-pill b{display:block;margin-top:10px;font-size:12px;line-height:1.25}.category-pill small{color:var(--accent-dark);font-size:10px;font-weight:800}
.deals-section{padding-top:10px}.deals-card{padding:32px;border-radius:var(--radius-lg);background:linear-gradient(120deg,var(--navy),#112b5d);box-shadow:var(--shadow-lg)}.deals-header{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:28px;color:#fff;margin-bottom:24px}.deals-header h2{margin:3px 0;font:800 38px 'Manrope'}.deals-header p{margin:0;color:#bbc6d8}.deal-timer{display:flex;align-items:center;gap:6px}.deal-timer>span{display:grid;place-items:center;min-width:48px;padding:7px;border-radius:10px;background:#fff;color:var(--navy)}.deal-timer b{font:800 17px 'Manrope'}.deal-timer small{font-size:8px;text-transform:uppercase;color:var(--muted)}.deal-timer i{font-style:normal;font-weight:800}
.horizontal-products{display:grid;grid-auto-flow:column;grid-auto-columns:245px;gap:14px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:5px}.horizontal-products>.product-card{scroll-snap-align:start}.light-rail{grid-auto-columns:260px}
.campaign-grid{display:grid;grid-template-columns:1.3fr .7fr;grid-template-rows:1fr 1fr;gap:18px}.campaign{position:relative;min-height:250px;border-radius:25px;overflow:hidden;color:#fff}.campaign-large{grid-row:1/3;min-height:520px}.campaign>img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.campaign:hover>img{transform:scale(1.04)}.campaign-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,21,47,.92),rgba(7,21,47,.12))}.campaign-overlay.rose{background:linear-gradient(90deg,rgba(94,23,50,.86),rgba(94,23,50,.08))}.campaign-overlay.blue{background:linear-gradient(90deg,rgba(9,42,87,.9),rgba(9,42,87,.08))}.campaign>div{position:absolute;left:34px;right:28px;bottom:34px;z-index:2;max-width:470px}.campaign h2{margin:7px 0 10px;font:800 clamp(32px,3.3vw,50px)/1.05 'Manrope';letter-spacing:-.04em}.campaign h3{max-width:390px;margin:7px 0 14px;font:800 28px/1.1 'Manrope'}.campaign p{color:#e5e9f1}.campaign div>b{font-size:13px}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-grid.four-column{grid-template-columns:repeat(4,minmax(0,1fr))}
.product-card{position:relative;min-width:0;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s}.product-card:hover{transform:translateY(-5px);border-color:#d9dde5;box-shadow:var(--shadow)}.product-media{position:relative;background:#f4f4f2}.product-image{display:block;aspect-ratio:1/1;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.045)}.product-badge{position:absolute;left:12px;top:12px;z-index:2;padding:5px 8px;border-radius:8px;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.product-badge.sale{background:var(--red)}.product-badge.featured{background:var(--navy)}.product-badge.new{background:var(--green)}.wish{position:absolute;right:12px;top:12px;z-index:3;display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:rgba(255,255,255,.92);color:var(--navy);font-size:19px;transition:.2s}.wish:hover,.wish.active{background:#fff0f0;border-color:#fecaca;color:#d92d20}.quick-view{position:absolute;left:50%;bottom:12px;z-index:2;min-width:110px;padding:8px 12px;border-radius:999px;background:rgba(7,21,47,.9);color:#fff;text-align:center;font-size:11px;font-weight:800;opacity:0;transform:translate(-50%,8px);transition:.25s}.product-card:hover .quick-view{opacity:1;transform:translate(-50%,0)}.product-info{padding:15px}.product-meta{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.055em}.product-meta span:last-child{color:var(--green)}.product-info h3{min-height:44px;margin:8px 0 5px;font:700 15px/1.42 'DM Sans';letter-spacing:-.01em}.product-info h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rating-row{display:flex;align-items:center;gap:4px;margin:6px 0}.stars{color:#f5a000}.rating-row b{font-size:12px}.rating-row small{color:var(--muted);font-size:11px}.price{display:flex;align-items:baseline;gap:8px;margin-top:7px}.price strong{font:800 18px 'Manrope';color:var(--navy)}.old-price{color:var(--muted-2);font-size:12px;text-decoration:line-through}.delivery-note{display:flex;align-items:center;gap:5px;margin:7px 0 12px;color:var(--green);font-size:10px;font-weight:700}.delivery-note span{display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#e8f7f1}.card-cart .btn{min-height:39px;padding:8px;font-size:12px}
.compact-card{background:#fff}.compact-card .product-info{padding:13px}.compact-card .product-info h3{font-size:13px}.compact-card .product-image{aspect-ratio:1/1}.compact-card .delivery-note{display:none}.compact-card .card-cart .btn{min-height:36px}
.split-collection{display:grid;grid-template-columns:.88fr 1.12fr;gap:20px}.collection-intro{position:relative;min-height:640px;padding:45px;border-radius:28px;background:#f9e9ea;overflow:hidden}.collection-intro h2{position:relative;z-index:2;margin:9px 0 14px;font:800 clamp(38px,4vw,58px)/1.02 'Manrope';letter-spacing:-.05em}.collection-intro p,.collection-intro .btn,.collection-intro .section-kicker{position:relative;z-index:2}.collection-intro p{max-width:430px;color:#684e56}.collection-intro img{position:absolute;left:0;right:0;bottom:0;width:100%;height:310px;object-fit:cover;object-position:center}.collection-products{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.mini-card .product-image{aspect-ratio:1.1}.mini-card .product-info h3{min-height:40px}
.editorial-card{display:grid;grid-template-columns:.95fr 1.05fr;min-height:470px;border-radius:30px;background:var(--navy);color:#fff;overflow:hidden}.editorial-copy{padding:55px}.editorial-copy h2{margin:8px 0 18px;font:800 clamp(38px,4vw,58px)/1.04 'Manrope';letter-spacing:-.05em}.editorial-copy>p{max-width:570px;color:#b9c5d8}.editorial-stats{display:flex;gap:42px;margin:28px 0}.editorial-stats div{display:grid}.editorial-stats b{font:800 28px 'Manrope';color:#ffb27d}.editorial-stats span{font-size:11px;color:#b9c5d8}.editorial-images{position:relative;min-height:470px;background:#0e2855}.editorial-images img{position:absolute;border:8px solid #fff;border-radius:22px;object-fit:cover;box-shadow:var(--shadow)}.editorial-image-1{left:8%;top:8%;width:49%;height:56%;transform:rotate(-4deg)}.editorial-image-2{right:5%;top:16%;width:43%;height:50%;transform:rotate(4deg)}.editorial-image-3{left:29%;bottom:5%;width:46%;height:49%;transform:rotate(1deg)}

/* Catalogue */
.catalogue-hero{padding:45px 0;background:linear-gradient(110deg,#fff8f1,#f2f6ff)}.catalogue-hero-inner{display:grid;grid-template-columns:1fr 360px;gap:50px;align-items:center}.breadcrumbs{display:flex;align-items:center;gap:9px;overflow:hidden;color:var(--muted);font-size:12px;white-space:nowrap}.breadcrumbs a:hover{color:var(--accent-dark)}.breadcrumbs b{color:var(--ink);overflow:hidden;text-overflow:ellipsis}.catalogue-hero h1{margin:8px 0 10px;font:800 clamp(40px,4.8vw,62px)/1.04 'Manrope';letter-spacing:-.055em;color:var(--navy)}.catalogue-hero p{max-width:700px;margin:0;color:var(--muted);font-size:16px}.catalogue-hero-image{position:relative;height:210px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.catalogue-hero-image>img{width:100%;height:100%;object-fit:cover}.catalogue-hero-image>span{position:absolute;right:15px;bottom:15px;display:grid;min-width:105px;padding:12px;border-radius:14px;background:rgba(255,255,255,.9);backdrop-filter:blur(6px)}.catalogue-hero-image b{font:800 24px 'Manrope';color:var(--navy)}.catalogue-hero-image small{color:var(--muted)}
.category-chip-section{border-bottom:1px solid var(--line);background:#fff}.category-chip-rail{display:flex;gap:9px;padding:14px 0;overflow-x:auto;scrollbar-width:none}.category-chip{display:flex;align-items:center;gap:8px;min-width:max-content;padding:7px 12px;border:1px solid var(--line);border-radius:999px;font-size:12px;font-weight:700}.category-chip img{width:28px;height:28px;border-radius:50%;object-fit:cover}.category-chip:hover,.category-chip.active{border-color:var(--navy);background:var(--navy);color:#fff}.catalogue-section{padding-top:42px}.catalogue-layout{display:grid;grid-template-columns:260px 1fr;gap:34px;align-items:start}.filter-sidebar{position:sticky;top:150px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.filter-heading{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid var(--line)}.filter-heading h2{margin:0;font:800 20px 'Manrope'}.filter-heading span{color:var(--muted);font-size:11px}.filter-heading a{color:var(--accent-dark);font-size:11px;font-weight:800}.filter-mobile-head{display:none}.filter-form{padding:0 18px 18px}.filter-group{padding:17px 0;border-bottom:1px solid var(--line)}.filter-title{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:none;padding:0;font-weight:800}.filter-title b{font-size:16px}.filter-content{display:grid;gap:9px;margin-top:13px}.filter-content.collapsed{display:none}.radio-filter{display:flex;align-items:center;gap:9px;color:#475467;font-size:12px;cursor:pointer}.radio-filter input{width:16px;height:16px;accent-color:var(--navy)}.rating-filters i{color:#f5a000;font-style:normal;letter-spacing:1px}.filter-scroll{max-height:180px;overflow:auto}.price-inputs{grid-template-columns:1fr 1fr}.price-inputs label{display:grid;gap:5px}.price-inputs span{color:var(--muted);font-size:10px}.price-inputs input{width:100%;min-width:0;padding:10px;border:1px solid var(--line);border-radius:9px}.compact-filters{display:grid;gap:13px}.switch-filter{display:flex;align-items:center;gap:9px;cursor:pointer}.switch-filter input{display:none}.switch-filter>span{position:relative;width:36px;height:20px;border-radius:999px;background:#d0d5dd;transition:.2s}.switch-filter>span:after{content:"";position:absolute;left:3px;top:3px;width:14px;height:14px;border-radius:50%;background:#fff;transition:.2s}.switch-filter input:checked+span{background:var(--navy)}.switch-filter input:checked+span:after{transform:translateX(16px)}.switch-filter b{font-size:12px}.filter-form>.btn{margin-top:17px}.filter-backdrop{display:none}.catalogue-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.catalogue-toolbar>div{display:flex;align-items:center;gap:12px}.catalogue-toolbar p{margin:0;color:var(--muted)}.catalogue-toolbar p b{color:var(--ink)}.filter-open-button{display:none;align-items:center;gap:8px;padding:10px 13px;border:1px solid var(--line);border-radius:10px;background:#fff;font-weight:800}.sort-form label{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px}.sort-form select{min-width:180px;padding:10px 34px 10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-weight:700}.active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:-5px 0 18px;color:var(--muted);font-size:11px}.active-filters a{padding:6px 9px;border-radius:999px;background:var(--soft);color:var(--ink);font-weight:700}.catalogue-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pagination{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:36px}.pagination a{display:grid;place-items:center;min-width:38px;height:38px;border:1px solid var(--line);border-radius:10px;font-weight:700}.pagination a:hover,.pagination a.active{border-color:var(--navy);background:var(--navy);color:#fff}.pagination a.disabled{pointer-events:none;opacity:.4}.empty-state,.empty-cart-state{text-align:center;padding:70px 25px;border:1px dashed var(--line-dark);border-radius:24px;background:var(--soft)}.empty-state>span,.empty-cart-icon{display:grid;place-items:center;width:70px;height:70px;margin:0 auto 18px;border-radius:50%;background:#fff;color:var(--accent);font-size:30px}.empty-state h2,.empty-cart-state h2{margin:0 0 8px;font:800 30px 'Manrope'}.empty-state p,.empty-cart-state p{max-width:530px;margin:0 auto 22px;color:var(--muted)}

/* Product detail */
.product-breadcrumb-wrap{padding:16px 0;border-bottom:1px solid var(--line);background:#fff}.product-main-section{padding-top:42px}.product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:55px;align-items:start}.product-gallery{position:sticky;top:155px}.product-gallery-main{position:relative;aspect-ratio:1/1;border-radius:24px;background:#f3f3f1;overflow:hidden}.product-gallery-main>img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.gallery-discount{position:absolute;left:18px;top:18px;z-index:3;padding:8px 11px;border-radius:10px;background:var(--red);color:#fff;font-size:12px;font-weight:800}.gallery-wish{right:18px;top:18px;width:43px;height:43px}.image-zoom-button{position:absolute;right:18px;bottom:18px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:20px;box-shadow:var(--shadow-sm)}.product-thumbnail-row{display:flex;gap:10px;margin-top:12px}.product-thumbnail-row>button{width:78px;height:78px;padding:4px;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.product-thumbnail-row>button.active{border:2px solid var(--navy)}.product-thumbnail-row img{width:100%;height:100%;border-radius:8px;object-fit:cover}.product-thumbnail-row>button:nth-child(2) img{transform:scale(1.5)}.photo-note{margin-left:auto;display:flex;align-items:center;gap:9px;padding:10px 13px;border-radius:12px;background:var(--soft)}.photo-note>span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#e6f7f0;color:var(--green)}.photo-note p{display:grid;margin:0}.photo-note b{font-size:11px}.photo-note small{color:var(--muted);font-size:9px}.product-purchase-panel{padding-top:4px}.product-heading-meta{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.07em}.product-purchase-panel h1{margin:10px 0 13px;font:800 clamp(34px,3.4vw,48px)/1.08 'Manrope';letter-spacing:-.045em;color:var(--navy)}.product-rating-line{display:flex;align-items:center;gap:11px;font-size:12px}.rating-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:8px;background:#fff6dd;font-weight:800}.rating-pill i{color:#f5a000;font-style:normal}.product-rating-line>a{color:var(--accent-dark);font-weight:700}.stock-status{margin-left:auto;display:flex;align-items:center;gap:5px;font-weight:800}.stock-status:before{content:"";width:7px;height:7px;border-radius:50%}.stock-status.in-stock{color:var(--green)}.stock-status.in-stock:before{background:var(--green)}.stock-status.out-stock{color:var(--red)}.stock-status.out-stock:before{background:var(--red)}.product-summary-text{margin:18px 0;color:#526176;font-size:15px}.product-price-block{padding:19px 0;border-block:1px solid var(--line)}.product-price-block>div{display:flex;align-items:center;gap:10px}.product-price-block strong{font:800 32px 'Manrope';color:var(--navy)}.product-price-block div>span{color:var(--muted);text-decoration:line-through}.product-price-block div>b{padding:4px 7px;border-radius:7px;background:#fee4e2;color:var(--red);font-size:11px}.product-price-block small{color:var(--muted)}.installment-note{display:flex;align-items:center;gap:10px;margin:14px 0;padding:11px 13px;border-radius:12px;background:#f5f7ff}.installment-note>span{display:grid;place-items:center;width:29px;height:29px;border-radius:8px;background:#4e5bd9;color:#fff;font-weight:800}.installment-note p{margin:0;font-size:12px;color:#475467}.purchase-form{display:grid;gap:15px;margin-top:20px}.variant-field{padding:0;border:0;margin:0}.variant-field legend,.select-field{font-size:12px;font-weight:800}.variant-options{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.variant-options input{display:none}.variant-options span{display:block;min-width:58px;padding:9px 13px;border:1px solid var(--line-dark);border-radius:10px;text-align:center;font-size:12px;font-weight:700}.variant-options input:checked+span{border-color:var(--navy);background:var(--navy);color:#fff}.select-field{display:grid;gap:7px}.select-field select{width:100%;padding:11px 13px;border:1px solid var(--line-dark);border-radius:10px;background:#fff}.purchase-actions{display:grid;grid-template-columns:115px 1fr;gap:10px}.quantity-control{display:grid;grid-template-columns:35px 1fr 35px;height:52px;border:1px solid var(--line-dark);border-radius:12px;overflow:hidden}.quantity-control button{border:0;background:#f8f9fa;font-size:18px}.quantity-control input{width:100%;min-width:0;border:0;text-align:center;font-weight:800;-moz-appearance:textfield}.quantity-control input::-webkit-inner-spin-button{display:none}.delivery-card{display:grid;gap:0;margin-top:20px;border:1px solid var(--line);border-radius:16px;overflow:hidden}.delivery-card>div{display:flex;align-items:center;gap:12px;padding:13px 15px;border-bottom:1px solid var(--line)}.delivery-card>div:last-child{border-bottom:0}.delivery-card>div>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--cream);color:var(--accent)}.delivery-card p{display:grid;margin:0}.delivery-card b{font-size:12px}.delivery-card small{color:var(--muted);font-size:10px}.whatsapp-product-link{display:flex;align-items:center;gap:10px;margin-top:12px;padding:13px 15px;border-radius:12px;background:#eaf8f2;color:#066f50;font-size:12px;font-weight:800}.whatsapp-product-link>span{font-size:18px}.whatsapp-product-link>b{margin-left:auto}.product-information-section{background:var(--soft)}.product-tabs{display:flex;gap:5px;border-bottom:1px solid var(--line)}.product-tabs button{padding:14px 20px;border:0;border-bottom:3px solid transparent;background:none;color:var(--muted);font-weight:800}.product-tabs button.active{border-color:var(--accent);color:var(--navy)}.product-tab-panel{display:none;padding-top:35px}.product-tab-panel.active{display:block}.product-story{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}.product-story h2{margin:8px 0;font:800 40px/1.08 'Manrope';letter-spacing:-.04em}.product-story>p{margin:0;color:#526176;font-size:16px;line-height:1.8}.product-highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:35px}.product-highlights>div{display:flex;align-items:center;gap:10px;padding:17px;border-radius:14px;background:#fff}.product-highlights>div>span{display:grid;place-items:center;min-width:27px;height:27px;border-radius:50%;background:#e8f7f1;color:var(--green)}.product-highlights p{display:grid;margin:0}.product-highlights small{color:var(--muted)}.product-highlights b{font-size:12px}.specification-table{max-width:880px;border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.specification-table>div{display:grid;grid-template-columns:260px 1fr;padding:14px 18px;border-bottom:1px solid var(--line)}.specification-table>div:last-child{border:0}.specification-table span{color:var(--muted)}.delivery-information{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.delivery-information article{padding:24px;border-radius:16px;background:#fff}.delivery-information article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--cream);color:var(--accent);font-size:20px}.delivery-information h3{font:800 20px 'Manrope'}.delivery-information p{color:var(--muted)}.reviews-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:start}.review-summary-score{display:grid;text-align:right}.review-summary-score b{font:800 36px 'Manrope'}.review-summary-score span{color:#f5a000;letter-spacing:2px}.review-summary-score small{color:var(--muted)}.review-list{display:grid;gap:12px}.review-list article{padding:20px;border:1px solid var(--line);border-radius:16px}.review-list header{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.review-avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--navy);color:#fff;font-weight:800}.review-list header>div:nth-child(2){display:grid}.review-list header span{color:#f5a000}.review-list header small{color:var(--muted)}.review-list article p{margin:14px 0 0;color:#526176}.empty-review{text-align:center;padding:40px;border:1px dashed var(--line-dark);border-radius:16px}.empty-review>span{font-size:40px;color:#f5a000}.empty-review h3{margin:5px}.empty-review p{margin:0;color:var(--muted)}.review-form{position:sticky;top:155px;display:grid;gap:13px;padding:28px;border-radius:20px;background:var(--navy);color:#fff}.review-form h3{margin:0;font:800 28px 'Manrope'}.review-form>p{margin:0;color:#b8c4d7}.review-form label{display:grid;gap:6px;font-size:12px;font-weight:700}.review-form input,.review-form select,.review-form textarea{width:100%;padding:11px;border:1px solid #365078;border-radius:9px;background:#102751;color:#fff}.review-form textarea{min-height:125px;resize:vertical}.image-lightbox{position:fixed;inset:0;z-index:150;display:grid;place-items:center;padding:40px;background:rgba(7,21,47,.92);opacity:0;visibility:hidden;transition:.25s}.image-lightbox.open{opacity:1;visibility:visible}.image-lightbox img{max-width:min(850px,90vw);max-height:88vh;border-radius:18px}.image-lightbox button{position:absolute;right:25px;top:20px;width:46px;height:46px;border:0;border-radius:50%;background:#fff;font-size:28px}

/* Cart and checkout */
.checkout-progress-section{padding:20px 0;border-bottom:1px solid var(--line);background:var(--soft)}.checkout-progress{display:flex;align-items:center;justify-content:center;gap:15px}.checkout-progress>div{display:flex;align-items:center;gap:8px;color:var(--muted)}.checkout-progress>div>span{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--line-dark);border-radius:50%;background:#fff;font-size:11px;font-weight:800}.checkout-progress>div>b{font-size:12px}.checkout-progress>i{width:80px;height:1px;background:var(--line-dark)}.checkout-progress>div.active{color:var(--navy)}.checkout-progress>div.active>span{background:var(--navy);border-color:var(--navy);color:#fff}.checkout-progress>div.complete{color:var(--green)}.checkout-progress>div.complete>span{background:var(--green);border-color:var(--green);color:#fff}.checkout-progress>i.complete{background:var(--green)}.page-title-row{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;align-items:start}.cart-content{min-width:0}.cart-list-heading{display:grid;grid-template-columns:1fr 155px 125px;padding:0 18px 10px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.07em}.cart-list-heading span:nth-child(2),.cart-list-heading span:nth-child(3){text-align:center}.cart-list{border:1px solid var(--line);border-radius:18px;overflow:hidden}.cart-line-item{display:grid;grid-template-columns:120px minmax(0,1fr) 270px;gap:18px;padding:18px;border-bottom:1px solid var(--line)}.cart-line-item:last-child{border-bottom:0}.cart-item-image{width:120px;height:120px;border-radius:13px;overflow:hidden;background:var(--soft)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details>span{color:var(--muted);font-size:10px;text-transform:uppercase}.cart-item-details h2{margin:5px 0 8px;font:700 16px/1.3 'Manrope'}.cart-variants{display:flex;flex-wrap:wrap;gap:6px}.cart-variants span{padding:4px 7px;border-radius:7px;background:var(--soft);color:var(--muted);font-size:10px}.cart-stock{display:flex;align-items:center;gap:6px;margin:8px 0;color:var(--green);font-size:10px;font-weight:700}.cart-stock i{width:6px;height:6px;border-radius:50%;background:var(--green)}.cart-item-links{display:flex;gap:14px}.cart-item-links button{padding:0;border:0;background:none;color:var(--accent-dark);font-size:10px;font-weight:800}.cart-quantity-price{display:flex;align-items:center;justify-content:space-between;gap:15px}.cart-quantity-price .quantity-control{width:112px;height:44px}.cart-line-price{display:grid;text-align:right}.cart-line-price strong{font:800 17px 'Manrope'}.cart-line-price small{color:var(--muted)}.cart-update-form>.btn{margin-top:14px}.cart-assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.cart-assurance>div{display:flex;align-items:center;gap:9px;padding:13px;border-radius:12px;background:var(--soft)}.cart-assurance>div>span{color:var(--accent);font-size:18px}.cart-assurance p{display:grid;margin:0}.cart-assurance b{font-size:11px}.cart-assurance small{color:var(--muted);font-size:9px}.order-summary-card,.checkout-order-card{position:sticky;top:150px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}.order-summary-card h2,.checkout-order-title h2{margin:0 0 20px;font:800 24px 'Manrope'}.summary-row{display:flex;justify-content:space-between;gap:15px;margin:11px 0;color:var(--muted);font-size:13px}.summary-row b{color:var(--ink)}.discount-row,.discount-row b{color:var(--green)!important}.delivery-progress{margin:17px 0;padding:12px;border-radius:11px;background:var(--soft)}.delivery-progress>div{height:5px;border-radius:999px;background:#d9dde5;overflow:hidden}.delivery-progress>div>span{display:block;height:100%;border-radius:inherit;background:var(--green)}.delivery-progress p{margin:7px 0 0;color:var(--muted);font-size:10px}.order-summary-card hr{border:0;border-top:1px solid var(--line);margin:18px 0}.summary-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.summary-total>span{display:grid}.summary-total small{color:var(--muted);font-size:9px}.summary-total strong{font:800 25px 'Manrope';color:var(--navy)}.secure-caption{margin:10px 0;text-align:center;color:var(--muted);font-size:10px}.coupon-form{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.coupon-form>label{display:block;margin-bottom:7px;font-size:11px;font-weight:800}.coupon-form>div{display:grid;grid-template-columns:1fr auto}.coupon-form input{min-width:0;padding:10px;border:1px solid var(--line-dark);border-radius:9px 0 0 9px;outline:0}.coupon-form button{border:0;border-radius:0 9px 9px 0;background:var(--navy);color:#fff;font-weight:800}.applied-coupon{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding:12px;border-radius:12px;background:#ecfdf3}.applied-coupon>div{display:flex;align-items:center;gap:9px}.applied-coupon>div>span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--green);color:#fff}.applied-coupon p{display:grid;margin:0}.applied-coupon b{font-size:11px}.applied-coupon small{color:var(--green);font-size:9px}.applied-coupon button{border:0;background:none;color:var(--red);font-size:10px;font-weight:800}.payment-caption{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:16px;color:var(--muted);font-size:9px}.payment-caption b{padding:4px 6px;border:1px solid var(--line);border-radius:5px;color:var(--ink)}
.checkout-security{display:flex;align-items:center;gap:9px;padding:11px 14px;border-radius:12px;background:#ecfdf3;color:var(--green)}.checkout-security>span{font-size:20px}.checkout-security p{display:grid;margin:0}.checkout-security b{font-size:11px}.checkout-security small{font-size:9px}.checkout-error{margin-bottom:20px}.checkout-form{display:grid;gap:18px}.checkout-form-card{padding:25px;border:1px solid var(--line);border-radius:18px;background:#fff}.checkout-card-title{display:flex;gap:13px;margin-bottom:22px}.checkout-card-title>span{display:grid;place-items:center;min-width:34px;height:34px;border-radius:10px;background:var(--navy);color:#fff;font-weight:800}.checkout-card-title h2{margin:0;font:800 20px 'Manrope'}.checkout-card-title p{margin:2px 0 0;color:var(--muted);font-size:11px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid .full{grid-column:1/-1}.form-grid label{display:grid;gap:6px;color:#344054;font-size:11px;font-weight:800}.form-grid label>small{color:var(--muted);font-weight:400}.form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:12px;border:1px solid var(--line-dark);border-radius:10px;background:#fff;outline:0}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px rgba(7,21,47,.07)}.form-grid textarea{min-height:95px;resize:vertical}.phone-input{display:grid;grid-template-columns:62px 1fr;border:1px solid var(--line-dark);border-radius:10px;overflow:hidden}.phone-input>span{display:grid;place-items:center;background:var(--soft);color:var(--muted);font-size:12px}.phone-input input{border:0;border-radius:0}.payment-methods{display:grid;gap:10px}.payment-option{position:relative;display:grid;grid-template-columns:auto auto 1fr;gap:12px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:13px;cursor:pointer}.payment-option:hover{border-color:#abb5c3}.payment-option input{position:absolute;opacity:0}.payment-radio{width:18px;height:18px;border:1px solid var(--line-dark);border-radius:50%;box-shadow:inset 0 0 0 4px #fff}.payment-option input:checked+.payment-radio{border-color:var(--navy);background:var(--navy)}.payment-option:has(input:checked){border-color:var(--navy);background:#f7f9fc}.payment-icon{display:grid;place-items:center;width:38px;height:34px;border-radius:8px;background:var(--soft);font-size:18px}.payment-copy{display:grid}.payment-copy b{font-size:12px}.payment-copy small{color:var(--muted);font-size:10px}.payment-notice{display:flex;gap:9px;margin-top:12px;padding:11px;border-radius:10px;background:#fff9e9;color:#7a5815}.payment-notice>span{display:grid;place-items:center;min-width:21px;height:21px;border-radius:50%;background:#ffdd7a;font-weight:800}.payment-notice p{margin:0;font-size:10px}.terms-check{display:flex;align-items:flex-start;gap:9px;color:var(--muted);font-size:10px;cursor:pointer}.terms-check input{display:none}.terms-check>span{min-width:18px;height:18px;border:1px solid var(--line-dark);border-radius:5px}.terms-check input:checked+span{background:var(--navy);box-shadow:inset 0 0 0 4px #fff}.terms-check p{margin:0}.checkout-submit{justify-content:space-between}.checkout-order-title{display:flex;align-items:center;justify-content:space-between}.checkout-order-title a{color:var(--accent-dark);font-size:11px;font-weight:800}.checkout-items{display:grid;gap:14px;max-height:390px;overflow:auto;padding-right:3px}.checkout-item{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center}.checkout-item-image{position:relative;width:58px;height:58px;border-radius:10px;background:var(--soft)}.checkout-item-image img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.checkout-item-image span{position:absolute;right:-5px;top:-5px;display:grid;place-items:center;min-width:18px;height:18px;border-radius:50%;background:var(--navy);color:#fff;font-size:9px}.checkout-item>div:nth-child(2){display:grid}.checkout-item b{font-size:11px;line-height:1.3}.checkout-item small{color:var(--muted);font-size:9px}.checkout-item>strong{font-size:11px}.checkout-summary-lines{margin-top:18px;padding-top:15px;border-top:1px solid var(--line)}.checkout-summary-lines>div{display:flex;justify-content:space-between;margin:9px 0;color:var(--muted);font-size:12px}.checkout-summary-lines b{color:var(--ink)}.checkout-total{display:flex;align-items:center;justify-content:space-between;margin-top:15px;padding:17px 0;border-block:1px solid var(--line)}.checkout-total>span{display:grid}.checkout-total small{color:var(--muted);font-size:9px}.checkout-total strong{font:800 24px 'Manrope'}.checkout-benefits{display:grid;gap:9px;margin-top:15px}.checkout-benefits>div{display:flex;align-items:center;gap:9px}.checkout-benefits>div>span{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:var(--cream);color:var(--accent)}.checkout-benefits p{display:grid;margin:0}.checkout-benefits b{font-size:10px}.checkout-benefits small{color:var(--muted);font-size:9px}

/* Newsletter and footer */
.newsletter-section{padding:0 0 55px;background:linear-gradient(#fff 0 45%,var(--navy) 45%)}.newsletter-card{display:grid;grid-template-columns:auto 1fr minmax(350px,.8fr);gap:20px;align-items:center;padding:32px 38px;border-radius:24px;background:linear-gradient(115deg,#ff7a1f,#ff9a41);color:#fff;box-shadow:var(--shadow-lg)}.newsletter-icon{display:grid;place-items:center;width:60px;height:60px;border-radius:18px;background:rgba(255,255,255,.17);font-size:28px}.newsletter-copy h2{margin:3px 0;font:800 30px 'Manrope'}.newsletter-copy p{margin:0;color:#fff1e8}.newsletter-card form{display:grid;grid-template-columns:1fr auto;padding:5px;border-radius:13px;background:#fff}.newsletter-card input{min-width:0;border:0;padding:0 13px;outline:0}.newsletter-card .btn{min-height:43px}.site-footer{background:var(--navy);color:#fff}.footer-top{display:grid;grid-template-columns:1.35fr repeat(3,.72fr) 1fr;gap:35px;padding:30px 0 42px}.footer-brand .brand-copy strong{color:#fff}.footer-brand .brand-copy small{color:#9eabc1}.footer-about>p{max-width:360px;color:#9eabc1;font-size:12px}.social-links{display:flex;gap:8px}.social-links a{display:grid;place-items:center;width:34px;height:34px;border:1px solid #294165;border-radius:10px;color:#c6d0df;font-size:11px;font-weight:800}.social-links a:hover{border-color:#fff;color:#fff}.footer-column,.footer-contact{display:grid;align-content:start;gap:9px}.footer-column h3,.footer-contact h3{margin:3px 0 7px;font:800 14px 'Manrope'}.footer-column a{color:#aebbd0;font-size:11px}.footer-column a:hover{color:#fff}.footer-contact>p{margin:0 0 5px;color:#aebbd0;font-size:11px}.contact-link{display:flex;align-items:center;gap:8px;color:#fff;font-size:11px;font-weight:700}.contact-link>span{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#142e5b;color:#ffb47f}.footer-contact>small{margin-top:8px;color:#8494ad}.footer-payments{display:flex;align-items:center;gap:14px;padding:17px 0;border-block:1px solid #22395d;color:#8e9db5;font-size:10px}.footer-payments>div{display:flex;gap:6px}.footer-payments b{padding:5px 8px;border:1px solid #30486c;border-radius:6px;color:#d7deea}.footer-payments>span:last-child{margin-left:auto}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:18px 0;color:#8190a8;font-size:10px}.footer-bottom>div{display:flex;gap:18px}

/* Existing generic pages */
.page-hero{padding:65px 0;background:linear-gradient(135deg,#fff7ee,#eef4ff)}.page-hero.compact{padding:42px 0}.page-hero h1{margin:7px 0;font:800 clamp(40px,5vw,62px)/1.05 'Manrope';letter-spacing:-.05em}.page-hero p{max-width:700px;color:var(--muted)}
.auth-section{min-height:660px;padding:60px 20px;background:linear-gradient(135deg,#f7f8fa,#fff1e7);display:grid;place-items:center}.auth-card{width:min(480px,100%);padding:36px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}.auth-card.wide{width:min(640px,100%)}.auth-card h1{margin:8px 0;font:800 40px 'Manrope';letter-spacing:-.04em}.auth-card>p{color:var(--muted)}.auth-card form{display:grid;gap:14px}.auth-card form>label{display:grid;gap:6px;font-size:12px;font-weight:800}.auth-card input,.auth-card select{width:100%;padding:12px;border:1px solid var(--line-dark);border-radius:10px}.auth-footer{text-align:center;margin-top:18px;color:var(--muted)}.auth-footer a{color:var(--accent-dark);font-weight:800}
.account-layout{display:grid;grid-template-columns:230px 1fr;gap:35px}.account-nav{align-self:start;padding:10px;border:1px solid var(--line);border-radius:16px}.account-nav a{display:block;padding:12px;border-radius:9px}.account-nav .active,.account-nav a:hover{background:var(--soft);font-weight:800}.profile{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.profile div,.stats div{padding:20px;border-radius:14px;background:var(--soft)}.profile span,.profile b{display:block}.profile span{color:var(--muted);font-size:11px}.orders article{display:grid;grid-template-columns:1fr auto auto;gap:20px;align-items:center;padding:17px;margin-bottom:10px;border:1px solid var(--line);border-radius:14px}.orders small{display:block;color:var(--muted)}.orders article>span{padding:6px 10px;border-radius:99px;background:#edf7ff;color:#175cd3;font-size:11px}.stats{display:grid;grid-template-columns:1fr 1fr;gap:14px}.stats div{background:var(--navy);color:#fff}.stats b{display:block;color:var(--accent);font:800 38px 'Manrope'}.stats span{color:#aab4c4}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-grid article{padding:26px;border:1px solid var(--line);border-radius:18px;background:#fff}.info-grid article>span{color:var(--accent);font-weight:800}.info-grid p{color:var(--muted)}.faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px}.faq details{padding:20px 0;border-bottom:1px solid var(--line)}.faq summary{font-weight:800;cursor:pointer}.faq p{color:var(--muted)}.contact-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:30px}.contact-cards{display:grid;gap:15px}.contact-cards article{padding:24px;border-radius:18px;background:var(--soft)}.contact-cards article>span{width:38px;height:38px;border-radius:10px;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:800}.contact-cards p{color:var(--muted)}.contact-cards a{color:var(--accent-dark);font-weight:800}.form-card{padding:25px;border:1px solid var(--line);border-radius:18px}.success-page{text-align:center}.success-icon{display:grid;place-items:center;width:80px;height:80px;margin:0 auto;border-radius:50%;background:#e8f7f1;color:var(--green);font-size:35px}.confirm{max-width:530px;margin:30px auto;padding:22px;border-radius:18px;background:var(--soft);display:grid;grid-template-columns:1fr 1fr}.confirm span,.confirm b{display:block}.confirm span{color:var(--muted);font-size:11px}.badge,.status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800}.empty{padding:50px 20px;text-align:center}.split{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.lead{font-size:18px;color:var(--muted)}
.store-toast{position:fixed;left:50%;bottom:88px;z-index:200;max-width:calc(100% - 32px);padding:12px 18px;border-radius:12px;background:var(--navy);color:#fff;font-weight:700;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translate(-50%,16px);transition:.22s}.store-toast.show{opacity:1;transform:translate(-50%,0)}.wish:disabled{opacity:.55;cursor:wait}

@media(max-width:1180px){
  .header-row{grid-template-columns:auto minmax(300px,1fr) auto}.delivery-location{display:none}.primary-nav{gap:18px}.nav-benefit{display:none}
  .marketplace-hero{gap:35px}.hero-product-1{left:2%}.hero-product-2{right:0}.hero-product-3{left:12%}.hero-product-4{right:2%}
  .product-grid,.product-grid.four-column{grid-template-columns:repeat(3,minmax(0,1fr))}.catalogue-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footer-top{grid-template-columns:1.4fr repeat(3,.8fr)}.footer-contact{grid-column:2/5}
}
@media(max-width:980px){
  .desktop-navigation{display:none}.header-row{min-height:72px;grid-template-columns:auto auto 1fr auto}.mobile-menu-button{display:block}.brand-copy small{display:none}.global-search{grid-column:1/-1;grid-row:2;margin-bottom:12px}.site-header{padding-bottom:0}.header-actions>a:first-child span{display:none}.header-actions>a:first-child{width:42px;height:42px;justify-content:center}.header-row{padding-top:8px;padding-bottom:10px}.flash-wrap{top:125px}
  .marketplace-hero{grid-template-columns:1fr;padding-top:45px}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-points{justify-content:center}.hero-showcase{min-height:500px;max-width:720px;width:100%;margin:auto}
  .service-strip .container{grid-template-columns:repeat(2,1fr)}.service-strip .container>div:nth-child(2){border-right:0}.service-strip .container>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .campaign-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.campaign-large{grid-column:1/-1;grid-row:auto;min-height:450px}.campaign{min-height:280px}
  .split-collection{grid-template-columns:1fr}.collection-intro{min-height:520px}.collection-products{grid-template-columns:repeat(3,1fr)}.collection-products .product-card:last-child{display:none}
  .editorial-card{grid-template-columns:1fr}.editorial-images{min-height:430px}
  .catalogue-hero-inner{grid-template-columns:1fr 300px}.catalogue-layout{grid-template-columns:1fr}.filter-sidebar{position:fixed;left:0;top:0;bottom:0;z-index:130;width:min(360px,88vw);border-radius:0;overflow:auto;transform:translateX(-100%);transition:.3s}.filter-sidebar.open{transform:none}.filter-mobile-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border-bottom:1px solid var(--line)}.filter-mobile-head h2{margin:0}.filter-mobile-head button{width:38px;height:38px;border:0;border-radius:50%;background:var(--soft);font-size:25px}.filter-heading{display:none}.filter-form{padding-top:0}.filter-backdrop{position:fixed;inset:0;z-index:120;background:rgba(7,21,47,.55)}body.filter-open .filter-backdrop{display:block}.filter-open-button{display:flex}
  .product-layout{grid-template-columns:1fr;gap:35px}.product-gallery{position:static;max-width:700px;margin:auto;width:100%}.product-purchase-panel{max-width:760px}.reviews-layout{grid-template-columns:1fr}.review-form{position:static}.product-highlights{grid-template-columns:repeat(2,1fr)}
  .cart-layout,.checkout-layout{grid-template-columns:1fr}.order-summary-card,.checkout-order-card{position:static}.cart-line-item{grid-template-columns:105px 1fr 230px}.cart-item-image{width:105px;height:105px}
  .newsletter-card{grid-template-columns:auto 1fr}.newsletter-card form{grid-column:1/-1}.footer-top{grid-template-columns:1.3fr repeat(2,1fr)}.footer-column:nth-of-type(4){display:none}.footer-contact{grid-column:auto}
}
@media(max-width:760px){
  body{padding-bottom:66px}.container{width:min(var(--container),calc(100% - 28px))}.section{padding:58px 0}.utility-hide-mobile,.utility-links a:first-child{display:none}.utility-left,.utility-links{gap:12px}.utility-inner{min-height:32px}.header-actions>a:first-child,.header-icon-action:not(.cart-action){display:none}.header-row{grid-template-columns:auto 1fr auto}.brand{justify-self:start}.global-search{height:45px}.search-category{display:none}.global-search{grid-template-columns:1fr 48px}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:90;display:grid;grid-template-columns:repeat(5,1fr);height:66px;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--line);background:#fff;box-shadow:0 -8px 25px rgba(7,21,47,.08)}.mobile-bottom-nav a,.mobile-bottom-nav button{position:relative;display:grid;place-items:center;align-content:center;gap:2px;border:0;background:#fff;color:#526176;font-size:9px}.mobile-bottom-nav svg{width:21px;height:21px}.mobile-bottom-nav b{position:absolute;top:5px;right:20%;display:grid;place-items:center;min-width:16px;height:16px;border-radius:50%;background:var(--accent);color:#fff;font-size:8px}.newsletter-section{padding-bottom:25px}.site-footer{padding-bottom:10px}
  .marketplace-hero{min-height:auto}.hero-copy h1{font-size:clamp(44px,12vw,62px)}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column;gap:15px}.hero-points{gap:18px}.hero-points b{font-size:18px}.hero-showcase{min-height:430px}.hero-orbit{width:330px;height:330px}.hero-product{border-width:5px;border-radius:18px}.hero-product-1{width:175px;height:190px;left:3%}.hero-product-2{width:155px;height:170px}.hero-product-3{width:165px;height:180px;left:12%}.hero-product-4{width:150px;height:165px}.hero-product>span{padding:7px}.hero-product b{font-size:9px}.hero-product strong{font-size:9px}.hero-floating-note{left:39%;top:46%}.hero-floating-note small{display:none}
  .service-strip .container{grid-template-columns:1fr 1fr}.service-strip .container>div{padding:15px 8px}.service-strip div>span{width:34px;height:34px}.service-strip b{font-size:11px}
  .section-heading{align-items:flex-start}.section-heading h2{font-size:34px}.section-heading p{font-size:13px}.section-link{font-size:11px}
  .category-rail{grid-auto-columns:125px}.campaign-grid{grid-template-columns:1fr}.campaign-large{grid-column:auto;min-height:400px}.campaign{min-height:280px}.campaign>div{left:24px;bottom:25px}.campaign h3{font-size:25px}
  .product-grid,.product-grid.four-column,.catalogue-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-info{padding:12px}.product-info h3{font-size:13px;min-height:38px}.product-meta{font-size:8px}.price strong{font-size:16px}.quick-view{display:none}.delivery-note{font-size:8px}.product-badge{left:8px;top:8px}.wish{right:8px;top:8px;width:32px;height:32px}.collection-products{grid-template-columns:repeat(2,1fr)}.collection-products .product-card:last-child{display:block}.collection-intro{padding:30px;min-height:480px}.collection-intro img{height:260px}.editorial-copy{padding:35px}.editorial-copy h2{font-size:39px}.editorial-images{min-height:350px}
  .catalogue-hero{padding:32px 0}.catalogue-hero-inner{grid-template-columns:1fr}.catalogue-hero-image{height:170px}.catalogue-hero h1{font-size:42px}.catalogue-toolbar{align-items:flex-start}.sort-form label>span{display:none}.sort-form select{min-width:145px}.active-filters>span{width:100%}
  .product-tabs{overflow-x:auto}.product-tabs button{white-space:nowrap}.product-story{grid-template-columns:1fr;gap:15px}.product-story h2{font-size:34px}.product-highlights{grid-template-columns:1fr 1fr}.delivery-information{grid-template-columns:1fr}.specification-table>div{grid-template-columns:1fr;gap:3px}.product-thumbnail-row .photo-note{display:none}.product-purchase-panel h1{font-size:36px}.purchase-actions{grid-template-columns:105px 1fr}.reviews-content .section-heading{display:grid;grid-template-columns:1fr auto}.review-summary-score{text-align:left}
  .checkout-progress>i{width:35px}.checkout-progress>div>b{display:none}.page-title-row{align-items:flex-start}.cart-list-heading{display:none}.cart-line-item{grid-template-columns:90px 1fr;gap:12px}.cart-item-image{width:90px;height:90px}.cart-quantity-price{grid-column:1/-1;padding-top:12px;border-top:1px solid var(--line)}.cart-assurance{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.checkout-security{display:none}
  .newsletter-card{grid-template-columns:1fr;padding:28px}.newsletter-icon{display:none}.newsletter-copy h2{font-size:26px}.newsletter-card form{grid-column:auto}.footer-top{grid-template-columns:1fr 1fr}.footer-about,.footer-contact{grid-column:1/-1}.footer-payments{display:grid}.footer-payments>span:last-child{margin-left:0}.footer-bottom{display:grid;gap:8px}
  .account-layout,.faq,.contact-layout,.split{grid-template-columns:1fr}.profile,.info-grid{grid-template-columns:1fr}.orders article{grid-template-columns:1fr}.confirm{grid-template-columns:1fr}.flash-wrap{top:120px}
}
@media(max-width:480px){
  .container{width:min(var(--container),calc(100% - 22px))}.brand-copy strong{font-size:18px}.brand-mark{width:38px;height:38px}.header-row{gap:7px}.hero-showcase{min-height:360px}.hero-orbit{width:270px;height:270px}.hero-product-1{width:140px;height:150px}.hero-product-2{width:125px;height:140px}.hero-product-3{width:135px;height:145px}.hero-product-4{width:120px;height:135px}.hero-product>span{display:none}.hero-floating-note{left:32%;top:45%;padding:8px}.hero-floating-note b{font-size:9px}.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hero-points span{font-size:9px}.service-strip .container{grid-template-columns:1fr}.service-strip .container>div{border-right:0;border-bottom:1px solid var(--line)!important}.service-strip .container>div:last-child{border-bottom:0!important}.section-heading{display:block}.section-heading .section-link{margin-top:15px}.product-grid,.product-grid.four-column,.catalogue-grid{gap:8px}.product-info{padding:10px}.product-info h3{font-size:12px}.product-info .card-cart .btn{font-size:10px}.product-image{aspect-ratio:.92}.delivery-note{display:none}.product-meta span:last-child{display:none}.campaign-large{min-height:340px}.campaign h2{font-size:34px}.campaign p{display:none}.collection-products{gap:8px}.collection-intro{min-height:430px;padding:24px}.collection-intro h2{font-size:38px}.editorial-images{min-height:300px}.catalogue-toolbar{display:grid;grid-template-columns:1fr}.catalogue-toolbar>div{justify-content:space-between}.sort-form label{justify-content:space-between}.sort-form select{flex:1}.product-gallery-main{border-radius:18px}.product-thumbnail-row>button{width:64px;height:64px}.product-rating-line{flex-wrap:wrap}.stock-status{margin-left:0}.purchase-actions{grid-template-columns:95px 1fr}.product-highlights{grid-template-columns:1fr}.reviews-content .section-heading{grid-template-columns:1fr}.review-summary-score{margin-top:12px}.cart-line-item{grid-template-columns:75px 1fr;padding:12px}.cart-item-image{width:75px;height:75px}.cart-item-details h2{font-size:13px}.cart-item-links{gap:8px}.cart-quantity-price{display:grid;grid-template-columns:auto 1fr}.cart-assurance{display:none}.order-summary-card,.checkout-order-card{padding:18px}.checkout-form-card{padding:18px}.payment-option{grid-template-columns:auto auto 1fr;padding:12px}.newsletter-card form{grid-template-columns:1fr}.newsletter-card form .btn{margin-top:5px}.footer-top{grid-template-columns:1fr}.footer-column{display:none}.footer-contact{grid-column:auto}.footer-about{grid-column:auto}.footer-payments>div{flex-wrap:wrap}
}

/* Multi-market, gallery and review enhancements */
.market-location{cursor:default}.market-location select{border:0;background:transparent;color:inherit;font:inherit;font-weight:700;max-width:145px;outline:0;cursor:pointer}.market-location select option{color:#111;background:#fff}.verified-review{display:inline-flex;margin-left:8px;padding:3px 6px;border-radius:99px;background:#e7f8ed;color:#17723a;font-size:10px;font-style:normal}.admin-review-response{margin-top:14px;padding:14px;border-left:3px solid var(--accent,#ff7a00);background:#f8f8fb;border-radius:0 10px 10px 0}.admin-review-response b{font-size:12px}.admin-review-response p{margin:5px 0 0!important;color:#5d6472}.product-thumbnail-row{overflow-x:auto}.product-thumbnail-row>button{flex:0 0 auto}
@media(max-width:720px){.market-location{display:none}}

/* Control Centre connected storefront components */
.page-builder-hero{padding:78px 0;background:linear-gradient(135deg,#f7f4ff,#eefcff)}.page-builder-hero>.container{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:center;gap:50px}.page-builder-hero h2{font-size:clamp(38px,5vw,68px);line-height:1.05}.page-builder-hero img,.page-builder-image-text img{width:100%;height:430px;object-fit:cover;border-radius:28px;box-shadow:0 25px 70px rgba(7,21,47,.14)}.page-builder-subheading,.page-builder-body{color:#697286;line-height:1.75}.page-builder-body{margin-top:14px}.page-builder-image-text{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:55px}.page-builder-text{max-width:900px;text-align:center}.page-builder-cta{padding:58px;border-radius:30px;background:linear-gradient(135deg,#6759e6,#9d84ff);color:#fff;text-align:center;box-shadow:0 24px 65px rgba(103,89,230,.24)}.page-builder-cta .section-kicker,.page-builder-cta .page-builder-subheading,.page-builder-cta .page-builder-body{color:#fff}.page-builder-html{max-width:1000px}.page-builder-spacer{height:70px}.order-document-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:24px 0 14px}.receipt-email-note{display:flex;align-items:center;gap:12px;max-width:650px;margin:18px auto;padding:14px 16px;border-radius:13px;text-align:left}.receipt-email-note.sent{background:#eafaf1;color:#176f42}.receipt-email-note.pending{background:#fff7e8;color:#815716}.receipt-email-note>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.75);font-weight:900}.receipt-email-note p,.receipt-email-note b,.receipt-email-note small{display:block;margin:0}.receipt-email-note small{margin-top:3px;line-height:1.45}.account-orders article{grid-template-columns:minmax(0,1fr) auto auto;gap:16px;align-items:center}.account-document-links{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap}.account-document-links a{display:inline-flex;padding:7px 10px;border-radius:8px;background:#f0edff;color:#6759e6;font-size:12px;font-weight:800}.footer-builder-pages{display:flex;gap:12px;flex-wrap:wrap}.footer-builder-pages a{color:inherit}
@media(max-width:760px){.page-builder-hero>.container,.page-builder-image-text{grid-template-columns:1fr}.page-builder-hero{padding:55px 0}.page-builder-hero img,.page-builder-image-text img{height:290px}.page-builder-cta{padding:38px 24px}.account-orders article{grid-template-columns:1fr}.account-document-links{grid-column:auto}}

/* ========================================================================== 
   Gigglori UI readability, live categories and reliable cart controls
   2026-08-04
   ========================================================================== */
body{font-size:16px}
.utility-bar{font-size:13px}
.primary-nav a{font-size:14px}
.nav-benefit{font-size:13px}
.section-heading p,.page-title-row p{font-size:16px;line-height:1.7}
.section-link,.text-link{font-size:14px}
.btn{font-size:14px;line-height:1.2}

/* Database-backed category cards */
.category-rail{grid-auto-columns:minmax(176px,1fr);gap:18px;padding:6px 3px 14px;scroll-padding-inline:3px}
.category-pill{position:relative;display:flex;min-width:176px;min-height:256px;flex-direction:column;text-align:left;padding:12px;border-radius:22px;border-color:#e1e5eb;box-shadow:0 8px 22px rgba(17,24,39,.045);isolation:isolate}
.category-pill:focus-visible{outline:3px solid rgba(255,116,23,.25);outline-offset:3px}
.category-pill:hover{transform:translateY(-6px);border-color:#ffb889;box-shadow:0 18px 38px rgba(7,21,47,.12)}
.category-image{aspect-ratio:1.38;border-radius:16px;background:linear-gradient(145deg,#f3f5f8,#eef1f5)}
.category-copy{display:grid;gap:5px;padding:12px 4px 8px}
.category-pill b{margin:0;color:var(--navy);font:800 16px/1.3 'Manrope',sans-serif;letter-spacing:-.02em}
.category-pill small{color:var(--muted);font-size:12px;font-weight:600}
.category-cta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:11px 4px 3px;color:var(--accent-dark);font-size:13px;font-weight:850;border-top:1px solid #edf0f3}
.category-cta i{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--cream);font-style:normal;transition:transform .2s,background .2s,color .2s}
.category-pill:hover .category-cta i{transform:translateX(3px);background:var(--accent);color:#fff}

/* Product card readability */
.product-info{padding:18px}
.product-meta{font-size:11px}
.product-info h3{min-height:48px;font-size:16px;line-height:1.45}
.rating-row b{font-size:13px}.rating-row small{font-size:12px}
.price strong{font-size:20px}.old-price{font-size:13px}
.delivery-note{font-size:11px}
.card-cart{position:relative;z-index:8}
.card-cart .btn{min-height:44px;font-size:13px;position:relative;z-index:8}
.card-cart .btn.is-loading{cursor:wait;opacity:.85}
.card-cart.cart-added .btn{background:var(--green);box-shadow:0 10px 24px rgba(8,124,88,.18)}

/* Flash deals: forms remain clickable inside the draggable horizontal rail */
.deals-card{position:relative}
.deals-card .horizontal-products{position:relative;z-index:2;touch-action:pan-y pinch-zoom;cursor:grab}
.deals-card .horizontal-products.is-dragging{cursor:grabbing;user-select:none}
.deals-card .product-card{position:relative;z-index:2}
.deals-card .product-info,.deals-card .card-cart,.deals-card .card-cart button{pointer-events:auto}
.deals-card .compact-card .product-info h3{font-size:15px;min-height:44px}
.deals-card .compact-card .card-cart .btn{min-height:42px;font-size:13px}
.horizontal-products{grid-auto-columns:270px;gap:18px}
.light-rail{grid-auto-columns:280px}
.store-toast{max-width:min(420px,calc(100vw - 28px));font-size:14px;line-height:1.4}

@media(max-width:760px){
  body{font-size:15px}
  .category-rail{grid-auto-columns:158px;gap:12px}
  .category-pill{min-width:158px;min-height:232px;padding:10px}
  .category-pill b{font-size:14px}.category-pill small{font-size:11px}.category-cta{font-size:12px}
  .horizontal-products{grid-auto-columns:235px;gap:12px}
  .product-info{padding:13px}.product-info h3{font-size:14px}.price strong{font-size:18px}
  .card-cart .btn{font-size:12px}
}
