*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.6;color:var(--color-text, #2E2E2E);background:var(--color-bg, #FFFFFF);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;line-height:1.25;margin:0 0 .5em;letter-spacing:-.01em}h1{font-size:2.2rem}h2{font-size:1.7rem}h3{font-size:1.15rem}a{color:inherit;text-decoration:none}a:hover{color:var(--color-accent, #8BA888)}img{max-width:100%;height:auto;display:block}.page-width{max-width:1200px;margin:0 auto;padding:0 1.25rem}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.skip-link:focus{position:fixed!important;top:8px;left:8px;width:auto;height:auto;clip:auto;z-index:100;background:var(--color-accent);color:#fff;padding:.6rem 1rem;border-radius:999px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.925rem;font-weight:500;padding:.75rem 1.75rem;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:background .18s cubic-bezier(.23,1,.32,1),transform .16s cubic-bezier(.23,1,.32,1),color .18s;text-align:center}.btn:active{transform:scale(.97)}.btn--primary{background:var(--color-accent, #8BA888);color:#fff}.btn--primary:hover{background:var(--color-accent-dark, #6f8f6c);color:#fff}.btn--secondary{background:transparent;color:var(--color-text);border-color:#2e2e2e40}.btn--secondary:hover{border-color:var(--color-text);color:var(--color-text)}.btn--full{width:100%}.btn[disabled]{opacity:.5;cursor:not-allowed}input[type=text],input[type=email],input[type=tel],input[type=password],input[type=number],input[type=search],textarea,select{font-family:Inter,sans-serif;font-size:.925rem;color:var(--color-text);background:#fff;border:1px solid rgba(46,46,46,.18);border-radius:12px;padding:.7rem 1rem;width:100%;transition:border-color .15s}input:focus,textarea:focus,select:focus{outline:2px solid var(--color-accent);outline-offset:1px;border-color:var(--color-accent)}label{font-size:.85rem;font-weight:500;display:block;margin-bottom:.35rem}.announcement-bar{background:var(--color-accent, #8BA888);color:#fff;text-align:center;font-size:.8rem;font-weight:500;padding:.5rem 1rem}.site-header{position:sticky;top:0;z-index:40;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(46,46,46,.08)}.site-header__inner{display:flex;align-items:center;gap:1rem;height:64px}.site-header__logo{display:flex;align-items:center;gap:.5rem;font-family:Poppins,sans-serif;font-weight:600;font-size:1.3rem;flex-shrink:0}.site-header__logo img{max-height:40px;width:auto}.site-header__logo-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--color-accent);color:#fff;border-radius:50%}.site-header__nav{display:none;gap:.25rem;flex:1}.site-header__nav a{font-size:.9rem;font-weight:500;padding:.5rem .8rem;border-radius:999px;transition:background .15s}.site-header__nav a:hover{background:var(--color-bg-soft);color:var(--color-text)}.site-header__actions{display:flex;align-items:center;gap:.35rem;margin-left:auto}.site-header__icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:transparent;border:none;cursor:pointer;color:var(--color-text);transition:background .15s}.site-header__icon-btn:hover{background:var(--color-bg-soft)}.site-header__icon-btn svg{width:20px;height:20px}.cart-count-bubble{position:absolute;top:2px;right:0;background:var(--color-accent);color:#fff;font-size:.65rem;font-weight:600;min-width:17px;height:17px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px}.header-search{display:none;flex:1;max-width:380px;position:relative}.header-search input{border-radius:999px;background:var(--color-bg-soft);border-color:transparent;padding-left:2.5rem}.header-search svg{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#2e2e2e73;pointer-events:none}.menu-drawer-toggle{display:inline-flex}.menu-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;visibility:hidden}.menu-drawer[open]{visibility:visible}.menu-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;transition:opacity .25s}.menu-drawer[open] .menu-drawer__overlay{opacity:1}.menu-drawer__panel{position:absolute;top:0;left:0;bottom:0;width:min(300px,85vw);background:#fff;transform:translate(-100%);transition:transform .28s cubic-bezier(.23,1,.32,1);overflow-y:auto;padding:1.25rem}.menu-drawer[open] .menu-drawer__panel{transform:translate(0)}.menu-drawer__nav a{display:block;padding:.7rem .85rem;border-radius:12px;font-weight:500;font-size:.95rem}.menu-drawer__nav a:hover{background:var(--color-bg-soft);color:var(--color-text)}@media(min-width:990px){.site-header__nav{display:flex}.header-search{display:block}.menu-drawer-toggle{display:none}}.hero{position:relative;border-radius:24px;overflow:hidden;margin:1.5rem auto;background:var(--color-bg-soft)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f7f5f2eb,#f7f5f28c 45%,#f7f5f200 75%)}.hero__content{position:relative;padding:4rem 2rem;max-width:560px}.hero__eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent-dark, #6f8f6c);margin-bottom:.75rem}.hero__heading{font-size:clamp(2rem,5vw,3.2rem);margin-bottom:1rem}.hero__text{font-size:1.05rem;color:#2e2e2ebf;margin-bottom:1.75rem}.hero__buttons{display:flex;gap:.75rem;flex-wrap:wrap}@media(min-width:750px){.hero__content{padding:6.5rem 3rem}}.section{padding:3rem 0}.section--soft{background:var(--color-bg-soft)}.section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.section__subtitle{color:#2e2e2e99;margin:.25rem 0 0}.section__link{font-size:.9rem;font-weight:500;color:var(--color-accent-dark, #6f8f6c);white-space:nowrap}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:750px){.collection-grid{grid-template-columns:repeat(5,1fr)}}.collection-card{display:block;text-align:center}.collection-card__image{border-radius:20px;overflow:hidden;background:var(--color-bg-soft);aspect-ratio:1;margin-bottom:.7rem}.collection-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s cubic-bezier(.23,1,.32,1)}.collection-card:hover .collection-card__image img{transform:scale(1.045)}.collection-card__title{font-family:Poppins,sans-serif;font-weight:500;font-size:.95rem;color:var(--color-text)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;list-style:none;margin:0;padding:0}@media(min-width:750px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.4rem}}.product-card{position:relative}.product-card__media{position:relative;border-radius:20px;overflow:hidden;background:var(--color-bg-soft);aspect-ratio:1;margin-bottom:.8rem}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s cubic-bezier(.23,1,.32,1)}.product-card:hover .product-card__media img{transform:scale(1.045)}.product-card__badge{position:absolute;top:10px;left:10px;background:#e4572e;color:#fff;font-size:.7rem;font-weight:600;padding:.25rem .65rem;border-radius:999px}.product-card__badge--soldout{background:#2e2e2ebf}.product-card__title{font-weight:500;font-size:.95rem;margin-bottom:.25rem;color:var(--color-text)}.product-card__price{font-size:.95rem;font-weight:600}.product-card__price s{color:#2e2e2e73;font-weight:400;margin-left:.4rem}.promo-banner{border-radius:24px;overflow:hidden;position:relative;background:var(--color-accent);color:#fff}.promo-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.promo-banner__media img{width:100%;height:100%;object-fit:cover;opacity:.85}.promo-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#2e2e2e8c,#2e2e2e1a)}.promo-banner__content{position:relative;padding:3.5rem 2.5rem;max-width:520px}.promo-banner__content h2{color:#fff}.promo-banner__content p{color:#ffffffd9;margin-bottom:1.5rem}.newsletter{text-align:center;max-width:520px;margin:0 auto}.newsletter__form{display:flex;gap:.6rem;margin-top:1.4rem}.newsletter__form input{border-radius:999px}.newsletter__success{color:var(--color-accent-dark, #6f8f6c);font-weight:500;margin-top:1rem}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.collection-toolbar__count{font-size:.9rem;color:#2e2e2e99}.facets{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.facets select{width:auto;border-radius:999px;padding:.55rem 2.2rem .55rem 1rem}.facets details{position:relative}.facets summary{list-style:none;cursor:pointer;font-size:.9rem;font-weight:500;padding:.55rem 1.1rem;border:1px solid rgba(46,46,46,.2);border-radius:999px;background:#fff;-webkit-user-select:none;user-select:none}.facets summary::-webkit-details-marker{display:none}.facets__panel{position:absolute;top:calc(100% + 8px);left:0;z-index:30;background:#fff;border:1px solid rgba(46,46,46,.1);border-radius:16px;box-shadow:0 10px 30px #00000014;padding:1.1rem;min-width:260px}.facets__list{list-style:none;margin:0;padding:0;max-height:260px;overflow-y:auto}.facets__item{display:flex;align-items:center;gap:.5rem;padding:.3rem 0;font-size:.9rem}.facets__item input{width:auto}.facets__price-row{display:flex;gap:.6rem;align-items:center}.active-facets{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.active-facets a{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;background:var(--color-bg-soft);border-radius:999px;padding:.3rem .8rem}.collection-hero{padding:2.5rem 0 1rem}.collection-hero__description{color:#2e2e2ea6;max-width:640px}.breadcrumbs{font-size:.82rem;color:#2e2e2e8c;padding:1.2rem 0 0}.breadcrumbs a:hover{color:var(--color-accent-dark)}.product-page{display:grid;gap:2.5rem;padding:2rem 0 3.5rem}@media(min-width:990px){.product-page{grid-template-columns:1.1fr 1fr;align-items:start}}.product-gallery__main{border-radius:24px;overflow:hidden;background:var(--color-bg-soft);aspect-ratio:1;margin-bottom:.9rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.6rem}.product-gallery__thumb{border-radius:14px;overflow:hidden;background:var(--color-bg-soft);aspect-ratio:1;border:2px solid transparent;cursor:pointer;padding:0}.product-gallery__thumb.is-active{border-color:var(--color-accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-dark, #6f8f6c);margin-bottom:.5rem}.product-info__title{font-size:1.9rem;margin-bottom:.6rem}.product-info__price{font-size:1.35rem;font-weight:600;margin-bottom:1.2rem}.product-info__price s{color:#2e2e2e73;font-weight:400;font-size:1.05rem;margin-left:.5rem}.product-info__description{color:#2e2e2ebf;margin-bottom:1.5rem}.variant-selects{margin-bottom:1.25rem}.variant-selects fieldset{border:none;padding:0;margin:0 0 1rem}.variant-selects legend{font-size:.85rem;font-weight:500;margin-bottom:.5rem;padding:0}.variant-pills{display:flex;gap:.5rem;flex-wrap:wrap}.variant-pill{position:relative}.variant-pill input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.variant-pill span{display:inline-block;padding:.5rem 1.1rem;border:1px solid rgba(46,46,46,.22);border-radius:999px;font-size:.88rem;transition:all .15s}.variant-pill input:checked+span{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.quantity-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.quantity-input{display:inline-flex;align-items:center;border:1px solid rgba(46,46,46,.22);border-radius:999px;overflow:hidden}.quantity-input button{width:40px;height:42px;background:none;border:none;font-size:1.1rem;cursor:pointer;color:var(--color-text)}.quantity-input input{width:48px;border:none;text-align:center;padding:0;border-radius:0;-moz-appearance:textfield}.quantity-input input::-webkit-inner-spin-button{-webkit-appearance:none}.quantity-input input:focus{outline:none}.product-buy-buttons{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.5rem}.product-trust{display:grid;gap:.6rem;background:var(--color-bg-soft);border-radius:16px;padding:1.1rem 1.25rem;font-size:.85rem}.product-trust__item{display:flex;align-items:center;gap:.6rem}.product-trust__item svg{width:17px;height:17px;color:var(--color-accent-dark, #6f8f6c);flex-shrink:0}.cart-page{padding:2.5rem 0 3.5rem}.cart-layout{display:grid;gap:2rem}@media(min-width:990px){.cart-layout{grid-template-columns:1.6fr 1fr;align-items:start}}.cart-items{list-style:none;margin:0;padding:0}.cart-item{display:grid;grid-template-columns:88px 1fr auto;gap:1rem;padding:1.1rem 0;border-bottom:1px solid rgba(46,46,46,.08);align-items:center}.cart-item__image{border-radius:14px;overflow:hidden;background:var(--color-bg-soft);aspect-ratio:1}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:500;font-size:.95rem}.cart-item__variant{font-size:.8rem;color:#2e2e2e8c}.cart-item__price{font-weight:600;font-size:.95rem}.cart-item__remove{font-size:.8rem;color:#2e2e2e80;background:none;border:none;cursor:pointer;text-decoration:underline;padding:0}.cart-item__remove:hover{color:#e4572e}.cart-item__controls{display:flex;align-items:center;gap:.9rem;margin-top:.5rem}.cart-summary{background:var(--color-bg-soft);border-radius:20px;padding:1.5rem;position:sticky;top:84px}.cart-summary__row{display:flex;justify-content:space-between;font-size:.92rem;padding:.35rem 0}.cart-summary__total{display:flex;justify-content:space-between;font-weight:600;font-size:1.1rem;border-top:1px solid rgba(46,46,46,.1);margin-top:.6rem;padding-top:.9rem}.cart-summary__note{font-size:.8rem;color:#2e2e2e8c;margin:.6rem 0 1rem}.free-shipping-bar{margin-bottom:1rem}.free-shipping-bar__label{font-size:.82rem;margin-bottom:.4rem}.free-shipping-bar__track{height:6px;background:#2e2e2e1a;border-radius:999px;overflow:hidden}.free-shipping-bar__fill{height:100%;background:var(--color-accent);border-radius:999px;transition:width .3s}.cart-empty{text-align:center;padding:4rem 0}.search-page{padding:2.5rem 0 3.5rem}.search-page__form{max-width:560px;margin:1.25rem 0 2rem;display:flex;gap:.6rem}.search-page__form input{border-radius:999px}.pagination{display:flex;justify-content:center;gap:.4rem;padding:2.5rem 0 0;list-style:none}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;border-radius:50%;font-size:.9rem;padding:0 .5rem}.pagination a:hover{background:var(--color-bg-soft);color:var(--color-text)}.pagination .pagination__current{background:var(--color-accent);color:#fff}.site-footer{background:var(--color-bg-soft);margin-top:3rem;padding:3rem 0 1.5rem}.site-footer__grid{display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:2.5rem}@media(min-width:750px){.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr}}.site-footer__brand p{color:#2e2e2ea6;font-size:.9rem;max-width:300px}.site-footer h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.site-footer__links{list-style:none;margin:0;padding:0}.site-footer__links li{margin-bottom:.55rem}.site-footer__links a{font-size:.9rem;color:#2e2e2eb3}.site-footer__links a:hover{color:var(--color-accent-dark)}.site-footer__contact{font-size:.9rem;color:#2e2e2eb3;font-style:normal}.site-footer__social{display:flex;gap:.6rem;margin-top:1rem}.site-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fff;color:var(--color-text);transition:all .15s}.site-footer__social a:hover{background:var(--color-accent);color:#fff}.site-footer__social svg{width:16px;height:16px}.trust-badges{display:flex;gap:1.5rem;flex-wrap:wrap;border-top:1px solid rgba(46,46,46,.1);padding-top:1.5rem;margin-bottom:1rem}.trust-badge{display:flex;align-items:center;gap:.55rem;font-size:.85rem;font-weight:500}.trust-badge svg{width:18px;height:18px;color:var(--color-accent-dark, #6f8f6c)}.site-footer__bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.8rem;color:#2e2e2e80}.page-template{max-width:760px;margin:0 auto;padding:3rem 1.25rem}.page-template .rte{color:#2e2e2ecc}.rte img{border-radius:20px}.customer-page{max-width:560px;margin:0 auto;padding:3rem 1.25rem}.customer-page--wide{max-width:1000px}.customer-page form{display:grid;gap:1rem}.customer-page .form-errors{background:#fdecea;border-radius:12px;padding:.9rem 1.1rem;font-size:.88rem;color:#b3261e}.customer-table{width:100%;border-collapse:collapse;font-size:.9rem}.customer-table th,.customer-table td{text-align:left;padding:.75rem .6rem;border-bottom:1px solid rgba(46,46,46,.08)}.template-404 .page-404{text-align:center;padding:5rem 1.25rem}.page-404 h1{font-size:3rem}.center{text-align:center}.mt-2{margin-top:2rem}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
