:root{--radius: .75rem;--background: #171717;--foreground: hsl(0 0% 95%);--surface: hsl(0 0% 14%);--surface-2: hsl(0 0% 18%);--card: hsl(0 0% 14%);--card-foreground: hsl(0 0% 95%);--popover: hsl(0 0% 14%);--popover-foreground: hsl(0 0% 95%);--brand: #ff6b5e;--brand-foreground: hsl(0 0% 100%);--muted: hsl(0 0% 18%);--muted-foreground: hsl(0 0% 64%);--accent: hsl(0 0% 22%);--destructive: hsl(0 84% 60%);--border: hsl(0 0% 20%);--ring: hsl(9 80% 67% / .5);--font-display: "Montserrat", ui-sans-serif, system-ui, sans-serif;--font-sans: "Poppins", ui-sans-serif, system-ui, sans-serif;--font-brand: "Space Grotesk", "Sora", ui-sans-serif, system-ui, sans-serif;--header-height: 4rem;--tabbar-height: calc(4rem + env(safe-area-inset-bottom)) ;--maxw: 80rem;color-scheme:dark}*,*:before,*:after{box-sizing:border-box;border-color:var(--border)}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;padding-bottom:var(--tabbar-height)}@media(min-width:768px){body{padding-bottom:0}}img,svg,video{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}button:disabled{cursor:default}input,select,textarea{font:inherit}h1,h2{text-transform:uppercase}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.12;letter-spacing:-.01em;text-wrap:balance}::selection{background-color:color-mix(in oklab,var(--brand) 30%,transparent);color:var(--foreground)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.skip-to-content{position:absolute;left:-9999px;z-index:999}.skip-to-content:focus{left:1rem;top:1rem;background:var(--surface);padding:.5rem 1rem;border-radius:.5rem}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:1.5rem}@media(max-width:640px){.container{padding-inline:1rem}}.section{padding-block:3.5rem}@media(min-width:1024px){.section{padding-block:5rem}}.section--surface{background-color:color-mix(in oklab,var(--surface) 30%,var(--background))}.section--bordered{border-bottom:1px solid var(--border)}.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--brand)}.section-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:800}.muted{color:var(--muted-foreground)}.text-brand{color:var(--brand)}.rte{color:var(--muted-foreground);line-height:1.65}.rte>*+*{margin-top:.75rem}.rte p{margin:0}.rte a{color:var(--brand);text-decoration:underline}.rte ul,.rte ol{padding-left:1.25rem}.rte li{margin-top:.35rem}.rte strong{color:var(--foreground)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:transform .15s ease,background-color .15s ease,color .15s ease;white-space:nowrap}.btn:active{transform:scale(.96)}.btn--brand{background:var(--brand);color:var(--brand-foreground);box-shadow:inset 0 0 0 1px var(--brand)}.btn--brand:hover{background:color-mix(in oklab,var(--brand) 90%,black)}.btn--surface{background:var(--surface);color:var(--foreground);box-shadow:inset 0 0 0 1px var(--border)}.btn--surface:hover{background:var(--surface-2)}.btn--block{width:100%}.btn--lg{padding:.85rem 1.75rem}.icon{width:1.25rem;height:1.25rem;stroke-width:1.9;flex-shrink:0}.icon-sm{width:1rem;height:1rem}.header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:color-mix(in oklab,var(--background) 80%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header__bar{display:flex;height:var(--header-height);max-width:var(--maxw);margin-inline:auto;align-items:center;gap:.75rem;padding-inline:1rem}@media(min-width:768px){.header__bar{gap:1.5rem;padding-inline:1.5rem;justify-content:space-between}}.header__brand{font-family:var(--font-display);font-size:1.2rem;font-weight:800;letter-spacing:-.01em;color:var(--brand);flex-shrink:0}@media(min-width:640px){.header__brand{font-size:1.25rem}}.header__nav{display:none;align-items:center;gap:1.5rem;font-size:.875rem;font-weight:500;color:var(--muted-foreground)}.header__nav a:hover{color:var(--foreground)}@media(min-width:768px){.header__nav{display:flex}}.header__left{display:flex;align-items:center;gap:.75rem}@media(min-width:768px){.header__left{gap:3rem}}.header__actions{display:none;align-items:center;gap:1.25rem}@media(min-width:768px){.header__actions{display:flex}}.header__icon-btn{position:relative;color:var(--muted-foreground);display:inline-flex}.header__icon-btn:hover{color:var(--foreground)}.badge-count{position:absolute;top:-.5rem;right:-.5rem;background:var(--brand);color:var(--brand-foreground);font-size:.625rem;font-weight:700;line-height:1;border-radius:9999px;padding:.15rem .35rem;min-width:1rem;text-align:center}.header__account{display:none;align-items:center;gap:.5rem;border-radius:9999px;background:var(--surface);padding:.375rem .75rem;font-size:.75rem;font-weight:500;color:var(--muted-foreground);box-shadow:inset 0 0 0 1px var(--border)}@media(min-width:768px){.header__account{display:flex}}.search{position:relative;flex:1;min-width:0;max-width:28rem}.search__input{appearance:none;-webkit-appearance:none;box-sizing:border-box;width:100%;border:0;border-radius:9999px;background:var(--surface);padding:.4rem 1rem .4rem 2.5rem;font-size:.875rem;color:var(--foreground);box-shadow:inset 0 0 0 1px var(--border);outline:none}.search__input::-webkit-search-decoration,.search__input::-webkit-search-cancel-button{-webkit-appearance:none}.search__input::placeholder{color:color-mix(in oklab,var(--muted-foreground) 70%,transparent)}.search__input:focus{box-shadow:inset 0 0 0 1px var(--ring)}.search__icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--muted-foreground);pointer-events:none}.search__results{position:absolute;left:0;right:0;top:100%;margin-top:.5rem;z-index:50;background:var(--popover);border:1px solid var(--border);border-radius:.75rem;overflow:hidden;box-shadow:0 16px 40px -24px #000c}.search__result{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem}.search__result:hover{background:var(--surface)}.search__result img{width:2.25rem;height:3rem;object-fit:cover;border-radius:.375rem;flex-shrink:0}.header__mobile{display:flex;width:100%}@media(min-width:768px){.header__mobile{display:none}}.header__default{display:none}.header__default--always{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem}@media(min-width:768px){.header__default{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1.5rem}}.tabbar{position:fixed;inset-inline:0;bottom:0;z-index:50;border-top:1px solid var(--border);background:color-mix(in oklab,var(--background) 90%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding-bottom:env(safe-area-inset-bottom)}@media(min-width:768px){.tabbar{display:none}}.tabbar__list{display:grid;grid-template-columns:repeat(5,1fr);max-width:28rem;margin-inline:auto;list-style:none;padding:0;margin-block:0}.tabbar__list>li{list-style:none;display:flex}.tabbar__list>li>.action-tab{width:100%}@media(max-width:767px){.header__loc{order:5}.header__search-toggle{margin-left:auto}}.action-tab{position:relative;display:flex;flex:1 1 0;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding-block:.55rem;font-size:.6875rem;font-weight:500;color:var(--muted-foreground);transition:transform .15s ease,color .15s ease}.action-tab:active{transform:scale(.9)}.action-tab .icon{width:22px;height:22px}.action-tab.is-active{color:var(--brand)}.action-tab__accent{position:absolute;height:2px;width:2rem;border-radius:9999px;background:var(--brand);opacity:0;transition:opacity .2s ease}.action-tab--bottom .action-tab__accent{top:0}.action-tab--top .action-tab__accent{bottom:0}.action-tab.is-active .action-tab__accent{opacity:1}.catalog-actions{display:flex;align-items:stretch;width:100%}@media(min-width:1024px){.catalog-actions{display:none}}.product-card{position:relative;display:flex;flex-direction:column;border-radius:var(--radius);border:1px solid var(--border);background:var(--card);overflow:hidden;transition:border-color .2s ease,transform .2s ease}.product-card:hover{border-color:color-mix(in oklab,var(--brand) 40%,var(--border))}.product-card__media{position:relative;aspect-ratio:9 / 13;overflow:hidden;background:var(--surface)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__body{display:flex;flex-direction:column;flex:1;gap:.25rem;padding:1rem}.product-card__cat{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.03em;color:var(--muted-foreground)}.product-card__title{margin-top:.25rem;min-height:2.5rem;font-family:var(--font-display);font-size:.875rem;font-weight:600;line-height:1.3;transition:color .2s}.product-card__title:hover{color:var(--brand)}.product-card__num{font-weight:400;color:var(--muted-foreground)}.product-card__foot{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto;padding-top:1rem;gap:.5rem}.price{display:flex;flex-direction:column}.price__compare{color:var(--muted-foreground);text-decoration:line-through;font-size:.75rem}.price__now{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--foreground)}.product-card__add{display:inline-grid;place-items:center;width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:.375rem;background:var(--brand);color:var(--brand-foreground);box-shadow:0 0 0 1px color-mix(in oklab,var(--brand) 20%,transparent),0 12px 40px -12px color-mix(in oklab,var(--brand) 35%,transparent)}.product-card__add:hover{background:color-mix(in oklab,var(--brand) 90%,black)}.product-card__add:active{transform:scale(.92)}.pc-add-check{display:none}.product-card__add.is-in-cart{background:var(--surface);color:var(--muted-foreground);box-shadow:inset 0 0 0 1px var(--border);pointer-events:none;cursor:default;opacity:.55}.product-card__add.is-in-cart:hover{background:var(--surface);transform:none}.product-card__fav{position:absolute;top:.75rem;right:.75rem;z-index:2;display:grid;place-items:center;width:2rem;height:2rem;border-radius:9999px;background:color-mix(in oklab,var(--background) 70%,transparent);color:var(--foreground);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s}.product-card__fav:hover{background:var(--background)}.product-card__fav[aria-pressed=true]{background:var(--brand);border-color:var(--brand)}.product-card__fav[aria-pressed=true]:hover{background:var(--brand)}.product-card__fav[aria-pressed=true] svg{fill:#fff;color:#fff}.product-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.375rem;z-index:1}.is-logged-in .product-badges{top:3rem}.product-card__lock{position:absolute;top:.75rem;left:.75rem;z-index:2;display:none;place-items:center;width:1.9rem;height:1.9rem;border-radius:.55rem;background:#09090b9e;color:#fff;box-shadow:inset 0 0 0 1px #ffffff2e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.is-logged-in .product-card__lock{display:grid}.pc-lock-open{display:none}.product-card.is-purchased .product-card__lock{background:#16a34a;color:#fff;box-shadow:inset 0 0 0 1px #ffffff52}.product-card.is-purchased .pc-lock-closed{display:none}.product-card.is-purchased .pc-lock-open{display:block}.product-badge{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.125rem .5rem;border-radius:.125rem}.product-badge--new{background:var(--brand);color:var(--brand-foreground)}.product-badge--best{background:#f4f4f5;color:#09090b}.product-badge--prem{background:#18181be6;color:var(--foreground);box-shadow:inset 0 0 0 1px #3f3f4680}.product-badge--off{background:#fbbf24;color:#09090b}.product-badge--sale{background:var(--brand);color:var(--brand-foreground)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.product-grid{grid-template-columns:repeat(5,1fr)}}.carousel{display:grid;grid-auto-flow:column;grid-auto-columns:60%;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem;scrollbar-width:none}.carousel::-webkit-scrollbar{display:none}.carousel>*{scroll-snap-align:start}@media(min-width:640px){.carousel{grid-auto-columns:33%}}@media(min-width:1024px){.carousel{grid-auto-columns:22%}}@media(min-width:1280px){.carousel{grid-auto-columns:calc((100% - 5rem) / 6)}}.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--border)}.hero__grid{position:relative;z-index:10;display:grid;align-items:center;gap:3rem;max-width:var(--maxw);margin-inline:auto;padding:4rem 1.5rem}@media(min-width:1024px){.hero__grid{grid-template-columns:1fr 1fr;padding-block:6rem}}.hero__pill{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;border:1px solid color-mix(in oklab,var(--brand) 30%,transparent);background:color-mix(in oklab,var(--brand) 10%,transparent);padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--brand)}.hero__title{margin-top:1.25rem;font-size:clamp(2.1rem,6vw,3rem);font-weight:800}.hero__title .accent,.hero__title strong{color:var(--brand);font-weight:800}.hero__lead{margin-top:1.25rem;max-width:36rem;font-size:1.125rem;color:var(--muted-foreground)}.hero__lead strong{color:var(--foreground);font-weight:600}.hero__cta{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}.hero__trust{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.25rem;font-size:.875rem;color:var(--muted-foreground)}.hero__trust span{display:inline-flex;align-items:center;gap:.4rem}.hero__trust b{color:var(--foreground)}.coverwall{display:none;position:relative}@media(min-width:1024px){.coverwall{display:block}}.coverwall__mask{position:relative;height:600px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 9%,#000 91%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 9%,#000 91%,transparent)}.coverwall__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.coverwall__col{display:flex;flex-direction:column;gap:.75rem;animation-name:sales-loop;animation-timing-function:linear;animation-iteration-count:infinite}.coverwall__col--2{margin-top:-2rem}.coverwall__col--3{margin-top:-4rem}.coverwall__col a{display:block;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface)}.coverwall__col img{aspect-ratio:9 / 13;width:100%;object-fit:cover}.coverwall-mobile{pointer-events:none;position:absolute;inset-block:0;right:0;width:66%;overflow:hidden;opacity:.1;-webkit-mask-image:linear-gradient(to right,transparent,#000 58%);mask-image:linear-gradient(to right,transparent,#000 58%)}@media(min-width:640px){.coverwall-mobile{width:50%}}@media(min-width:1024px){.coverwall-mobile{display:none}}.coverwall-mobile__inner{height:100%;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 86%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 86%,transparent)}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.drawer-overlay.is-open{opacity:1;visibility:visible}.drawer{position:fixed;top:0;right:0;z-index:61;height:100dvh;width:100%;max-width:28rem;background:var(--background);border-left:1px solid var(--border);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.32,.72,0,1)}.drawer.is-open{transform:translate(0)}.drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.drawer__title{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:700}.drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.drawer__foot{border-top:1px solid var(--border);padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.cart-line{display:flex;gap:.75rem;padding-block:.75rem}.cart-line img{width:4rem;height:5rem;object-fit:cover;border-radius:.375rem;flex-shrink:0}.cart-line__body{flex:1;display:flex;flex-direction:column;min-width:0}.cart-line__rm{color:var(--muted-foreground)}.cart-line__rm:hover{color:var(--destructive)}.row-between{display:flex;align-items:center;justify-content:space-between}.footer{border-top:1px solid var(--border);background:color-mix(in oklab,var(--surface) 30%,var(--background))}.footer__grid{display:grid;gap:2.5rem;grid-template-columns:1fr;max-width:var(--maxw);margin-inline:auto;padding:3.5rem 1.5rem}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--muted-foreground);margin-bottom:1rem}.footer a{color:var(--muted-foreground);font-size:.9rem;display:block;padding-block:.25rem}.footer a:hover{color:var(--foreground)}.footer__bottom{border-top:1px solid var(--border);padding:1.25rem 1.5rem;text-align:center;font-size:.8rem;color:var(--muted-foreground)}.breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:.875rem;color:var(--muted-foreground);margin-bottom:1.25rem;flex-wrap:wrap}.breadcrumb a:hover{color:var(--foreground)}.breadcrumb .sep{width:.85rem;height:.85rem}.toast-host{position:fixed;top:.85rem;right:1rem;bottom:auto;z-index:120;display:flex;flex-direction:column;gap:.5rem}.toast{background:var(--surface-2);border:1px solid var(--border);border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem;box-shadow:0 16px 40px -24px #000c;animation:fade-in .25s ease both;max-width:22rem}.toast b{color:var(--brand)}.layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:65;visibility:hidden}.layer.is-open{visibility:visible}.layer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;transition:opacity .25s ease}.layer.is-open .layer__scrim{opacity:1}.layer__panel{position:absolute;background:var(--background);display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.32,.72,0,1)}.layer__panel--left{top:0;left:0;height:100dvh;width:100%;max-width:20rem;border-right:1px solid var(--border);transform:translate(-100%)}.layer__panel--bottom{left:0;right:0;bottom:0;max-height:80vh;border-top:1px solid var(--border);border-radius:1rem 1rem 0 0;transform:translateY(100%);padding-bottom:env(safe-area-inset-bottom)}.layer.is-open .layer__panel{transform:none}.layer__head{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--border)}.layer__title{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:700}.layer__body{flex:1;overflow-y:auto;padding:.75rem}.cat-list{display:flex;flex-direction:column;gap:.15rem;font-size:.875rem}.cat-list a{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;border-radius:.6rem;color:var(--muted-foreground);font-weight:500}.cat-list a:hover{background:var(--surface);color:var(--foreground)}.cat-list a.is-active{background:var(--brand);color:var(--brand-foreground)}.cat-list .icon{width:1rem;height:1rem}.cat-group{display:flex;flex-direction:column}summary.cat-item{display:flex;align-items:center;gap:.4rem;padding:.6rem .75rem;border-radius:.6rem;color:var(--muted-foreground);font-weight:500;cursor:pointer;list-style:none}summary.cat-item::-webkit-details-marker{display:none}summary.cat-item:hover{background:var(--surface);color:var(--foreground)}summary.cat-item.is-active{background:var(--brand);color:var(--brand-foreground)}.cat-item__link{display:flex;align-items:center;gap:.6rem;flex:1;min-width:0;text-decoration:none}.cat-list .cat-item__link,.cat-list .cat-item__link:hover{background:none;color:inherit;padding:0;margin:0}.cat-item__link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cat-chev{width:.95rem;height:.95rem;opacity:.5;flex-shrink:0;transition:transform .2s ease}.cat-group[open]>summary .cat-chev{transform:rotate(180deg)}.cat-subs{display:flex;flex-direction:column;gap:.1rem;margin:.15rem 0 .4rem 1.25rem;padding-left:.65rem;border-left:1px solid var(--border)}.cat-list .cat-sub{padding:.4rem .65rem;border-radius:.5rem;font-size:.8rem;color:var(--muted-foreground);font-weight:400}.cat-list .cat-sub:hover{background:var(--surface);color:var(--foreground)}.cat-list .cat-sub.is-active{background:transparent;color:var(--brand);font-weight:600}.sort-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.85rem .75rem;border-radius:.6rem;font-size:.9rem}.sort-option:hover{background:var(--surface)}.sort-option.is-active{background:color-mix(in oklab,var(--brand) 12%,transparent);color:var(--brand);font-weight:600}.sort-select{height:2.25rem;border-radius:.5rem;border:1px solid var(--border);background:var(--surface);padding-inline:.75rem;font-size:.875rem;color:var(--foreground)}.pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem;margin-top:3rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;min-width:2.25rem;height:2.25rem;padding-inline:.75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:1px solid var(--border)}.pagination a:hover{background:var(--surface)}.pagination .is-current{background:var(--brand);color:var(--brand-foreground);border-color:transparent}.pagination .is-disabled{opacity:.4;border-color:var(--border)}.collection-layout{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.collection-layout{flex-direction:row;gap:2rem}}.collection-sidebar{display:none;width:16rem;flex-shrink:0}@media(min-width:1024px){.collection-sidebar{display:block}}.collection-sidebar__sticky{position:sticky;top:5rem}.collection-main{min-width:0;flex:1}.hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.stack>*+*{margin-top:var(--stack-gap, 1rem)}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.full{width:100%}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-fast{0%{opacity:0}to{opacity:1}}@keyframes sales-loop{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.animate-fade-in{animation:fade-in .5s ease-out both}.animate-fade-in-fast{animation:fade-in-fast .3s ease-out both}.text-brand-gradient{color:var(--brand)}.shadow-glow{box-shadow:0 0 0 1px color-mix(in oklab,var(--brand) 20%,transparent),0 12px 40px -12px color-mix(in oklab,var(--brand) 35%,transparent)}.shadow-card{box-shadow:0 1px #ffffff0a inset,0 16px 40px -24px #000c}.gradient-ring{background-color:color-mix(in oklab,var(--brand) 35%,transparent)}.pill{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;border:1px solid color-mix(in oklab,var(--brand) 30%,transparent);background:color-mix(in oklab,var(--brand) 10%,transparent);padding:.25rem .75rem;font-size:.75rem;font-weight:600;color:var(--brand)}.sec-head{max-width:42rem;margin:0 auto 2.5rem;text-align:center}.sec-head h2{font-family:var(--font-display);font-weight:800;font-size:clamp(1.25rem,3.5vw,1.875rem);letter-spacing:-.01em}.sec-head p{margin-top:.75rem;color:var(--muted-foreground)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{animation:marquee 38s linear infinite}.group:hover .animate-marquee{animation-play-state:paused}.bundlep{border-radius:.75rem;border:1px solid;padding:.75rem .9rem}.bundlep--far,.bundlep--near{border-color:color-mix(in oklab,#f59e0b 40%,transparent);background:color-mix(in oklab,#f59e0b 12%,transparent)}.bundlep--done{border-color:color-mix(in oklab,#22c55e 50%,transparent);background:color-mix(in oklab,#22c55e 14%,transparent)}.bundlep__head{display:flex;align-items:flex-start;gap:.5rem}.bundlep__ico{flex-shrink:0;margin-top:1px}.bundlep--far .bundlep__ico,.bundlep--near .bundlep__ico{color:#fbbf24}.bundlep--done .bundlep__ico{color:#4ade80}.bundlep__txt{font-size:.8rem;line-height:1.4}.bundlep--far .bundlep__txt,.bundlep--near .bundlep__txt{color:#fcd34d}.bundlep--done .bundlep__txt{color:#86efac}.bundlep__txt strong{font-weight:700}.bundlep--far .bundlep__txt strong,.bundlep--near .bundlep__txt strong{color:#fbbf24}.bundlep--done .bundlep__txt strong{color:#4ade80}.bundlep__bar{display:flex;gap:.3rem;margin-top:.6rem}.bundlep__seg{height:.35rem;flex:1;border-radius:9999px;background:#ffffff1a;transition:background .3s}.bundlep--far .bundlep__seg.is-on,.bundlep--near .bundlep__seg.is-on{background:var(--brand)}.bundlep--done .bundlep__seg.is-on{background:#4ade80}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
