:root{--brand:#0284c7;--brand-600:#0369a1;--brand-700:#075985;--brand-soft:#e0f2fe;--brand-tint:#f0f9ff;--hero-1:#07193b;--hero-2:#0f357f;--hero-3:#0a2558;--accent:#00b4d8;--gold:#f59e0b;--yellow:#0284c7;--mint:#10b981;--mint-soft:#ecfdf5;--peach:#eff6ff;--sky:#e0f2fe;--ink:#0f172a;--text:#334155;--muted:#64748b;--line:#e2e8f0;--white:#fff;--cream:#f8fafc;--navy-dark:#0a1931;--navy-footer:#08162e;--radius:16px;--radius-lg:22px;--radius-pill:999px;--shadow-sm:0 2px 8px rgba(7,25,59,.06);--shadow:0 10px 30px rgba(7,25,59,.08);--shadow-lg:0 20px 50px rgba(7,25,59,.14);--container:1600px;--font:var(--font-epilogue),"Epilogue",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box}body,html{padding:0;margin:0}body{font-family:var(--font);color:var(--text);background:var(--white);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font-family:var(--font)}button{cursor:pointer}h1,h2,h3,h4,h5{color:var(--ink);margin:0;font-weight:700;line-height:1.2;font-family:var(--font)}ul{margin:0;padding:0;list-style:none}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}.section{padding:64px 0}.section-tight{padding:44px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand-600);font-weight:600;font-size:12px;letter-spacing:.16em;text-transform:uppercase}.eyebrow:after,.eyebrow:before{content:"";width:22px;height:2px;background:var(--brand);border-radius:2px;opacity:.5}.section-head{text-align:center;max-width:620px;margin:0 auto 40px}.section-head h2{font-size:34px;margin:14px 0 10px}.section-head p{color:var(--muted);margin:0}.head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px}.head-row .eyebrow{margin-bottom:8px}.head-row h2{font-size:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--radius-pill);font-weight:600;font-size:14px;padding:12px 22px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 8px 18px rgba(2,132,199,.3)}.btn-primary:hover{background:var(--brand-600)}.btn-ghost{background:hsla(0,0%,100%,.12);color:#fff;border:1px solid hsla(0,0%,100%,.22)}.btn-outline{background:#fff;color:var(--brand-700);border:1.5px solid var(--brand)}.btn-outline:hover,.btn-pill-green{background:var(--brand-soft)}.btn-pill-green{color:var(--brand-700)}.icon-btn{width:40px;height:40px;border-radius:var(--radius-pill);display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);color:var(--ink);transition:all .15s ease}.icon-btn:hover{background:var(--brand);color:#fff;border-color:var(--brand)}.icon-btn:disabled{opacity:.4;cursor:default}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:hsla(0,0%,100%,.98);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #eef2f6;box-shadow:0 1px 4px rgba(15,23,42,.04)}.header-inner{display:flex;align-items:center;gap:18px;height:74px}.hero-shell{position:relative}.site-header.overlay{position:absolute;top:0;left:0;right:0;z-index:30;background:transparent;border-bottom:none}.site-header.overlay .header-inner{height:84px}.site-header.overlay .loc-btn{color:#fff;background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.2)}.site-header.overlay .loc-btn small{color:hsla(0,0%,100%,.7)}.site-header.overlay .loc-btn .pin{background:hsla(0,0%,100%,.2);color:#fff}.site-header.overlay .search{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.22)}.site-header.overlay .search .cat-select{color:#fff;background:hsla(0,0%,100%,.15)}.site-header.overlay .search input{color:#fff}.site-header.overlay .search input::placeholder{color:hsla(0,0%,100%,.7)}.site-header.overlay .link-login{color:#fff}.logo{display:flex;align-items:center;gap:9px;font-size:22px;font-weight:800;color:var(--ink)}.logo .leaf{display:inline-flex}.logo .leaf,.logo span b{color:var(--brand)}.deliver-to{display:flex;align-items:center;gap:10px;color:var(--text)}.deliver-to .pin{width:32px;height:32px;border-radius:50%;background:#e0f2fe;color:#0284c7;display:inline-flex;align-items:center;justify-content:center;flex:none}.deliver-to small{display:block;color:var(--muted);font-size:10.5px;font-weight:500;line-height:1.1}.deliver-to strong{font-size:13px;font-weight:700;color:#0f172a;gap:4px}.deliver-to strong,.search{display:flex;align-items:center}.search{flex:1 1;background:#fff;border:1.5px solid #e2e8f0;border-radius:999px;padding:4px 6px;box-shadow:0 2px 6px rgba(15,23,42,.03);transition:border-color .18s ease,box-shadow .18s ease}.search:focus-within{border-color:#0284c7;box-shadow:0 0 0 3px rgba(2,132,199,.14)}.search .cat-select{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f1f5f9;border-radius:999px;border:none;color:#0f172a;font-weight:600;font-size:13px;white-space:nowrap;cursor:pointer;transition:background .15s ease}.search .cat-select:hover{background:#e2e8f0}.search input{flex:1 1;border:none;background:transparent;outline:none;padding:9px 16px;font-size:14px;color:#0f172a;font-family:inherit}.search input::placeholder{color:#94a3b8}.search .go{width:38px;height:38px;border-radius:50%;border:none;background:#0284c7;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,transform .1s ease;flex:none}.search .go:hover{background:#0369a1;transform:scale(1.03)}.btn-upload-presc{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important;padding:10px 20px;border-radius:999px;font-weight:700;font-size:13.5px;white-space:nowrap;box-shadow:0 4px 14px rgba(2,132,199,.28);transition:transform .15s ease,box-shadow .15s ease;border:none;text-decoration:none}.btn-upload-presc:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(2,132,199,.38)}.header-actions{display:flex;align-items:center;gap:12px}.link-login{gap:7px;font-weight:500;color:var(--text)}.cart-btn,.link-login{display:inline-flex;align-items:center}.cart-btn{position:relative;width:42px;height:42px;flex:none;border-radius:50%;border:1.5px solid #e2e8f0;background:#fff;color:#0f172a;justify-content:center;box-shadow:0 2px 6px rgba(15,23,42,.04);transition:all .15s ease}.cart-btn:hover{transform:translateY(-1px);background:#f8fafc;border-color:#cbd5e1;color:#0284c7}.cart-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:#0284c7;color:#fff;font-size:10.5px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.15)}.site-header.overlay .cart-count{border-color:var(--hero-1)}.hero{background:radial-gradient(120% 140% at 80% 0,var(--hero-2) 0,var(--hero-1) 55%,var(--hero-3) 100%);color:#fff;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 15% 20%,hsla(0,0%,100%,.05) 0 2px,transparent 2px);background-size:26px 26px;opacity:.5;pointer-events:none}.hero-inner{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:30px;gap:30px;align-items:center;padding:110px 0 40px;position:relative;z-index:1}.hero h1{color:#fff;font-size:58px;line-height:1.05;letter-spacing:-1px}.hero h1 .accent{color:var(--gold)}.hero-banner{background:radial-gradient(120% 140% at 80% 0,var(--hero-2) 0,var(--hero-1) 55%,var(--hero-3) 100%);line-height:0;position:relative}.hero-banner img{width:100%;height:auto;display:block}.hero-stats-wrap{position:absolute;left:0;right:0;bottom:8.5%;z-index:2;line-height:normal}.stats-glass{display:grid;grid-template-columns:repeat(4,1fr);background:rgba(7,25,59,.55);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid hsla(0,0%,100%,.14);border-radius:18px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.2)}.stats-glass .gstat{display:flex;align-items:center;gap:14px;padding:18px 24px;border-right:1px solid hsla(0,0%,100%,.1)}.stats-glass .gstat:last-child{border-right:none}.stats-glass .gic{width:46px;height:46px;flex:none;border-radius:50%;border:1.5px solid hsla(0,0%,100%,.35);display:inline-flex;align-items:center;justify-content:center;color:#fff}.stats-glass b{color:#fff;font-size:17px;line-height:1.2;display:block}.stats-glass small{color:hsla(0,0%,100%,.72);font-size:12.5px}@media (max-width:900px){.hero-stats-wrap{position:static;margin-top:-40px;padding-bottom:10px}.stats-glass{grid-template-columns:1fr 1fr;background:rgba(7,25,59,.95)}.stats-glass .gstat:nth-child(2){border-right:none}.stats-glass .gstat:first-child,.stats-glass .gstat:nth-child(2){border-bottom:1px solid hsla(0,0%,100%,.1)}}@media (max-width:520px){.stats-glass{grid-template-columns:1fr}.stats-glass .gstat{border-right:none}}.hero p.lead{color:hsla(0,0%,100%,.8);max-width:430px;margin:20px 0 28px;font-size:16px}.hero-cta{display:flex;align-items:center;gap:16px}.hero-visual{position:relative}.hero-visual .plate{aspect-ratio:1/.8;border-radius:50%;background:radial-gradient(circle at 50% 45%,hsla(0,0%,100%,.14),hsla(0,0%,100%,0) 62%);display:flex;align-items:center;justify-content:center}.hero-produce{font-size:130px;line-height:1;filter:drop-shadow(0 20px 30px rgba(0,0,0,.35));letter-spacing:-14px}.free-badge{position:absolute;top:18px;right:6px;background:#fff;color:var(--ink);border-radius:var(--radius);padding:12px 16px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow)}.free-badge .star{width:30px;height:30px;border-radius:8px;background:var(--yellow);color:#fff;display:inline-flex;align-items:center;justify-content:center}.free-badge b{display:block;font-size:13px;color:var(--ink)}.free-badge small{color:var(--muted);font-size:11px}.stats{position:relative;z-index:1}.stats-inner{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;padding-bottom:30px}.stat{display:flex;gap:12px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:var(--radius);padding:16px 18px}.stat,.stat .ic{align-items:center}.stat .ic{width:40px;height:40px;border-radius:12px;background:rgba(2,132,199,.25);color:#bae6fd;display:inline-flex;justify-content:center;flex:none}.stat b{color:#fff;font-size:15px;display:block}.stat small{color:hsla(0,0%,100%,.65);font-size:12px}.sheet-top{height:34px;background:#fff;border-radius:34px 34px 0 0;margin-top:-34px;position:relative;z-index:2}.medion-hero-outer{padding-top:16px;padding-bottom:0;box-sizing:border-box;background:#fff}.medion-hero-figma-container{position:relative;width:100%;border-radius:32px 32px 32px 0;overflow:hidden;box-shadow:none;background:#fff;line-height:0}.medion-figma-banner-img{width:100%;height:auto;display:block}.hotspot-btn-shop{position:absolute;left:7.97%;top:54%;width:14.2%;height:7%;border-radius:999px;cursor:pointer;z-index:5;transition:transform .15s ease,box-shadow .15s ease}.hotspot-btn-shop:hover{transform:translateY(-2px);box-shadow:0 4px 14px hsla(0,0%,100%,.4)}.hotspot-btn-presc{position:absolute;left:23.1%;top:54%;width:16.5%;height:7%;border-radius:999px;cursor:pointer;z-index:5;transition:transform .15s ease,box-shadow .15s ease}.hotspot-btn-presc:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,180,216,.5)}.hotspot-btn-call{position:absolute;left:0;top:92%;width:47.7%;height:8%;cursor:pointer;z-index:5;border-radius:0 0 0 28px}.cat-showcase{background:#faf6ec;position:relative;overflow:hidden}.cat-leaf-deco{position:absolute;top:-30px;right:-20px;width:200px;height:200px;opacity:.85;pointer-events:none}.eyebrow.gold{color:#c8992f}.eyebrow.gold:after,.eyebrow.gold:before{background:#d9b25a}.cat-tabs{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:6px;margin-bottom:30px;border-bottom:1.5px solid #ece0ca}.cat-tab{flex-direction:column;gap:12px;padding:14px 14px 18px;border-radius:18px;border:1px solid transparent;background:transparent;color:#414b3d;font-size:13px;font-weight:500;min-width:116px;line-height:1.35}.cat-tab,.cat-tab .ic{display:inline-flex;align-items:center;transition:all .18s ease}.cat-tab .ic{width:50px;height:50px;border-radius:50%;background:#fff;box-shadow:0 5px 14px rgba(70,55,20,.08);color:var(--brand-600);justify-content:center;overflow:hidden}.cat-tab .ic .cat-ic-img{width:38px;height:38px;object-fit:contain}.cat-tab .ic .media-fallback{display:inline-flex;align-items:center;justify-content:center;font-size:24px}.cat-tab.active,.cat-tab:hover{color:var(--brand-700)}.cat-tab.active{background:#fbe9d2;border-color:#f0dab6 #f0dab6 transparent;border-radius:18px 18px 0 0;box-shadow:0 -1px 18px rgba(200,150,60,.12);font-weight:600;margin-bottom:-1.5px}.cat-tab.active .ic{background:#f8ecd6;color:var(--brand-700)}.media-emoji{font-size:3rem;line-height:1}.carousel{position:relative}.carousel-track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:8px 4px 18px}.carousel-track::-webkit-scrollbar{height:0}.carousel-nav{display:flex;justify-content:center;gap:10px;margin-top:6px}.cshow{position:relative;margin-top:26px}.cshow-stage{position:relative;height:420px}.cshow-card{position:absolute;top:50%;left:50%;width:226px;padding:0 0 16px;border:none;text-align:left;cursor:pointer;background:#fbe8d0;border-radius:22px;overflow:hidden;transform-origin:center center;transition:transform .45s cubic-bezier(.22,.61,.36,1),opacity .45s ease,box-shadow .3s ease}.cshow-card.active{background:#fbe6cc;box-shadow:0 30px 62px rgba(190,140,55,.24)}.cshow-media{height:200px;background:transparent;display:flex;align-items:center;justify-content:center;padding:18px 18px 6px}.cshow-media img{width:100%;height:100%;object-fit:contain}.cshow-media .media-fallback{background:transparent}.cshow-media .media-emoji{font-size:4.6rem}.cshow-body{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding:6px 18px 4px}.cshow-body h4{font-size:17px;margin-bottom:3px}.cshow-body p{font-size:12.5px;color:var(--muted);margin:0}.cshow-arrow{flex:none;width:36px;height:36px;box-shadow:0 4px 10px rgba(70,55,20,.1);color:var(--brand-600)}.cshow-arrow,.cshow-nav{border-radius:50%;background:#fff;display:inline-flex;align-items:center;justify-content:center}.cshow-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:40;width:46px;height:46px;border:none;box-shadow:0 8px 22px rgba(70,55,20,.16);color:var(--ink);transition:all .15s ease}.cshow-nav:hover:not(:disabled){background:var(--brand);color:#fff}.cshow-nav:disabled{opacity:.35;cursor:default}.cshow-nav.prev{left:0}.cshow-nav.next{right:0}@media (min-width:1280px){.cshow-nav.prev{left:-36px}.cshow-nav.next{right:-36px}}.cshow-pager{display:flex;gap:6px;margin-top:22px}.cshow-pager,.pager-num{align-items:center;justify-content:center}.pager-num{border:none;background:transparent;color:#b9b09a;font-weight:700;font-size:13px;width:36px;height:36px;border-radius:50%;display:inline-flex;transition:all .15s ease}.pager-num.active{color:#6f611c;background:#f4ecc6}.pager-line{width:34px;height:1.5px;background:#e6ddc6}.fresh{background:#fbfaf3 url(/fresh-bg.png) 50%/cover no-repeat}.fresh-head{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:30px}.fresh-head h2{font-size:44px;line-height:1.06;letter-spacing:-1px;margin:14px 0}.fresh-head p{color:var(--muted);margin:0;max-width:540px}.fresh-head .btn{flex:none}.eyebrow.trail:before{display:none}.rail{position:relative}.rail-track{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:16px 4px 30px}.rail-track::-webkit-scrollbar{height:0}.rail-nav{position:absolute;top:42%;transform:translateY(-50%);z-index:20;width:46px;height:46px;border-radius:50%;border:none;background:#fff;box-shadow:0 8px 22px rgba(70,55,20,.16);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.rail-nav:hover{background:var(--brand);color:#fff}.rail-nav.prev{left:0}.rail-nav.next{right:0}@media (min-width:1280px){.rail-nav.prev{left:-36px}.rail-nav.next{right:-36px}}.pcard{position:relative;width:263px;height:auto;min-height:unset;scroll-snap-align:start;background:#fff;border-radius:20px;border:1px solid #f1f5f9;padding:8px 8px 16px;box-shadow:0 4px 18px rgba(0,0,0,.04);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;box-sizing:border-box}.pcard:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(0,0,0,.09);border-color:#e2e8f0}.pcard-media{position:relative;width:100%;height:230px;border-radius:16px;overflow:hidden;background:#f6f8fb;display:flex;align-items:center;justify-content:center;margin:0 auto;flex:none}.pcard-media img{width:100%;height:100%;max-width:200px;max-height:200px;object-fit:contain;padding:8px;transition:transform .3s ease}.pcard:hover .pcard-media img{transform:scale(1.05)}.pcard-badge{position:absolute;top:12px;right:12px;z-index:4;font-size:11px;font-weight:700;padding:4px 9px;border-radius:6px;text-transform:uppercase;letter-spacing:.02em}.pcard-badge.discount{background:#16a34a;color:#fff}.pcard-badge.bestseller,.pcard-badge.popular{background:#e8f8ee;color:#16a34a}.pcard-badge.oos{background:#fef2f2;color:#dc2626;border:1px solid #fee2e2}.pcard-oos-banner{position:absolute;bottom:12px;left:12px;right:12px;background:hsla(0,0%,100%,.94);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(220,38,38,.18);border-radius:999px;padding:8px 14px;display:flex;align-items:center;justify-content:center;gap:7px;color:#dc2626;font-size:11.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;box-shadow:0 4px 12px rgba(0,0,0,.05);z-index:5;pointer-events:none}.pcard-oos-dot{width:6px;height:6px;border-radius:50%;background:#dc2626;flex-shrink:0}.pcard-fav{top:12px;left:12px;z-index:4;width:34px;height:34px;border:1px solid rgba(0,0,0,.06);background:#fff;color:#94a3b8;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 6px rgba(0,0,0,.04)}.pcard-fav:hover{color:#ef4444;transform:scale(1.08)}.pcard-fav.on{color:#ef4444}.pcard-stepper-wrap{position:absolute;bottom:12px;right:12px;z-index:5}.pcard-add{width:44px;height:44px;border-radius:50%;border:none;background:#08d;color:#fff;box-shadow:0 4px 12px rgba(0,136,221,.35);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.pcard-add:hover{background:#0077c2;transform:scale(1.08)}.pcard-qty.qty-stepper{display:inline-flex;align-items:center;background:#fff;border:1.5px solid #08d;border-radius:999px;box-shadow:0 4px 12px rgba(0,136,221,.25);height:38px;padding:0 4px}.pcard-qty button{width:30px;height:30px;border-radius:50%;border:none;background:#f0f9ff;color:#08d;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.pcard-qty button:hover{background:#08d;color:#fff}.pcard-qty span{padding:0 9px;font-size:13.5px;font-weight:700;color:#0f172a}.pcard-body{padding:12px 6px 0;display:flex;flex-direction:column;flex:1 1}.pcard-body h5{font-size:15px;font-weight:700;color:#111827;margin:0 0 4px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}.pcard-body h5 a{color:inherit;transition:color .15s ease}.pcard-body h5 a:hover{color:#08d}.pcard-brand{font-size:12px;color:#64748b;font-weight:500;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pcard-unit-badge{display:inline-flex;align-items:center;gap:5px;background:#f1f5f9;color:#475569;font-size:11.5px;font-weight:600;padding:3px 8px;border-radius:6px;width:-moz-fit-content;width:fit-content;margin-bottom:6px}.pcard-unit-badge svg{color:#64748b}.pcard-delivery{display:flex;align-items:center;gap:5px;font-size:11.5px;color:#059669;font-weight:600;margin-bottom:8px}.pcard-delivery svg{color:#059669}.pcard-price{margin-top:auto;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.pcard-price .now{font-size:20px;font-weight:800;color:#111827}.pcard-price .was{font-size:14px;color:#94a3b8;font-weight:500;text-decoration:line-through}.pcard-discount-tag{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0;font-size:11px;font-weight:700;padding:1px 6px;border-radius:4px}.pcard-unit-price{font-size:11.5px;color:#94a3b8;margin-top:2px;font-weight:500}.pcard-oos{color:#ef4444;padding:4px 8px;border-radius:6px}.media-fallback{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:inherit}.media-fallback,.media-fallback svg{width:100%;height:100%}.add-btn{width:38px;height:38px;border-radius:12px;border:none;background:var(--brand);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 14px rgba(108,174,47,.3);transition:all .15s ease}.add-btn:hover{background:var(--brand-600);transform:scale(1.05)}.toppicks{background:#f7ead2 url(/toppicks-bg.png) 50%/cover no-repeat}.toppicks .container{position:relative}.toppicks .section-head{margin-bottom:30px}.tp-timer{position:absolute;top:-6px;right:0;z-index:3;background:#fff;border-radius:18px;padding:12px 16px;box-shadow:0 14px 34px rgba(90,65,20,.14)}.tp-timer-label{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text);margin-bottom:9px}.tp-timer-label svg{color:var(--muted)}.tp-timer-units{display:flex;align-items:flex-start;gap:9px}.tp-unit{text-align:center}.tp-unit b{display:block;background:#f3f4ee;border-radius:11px;padding:8px 12px;font-size:17px;color:var(--ink);min-width:46px;font-weight:700}.tp-unit small{font-size:10px;color:var(--muted);display:block;margin-top:5px}.tp-colon{font-weight:700;color:#c9c2b0;margin-top:8px}.tp-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.5fr) minmax(0,1fr);grid-gap:14px;gap:14px;align-items:stretch}.tp-col{display:flex;flex-direction:column;gap:15px}.tp-promo{display:block;border-radius:24px;overflow:hidden;box-shadow:0 24px 54px rgba(60,50,20,.2);align-self:start}.tp-promo img{width:100%;height:auto;display:block}.tp-card{flex:1 1;position:relative;display:flex;align-items:stretch;gap:16px;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:20px;padding:6px;box-shadow:0 12px 30px rgba(90,65,20,.1);transition:transform .18s ease,box-shadow .18s ease}.tp-card:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgba(90,65,20,.16)}.tp-card-media{width:130px;flex:none;border-radius:16px;overflow:hidden;background:#f4f2ea;display:flex;align-items:center;justify-content:center}.tp-card-media img{width:100%;height:100%;object-fit:cover}.tp-card-media .media-emoji{font-size:3.2rem}.tp-card-info{flex:1 1;min-width:0;align-self:center;padding:0 42px 0 0}.tp-card-info h5{font-size:14.5px;margin-bottom:3px}.tp-card-desc,.tp-card-info h5{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tp-card-desc{color:var(--muted);font-size:11px;margin:0 0 8px}.tp-card-weight{color:#9c5a48;font-size:11px;font-weight:600;margin-bottom:8px}.tp-card-price{display:flex;align-items:baseline;gap:7px}.tp-card-price .now{font-size:15.5px;font-weight:700;color:var(--ink)}.tp-card-price .was{font-size:11.5px;color:var(--muted);text-decoration:line-through}.tp-card-add{position:absolute;right:12px;bottom:12px;width:38px;height:38px;border-radius:50%;border:none;background:var(--brand);color:#fff;box-shadow:0 6px 14px rgba(108,174,47,.4);display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.tp-card-add:hover{background:var(--brand-600);transform:scale(1.08)}@media (max-width:980px){.tp-grid{grid-template-columns:1fr}.tp-promo{order:-1}.tp-timer{position:static;margin:0 auto 20px;width:-moz-fit-content;width:fit-content}}.brands{background:#fff;overflow:hidden}.brand-fan,.brand-stage{position:relative}.brand-stage{height:410px}.brand-card{position:absolute;top:50%;left:50%;width:204px;height:312px;background:#fbfbf9;border:none;border-radius:24px;box-shadow:0 22px 50px rgba(35,30,15,.1);cursor:pointer;padding:18px;display:flex;flex-direction:column;text-align:left;transform-origin:center center;transition:transform .5s cubic-bezier(.22,.61,.36,1),opacity .5s ease,box-shadow .3s ease}.brand-card.active{background:#f7f6f2;box-shadow:0 40px 74px rgba(35,30,15,.18)}.brand-logo{text-align:center;font-weight:800;font-size:22px;letter-spacing:-.5px;color:var(--ink);margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-media{flex:1 1;display:flex;align-items:center;justify-content:center;overflow:hidden}.brand-media img{max-width:100%;max-height:100%;object-fit:contain}.brand-media .media-emoji{font-size:4.2rem}.brand-foot{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:14px}.brand-arrow{flex:none;width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--ink)}.brand-card.active .brand-foot{background:#fff;border-radius:var(--radius-pill);box-shadow:0 10px 24px rgba(35,30,15,.12);padding:8px;width:-moz-fit-content;width:fit-content;margin-left:auto}.brand-card.active .brand-arrow{width:40px;height:40px;background:var(--yellow);color:#4a3a06}.brand-nav{display:flex;justify-content:center;gap:16px;margin-top:30px}.brand-nav-btn{width:54px;height:54px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.brand-nav-btn.prev{background:#fff;border:1.5px solid var(--line);color:var(--ink)}.brand-nav-btn.prev:hover{border-color:var(--brand);color:var(--brand)}.brand-nav-btn.next{background:var(--brand);border:none;color:#fff;box-shadow:0 10px 22px rgba(108,174,47,.38)}.brand-nav-btn.next:hover{background:var(--brand-600)}@media (max-width:620px){.brand-stage{height:420px}.brand-card{width:210px;height:330px}}.works{background:linear-gradient(180deg,#fdfcf6,#fff 55%)}.works-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.work-card{background:#fdf8ec;border:1px solid #f4e9d4;border-radius:20px;padding:26px 22px 30px;text-align:center}.work-img{width:150px;height:auto;margin:0 auto 14px;display:block}.work-card h4{font-size:18px;margin-bottom:0}.work-divider{display:flex;align-items:center;justify-content:center;gap:7px;margin:9px 0 14px;color:var(--brand)}.work-divider:after,.work-divider:before{content:"";width:26px;height:1.5px;background:#e3d8bf;border-radius:2px}.work-card p{color:var(--muted);font-size:13.5px;line-height:1.65;margin:0}.appcta{background:#4b551f;color:#fff;overflow:hidden}.appcta-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:end}.appcta-visual{align-self:end;padding-top:46px}.appcta-visual img{display:block;width:100%;max-width:520px;height:auto;margin-left:auto;margin-bottom:-33px}.appcta-copy{padding:60px 0 70px}.appcta-copy h2{color:#fff;font-size:42px;line-height:1.15;letter-spacing:-.5px}.appcta-copy p{color:hsla(0,0%,100%,.72);margin:16px 0 26px;font-size:15px}.store-badge{display:inline-block;transition:transform .15s ease}.store-badge:hover{transform:translateY(-2px)}.store-badge img{display:block;height:46px;width:auto}@media (max-width:860px){.appcta-inner{grid-template-columns:1fr;gap:0}.appcta-copy{padding:40px 0 50px;text-align:center}.appcta-copy h2{font-size:32px}.appcta-visual img{margin:0 auto -33px}}.feature-bar{background:#f7f8fa}.feature-bar-inner{display:grid;grid-template-columns:repeat(4,1fr)}.feature{display:flex;align-items:center;justify-content:center;gap:11px;padding:24px 12px;border-right:1px solid #e4e7ec;font-size:14px;font-weight:500;color:var(--ink);text-align:center}.feature:last-child{border-right:none}.feature svg{color:var(--ink);flex:none}.site-footer{background:var(--navy-footer);color:#cbd5e1}.footer-cols{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:24px;gap:24px;padding:64px 0 72px;border-top:1px solid hsla(0,0%,100%,.08)}.footer-col h5{font-size:13.5px;font-weight:700;text-transform:uppercase;letter-spacing:.01em;color:#fff;margin-bottom:18px}.footer-col li{margin-bottom:11px}.footer-col a{color:#94a3b8;font-size:13.5px}.footer-col a:hover{color:#38bdf8}.footer-bottom-bar{background:#050e1f;border-top:1px solid hsla(0,0%,100%,.08)}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:26px;padding:26px 0;flex-wrap:wrap}.footer-phone{display:flex;align-items:center;gap:13px}.footer-phone .ic{width:44px;height:44px;border-radius:50%;border:1px solid hsla(0,0%,100%,.15);display:inline-flex;align-items:center;justify-content:center;color:#38bdf8;flex:none;background:hsla(0,0%,100%,.04)}.footer-phone b{display:block;font-size:20px;color:#fff;line-height:1.2}.footer-phone small{color:#94a3b8;font-size:12px}.footer-app{display:flex;align-items:center;gap:13px}.footer-app-text{text-align:right}.footer-app-text b{display:block;font-size:13.5px;color:#fff}.footer-app-text small{color:#94a3b8;font-size:12px}.store-btn{display:inline-flex;align-items:center;gap:9px;height:46px;border-radius:8px;transition:transform .15s ease}.store-btn:hover{transform:translateY(-2px)}.store-btn.play img{height:46px;width:auto;display:block;border-radius:8px}.store-btn.appstore{background:#000;color:#fff;padding:0 15px}.store-btn.appstore small{display:block;font-size:9.5px;opacity:.8;line-height:1.2}.store-btn.appstore b{display:block;font-size:15px;line-height:1.2}.footer-social{display:flex;gap:10px}.soc{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.08);display:inline-flex;align-items:center;justify-content:center;color:#e2e8f0;transition:all .15s ease}.soc:hover{background:var(--brand);color:#fff}.footer-legal{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0 26px;border-top:1px solid hsla(0,0%,100%,.08);flex-wrap:wrap}.footer-legal p{margin:0;color:#94a3b8;font-size:13px}.legal-links{display:flex;gap:18px}.legal-links a{color:#94a3b8;font-size:13px}.legal-links a:hover{color:#38bdf8}.pay-icons{display:flex;gap:7px;align-items:center}.pay-icons span{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:5px;padding:5px 8px;font-size:10px;font-weight:700;color:#94a3b8;letter-spacing:.02em}@media (max-width:980px){.footer-cols{gap:30px;padding:44px 0}.feature-bar-inner,.footer-cols{grid-template-columns:repeat(2,1fr)}.feature:nth-child(2){border-right:none}.footer-bottom-inner,.footer-legal{justify-content:center;text-align:center}.footer-app-text{text-align:center}}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.hero h1{font-size:46px}.toppicks-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}.stats-inner{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.search{display:none}.hero-inner{grid-template-columns:1fr}.hero-visual{order:-1}.works-grid{grid-template-columns:1fr 1fr}.appcta-inner{grid-template-columns:1fr}.feature-bar-inner{grid-template-columns:1fr 1fr}}@media (max-width:620px){.product-grid{grid-template-columns:1fr 1fr}.section-head h2{font-size:26px}.hero h1{font-size:36px}.feature-bar-inner,.footer-top,.works-grid{grid-template-columns:1fr}.deliver-to,.link-login span{display:none}}.auth-overlay{position:fixed;inset:0;z-index:999999;background:rgba(15,23,42,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:flex-end;align-items:stretch;animation:authFadeIn .2s ease-out}@keyframes authFadeIn{0%{opacity:0}to{opacity:1}}.auth-modal{width:100%;max-width:560px;height:100vh;background:#fff;box-shadow:-12px 0 36px rgba(10,25,60,.18);animation:authDrawerSlide .25s cubic-bezier(.16,1,.3,1);overflow-y:auto;position:relative;display:flex;flex-direction:column}@keyframes authDrawerSlide{0%{transform:translateX(100%)}to{transform:translateX(0)}}.auth-panel{display:flex;flex-direction:column;background:#fff;padding:24px;position:relative;min-height:100%}.auth-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;border:1px solid hsla(0,0%,100%,.25);background:rgba(0,0,0,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:25;transition:all .15s ease}.auth-close:hover{background:rgba(0,0,0,.45);transform:scale(1.05)}.auth-drawer-banner{width:100%;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#071746,#102a76);position:relative;margin-bottom:26px;box-shadow:0 10px 25px rgba(7,23,70,.18)}.auth-banner-img{width:100%;height:auto;display:block;border-radius:20px;object-fit:cover}.auth-banner-fallback{width:100%;min-height:240px;padding:26px 22px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#071746,#102a76);color:#fff;border-radius:20px;position:relative;overflow:hidden}.fallback-left{display:flex;flex-direction:column;gap:12px;z-index:2;position:relative;max-width:62%}.fallback-offer{display:flex;align-items:center;gap:10px;margin-top:4px}.fallback-save{font-size:18px;font-weight:700;color:#fff;line-height:1.15}.fallback-pct{font-size:40px;font-weight:800;color:#fff;line-height:1}.fallback-divider{display:flex;align-items:center;gap:8px;margin:2px 0;font-size:10.5px;font-weight:600;letter-spacing:.1em;color:hsla(0,0%,100%,.7)}.fallback-divider:after,.fallback-divider:before{content:"";height:1px;width:22px;background:hsla(0,0%,100%,.25)}.fallback-pill{gap:8px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.16);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:6px 12px;border-radius:999px;font-size:11.5px;width:-moz-fit-content;width:fit-content;white-space:nowrap}.fallback-pill,.pill-check{display:inline-flex;align-items:center;color:#fff}.pill-check{justify-content:center;width:17px;height:17px;border-radius:50%;background:#10b981;font-size:11px;font-weight:700}.fallback-right{position:absolute;right:-20px;bottom:-20px;width:230px;height:220px;pointer-events:none;z-index:1}.fallback-med-img{width:540px;max-width:none;height:auto;position:absolute;right:-75px;bottom:-25px;filter:drop-shadow(0 12px 24px rgba(0,0,0,.4))}.auth-form{display:flex;flex-direction:column;padding:0 4px}.auth-form h4{font-size:26px;font-weight:700;color:#101828;margin-bottom:8px;letter-spacing:-.5px}.auth-sub{color:#475467;font-size:14px;margin:0 0 22px;line-height:1.4}.auth-phone{display:flex;align-items:stretch;border:1.5px solid #d0d5dd;border-radius:12px;overflow:hidden;background:#fff;height:54px;transition:border-color .15s ease,box-shadow .15s ease}.auth-phone:focus-within{border-color:#1e295d;box-shadow:0 0 0 4px rgba(30,41,93,.08)}.auth-cc{position:relative;display:flex;align-items:center;gap:6px;padding:0 12px 0 16px;border-right:1.5px solid #e4e7ec;color:#101828;font-weight:600;font-size:15px}.auth-cc select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;font:inherit;font-size:15px;font-weight:600;padding-right:4px;outline:none;color:#101828;cursor:pointer}.auth-cc svg{pointer-events:none;color:#667085}.auth-phone input{flex:1 1;border:none;background:transparent;outline:none;padding:0 16px;font-size:15px;color:#101828}.auth-phone input::placeholder{color:#98a2b3}.auth-input{width:100%;border:1.5px solid #d0d5dd;border-radius:12px;background:#fff;padding:14px 16px;font-size:15px;outline:none;margin-bottom:14px;color:#101828;transition:border-color .15s ease}.auth-input:focus{border-color:#1e295d;box-shadow:0 0 0 4px rgba(30,41,93,.08)}.auth-submit{width:100%;margin-top:18px;border:none;border-radius:12px;background:#1e295d;color:#fff;font-weight:600;font-size:16px;padding:15px;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px rgba(16,24,40,.05)}.auth-submit:hover:not(:disabled){background:#141c42;transform:translateY(-1px)}.auth-submit:disabled{opacity:.65;cursor:not-allowed}.auth-terms{color:#475467;font-size:13px;text-align:center;margin:18px 0 0;line-height:1.4}.auth-terms a{color:#101828;font-weight:600;text-decoration:underline}.auth-error{color:#d92d20;font-size:13px;margin:8px 0 0;font-weight:500}.auth-phone-line{display:flex;align-items:center;gap:8px;color:#344054;font-size:14px;font-weight:500;margin:0 0 20px}.auth-edit{border:none;background:transparent;color:#1e295d;display:inline-flex;padding:4px;cursor:pointer}.auth-otp{display:flex;gap:10px;justify-content:space-between}.auth-otp input{flex:1 1;max-width:52px;height:52px;text-align:center;font-size:20px;font-weight:700;color:#101828;border:1.5px solid #d0d5dd;border-radius:10px;background:#fff;outline:none;transition:border-color .15s ease}.auth-otp input:focus{border-color:#1e295d;box-shadow:0 0 0 3px rgba(30,41,93,.1)}.auth-demo{margin:14px 0 0;font-size:12.5px;color:#1e295d;background:#f0f3ff;border:1px solid #d0dbff;border-radius:8px;padding:8px 12px}.auth-demo b{letter-spacing:.12em}.auth-resend{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px;font-size:13px;color:#667085}.auth-resend button{border:none;background:transparent;color:#1e295d;font-weight:600;cursor:pointer}.auth-resend button:disabled{color:#98a2b3;cursor:not-allowed}.link-login{border:none;background:transparent;cursor:pointer}.link-login.logged-in{display:inline-flex;align-items:center;gap:7px}.logout-btn{border:none;background:transparent;color:inherit;opacity:.7;display:inline-flex;padding:2px}.logout-btn:hover{opacity:1}.auth-page{background:#f8fafc;padding:48px 0 80px;min-height:80vh}.auth-page-card{max-width:540px;margin:0 auto;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 16px 40px rgba(10,25,60,.08);border:1px solid #eaecf0}.auth-page-card .auth-panel{padding:28px}@media (max-width:640px){.auth-modal{max-width:100%}.auth-panel{padding:18px}}.listing-head{background:linear-gradient(180deg,#0a1845,#0d2258 50%,#0b1c48);padding:56px 0 62px;text-align:center;position:relative}.listing-head .crumbs{font-size:13.5px;color:hsla(0,0%,100%,.72);margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:6px}.listing-head .crumbs a{color:hsla(0,0%,100%,.8);transition:color .15s ease}.listing-head .crumbs a:hover{color:#fff}.listing-head h1{font-size:38px;font-weight:700;color:#fff;margin:0;letter-spacing:-.5px}.listing-wrap{max-width:1416px;margin:0 auto;padding:36px 20px 80px;box-sizing:border-box}.listing-toolbar{justify-content:space-between;margin-bottom:24px}.listing-toolbar,.listing-toolbar-left{display:flex;align-items:center;gap:16px}.listing-toolbar-left{flex-wrap:wrap}.tool-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:10px 24px;font-size:14px;font-weight:600;color:#1e293b;box-shadow:0 2px 8px rgba(0,0,0,.03);transition:all .2s ease;cursor:pointer}.tool-btn:hover{background:#f8fafc;border-color:#cbd5e1}.listing-count{font-size:14px;color:#64748b}.listing-count b{color:#0f172a;font-weight:700}.sort-wrap{position:relative}.sort-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:30;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:8px;min-width:200px}.sort-menu button{display:block;width:100%;text-align:left;border:none;background:transparent;padding:10px 14px;border-radius:8px;font-size:13.5px;color:#334155;cursor:pointer;transition:all .15s ease}.sort-menu button:hover{background:#f0f9ff;color:#08d}.sort-menu button.active{color:#08d;font-weight:600;background:#e0f2fe}.active-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;max-height:0;opacity:0;margin:0;overflow:hidden;transition:max-height .3s ease,opacity .25s ease,margin .3s ease}.active-filters.show{max-height:120px;opacity:1;margin:-6px 0 22px}.active-filters-label{font-size:13px;color:#64748b;font-weight:600}.filter-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #bae6fd;background:#f0f9ff;color:#0369a1;border-radius:999px;padding:5px 12px;font-size:12.5px;font-weight:600;cursor:pointer}.filter-chip:hover{background:#e0f2fe}.filter-clear{border:none;background:none;color:#ef4444;font-size:12.5px;font-weight:700;cursor:pointer;margin-left:4px}.filter-clear:hover{text-decoration:underline}.listing-grid{display:grid;grid-template-columns:268px 1fr;grid-gap:24px;gap:24px;align-items:start}.listing-grid.no-filter{grid-template-columns:1fr}.listing-side{display:flex;flex-direction:column;gap:16px;position:-webkit-sticky;position:sticky;top:90px}.listing-side-head{display:flex;align-items:center;justify-content:space-between;padding:0 4px 4px}.listing-side-head span{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:#0f172a}.filter-reset{border:none;background:none;color:#08d;font-size:13px;font-weight:700;cursor:pointer}.filter-reset:hover{text-decoration:underline}.filter-group{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.02)}.filter-head{display:flex;align-items:center;justify-content:space-between;width:100%;border:none;background:transparent;padding:16px 20px;font-size:15px;font-weight:700;color:#0f172a;text-align:left;cursor:pointer;transition:background .15s ease}.filter-head:hover{background:#fafafa}.filter-body{padding:4px 16px 18px}.filter-scroll{max-height:220px;overflow-y:auto}.filter-scroll::-webkit-scrollbar{width:4px}.filter-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.filter-opt{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;background:transparent;border:none;border-left:3px solid transparent;padding:8px 12px;font-size:13.5px;color:#475569;border-radius:0 8px 8px 0;transition:all .15s ease;cursor:pointer;margin-bottom:2px}.filter-opt:hover{color:#08d;background:#f0f9ff}.filter-opt.active{border-left-color:#16a34a;color:#0f172a;font-weight:600;background:#f0fdf4}.filter-opt .cnt{color:#94a3b8;font-size:12.5px}.budget{padding:34px 10px 8px}.budget-slider{position:relative;height:22px}.budget-rail{left:0;right:0;background:#e2e8f0}.budget-fill,.budget-rail{position:absolute;top:9px;height:4px;border-radius:4px}.budget-fill{background:#08d}.budget-tip{bottom:100%;margin-bottom:10px;background:#0f172a;color:#fff;font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:6px;white-space:nowrap;z-index:2}.budget-tip,.budget-tip:after{position:absolute;transform:translateX(-50%)}.budget-tip:after{content:"";top:100%;left:50%;border:5px solid transparent;border-top-color:#0f172a}.budget-slider input[type=range]{position:absolute;top:0;left:0;width:100%;height:22px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;pointer-events:none}.budget-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid #08d;box-shadow:0 1px 4px rgba(0,0,0,.2);cursor:pointer;pointer-events:auto}.budget-slider input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid #08d;box-shadow:0 1px 4px rgba(0,0,0,.2);cursor:pointer;pointer-events:auto}.budget-slider input[type=range]::-webkit-slider-runnable-track{background:transparent}.listing-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.listing-products .pcard{width:100%;min-width:0;max-width:100%;height:auto;min-height:unset;box-sizing:border-box}.listing-products .pcard-media{width:100%;max-width:100%;height:230px;margin:0 auto}.listing-products.is-loading{opacity:.45;pointer-events:none;transition:opacity .2s ease}.listing-section{scroll-margin-top:92px;min-height:40vh}.listing-empty{color:#64748b;padding:60px 0;text-align:center}.listing-pager{display:flex;gap:16px;margin-top:40px;color:#64748b;font-size:14px;font-weight:500}.listing-pager,.listing-pager .icon-btn{align-items:center;justify-content:center}.listing-pager .icon-btn{width:38px;height:38px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;display:inline-flex;color:#0f172a;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 6px rgba(0,0,0,.03)}.listing-pager .icon-btn:hover:not(:disabled){background:#08d;color:#fff;border-color:#08d}.listing-pager .icon-btn:disabled{opacity:.35;cursor:not-allowed}@media (max-width:860px){.listing-grid{grid-template-columns:1fr}}@media (max-width:580px){.listing-products{grid-template-columns:repeat(2,1fr);gap:12px}.listing-products .pcard{width:100%;min-width:0;max-width:100%;height:auto;min-height:unset}.listing-products .pcard-media{width:100%;height:160px}}.cat-shopall{display:flex;justify-content:flex-end;margin:-14px 0 14px}.cat-shopall .btn{padding:7px 14px;font-size:12.5px;gap:5px;border-width:1px}.pd-page{padding:0 0 70px;background:#f6f8fa;min-height:100vh}.pd-figma-page{width:100%;background:#f6f8fa}.pd-container{max-width:1600px;margin:0 auto;padding:0 24px;box-sizing:border-box}.pd-crumbs-row{display:flex;align-items:center;gap:8px;padding:22px 0 24px;font-size:13.5px;color:#64748b;flex-wrap:wrap}.pd-crumbs-row a{color:#64748b;text-decoration:none;transition:color .15s ease}.pd-crumbs-row a:hover{color:#08d}.pd-crumb-sep{color:#cbd5e1;font-size:12px}.pd-crumb-active{color:#1e293b;font-weight:600}.pd-hero-layout{display:grid;grid-template-columns:320px minmax(0,1fr) 500px;grid-gap:28px;gap:28px;align-items:start}.pd-card-white{background:#fff;border-radius:20px;border:1px solid #f1f5f9;box-shadow:0 2px 14px rgba(0,0,0,.025);box-sizing:border-box}.pd-col-left{display:flex;flex-direction:column;gap:20px}.pd-quick-card{padding:24px}.pd-quick-card h3{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 16px}.pd-quick-menu{display:flex;flex-direction:column;gap:6px}.pd-quick-menu a{font-size:14px;color:#64748b;text-decoration:none;padding:10px 14px;border-radius:10px;transition:all .15s ease;display:block}.pd-quick-menu a:hover{color:#08d;background:#f8fafc}.pd-quick-menu a.active{background:#eef5fc;color:#08d;font-weight:600}.pd-offers-box{background:#f4f9ff;border:1.5px dashed #bae6fd;border-radius:20px;padding:24px 22px;display:flex;flex-direction:column;box-sizing:border-box}.pd-offers-tag{font-size:11.5px;font-weight:700;color:#0284c7;letter-spacing:.07em;margin-bottom:8px}.pd-offers-discount{font-size:30px;font-weight:800;color:#0f172a;line-height:1}.pd-offers-text{font-size:13.5px;color:#64748b;margin:6px 0 18px}.pd-offers-action{background:#08d;color:#fff;border-radius:999px;height:44px;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 14px rgba(0,136,221,.25);transition:background .15s ease,transform .15s ease}.pd-offers-action:hover{background:#0077c2;transform:translateY(-1px)}.pd-rec-card{padding:24px}.pd-rec-card h3{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 16px}.pd-rec-items{display:flex;flex-direction:column;gap:12px}.pd-rec-row{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #eef2f6;border-radius:14px;padding:12px 14px;box-shadow:0 1px 3px rgba(0,0,0,.02);transition:all .15s ease}.pd-rec-row:hover{border-color:#cbd5e1;box-shadow:0 2px 8px rgba(0,0,0,.04)}.pd-rec-pic{width:56px;height:56px;border-radius:12px;background:#fff;padding:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.pd-rec-pic img{width:100%;height:100%;object-fit:contain}.pd-rec-details{display:flex;flex-direction:column}.pd-rec-title{font-size:13.5px;font-weight:600;color:#0f172a;line-height:1.25}.pd-rec-cost{font-size:12px;color:#94a3b8;margin-top:3px}.pd-col-center{display:flex;flex-direction:column;gap:20px}.pd-gallery-split{display:grid;grid-template-columns:1fr 180px;grid-gap:16px;gap:16px}.pd-gallery-hero{background:#fff;border-radius:20px;height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:zoom-in;box-shadow:0 2px 10px rgba(0,0,0,.02);border:1px solid #f1f5f9;padding:28px;box-sizing:border-box}.pd-gallery-hero img{width:100%;height:100%;max-width:380px;max-height:420px;object-fit:contain;transition:transform .3s ease}.pd-gallery-hero:hover img{transform:scale(1.04)}.pd-gallery-split.single-image{grid-template-columns:1fr}.pd-gallery-stack{display:flex;flex-direction:column;gap:16px;justify-content:flex-start}.pd-gallery-thumb-box{position:relative;height:232px;width:100%;background:#fff;border-radius:18px;border:1.5px solid #eef2f6;overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:12px;box-sizing:border-box;box-shadow:0 2px 8px rgba(0,0,0,.02);transition:all .2s ease}.pd-gallery-thumb-box:hover{border-color:#08d;box-shadow:0 4px 12px rgba(0,136,221,.15)}.pd-gallery-thumb-box img{width:100%;height:100%;object-fit:contain;transition:transform .2s ease}.pd-gallery-thumb-box:hover img{transform:scale(1.03)}.pd-gallery-badge-more{position:absolute;bottom:10px;right:10px;background:rgba(15,23,42,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:11px;font-weight:700;padding:4px 9px;border-radius:6px;z-index:2;letter-spacing:.03em}.pd-trust-box{background:#f0f7fd;border-radius:18px;padding:22px 24px;margin-top:20px}.pd-trust-row-top{display:flex;align-items:center;justify-content:space-between}.pd-trust-cell{flex:1 1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.pd-trust-sep{width:1px;height:48px;border-right:1.5px dashed #bfdbfe;flex-shrink:0}.pd-trust-bubble{width:56px;height:56px;border-radius:50%;box-shadow:0 4px 12px rgba(2,132,199,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pd-trust-bubble,.pd-trust-bubble.assurance,.pd-trust-bubble.calendar,.pd-trust-bubble.orange,.pd-trust-bubble.van{background:#fff!important}.pd-trust-text{font-size:13px;font-weight:600;color:#1e293b;line-height:1.3;text-align:center}.pd-trust-row-bottom{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:18px;padding-top:0;border-top:none}.pd-trust-pill{background:#fff;border:none;border-radius:12px;padding:12px 14px;gap:10px;font-size:12.5px;font-weight:600;color:#0f172a;box-shadow:0 2px 6px rgba(0,0,0,.03)}.pd-pill-dot,.pd-trust-pill{display:flex;align-items:center}.pd-pill-dot{width:30px;height:30px;border-radius:50%;justify-content:center;flex-shrink:0}.pd-pill-dot.orange{background:#fff1e6;color:#ea580c}.pd-pill-dot.teal{background:#e6f9f0;color:#059669}.pd-pill-dot.blue{background:#e0f2fe;color:#0284c7}.pd-col-right{display:flex;flex-direction:column;gap:18px}.pd-buy-card{padding:28px 30px}.pd-buy-header{display:flex;align-items:center;justify-content:space-between}.pd-badge-tag{font-size:11px;font-weight:700;padding:5px 12px;border-radius:6px;text-transform:uppercase;letter-spacing:.04em}.pd-badge-tag.best{background:#e65100;color:#fff}.pd-badge-tag.oos{background:#fee2e2;color:#dc2626}.pd-action-icons{display:flex;align-items:center;gap:8px}.pd-icon-btn{width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.pd-icon-btn.active,.pd-icon-btn:hover{color:#ef4444;border-color:#fca5a5;background:#fef2f2}.pd-product-name{font-size:23px;font-weight:700;color:#0f172a;line-height:1.35;margin:12px 0 6px}.pd-store-brand a{font-size:13.5px;color:#475569;font-weight:500;text-decoration:underline}.pd-price-row-figma{display:flex;align-items:baseline;gap:10px;margin-top:16px}.pd-price-was{font-size:15px;color:#94a3b8;text-decoration:line-through;font-weight:500}.pd-price-current{font-size:28px;font-weight:800;color:#0f172a}.pd-price-discount{font-size:15px;font-weight:700;color:#ea580c}.pd-price-unit-tax{font-size:12px;color:#94a3b8;margin-top:4px}.pd-actions-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:22px}.pd-btn-pill-cart{height:48px;border-radius:999px;border:1.5px solid #232e73;background:#fff;color:#232e73;font-size:14.5px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .15s ease}.pd-btn-pill-cart:hover:not(:disabled){background:#f0f4ff}.pd-btn-pill-cart.disabled{opacity:.5;cursor:not-allowed;border-color:#cbd5e1;color:#94a3b8}.pd-pill-stepper{height:48px;border-radius:999px;border:1.5px solid #08d;background:#fff;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;overflow:hidden}.pd-pill-stepper button{height:100%;border:none;background:#f0f9ff;color:#08d;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.pd-pill-stepper button:hover:not(:disabled){background:#08d;color:#fff}.pd-pill-stepper span{text-align:center;font-size:13px;font-weight:700;color:#0f172a}.pd-btn-pill-buy{height:48px;border-radius:999px;border:none;background:#232e73;color:#fff;font-size:14.5px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 4px 14px rgba(35,46,115,.25);transition:all .15s ease}.pd-btn-pill-buy:hover:not(:disabled){background:#192257;transform:translateY(-1px)}.pd-btn-pill-buy:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.pd-spec-group{margin-top:20px}.pd-spec-title{font-size:13.5px;font-weight:700;color:#0f172a;margin-bottom:10px}.pd-spec-title b{color:#0f172a}.pd-age-pills{display:flex;gap:10px}.pd-age-btn{padding:8px 20px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.pd-age-btn.active{border:1.5px solid #08d;background:#f0f7ff;color:#08d;font-weight:600}.pd-pack-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.pd-pack-pill-card{display:flex;flex-direction:column;align-items:center;border:1px solid #e2e8f0;border-radius:12px;padding:12px 8px;background:#f8fafc;text-decoration:none;cursor:pointer;transition:all .15s ease}.pd-pack-pill-card.active{border:1.5px solid #08d;background:#f0f7ff}.pd-pack-u{font-size:12px;color:#64748b;font-weight:500}.pd-pack-p{font-size:16px;font-weight:800;color:#0f172a;margin:3px 0}.pd-pack-sub{font-size:11px;color:#94a3b8}.pd-delivery-box{padding:22px 26px}.pd-delivery-box h3{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 14px}.pd-delivery-loc-chip{background:#edf5fd;border-radius:10px;padding:12px 14px;display:flex;align-items:center;gap:10px;margin-bottom:12px}.pd-loc-pin-icon{color:#0284c7;display:inline-flex}.pd-loc-content{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pd-loc-label{font-size:13px;color:#334155}.pd-loc-link{border:none;background:none;color:#08d;font-weight:600;font-size:13px;cursor:pointer;padding:0}.pd-loc-link:hover{text-decoration:underline}.pd-delivery-eta-row{display:flex;align-items:center;gap:10px;font-size:13px;color:#334155;padding:4px 0}.pd-delivery-eta-row b{color:#0f172a;font-weight:700}.pd-details-tab-card{padding:36px 40px;margin-top:32px;background:#fff;border-radius:20px;border:1px solid #f1f5f9}.pd-tab-card-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 22px}.pd-pill-tabs{display:inline-flex;gap:6px;flex-wrap:wrap;padding:6px;background:#f1f5f9;border-radius:999px;border:1px solid #e2e8f0;margin-bottom:28px}.pd-pill-tab-item{border:none;background:transparent;color:#475569;font-size:14px;font-weight:600;padding:9px 22px;border-radius:999px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.pd-pill-tab-item:hover{background:hsla(0,0%,100%,.8);color:#0f172a}.pd-pill-tab-item.active{background:#08d;color:#fff;box-shadow:0 3px 10px rgba(0,136,221,.32)}.pd-tab-body{padding-top:4px}.pd-tab-hero-heading{display:flex;align-items:center;gap:16px;padding:16px 22px;background:linear-gradient(135deg,#f0f9ff,#f8fafc);border:1px solid #e0f2fe;border-left:5px solid #08d;border-radius:14px;margin-bottom:28px}.pd-tab-icon-badge{width:42px;height:42px;border-radius:12px;background:#08d;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 3px 8px rgba(0,136,221,.25)}.pd-tab-heading-texts{display:flex;flex-direction:column;gap:3px}.pd-tab-main-title{font-size:20px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.pd-tab-main-sub{font-size:13.5px;color:#64748b;font-weight:500}.pd-rich-html{font-size:14.5px;line-height:1.75;color:#4b5563}.pd-rich-html p{margin:0 0 16px}.pd-rich-html b,.pd-rich-html strong{color:#111827;font-weight:700}.pd-rich-html h2,.pd-rich-html h3,.pd-rich-html h4{font-size:17.5px;font-weight:700;color:#0f172a;margin:28px 0 14px;display:flex;align-items:center;gap:10px}.pd-rich-html h2:before,.pd-rich-html h3:before,.pd-rich-html h4:before{content:"";display:inline-block;width:4px;height:18px;background:linear-gradient(180deg,#08d,#38bdf8);border-radius:2px;flex-shrink:0}.pd-rich-html ol,.pd-rich-html ul{padding-left:20px;margin:10px 0 18px}.pd-rich-html li{margin-bottom:7px}.pd-details-benefits-block{margin-top:32px;padding:24px 28px;background:linear-gradient(135deg,#f8fafc,#f0f9ff);border:1px solid #e2e8f0;border-radius:16px}.pd-block-heading{display:flex;align-items:center;gap:10px;margin:0 0 18px}.pd-block-heading-icon{width:28px;height:28px;border-radius:8px;background:#e0f2fe;color:#0284c7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pd-block-heading h4{font-size:17px;font-weight:700;color:#0f172a;margin:0}.pd-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px 36px;gap:12px 36px}.pd-benefits-col{display:flex;flex-direction:column;gap:10px}.pd-benefit-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#334155;padding:9px 14px;background:#fff;border-radius:8px;border:1px solid #f1f5f9;box-shadow:0 1px 2px rgba(0,0,0,.02)}.pd-bullet-dot{color:#08d;font-size:18px;font-weight:700}.pd-brand-details-section{margin-top:32px;padding:24px 28px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.02)}.pd-brand-details-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px 40px;gap:14px 40px}.pd-brand-col{display:flex;flex-direction:column;gap:10px}.pd-brand-row{display:flex;align-items:flex-start;gap:12px;font-size:13.5px;line-height:1.5;padding:9px 14px;border-radius:8px;background:#f8fafc;border:1px solid #f1f5f9}.pd-brand-label{color:#6b7280;min-width:145px;flex-shrink:0;font-weight:500}.pd-brand-val{color:#0f172a;font-weight:500}.pd-brand-val.bold{font-weight:700}.pd-similar-wrap{margin-top:54px;margin-bottom:24px}.pd-similar-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.pd-similar-top h2{font-size:26px;font-weight:700;color:#111827;margin:0}.pd-similar-all{font-size:15px;font-weight:600;color:#08d;text-decoration:none}.pd-similar-all:hover{text-decoration:underline}.pd-similar-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:20px;gap:20px}@media (max-width:1300px){.pd-similar-list{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1024px){.pd-similar-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.pd-similar-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1200px){.pd-hero-layout{grid-template-columns:1fr 380px}.pd-col-left{display:none}}@media (max-width:860px){.pd-gallery-split,.pd-hero-layout{grid-template-columns:1fr}.pd-gallery-stack{flex-direction:row}.pd-gallery-thumb-box{height:110px;flex:1 1}.pd-trust-row-top{flex-wrap:wrap;gap:16px}.pd-trust-sep{display:none}.pd-trust-row-bottom{grid-template-columns:1fr}}.pkg-gallery{gap:16px}.pkg-gallery,.pkg-shot{display:flex;flex-direction:column}.pkg-shot{gap:12px}.pkg-shot-main{position:relative;border:1px solid var(--line);border-radius:18px;background:#fff;height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden}.pkg-shot-main img{width:100%;height:100%;object-fit:contain;padding:26px}.pkg-shot-main .media-emoji{font-size:6rem}.pkg-shot-badge{position:absolute;top:14px;left:14px;background:var(--brand);color:#fff;font-size:12px;font-weight:700;letter-spacing:.02em;padding:5px 12px;border-radius:999px}.pkg-thumbs{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}.pkg-thumbs::-webkit-scrollbar{height:4px}.pkg-thumbs::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}.pkg-thumb{flex:none;width:68px;height:68px;border-radius:12px;border:1px solid var(--line);background:#fafaf7;overflow:hidden;padding:5px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.pkg-thumb img{width:100%;height:100%;object-fit:contain}.pkg-thumb .media-emoji{font-size:1.6rem}.pkg-thumb.active{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-soft)}.pkg-cta{display:grid;grid-gap:10px;gap:10px}@media (max-width:900px){.pkg-shot-main{height:320px}}.pd-round{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--ink);display:inline-flex;align-items:center;justify-content:center}.pd-round:hover{color:var(--brand-700);border-color:var(--brand)}.pd-cart-btn{grid-column:1/-1;border:none;border-radius:10px;background:var(--brand);color:#fff;font-weight:700;letter-spacing:.04em;padding:15px;font-size:15px}.pd-cart-btn:hover{background:var(--brand-600)}.pd-cart-qty{grid-column:1/-1;display:grid;grid-template-columns:56px 1fr 56px;align-items:center;border:1.5px solid var(--brand);border-radius:10px;overflow:hidden;height:52px}.pd-cart-qty button{border:none;height:100%;background:var(--brand-soft);color:var(--brand-700);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pd-cart-qty button:hover:not(:disabled){background:var(--brand);color:#fff}.pd-cart-qty button:disabled{color:#b7c0ad;cursor:not-allowed}.pd-cart-qty span{text-align:center;font-weight:700;font-size:15px;color:var(--brand-700)}.pd-order-pkg{display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.pd-cart-secondary{background:#fff;color:var(--brand-700);border:1.5px solid var(--brand);letter-spacing:normal}.cart-head .co-pkg-tag,.pd-cart-secondary:hover{background:var(--brand-soft)}.cart-head .co-pkg-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;color:var(--brand-700);font-size:12.5px;font-weight:600}.pd-info{display:flex;flex-direction:column;gap:16px}.pd-card{border:1px solid var(--line);border-radius:12px;padding:18px 20px;background:#fff}.pd-brand{font-size:12px;color:var(--muted);margin-bottom:4px}.pd-info h1{font-size:19px;line-height:1.35}.pd-netqty{color:var(--muted);font-size:13px;margin:6px 0 8px}.pd-rating{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:var(--ink)}.pd-rating svg{color:#f6a821}.pd-rating em{font-style:normal;color:var(--muted);font-weight:400}.pd-price{display:flex;align-items:baseline;gap:10px;margin-top:10px}.pd-price .now{font-size:26px;font-weight:700;color:var(--brand-700)}.pd-price .was{font-size:15px;color:var(--muted);text-decoration:line-through}.pd-off{background:var(--yellow);color:#4a3a06;font-size:11px;font-weight:700;padding:3px 8px;border-radius:5px}.pd-tax{color:var(--muted);font-size:11.5px;margin:3px 0 0}.pd-packs{margin-top:18px}.pd-packs h5,.pd-why h5{font-size:13.5px;margin-bottom:9px}.pd-pack-list{display:flex;gap:10px;flex-wrap:wrap}.pd-pack{border:1px solid var(--line);border-radius:8px;padding:9px 16px;min-width:92px}.pd-pack.active{border-color:var(--brand);background:var(--brand-tint)}.pd-pack .u{display:block;font-size:11.5px;color:var(--muted)}.pd-pack .p{display:block;font-size:16px;font-weight:700;color:var(--ink)}.pd-why{margin-top:18px}.pd-why-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.pd-why-card{border-radius:10px;padding:14px 10px;text-align:center;font-size:11.5px;font-weight:600;color:var(--ink);white-space:pre-line;display:flex;flex-direction:column;align-items:center;gap:7px}.pd-why-card.green{background:#eef7e6;color:var(--brand-700)}.pd-why-card.peach{background:#fdefe1;color:#a35b1c}.pd-why-card.sky{background:#fff6da;color:#8a6b12}.pd-sec{font-size:15px;margin-bottom:12px}.spec-row{display:grid;grid-template-columns:130px 1fr;grid-gap:12px;gap:12px;padding:9px 0;border-top:1px solid #f2f4ee;font-size:13px}.spec-row:first-of-type{border-top:none}.spec-k{color:var(--muted)}.spec-v{color:var(--text)}.pd-reviews{display:grid;grid-template-columns:300px 1fr;grid-gap:20px;gap:20px;margin-top:26px;align-items:start}.pd-big{display:flex;align-items:center;gap:8px;font-size:30px;font-weight:800;color:var(--accent)}.pd-based{font-size:12.5px;margin:2px 0 14px}.pd-bar,.pd-based{color:var(--muted)}.pd-bar{display:flex;align-items:center;gap:9px;margin-bottom:7px;font-size:12px}.pd-track{flex:1 1;height:7px;background:#eef0ea;border-radius:5px;overflow:hidden}.pd-track i{display:block;height:100%;background:var(--brand);border-radius:5px}.pd-rev{padding:14px 0;border-top:1px solid #f2f4ee}.pd-rev:first-of-type{border-top:none}.pd-rev-stars{color:var(--accent);display:flex;gap:2px;margin-bottom:6px}.pd-rev p{margin:0 0 6px;font-size:13.5px;color:var(--text)}.pd-rev-by{font-size:12px;color:var(--muted)}.pd-empty{color:var(--muted);font-size:13.5px;margin:0}.rev-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:4px}.rev-tab{border:1px solid var(--line);background:#fff;color:var(--text);border-radius:999px;padding:7px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.rev-tab.active,.rev-tab:hover{border-color:var(--brand);color:var(--brand-700)}.rev-tab.active{background:var(--brand-soft)}.rev-list{display:flex;flex-direction:column}.rev-card{padding:18px 0;border-top:1px solid #eef1ea}.rev-card:first-child{border-top:none}.rev-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.rev-badge{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:700;color:#fff;border-radius:5px;padding:2px 8px}.rev-badge svg{color:#fff}.rev-badge.good{background:#1a8917}.rev-badge.ok{background:#b7791f}.rev-badge.bad{background:#c0392b}.rev-label{font-size:14px;font-weight:700;color:var(--text)}.rev-for{font-size:12.5px;color:var(--muted);margin:0 0 8px}.rev-text{font-size:14px;line-height:1.55;color:var(--text);margin:0 0 10px}.rev-more{border:none;background:none;color:var(--brand-700);font-weight:600;font-size:13.5px;cursor:pointer;padding:0}.rev-by{font-size:12.5px;color:var(--muted);margin:0 0 12px}.rev-actions{display:flex;gap:12px;margin-bottom:10px}.rev-vote{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);background:#fff;color:var(--text);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.rev-vote.on,.rev-vote:hover:not(:disabled){border-color:var(--brand);color:var(--brand-700)}.rev-vote.on{background:var(--brand-soft)}.rev-vote:disabled{cursor:default}.rev-verified{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:var(--muted);margin:0}.rev-verified svg{color:#1a8917}.rev-summary-avg{display:flex;align-items:baseline;gap:8px}.rev-summary-avg b{font-size:34px;font-weight:800;color:var(--text)}.rev-summary-avg svg{color:#f6a821}.rev-summary-sub{font-size:13px;color:var(--muted);margin:2px 0 14px}.rev-see-all{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-weight:700;color:var(--brand-700);font-size:14px}.rev-bar-row{display:grid;grid-template-columns:34px 1fr 26px;align-items:center;grid-gap:8px;gap:8px;margin:5px 0}.rev-bar-star{display:inline-flex;align-items:center;gap:2px;font-size:12px;color:var(--muted)}.rev-bar-star svg{color:#f6a821}.rev-bar{height:7px;background:#eef1ea;border-radius:4px;overflow:hidden}.rev-bar-fill{display:block;height:100%;background:#1a8917;border-radius:4px}.rev-bar-n{font-size:12px;color:var(--muted);text-align:right}.rev-listing-head{margin-bottom:12px}.rev-page-title{font-size:22px;margin-bottom:20px}.pd-similar{margin-top:40px}.pd-similar .head-row h2{font-size:24px}.view-all{color:var(--accent);font-weight:600;font-size:13.5px}@media (max-width:900px){.pd-reviews,.pd-top{grid-template-columns:1fr}.pd-gallery{position:static}.pd-main{height:320px}}.cart-page{background:#fff;padding:26px 0 70px}.cart-head{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.cart-head h1{font-size:26px}.cart-head span{color:var(--muted);font-size:13.5px}.cart-grid{display:grid;grid-template-columns:1fr 320px;grid-gap:22px;gap:22px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:12px}.cart-row{position:relative;display:grid;grid-template-columns:74px 1fr auto auto;grid-gap:14px;gap:14px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:12px 40px 12px 12px}.cart-media{width:74px;height:74px;border-radius:10px;overflow:hidden;background:#f5f6f0;display:flex;align-items:center;justify-content:center}.cart-media img{width:100%;height:100%;object-fit:cover}.cart-media .media-emoji{font-size:2rem}.cart-info h5{font-size:14.5px;margin-bottom:3px}.cart-info h5 a:hover{color:var(--brand-700)}.cart-unit{font-size:12px;color:var(--muted)}.cart-price{display:flex;align-items:baseline;gap:7px;margin-top:4px}.cart-price b{font-size:15px;color:var(--ink)}.cart-price s{font-size:12.5px;color:var(--muted)}.cart-qty{gap:4px;border:1px solid var(--line);border-radius:8px;padding:3px}.cart-qty,.cart-qty button{display:inline-flex;align-items:center}.cart-qty button{width:28px;height:28px;border:none;background:var(--brand-tint);color:var(--brand-700);border-radius:6px;justify-content:center}.cart-qty button:hover{background:var(--brand);color:#fff}.cart-qty span{min-width:26px;text-align:center;font-weight:600;font-size:14px}.cart-line{font-weight:700;font-size:15px;min-width:74px;text-align:right}.cart-remove{position:absolute;top:10px;right:10px;border:none;background:transparent;color:var(--muted);padding:3px}.cart-remove:hover{color:#c0392b}.cart-summary{border:1px solid var(--line);border-radius:12px;padding:18px;position:-webkit-sticky;position:sticky;top:92px}.cart-summary h4{font-size:16px;margin-bottom:14px}.cart-coupon{display:flex;gap:8px}.cart-coupon input{flex:1 1;min-width:0;border:1px solid var(--line);border-radius:8px;padding:10px 12px;font-size:13px;outline:none}.cart-coupon input:focus{border-color:var(--brand)}.cart-coupon button{border:none;background:var(--brand-soft);color:var(--brand-700);font-weight:600;border-radius:8px;padding:0 14px;font-size:13px}.cart-coupon button:hover{background:var(--brand);color:#fff}.cart-coupon-msg{font-size:12px;margin:8px 0 0}.cart-coupon-msg.ok{color:var(--brand-700)}.cart-coupon-msg.err{color:#c0392b}.cart-line-item{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid #f2f4ee;font-size:13.5px;color:var(--text)}.cart-line-item:first-of-type{margin-top:12px}.cart-line-item.disc b{color:var(--brand-700)}.cart-line-item.muted{color:var(--muted);font-size:12.5px}.cart-hint{font-size:12px;color:var(--accent);margin:6px 0 0}.cart-total{display:flex;justify-content:space-between;align-items:baseline;border-top:1.5px solid var(--line);margin-top:8px;padding-top:12px;font-size:15px}.cart-total b{font-size:21px;color:var(--ink)}.cart-checkout{width:100%;margin-top:14px;justify-content:center}.cart-continue{display:block;text-align:center;margin-top:10px;font-size:13px;color:var(--muted)}.cart-continue:hover{color:var(--brand-700)}.cart-empty{text-align:center;padding:70px 20px;color:var(--muted)}.cart-empty svg{color:var(--line)}.cart-empty h2{font-size:21px;margin:14px 0 6px}.cart-empty p{margin:0 0 18px}@media (max-width:900px){.cart-grid{grid-template-columns:1fr}.cart-summary{position:static}}.co-main{display:flex;flex-direction:column;gap:14px}.co-sec-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.co-sec-head h4{font-size:15px}.co-addr{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--line);border-radius:10px;padding:12px;margin-bottom:10px;cursor:pointer}.co-addr.active{border-color:var(--brand);background:var(--brand-tint)}.co-addr b{display:block;font-size:13.5px;color:var(--ink)}.co-addr small{color:var(--muted);font-size:12.5px}.co-form{display:grid;grid-gap:8px}.co-form,.co-slots{gap:8px;margin-top:10px}.co-slots{display:flex;flex-wrap:wrap}.co-slot{border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px 14px;font-size:13px;color:var(--text)}.co-slot.active{border-color:var(--brand);background:var(--brand-tint);color:var(--brand-700);font-weight:600}.ord-list{display:flex;flex-direction:column;gap:10px}.ord-row{display:grid;grid-template-columns:1fr auto auto auto;grid-gap:14px;gap:14px;align-items:center;border:1px solid var(--line);border-radius:10px;padding:14px 16px}.ord-row:hover{border-color:var(--brand);background:var(--brand-tint)}.ord-row b{display:block;font-size:14px;color:var(--ink)}.ord-row small{color:var(--muted);font-size:12.5px}.ord-total{font-weight:700}.ord-badge{font-size:11.5px;font-weight:600;padding:4px 10px;background:#eef2ea;color:var(--text)}.ord-badge.s1,.ord-badge.s2{background:#e7f2dc;color:var(--brand-700)}.ord-badge.s5,.ord-badge.s6{background:#ddeffd;color:#1a6ea8}.ord-badge.s7{background:#fde8e6}.ord-item{display:grid;grid-template-columns:74px 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:10px 0;border-top:1px solid #f2f4ee}.ord-item:first-of-type{border-top:none}.ord-pkg{border:1px solid var(--brand);border-radius:12px;overflow:hidden;margin:6px 0 12px}.ord-pkg-head{width:100%;text-align:left;background:none;border:none;cursor:pointer;display:grid;grid-template-columns:74px 1fr auto 18px;grid-gap:12px;gap:12px;align-items:center;padding:12px;border-bottom:1px dashed var(--line)}.ord-pkg.closed .ord-pkg-head{border-bottom:none}.ord-pkg-head:hover{background:var(--brand-tint)}.ord-pkg-head .cart-media{position:relative}.ord-pkg-head>b{font-weight:700;font-size:15px}.ord-pkg-caret{color:var(--muted);display:inline-flex;transition:transform .2s}.ord-pkg.closed .ord-pkg-caret{transform:rotate(-90deg)}.ord-pkg-children{background:var(--brand-tint);padding:2px 12px 6px}.ord-pkg-children .ord-item{grid-template-columns:46px 1fr auto;gap:10px;padding:8px 0;border-top-color:#e6ece0}.ord-pkg-children .cart-media{width:46px;height:46px;border-radius:8px}.ord-pkg-children .cart-info h5{font-size:13px}.ord-pkg-children .cart-unit{font-size:11.5px}.ord-child-qty{font-weight:700;font-size:12.5px;color:var(--brand-700)}.ord-timeline{display:flex;flex-direction:column;gap:12px}.ord-step{display:grid;grid-template-columns:12px 1fr;grid-gap:10px;gap:10px;align-items:baseline}.ord-step .dot{width:9px;height:9px;border-radius:50%;background:var(--brand)}.ord-step b{font-size:13.5px}.ord-step small{grid-column:2;color:var(--muted);font-size:12px}.ord-success{background:#e7f2dc;color:var(--brand-700);border-radius:10px;padding:14px 16px;gap:10px;font-size:14px;margin-bottom:16px}.acc-hero,.ord-success{display:flex;align-items:center}.acc-hero{gap:14px}.acc-avatar{width:52px;height:52px;border-radius:50%;background:var(--brand-soft);color:var(--brand-700);display:inline-flex;align-items:center;justify-content:center;flex:none}.acc-hero b{display:block;font-size:16px}.acc-hero small{color:var(--muted);font-size:12.5px}.acc-wallet{margin-left:auto;text-align:right}.acc-wallet small{display:block;color:var(--muted);font-size:11px}.acc-wallet b{font-size:18px;color:var(--brand-700)}.acc-nav{gap:4px;margin:6px 0 14px}.acc-nav a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:8px;font-size:14px;color:var(--text)}.acc-nav a:hover{background:var(--brand-tint);color:var(--brand-700)}.acc-link{display:inline-flex;align-items:center;gap:7px}.acc-link span{text-transform:capitalize}.pcard-fav{position:absolute;top:10px;left:10px;z-index:3;width:30px;height:30px;border-radius:50%;border:none;background:hsla(0,0%,100%,.9);color:var(--muted);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.08)}.pcard-fav.on,.pcard-fav:hover,.pd-round.on{color:#e5484d}.pd-round.on{border-color:#e5484d}.notif-list{display:flex;flex-direction:column;gap:8px}.notif-row{display:grid;grid-template-columns:14px 1fr;grid-gap:10px;border:1px solid var(--line);border-radius:10px;padding:14px 16px}.notif-row.unread{background:var(--brand-tint);border-color:var(--brand-soft)}.notif-dot{width:9px;height:9px;border-radius:50%;background:var(--line);margin-top:5px}.notif-row.unread .notif-dot{background:var(--brand)}.notif-row p{margin:0 0 4px;font-size:13.5px;color:var(--text)}.notif-row small{font-size:12px}.pkg-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.pkg-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;transition:all .2s ease}.pkg-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.pkg-media{height:160px;background:var(--brand-tint);display:flex;align-items:center;justify-content:center}.pkg-media img{width:100%;height:100%;object-fit:cover}.pkg-media .media-emoji{font-size:3.4rem}.pkg-body{padding:14px 16px}.pkg-body h5{font-size:14.5px;margin-bottom:4px}.pkg-body p{color:var(--muted);font-size:12.5px;margin:0 0 8px}.pkg-price{display:flex;align-items:center;justify-content:space-between}.pkg-price b{font-size:17px;color:var(--brand-700)}.rate-head{margin-bottom:4px}.rate-sub{font-size:13px;color:var(--muted);margin:2px 0 0}.rate-stars{display:inline-flex;gap:3px}.rate-star{border:none;background:transparent;color:#d9dfd2;padding:1px;cursor:pointer;line-height:0;transition:transform .1s}.rate-star:hover{transform:scale(1.15)}.rate-star.on{color:#f6a821}.rate-overall{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;background:var(--brand-soft);border-radius:12px;padding:14px 16px;margin:14px 0 18px}.rate-overall-label b{display:block;font-size:14.5px;color:var(--text)}.rate-overall-label small{font-size:12.5px;color:var(--muted)}.rate-items{display:flex;flex-direction:column;gap:12px}.rate-item{display:flex;gap:12px;border:1px solid var(--line);border-radius:12px;padding:12px;transition:border-color .15s,background .15s}.rate-item.rated{border-color:var(--brand);background:#fbfdf9}.rate-item-media{width:56px;height:56px;flex:none;border-radius:10px;overflow:hidden;background:#f5f6f0;display:flex;align-items:center;justify-content:center}.rate-item-media img{width:100%;height:100%;object-fit:cover}.rate-item-media .media-emoji{font-size:1.6rem}.rate-item-body{flex:1 1;min-width:0}.rate-item-body h5{font-size:14px;margin-bottom:2px}.rate-item-body .cart-unit{font-size:12px;color:var(--muted)}.rate-item-stars{display:flex;align-items:center;gap:10px;margin-top:8px}.rate-word{font-style:normal;font-size:12.5px;font-weight:700;color:var(--brand-700)}.rate-item-text{margin:10px 0 0;resize:vertical}.rate-note{margin:16px 0 0;resize:vertical}.rate-foot{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:16px}.rate-hint{font-size:12.5px;color:var(--muted)}.rate-msg{margin:0;font-size:13px;font-weight:600}.rate-msg.ok{color:#1a8917}.rate-msg.err{color:#c0392b}@media (max-width:1100px){.pkg-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.pkg-grid{grid-template-columns:repeat(2,1fr)}}.home-packages{background:var(--brand-tint)}.hpkg-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.hpkg-card{display:block;text-decoration:none;color:inherit}.hpkg-card .pkg-media{position:relative;height:190px;background:#fff}.hpkg-badge{position:absolute;top:10px;left:10px;background:var(--brand);color:#fff;font-size:11.5px;font-weight:700;letter-spacing:.02em;padding:4px 10px;border-radius:999px}.hpkg-card .pkg-body{padding:16px}.hpkg-card h5{font-size:15px;line-height:1.3}.hpkg-cta{display:inline-flex;align-items:center;gap:6px;margin-top:4px;color:var(--brand-700);font-weight:700;font-size:13px}.hpkg-card:hover .hpkg-cta{gap:9px}@media (max-width:900px){.hpkg-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.hpkg-grid{grid-template-columns:1fr}}.cms-page{background:#fff;padding:30px 0 70px}.cms-wrap{max-width:760px;margin:0 auto}.cms-wrap h1{font-size:28px;margin:8px 0 18px}.cms-wrap .crumbs{margin-bottom:8px}.cms-wrap p{color:var(--text);font-size:14.5px;line-height:1.75;margin:0 0 14px}.cms-lead{color:var(--muted)!important}.faq-list{gap:10px}.faq-item{border:1px solid var(--line);border-radius:10px;padding:4px 16px}.faq-item summary{cursor:pointer;font-weight:600;font-size:14.5px;padding:12px 0;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open] summary{color:var(--brand-700)}.faq-item p{padding-bottom:12px;margin:0;font-size:13.5px}.contact-form{max-width:520px;margin-top:10px}.contact-info{margin-top:26px;padding-top:20px;border-top:1px solid var(--line);color:var(--muted);font-size:13.5px}.contact-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:24px;gap:24px;align-items:start}.contact-form{gap:14px;max-width:none;margin:0}.co-field,.contact-form{display:flex;flex-direction:column}.co-field{gap:6px}.co-field>span{font-size:13px;font-weight:600;color:var(--text)}.co-field>span i{color:#c0392b;font-style:normal}.contact-side{display:flex;flex-direction:column;gap:16px}.contact-detail{display:flex;gap:12px}.contact-detail-ic{width:40px;height:40px;flex:none;border-radius:10px;background:var(--brand-soft);color:var(--brand-700);display:inline-flex;align-items:center;justify-content:center}.contact-detail b{display:block;font-size:14px;margin-bottom:3px}.contact-detail p{margin:0;font-size:13.5px;color:var(--muted);line-height:1.55}.contact-detail a:hover{color:var(--brand-700)}.contact-socials{display:flex;gap:8px;margin-top:6px}.contact-socials .soc{width:32px;height:32px;border-radius:8px;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;color:var(--text)}.contact-socials .soc:hover{border-color:var(--brand);color:var(--brand-700)}.co-upload{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.co-upload small{color:var(--muted);font-size:12.5px}@media (max-width:820px){.contact-grid{grid-template-columns:1fr}}.page-head{margin-bottom:22px}.page-head h1{font-size:26px;margin-bottom:6px}.page-head p{color:var(--muted);font-size:14px;margin:0}.brand-page-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.brand-chip{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:12px;padding:14px 16px;text-decoration:none;color:var(--text);transition:all .15s}.brand-chip:hover{border-color:var(--brand);box-shadow:var(--shadow);transform:translateY(-2px)}.brand-chip-ic{width:44px;height:44px;flex:none;border-radius:9px;background:#fff;border:1px solid var(--line);color:var(--brand-700);display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.brand-chip-ic img{width:100%;height:100%;object-fit:contain;padding:4px}.brand-chip-ic .media-fallback{border-radius:8px}.brand-chip-body{flex:1 1;min-width:0;display:flex;flex-direction:column}.brand-chip-body b{font-size:14px}.brand-chip-body small{color:var(--muted);font-size:12px}.brand-chip>svg{color:var(--muted)}@media (max-width:900px){.brand-page-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.brand-page-grid{grid-template-columns:1fr}}.store-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px}.store-card{display:flex;gap:14px;border:1px solid var(--line);border-radius:14px;padding:14px}.store-media{width:84px;height:84px;flex:none;border-radius:10px;overflow:hidden;background:var(--brand-tint);display:flex;align-items:center;justify-content:center}.store-media img{width:100%;height:100%;object-fit:cover}.store-media .media-emoji{font-size:2rem}.store-body{flex:1 1;min-width:0}.store-body h5{font-size:15.5px;margin-bottom:6px}.store-addr,.store-hours{display:flex;gap:6px;font-size:13px;color:var(--muted);margin:0 0 5px}.store-addr svg,.store-hours svg{flex:none;margin-top:2px;color:var(--brand-700)}.store-map{display:inline-flex;align-items:center;gap:5px;margin-top:4px;font-size:13px;font-weight:700;color:var(--brand-700)}@media (max-width:720px){.store-grid{grid-template-columns:1fr}}.ref-hero{text-align:center;background:var(--brand-soft);border-radius:18px;padding:34px 24px;margin-bottom:26px}.ref-hero h1{font-size:28px;margin-bottom:10px}.ref-hero>p{max-width:620px;margin:0 auto 20px;color:var(--text);font-size:14.5px;line-height:1.7}.ref-code-box{display:inline-block;background:#fff;border:1px dashed var(--brand);border-radius:12px;padding:14px 20px}.ref-code-label{display:block;font-size:12px;color:var(--muted);margin-bottom:6px}.ref-code-row{display:flex;align-items:center;gap:12px}.ref-code{font-size:24px;letter-spacing:2px;color:var(--brand-700);font-weight:800}.ref-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-bottom:30px}.ref-step{display:flex;gap:12px;align-items:flex-start;border:1px solid var(--line);border-radius:12px;padding:16px}.ref-step span{width:30px;height:30px;flex:none;border-radius:50%;background:var(--brand);color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.ref-step p{margin:4px 0 0;font-size:13.5px;color:var(--text)}.ref-sec-title{font-size:20px;margin-bottom:16px}.ref-perks{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-bottom:20px}.ref-perk{display:flex;gap:12px}.ref-perk-ic{width:40px;height:40px;flex:none;border-radius:10px;background:var(--brand-tint);color:var(--brand-700);display:inline-flex;align-items:center;justify-content:center}.ref-perk b{font-size:14px}.ref-perk p{margin:3px 0 0;font-size:13px;color:var(--muted);line-height:1.5}@media (max-width:800px){.ref-perks,.ref-steps{grid-template-columns:1fr}}.contact-info b{color:var(--ink)}.loc-picker{position:relative}.loc-btn{display:flex;align-items:center;gap:9px;background:#f8fafc;border:1px solid #e2e8f0;color:inherit;padding:5px 12px 5px 6px;border-radius:999px;cursor:pointer;max-width:220px;transition:all .15s}.loc-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.site-header.overlay .loc-btn:hover{background:hsla(0,0%,100%,.18)}.loc-btn-text{display:block;min-width:0;text-align:left}.loc-btn-text strong{font-size:13px;font-weight:700;display:flex;align-items:center;gap:5px;line-height:1.25}.loc-btn-place{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize}.loc-btn-pin{font-weight:500;color:var(--muted);font-size:11.5px}.site-header.overlay .loc-btn-pin{color:hsla(0,0%,100%,.65)}.loc-pop{position:absolute;top:calc(100% + 12px);left:0;z-index:70;width:320px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 44px rgba(20,40,15,.18);padding:16px;animation:locPop .16s ease}.loc-pop,.site-header.overlay .loc-pop{color:var(--text)}@keyframes locPop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.loc-pop-head{display:flex;align-items:center;gap:10px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid var(--line)}.loc-pop-head>svg{color:var(--brand-700);flex:none}.loc-pop-head b{display:block;font-size:14px}.loc-pop-head small{display:block;font-size:11.5px;color:var(--muted);margin-top:1px}.loc-label{margin:0 0 8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.loc-addr-list{max-height:250px;overflow-y:auto;display:flex;flex-direction:column;gap:7px;margin:-2px -2px 2px;padding:2px}.loc-addr{display:flex;gap:9px;align-items:flex-start;width:100%;text-align:left;background:#fafbf8;border:1px solid var(--line);border-radius:11px;padding:9px 11px;cursor:pointer;transition:border-color .15s,background .15s}.loc-addr:hover{border-color:var(--brand);background:#f4f9ee}.loc-addr.active{border-color:var(--brand);background:#eef6e6;box-shadow:inset 0 0 0 1px var(--brand)}.loc-addr-body{min-width:0;flex:1 1}.loc-addr-body b{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13.5px;color:var(--text)}.loc-addr-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize}.loc-addr-type{flex:none;font-style:normal;font-size:11px;font-weight:700;color:#fff;background:var(--brand);border-radius:6px;padding:2px 9px}.loc-addr-body small{display:flex;align-items:flex-start;gap:5px;font-size:12px;color:#5d6b5b;line-height:1.4;margin-top:4px}.loc-addr-body small svg{flex:none;margin-top:2px;color:var(--brand-700)}.loc-addr-body small span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.loc-divider{position:relative;text-align:center;margin:14px 0 12px}.loc-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--line)}.loc-divider span{position:relative;background:#fff;padding:0 10px;font-size:11px;color:var(--muted)}.loc-row{display:flex;gap:8px}.loc-row input{flex:1 1;min-width:0;border:1.5px solid var(--line);border-radius:10px;padding:11px 13px;font-size:14px;letter-spacing:.04em;outline:none;transition:border-color .15s}.loc-row input:focus{border-color:var(--brand)}.loc-check{border:none;background:var(--brand);color:#fff;border-radius:10px;padding:0 18px;font-weight:700;font-size:13px;cursor:pointer;transition:background .15s}.loc-check:hover{background:var(--brand-700)}.loc-detect{display:inline-flex;align-items:center;justify-content:center;gap:7px;margin-top:10px;padding:11px 12px;width:100%;background:var(--brand-soft);color:var(--brand-700);border:1px solid transparent;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s}.loc-detect:hover:not(:disabled){background:#e3f0d6}.loc-detect:disabled{opacity:.6;cursor:default}.co-detect{margin:0 0 12px}.loc-msg{margin:10px 0 0!important;font-size:12.5px;font-weight:600}.loc-msg.ok{color:var(--brand-700)}.loc-msg.err{color:#c0392b}.pcard.oos .pcard-media img{opacity:.7;filter:grayscale(.25)}.pcard-oos{font-size:11px;font-weight:700;color:#dc2626;background:#fee2e2;padding:5px 10px;border-radius:999px;white-space:nowrap}.pd-cart-btn:disabled{background:#cfd6c8;cursor:not-allowed}.cart-row.unavailable{opacity:.6}.cart-row.unavailable .cart-media{filter:grayscale(.5)}.cart-oos{display:inline-block;margin:3px 0;font-size:11.5px;font-weight:600;color:#c0392b}.cart-checkout:disabled{background:#cfd6c8;cursor:not-allowed;pointer-events:none}.cart-pkg{border:1px solid var(--brand);border-radius:12px;overflow:hidden}.cart-pkg.unavailable{opacity:.6}.cart-pkg .cart-pkg-head{border:none;border-radius:0;border-bottom:1px dashed var(--line)}.cart-pkg-head .cart-media{position:relative}.cart-pkg-tag{position:absolute;bottom:0;left:0;right:0;background:var(--brand);color:#fff;font-size:8.5px;font-weight:700;letter-spacing:.02em;display:flex;align-items:center;justify-content:center;gap:3px;padding:2px 0}.cart-pkg-per{color:var(--muted);font-size:11.5px;font-weight:500;align-self:flex-end}.cart-pkg-children{list-style:none;margin:0;padding:10px 14px;background:var(--brand-tint);display:flex;flex-direction:column;gap:8px}.cart-pkg-children li{display:flex;align-items:center;gap:10px}.cart-pkg-child-media{width:36px;height:36px;border-radius:8px;overflow:hidden;background:#fff;flex:none;display:flex;align-items:center;justify-content:center}.cart-pkg-child-media img{width:100%;height:100%;object-fit:cover}.cart-pkg-child-media .media-emoji{font-size:1rem}.cart-pkg-child-info{flex:1 1;min-width:0;display:flex;flex-direction:column}.cart-pkg-child-name{font-size:13px;color:var(--text)}.cart-pkg-child-name a:hover{color:var(--brand-700)}.cart-pkg-child-info small{color:var(--muted);font-size:11.5px}.cart-pkg-child-qty{color:var(--brand-700);font-weight:700;font-size:13px;flex:none}.qty-stepper{background:var(--brand);border-radius:999px;z-index:4;overflow:hidden}.qty-stepper,.qty-stepper button{display:inline-flex;align-items:center;color:#fff}.qty-stepper button{border:none;background:transparent;justify-content:center;cursor:pointer;transition:background .15s}.qty-stepper button:hover:not(:disabled){background:rgba(0,0,0,.14)}.qty-stepper button:disabled{opacity:.45;cursor:not-allowed}.qty-stepper span{font-weight:700;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pcard-qty{position:absolute;right:14px;bottom:-16px;height:44px;box-shadow:0 8px 18px rgba(108,174,47,.4)}.pcard-qty button{width:36px;height:44px}.pcard-qty span{min-width:24px;font-size:14px}.tp-card-qty{position:absolute;right:12px;bottom:12px;height:38px;box-shadow:0 6px 14px rgba(108,174,47,.4)}.tp-card-qty button{width:30px;height:38px}.tp-card-qty span{min-width:20px;font-size:13px}.tp-card.oos .tp-card-media img{opacity:.7;filter:grayscale(.25)}.tp-card-oos{position:absolute;right:12px;bottom:12px;font-size:10.5px;font-weight:700;color:#dc2626;background:#fee2e2;padding:4px 9px;border-radius:999px;white-space:nowrap}.section-head-cta{margin-top:18px;display:inline-flex;align-items:center}.allcat-wrap{padding:28px 0 56px}.allcat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px}.allcat-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;flex-direction:column;transition:border-color .15s,box-shadow .15s}.allcat-card:hover{border-color:var(--brand);box-shadow:0 12px 28px rgba(35,45,25,.08)}.allcat-head{display:flex;align-items:center;gap:14px;padding-bottom:14px;border-bottom:1px solid var(--line)}.allcat-media{width:58px;height:58px;flex:none;border-radius:14px;background:var(--brand-soft);overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.allcat-media img{width:100%;height:100%;object-fit:cover}.allcat-title h5{margin:0;font-size:16px;color:var(--text)}.allcat-title small{display:block;margin-top:2px;font-size:12px;color:var(--muted)}.allcat-subs{list-style:none;margin:14px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:7px}.allcat-subs a{display:inline-block;font-size:12px;color:#5d6b5b;background:#f6f8f3;border:1px solid var(--line);border-radius:999px;padding:5px 11px;transition:background .15s,color .15s,border-color .15s}.allcat-subs a:hover{background:var(--brand-soft);color:var(--brand-700);border-color:var(--brand)}.allcat-all{margin-top:auto;padding-top:16px;font-size:13px;font-weight:700;color:var(--brand-700)}.allcat-all:hover{text-decoration:underline}@media (max-width:560px){.allcat-grid{grid-template-columns:1fr}}.section-head .view-all{display:inline-block;margin-top:14px;font-size:13px;font-weight:700;color:var(--brand-700)}.section-head .view-all:hover{text-decoration:underline}.catmenu{position:relative;display:flex;align-items:center}.search .catmenu .cat-select{background:transparent;border:none;border-right:1px solid var(--line);cursor:pointer}.site-header.overlay .search .catmenu .cat-select{border-right-color:hsla(0,0%,100%,.22)}.catmenu-pop{position:absolute;top:calc(100% + 14px);left:-14px;z-index:80;display:grid;grid-template-columns:268px 240px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 56px rgba(20,40,15,.2);overflow:hidden;animation:locPop .16s ease;color:var(--text)}.catmenu-cats,.catmenu-subs{list-style:none;margin:0;padding:0;max-height:420px;overflow-y:auto;overscroll-behavior:contain}.catmenu-cats::-webkit-scrollbar,.catmenu-subs::-webkit-scrollbar{width:8px}.catmenu-cats::-webkit-scrollbar-thumb,.catmenu-subs::-webkit-scrollbar-thumb{background:#cfd8c6;border-radius:99px;border:2px solid transparent;background-clip:content-box}.catmenu-cats::-webkit-scrollbar-thumb:hover,.catmenu-subs::-webkit-scrollbar-thumb:hover{background:var(--brand);background-clip:content-box}.catmenu-subs{scrollbar-width:thin;scrollbar-color:#cfd8c6 transparent}.catmenu-cats{border-right:1px solid var(--line)}.catmenu-cats a{display:flex;align-items:center;gap:11px;padding:11px 14px;font-size:13.5px;color:var(--text);border-bottom:1px solid #f2f4ee;transition:background .12s,color .12s}.catmenu-cats a.active,.catmenu-cats a:hover{background:var(--brand);color:#fff}.catmenu-cats a.active .catmenu-ic{background:hsla(0,0%,100%,.2)}.catmenu-name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catmenu-ic{width:26px;height:26px;flex:none;border-radius:7px;overflow:hidden;background:var(--brand-soft);display:inline-flex;align-items:center;justify-content:center;font-size:14px}.catmenu-ic img{width:100%;height:100%;object-fit:cover}.catmenu-viewall a{font-weight:700;color:var(--brand-700);border-bottom:none}.catmenu-dots{width:26px;flex:none;text-align:center;letter-spacing:1px;color:var(--brand)}.catmenu-viewall a:hover .catmenu-dots{color:#fff}.catmenu-subs{background:#fafbf8}.catmenu-subs a{display:block;padding:11px 16px;font-size:13px;color:#5d6b5b;border-bottom:1px solid #eef1e9;transition:background .12s,color .12s}.catmenu-subs a:hover{background:#fff;color:var(--brand-700)}.catmenu-subs a.all{font-weight:700;color:var(--text)}.catmenu-empty{padding:14px 16px;font-size:12.5px;color:var(--muted)}@media (max-width:900px){.catmenu-pop{grid-template-columns:1fr}.catmenu-subs{display:none}}.allcat-subs .allcat-more{background:var(--brand-soft);color:var(--brand-700);border-color:var(--brand);font-weight:600}.searchbox{position:relative;flex:1 1;display:flex}.searchbox .search{flex:1 1}.search-pop{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:75;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:0 20px 46px rgba(20,40,15,.16);padding:4px;max-height:400px;overflow-y:auto;overscroll-behavior:contain;animation:locPop .16s ease;scrollbar-width:thin;scrollbar-color:#cfd8c6 transparent}.search-pop::-webkit-scrollbar{width:8px}.search-pop::-webkit-scrollbar-thumb{background:#cfd8c6;border-radius:99px;border:2px solid transparent;background-clip:content-box}.search-pop h5{margin:7px 9px 3px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.search-pop h5:first-child{margin-top:4px}.search-row{display:flex;align-items:center;gap:9px;width:100%;text-align:left;background:transparent;border:none;border-radius:9px;padding:5px 8px;cursor:pointer;color:var(--text);transition:background .12s}.search-row:hover{background:var(--brand-soft)}.search-row>svg{color:var(--muted);flex:none;margin-left:auto}.sr-thumb{width:32px;height:32px;flex:none;border-radius:8px;object-fit:cover;background:#f4f6f0;border:1px solid var(--line)}.sr-ic{width:28px;height:28px;flex:none;border-radius:50%;background:#f2f5ee;color:var(--muted);display:inline-flex;align-items:center;justify-content:center}.search-row.is-recent:hover .sr-ic{background:#fff;color:var(--brand-700)}.sr-body{min-width:0;flex:1 1;display:flex;flex-direction:column}.sr-name{font-size:12.5px;color:var(--text);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-name b{font-weight:700;color:var(--brand-700)}.sr-meta{font-size:10px;color:var(--muted);margin-top:0}.sr-price{flex:none;text-align:right;font-size:12px;font-weight:700;color:var(--text);line-height:1.25}.sr-price s{display:block;font-size:10px;font-weight:500;color:var(--muted)}.search .catmenu .cat-select{padding:8px 14px}.notif{display:flex}.notif,.notif-btn{position:relative;align-items:center}.notif-btn{width:42px;height:42px;border-radius:50%;border:1.5px solid #e2e8f0;background:#fff;color:#334155;display:inline-flex;justify-content:center;cursor:pointer;transition:all .15s ease}.notif-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#0284c7}.site-header.overlay .notif-btn{background:hsla(0,0%,100%,.14);border-color:hsla(0,0%,100%,.24);color:#fff}.site-header.overlay .notif-btn:hover{background:hsla(0,0%,100%,.24)}.notif-count{position:absolute;top:-3px;right:-3px;min-width:17px;height:17px;padding:0 4px;border-radius:99px;background:#e0483a;color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff}.notif-pop{position:absolute;top:calc(100% + 12px);right:0;z-index:80;width:320px;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:0 20px 46px rgba(20,40,15,.18);overflow:hidden;animation:locPop .16s ease;color:var(--text)}.notif-head{padding:12px 14px;border-bottom:1px solid var(--line)}.notif-head h4{margin:0;font-size:14px}.notif-list{max-height:288px;overflow-y:auto;overscroll-behavior:contain}.notif-row{display:flex;gap:10px;padding:10px 14px;border-bottom:1px solid #f2f4ee;transition:background .12s}.notif-row:hover{background:#fafbf8}.notif-row.unread{background:#f4f9ee}.notif-ic{width:26px;height:26px;flex:none;border-radius:50%;background:var(--brand-soft);color:var(--brand-700);display:inline-flex;align-items:center;justify-content:center}.notif-text{display:block;font-size:12.5px;line-height:1.4;color:var(--text)}.notif-row small{display:block;font-size:10.5px;color:var(--muted);margin-top:2px}.notif-empty{margin:0;padding:22px 14px;text-align:center;font-size:12.5px;color:var(--muted)}.notif-all{display:flex;align-items:center;justify-content:center;gap:6px;padding:11px;font-size:12.5px;font-weight:700;color:var(--brand-700);background:#fafbf8}.notif-all:hover{background:var(--brand-soft)}.accmenu{position:relative}.accmenu,.accmenu-btn{display:flex;align-items:center}.accmenu-btn{gap:8px;background:#fff;border:1.5px solid #e2e8f0;color:#0f172a;padding:4px 12px 4px 5px;border-radius:999px;cursor:pointer;transition:all .15s ease}.accmenu-btn:hover{background:#f8fafc;border-color:#cbd5e1}.site-header.overlay .accmenu-btn{color:#fff;border-color:hsla(0,0%,100%,.24);background:hsla(0,0%,100%,.12)}.site-header.overlay .accmenu-btn:hover{background:hsla(0,0%,100%,.24)}.site-header.overlay .accmenu-avatar{background:hsla(0,0%,100%,.2);color:#fff}.site-header.overlay .accmenu-pop,.site-header.overlay .notif-pop{color:var(--text)}.accmenu-avatar{width:32px;height:32px;flex:none;border-radius:50%;overflow:hidden;background:#e0f2fe;color:#0284c7;display:inline-flex;align-items:center;justify-content:center}.accmenu-avatar img{width:100%;height:100%;object-fit:cover}.accmenu-name{font-size:13.5px;font-weight:600;width:62px;flex:none;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize}.accmenu-pop{position:absolute;top:calc(100% + 12px);right:0;z-index:80;min-width:208px;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:0 20px 46px rgba(20,40,15,.18);padding:6px;animation:locPop .16s ease}.accmenu-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;background:transparent;border:none;border-radius:9px;padding:9px 11px;font-size:13.5px;color:var(--text);cursor:pointer;transition:background .12s,color .12s}.accmenu-item:hover{background:var(--brand-soft);color:var(--brand-700)}.accmenu-item svg{color:var(--muted);flex:none}.accmenu-item:hover svg{color:var(--brand-700)}.accmenu-item.danger{border-top:1px solid var(--line);border-radius:0 0 9px 9px;margin-top:4px;padding-top:11px}.accmenu-item.danger:hover{background:#fdecea;color:#c0392b}.accmenu-item.danger:hover svg{color:#c0392b}.acc-shell{display:grid;grid-template-columns:260px 1fr;grid-gap:26px;gap:26px;padding:30px 0 60px;align-items:start}.acc-shell-title{font-size:26px;margin:0 0 18px}.acc-shell-main{min-width:0}.acc-nav{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;position:-webkit-sticky;position:sticky;top:90px}.acc-nav-item{display:flex;align-items:center;gap:11px;padding:13px 16px;font-size:14px;color:var(--text);border-bottom:1px solid #f2f4ee;transition:background .12s,color .12s}.acc-nav-item:last-child{border-bottom:none}.acc-nav-item svg{color:var(--muted);flex:none}.acc-nav-item:hover{background:#fafbf8}.acc-nav-item.active,.acc-nav-item:hover,.acc-nav-item:hover svg{color:var(--brand-700)}.acc-nav-item.active{background:var(--brand-soft);font-weight:600;box-shadow:inset 3px 0 0 var(--brand)}.acc-nav-item.active svg{color:var(--brand-700)}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:20px}.dash-stat{display:flex;align-items:center;gap:14px;background:#f2f6ec;border:1px solid transparent;border-radius:14px;padding:18px;transition:border-color .15s,transform .15s}.dash-stat:hover{border-color:var(--brand);transform:translateY(-2px)}.dash-stat-ic{width:42px;height:42px;flex:none;border-radius:12px;background:var(--yellow);color:#6b5410;display:inline-flex;align-items:center;justify-content:center}.dash-stat b{display:block;font-size:24px;line-height:1.1;color:var(--ink)}.dash-stat small{display:block;font-size:12.5px;color:#5d6b5b;margin-top:2px}.dash-current{grid-column:span 2;display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--brand);border-radius:14px;padding:18px;position:relative;overflow:hidden}.dash-current:after{content:"";position:absolute;right:-40px;bottom:-60px;width:150px;height:150px;border:2px dashed var(--brand-soft);border-radius:50%}.dash-current-ic{width:42px;height:42px;flex:none;border-radius:50%;background:var(--yellow);color:#6b5410;display:inline-flex;align-items:center;justify-content:center}.dash-current-body{flex:1 1;min-width:0}.dash-current-body b{display:block;font-size:17px;color:var(--ink)}.dash-current-body small{display:block;font-size:12.5px;color:var(--muted)}.dash-current-status{flex:none;font-size:12px;font-weight:700;color:var(--brand-700);background:var(--brand-soft);border-radius:999px;padding:5px 12px;position:relative;z-index:1}.dash-sec-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.dash-sec-head h4{margin:0;font-size:17px}.dash-sec-head small{display:block;font-size:12px;color:var(--muted);margin-top:2px}.dash-more{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:700;color:var(--brand-700);white-space:nowrap}.dash-more:hover{text-decoration:underline}.dash-recent{margin-bottom:20px}.dash-ord{display:grid;grid-template-columns:200px 1fr auto;grid-gap:16px;gap:16px;align-items:center;padding:16px 0;border-top:1px solid var(--line)}.dash-ord-meta b{font-size:14.5px;color:var(--ink)}.dash-ord-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dash-ord-meta small{display:block;font-size:12px;color:var(--muted);margin:4px 0}.dash-ord-meta p{margin:0;font-size:15px;font-weight:700;color:var(--ink)}.dash-ord-meta p span{font-size:12px;font-weight:500;color:var(--muted)}.dash-chip{font-style:normal;font-size:10.5px;font-weight:700;border-radius:6px;padding:3px 8px;background:var(--brand-soft);color:var(--brand-700)}.dash-chip.s7{background:#fdecea;color:#c0392b}.dash-chip.s6{background:#e8f3ff;color:#1f6fb2}.dash-ord-items{display:flex;gap:10px;flex-wrap:wrap;align-items:flex-start}.dash-thumb{width:68px;text-align:center}.dash-thumb .media-fallback,.dash-thumb img{width:60px;height:60px;border-radius:10px;border:1px solid var(--line);object-fit:cover;background:#fafbf8}.dash-thumb span{display:block;font-size:10.5px;color:var(--text);margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-thumb small{display:block;font-size:10px;color:var(--muted)}.dash-thumb-more{align-self:center;font-size:12px;font-weight:700;color:var(--muted)}.dash-ord-actions{display:flex;flex-direction:column;align-items:stretch;gap:8px}.dash-ord-actions .btn{padding:8px 14px;font-size:12.5px;white-space:nowrap}.dash-ord-actions .dash-more{justify-content:center}.dash-two{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.dash-plist{list-style:none;margin:0;padding:0}.dash-plist li+li{border-top:1px solid #f2f4ee}.dash-plist a{display:flex;align-items:center;gap:12px;padding:10px 0}.dash-plist .media-fallback,.dash-plist img{width:46px;height:46px;flex:none;border-radius:10px;border:1px solid var(--line);object-fit:cover;background:#fafbf8}.dash-plist span{min-width:0;flex:1 1}.dash-plist b{display:block;font-size:13px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-plist small{display:block;font-size:11px;color:var(--muted)}.dash-plist em{font-style:normal;font-size:13.5px;font-weight:700;color:var(--brand-700)}@media (max-width:1100px){.dash-stats{grid-template-columns:repeat(2,1fr)}.dash-current{grid-column:span 2}}@media (max-width:760px){.dash-stats{grid-template-columns:1fr}.dash-current{grid-column:auto}.dash-ord,.dash-two{grid-template-columns:1fr}}.addr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:14px;gap:14px;margin-top:6px}.addr-card{position:relative;background:#fafbf8;border:1px solid var(--line);border-radius:12px;padding:14px}.addr-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.addr-card-head b{font-size:13.5px;text-transform:capitalize}.addr-type{font-style:normal;font-size:10.5px;font-weight:700;color:#fff;background:var(--brand);border-radius:6px;padding:2px 8px}.addr-card p{margin:0;font-size:12.5px;color:#5d6b5b;line-height:1.45}.addr-pin{margin-top:4px!important;color:var(--muted)!important}.addr-del{margin-top:10px;display:inline-flex;align-items:center;gap:5px;background:transparent;border:none;color:#c0392b;font-size:12px;font-weight:600;cursor:pointer;padding:0}.addr-del:hover{text-decoration:underline}.addr-types{display:flex;gap:8px;margin-bottom:10px}.invite-lead{margin:0 0 18px;font-size:13.5px;color:#5d6b5b}.invite-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:16px 0 7px}.invite-row{display:flex;gap:9px;align-items:stretch}.invite-row .auth-input{flex:1 1;margin:0}.invite-code{flex:1 1;display:flex;align-items:center;font-size:19px;font-weight:700;letter-spacing:.12em;color:var(--brand-700);background:var(--brand-soft);border-radius:10px;padding:10px 16px}.invite-share{display:flex;gap:10px}.invite-share a{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);color:var(--muted);display:inline-flex;align-items:center;justify-content:center;transition:all .15s}.invite-share a:hover{background:var(--brand-soft);border-color:var(--brand);color:var(--brand-700)}@media (max-width:880px){.acc-shell{grid-template-columns:1fr;gap:18px}.acc-nav{position:static}}.acc-hero-id{flex:1 1;min-width:0}.acc-hero-id b{text-transform:capitalize}.acc-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.fld{position:relative;display:block}.fld>span{position:absolute;top:8px;left:14px;font-size:11px;color:var(--muted);pointer-events:none}.fld input{width:100%;border:1px solid var(--line);border-radius:10px;padding:26px 38px 10px 14px;font-size:14px;color:var(--text);background:#fff;outline:none;transition:border-color .15s}.fld input:focus{border-color:var(--brand)}.fld input:disabled{background:#f7f8f4;color:var(--muted)}.fld>svg{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.fld-plain{display:flex;flex-direction:column;justify-content:center}.fld-label{font-size:13px;font-weight:600;color:var(--text);margin-bottom:9px}.acc-radios{display:flex;gap:16px;flex-wrap:wrap}.acc-radio{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;font-size:14px;color:var(--text);cursor:pointer;padding:0}.acc-radio i{width:18px;height:18px;border-radius:50%;border:2px solid var(--line);display:inline-block;transition:border-color .15s,box-shadow .15s}.acc-radio.on i{box-shadow:inset 0 0 0 3px var(--brand)}.acc-radio.on i,.acc-radio:hover i{border-color:var(--brand)}.acc-actions{margin-top:18px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.acc-actions .btn{min-width:120px}.acc-actions .cart-coupon-msg{margin:0!important}.acc-nav-item.danger{border-top:1px solid var(--line);background:transparent;width:100%;text-align:left;font:inherit;font-size:14px;cursor:pointer;color:#c0392b}.acc-nav-item.danger svg{color:#c0392b}.acc-nav-item.danger:hover{background:#fdecea;color:#c0392b}@media (max-width:720px){.acc-form{grid-template-columns:1fr}}.acc-photo-wrap{display:flex;flex-direction:column;align-items:center;gap:10px;margin:4px 0 26px}.acc-photo{position:relative;width:104px;height:104px;border-radius:50%;background:#eceee8;color:#b6bdb0;display:inline-flex;align-items:center;justify-content:center}.acc-photo img{width:100%;height:100%;border-radius:50%;object-fit:cover}.acc-photo-btn{position:absolute;right:2px;bottom:2px;width:30px;height:30px;border-radius:9px;background:#fff;border:1.5px solid var(--brand);color:var(--brand-700);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.acc-photo-btn:hover:not(:disabled){background:var(--brand-soft)}.acc-photo-btn:disabled{opacity:.6;cursor:default}.acc-photo-meta{text-align:center}.acc-photo-meta b{display:block;font-size:15.5px;text-transform:capitalize}.acc-photo-meta small{display:block;font-size:12px;color:var(--muted);margin-top:1px}.acc-photo-meta em{display:inline-block;font-style:normal;font-size:12px;font-weight:700;color:var(--brand-700);background:var(--brand-soft);border-radius:999px;padding:3px 11px;margin-top:7px}.av-backdrop{position:fixed;inset:0;z-index:200;background:rgba(20,25,18,.55);display:flex;align-items:center;justify-content:center;padding:20px;animation:locPop .14s ease}.av-modal{width:100%;max-width:720px;background:#fff;border-radius:14px;box-shadow:0 30px 70px rgba(0,0,0,.3);overflow:hidden}.av-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid var(--line)}.av-head h4{margin:0;font-size:19px;text-align:center;flex:1 1}.av-cancel{background:#2b3327;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer}.av-cancel:hover{background:#3b4535}.av-save{background:var(--brand);color:#fff;border:none;border-radius:8px;padding:10px 22px;font-size:14px;font-weight:600;cursor:pointer}.av-save:hover:not(:disabled){background:var(--brand-700)}.av-save:disabled{background:#cfd6c8;cursor:not-allowed}.av-body{padding:20px 22px 24px}.av-label{display:block;font-size:14px;color:var(--text);margin-bottom:8px}.av-upload-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.av-pick{background:#fff;color:var(--brand-700);border:1.5px solid var(--brand);border-radius:8px;padding:11px 22px;font-size:14px;font-weight:600;cursor:pointer}.av-pick:hover{background:var(--brand-soft)}.av-hint{font-size:13.5px}.av-hint,.av-note{color:var(--muted)}.av-note{margin:12px 0 0;font-size:13px;font-style:italic}.av-err{margin:8px 0 0;font-size:13px;font-weight:600;color:#c0392b}.av-stage{display:flex;align-items:flex-start;gap:24px;margin-top:20px;flex-wrap:wrap}.av-crop{position:relative;overflow:hidden;border-radius:10px;background:#f4f6f0;border:1px solid var(--line);cursor:-webkit-grab;cursor:grab;flex:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.av-crop:active{cursor:-webkit-grabbing;cursor:grabbing}.av-crop img,.av-preview-circle img[style]{max-width:none;pointer-events:none}.av-crop-mask{position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 9999px hsla(0,0%,100%,.55);border-radius:50%}.av-crop-empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted)}.av-crop-empty small{font-size:12.5px}.av-preview{text-align:center}.av-preview-circle{position:relative;width:96px;height:96px;border-radius:50%;overflow:hidden;background:#eceee8;color:#b6bdb0;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line)}.av-preview-circle>img:not([style]){width:100%;height:100%;object-fit:cover}.av-current{display:block;font-size:11.5px;color:var(--muted);margin-top:6px}.av-zoom{display:flex;align-items:center;gap:10px;margin-top:18px}.av-zoom input[type=range]{flex:1 1;accent-color:var(--brand)}.av-zoom svg{color:var(--muted);flex:none}.av-reset{background:transparent;border:none;color:var(--brand-700);font-size:12.5px;font-weight:700;cursor:pointer}.av-reset:hover{text-decoration:underline}@media (max-width:620px){.av-stage{justify-content:center}.av-head h4{font-size:17px}}.addr-card.editing{border-color:var(--brand);box-shadow:inset 0 0 0 1px var(--brand)}.addr-actions{display:flex;gap:14px;margin-top:10px}.addr-edit{display:inline-flex;align-items:center;gap:5px;background:transparent;border:none;color:var(--brand-700);font-size:12px;font-weight:600;cursor:pointer;padding:0}.addr-edit:hover{text-decoration:underline}.addr-confirm{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:10px;padding-top:10px;border-top:1px dashed var(--line)}.addr-confirm span{color:var(--text)}.addr-confirm span,.addr-yes{font-size:12px;font-weight:600}.addr-yes{background:#c0392b;color:#fff;border:none;border-radius:7px;padding:5px 11px;cursor:pointer}.addr-yes:disabled{opacity:.6}.addr-no{background:transparent;border:1px solid var(--line);border-radius:7px;padding:5px 11px;font-size:12px;cursor:pointer;color:var(--muted)}.addr-form-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.addr-form-head h5{margin:0;font-size:15px}.addr-form-close{background:transparent;border:none;color:var(--muted);cursor:pointer;padding:4px;border-radius:6px}.addr-form-close:hover{background:#f2f4ee;color:var(--text)}.adr-backdrop{position:fixed;inset:0;z-index:200;background:rgba(20,25,18,.55);display:flex;align-items:center;justify-content:center;padding:20px;animation:locPop .14s ease}.adr-modal{display:grid;grid-template-columns:40% 60%;width:100%;max-width:940px;max-height:92vh;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.32)}.adr-map-pane{position:relative;background:#eef1ea;min-height:420px}.adr-map{width:100%;height:100%;border:0;display:block}.adr-locate{position:absolute;left:16px;top:16px;display:inline-flex;align-items:center;gap:6px;background:#fff;color:var(--brand-700);border:1px solid var(--line);border-radius:999px;padding:8px 14px;font-size:12.5px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.12)}.adr-locate:hover:not(:disabled){background:var(--brand-soft)}.adr-locate:disabled{opacity:.7}.adr-deliver{position:absolute;left:16px;right:16px;bottom:16px;background:#fff;border-radius:12px;padding:12px 14px;box-shadow:0 8px 22px rgba(0,0,0,.16)}.adr-deliver>small{display:block;font-size:11px;color:var(--muted);margin-bottom:6px}.adr-deliver>div{display:flex;align-items:flex-start;gap:10px}.adr-deliver-ic{width:30px;height:30px;flex:none;border-radius:8px;background:var(--brand-soft);color:var(--brand-700);display:inline-flex;align-items:center;justify-content:center}.adr-deliver b{display:block;font-size:13.5px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:260px}.adr-deliver em{display:block;font-style:normal;font-size:11.5px;color:var(--muted)}.adr-form-pane{padding:20px 22px;overflow-y:auto;display:flex;flex-direction:column}.adr-form-pane .adr-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.adr-form-pane .adr-head h4{margin:0;font-size:20px}.adr-form-pane .adr-close{width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:var(--muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.adr-form-pane .adr-close:hover{background:#f2f4ee;color:var(--text)}.adr-form-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.adr-form-head h4{margin:0;font-size:18px}.adr-close{width:30px;height:30px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.adr-close:hover{background:#f2f4ee;color:var(--text)}.adr-mini{display:block;font-size:12.5px;color:var(--text);margin-bottom:8px}.adr-types{display:flex;gap:9px;margin-bottom:14px}.adr-type{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--line);border-radius:9px;padding:9px 14px;font-size:13px;color:var(--text);cursor:pointer;transition:all .12s}.adr-type.on,.adr-type:hover{border-color:var(--brand)}.adr-type.on{color:var(--brand-700);background:var(--brand-soft);font-weight:600}.adr-type svg{color:currentColor}.adr-input{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:14px;color:var(--text);outline:none;margin-bottom:11px;transition:border-color .15s}.adr-input:focus{border-color:var(--brand)}.adr-row2{display:grid;grid-template-columns:1fr 130px;grid-gap:11px;gap:11px}.adr-sub{margin:6px 0 12px;font-size:13.5px;font-weight:600;color:var(--text)}.adr-err{margin:2px 0 10px;font-size:12.5px;font-weight:600;color:#c0392b}.adr-save{width:100%;margin-top:4px}@media (max-width:760px){.adr-modal{grid-template-columns:1fr;max-height:94vh}.adr-map-pane{min-height:200px}.adr-row2{grid-template-columns:1fr}}.adr-card-modal{width:100%;max-width:640px;max-height:92vh;overflow-y:auto;background:#fff;border-radius:16px;box-shadow:0 30px 70px rgba(0,0,0,.3);padding:22px 24px 24px}.adr-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.adr-head h4{margin:0;font-size:22px}.adr-card-modal .adr-close{width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:var(--muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.adr-card-modal .adr-close:hover{background:#f2f4ee;color:var(--text)}.adr-locate-row{width:auto!important;margin:0 0 16px!important;padding:8px 14px!important}.adr-grid2{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.adr-grid2 .fld-full{grid-column:1/-1}.adr-grid3{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:14px;gap:14px;margin-top:14px}.fld-select select{width:100%;border:1px solid var(--line);border-radius:10px;padding:26px 34px 10px 14px;font-size:14px;color:var(--text);background:#fff;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.fld-select select:focus{border-color:var(--brand)}.fld-select>svg{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.adr-foot{display:flex;justify-content:flex-end;gap:12px;margin-top:auto;padding-top:20px}.adr-foot .btn{min-width:120px}.adr-card-modal .adr-err{margin:12px 0 0;font-size:13px;font-weight:600;color:#c0392b}@media (max-width:640px){.adr-grid2,.adr-grid3{grid-template-columns:1fr}}.ord-cards{display:flex;flex-direction:column;gap:14px}.ord-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;transition:border-color .15s,box-shadow .15s}.ord-card:hover{border-color:var(--brand);box-shadow:0 10px 24px rgba(35,45,25,.07)}.ord-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.ord-card-top>div{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ord-card-top b{font-size:15px;color:var(--ink)}.ord-card-total{font-size:16px;font-weight:700;color:var(--ink)}.ord-card-mid{justify-content:space-between;gap:14px;margin-top:12px;flex-wrap:wrap}.ord-card-mid,.ord-thumbs{display:flex;align-items:center}.ord-thumbs{gap:8px}.ord-thumb{width:46px;height:46px;flex:none;border-radius:10px;overflow:hidden;border:1px solid var(--line);background:#fafbf8}.ord-thumb .media-fallback,.ord-thumb img{width:100%;height:100%;object-fit:cover}.ord-thumb-count{font-size:12.5px;color:var(--muted)}.ord-card-meta{text-align:right}.ord-card-meta small{display:block;font-size:12px;color:var(--muted)}.ord-note{display:inline-flex;align-items:center;gap:4px;margin-top:2px;color:var(--brand-700)!important;font-weight:600}.ord-note svg{color:var(--brand-700)}.ord-card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding-top:12px;border-top:1px solid #f2f4ee}.ord-rated{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:600;color:var(--brand-700)}.ord-rated svg{color:#f5a623}.ord-badge{font-size:11px;font-weight:700;border-radius:999px;padding:4px 11px;background:var(--brand-soft);color:var(--brand-700)}.ord-badge.s7{background:#fdecea;color:#c0392b}.ord-badge.s6{background:#e6f4ea;color:#2f7d42}.ord-badge.s4,.ord-badge.s5{background:#e8f3ff;color:#1f6fb2}.ord-head-note{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;color:var(--brand-700);font-weight:600;margin-top:4px}.ord-track{position:relative;padding-left:6px}.ord-track-step{position:relative;display:flex;gap:14px;padding-bottom:20px}.ord-track-step:last-child{padding-bottom:0}.ord-track-step:before{content:"";position:absolute;left:11px;top:22px;bottom:-2px;width:2px;background:var(--line)}.ord-track-step:last-child:before{display:none}.ord-track-step.done:before{background:var(--brand)}.ord-track-dot{width:24px;height:24px;flex:none;border-radius:50%;background:#eef1ea;color:#fff;display:inline-flex;align-items:center;justify-content:center;z-index:1}.ord-track-dot i{width:8px;height:8px;border-radius:50%;background:#c3ccbb}.ord-track-step.done .ord-track-dot{background:var(--brand)}.ord-track-body b{display:block;font-size:14px;color:var(--muted)}.ord-track-step.done .ord-track-body b{color:var(--text)}.ord-track-body small{display:block;font-size:12px;color:var(--muted);margin-top:2px}.ord-cancelled{display:flex;align-items:center;gap:8px;margin:0;font-size:13.5px;font-weight:600;color:#c0392b}.ord-cancelled svg{color:#c0392b}.ord-addr-head{display:flex;align-items:center;gap:9px;margin-bottom:6px}.ord-addr-head b{font-size:14px;text-transform:capitalize}.ord-addr p{margin:0 0 4px;font-size:13px;color:#5d6b5b;line-height:1.45}.ord-addr-phone{display:inline-flex;align-items:center;gap:5px;color:var(--muted)!important}.pay-wallet{display:flex;align-items:center;gap:10px;padding:12px 14px;margin-bottom:14px;background:var(--brand-soft);border:1px solid var(--brand);border-radius:11px;cursor:pointer}.pay-wallet input{width:17px;height:17px;accent-color:var(--brand)}.pay-wallet span{display:flex;align-items:center;gap:7px;font-size:13.5px;color:var(--text)}.pay-wallet b{color:var(--brand-700);margin-left:4px}.pay-methods{display:flex;flex-direction:column;gap:10px}.pay-method{display:flex;align-items:center;gap:12px;text-align:left;background:#fff;border:1.5px solid var(--line);border-radius:12px;padding:12px 14px;cursor:pointer;transition:border-color .15s,background .15s}.pay-method.active,.pay-method:hover{border-color:var(--brand)}.pay-method.active{background:var(--brand-soft)}.pay-ic{width:38px;height:38px;flex:none;border-radius:10px;background:#f2f5ee;color:var(--brand-700);display:inline-flex;align-items:center;justify-content:center}.pay-method.active .pay-ic{background:#fff}.pay-method>span:not(.pay-ic){flex:1 1;min-width:0}.pay-method b{display:block;font-size:14px;color:var(--text)}.pay-method small{display:block;font-size:11.5px;color:var(--muted)}.pay-radio{width:20px;height:20px;flex:none;border-radius:50%;border:2px solid var(--line);transition:border-color .15s,box-shadow .15s}.pay-method.active .pay-radio{border-color:var(--brand);box-shadow:inset 0 0 0 4px var(--brand)}.pay-note{margin:12px 0 0;font-size:12px;color:var(--muted);background:#f7f8f4;border-radius:8px;padding:9px 11px}.pay-note.ok{color:var(--brand-700);background:var(--brand-soft)}.ord-item{position:relative}.ord-ret-check{width:17px;height:17px;flex:none;accent-color:var(--brand);align-self:center}.ord-ret-tag{display:inline-block;margin-top:3px;font-size:10.5px;font-weight:600;color:#b8860b;background:#fdf3d7;padding:2px 8px;border-radius:999px}.ord-ret-form{margin-top:12px;padding-top:14px;border-top:1px dashed var(--line)}.ord-ret-form textarea{min-height:60px;margin-bottom:10px}.ord-ret-actions{display:flex;justify-content:flex-end;gap:10px}.ord-ret-actions .btn{min-width:120px}.pd-main-img{cursor:zoom-in;width:100%;height:100%;display:flex}.pd-main-img,.pd-zoom-btn{align-items:center;justify-content:center}.pd-zoom-btn{position:absolute;right:14px;bottom:14px;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:hsla(0,0%,100%,.92);color:var(--text);display:inline-flex;cursor:pointer;z-index:3;box-shadow:0 4px 12px rgba(0,0,0,.12);transition:background .15s}.pd-zoom-btn:hover{background:#fff;color:var(--brand-700)}.lb{position:fixed;inset:0;z-index:300;display:flex;flex-direction:column;background:#0b0f17;color:#e2e8f0;animation:lbFade .22s ease}@keyframes lbFade{0%{opacity:0}to{opacity:1}}.lb-top{display:flex;gap:16px;padding:12px 18px;background:hsla(0,0%,100%,.04);border-bottom:1px solid hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex:none}.lb-close,.lb-top{align-items:center}.lb-close{display:inline-flex;gap:7px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.06);color:#fff;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.lb-close:hover{background:hsla(0,0%,100%,.14)}.lb-counter{font-size:13.5px;color:#cbd5e1}.lb-zoom{margin-left:auto;gap:8px}.lb-zoom,.lb-zoom button{display:inline-flex;align-items:center}.lb-zoom button{width:34px;height:34px;border-radius:9px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.06);color:#fff;justify-content:center;cursor:pointer;transition:background .15s}.lb-zoom button:hover:not(:disabled){background:var(--brand);border-color:var(--brand)}.lb-zoom button:disabled{opacity:.35;cursor:default}.lb-zoom span{font-size:12.5px;min-width:42px;text-align:center;color:#cbd5e1}.lb-stage{flex:1 1;position:relative;padding:24px 72px;min-height:0}.lb-img-wrap,.lb-stage{display:flex;align-items:center;justify-content:center;overflow:hidden}.lb-img-wrap{width:100%;height:100%}.lb-img-wrap.zoomed{cursor:-webkit-grab;cursor:grab}.lb-img-wrap.zoomed:active{cursor:-webkit-grabbing;cursor:grabbing}.lb-img{transition:transform .12s ease-out;will-change:transform;cursor:zoom-in;max-width:100%;max-height:100%;display:flex}.lb-img-wrap.zoomed .lb-img{cursor:inherit;transition:none}.lb-img .media-fallback,.lb-img img{max-width:78vw;max-height:74vh;width:auto;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 24px 60px -20px rgba(0,0,0,.8);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.lb-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid hsla(0,0%,100%,.2);background:rgba(15,23,42,.65);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .15s,transform .15s}.lb-nav:hover:not(:disabled){background:var(--brand);border-color:var(--brand);transform:translateY(-50%) scale(1.08)}.lb-nav:disabled{opacity:.3;cursor:default}.lb-prev{left:18px}.lb-next{right:18px}.lb-thumbs{display:flex;gap:9px;padding:12px 18px;overflow-x:auto;justify-content:center;background:rgba(0,0,0,.35);border-top:1px solid hsla(0,0%,100%,.06);flex:none;scrollbar-width:thin}.lb-thumb{flex:0 0 auto;width:84px;height:60px;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;opacity:.55;background:#11151d;transition:opacity .15s,border-color .15s}.lb-thumb .media-fallback,.lb-thumb img{width:100%;height:100%;object-fit:cover;display:block}.lb-thumb:hover{opacity:.85}.lb-thumb.active{opacity:1;border-color:var(--brand);box-shadow:0 0 0 3px rgba(108,174,47,.3)}@media (max-width:640px){.lb-stage{padding:16px 12px}.lb-nav{width:40px;height:40px}.lb-prev{left:8px}.lb-next{right:8px}.lb-img .media-fallback,.lb-img img{max-width:92vw;max-height:62vh}}.pd-round.on{background:#fdecef;border-color:#f2b8c6;color:#e0344f}.pd-round:disabled{opacity:.6;cursor:default}.pd-toast{position:fixed;left:50%;bottom:32px;transform:translateX(-50%);z-index:320;background:#2b3327;color:#fff;font-size:13.5px;font-weight:600;padding:11px 20px;border-radius:999px;box-shadow:0 12px 30px rgba(0,0,0,.28);animation:pdToast .2s ease}@keyframes pdToast{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.co-selected{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid var(--brand);background:var(--brand-soft);border-radius:12px}.co-selected-ic{width:32px;height:32px;flex:none;border-radius:9px;background:#fff;color:var(--brand-700);display:inline-flex;align-items:center;justify-content:center}.co-selected>div{flex:1 1;min-width:0}.co-selected b{display:block;font-size:13.5px;color:var(--text)}.co-selected small{display:block;font-size:12.5px;color:#5d6b5b;line-height:1.4;margin-top:2px}.co-change{flex:none;align-self:center;background:#fff;border:1px solid var(--brand);color:var(--brand-700);font-size:12.5px;font-weight:700;border-radius:8px;padding:6px 12px;cursor:pointer}.co-change:hover{background:var(--brand);color:#fff}.pick-modal{width:100%;max-width:480px;max-height:88vh;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 30px 70px rgba(0,0,0,.3);overflow:hidden}.pick-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--line)}.pick-head h4{margin:0;font-size:17px}.pick-list{flex:1 1;overflow-y:auto;padding:14px 18px;display:flex;flex-direction:column;gap:10px;scrollbar-width:thin}.pick-foot{padding:14px 18px;border-top:1px solid var(--line)}.pick-foot .btn{width:100%}.stripe-modal{width:100%;max-width:420px;background:#fff;border-radius:16px;box-shadow:0 30px 70px rgba(0,0,0,.3);padding:20px 22px 22px}.stripe-head{justify-content:space-between;margin-bottom:14px}.stripe-head,.stripe-head h4{display:flex;align-items:center}.stripe-head h4{margin:0;font-size:18px;gap:8px}.stripe-head h4 svg{color:var(--brand-700)}.stripe-amount{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:var(--brand-soft);border-radius:10px;margin-bottom:16px}.stripe-amount span{font-size:13px;color:var(--text)}.stripe-amount b{font-size:18px;color:var(--ink)}.stripe-label{display:block;font-size:12.5px;font-weight:600;color:var(--text);margin-bottom:7px}.stripe-card{border:1.5px solid var(--line);border-radius:10px;padding:13px 14px;font-size:13px;color:var(--muted);min-height:46px;transition:border-color .15s}.stripe-card.StripeElement--focus,.stripe-card:focus-within{border-color:var(--brand)}.stripe-loading{font-size:12px}.stripe-loading,.stripe-test{margin:8px 0 0;color:var(--muted)}.stripe-test{font-size:11.5px}.stripe-test b{color:var(--text)}.stripe-err{margin:10px 0 0;font-size:12.5px;font-weight:600;color:#c0392b}.stripe-pay{width:100%;margin-top:16px}.stripe-secure{display:flex;align-items:center;justify-content:center;gap:5px;margin:12px 0 0;font-size:11.5px;color:var(--muted)}.ord-page-row{background:#fff;border-top:1px solid var(--line);border-radius:14px;padding:16px;margin-bottom:14px;border:1px solid var(--line);transition:border-color .15s,box-shadow .15s}.ord-page-row:hover{border-color:var(--brand);box-shadow:0 10px 24px rgba(35,45,25,.07)}.pager{display:flex;gap:6px;margin:26px 0 8px;flex-wrap:wrap}.pager,.pager-btn,.pager-num{align-items:center;justify-content:center}.pager-btn,.pager-num{min-width:36px;height:36px;border-radius:9px;border:1px solid var(--line);background:#fff;color:var(--text);font-size:13.5px;font-weight:600;cursor:pointer;display:inline-flex;transition:border-color .12s,background .12s,color .12s}.pager-btn:hover:not(:disabled),.pager-num:hover{border-color:var(--brand);color:var(--brand-700)}.pager-btn:disabled{opacity:.4;cursor:default}.pager-num.active{background:var(--brand);border-color:var(--brand);color:#fff}.pager-gap{min-width:22px;text-align:center;color:var(--muted);font-size:13px}.route-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:20000;background:var(--brand-soft);overflow:hidden}.route-progress-bar{height:100%;width:40%;background:linear-gradient(90deg,var(--brand),var(--brand-600));border-radius:0 3px 3px 0;animation:routeProgressSlide 1s ease-in-out infinite}@keyframes routeProgressSlide{0%{transform:translateX(-100%)}50%{transform:translateX(120%)}to{transform:translateX(260%)}}.page-transition{animation:pageFadeIn .3s ease}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}.reveal.in{opacity:1;transform:none}.skel{position:relative;overflow:hidden;background:#eef1ea;border-radius:8px}.skel:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.6),transparent);animation:skelShimmer 1.4s ease infinite}.skel-line{display:block;height:12px;border-radius:6px;margin-bottom:9px}.skel-line:last-child{margin-bottom:0}.skel-w30{width:30%}.skel-w40{width:40%}.skel-w50{width:50%}.skel-w60{width:60%}.skel-w70{width:70%}.skel-w80{width:80%}.skel-w90{width:90%}@keyframes skelShimmer{to{transform:translateX(100%)}}.skel-pcard .pcard-media{border-radius:20px 20px 0 0}.skel-pcard .pcard-body{padding:16px 16px 20px}.skel-chip{display:inline-block;height:20px;width:56px;border-radius:999px;margin:8px 0}.skel-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.skel-add{width:44px;height:44px;border-radius:12px;flex:none}.skel-pkg .pkg-media{height:160px}.skel-brand,.skel-pkg .pkg-body{padding:14px 16px}.skel-brand{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:12px}.skel-brand-ic{width:44px;height:44px;border-radius:9px;flex:none}.skel-store{display:flex;gap:14px;border:1px solid var(--line);border-radius:14px;padding:14px}.skel-store-media{width:84px;height:84px;border-radius:10px;flex:none}.skel-list{display:flex;flex-direction:column;gap:12px}.skel-row{display:flex;gap:14px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:14px}.skel-row-media{width:74px;height:74px;border-radius:10px;flex:none}.skel-row-body{flex:1 1;min-width:0}.skel-detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;align-items:start}.skel-detail-media{height:400px;border-radius:16px}.skel-detail-info{display:flex;flex-direction:column;gap:14px}@media (max-width:900px){.skel-detail{grid-template-columns:1fr}.skel-detail-media{height:300px}}.empty-state{min-height:240px;display:flex;flex-direction:column;text-align:center;gap:6px;padding:40px 20px;color:var(--muted)}.empty-state,.empty-state-ic{align-items:center;justify-content:center}.empty-state-ic{width:64px;height:64px;border-radius:50%;background:var(--brand-soft);color:var(--brand-700);display:inline-flex;margin-bottom:8px}.empty-state h3{font-size:18px;color:var(--text);margin:0}.empty-state p{font-size:14px;margin:0;max-width:380px}.empty-state .btn{margin-top:14px}@media (prefers-reduced-motion:reduce){.page-transition,.route-progress-bar,.skel:after{animation:none}.reveal{opacity:1;transform:none;transition:none}}.cart-info h5,.cart-pkg-child-name,.cshow-body h4,.dash-thumb span,.hpkg-card h5,.pcard-body h5,.pkg-body h5,.rate-item-body h5,.tp-card h5{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden;line-height:1.3}.pcard-body h5{min-height:calc(2 * 1.3em)}.ord-detail .cart-head{margin-bottom:12px}.ord-detail .cart-head h1{font-size:20px}.ord-detail .cart-grid{gap:16px}.ord-detail .co-main{gap:10px}.ord-detail .pd-card{padding:13px 15px}.ord-detail .co-sec-head{margin-bottom:4px}.ord-detail .co-sec-head h4,.ord-detail .pd-sec{font-size:14px;margin-bottom:8px}.ord-detail .cart-summary{padding:14px 16px}.ord-detail .cart-summary h4{margin-bottom:4px}.ord-detail .cart-info h5{font-size:13.5px}.ord-detail .cart-unit{font-size:11.5px}.ord-detail section>.ord-item{grid-template-columns:56px 1fr auto;gap:10px;padding:7px 0}.ord-detail section>.ord-item .cart-media{width:56px;height:56px}.ord-detail .ord-pkg{margin:4px 0 8px}.ord-detail .ord-pkg-head{padding:9px 12px;grid-template-columns:56px 1fr auto 18px}.ord-detail .ord-pkg-head .cart-media{width:56px;height:56px}.ord-detail .ord-pkg-children .ord-item{padding:6px 0}.ord-detail .ord-timeline{gap:7px}.ord-detail .ord-step small{font-size:11.5px}.ord-detail .ord-addr p{font-size:12.5px}.ordx-hero{background:linear-gradient(135deg,var(--brand-soft) 0,#fff 62%);border:1px solid #eaefe3;border-radius:18px;padding:16px 22px 22px;margin-bottom:16px}.ordx-hero-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.ordx-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--muted)}.ordx-back:hover{color:var(--brand-700)}.ordx-status{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;padding:6px 13px;border-radius:999px;background:#eef2ea;color:var(--text)}.ordx-status i{width:7px;height:7px;border-radius:50%;background:currentColor}.ordx-status.s1,.ordx-status.s2,.ordx-status.s3{background:#e7f2dc;color:var(--brand-700)}.ordx-status.s4,.ordx-status.s5,.ordx-status.s8{background:#e8f3ff;color:#1f6fb2}.ordx-status.s6{background:#e6f4ea;color:#2f7d42}.ordx-status.s7{background:#fdecea;color:#c0392b}.ordx-hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.ordx-hero-id h1{font-size:22px;margin-bottom:6px}.ordx-hero-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12.5px;color:var(--muted);margin:0}.ordx-dotsep{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.45}.ord-detail .ordx-hero-id .ord-head-note{display:inline-flex;align-items:center;gap:5px;margin-top:8px;font-size:12.5px;color:var(--brand-700);font-weight:600}.ordx-hero-total{text-align:right}.ordx-hero-total small{display:block;font-size:11.5px;color:var(--muted)}.ordx-hero-total b{font-size:24px;font-weight:800;color:var(--text)}.ordx-steps{display:flex;margin-top:22px}.ordx-step{flex:1 1;min-width:0;position:relative;text-align:center;padding-top:38px}.ordx-step:before{content:"";position:absolute;top:14px;right:50%;width:100%;height:2px;background:#dfe6d8}.ordx-step:first-child:before{display:none}.ordx-step.done:before{background:var(--brand)}.ordx-dot{position:absolute;top:0;left:50%;transform:translateX(-50%);width:30px;height:30px;border-radius:50%;background:#fff;border:2px solid #dfe6d8;display:inline-flex;align-items:center;justify-content:center;color:#b7c0ad;z-index:1}.ordx-step.done .ordx-dot{background:var(--brand);border-color:var(--brand);color:#fff}.ordx-step b{display:block;font-size:11px;line-height:1.25;color:var(--muted);padding:0 4px}.ordx-step.done b{color:var(--text)}.ordx-step small{display:block;font-size:10px;color:var(--muted);margin-top:2px}.ordx-cancelled{margin-top:18px;display:inline-flex;align-items:center;gap:8px;background:#fdecea;color:#c0392b;padding:10px 16px;border-radius:10px;font-weight:600;font-size:13.5px}@media (max-width:640px){.ordx-steps{overflow-x:auto;padding-bottom:4px}.ordx-step{min-width:82px}.ordx-hero-total{text-align:left}}.ord-detail .cart-summary h4,.ord-detail .co-sec-head h4,.ord-detail .pd-sec{display:flex;align-items:center;gap:9px}.ordx-sec-ic{width:27px;height:27px;border-radius:8px;background:var(--brand-soft);color:var(--brand-700);display:inline-flex;align-items:center;justify-content:center;flex:none}.ord-detail .cart-summary,.ord-detail .pd-card{border-radius:14px;border-color:#eef1ea;box-shadow:0 1px 3px rgba(30,40,15,.04)}.ord-detail .cart-total{border-top:1px solid #eef1ea;margin-top:6px;padding-top:12px}.ord-detail .cart-total b{font-size:20px}.medion-app-container{background-color:#fff;color:#334155;overflow-x:hidden}.medion-badge-sm{display:inline-flex;align-items:center;gap:7px;background:#ecfdf5;border:1px solid rgba(16,185,129,.25);border-radius:999px;padding:5px 12px;color:#059669;font-size:11.5px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px}.medion-badge-sm.dark{background:rgba(16,185,129,.15);border-color:rgba(16,185,129,.35);color:#34d399}.section-browse-categories-exact{padding:60px 0 70px;background:#fff;position:relative;overflow:hidden}.cat-exact-header{text-align:center;margin-bottom:34px}.cat-exact-title{font-family:Epilogue,sans-serif;font-size:46px;font-weight:800;color:#111827;letter-spacing:-1px;margin:14px 0 10px;line-height:1.15}.cat-exact-lead{font-family:Epilogue,sans-serif;font-size:15px;color:#4b5563;line-height:1.5;margin:0}.cat-exact-tabs-wrap{display:flex;justify-content:center;margin-bottom:50px}.cat-exact-tabs{display:inline-flex;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:5px;box-shadow:0 2px 10px rgba(0,0,0,.03)}.cat-exact-tab{position:relative;background:transparent;border:none;font-family:Epilogue,sans-serif;font-size:14px;font-weight:500;color:#374151;padding:10px 22px;border-radius:999px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.cat-exact-tab:hover{color:#111827}.cat-exact-tab.active{background:#2563eb;color:#fff;font-weight:600}.cat-tab-pointer{position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #2563eb}.cat-exact-stepped-row{display:flex;align-items:center;justify-content:center;gap:20px;width:100%;max-width:1440px;margin:0 auto;min-height:500px}.cat-exact-card{border-radius:28px;transition:all .35s cubic-bezier(.4,0,.2,1);cursor:pointer}.cat-card-anchor,.cat-exact-card{position:relative;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column}.cat-card-anchor{justify-content:space-between;width:100%;height:100%;text-decoration:none;padding:22px 18px 18px}.cat-exact-card.size-small{width:235px;height:340px;border-radius:22px}.cat-exact-card.size-medium{width:280px;height:405px;border-radius:26px}.cat-exact-card.size-big{width:355px;height:470px;border-radius:30px;box-shadow:0 20px 40px -10px rgba(37,99,235,.12);padding:0}.cat-exact-card.size-big .cat-card-anchor{padding:24px 22px 18px}.cat-card-top-row{display:flex;align-items:center;gap:12px;z-index:5}.cat-ic-circle{width:42px;height:42px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.04);flex-shrink:0}.cat-exact-card.size-big .cat-ic-circle{width:48px;height:48px}.cat-titles-col h4{font-family:Epilogue,sans-serif;font-size:19px;font-weight:700;color:#111827;margin:0 0 2px;line-height:1.2}.cat-exact-card.size-big .cat-titles-col h4{font-size:24px}.cat-count-txt{font-family:Epilogue,sans-serif;font-size:13.5px;font-weight:600}.cat-exact-card.size-big .cat-count-txt{font-size:14.5px}.cat-visual-stage{position:absolute;bottom:0;left:0;right:0;height:68%;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;pointer-events:none}.cat-arch-bg{position:absolute;bottom:-30px;width:140%;height:210px;border-radius:50% 50% 0 0;z-index:1}.cat-exact-card.size-medium .cat-arch-bg{height:250px}.cat-exact-card.size-big .cat-arch-bg{bottom:-30px;height:300px}.cat-cutout-img{position:relative;z-index:2;max-height:88%;max-width:90%;object-fit:contain;margin-bottom:0;transition:transform .3s ease}.cat-exact-card:hover .cat-cutout-img{transform:scale(1.04)}.cat-small-arrow-btn{position:absolute;bottom:16px;left:16px;width:36px;height:36px;border-radius:50%;background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.07);display:flex;align-items:center;justify-content:center;z-index:6;transition:transform .2s ease}.cat-exact-card:hover .cat-small-arrow-btn{transform:scale(1.08)}.cat-pill-explore-btn{position:relative;z-index:6;margin-top:auto;height:44px;background:hsla(0,0%,100%,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.95);border-radius:999px;display:flex;align-items:center;justify-content:space-between;padding:0 8px 0 20px;font-family:Epilogue,sans-serif;font-size:13.5px;font-weight:600;color:#111827;box-shadow:0 4px 14px rgba(0,0,0,.05);transition:all .2s ease}.cat-exact-card.size-big:hover .cat-pill-explore-btn{background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.09)}.cat-pill-arrow-ic{width:34px;height:34px;border-radius:50%;background:#fff;color:#111827;box-shadow:0 2px 6px rgba(0,0,0,.05)}.cat-divider-row,.cat-pill-arrow-ic{display:flex;align-items:center;justify-content:center}.cat-divider-row{margin-top:55px;width:100%}.cat-divider-line{flex:1 1;height:1px;background:#e5e7eb}.btn-explore-categories-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1.5px solid #2563eb;border-radius:999px;padding:10px 28px;font-family:Epilogue,sans-serif;font-size:14.5px;font-weight:600;color:#1e40af;text-decoration:none;transition:all .2s ease;margin:0 16px;box-shadow:0 2px 8px rgba(37,99,235,.06)}.btn-explore-categories-pill:hover{background:#2563eb;color:#fff;box-shadow:0 6px 16px rgba(37,99,235,.2);transform:translateY(-1px)}@media (max-width:1100px){.cat-exact-card.size-small{display:none}}@media (max-width:768px){.cat-exact-card.size-medium{display:none}.cat-exact-card.size-big{width:90vw;max-width:320px;height:460px}.cat-exact-title{font-size:32px}.cat-exact-tabs{flex-wrap:wrap;justify-content:center}}.section-presc-banner{padding:30px 0 60px}.presc-banner-card{position:relative;background:linear-gradient(120deg,#dae7fc,#edf4fe 45%,#d6e5fb);border:2px solid #fff;border-radius:28px;padding:52px 68px;display:flex;align-items:center;justify-content:space-between;gap:40px;box-shadow:0 16px 40px rgba(30,58,138,.06);overflow:hidden;min-height:400px}.presc-banner-content{max-width:580px;z-index:2}.presc-banner-content h2{font-size:48px;font-weight:800;color:#111827;letter-spacing:-1.5px;line-height:1.15;margin:14px 0}.presc-banner-content p{color:#4b5563;font-size:16.5px;line-height:1.6;margin-bottom:30px}.btn-upload-cta{display:inline-flex;align-items:center;gap:12px;background:#00b4d8;color:#fff;font-weight:700;font-size:17px;padding:16px 32px;border-radius:18px;box-shadow:0 10px 24px rgba(0,180,216,.35);transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-upload-cta:hover{background:#0284c7;transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,180,216,.45)}.presc-banner-visual{flex:0 0 460px;max-width:460px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.presc-img{width:100%;max-width:460px;height:auto;object-fit:contain;display:block;-webkit-mask-image:radial-gradient(circle at 50% 50%,#000 62%,rgba(0,0,0,.85) 75%,transparent 97%);mask-image:radial-gradient(circle at 50% 50%,#000 62%,rgba(0,0,0,.85) 75%,transparent 97%)}.section-popular-meds{padding:60px 0 70px;background:#fff}.pop-meds-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.pop-meds-title-wrap h2{font-size:38px;font-weight:800;color:#111827;letter-spacing:-1px;margin:10px 0 8px}.pop-meds-title-wrap p{color:#4b5563;font-size:16px;margin:0}.btn-view-all-dark{display:inline-flex;align-items:center;gap:8px;background:#161f38;color:#fff;font-size:14px;font-weight:600;padding:12px 24px;border-radius:999px;transition:all .2s ease;white-space:nowrap}.btn-view-all-dark:hover{background:#0f172a;transform:translateY(-2px);box-shadow:0 8px 20px rgba(15,23,42,.2)}.pop-meds-tabs-bar{margin-bottom:32px}.pop-meds-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.pop-med-tab-btn{background:transparent;color:#16161d;border:1px solid #d4d4d4;padding:8px 24px;border-radius:999px;font-family:Epilogue,sans-serif;font-size:15px;font-weight:500;cursor:pointer;transition:all .22s ease;white-space:nowrap}.pop-med-tab-btn:hover{border-color:#0db7e9;color:#011558}.pop-med-tab-btn.active{background:linear-gradient(135deg,#0db7e9,#011558);color:#fff;border-color:transparent;font-weight:600;box-shadow:0 4px 14px rgba(1,21,88,.22)}.pop-meds-layout{display:grid;grid-template-columns:2fr 1.35fr 2fr;grid-gap:22px;gap:22px;align-items:stretch}.pop-meds-col{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.center-promo-card,.pop-meds-center{display:flex;height:100%}.center-promo-card{position:relative;flex-direction:column;width:100%;border-radius:24px;overflow:hidden;box-shadow:0 12px 36px rgba(2,132,199,.12);transition:transform .25s ease,box-shadow .25s ease}.center-promo-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(2,132,199,.18)}.center-promo-img{width:100%;height:100%;object-fit:cover;display:block}.center-promo-btn{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;gap:8px;background:#161f38;color:#fff;font-size:13.5px;font-weight:600;padding:10px 22px;border-radius:999px;box-shadow:0 8px 20px rgba(15,23,42,.25);transition:all .2s ease;white-space:nowrap}.center-promo-card:hover .center-promo-btn{background:#00b4d8}.medion-prod-card{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:16px;position:relative;display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:380px;box-sizing:border-box;box-shadow:0 4px 20px rgba(0,0,0,.03);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.medion-prod-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(15,23,42,.08);border-color:#cbd5e1}.prod-img-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:220px;min-height:220px;max-height:220px;margin-bottom:12px;padding:12px;background:#fff;border-radius:20px;overflow:hidden!important;box-sizing:border-box}.prod-img-wrap .prod-img-link,.prod-img-wrap a{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;overflow:hidden!important;position:relative}.prod-img-wrap .media-fallback,.prod-img-wrap .media-fallback img,.prod-img-wrap .prod-img,.prod-img-wrap img{max-height:190px!important;max-width:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;transition:transform .25s ease;display:block!important;margin:auto!important}.prod-img-wrap .media-fallback{width:100%!important;height:100%!important;background:transparent!important}.medion-prod-card:hover .prod-img-wrap img{transform:scale(1.05)}.prod-badge-top-right{top:10px;right:10px;background:#16841c;color:#fff;font-weight:600;padding:5px 12px;border-radius:999px;letter-spacing:.2px}.prod-badge-top-right,.prod-rating-pill{position:absolute;font-family:Epilogue,sans-serif;font-size:12px;z-index:3;pointer-events:none}.prod-rating-pill{bottom:8px;right:8px;background:#fff;border:1px solid #f1f5f9;box-shadow:0 2px 8px rgba(0,0,0,.06);border-radius:999px;padding:3px 10px;display:inline-flex;align-items:center;gap:4px;font-weight:700;color:#16161d}.prod-meta{display:flex;flex-direction:column;flex:1 1;margin-top:auto}.prod-meta h4{font-family:Epilogue,sans-serif;font-size:18px;font-weight:600;color:#16161d;margin:0 0 4px;line-height:1.3;height:46px;min-height:46px;max-height:46px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;letter-spacing:-.4px}.prod-meta h4 a{color:inherit;text-decoration:none;transition:color .15s ease}.prod-meta h4 a:hover{color:#08d}.prod-meta h4 span{color:inherit}.prod-brand{font-family:Urbanist,sans-serif;font-size:14px;color:#50535b;margin:0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prod-foot{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto;padding-top:6px}.prod-pricing-stacked{display:flex;flex-direction:column;gap:1px}.prod-price-mrp{font-size:14px;color:#767676;font-weight:400}.prod-price-mrp,.prod-price-sell{font-family:Epilogue,sans-serif;line-height:1.2}.prod-price-sell{font-size:20px;font-weight:700;color:#16161d}.btn-cart-circle{width:48px;height:48px;border-radius:999px;background:#fff;border:1px solid #d1e0fb;color:#0a2558;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}.btn-cart-circle:hover{background:#0a2558;border-color:#0a2558;color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px rgba(10,37,88,.22)}.btn-cart-circle.added{background:#16841c;border-color:#16841c;color:#fff}.section-health-concern{padding:40px 0 70px}.concern-shell{position:relative;background:radial-gradient(90% 120% at 80% 15%,#1d4ed8 0,#0c2556 45%,#05142e 100%);border:1.5px solid hsla(0,0%,100%,.14);border-radius:28px;padding:56px 64px;color:#fff;box-shadow:0 24px 60px rgba(5,19,41,.35);overflow:hidden}.concern-shell:before{content:"";position:absolute;top:-100px;right:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(0,180,216,.22) 0,transparent 70%);pointer-events:none}.concern-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px;position:relative;z-index:2}.concern-title{color:#fff;font-size:42px;font-weight:800;letter-spacing:-1.2px;line-height:1.15;margin:12px 0 10px}.concern-lead{color:#cbd5e1;font-size:16px;line-height:1.6;margin:0;max-width:540px}.concern-arrows{display:flex;gap:12px}.arrow-circle{width:46px;height:46px;border-radius:50%;background:#fff;border:none;color:#0b1a38;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.25);transition:all .2s cubic-bezier(.4,0,.2,1)}.arrow-circle:hover{background:#00b4d8;color:#fff;transform:scale(1.08);box-shadow:0 6px 18px rgba(0,180,216,.4)}.concern-row{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:20px;gap:20px;position:relative;z-index:2}.concern-card{background:hsla(0,0%,100%,.06);border:1.5px solid hsla(0,0%,100%,.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:22px;padding:30px 16px 24px;text-align:center;transition:all .25s cubic-bezier(.4,0,.2,1);text-decoration:none;display:flex;flex-direction:column;align-items:center}.concern-card:hover{transform:translateY(-6px);background:hsla(0,0%,100%,.12);border-color:rgba(0,180,216,.6);box-shadow:0 16px 36px rgba(0,0,0,.35),0 0 20px rgba(0,180,216,.2)}.concern-visual{display:flex;justify-content:center;align-items:center;height:115px;width:115px;margin-bottom:16px;border-radius:50%;background:radial-gradient(circle at center,rgba(37,99,235,.25) 0,transparent 70%)}.concern-visual img{max-width:100px;max-height:100px;object-fit:contain;transition:transform .25s ease;filter:drop-shadow(0 8px 16px rgba(0,0,0,.3))}.concern-card:hover .concern-visual img{transform:scale(1.1)}.concern-card h3{color:#fff;font-size:16px;font-weight:700;margin:0;letter-spacing:-.2px}.section-most-ordered{padding:60px 0 80px;background:#fff}.most-ordered-layout{display:grid;grid-template-columns:320px 1fr;grid-gap:22px;gap:22px;align-items:stretch}.big-promo-card{position:relative;background:#e7f1fb;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;min-height:480px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.big-promo-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom right;z-index:1}.big-promo-content{position:relative;z-index:2;padding:28px 24px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.promo-top-badge{display:inline-block;background:#004bbb;color:#fff;font-size:11px;font-weight:700;padding:4px 11px;border-radius:999px;width:-moz-fit-content;width:fit-content;margin-bottom:12px}.big-promo-content h3{font-size:26px;font-weight:800;color:#0a192f;line-height:1.25;margin:0 0 6px}.promo-brand-text{font-size:13.5px;color:#64748b;margin:0 0 20px}.promo-big-banner{background:#0052cc;color:#fff;font-size:28px;font-weight:900;padding:10px 20px;border-radius:6px;letter-spacing:-.5px;width:-moz-fit-content;width:fit-content;margin:8px 0 28px}.promo-price-block{margin-top:auto}.promo-price-block s{display:block;font-size:16px;color:#75869c;text-decoration:line-through;margin-bottom:2px}.promo-price-block b{display:block;font-size:34px;font-weight:900;color:#0a192f;line-height:1}.ordered-prod-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.ordered-product-card{background:#fff;border:1px solid #edf2f7;border-radius:24px;padding:20px 20px 24px;display:flex;flex-direction:column;justify-content:space-between;min-height:480px;box-shadow:0 4px 16px rgba(15,23,42,.03);transition:all .25s ease}.ordered-product-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(15,23,42,.08);border-color:#cbd5e1}.card-top-tag-wrap{display:flex;justify-content:flex-end;height:26px;align-items:center;margin-bottom:4px}.ordered-tag{font-size:10.5px;font-weight:700;padding:3px 10px;border-radius:999px;letter-spacing:.2px}.ordered-tag.tag-solid{background:#094;color:#fff}.ordered-tag.tag-outline{background:#ecfdf5;color:#094;border:1px solid #10b981}.ordered-prod-img-wrap{display:flex;align-items:center;justify-content:center;height:190px;margin-bottom:14px;padding:4px}.ordered-prod-img{max-height:180px;width:auto;object-fit:contain;transition:transform .25s ease}.ordered-product-card:hover .ordered-prod-img{transform:scale(1.06)}.ordered-prod-info h4{font-size:15.5px;font-weight:700;color:#0a192f;margin:0 0 3px;line-height:1.35;text-align:left}.ordered-brand-name{font-size:13px;color:#75869c;margin:0 0 8px;text-align:left}.ordered-rating-row{display:flex;align-items:center;gap:4px;font-size:13px;margin-bottom:8px}.star-gold{color:#eab308}.rating-score{font-weight:700;color:#0a192f}.rating-count{color:#75869c;font-size:12.5px;margin-left:2px}.ordered-price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:16px}.price-curr{font-size:18px;font-weight:800;color:#0a192f}.price-old{font-size:13.5px;color:#94a3b8;text-decoration:line-through}.btn-add-to-cart{width:100%;height:44px;border-radius:999px;border:1.5px solid #dbeafe;background:#fff;color:#1e40af;font-size:13.5px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s ease}.btn-add-to-cart:hover{background:#0052cc;border-color:#0052cc;color:#fff}.btn-explore-medicines{display:inline-flex;align-items:center;gap:10px;background:#233067;color:#fff;font-size:15px;font-weight:600;padding:14px 34px;border-radius:999px;transition:all .2s ease;text-decoration:none}.btn-explore-medicines:hover{background:#19234d;transform:translateY(-2px);box-shadow:0 8px 20px rgba(35,48,103,.25)}.section-popular-brands{padding:50px 0 60px;background:#f8fafc}.brands-logo-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:16px;gap:16px}.brand-tile{background:#fff;border:1px solid #e2e8f0;border-radius:14px;height:84px;display:flex;align-items:center;justify-content:center;padding:16px;transition:transform .2s ease,box-shadow .2s ease}.brand-tile:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(15,23,42,.06);border-color:#cbd5e1}.brand-logo-img{max-height:44px;max-width:100%;object-fit:contain;filter:grayscale(20%);transition:filter .2s ease}.brand-tile:hover .brand-logo-img{filter:grayscale(0)}.section-why-trust{padding:60px 0;background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:20px;gap:20px}.trust-feature-card{text-align:center;padding:20px 14px;border-radius:18px;background:#f8fafc;border:1px solid #f1f5f9;transition:transform .2s ease}.trust-feature-card:hover{transform:translateY(-4px);background:#fff;box-shadow:0 12px 24px rgba(7,25,59,.06)}.trust-icon-wrap{width:72px;height:72px;background:transparent;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.trust-icon-wrap img{max-width:100%;max-height:100%;object-fit:contain}.trust-feature-card h3{font-size:14px;font-weight:700;color:#0f172a;margin:0 0 6px}.trust-feature-card p{font-size:12px;color:#64748b;margin:0;line-height:1.45}.section-testimonials{padding:40px 0 60px}.testimonial-shell{position:relative;border-radius:28px;overflow:hidden;height:520px;box-shadow:0 16px 40px rgba(7,25,59,.08)}.testimonial-bg-img{width:100%;height:100%;object-fit:cover;object-position:center 25%;display:block}.testimonial-floating-card{position:absolute;left:48px;top:48px;bottom:48px;width:410px;max-width:calc(100% - 96px);background:#fff;border-radius:24px;padding:32px 30px;flex-direction:column;box-shadow:0 20px 50px rgba(0,0,0,.12);z-index:2}.tcard-top,.testimonial-floating-card{display:flex;justify-content:space-between}.tcard-top{align-items:center}.tcard-header-label{font-size:16px;font-weight:700;color:#0a192f}.tcard-quote-icon{display:flex}.tcard-google-row{display:flex;align-items:center;gap:12px;margin:10px 0}.google-logo{flex-shrink:0}.google-rating-text{display:flex;flex-direction:column}.rating-num-stars{display:flex;align-items:center;gap:6px;font-size:14.5px}.rating-num-stars b{color:#0a192f;font-weight:700}.stars-gold{color:#eab308;letter-spacing:1px}.reviews-caption{font-size:11.5px;color:#75869c}.tcard-quote-text{font-size:18.5px;font-weight:700;color:#0a192f;line-height:1.45;margin:0}.text-highlight{color:#00b4d8;font-weight:700}.tcard-author-row{display:flex;align-items:center;gap:12px;margin-top:10px}.author-avatar-wrap{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0}.author-avatar{width:100%;height:100%;object-fit:cover;object-position:top}.author-meta h5{font-size:14.5px;font-weight:700;color:#0a192f;margin:0 0 2px}.author-meta p{font-size:12px;color:#75869c;margin:0}.tcard-slider-dots{display:flex;align-items:center;gap:6px;margin-top:6px}.dot{width:6px;height:6px;border-radius:50%;background:#dbeafe;display:inline-block}.dot.dot-pill{width:18px;border-radius:999px;background:#2563eb}.section-faq{padding:60px 0 80px;background:#fff}.faq-list{display:flex;flex-direction:column}.faq-item{border:none;border-bottom:1px solid #edf2f7;border-radius:0;background:transparent;padding:20px 0;transition:all .2s ease}.faq-question{width:100%;text-align:left;background:transparent;border:none;padding:0;display:flex;justify-content:space-between;align-items:center;font-size:17px;font-weight:700;color:#16205b;cursor:pointer}.faq-chevron{color:#2563eb;transition:transform .25s ease;flex-shrink:0}.faq-chevron.rot{transform:rotate(180deg)}.faq-answer{padding:12px 0 4px;font-size:14.5px;color:#64748b;line-height:1.65}.faq-answer p{margin:0}.medion-site-footer{background:#08162e;color:#94a3b8;padding:64px 0 0}.medion-footer-inner{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1.3fr;grid-gap:36px;gap:36px;padding-bottom:50px}.medion-footer-col h4{color:#fff;font-size:14.5px;font-weight:700;margin-bottom:18px;text-transform:uppercase;letter-spacing:.5px}.medion-footer-col ul{list-style:none;padding:0;margin:0}.medion-footer-col li{margin-bottom:11px}.medion-footer-col a{color:#94a3b8;font-size:13.5px;transition:color .15s ease}.medion-footer-col a:hover{color:#38bdf8}.medion-footer-logo{margin-bottom:16px}.medion-footer-about-text{font-size:13.5px;line-height:1.6;color:#94a3b8;margin:0}.medion-social-links{display:flex;gap:10px;margin-bottom:20px}.soc-btn{width:38px;height:38px;border-radius:50%;background:hsla(0,0%,100%,.08);color:#e2e8f0;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.soc-btn:hover{background:#0284c7;color:#fff}.medion-app-buttons{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.store-badge-btn{display:inline-flex;align-items:center;border-radius:8px;overflow:hidden;height:38px;transition:transform .2s ease,opacity .2s ease;text-decoration:none}.store-badge-btn:hover{transform:translateY(-2px);opacity:.9}.store-badge-btn img{height:38px;width:auto;display:block}.app-store-btn{background:#000;border:1px solid hsla(0,0%,100%,.25);color:#fff;padding:0 12px;gap:8px;height:38px}.app-store-btn svg{flex-shrink:0}.store-btn-text{display:flex;flex-direction:column;line-height:1.15;text-align:left}.store-btn-text span{font-size:8px;color:#cbd5e1;text-transform:uppercase;letter-spacing:.3px}.store-btn-text b{font-size:13px;font-weight:700;color:#fff}.medion-copyright-bar{border-top:1px solid hsla(0,0%,100%,.08);padding:22px 0}.medion-copyright-bar p{margin:0;font-size:13px;color:#64748b}@media (max-width:1200px){.cat-card-grid{grid-template-columns:repeat(3,1fr)}.pop-meds-layout{grid-template-columns:1fr}.concern-row{grid-template-columns:repeat(3,1fr)}.ordered-prod-grid{grid-template-columns:repeat(2,1fr)}.brands-logo-grid{grid-template-columns:repeat(4,1fr)}.trust-grid{grid-template-columns:repeat(3,1fr)}.medion-footer-inner{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.pop-meds-header{flex-direction:column;align-items:flex-start;gap:16px}.btn-view-all-dark{align-self:flex-start}.cat-card-grid{grid-template-columns:1fr}.presc-banner-card{flex-direction:column;text-align:center;padding:36px 20px;gap:28px}.presc-banner-content h2{font-size:30px}.btn-upload-cta{width:100%;justify-content:center}.presc-banner-visual{flex:none;width:100%;max-width:320px}.presc-img{max-width:100%}.pop-meds-col{grid-template-columns:1fr}.concern-row{grid-template-columns:repeat(2,1fr)}.most-ordered-layout{grid-template-columns:1fr}.brands-logo-grid{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.testimonial-shell{height:auto;display:flex;flex-direction:column}.testimonial-floating-card{position:static;width:100%;max-width:100%;margin:20px}.medion-footer-inner{grid-template-columns:1fr}}