*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.page-width{max-width:80rem;margin:0 auto;padding:0 1.5rem}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:none;border-radius:9999px;padding:.9rem 2rem;font-size:1rem;font-weight:500;transition:all .2s ease}.btn--primary{background:#000;color:#fff}.btn--primary:hover{background:#1d1d1f;transform:scale(1.015)}.btn--accent{background:var(--color-primary);color:#fff}.btn--accent:hover{filter:brightness(1.08)}.btn--light{background:#fff;color:#000}.btn--light:hover{background:#ffffffe6}.btn--outline{background:transparent;border:1px solid var(--color-border);color:var(--color-text)}.btn--outline:hover{background:var(--color-surface)}.btn--full{width:100%}.btn[disabled]{opacity:.45;cursor:default;transform:none!important}.site-header{position:sticky;top:0;z-index:50;background:#ffffffb8;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(210,210,215,.5)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:3.5rem;position:relative}.site-header__logo{display:flex;align-items:center}.site-header__logo img{object-fit:contain}.site-header__logo-text{font-size:1.25rem;font-weight:600;letter-spacing:-.02em}.site-nav{display:none;gap:2rem}.site-nav a{font-size:.875rem;font-weight:500;color:#1d1d1fcc;transition:color .2s}.site-nav a:hover{color:var(--color-text)}.site-header__icons{display:flex;align-items:center;gap:1.25rem}.site-header__icons a,.site-header__icons button{background:none;border:none;padding:0;color:#1d1d1fcc;position:relative;display:flex}.site-header__icons svg{width:1.05rem;height:1.05rem}.cart-count-bubble{position:absolute;top:-.45rem;right:-.6rem;background:var(--color-primary);color:#fff;font-size:.55rem;font-weight:700;width:.95rem;height:.95rem;border-radius:9999px;display:flex;align-items:center;justify-content:center}.menu-toggle{display:flex}.menu-toggle svg{width:1.3rem;height:1.3rem}@media(min-width:768px){.site-nav{display:flex}.menu-toggle{display:none}.mobile-menu{display:none!important}.site-header__logo{position:static;transform:none}}@media(max-width:767.98px){.site-header__logo{position:absolute;left:50%;transform:translate(-50%)}}.mobile-menu{overflow:hidden;max-height:0;opacity:0;transition:max-height .35s cubic-bezier(.32,.72,0,1),opacity .3s ease;border-top:1px solid rgba(210,210,215,.4);background:#ffffffd9;-webkit-backdrop-filter:saturate(150%) blur(24px);backdrop-filter:saturate(150%) blur(24px);border-radius:0 0 1rem 1rem;box-shadow:0 16px 40px -12px #0000002e}.mobile-menu.is-open{max-height:30rem;opacity:1}.mobile-menu__list{list-style:none;margin:0;padding:.5rem 1.25rem}.mobile-menu__list a{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;font-size:1.05rem;font-weight:500;letter-spacing:-.01em;border-bottom:1px solid rgba(210,210,215,.4);color:#1d1d1fe6}.mobile-menu__list li:last-child a{border-bottom:none}.mobile-menu__list svg{width:1rem;height:1rem;color:#6e6e7380}.hero-banner{position:relative;width:100%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:85vh}@media(max-width:767.98px){.hero-banner{min-height:0;height:38vh}}.hero-banner__image{position:absolute;top:0;right:0;bottom:0;left:0}.hero-banner__image img{width:100%;height:100%;object-fit:cover;animation:heroZoom 2s cubic-bezier(.2,.6,.2,1) both}@keyframes heroZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.4),transparent 55%)}.hero-banner__content{position:relative;z-index:2;text-align:center;padding:1.5rem}.hero-banner__kicker{font-size:.8rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:#ffffffb3;margin:0 0 1.25rem}.hero-banner__title{font-size:clamp(2.5rem,8vw,6rem);font-weight:700;letter-spacing:-.03em;margin:0 0 1.25rem}.hero-banner__text{font-size:clamp(1.1rem,2.5vw,1.5rem);color:#fffc;font-weight:300;margin:0 auto 2.25rem;max-width:36rem}.trust-bar{border-bottom:1px solid var(--color-border);background:var(--color-bg);padding:1rem 0}.trust-bar__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem;font-size:.875rem;font-weight:500}@media(min-width:640px){.trust-bar__inner{justify-content:space-between;gap:1rem}}.trust-bar__item{display:flex;align-items:center;gap:.5rem}.trust-bar__item svg{width:1rem;height:1rem;color:var(--color-primary);flex:none}.section{padding:5rem 0}.section--surface{background:var(--color-surface)}.section__heading{text-align:center;margin:0 0 3.5rem}.section__heading h2{font-size:2.25rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .75rem}.section__heading p{font-size:1.15rem;color:var(--color-text-muted);margin:0}.product-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{display:flex;flex-direction:column}.product-card__media{position:relative;display:flex;align-items:center;justify-content:center;background:#fbfbfd;border-radius:1.5rem;padding:2rem;aspect-ratio:1;margin-bottom:1rem;overflow:hidden;transition:background .25s}.product-card:hover .product-card__media{background:var(--color-surface)}.product-card__media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__badge{position:absolute;top:1rem;left:1rem;z-index:2;font-size:.7rem;font-weight:600;padding:.3rem .7rem;background:#fff;border:1px solid var(--color-border);border-radius:9999px;box-shadow:0 1px 2px #0000000d}.product-card__row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.2rem}.product-card__title{font-size:1.1rem;font-weight:600;margin:0}.product-card__title a:hover{text-decoration:underline}.product-card__price{font-size:1.1rem;font-weight:500;white-space:nowrap}.product-card__subtitle{color:var(--color-text-muted);font-size:.875rem;margin:0 0 1rem}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:1024px){.category-grid{grid-template-columns:repeat(var(--cat-cols, 5),1fr)}}.category-card{position:relative;height:14rem;border-radius:1rem;overflow:hidden;background:var(--color-surface);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;text-align:center;transition:transform .3s ease}.category-card:hover{transform:scale(1.02)}.category-card h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;z-index:1}.category-card img{max-height:8rem;width:auto;object-fit:contain;mix-blend-mode:multiply;transition:transform .5s ease}.category-card:hover img{transform:scale(1.1)}.testimonial-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.testimonial-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:1.5rem;padding:2rem;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000a}.stars{display:flex;gap:.1rem;margin-bottom:1rem}.stars svg{width:1.1rem;height:1.1rem}.stars .star--on{fill:var(--color-primary);color:var(--color-primary)}.stars .star--off{fill:var(--color-border);color:var(--color-border)}.testimonial-card h3{font-size:1.1rem;font-weight:700;margin:0 0 .75rem}.testimonial-card p{color:var(--color-text-muted);margin:0 0 1.5rem;flex:1}.testimonial-card footer{border-top:1px solid var(--color-border);padding-top:1rem}.testimonial-card footer strong{font-size:.875rem;display:block}.testimonial-card footer span{font-size:.75rem;color:var(--color-text-muted)}.icon-features{display:grid;grid-template-columns:1fr;gap:3rem;text-align:center}@media(min-width:768px){.icon-features{grid-template-columns:repeat(3,1fr)}}.icon-feature{display:flex;flex-direction:column;align-items:center}.icon-feature__circle{width:4rem;height:4rem;border-radius:9999px;background:var(--color-surface);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.icon-feature__circle svg{width:2rem;height:2rem;color:var(--color-primary)}.icon-feature h3{font-size:1.25rem;font-weight:600;margin:0 0 .75rem}.icon-feature p{color:var(--color-text-muted);margin:0}.product-page{padding:6rem 0}.breadcrumbs{font-size:.875rem;color:var(--color-text-muted);margin-bottom:2.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.breadcrumbs a:hover{text-decoration:underline}.product-layout{display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.product-layout{flex-direction:row;gap:4rem}.product-layout__gallery{width:62%}.product-layout__info{width:38%}}.gallery-stage{position:relative;border-radius:2.5rem;aspect-ratio:1;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:3rem;border:1px solid rgba(210,210,215,.6);box-shadow:0 24px 60px -30px #00000040;background:radial-gradient(120% 100% at 50% 0%,#fff,#f7f7f9 55%,#eef0f3)}@media(min-width:768px){.gallery-stage{aspect-ratio:4 / 3;padding:4rem}}.gallery-stage:after{content:"";position:absolute;bottom:12%;left:50%;transform:translate(-50%);width:50%;height:2rem;border-radius:100%;background:#0000001a;filter:blur(24px);pointer-events:none}.gallery-stage__slide{position:absolute;top:3rem;right:3rem;bottom:3rem;left:3rem;display:flex;align-items:center;justify-content:center;opacity:0;transform:translate(24px) scale(.985);transition:opacity .4s cubic-bezier(.32,.72,0,1),transform .4s cubic-bezier(.32,.72,0,1);pointer-events:none}@media(min-width:768px){.gallery-stage__slide{top:4rem;right:4rem;bottom:4rem;left:4rem}}.gallery-stage__slide.is-active{opacity:1;transform:none;pointer-events:auto}.gallery-stage__slide img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 16px 24px rgba(0,0,0,.1))}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:2.75rem;height:2.75rem;border-radius:9999px;background:#ffffffb3;border:1px solid rgba(255,255,255,.6);-webkit-backdrop-filter:saturate(150%) blur(20px);backdrop-filter:saturate(150%) blur(20px);box-shadow:0 8px 24px -8px #00000040;display:flex;align-items:center;justify-content:center;color:#1d1d1fb3;transition:all .2s ease}.gallery-arrow:hover{color:var(--color-text);background:#fff;transform:translateY(-50%) scale(1.05)}.gallery-arrow--prev{left:1.25rem}.gallery-arrow--next{right:1.25rem}.gallery-arrow svg{width:1.2rem;height:1.2rem}.gallery-dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:.5rem;padding:.5rem .75rem;border-radius:9999px;background:#ffffff80;border:1px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 2px #0000000d}.gallery-dots button{width:.375rem;height:.375rem;border-radius:9999px;border:none;padding:0;background:#1d1d1f40;transition:all .3s}.gallery-dots button:hover{background:#1d1d1f73}.gallery-dots button.is-active{width:1.75rem;background:#1d1d1fcc}.gallery-thumbs{display:flex;gap:1rem;margin-top:1.25rem;flex-wrap:wrap}.gallery-thumbs button{width:5rem;height:5rem;border-radius:1rem;padding:.75rem;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(120% 100% at 50% 0%,#fff,#f5f5f7);border:1px solid rgba(210,210,215,.7);opacity:.7;transition:all .3s ease}@media(min-width:768px){.gallery-thumbs button{width:6rem;height:6rem}}.gallery-thumbs button:hover{opacity:1;transform:translateY(-2px);box-shadow:0 10px 24px -14px #00000040}.gallery-thumbs button.is-active{opacity:1;border-color:transparent;outline:2px solid rgba(29,29,31,.8);outline-offset:2px;box-shadow:0 12px 28px -12px #0000004d}.gallery-thumbs img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-info__badge{display:inline-block;font-size:.7rem;font-weight:600;padding:.3rem .7rem;background:var(--color-surface);border-radius:9999px;margin-bottom:1rem}.product-info__title{font-size:clamp(2.25rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem}.product-info__subtitle{font-size:1.25rem;color:var(--color-text-muted);margin:0 0 1rem}.product-info__price{font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.product-info__price s{font-size:1.1rem;color:var(--color-text-muted);font-weight:400;margin-left:.5rem}.product-info hr{border:none;border-top:1px solid var(--color-border);margin:1.5rem 0}.variant-label{font-weight:700;font-size:.95rem;margin-bottom:.9rem}.variant-label span{font-weight:400;color:var(--color-text-muted)}.swatches{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:1.75rem}.swatches input{position:absolute;opacity:0;pointer-events:none}.swatches label{width:2.9rem;height:2.9rem;border-radius:9999px;cursor:pointer;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative}.swatches input:checked+label{outline:2px solid var(--color-primary);outline-offset:2px}.swatches label svg{width:1rem;height:1rem;opacity:0}.swatches input:checked+label svg{opacity:1}.qty-row{margin-bottom:1.75rem}.qty-control{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:9999px;overflow:hidden}.qty-control button{width:3rem;height:3.25rem;background:none;border:none;font-size:1.2rem;color:var(--color-text)}.qty-control button:hover{background:var(--color-surface)}.qty-control input{width:3rem;text-align:center;border:none;font-size:1rem;font-weight:500;-moz-appearance:textfield}.qty-control input::-webkit-outer-spin-button,.qty-control input::-webkit-inner-spin-button{-webkit-appearance:none}.buy-buttons{display:flex;flex-direction:column;gap:.9rem;margin-bottom:1rem}.buy-buttons .btn{height:3.5rem;font-size:1.05rem}.trust-panel{margin-top:2.5rem;padding:1.5rem;background:#f5f5f780;border-radius:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.trust-panel__item{display:flex;align-items:flex-start;gap:.75rem}.trust-panel__item svg{width:1.25rem;height:1.25rem;margin-top:.1rem;color:var(--color-primary);flex:none}.trust-panel__item h4{font-size:.875rem;font-weight:600;margin:0}.trust-panel__item p{font-size:.75rem;color:var(--color-text-muted);margin:.15rem 0 0}.feature-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.6rem}.feature-list li{display:flex;gap:.6rem;align-items:flex-start;font-size:.95rem;color:var(--color-text-muted)}.feature-list svg{width:1rem;height:1rem;color:var(--color-primary);margin-top:.25rem;flex:none}.product-description{color:var(--color-text-muted);margin-bottom:1.5rem}.collection-header{padding:6rem 0 2rem}.collection-header h1{font-size:3rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem}.collection-header p{font-size:1.15rem;color:var(--color-text-muted);margin:0}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;border-top:1px solid var(--color-border);margin-top:2rem;flex-wrap:wrap}.collection-toolbar select{border:1px solid var(--color-border);border-radius:.75rem;padding:.6rem 1rem;font-size:.95rem;background:#fff}.collection-grid-wrap{padding-bottom:6rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{padding:.5rem 1rem;border-radius:.75rem;border:1px solid var(--color-border);font-size:.9rem}.pagination a:hover{background:var(--color-surface)}.pagination .current{background:var(--color-text);color:#fff;border-color:var(--color-text)}.cart-page{padding:6rem 0}.cart-page h1{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin:0 0 1rem}.cart-page__note{font-size:1.1rem;margin-bottom:2rem}.cart-layout{display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.cart-layout{flex-direction:row}.cart-layout__items{flex:1}.cart-layout__summary{width:24rem}}.cart-item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border)}.cart-item__media{width:7rem;height:7rem;background:#fbfbfd;border-radius:1.25rem;padding:1rem;display:flex;align-items:center;justify-content:center;flex:none}.cart-item__media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.cart-item__body{flex:1;display:flex;flex-direction:column}.cart-item__row{display:flex;justify-content:space-between;gap:1rem}.cart-item__title{font-size:1.05rem;font-weight:600;margin:0}.cart-item__variant{font-size:.85rem;color:var(--color-text-muted);margin:.15rem 0 0}.cart-item__price{font-weight:600;white-space:nowrap}.cart-item__actions{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:1rem}.cart-item__remove{font-size:.85rem;color:var(--color-primary);background:none;border:none;padding:0}.cart-item__remove:hover{text-decoration:underline}.cart-summary{background:var(--color-surface);border-radius:1.5rem;padding:2rem;position:sticky;top:5.5rem}.cart-summary h2{font-size:1.25rem;font-weight:700;margin:0 0 1.5rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:.95rem;margin-bottom:.9rem}.cart-summary__row span:first-child{color:var(--color-text-muted)}.cart-summary__total{display:flex;justify-content:space-between;font-size:1.15rem;font-weight:700;border-top:1px solid var(--color-border);padding-top:1.25rem;margin:1.25rem 0 1.5rem}.cart-empty{text-align:center;padding:6rem 0}.cart-empty h1{font-size:2rem;margin:0 0 1rem}.cart-empty p{color:var(--color-text-muted);margin:0 0 2rem}.site-footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding:3rem 0 2rem;font-size:.75rem}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:repeat(4,1fr)}}.site-footer__col h3{font-size:.875rem;font-weight:600;margin:0 0 1rem}.site-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.site-footer__col a{color:var(--color-text-muted)}.site-footer__col a:hover{color:var(--color-text)}.site-footer__bottom{border-top:1px solid var(--color-border);padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--color-text-muted)}@media(min-width:768px){.site-footer__bottom{flex-direction:row;justify-content:space-between}}.site-footer__links{display:flex;gap:1rem;flex-wrap:wrap}.site-footer__payments{list-style:none;margin:0;padding:0;display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.site-footer__payments .payment-icon{display:block;width:38px;height:24px;border-radius:.25rem}.site-footer__links a:hover{color:var(--color-text)}.reviews-summary{display:flex;align-items:center;gap:1.25rem}.reviews-summary__score{font-size:3.5rem;font-weight:700;letter-spacing:-.04em;line-height:1}.rte{line-height:1.7;color:var(--color-text)}.rte h1,.rte h2,.rte h3{letter-spacing:-.02em}.page-template{padding:6rem 0;max-width:48rem;margin:0 auto}.page-template h1{font-size:2.5rem;font-weight:700;letter-spacing:-.02em}.error-404{text-align:center;padding:8rem 0}.error-404 h1{font-size:3rem;margin:0 0 1rem}.error-404 p{color:var(--color-text-muted);margin:0 0 2rem}.search-page{padding:6rem 0}.search-page h1{font-size:2.5rem;font-weight:700;margin:0 0 2rem}.search-form{display:flex;gap:.75rem;margin-bottom:3rem;max-width:32rem}.search-form input{flex:1;border:1px solid var(--color-border);border-radius:9999px;padding:.8rem 1.5rem;font-size:1rem}
/*# sourceMappingURL=/cdn/shop/t/7/assets/base.css.map */
