*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.55;font-size:16px;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:transparent}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.15;margin:0 0 .5em;letter-spacing:-.01em}h1{font-size:clamp(2rem,5vw,3.6rem);font-weight:800}h2{font-size:clamp(1.6rem,3.5vw,2.6rem);font-weight:800}h3{font-size:1.25rem;font-weight:700}.skip-to-content{position:absolute;left:-9999px}.skip-to-content:focus{left:1rem;top:1rem;background:#fff;padding:.5rem 1rem;z-index:9999;border-radius:999px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.4rem;border-radius:999px;font-weight:700;font-family:var(--font-heading);transition:transform .15s ease,box-shadow .15s ease,background .2s ease;border:0;cursor:pointer;text-decoration:none}.btn--primary{background:var(--color-primary);color:#fff;box-shadow:0 6px #0000001f,0 10px 20px -5px #ff3ea566}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px #0000001f,0 14px 30px -5px #ff3ea58c}.btn--primary:active{transform:translateY(2px);box-shadow:0 2px #0000001f}.btn--ghost{background:#fff;color:var(--color-text);box-shadow:0 6px #00000014}.btn--ghost:hover{transform:translateY(-2px)}.btn--xl{padding:1rem 1.8rem;font-size:1.05rem}.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 2px #0000000a}.announcement{background:linear-gradient(90deg,var(--color-primary),var(--color-accent),var(--color-secondary),var(--color-primary));background-size:300% 100%;animation:rainbow 10s linear infinite;color:#fff;overflow:hidden;font-weight:700;font-size:.85rem}.announcement__track{display:flex;gap:3rem;padding:.55rem 1rem;white-space:nowrap;animation:marquee 22s linear infinite}.announcement__item{flex:none}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes rainbow{0%{background-position:0 50%}to{background-position:300% 50%}}.header-inner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:1.25rem;padding:.9rem 1.25rem}.header__logo-text .logo-bubble{font-family:var(--font-heading);font-weight:800;background:var(--color-primary);color:#fff;padding:.35rem .9rem;border-radius:999px;font-size:1.4rem;letter-spacing:-.02em;display:inline-block;transform:rotate(-2deg)}.header__nav ul{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.header__link{font-weight:700;position:relative;padding:.25rem 0}.header__link:after{content:"";position:absolute;left:0;right:100%;bottom:-4px;height:3px;background:var(--color-primary);border-radius:3px;transition:right .2s ease}.header__link:hover:after{right:0}.header__actions{display:flex;gap:.75rem;align-items:center}.header__icon{position:relative;font-size:1.35rem;width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;transition:background .2s ease,transform .2s}.header__icon:hover{background:var(--color-secondary);transform:rotate(-6deg)}.header__cart-count{position:absolute;top:-4px;right:-4px;background:var(--color-primary);color:#fff;font-size:.7rem;font-weight:800;min-width:20px;height:20px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff}.header__menu-toggle{display:none;flex-direction:column;gap:4px;width:32px}.header__menu-toggle span{display:block;height:3px;background:var(--color-text);border-radius:3px}@media(max-width:900px){.header-inner{grid-template-columns:auto 1fr auto}.header__menu-toggle{display:inline-flex}.header__nav{position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem;display:none;box-shadow:0 8px 20px #00000014}.header__nav.is-open{display:block}.header__nav ul{flex-direction:column;gap:1rem}}.hero{position:relative;overflow:hidden;background:var(--hero-bg, #ffe3f1);max-width:1440px;margin:1.25rem auto;border-radius:32px;padding:clamp(2rem,5vw,4rem) clamp(1.5rem,4vw,3rem);display:grid;grid-template-columns:1.1fr .9fr;align-items:center;min-height:440px}.hero-eyebrow{display:inline-block;padding:.35rem .9rem;background:#fff;border-radius:999px;font-weight:700;font-size:.85rem;transform:rotate(-2deg);margin-bottom:1rem;box-shadow:0 4px #00000014}.hero-title{font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,var(--color-primary),#7b2cbf 40%,var(--color-accent) 85%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-subtitle{font-size:1.15rem;max-width:38ch;margin:0 0 1.5rem;opacity:.85}.hero-cta{display:flex;gap:.75rem;flex-wrap:wrap}.hero-shapes{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.blob{position:absolute;border-radius:50%;filter:blur(30px);opacity:.6}.blob--1{width:260px;height:260px;background:var(--color-secondary);top:-40px;left:-60px}.blob--2{width:200px;height:200px;background:var(--color-accent);bottom:-60px;right:30%}.blob--3{width:180px;height:180px;background:var(--color-primary);top:50%;right:-40px}.sparkle{position:absolute;font-size:2rem;animation:wiggle 3s ease-in-out infinite}.sparkle--1{top:10%;right:15%}.sparkle--2{bottom:15%;left:10%;animation-delay:.8s}.sparkle--3{top:40%;left:45%;font-size:2.5rem;animation-delay:1.6s}@keyframes wiggle{0%,to{transform:rotate(-8deg) scale(1)}50%{transform:rotate(8deg) scale(1.15)}}.hero-image{position:relative;z-index:1}.hero-image--placeholder .candy-stack{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;font-size:clamp(3rem,8vw,5rem);text-align:center}.hero-image--placeholder .candy-stack span{background:#fff;border-radius:24px;padding:1rem;box-shadow:0 10px #0000000f;animation:bounce 2s ease-in-out infinite}.hero-image--placeholder .candy-stack span:nth-child(2){animation-delay:.2s}.hero-image--placeholder .candy-stack span:nth-child(3){animation-delay:.4s}.hero-image--placeholder .candy-stack span:nth-child(4){animation-delay:.1s}.hero-image--placeholder .candy-stack span:nth-child(5){animation-delay:.3s}.hero-image--placeholder .candy-stack span:nth-child(6){animation-delay:.5s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:800px){.hero{grid-template-columns:1fr;text-align:center;padding:2.5rem 1.5rem}.hero-cta{justify-content:center}}section{max-width:1440px;margin:3.5rem auto;padding:0 1.25rem}.section-head{text-align:center;margin-bottom:2rem}.section-head p{opacity:.7;max-width:60ch;margin:0 auto}.section-head--split{display:flex;justify-content:space-between;align-items:flex-end;text-align:left}.section-head--split h2{margin-bottom:0}.section-badge{display:inline-block;padding:.25rem .75rem;background:var(--color-secondary);color:var(--color-text);border-radius:999px;font-weight:700;font-size:.8rem;transform:rotate(-2deg);margin-bottom:.75rem}.section-link{font-weight:700;color:var(--color-primary)}.country-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.country-card{background:var(--card-bg, #ff5858);color:var(--card-fg, #fff);border-radius:24px;padding:1.5rem 1.25rem;display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center;font-weight:700;transition:transform .2s ease;position:relative;overflow:hidden}.country-card:hover{transform:translateY(-6px) rotate(-1deg)}.country-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.3),transparent 60%);pointer-events:none}.country-flag{font-size:2.5rem;display:block}.country-name{font-size:1.2rem;font-family:var(--font-heading);font-weight:800}.country-tag{font-size:.8rem;opacity:.9;font-weight:500}.category-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.category-card{background:var(--cat-bg, #ffdde1);color:var(--cat-fg, #1a1a2e);border-radius:28px;padding:1.8rem 1.25rem;text-align:center;transition:transform .2s ease;box-shadow:0 8px #0000000f}.category-card:hover{transform:translateY(-4px) rotate(1deg)}.category-emoji{font-size:3rem;display:block;margin-bottom:.5rem}.category-card h3{margin:0 0 .3rem}.category-count{font-size:.85rem;opacity:.7}.product-slider{position:relative}.product-slider__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - .75rem);gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0 1rem;padding-bottom:.5rem;scrollbar-width:none}.product-slider__track::-webkit-scrollbar{display:none}.product-slider__track>*{scroll-snap-align:start}@media(max-width:1100px){.product-slider__track{grid-auto-columns:calc(33.333% - .7rem)}}@media(max-width:800px){.product-slider__track{grid-auto-columns:calc(50% - .5rem)}}@media(max-width:500px){.product-slider__track{grid-auto-columns:80%}}.slider-btn{position:absolute;top:40%;z-index:2;width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:0 6px 14px #0000001f;font-size:1.2rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease}.slider-btn:hover{transform:scale(1.1)}.slider-btn--prev{left:-10px}.slider-btn--next{right:-10px}.product-card{background:#fff;border-radius:24px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px #0000000a;display:flex;flex-direction:column;position:relative}.product-card:hover{transform:translateY(-6px);box-shadow:0 10px 24px #00000014}.product-card__image{aspect-ratio:1 / 1;position:relative;overflow:hidden;background:linear-gradient(135deg,#fff8f0,#ffeef5);display:flex;align-items:center;justify-content:center}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__image--emoji span,.product-card__emoji{font-size:5rem}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.2rem .7rem;border-radius:999px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:var(--color-primary)}.product-card__badge--sale{background:#ff5858}.product-card__badge--new{background:#2ec4b6}.product-card__badge--best{background:var(--color-secondary);color:#1a1a2e}.product-card__quick-add{position:absolute;bottom:.75rem;right:.75rem;width:40px;height:40px;border-radius:50%;background:var(--color-primary);color:#fff;font-size:1.4rem;font-weight:700;line-height:1;transition:transform .15s ease;box-shadow:0 4px #00000026;opacity:0}.product-card:hover .product-card__quick-add{opacity:1}.product-card__quick-add:hover{transform:scale(1.15) rotate(90deg)}.product-card__body{padding:1rem;display:flex;flex-direction:column;gap:.25rem;flex:1}.product-card__vendor{font-size:.75rem;opacity:.6;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product-card__title{font-size:1rem;margin:0;font-family:var(--font-body);font-weight:700}.product-card__price{margin-top:auto;padding-top:.5rem;display:flex;gap:.5rem;align-items:baseline}.price{font-weight:800;font-size:1.1rem;color:var(--color-text)}.price--sale{color:#ff3e3e}.price--strike{color:#999;text-decoration:line-through;font-size:.9rem;font-weight:500}.collection-hero{text-align:center;margin-bottom:2rem}.collection-desc{max-width:60ch;margin:0 auto;opacity:.75}.collection-count{display:inline-block;margin-top:.5rem;padding:.25rem .9rem;background:#fff;border-radius:999px;font-weight:700;font-size:.85rem;box-shadow:0 4px #0000000f}.collection-hero--with-image{position:relative;min-height:280px;border-radius:32px;overflow:hidden;background-image:var(--hero-img);background-size:cover;background-position:center;display:flex;align-items:flex-end;margin-bottom:2rem}.collection-hero--with-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.1) 60%,transparent 100%)}.collection-hero__overlay{position:relative;z-index:1;color:#fff;padding:2rem;text-align:left;width:100%}.collection-hero__overlay h1{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.4)}.collection-hero__overlay .collection-desc{color:#ffffffe6;margin:0;max-width:60ch}.country-card--img,.category-card--img{position:relative;overflow:hidden;min-height:220px;justify-content:flex-end}.country-card__img,.category-card__img{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--card-img, var(--cat-img));background-size:cover;background-position:center;z-index:0}.country-card--img:before,.category-card--img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(0deg,rgba(0,0,0,.65) 0%,rgba(0,0,0,.15) 55%,transparent 100%)}.country-card--img>*,.category-card--img>*:not(.country-card__img):not(.category-card__img){position:relative;z-index:1}.country-card--img,.category-card--img,.category-card--img h3{color:#fff}.collection-layout{display:grid;grid-template-columns:240px 1fr;gap:2rem}.collection-filters h3{font-size:1.1rem;margin-bottom:1rem}.collection-filters h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6;margin-bottom:.5rem}.filter-group{margin-bottom:1.5rem}.filter-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.4rem}.filter-chip{display:inline-block;padding:.35rem .8rem;background:#fff;border-radius:999px;font-size:.85rem;font-weight:600;transition:background .15s ease,color .15s ease;box-shadow:0 2px #0000000d}.filter-chip:hover,.filter-chip.is-active{background:var(--color-primary);color:#fff}.filter-select{width:100%;padding:.5rem .7rem;border-radius:12px;border:2px solid #eee;background:#fff;font:inherit}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.empty{text-align:center;padding:3rem;opacity:.6}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.pagination a,.pagination span{padding:.5rem .9rem;background:#fff;border-radius:999px;font-weight:700}.pagination .is-current{background:var(--color-primary);color:#fff}@media(max-width:800px){.collection-layout{grid-template-columns:1fr}}.product-page{max-width:1200px}.product-page__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:start}.product-main-img{border-radius:28px;aspect-ratio:1 / 1;object-fit:cover;background:#fff}.product-media-placeholder{aspect-ratio:1 / 1;background:linear-gradient(135deg,#ffe3f1,#fff2b8);border-radius:28px;font-size:8rem;display:flex;align-items:center;justify-content:center}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:1rem}.product-thumbs img{border-radius:12px;aspect-ratio:1/1;object-fit:cover;cursor:pointer;border:3px solid transparent}.product-thumbs img:hover{border-color:var(--color-primary)}.product-vendor{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6;font-weight:700}.product-title{font-size:clamp(1.7rem,3.5vw,2.6rem);margin:.3rem 0 .8rem}.product-price{display:flex;gap:.75rem;align-items:baseline;margin-bottom:1.2rem}.price-badge{background:#ff5858;color:#fff;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:800}.product-meta{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.5rem}.chip{padding:.25rem .7rem;background:#fff;border-radius:999px;font-size:.8rem;font-weight:600}.product-form__label{font-weight:700;display:block;margin:1rem 0 .3rem}.product-form__select{width:100%;padding:.7rem 1rem;border-radius:14px;border:2px solid #eee;background:#fff;font:inherit}.product-form__actions{display:flex;gap:.75rem;margin-top:1.5rem;align-items:stretch}.qty-picker{display:inline-flex;align-items:center;background:#fff;border-radius:999px;box-shadow:0 4px #0000000d;overflow:hidden}.qty-picker button{width:42px;height:42px;font-size:1.3rem;font-weight:700}.qty-picker input{width:52px;text-align:center;border:0;background:transparent;font:inherit;font-weight:700}.btn--add{flex:1}.product-description{margin-top:2rem;line-height:1.7}.product-assurances{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem;padding:1rem;background:#fff;border-radius:20px;font-size:.85rem;font-weight:600;justify-content:space-around}@media(max-width:800px){.product-page__grid{grid-template-columns:1fr}}.store-locator{background:var(--sl-bg, #fff2b8);border-radius:32px;padding:clamp(2rem,5vw,4rem)}.store-locator__grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.store-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0}.store-info-grid h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6}.store-info-grid p{margin:0}.store-locator__map iframe,.store-locator__map>*{border-radius:24px;width:100%;min-height:360px;border:0}.store-locator__map-placeholder{background:#fff;border-radius:24px;min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;border:3px dashed rgba(0,0,0,.1)}.store-locator__map-placeholder span{font-size:4rem}@media(max-width:800px){.store-locator__grid{grid-template-columns:1fr}}.cart-page{max-width:1100px}.cart-empty{text-align:center;padding:4rem 1rem;background:#fff;border-radius:28px}.cart-empty__emoji{font-size:5rem;margin:0}.cart-table{width:100%;border-collapse:collapse;background:#fff;border-radius:24px;overflow:hidden}.cart-table th,.cart-table td{padding:1rem;text-align:left;border-bottom:1px solid #f4f4f4}.cart-cell-product{display:flex;gap:1rem;align-items:center}.cart-cell-product img{width:80px;height:80px;border-radius:12px;object-fit:cover}.cart-title{font-weight:700;display:block}.cart-remove{color:#888;font-size:.85rem;text-decoration:underline;padding:0;margin-top:.4rem}.cart-qty{width:64px;padding:.4rem;border-radius:10px;border:2px solid #eee;font:inherit;text-align:center}.cart-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;flex-wrap:wrap;gap:1rem}.cart-totals strong{font-size:1.4rem;font-family:var(--font-heading)}.cart-actions{display:flex;gap:.5rem}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:200}.cart-drawer[aria-hidden=false]{pointer-events:auto}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .2s ease}.cart-drawer[aria-hidden=false] .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;right:0;top:0;bottom:0;width:min(440px,90vw);background:#fff;border-radius:28px 0 0 28px;padding:1.5rem;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-drawer__close{font-size:2rem;line-height:1}.cart-drawer__empty{text-align:center;padding:2rem;opacity:.6}.site-footer{background:var(--color-text);color:#fff;margin-top:4rem;position:relative}.footer-wave{height:60px;background:radial-gradient(circle at 10% 100%,var(--color-bg) 30px,transparent 31px),radial-gradient(circle at 30% 100%,var(--color-bg) 30px,transparent 31px),radial-gradient(circle at 50% 100%,var(--color-bg) 30px,transparent 31px),radial-gradient(circle at 70% 100%,var(--color-bg) 30px,transparent 31px),radial-gradient(circle at 90% 100%,var(--color-bg) 30px,transparent 31px),var(--color-text);margin-top:-60px}.footer-inner{max-width:1440px;margin:0 auto;padding:2.5rem 1.25rem 1.5rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:2rem}.footer-col h3,.footer-col h4{color:#fff}.footer-col a{color:#ffffffb3}.footer-col a:hover{color:var(--color-secondary)}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-brand{color:var(--color-secondary);font-size:1.6rem}.footer-socials{display:flex;gap:.5rem;margin-top:1rem}.footer-socials a{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:inline-flex;align-items:center;justify-content:center}.footer-socials a:hover{background:var(--color-primary);color:#fff}.newsletter-inline{display:flex;gap:.5rem;margin-top:.75rem}.newsletter-inline input{flex:1;padding:.6rem 1rem;border-radius:999px;border:0;font:inherit}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;margin-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);opacity:.7;flex-wrap:wrap;gap:.5rem}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr}}.page{max-width:900px}.page-inner{background:#fff;padding:clamp(2rem,4vw,3rem);border-radius:24px}.rte p{margin:.75em 0}.rte a{color:var(--color-primary);text-decoration:underline}.search-form{display:flex;gap:.5rem;margin:1rem 0 2rem}.search-form input{flex:1;padding:.9rem 1.2rem;border-radius:999px;border:2px solid #eee;background:#fff;font:inherit}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
