*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.no-js .js-only{display:none}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit}.page-width{width:min(calc(100% - 32px),var(--max-width));margin-inline:auto}.main-content{min-height:55vh}.skip-link{position:absolute;left:-9999px;top:8px;z-index:999;background:#fff;padding:10px}.skip-link:focus{left:8px}.section{padding:64px 0}.section--tight{padding:36px 0}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:800}.muted{color:var(--muted)}.h1,.h2,.h3,h1,h2,h3{line-height:1.02;letter-spacing:-.035em;margin:0 0 14px}.h1,h1{font-size:clamp(2.6rem,7vw,6.2rem);font-weight:950}.h2,h2{font-size:clamp(2rem,4vw,3.4rem);font-weight:900}.h3,h3{font-size:1.2rem;font-weight:850}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 22px;border:2px solid var(--text);border-radius:var(--button-radius);background:var(--text);color:#fff;font-weight:850;cursor:pointer;transition:.2s transform,.2s box-shadow,.2s background}.button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #14141e1f}.button--secondary{background:#fff;color:var(--text)}.button--brand{background:var(--brand);border-color:var(--brand);color:#fff}.button[disabled]{opacity:.5;cursor:not-allowed;transform:none}.announcement{background:var(--text);color:#fff;font-weight:750;font-size:.88rem;text-align:center;padding:9px 16px}.site-header{position:sticky;top:0;z-index:40;background:#ffffffeb;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:72px;gap:24px}.brand{font-size:1.45rem;font-weight:950;letter-spacing:-.04em}.brand-mark{display:inline-block;background:linear-gradient(90deg,var(--brand),var(--secondary-color,var(--brand-2)));-webkit-background-clip:text;color:transparent}.header-logo{max-height:44px;width:auto}.nav{display:flex;justify-content:center;gap:28px;font-size:.94rem;font-weight:760}.nav a:hover{color:var(--brand)}.header-actions{display:flex;gap:14px;align-items:center}.icon-link{display:inline-flex;align-items:center;gap:6px;font-weight:800;font-size:.9rem}.menu-button{display:none;border:0;background:transparent;padding:8px}.mobile-menu{display:none;border-top:1px solid var(--border);padding:14px 16px 20px}.mobile-menu a{display:block;padding:10px 0;font-weight:800}.hero{padding:30px 0 16px}.hero-shell{position:relative;overflow:hidden;border-radius:28px;background:linear-gradient(135deg,#ff8ac4,#f9a7d8 30%,#b69cff 66%,#6ed8ff);min-height:590px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center}.hero-copy{padding:clamp(34px,6vw,76px);position:relative;z-index:2}.hero-copy .eyebrow{margin-bottom:14px}.hero-copy p{max-width:560px;font-size:1.08rem;margin:0 0 26px}.hero-title{max-width:780px;text-transform:uppercase}.hero-art{align-self:stretch;display:flex;align-items:flex-end;justify-content:center;min-width:0}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center bottom}.hero-sticker{position:absolute;right:42%;top:46px;background:var(--accent);border:2px solid var(--text);padding:10px 14px;border-radius:999px;font-weight:950;transform:rotate(-8deg);box-shadow:4px 4px 0 var(--text)}.section-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.category-card{text-align:center}.category-image-wrap{aspect-ratio:1;border-radius:50%;overflow:hidden;background:linear-gradient(145deg,#fff,#f4eefe);border:1px solid var(--border);transition:.2s transform}.category-card:hover .category-image-wrap{transform:translateY(-4px) rotate(-1deg)}.category-image-wrap img{width:100%;height:100%;object-fit:cover}.category-title{font-weight:900;margin-top:12px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;position:relative;transition:.2s transform,.2s box-shadow}.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #1a142014}.product-card__media{aspect-ratio:1;background:#f6f2f6;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s transform}.product-card:hover .product-card__media img{transform:scale(1.03)}.product-card__body{padding:15px}.product-card__title{font-weight:850;line-height:1.25}.product-card__vendor{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:5px}.price{display:flex;gap:8px;align-items:center;margin-top:8px;font-weight:900}.price s{color:var(--muted);font-weight:650}.badge{position:absolute;z-index:2;top:12px;left:12px;background:var(--accent);border:1.5px solid var(--text);padding:5px 9px;border-radius:999px;font-weight:900;font-size:.74rem}.empty-card{background:#fff;border:1px dashed var(--border);border-radius:var(--radius);aspect-ratio:1;display:grid;place-items:center;color:var(--muted);padding:18px;text-align:center}.promo-shell{overflow:hidden;border-radius:28px;background:linear-gradient(90deg,#ffd5e8,#e3d6ff,#b9efff);display:grid;grid-template-columns:1fr 1fr;min-height:360px}.promo-copy{padding:clamp(34px,5vw,64px);display:flex;flex-direction:column;justify-content:center}.promo-art img{width:100%;height:100%;object-fit:cover}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.trust-item{background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px;text-align:center}.trust-icon{font-size:1.55rem}.trust-title{font-weight:900;margin-top:6px}.trust-text{font-size:.86rem;color:var(--muted);margin-top:4px}.newsletter{background:var(--text);color:#fff;border-radius:28px;padding:clamp(34px,6vw,72px);text-align:center}.newsletter p{color:#d9d9e2;max-width:640px;margin:0 auto 24px}.newsletter-form{display:flex;max-width:580px;margin:0 auto;gap:10px}.field{width:100%;min-height:48px;border:1px solid var(--border);border-radius:10px;padding:0 14px;background:#fff;color:var(--text)}.site-footer{margin-top:64px;background:#111118;color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(2,1fr);gap:48px;padding:56px 0}.footer-title{font-weight:950;margin-bottom:14px}.footer-menu a{display:block;color:#c9c9d0;padding:5px 0}.footer-bottom{border-top:1px solid #2a2a33;padding:18px 0;color:#aaaab4;font-size:.84rem}.collection-hero{text-align:center;padding:52px 0 26px}.collection-description{max-width:760px;margin:0 auto;color:var(--muted)}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px}.select{min-height:44px;padding:0 38px 0 12px;border:1px solid var(--border);border-radius:10px;background:#fff}.pagination{display:flex;gap:8px;justify-content:center;margin-top:36px}.pagination a,.pagination span{min-width:40px;height:40px;border:1px solid var(--border);border-radius:9px;display:grid;place-items:center;background:#fff}.product-page{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;padding:50px 0}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-gallery img{width:100%;border-radius:18px;background:#f3f0f3}.product-info{position:sticky;top:112px;align-self:start}.product-info h1{font-size:clamp(2.3rem,4vw,4.6rem)}.product-price{font-size:1.5rem;font-weight:950;margin:12px 0 18px}.product-description{color:var(--muted)}.product-form{display:grid;gap:14px;margin:24px 0}.product-form label{font-weight:850}.quantity{width:90px}.product-form .button{width:100%;min-height:54px}.accordion{border-top:1px solid var(--border)}.accordion details{border-bottom:1px solid var(--border);padding:16px 0}.accordion summary{cursor:pointer;font-weight:900}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:16px 8px;border-bottom:1px solid var(--border);text-align:left}.cart-product{display:flex;align-items:center;gap:14px}.cart-product img{width:82px;border-radius:12px}.cart-actions{display:flex;justify-content:flex-end;gap:12px;align-items:center;margin-top:22px}.page-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:clamp(22px,4vw,48px)}.rte img{border-radius:14px}.search-form{display:flex;gap:10px;max-width:720px;margin:0 auto 36px}.search-header{text-align:center;padding:48px 0 22px}@media(max-width:990px){.nav{display:none}.menu-button,.mobile-menu.is-open{display:block}.hero-shell{grid-template-columns:1fr;min-height:auto}.hero-copy{padding-bottom:20px}.hero-art{min-height:380px}.hero-sticker{right:22px;top:24px}.product-grid,.category-grid{grid-template-columns:repeat(2,1fr)}.promo-shell{grid-template-columns:1fr}.promo-art{min-height:280px}.trust-grid{grid-template-columns:repeat(2,1fr)}.product-page{grid-template-columns:1fr;gap:32px}.product-info{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media(max-width:620px){.page-width{width:min(calc(100% - 20px),var(--max-width))}.section{padding:44px 0}.header-inner{grid-template-columns:auto 1fr auto;gap:10px}.header-actions .icon-link span{display:none}.hero{padding-top:10px}.hero-shell{border-radius:20px}.hero-copy{padding:34px 22px 14px}.hero-art{min-height:300px}.hero-sticker{font-size:.78rem}.section-heading{align-items:start;flex-direction:column}.product-grid{gap:10px}.product-card__body{padding:11px}.category-grid{gap:14px}.trust-grid{grid-template-columns:1fr 1fr;gap:10px}.newsletter{border-radius:20px}.newsletter-form,.search-form{flex-direction:column}.promo-shell{border-radius:20px}.product-gallery,.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.collection-toolbar{align-items:flex-start;flex-direction:column}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{padding:12px 0;border-bottom:1px solid var(--border)}.cart-table td{border:0;padding:6px 0}.cart-actions{align-items:stretch;flex-direction:column}.cart-actions .button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
