:root{--blue:#123ecf;--blue-dark:#071e66;--ink:#172039;--yellow:#ffc928;--red:#e9333d;--green:#149956;--paper:#f6f8fd;--line:#e4e8f2;--muted:#69738b;--white:#fff;--shadow:0 16px 45px rgba(13,35,94,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Nunito",sans-serif;color:var(--ink);background:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button,input{font:inherit}button,a{touch-action:manipulation}.promo-bar{height:32px;background:var(--blue-dark);color:#fff;display:flex;align-items:center;justify-content:center;gap:16px;font-size:.8rem;font-weight:700;letter-spacing:.03em}.promo-bar span{color:var(--yellow)}.site-header{height:84px;max-width:1320px;margin:auto;padding:0 24px;display:grid;grid-template-columns:280px minmax(260px,1fr) 370px;gap:26px;align-items:center}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--blue-dark);font-family:"Baloo 2",sans-serif;font-size:1.75rem;font-weight:800;line-height:1}.brand b{color:var(--red)}.brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:16px 16px 16px 5px;background:linear-gradient(145deg,var(--yellow),#ff9e20);color:var(--blue-dark);font:800 1rem "Baloo 2";box-shadow:0 8px 16px #ffc92840}.search{height:48px;display:flex;background:var(--paper);border:2px solid transparent;border-radius:14px;transition:.2s}.search:focus-within{background:#fff;border-color:#b8c6ff;box-shadow:0 0 0 4px #123ecf12}.search input{min-width:0;flex:1;border:0;outline:0;background:transparent;padding:0 18px;color:var(--ink);font-size:1rem}.search button{width:54px;border:0;background:transparent;color:var(--blue);font-size:1.8rem;cursor:pointer}.header-actions{display:flex;justify-content:flex-end;gap:6px}.header-button{position:relative;border:0;background:transparent;border-radius:12px;padding:8px 10px;display:flex;align-items:center;gap:9px;text-align:left;cursor:pointer;color:var(--ink)}.header-button:hover{background:var(--paper)}.header-button>span:first-child{font-size:1.45rem}.action-copy{display:flex;flex-direction:column;font-weight:800}.action-copy small{font-size:.72rem;color:var(--muted);font-weight:600;white-space:nowrap}.cart-button b{position:absolute;top:2px;left:27px;background:var(--red);color:#fff;border-radius:20px;min-width:19px;height:19px;display:grid;place-items:center;font-size:.68rem;border:2px solid #fff}.main-nav{height:48px;background:var(--blue);display:flex;justify-content:center;align-items:center;gap:44px;padding:0 24px;position:relative;z-index:3}.main-nav a,.mobile-categories{color:#fff;text-decoration:none;font-weight:800;font-size:.9rem}.main-nav a:hover{color:var(--yellow)}.mobile-categories{display:none;background:none;border:0}.hero{height:min(570px,65vh);min-height:470px;position:relative;overflow:hidden;background:var(--blue-dark) url("assets/hero-alepio.png") center/cover no-repeat}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,19,70,.94) 0%,rgba(7,37,128,.75) 36%,rgba(7,37,128,.08) 70%);pointer-events:none}.hero-slide{position:absolute;inset:0;z-index:1;display:flex;align-items:center;visibility:hidden;opacity:0;transform:translateX(45px);transition:opacity .55s ease,transform .55s ease,visibility .55s}.hero-slide.active{visibility:visible;opacity:1;transform:none}.hero-copy{width:min(1320px,100%);margin:auto;padding:0 8%;color:#fff}.eyebrow{display:inline-block;font-size:.78rem;letter-spacing:.16em;font-weight:900;color:var(--yellow);margin-bottom:14px}.hero h1,.hero h2{font:800 clamp(2.7rem,5.5vw,5.3rem)/.94 "Baloo 2",sans-serif;letter-spacing:-.035em;max-width:690px;margin:0 0 20px}.hero p{font-size:clamp(1rem,1.4vw,1.3rem);max-width:540px;color:#e7ecff;margin:0 0 30px}.primary-cta,.light-cta{display:inline-flex;align-items:center;gap:20px;border:0;border-radius:14px;padding:15px 22px;background:var(--yellow);color:var(--blue-dark);font-weight:900;text-decoration:none;cursor:pointer;box-shadow:0 10px 24px #0003}.primary-cta:hover{transform:translateY(-2px);background:#ffd653}.slider-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid #ffffff55;background:#ffffff1d;color:#fff;font-size:2rem;cursor:pointer}.slider-arrow:hover{background:#fff;color:var(--blue)}.slider-arrow.prev{left:24px}.slider-arrow.next{right:24px}.slider-dots{position:absolute;z-index:2;bottom:25px;left:50%;transform:translateX(-50%);display:flex;gap:9px}.slider-dots button{width:9px;height:9px;padding:0;border:0;border-radius:10px;background:#ffffff77;cursor:pointer;transition:.2s}.slider-dots button.active{width:28px;background:var(--yellow)}.benefits{max-width:1180px;margin:-28px auto 58px;position:relative;z-index:2;background:#fff;border-radius:18px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:23px}.benefits article{display:flex;align-items:center;gap:13px;padding:4px 22px;border-right:1px solid var(--line)}.benefits article:last-child{border:0}.benefits article>span{font-size:1.8rem}.benefits div{display:flex;flex-direction:column}.benefits b{font-size:.95rem}.benefits small{color:var(--muted)}.store-layout{max-width:1320px;margin:0 auto 85px;padding:0 24px;display:grid;grid-template-columns:260px 1fr;gap:38px;align-items:start}.categories{border:1px solid var(--line);border-radius:18px;overflow:hidden;position:sticky;top:20px;background:#fff}.categories-title{padding:20px;background:var(--blue);color:#fff;display:flex;gap:10px;align-items:center}.categories-title h2{font:800 1.3rem "Baloo 2";margin:0}.category{width:100%;border:0;border-bottom:1px solid var(--line);background:#fff;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:14px;text-align:left;color:var(--ink);font-weight:800;cursor:pointer}.category:hover,.category.active{background:#f3f6ff;color:var(--blue)}.category-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#fff}.category-icon.all{background:var(--blue)}.category-icon.school{background:#f4aa16}.category-icon.toys{background:#20a364}.category-icon.christmas{background:var(--red)}.category-help{margin:16px;padding:18px;border-radius:13px;background:var(--paper);display:flex;flex-direction:column}.category-help span{font-size:.75rem;color:var(--muted)}.category-help a{margin-top:8px;color:var(--green);font-weight:900;text-decoration:none}.section-heading{min-height:72px;display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.section-heading h2{font:800 clamp(1.8rem,3vw,2.5rem) "Baloo 2";margin:0}.eyebrow.blue{color:var(--blue);margin:0}.section-heading p{color:var(--muted);font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.2s;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.product-visual{height:205px;display:grid;place-items:center;font-size:5.5rem;position:relative;overflow:hidden}.product-visual:after{content:"";position:absolute;width:130px;height:130px;background:#fff8;border-radius:50%;filter:blur(2px)}.product-visual span{position:relative;z-index:1;filter:drop-shadow(0 13px 9px #0002);transition:.25s}.product-card:hover .product-visual span{transform:scale(1.08) rotate(-3deg)}.bg-school{background:linear-gradient(135deg,#fff0b8,#ffe07d)}.bg-toys{background:linear-gradient(135deg,#c8f2e2,#8bdcc0)}.bg-christmas{background:linear-gradient(135deg,#ffd7d7,#ffabab)}.product-tag{position:absolute;top:12px;left:12px;z-index:2;border-radius:20px;padding:6px 10px;background:#fff;color:var(--blue-dark);font-size:.68rem;font-weight:900}.product-info{padding:17px}.product-category{font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:900}.product-info h3{font-size:1rem;margin:6px 0 12px;min-height:44px}.product-bottom{display:flex;align-items:center;justify-content:space-between}.price{font:800 1.35rem "Baloo 2";color:var(--blue-dark)}.add-cart{width:42px;height:42px;border:0;border-radius:12px;background:var(--blue);color:#fff;font-size:1.3rem;cursor:pointer}.add-cart:hover{background:var(--blue-dark)}.empty-state{text-align:center;padding:60px 20px;background:var(--paper);border-radius:18px}.empty-state>span{font-size:3rem;color:var(--blue)}.empty-state h3{font:800 1.7rem "Baloo 2";margin:10px 0 0}.empty-state p{color:var(--muted)}.empty-state button{border:0;border-radius:10px;background:var(--blue);color:#fff;padding:11px 18px;font-weight:800;cursor:pointer}.offer{max-width:1272px;margin:0 auto 80px;padding:42px 54px;border-radius:24px;background:linear-gradient(120deg,var(--red),#bd1422);color:#fff;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.offer:after{content:"✦";position:absolute;right:24%;font-size:11rem;color:#ffffff12;transform:rotate(12deg)}.offer h2{font:800 clamp(1.8rem,3vw,2.7rem) "Baloo 2";margin:0}.offer p{margin:5px 0;color:#ffe8e9}.light-cta{position:relative;z-index:1;background:#fff;color:var(--red);box-shadow:none;white-space:nowrap}footer{background:#071741;color:#dce4ff;padding:55px max(24px,calc((100% - 1272px)/2)) 22px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.3fr;gap:50px}.footer-brand{color:#fff}.footer-grid p{max-width:340px;color:#9ca9cf}.footer-grid h3{color:#fff;margin-top:0}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.footer-grid a{color:#b9c5e8;text-decoration:none}.footer-grid a:hover{color:var(--yellow)}.footer-grid span{color:#b9c5e8}.footer-bottom{border-top:1px solid #ffffff18;margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;font-size:.8rem;color:#8493bd}.overlay{position:fixed;inset:0;background:#07122aaa;backdrop-filter:blur(3px);z-index:10}.cart-drawer{position:fixed;z-index:11;right:0;top:0;width:min(440px,100%);height:100%;background:#fff;transform:translateX(105%);transition:.3s ease;display:flex;flex-direction:column;box-shadow:-20px 0 50px #0002}.cart-drawer.open{transform:none}.drawer-head{padding:24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.drawer-head span{font-size:.72rem;color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.1em}.drawer-head h2{font:800 2rem "Baloo 2";margin:0}.close{width:40px;height:40px;border:0;background:var(--paper);border-radius:50%;font-size:1.6rem;cursor:pointer}.cart-items{overflow:auto;padding:0 22px}.cart-item{display:grid;grid-template-columns:62px 1fr auto;gap:13px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.cart-thumb{height:62px;border-radius:12px;display:grid;place-items:center;font-size:2rem}.cart-item h3{font-size:.9rem;margin:0 0 5px}.qty{display:flex;align-items:center;gap:10px}.qty button{width:27px;height:27px;border:1px solid var(--line);background:#fff;border-radius:8px;cursor:pointer}.remove{border:0;background:none;color:var(--red);cursor:pointer;font-size:1.1rem}.cart-empty{text-align:center;margin:auto;padding:30px;color:var(--muted)}.cart-empty span{font-size:3.5rem}.cart-empty h3{color:var(--ink)}.cart-footer{margin-top:auto;padding:22px;border-top:1px solid var(--line);background:#fff}.cart-footer>div{display:flex;justify-content:space-between;font-size:1.1rem;margin-bottom:14px}.cart-footer b{font:800 1.5rem "Baloo 2"}.cart-footer>button{width:100%;border:0;background:var(--green);color:#fff;border-radius:13px;padding:15px;font-weight:900;cursor:pointer}.cart-footer>button:disabled{opacity:.4;cursor:not-allowed}.cart-footer small{display:block;text-align:center;color:var(--muted);margin-top:9px}.modal{position:fixed;z-index:12;left:50%;top:50%;transform:translate(-50%,-50%);width:min(450px,calc(100% - 32px));background:#fff;border-radius:24px;padding:34px;box-shadow:0 24px 70px #0004;text-align:center}.modal-close{position:absolute;right:18px;top:18px}.modal-brand{display:flex;justify-content:center}.modal h2{font:800 2rem "Baloo 2";margin:16px 0 0}.modal>p{color:var(--muted);margin-top:4px}.tabs{background:var(--paper);border-radius:12px;padding:4px;display:grid;grid-template-columns:1fr 1fr;margin:22px 0}.tabs button{border:0;border-radius:9px;background:transparent;padding:10px;font-weight:800;cursor:pointer}.tabs button.active{background:#fff;color:var(--blue);box-shadow:0 3px 10px #10286513}#accountForm{text-align:left;display:flex;flex-direction:column;gap:7px}#accountForm label{font-size:.83rem;font-weight:800;margin-top:6px}#accountForm input{height:45px;border:1px solid var(--line);border-radius:11px;padding:0 13px;outline:0}#accountForm input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #123ecf14}.form-submit{border:0;border-radius:12px;background:var(--blue);color:#fff;font-weight:900;padding:13px;margin-top:13px;cursor:pointer}.demo-note{display:block;color:var(--muted);font-size:.72rem;margin-top:17px}.toast{position:fixed;z-index:20;bottom:25px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:#fff;border-radius:12px;padding:12px 18px;font-weight:800;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:1000px){.site-header{grid-template-columns:220px 1fr auto}.action-copy{display:none}.header-actions{gap:0}.benefits{margin-left:20px;margin-right:20px;grid-template-columns:repeat(2,1fr)}.benefits article:nth-child(2){border-right:0}.benefits article:nth-child(-n+2){border-bottom:1px solid var(--line);padding-bottom:15px}.benefits article:nth-child(n+3){padding-top:15px}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.promo-bar{font-size:.68rem;gap:6px}.promo-bar span:nth-of-type(2),.promo-bar span:nth-of-type(2)+*{display:none}.site-header{height:auto;padding:13px 16px;grid-template-columns:1fr auto}.brand{font-size:1.4rem}.brand-mark{width:41px;height:41px}.search{grid-column:1/-1;grid-row:2;height:44px}.main-nav{justify-content:flex-start;gap:22px;overflow:auto}.main-nav a{white-space:nowrap}.mobile-categories{display:block;white-space:nowrap}.hero{height:560px;min-height:0;background-position:64% center}.hero:after{background:linear-gradient(90deg,rgba(4,19,70,.96),rgba(7,37,128,.6) 70%,rgba(7,37,128,.1))}.hero-copy{padding:0 45px 50px 28px}.hero h1,.hero h2{font-size:2.75rem;max-width:420px}.slider-arrow{width:38px;height:38px}.slider-arrow.prev{left:7px}.slider-arrow.next{right:7px}.benefits{grid-template-columns:1fr;margin-top:-22px;padding:12px}.benefits article{border-right:0!important;border-bottom:1px solid var(--line)!important;padding:12px!important}.benefits article:last-child{border-bottom:0!important}.store-layout{display:block;padding:0 16px}.categories{display:none;position:static;margin-bottom:25px}.categories.mobile-open{display:block}.section-heading{align-items:start}.section-heading p{font-size:.8rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-visual{height:145px;font-size:4rem}.product-info{padding:13px}.product-info h3{font-size:.88rem}.offer{margin:0 16px 60px;padding:30px;display:block}.offer .light-cta{margin-top:22px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:7px}}@media(max-width:410px){.product-grid{grid-template-columns:1fr}.product-visual{height:180px}.main-nav a:nth-last-child(-n+2){display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
.form-submit:disabled{opacity:.55;cursor:wait}.forgot-button{border:0;background:transparent;color:var(--blue);font-weight:800;margin-top:8px;padding:8px;cursor:pointer}.form-error{margin:8px 0 0;padding:10px 12px;border-radius:9px;background:#fff0f1;color:#b20f20;font-size:.82rem;font-weight:700}.account-user{text-align:center;padding-top:14px}.account-avatar{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:#e3f8ec;color:var(--green);font-size:1.7rem;font-weight:900}.account-user h2{margin:0}.account-user p{color:var(--muted)}.account-user a{display:block;margin:12px 0;color:var(--blue);font-weight:900;text-decoration:none}.account-user .form-submit{width:100%}#passwordWrap,.register-only{display:flex;flex-direction:column;gap:7px}
.brand-logo{width:62px;height:62px;object-fit:cover;border-radius:50%;clip-path:circle(47%);filter:drop-shadow(0 5px 8px #0a225018)}.footer-brand .brand-logo{width:68px;height:68px}.modal-logo{width:92px;height:92px;object-fit:cover;border-radius:50%;clip-path:circle(47%)}.modal-brand{height:84px;align-items:center}@media(max-width:720px){.brand-logo{width:50px;height:50px}}
