:root{--color-background: #ffffff;--color-foreground: #1e2a3a;--color-card: #ffffff;--color-primary: #0a7a50;--color-primary-foreground: #ffffff;--color-secondary: #0369a1;--color-secondary-foreground: #ffffff;--color-muted: #f3f7f4;--color-muted-foreground: #6b7280;--color-accent: #f97316;--color-accent-foreground: #ffffff;--color-destructive: #ef4444;--color-border: #e5e7eb;--color-input: #e5e7eb;--font-display: "Montserrat", sans-serif;--font-body: "Inter", sans-serif;--radius: .75rem;--container-max: 1400px;--container-padding: 2rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-foreground);background:var(--color-background);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}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none}.container{max-width:var(--container-max);margin:0 auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}.skip-to-content{position:absolute;left:-9999px;top:0;z-index:9999;padding:.5rem 1rem;background:var(--color-primary);color:var(--color-primary-foreground)}.skip-to-content:focus{left:0}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.announcement-bar{background:var(--color-primary);color:var(--color-primary-foreground);text-align:center;padding:.5rem 1rem;font-size:.8125rem;font-weight:500}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--color-border);background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;padding-bottom:1rem}.header-logo img{height:48px;width:auto}.header-search{flex:1;max-width:28rem;margin:0 1rem}.header-search form{position:relative}.header-search input{width:100%;padding:.5rem 1rem .5rem 2.5rem;border-radius:var(--radius);border:1px solid var(--color-border);background:var(--color-muted);font-size:.875rem;outline:none;transition:box-shadow .2s}.header-search input:focus{box-shadow:0 0 0 2px #0a7a504d}.header-search .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--color-muted-foreground);pointer-events:none}.header-actions{display:flex;align-items:center;gap:.5rem}.cart-toggle{position:relative;background:none;border:none;padding:.5rem;color:var(--color-foreground)}.cart-toggle svg{width:20px;height:20px}.cart-count{position:absolute;top:-4px;right:-4px;width:18px;height:18px;border-radius:50%;background:var(--color-accent);color:var(--color-accent-foreground);font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center}.main-nav{background:var(--color-primary);position:relative}.main-nav ul{display:flex;align-items:center;justify-content:center}.main-nav li{position:relative}.main-nav a,.main-nav button.nav-link{display:flex;align-items:center;gap:.25rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:700;letter-spacing:.025em;color:var(--color-primary-foreground);background:none;border:none;white-space:nowrap;transition:background .2s}.main-nav a:hover,.main-nav button.nav-link:hover{background:#ffffff26}.main-nav .nav-highlight{background:var(--color-accent);color:var(--color-accent-foreground)}.main-nav .nav-highlight:hover{background:var(--color-accent);opacity:.9}.nav-link .chevron{width:12px;height:12px;transition:transform .2s}.nav-link[aria-expanded=true] .chevron{transform:rotate(180deg)}.mega-menu{display:none;position:absolute;top:100%;left:0;min-width:500px;background:var(--color-background);border:1px solid var(--color-border);border-radius:0 0 var(--radius) var(--radius);padding:1.5rem;box-shadow:0 10px 25px #0000001a;z-index:50}.mega-menu.right-aligned{left:auto;right:0}.mega-menu.is-open{display:block}.mega-menu__see-all{display:inline-block;margin-bottom:1rem;font-size:.875rem;font-weight:700;color:var(--color-primary)}.mega-menu__see-all:hover{text-decoration:underline}.mega-menu__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.mega-menu__item{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;text-align:left}.mega-menu__item span{width:100%;border-bottom:1px solid var(--color-border);padding-bottom:.25rem;font-family:var(--font-display);font-size:.875rem;font-weight:700;color:var(--color-foreground);transition:color .2s}.mega-menu__item:hover span{color:var(--color-primary)}.mobile-menu-toggle{display:none;background:none;border:none;padding:.5rem;color:var(--color-foreground)}.mobile-menu-toggle svg{width:24px;height:24px}.mobile-nav{display:none;background:var(--color-background);border-top:1px solid var(--color-border);max-height:70vh;overflow-y:auto}.mobile-nav.is-open{display:block}.mobile-nav__item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:700;letter-spacing:.025em;color:var(--color-foreground);background:none;border:none;border-bottom:1px solid var(--color-border);text-align:left}.mobile-nav__item:hover{background:var(--color-muted)}.mobile-nav__item.highlight{background:var(--color-accent);color:var(--color-accent-foreground)}.mobile-nav__submenu{display:none;background:var(--color-muted);padding:.5rem 1rem}.mobile-nav__submenu.is-open{display:block}.mobile-nav__submenu a{display:block;padding:.5rem .75rem;font-size:.875rem;font-weight:600;color:var(--color-foreground);border-radius:.375rem;transition:background .2s,color .2s}.mobile-nav__submenu a:hover{background:var(--color-primary);color:var(--color-primary-foreground)}.mobile-nav__see-all{display:block;padding:.5rem .75rem;font-size:.875rem;font-weight:700;color:var(--color-primary);margin-bottom:.25rem}.mobile-nav__sub-grid{display:grid;grid-template-columns:1fr 1fr;gap:.25rem}@media(max-width:767px){.header-search,.main-nav{display:none}.mobile-menu-toggle{display:block}}@media(min-width:768px){.mobile-nav{display:none!important}}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(10,122,80,.1),rgba(3,105,161,.05),var(--color-background))}.hero .container{padding-top:4rem;padding-bottom:4rem}.hero__inner{display:flex;align-items:center}.hero__content{max-width:40rem;position:relative;z-index:2}.hero__title{font-size:2.25rem;font-weight:800;color:var(--color-foreground);line-height:1.1}.hero__title .highlight{color:var(--color-primary)}.hero__description{margin-top:1rem;font-size:1.125rem;color:var(--color-muted-foreground);max-width:32rem}.hero__cta{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem}.hero__badges{margin-top:2rem;display:flex;gap:1.5rem;font-size:.875rem;color:var(--color-muted-foreground);flex-wrap:wrap}.hero__badge{display:flex;align-items:center;gap:.5rem}.hero__badge-icon{width:2rem;height:2rem;border-radius:50%;background:#0a7a501a;display:flex;align-items:center;justify-content:center;font-size:1rem}.hero__deco{position:absolute;right:0;top:0;width:33%;height:100%;background:linear-gradient(to left,rgba(10,122,80,.05),transparent)}.hero--split .hero__inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.hero__image{display:flex;justify-content:center;align-items:center}.hero__split-img{width:100%;max-width:100%;height:auto;border-radius:var(--radius);object-fit:cover}.hero--background{background:none}.hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg-img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-foreground);pointer-events:none}.hero__title--on-image{color:#fff}.hero__title--on-image .highlight{color:var(--color-accent)}.hero__description--on-image{color:#ffffffd9}.hero__badges--on-image{color:#fffc}.hero__badges--on-image .hero__badge-icon{background:#ffffff26}@media(min-width:768px){.hero .container{padding-top:6rem;padding-bottom:6rem}.hero__title{font-size:3.75rem}.hero__description{font-size:1.25rem}.hero--split .hero__inner{grid-template-columns:1fr 1fr;gap:3rem}.hero__split-img{max-height:480px}}@media(min-width:1024px){.hero--split .hero__inner{gap:4rem}.hero__split-img{max-height:540px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;border-radius:var(--radius);font-family:var(--font-display);font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:background .2s,opacity .2s;text-decoration:none}.btn--primary{background:var(--color-accent);color:var(--color-accent-foreground)}.btn--primary:hover{opacity:.9}.btn--outline{background:transparent;border:1px solid var(--color-border);color:var(--color-foreground)}.btn--outline:hover{border-color:var(--color-primary);color:var(--color-primary)}.btn--sm{padding:.375rem .75rem;font-size:.875rem}.btn--lg{padding:.875rem 2.5rem;font-size:1.125rem}.btn--full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.product-card{position:relative;display:flex;flex-direction:column;background:var(--color-card);border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border);transition:box-shadow .3s;animation:fadeIn .4s ease-out}.product-card:hover{box-shadow:0 8px 25px #00000014}.product-card__link{display:flex;flex-direction:column;flex:1;text-decoration:none;color:inherit}.product-card__image{aspect-ratio:1;background:var(--color-muted);overflow:hidden;position:relative}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .3s}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__body{padding:1rem;display:flex;flex-direction:column;flex:1}.product-card__title{font-family:var(--font-display);font-weight:700;font-size:.875rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.product-card:hover .product-card__title{color:var(--color-primary)}.product-card__footer,.product-card__bottom{padding:0 1rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.product-card__price{font-family:var(--font-display);font-weight:800;font-size:1.125rem;color:var(--color-primary)}.product-card__atc-form{margin:0;padding:0;line-height:0;flex-shrink:0}@media(max-width:479px){.product-card__price{font-size:.875rem}}.product-card__atc{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:var(--radius);background:var(--color-accent);color:var(--color-accent-foreground);border:none;display:flex;align-items:center;justify-content:center;transition:opacity .2s,transform .15s;cursor:pointer}.product-card__atc:hover{opacity:.9;transform:scale(1.08)}.product-card__atc:active{transform:scale(.95)}.product-card__atc svg{width:16px;height:16px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.section-heading{font-family:var(--font-display);font-size:1.875rem;font-weight:800;color:var(--color-foreground);margin-bottom:2rem}.breadcrumb{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--color-muted-foreground);margin-bottom:1.5rem}.breadcrumb a{transition:color .2s}.breadcrumb a:hover{color:var(--color-primary)}.breadcrumb__sep{width:12px;height:12px}.breadcrumb__current{color:var(--color-foreground);font-weight:500}.filter-chips{display:flex;gap:.5rem;margin-bottom:2rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.25rem}.filter-chips::-webkit-scrollbar{display:none}.filter-chip{display:inline-block;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;border:1px solid var(--color-border);background:var(--color-background);color:var(--color-foreground);text-decoration:none;transition:border-color .2s,color .2s;white-space:nowrap;flex-shrink:0}.filter-chip:hover{border-color:var(--color-primary);color:var(--color-primary)}.filter-chip.active{background:var(--color-primary);color:var(--color-primary-foreground);border-color:var(--color-primary)}@media(min-width:768px){.filter-chips{flex-wrap:wrap;overflow-x:visible}.filter-chip{flex-shrink:1}}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.collection-toolbar__count{font-size:.875rem;color:var(--color-muted-foreground)}.collection-toolbar__actions{display:flex;align-items:center;gap:.625rem}.collection-toolbar__filter-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-background);font-size:.8125rem;font-weight:600;cursor:pointer;transition:border-color .2s;white-space:nowrap}.collection-toolbar__filter-btn:hover{border-color:var(--color-primary)}.collection-toolbar__badge{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--color-primary);color:#fff;font-size:.6875rem;font-weight:700}.collection-toolbar__sort-wrapper{position:relative;display:inline-flex;align-items:center}.collection-toolbar__sort-label{font-size:.8125rem;font-weight:600;white-space:nowrap;margin-right:.25rem}.collection-toolbar__sort-wrapper select{appearance:none;-webkit-appearance:none;padding:.5rem 2rem .5rem .5rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-background);font-size:.8125rem;font-weight:700;cursor:pointer;outline:none;min-width:8rem}.collection-toolbar__sort-wrapper select:focus{border-color:var(--color-primary)}.collection-toolbar__sort-chevron{position:absolute;right:.625rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--color-muted-foreground)}@media(max-width:479px){.collection-toolbar{flex-direction:column;align-items:flex-start}.collection-toolbar__actions{width:100%;justify-content:space-between}}.filter-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:99;display:none;opacity:0;transition:opacity .3s}.filter-drawer-overlay.is-open{display:block;opacity:1}.filter-drawer{position:fixed;top:0;right:0;width:100%;max-width:24rem;height:100%;background:var(--color-background);z-index:100;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;box-shadow:-4px 0 25px #00000014}.filter-drawer.is-open{transform:translate(0)}@media(min-width:1024px){.filter-drawer-overlay,.filter-drawer,.collection-toolbar__filter-btn--mobile{display:none!important}}.inline-filters{display:none;flex-wrap:wrap;gap:.5rem;align-items:center;margin:0}@media(min-width:768px){.inline-filters{display:flex}}.inline-filter{position:relative}.inline-filter__button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;border:1px solid var(--color-border);border-radius:9999px;background:var(--color-background);color:var(--color-foreground);font-family:var(--font-display);font-size:.8125rem;font-weight:700;cursor:pointer;transition:all .2s;white-space:nowrap;line-height:1.2}.inline-filter__button:hover{border-color:var(--color-primary);color:var(--color-primary)}.inline-filter__button svg{transition:transform .2s;flex-shrink:0}.inline-filter--open .inline-filter__button,.inline-filter--active .inline-filter__button{border-color:var(--color-primary);color:var(--color-primary);background:#0a7a500f}.inline-filter--open .inline-filter__button svg{transform:rotate(180deg)}.inline-filter__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.125rem;height:1.125rem;padding:0 .375rem;border-radius:9999px;background:var(--color-primary);color:#fff;font-size:.6875rem;font-weight:700}.inline-filter__panel{display:none;position:absolute;top:calc(100% + .5rem);right:0;z-index:30;min-width:15rem;max-width:22rem;padding:1rem;background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 10px 30px #0000001f}.inline-filter--open .inline-filter__panel{display:block}.inline-filter__list{list-style:none;padding:0;margin:0;max-height:18rem;overflow-y:auto}.inline-filter__checkbox{display:flex;align-items:center;gap:.625rem;padding:.5rem .375rem;font-size:.875rem;cursor:pointer;border-radius:.375rem;transition:background .15s}.inline-filter__checkbox:hover{background:var(--color-muted)}.inline-filter__checkbox input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--color-primary);cursor:pointer;flex-shrink:0}.inline-filter__checkbox input:disabled+span{opacity:.4}.inline-filter__value-count{color:var(--color-muted-foreground);font-size:.75rem;margin-left:auto}.inline-filter__price-range{display:flex;align-items:flex-end;gap:.5rem;margin-bottom:.75rem}.inline-filter__price-field{flex:1}.inline-filter__price-field label{display:block;font-size:.6875rem;color:var(--color-muted-foreground);margin-bottom:.25rem}.inline-filter__price-field input{width:100%;padding:.5rem;border:1px solid var(--color-border);border-radius:.375rem;font-size:.875rem;outline:none}.inline-filter__price-field input:focus{border-color:var(--color-primary)}.inline-filter__apply{width:100%}.filter-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border);flex-shrink:0}.filter-drawer__title{font-family:var(--font-display);font-weight:700;font-size:1.125rem}.filter-drawer__close{background:none;border:none;padding:.25rem;cursor:pointer;color:var(--color-foreground)}.filter-drawer__body{flex:1;overflow-y:auto;padding:0}.filter-drawer__group{border-bottom:1px solid var(--color-border)}.filter-drawer__details{border:none}.filter-drawer__summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;cursor:pointer;font-size:.9375rem;font-weight:500;list-style:none;transition:background .15s}.filter-drawer__summary:hover{background:var(--color-muted)}.filter-drawer__summary::-webkit-details-marker{display:none}.filter-drawer__summary svg{transition:transform .2s;flex-shrink:0}.filter-drawer__details[open] .filter-drawer__summary svg{transform:rotate(90deg)}.filter-drawer__content{padding:0 1.5rem 1rem}.filter-drawer__list{list-style:none;padding:0;margin:0;max-height:16rem;overflow-y:auto}.filter-drawer__list li{margin-bottom:.125rem}.filter-drawer__checkbox{display:flex;align-items:center;gap:.625rem;font-size:.875rem;cursor:pointer;padding:.5rem .25rem;border-radius:.25rem;transition:background .15s}.filter-drawer__checkbox:hover{background:var(--color-muted)}.filter-drawer__checkbox input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--color-primary);flex-shrink:0;cursor:pointer}.filter-drawer__checkbox input:disabled+span{opacity:.4}.filter-drawer__value-count{color:var(--color-muted-foreground);font-size:.75rem;margin-left:auto}.filter-drawer__price-range{display:flex;align-items:flex-end;gap:.5rem}.filter-drawer__price-field{flex:1}.filter-drawer__price-field label{display:block;font-size:.75rem;color:var(--color-muted-foreground);margin-bottom:.25rem}.filter-drawer__price-field input{width:100%;padding:.5rem;border:1px solid var(--color-border);border-radius:.375rem;font-size:.875rem;outline:none}.filter-drawer__price-field input:focus{border-color:var(--color-primary)}.filter-drawer__price-sep{color:var(--color-muted-foreground);padding-bottom:.5rem}.filter-drawer__footer{padding:1rem 1.5rem;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.collection-active-filters{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:1.25rem}.collection-active-filter{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:9999px;background:var(--color-muted);color:var(--color-foreground);font-size:.75rem;font-weight:500;text-decoration:none;transition:background .2s}.collection-active-filter:hover{background:var(--color-border)}.collection-active-filter--clear{background:none;color:var(--color-primary);font-weight:600}.product-detail{padding-top:2rem;padding-bottom:4rem}.product-detail__back{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--color-muted-foreground);margin-bottom:1.5rem;transition:color .2s}.product-detail__back:hover{color:var(--color-foreground)}.product-detail__grid{display:grid;gap:2rem}.product-detail__grid>*{min-width:0;max-width:100%}@media(min-width:768px){.product-detail__grid{grid-template-columns:1fr 1fr;gap:3rem}}.product-detail__gallery-main{aspect-ratio:1;background:var(--color-muted);border-radius:var(--radius);overflow:hidden;max-width:100%}.product-detail__gallery-main img{width:100%;height:100%;max-width:100%;object-fit:contain;padding:1.5rem;display:block}.product-detail__gallery-thumbs{display:flex;gap:.5rem;overflow-x:auto;margin-top:1rem}.product-detail__thumb{width:4rem;height:4rem;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;flex-shrink:0;cursor:pointer;transition:border-color .2s;background:none;padding:0}.product-detail__thumb.active{border-color:var(--color-primary)}.product-detail__thumb img{width:100%;height:100%;object-fit:cover}.product-detail__title{font-family:var(--font-display);font-size:1.875rem;font-weight:800;color:var(--color-foreground)}.product-detail__price{margin-top:1rem;font-family:var(--font-display);font-size:1.875rem;font-weight:800;color:var(--color-primary);display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.product-detail__compare-price{font-size:1.25rem;font-weight:500;color:var(--color-muted-foreground);text-decoration:line-through}.product-detail__save-badge{font-size:.8125rem;font-weight:700;background:var(--color-destructive);color:#fff;padding:.2rem .5rem;border-radius:9999px}.variant-picker{margin-top:1.5rem}.variant-picker__label{font-size:.875rem;font-weight:500;margin-bottom:.5rem}.variant-picker__options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-btn{padding:.5rem .75rem;border-radius:var(--radius);border:1px solid var(--color-border);font-size:.875rem;background:none;transition:border-color .2s,background .2s;cursor:pointer}.variant-btn:hover{border-color:#0a7a5080}.variant-btn.active{border-color:var(--color-primary);background:#0a7a501a;color:var(--color-primary);font-weight:500}.variant-btn.sold-out{opacity:.5;text-decoration:line-through}.product-detail__atc{margin-top:2rem}.product-detail__atc-row{display:flex;align-items:stretch;gap:.75rem}.product-detail__atc-btn{flex:1}.qty-selector{display:inline-flex;align-items:center;border:1.5px solid var(--color-border);border-radius:var(--radius);background:var(--color-background);overflow:hidden;flex-shrink:0}.qty-selector__btn{display:flex;align-items:center;justify-content:center;width:2.75rem;height:100%;min-height:2.75rem;background:none;border:none;color:var(--color-foreground);cursor:pointer;transition:background .15s}.qty-selector__btn:hover{background:var(--color-muted);color:var(--color-primary)}.qty-selector__input{width:2.75rem;height:100%;min-height:2.75rem;border:none;background:none;text-align:center;font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--color-foreground);-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;padding:0}.qty-selector__input::-webkit-outer-spin-button,.qty-selector__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-selector__input:focus{outline:none}.qty-selector--compact .qty-selector__btn{width:2.25rem;min-height:2.25rem}.qty-selector--compact .qty-selector__input{width:2.25rem;min-height:2.25rem;font-size:.875rem}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:50;background:var(--color-background);border-top:1px solid var(--color-border);box-shadow:0 -4px 20px #00000014;transform:translateY(100%);transition:transform .3s ease;padding:.75rem 0}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.sticky-atc__info{display:flex;align-items:center;gap:.875rem;flex:1;min-width:0}.sticky-atc__image{width:3.5rem;height:3.5rem;border-radius:var(--radius);overflow:hidden;background:var(--color-muted);flex-shrink:0}.sticky-atc__image img{width:100%;height:100%;object-fit:contain;padding:.25rem}.sticky-atc__text{min-width:0;flex:1}.sticky-atc__title{font-family:var(--font-display);font-size:.875rem;font-weight:700;color:var(--color-foreground);margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.sticky-atc__price{font-family:var(--font-display);font-size:1rem;font-weight:800;color:var(--color-primary)}.sticky-atc__stock{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-foreground)}.sticky-atc__stock strong{font-weight:700}.sticky-atc__delivery{color:var(--color-muted-foreground);font-size:.75rem}.sticky-atc__dot{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.sticky-atc__stock--in .sticky-atc__dot{background:#22c55e}.sticky-atc__stock--out .sticky-atc__dot{background:#f59e0b}.sticky-atc__form{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.sticky-atc__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#1e2a3a;color:#fff;border:none;border-radius:9999px;font-family:var(--font-display);font-size:.875rem;font-weight:700;cursor:pointer;transition:opacity .15s;white-space:nowrap}.sticky-atc__btn:hover{opacity:.9}.sticky-atc__btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:639px){.sticky-atc{padding:.625rem 0}.sticky-atc__image{display:none}.sticky-atc__title{font-size:.8125rem}.sticky-atc__delivery{display:none}.sticky-atc__meta{gap:.5rem}.sticky-atc__btn{padding:.5rem .875rem;font-size:.8125rem}}.product-detail__delivery{display:flex;align-items:center;gap:.625rem;margin-top:1rem;padding:.75rem 1rem;background:var(--color-muted);border-radius:var(--radius);font-size:.875rem;color:var(--color-foreground)}.product-detail__delivery svg{flex-shrink:0;color:var(--color-primary)}.product-detail__delivery strong{color:var(--color-primary);font-weight:700}.product-detail__desc{margin-top:2rem;border-top:1px solid var(--color-border);padding-top:1.5rem}.product-detail__desc h2{font-family:var(--font-display);font-weight:700;font-size:1.125rem;margin-bottom:.75rem}.product-detail__desc p{color:var(--color-muted-foreground);line-height:1.7}.product-detail__desc--collapsible .product-detail__desc-content{position:relative;max-height:14rem;overflow:hidden;transition:max-height .3s ease}.product-detail__desc--collapsible .product-detail__desc-content:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4rem;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--color-background));pointer-events:none;transition:opacity .3s ease}.product-detail__desc--collapsible.is-expanded .product-detail__desc-content{max-height:none}.product-detail__desc--collapsible.is-expanded .product-detail__desc-content:after{opacity:0}.product-detail__desc-toggle{display:inline-flex;align-items:center;gap:.375rem;margin-top:.75rem;padding:.5rem 0;background:none;border:none;color:var(--color-primary);font-family:var(--font-display);font-size:.9375rem;font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.product-detail__desc-toggle:hover{opacity:.8}.product-detail__desc-toggle svg{transition:transform .25s ease}.product-detail__desc--collapsible.is-expanded .product-detail__desc-toggle svg{transform:rotate(180deg)}.product-detail__desc-toggle-less,.product-detail__desc--collapsible.is-expanded .product-detail__desc-toggle-more{display:none}.product-detail__desc--collapsible.is-expanded .product-detail__desc-toggle-less{display:inline}.product-detail__trust{margin-top:2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:center}.trust-item{padding:.75rem;border-radius:var(--radius);background:var(--color-muted)}.trust-item__icon{font-size:1.25rem;margin-bottom:.25rem}.trust-item__text{font-size:.75rem;font-weight:500}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:32rem;height:100%;background:var(--color-background);box-shadow:-4px 0 25px #0000001a;z-index:100;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-drawer.is-open{transform:translate(0)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:99;display:none}.cart-overlay.is-open{display:block}.cart-drawer__header{padding:1.5rem;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center}.cart-drawer__title{font-family:var(--font-display);font-weight:700;font-size:1.125rem}.cart-drawer__close{background:none;border:none;padding:.25rem;color:var(--color-foreground)}.cart-drawer__close svg{width:20px;height:20px}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.5rem}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--color-muted-foreground);text-align:center}.cart-drawer__empty svg{width:3rem;height:3rem;margin-bottom:1rem}.cart-item{display:flex;gap:1rem;padding:.5rem;border-radius:var(--radius)}.cart-item+.cart-item{margin-top:1rem}.cart-item__image{width:4rem;height:4rem;border-radius:.375rem;background:var(--color-muted);overflow:hidden;flex-shrink:0}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1;min-width:0}.cart-item__title{font-weight:500;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item__variant{font-size:.75rem;color:var(--color-muted-foreground)}.cart-item__price{font-weight:600;font-size:.875rem;color:var(--color-primary)}.cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.cart-item__remove{background:none;border:none;padding:.125rem;color:var(--color-destructive)}.cart-item__remove svg{width:12px;height:12px}.cart-item__qty{display:flex;align-items:center;gap:.25rem}.cart-item__qty button{width:1.5rem;height:1.5rem;border-radius:.375rem;border:1px solid var(--color-border);background:none;display:flex;align-items:center;justify-content:center;font-size:.75rem}.cart-item__qty span{width:2rem;text-align:center;font-size:.875rem}.cart-drawer__footer{border-top:1px solid var(--color-border);padding:1.5rem}.cart-drawer__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-drawer__total-label{font-family:var(--font-display);font-weight:700;font-size:1.125rem}.cart-drawer__total-price{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--color-primary)}.newsletter{border-bottom:1px solid rgba(255,255,255,.1);padding:2.5rem 0;text-align:center}.newsletter h3{font-family:var(--font-display);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.newsletter p{color:#ffffffb3;font-size:.875rem;margin-bottom:1rem}.newsletter form{display:flex;gap:.5rem;max-width:28rem;margin:0 auto}.newsletter input{flex:1;padding:.5rem 1rem;border-radius:var(--radius);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.875rem;outline:none}.newsletter input::placeholder{color:#fff6}.newsletter input:focus{box-shadow:0 0 0 2px #0a7a5080}.site-footer{background:var(--color-foreground);color:var(--color-primary-foreground)}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding:2.5rem 0}@media(min-width:768px){.footer-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.footer-grid{grid-template-columns:1fr 1fr 1fr 1fr}}.footer-col h4{font-family:var(--font-display);font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-col p{color:#ffffffb3;font-size:.875rem;line-height:1.7}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.75rem}.footer-col li a{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#ffffffb3;transition:color .2s}.footer-col li a:hover{color:var(--color-primary)}.footer-col li a svg{width:16px;height:16px;flex-shrink:0;margin-top:.125rem;color:var(--color-primary)}.footer-social{display:flex;gap:.75rem}.footer-social a{width:2.5rem;height:2.5rem;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:background .2s}.footer-social a:hover{background:#0a7a5033}.footer-social a svg{width:1.25rem;height:1.25rem}.footer-payments{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.footer-payment-badge{padding:.25rem .5rem;border-radius:.375rem;background:#ffffff1a;font-size:.75rem;color:#ffffff80}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1rem 0;font-size:.75rem;color:#ffffff80}.pagination{display:flex;justify-content:center;margin-top:2.5rem}.loading-spinner{display:flex;align-items:center;justify-content:center;padding:5rem 0}.loading-spinner svg{width:2rem;height:2rem;color:var(--color-primary);animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-spacing{padding-top:3rem;padding-bottom:3rem}.no-results{text-align:center;padding:5rem 0}.no-results p{font-family:var(--font-display);font-size:1.25rem;color:var(--color-muted-foreground)}.no-results .sub{font-size:.875rem;margin-top:.5rem}.product-card__image{position:relative}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:2;padding:.375rem .875rem;border-radius:9999px;font-size:.9875rem;font-weight:800;font-family:var(--font-display);line-height:1.4}.product-card__badge--sale{background:var(--color-destructive);color:#fff}.product-card__badge--soldout{background:var(--color-foreground);color:#fff;top:auto;bottom:.75rem}.product-card__prices{display:flex;align-items:baseline;gap:.375rem;flex-wrap:wrap}.product-card__price--sale{color:var(--color-destructive)}.product-card__price--compare{font-size:.8125rem;font-weight:500;color:var(--color-muted-foreground);text-decoration:line-through}.collection-desc{color:var(--color-muted-foreground);margin-bottom:2rem;max-width:40rem;line-height:1.6}.pagination{display:flex;justify-content:center;align-items:center;gap:.25rem;margin-top:2.5rem;flex-wrap:wrap}.pagination a,.pagination span.current,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:.25rem .625rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;transition:background .2s,color .2s}.pagination a{color:var(--color-foreground);border:1px solid var(--color-border);text-decoration:none}.pagination a:hover{border-color:var(--color-primary);color:var(--color-primary)}.pagination span.current{background:var(--color-primary);color:var(--color-primary-foreground);border:1px solid var(--color-primary)}.pagination .deco{border:none;color:var(--color-muted-foreground)}.rte h2,.rte h3,.rte h4{font-family:var(--font-display);margin-top:1.5rem;margin-bottom:.5rem}.rte p{margin-bottom:1rem}.rte ul,.rte ol{margin-bottom:1rem;padding-left:1.5rem}.rte ul{list-style:disc}.rte ol{list-style:decimal}.rte li{margin-bottom:.25rem}.rte a{color:var(--color-primary);text-decoration:underline}.rte img{border-radius:var(--radius);margin:1rem 0}.page-404{text-align:center;padding:5rem 0}.page-404 h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.placeholder-svg{width:100%;height:100%;fill:var(--color-border);background:var(--color-muted)}
/*# sourceMappingURL=/cdn/shop/t/39/assets/theme.css.map */
