:root{--color-primary: 295 42% 40%;--color-primary-fg: 0 0% 100%;--color-secondary: 72 55% 48%;--color-secondary-fg: 0 0% 100%;--color-accent: 340 60% 65%;--color-accent-fg: 0 0% 100%;--color-background: 0 0% 99%;--color-foreground: 280 30% 15%;--color-muted: 280 15% 95%;--color-muted-fg: 280 10% 45%;--color-border: 280 10% 90%;--color-card: 0 0% 100%;--font-display: "Playfair Display", serif;--font-body: "DM Sans", sans-serif;--radius: .75rem;--shadow-soft: 0 4px 24px -4px hsl(295 42% 40% / .12);--shadow-card: 0 8px 32px -8px hsl(295 42% 40% / .1)}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:hsl(var(--color-background));color:hsl(var(--color-foreground));line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.2}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1400px;margin-inline:auto;padding-inline:1.5rem}.badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.badge--primary{background:hsl(var(--color-primary) / .1);color:hsl(var(--color-primary))}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;font-weight:600;transition:opacity .2s,background .2s;cursor:pointer;border:none;font-family:var(--font-body)}.btn--primary{background:hsl(var(--color-primary));color:hsl(var(--color-primary-fg))}.btn--primary:hover{opacity:.9}.btn--outline{background:transparent;border:2px solid hsl(var(--color-primary));color:hsl(var(--color-primary))}.btn--outline:hover{background:hsl(var(--color-primary) / .05)}.btn--sm{padding:.625rem 1.25rem;font-size:.875rem}.btn--lg{padding:.875rem 1.75rem;font-size:1rem}.text-gradient-hero{background:linear-gradient(135deg,#8a3b91,#db7094,#a3be37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;background:hsl(var(--color-background) / .8);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid hsl(var(--color-border))}.navbar__inner{display:flex;align-items:center;justify-content:space-between;padding-block:1rem}.navbar__logo img{height:64px;width:auto}.navbar__logo-text{font-family:var(--font-display);font-size:1.5rem;font-weight:700}.navbar__links{display:flex;gap:2rem}.navbar__link{font-size:.875rem;font-weight:500;color:hsl(var(--color-muted-fg));transition:color .2s}.navbar__link:hover{color:hsl(var(--color-primary))}.navbar__hamburger{display:none;background:none;border:none;cursor:pointer;color:hsl(var(--color-foreground))}@media(max-width:768px){.navbar__links,.navbar__cta{display:none}.navbar__hamburger{display:block}.navbar__links--open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:hsl(var(--color-background));padding:1.5rem;border-bottom:1px solid hsl(var(--color-border));gap:1rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:5rem}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#db70941a,#8a3b910d)}.hero__glow{position:absolute;border-radius:50%;filter:blur(60px)}.hero__glow--right{top:5rem;right:0;width:500px;height:500px;background:hsl(var(--color-primary) / .05)}.hero__glow--left{bottom:0;left:0;width:400px;height:400px;background:hsl(var(--color-accent) / .05)}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero__title{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero__subtitle{font-size:1.125rem;color:hsl(var(--color-muted-fg));max-width:32rem;margin-bottom:2rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.hero__image{display:flex;justify-content:center;position:relative}.hero__image-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:hsl(var(--color-primary) / .1);border-radius:50%;filter:blur(60px);transform:scale(.75)}.hero__product-img{position:relative;width:100%;max-width:clamp(22rem,45vw,40rem);height:auto;filter:drop-shadow(0 25px 25px rgb(0 0 0 / .15));animation:float 6s ease-in-out infinite}.hero__products{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%;max-width:clamp(22rem,45vw,42rem)}.hero__product-cell{display:block;background:#fff;border-radius:1rem;padding:.5rem;box-shadow:var(--shadow-card);transition:transform .3s ease,box-shadow .3s ease}.hero__product-cell:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.hero__product-cell img{width:100%;height:auto;display:block;border-radius:.5rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media(max-width:1024px){.hero__inner{grid-template-columns:1fr;text-align:center}.hero__subtitle{margin-inline:auto}.hero__actions{justify-content:center}}.products-section{position:relative;padding-block:6rem 6rem}.products-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#db70941a,#8a3b910d);opacity:.5}.products-section__inner{position:relative;z-index:1}.products-section__header{text-align:center;margin-bottom:4rem}.products-section__title{font-size:clamp(1.875rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.products-section__subtitle{font-size:1.125rem;color:hsl(var(--color-muted-fg));max-width:42rem;margin-inline:auto}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{background:hsl(var(--color-card));border-radius:1rem;padding:2rem;box-shadow:var(--shadow-card);border:1px solid hsl(var(--color-border));transition:box-shadow .3s}.product-card:hover{box-shadow:var(--shadow-soft)}.product-card__icon{width:3.5rem;height:3.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.product-card__icon--accent{background:hsl(var(--color-accent) / .1);color:hsl(var(--color-accent))}.product-card__icon--primary{background:hsl(var(--color-primary) / .1);color:hsl(var(--color-primary))}.product-card__icon--secondary{background:hsl(var(--color-secondary) / .1);color:hsl(var(--color-secondary))}.product-card__image{display:flex;justify-content:center;margin-bottom:1.5rem}.product-card__image img{width:10rem;height:10rem;object-fit:contain;transition:transform .5s}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__placeholder{display:flex;justify-content:center;align-items:center;width:10rem;height:10rem;margin:0 auto 1.5rem;border-radius:1rem;background:hsl(var(--color-muted));color:hsl(var(--color-muted-fg))}.product-card__tagline{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--color-muted-fg))}.product-card__name{font-size:1.5rem;font-weight:700;margin-top:.25rem;margin-bottom:.75rem}.product-card__description{font-size:.875rem;color:hsl(var(--color-muted-fg));line-height:1.6;margin-bottom:1.25rem}.product-card__benefits{display:flex;flex-direction:column;gap:.5rem}.product-card__benefits li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:hsl(var(--color-muted-fg))}.benefit-dot{display:inline-block;width:.375rem;height:.375rem;border-radius:50%;background:hsl(var(--color-secondary));margin-top:.45rem;flex-shrink:0}@media(max-width:1024px){.products-grid{grid-template-columns:1fr;max-width:28rem;margin-inline:auto}}.about-section{padding-block:6rem}.about-section__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-section__visual{display:flex;justify-content:center;position:relative}.about-section__image-wrapper{width:100%;max-width:clamp(22rem,45vw,40rem);border-radius:1.5rem;background:linear-gradient(135deg,#db70941a,#8a3b910d);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-card);overflow:hidden}.about-section__image-wrapper img{width:100%;height:auto;display:block;opacity:1}.about-section__placeholder-icon{font-family:var(--font-display);font-size:6rem;color:hsl(var(--color-primary) / .3)}.about-section__glow{position:absolute;border-radius:1rem;filter:blur(30px)}.about-section__glow--bl{bottom:-1rem;right:-1rem;width:6rem;height:6rem;background:hsl(var(--color-secondary) / .2)}.about-section__glow--tr{top:-1rem;left:-1rem;width:5rem;height:5rem;background:hsl(var(--color-accent) / .2)}.about-section__title{font-size:clamp(1.875rem,3.5vw,2.5rem);font-weight:700;margin-bottom:1.5rem}.about-section__description{color:hsl(var(--color-muted-fg));line-height:1.7;margin-bottom:2rem}.about-section__features{display:flex;flex-direction:column;gap:1.5rem}.feature-row{display:flex;gap:1rem}.feature-row__icon{width:3rem;height:3rem;border-radius:.75rem;background:hsl(var(--color-primary) / .1);color:hsl(var(--color-primary));display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-row__title{font-weight:600;margin-bottom:.25rem;font-family:var(--font-body)}.feature-row__text{font-size:.875rem;color:hsl(var(--color-muted-fg))}@media(max-width:1024px){.about-section__inner{grid-template-columns:1fr}.about-section__visual{order:-1}}.footer{background:hsl(var(--color-foreground));padding-block:4rem}.footer__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.footer__logo{height:3.75rem;width:auto;filter:brightness(0) invert(1);margin-bottom:1rem}.footer__logo-text{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:hsl(var(--color-background));display:block;margin-bottom:1rem}.footer__tagline{font-size:.875rem;color:hsl(var(--color-background) / .6);line-height:1.6}.footer__heading{font-family:var(--font-display);font-weight:600;color:hsl(var(--color-background));margin-bottom:1rem}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__links a{font-size:.875rem;color:hsl(var(--color-background) / .6);transition:color .2s}.footer__links a:hover{color:hsl(var(--color-background))}.footer__contact{display:flex;flex-direction:column;gap:.75rem}.footer__contact li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--color-background) / .6)}.footer__contact svg{flex-shrink:0}.footer__social{display:flex;gap:.75rem;margin-top:1.25rem;list-style:none;padding:0}.footer__social a{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:#ffffff14;color:#fff;transition:background .2s ease,transform .2s ease}.footer__social a:hover{background:#ffffff2e;transform:translateY(-2px)}.footer__bottom{border-top:1px solid hsl(var(--color-background) / .1);margin-top:3rem;padding-top:2rem;text-align:center}.footer__bottom p{font-size:.75rem;color:hsl(var(--color-background) / .4)}@media(max-width:768px){.footer__grid{grid-template-columns:1fr}}.product-page{padding:6rem 0 4rem}.product-page__inner{display:grid;gap:3rem;grid-template-columns:1fr}@media(min-width:768px){.product-page__inner{grid-template-columns:1.1fr 1fr;align-items:start}}@media(min-width:768px){.product-page__media{position:sticky;top:6rem}}.product-page__main-image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow-card);background:hsl(var(--color-muted))}.product-page__thumbs{display:flex;gap:.5rem;margin-top:1rem;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem}@media(min-width:768px){.product-page__thumbs{flex-wrap:wrap;overflow-x:visible}}.product-page__thumbs button{flex:0 0 72px;width:72px;height:72px;border:2px solid transparent;border-radius:calc(var(--radius) / 2);padding:0;background:none;cursor:pointer;overflow:hidden;transition:border-color .2s}.product-page__thumbs button[aria-current=true]{border-color:hsl(var(--color-primary))}.product-page__thumbs img{width:100%;height:100%;object-fit:cover}.product-page__info{padding-top:1rem}.product-page__vendor{color:hsl(var(--color-muted-fg));font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.product-page__title{font-size:2.25rem;font-weight:600;margin:.5rem 0;color:hsl(var(--color-foreground))}.product-page__description{color:hsl(var(--color-muted-fg));margin:1.5rem 0;line-height:1.7}.product-page__description p{margin:0 0 .875rem}.product-page__description h2,.product-page__description h3,.product-page__description h4{color:hsl(var(--color-fg));font-family:var(--font-display);font-weight:600;margin:1.5rem 0 .5rem}.product-page__description h2{font-size:1.25rem}.product-page__description h3{font-size:1.1rem}.product-page__description h4{font-size:1rem}.product-page__description strong{color:hsl(var(--color-fg));font-weight:600}.product-page__description em{font-style:italic}.product-page__description a{color:hsl(var(--color-primary));text-decoration:underline;text-underline-offset:2px}.product-page__description ul,.product-page__description ol{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.5rem}.product-page__description ul li,.product-page__description ol li{position:relative;padding-left:1.5rem}.product-page__description ul li:before{content:"";position:absolute;left:0;top:.6em;width:.5rem;height:.5rem;border-radius:50%;background:hsl(var(--color-primary))}.product-page__description ol{counter-reset:nat-ol}.product-page__description ol li{counter-increment:nat-ol}.product-page__description ol li:before{content:counter(nat-ol);position:absolute;left:0;top:0;width:1.25rem;height:1.25rem;border-radius:50%;background:hsl(var(--color-primary));color:#fff;font-size:.75rem;display:inline-flex;align-items:center;justify-content:center}.product-page__benefits{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-wrap:wrap;gap:.5rem}.product-page__benefits li{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border-radius:9999px;background:hsl(var(--color-primary) / .08);color:hsl(var(--color-primary));font-size:.85rem;font-weight:500}.product-page__benefits li:before{content:"";width:.4rem;height:.4rem;border-radius:50%;background:currentColor}.price{display:inline-flex;align-items:baseline;gap:.5rem}.price__amount{font-size:1.5rem;font-weight:600;color:hsl(var(--color-primary))}.price__compare{color:hsl(var(--color-muted-fg));font-size:1rem}.product-form{margin-top:2rem}.product-form__options{display:grid;gap:1.25rem;margin-bottom:1.5rem}.product-form__option-label{font-weight:500;margin-bottom:.5rem;display:block}.product-form__swatches{display:flex;flex-wrap:wrap;gap:.5rem}.product-form__swatches input[type=radio]{position:absolute;opacity:0;pointer-events:none}.product-form__swatches label{display:inline-block;padding:.5rem 1rem;border:1.5px solid hsl(var(--color-border));border-radius:999px;cursor:pointer;transition:all .2s;font-size:.875rem;background:hsl(var(--color-card))}.product-form__swatches input[type=radio]:checked+label{border-color:hsl(var(--color-primary));background:hsl(var(--color-primary));color:hsl(var(--color-primary-fg))}.product-form__quantity{display:flex;align-items:center;gap:.75rem;margin:1rem 0 1.5rem}.product-form__quantity input{width:70px;padding:.5rem;border:1.5px solid hsl(var(--color-border));border-radius:calc(var(--radius) / 2);text-align:center}.product-form__submit{width:100%}.breadcrumb{font-size:.875rem;color:hsl(var(--color-muted-fg));margin-bottom:1rem}.breadcrumb a:hover{color:hsl(var(--color-primary))}.collection-page{padding:6rem 0 4rem}.collection-page__header{text-align:center;margin-bottom:3rem}.collection-page__header h1{font-size:2.5rem;margin-bottom:.5rem}.collection-page__description{color:hsl(var(--color-muted-fg));max-width:600px;margin:0 auto}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{padding:.5rem .875rem;border-radius:calc(var(--radius) / 2);border:1.5px solid hsl(var(--color-border));text-decoration:none}.pagination .pagination__current{background:hsl(var(--color-primary));color:hsl(var(--color-primary-fg));border-color:hsl(var(--color-primary))}.cart-page{padding:6rem 0 4rem}.cart-page__title{font-size:2.25rem;margin-bottom:2rem}.cart-page__empty{text-align:center;padding:4rem 0}.cart-page__empty p{color:hsl(var(--color-muted-fg));margin-bottom:1.5rem}.cart-page__table{width:100%}.cart-page__line{display:grid;gap:1rem;align-items:center;grid-template-columns:80px 1fr auto auto;padding:1rem 0;border-bottom:1px solid hsl(var(--color-border))}.cart-page__line img{width:80px;height:80px;object-fit:cover;border-radius:calc(var(--radius) / 2)}.cart-page__line-info{display:flex;flex-direction:column;gap:.25rem}.cart-page__line-info a{font-weight:600;font-size:1.0625rem;color:hsl(var(--color-foreground))}.cart-page__line-info small{display:block;color:hsl(var(--color-muted-fg))}.cart-page__line-qty input{width:70px;padding:.4rem;border:1.5px solid hsl(var(--color-border));border-radius:calc(var(--radius) / 2);text-align:center}.cart-page__line-remove{color:hsl(var(--color-muted-fg));font-size:.875rem}.cart-page__line-remove:hover{color:hsl(var(--color-accent))}.cart-page__footer{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;gap:1rem;flex-wrap:wrap}.cart-page__subtotal{font-size:1.25rem;font-weight:600}.cart-page__actions{display:flex;gap:.75rem}[data-cart-drawer]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none;opacity:0;transition:opacity .25s}[data-cart-drawer][aria-hidden=false]{pointer-events:auto;opacity:1}[data-cart-drawer-backdrop]{position:absolute;top:0;right:0;bottom:0;left:0;background:#2a1b3273}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:420px;background:hsl(var(--color-card));display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease-out;box-shadow:var(--shadow-card)}[data-cart-drawer][aria-hidden=false] .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--color-border))}.cart-drawer__header h2{font-size:1.25rem}.cart-drawer__close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:hsl(var(--color-muted-fg))}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__empty{text-align:center;padding:2rem 0;color:hsl(var(--color-muted-fg))}.cart-drawer__item{display:grid;gap:.75rem;grid-template-columns:64px 1fr;padding:1rem 0;border-bottom:1px solid hsl(var(--color-border))}.cart-drawer__item img{width:64px;height:64px;object-fit:cover;border-radius:calc(var(--radius) / 2)}.cart-drawer__item-info a{font-weight:500;font-size:.95rem}.cart-drawer__item-info small{color:hsl(var(--color-muted-fg));font-size:.8rem}.cart-drawer__qty{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cart-drawer__qty button{width:26px;height:26px;border-radius:50%;border:1.5px solid hsl(var(--color-border));background:hsl(var(--color-card));cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.cart-drawer__qty button:hover{border-color:hsl(var(--color-primary))}.cart-drawer__qty span{min-width:1.5rem;text-align:center;font-weight:500}.cart-drawer__line-price{display:block;font-weight:500;margin-top:.25rem;color:hsl(var(--color-primary))}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid hsl(var(--color-border));display:grid;gap:.75rem}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:600;font-size:1.05rem}.navbar__actions{display:inline-flex;align-items:center;gap:.75rem}.navbar__cart{position:relative;display:inline-flex;align-items:center;padding:.5rem}.navbar__cart:hover{color:hsl(var(--color-primary))}.navbar__cart-count{position:absolute;top:0;right:0;background:hsl(var(--color-accent));color:hsl(var(--color-accent-fg));font-size:.7rem;font-weight:600;min-width:18px;height:18px;padding:0 4px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(1rem);background:hsl(var(--color-foreground));color:#fff;padding:.75rem 1.25rem;border-radius:var(--radius);box-shadow:var(--shadow-card);opacity:0;transition:opacity .25s,transform .25s;z-index:1100;max-width:90vw}.toast--visible{opacity:1;transform:translate(-50%) translateY(0)}body.drawer-open{overflow:hidden}.product-card__link{display:block;color:inherit}.product-card__link:hover .product-card__name{color:hsl(var(--color-primary))}.product-card__price{margin:.5rem 0}.product-card__form{margin-top:1rem}.product-card__add{display:inline-flex;width:auto;padding:.55rem 1.25rem}.product-card__soldout{display:inline-block;margin-top:1rem;padding:.4rem .9rem;border-radius:9999px;background:hsl(var(--color-muted));color:hsl(var(--color-muted-fg));font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.hero--has-bg{background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff}.hero--has-bg .hero__title,.hero--has-bg .hero__subtitle{color:#fff}.hero--has-bg .text-gradient-hero{background:none;-webkit-text-fill-color:#fff;color:#fff}.hero--has-bg .badge--primary{background:#ffffff2e;color:#fff}.hero--has-bg .btn--outline{border-color:#fff;color:#fff}.hero--has-bg .btn--outline:hover{background:#fff;color:hsl(var(--color-primary))}.hero--has-bg .hero__product-cell{background:#ffffffeb}.trust-strip{padding:2.5rem 0;border-top:1px solid hsl(var(--color-border, 0 0% 90%));border-bottom:1px solid hsl(var(--color-border, 0 0% 90%));background:hsl(var(--color-bg, 0 0% 100%))}.trust-strip__grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}@media(min-width:768px){.trust-strip__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.trust-strip__item{display:flex;align-items:center;gap:.875rem}.trust-strip__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex-shrink:0;border-radius:50%;background:hsl(var(--color-primary) / .08);color:hsl(var(--color-primary))}.trust-strip__title{margin:0;font-weight:600;color:hsl(var(--color-fg));font-size:.95rem;line-height:1.2}.trust-strip__text{margin:.15rem 0 0;font-size:.8rem;color:hsl(var(--color-muted-fg))}.sticky-buy{position:fixed;inset:auto 0 0 0;background:#fff;border-top:1px solid hsl(var(--color-border, 0 0% 90%));box-shadow:0 -8px 24px #00000014;transform:translateY(100%);transition:transform .3s ease;z-index:50;padding:.75rem 0}.sticky-buy.is-visible{transform:translateY(0)}.sticky-buy__inner{display:flex;align-items:center;gap:.75rem}.sticky-buy__thumb{width:48px;height:48px;border-radius:.5rem;object-fit:cover;flex-shrink:0}.sticky-buy__info{flex:1;min-width:0}.sticky-buy__title{margin:0;font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:hsl(var(--color-fg))}.sticky-buy__price{margin:0;font-size:.85rem;color:hsl(var(--color-primary));font-weight:600}.sticky-buy__form{flex-shrink:0}.sticky-buy__cta{white-space:nowrap;padding:.875rem 1.5rem;font-size:1rem;min-height:3rem}@media(min-width:768px){.sticky-buy{display:none}}.related-products{padding:4rem 0;background:hsl(var(--color-muted, 0 0% 98%))}.related-products__header{text-align:center;margin-bottom:2.5rem}.related-products__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);margin:.5rem 0 0;color:hsl(var(--color-fg))}.related-products__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:720px;margin:0 auto}@media(min-width:640px){.related-products__grid{grid-template-columns:repeat(2,1fr)}}.related-card{display:flex;flex-direction:column;background:#fff;border-radius:1rem;padding:1rem;box-shadow:var(--shadow-card);transition:transform .25s ease,box-shadow .25s ease}.related-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a}.related-card__link{display:flex;flex-direction:column;text-decoration:none;color:inherit;flex:1}.related-card__image{width:100%;height:auto;border-radius:.75rem;background:hsl(var(--color-muted, 0 0% 96%))}.related-card__body{padding:1rem 0 .75rem}.related-card__tagline{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--color-primary));margin-bottom:.25rem}.related-card__name{font-family:var(--font-display);font-size:1.15rem;margin:0 0 .5rem;color:hsl(var(--color-fg))}.related-card__price{font-weight:600;color:hsl(var(--color-primary))}.related-card__form{margin-top:auto}.related-card__add{width:100%}.related-card__soldout{display:inline-block;margin-top:.5rem;padding:.4rem .8rem;background:hsl(var(--color-muted, 0 0% 92%));color:hsl(var(--color-muted-fg));border-radius:9999px;font-size:.8rem}@media(max-width:767px){body:has(.sticky-buy.is-visible) main{padding-bottom:5.5rem}}.not-found{padding:6rem 0 5rem}.not-found__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;max-width:640px;margin-inline:auto}.not-found__title{font-family:var(--font-heading);font-size:clamp(5rem,18vw,9rem);line-height:1;margin:.5rem 0 0}.not-found__subtitle{font-family:var(--font-heading);font-size:clamp(1.5rem,3.5vw,2rem);margin:0}.not-found__description{color:hsl(var(--color-muted-fg));font-size:1.0625rem;margin:.5rem 0 1.5rem}.not-found__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.contact-page{padding:5rem 0 4rem}.contact-page__header{text-align:center;max-width:640px;margin:0 auto 3rem}.contact-page__title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);margin:.5rem 0 .75rem}.contact-page__lead{color:hsl(var(--color-muted-fg));font-size:1.0625rem;margin:0}.contact-page__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:stretch}@media(min-width:900px){.contact-page__grid{grid-template-columns:1.5fr 1fr;gap:3rem}}.contact-form{display:flex;flex-direction:column;gap:1.25rem;background:hsl(var(--color-card, 0 0% 100%));border:1px solid hsl(var(--color-border, 220 13% 91%));border-radius:1rem;padding:2rem}.contact-form__row{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.contact-form__row{grid-template-columns:1fr 1fr}}.contact-form__field{display:flex;flex-direction:column;gap:.375rem}.contact-form__label{font-size:.875rem;font-weight:600;color:hsl(var(--color-foreground))}.contact-form input,.contact-form textarea{font-family:inherit;font-size:1rem;padding:.75rem .875rem;border:1px solid hsl(var(--color-border, 220 13% 85%));border-radius:.625rem;background:#fff;color:inherit;transition:border-color .15s,box-shadow .15s;width:100%}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:hsl(var(--color-primary));box-shadow:0 0 0 3px hsl(var(--color-primary) / .15)}.contact-form textarea{resize:vertical;min-height:8rem}.contact-form button[type=submit]{align-self:flex-start}.contact-form__success{background:hsl(var(--color-primary) / .08);color:hsl(var(--color-primary));border-radius:.625rem;padding:.875rem 1rem;margin:0}.contact-form__errors{background:#fdeded;color:#8f2424;border-radius:.625rem;padding:.875rem 1rem}.contact-form__errors ul{margin:.5rem 0 0;padding-left:1.25rem}.contact-page__info{background:hsl(var(--color-primary) / .04);border-radius:1rem;padding:1.75rem}.contact-page__info-title{font-family:var(--font-heading);font-size:1.25rem;margin:0 0 1rem}.contact-page__info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.contact-page__info-list li{display:flex;align-items:center;gap:.625rem;color:hsl(var(--color-foreground))}.contact-page__info-list a{color:hsl(var(--color-primary));font-weight:600;text-decoration:none}.contact-page__info-list a:hover{text-decoration:underline}.about-section--bg{position:relative;padding-block:7rem;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff}.about-section--bg .about-section__inner{display:block;max-width:780px;text-align:center}.about-section--bg .about-section__title{color:#fff}.about-section--bg .about-section__description{color:#ffffffeb;font-size:1.0625rem;margin-bottom:2.5rem}.about-section--bg .about-section__features{display:grid;grid-template-columns:1fr;gap:1.5rem;text-align:left}@media(min-width:768px){.about-section--bg .about-section__features{grid-template-columns:repeat(3,1fr)}}.about-section--bg .feature-row{flex-direction:column;gap:.75rem;background:#ffffff14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);padding:1.25rem;border-radius:1rem}.about-section--bg .feature-row__icon{background:#ffffff2e;color:#fff}.about-section--bg .feature-row__title{color:#fff}.about-section--bg .feature-row__text{color:#ffffffd9}.badge--light{background:#fff3;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.contact-page{padding-top:7rem}.contact-page__visual{position:relative;min-height:20rem;overflow:hidden;border-radius:1rem}.contact-page__visual img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.about-page{padding:7rem 0 4rem}.about-page__header{text-align:center;max-width:720px;margin:0 auto 3rem}.about-page__title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);margin:.5rem 0 .75rem}.about-page__lead{color:hsl(var(--color-muted-fg));font-size:1.0625rem;margin:0}.about-page__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:stretch}@media(min-width:900px){.about-page__grid{grid-template-columns:1.5fr 1fr;gap:3rem}}.about-page__text .rte{font-size:1.0625rem;line-height:1.7;color:hsl(var(--color-foreground))}.about-page__text .rte p{margin:0 0 1rem}.about-page__visual{position:relative;min-height:20rem;overflow:hidden;border-radius:1rem}.about-page__visual img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
