@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,400..700;1,400..700&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap");.shop2-shell,.shop2-shell[data-theme=light]{--bg:#FFFCF6;--bg-soft:#FFF5E8;--surface:#FFFFFF;--fg:#1A1416;--fg-soft:#5A4A4F;--fg-dim:#8A7A7F;--line:rgba(26,20,22,0.10);--line-strong:rgba(26,20,22,0.20);--ph-bg:#F0E8D8;--ph-stripe:rgba(26,20,22,0.06);--ph-fg:rgba(26,20,22,0.6);--p-primary:#FF5A8C;--p-secondary:#FFE066;--p-tertiary:#7AD9F2;--p-cream:#FFF4EC;--display:"Fraunces","Times New Roman",serif;--sans:"Inter","Helvetica Neue",-apple-system,sans-serif;--mono:"JetBrains Mono","Menlo",monospace}.shop2-shell[data-theme=dark]{--bg:#1A1014;--bg-soft:#221619;--surface:#271A1E;--fg:#FFF5E8;--fg-soft:#C4B0B5;--fg-dim:#8A7A7F;--line:rgba(255,245,232,0.10);--line-strong:rgba(255,245,232,0.22);--ph-bg:#2E1F25;--ph-stripe:rgba(255,245,232,0.06);--ph-fg:rgba(255,245,232,0.7);--p-cream:#1e1e1e}.shop2-shell{all:initial;display:block;background:var(--bg);color:var(--fg);font-family:var(--sans);min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}.shop2-shell *,.shop2-shell :after,.shop2-shell :before{box-sizing:border-box}.shop2-shell a,.shop2-shell button{font-family:inherit;cursor:pointer;color:inherit;text-decoration:none}.shop2-shell button{border:0;background:transparent}.shop2-shell .mono{font-family:var(--mono)}.shop2-shell .eyebrow{display:inline-block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--fg-soft);margin-bottom:16px}.shop2-shell .h2{font-family:var(--display);font-weight:500;font-size:clamp(34px,4.5vw,64px);line-height:1;letter-spacing:-.025em;margin:0 0 18px;text-wrap:balance}.shop2-shell .h2 em{font-style:italic;background:linear-gradient(135deg,var(--p-primary),var(--p-tertiary));-webkit-background-clip:text;background-clip:text;color:transparent}.shop2-shell .btn{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border-radius:999px;font-size:15px;font-weight:500;border:2px solid var(--fg);cursor:pointer;font-family:var(--sans);transition:transform .16s ease,box-shadow .2s ease}.shop2-shell .btn:hover{transform:translateY(-2px);box-shadow:0 8px 0 -2px var(--fg)}.shop2-shell .btn--primary{background:var(--p-primary);color:var(--fg)}.shop2-shell .btn--ghost{background:var(--bg);color:var(--fg)}.shop2-shell .btn--dark{background:var(--fg);color:var(--bg);border-color:var(--fg)}.shop2-shell .ph__cap{position:absolute;left:14px;bottom:14px;right:14px;display:flex;justify-content:space-between;gap:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--ph-fg);font-size:10px}.shop2-shell .sticker{display:inline-block;padding:8px 14px;font-family:var(--mono);font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--fg);border:2px solid var(--fg);border-radius:8px;box-shadow:4px 4px 0 var(--fg);white-space:nowrap}.shop2-shell .cnav{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:2px solid var(--fg)}.shop2-shell .cnav__bar{display:flex;gap:32px;justify-content:center;background:var(--fg);color:var(--bg);padding:8px 16px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;flex-wrap:wrap}.shop2-shell .cnav__row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;padding:16px 28px;max-width:1400px;margin:0 auto}.shop2-shell .cnav__brand{display:flex;align-items:baseline;gap:10px;font-family:var(--display);font-size:22px;font-weight:500;letter-spacing:-.01em}.shop2-shell .cnav__mark{font-size:20px;color:var(--p-primary)}.shop2-shell .cnav__sub{font-family:var(--mono);font-size:11px;color:var(--fg-soft);letter-spacing:.08em;text-transform:uppercase}.shop2-shell .cnav__nav{display:flex;gap:4px;align-items:center;justify-content:center;flex-wrap:wrap}.shop2-shell .cnav__link{display:inline-block;font-size:14px;font-weight:500;padding:8px 14px;border-radius:999px;color:var(--fg);cursor:pointer;transition:background .16s ease,color .16s ease}.shop2-shell .cnav__link:hover{background:var(--bg-soft)}.shop2-shell .cnav__link.is-active{background:var(--fg);color:var(--bg)}.shop2-shell .cnav__sep{width:1px;height:16px;background:var(--line-strong);margin:0 6px;display:inline-block}.shop2-shell .cnav__cta{display:flex;gap:8px;align-items:center;justify-content:flex-end}.shop2-shell .iconbutton{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface);border:2px solid var(--fg);border-radius:999px;font-size:16px;color:var(--fg);cursor:pointer;transition:transform .12s ease}.shop2-shell .iconbutton:hover{transform:rotate(-8deg)}.shop2-shell .cartcta{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--fg);color:var(--bg);border:2px solid var(--fg);border-radius:999px;font-size:14px;font-weight:500;cursor:pointer}.shop2-shell .cartcta__badge{background:var(--p-primary);color:var(--fg);font-family:var(--mono);font-size:11px;padding:2px 7px;border-radius:999px}@media (max-width:1100px){.shop2-shell .cnav__nav{display:none}.shop2-shell .cnav__row{grid-template-columns:auto auto}}@media (max-width:600px){.shop2-shell .cnav__row{padding:10px 16px;gap:12px}.shop2-shell .cnav__brand{font-size:17px;gap:6px}.shop2-shell .cnav__sub{display:none}.shop2-shell .cnav__bar{gap:10px;font-size:10px;padding:6px 12px}.shop2-shell .cartcta{padding:7px 12px;font-size:13px;gap:5px}.shop2-shell .iconbutton{width:34px;height:34px}.shop2-shell .hero{padding:56px 16px 24px}.shop2-shell .hero__h1{font-size:clamp(40px,12vw,80px)}.shop2-shell .hero__line--3{text-align:left}.shop2-shell .hero__sub{font-size:15px}}.shop2-shell .hero{position:relative;padding:80px 24px 32px;overflow:hidden}.shop2-shell .hero__shapes{position:absolute;inset:0;pointer-events:none;z-index:0}.shop2-shell .blob{position:absolute;border-radius:50%;filter:blur(40px);opacity:.5}.shop2-shell .blob--1{width:380px;height:380px;top:-120px;left:-100px}.shop2-shell .blob--2{width:280px;height:280px;top:40%;right:-80px}.shop2-shell .blob--3{width:320px;height:320px;bottom:-120px;left:30%}.shop2-shell .hero__inner{position:relative;z-index:1;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}.shop2-shell .hero__copy{display:flex;flex-direction:column;gap:24px;min-width:0;overflow:hidden;position:relative;z-index:2}.shop2-shell .hero__h1{font-family:var(--display);font-weight:400;font-size:clamp(48px,7vw,108px);line-height:.9;letter-spacing:-.04em;margin:0}.shop2-shell .hero__line{display:block}.shop2-shell .hero__line--1{display:flex;align-items:baseline;flex-wrap:wrap;gap:0 12px}.shop2-shell .hero__line--2{font-style:italic;padding-left:.4em;color:var(--p-primary)}.shop2-shell .hero__line--3{text-align:right}.shop2-shell .hero__sub{font-size:18px;color:var(--fg-soft);max-width:50ch;line-height:1.55;margin:0}.shop2-shell .hero__cta{display:flex;gap:12px;flex-wrap:wrap}.shop2-shell .hero__row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;border-top:2px solid var(--fg);padding-top:20px}.shop2-shell .hero__row-num{font-family:var(--display);font-size:28px;line-height:1;letter-spacing:-.02em}.shop2-shell .hero__row-lbl{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-soft);margin-top:6px}.shop2-shell .hero__visual{position:relative}.shop2-shell .hero__circle{border-radius:50%;padding:24px;border:2px solid var(--fg);box-shadow:12px 12px 0 var(--fg)}.shop2-shell .hero__bottom{margin-top:48px;opacity:.4}@media (max-width:1024px){.shop2-shell .hero__inner{grid-template-columns:1fr;gap:48px}}.shop2-shell .taste{border-top:2px solid var(--fg);border-bottom:2px solid var(--fg);overflow:hidden}.shop2-shell .taste__track{display:flex;width:-moz-max-content;width:max-content;animation:s2tasteScroll 50s linear infinite}.shop2-shell .taste__group{display:flex}.shop2-shell .taste__item{padding:14px 32px;font-size:13px;letter-spacing:.18em;white-space:nowrap}@keyframes s2tasteScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.shop2-shell .prods{padding:96px 24px;max-width:1400px;margin:0 auto}.shop2-shell .prods__head{display:flex;justify-content:space-between;align-items:end;gap:24px;flex-wrap:wrap;margin-bottom:48px}.shop2-shell .prods__filters{display:flex;gap:8px;flex-wrap:wrap}.shop2-shell .pchip{padding:8px 16px;font-size:13px;background:var(--bg);border:2px solid var(--fg);border-radius:999px;color:var(--fg);cursor:pointer;transition:background .16s ease,color .16s ease}.shop2-shell .pchip:hover{background:var(--bg-soft)}.shop2-shell .pchip.is-on{background:var(--fg);color:var(--bg)}.shop2-shell .prods__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}.shop2-shell .card{background:var(--surface);border:2px solid var(--fg);border-radius:24px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;text-decoration:none;color:var(--fg);display:block}.shop2-shell .card:hover{transform:translateY(-6px);box-shadow:8px 8px 0 var(--fg)}.shop2-shell .card__media{aspect-ratio:1/1;position:relative;display:flex;align-items:center;justify-content:center;border-bottom:2px solid var(--fg);overflow:hidden}.shop2-shell .card__emoji{font-size:96px;filter:drop-shadow(4px 4px 0 rgba(0,0,0,.18));transition:transform .3s cubic-bezier(.2,.8,.2,1)}.shop2-shell .card:hover .card__emoji{transform:scale(1.12) rotate(-6deg)}.shop2-shell .card__tag{position:absolute;top:12px;left:12px;background:var(--bg);color:var(--fg);border:2px solid var(--fg);font-size:10px;letter-spacing:.1em;padding:4px 10px;border-radius:999px}.shop2-shell .card__add{position:absolute;bottom:12px;right:12px;width:40px;height:40px;background:var(--fg);color:var(--bg);border-radius:999px;font-size:22px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .16s ease;border:none}.shop2-shell .card__add:hover{transform:rotate(90deg)}.shop2-shell .card__meta{padding:18px;display:flex;flex-direction:column;gap:4px}.shop2-shell .card__name{font-family:var(--display);font-size:22px;font-weight:500;line-height:1.1;letter-spacing:-.01em;margin:0}.shop2-shell .card__sub{font-size:13px;color:var(--fg-soft)}.shop2-shell .card__row{display:flex;justify-content:space-between;align-items:baseline;margin-top:8px}.shop2-shell .card__price{font-family:var(--mono);font-size:15px;font-weight:500}.shop2-shell .card__rating{font-size:11px;color:var(--fg-soft);letter-spacing:.04em}@media (max-width:1100px){.shop2-shell .prods__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.shop2-shell .prods__grid{grid-template-columns:repeat(2,1fr);gap:14px}.shop2-shell .card__emoji{font-size:64px}}.shop2-shell .build{margin:0 24px;border-radius:32px;border:2px solid var(--fg);padding:80px 48px;text-align:center}.shop2-shell .build__head{max-width:720px;margin:0 auto 56px}.shop2-shell .build__sub{color:var(--fg-soft);font-size:17px;margin:0}.shop2-shell .build__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto}.shop2-shell .step{background:var(--bg);border:2px solid var(--fg);border-radius:20px;padding:28px 20px;text-align:left;transition:transform .2s ease}.shop2-shell .step:hover{transform:translateY(-4px)}.shop2-shell .step__n{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:14px;border:2px solid var(--fg);border-radius:50%;margin-bottom:16px;color:var(--fg)}.shop2-shell .step__t{font-family:var(--display);font-size:22px;font-weight:500;margin:0 0 6px}.shop2-shell .step__d{font-size:14px;color:var(--fg-soft);margin:0;line-height:1.5}@media (max-width:1024px){.shop2-shell .build__steps{grid-template-columns:repeat(2,1fr)}.shop2-shell .build{padding:48px 24px}}.shop2-shell .bundles{padding:96px 24px;max-width:1400px;margin:0 auto}.shop2-shell .bundles__head{text-align:center;margin-bottom:48px}.shop2-shell .bundles__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.shop2-shell .bundle{border:2px solid var(--fg);border-radius:28px;padding:28px;display:flex;flex-direction:column;gap:16px;color:var(--fg);transition:transform .2s ease,box-shadow .2s ease}.shop2-shell .bundle:hover{transform:translateY(-6px) rotate(-1deg);box-shadow:10px 10px 0 var(--fg)}.shop2-shell .bundle__top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.shop2-shell .bundle__price{font-size:18px;font-weight:600;letter-spacing:.02em;font-family:var(--mono)}.shop2-shell .bundle__name{font-family:var(--display);font-size:32px;font-weight:500;line-height:1;margin:0;letter-spacing:-.02em}.shop2-shell .bundle__desc{font-size:14px;margin:0;line-height:1.5;opacity:.85}.shop2-shell .bundle__visual{margin-top:8px;border-radius:20px;overflow:hidden}.shop2-shell .bundle .btn{align-self:flex-start}@media (max-width:1024px){.shop2-shell .bundles__grid{grid-template-columns:1fr}}.shop2-shell .promise{padding:96px 24px;max-width:1200px;margin:0 auto;text-align:center}.shop2-shell .promise__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.shop2-shell .prom{padding:32px 16px;border-top:2px solid var(--fg);text-align:left}.shop2-shell .prom__i{display:block;font-size:36px;color:var(--p-primary);margin-bottom:12px}.shop2-shell .prom__t{font-family:var(--display);font-size:26px;font-weight:500;margin:0 0 8px;letter-spacing:-.01em}.shop2-shell .prom__d{font-size:14px;color:var(--fg-soft);margin:0;line-height:1.55}@media (max-width:800px){.shop2-shell .promise__grid{grid-template-columns:1fr}}.shop2-shell .news{margin:0 24px;border-radius:32px;border:2px solid var(--fg);padding:80px 32px;text-align:center;color:var(--fg);box-shadow:12px 12px 0 var(--fg)}.shop2-shell .news__h2{font-family:var(--display);font-weight:500;font-size:clamp(32px,4.5vw,56px);line-height:1;letter-spacing:-.025em;margin:0 0 12px}.shop2-shell .news__p{max-width:50ch;margin:0 auto 24px;opacity:.85}.shop2-shell .news__form{max-width:520px;margin:0 auto 16px;display:flex;background:var(--bg);border:2px solid var(--fg);border-radius:999px;overflow:hidden}.shop2-shell .news__form input{flex:1;background:transparent;border:0;outline:0;padding:14px 20px;font-size:14px;color:var(--fg);font-family:var(--sans)}.shop2-shell .news__form input::-moz-placeholder{color:var(--fg-dim)}.shop2-shell .news__form input::placeholder{color:var(--fg-dim)}.shop2-shell .news__form button{background:var(--fg);color:var(--bg);padding:14px 24px;font-size:14px;font-weight:500;cursor:pointer;border:none}.shop2-shell .news__small{font-size:11px;opacity:.75;letter-spacing:.1em}.shop2-shell .cftr{background:var(--fg);color:var(--bg);padding:80px 24px 24px;margin-top:96px}.shop2-shell .cftr__cols{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1400px;margin:0 auto 64px}.shop2-shell .cftr__col h4{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin:0 0 16px;opacity:.6}.shop2-shell .cftr__col a{display:block;padding:4px 0;font-size:15px;color:var(--bg);cursor:pointer}.shop2-shell .cftr__col a:hover{text-decoration:underline;text-underline-offset:4px}.shop2-shell .cftr__big{font-family:var(--display);font-size:clamp(64px,14vw,240px);line-height:.85;letter-spacing:-.04em;text-align:center;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);padding:32px 0}.shop2-shell .cftr__bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-top:24px;opacity:.6}@media (max-width:800px){.shop2-shell .cftr__cols{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.shop2-shell .hero{padding:48px 16px 24px}.shop2-shell .bundles,.shop2-shell .prods,.shop2-shell .promise{padding:64px 16px}.shop2-shell .build,.shop2-shell .news{margin:0 16px}.shop2-shell .cnav__row{padding:14px 16px;gap:16px}.shop2-shell .hero__row-num{font-size:22px}.shop2-shell .cnav__bar{font-size:10px;gap:16px}}@media (max-width:480px){.shop2-shell .hero__h1{font-size:clamp(48px,14vw,96px)}.shop2-shell .prods__grid{grid-template-columns:1fr}.shop2-shell .cnav__bar{display:none}.shop2-shell .hero__row{grid-template-columns:repeat(2,1fr)}.shop2-shell .build__steps{grid-template-columns:1fr}}.shop2-shell input[type=email],.shop2-shell input[type=number],.shop2-shell input[type=password],.shop2-shell input[type=tel],.shop2-shell input[type=text],.shop2-shell select,.shop2-shell textarea{background:var(--surface)!important;border:2px solid var(--line-strong)!important;border-radius:12px!important;color:var(--fg)!important;font-family:var(--sans)!important;font-size:14px!important;padding:10px 14px!important;outline:none!important;width:100%}.shop2-shell input:focus,.shop2-shell select:focus,.shop2-shell textarea:focus{border-color:var(--p-primary)!important;box-shadow:0 0 0 3px rgba(255,90,140,.12)!important}.shop2-shell .cart-qty-select select{padding:0 24px 0 8px!important;height:100%!important;width:100%!important;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important}.shop2-shell h1,.shop2-shell h2{font-family:var(--display)!important;font-weight:500!important;font-style:italic;letter-spacing:-.02em}.shop2-shell label{font-size:12px!important;font-weight:600!important;color:var(--fg-soft)!important}.shop2-shell table{width:100%!important;border-collapse:separate!important;border-spacing:0 8px!important;font-family:var(--sans)!important}.shop2-shell thead tr{border-bottom:none!important}.shop2-shell th{font-size:11px!important;font-weight:600!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:var(--fg-soft)!important;padding:4px 12px!important;background:transparent!important}.shop2-shell [data-testid=product-row]{background:var(--surface)!important;border-radius:16px!important;box-shadow:0 2px 12px rgba(255,90,140,.06)!important}.shop2-shell [data-testid=product-row]:hover{box-shadow:0 6px 24px rgba(255,90,140,.14)!important;transform:translateY(-1px)!important}.shop2-shell [data-testid=product-row] td{padding:14px 12px!important;color:var(--fg)!important;font-size:14px!important;vertical-align:middle!important;background:transparent!important;border:none!important}.shop2-shell [data-testid=product-row] td:first-child{border-radius:16px 0 0 16px!important}.shop2-shell [data-testid=product-row] td:last-child{border-radius:0 16px 16px 0!important}.shop2-shell .txt-xlarge-plus{font-family:var(--display)!important;font-size:24px!important;font-weight:600!important;font-style:italic!important;color:var(--p-primary)!important}.shop2-shell .bg-white{background-color:var(--surface)!important}.shop2-shell .bg-gray-100,.shop2-shell .bg-gray-50{background-color:var(--bg-soft)!important}.shop2-shell .bg-black{background-color:var(--p-primary)!important}.shop2-shell .border-gray-200{border-color:var(--line)!important}.shop2-shell .border-b,.shop2-shell [class*=border-b]{border-bottom-color:var(--line)!important}.shop2-shell .border-t{border-top-color:var(--line)!important}.shop2-shell hr{border-color:var(--line)!important}.shop2-shell .text-ui-fg-base{color:var(--fg)!important}.shop2-shell .text-ui-fg-subtle{color:var(--fg-soft)!important}.shop2-shell .text-ui-fg-muted{color:var(--fg-dim)!important}.shop2-shell .text-ui-fg-interactive{color:var(--p-primary)!important}.shop2-shell .text-gray-500{color:var(--fg-soft)!important}.shop2-shell .text-black,.shop2-shell .text-gray-900{color:var(--fg)!important}.shop2-shell .rounded-md{border-radius:12px!important}.shop2-shell .rounded-lg{border-radius:16px!important}.shop2-shell .rounded-full{border-radius:999px!important}.shop2-shell button.bg-black,.shop2-shell button[class*=bg-black]{background:var(--p-primary)!important;color:#fff!important;border-radius:999px!important;border:none!important;font-weight:600!important;font-family:var(--sans)!important;transition:transform .16s,box-shadow .2s!important}.shop2-shell button.bg-black:hover,.shop2-shell button[class*=bg-black]:hover{transform:translateY(-2px)!important;box-shadow:0 8px 0 -2px var(--fg)!important}.shop2-shell button.bg-black:disabled{transform:none!important;box-shadow:none!important;opacity:.5!important}.shop2-shell button.text-ui-fg-subtle{color:var(--fg-soft)!important}.shop2-shell button.text-ui-fg-subtle:hover{color:var(--p-primary)!important}.shop2-shell input[type=checkbox],.shop2-shell input[type=radio]{accent-color:var(--p-primary)!important}.shop2-shell a[href*="/checkout"]{background:var(--p-primary)!important;color:#fff!important;border-radius:999px!important;padding:14px 28px!important;display:inline-flex!important;font-weight:600!important}.shop2-shell [data-testid=empty-cart-message] h1{font-family:var(--display)!important;font-style:italic!important}.shop2-shell [data-testid=empty-cart-message] a{color:var(--p-primary)!important;font-weight:600!important}.shop2-shell .cart-cols{display:grid;grid-template-columns:1fr 340px;gap:40px}.shop2-shell .checkout-cols{display:grid;grid-template-columns:1fr 416px;gap:40px}@media (max-width:900px){.shop2-shell .cart-cols,.shop2-shell .checkout-cols{grid-template-columns:1fr}}@keyframes s2-fade-up{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes s2-bounce-in{0%{opacity:0;transform:scale(.8) translateY(20px)}60%{opacity:1;transform:scale(1.04) translateY(-4px)}80%{transform:scale(.98) translateY(2px)}to{transform:scale(1) translateY(0)}}@keyframes s2-blob-drift{0%,to{transform:scale(1) translate(0) rotate(0deg)}33%{transform:scale(1.06) translate(12px,-16px) rotate(3deg)}66%{transform:scale(.94) translate(-10px,14px) rotate(-2deg)}}@keyframes s2-wobble{0%,to{transform:rotate(0deg)}25%{transform:rotate(-8deg) scale(1.1)}75%{transform:rotate(6deg) scale(1.08)}}.shop2-shell .blob--1{background:var(--p-primary);animation:s2-blob-drift 9s ease-in-out infinite}.shop2-shell .blob--2{background:var(--p-secondary);animation:s2-blob-drift 11s ease-in-out infinite reverse;animation-delay:-3s}.shop2-shell .blob--3{background:var(--p-tertiary);animation:s2-blob-drift 8s ease-in-out infinite;animation-delay:-5s}.shop2-shell .hero__h1{animation:s2-fade-up .75s cubic-bezier(.2,.8,.2,1) both;animation-delay:.1s}.shop2-shell .hero__sub{animation:s2-fade-up .65s ease both;animation-delay:.3s}.shop2-shell .hero__cta{animation:s2-fade-up .6s ease both;animation-delay:.45s}.shop2-shell .hero__row{animation:s2-fade-up .6s ease both;animation-delay:.6s}.shop2-shell .hero__circle{animation:s2-bounce-in .9s cubic-bezier(.2,.8,.2,1) both;animation-delay:.2s}.shop2-shell .card{transition:transform .24s cubic-bezier(.34,1.56,.64,1),box-shadow .24s ease;will-change:transform}.shop2-shell .card:hover{transform:translateY(-10px) rotate(-1deg);box-shadow:10px 10px 0 var(--fg)}.shop2-shell .prods__grid .card:first-child{animation:s2-fade-up .5s ease .1s both}.shop2-shell .prods__grid .card:nth-child(2){animation:s2-fade-up .5s ease .18s both}.shop2-shell .prods__grid .card:nth-child(3){animation:s2-fade-up .5s ease .26s both}.shop2-shell .prods__grid .card:nth-child(4){animation:s2-fade-up .5s ease .34s both}.shop2-shell .prods__grid .card:nth-child(5){animation:s2-fade-up .5s ease .42s both}.shop2-shell .prods__grid .card:nth-child(6){animation:s2-fade-up .5s ease .5s both}.shop2-shell .card__emoji{transition:transform .35s cubic-bezier(.34,1.56,.64,1);display:block}.shop2-shell .card:hover .card__emoji{transform:scale(1.18) rotate(-10deg);animation:s2-wobble .5s ease}.shop2-shell .card__add{transition:transform .22s cubic-bezier(.34,1.56,.64,1),background .18s ease}.shop2-shell .card__add:hover{transform:rotate(90deg) scale(1.15);background:var(--p-primary)!important}.shop2-shell .cartcta{transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease}.shop2-shell .cartcta:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 8px 0 rgba(0,0,0,.15)}.shop2-shell .iconbutton{transition:transform .25s cubic-bezier(.34,1.56,.64,1),background .16s ease}.shop2-shell .iconbutton:hover{transform:rotate(-15deg) scale(1.1)}.shop2-shell .sticker{transition:transform .2s ease,box-shadow .2s ease}.shop2-shell .sticker:hover{transform:translateY(-3px) rotate(-2deg);box-shadow:7px 7px 0 var(--fg)}.shop2-shell .btn{transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease}.shop2-shell .btn:hover{transform:translateY(-3px);box-shadow:0 10px 0 -2px var(--fg)}.shop2-shell .btn:active{transform:translateY(1px);box-shadow:none}@media (prefers-reduced-motion:reduce){.shop2-shell *,.shop2-shell :after,.shop2-shell :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}