@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Nunito:wght@400;600;700;800;900&display=swap";:root{color-scheme:light;font-family:Nunito,system-ui,sans-serif;color:#3b2c3f;background:radial-gradient(circle at 16% 8%,rgba(180,107,232,.18),transparent 28rem),radial-gradient(circle at 85% 6%,rgba(236,79,154,.14),transparent 30rem),#fff7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.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}.page-shell{width:min(100% - 32px,1460px);margin:26px auto;overflow:hidden;border:1px solid rgba(236,79,154,.13);border-radius:38px;background:#fffdfff0;box-shadow:0 34px 90px #7b43b529}.site-header{display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:clamp(1rem,2vw,2.5rem);min-height:130px;padding:22px clamp(26px,4vw,58px) 14px;background:linear-gradient(180deg,#fffafd,#ffffffdb)}.brand-link{display:inline-flex;align-items:center}.brand-link img{width:148px;height:96px;object-fit:contain;object-position:left center}.main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,2vw,2.5rem);font-size:.95rem;font-weight:800;color:#3b2c3fb8}.main-nav a{position:relative;padding:.8rem 0;transition:color .22s ease}.main-nav a:hover,.main-nav a.active{color:#3b2c3f}.main-nav a.active:after{position:absolute;right:0;bottom:.2rem;left:0;height:3px;border-radius:999px;background:#ec4f9a;content:""}.header-actions{display:flex;align-items:center;gap:.75rem}.search-field{display:flex;align-items:center;gap:.6rem;width:250px;height:48px;padding:0 1.1rem;border-radius:999px;background:#fff4fa;color:#3b2c3f80}.search-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#3b2c3f}.search-field input::placeholder{color:#3b2c3f6e}.icon-button,.whatsapp-button{position:relative;display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:999px;background:transparent;color:#342738;cursor:pointer}.icon-button span{position:absolute;top:-4px;right:-3px;display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:#ec4f9a;color:#fffafd;font-size:.72rem;font-weight:900}.icon-button.has-selection{color:#ec4f9a}.icon-button.has-selection svg{fill:#ec4f9a29}.whatsapp-button{background:linear-gradient(135deg,#ec4f9a,#f47bb6);color:#fffafd;box-shadow:0 14px 30px #ec4f9a47}.hero-section{position:relative;margin:0 clamp(12px,2.2vw,34px);min-height:540px;overflow:hidden;border-radius:34px;background:#ffe4f0}.hero-section>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .9s cubic-bezier(.22,1,.36,1)}.hero-section>img.active{opacity:1}.hero-copy{position:relative;z-index:1;width:min(43%,560px);padding:clamp(56px,6vw,92px) 0 0 clamp(64px,8vw,172px)}.hero-copy p{margin:0 0 .5rem;color:#ec4f9a;font-family:"Baloo 2",cursive;font-size:clamp(1.8rem,2.4vw,2.5rem);font-weight:700;line-height:1}.hero-copy h1{margin:0;color:#ec68a8;font-family:Georgia,Times New Roman,serif;font-size:clamp(4.4rem,7.4vw,7.9rem);font-weight:800;letter-spacing:-.03em;line-height:.82}.hero-copy h1 span{display:block;color:#8b4fc0;font-style:italic}.hero-copy small{display:block;max-width:360px;margin-top:2rem;font-size:1.18rem;font-weight:700;line-height:1.45;color:#3b2c3fb8}.primary-button,.outline-button,.white-pill-button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:52px;border:0;border-radius:999px;padding:0 1.85rem;font-weight:900;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease,border-color .22s ease}.primary-button{margin-top:2rem;background:linear-gradient(135deg,#ec4f9a,#f35aa7);color:#fffafd;box-shadow:0 18px 32px #ec4f9a42}.primary-button:hover,.outline-button:hover,.white-pill-button:hover,.category-card:hover,.product-card:hover{transform:translateY(-3px)}.compact{min-height:46px;padding:0 1.5rem;font-size:.94rem}.outline-button{border:2px solid #b46be8;background:#fffafd;color:#8b4fc0}.white-pill-button{min-height:48px;background:#fffafd;color:#8b4fc0;box-shadow:0 14px 26px #7b43b52e}.animated-fill{position:relative;isolation:isolate;overflow:hidden}.animated-fill:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#ec4f9a,#b46be8,#ec4f9a);transform:translate(-102%);transition:transform .52s cubic-bezier(.22,1,.36,1);content:""}.animated-fill:hover{color:#fffafd}.animated-fill:hover:before{transform:translate(0)}.hero-arrow,.rail-arrow,.small-round{display:grid;place-items:center;border:0;border-radius:999px;background:#ffffffe0;color:#ec4f9a;cursor:pointer;box-shadow:0 14px 30px #7b43b51f}.hero-arrow{position:absolute;top:50%;z-index:2;width:58px;height:58px;transform:translateY(-50%)}.hero-arrow-left{left:28px}.hero-arrow-right{right:28px}.hero-dots,.testimonial-dots{display:flex;justify-content:center;gap:.75rem}.hero-dots{position:absolute;bottom:28px;left:0;right:0}.hero-dots span,.hero-dots button,.testimonial-dots span,.testimonial-dots button,.category-dots button{width:9px;height:9px;border:0;border-radius:999px;background:#b46be83d;padding:0;cursor:pointer}.hero-dots .active,.hero-dots button.active,.testimonial-dots .active,.testimonial-dots button.active,.category-dots button.active{background:#ec4f9a}.benefits-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:28px clamp(16px,2.6vw,50px) 26px;overflow:hidden;border:2px solid rgba(236,79,154,.28);border-radius:28px;background:#ffffffd9}.benefit-item{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1.1rem;min-height:120px;padding:1.35rem 1.7rem}.benefit-item+.benefit-item{border-left:1px solid rgba(236,79,154,.22)}.benefit-icon{display:grid;width:62px;height:62px;place-items:center;border-radius:22px}.benefit-icon.pink{background:#ffe4f0;color:#ec4f9a}.benefit-icon.rose{background:#fff0f6;color:#f56da8}.benefit-icon.green{background:#39c767;color:#fffafd;border-radius:999px}.benefit-item h2,.mini-info-card h3{margin:0 0 .35rem;color:#7b43b5;font-size:1rem;font-weight:900}.benefit-item p,.mini-info-card p{margin:0;white-space:pre-line;color:#3b2c3fa8;font-size:.92rem;font-weight:700;line-height:1.42}.store-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.28fr);gap:42px;align-items:center;margin:0 clamp(20px,3vw,50px) 26px}.store-image-card{overflow:hidden;border-radius:28px;box-shadow:0 20px 45px #7b43b521}.store-image-card img{width:100%;height:360px;object-fit:cover}.store-content{position:relative}.store-content h2,.about-card h2,.testimonials-card h2,.section-heading-row h2{margin:0;color:#8b4fc0;font-family:"Baloo 2",cursive;font-size:clamp(2rem,3vw,3.5rem);font-weight:800;line-height:1}.store-content h2{color:#8f51c7}.store-content>p{max-width:740px;margin:1rem 0 1.55rem;color:#3b2c3fb8;font-size:1.03rem;font-weight:700;line-height:1.65}.floating-sparkle{position:absolute;top:-12px;right:24px;color:#ec4f9a}.floating-heart{position:absolute;top:56px;right:72px;color:#f47bb6;fill:#f47bb647}.store-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.mini-info-card{display:grid;grid-template-columns:auto 1fr;gap:.85rem;min-height:108px;padding:1.2rem;border:1px solid rgba(236,79,154,.24);border-radius:20px;background:#ffffffb8}.mini-info-card svg{color:#ec4f9a}.store-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.4rem}.products-section{position:relative;margin:0 clamp(20px,3vw,50px) 28px;padding:1.6rem 2rem 2rem;border:1px solid rgba(236,79,154,.22);border-radius:26px;background:#ffffffdb}.selection-hint{display:inline-flex;align-items:center;gap:.75rem;max-width:760px;margin:-.45rem 0 1.35rem;border:1px solid rgba(236,79,154,.18);border-radius:999px;background:linear-gradient(90deg,#fff7fb,#fffafd);padding:.62rem .9rem;color:#7b43b5d1;box-shadow:0 14px 30px #7b43b514}.selection-hint span{display:grid;flex:0 0 auto;width:34px;height:34px;place-items:center;border-radius:999px;background:#ec4f9a;color:#fffafd;box-shadow:0 10px 22px #ec4f9a38}.selection-hint p{margin:0;font-size:.86rem;font-weight:850;line-height:1.35}.selection-hint>svg{flex:0 0 auto;color:#3bc75f}.products-hero-hint{margin:1.25rem 0 0;max-width:690px;background:#fffafdbd}.products-page-hero .selection-hint p{color:#7b43b5d1;font-size:.86rem;font-weight:850;line-height:1.35;text-transform:none;letter-spacing:0}.section-heading-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.section-heading-row h2{font-size:clamp(1.65rem,2vw,2.1rem)}.section-heading-row span,.about-card h2 span,.testimonials-card h2 span{color:#ec4f9a}.section-heading-row a{display:inline-flex;align-items:center;gap:.45rem;color:#b46be8;font-size:.9rem;font-weight:900}.product-rail{display:grid;grid-auto-columns:minmax(148px,1fr);grid-auto-flow:column;gap:1.1rem;overflow-x:auto;padding:0 .25rem .4rem;scrollbar-width:thin;scrollbar-color:#f2a2c9 transparent}.product-card{position:relative;min-width:150px;padding:.7rem .7rem 1rem;border:1px solid rgba(236,79,154,.16);border-radius:18px;background:#fff7fb;text-align:center;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease}.product-card:hover{box-shadow:0 18px 38px #7b43b524}.product-card.selected{border-color:#ec4f9a70;background:linear-gradient(180deg,#fff7fb,#ffeaf5);box-shadow:0 18px 38px #ec4f9a24}.favorite-button{position:absolute;top:12px;right:12px;z-index:2;border:0;background:transparent;color:#8b4fc0;cursor:pointer}.favorite-button.active{color:#ec4f9a}.favorite-button.active svg{fill:currentColor}.product-image{display:grid;min-height:162px;place-items:center;overflow:hidden;border-radius:15px;background:linear-gradient(180deg,#fffafd,#ffeaf4)}.product-image img{width:100%;height:160px;object-fit:contain}.product-card h3{margin:.75rem 0 .1rem;color:#8b4fc0;font-size:.92rem;font-weight:900}.product-card p{min-height:1.8rem;margin:0;color:#7b43b5b8;font-size:.76rem;font-weight:800}.product-card strong{display:block;margin-top:.35rem;color:#ec4f9a;font-size:1.05rem;font-weight:900}.rail-arrow{position:absolute;z-index:3;top:50%;width:40px;height:40px;background:#b46be8;color:#fffafd}.rail-left{left:-14px}.rail-right{right:-14px}.categories-carousel{position:relative;overflow:hidden;margin:0 clamp(20px,3vw,50px) 22px;padding-bottom:24px}.categories-track{display:flex;gap:1rem;transition:opacity .32s ease}.category-card{position:relative;flex:0 0 calc((100% - 4rem)/5);min-height:260px;overflow:hidden;border-radius:22px;background:#ffe4f0;box-shadow:0 18px 34px #7b43b51f;transition:transform .22s cubic-bezier(.22,1,.36,1)}.category-card img{width:100%;height:100%;object-fit:cover}.category-card:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ec4f9a0a,#7b43b524);content:""}.category-card h2{position:absolute;top:24px;left:24px;z-index:1;margin:0;color:#fffafd;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,2.1vw,2.55rem);font-style:italic;text-shadow:0 4px 16px rgba(123,67,181,.2)}.category-card span{position:absolute;bottom:18px;left:18px;z-index:1;display:grid;width:42px;height:42px;place-items:center;border-radius:999px;background:#fffafd;color:#ec4f9a;transition:background .22s ease,color .22s ease,transform .22s cubic-bezier(.22,1,.36,1)}.category-card:hover span{background:#ec4f9a;color:#fffafd;transform:translate(4px)}.category-dots{display:flex;justify-content:center;gap:.6rem;margin-top:1rem}.aikebox-section{position:relative;display:grid;grid-template-columns:1.1fr .95fr 1fr;align-items:center;min-height:270px;margin:0 clamp(20px,3vw,50px) 28px;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,#b46be8,#ec80bd);color:#fffafd}.aikebox-section>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.aikebox-section:before{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#331245ad,#71268485 42%,#ed47976b),linear-gradient(180deg,#33124538,#3312456b);content:""}.aikebox-section:after{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 76% 48%,rgba(255,255,255,.2),transparent 15rem),radial-gradient(circle at 13% 16%,rgba(255,255,255,.18),transparent 8rem);content:"";pointer-events:none}.aikebox-orbit-icon{position:absolute;z-index:2;top:34px;left:34px;display:grid;width:66px;height:66px;place-items:center;border:1px solid rgba(255,255,255,.42);border-radius:999px;background:#fffafd2e;color:#fffafd;box-shadow:0 16px 34px #481b5d38;animation:aikeboxFloat 3.6s ease-in-out infinite}.aikebox-orbit-icon svg{filter:drop-shadow(0 4px 12px rgba(255,255,255,.35))}.aikebox-copy{position:relative;z-index:2;grid-column:2;width:min(100%,520px);padding:2rem 2.2rem}.aikebox-copy h2{margin:0;font-family:"Baloo 2",cursive;font-size:clamp(3.1rem,5.2vw,5.4rem);font-weight:800;line-height:.8;text-shadow:0 6px 22px rgba(58,18,76,.35)}.aikebox-copy h2 span{color:#ff8bc1}.aikebox-copy h3{margin:.85rem 0 0;font-size:1.35rem;font-weight:900;text-shadow:0 4px 16px rgba(58,18,76,.3)}.aikebox-copy p{max-width:430px;margin:.6rem 0 1.3rem;font-size:1rem;font-weight:700;line-height:1.5;color:#fffafde6;text-shadow:0 3px 12px rgba(58,18,76,.28)}.aikebox-benefits{position:relative;z-index:2;display:flex;grid-column:3;justify-content:center;gap:1rem;padding-right:2rem}.aikebox-benefits article{display:grid;width:148px;height:148px;place-items:center;border-radius:999px;background:#fffafdf5;color:#8b4fc0;padding:1.2rem;text-align:center;box-shadow:0 15px 30px #7b43b529;animation:aikeboxBenefitFloat 4.4s cubic-bezier(.22,1,.36,1) infinite;transition:background .22s ease,color .22s ease,transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease}.aikebox-benefits article:nth-child(2){animation-delay:.35s}.aikebox-benefits article:nth-child(3){animation-delay:.7s}.aikebox-benefits article:hover{animation:none;animation-play-state:paused;background:#fffafd;color:#ec4f9a;transform:translateY(-8px) scale(1.03);box-shadow:0 20px 40px #ec4f9a38}.aikebox-benefits article svg{transition:transform .22s cubic-bezier(.22,1,.36,1)}.aikebox-benefits article:hover svg{transform:rotate(-7deg) scale(1.08)}@keyframes aikeboxFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(8deg)}}@keyframes aikeboxBenefitFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.aikebox-benefits p{margin:0;font-size:.78rem;font-weight:900;line-height:1.35}.about-testimonials{display:grid;grid-template-columns:.92fr 1.08fr;gap:1.5rem;margin:0 clamp(20px,3vw,50px) 20px}.about-card,.testimonials-card{min-height:270px;border:1px solid rgba(236,79,154,.18);border-radius:24px;background:#ffffffdb;box-shadow:0 15px 34px #7b43b51a}.about-card{display:grid;grid-template-columns:1.1fr .9fr;gap:1.25rem;padding:2rem}.about-card h2,.testimonials-card h2{font-size:clamp(1.55rem,2vw,2rem)}.about-card p{margin:1rem 0 1.4rem;color:#3b2c3fb3;font-size:.98rem;font-weight:700;line-height:1.62}.about-card img{align-self:center;width:100%;height:220px;border-radius:22px;object-fit:cover}.testimonials-card{padding:2rem}.compact-row{margin-bottom:1.1rem}.testimonial-rail{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.testimonial-item{min-height:190px;padding:1.1rem;border:1px solid rgba(236,79,154,.15);border-radius:20px;background:#fffafd;text-align:center}.testimonial-item img{width:48px;height:48px;margin:0 auto .5rem;border-radius:999px;object-fit:cover}.testimonial-item h3{margin:0;font-size:.9rem;font-weight:900}.hearts{display:flex;justify-content:center;gap:.18rem;margin:.35rem 0 .6rem;color:#ec4f9a}.testimonial-item p{margin:0;color:#3b2c3fab;font-size:.82rem;font-weight:700;line-height:1.5}.small-round{position:absolute;top:50%;z-index:2;width:34px;height:34px;transform:translateY(-50%);background:#ec4f9a;color:#fffafd}.small-round.left{left:-18px}.small-round.right{right:-18px}.testimonial-dots{margin-top:1.1rem}.site-footer{position:relative;overflow:hidden;background:linear-gradient(180deg,#ffe4f0,#f4dcff);padding:52px clamp(28px,4vw,70px) 20px}.products-page{padding:0 clamp(20px,3vw,50px) 36px}.products-page-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:2rem;align-items:end;margin:16px 0 24px;border-radius:30px;background:radial-gradient(circle at 86% 20%,rgba(180,107,232,.22),transparent 24rem),linear-gradient(135deg,#ffe4f0,#fffafd 52%,#f4dcff);padding:clamp(2rem,4vw,4rem);box-shadow:0 18px 42px #7b43b51a}.products-page-hero p{display:inline-flex;align-items:center;gap:.45rem;margin:0 0 .8rem;color:#ec4f9a;font-size:.92rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.products-page-hero h1{max-width:820px;margin:0;color:#7b43b5;font-family:"Baloo 2",cursive;font-size:clamp(2.4rem,5vw,5rem);font-weight:800;line-height:.94}.products-page-hero span{display:block;max-width:660px;margin-top:1.2rem;color:#3b2c3fad;font-size:1.05rem;font-weight:800;line-height:1.55}.products-search{display:flex;align-items:center;gap:.7rem;min-height:56px;border-radius:999px;background:#ffffffdb;padding:0 1.2rem;color:#7b43b59e;box-shadow:0 14px 30px #7b43b51a}.products-search input{width:100%;border:0;outline:0;background:transparent;color:#3b2c3f}.product-filter-bar{display:flex;gap:.75rem;overflow-x:auto;padding:0 0 1rem}.product-filter-bar button{min-height:42px;white-space:nowrap;border:1px solid rgba(236,79,154,.22);border-radius:999px;background:#fffafd;color:#8b4fc0;padding:0 1.1rem;font-weight:900;cursor:pointer;transition:background .22s ease,color .22s ease,transform .22s ease}.product-filter-bar button:hover,.product-filter-bar button.active{background:#ec4f9a;color:#fffafd;transform:translateY(-2px)}.pinterest-grid{column-count:4;column-gap:1rem}.mosaic-product-card{position:relative;display:inline-block;width:100%;margin:0 0 1rem;break-inside:avoid;overflow:hidden;border:1px solid rgba(236,79,154,.17);border-radius:24px;background:#fffafd;box-shadow:0 18px 38px #7b43b51a}.mosaic-product-card img{width:100%;height:260px;object-fit:cover;background:#ffe4f0}.mosaic-product-card.size-1 img{height:340px}.mosaic-product-card.size-2 img{height:220px}.mosaic-product-card.size-3 img{height:300px}.mosaic-product-card>div{padding:1rem 1.1rem 1.2rem}.mosaic-product-card small{color:#ec4f9a;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.mosaic-product-card h2{margin:.35rem 0 0;color:#7b43b5;font-size:1.15rem;font-weight:900}.mosaic-product-card p{margin:.4rem 0 .8rem;color:#3b2c3fa3;font-weight:700;line-height:1.45}.mosaic-product-card strong{display:block;color:#ec4f9a;font-size:1.2rem;font-weight:900}.mosaic-product-card a{display:inline-flex;align-items:center;gap:.35rem;margin-top:.8rem;color:#8b4fc0;font-size:.9rem;font-weight:900}.review-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:44px;margin-top:1.15rem;border-radius:999px;background:#fff0f7;color:#ec4f9a;padding:0 1.35rem;font-weight:900}.footer-wave{position:absolute;top:-28px;left:-5%;width:110%;height:72px;border-radius:0 0 50% 50%;background:#fffafd}.footer-grid{position:relative;display:grid;grid-template-columns:1.25fr .65fr .85fr 1fr .9fr;gap:2rem}.footer-logo{width:126px;height:82px;object-fit:contain;object-position:left center}.site-footer h2{margin:0 0 .8rem;color:#7b43b5;font-size:.98rem;font-weight:900}.site-footer p,.site-footer a,.site-footer li,.footer-bottom{color:#3b2c3fa8;font-size:.9rem;font-weight:700;line-height:1.55}.site-footer ul{margin:0;padding:0;list-style:none}.social-row{display:flex;gap:.5rem;margin-top:1rem}.social-row a{display:grid;width:32px;height:32px;place-items:center;border-radius:999px;background:#b46be8;color:#fffafd}.contact-list{display:grid;gap:.55rem}.contact-list li{display:grid;grid-template-columns:auto 1fr;gap:.55rem;white-space:pre-line}.contact-list svg{color:#8b4fc0}.payment-tags{display:flex;flex-wrap:wrap;gap:.5rem}.payment-tags span{display:inline-flex;align-items:center;min-height:28px;border-radius:7px;background:#fffafd;padding:0 .65rem;color:#3b2c3f;font-size:.82rem;font-weight:900;box-shadow:0 8px 18px #7b43b514}.footer-bottom{position:relative;display:flex;justify-content:space-between;gap:1rem;margin-top:2.2rem;border-top:1px solid rgba(123,67,181,.13);padding-top:1rem;font-size:.8rem}@media(max-width:1180px){.site-header{grid-template-columns:140px 1fr}.brand-link img{width:126px}.main-nav{order:3;grid-column:1 / -1;justify-content:flex-start;overflow-x:auto;padding-bottom:.2rem}.header-actions{justify-content:flex-end}.search-field{width:min(220px,28vw)}.hero-copy{width:48%;padding-left:clamp(58px,7vw,92px)}.benefits-strip,.store-info-grid{grid-template-columns:repeat(2,1fr)}.benefit-item:nth-child(3){border-left:0;border-top:1px solid rgba(236,79,154,.22)}.benefit-item:nth-child(4){border-top:1px solid rgba(236,79,154,.22)}.store-section,.about-testimonials{grid-template-columns:1fr}.category-card{flex-basis:calc((100% - 2rem) / 3)}.products-page-hero{grid-template-columns:1fr}.pinterest-grid{column-count:3}.aikebox-section{grid-template-columns:1fr;padding:2rem}.aikebox-copy,.aikebox-benefits{grid-column:auto}.aikebox-copy{max-width:520px}.aikebox-benefits{justify-content:flex-start;padding:1rem 0 0}.footer-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.page-shell{width:min(100% - 18px,1460px);margin:9px auto;border-radius:28px}.site-header{grid-template-columns:1fr;min-height:auto;padding:18px}.brand-link img{width:120px;height:70px}.header-actions{flex-wrap:wrap;justify-content:flex-start}.search-field{width:100%;order:10}.main-nav{gap:1.1rem;font-size:.86rem}.hero-section{aspect-ratio:1916 / 821;min-height:180px;margin:0 12px;border-radius:28px}.hero-section>img{object-fit:contain;object-position:center}.hero-copy{display:none}.hero-arrow{width:44px;height:44px;top:auto;bottom:16px;transform:none}.hero-arrow-left{left:12px}.hero-arrow-right{right:12px}.benefits-strip,.store-info-grid,.testimonial-rail,.about-card,.footer-grid{grid-template-columns:1fr}.benefits-strip,.store-section,.products-section,.categories-carousel,.aikebox-section,.about-testimonials{margin-right:12px;margin-left:12px}.benefit-item+.benefit-item,.benefit-item:nth-child(3),.benefit-item:nth-child(4){border-left:0;border-top:1px solid rgba(236,79,154,.22)}.store-image-card img{height:300px}.floating-heart,.floating-sparkle{display:none}.products-section{padding:1.25rem}.selection-hint{align-items:flex-start;border-radius:22px;padding:.75rem}.selection-hint p{font-size:.8rem}.section-heading-row{align-items:flex-start;flex-direction:column}.product-rail{grid-auto-columns:minmax(168px,72%)}.rail-arrow{display:none}.category-card{flex-basis:82%;min-height:220px}.products-page{padding-right:12px;padding-left:12px}.products-page-hero{padding:1.5rem}.products-page-hero h1{font-size:clamp(2rem,12vw,3.3rem)}.pinterest-grid{column-count:1}.mosaic-product-card img,.mosaic-product-card.size-1 img,.mosaic-product-card.size-2 img,.mosaic-product-card.size-3 img{height:auto;min-height:220px;object-fit:cover}.aikebox-section{min-height:560px;align-items:end;padding:1.4rem}.aikebox-section>img{object-position:28% center}.aikebox-section:after{background:linear-gradient(180deg,#481b5d33,#481b5dd1)}.aikebox-orbit-icon{top:18px;left:18px;width:52px;height:52px}.aikebox-copy{padding:1.35rem}.aikebox-benefits{display:grid;grid-template-columns:1fr}.aikebox-benefits article{width:100%;height:auto;min-height:92px;border-radius:22px}.about-card img{height:210px}.small-round{display:none}.footer-bottom{flex-direction:column}}
