*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:calc(16px * var(--body-scale,1))}body{margin:0;font-family:var(--font-body);color:var(--text);background:var(--surface);font-size:1rem;line-height:1.55;-webkit-font-smoothing:antialiased}body.no-scroll{overflow:hidden}img,svg,video{display:block;max-width:100%}svg{width:1.35rem;height:1.35rem}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}.page-width{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.page-narrow{max-width:920px}.site-main{min-height:60vh}.section{padding-block:var(--section-gap)}.section[style*=--section-bg]{background:var(--section-bg)}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.rte a{text-decoration:underline}.rte p{margin:0 0 1em}.eyebrow{font-size:.75rem;letter-spacing:.13em;text-transform:uppercase;font-weight:900;color:var(--brand-primary);margin:0 0 10px}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.02;margin:0 0 .5em;color:inherit}h1{font-size:clamp(2.5rem,6vw,5.6rem);letter-spacing:-.045em}h2{font-size:clamp(2rem,4vw,3.8rem);letter-spacing:-.035em}h3{font-size:clamp(1.15rem,2vw,1.55rem)}p{margin-top:0}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:10px;top:-100px;background:#fff;padding:10px;z-index:9999}.skip-link:focus{top:10px}.text-center{text-align:center}.text-left{text-align:left}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 20px;border-radius:999px;border:1px solid transparent;font-weight:850;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--brand-dark);color:#fff;box-shadow:0 8px 22px #38010a2e}.button--secondary{background:#fff;color:var(--brand-dark);border-color:var(--border)}.button--ghost{background:transparent;color:var(--brand-dark);border-color:#38010a40}.button--ghost-light{background:transparent;color:#fff;border-color:#ffffff59}.button--lime{background:var(--brand-lime);color:#263300}.button--small{min-height:40px;padding:8px 14px;font-size:.9rem}.button--large{min-height:54px;padding:14px 24px}.button--xl{width:100%;min-height:58px;font-size:1.05rem}.button[disabled]{opacity:.45;cursor:not-allowed;transform:none}.icon-button{width:44px;height:44px;display:inline-grid;place-items:center;border:0;border-radius:50%;background:transparent;cursor:pointer}.icon-button:hover{background:var(--surface-soft)}.text-link{font-weight:800;color:var(--brand-dark)}.announcement{overflow:hidden;background:var(--announcement-bg);color:var(--announcement-text);font-size:.82rem;font-weight:750}.announcement__track{display:flex;justify-content:center;gap:50px;white-space:nowrap;padding:8px 0}.announcement__track--marquee{width:max-content;min-width:100%;animation:marquee 28s linear infinite}.announcement__item{padding-inline:25px}.announcement a{text-decoration:underline}@keyframes marquee{to{transform:translate(-50%)}}.site-header{position:relative;z-index:50;background:#fffffff5;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header--sticky{position:sticky;top:0}.site-header__inner{height:84px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px}.site-header__logo img{width:auto;max-height:68px;object-fit:contain}.site-header__nav{display:flex;justify-content:center;align-items:center;gap:7px}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:6px;padding:12px;border-radius:999px;font-weight:750;font-size:.95rem}.nav-link:hover{background:var(--surface-soft)}.nav-link__arrow{font-size:.8em}.mega-menu{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);width:min(900px,85vw);padding:24px;background:#fff;border:1px solid var(--border);border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:var(--shadow-soft);grid-template-columns:1fr 280px;gap:24px}.nav-item:hover .mega-menu,.nav-item:focus-within .mega-menu{display:grid}.mega-menu__links{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.mega-menu__column{display:flex;flex-direction:column;gap:8px}.mega-menu__column a{font-size:.9rem;color:var(--muted)}.mega-menu__column a:hover{color:var(--brand-primary)}.mega-menu__title{font-weight:900!important;color:var(--text)!important;margin-bottom:4px}.mega-menu__feature{background:var(--surface-soft);border-radius:var(--radius-md);overflow:hidden;padding-bottom:16px}.mega-menu__feature img{width:100%;aspect-ratio:16/10;object-fit:cover}.mega-menu__feature span,.mega-menu__feature strong{display:block;padding:0 16px}.mega-menu__feature span{margin-top:12px;color:var(--brand-primary);font-size:.72rem;text-transform:uppercase;font-weight:900;letter-spacing:.1em}.site-header__actions{display:flex;align-items:center}.cart-button{position:relative}.cart-count{position:absolute;top:2px;right:1px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--brand-primary);color:#fff;font-size:.68rem;display:grid;place-items:center;font-weight:900}.site-header__mobile-menu{display:none}.search-drawer{position:absolute;inset:100% 0 auto;background:#fff;border-bottom:1px solid var(--border);box-shadow:var(--shadow-soft)}.search-drawer__inner{padding-block:24px 30px}.search-drawer__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.predictive-search-form{display:grid;grid-template-columns:1fr auto;gap:10px}.predictive-search-form input,.search-page input{width:100%;border:1px solid var(--border);border-radius:999px;padding:15px 20px;background:var(--surface-soft);outline:none}.predictive-search-form input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px #f55b7d1f}.predictive-results{padding-top:18px;display:grid;grid-template-columns:2fr 1fr;gap:24px}.predictive-results__label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--muted);margin-bottom:8px}.predictive-results__products{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.predictive-product{display:flex;gap:10px;align-items:center;padding:8px;border-radius:12px}.predictive-product:hover{background:var(--surface-soft)}.predictive-product img{width:56px;height:56px;object-fit:contain;border-radius:9px;background:var(--surface-soft)}.predictive-product span{display:flex;flex-direction:column}.predictive-product small{color:var(--muted)}.predictive-link{display:block;padding:8px 0}.predictive-results__all{grid-column:1/-1;font-weight:900;color:var(--brand-primary)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#18050a73;z-index:90}.mobile-menu__panel{width:min(90vw,420px);height:100%;background:#fff;padding:20px;overflow:auto}.mobile-menu__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.mobile-menu__head img{width:130px;height:auto}.mobile-menu details{border-bottom:1px solid var(--border)}.mobile-menu summary{display:flex;justify-content:space-between;padding:16px 0;font-weight:900;list-style:none}.mobile-menu nav a{display:block;padding:10px 0;color:var(--muted)}.mobile-menu__sub{padding-left:18px!important;font-size:.9rem}.hero-shark{position:relative;overflow:hidden;background:var(--hero-bg);color:var(--hero-text);padding:52px 0 70px}.hero-shark--tall{min-height:min(760px,80vh);display:flex;align-items:center}.hero-shark__grid{display:grid;grid-template-columns:1.02fr .98fr;gap:50px;align-items:center;position:relative;z-index:2}.hero-shark__content{max-width:720px}.hero-shark h1 em{font-style:normal;color:var(--brand-primary);position:relative}.hero-shark__text{font-size:clamp(1rem,1.5vw,1.25rem);max-width:620px;color:color-mix(in srgb,var(--hero-text) 78%,transparent)}.hero-shark__buttons{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0 22px}.hero-shark__chips{display:flex;gap:8px;flex-wrap:wrap}.hero-chip{padding:8px 12px;border-radius:999px;background:#ffffffbf;border:1px solid rgba(56,1,10,.08);font-size:.85rem;font-weight:800}.hero-shark__media{position:relative;min-height:420px;display:grid;place-items:center}.hero-shark__media img{width:100%;max-height:590px;object-fit:contain;filter:drop-shadow(0 30px 35px rgba(56,1,10,.16))}.hero-placeholder{display:grid;place-items:center;gap:18px;padding:50px;width:100%;min-height:420px;border:2px dashed rgba(56,1,10,.15);border-radius:var(--radius-lg);background:#ffffff73}.hero-placeholder img{max-width:380px}.hero-floating-label{position:absolute;right:2%;top:10%;transform:rotate(7deg);padding:13px 18px;border-radius:999px;background:var(--brand-lime);color:#293600;font-weight:950;box-shadow:var(--shadow-card)}.hero-shark__decor{position:absolute;border-radius:50%;filter:blur(0);opacity:.35}.hero-shark__decor--one{width:420px;height:420px;background:var(--brand-primary);right:-140px;top:-150px}.hero-shark__decor--two{width:260px;height:260px;background:var(--brand-lime);left:-120px;bottom:-160px}.scallop{position:absolute;left:0;width:100%;height:28px;background:radial-gradient(circle at 14px 0,transparent 14px,#fff 15px) repeat-x;background-size:28px 28px}.scallop--bottom{bottom:0;transform:rotate(180deg)}.usp-strip{overflow:hidden;background:var(--usp-bg);color:var(--usp-text)}.usp-strip__track{display:flex;align-items:center;justify-content:center;width:max-content;min-width:100%;gap:28px;padding:13px 0;white-space:nowrap;font-weight:900}.usp-strip__track--marquee{animation:marquee 34s linear infinite}.usp-strip__item{display:flex;align-items:center;gap:8px;padding-inline:18px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px}.section-heading h2{margin-bottom:0}.section-heading--center{text-align:center;justify-content:center}.section-heading--center>div{max-width:780px}.section-subtext,.section-heading p{color:var(--muted)}.category-bubbles{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.category-bubble{text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.category-bubble__image{width:100%;aspect-ratio:1;border-radius:50%;background:var(--bubble);padding:10px;overflow:hidden;transition:transform .25s ease}.category-bubble:hover .category-bubble__image{transform:translateY(-6px) rotate(-1deg)}.category-bubble__image img,.category-bubble__image svg{width:100%;height:100%;object-fit:contain;border-radius:50%}.category-bubble strong{font-size:1rem}.category-bubble span{color:var(--muted);font-size:.82rem}.product-grid{display:grid;gap:20px}.product-grid--2{grid-template-columns:repeat(2,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-grid--5{grid-template-columns:repeat(5,1fr)}.product-card{min-width:0;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-card);border-color:transparent}.product-card__media{display:block;position:relative;aspect-ratio:1;background:var(--surface-soft);overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:contain;padding:8px;transition:opacity .25s ease,transform .35s ease}.product-card:hover .product-card__image--primary{transform:scale(1.04)}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__badges{position:absolute;left:10px;top:10px;display:flex;gap:5px;flex-wrap:wrap}.badge{background:var(--brand-dark);color:#fff;border-radius:999px;padding:5px 8px;font-size:.67rem;font-weight:900;text-transform:uppercase}.badge--sale{background:var(--brand-primary)}.badge--accent{background:#fff;color:var(--brand-dark);border:1px solid rgba(56,1,10,.15)}.badge--lime{background:var(--brand-lime);color:#2b3900}.product-card__content{padding:14px}.product-card__vendor{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.product-card__title{font-family:var(--font-body);font-size:.96rem;line-height:1.3;min-height:2.5em;margin:5px 0 8px}.price{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.price__current{font-weight:950;color:var(--brand-dark)}.price__compare{color:var(--muted);font-size:.9rem}.price__save{font-size:.68rem;background:#ffe1e7;color:#a2173d;padding:3px 6px;border-radius:999px;font-weight:900}.product-card__actions{margin-top:12px}.product-card__actions .button{width:100%}.product-card--placeholder svg{width:100%;background:var(--surface-soft)}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.promo-card{position:relative;min-height:360px;border-radius:var(--radius-lg);overflow:hidden;background:var(--promo-bg);color:var(--promo-text);display:grid;grid-template-columns:1fr;isolation:isolate}.promo-card--wide{grid-column:span 2;grid-template-columns:1.05fr .95fr}.promo-card__copy{padding:32px;z-index:2;align-self:end}.promo-card__copy>span{font-size:.72rem;font-weight:900;letter-spacing:.11em}.promo-card__copy h3{font-size:clamp(1.8rem,3vw,3rem);max-width:550px}.promo-card__copy p{max-width:520px;opacity:.8}.promo-card__copy em{font-style:normal;font-weight:900}.promo-card__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.promo-card--wide .promo-card__media{position:relative;grid-column:2}.promo-card__media img{width:100%;height:100%;object-fit:contain}.promo-card:not(.promo-card--wide) .promo-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,var(--promo-bg) 0,transparent 70%)}.world-section{background:var(--world-bg)}.world-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.world-card{position:relative;aspect-ratio:4/5;border-radius:var(--radius-lg);overflow:hidden;color:#fff;background:var(--brand-dark)}.world-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.world-card:hover img{transform:scale(1.06)}.world-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(30,5,12,.8),transparent 70%)}.world-card__content{position:absolute;inset:auto 20px 20px}.world-card__content>span{font-size:2rem}.world-card__content h3{font-size:2rem;margin:.15em 0}.world-card__content p{margin:0;opacity:.8}.live-section{background:var(--live-bg);color:var(--live-text)}.live-section__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.live-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:999px;font-size:.75rem;font-weight:900;letter-spacing:.08em}.live-pill i{width:8px;height:8px;border-radius:50%;background:#ff3458;box-shadow:0 0 0 5px #ff34582e;animation:pulse 1.5s infinite}@keyframes pulse{50%{box-shadow:0 0 0 9px #ff345800}}.live-section h2{margin-top:18px}.live-section__intro>.rte{color:#ffffffbf;font-size:1.1rem}.live-section__actions{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.live-next{font-weight:800;color:#ffffffb3}.live-events{display:grid;gap:12px}.live-event{background:#ffffff14;border:1px solid rgba(255,255,255,.13);border-radius:var(--radius-md);padding:22px;transition:background .2s ease,transform .2s ease}.live-event:hover{background:#ffffff21;transform:translate(5px)}.live-event span{font-size:.7rem;font-weight:900;letter-spacing:.12em;color:var(--brand-lime)}.live-event strong{display:block;font-size:1.35rem;margin:5px 0}.live-event p{margin:0 0 8px;color:#ffffffad}.live-event em{font-style:normal;font-weight:900}.image-text__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.image-text--reverse .image-text__media{order:2}.image-text__media{background:var(--media-bg);border-radius:var(--radius-lg);overflow:hidden;min-height:450px}.image-text__media img,.image-text__media svg{width:100%;height:100%;object-fit:cover}.image-text__copy .rte{color:var(--muted);font-size:1.05rem;margin-bottom:24px}.proof-section{background:var(--proof-bg)}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.proof-card{margin:0;padding:24px;border:1px solid rgba(56,1,10,.08);background:#ffffffb8;border-radius:var(--radius-md)}.proof-stars{color:#ffb020;letter-spacing:.05em}.proof-card p{font-size:1.05rem;margin:14px 0}.proof-card footer{font-weight:900}.proof-card footer span{display:block;color:var(--muted);font-size:.8rem;font-weight:500}.breadcrumbs{display:flex;gap:8px;align-items:center;padding-top:18px;font-size:.8rem;color:var(--muted);overflow:auto;white-space:nowrap}.breadcrumbs a:hover{color:var(--brand-primary)}.product-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:56px;align-items:start}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-gallery__item{background:var(--surface-soft);border-radius:var(--radius-md);overflow:hidden;aspect-ratio:1;display:grid;place-items:center}.product-gallery__item:first-child{grid-column:1/-1;aspect-ratio:1.18/1}.product-gallery__item img,.product-gallery__item video{width:100%;height:100%;object-fit:contain}.product-info-wrap{position:relative}.product-info{position:sticky;top:115px}.product-block{margin-bottom:16px}.product-eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--brand-primary)}.product-title{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:0}.product-rating-placeholder{display:flex;align-items:center;gap:10px}.product-rating-placeholder span{color:#ffb020;letter-spacing:.06em}.product-rating-placeholder small{color:var(--muted)}.product-block--price .price__current{font-size:1.7rem}.product-block--price .price__compare{font-size:1rem}.tax-note{color:var(--muted);font-size:.78rem;margin:5px 0}.product-short{color:var(--muted)}.product-benefits{display:grid;gap:7px}.product-benefits div{display:flex;gap:8px;align-items:flex-start;font-size:.92rem}.product-benefits span{color:var(--success);font-weight:950}.variant-picker label,.quantity-row>label{display:block;font-size:.8rem;font-weight:900;margin-bottom:7px}.variant-picker select{width:100%;padding:14px 16px;border-radius:var(--radius-sm);border:1px solid var(--border);background:#fff}.quantity-row{display:flex;align-items:end;justify-content:space-between}.quantity{display:inline-flex;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:#fff}.quantity button,.quantity input,.quantity span{width:42px;height:42px;border:0;background:transparent;display:grid;place-items:center;text-align:center}.quantity input{-moz-appearance:textfield}.quantity input::-webkit-outer-spin-button,.quantity input::-webkit-inner-spin-button{-webkit-appearance:none}.quantity--small button,.quantity--small span{width:32px;height:32px}.shipping-card{display:grid;grid-template-columns:1fr 1fr;gap:8px}.shipping-card>div{display:flex;align-items:center;gap:10px;padding:12px;background:var(--surface-soft);border-radius:var(--radius-sm)}.shipping-card svg{flex:0 0 22px;color:var(--brand-primary)}.shipping-card span{display:flex;flex-direction:column}.shipping-card small{color:var(--muted)}.inventory-status{display:flex;align-items:center;gap:7px;font-size:.85rem;font-weight:800;color:var(--success)}.inventory-status i{width:8px;height:8px;border-radius:50%;background:currentColor}.inventory-status--low{color:#c96d00}.product-accordion{border-top:1px solid var(--border)}.product-accordion:last-child{border-bottom:1px solid var(--border)}.product-accordion summary{list-style:none;display:flex;justify-content:space-between;padding:14px 0;font-weight:900;cursor:pointer}.product-accordion[open] summary span{transform:rotate(45deg)}.product-accordion .rte{padding-bottom:14px;color:var(--muted)}.mobile-sticky-atc{display:none}.detail-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.detail-card{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;overflow:hidden}.detail-card summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer}.detail-card summary>div{display:flex;gap:10px;align-items:center}.detail-card summary b{font-size:1.4rem}.detail-card[open] summary b{transform:rotate(45deg)}.detail-card__content{padding:0 20px 20px;color:var(--muted)}.cart-drawer-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none;visibility:hidden}.cart-drawer-shell.is-open{pointer-events:auto;visibility:visible}.cart-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#14040980;opacity:0;transition:opacity .25s}.is-open .cart-overlay{opacity:1}.cart-drawer{position:absolute;right:0;top:0;height:100%;width:min(94vw,520px);background:#fff;transform:translate(100%);transition:transform .3s ease;display:grid;grid-template-rows:auto auto 1fr auto}.is-open .cart-drawer{transform:none}.cart-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid var(--border)}.cart-drawer__head h2{font-size:1.7rem;margin:0}.cart-drawer__head small{font-size:.9rem;color:var(--muted)}.shipping-progress{padding:12px 22px;background:var(--surface-soft)}.shipping-progress__copy{display:flex;justify-content:space-between;font-size:.8rem;margin-bottom:7px}.shipping-progress__bar{height:7px;background:#eadde0;border-radius:99px;overflow:hidden}.shipping-progress__bar i{display:block;height:100%;background:linear-gradient(90deg,var(--brand-primary),var(--brand-lime));border-radius:inherit}.cart-drawer__body{overflow:auto;padding:18px 22px}.cart-lines{display:grid;gap:14px}.cart-line{display:grid;grid-template-columns:86px 1fr;gap:12px}.cart-line__image{background:var(--surface-soft);border-radius:12px;overflow:hidden}.cart-line__image img{width:100%;height:86px;object-fit:contain}.cart-line__info{min-width:0}.cart-line__title{font-weight:850;line-height:1.2}.cart-line__info small{display:block;color:var(--muted);margin:4px 0}.cart-line__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.cart-upsell{margin-top:24px;border-top:1px solid var(--border);padding-top:18px}.cart-upsell__head{display:flex;flex-direction:column;margin-bottom:10px}.cart-upsell__head span{font-size:.78rem;color:var(--muted)}.cart-upsell__list{display:grid;gap:8px}.cart-upsell__item{display:grid;grid-template-columns:58px 1fr auto;gap:8px;align-items:center;background:var(--surface-soft);padding:7px;border-radius:12px}.cart-upsell__item img{width:58px;height:58px;object-fit:contain}.cart-upsell__item div{display:flex;flex-direction:column;min-width:0}.cart-upsell__item a{font-weight:800;font-size:.83rem;line-height:1.2}.cart-upsell__item span{font-size:.8rem;color:var(--muted)}.mini-add{display:grid;place-items:center;width:34px;height:34px;overflow:hidden;border-radius:50%;border:0;background:var(--brand-dark);color:#fff;font-size:0;line-height:1;cursor:pointer}.mini-add:before{content:"+";font-size:1.2rem;font-weight:800}.mini-add.is-loading:before{content:"\2026"}.cart-drawer__footer{padding:18px 22px;border-top:1px solid var(--border);box-shadow:0 -15px 35px #38010a0d}.cart-total{display:flex;justify-content:space-between;font-size:1.1rem;margin-bottom:4px}.cart-drawer__footer>p{color:var(--muted);font-size:.72rem}.cart-trust{display:flex;justify-content:center;gap:16px;color:var(--muted);font-size:.74rem;margin-top:10px}.cart-empty{text-align:center;padding:50px 20px}.cart-empty__icon,.error-page__emoji{font-size:4rem}.collection-hero{position:relative;overflow:hidden;min-height:210px;padding:34px;border-radius:var(--radius-lg);background:var(--surface-soft);display:flex;align-items:flex-end;margin-bottom:22px}.collection-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.28}.collection-hero__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--surface-soft),transparent)}.collection-hero__image img{width:100%;height:100%;object-fit:cover}.collection-hero>div:last-child{position:relative;z-index:1;max-width:820px}.collection-hero h1{font-size:clamp(2.3rem,5vw,4.5rem)}.collection-description{color:var(--muted);max-width:720px}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.collection-toolbar form{display:flex;align-items:center;gap:8px}.collection-toolbar select{padding:9px 14px;border:1px solid var(--border);border-radius:999px;background:#fff}.collection-layout{display:grid;grid-template-columns:230px 1fr;gap:26px}.facets__head{display:none}.facet{border-bottom:1px solid var(--border);padding:12px 0}.facet summary{list-style:none;display:flex;justify-content:space-between;font-weight:900;cursor:pointer}.facet__body{padding-top:10px}.facet-option{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;padding:5px 0;font-size:.88rem}.facet-option small{color:var(--muted)}.price-range{display:grid;grid-template-columns:1fr 1fr;gap:7px}.price-range input{width:100%;padding:8px;border:1px solid var(--border);border-radius:8px}.pagination{text-align:center;margin-top:30px}.pagination .page,.pagination a{display:inline-flex;padding:7px 10px}.cart-page__grid{display:grid;grid-template-columns:1fr 380px;gap:35px}.cart-page__lines{display:grid;gap:16px}.cart-page-line{display:grid;grid-template-columns:100px 1fr auto;gap:15px;align-items:center;border-bottom:1px solid var(--border);padding-bottom:16px}.cart-page-line img{width:100px;height:100px;object-fit:contain;background:var(--surface-soft);border-radius:12px}.cart-page-line small{display:block;color:var(--muted)}.cart-page-line input{width:70px;padding:8px;border:1px solid var(--border);border-radius:8px}.cart-summary{padding:24px;border:1px solid var(--border);border-radius:var(--radius-md);align-self:start;position:sticky;top:120px}.cart-summary>div{display:flex;justify-content:space-between}.cart-summary p{color:var(--muted);font-size:.8rem}.search-page__head{max-width:850px;margin:0 auto 40px;text-align:center}.search-page__head form{display:grid;grid-template-columns:1fr auto;gap:8px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-card{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.article-card>a img{width:100%;aspect-ratio:16/10;object-fit:cover}.article-card>div{padding:18px}.article-card small{color:var(--muted)}.article-main header{text-align:center;margin-bottom:30px}.article-main__image{width:100%;border-radius:var(--radius-lg);margin-bottom:30px}.article-content{font-size:1.05rem}.collection-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.collection-card{border-radius:var(--radius-md);overflow:hidden;background:var(--surface-soft)}.collection-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.collection-card>div{padding:18px}.error-page{text-align:center}.error-page .page-narrow{margin:auto}.rich-text-section{background:var(--rich-bg)}.site-footer{position:relative;background:var(--brand-dark);color:#fff;padding:85px 0 28px;margin-top:30px}.site-footer__wave{position:absolute;top:0;left:0;width:100%;height:28px;background:radial-gradient(circle at 14px 0,transparent 14px,var(--brand-dark) 15px) repeat-x;background-size:28px 28px;transform:translateY(-27px)}.footer-newsletter{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.14)}.footer-newsletter .eyebrow{color:var(--brand-lime)}.footer-newsletter h2{font-size:clamp(2rem,4vw,3.2rem)}.footer-newsletter .rte{color:#ffffffb3}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:8px}.newsletter-form input{min-width:0;border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#fff;border-radius:999px;padding:14px 18px}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form .form-message{grid-column:1/-1}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px;padding:48px 0}.footer-brand img{filter:drop-shadow(0 8px 16px rgba(0,0,0,.12));max-width:180px}.footer-brand p{color:#ffffffa6;max-width:360px}.footer-social{display:flex;gap:14px;font-weight:900}.footer-column{display:flex;flex-direction:column;gap:8px}.footer-column h3{font-size:1rem}.footer-column a{color:#ffffffad;font-size:.9rem}.footer-column a:hover{color:var(--brand-lime)}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.14);padding-top:20px;color:#ffffff8c;font-size:.78rem}@media(max-width:1100px){.site-header__nav{display:none}.site-header__mobile-menu{display:grid}.site-header__inner{grid-template-columns:auto 1fr auto}.site-header__logo{justify-self:center}.hero-shark__grid{grid-template-columns:1fr 1fr;gap:25px}.category-bubbles,.product-grid--5{grid-template-columns:repeat(4,1fr)}.collection-layout{grid-template-columns:1fr}.facets{position:fixed;inset:0 auto 0 0;width:min(88vw,380px);background:#fff;z-index:80;padding:20px;transform:translate(-105%);transition:transform .25s;overflow:auto}.facets.is-open{transform:none}.facets__head{display:flex;justify-content:space-between;align-items:center}.cart-page__grid{grid-template-columns:1fr 320px}}@media(max-width:749px){:root{--section-gap:54px}.page-width{width:min(calc(100% - 28px),var(--page-width))}.announcement__track{font-size:.76rem}.site-header__inner{height:70px;gap:5px}.site-header__logo img{max-height:54px;max-width:150px}.hide-mobile{display:none}.hero-shark{padding:36px 0 58px}.hero-shark--tall{min-height:auto}.hero-shark__grid{grid-template-columns:1fr}.hero-shark__content{text-align:left}.hero-shark__media{min-height:260px;order:-1}.hero-shark__media img{max-height:340px}.hero-placeholder{min-height:280px;padding:30px}.hero-floating-label{font-size:.78rem;right:0}.hero-shark__buttons .button{flex:1}.hero-shark__chips{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.hero-chip{flex:0 0 auto}.section-heading{align-items:flex-start;margin-bottom:22px}.section-heading .text-link{display:none}.category-bubbles{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;margin-right:-14px}.category-bubble{flex:0 0 118px;scroll-snap-align:start}.product-grid,.product-grid--2,.product-grid--3,.product-grid--4,.product-grid--5{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card__content{padding:10px}.product-card__title{font-size:.86rem}.product-card__actions .button{font-size:.75rem;padding:7px;min-height:36px}.promo-grid{grid-template-columns:1fr}.promo-card,.promo-card--wide{grid-column:auto;grid-template-columns:1fr;min-height:330px}.promo-card--wide .promo-card__media{position:absolute;top:0;right:0;bottom:0;left:0;grid-column:auto}.promo-card--wide .promo-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,var(--promo-bg),transparent 70%)}.promo-card__copy{padding:24px;align-self:end}.world-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}.world-card{flex:0 0 76vw;scroll-snap-align:start}.live-section__grid,.image-text__grid{grid-template-columns:1fr;gap:30px}.image-text--reverse .image-text__media{order:0}.image-text__media{min-height:320px}.proof-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}.proof-card{flex:0 0 82vw;scroll-snap-align:start}.predictive-search-form,.search-page__head form{grid-template-columns:1fr}.predictive-search-form .button,.search-page__head .button{display:none}.predictive-results,.predictive-results__products{grid-template-columns:1fr}.product-layout{grid-template-columns:1fr;gap:25px}.product-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-14px;padding-inline:14px}.product-gallery__item,.product-gallery__item:first-child{flex:0 0 88vw;aspect-ratio:1;grid-column:auto;scroll-snap-align:center}.product-info{position:static}.product-title{font-size:2rem}.shipping-card,.detail-cards{grid-template-columns:1fr}.mobile-sticky-atc{position:fixed;display:flex;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--border);padding:10px 14px calc(10px + env(safe-area-inset-bottom));z-index:45;align-items:center;justify-content:space-between;gap:10px;box-shadow:0 -10px 35px #38010a1a}.mobile-sticky-atc>div{min-width:0}.mobile-sticky-atc strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.78rem}.mobile-sticky-atc span{font-weight:950;color:var(--brand-dark)}.mobile-sticky-atc .button{min-height:46px;padding:10px 16px;white-space:nowrap}.collection-hero{padding:24px;min-height:180px}.collection-toolbar form label{display:none}.cart-page__grid{grid-template-columns:1fr}.cart-summary{position:static}.article-grid,.collection-card-grid{grid-template-columns:1fr}.footer-newsletter{grid-template-columns:1fr;gap:20px}.newsletter-form{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:6px}.cart-drawer{width:100%}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.price__main{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.price__unit{display:block;color:var(--muted);font-size:.72rem;margin-top:3px}.additional-checkout-buttons{margin-top:10px}.cart-edit-link{display:block;text-align:center;margin-top:10px;font-size:.82rem;font-weight:800;text-decoration:underline}.footer-bottom>div:first-child{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.localization-switchers{display:flex;gap:8px;align-items:center}.localization-form select{-webkit-appearance:auto;appearance:auto;border:1px solid rgba(255,255,255,.22);background:#ffffff14;color:#fff;border-radius:999px;padding:8px 12px;font-size:.78rem}.localization-form select option{color:#111;background:#fff}.footer-bottom__trust{color:#ffffff8c}@media(max-width:749px){.localization-switchers{width:100%;flex-wrap:wrap;margin-top:8px}.localization-form{flex:1}.localization-form select{width:100%}}.page-main--full .page-content{width:100%}.featured-product{background:var(--featured-bg)}.featured-product__card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:52px;align-items:center;padding:clamp(20px,4vw,48px);background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.featured-product__card--reverse .featured-product__media{order:2}.featured-product__media{position:relative;min-width:0;background:var(--surface-soft);border-radius:calc(var(--radius-lg) - 8px);overflow:hidden;aspect-ratio:1.1/1;display:grid;place-items:center}.featured-product__media img,.featured-product__media svg{width:100%;height:100%;object-fit:contain}.featured-product__badge{position:absolute;top:16px;left:16px;padding:8px 12px;border-radius:999px;background:var(--brand-lime);color:#263300;font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.05em}.featured-product__info h3{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.8rem);line-height:1.02;letter-spacing:-.035em;margin-bottom:12px}.featured-product__info .price__current{font-size:1.55rem;font-weight:950}.featured-product__description{margin:18px 0;color:var(--muted)}.featured-product__form{margin-top:22px}.featured-product__actions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.featured-product__actions .button{flex:1}.featured-product__form .variant-picker{margin-bottom:12px}:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid color-mix(in srgb,var(--brand-primary) 72%,white);outline-offset:3px}.product-meta{display:flex;flex-wrap:wrap;gap:6px 14px;color:var(--muted);font-size:.78rem}.product-meta span+span:before{content:"\2022";margin-right:14px;color:var(--border)}.food-notice{padding:14px 16px;border:1px solid #f0c36c;border-radius:var(--radius-sm);background:#fff8e8;color:#563c05;font-size:.85rem}.food-notice>strong{display:block;margin-bottom:5px}.food-notice .metafield-rich_text_field>*:last-child{margin-bottom:0}.cart-note{display:grid;gap:6px;margin-bottom:12px;font-size:.8rem;font-weight:850}.cart-note textarea{min-height:64px;resize:vertical;border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px;background:var(--surface-soft)}.form-inline-error{padding:10px 12px;border-radius:var(--radius-sm);background:#fff0f0;color:var(--error);font-size:.85rem;margin-top:10px}.is-loading{cursor:wait}.is-loading>*{pointer-events:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:749px){.featured-product__card{grid-template-columns:1fr;gap:24px;padding:14px}.featured-product__card--reverse .featured-product__media{order:0}.featured-product__media{aspect-ratio:1}.featured-product__actions{display:grid;grid-template-columns:1fr}.featured-product__info h3{font-size:2rem}}.bundle-builder{background:var(--bundle-bg)}.bundle-builder__shell{padding:clamp(20px,4vw,48px);border:1px solid color-mix(in srgb,var(--brand-primary) 16%,transparent);border-radius:var(--radius-lg);background:#fffc;box-shadow:var(--shadow-card)}.bundle-builder__form{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.bundle-builder__products{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.bundle-option{position:relative;display:flex;flex-direction:column;gap:6px;padding:12px;border:2px solid var(--border);border-radius:var(--radius-md);background:#fff;cursor:pointer}.bundle-option:has(input:checked){border-color:var(--brand-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-primary) 12%,transparent)}.bundle-option input{position:absolute;opacity:0;pointer-events:none}.bundle-option__check{position:absolute;right:10px;top:10px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--border);color:transparent;font-weight:900}.bundle-option:has(input:checked) .bundle-option__check{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.bundle-option img{width:100%;aspect-ratio:1;object-fit:contain;background:var(--surface-soft);border-radius:var(--radius-sm)}.bundle-option strong{line-height:1.25}.bundle-option small{color:var(--muted)}.bundle-option>span:last-child{font-weight:900;color:var(--brand-dark)}.bundle-builder__summary{position:sticky;top:115px;padding:20px;border-radius:var(--radius-md);background:var(--brand-dark);color:#fff}.bundle-builder__summary>div{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.13)}.bundle-builder__summary .button{margin-top:18px;background:var(--brand-lime);color:#263300}.bundle-builder__summary p{font-size:.75rem;color:#ffffffa6;margin:10px 0 0}.configurator-intro{padding:clamp(44px,7vw,100px) 0;background:var(--config-bg);color:var(--config-text)}.configurator-intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.configurator-intro h1 em{font-style:normal;color:var(--brand-primary)}.configurator-intro__text{max-width:620px;font-size:1.12rem;color:color-mix(in srgb,var(--config-text) 74%,transparent)}.configurator-steps{display:grid;gap:10px;margin:28px 0}.configurator-step{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;border-radius:var(--radius-sm);background:#ffffffad}.configurator-step>span{flex:0 0 32px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--brand-primary);color:#fff;font-weight:900}.configurator-step strong{display:block}.configurator-step p{margin:2px 0 0;color:var(--muted);font-size:.9rem}.configurator-intro__media{min-width:0}.configurator-intro__media>img{width:100%;max-height:650px;object-fit:contain;filter:drop-shadow(0 25px 35px rgba(56,1,10,.14))}@media(max-width:749px){.bundle-builder__form,.configurator-intro__grid{grid-template-columns:1fr}.bundle-builder__products{display:flex;overflow:auto;scroll-snap-type:x mandatory}.bundle-option{flex:0 0 72vw;scroll-snap-align:start}.bundle-builder__summary{position:static}.configurator-intro__media{order:-1}.configurator-intro__grid{gap:28px}}.hero-shark{background:radial-gradient(circle at 83% 18%,rgba(255,255,255,.95) 0 8%,transparent 38%),radial-gradient(circle at 8% 92%,rgba(255,221,112,.26),transparent 31%),linear-gradient(135deg,var(--hero-bg),#ffe4ef 53%,#e9faff);padding-bottom:54px}.hero-shark:after{content:"";position:absolute;left:0;right:0;bottom:0;height:48px;background:linear-gradient(180deg,transparent,#fff);pointer-events:none}.scallop,.site-footer__wave{display:none!important}.hero-product-scene{position:relative;width:min(100%,650px);aspect-ratio:1.08;isolation:isolate}.hero-product-scene__glow{position:absolute;top:10%;right:5%;bottom:5%;left:5%;border-radius:42% 58% 56% 44%;background:linear-gradient(145deg,#fffffff0,#ffddeab8);box-shadow:0 40px 80px #8b2f6121;transform:rotate(-4deg)}.hero-product-scene img{position:absolute;object-fit:contain;filter:drop-shadow(0 22px 24px rgba(86,32,62,.18))}.hero-product-scene__bag{width:63%;height:72%;left:18%;top:10%;z-index:3;transform:rotate(-4deg)}.hero-product-scene__monster{width:43%;height:45%;right:-1%;bottom:3%;z-index:4;transform:rotate(6deg)}.hero-product-scene__candy{width:37%;height:37%;left:0;bottom:2%;z-index:2;border-radius:50%;clip-path:circle(48%);transform:rotate(-8deg)}.promo-card{box-shadow:0 18px 48px #8b2f6114;border:1px solid rgba(139,47,97,.07)}.promo-card__visual{overflow:hidden}.promo-card__visual:before{content:"";position:absolute;top:8%;right:8%;bottom:8%;left:8%;border-radius:48% 52% 46% 54%;background:#ffffff85;transform:rotate(-7deg)}.promo-card__visual img{position:absolute;object-fit:contain;filter:drop-shadow(0 16px 18px rgba(86,32,62,.17))}.promo-card__visual .promo-visual__primary{width:72%;height:72%;right:0;top:2%;z-index:2;transform:rotate(4deg)}.promo-card__visual .promo-visual__secondary{width:46%;height:46%;left:0;bottom:0;z-index:3;transform:rotate(-7deg)}.promo-card:not(.promo-card--wide) .promo-card__visual{opacity:.7}.promo-card:not(.promo-card--wide) .promo-card__visual .promo-visual__primary{width:78%;height:62%;right:-8%}.promo-card:not(.promo-card--wide) .promo-card__visual .promo-visual__secondary{width:48%;height:40%}.site-footer{background:linear-gradient(145deg,#9b3f72,#7c2857 58%,#622044);padding-top:66px;border-radius:44px 44px 0 0}.site-footer a:focus-visible{outline-color:#fff}.section:nth-of-type(2n){background-image:linear-gradient(180deg,transparent,rgba(255,240,246,.32),transparent)}.snack-finder-button{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;background:#fff0f6;color:var(--brand-dark);font:inherit;font-size:.84rem;font-weight:900;padding:9px 13px;cursor:pointer;white-space:nowrap}.snack-finder-button:hover{background:#ffd9e8}.snack-finder-button__spark{font-size:1rem}.snack-finder-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;visibility:hidden;pointer-events:none}.snack-finder-shell.is-open{visibility:visible;pointer-events:auto}.snack-finder-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#310b2080;opacity:0;transition:opacity .22s}.is-open .snack-finder-overlay{opacity:1}.snack-finder{position:absolute;right:0;top:0;height:100%;width:min(96vw,620px);background:linear-gradient(180deg,#fff7fa,#fff);transform:translate(102%);transition:transform .28s ease;display:flex;flex-direction:column;box-shadow:-24px 0 70px #56203e33}.is-open .snack-finder{transform:none}.snack-finder__head{display:flex;justify-content:space-between;gap:18px;padding:24px;border-bottom:1px solid var(--border)}.snack-finder__head small{display:block;color:var(--brand-primary);font-weight:900;letter-spacing:.08em;text-transform:uppercase}.snack-finder__head h2{margin:4px 0 0;font-size:1.8rem}.snack-finder__body{padding:24px;overflow:auto}.snack-finder__intro{color:var(--muted);margin-top:0}.snack-finder__chips{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.snack-finder__chip{border:1px solid #f4c5d7;background:#fff;border-radius:999px;padding:9px 13px;font:inherit;font-weight:800;color:var(--brand-dark);cursor:pointer}.snack-finder__form{display:grid;grid-template-columns:1fr auto;gap:8px}.snack-finder__form input{min-width:0;border:1px solid var(--border);border-radius:16px;padding:14px;background:#fff}.snack-finder__voice{border:1px solid var(--border);border-radius:16px;background:#fff;min-width:50px;cursor:pointer;font-size:1.1rem}.snack-finder__submit{grid-column:1/-1}.snack-finder__results{margin-top:22px}.snack-finder__status{color:var(--muted);font-size:.9rem}.snack-finder__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.snack-finder__result{display:grid;grid-template-columns:72px 1fr;gap:10px;align-items:center;border:1px solid var(--border);border-radius:16px;padding:8px;background:#fff}.snack-finder__result img{width:72px;height:72px;border-radius:12px;object-fit:contain;background:var(--surface-soft)}.snack-finder__result strong{font-size:.9rem;line-height:1.2}.snack-finder__result small{display:block;color:var(--brand-primary);margin-top:5px}.mobile-menu__guide{display:flex!important;align-items:center;gap:8px;color:var(--brand-dark)!important;background:#fff0f6;border-radius:14px;padding:13px!important;font-weight:900}.product-seo-story{background:linear-gradient(180deg,#fff,#fff7fa)}.product-seo-story__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:48px;align-items:start}.product-seo-story__content{font-size:1.05rem}.product-seo-story__content h2{font-size:clamp(2rem,4vw,3.5rem)}.product-faq{display:grid;gap:10px}.product-faq details{border:1px solid var(--border);border-radius:16px;background:#fff}.product-faq summary{display:flex;justify-content:space-between;gap:18px;padding:17px 18px;font-weight:900;cursor:pointer;list-style:none}.product-faq details>div{padding:0 18px 18px;color:var(--muted)}.product-discovery{margin-top:40px;padding:26px;border-radius:24px;background:linear-gradient(135deg,#ffdcea,#eefbff)}.product-discovery__links{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.product-discovery__links a{background:#fff;border-radius:999px;padding:9px 13px;font-weight:850}.product-discovery__cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}@media(max-width:1100px){.snack-finder-button span:not(.snack-finder-button__spark){display:none}.snack-finder-button{padding:9px}}@media(max-width:749px){.hero-product-scene{width:min(100%,420px);margin:auto}.hero-product-scene__bag{width:66%;left:15%}.hero-product-scene__monster{width:45%;right:-3%}.hero-product-scene__candy{width:40%}.promo-card__visual{opacity:.72}.site-footer{border-radius:28px 28px 0 0}.snack-finder{width:100%}.snack-finder__grid{grid-template-columns:1fr}.product-seo-story__grid{grid-template-columns:1fr;gap:24px}.product-discovery{padding:20px}}body.mobile-menu-open .site-header{z-index:1500}.mobile-menu{z-index:1510;isolation:isolate;height:100dvh}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#18050a73;cursor:pointer}.mobile-menu__panel{position:relative;z-index:2;height:100dvh;overscroll-behavior:contain;box-shadow:20px 0 60px #38010a2e}.snack-finder-shell{z-index:2000}.snack-finder{height:100dvh}.snack-finder__voice.is-listening{color:#d91b4f;border-color:#d91b4f;background:#fff0f6;box-shadow:0 0 0 4px #d91b4f1f}.snack-finder__status--listening{color:var(--brand-dark);font-weight:850}.template-product .main-product{padding-block:clamp(34px,4vw,58px)}.template-product .product-details-section,.template-product .product-seo-story,.template-product .recommendation-section{padding-block:clamp(30px,4vw,54px)}.template-product .product-block{margin-bottom:13px}.template-product .shipping-card>div{padding:10px}@media(max-width:749px){.template-product .main-product{padding-block:26px 34px}.template-product .product-details-section,.template-product .product-seo-story,.template-product .recommendation-section{padding-block:32px}.template-product .product-block{margin-bottom:11px}.template-product .shipping-card{gap:6px}.template-product .shipping-card>div{padding:9px 10px}}.footer-withdrawal,.footer-privacy{color:#fff;text-decoration:underline;text-underline-offset:3px;font-size:.82rem;font-weight:800}.footer-privacy{border:0;background:transparent;padding:0;cursor:pointer}.withdrawal-page{background:linear-gradient(180deg,#fff7fa,#fff)}.withdrawal-card{padding:clamp(24px,5vw,52px);border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-card)}.withdrawal-card h1{font-size:clamp(2.5rem,6vw,4.8rem)}.withdrawal-card__intro{max-width:720px;color:var(--muted);font-size:1.05rem}.withdrawal-form{margin-top:28px}.withdrawal-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field-group{display:grid;gap:7px}.field-group--full{grid-column:1/-1}.field-group label{font-weight:900}.field-group label span{color:var(--muted);font-weight:650}.field-group input,.field-group select,.field-group textarea{width:100%;border:1px solid var(--border);border-radius:14px;background:#fff;padding:13px 15px;outline:none}.field-group input:focus,.field-group select:focus,.field-group textarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px #f55b7d1f}.withdrawal-review{padding:24px;border-radius:20px;background:var(--surface-soft);outline:none}.withdrawal-review h2{font-size:clamp(1.8rem,4vw,2.7rem)}.withdrawal-review dl{display:grid;grid-template-columns:minmax(120px,.35fr) 1fr;gap:8px 16px;padding:18px;border-radius:14px;background:#fff}.withdrawal-review dt{font-weight:900}.withdrawal-review dd{margin:0;overflow-wrap:anywhere}.withdrawal-review__actions{display:flex;gap:10px;flex-wrap:wrap}.withdrawal-success{padding:24px;border:1px solid #a9d7bd;border-radius:18px;background:#effbf3}.withdrawal-success strong{font-size:1.2rem;color:#17673a}.withdrawal-card__note{margin:24px 0 0;color:var(--muted);font-size:.85rem}@media(max-width:749px){.withdrawal-fields{grid-template-columns:1fr}.field-group--full{grid-column:auto}.withdrawal-review dl{grid-template-columns:1fr;gap:2px}.withdrawal-review dd{margin-bottom:10px}.withdrawal-review__actions .button{width:100%}}@media print{.announcement-bar,.site-header,.site-footer,.withdrawal-fields,.withdrawal-review{display:none!important}.withdrawal-page{background:#fff}.withdrawal-card{box-shadow:none;border:0;padding:0}}.hero-shark__media{min-height:460px;border-radius:34px;overflow:hidden;box-shadow:0 30px 70px #8b2f612e;transform:rotate(1deg)}.hero-shark__media .hero-campaign-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-height:none;object-fit:cover;object-position:63% center;filter:none}.hero-floating-label{z-index:3}.promo-card__visual:before{display:none}.promo-card__visual img,.promo-card__visual .promo-visual__primary,.promo-card__visual .promo-visual__secondary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:none;object-fit:cover;filter:none}.promo-card--wide .promo-card__visual img{object-position:62% center}.promo-card:not(.promo-card--wide) .promo-card__visual{opacity:1}.promo-card:not(.promo-card--wide) .promo-card__visual img{width:100%;height:100%;right:auto;object-fit:cover}.promo-card:not(.promo-card--wide) .promo-card__visual:after{background:linear-gradient(0deg,var(--promo-bg) 3%,color-mix(in srgb,var(--promo-bg) 78%,transparent) 40%,transparent 78%)}.category-bubble__image{padding:0;box-shadow:0 12px 30px #8b2f611f}.category-bubble__image img{object-fit:cover}.world-card__overlay{background:linear-gradient(0deg,#40142fe0,#40142f0f 72%)}.world-card__content h3{margin:0 0 .15em}.detail-cards{align-items:start}.detail-card{height:auto}.image-text__media img{object-position:center}.cart-upsell__occasion{display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;margin-top:10px;padding:12px;border-radius:14px;background:linear-gradient(135deg,#fff0f6,#eefaff);border:1px solid #f2d8e4}.cart-upsell__occasion>span{font-size:1.5rem}.cart-upsell__occasion strong,.cart-upsell__occasion small{display:block}.cart-upsell__occasion small{color:var(--muted);font-size:.75rem}.cart-upsell__occasion a{font-weight:900;color:var(--brand-dark);font-size:.82rem}.category-bubble__image--icon{display:grid;place-items:center;background:var(--bubble);overflow:hidden}.category-bubble__image--icon svg{width:72%;height:72%;border-radius:0;filter:drop-shadow(0 12px 14px rgba(91,28,61,.15));transition:transform .25s ease}.category-bubble:hover .category-bubble__image--icon svg{transform:translateY(-4px) rotate(-2deg) scale(1.04)}@media(max-width:749px){.hero-shark__media{min-height:300px;transform:none;border-radius:24px}.hero-shark__media .hero-campaign-image{max-height:none;object-position:66% center}.promo-card--wide .promo-card__visual img{object-position:66% center}}.cart-line__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.cart-remove{display:grid;place-items:center;width:36px;height:36px;flex:none;padding:0;border:1px solid #edcedb;border-radius:11px;background:#fff7fa;color:#9a3d66;cursor:pointer;transition:.2s ease}.cart-remove:hover{border-color:#bc4f7d;background:#f7dce8;color:#702a4d}.cart-remove svg{width:19px;height:19px}.cart-drawer__secondary,.cart-page__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.cart-clear{padding:8px 0;border:0;background:transparent;color:#9a3d66;font:inherit;font-size:.78rem;font-weight:850;text-decoration:underline;cursor:pointer}.cart-page-line__end{display:flex;align-items:center;gap:14px}.cart-page__actions{justify-content:flex-start}.cart-remove--page{width:42px;height:42px}@media(max-width:749px){.cart-page-line{grid-template-columns:82px 1fr auto;gap:10px}.cart-page-line img{width:82px;height:82px}.cart-page-line__end{flex-direction:column;gap:8px}.cart-page__actions{align-items:flex-start;flex-direction:column}}.mix-added-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;padding:20px}.mix-added-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#36122585;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.mix-added-modal__card{position:relative;width:min(540px,100%);max-height:min(760px,calc(100vh - 32px));overflow:auto;padding:30px;border-radius:25px;background:linear-gradient(145deg,#fff,#fff0f6);box-shadow:0 35px 100px #2d0e1e57;text-align:center}.mix-added-modal__icon{font-size:52px}.mix-added-modal h2{margin:7px 0;color:#56213e}.mix-added-modal p{color:#775467}.mix-added-modal__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:20px}.mix-added-modal__close{position:absolute;top:12px;right:12px;width:38px;height:38px;border:0;border-radius:50%;background:#f6dce8;color:#6b2949;font-size:23px;cursor:pointer}.cart-mix-note{display:grid;gap:4px;margin:9px 0;padding:10px 12px;border:1px solid #edcfdd;border-radius:12px;background:#fff5f9;color:#6c3451}.cart-mix-note>strong{font-size:.82rem}.cart-mix-note>span{font-size:.73rem;line-height:1.4}.cart-mix-note>small{color:#94667b;font-size:.66rem;font-weight:750}.cart-page[data-cart-page-section]{transition:opacity .18s ease}@media(max-width:749px){.mix-added-modal__actions{display:grid}.mix-added-modal__actions .button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/106/assets/theme.css.map */
