:root{--background: #fff9e9;--foreground: #17213a;--card: #ffffff;--primary: #ff4f91;--primary-foreground: #fff7fb;--muted: #eef1f5;--muted-foreground: #647086;--sunshine: #f8da45;--sky: #71d7ee;--pink: #f796c3;--shadow-pop: 0 6px 0 rgb(23 33 58 / 16%);--radius: 28px;--page: min(100% - 40px, 1280px);color-scheme:light}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font-family:Nunito,ui-sans-serif,system-ui,sans-serif;font-weight:800}img,svg{display:block}img{max-width:100%}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.visually-hidden,.skip-link{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.skip-link:focus{clip:auto;clip-path:none;height:auto;left:16px;padding:12px 16px;top:16px;width:auto;z-index:1000;background:var(--foreground);color:var(--background);border-radius:999px}h1,h2,h3,.brand,.site-footer__brand{font-family:Bowlby One,Arial Black,sans-serif;font-weight:400;letter-spacing:0;text-transform:uppercase}.button{align-items:center;background:var(--primary);border:0;border-radius:999px;box-shadow:var(--shadow-pop);color:var(--primary-foreground);display:inline-flex;font-weight:900;justify-content:center;min-height:48px;padding:0 30px;transition:transform .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-2px)}.button--small{min-height:42px;padding:0 18px;text-transform:uppercase;white-space:nowrap}.button--secondary{background:var(--background);color:var(--foreground);outline:2px solid rgb(23 33 58 / 14%);outline-offset:-2px}.button--full{width:100%}.icon-button{align-items:center;background:transparent;border:0;border-radius:999px;color:inherit;display:inline-flex;height:44px;justify-content:center;padding:0;width:44px}.icon-button svg{fill:none;height:22px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4;width:22px}.icon-button--joy{background:var(--primary);color:var(--primary-foreground);position:relative}.cart-count{align-items:center;background:var(--sunshine);border-radius:999px;color:var(--foreground);display:flex;font-size:12px;height:24px;justify-content:center;position:absolute;right:-8px;top:-8px;width:24px}.brand{align-items:center;display:inline-flex;gap:12px;justify-self:center}.brand__mark{border:3px solid var(--foreground);border-radius:999px;box-shadow:var(--shadow-pop);display:block;height:96px;object-fit:cover;width:96px}.site-header{background:#fff9e9f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:2px solid rgb(23 33 58 / 10%);position:sticky;top:0;z-index:40}.site-header__inner{align-items:center;display:flex;flex-direction:column;gap:14px;margin:0 auto;max-width:1280px;padding:14px 20px 16px}.site-header__nav{display:flex;flex-wrap:wrap;gap:32px;font-size:14px;font-weight:900;justify-content:center;text-transform:uppercase}.site-header__menu-row{align-items:center;display:flex;flex-wrap:wrap;gap:22px;justify-content:center;min-width:0}.hero{margin:0 auto;max-width:1280px;overflow:hidden;padding:64px 20px 80px}.hero__slides{display:grid}.hero__slide{align-items:center;background:var(--hero-slide-background, transparent);border-radius:40px;display:grid;gap:32px;grid-area:1 / 1;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);opacity:0;padding:32px;pointer-events:none;transition:opacity .3s ease;visibility:hidden}.hero__slide.is-active{opacity:1;pointer-events:auto;visibility:visible}.hero__badge{background:var(--hero-badge-background, var(--sunshine));border-radius:999px;color:var(--hero-badge-color, var(--foreground));display:inline-flex;font-size:14px;font-weight:900;margin-bottom:24px;padding:10px 20px;text-transform:uppercase;transform:rotate(-2deg)}.hero h1{font-size:clamp(48px,8vw,104px);line-height:.95;margin:0;max-width:680px}.hero h1:first-line{color:var(--hero-heading-color, var(--foreground))}.hero h1{color:var(--hero-heading-color, var(--primary))}.hero p{color:var(--hero-text-color, var(--muted-foreground));font-size:20px;line-height:1.6;margin:28px 0 32px;max-width:540px}.hero__button{background:var(--hero-button-background, var(--primary));color:var(--hero-button-color, var(--primary-foreground));font-size:22px;min-height:68px;padding:0 42px;text-transform:uppercase}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.hero__button--secondary{background:var(--hero-secondary-background, var(--background));color:var(--hero-secondary-color, var(--foreground));box-shadow:none}.hero__controls{align-items:center;display:flex;gap:14px;justify-content:center;margin-top:26px}.hero__arrow{background:var(--background);box-shadow:var(--shadow-soft)}.hero__dots{display:flex;gap:8px}.hero__dot{background:#17213a2e;border:0;border-radius:999px;height:12px;padding:0;width:12px}.hero__dot.is-active{background:var(--primary);width:34px}.hero__media{aspect-ratio:1;align-self:center;width:100%;position:relative}.hero__media img{aspect-ratio:1;border-radius:40px;box-shadow:0 25px 55px #17213a38;display:block;height:100%;object-fit:cover;width:100%}.hero__bubble{align-items:center;display:flex;justify-content:center;position:absolute;z-index:2}.hero__bubble--smile{animation:bob 4s ease-in-out infinite;background:var(--pink);border-radius:999px;font-size:40px;height:96px;left:-24px;top:-20px;width:96px}.hero__bubble--star{background:var(--sunshine);border-radius:28px;bottom:-28px;font-size:52px;height:112px;right:-20px;transform:rotate(12deg);width:112px}.section,.product-template,.collection-template,.cart-page,.not-found{margin:0 auto;max-width:1280px;padding:80px 20px 0}.section__heading{align-items:end;display:flex;gap:24px;justify-content:space-between;margin-bottom:40px}.section__heading--center{display:block;text-align:center}.section__heading p:first-child,.eyebrow{color:var(--primary);font-size:14px;font-weight:900;letter-spacing:.12em;margin:0 0 8px;text-transform:uppercase}.section__heading h2,.collection-template h1,.cart-page h1,.not-found h1{font-size:clamp(36px,5vw,56px);line-height:1;margin:0}.section__heading>p:last-child{color:var(--muted-foreground);line-height:1.5;margin:0;max-width:380px}.carousel__track{display:flex;gap:24px;overflow-x:auto;padding-bottom:16px;scroll-snap-type:x mandatory;scrollbar-width:none}.carousel__track::-webkit-scrollbar{display:none}.carousel__item{flex:0 0 78%;scroll-snap-align:start}.carousel__item[hidden]{display:none}.carousel__controls{display:flex;gap:8px;justify-content:flex-end}.carousel__controls .icon-button{background:var(--foreground);color:var(--background)}.product-card__image{aspect-ratio:1;background:var(--sky);border-radius:32px;display:block;overflow:hidden}.product-card__image img{height:100%;object-fit:cover;transition:transform .45s ease;width:100%}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__fallback{align-items:center;color:var(--primary-foreground);display:flex;font-size:72px;height:100%;justify-content:center}.product-card__body{align-items:start;display:flex;gap:16px;justify-content:space-between;padding:16px 8px 0}.product-card__title{display:block;font-size:18px;font-weight:900;line-height:1.2}.product-card__actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.product-card__form{display:contents}.product-card__price,.cart-line__price,.cart-line__variant{color:var(--muted-foreground);font-size:14px;margin:4px 0 0}.cart-line__properties{color:var(--muted-foreground);display:grid;font-size:13px;gap:4px;list-style:none;margin:8px 0 0;padding:0}.cart-line__properties span{color:var(--foreground);font-weight:900}.feature-grid,.selling-grid,.reviews-grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card,.selling-card,.review-card{border-radius:40px;padding:32px}.feature-card{background:var(--pink);transition:transform .18s ease}.feature-card:hover{transform:translateY(-4px)}.feature-card--2{background:var(--sunshine)}.feature-card--3{background:var(--sky)}.feature-card span,.selling-card>div{align-items:center;background:#ffffff6b;border-radius:999px;display:flex;font-size:32px;height:64px;justify-content:center;width:64px}.feature-card h3,.selling-card h3{font-size:24px;margin:24px 0 12px}.feature-card p,.selling-card p,.review-card p,.steps p{color:#17213ab3;line-height:1.5;margin:0}.feature-card strong{color:var(--primary);display:inline-block;font-weight:900;margin-top:20px;text-transform:uppercase}.selling-card,.review-card{background:var(--card);border:2px solid rgb(23 33 58 / 10%);text-align:center}.selling-card>div{background:#ff4f911a;margin:0 auto;height:80px;width:80px}.steps{background:var(--sky);border-radius:40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}.steps__item{padding:48px 32px;text-align:center}.steps__item:nth-child(1){background:#ff5c9d;color:#fff}.steps__item:nth-child(2){background:#ffc83d;color:#17213a}.steps__item:nth-child(3){background:#3ba7f5;color:#fff}.steps__item:nth-child(1) p,.steps__item:nth-child(3) p{color:#fff}.steps__item:nth-child(2) p{color:#17213a}.steps__item+.steps__item{border-left:2px solid rgb(23 33 58 / 10%)}.steps__item div{font-size:40px}.steps__item h3{font-family:Nunito,ui-sans-serif,system-ui,sans-serif;font-size:20px;font-weight:900;margin:16px 0 8px;text-transform:none}.review-card{border-style:dashed;text-align:left}.review-card h3{font-size:14px;line-height:1.25;margin:10px 0 8px}.review-card [aria-hidden=true]{color:#ffc83d;font-size:22px;letter-spacing:2px}.review-card div{color:#17213a33;font-size:24px;letter-spacing:0;margin-bottom:16px}.site-footer{background:var(--foreground);color:var(--background);margin-top:96px;padding:48px 20px}.site-footer__inner{align-items:end;display:flex;gap:32px;justify-content:space-between;margin:0 auto;max-width:1280px}.site-footer__brand{align-items:center;display:flex;font-size:32px;gap:12px}.site-footer p{color:#fff9e9b3;line-height:1.5;margin:12px 0 0;max-width:420px}.site-footer__copyright{font-size:14px}.cart-drawer{top:0;right:0;bottom:0;left:0;pointer-events:none;position:fixed;z-index:90}.cart-drawer.is-open{pointer-events:auto}.cart-drawer__overlay{background:#17213a4d;border:0;height:100%;top:0;right:0;bottom:0;left:0;opacity:0;position:absolute;transition:opacity .22s ease;width:100%}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{background:var(--background);box-shadow:-25px 0 55px #17213a33;display:flex;flex-direction:column;height:100%;max-width:448px;padding:24px;position:absolute;right:0;top:0;transform:translate(100%);transition:transform .22s ease;width:100%}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{align-items:center;display:flex;justify-content:space-between}.cart-drawer__header h2{font-size:28px;margin:0}.cart-drawer__content,.cart-lines,.cart-lines__items{min-height:0}.cart-drawer__content,.cart-lines{display:flex;flex:1;flex-direction:column}.cart-empty{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;text-align:center}.cart-empty__icon{align-items:center;background:var(--sunshine);border-radius:999px;display:flex;height:80px;justify-content:center;margin-bottom:20px;width:80px}.cart-empty__icon svg{fill:none;height:36px;stroke:currentColor;stroke-width:2.4;width:36px}.cart-empty h3{font-family:Nunito,ui-sans-serif,system-ui,sans-serif;font-size:20px;font-weight:900;margin:0;text-transform:none}.cart-empty p{color:var(--muted-foreground);margin:8px 0 0}.cart-lines__items{flex:1;margin-top:32px;overflow:auto}.cart-line{display:flex;gap:16px;padding-bottom:20px}.cart-line__image{border-radius:18px;height:80px;object-fit:cover;width:80px}.cart-line__details{flex:1;min-width:0}.cart-line__title{display:block;font-weight:900}.quantity{align-items:center;display:flex;gap:8px;margin-top:10px}.quantity__button{border:2px solid rgb(23 33 58 / 15%);height:32px;width:32px}.quantity__button svg{height:16px;width:16px}.quantity__input{-webkit-appearance:textfield;appearance:textfield;background:transparent;border:0;color:var(--foreground);font-weight:900;text-align:center;width:42px}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.cart-line__remove{color:var(--muted-foreground)}.cart-lines__footer{border-top:2px solid rgb(23 33 58 / 10%);padding-top:20px}.cart-total{display:flex;font-size:20px;font-weight:900;justify-content:space-between;margin-bottom:20px}.product-template,.collection-template,.cart-page,.not-found{padding-top:32px}.back-link{align-items:center;color:var(--muted-foreground);display:inline-flex;font-size:14px;gap:4px;margin-bottom:24px;text-transform:uppercase}.back-link svg{fill:none;height:18px;stroke:currentColor;stroke-width:2.4;width:18px}.product-template__grid{display:grid;gap:40px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-gallery__main{aspect-ratio:1;background:var(--sky);border-radius:40px;overflow:hidden;position:relative}.product-gallery__main img{height:100%;object-fit:cover;width:100%}.product-gallery__main-slide{height:100%;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .18s ease;visibility:hidden;width:100%}.product-gallery__main-slide.is-active{opacity:1;position:absolute;visibility:visible}.product-gallery__main span{align-items:center;display:flex;font-size:80px;height:100%;justify-content:center}.product-gallery__thumbs{display:flex;gap:12px;margin-top:16px}.product-gallery__thumb{border:2px solid transparent;border-radius:18px;height:80px;opacity:.7;overflow:hidden;padding:0;width:80px}.product-gallery__thumb.is-active{border-color:var(--primary);opacity:1}.product-gallery__thumb img{height:100%;object-fit:cover;width:100%}.product-info{align-self:center}.product-info h1{font-size:clamp(44px,6vw,64px);line-height:1;margin:12px 0 0}.product-info__price{font-size:26px;font-weight:900;margin:20px 0 0}.product-info__description{color:var(--muted-foreground);font-size:18px;line-height:1.6;margin-top:28px;max-width:590px}.product-form{margin-top:32px}.product-form__label{display:block;font-weight:900;margin-bottom:8px}.product-form__select{background:var(--background);border:2px solid rgb(23 33 58 / 16%);border-radius:18px;color:var(--foreground);padding:12px;width:100%}.product-form__purchase{display:flex;flex-direction:column;gap:16px;margin-top:24px}.product-form__whole-bundle{margin-top:24px}.product-child-picker{background:var(--card);border:2px solid rgb(23 33 58 / 10%);border-radius:24px;margin-top:24px;padding:18px}.product-child-picker__heading{display:grid;gap:4px;margin-bottom:14px}.product-child-picker__heading p{font-weight:900;margin:0;text-transform:uppercase}.product-child-picker__heading span{color:var(--muted-foreground);font-size:14px}.product-child-picker__items{display:grid;gap:12px}.product-child-item{align-items:center;background:var(--background);border-radius:18px;display:grid;gap:12px;grid-template-columns:64px minmax(0,1fr) auto;padding:10px}.product-child-item__image{aspect-ratio:1;border-radius:14px;height:64px;object-fit:cover;width:64px}.product-child-item__details{display:grid;gap:3px;min-width:0}.product-child-item__details strong{font-size:15px;line-height:1.2}.product-child-item__details span{color:var(--muted-foreground);font-size:13px;font-weight:900}.product-child-item__quantity{min-width:132px}.trust-badges{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:32px}.trust-badges div{align-items:center;border-radius:18px;display:flex;flex-direction:column;gap:4px;padding:16px 8px;text-align:center}.trust-badges div:nth-child(1){background:var(--sunshine);box-shadow:0 5px #17213a1a}.trust-badges div:nth-child(2){background:var(--sky);box-shadow:0 5px #17213a1a}.trust-badges div:nth-child(3){background:var(--pink);box-shadow:0 5px #17213a1a}.trust-badges span{align-items:center;background:#ffffff7a;border-radius:999px;display:flex;font-size:26px;height:46px;justify-content:center;width:46px}.trust-badges strong{font-size:13px;text-transform:uppercase}.product-related,.product-reviews{margin-top:88px}.product-related .section__heading{margin-bottom:28px}.secure-note,.collection-template__heading p{color:var(--muted-foreground)}.collection-template__heading{margin-bottom:40px}.product-grid{display:grid;gap:40px 24px;grid-template-columns:repeat(3,minmax(0,1fr))}.collection-grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.collection-card{display:block}.collection-card__image{aspect-ratio:1;background:var(--sunshine);border-radius:32px;display:block;overflow:hidden}.collection-card__image img{height:100%;object-fit:cover;transition:transform .45s ease;width:100%}.collection-card:hover .collection-card__image img{transform:scale(1.05)}.collection-card__fallback{align-items:center;color:var(--foreground);display:flex;font-family:Bowlby One,Arial Black,sans-serif;font-size:28px;height:100%;justify-content:center;text-transform:uppercase}.collection-card__body{align-items:start;display:flex;gap:16px;justify-content:space-between;padding:16px 8px 0}.collection-card__title{display:block;font-size:20px;font-weight:900;line-height:1.15}.collection-card__count{color:var(--muted-foreground);display:block;font-size:14px;margin-top:4px}.collection-card__action{color:var(--primary);flex:0 0 auto;font-size:13px;font-weight:900;padding-top:3px;text-transform:uppercase}.empty-state{background:var(--card);border:2px dashed rgb(23 33 58 / 20%);border-radius:32px;margin:0 auto;max-width:580px;padding:56px 24px;text-align:center}.empty-state div{align-items:center;background:var(--primary);border-radius:999px;color:var(--primary-foreground);display:flex;font-size:40px;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.empty-state h2{font-size:28px;margin:0}.empty-state p{color:var(--muted-foreground)}.empty-state--filter{margin-top:20px}.pagination{margin-top:48px;text-align:center}.not-found{min-height:50vh;text-align:center}.bundle-builder{margin:0 auto;max-width:1280px;padding:56px 20px 0}.bundle-builder__header{margin:0 auto 28px;max-width:720px;text-align:center}.bundle-builder__header h1{font-size:clamp(42px,6vw,72px);line-height:1;margin:8px 0 16px}.bundle-builder__header p:last-child{color:var(--muted-foreground);font-size:18px;line-height:1.5;margin:0}.bundle-builder__sizes{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:18px}.bundle-builder__size{background:var(--muted);border:0;border-radius:999px;color:var(--foreground);display:inline-flex;flex-direction:column;gap:2px;font-weight:900;padding:12px 20px;text-transform:uppercase}.bundle-builder__size small{font-size:12px;opacity:.75}.bundle-builder__size.is-active{background:var(--primary);box-shadow:var(--shadow-pop);color:var(--primary-foreground)}.bundle-builder__tools{display:grid;gap:16px;margin:0 auto 28px;max-width:980px}.bundle-builder__search input{background:var(--card);border:2px solid rgb(23 33 58 / 12%);border-radius:999px;color:var(--foreground);min-height:48px;padding:0 20px;width:100%}.bundle-builder__search input:focus{border-color:var(--primary);outline:0}.bundle-builder__filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.bundle-builder__filter{background:var(--muted);border:0;border-radius:999px;color:var(--foreground);font-size:13px;font-weight:900;padding:10px 16px;text-transform:uppercase}.bundle-builder__filter.is-active{background:var(--primary);box-shadow:var(--shadow-pop);color:var(--primary-foreground)}.bundle-builder__status{background:var(--sunshine);border-radius:999px;font-weight:900;margin:0 auto 32px;max-width:620px;padding:12px 18px;text-align:center}.bundle-builder__shop{align-items:start;display:grid;gap:28px;grid-template-columns:minmax(0,1fr) 360px}.bundle-builder__grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.bundle-product{background:var(--card);border:2px solid rgb(23 33 58 / 10%);border-radius:28px;overflow:hidden}.bundle-product__image{aspect-ratio:1;background:var(--sky);display:block;overflow:hidden}.bundle-product__image img{height:100%;object-fit:cover;width:100%}.bundle-product__image span{align-items:center;display:flex;font-size:56px;height:100%;justify-content:center}.bundle-product__body{padding:16px}.bundle-product__title{display:block;font-size:17px;font-weight:900;line-height:1.25;margin:0}.bundle-product__body p{color:var(--muted-foreground);font-size:14px;margin:6px 0 0}.bundle-product__quantity{margin-top:14px}.bundle-product__sold-out{color:var(--primary);font-weight:900;text-transform:uppercase}.bundle-builder__summary{background:#fff9e9e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:2px solid rgb(23 33 58 / 10%);border-radius:28px;box-shadow:0 18px 40px #17213a1f;padding:20px;position:sticky;top:150px;z-index:20}.bundle-builder__chosen{font-size:24px;font-weight:900;margin-bottom:16px}.bundle-builder__selected{display:grid;gap:12px;margin-bottom:16px;max-height:520px;overflow:auto;padding-right:4px}.bundle-builder__selected>p{color:var(--muted-foreground);margin:0;text-align:center}.bundle-selected-item{align-items:center;background:var(--card);border-radius:16px;display:grid;gap:14px;grid-template-columns:auto minmax(0,1fr) auto auto;padding:12px;position:relative}.bundle-selected-item img{border-radius:14px;height:52px;object-fit:cover;width:52px}.bundle-selected-item__details{display:grid;min-width:0}.bundle-selected-item__details strong{font-size:18px;line-height:1.2}.bundle-selected-item__details span{color:var(--muted-foreground);font-size:12px}.bundle-selected-item__quantity{margin:0}.bundle-selected-item__count{font-size:18px;font-weight:900;min-width:20px;text-align:center}.bundle-selected-item__remove{align-items:center;background:var(--foreground);border:0;border-radius:999px;color:var(--background);display:flex;font-size:24px;height:30px;justify-content:center;line-height:1;padding:0;width:30px}.bundle-builder__summary .button{margin-top:14px}@keyframes bob{50%{transform:translateY(-8px) rotate(2deg)}}@media(min-width:640px){.carousel__item{flex-basis:44%}}@media(min-width:990px){.carousel__item{flex-basis:31%}}@media(max-width:989px){.site-header__nav{gap:18px;font-size:13px}.site-header__menu-row{gap:16px}.brand__mark{height:84px;width:84px}.hero__slide,.product-template__grid{grid-template-columns:1fr}.hero__media{order:-1}.hero{padding-top:32px}.section__heading{align-items:start;flex-direction:column}.feature-grid,.selling-grid,.reviews-grid,.steps,.collection-grid,.product-grid{grid-template-columns:1fr}.bundle-builder__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bundle-builder__shop{grid-template-columns:1fr}.bundle-builder__summary{position:static}.product-child-item{grid-template-columns:56px minmax(0,1fr)}.product-child-item__image{height:56px;width:56px}.product-child-item__quantity{grid-column:1 / -1;min-width:0}.steps__item+.steps__item{border-left:0;border-top:2px solid rgb(23 33 58 / 10%)}}@media(max-width:640px){:root{--page: min(100% - 32px, 1280px)}.site-header__inner{gap:10px}.site-header__nav{gap:14px;font-size:12px}.site-header__menu-row{gap:12px}.brand__mark{height:76px;width:76px}.hero,.section,.bundle-builder,.product-template,.collection-template,.cart-page,.not-found{padding-left:16px;padding-right:16px}.hero{padding-bottom:0}.hero h1{font-size:52px}.hero p{font-size:15px;line-height:1.45;margin:18px 0 22px}.hero__button{font-size:14px;min-height:42px;padding:0 18px}.hero__bubble--smile{height:72px;width:72px}.hero__bubble--star{height:84px;width:84px}.product-card__body,.collection-card__body{align-items:stretch;flex-direction:column}.button--small{width:100%}.bundle-builder__grid{gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.bundle-product__body{padding:12px}.site-footer__inner{align-items:start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/theme.css.map */
