@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900;1000&display=swap');
:root{font-family:'Nunito',Arial,sans-serif;color:#28203b;background:#fffdf9;font-synthesis:none;--purple:#762be7;--ink:#28203b}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #a96af5;outline-offset:5px}.announcement{padding:10px 20px;background:var(--purple);color:white;text-align:center;font-size:14px;font-weight:700}.announcement span{margin:0 20px;color:#f6ef8b}header{max-width:1400px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:25px 5%}.logo{font-weight:1000;font-size:30px;line-height:.82;letter-spacing:-1.8px;color:var(--purple);display:inline-block;transform:rotate(-4deg)}.logo>span{display:block;margin-left:14px}.logo-star{color:#ec789e;font-size:26px;margin-left:4px}nav{display:flex;gap:36px;font-size:16px;font-weight:800}.cart-button{border:1px solid #e1d9ed;border-radius:30px;background:transparent;padding:11px 17px;font-weight:800}.cart-button span{background:var(--purple);color:white;border-radius:50%;display:inline-grid;place-items:center;width:25px;height:25px;margin-left:8px}.hero{max-width:1400px;margin:0 auto;padding:20px 5% 55px;display:grid;grid-template-columns:1.08fr 1fr;gap:32px;align-items:center}.eyebrow{font-size:12px;letter-spacing:1.6px;font-weight:900;color:#6a4e84}.hero h1{font-size:clamp(38px,4.55vw,68px);line-height:1.07;letter-spacing:-2.5px;font-weight:1000;margin:22px 0}.hero h1 em{font-style:normal;color:var(--purple)}.hero p{font-size:19px;line-height:1.6;color:#6c6575;margin:0 0 28px}.button{border:0;border-radius:100px;background:var(--purple);color:white;padding:17px 26px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:27px;font-size:16px;transition:background .2s,transform .2s}.button:hover{background:#5e19c5;transform:translateY(-2px)}.hero-note{display:flex;align-items:center;gap:12px;margin-top:25px;font-size:14px;color:#6c6575}.hero-note span{color:var(--purple);font-size:25px}.hero-art{position:relative;isolation:isolate;background:#f6e9ff;border-radius:48% 48% 40% 40%;margin:15px 0 25px}.hero-art img{display:block;width:100%;border-radius:48% 48% 40% 40%;aspect-ratio:1.05;object-fit:cover;mix-blend-mode:multiply}.sticker{position:absolute;right:-10px;top:18px;background:#eeff8e;border-radius:50%;width:128px;height:128px;display:grid;align-content:center;text-align:center;font-weight:900;font-size:16px;transform:rotate(13deg);box-shadow:0 5px 0 #29203912}.hero-caption{position:absolute;bottom:-20px;left:17%;right:10%;background:white;padding:16px 23px;box-shadow:0 5px 25px #39235012;border:1px solid #eee5f3;border-radius:18px;font-weight:800;transform:rotate(-4deg)}.hero-caption span{float:right;color:var(--purple);font-size:24px;line-height:24px}.ribbon{background:#eeff98;color:#4d3968;display:flex;gap:42px;overflow:hidden;white-space:nowrap;justify-content:center;padding:19px 0;font-size:21px;font-weight:1000;letter-spacing:1.5px}.catalog{max-width:1400px;margin:auto;padding:68px 5%}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px}h2{font-size:clamp(28px,3vw,42px);line-height:1.15;letter-spacing:-1.1px;margin:12px 0 0;font-weight:1000}.section-heading p{color:#6c6575;line-height:1.6}.catalog-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:32px}.filters{display:flex;flex-wrap:wrap;gap:8px}.filters button{background:white;border:1px solid #dfd7e5;border-radius:30px;padding:10px 20px;font-size:14px;font-weight:800}.filters button[aria-pressed=true]{color:white;background:var(--ink);border-color:var(--ink)}#result-count{color:#6c6575;font-size:14px;white-space:nowrap}.demo-note{font-size:12px;color:#746c7c;line-height:1.6;margin:17px 0}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 20px}.product-picture{position:relative;overflow:hidden;border-radius:24px;background:#f5ecfa}.product-picture img{display:block;width:100%;aspect-ratio:1;object-fit:cover;transition:transform .35s}.product:hover img{transform:scale(1.045)}.tag{position:absolute;left:14px;top:14px;font-size:12px;padding:6px 10px;border-radius:30px;background:white;color:#574270;font-weight:900}.product-info{padding:15px 3px 0}.product-meta{font-size:13px;color:#766b82}.product h3{font-size:21px;margin:4px 0 13px;font-weight:900}.buy-row{display:flex;align-items:center;justify-content:space-between;gap:6px}.buy-row strong{font-size:18px}.add{border:1px solid #ddd1eb;background:transparent;border-radius:30px;padding:9px 13px;font-size:14px;font-weight:900;color:var(--purple)}.add:hover{background:var(--purple);color:white}.world{max-width:1260px;margin:10px auto 60px;display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;background:#f0e5ff;border-radius:32px;padding:40px}.world p{color:#675779;font-size:17px;line-height:1.7;max-width:490px}.world img{width:100%;border-radius:22px;min-height:220px;object-fit:cover}.text-link{color:var(--purple);font-weight:900;display:inline-block;margin-top:12px}.faq{max-width:1200px;margin:0 auto;padding:20px 25px 70px;display:grid;grid-template-columns:1fr 1.3fr;gap:40px}.faq h2{font-size:32px}details{border-bottom:1px solid #e4ddea;padding:20px 0}summary{cursor:pointer;font-weight:800;font-size:17px}details p{color:#6c6575;line-height:1.7}footer{border-top:1px solid #e9e1ef;padding:35px 5%;display:flex;align-items:center;justify-content:space-between;gap:25px}footer p{color:#6c6575}footer>span{font-size:13px;color:#6c6575}dialog{border:0;border-radius:25px;padding:28px;width:min(520px,calc(100% - 24px));max-height:90dvh;color:var(--ink)}dialog::backdrop{background:#21133380;backdrop-filter:blur(4px)}.dialog-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dialog-head h2{font-size:29px;margin:0}.icon-button{background:#f1e9fa;border:0;border-radius:50%;font-size:28px;width:38px;height:38px}.cart-line{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid #eee5f4}.cart-line img{width:68px;height:68px;object-fit:cover;border-radius:15px}.cart-line .line-info{flex:1}.line-info strong{display:block}.line-info small{color:#766b82}.quantity{display:flex;align-items:center;gap:10px;margin-top:8px}.quantity button{border:1px solid #e4d6ef;background:white;border-radius:50%;width:30px;height:30px}.total{display:flex;justify-content:space-between;font-size:23px;padding-top:23px}#cart-bottom p{font-size:13px;color:#71677b;line-height:1.6}#checkout{width:100%;margin-top:8px}#checkout-note{color:#6328a1!important}.empty{padding:35px 0;text-align:center;color:#766b82}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);opacity:0;pointer-events:none;border-radius:50px;background:var(--ink);color:white;padding:14px 22px;transition:.2s;z-index:10;max-width:90%;text-align:center}#toast.visible{opacity:1;transform:translate(-50%,0)}
@media(min-width:1500px){.hero-art{max-width:530px}}@media(max-width:850px){nav{gap:20px}.hero{gap:10px}.hero h1{letter-spacing:-1.5px}.eyebrow{font-size:11px}.hero p{font-size:16px}.sticker{width:95px;height:95px;font-size:13px}.products{grid-template-columns:repeat(2,1fr)}.world{margin-left:5%;margin-right:5%;padding:25px}.world h2{font-size:30px}.section-heading p{font-size:14px}.hero-note{font-size:12px}.faq{gap:25px}footer p{display:none}}@media(max-width:580px){header{padding:24px 5%}.logo{font-size:26px}nav{display:none}.announcement{font-size:12px}.announcement span{margin:0 7px}.hero{grid-template-columns:1fr;padding-top:14px;padding-bottom:45px}.hero h1{font-size:43px;margin:17px 0}.hero-copy{padding:0 0 12px}.hero p br{display:none}.hero-note{margin-top:17px}.hero-art{margin:0 25px 15px}.hero-art img{aspect-ratio:1.22}.sticker{right:-18px}.hero-caption{font-size:14px;padding:13px 16px}.ribbon{font-size:16px;padding:15px 0;gap:25px}.catalog{padding-top:43px}.section-heading{display:block}.section-heading p{margin-bottom:0}.catalog-bar{align-items:start;gap:8px;flex-direction:column;margin-top:24px}.filters{gap:6px}.filters button{padding:8px 12px}.products{gap:26px 12px}.product-picture{border-radius:17px}.product h3{font-size:19px}.buy-row{align-items:start;gap:10px;flex-direction:column}.add{width:100%}.tag{font-size:11px;left:9px;top:9px}.world{grid-template-columns:1fr;gap:20px;padding:24px;margin-bottom:35px}.world img{min-height:140px}.faq{grid-template-columns:1fr;gap:8px;padding-bottom:45px}footer{padding-top:28px;padding-bottom:28px}footer>span{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

.header-actions{display:flex;align-items:center;gap:20px}.language-switch{display:flex;gap:6px;font-size:13px;font-weight:800;color:#80768c}.language-switch a[aria-current=true]{color:var(--purple)}.language-switch a{padding:8px 2px}@media(max-width:580px){.header-actions{gap:12px}.cart-button{padding:9px 12px;font-size:14px}:lang(en) .hero h1{font-size:46px}}
