:root{color-scheme:light;--ink:#1e293b;--muted:#64748b;--line:#e2e8f0;--paper:#ffffff;--brand-blue:#0b5be7;--brand-yellow:#facc15;--brand-red:#ef4444;--brand-green:#22c55e;--bg-soft:#f8fafc;--teal:#0b5be7;--teal-dark:#0738be;--coral:#0b5be7;--cream:#fff8e7;--shadow:0 18px 48px rgba(21,34,52,0.12);--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);--radius:12px;--max:1280px;--rc:var(--brand-blue)}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;max-width:100%}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;overflow-x:hidden;max-width:100%}body.drawer-open,body.nav-open{overflow:hidden}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:250;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(16px,4vw,52px);background:rgba(255,253,247,0.94);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;min-width:0;flex-shrink:0;overflow:hidden;max-height:52px}.brand-logo{display:block;height:44px;max-height:44px;width:auto;max-width:180px;object-fit:contain;object-position:left center;transition:opacity 160ms ease}.brand:hover .brand-logo,.brand:focus-visible .brand-logo{opacity:0.88}.brand-mark{display:none}.brand strong,.brand small{display:none}.main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(12px,2vw,26px);color:#445067;font-size:0.95rem;font-weight:600}.main-nav a{padding:8px 0;border-bottom:2px solid transparent;white-space:nowrap}.main-nav a:hover,.main-nav a:focus-visible,.main-nav a[aria-current="page"]{border-color:var(--teal)}.nav-toggle{display:none;position:relative;width:44px;height:44px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--ink);cursor:pointer;place-items:center;z-index:201;transition:background 0.2s,border-color 0.2s,color 0.2s;flex-shrink:0}.nav-toggle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.nav-toggle svg path{transition:opacity 0.2s,transform 0.2s;transform-origin:center}.nav-toggle[aria-expanded="true"]{background:var(--ink);border-color:var(--ink);color:#fff}.nav-toggle[aria-expanded="true"] svg path:nth-child(2){opacity:0;transform:scaleX(0)}.icon-button{position:relative;display:inline-grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--ink)}.icon-button svg,.button svg,.search-box svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.cart-count{position:absolute;top:-7px;right:-7px;min-width:22px;height:22px;padding:0 6px;display:grid;place-items:center;border:2px solid var(--paper);border-radius:999px;background:var(--coral);color:#fff;font-size:0.75rem;font-weight:700}.hero{min-height:calc(100vh - 74px);display:grid;grid-template-columns:minmax(0,0.84fr) minmax(0,1.16fr);gap:clamp(28px,5vw,72px);align-items:center;max-width:1440px;margin:0 auto;padding:clamp(34px,6vw,78px) clamp(16px,5vw,70px) clamp(30px,5vw,62px);background:linear-gradient(90deg,rgba(255,253,247,0.98),rgba(255,253,247,0.74)),linear-gradient(135deg,#fff3d2,#e6f7f3)}.hero-copy{max-width:620px}.eyebrow{margin:0 0 10px;color:var(--teal-dark);font-size:0.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2{margin:0;line-height:1.05;letter-spacing:0}h1{max-width:720px;font-size:clamp(2.35rem,6vw,5.35rem)}h2{font-size:clamp(1.8rem,3vw,3.1rem)}.hero-text{max-width:570px;margin:22px 0 0;color:#465167;font-size:clamp(1rem,1.3vw,1.18rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 18px;border:1px solid transparent;border-radius:var(--radius);font-weight:700;transition:transform 160ms ease,box-shadow 160ms ease,background 160ms ease}.button:hover,.button:focus-visible,.icon-button:hover,.icon-button:focus-visible{transform:translateY(-1px)}.button.primary{background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;box-shadow:0 12px 24px rgba(37,99,235,0.22)}.button.ghost{border-color:var(--line);background:#fff;color:var(--ink)}.full-width{width:100%}.trust-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.trust-row span{border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,0.76);padding:9px 11px;color:#3f4b5f;font-size:0.88rem;font-weight:700}.hero-visual{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);overflow:hidden}.hero-visual img{width:100%;height:min(68vh,620px);object-fit:cover}.stats-band{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--line);border-block:1px solid var(--line)}.stats-band article{min-height:128px;padding:28px clamp(16px,3vw,34px);background:#fff}.stats-band strong,.stats-band span{display:block}.stats-band strong{font-size:clamp(1.45rem,2vw,2rem)}.stats-band span{margin-top:4px;color:var(--muted)}.featured-product{display:grid;grid-template-columns:minmax(360px,0.98fr) minmax(0,1.02fr);gap:clamp(24px,5vw,56px);align-items:center;max-width:var(--max);margin:0 auto;padding:clamp(54px,8vw,96px) clamp(16px,4vw,28px) clamp(42px,7vw,74px)}.featured-gallery{display:grid;gap:12px}.featured-image-frame{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.featured-image-frame img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.saving-badge{position:absolute;left:14px;bottom:14px;max-width:calc(100% - 28px);padding:9px 11px;border-radius:var(--radius);background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;font-size:0.82rem;font-weight:700;box-shadow:0 10px 20px rgba(31,41,55,0.18)}.gallery-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.gallery-thumb{overflow:hidden;padding:0;border:2px solid transparent;border-radius:var(--radius);background:#fff;box-shadow:0 8px 18px rgba(31,41,55,0.07)}.gallery-thumb.is-active{border-color:var(--teal)}.gallery-thumb img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.featured-copy{min-width:0}.featured-copy h2{max-width:720px}.product-lead{max-width:640px;margin:18px 0 0;color:#465167;font-size:1.08rem}.featured-price-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:22px;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.featured-price-row strong,.featured-price-row span{display:block}.featured-price-row strong{margin-top:2px;font-size:clamp(2rem,4vw,3.1rem);line-height:1}.compare-price,.card-compare,.price-label{color:var(--muted)}.compare-price,.card-compare{text-decoration:line-through}.price-label{font-weight:700}.deal-note{flex:0 0 auto;padding:9px 10px;border-radius:var(--radius);background:#fff4d6;color:#6b5200;font-weight:700}.feature-chip-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.feature-chip-grid span{padding:9px 10px;border:1px solid #d7e8e4;border-radius:var(--radius);background:#f4fbf9;color:#245b57;font-size:0.88rem;font-weight:700}.product-bullets{display:grid;gap:9px;margin:18px 0 0;padding-left:20px;color:#465167}.product-bullets li::marker{color:var(--teal)}.featured-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.product-detail-section{max-width:none;padding:clamp(54px,8vw,92px) clamp(16px,4vw,28px);background:#f6faf5}.product-detail-section>*{max-width:var(--max);margin-inline:auto}.detail-grid,.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.detail-grid article,.review-grid article{padding:20px;border:1px solid #dfe9dc;border-radius:var(--radius);background:#fff}.detail-grid strong,.detail-grid p,.review-grid strong,.review-grid p{display:block;margin:0}.detail-grid p,.review-grid p{margin-top:8px;color:var(--muted)}.review-ready{display:grid;grid-template-columns:minmax(240px,0.55fr) minmax(0,1.45fr);gap:18px;align-items:start;margin-top:22px}.review-ready h3{margin:0;font-size:clamp(1.35rem,2vw,2rem);line-height:1.1}.new-arrivals-section{max-width:var(--max);margin:0 auto;padding:clamp(58px,8vw,96px) clamp(16px,4vw,28px)}.deal-product-grid{display:grid;gap:18px}.deal-product-card{display:grid;grid-template-columns:minmax(250px,0.55fr) minmax(0,1.45fr);gap:22px;align-items:stretch;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 24px rgba(31,41,55,0.07)}.deal-product-card>img{width:100%;height:100%;min-height:280px;border-radius:6px;object-fit:cover;background:#f5f6f8}.deal-product-card>div{display:flex;min-width:0;flex-direction:column;align-items:start;padding:6px 4px}.deal-product-card h3{margin:0;font-size:clamp(1.35rem,2.2vw,2.25rem);line-height:1.08}.deal-product-card p:not(.eyebrow){max-width:720px;margin:12px 0 0;color:#465167}.mini-price-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px}.mini-price-row span{color:var(--muted);font-weight:700}.mini-price-row strong{padding:10px 12px;border-radius:var(--radius);background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;font-size:1.08rem}.deal-product-card ul{display:grid;gap:8px;margin:16px 0 18px;padding-left:20px;color:#465167}.deal-product-card li::marker{color:var(--coral)}.deal-product-card .button{margin-top:auto}.shop-section,.finder-section,.contact-section{max-width:var(--max);margin:0 auto;padding:clamp(58px,8vw,96px) clamp(16px,4vw,28px)}.price-list-section{margin-bottom:clamp(48px,7vw,78px)}.price-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 24px rgba(31,41,55,0.07)}.price-table{width:100%;min-width:680px;border-collapse:collapse}.price-table th,.price-table td{padding:13px 15px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.price-table th{background:#f6faf5;color:#245b57;font-size:0.82rem;text-transform:uppercase}.price-table tr:last-child td{border-bottom:0}.price-table td:last-child{color:#233044;font-weight:700;white-space:nowrap}.section-heading{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:26px}.section-heading p:not(.eyebrow){max-width:410px;margin:0;color:var(--muted);font-size:1rem}.store-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:14px;align-items:center;margin-bottom:16px}.search-box{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--muted)}.search-box input,.checkout-form input,.checkout-form textarea,select{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}.search-box:focus-within,.checkout-form label:focus-within,.toolbar-controls label:focus-within{border-color:var(--teal);box-shadow:0 0 0 4px rgba(46,168,157,0.12)}.toolbar-controls label{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--muted);font-weight:700}select{min-width:178px;color:var(--ink);font-weight:700}.category-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.category-button,.text-button{border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:#465167;font-weight:700}.category-button{flex:0 0 auto;padding:10px 13px}.category-button.is-active{border-color:#233044;background:#233044;color:#fff}.catalog-status{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:18px 0;color:var(--muted);font-weight:700}.catalog-status--actions-only{justify-content:flex-end}.text-button{padding:8px 11px}.product-grid,.home-product-row,.cat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card,.home-toy-card{min-width:0;display:flex;flex-direction:column;border:1px solid #e4edf7;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 4px 16px rgba(15,35,64,0.07);transition:border-color 220ms ease,box-shadow 220ms ease,transform 220ms ease}.product-card:hover,.product-card:focus-within,.home-toy-card:hover,.home-toy-card:focus-within{border-color:#a5c1e8;box-shadow:0 24px 56px rgba(15,35,64,0.18);transform:translateY(-8px)}.home-toy-card__media,.product-card .product-image,.product-card__media{position:relative;display:grid;place-items:center;aspect-ratio:4 / 3;min-height:0;overflow:hidden;background:linear-gradient(145deg,#f4f9ff,#fff9f0);text-decoration:none;color:inherit}.product-card .product-image-link{display:block;text-decoration:none;color:inherit}.home-toy-card__media::after,.product-card .product-image::after,.product-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 60%,rgba(15,35,64,0.04));opacity:0;transition:opacity 220ms ease;pointer-events:none}.home-toy-card:hover .home-toy-card__media::after,.home-toy-card:focus-within .home-toy-card__media::after,.product-card:hover .product-image::after,.product-card:focus-within .product-image::after,.product-card:hover .product-card__media::after{opacity:1}.home-toy-card__media img,.product-card .product-image img,.product-card__media img{width:100%;height:100%;padding:14px;object-fit:contain;transition:transform 340ms cubic-bezier(0.34,1.56,0.64,1)}.home-toy-card:hover .home-toy-card__media img,.home-toy-card:focus-within .home-toy-card__media img,.product-card:hover .product-image img,.product-card:focus-within .product-image img,.product-card:hover .product-card__media img{transform:scale(1.07)}.product-age{display:none!important}.home-toy-card__media>span{display:none!important}.badge,.product-card .product-image .badge{position:absolute;top:12px;left:12px;max-width:calc(100% - 24px);padding:5px 12px;border:none;border-radius:999px;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;box-shadow:0 4px 14px rgba(37,99,235,0.38);font-size:0.72rem;font-weight:700;line-height:1;letter-spacing:0.04em;text-transform:uppercase}.product-label{display:none!important;position:absolute;top:10px;right:10px;padding:5px 11px;border:none;border-radius:999px;font-size:0.65rem;font-weight:700;line-height:1;letter-spacing:0.07em;text-transform:uppercase;color:#fff;pointer-events:none;z-index:2;animation:label-pop 0.35s cubic-bezier(0.34,1.56,0.64,1) both}@keyframes label-pop{from{transform:scale(0.7);opacity:0}to{transform:scale(1);opacity:1}}.product-label--hot{background:linear-gradient(135deg,#ff4500,#ff8c00);box-shadow:0 3px 10px rgba(255,69,0,0.45)}.product-label--trending{background:linear-gradient(135deg,#00b894,#00cec9);box-shadow:0 3px 10px rgba(0,184,148,0.45)}.product-label--bestseller{background:linear-gradient(135deg,#f9a825,#ff8f00);box-shadow:0 3px 10px rgba(249,168,37,0.45)}.product-label--new{background:linear-gradient(135deg,#00b894,#00cec9);box-shadow:0 3px 10px rgba(0,184,148,0.45)}.product-body,.home-toy-card__body{flex:1;display:flex;flex-direction:column;gap:10px;padding:16px 18px 18px}.product-meta{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:0.82rem;font-weight:700}.product-card h3,.home-toy-card h3,.product-card__name{display:-webkit-box;min-height:2.4em;margin:0;overflow:hidden;color:#17243a;font-size:0.92rem;font-weight:600;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-title-link{color:inherit;text-decoration:none}.product-title-link:hover,.product-title-link:focus-visible{color:#0b5be7}.product-card p{margin:0;color:var(--muted);font-size:0.92rem}.price-row,.home-toy-card__bottom,.product-card__bottom{display:grid;gap:10px;margin-top:auto}.home-toy-card__bottom strong,.product-card__bottom .product-card__price,.product-card__bottom strong,.price-row .price,.price-row .product-price,.price-row strong{color:#0f172a;font-size:1.1rem;font-weight:700;line-height:1.2}.price-block{display:grid;gap:1px}.card-compare{font-size:0.82rem;font-weight:700}.price{color:#0f172a;font-size:1.08rem;font-weight:700;line-height:1.1}.add-button,.home-toy-card .add-button,.product-card .add-button,.age-page .add-btn{width:100%;min-width:0;min-height:42px;border:0;border-radius:10px;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;font-size:0.85rem;font-weight:700;letter-spacing:0.01em;box-shadow:0 4px 14px rgba(37,99,235,0.28);transition:background 160ms ease,box-shadow 160ms ease,transform 120ms ease}.add-button:hover,.add-button:focus-visible{background:linear-gradient(135deg,#1e40af,#1d4ed8);box-shadow:0 10px 22px rgba(37,99,235,0.28);transform:translateY(-1px)}.finder-section{max-width:none;background:#f2f8f6}.finder-section>*{max-width:var(--max);margin-inline:auto}.finder-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.finder-card{min-height:150px;padding:20px;text-align:left;border:1px solid #d7e8e4;border-radius:var(--radius);background:#fff}.finder-card strong,.finder-card span{display:block}.finder-card strong{font-size:1.15rem}.finder-card span{margin-top:8px;color:var(--muted)}.age-arrow{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-top:10px;border:1.5px solid #c8d8ee;border-radius:6px;background:#fff;color:#0b5be7;font-size:1rem;font-weight:700;position:relative;z-index:1;transition:background 160ms ease,border-color 160ms ease}.home-age-card:hover .age-arrow,.home-age-card:focus-visible .age-arrow{background:#0b5be7;border-color:#0b5be7;color:#fff}.delivery-band{display:grid;grid-template-columns:minmax(250px,0.8fr) minmax(0,1.2fr);gap:clamp(22px,5vw,70px);align-items:start;padding:clamp(58px,8vw,92px) clamp(16px,5vw,70px);background:#233044;color:#fff}.delivery-band .eyebrow{color:#91ded7}.delivery-grid{display:grid;gap:12px}.delivery-grid article{padding:20px;border:1px solid rgba(255,255,255,0.18);border-radius:var(--radius);background:rgba(255,255,255,0.08)}.delivery-grid strong,.delivery-grid span{display:block}.delivery-grid span{margin-top:6px;color:rgba(255,255,255,0.76)}.contact-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:28px;align-items:start}.contact-panel{padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 24px rgba(31,41,55,0.07)}.contact-panel p{margin:0}.contact-panel p + p{margin-top:12px}.contact-panel .button{margin-top:18px}.category-quick-strip{background:linear-gradient(180deg,var(--cream) 0%,var(--paper) 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px clamp(16px,4vw,52px)}.category-quick-strip-inner{max-width:var(--max);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px}.category-quick-label{font-weight:700;font-size:0.82rem;color:var(--muted);flex-basis:100%}@media (min-width:720px){.category-quick-label{flex-basis:auto;margin-right:6px}}.category-quick-strip a{font-weight:700;font-size:0.88rem;color:var(--teal-dark);padding:8px 14px;border-radius:var(--radius);background:#fff;border:1px solid var(--line);transition:border-color 0.15s ease,color 0.15s ease}.category-quick-strip a:hover,.category-quick-strip a:focus-visible{border-color:var(--teal);color:var(--ink)}.site-footer{background:#1a2638;border-top:3px solid #0b5be7;color:#fff}.site-footer a:hover,.site-footer a:focus-visible{color:#fff4d6}.footer-inner{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(0,1fr) minmax(0,1fr);gap:clamp(24px,4vw,56px);max-width:var(--max);margin:0 auto;padding:clamp(36px,5vw,56px) clamp(16px,4vw,48px)}.footer-logo{display:block;height:52px;width:auto;max-width:180px;object-fit:contain;background:#fff;border-radius:10px;padding:6px 10px;margin-bottom:14px}.footer-brand-col p{max-width:320px;margin:0;color:rgba(255,255,255,0.68);font-size:0.88rem;line-height:1.6}.footer-col-label{margin:0 0 14px;font-size:0.72rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:rgba(255,255,255,0.45)}.footer-links-col nav{display:flex;flex-direction:column;gap:10px}.footer-links-col nav a{color:rgba(255,255,255,0.78);font-size:0.88rem;font-weight:600;text-decoration:none;transition:color 0.15s ease}.footer-links-col nav a:hover,.footer-links-col nav a:focus-visible{color:#fff}.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;padding:14px clamp(16px,4vw,48px);border-top:1px solid rgba(255,255,255,0.1);background:rgba(0,0,0,0.18);color:rgba(255,255,255,0.45);font-size:0.78rem;font-weight:600}@media (max-width:820px){.footer-inner{grid-template-columns:1fr 1fr;gap:28px 20px}.footer-brand-col{grid-column:1 / -1}}@media (max-width:520px){.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center;align-items:center}}.site-footer.site-footer--shop{padding-left:0;padding-right:0;scroll-margin-top:180px;background:radial-gradient(circle at 10% 0%,rgba(255,213,74,0.2),transparent 24%),linear-gradient(180deg,#fff 0%,#f7fbff 100%);border-top:1px solid #e7edf6;color:var(--ink)}.site-footer--shop a{color:inherit}.site-footer--shop a:hover,.site-footer--shop a:focus-visible{color:var(--brand-blue)}.footer-shell{max-width:var(--max);margin:0 auto;padding:clamp(24px,4vw,42px) clamp(16px,4vw,48px) 0}.footer-offer{position:relative;scroll-margin-top:180px;display:grid;grid-template-columns:auto minmax(220px,1fr) minmax(360px,1.5fr);gap:clamp(16px,3vw,28px);align-items:center;overflow:hidden;padding:clamp(18px,3vw,26px);border:1px solid #dbeafe;border-radius:8px;background:radial-gradient(circle at 4% 22%,rgba(250,204,21,0.2),transparent 26%),linear-gradient(105deg,#f8fbff 0%,#eef7ff 54%,#fff8e7 100%);box-shadow:0 18px 44px rgba(15,35,64,0.1)}.footer-offer::after{content:"";position:absolute;inset:10px;pointer-events:none;background:radial-gradient(circle at 96% 20%,rgba(250,204,21,0.35) 0 3px,transparent 4px),radial-gradient(circle at 91% 70%,rgba(11,91,231,0.18) 0 3px,transparent 4px),radial-gradient(circle at 16% 18%,rgba(37,99,235,0.18) 0 3px,transparent 4px)}.footer-offer__art{position:relative;z-index:1;display:grid;place-items:center;width:clamp(68px,8vw,104px);aspect-ratio:1;border-radius:8px;background:linear-gradient(135deg,#0738be,#075be8);color:#fff;box-shadow:0 16px 28px rgba(37,99,235,0.22)}.footer-offer__art svg{width:60%;height:60%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-offer__copy{position:relative;z-index:1}.footer-eyebrow{margin:0 0 5px;color:#0b5be7;font-size:0.72rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase}.footer-offer__copy h2{scroll-margin-top:180px;max-width:none;margin:0;color:#102039;font-size:clamp(1.28rem,2.1vw,2rem);line-height:1.1}.footer-offer__copy p:not(.footer-eyebrow){max-width:420px;margin:7px 0 0;color:#41516a;font-size:0.9rem}.footer-offer__form{position:relative;z-index:1;display:grid;grid-template-columns:minmax(130px,1fr) minmax(160px,1.1fr) auto;gap:12px;align-items:center}.footer-offer__form label{display:grid;gap:4px;min-width:0}.footer-offer__form label span{color:#41516a;font-size:0.72rem;font-weight:700}.footer-offer__form input{width:100%;min-height:48px;border:1px solid #cfe0f7;border-radius:8px;background:rgba(255,255,255,0.94);color:var(--ink);outline:0;padding:0 14px;box-shadow:0 8px 16px rgba(15,35,64,0.05)}.footer-offer__form input:focus{border-color:#0b5be7;box-shadow:0 0 0 4px rgba(11,91,231,0.14)}.footer-offer__button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;align-self:end;border:0;border-radius:8px;padding:0 18px;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;font-weight:700;white-space:nowrap;box-shadow:0 14px 28px rgba(37,99,235,0.22)}.footer-offer__button:hover,.footer-offer__button:focus-visible{background:linear-gradient(135deg,#1e40af,#1d4ed8)}.footer-offer__button svg{width:20px;height:20px;fill:currentColor}.site-footer--shop .footer-inner{display:grid;grid-template-columns:minmax(230px,1.1fr) minmax(135px,0.72fr) minmax(175px,0.84fr) minmax(245px,1fr) minmax(220px,0.96fr);gap:clamp(18px,2vw,24px);max-width:none;margin:0;padding:clamp(28px,4vw,44px) 0 24px}.site-footer--shop .footer-logo{display:block;height:58px;width:auto;max-width:190px;object-fit:contain;margin-bottom:14px;padding:0;border-radius:0;background:transparent}.site-footer--shop .footer-brand-col p{max-width:300px;margin:0;color:#58667a;font-size:0.9rem;line-height:1.65}.footer-social{display:flex;align-items:center;gap:10px;margin-top:16px}.footer-social a{display:grid;place-items:center;width:34px;height:34px;border:1px solid #e1e8f2;border-radius:999px;background:#fff;color:#334155;box-shadow:var(--shadow-sm)}.footer-social svg{width:17px;height:17px;fill:currentColor}.site-footer--shop .footer-col-label{margin:0 0 14px;color:#172554;font-size:0.94rem;font-weight:700;letter-spacing:0;text-transform:none}.footer-links-col nav,.footer-contact-list{display:flex;flex-direction:column;gap:9px}.site-footer--shop .footer-links-col nav a,.footer-contact-list a,.footer-contact-list span{color:#5b6b82;font-size:0.88rem;font-weight:600;text-decoration:none}.footer-contact-list>a,.footer-contact-list>span{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:center}.footer-contact-list>a>span,.footer-contact-list>span>span{display:block}.footer-contact-list svg,.footer-cod svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer-contact-icon{display:block;width:22px;height:22px;border-radius:6px;object-fit:cover}.footer-contact-list .contact-whatsapp{color:#128c7e}.footer-contact-list .contact-whatsapp>span{white-space:nowrap}.payment-stack{display:grid;gap:12px}.payment-badges{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.payment-badge{display:inline-flex;align-items:center;justify-content:center;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;padding:5px 10px;height:34px;box-shadow:0 1px 3px rgba(0,0,0,0.06);transition:box-shadow 0.15s ease,border-color 0.15s ease}.payment-badge:hover{box-shadow:0 2px 6px rgba(0,0,0,0.1);border-color:#cbd5e1}.payment-badge img{height:20px;width:auto;max-width:56px;object-fit:contain;display:block}.payment-badge--text{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#374151;letter-spacing:0.01em;padding:5px 11px;white-space:nowrap}.payment-badge--text svg{opacity:0.65;flex-shrink:0}.payment-logo-card{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:76px;height:42px;overflow:hidden;border:1px solid #dfe8f4;border-radius:8px;background:#fff;color:#0f1f38;font-size:0.72rem;font-weight:700;letter-spacing:0;line-height:1;box-shadow:0 8px 18px rgba(40,59,87,0.08)}.payment-logo-card img{display:block;max-width:100%;max-height:28px;object-fit:contain}.payment-logo-card--visa img{width:62px;height:26px;max-width:none;max-height:none;object-fit:cover}.payment-logo-card--mastercard{width:82px}.payment-logo-card--mastercard img{width:72px;height:34px;max-width:none;max-height:none;object-fit:cover}.payment-logo-card--easypaisa{width:98px;justify-content:flex-start;padding:0 9px}.payment-logo-card--easypaisa span,.payment-logo-card--jazzcash span{white-space:nowrap}.payment-logo-card--easypaisa img{width:28px;height:24px;max-width:none;max-height:none;object-fit:cover}.payment-logo-card--jazzcash{width:98px;justify-content:flex-start;padding:0 8px}.payment-logo-card--jazzcash img{width:27px;height:24px;max-width:none;max-height:none;object-fit:cover;object-position:center 18%}.payment-logo-card--bank{width:auto;min-width:112px;padding:0 12px;background:#2563eb;border-color:#2563eb;color:#fff;white-space:nowrap}.footer-cod{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:center;margin:0;color:#526174;font-size:0.85rem;font-weight:700}.footer-cod strong{display:block;color:var(--ink);font-size:0.9rem}.site-footer--shop .footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;padding:16px 0 86px;border-top:1px solid #e4ebf4;background:transparent;color:#66758a;font-size:0.8rem;font-weight:700}@media (max-width:1100px){.footer-offer{grid-template-columns:auto minmax(0,1fr)}.footer-offer__form{grid-column:1 / -1}.site-footer--shop .footer-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer--shop .footer-brand-col{grid-column:1 / -1}}@media (max-width:820px){.footer-offer{grid-template-columns:1fr}.footer-offer__art{width:76px}.footer-offer__form{grid-template-columns:1fr}.site-footer--shop .footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:520px){.footer-shell{padding-inline:14px}.footer-offer{padding:18px}.site-footer--shop .footer-inner{grid-template-columns:1fr}.site-footer--shop .footer-bottom{flex-direction:column;text-align:center;align-items:center}}.page-hero{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(320px,0.75fr);gap:clamp(24px,5vw,56px);align-items:center;max-width:var(--max);margin:0 auto;padding:clamp(48px,8vw,92px) clamp(16px,4vw,28px)}.page-hero.slim{grid-template-columns:minmax(0,760px)}.page-hero h1{font-size:clamp(2.2rem,4.8vw,4.7rem)}.page-hero p:not(.eyebrow){max-width:660px;margin:18px 0 0;color:#465167;font-size:1.08rem}.page-hero img{width:100%;aspect-ratio:1.08 / 1;border:1px solid var(--line);border-radius:var(--radius);object-fit:cover;box-shadow:var(--shadow)}.page-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.content-page{max-width:var(--max);margin:0 auto;padding:clamp(46px,7vw,84px) clamp(16px,4vw,28px)}.content-band{max-width:none;padding:clamp(50px,8vw,88px) clamp(16px,4vw,28px);background:#f2f8f6}.content-band>*{max-width:var(--max);margin-inline:auto}.info-grid,.policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.info-card,.policy-card,.content-form,.faq-list details,.legal-copy article{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 24px rgba(31,41,55,0.07)}.info-card,.policy-card{padding:22px}.info-card strong a{color:var(--teal-dark);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.info-card strong a:hover,.info-card strong a:focus-visible{color:var(--ink)}.info-card strong,.info-card p,.policy-card h2,.policy-card p{margin:0}.info-card p,.policy-card p{margin-top:10px;color:var(--muted)}.policy-card h2{font-size:clamp(1.35rem,2vw,1.9rem);line-height:1.1}.contact-page-grid{display:grid;grid-template-columns:minmax(0,0.82fr) minmax(300px,1fr);gap:18px;align-items:start}.content-form{display:grid;gap:12px;padding:22px}.content-form label{display:grid;gap:6px}.content-form span{color:var(--muted);font-size:0.82rem;font-weight:700}.content-form input,.content-form textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--ink);outline:0;padding:12px 13px}.content-form textarea{resize:vertical}.content-form input:focus,.content-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 4px rgba(46,168,157,0.12)}.faq-list{display:grid;gap:12px;max-width:900px}.faq-list details{padding:18px 20px}.faq-list summary{cursor:pointer;font-size:1.05rem;font-weight:700}.faq-list p{margin:12px 0 0;color:var(--muted)}.legal-copy{display:grid;gap:14px;max-width:920px}.legal-copy article{padding:22px}.legal-copy h2{margin:0;font-size:1.25rem}.legal-copy p{margin:10px 0 0;color:var(--muted)}.updated-note{margin:0 0 4px;color:var(--muted);font-weight:700}code{padding:2px 5px;border-radius:5px;background:#f0ede6;color:#233044}.cart-drawer{position:fixed;inset:0;z-index:400;overflow:hidden;pointer-events:none;visibility:hidden}.cart-drawer.is-open{pointer-events:auto;visibility:visible}.drawer-backdrop{position:absolute;inset:0;background:rgba(31,41,55,0.42);opacity:0;transition:opacity 180ms ease}.cart-drawer.is-open .drawer-backdrop{opacity:1}.drawer-panel{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:min(100%,440px);height:100%;padding:22px;background:var(--paper);box-shadow:-16px 0 36px rgba(31,41,55,0.18);transform:translateX(104%);transition:transform 220ms ease;overflow:auto}.cart-drawer:not(.is-open) .drawer-panel{display:none}.cart-drawer.is-open .drawer-panel{display:flex;transform:translateX(0)}.drawer-header{display:flex;align-items:start;justify-content:space-between;gap:16px;margin-bottom:16px}.drawer-header h2{font-size:2rem}.cart-items{display:grid;gap:10px;margin-bottom:16px}.empty-cart{padding:22px;border:1px dashed var(--line);border-radius:var(--radius);background:#fff;color:var(--muted);text-align:center}.cart-item{display:grid;grid-template-columns:72px 1fr;gap:12px;padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:6px}.cart-item h3{margin:0;font-size:0.96rem}.cart-item p{margin:3px 0 8px;color:var(--muted);font-size:0.86rem}.quantity-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.quantity-controls{display:flex;align-items:center;gap:6px}.quantity-controls button{width:30px;height:30px;border:1px solid var(--line);border-radius:6px;background:#fff;font-weight:700}.quantity-controls span{min-width:24px;text-align:center;font-weight:700}.checkout-form{display:grid;gap:10px;margin-top:auto}.checkout-form label{display:grid;gap:5px;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.checkout-form span{color:var(--muted);font-size:0.8rem;font-weight:700}.checkout-form textarea{resize:vertical}.cart-summary{display:grid;gap:8px;margin:16px 0;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.cart-summary div{display:flex;justify-content:space-between;gap:12px}.cart-summary .total{padding-top:10px;border-top:1px solid var(--line);font-size:1.1rem}.drawer-note{margin:12px 0 0;color:var(--muted);font-size:0.84rem}.free-delivery-bar{margin:0 0 14px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-soft)}.free-delivery-bar__text{margin-bottom:8px;color:var(--ink);font-size:0.88rem;line-height:1.4}.free-delivery-bar__track{height:8px;border-radius:999px;background:var(--line);overflow:hidden}.free-delivery-bar__fill{width:0%;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--teal),var(--teal-dark));transition:width 400ms cubic-bezier(0.34,1.56,0.64,1)}.cart-upsell{display:grid;grid-template-columns:56px 1fr;gap:10px;margin-top:12px;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--paper);box-shadow:var(--shadow-sm)}.cart-upsell[hidden]{display:none}.cart-upsell__media img{display:block;width:56px;height:56px;object-fit:cover;border-radius:8px}.cart-upsell__body{display:grid;gap:4px;align-content:center;min-width:0}.cart-upsell__hint{color:var(--teal);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04em}.cart-upsell__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--ink);font-size:0.88rem;font-weight:600;line-height:1.3;text-decoration:none}.cart-upsell__name:hover{text-decoration:underline}.cart-upsell__row{display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-upsell__price{font-size:0.92rem}.cart-upsell__add{padding:7px 14px;border:0;border-radius:999px;background:var(--teal);color:#fff;font-size:0.82rem;font-weight:700;cursor:pointer;transition:transform 120ms ease,background 120ms ease}.cart-upsell__add:hover{background:var(--teal-dark)}.cart-upsell__add:active{transform:scale(0.96)}.toast{position:fixed;left:50%;bottom:22px;z-index:500;max-width:min(92vw,420px);padding:12px 14px;border-radius:var(--radius);background:#233044;color:#fff;box-shadow:var(--shadow);font-weight:700;opacity:0;transform:translate(-50%,18px);pointer-events:none;transition:opacity 180ms ease,transform 180ms ease}.toast.is-visible{opacity:1;transform:translate(-50%,0)}@media (max-width:1080px){.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{max-width:780px}.hero-visual img{height:auto}.product-grid,.finder-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.featured-product{grid-template-columns:1fr}}@media (max-width:820px){.site-header{backdrop-filter:none;-webkit-backdrop-filter:none;background:#fffdf7;flex-wrap:nowrap;align-items:center;gap:12px;padding:12px 16px}.nav-toggle{display:inline-grid}.main-nav{position:fixed;top:0;left:0;right:0;bottom:0;z-index:200;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;background:#fffdf7;font-size:1.2rem;transform:translateX(-100%);transition:transform 300ms cubic-bezier(0.4,0,0.2,1);pointer-events:none;padding:80px 32px 40px}.main-nav.is-open{transform:translateX(0);pointer-events:auto}.main-nav a{display:block;width:100%;text-align:center;font-size:1.2rem;font-weight:600;padding:18px 0;border-bottom:1px solid var(--line);color:var(--ink);letter-spacing:-0.01em;transition:color 0.15s,background 0.15s}.main-nav a:first-child{border-top:1px solid var(--line)}.main-nav a:hover,.main-nav a:active{color:var(--teal);background:#f4fbf9}.brand{flex:1 1 auto;min-width:0;max-width:calc(100% - 120px)}.brand-logo{max-width:100%;height:36px}.stats-band{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.finder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid,.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.delivery-band{grid-template-columns:1fr;gap:28px}.contact-section{grid-template-columns:1fr}.info-grid,.policy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{grid-template-columns:1fr;gap:18px}.site-footer nav{justify-content:flex-start}.page-hero{grid-template-columns:1fr}.review-ready{grid-template-columns:1fr}.deal-product-card{grid-template-columns:1fr}.deal-product-card>img{min-height:0;aspect-ratio:4 / 3;max-height:260px;width:100%}.section-heading{flex-direction:column;align-items:flex-start;gap:10px}.store-toolbar{display:flex;flex-direction:column;gap:10px}.store-toolbar .search-box{width:100%}.toolbar-controls{width:100%}.toolbar-controls label{width:100%;justify-content:space-between}select{flex:1}.testimonials-grid{grid-template-columns:1fr 1fr}.contact-page-grid{grid-template-columns:1fr}.product-page-hero{grid-template-columns:1fr}}@media (max-width:580px){.site-header{gap:8px;padding:10px 12px}.nav-toggle,.icon-button{width:40px;height:40px;flex-shrink:0}.nav-toggle svg,.icon-button svg{width:20px;height:20px}.brand{min-width:0;flex:1 1 auto;max-width:calc(100% - 96px)}.brand-logo{height:32px;max-width:100%}.hero{grid-template-columns:1fr;padding:24px 16px;min-height:auto}.hero-visual img{height:auto;max-height:45vh}.hero-actions .button,.page-actions .button,.featured-actions .button,.deal-product-card .button,.product-page-actions .button{width:100%;justify-content:center}.hero h1{font-size:clamp(2rem,10vw,2.8rem)}.trust-row span{flex:1 1 45%}.stats-band,.product-grid,.finder-grid,.detail-grid,.review-grid,.info-grid,.policy-grid,.contact-page-grid,.testimonials-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr;gap:14px}.product-card h3{min-height:auto;font-size:0.92rem}.product-card p{font-size:0.82rem}.product-body{gap:8px;padding:10px}.add-button{min-height:38px;font-size:0.88rem}.featured-price-row{align-items:start;flex-direction:column}.stats-band article{min-height:auto;padding:18px 16px}.drawer-panel{padding:16px;width:100%}.category-tabs{gap:6px}.category-button{padding:8px 10px;font-size:0.86rem}.section-heading h2{font-size:clamp(1.5rem,7vw,2.2rem)}.product-page-price{font-size:1.5rem}.product-page-actions{flex-direction:column}.product-page-actions .button{width:100%;justify-content:center}.featured-product{padding:28px 16px}.gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.new-arrivals-section,.shop-section,.finder-section,.contact-section,.content-page,.content-band{padding-left:14px;padding-right:14px}.site-footer{padding-left:16px;padding-right:16px}}.wa-float,.wa-fab{position:fixed;bottom:24px;right:24px;z-index:90;display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 8px 28px rgba(37,211,102,0.45),0 2px 8px rgba(0,0,0,0.14);text-decoration:none;transition:transform 180ms ease,box-shadow 180ms ease,background 180ms ease}.wa-float:hover,.wa-float:focus-visible,.wa-fab:hover,.wa-fab:focus-visible{background:#1ebe5d;transform:translateY(-2px) scale(1.06);box-shadow:0 14px 36px rgba(37,211,102,0.5),0 4px 12px rgba(0,0,0,0.18)}.wa-float svg,.wa-fab svg{width:28px;height:28px;max-width:none;flex-shrink:0;fill:#fff;display:block}@media (max-width:580px){.wa-float,.wa-fab{width:50px;height:50px;bottom:18px;right:18px}.wa-float svg,.wa-fab svg{width:26px;height:26px}}.testimonials-band{max-width:none;padding:clamp(52px,8vw,88px) clamp(16px,4vw,28px);background:#fff;border-top:1px solid var(--line)}.testimonials-band>*{max-width:var(--max);margin-inline:auto}.testimonials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}.testimonial-card{padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);box-shadow:0 10px 24px rgba(31,41,55,0.06);min-width:0}.testimonial-stars{color:var(--sun);font-size:1.1rem;letter-spacing:2px;margin-bottom:10px;overflow-wrap:anywhere}.testimonial-card blockquote{margin:0 0 14px;color:#3a4557;font-style:italic;line-height:1.6;overflow-wrap:anywhere}.testimonial-card cite{display:flex;align-items:center;gap:10px;font-style:normal;font-weight:700;font-size:0.88rem;color:var(--muted);overflow-wrap:anywhere}.testimonial-avatar{width:34px;height:34px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;font-size:0.8rem;font-weight:700;flex-shrink:0}@media (max-width:820px){.testimonials-grid{grid-template-columns:1fr 1fr}}@media (max-width:580px){.testimonials-grid{grid-template-columns:1fr}}.product-page-hero{max-width:var(--max);margin-inline:auto;padding:clamp(32px,6vw,72px) clamp(16px,4vw,28px);display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);align-items:start}.product-page-image-wrap{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--paper);border:1px solid var(--line);aspect-ratio:4/3}.product-page-image-wrap img{width:100%;height:100%;object-fit:contain;padding:16px}.product-page-price-badge{position:absolute;top:16px;left:16px;z-index:1;background:var(--teal,#128c7e);color:#fff;font-weight:700;font-size:1rem;padding:6px 14px;border-radius:999px}.product-page-info{display:flex;flex-direction:column;gap:16px}.product-page-info h1{font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.2;margin:0}.product-page-lead{color:#3a4557;font-size:1.05rem;line-height:1.6;margin:0}.product-page-price-block{display:flex;align-items:center;gap:20px;padding:16px 20px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius)}.price-label{font-size:0.8rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600;display:block}.product-page-price{font-size:1.8rem;font-weight:700;color:var(--teal);line-height:1}.deal-note{font-size:0.82rem;color:var(--muted);line-height:1.4}.product-page-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.product-page-features li{padding-left:22px;position:relative;font-size:0.93rem;line-height:1.5;color:#2d3a4a}.product-page-features li::before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:700}.product-page-actions{display:flex;gap:12px;flex-wrap:wrap}.product-page-actions .button{display:inline-flex;align-items:center;gap:8px}.product-page-trust{display:flex;flex-wrap:wrap;gap:12px;font-size:0.82rem;color:var(--muted);font-weight:600}.product-page-trust span{color:var(--teal)}.product-page-detail,.product-page-faq,.product-page-order{max-width:var(--max);margin-inline:auto;padding:clamp(40px,6vw,72px) clamp(16px,4vw,28px);border-top:1px solid var(--line)}.product-page-description p{font-size:1rem;line-height:1.8;color:#2d3a4a;max-width:72ch;margin-top:20px}.product-faq-list{margin-top:24px;display:flex;flex-direction:column;gap:0}.product-page-order{background:var(--paper);border-radius:var(--radius);margin-bottom:clamp(24px,4vw,56px);border:1px solid var(--line);max-width:var(--max)}.customer-review-section{max-width:none;padding:clamp(48px,7vw,86px) clamp(16px,4vw,28px);border-top:1px solid var(--line);background:linear-gradient(135deg,rgba(244,251,249,0.92),rgba(255,255,255,0.98)),#fff}.customer-review-inner{max-width:var(--max);margin-inline:auto}.customer-review-heading{margin-bottom:24px}.led-reviews-section .write-review-panel{margin-top:clamp(26px,4vw,42px)}.write-review-panel{display:grid;grid-template-columns:minmax(240px,0.68fr) minmax(320px,1.08fr);gap:18px;align-items:start}.review-score-card,.review-form,.customer-review-card,.review-empty-note{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 12px 28px rgba(31,41,55,0.07)}.review-score-card{display:flex;flex-direction:column;gap:12px;padding:24px;background:linear-gradient(145deg,#ffffff 0%,#f4fbf9 72%),#fff}.review-score-kicker{color:var(--teal-dark);font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0}.review-score-card strong{display:block;margin-top:2px;color:var(--ink);font-size:clamp(3rem,7vw,5.2rem);line-height:0.88}.review-score-stars{color:#f5a623;font-size:1.12rem;letter-spacing:1px}.review-score-card p{margin:0;color:#3a4557}.customer-review-status{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border:1px solid #cfe8e3;border-radius:999px;background:#f4fbf9;color:#23605b;font-size:0.76rem;font-weight:700;white-space:nowrap}.review-form{display:grid;gap:16px;padding:24px}.review-form-head{display:flex;justify-content:space-between;gap:14px;align-items:start}.review-form-head h3{margin:0;font-size:clamp(1.2rem,2vw,1.65rem);line-height:1.15}.review-rating-control{display:flex;flex-wrap:wrap;gap:7px}.review-star-button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:#c4ccd7;font-size:1.16rem;line-height:1;transition:border-color 160ms ease,background 160ms ease,color 160ms ease,transform 160ms ease}.review-star-button:hover,.review-star-button:focus-visible,.review-star-button.is-active{border-color:#f1ba42;background:#fff7df;color:#f5a623}.review-star-button:focus-visible{outline:3px solid rgba(46,168,157,0.22);outline-offset:2px}.review-star-button:hover{transform:translateY(-1px)}.review-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.review-form label:not(.review-consent){display:grid;gap:6px}.review-form label>span{color:var(--muted);font-size:0.82rem;font-weight:700}.review-form input[type="text"],.review-form textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--ink);outline:0;padding:12px 13px}.review-form textarea{min-height:116px;resize:vertical}.review-form input[type="text"]:focus,.review-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 4px rgba(46,168,157,0.12)}.review-field-wide{grid-column:1 / -1}.review-consent{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:0.84rem;line-height:1.45}.review-consent input{flex:0 0 auto;width:18px;height:18px;margin-top:2px;accent-color:var(--teal)}.review-form-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.customer-review-list{grid-column:1 / -1;display:grid;gap:12px}.review-empty-note{display:grid;gap:4px;padding:16px 18px;color:var(--muted)}.review-empty-note strong{color:var(--ink)}.customer-review-card{padding:18px}.customer-review-card-head{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:10px}.customer-review-avatar{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:50%;background:var(--teal);color:#fff;font-weight:700;font-size:0.86rem}.customer-review-card-head strong,.customer-review-card-head span{display:block}.customer-review-card-head>div{min-width:0}.customer-review-card-head>div span{color:var(--muted);font-size:0.82rem;font-weight:700}.customer-review-status{margin-left:6px}.customer-review-card p{margin:9px 0 0;color:#2d3a4a;line-height:1.62}@media (max-width:820px){.write-review-panel{grid-template-columns:1fr}.review-score-card{min-height:0}}@media (max-width:580px){.customer-review-section{padding-left:14px;padding-right:14px}.review-form,.review-score-card,.customer-review-card{padding:18px}.review-form-head,.review-form-actions,.customer-review-card-head{align-items:stretch;flex-direction:column}.customer-review-status{width:fit-content}.review-field-grid{grid-template-columns:1fr}.review-form-actions .button{width:100%;justify-content:center}body.review-in-view .wa-float{opacity:0;pointer-events:none;transform:translateY(10px)}}@media (max-width:820px){.product-page-hero{grid-template-columns:1fr}}.deal-product-card h3 a{color:inherit;text-decoration:none}.deal-product-card h3 a:hover{color:var(--teal);text-decoration:underline}.deal-product-card img{cursor:pointer}body.nav-open{overflow:hidden}.product-image-link{display:block;text-decoration:none}[id]{scroll-margin-top:80px}.page-home .hero--home{min-height:0;padding-top:clamp(20px,5vw,56px);padding-bottom:clamp(20px,4vw,48px);padding-left:clamp(14px,4vw,70px);padding-right:clamp(14px,4vw,70px);grid-template-columns:1fr;gap:18px;align-items:center;background:linear-gradient(165deg,#fffdf9 0%,#f3faf8 45%,#eef6ff 100%)}.page-home .hero--home .hero-visual--home{order:-1}.page-home .hero--home h1{font-size:clamp(1.65rem,6.5vw,3.35rem);max-width:none;letter-spacing:-0.02em;line-height:1.1}.page-home .hero--home .hero-text{margin-top:14px;max-width:none;font-size:clamp(0.95rem,3.8vw,1.05rem);color:#4a5568}.page-home .hero--home .hero-actions{margin-top:18px}@media (min-width:1081px){.page-home .hero--home{grid-template-columns:minmax(0,1fr) minmax(0,0.95fr);gap:clamp(20px,4vw,48px);padding-left:clamp(16px,5vw,70px);padding-right:clamp(16px,5vw,70px)}.page-home .hero--home .hero-visual--home{order:0}.page-home .hero--home h1{font-size:clamp(2rem,4.2vw,3.35rem);max-width:14ch}.page-home .hero--home .hero-text{max-width:36ch}.page-home .hero--home .hero-copy{max-width:620px}}.hero-visual--home{border-radius:16px;border:none;box-shadow:0 24px 48px rgba(35,48,68,0.12)}.hero-visual--home img{width:100%;height:auto;max-height:min(48vh,380px);object-fit:contain;object-position:center;background:linear-gradient(180deg,#e8f4fc,#fff)}@media (min-width:1081px){.hero-visual--home img{max-height:min(52vh,440px)}}.button-whatsapp{background:#128c7e;color:#fff;border-color:transparent;box-shadow:0 10px 22px rgba(18,140,126,0.28)}.button-whatsapp:hover,.button-whatsapp:focus-visible{background:#0f7a6e}.button-whatsapp--on-dark{background:#25d366;box-shadow:0 8px 20px rgba(0,0,0,0.2)}.button-whatsapp--on-dark:hover,.button-whatsapp--on-dark:focus-visible{background:#20bd5a}.ghost--on-dark{border-color:rgba(255,255,255,0.45);background:transparent;color:#fff}.ghost--on-dark:hover,.ghost--on-dark:focus-visible{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.65)}.main-nav--home{gap:clamp(10px,1.6vw,20px);font-size:0.9rem}@media (max-width:1100px) and (min-width:821px){.main-nav--home{font-size:0.8rem;gap:9px}.main-nav--home a{padding:8px 0}}.home-trust-bar{max-width:var(--max);margin:0 auto;padding:0 clamp(16px,4vw,28px) clamp(20px,3vw,32px)}.home-trust-bar__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.home-trust-stat{padding:14px 16px;border-radius:12px;background:#fff;border:1px solid var(--line);text-align:center;box-shadow:0 4px 14px rgba(31,41,55,0.06)}.home-trust-stat strong{display:block;font-size:1.05rem;color:var(--ink)}.home-trust-stat span{display:block;margin-top:4px;font-size:0.78rem;font-weight:600;color:var(--muted)}.home-category-chips{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.home-chips-label{font-size:0.78rem;font-weight:700;color:var(--muted);margin-right:4px}.home-category-chips a{padding:8px 14px;border-radius:999px;font-size:0.84rem;font-weight:700;background:#fff;border:1px solid var(--line);color:var(--teal-dark);transition:border-color 0.15s ease,background 0.15s ease}.home-category-chips a:hover,.home-category-chips a:focus-visible{border-color:var(--teal);background:#f4fbf9}.home-order-strip{background:#233044;color:#fff;padding:18px clamp(16px,4vw,40px)}.home-order-strip__inner{max-width:var(--max);margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(12px,3vw,28px);align-items:center}.home-order-step{display:inline-flex;align-items:center;gap:10px;font-size:0.88rem;font-weight:600;color:rgba(255,255,255,0.92)}.home-order-step__n{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:rgba(255,255,255,0.15);font-size:0.8rem;font-weight:700}.home-spotlight{max-width:var(--max);margin:0 auto;padding:clamp(40px,6vw,72px) clamp(16px,4vw,28px)}.home-spotlight__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(24px,4vw,40px);align-items:center;padding:clamp(20px,4vw,28px);border-radius:20px;border:1px solid var(--line);background:linear-gradient(135deg,#fff 0%,#f8fcfb 100%);box-shadow:0 16px 40px rgba(31,41,55,0.08)}.home-spotlight__media{display:block;border-radius:14px;overflow:hidden;background:#eef5f3}.home-spotlight__media img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.home-spotlight__body .eyebrow{margin-bottom:8px}.home-spotlight__lead{margin:12px 0 0;color:#4a5568;font-size:0.98rem;max-width:42ch}.home-spotlight__price{margin:16px 0 0;font-size:0.92rem;color:var(--muted)}.home-spotlight__amount{font-size:1.35rem;color:var(--ink);font-weight:700}.home-spotlight__price a{color:var(--teal-dark);font-weight:700;text-decoration:underline;text-underline-offset:3px}.home-spotlight__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.home-picks{max-width:var(--max);margin:0 auto;padding:0 clamp(16px,4vw,28px) clamp(48px,7vw,80px)}.section-heading--tight{margin-bottom:8px}.section-heading--tight h2{font-size:clamp(1.55rem,2.5vw,2.1rem)}.section-lead{margin:8px 0 0;max-width:52ch;color:var(--muted);font-size:0.95rem}.home-picks__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}.home-pick-card{display:flex;min-width:0;flex-direction:column;border-radius:16px;border:1px solid var(--line);background:#fff;overflow:hidden;box-shadow:0 8px 22px rgba(31,41,55,0.06);transition:box-shadow 0.2s ease,transform 0.2s ease}.home-pick-card:hover{box-shadow:0 14px 32px rgba(31,41,55,0.1);transform:translateY(-2px)}.home-pick-card__img{display:block;aspect-ratio:1;background:#f4f6f8}.home-pick-card__img img{width:100%;height:100%;object-fit:cover}.home-pick-card__body{padding:14px 16px 16px;display:flex;flex-direction:column;flex:1}.home-pick-card h3{margin:0;font-size:1rem;line-height:1.25;font-weight:700}.home-pick-card h3 a{color:inherit;text-decoration:none}.home-pick-card h3 a:hover{color:var(--teal-dark)}.home-pick-card__meta{margin:6px 0 0;font-size:0.8rem;color:var(--muted);font-weight:600}.home-pick-card__row{margin-top:auto;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.home-pick-card__price{font-weight:700;font-size:0.95rem;color:var(--ink)}.home-pick-card__btns{display:flex;align-items:center;gap:10px}.button-compact{min-height:40px;padding:8px 14px;font-size:0.82rem}.text-link{font-size:0.82rem;font-weight:700;color:var(--teal-dark);text-decoration:underline;text-underline-offset:2px}.text-link:hover{color:var(--ink)}.home-quick-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px}.home-quick-filters__label{font-size:0.8rem;font-weight:700;color:var(--muted);margin-right:4px}.finder-chip{padding:8px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:0.82rem;font-weight:700;color:var(--ink);cursor:pointer;transition:border-color 0.15s ease,background 0.15s ease}.finder-chip:hover,.finder-chip:focus-visible{border-color:var(--teal);background:#f4fbf9}.delivery-band__sub{margin:12px 0 0;font-size:0.92rem;line-height:1.5;color:rgba(255,255,255,0.82)}.delivery-band__sub a{color:#9ee5dc;font-weight:700;text-decoration:underline;text-underline-offset:3px}.delivery-band__sub a:hover{color:#fff}.delivery-band__cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}@media (max-width:900px){.home-picks__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-trust-bar__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.home-spotlight__grid{grid-template-columns:1fr;gap:18px;padding:16px 18px;border-radius:16px}.home-spotlight{padding-left:clamp(14px,4vw,28px);padding-right:clamp(14px,4vw,28px)}}@media (max-width:600px){.home-trust-bar__stats{grid-template-columns:1fr 1fr;gap:8px}.home-trust-stat{padding:12px 10px}.home-trust-stat strong{font-size:0.95rem}.home-trust-stat span{font-size:0.72rem}.home-category-chips{gap:6px}.home-category-chips a{padding:7px 12px;font-size:0.8rem}.home-order-strip{padding:14px 14px}.home-order-strip__inner{flex-direction:column;align-items:stretch;gap:0}.home-order-step{width:100%;padding:12px 0;font-size:0.84rem;border-bottom:1px solid rgba(255,255,255,0.12)}.home-order-step:last-child{border-bottom:none;padding-bottom:0}.home-spotlight__actions{flex-direction:column}.home-spotlight__actions .button{width:100%;justify-content:center}.home-pick-card__row{flex-direction:column;align-items:flex-start}.home-pick-card__btns{width:100%;justify-content:flex-start}.home-pick-card__btns .button-compact{flex:1;min-width:0}.delivery-band__cta{flex-direction:column}.delivery-band__cta .button{width:100%;justify-content:center}.home-quick-filters{gap:6px}.finder-chip{padding:7px 12px;font-size:0.78rem}}@media (max-width:520px){.home-picks__grid{grid-template-columns:1fr;gap:14px}.page-home .hero--home .hero-actions .button{width:100%;justify-content:center}}@media (max-width:380px){.home-trust-bar__stats{grid-template-columns:1fr}}.site-header--shop{display:block;gap:0;padding:0;background:#fff;border-bottom:0;backdrop-filter:none;-webkit-backdrop-filter:none}.top-delivery-strip{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;overflow:hidden;min-height:34px;padding:6px 16px;background:linear-gradient(90deg,#ffd22e,#ffbd16);color:#111827;font-size:0.86rem;font-weight:600;text-align:center}.top-delivery-strip span{flex:0 1 auto;min-width:0;max-width:100%;white-space:normal}.top-delivery-strip svg{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.header-main{display:grid;grid-template-columns:auto minmax(280px,1fr) auto auto auto;align-items:center;gap:clamp(12px,2vw,22px);padding:15px clamp(16px,4vw,48px);background:#fff;border-bottom:1px solid #e7edf6}.site-header--shop .brand{max-height:70px}.site-header--shop .brand-logo{height:56px;max-height:56px;max-width:190px}.header-search{justify-self:stretch;display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,210px) 52px;min-height:50px;max-width:760px;border:1px solid #d8e1ee;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,0.06)}.header-search input,.header-search select{min-width:0;width:100%;border:0;outline:0;background:#fff;color:var(--ink)}.header-search input{padding:0 18px}.header-search select{padding:0 34px 0 16px;border-left:1px solid #e7edf6;color:#374151;font-size:0.9rem;font-weight:600}.header-search:focus-within{border-color:var(--brand-blue);box-shadow:0 0 0 4px rgba(37,99,235,0.12),0 8px 24px rgba(15,23,42,0.06)}.header-search__button{display:inline-grid;place-items:center;border:0;background:#0b5be7;color:#fff}.header-search__button:hover,.header-search__button:focus-visible{background:#064bd1}.header-search__button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.header-actions{display:flex;align-items:center;gap:18px;color:#1f2937;font-size:0.82rem;font-weight:700;white-space:nowrap}.header-actions a:hover,.header-actions a:focus-visible{color:var(--brand-blue)}.site-header--shop .icon-button{width:48px;height:48px;border-radius:16px}.shop-nav{min-height:48px;justify-content:center;gap:clamp(12px,2.5vw,34px);padding:0 clamp(16px,4vw,48px);background:linear-gradient(90deg,#0738be,#075be8);color:#fff;box-shadow:0 8px 18px rgba(7,56,190,0.18)}.shop-nav a{display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:0;border-bottom:0;color:#fff;font-size:0.88rem;font-weight:700}.shop-nav a:hover,.shop-nav a:focus-visible,.shop-nav a[aria-current="page"]{border-color:transparent;color:#fff;text-decoration:underline;text-underline-offset:5px}.shop-nav__category{margin-right:auto}.shop-nav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.page-home #shop{scroll-margin-top:172px}@media (min-width:1081px){.page-home .hero--home{grid-template-columns:minmax(0,0.72fr) minmax(0,1.28fr);max-width:1500px;gap:clamp(28px,4vw,64px);padding-top:clamp(24px,4vw,54px)}.page-home .hero--home h1{max-width:12ch;font-size:clamp(2.7rem,4.6vw,4.45rem);letter-spacing:0}.page-home .hero--home .hero-text{max-width:38ch;font-size:1.12rem}.hero-visual--home img{max-height:min(61vh,540px)}}@media (max-width:1180px){.header-main{grid-template-columns:auto minmax(240px,1fr) auto auto}.header-actions{display:none}}@media (max-width:900px) and (min-width:821px){.header-main{grid-template-columns:auto minmax(220px,1fr) auto auto;gap:12px}.shop-nav{gap:18px}.shop-nav a{font-size:0.8rem}}@media (max-width:820px){.site-header--shop{padding:0;background:#fff}.top-delivery-strip{min-height:30px;padding:5px 12px;font-size:0.76rem;line-height:1.25}.header-main{grid-template-columns:minmax(0,1fr) auto auto;gap:10px;padding:10px 12px 12px}.site-header--shop .brand{max-width:none}.site-header--shop .brand-logo{height:38px;max-height:38px}.header-search{grid-column:1 / -1;grid-row:2;grid-template-columns:minmax(0,1fr) 46px;min-height:46px;max-width:none}.header-search select{display:none}.site-header--shop .shop-nav{position:fixed;inset:0;z-index:230;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;min-height:0;padding:84px 28px 36px;background:#fff;color:var(--ink);box-shadow:none;transform:translateX(-100%);pointer-events:none;overflow-y:auto;-webkit-overflow-scrolling:touch}.site-header--shop .shop-nav.is-open{transform:translateX(0);pointer-events:auto}body.nav-open .header-search{display:none}body.nav-open .site-header--shop .nav-toggle{z-index:240}.site-header--shop .shop-nav a{width:100%;justify-content:center;min-height:0;padding:16px 0;border-bottom:1px solid var(--line);color:var(--ink);font-size:1.05rem;text-decoration:none}.site-header--shop .shop-nav__category{margin-right:0;border-top:1px solid var(--line);color:var(--brand-blue)}.page-home #shop{scroll-margin-top:132px}}@media (max-width:520px){.site-header--shop .brand-logo{height:34px;max-height:34px}.header-main{gap:8px}.header-search input{padding:0 12px;font-size:0.9rem}.site-header--shop .icon-button,.site-header--shop .nav-toggle{width:40px;height:40px;border-radius:12px}.hero-visual--home img{max-height:56vh}}@media (max-width:520px){.top-delivery-strip{align-items:center;justify-content:flex-start;gap:6px;padding-inline:10px;text-align:left}.top-delivery-strip span{flex:1 1 auto;overflow-wrap:anywhere}.page-home .hero--home .hero-visual--home{width:100%;max-width:100%;justify-self:center}}.breadcrumb-nav{max-width:var(--max);margin:0 auto;padding:14px clamp(16px,4vw,28px) 0}.breadcrumb-list{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;font-size:0.82rem;font-weight:600;color:var(--muted)}.breadcrumb-list li{display:flex;align-items:center;gap:6px}.breadcrumb-list li + li::before{content:"›";color:var(--muted);font-size:1rem;font-weight:400}.breadcrumb-list a{color:var(--muted);text-decoration:none;transition:color 0.15s ease}.breadcrumb-list a:hover{color:var(--ink)}.breadcrumb-list [aria-current="page"]{color:var(--ink);font-weight:700}.header-social{display:flex;align-items:center;gap:16px;color:var(--muted);justify-content:flex-end}.header-social svg{width:22px;height:22px;fill:currentColor}.header-social a{display:flex;align-items:center;justify-content:center;transition:color 160ms ease,transform 160ms ease;min-width:0;min-height:0}.header-social a:hover{color:var(--brand-blue);transform:translateY(-1px)}@media (max-width:900px){.header-social{display:none}}.nav-social{display:none}@media (max-width:900px){.nav-social{display:flex;align-items:center;justify-content:center;gap:16px;padding:24px 0 12px;border-top:1px solid #e2e8f0;margin-top:8px;color:var(--muted)}.nav-social a{display:flex;align-items:center;justify-content:center;color:var(--muted);transition:color 160ms ease,transform 160ms ease}.nav-social a:hover{color:var(--brand-blue);transform:translateY(-1px)}}.deal-product-grid--catalog{grid-template-columns:repeat(4,minmax(0,1fr))}.deal-product-grid--catalog .deal-product-card{display:flex;flex-direction:column;grid-template-columns:unset;gap:0}.deal-product-grid--catalog .deal-product-card>a{display:block;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f5f6f8;border-radius:6px 6px 0 0}.deal-product-grid--catalog .deal-product-card>a img{width:100%;height:100%;object-fit:cover;min-height:unset;border-radius:6px 6px 0 0}.deal-product-grid--catalog .deal-product-card>div{padding:14px 14px 16px;flex:1}@media (max-width:1100px){.deal-product-grid--catalog{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.deal-product-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:420px){.deal-product-grid--catalog{grid-template-columns:1fr}}.page-home main{background:linear-gradient(180deg,#f7fbff 0,#ffffff 22rem),#fff}.page-home .button,.page-home .icon-button,.page-home .category-button,.page-home .text-button,.page-home .add-button,.page-home .finder-chip{border-radius:8px}.page-home .hero--home.home-hero{position:relative;max-width:none;min-height:auto;margin:0;padding:32px clamp(16px,5vw,56px);display:grid;grid-template-columns:minmax(0,0.86fr) minmax(0,1.14fr);align-items:center;gap:24px;background:radial-gradient(circle at 8% 14%,rgba(250,204,21,0.2),transparent 18rem),linear-gradient(118deg,#fff8e7 0%,#f6fbff 54%,#eaf6ff 100%);overflow:hidden}.home-hero__copy{position:relative;z-index:2;min-width:0;max-width:620px}.page-home .home-hero h1{max-width:11.5em;font-size:3.6rem;line-height:1.03;letter-spacing:0;color:#102039}.page-home .home-hero .hero-text{max-width:42rem;margin:18px 0 0;font-size:1.05rem;line-height:1.75;color:#41516a}.home-hero__visual{align-self:stretch;min-width:0;min-height:430px;display:grid;align-items:end}.home-hero__visual picture{display:grid;height:100%;align-items:end}.home-hero__visual img{width:100%;height:100%;max-height:560px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 28px 34px rgba(15,35,64,0.14))}.home-hero__mini{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.home-hero__mini span{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border:1px solid rgba(37,99,235,0.16);border-radius:8px;background:rgba(255,255,255,0.82);color:#22324a;font-size:0.86rem;font-weight:700}.home-proof-band,.home-bottom-proof{max-width:var(--max);margin:18px auto 0;padding:0 clamp(16px,4vw,28px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.home-proof-band article{display:flex;align-items:center;gap:12px;min-width:0;padding:14px;border:1px solid #e4edf7;border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(15,35,64,0.06)}.home-proof-band svg{flex:0 0 auto;width:32px;height:32px;padding:6px;border-radius:8px;background:#eef7ff;color:#0b5be7;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.home-proof-band strong,.home-proof-band span{display:block}.home-proof-band strong{color:#102039;font-size:0.9rem;line-height:1.2}.home-proof-band span{margin-top:3px;color:#64748b;font-size:0.78rem;font-weight:600}.home-section{max-width:var(--max);margin:0 auto;padding:64px clamp(16px,4vw,28px) 0}.home-section--compact{padding-top:52px}.home-section__head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:28px}.home-section__head h2,.home-story-band h2,.home-play-banner h2,.home-testimonials h2{max-width:760px;font-size:clamp(1.6rem,2.6vw,2.2rem);line-height:1.1;letter-spacing:-0.01em;color:#102039}.home-view-link{flex:0 0 auto;color:#0b5be7;font-size:0.9rem;font-weight:700;text-decoration:underline;text-underline-offset:4px}.home-category-carousel{position:relative;margin-top:4px;padding:0 48px}.home-category-carousel__viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 2px 10px}.home-category-carousel__viewport::-webkit-scrollbar{display:none}.home-category-carousel__track{display:flex;gap:12px;width:max-content;min-width:100%}.home-category-carousel__nav{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:40px;height:40px;border:1px solid #d8e4f4;border-radius:50%;background:#fff;color:#0b5be7;box-shadow:0 8px 20px rgba(15,35,64,0.12);transform:translateY(-50%);transition:background 160ms ease,border-color 160ms ease,opacity 160ms ease,transform 160ms ease}.home-category-carousel__nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.home-category-carousel__nav:hover,.home-category-carousel__nav:focus-visible{background:#0b5be7;border-color:#0b5be7;color:#fff}.home-category-carousel__nav:disabled{opacity:0.35;pointer-events:none}.home-category-carousel__nav--prev{left:-6px}.home-category-carousel__nav--next{right:-6px}.home-category-card{flex:0 0 152px;min-width:152px;min-height:190px;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:10px;padding:16px 10px 14px;border:1px solid #e8eef8;border-radius:14px;background:#fff;color:#14233b;text-align:center;box-shadow:0 4px 16px rgba(15,35,64,0.06);transition:transform 160ms ease,border-color 160ms ease,box-shadow 160ms ease}.home-category-card:hover,.home-category-card:focus-visible{transform:translateY(-3px);border-color:rgba(11,91,231,0.28);box-shadow:0 12px 28px rgba(15,35,64,0.12)}.home-category-card img{width:120px;height:115px;object-fit:contain;object-position:center bottom;flex:1;transition:transform 220ms ease}.home-category-card:hover img{transform:scale(1.08)}.home-category-card strong{display:block;font-size:0.82rem;font-weight:600;color:#14233b;line-height:1.2;white-space:nowrap}.home-category-card span{display:none}.home-toy-card h3 a:hover,.home-toy-card h3 a:focus-visible,.product-card h3 a:hover,.product-card h3 a:focus-visible{color:#0b5be7}.home-toy-card .add-button:hover,.product-card .add-button:hover,.age-page .add-btn:hover{background:linear-gradient(135deg,#1e40af,#1d4ed8);box-shadow:0 6px 20px rgba(37,99,235,0.4);transform:translateY(-1px)}.product-card-rating,.product-card__desc,.product-card__cat{display:none}.rank-badge{position:absolute;top:44px;right:12px;font-size:1.1rem;line-height:1;pointer-events:none;z-index:2}.product-card .price-row .product-price{margin:0}.product-card .price-row .product-price .price{display:block;color:#0f172a;font-size:1.1rem;font-weight:700}.home-story-band,.home-play-banner{max-width:var(--max);margin:60px auto 0;display:grid;grid-template-columns:minmax(0,0.96fr) minmax(0,1.04fr);align-items:center;gap:36px;padding:36px clamp(16px,4vw,28px);background:linear-gradient(90deg,rgba(255,255,255,0.92),rgba(238,247,255,0.94)),#f5fbff;border-block:1px solid #e4edf7;border-radius:20px}.home-story-band__image,.home-play-banner img{min-width:0;border-radius:8px;overflow:hidden;background:#f7fbff}.home-story-band__image img{width:100%;height:360px;object-fit:contain;object-position:center bottom;background:#f5f8ff}.home-play-banner img{width:100%;height:330px;object-fit:cover}.home-story-band__copy p:not(.eyebrow),.home-play-banner p{max-width:46rem;margin:14px 0 0;color:#41516a;line-height:1.7}.home-shop-cta{margin-top:30px}.home-shop-cta__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;padding:36px clamp(20px,4vw,44px);background:linear-gradient(135deg,#233044 0%,#2b4163 100%);border-radius:20px;color:#fff}.home-shop-cta__inner .eyebrow{color:#ffd86b;margin:0 0 6px}.home-shop-cta__inner h2{color:#fff;margin:0 0 8px;font-size:clamp(1.4rem,2.4vw,1.85rem)}.home-shop-cta__inner p:not(.eyebrow){color:#d4dff0;margin:0;max-width:42rem}.home-shop-cta__inner .button.primary{background:#ffd86b;color:#233044;font-weight:600;padding:14px 28px;white-space:nowrap}.home-shop-cta__inner .button.primary:hover{background:#ffcc3a}@media (max-width:640px){.home-shop-cta__inner{flex-direction:column;text-align:center;padding:28px 20px}}.home-story-points{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.home-story-points span{padding:8px 10px;border-radius:8px;background:#eef7ff;color:#0d438f;font-size:0.78rem;font-weight:700}.home-play-banner{grid-template-columns:minmax(0,0.78fr) minmax(0,1.22fr);background:linear-gradient(90deg,#effaf0,#fffaf0 54%,#f7fbff);border-block-color:#d9ecd6}.home-play-banner .button{margin-top:18px}.home-play-banner img{height:340px;width:100%;object-fit:contain;object-position:center bottom;border-radius:8px}.home-age-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.home-age-card{position:relative;display:block;min-height:140px;overflow:hidden;padding:18px 14px 14px;border-radius:16px;border:1.5px solid transparent;text-decoration:none;box-shadow:0 4px 16px rgba(0,0,0,0.06);transition:transform 180ms ease,box-shadow 180ms ease}.home-age-card:hover,.home-age-card:focus-visible{transform:translateY(-5px);box-shadow:0 16px 36px rgba(0,0,0,0.13)}.home-age-card:nth-child(1){background:linear-gradient(145deg,#e0f2fe,#bae6fd);border-color:#38bdf8}.home-age-card:nth-child(2){background:linear-gradient(145deg,#dcfce7,#bbf7d0);border-color:#4ade80}.home-age-card:nth-child(3){background:linear-gradient(145deg,#fef9c3,#fde68a);border-color:#facc15}.home-age-card:nth-child(4){background:linear-gradient(145deg,#ede9fe,#ddd6fe);border-color:#a78bfa}.home-age-card:nth-child(5){background:linear-gradient(145deg,#ffe4e6,#fecdd3);border-color:#fb7185}.home-age-card:nth-child(6){background:linear-gradient(145deg,#fdf4ff,#f3e8ff);border-color:#c084fc}.home-age-card span{position:relative;z-index:1;display:block;font-size:1rem;font-weight:700;line-height:1.2;color:#0f172a}.home-age-card strong{position:relative;z-index:1;display:block;margin-top:5px;font-size:0.76rem;font-weight:500;color:#334155;line-height:1.3;max-width:7rem}.home-age-card .age-arrow{display:none}.home-age-card img{position:absolute;right:10px;bottom:10px;z-index:0;width:82px;height:82px;max-width:none;border-radius:50%;border:3px solid rgba(255,255,255,0.85);object-fit:cover;object-position:center;box-shadow:0 6px 18px rgba(0,0,0,0.12);transition:transform 200ms ease}.home-age-card:hover img,.home-age-card:focus-visible img{transform:scale(1.07)}@media (max-width:1100px){.home-age-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.home-age-grid{grid-template-columns:repeat(2,1fr)}.home-age-card:nth-child(5){grid-column:span 2}}@media (max-width:480px){.home-age-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:6px;gap:10px}.home-age-grid::-webkit-scrollbar{display:none}.home-age-card{flex:0 0 155px;min-height:120px;scroll-snap-align:start}.home-age-card:nth-child(5){grid-column:auto}.home-age-card img{width:66px;height:66px;right:8px;bottom:8px}}.home-guide-grid{display:grid;grid-template-columns:minmax(0,0.8fr) minmax(0,1.2fr);gap:16px}.home-guide-grid article{padding:18px;border:1px solid #e4edf7;border-radius:8px;background:#fff;box-shadow:0 8px 20px rgba(15,35,64,0.05)}.home-guide-grid h3{margin:0 0 12px;color:#102039;font-size:1rem}.home-chip-list{display:flex;flex-wrap:wrap;gap:8px}.page-home .finder-chip{border-color:#d8e5f5;color:#22324a}.page-home .finder-chip:hover,.page-home .finder-chip:focus-visible{border-color:#0b5be7;background:#eef7ff}.page-home .shop-section{max-width:var(--max);margin:0 auto;padding:44px clamp(16px,4vw,28px) 54px}.page-home .store-toolbar{margin:0 0 14px}.page-home .category-tabs{margin-top:10px}.product-trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:14px 0 4px}.product-trust-strip span{display:inline-flex;min-width:0;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:8px 10px;border:1px solid #dbeafe;border-radius:8px;background:#f8fbff;color:#22324a;font-size:0.78rem;font-weight:700;line-height:1.2;text-align:center}.product-trust-strip svg{flex:0 0 auto;width:18px;height:18px;color:#0b5be7;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.page-home .catalog-status{margin:16px 0}.home-testimonials{padding-top:64px;padding-bottom:64px;background:linear-gradient(180deg,#f0f7ff 0%,#ffffff 100%)}.home-testimonials .section-heading{max-width:var(--max);margin-inline:auto;padding-inline:clamp(16px,4vw,28px);margin-bottom:36px}.home-testimonials .testimonials-grid{max-width:var(--max);margin-inline:auto;padding-inline:clamp(16px,4vw,28px);grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.home-testimonials .testimonial-card{border-radius:14px;border:1px solid #e2eaf8;box-shadow:0 8px 28px rgba(15,35,64,0.07);transition:transform 200ms ease,box-shadow 200ms ease;padding:24px}.home-testimonials .testimonial-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(15,35,64,0.13)}.home-testimonials .testimonial-stars{font-size:1.1rem;color:#f59e0b;margin-bottom:14px;letter-spacing:2px}.home-testimonials blockquote{margin:0;font-size:0.92rem;line-height:1.72;color:#364658;font-style:italic}.home-testimonials cite{display:flex;align-items:center;gap:10px;margin-top:18px;font-size:0.82rem;font-weight:700;font-style:normal;color:#17243a}.home-testimonials .testimonial-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;font-size:0.75rem;font-weight:700;flex-shrink:0}.home-bottom-proof{margin-top:0;padding-top:18px;padding-bottom:26px;background:#f7fbff}.home-bottom-proof span{display:grid;place-items:center;min-height:54px;padding:10px;border:1px solid #dfe9f6;border-radius:8px;background:#fff;color:#25334a;text-align:center;font-size:0.84rem;font-weight:700}@media (max-width:1180px){.page-home .hero--home.home-hero{grid-template-columns:minmax(0,1fr) minmax(0,0.9fr)}.page-home .home-hero h1{font-size:3rem}.home-category-card{flex-basis:140px;min-width:140px}.home-category-carousel__nav--prev{left:0}.home-category-carousel__nav--next{right:0}}@media (max-width:980px){.page-home .hero--home.home-hero,.home-story-band,.home-play-banner,.home-guide-grid{grid-template-columns:1fr}.home-hero__visual{min-height:300px}.home-proof-band,.home-bottom-proof,.home-product-row,.product-trust-strip,.home-age-grid,.home-testimonials .testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-story-band__image img,.home-play-banner img{height:300px}.home-toy-card__media{height:240px}}@media (max-width:700px){.page-home .hero--home.home-hero{padding:24px 14px 28px;gap:16px}.home-hero__copy,.home-hero__visual{width:100%;max-width:100%}.home-hero__copy,.page-home .home-hero h1,.page-home .home-hero .hero-text,.home-hero__mini{width:100%;max-width:100%}.page-home .home-hero h1{font-size:2.35rem}.page-home .home-hero .hero-text{font-size:0.96rem;line-height:1.62}.page-home .home-hero .hero-actions{flex-direction:column}.page-home .home-hero .hero-actions .button{width:100%}.home-hero__mini span{min-height:32px;font-size:0.78rem}.home-proof-band{margin-top:12px}.home-section{padding-top:44px}.home-section__head{align-items:start;flex-direction:column;gap:8px}.home-section__head h2,.home-story-band h2,.home-play-banner h2,.home-testimonials h2{font-size:1.6rem}.home-category-carousel__viewport{scroll-padding-inline:4px}.home-category-card{flex-basis:132px;min-width:132px;min-height:152px}.home-category-card img{width:76px;height:70px}.home-category-carousel__nav{width:36px;height:36px}.home-product-row,.product-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.home-age-grid,.home-testimonials .testimonials-grid{grid-template-columns:1fr}.home-toy-card__media{aspect-ratio:4 / 3;height:auto}.home-story-band,.home-play-banner{margin-top:34px;padding-block:22px}.home-story-band__image img,.home-play-banner img{height:220px}.home-age-card{min-height:118px}.home-age-card img{width:68px;height:68px;right:10px;bottom:10px}.home-bottom-proof{grid-template-columns:1fr}}@media (max-width:480px){.home-proof-band{grid-template-columns:1fr}.home-hero__copy,.home-hero__visual,.page-home .home-hero h1,.page-home .home-hero .hero-text,.home-hero__mini{width:min(340px,100%);max-width:100%}.home-hero__visual{justify-self:start;overflow:hidden}.page-home .home-hero h1{font-size:1.85rem}.home-hero__visual{min-height:230px}.home-category-card strong{font-size:0.78rem}.home-category-card span{font-size:0.69rem}}.badge-sale{position:absolute;top:10px;right:10px;padding:4px 9px;border-radius:999px;font-size:0.68rem;font-weight:700;line-height:1;letter-spacing:0.03em;text-transform:uppercase;pointer-events:none}.badge-sale--red{background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;box-shadow:0 4px 10px rgba(37,99,235,0.3)}.badge-sale--orange{background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;box-shadow:0 4px 10px rgba(37,99,235,0.3)}.badge-sale--green{background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;box-shadow:0 4px 10px rgba(37,99,235,0.3)}.badge-sale--navy{background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;box-shadow:0 4px 10px rgba(37,99,235,0.3)}.badge--age-3{background:linear-gradient(135deg,#1e40af,#2563eb)}.badge--age-5{background:linear-gradient(135deg,#1d4ed8,#2563eb)}.badge--age-8{background:linear-gradient(135deg,#1d4ed8,#2563eb)}.product-stars{display:flex;align-items:center;gap:4px;margin:0}.product-stars__icons{display:flex;gap:1px;color:#f59e0b;font-size:0.78rem;line-height:1;letter-spacing:-0.5px}.product-stars__count{color:var(--muted);font-size:0.72rem;font-weight:700}.product-icon-actions{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:6px;opacity:0;transform:translateX(6px);transition:opacity 200ms ease,transform 200ms ease;pointer-events:none;z-index:2}.product-card:hover .product-icon-actions,.product-card:focus-within .product-icon-actions{opacity:1;transform:translateX(0);pointer-events:auto}.product-icon-btn{display:grid;place-items:center;width:34px;height:34px;border:none;border-radius:8px;background:#fff;color:#334155;font-size:0.88rem;box-shadow:0 4px 14px rgba(15,35,64,0.15);transition:background 160ms ease,color 160ms ease,transform 160ms ease;cursor:pointer}.product-icon-btn:hover{background:#0f172a;color:#fff;transform:scale(1.08)}.price-with-discount{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.price-old{color:#9ca3af;font-size:0.78rem;font-weight:600;text-decoration:line-through}.price-discount-pct{display:inline-block;padding:2px 7px;border-radius:999px;background:#fef2f2;color:#ef4444;font-size:0.68rem;font-weight:700}.page-home .product-card .product-icon-actions{top:10px;right:10px}.home-why-section{max-width:var(--max);margin:64px auto 0;padding:0 clamp(16px,4vw,28px)}.home-why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-why-card{display:flex;flex-direction:column;gap:14px;padding:28px 26px 30px;border:1px solid #e4edf7;border-radius:18px;background:#fff;box-shadow:0 6px 24px rgba(15,35,64,0.07);transition:transform 200ms ease,box-shadow 200ms ease}.home-why-card:hover{transform:translateY(-5px);box-shadow:0 18px 44px rgba(15,35,64,0.12)}.home-why-card__icon{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;font-size:1.6rem;flex-shrink:0}.home-why-card__icon--gift{background:linear-gradient(135deg,#fdf2ff,#f5e6ff)}.home-why-card__icon--brain{background:linear-gradient(135deg,#f0f9ff,#daf0ff)}.home-why-card__icon--truck{background:linear-gradient(135deg,#f0fdf4,#d1fae5)}.home-why-card h3{margin:0;font-size:1.05rem;font-weight:700;color:#102039;line-height:1.25}.home-why-card p{margin:0;font-size:0.9rem;color:#556b85;line-height:1.68}.home-trust-band{max-width:var(--max);margin:64px auto 0;padding:32px clamp(16px,4vw,28px);border-radius:20px;background:linear-gradient(135deg,#1e3a5f 0%,#1d4ed8 60%,#0ea5e9 100%);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:hidden;position:relative}.home-trust-band::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 50%,rgba(255,255,255,0.08),transparent 40%),radial-gradient(circle at 90% 30%,rgba(255,255,255,0.06),transparent 40%);pointer-events:none}.home-trust-band__item{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 12px;text-align:center;color:#fff}.home-trust-band__item + .home-trust-band__item{border-left:1px solid rgba(255,255,255,0.15)}.home-trust-band__icon{font-size:1.6rem;line-height:1}.home-trust-band__item strong{display:block;font-size:1.1rem;font-weight:700;line-height:1.1}.home-trust-band__item span{font-size:0.78rem;font-weight:600;opacity:0.82;line-height:1.35}@keyframes fadeInUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(24px)}.reveal.is-visible{animation:fadeInUp 0.55s cubic-bezier(0.16,1,0.3,1) forwards}.reveal-delay-1{animation-delay:0.08s}.reveal-delay-2{animation-delay:0.16s}.reveal-delay-3{animation-delay:0.24s}.reveal-delay-4{animation-delay:0.32s}@media (max-width:700px){.home-why-grid{grid-template-columns:1fr}.home-why-section{margin-top:44px}.home-trust-band{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:44px;border-radius:14px}.home-trust-band__item:nth-child(3){border-left:none}.page-home .category-tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:8px;padding-bottom:6px;scrollbar-width:none}.page-home .category-tabs::-webkit-scrollbar{display:none}.page-home .category-button{flex:0 0 auto;scroll-snap-align:start;white-space:nowrap}}@media (max-width:480px){.home-trust-band{grid-template-columns:1fr;padding:20px 16px}.home-trust-band__item + .home-trust-band__item{border-left:none;border-top:1px solid rgba(255,255,255,0.15)}}.page-home .product-image{background:#f8fafc!important}.page-home .product-image img{object-fit:contain!important;padding:12px;background:#f8fafc}.eyebrow{letter-spacing:0.12em}@media (max-width:480px){.home-hero__copy,.home-hero__visual,.page-home .home-hero h1,.page-home .home-hero .hero-text,.home-hero__mini{width:100%!important;max-width:100%!important}.page-home .home-hero h1{font-size:1.85rem}.page-home .home-hero .hero-text{font-size:0.9rem;line-height:1.6}.home-hero__visual{min-height:220px;max-height:280px;overflow:hidden}.home-hero__visual img{width:100%;height:100%;object-fit:contain}}@media (max-width:380px){.home-product-row{grid-template-columns:1fr}}@media (min-width:481px) and (max-width:700px){.home-testimonials .testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.home-why-section{margin-top:36px;padding-left:14px;padding-right:14px}.home-why-card{padding:22px 18px 24px}}@media (max-width:700px){.home-trust-band{margin-left:clamp(14px,4vw,28px);margin-right:clamp(14px,4vw,28px)}}@media (max-width:700px){.home-story-band{border-radius:14px;margin-left:clamp(14px,4vw,28px);margin-right:clamp(14px,4vw,28px)}.home-play-banner{border-radius:14px;margin-left:clamp(14px,4vw,28px);margin-right:clamp(14px,4vw,28px)}.home-story-band__image{order:-1}.home-story-band__image img,.home-play-banner img{height:200px;width:100%;object-fit:cover;border-radius:10px}}@media (max-width:700px){.site-footer--shop .footer-inner{grid-template-columns:1fr}.footer-offer{padding:18px 14px}}@media (max-width:480px){.home-category-carousel{padding-left:0;padding-right:0}.home-category-carousel__nav{display:none}.home-category-carousel__viewport{padding-left:14px;padding-right:14px}}@media (max-width:480px){.home-proof-band{grid-template-columns:1fr 1fr;gap:10px;padding:16px}.home-proof-band article{flex-direction:column;text-align:center;gap:6px;padding:14px 10px}}@media (min-width:481px) and (max-width:700px){.home-age-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.home-section__head h2,.home-story-band h2,.home-play-banner h2,.home-testimonials h2{font-size:1.4rem;line-height:1.2}.home-section{padding-top:36px;padding-left:14px;padding-right:14px}}@media (max-width:480px){.page-home .shop-section{padding-left:14px;padding-right:14px}}main,.site-footer,.site-header{overflow-x:clip;max-width:100%}@supports not (overflow:clip){main,.site-footer,.site-header{overflow-x:hidden}}.category-tabs,.cat-category-pills,.age-tabs,.home-category-carousel__viewport{scrollbar-width:none}.category-tabs::-webkit-scrollbar,.cat-category-pills::-webkit-scrollbar,.age-tabs::-webkit-scrollbar,.home-category-carousel__viewport::-webkit-scrollbar{display:none;height:0}.cat-page{background:linear-gradient(180deg,#f8fafc 0%,#fff 120px)}.cat-breadcrumbs,.cat-breadcrumbs__inner,.cat-breadcrumbs-inner{background:#fff;border-bottom:1px solid #e4edf7}.cat-breadcrumbs{padding:12px clamp(16px,4vw,52px);font-size:0.82rem;font-weight:600;color:var(--muted)}.cat-breadcrumbs__inner,.cat-breadcrumbs-inner{max-width:var(--max);margin:0 auto;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cat-breadcrumbs svg{width:14px;height:14px;fill:none;stroke:#94a3b8;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.cat-breadcrumbs a{color:var(--ink);text-decoration:none;transition:color 0.2s}.cat-breadcrumbs a:hover{color:var(--brand-blue)}.cat-breadcrumbs [aria-current="page"]{color:var(--muted)}.cat-hero{background:linear-gradient(120deg,rgba(255,255,255,0.94) 0%,rgba(240,247,255,0.98) 55%,rgba(255,248,231,0.9) 100%);border-bottom:1px solid #e4edf7;padding:clamp(28px,5vw,52px) clamp(16px,4vw,52px)}.cat-hero__inner,.cat-hero-inner{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(220px,0.9fr);align-items:center;gap:clamp(24px,4vw,48px)}.cat-hero-copy{min-width:0}.cat-hero-eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:12px;padding:6px 14px;border-radius:999px;background:#e8f1ff;color:#1e40af;font-size:0.78rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase}.cat-hero-title,.cat-hero h1{margin:0 0 14px;font-size:clamp(1.85rem,4vw,2.85rem);font-weight:700;line-height:1.1;letter-spacing:-0.02em;color:#17243a}.cat-hero-title em,.cat-hero h1 em{font-style:normal;color:var(--brand-blue)}.cat-hero-desc,.cat-hero p{margin:0 0 18px;max-width:560px;font-size:clamp(0.95rem,1.5vw,1.05rem);line-height:1.65;color:#475569}.cat-hero-tags{display:flex;flex-wrap:wrap;gap:8px}.cat-hero-tags span{padding:7px 12px;border:1px solid #dbeafe;border-radius:999px;background:#fff;color:#334155;font-size:0.78rem;font-weight:600;box-shadow:0 2px 8px rgba(15,35,64,0.05)}.cat-hero-image{display:grid;place-items:center;min-height:200px;padding:20px;border-radius:20px;background:linear-gradient(145deg,#f4f9ff,#fff9f0);border:1px solid #e4edf7;box-shadow:0 12px 36px rgba(15,35,64,0.08)}.cat-hero-image img{width:100%;max-height:280px;object-fit:contain}.cat-category-pills-section{padding:18px clamp(16px,4vw,52px) 0;background:transparent}.cat-category-pills{max-width:var(--max);margin:0 auto;display:flex;flex-wrap:wrap;gap:10px}.cat-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid #dbeafe;border-radius:999px;background:#fff;color:#334155;font-size:0.86rem;font-weight:600;box-shadow:0 2px 8px rgba(15,35,64,0.05);transition:border-color 160ms ease,background 160ms ease,color 160ms ease,box-shadow 160ms ease}.cat-pill:hover{border-color:#93c5fd;color:#1e40af}.cat-pill.active{border-color:transparent;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;box-shadow:0 6px 18px rgba(37,99,235,0.35)}.pill-emoji{font-size:1rem;line-height:1}.cat-layout{max-width:var(--max);margin:28px auto 48px;padding:0 clamp(16px,4vw,28px);display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px;align-items:start}.cat-main{min-width:0}.cat-sidebar{position:sticky;top:88px;align-self:start;background:#fff;border:1px solid #e4edf7;border-radius:16px;box-shadow:0 8px 28px rgba(15,35,64,0.06);overflow:hidden}.cat-sidebar-header,.cat-sidebar__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #e4edf7;background:#f8fbff}.cat-sidebar-header h3,.cat-sidebar__head h3{margin:0;font-size:1rem;font-weight:700;color:var(--ink)}.cat-close-sidebar,.cat-sidebar__close{display:none;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);cursor:pointer}.cat-close-sidebar svg,.cat-sidebar__close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.cat-sidebar-content{padding:18px 20px 22px}.cat-filter-group{margin-bottom:22px}.cat-filter-group h4,.cat-filter-group__title{margin:0 0 12px;font-size:0.78rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#64748b}.cat-price-range,.rc-price-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}.cat-price-range input,.rc-price-input,.cat-price-range .rc-price-input{width:100%;min-width:0;padding:9px 10px;border:1px solid var(--line);border-radius:8px;background:#f8fafc;font-size:0.88rem;font-weight:600;color:var(--ink)}.cat-price-range span,.rc-price-sep{color:var(--muted);font-size:0.85rem;font-weight:600}.cat-checkbox-list,.cat-filter-list{display:flex;flex-direction:column;gap:10px}.cat-checkbox{display:flex;align-items:center;gap:10px;font-size:0.9rem;font-weight:500;color:#475569;cursor:pointer}.cat-checkbox input{width:18px;height:18px;accent-color:var(--brand-blue);cursor:pointer}.cat-clear-btn,.cat-sidebar__clear{width:100%;margin-top:8px;padding:10px 14px;border:1px solid #dbeafe;border-radius:10px;background:#f0f7ff;color:#1d4ed8;font-size:0.86rem;font-weight:700;cursor:pointer;transition:background 160ms ease}.cat-clear-btn:hover,.cat-sidebar__clear:hover{background:#dbeafe}.cat-sidebar-backdrop{display:none}body.nav-open .cat-sidebar-backdrop{display:block;position:fixed;inset:0;z-index:299;background:rgba(15,23,42,0.45)}.cat-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;padding:12px 18px;border:1px solid #e4edf7;border-radius:14px;background:#fff;box-shadow:0 4px 16px rgba(15,35,64,0.05)}.cat-mobile-filter-trigger,.cat-mobile-filter-btn{display:none;align-items:center;gap:8px;padding:9px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-size:0.88rem;font-weight:700;cursor:pointer}.cat-mobile-filter-trigger svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.cat-results-count,.cat-toolbar__count{font-size:0.9rem;font-weight:600;color:var(--muted)}.cat-results-count strong,.cat-toolbar__count strong{color:var(--ink);font-weight:700}.cat-sort-wrapper,.cat-sort{display:flex;align-items:center;gap:10px}.cat-sort-wrapper label,.cat-sort label{font-size:0.85rem;font-weight:600;color:var(--muted);white-space:nowrap}.cat-sort-wrapper select,.cat-sort select,#catSort{padding:8px 32px 8px 14px;border:1px solid var(--line);border-radius:8px;background:#f8fafc url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>") no-repeat right 10px center / 14px;font-size:0.85rem;font-weight:600;color:var(--ink);cursor:pointer;appearance:none}.cat-sort-wrapper select:focus,.cat-sort select:focus,#catSort:focus{outline:none;border-color:var(--brand-blue)}.edu-no-results{grid-column:1 / -1;padding:48px 24px;border:1px dashed #cbd5e1;border-radius:16px;background:#fff;text-align:center}.edu-no-results__emo{font-size:2.5rem;margin-bottom:12px}.edu-no-results h3{margin:0 0 8px;font-size:1.2rem;color:var(--ink)}.edu-no-results p{margin:0 0 16px;color:var(--muted)}.cat-seo-section{margin-top:8px;padding:clamp(40px,6vw,72px) clamp(16px,4vw,52px);border-top:1px solid #e4edf7;background:#fff}.cat-seo__inner,.cat-seo-container{max-width:820px;margin:0 auto}.cat-seo__inner h2,.cat-seo-container h2{margin:0 0 16px;font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:var(--ink)}.cat-seo__inner p,.cat-seo-container p{margin:0 0 16px;font-size:1rem;line-height:1.7;color:#475569}.cat-faq,.cat-seo-faq{margin-top:32px}.cat-faq h3,.cat-seo-faq h3{margin:0 0 16px;font-size:1.2rem;font-weight:700}.cat-seo-faq details{margin-bottom:10px;padding:14px 16px;border:1px solid #e4edf7;border-radius:12px;background:#f8fbff}.cat-seo-faq summary{font-weight:700;color:var(--ink);cursor:pointer}.cat-seo-faq details p{margin:12px 0 0;font-size:0.95rem}.cat-faq-item{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--line)}.cat-faq-item h4{margin:0 0 8px;font-size:1.02rem;font-weight:600;color:var(--ink)}.cat-faq-item p{margin:0;font-size:0.95rem;color:#475569}.cat-links{margin-top:36px;padding-top:28px;border-top:1px solid var(--line)}.cat-links h3{margin:0 0 14px;font-size:1.05rem;font-weight:700}.cat-links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.cat-links a{font-size:0.9rem;font-weight:600;color:var(--brand-blue);text-decoration:none}.cat-links a:hover{text-decoration:underline}@media (max-width:1100px){.cat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.cat-hero__inner,.cat-hero-inner{grid-template-columns:1fr}.cat-hero-image{max-width:420px;margin:0 auto}.cat-layout{grid-template-columns:1fr}.cat-sidebar{display:none;position:fixed;top:0;left:0;bottom:0;z-index:300;width:min(320px,88vw);max-height:100vh;overflow-y:auto;border-radius:0 16px 16px 0}.cat-sidebar.is-open{display:block}.cat-close-sidebar,.cat-sidebar__close{display:inline-flex}.cat-mobile-filter-trigger,.cat-mobile-filter-btn{display:inline-flex}.cat-toolbar{flex-wrap:wrap}}@media (max-width:640px){.cat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cat-toolbar{flex-direction:column;align-items:stretch}.cat-sort-wrapper,.cat-sort{width:100%;justify-content:space-between}.cat-category-pills{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.cat-category-pills::-webkit-scrollbar{display:none}.cat-pill{flex:0 0 auto}}.age-page{--age-accent:var(--brand-blue);--age-light:#f0f7ff;--age-mid:#dbeafe}.age-page main{background:linear-gradient(180deg,#f8fafc 0%,#fff 160px)}.age-hero-wrap{background:linear-gradient(120deg,rgba(255,255,255,0.94) 0%,rgba(240,247,255,0.98) 55%,rgba(255,248,231,0.88) 100%);border-bottom:1px solid #e4edf7}.age-hero{max-width:var(--max);margin:0 auto;padding:clamp(28px,5vw,52px) clamp(16px,4vw,52px);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(220px,0.9fr);align-items:center;gap:clamp(24px,4vw,48px)}.age-hero__breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:14px;font-size:0.82rem;font-weight:600;color:var(--muted)}.age-hero__breadcrumb a{color:var(--ink);text-decoration:none}.age-hero__breadcrumb a:hover{color:var(--brand-blue)}.age-crumb-current{color:var(--brand-blue)}.age-badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:6px 14px;border-radius:999px;background:#e8f1ff;color:#1e40af;font-size:0.78rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase}.age-hero h1{margin:0 0 14px;font-size:clamp(1.85rem,4vw,2.85rem);font-weight:700;line-height:1.1;letter-spacing:-0.02em;color:#17243a}.age-hero h1 span{color:var(--brand-blue)}.age-hero p{margin:0 0 20px;max-width:560px;font-size:clamp(0.95rem,1.5vw,1.05rem);line-height:1.65;color:#475569}.age-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.age-hero__stats{display:flex;flex-wrap:wrap;gap:20px;margin-top:22px}.age-stat{text-align:center}.age-stat strong{display:block;font-size:1.2rem;font-weight:700;color:var(--brand-blue)}.age-stat span{font-size:0.78rem;font-weight:600;color:var(--muted)}.age-hero__visual{display:grid;place-items:center;min-height:220px;padding:20px;border:1px solid #e4edf7;border-radius:20px;background:linear-gradient(145deg,#f4f9ff,#fff9f0);box-shadow:0 12px 36px rgba(15,35,64,0.08);overflow:hidden}.age-hero__visual img{width:100%;height:100%;max-height:280px;object-fit:contain}.age-tabs-section{padding:16px clamp(16px,4vw,52px) 0;background:transparent}.age-tabs{max-width:var(--max);margin:0 auto;display:flex;flex-wrap:wrap;gap:10px}.age-tab{display:inline-flex;flex-direction:column;align-items:center;gap:2px;padding:10px 16px;border:1px solid #dbeafe;border-radius:14px;background:#fff;color:#334155;font-size:0.82rem;font-weight:700;text-decoration:none;box-shadow:0 2px 8px rgba(15,35,64,0.05);transition:border-color 160ms ease,background 160ms ease,color 160ms ease,box-shadow 160ms ease;flex-shrink:0}.age-tab span{font-size:0.68rem;font-weight:600;color:var(--muted)}.age-tab:hover{border-color:#93c5fd;color:#1e40af}.age-tab.active{border-color:transparent;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;box-shadow:0 6px 18px rgba(37,99,235,0.35)}.age-tab.active span{color:rgba(255,255,255,0.88)}.age-page .page-shell{max-width:var(--max);margin:0 auto;padding:0 clamp(16px,4vw,28px)}.age-page .section{padding:48px 0}.age-page .section .eyebrow,.age-page .milestones-inner>.eyebrow,.age-page .age-benefits-shell>.eyebrow,.age-page .age-nav-section .eyebrow,.age-page .tips-section .eyebrow{display:block;margin-bottom:8px;text-align:center;color:var(--brand-blue);font-size:0.75rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase}.age-page .section-title,.age-page .milestones-title{margin:0 0 8px;text-align:center;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;color:#17243a}.age-page .section-sub,.age-page .milestones-sub{max-width:620px;margin:0 auto 28px;text-align:center;color:var(--muted);font-size:0.95rem;line-height:1.6}.milestones-band{margin-top:8px;padding:40px clamp(16px,4vw,52px);border-top:1px solid #e4edf7;border-bottom:1px solid #e4edf7;background:#fff}.milestones-inner{max-width:var(--max);margin:0 auto;text-align:center}.milestones-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;margin-top:24px}.milestone-card{padding:20px;border:1px solid #e4edf7;border-radius:14px;background:#f8fbff;text-align:center}.milestone-icon{font-size:2rem;margin-bottom:10px}.milestone-card h3{margin:0 0 8px;font-size:0.92rem;font-weight:700;color:var(--ink)}.milestone-card p{margin:0;font-size:0.82rem;line-height:1.5;color:#475569}.filter-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:28px}.filter-btn{padding:9px 16px;border:1px solid #dbeafe;border-radius:999px;background:#fff;color:#334155;font-size:0.84rem;font-weight:600;cursor:pointer;transition:border-color 160ms ease,background 160ms ease,color 160ms ease}.filter-btn:hover{border-color:#93c5fd;color:#1e40af}.filter-btn.active{border-color:transparent;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff}.age-page .product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.age-page .product-grid .product-card{display:flex;flex-direction:column;border:1px solid #e4edf7;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 4px 16px rgba(15,35,64,0.07);transition:border-color 220ms ease,box-shadow 220ms ease,transform 220ms ease}.age-page .product-grid .product-card:hover{border-color:#a5c1e8;box-shadow:0 24px 56px rgba(15,35,64,0.18);transform:translateY(-6px)}.age-page .product-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:linear-gradient(145deg,#f4f9ff,#fff9f0)}.age-page .product-card__media img{width:100%;height:100%;padding:12px;object-fit:contain;transition:transform 300ms ease}.age-page .product-card:hover .product-card__media img{transform:scale(1.05)}.age-page .age-badge-sm,.age-badge-sm{position:absolute;top:12px;left:12px;padding:5px 12px;border-radius:999px;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;font-size:0.72rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;box-shadow:0 4px 14px rgba(37,99,235,0.38)}.age-page .badge-new,.age-page .badge-sale{position:absolute;top:12px;right:12px;padding:5px 10px;border-radius:999px;color:#fff;font-size:0.65rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase}.age-page .badge-new{background:linear-gradient(135deg,#00b894,#00cec9)}.age-page .badge-sale{background:linear-gradient(135deg,#f9a825,#ff8f00)}.age-page .product-card__body{display:flex;flex:1;flex-direction:column;gap:8px;padding:16px}.age-page .product-card__cat{margin:0;color:var(--brand-blue);font-size:0.72rem;font-weight:700;letter-spacing:0.05em;text-transform:uppercase}.age-page .product-card__name{margin:0;font-size:0.92rem;font-weight:600;line-height:1.3;color:#17243a}.age-page .product-card__desc{margin:0;font-size:0.8rem;line-height:1.45;color:var(--muted)}.age-page .product-card__bottom{display:grid;gap:10px;margin-top:auto}.age-page .product-card__price{font-size:1.08rem;font-weight:700;color:#0f172a}.age-page .add-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border:0;border-radius:10px;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;font-size:0.82rem;font-weight:700;text-decoration:none;transition:background 160ms ease,box-shadow 160ms ease}.age-page .add-btn:hover{background:linear-gradient(135deg,#1e40af,#1d4ed8);box-shadow:0 4px 14px rgba(37,99,235,0.35)}.wa-cta{display:flex;align-items:center;gap:24px;margin:40px 0 8px;padding:28px;border:1px solid #bbf7d0;border-radius:16px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5)}.wa-cta__icon{font-size:2.5rem;flex-shrink:0}.wa-cta h3{margin:0 0 8px;font-size:1.15rem;font-weight:700;color:#14532d}.wa-cta p{margin:0 0 14px;font-size:0.9rem;line-height:1.55;color:#166534}.wa-cta a{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border-radius:10px;background:#25d366;color:#fff;font-size:0.88rem;font-weight:700;text-decoration:none}.wa-cta a:hover{background:#1ebe5d}.age-benefits-section{padding:52px 0;background:#f8fafc;border-top:1px solid #e4edf7}.age-benefits-shell{text-align:center}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:28px}.benefit-card{padding:22px;border:1px solid #e4edf7;border-radius:14px;background:#fff;text-align:left}.benefit-card__icon{font-size:2rem;margin-bottom:12px}.benefit-card h3{margin:0 0 8px;font-size:0.95rem;font-weight:700}.benefit-card p{margin:0;font-size:0.85rem;line-height:1.55;color:#475569}.tips-section{padding:52px clamp(16px,4vw,52px);background:linear-gradient(180deg,#f0f7ff 0%,#fff 100%);border-top:1px solid #e4edf7}.tips-inner{max-width:var(--max);margin:0 auto}.tips-section .eyebrow{color:var(--brand-blue)}.tips-section h2{margin:0 0 10px;font-size:clamp(1.3rem,2.5vw,1.9rem);font-weight:700;color:#17243a}.tips-inner>p{margin:0 0 28px;max-width:640px;color:var(--muted);font-size:0.95rem}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.tip-card{padding:20px;border:1px solid #e4edf7;border-radius:14px;background:#fff;box-shadow:0 4px 16px rgba(15,35,64,0.05)}.tip-num{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-bottom:12px;border-radius:50%;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;font-size:0.85rem;font-weight:700}.tip-card h3{margin:0 0 8px;font-size:0.92rem;font-weight:700;color:var(--ink)}.tip-card p{margin:0;font-size:0.82rem;line-height:1.55;color:#475569}.safety-band{padding:40px clamp(16px,4vw,52px);border-top:1px solid #bbf7d0;border-bottom:1px solid #bbf7d0;background:#f0fdf4}.safety-inner{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:auto minmax(0,1fr);gap:32px;align-items:center}.safety-icon{font-size:3.5rem;text-align:center}.safety-eyebrow{margin:0 0 8px;font-size:0.75rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#16a34a}.safety-band h2{margin:0 0 10px;font-size:1.25rem;font-weight:700;color:#14532d}.safety-band p{margin:0;font-size:0.9rem;line-height:1.6;color:#166534}.safety-checks{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.safety-check{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#dcfce7;color:#166534;font-size:0.78rem;font-weight:600}.trust-band{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#e4edf7;border-top:1px solid #e4edf7}.trust-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:24px 16px;background:#fff;text-align:center}.trust-item .icon{font-size:1.6rem}.trust-item strong{font-size:0.95rem;font-weight:700;color:var(--ink)}.trust-item span{font-size:0.78rem;color:var(--muted)}.age-nav-section{border-top:1px solid #e4edf7;text-align:center}.age-nav-title{margin:0 0 20px;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:700;color:#17243a}.age-nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.age-tab-link{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border:1px solid #dbeafe;border-radius:999px;background:#fff;color:#1e40af;font-size:0.85rem;font-weight:700;text-decoration:none;transition:border-color 160ms ease,box-shadow 160ms ease,transform 160ms ease}.age-tab-link:hover{border-color:#93c5fd;box-shadow:0 4px 14px rgba(37,99,235,0.15);transform:translateY(-2px)}.age-page .reveal{opacity:0;transform:translateY(16px);transition:opacity 0.45s ease,transform 0.45s ease}.age-page .reveal.is-visible{opacity:1;transform:none}@media (max-width:1100px){.age-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.trust-band{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.age-hero{grid-template-columns:1fr}.age-hero__visual{max-width:420px;margin:0 auto;width:100%;min-height:200px}.safety-inner{grid-template-columns:1fr}.safety-icon{display:none}.wa-cta{flex-direction:column;align-items:flex-start}.age-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.age-tabs::-webkit-scrollbar{display:none}}@media (max-width:640px){.age-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.trust-band{grid-template-columns:1fr}}.header-search{position:relative;overflow:visible;z-index:220}.header-search input[type="search"]{padding-right:42px}.header-search input[type="search"]::-webkit-search-cancel-button,.header-search input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.search-scrim{position:fixed;inset:0;z-index:200;background:rgba(15,23,42,0.18);opacity:0;pointer-events:none;transition:opacity 160ms ease}.search-scrim.is-active{opacity:1;pointer-events:auto}.search-clear-btn{position:absolute;top:50%;right:272px;width:24px;height:24px;display:inline-grid;place-items:center;border:0;border-radius:50%;background:#edf2f7;color:#475569;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(-50%);transition:opacity 140ms ease,visibility 140ms ease,background 140ms ease,color 140ms ease;z-index:3}.search-clear-btn::before{content:"x";font-size:13px;font-weight:700;line-height:1}.search-clear-btn:hover,.search-clear-btn:focus-visible{background:#dbeafe;color:#0b5be7}.search-clear-btn.is-visible{opacity:1;visibility:visible}.search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:240;max-height:min(68vh,560px);overflow-y:auto;border:1px solid #dbe6f4;border-radius:8px;background:#fff;box-shadow:0 22px 60px rgba(15,23,42,0.18),0 4px 14px rgba(15,23,42,0.08);opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity 150ms ease,transform 150ms ease}.search-suggestions.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.suggestions-section-title{padding:12px 16px 8px;color:#64748b;font-size:0.72rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.suggestions-section-title--spaced{margin-top:10px}.trending-searches-box{padding-bottom:8px}.trending-tags-grid{display:flex;flex-wrap:wrap;gap:8px;padding:0 16px 8px}.trending-tag-item{min-height:34px;border:1px solid #dbe6f4;border-radius:999px;background:#f8fafc;color:#1f2937;cursor:pointer;font-size:0.78rem;font-weight:700;padding:6px 12px;transition:background 140ms ease,border-color 140ms ease,color 140ms ease,transform 140ms ease}.trending-tag-item:hover,.trending-tag-item:focus-visible{border-color:#bfdbfe;background:#eff6ff;color:#0b5be7;transform:translateY(-1px)}.suggestion-item{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:72px;padding:10px 16px;border-top:1px solid #eef2f7;color:#0f172a;text-decoration:none;transition:background 140ms ease,color 140ms ease}.suggestion-item:hover,.suggestion-item:focus-visible,.suggestion-item.is-selected{background:#eff6ff;color:#0b5be7;outline:0}.suggestion-thumb{width:52px;height:52px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;object-fit:cover}.suggestion-info{min-width:0}.suggestion-title{display:-webkit-box;margin:0 0 5px;overflow:hidden;color:inherit;font-size:0.88rem;font-weight:700;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.suggestion-item mark{border-radius:2px;background:#fef3c7;color:#0f172a;font-weight:700;padding:0 2px}.suggestion-meta{display:flex;flex-wrap:wrap;gap:5px;color:#64748b;font-size:0.72rem;font-weight:600}.suggestion-meta span,.suggestion-chip{display:inline-flex;align-items:center;min-height:20px;border-radius:999px;background:#f1f5f9;padding:2px 7px}.suggestion-chip{background:#e0f2fe;color:#075985}.suggestion-price-row{display:grid;justify-items:end;gap:2px;min-width:86px;color:#0f172a;font-weight:700}.suggestion-price{color:#0b5be7;font-size:0.86rem;white-space:nowrap}.suggestion-price-original{color:#94a3b8;font-size:0.72rem;text-decoration:line-through;white-space:nowrap}.suggestions-footer{display:block;padding:13px 16px;border-top:1px solid #e2e8f0;border-radius:0 0 8px 8px;background:#f8fafc;color:#0b5be7;font-size:0.84rem;font-weight:700;text-align:center;text-decoration:none}.suggestions-footer:hover,.suggestions-footer:focus-visible,.suggestions-footer.is-selected{background:#eaf2ff;outline:0}.suggestions-footer--inline{margin-top:12px;border:1px solid #dbe6f4;border-radius:8px}.suggestions-empty{display:grid;gap:6px;padding:24px 18px;color:#64748b;font-size:0.86rem;text-align:center}.suggestions-empty strong{color:#0f172a;font-size:0.96rem}@media (max-width:820px){.search-clear-btn{right:56px}.search-suggestions{max-height:min(72vh,520px)}.suggestion-item{grid-template-columns:48px minmax(0,1fr);padding:10px 12px}.suggestion-thumb{width:48px;height:48px}.suggestion-price-row{grid-column:2;justify-items:start;min-width:0}.trending-tags-grid{padding-inline:12px}}.home-toy-card__media,.product-card .product-image,.product-card__media{aspect-ratio:1 / 1!important}.home-toy-card__media.sf-img-missing,.product-card .product-image.sf-img-missing,.product-card__media.sf-img-missing,.sf-related-card__image.sf-img-missing{background:linear-gradient(135deg,#1d4ed8 0%,#3b82f6 55%,#fbbf24 100%)!important;position:relative}.home-toy-card__media.sf-img-missing>img,.product-card .product-image.sf-img-missing>img,.product-card__media.sf-img-missing>img,.sf-related-card__image.sf-img-missing>img{opacity:0!important}.home-toy-card__media.sf-img-missing::before,.product-card .product-image.sf-img-missing::before,.product-card__media.sf-img-missing::before,.sf-related-card__image.sf-img-missing::before{content:"Safencia Toy";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;text-shadow:0 2px 6px rgba(0,0,0,0.3);z-index:1;pointer-events:none}.sf-card-rating{display:flex;align-items:center;gap:6px;margin:-2px 0 0;font-size:0.82rem;font-weight:600;color:#475569;line-height:1}.sf-card-rating__star{color:#f97316;font-size:0.95rem;line-height:1}.sf-card-rating__value{color:#0f172a;font-weight:700;font-size:0.84rem}.sf-card-rating__count{color:#94a3b8;font-weight:600;font-size:0.76rem}.sf-card-rating__stars{position:relative;display:inline-flex;font-size:0.95rem;line-height:1;letter-spacing:1px;font-family:Arial,sans-serif}.sf-card-rating__stars-bg{color:#e5e7eb}.sf-card-rating__stars-fill{position:absolute;top:0;left:0;white-space:nowrap;overflow:hidden;color:#f97316}.sf-related-card__rating{display:inline-flex;align-items:center;gap:4px;font-size:0.82rem;font-weight:600;color:#0f172a;margin:4px 0 2px}.sf-related-card__rating .sf-card-rating__star{color:#f97316}.sf-card-price-block{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap;margin:0;line-height:1.1}.sf-card-price-old{color:#94a3b8;font-size:0.84rem;font-weight:600;text-decoration:line-through;text-decoration-thickness:1.5px}.sf-card-price-now{color:#0f172a;font-size:1.08rem;font-weight:700;line-height:1.1}.sf-card-price-save{display:inline-block;padding:2px 7px;border-radius:999px;background:#fef3c7;color:#b45309;font-size:0.66rem;font-weight:700;letter-spacing:0.02em;line-height:1.4}.sf-card-proof{display:flex;align-items:center;gap:4px;margin:0;font-size:0.72rem;font-weight:600;line-height:1.2;color:#047857;white-space:nowrap}.sf-card-proof--bought{color:#0f766e!important}.sf-card-proof--stock{color:#047857!important}.sf-card-proof--cod{color:#1d4ed8!important}.sf-card-actions{display:flex!important;flex-direction:row!important;gap:8px;margin-top:auto;align-items:stretch}.product-card .sf-card-actions .add-button,.home-toy-card .sf-card-actions .add-button{flex:1 1 auto!important;width:auto!important;min-width:0}.sf-card-wa{flex:0 0 42px;display:inline-grid;place-items:center;height:42px;width:42px;max-height:42px;max-width:42px;background:#25D366;color:#fff;border-radius:10px;text-decoration:none;border:0;box-shadow:0 4px 14px rgba(37,211,102,0.32);transition:transform 120ms ease,box-shadow 160ms ease,background 160ms ease;position:relative;z-index:3;overflow:hidden}.sf-card-wa:hover,.sf-card-wa:focus-visible{background:#128C7E;box-shadow:0 8px 18px rgba(37,211,102,0.42);transform:translateY(-1px)}.sf-card-wa svg{width:22px!important;height:22px!important;fill:currentColor;pointer-events:none;display:block}.product-card,.home-toy-card{position:relative}.sf-card-overlay{position:absolute;inset:0;z-index:1;border-radius:inherit;background:transparent;font-size:0!important;color:transparent!important;text-indent:-9999px;white-space:nowrap;overflow:hidden}.sf-card-overlay>*{display:none}.product-card .add-button,.home-toy-card .add-button,.sf-card-wa,.product-card .home-toy-card__media,.home-toy-card .home-toy-card__media,.product-card .product-image-link,.product-card h3 a,.home-toy-card h3 a,.sf-card-rating,.sf-card-price-block,.sf-card-proof{position:relative;z-index:2}.product-label--bestseller{background:linear-gradient(135deg,#f97316,#ea580c)!important;box-shadow:0 3px 10px rgba(249,115,22,0.45)!important}.product-label--trending{background:linear-gradient(135deg,#7c3aed,#9333ea)!important;box-shadow:0 3px 10px rgba(124,58,237,0.45)!important}.product-label--hot{background:linear-gradient(135deg,#ef4444,#dc2626)!important;box-shadow:0 3px 10px rgba(239,68,68,0.45)!important}.product-label--new{background:linear-gradient(135deg,#10b981,#059669)!important;box-shadow:0 3px 10px rgba(16,185,129,0.45)!important}.home-toy-card__body,.product-card .product-body{gap:6px;padding:14px 16px 16px}.home-toy-card__bottom,.product-card__bottom{gap:6px;margin-top:auto}@media (max-width:640px){.sf-card-wa{height:44px;width:44px;max-height:44px;max-width:44px;flex-basis:44px}.product-card .sf-card-actions .add-button,.home-toy-card .sf-card-actions .add-button{min-height:44px}}.sf-related-card .sf-related-card__rating{display:inline-flex!important;align-items:center;gap:4px;margin:4px 0 2px;color:#0f172a!important;font-size:0.82rem;font-weight:600;line-height:1}.sf-related-card .sf-related-card__rating .sf-card-rating__star{color:#f97316!important;display:inline!important;margin:0!important;font-size:0.95rem}.sf-related-card__image{position:relative!important;aspect-ratio:1 / 1}.sf-related-card--showcase .sf-related-card__image{aspect-ratio:1 / 1}.sf-related-card--showcase img{height:100%!important;width:100%!important;object-fit:contain;padding:10px}.sf-related-card__image.sf-img-missing>img{opacity:0!important;visibility:hidden}.sf-related-card__image.sf-img-missing::before{content:"Safencia Toy"!important;position:absolute!important;inset:0!important;display:grid!important;place-items:center!important;color:#fff!important;font-size:0.9rem!important;font-weight:700!important;letter-spacing:0.06em;text-transform:uppercase;text-shadow:0 2px 6px rgba(0,0,0,0.3);z-index:1;pointer-events:none;margin:0!important}.sf-card-wish{display:none!important}.product-card,.home-toy-card{border:1px solid #eef2f7!important;border-radius:14px!important;box-shadow:0 1px 3px rgba(15,23,42,0.06)!important;transition:transform 200ms ease,box-shadow 200ms ease,border-color 200ms ease!important}.product-card:hover,.product-card:focus-within,.home-toy-card:hover,.home-toy-card:focus-within{border-color:#dbeafe!important;box-shadow:0 12px 28px rgba(15,23,42,0.1)!important;transform:translateY(-4px)!important}.home-toy-card__media,.product-card .product-image,.product-card__media{background:#f8fafc!important}.home-toy-card__media img,.product-card .product-image img,.product-card__media img{padding:14px!important}.sf-card-price-block{gap:8px;margin:2px 0 0}.sf-card-price-old{font-size:0.82rem}.sf-card-price-now{font-size:1.12rem}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;flex-wrap:wrap}.shop-toolbar-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0;flex-wrap:wrap}.shop-mobile-filter-btn{display:none;align-items:center;gap:7px;padding:9px 16px;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;font-size:0.875rem;font-weight:600;color:#374151;cursor:pointer;white-space:nowrap}.shop-mobile-filter-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.shop-mobile-filter-btn:hover{background:#f1f5f9;border-color:#cbd5e1}@media (max-width:900px){.shop-mobile-filter-btn{display:inline-flex}}.shop-result-count{font-size:0.875rem;color:#64748b;margin:0;white-space:nowrap}.shop-result-count strong{color:#0f172a;font-weight:600}.shop-active-filters{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.shop-filter-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;font-size:0.78rem;font-weight:600;color:#1d4ed8;white-space:nowrap}.shop-filter-chip--clearall{background:#fee2e2;border-color:#fca5a5;color:#b91c1c;cursor:pointer;border-radius:999px;padding:4px 12px;font-size:0.78rem;font-weight:600}.shop-filter-chip__remove{background:none;border:none;color:inherit;cursor:pointer;font-size:0.95rem;line-height:1;padding:0 2px;opacity:0.7}.shop-filter-chip__remove:hover{opacity:1}.shop-pagination{display:flex;align-items:center;justify-content:center;gap:5px;margin:32px 0 8px;flex-wrap:wrap}.shop-page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;font-size:0.875rem;font-weight:600;color:#374151;cursor:pointer;transition:background 0.12s,border-color 0.12s,color 0.12s;font-family:inherit}.shop-page-btn:hover:not(:disabled):not(.active){background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.shop-page-btn.active{background:#2563eb;border-color:#2563eb;color:#fff;pointer-events:none}.shop-page-btn:disabled{opacity:0.35;cursor:default}.shop-page-btn svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.shop-page-ellipsis{color:#94a3b8;font-size:0.9rem;padding:0 2px;line-height:38px;user-select:none}.sidebar-whatsapp-cta{margin-top:20px;padding:14px 16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;text-align:center}.sidebar-whatsapp-cta p{font-size:0.82rem;color:#166534;margin:0 0 10px;line-height:1.5}.sidebar-whatsapp-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;background:#25d366;color:#fff;border-radius:8px;font-size:0.82rem;font-weight:600;text-decoration:none;transition:background 0.15s}.sidebar-whatsapp-btn:hover{background:#1ebe59}.shop-seo-section{background:#f8fafc;border-top:1px solid #e2e8f0;padding:36px 0 28px}.shop-seo-container{max-width:var(--max);margin:0 auto;padding:0 clamp(16px,4vw,28px)}.shop-seo-section h2{font-size:1.2rem;font-weight:700;color:#0f172a;margin:0 0 10px}.shop-seo-section>.shop-seo-container>p{font-size:0.97rem;color:#64748b;line-height:1.7;margin:0 0 10px;max-width:760px}.shop-seo-cities{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:6px}.shop-seo-city-pill{display:inline-block;padding:4px 11px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;font-size:0.78rem;color:#475569}.shop-cat-link-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:7px;margin-bottom:6px}.shop-cat-link{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:0.81rem;font-weight:600;color:#374151;text-decoration:none;transition:background 0.12s,border-color 0.12s}.shop-cat-link:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.shop-cat-link-emoji{font-size:1rem}.shop-seo-faq{margin-top:22px}.shop-seo-faq h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0 0 14px}.shop-seo-faq details{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:5px;background:#fff;overflow:hidden}.shop-seo-faq summary{padding:13px 16px;cursor:pointer;font-size:0.97rem;font-weight:600;color:#1e293b;list-style:none;display:flex;align-items:center;justify-content:space-between;user-select:none}.shop-seo-faq summary::-webkit-details-marker{display:none}.shop-seo-faq summary::after{content:"+";font-size:1.1rem;color:#94a3b8;flex-shrink:0;margin-left:8px}.shop-seo-faq details[open] summary::after{content:"−"}.shop-seo-faq details p{padding:0 16px 14px;margin:0;font-size:0.95rem;color:#64748b;line-height:1.7}@media (max-width:640px){.shop-cat-link-grid{grid-template-columns:repeat(2,1fr)}}.shop-top-bar{display:flex;align-items:center;gap:16px;padding:14px clamp(16px,3vw,32px);background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.shop-top-bar-left{flex-shrink:0}.shop-page-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 2px;line-height:1.2}.shop-top-bar .shop-result-count{font-size:0.88rem;color:#64748b;margin:0}.shop-top-bar .shop-result-count strong{color:#0f172a;font-weight:600}.shop-top-bar-center{display:none;align-items:center;gap:8px;flex:1;flex-wrap:wrap}.shop-top-bar-center.has-filters{display:flex}.shop-active-label{font-size:0.82rem;font-weight:600;color:#475569;white-space:nowrap}.shop-clear-all-link{font-size:0.82rem;color:#2563eb;background:none;border:none;cursor:pointer;padding:2px 0;white-space:nowrap;text-decoration:underline}.shop-clear-all-link:hover{color:#1d4ed8}.shop-top-bar-right{display:flex;align-items:center;gap:10px;margin-left:auto;flex-shrink:0}.shop-sort-label{font-size:0.88rem;color:#64748b;white-space:nowrap}.shop-sort-select{font-size:0.88rem;padding:7px 32px 7px 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#0f172a;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.shop-filters-toggle-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1.5px solid #2563eb;border-radius:8px;background:#fff;color:#2563eb;font-size:0.88rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background 0.15s}.shop-filters-toggle-btn:hover{background:#eff6ff}.shop-filters-toggle-btn svg{stroke:#2563eb}.cat-sidebar-header{display:flex;align-items:center;padding:14px 16px 14px;border-bottom:1px solid #e2e8f0;gap:8px}.cat-sidebar-title{font-size:1rem;font-weight:700;color:#0f172a;flex:1}.cat-sidebar-reset{font-size:0.8rem;color:#2563eb;background:none;border:none;cursor:pointer;padding:2px 0;font-weight:500;white-space:nowrap}.cat-sidebar-reset:hover{color:#1d4ed8;text-decoration:underline}.cat-close-sidebar{display:none;padding:4px;background:none;border:none;cursor:pointer;color:#64748b}.cat-close-sidebar svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.cat-filter-group{border-bottom:1px solid #f1f5f9}.cat-filter-group-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:13px 16px;background:none;border:none;cursor:pointer;font-size:0.88rem;font-weight:600;color:#1e293b;text-align:left}.cat-filter-group-toggle:hover{color:#2563eb}.cat-filter-chevron{width:16px;height:16px;flex-shrink:0;transition:transform 0.2s ease;stroke:#94a3b8}.cat-filter-group-body{padding:0 16px 12px}.cat-checkbox-list{display:flex;flex-direction:column;gap:8px}.cat-checkbox{display:flex;align-items:center;gap:9px;cursor:pointer;font-size:0.87rem;color:#374151}.cat-checkbox input[type="checkbox"]{width:16px;height:16px;border-radius:4px;accent-color:#2563eb;cursor:pointer;flex-shrink:0}.cat-checkbox:hover{color:#2563eb}.shop-price-range-display{font-size:0.85rem;color:#2563eb;font-weight:600;margin:0 0 10px}.shop-dual-range-wrap{position:relative;height:28px;margin-bottom:8px}.shop-dual-range-track{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:4px;background:#e2e8f0;border-radius:4px}.shop-dual-range-fill{position:absolute;top:50%;transform:translateY(-50%);height:4px;background:#2563eb;border-radius:4px;pointer-events:none}.shop-range-input{position:absolute;width:100%;top:50%;transform:translateY(-50%);height:4px;background:none;outline:none;border:none;pointer-events:none;appearance:none;-webkit-appearance:none}.shop-range-input::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#2563eb;border:2px solid #fff;box-shadow:0 1px 4px rgba(37,99,235,0.3);cursor:pointer;pointer-events:auto}.shop-range-input::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#2563eb;border:2px solid #fff;box-shadow:0 1px 4px rgba(37,99,235,0.3);cursor:pointer;pointer-events:auto}.shop-range-wrap{position:relative;height:28px;margin-bottom:8px}.shop-range-wrap::before{content:'';position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:4px;background:#e2e8f0;border-radius:4px;pointer-events:none}.shop-range-fill{position:absolute;top:50%;transform:translateY(-50%);height:4px;background:#2563eb;border-radius:4px;pointer-events:none}.shop-price-display{font-size:0.85rem;color:#2563eb;font-weight:600;margin:0 0 10px}.shop-price-quick-btns{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.shop-price-quick-btn{font-size:0.76rem;padding:4px 10px;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#374151;cursor:pointer;transition:all 0.15s}.shop-price-quick-btn:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.shop-price-quick-btn.active{border-color:#2563eb;background:#2563eb;color:#fff}.shop-clear-all-btn{width:100%;margin-top:16px;font-size:0.87rem}.cat-pagination{display:flex;align-items:center;justify-content:center;gap:5px;padding:28px 0 4px;flex-wrap:wrap}.cat-page-btn{min-width:38px;height:38px;padding:0 10px;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;color:#374151;font-size:0.88rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:border-color 0.15s,background 0.15s,color 0.15s;line-height:1}.cat-page-btn:hover:not(:disabled):not(.active){border-color:#2563eb;color:#2563eb;background:#eff6ff}.cat-page-btn.active{background:#2563eb;border-color:#2563eb;color:#fff;cursor:default}.cat-page-btn:disabled{opacity:0.35;cursor:not-allowed}.cat-page-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;display:block}.cat-page-ellipsis{color:#94a3b8;font-weight:600;font-size:0.9rem;padding:0 3px;line-height:38px;user-select:none}@media (max-width:480px){.cat-page-btn{min-width:34px;height:34px;font-size:0.82rem}}@media (max-width:900px){.cat-close-sidebar{display:flex}.shop-top-bar{padding:10px 16px}.shop-page-title{font-size:1.05rem}.shop-sort-label{display:none}.shop-filters-toggle-btn{padding:6px 12px;font-size:0.82rem}}.cat-seo-card-section{margin-top:28px}.cat-seo-card-heading{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0 0 16px}.cat-seo-card-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.cat-seo-card{display:flex;flex-direction:column;align-items:center;text-decoration:none;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:box-shadow 0.15s,transform 0.15s;padding-bottom:10px}.cat-seo-card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.1);transform:translateY(-2px)}.cat-seo-card img{width:100%;aspect-ratio:1;object-fit:cover}.cat-seo-card span{font-size:0.78rem;font-weight:600;color:#1e293b;margin-top:8px;text-align:center;padding:0 6px}@media (max-width:768px){.cat-seo-card-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.cat-seo-card-grid{grid-template-columns:repeat(2,1fr)}}.na-alert-section{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 60%,#d1fae5 100%);border-top:1px solid #86efac;border-bottom:1px solid #86efac;padding:clamp(40px,6vw,72px) clamp(20px,5vw,60px);text-align:center}.na-alert-section h2{font-size:clamp(1.35rem,3vw,2rem);font-weight:700;color:#0f2a4a;margin:0 0 12px;line-height:1.25}.na-alert-section>p{font-size:1rem;color:#374151;max-width:600px;margin:0 auto 28px;line-height:1.65}.na-alert-section>p strong{color:#16a34a;font-weight:700}.na-alert-form{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;max-width:680px;margin:0 auto 16px}.na-alert-input{flex:1 1 180px;min-width:160px;height:48px;padding:0 16px;border:1.5px solid #bbf7d0;border-radius:10px;background:#fff;font-size:0.95rem;color:#0f2a4a;outline:none;transition:border-color 0.2s}.na-alert-input:focus{border-color:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,0.12)}.na-alert-input::placeholder{color:#9ca3af}.na-alert-btn{flex:0 0 auto;height:48px;padding:0 26px;background:#25d366;color:#fff;border:none;border-radius:10px;font-size:0.95rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background 0.18s,transform 0.15s;white-space:nowrap}.na-alert-btn:hover{background:#1db954;transform:translateY(-1px)}.na-alert-note{font-size:0.82rem;color:#6b7280;margin:0}.na-seo-section{padding:clamp(40px,6vw,72px) clamp(16px,4vw,52px);border-top:1px solid #e4edf7;background:#f8fafc}.na-seo-container{max-width:820px;margin:0 auto}.na-seo-container h2{font-size:clamp(1.2rem,2.5vw,1.7rem);font-weight:700;color:#0f2a4a;margin:0 0 16px;line-height:1.3}.na-seo-container p{font-size:0.97rem;color:#475569;line-height:1.75;margin:0 0 14px}@media (max-width:600px){.na-alert-form{flex-direction:column;align-items:stretch}.na-alert-input,.na-alert-btn{flex:none;width:100%}}.product-card,.home-toy-card{background:#fff;border:1px solid #E5E7EB;border-radius:16px;box-shadow:0 1px 3px rgba(15,23,42,0.06);overflow:hidden;transition:box-shadow 160ms ease,transform 160ms ease,border-color 160ms ease}.product-card:hover,.home-toy-card:hover{transform:translateY(-2px);border-color:#BFDBFE;box-shadow:0 10px 24px rgba(15,23,42,0.10)}.sf-card-delivery{align-self:flex-start;margin:10px 0 0 10px;padding:4px 10px;border-radius:999px;background:#F0FDF4;border:1px solid #BBF7D0;color:#15803D;font-size:0.72rem;font-weight:600;line-height:1.3;white-space:nowrap}.product-card .home-toy-card__media,.home-toy-card .home-toy-card__media{background:#fff}.home-toy-card__body{display:flex;flex-direction:column;gap:6px;padding:10px 14px 14px}.home-toy-card__body h3{margin:0;font-size:1rem;font-weight:600;line-height:1.35;min-height:auto}.home-toy-card__body h3 a{color:#111827;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sf-card-price-block{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin:0}.sf-card-price-now{font-size:1.375rem;font-weight:700;color:#111827;letter-spacing:-0.01em}.sf-card-price-old{font-size:0.875rem;font-weight:500;color:#9CA3AF;text-decoration:line-through}.sf-card-price-save{align-self:center;padding:3px 8px;border-radius:6px;background:#FEF08A;color:#854D0E;font-size:0.72rem;font-weight:700;letter-spacing:0.02em}.sf-card-proof{margin:0;font-size:0.875rem;font-weight:600}.sf-card-proof--bought{color:#C2410C}.sf-card-proof--stock{color:#047857}.sf-card-proof--cod{color:#1D4ED8}.sf-card-rating{display:flex;align-items:center;gap:5px;font-size:0.875rem;margin:0}.sf-card-rating__stars{font-size:0.875rem;line-height:1}.sf-card-rating__value{font-weight:600;color:#111827}.sf-card-rating__count{color:#6B7280;font-weight:400}.sf-card-actions{display:flex;gap:8px;margin-top:auto;padding-top:4px}.product-card .sf-card-actions .add-button,.home-toy-card .sf-card-actions .add-button{flex:1 1 auto;width:auto;min-width:0;min-height:46px;border-radius:12px;background:#2563EB;color:#fff;font-size:0.9375rem;font-weight:600;border:0;box-shadow:none}.product-card .sf-card-actions .add-button:hover,.home-toy-card .sf-card-actions .add-button:hover{background:#1D4ED8}.sf-card-wa{flex:0 0 46px;width:46px;height:46px;display:inline-grid;place-items:center;border-radius:12px;background:#fff;border:2px solid #16A34A;color:#16A34A;box-shadow:none}.sf-card-wa:hover,.sf-card-wa:focus-visible{background:#16A34A;color:#fff;box-shadow:0 6px 16px rgba(22,163,74,0.28);transform:none}@media (min-width:1200px){.product-grid,.cat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}}@media (min-width:821px) and (max-width:1199px){.product-grid,.cat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.product-grid,.cat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-toy-card__body{padding:8px 10px 12px;gap:5px}.home-toy-card__body h3{font-size:0.875rem}.sf-card-price-now{font-size:1.125rem}.sf-card-price-old,.sf-card-proof,.sf-card-rating{font-size:0.8125rem}.sf-card-delivery{font-size:0.66rem;margin:8px 0 0 8px}.product-card .sf-card-actions .add-button,.home-toy-card .sf-card-actions .add-button{min-height:42px;font-size:0.875rem}.sf-card-wa{flex-basis:42px;width:42px;height:42px}.sf-card-wa svg{width:20px;height:20px}}.testimonials-carousel-wrap{position:relative}.testimonials-grid.testimonials-carousel{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 4px 18px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.testimonials-carousel::-webkit-scrollbar{display:none}.testimonials-carousel .testimonial-card{flex:0 0 320px;scroll-snap-align:start}.testi-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;border:1px solid #E5E7EB;background:#fff;color:#111827;display:grid;place-items:center;cursor:pointer;box-shadow:0 6px 16px rgba(15,23,42,0.14);transition:background 140ms ease,color 140ms ease,border-color 140ms ease}.testi-nav:hover,.testi-nav:focus-visible{background:#2563EB;color:#fff;border-color:#2563EB}.testi-nav--prev{left:-12px}.testi-nav--next{right:-12px}.testi-nav svg{width:20px;height:20px}@media (max-width:700px){.testimonials-carousel .testimonial-card{flex-basis:84%}.testi-nav{display:none}}@media (max-width:700px){.home-age-card{min-height:120px;padding:14px 12px 12px}.home-age-card img{width:56px;height:56px;right:8px;bottom:8px}.home-age-card span,.home-age-card strong{max-width:calc(100% - 62px)}}.sf-related-card--showcase .sf-card-actions{display:flex;gap:8px;margin-top:4px}.sf-related-card--showcase .sf-card-actions .add-button{flex:1 1 auto;width:auto;min-width:0;min-height:46px;border-radius:12px;background:#2563EB;color:#fff;font-size:0.9375rem;font-weight:600;border:0;box-shadow:none;white-space:nowrap}.sf-related-card--showcase .sf-card-actions .add-button:hover{background:#1D4ED8}@media (max-width:820px){.sf-related-card--showcase .sf-card-actions .add-button{min-height:42px;font-size:0.8125rem;padding:0 8px}.sf-related-card--showcase .sf-card-wa{flex-basis:42px;width:42px;height:42px}}.sf-related-card--showcase .sf-card-actions .sf-card-wa{color:#16A34A}.sf-related-card--showcase .sf-card-actions .sf-card-wa:hover,.sf-related-card--showcase .sf-card-actions .sf-card-wa:focus-visible{color:#fff}.skip-link{position:absolute;left:-9999px;top:0;z-index:9999;padding:10px 18px;background:#1D4ED8;color:#fff;font-weight:700;border-radius:0 0 10px 0}.skip-link:focus{left:0}.cart-item{position:relative}.cart-item__remove{position:absolute;top:4px;right:4px;width:26px;height:26px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:#9CA3AF;font-size:20px;line-height:1;cursor:pointer;transition:background 140ms ease,color 140ms ease}.cart-item__remove:hover,.cart-item__remove:focus-visible{background:#FEE2E2;color:#DC2626}.checkout-cod-reassure{margin:0 0 10px;padding:10px 12px;border-radius:10px;background:#F0FDF4;border:1px solid #BBF7D0;color:#15803D;font-size:0.85rem;font-weight:600;line-height:1.45;text-align:center}.order-confirm{margin:0 0 14px;padding:16px;border-radius:12px;background:#ECFDF5;border:1px solid #6EE7B7}.order-confirm__head{margin:0 0 6px;font-size:1.05rem;font-weight:700;color:#065F46}.order-confirm__sub{margin:0 0 8px;font-size:0.9rem;line-height:1.5;color:#334155}.order-confirm__sub a{color:#047857;font-weight:700;text-decoration:underline}.order-confirm .button.ghost{margin-top:4px}.cat-count{margin:0 0 12px;font-size:0.9rem;font-weight:600;color:#6B7280}
