.about-us{padding:4rem 0;max-width:56rem;margin:0 auto}.about-us__header{margin-bottom:2.5rem}.about-us__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-primary);letter-spacing:-.02em;margin-bottom:1rem}.about-us__intro{font-size:1.15rem;line-height:1.7;color:#555;max-width:46rem}.about-us__image-wrap{border-radius:8px;overflow:hidden;margin-bottom:2.5rem;aspect-ratio:16 / 7}.about-us__image{width:100%;height:100%;object-fit:cover;object-position:center}.about-us__content{font-size:1rem;line-height:1.8;color:var(--color-foreground);margin-bottom:2.5rem}.about-us__content h2,.about-us__content h3{color:var(--color-primary);margin-top:2rem;margin-bottom:.75rem}.about-us__cta{margin-top:2rem}@media(max-width:640px){.about-us{padding:2.5rem 0}}.all-products-page{max-width:1400px;margin:0 auto;padding:3rem 2rem 4rem}.all-products-page__header{margin-bottom:3rem;text-align:center}.all-products-page__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-primary);letter-spacing:-.02em;margin-bottom:1rem}.all-products-page__description{font-size:1.125rem;color:#666;line-height:1.6;max-width:700px;margin:0 auto}.all-products-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1rem 1.25rem;background:#f8f9f8;border-radius:6px;margin-bottom:2rem;border:1px solid #e8ede9}.all-products-toolbar__sort{display:flex;align-items:center;gap:.6rem}.all-products-toolbar__label{font-size:.85rem;font-weight:500;color:#666;white-space:nowrap}.all-products-toolbar select{padding:.4rem .75rem;border:1.5px solid #d1d5db;border-radius:4px;font-size:.875rem;cursor:pointer}.all-products-layout{display:grid;grid-template-columns:0 1fr;gap:0;align-items:start;transition:grid-template-columns .4s ease,gap .4s ease}.all-products-layout:has(.all-products-filters.is-open){grid-template-columns:220px 1fr;gap:2.5rem}.all-products-filters{position:sticky;top:6rem;display:flex;flex-direction:column;gap:1.5rem;background:#fff;border:1px solid #e8ede9;border-radius:8px;padding:1.5rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s ease,padding .4s ease}.all-products-filters.is-open{max-height:600px;opacity:1;padding:1.5rem}.filter-group:last-child{border-bottom:none;padding-bottom:0}.all-products-zigzag{display:flex;flex-direction:column;gap:2.5rem}.all-products-empty{text-align:center;padding:4rem 0;color:#888;font-size:1rem}.all-products-zigzag .pagination{display:flex;justify-content:center;gap:.5rem;padding-top:2rem}@media(max-width:900px){.all-products-layout{grid-template-columns:1fr!important}.all-products-filters{position:static;width:100%}.all-products-filters.is-open{max-height:1000px}.product-zigzag{gap:2rem;padding:1.5rem}}@media(max-width:768px){.product-zigzag{grid-template-columns:1fr;gap:1.5rem}.product-zigzag--reverse{direction:ltr}.product-zigzag__image{min-height:180px;max-height:240px}.product-zigzag__image img{max-height:220px}.all-products-zigzag{gap:2rem}}@media(max-width:640px){.all-products-page{padding:2rem 1rem 3rem}.product-zigzag{padding:1rem}.product-zigzag__title{font-size:1.25rem}.product-zigzag__price{font-size:1.5rem}.all-products-toolbar{flex-direction:column;align-items:stretch}.filter-toggle-btn{width:100%;justify-content:center}.all-products-toolbar__sort{width:100%;justify-content:space-between}.all-products-toolbar select{flex:1}}.announcement-bar{background:var(--announcement-bg, #2d6a4f);color:var(--announcement-text, #ffffff);padding:.75rem 1rem;text-align:center;font-size:.875rem;font-weight:500;position:relative;z-index:100}.announcement-bar__wrapper{width:100%;padding:0 2rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.announcement-bar__icon{display:flex;align-items:center;flex-shrink:0}.announcement-bar__icon-svg{width:20px;height:20px;color:currentColor}.announcement-bar__text{line-height:1.4}.announcement-bar__link{color:inherit;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:opacity .2s ease}.announcement-bar__link:hover{opacity:.85;text-decoration:underline}@media(max-width:640px){.announcement-bar{padding:.6rem 1rem;font-size:.8rem}.announcement-bar__wrapper{padding:0 1rem}.announcement-bar__icon-svg{width:16px;height:16px}}.cart-page{padding:4rem 0 6rem;max-width:1400px;margin:0 auto}.cart-page__header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:4rem;gap:.5rem}.cart-page__title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin:0;color:var(--color-foreground);letter-spacing:-.02em}.cart-page__count{font-size:1rem;color:#666;margin:0;font-weight:400}.cart-page__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:1024px){.cart-page__grid{grid-template-columns:1fr 420px;gap:4rem}}.cart-items{display:flex;flex-direction:column;gap:var(--cart-item-spacing, 1rem);position:relative;z-index:1;overflow:visible}.cart-item{display:grid;grid-template-columns:var(--cart-image-size, 100px) 1fr;gap:1.5rem;padding:1.75rem;background:var(--color-background);border:1px solid rgba(0,0,0,.06);border-radius:12px;transition:all var(--style-transition)}.cart-item:hover{border-color:#0000001a;box-shadow:0 4px 16px #0000000a}@media(min-width:768px){.cart-item{grid-template-columns:var(--cart-image-size, 120px) 1fr auto;gap:2rem}}.cart-item__image{width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#f8f8f8}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__placeholder{opacity:.2}.cart-item__details{display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem}.cart-item__info{display:flex;flex-direction:column;gap:.375rem}.cart-item__title{font-size:1rem;font-weight:600;color:var(--color-foreground);text-decoration:none;transition:color var(--style-transition);line-height:1.4}.cart-item__title:hover{color:var(--color-primary)}.cart-item__vendor{font-size:.75rem;color:var(--color-primary);margin:0;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.cart-item__variant{font-size:.875rem;color:#888;margin:0;font-weight:400}.cart-item__properties{display:flex;flex-direction:column;gap:.25rem}.cart-item__property{font-size:.875rem;color:#666;margin:0;display:flex;gap:.5rem}.cart-item__property span:first-child{font-weight:500}.cart-item__subscription{font-size:.875rem;color:var(--color-accent);background:#c8102e14;padding:.25rem .75rem;border-radius:6px;width:fit-content;margin:0;font-weight:500}.cart-item__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.cart-item__quantity{display:flex;align-items:center;gap:0;border:1px solid rgba(0,0,0,.1);border-radius:8px;overflow:hidden;background:#f8f8f8}.quantity-btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;font-size:1.125rem;font-weight:500;color:var(--color-foreground);cursor:pointer;transition:all var(--style-transition)}.quantity-btn:hover{background:#0000000d}.quantity-input{width:3rem;height:2.5rem;text-align:center;border:none;font-size:.9375rem;font-weight:500;background:transparent;color:var(--color-foreground)}.quantity-input:focus{outline:none}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-item__remove{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:#999;font-size:.875rem;cursor:pointer;padding:.5rem .75rem;border-radius:6px;transition:all var(--style-transition)}.cart-item__remove:hover{color:var(--color-accent);background:#c8102e14}.cart-item__remove svg{transition:transform var(--style-transition)}.cart-item__remove:hover svg{transform:scale(1.1)}.cart-item__price-mobile{display:flex;align-items:center;gap:.75rem;font-size:1.0625rem;font-weight:600}.cart-item__price-desktop{display:none;flex-direction:column;align-items:flex-end;justify-content:center;gap:.375rem;font-size:1.125rem;font-weight:600}@media(min-width:768px){.cart-item__price-mobile{display:none}.cart-item__price-desktop{display:flex}}.cart-item__price{color:var(--color-foreground)}.cart-item__price--sale{color:var(--color-accent);font-weight:700}.cart-item__price--compare{font-size:.875rem;color:#999;text-decoration:line-through;font-weight:400}.cart-note{padding:1.75rem;background:#f8f8f8;border-radius:12px}.cart-note__label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--color-foreground);margin-bottom:.875rem}.cart-note__label svg{color:var(--color-accent)}.cart-note__input{width:100%;min-height:100px;padding:.875rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:8px;font-size:.9375rem;font-family:var(--font-primary--family);resize:vertical;background:var(--color-background);color:var(--color-foreground);transition:all var(--style-transition)}.cart-note__input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2d6a4f14}.cart-summary{height:fit-content}@media(min-width:1024px){.cart-summary{position:sticky;top:6.5rem}}.cart-summary__inner{background:#f8f8f8;padding:2.25rem;border-radius:12px;border:1px solid rgba(0,0,0,.06)}.cart-summary__title{font-size:1.25rem;font-weight:600;margin:0 0 1.75rem;color:var(--color-foreground);letter-spacing:-.01em}.cart-summary__line{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9375rem;color:#666}.cart-summary__line--discount{color:var(--color-accent);font-weight:600}.cart-summary__line--discount span:first-child{display:flex;align-items:center}.cart-summary__line--discount svg{width:16px;height:16px;margin-right:.25rem}.cart-summary__line--total{font-size:1.125rem;font-weight:600;margin-bottom:0;color:var(--color-foreground)}.cart-summary__value{font-weight:600;color:var(--color-foreground)}.cart-summary__value--total{color:var(--color-foreground);font-size:1.375rem}.cart-summary__divider{height:1px;background:#00000014;margin:1.5rem 0}.cart-summary__note{font-size:.8125rem;color:#888;margin:1rem 0 1.75rem;text-align:center}.cart-summary__checkout{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600}.cart-summary__checkout svg{transition:transform var(--style-transition)}.cart-summary__checkout:hover svg{transform:translate(3px)}.cart-summary__dynamic{margin-top:1rem}.cart-trust{margin-top:1.75rem;padding-top:1.75rem;border-top:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;gap:.875rem}.cart-trust__item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#666}.cart-trust__item:first-child svg{color:var(--color-accent);flex-shrink:0}.cart-trust__item:last-child svg{color:var(--color-primary);flex-shrink:0}.cart-empty{text-align:center;padding:6rem 2rem;max-width:480px;margin:0 auto}.cart-empty__icon{color:#00000026;margin-bottom:2.5rem}.cart-empty__title{font-size:1.75rem;font-weight:600;margin:0 0 .875rem;color:var(--color-foreground);letter-spacing:-.01em}.cart-empty__text{font-size:1rem;color:#888;margin:0;line-height:1.6}.delivery-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.delivery-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.delivery-modal__content{position:relative;background:var(--color-background);border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.delivery-modal__close{position:absolute;top:1.25rem;right:1.25rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#0000000d;border:none;border-radius:50%;cursor:pointer;transition:all var(--style-transition);z-index:1}.delivery-modal__close:hover{background:#0000001a;transform:scale(1.05)}.delivery-modal__close svg{color:var(--color-foreground)}.delivery-modal__body{padding:2.5rem}.delivery-modal__title{font-size:1.75rem;font-weight:700;margin:0 0 .75rem;color:var(--color-foreground);letter-spacing:-.02em;padding-right:3rem}.delivery-modal__description{font-size:.9375rem;color:#666;margin:0 0 2rem;line-height:1.5}.cowlendar-container{min-height:400px;width:100%}.delivery-modal__back{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--color-primary);font-size:.9375rem;font-weight:600;cursor:pointer;padding:.5rem 0;margin-bottom:1.5rem;transition:all var(--style-transition)}.delivery-modal__back:hover{gap:.75rem}.delivery-modal__back svg{transition:transform var(--style-transition)}.delivery-modal__back:hover svg{transform:translate(-3px)}.product-selection{display:flex;flex-direction:column;gap:1rem}.product-option{width:100%;background:none;border:none;padding:0;cursor:pointer;text-align:left}.product-option__content{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background:var(--color-background);border:2px solid rgba(0,0,0,.08);border-radius:12px;transition:all var(--style-transition)}.product-option:hover .product-option__content{border-color:var(--color-primary);background:#2d6a4f05;transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.product-option__icon{flex-shrink:0;width:48px;height:48px;color:var(--color-primary);background:#2d6a4f1a;border-radius:12px;padding:.75rem}.product-option__details{flex:1;display:flex;flex-direction:column;gap:.25rem}.product-option__title{font-size:1.125rem;font-weight:600;color:var(--color-foreground);line-height:1.3}.product-option__subtitle{font-size:.875rem;color:#666;line-height:1.4}.product-option__arrow{flex-shrink:0;color:var(--color-primary);transition:transform var(--style-transition)}.product-option:hover .product-option__arrow{transform:translate(4px)}.dropoff-button-container{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.dropoff-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s ease}.dropoff-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.dropoff-button svg{flex-shrink:0}.dropoff-button__icon{width:24px;height:24px}.btn--large{padding:1.25rem 2rem;font-size:1.0625rem;display:inline-flex;align-items:center;gap:.75rem;min-width:280px;justify-content:center}.btn--large svg{flex-shrink:0}@media(max-width:640px){.delivery-modal__body{padding:2rem 1.5rem}.delivery-modal__title{font-size:1.5rem;margin-bottom:.5rem}.delivery-modal__description{font-size:.875rem;margin-bottom:1.5rem}.product-option__content{padding:1.25rem;gap:1rem}.product-option__icon{width:40px;height:40px;padding:.625rem}.product-option__title{font-size:1rem}.product-option__subtitle{font-size:.8125rem}}.collection-page{padding:3rem 0 4rem}.collection-page__header{margin-bottom:2rem}.collection-page__title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:var(--color-primary);letter-spacing:-.02em;margin-bottom:.5rem}.collection-page__description{font-size:1rem;color:#666;line-height:1.6}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1rem 1.25rem;background:#f8f9f8;border-radius:6px;margin-bottom:2rem;border:1px solid #e8ede9}.collection-toolbar__left{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.filter-toggle-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--color-primary);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s ease}.filter-toggle-btn:hover{background:var(--color-primary-dark, #1a5a3a)}.filter-toggle-btn svg{width:20px;height:20px}.filter-clear-all{font-size:.875rem;color:var(--color-primary);text-decoration:underline;font-weight:500;cursor:pointer}.collection-toolbar__sort{display:flex;align-items:center;gap:.6rem}.collection-toolbar__label{font-size:.85rem;font-weight:500;color:#666;white-space:nowrap}.collection-toolbar select{padding:.4rem .75rem;border:1.5px solid #d1d5db;border-radius:4px;font-size:.875rem;cursor:pointer}.collection-layout{display:grid;grid-template-columns:0 1fr;gap:0;align-items:start;transition:grid-template-columns .4s ease,gap .4s ease}.collection-layout:has(.collection-filters.is-open){grid-template-columns:220px 1fr;gap:2.5rem}.collection-filters{position:sticky;top:6rem;display:flex;flex-direction:column;gap:1.5rem;background:#fff;border:1px solid #e8ede9;border-radius:8px;padding:1.5rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s ease,padding .4s ease}.collection-filters.is-open{max-height:800px;opacity:1;padding:1.5rem}.filter-group{border-bottom:1px solid #e8ede9;padding-bottom:1.5rem}.filter-group__title{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-foreground);margin-bottom:.75rem}.filter-group__list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.25rem}.filter-value__link{display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:var(--color-foreground);text-decoration:none;padding:.3rem 0;transition:color .15s ease}.filter-value__link:hover{color:var(--color-primary)}.filter-value--active .filter-value__link{color:var(--color-primary);font-weight:600}.filter-value--disabled .filter-value__link{color:#bbb;pointer-events:none}.filter-value__label{display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:var(--color-foreground);padding:.3rem 0;cursor:pointer;transition:color .15s ease}.filter-value__label:hover{color:var(--color-primary)}.filter-checkbox-input{position:absolute;opacity:0;pointer-events:none}.filter-checkbox-input:checked+.filter-checkbox{background:var(--color-primary);border-color:var(--color-primary)}.filter-checkbox-input:checked+.filter-checkbox:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-60%) rotate(45deg);width:.3rem;height:.5rem;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff}.filter-checkbox{width:1rem;height:1rem;border:1.5px solid #d1d5db;border-radius:3px;flex-shrink:0;display:inline-block;background:#fff;position:relative}.filter-checkbox--checked{background:var(--color-primary);border-color:var(--color-primary)}.filter-checkbox--checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-60%) rotate(45deg);width:.3rem;height:.5rem;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff}.filter-count{color:#999;font-size:.8rem;margin-left:auto}.filter-price-inputs{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.filter-price-field{display:flex;flex-direction:column;gap:.2rem;flex:1}.filter-price-field label{font-size:.75rem;color:#888}.filter-price-field input{width:100%;padding:.4rem .5rem;border:1.5px solid #d1d5db;border-radius:4px;font-size:.875rem}.filter-price-sep{color:#888;margin-top:1rem}.btn--sm{padding:.45rem 1rem;font-size:.8rem}.collection-zigzag{display:flex;flex-direction:column;gap:2.5rem}.collection-empty{text-align:center;padding:4rem 0;color:#888;font-size:1rem}.product-zigzag{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;text-decoration:none;color:var(--color-foreground);padding:2rem;border-radius:12px;background:#fff;border:1px solid #e8ede9;transition:transform .3s ease,box-shadow .3s ease}.product-zigzag:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2d6a4f26}.product-zigzag--reverse{direction:rtl}.product-zigzag--reverse>*{direction:ltr}.product-zigzag__image{position:relative;width:100%;min-height:200px;max-height:280px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#f5f7f5;padding:1rem}.product-zigzag__image img{width:100%;height:auto;max-height:260px;object-fit:contain;transition:transform .4s ease}.product-zigzag:hover .product-zigzag__image img{transform:scale(1.05)}.product-zigzag__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-zigzag__image-placeholder svg{width:80%;height:80%;opacity:.2}.product-zigzag__content{display:flex;flex-direction:column;gap:1rem}.product-zigzag__vendor{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);font-weight:700}.product-zigzag__title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.2;color:var(--color-foreground);margin:0}.product-zigzag__description{font-size:1rem;line-height:1.6;color:#666;margin:.5rem 0}.product-zigzag__price-wrap{margin-top:.5rem}.product-zigzag__price{font-size:1.75rem;font-weight:700;color:var(--color-foreground);margin:0 0 .25rem}.product-zigzag__price--sale{color:var(--color-primary)}.product-zigzag__price--was{font-size:1.25rem;color:#aaa;text-decoration:line-through;font-weight:400;margin-left:.5rem}.product-zigzag__price-label{font-size:.875rem;color:#888;font-weight:500;margin:0}.collection-zigzag .pagination{display:flex;justify-content:center;gap:.5rem;padding-top:2rem}@media(max-width:900px){.collection-layout{grid-template-columns:1fr!important}.collection-filters{position:static;width:100%}.collection-filters.is-open{max-height:1000px}.product-zigzag{gap:2rem;padding:1.5rem}}@media(max-width:768px){.product-zigzag{grid-template-columns:1fr;gap:1.5rem}.product-zigzag--reverse{direction:ltr}.product-zigzag__image{min-height:180px;max-height:240px}.product-zigzag__image img{max-height:220px}.collection-zigzag{gap:2rem}}@media(max-width:640px){.collection-page{padding:2rem 0 3rem}.collection-toolbar{flex-direction:column;align-items:stretch}.collection-toolbar__left{width:100%;justify-content:space-between}.filter-toggle-btn{flex:1;justify-content:center}.collection-toolbar__sort{width:100%;justify-content:space-between}.collection-toolbar select{flex:1}.product-zigzag{padding:1rem}.product-zigzag__title{font-size:1.25rem}.product-zigzag__price{font-size:1.5rem}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.faq{padding:var(--section-padding-top) 0 var(--section-padding-bottom);background:var(--bg-color)}.faq__inner{max-width:900px;margin:0 auto;padding:0 var(--page-margin)}.faq__header{text-align:center;margin-bottom:3rem}.faq__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0 0 1rem;color:var(--color-foreground);letter-spacing:-.02em}.faq__description{font-size:1rem;color:#666;line-height:1.6}.faq__list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--color-background);border:1px solid rgba(0,0,0,.06);border-radius:12px;overflow:hidden;animation:fade-slide-up .5s cubic-bezier(.25,.46,.45,.94) backwards;transition:all .3s ease}.faq-item:nth-child(1){animation-delay:.05s}.faq-item:nth-child(2){animation-delay:.1s}.faq-item:nth-child(3){animation-delay:.15s}.faq-item:nth-child(4){animation-delay:.2s}.faq-item:nth-child(5){animation-delay:.25s}.faq-item:nth-child(6){animation-delay:.3s}.faq-item[open]{border-color:var(--color-primary);box-shadow:0 4px 12px #2d6a4f1a}.faq-item__question{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 1.75rem;font-size:1.0625rem;font-weight:600;color:var(--color-foreground);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;transition:background var(--style-transition);position:relative}.faq-item__question:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:0;background:var(--color-accent);border-radius:0 4px 4px 0;transition:height .3s cubic-bezier(.68,-.55,.265,1.55)}.faq-item[open] .faq-item__question:before{height:60%}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question:hover{background:#00000005}.faq-item__icon{flex-shrink:0;color:var(--color-primary);transition:transform .3s cubic-bezier(.68,-.55,.265,1.55)}.faq-item[open] .faq-item__icon{transform:rotate(180deg);color:var(--color-accent)}.faq-item__answer{padding:0 1.75rem 1.75rem;font-size:.9375rem;line-height:1.7;color:#666}.faq-item__answer p{margin:0 0 1rem}.faq-item__answer p:last-child{margin-bottom:0}.faq__placeholder{text-align:center;padding:4rem 2rem;color:#999}.featured-collection{padding:var(--section-padding-top) 0 var(--section-padding-bottom)}.featured-collection__inner{max-width:1400px;margin:0 auto;padding:0 var(--page-margin)}.featured-collection__header{text-align:center;margin-bottom:3rem}.featured-collection__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0 0 1rem;color:var(--color-foreground);letter-spacing:-.02em}.featured-collection__description{font-size:1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.featured-collection__grid{display:grid;grid-template-columns:repeat(var(--columns-mobile),1fr);gap:var(--gap);margin-bottom:2rem}@media(min-width:768px){.featured-collection__grid{grid-template-columns:repeat(var(--columns-tablet),1fr)}}@media(min-width:1024px){.featured-collection__grid{grid-template-columns:repeat(var(--columns-desktop),1fr)}}.product-card{position:relative;animation:fade-slide-up .6s cubic-bezier(.25,.46,.45,.94) backwards}.product-card:nth-child(1){animation-delay:.05s}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.15s}.product-card:nth-child(4){animation-delay:.2s}.product-card:nth-child(5){animation-delay:.25s}.product-card:nth-child(6){animation-delay:.3s}.product-card:nth-child(7){animation-delay:.35s}.product-card:nth-child(8){animation-delay:.4s}.product-card__link{display:block;text-decoration:none;color:inherit}.product-card__image{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#f8f8f8;margin-bottom:1rem;box-shadow:0 4px 12px #00000014;transition:box-shadow .3s ease}.product-card__link:hover .product-card__image{box-shadow:0 12px 24px #00000026}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.product-card__link:hover .product-card__image img{transform:scale(1.08)}.product-card__placeholder{opacity:.2}.product-card__badge{position:absolute;top:.75rem;right:.75rem;background:var(--color-accent);color:#fff;padding:.375rem .875rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;animation:badge-pop .4s cubic-bezier(.68,-.55,.265,1.55)}@keyframes badge-pop{0%{transform:scale(0) rotate(-12deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}.product-card__info{display:flex;flex-direction:column;gap:.375rem}.product-card__vendor{font-size:.75rem;color:var(--color-primary);margin:0;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product-card__title{font-size:1rem;font-weight:600;margin:0;color:var(--color-foreground);line-height:1.4;transition:color var(--style-transition)}.product-card__link:hover .product-card__title{color:var(--color-primary)}.product-card__price{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600}.product-card__price--regular{color:var(--color-foreground)}.product-card__price--sale{color:var(--color-accent)}.product-card__price--compare{font-size:.875rem;color:#999;text-decoration:line-through;font-weight:400}.featured-collection__footer{text-align:center;margin-top:2rem}.featured-collection__placeholder{text-align:center;padding:4rem 2rem;color:#999}.features{padding:var(--section-padding-top) 0 var(--section-padding-bottom);background:var(--bg-color)}.features__inner{max-width:1400px;margin:0 auto;padding:0 var(--page-margin)}.features__header{text-align:center;margin-bottom:3rem}.features__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0 0 1rem;color:var(--color-foreground);letter-spacing:-.02em}.features__description{font-size:1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.features__grid{display:grid;grid-template-columns:repeat(var(--columns-mobile),1fr);gap:var(--gap)}@media(min-width:768px){.features__grid{grid-template-columns:repeat(var(--columns-tablet),1fr)}}@media(min-width:1024px){.features__grid{grid-template-columns:repeat(var(--columns-desktop),1fr)}}.feature-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:2rem;animation:fade-scale-in .6s cubic-bezier(.25,.46,.45,.94) backwards;transition:transform .3s ease}.feature-card:nth-child(1){animation-delay:.05s}.feature-card:nth-child(2){animation-delay:.1s}.feature-card:nth-child(3){animation-delay:.15s}.feature-card:nth-child(4){animation-delay:.2s}.feature-card:nth-child(5){animation-delay:.25s}.feature-card:nth-child(6){animation-delay:.3s}@keyframes fade-scale-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.feature-card:hover{transform:translateY(-8px)}.feature-card__icon{color:var(--icon-color);margin-bottom:.5rem;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#2d6a4f14;border-radius:50%;transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.feature-card:hover .feature-card__icon{transform:scale(1.1) rotate(5deg);background:#2d6a4f26}.feature-card__title{font-size:1.25rem;font-weight:600;margin:0;color:var(--color-foreground)}.feature-card__text{font-size:.9375rem;line-height:1.6;color:#666;margin:0;max-width:320px}.features__placeholder{text-align:center;padding:4rem 2rem;color:#999}.footer{position:relative;background:linear-gradient(180deg,#f5f7f5,#e8ede9);color:#1a1a1a;margin:0;padding:0;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.footer__wave{position:relative;width:100%;height:80px;margin-bottom:-1px}.footer__wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:80px}.footer__wave path{fill:#f5f7f5}.footer__container{width:100%;padding:var(--footer-padding-top, 3rem) 0 var(--footer-padding-bottom, 2rem)}.footer__newsletter{max-width:1400px;margin:0 var(--page-margin, 2rem) 3.5rem;padding:2.5rem;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;border:1px solid rgba(45,106,79,.1)}@media (min-width: calc(1400px + 4rem)){.footer__newsletter{margin-left:auto;margin-right:auto}}.footer__newsletter-content{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.footer__newsletter-content{grid-template-columns:1fr 1.2fr}}.footer__newsletter-heading{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 .5rem;color:var(--color-primary, #2d6a4f)}.footer__newsletter-subheading{font-size:1rem;margin:0;color:#666;line-height:1.5}.footer__newsletter-form{width:100%}.footer__newsletter-input-wrapper{position:relative;display:flex;background:#f8f9fa;border-radius:50px;overflow:hidden;border:2px solid #e9ecef;transition:border-color .3s ease}.footer__newsletter-input-wrapper:focus-within{border-color:var(--color-primary, #2d6a4f)}.footer__newsletter-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#999;pointer-events:none}.footer__newsletter-input{flex:1;padding:1rem 1.25rem 1rem 3.5rem;border:none;background:transparent;font-size:1rem;color:#1a1a1a;outline:none}.footer__newsletter-input::placeholder{color:#999}.footer__newsletter-button{padding:1rem 2rem;background:var(--color-primary, #2d6a4f);color:#fff;border:none;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.footer__newsletter-button:hover{background:#1a5a3a}.footer__newsletter-button svg{width:18px;height:18px}.footer__content{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 var(--page-margin, 2rem)}@media(min-width:768px){.footer__content{grid-template-columns:1.5fr 1fr 1fr}}.footer__brand{font-size:1.75rem;font-weight:700;margin:0 0 .75rem;color:var(--color-primary, #2d6a4f)}.footer__logo-link{display:inline-block;margin-bottom:.75rem}.footer__logo{max-width:200px;height:auto;display:block}.footer__tagline{font-size:1rem;color:#666;margin:0 0 1.5rem;line-height:1.6}.footer__social{margin-top:1rem}.footer__social-heading{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;color:#999}.footer__social-links{display:flex;gap:.75rem;flex-wrap:wrap}.footer__social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff;border-radius:50%;color:var(--color-primary, #2d6a4f);transition:all .3s ease;border:2px solid #e9ecef;box-shadow:0 2px 4px #0000000a}.footer__social-link:hover{background:var(--color-primary, #2d6a4f);color:#fff;transform:translateY(-4px) scale(1.05);box-shadow:0 6px 16px #2d6a4f33;border-color:var(--color-primary, #2d6a4f)}.footer__social-link svg{width:22px;height:22px}.footer__section{display:flex;flex-direction:column;gap:1.25rem}.footer__heading{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em;font-size:.9375rem}.footer__menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer__menu a{color:#666;text-decoration:none;font-size:.9375rem;transition:all .2s ease;display:inline-flex;align-items:center}.footer__menu a:before{content:"\2192";margin-right:.5rem;opacity:0;transform:translate(-10px);transition:all .2s ease;color:var(--color-primary, #2d6a4f)}.footer__menu a:hover{color:var(--color-primary, #2d6a4f);padding-left:.5rem}.footer__menu a:hover:before{opacity:1;transform:translate(0)}.footer__contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.9375rem;color:#666;text-decoration:none;transition:color .2s ease}.footer__contact-item:hover{color:var(--color-primary, #2d6a4f)}.footer__icon{width:20px;height:20px;flex-shrink:0;margin-top:2px;color:var(--color-primary, #2d6a4f)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding:2.5rem var(--page-margin, 2rem) 0;border-top:1px solid rgba(0,0,0,.08);flex-wrap:wrap;gap:1.5rem;max-width:1400px;margin:0 auto}.footer__copyright{font-size:.875rem;color:#999}.footer__payment{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.footer__payment svg{height:28px;width:auto;opacity:.5;transition:opacity .2s ease}.footer__payment svg:hover{opacity:.8}@media(max-width:767px){.footer__wave{height:60px}.footer__wave svg{height:60px}.footer__newsletter{padding:1.5rem;margin-bottom:2.5rem;margin-left:var(--page-margin, 1.5rem);margin-right:var(--page-margin, 1.5rem)}.footer__newsletter-input-wrapper{flex-direction:column;border-radius:12px}.footer__newsletter-input{padding:1rem 1.25rem}.footer__newsletter-icon{display:none}.footer__newsletter-button{justify-content:center;border-radius:0 0 12px 12px}.footer__content{gap:2.5rem;padding:0 var(--page-margin, 1.5rem)}.footer__bottom{flex-direction:column;align-items:flex-start;gap:1rem;padding:2.5rem var(--page-margin, 1.5rem) 0}}.site-header{background-color:var(--header-bg-color, #ffffff);color:var(--header-text-color, #000000);top:0;z-index:100;box-shadow:0 2px 8px #0000000a;border-bottom:1px solid rgba(0,0,0,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.site-header--sticky{position:sticky}.site-header--sticky.scrolled{box-shadow:0 4px 16px #0000001a;background-color:#fffffff2}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:5rem;padding:0 2rem;width:100%;gap:2rem}.site-header__logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:var(--color-primary);letter-spacing:-.01em;white-space:nowrap;flex-shrink:0;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;align-items:center;position:relative}.site-header__logo-img{max-width:var(--logo-width, 150px);height:auto;display:block}.site-header__nav{display:flex;align-items:center;gap:.25rem;flex:1}.nav-item{display:inline-flex;align-items:center;gap:.3rem;padding:.6rem 1rem;color:var(--color-foreground);text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.02em;transition:all .25s ease;white-space:nowrap;cursor:pointer;list-style:none;position:relative}.nav-item:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-accent);transition:width .25s ease}.nav-item:hover{color:var(--color-primary)}.nav-item:hover:after{width:100%}.nav-item[aria-current=page]{color:var(--color-primary);font-weight:600}.nav-item[aria-current=page]:after{width:100%;background:var(--color-primary)}.nav-item--parent{display:inline-flex;align-items:center;gap:.3rem}.nav-dropdown__chevron{transition:transform .2s ease;flex-shrink:0}.nav-dropdown[open] .nav-dropdown__chevron{transform:rotate(180deg)}.nav-dropdown{position:relative}.nav-dropdown summary{list-style:none}.nav-dropdown summary::-webkit-details-marker{display:none}.nav-dropdown__menu{position:absolute;top:calc(100% + .5rem);left:0;background:#fff;border-radius:2px;box-shadow:0 4px 16px #0000001a;border-top:2px solid var(--color-accent);list-style:none;padding:.25rem 0;min-width:200px;z-index:200;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.nav-dropdown[open] .nav-dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown__menu li a{display:block;padding:.75rem 1.25rem;color:var(--color-foreground);text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease;border-left:2px solid transparent}.nav-dropdown__menu li a:hover,.nav-dropdown__menu li a[aria-current=page]{background-color:#2d6a4f0a;color:var(--color-primary);border-left-color:var(--color-accent)}.site-header__end{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.lang-switcher select{background:var(--color-background);border:1px solid rgba(0,0,0,.1);color:var(--color-foreground);padding:.4rem .7rem;border-radius:2px;font-size:.875rem;cursor:pointer;font-weight:500;transition:border-color .2s ease}.lang-switcher select:hover{border-color:var(--color-primary)}.lang-switcher select option{color:var(--color-foreground);background:#fff}.header-icon{display:flex;align-items:center;justify-content:center;position:relative;color:var(--color-foreground);text-decoration:none;padding:.5rem;transition:color .2s ease}.header-icon:hover{color:var(--color-primary)}.header-icon svg{width:1.5rem;height:1.5rem;transition:transform .2s ease}.header-icon:hover svg{transform:scale(1.05)}.cart-badge{position:absolute;top:-.3rem;right:-.3rem;background:var(--color-accent);color:#fff;border-radius:2px;font-size:.625rem;font-weight:700;min-width:1.125rem;height:1.125rem;padding:0 .25rem;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 4px #0003;z-index:2}.mobile-nav{position:static}.mobile-nav__toggle{display:none;align-items:center;justify-content:center;padding:.5rem;cursor:pointer;transition:color .2s ease;list-style:none;-webkit-appearance:none;border:none;background:none;outline:none}.mobile-nav__toggle:hover{color:var(--color-primary)}.mobile-nav__toggle::-webkit-details-marker{display:none}.mobile-nav__toggle:focus{outline:none}.mobile-nav__toggle:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.hamburger{display:flex;flex-direction:column;gap:5px;width:24px}.hamburger span{display:block;width:24px;height:2px;background:currentColor;transition:all .3s ease}.mobile-nav[open] .hamburger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-nav[open] .hamburger span:nth-child(2){opacity:0}.mobile-nav[open] .hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav__panel{position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem 2rem;z-index:90;border-top:1px solid rgba(0,0,0,.08);box-shadow:0 4px 12px #0000001a;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.mobile-nav[open] .mobile-nav__panel{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav__panel>a{display:block;color:var(--color-foreground);text-decoration:none;font-size:1.125rem;font-weight:500;letter-spacing:.01em;border-bottom:1px solid rgba(0,0,0,.06);transition:color .2s ease;border-left:2px solid transparent;padding:1rem 0 1rem .75rem}.mobile-nav__panel>a:hover{color:var(--color-primary);border-left-color:var(--color-accent)}.mobile-nav__panel>a[aria-current=page]{color:var(--color-primary);border-left-color:var(--color-accent);font-weight:600}.mobile-nav__sub summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 0 1rem .75rem;color:var(--color-foreground);font-size:1.125rem;font-weight:500;letter-spacing:.01em;border-bottom:1px solid rgba(0,0,0,.06);cursor:pointer;list-style:none;transition:color .2s ease;border-left:2px solid transparent}.mobile-nav__sub summary:hover{color:var(--color-primary);border-left-color:var(--color-accent)}.mobile-nav__sub summary::-webkit-details-marker{display:none}.mobile-nav__sub[open] summary .nav-dropdown__chevron{transform:rotate(180deg)}.mobile-nav__sub[open] summary{color:var(--color-primary);border-left-color:var(--color-accent);font-weight:600}.mobile-nav__sub ul{list-style:none;padding:.5rem 0 1rem 1rem}.mobile-nav__sub ul a{display:block;padding:.65rem 0;color:var(--color-foreground);text-decoration:none;font-size:1rem;font-weight:500;opacity:.8;transition:all var(--style-transition)}.mobile-nav__sub ul a:hover{color:var(--color-primary);opacity:1}.mobile-lang-switcher{margin-top:1.5rem}.mobile-lang-switcher select{background:var(--color-background);border:1px solid rgba(0,0,0,.1);color:var(--color-foreground);padding:.75rem 1rem;border-radius:2px;font-size:.9375rem;width:100%;cursor:pointer;transition:border-color .2s ease}.mobile-lang-switcher select:hover{border-color:var(--color-primary)}.mobile-lang-switcher select option{color:var(--color-foreground);background:#fff}@media(max-width:768px){.site-header__inner{padding:0 1.25rem}.mobile-nav__panel{padding:1rem 1.25rem}.site-header__nav,.lang-switcher{display:none}.header-icon:not(.header-icon--cart){display:none}.mobile-nav__toggle{display:flex}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{position:relative;min-height:var(--hero-height, 85svh);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,color-mix(in srgb,var(--overlay-color, #2D6A4F) calc(var(--overlay-opacity, 70) * 1%),transparent),rgba(0,0,0,calc(var(--overlay-opacity, 70) / 100 * .8)));z-index:1}.hero:not(:has(.hero__bg)) .hero__overlay{background:var(--overlay-color, var(--color-primary));opacity:calc(var(--overlay-opacity, 70) / 100)}.hero__content{position:relative;z-index:2;text-align:var(--text-alignment, center);color:var(--text-color, #ffffff);padding:4rem var(--page-margin);max-width:56rem;width:100%}.hero__logo{margin-bottom:1.25rem;display:flex;justify-content:var(--text-alignment, center)}.hero__logo-img{max-width:min(var(--logo-max-width, 600px),80vw);height:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}.hero__tagline{font-size:clamp(2.25rem,5vw,4rem);font-weight:700;line-height:1.1;letter-spacing:-.01em;margin-bottom:1.25rem;text-shadow:0 2px 8px rgba(0,0,0,.2);color:var(--heading-color, #ffffff)}.hero__subtitle{font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;color:var(--text-color, rgba(255, 255, 255, .88));margin-bottom:2.5rem;max-width:38rem;margin-left:auto;margin-right:auto}.hero__ctas{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,auto));gap:1rem;justify-content:center;max-width:900px;margin:0 auto}@media(min-width:769px){.hero__ctas{grid-template-columns:repeat(4,auto)}}@media(max-width:768px){.hero__ctas{grid-template-columns:repeat(2,1fr);max-width:480px}}@media(max-width:480px){.hero{min-height:70svh}.hero__ctas{grid-template-columns:1fr;max-width:20rem}}.home-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:4rem 0}.home-card{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;text-decoration:none;color:var(--color-foreground);box-shadow:0 2px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(0,0,0,.06)}.home-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #2d6a4f26}.home-card__image{aspect-ratio:16 / 9;overflow:hidden;background:var(--color-primary-subtle);display:flex;align-items:center;justify-content:center}.home-card__img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease}.home-card:hover .home-card__img{transform:scale(1.04)}.home-card__image--placeholder svg{width:4rem;height:4rem;color:var(--color-primary);opacity:.4}.home-card__body{padding:1.75rem 2rem 2rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.home-card__title{font-size:1.4rem;font-weight:700;color:var(--color-primary);letter-spacing:-.01em}.home-card__text{font-size:.95rem;line-height:1.65;color:#555;flex:1}.home-card__link{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-primary);font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-top:.25rem;transition:gap .2s ease}.home-card:hover .home-card__link{gap:.6rem}@media(max-width:640px){.home-cards{grid-template-columns:1fr;gap:1.5rem;padding:2.5rem 0}}.how-we-work{padding:4rem 0;max-width:56rem;margin:0 auto}.how-we-work__header{margin-bottom:3rem}.how-we-work__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-primary);letter-spacing:-.02em;margin-bottom:1rem}.how-we-work__intro{font-size:1.15rem;line-height:1.7;color:#555;max-width:46rem}.steps{list-style:none;padding:0;display:flex;flex-direction:column;gap:0;counter-reset:steps;position:relative}.steps:before{content:"";position:absolute;left:1.75rem;top:3.5rem;bottom:3.5rem;width:2px;background:var(--color-primary-subtle);z-index:0}.step{display:flex;gap:1.75rem;align-items:flex-start;padding:2rem 0;position:relative}.step__number{width:3.5rem;height:3.5rem;border-radius:50%;background:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.step__icon{font-size:1.4rem;line-height:1}.step__count{color:#fff;font-size:1.1rem;font-weight:700}.step__body{padding-top:.5rem;flex:1}.step__title{font-size:1.2rem;font-weight:700;color:var(--color-foreground);margin-bottom:.5rem}.step__description{font-size:.95rem;line-height:1.7;color:#555}.how-we-work__cta{margin-top:3rem}@media(max-width:640px){.how-we-work{padding:2.5rem 0}.steps:before{left:1.5rem}.step__number{width:3rem;height:3rem}.step__icon{font-size:1.2rem}}.image-with-text{padding:var(--section-padding-top) 0 var(--section-padding-bottom);background:var(--bg-color)}.image-with-text__inner{max-width:1400px;margin:0 auto;padding:0 var(--page-margin);display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.image-with-text__inner{grid-template-columns:1fr 1fr;gap:4rem}.image-with-text--reverse .image-with-text__inner{direction:rtl}.image-with-text--reverse .image-with-text__content{direction:ltr}}.image-with-text__image{width:100%;border-radius:12px;overflow:hidden;background:#f8f8f8;animation:fade-slide-left .8s cubic-bezier(.25,.46,.45,.94) backwards;box-shadow:0 8px 24px #0000001f;transition:transform .3s ease,box-shadow .3s ease}.image-with-text--reverse .image-with-text__image{animation-name:fade-slide-right}.image-with-text__image:hover{transform:scale(1.02);box-shadow:0 16px 32px #00000029}@keyframes fade-slide-left{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fade-slide-right{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.image-with-text__image img{width:100%;height:auto;display:block;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.image-with-text__image:hover img{transform:scale(1.05)}.image-with-text__placeholder{opacity:.2}.image-with-text__content{display:flex;flex-direction:column;gap:1.5rem;text-align:var(--text-alignment);animation:fade-slide-up .8s cubic-bezier(.25,.46,.45,.94) .2s backwards}.image-with-text__subtitle{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin:0;position:relative;display:inline-block;width:fit-content}.image-with-text--center .image-with-text__subtitle,.image-with-text--center .image-with-text__button{align-self:center}.image-with-text--right .image-with-text__subtitle{align-self:flex-end}.image-with-text__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0;color:var(--color-foreground);letter-spacing:-.02em;line-height:1.2}.image-with-text__text{font-size:1rem;line-height:1.7;color:#666}.image-with-text__text p{margin:0 0 1rem}.image-with-text__text p:last-child{margin-bottom:0}.image-with-text__button{margin-top:.5rem}.image-with-text--center .image-with-text__button{display:flex;justify-content:center}.image-with-text--right .image-with-text__button{display:flex;justify-content:flex-end}.leave-review{width:100%;padding:var(--section-padding-top, 4rem) var(--page-margin, 2rem) var(--section-padding-bottom, 4rem);background-color:var(--section-bg-color, #f8f9fa)}.leave-review__container{max-width:var(--max-width, 800px);margin:0 auto}.leave-review__header{text-align:var(--text-align, center);margin-bottom:3rem}.leave-review__heading{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.2;color:var(--color-foreground, #1a1a1a);margin:0 0 1rem}.leave-review__description{font-size:1.125rem;line-height:1.6;color:#666;margin:0}.leave-review__form{background:var(--form-bg-color, #ffffff);padding:2.5rem;border-radius:var(--form-border-radius, 12px);box-shadow:0 4px 16px #00000014}.leave-review__form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.leave-review__form-grid{grid-template-columns:1fr 1fr}}.leave-review__field{display:flex;flex-direction:column;gap:.5rem}.leave-review__field--full{grid-column:1 / -1}.leave-review__label{font-size:.9375rem;font-weight:600;color:var(--color-foreground, #1a1a1a)}.leave-review__required{color:var(--color-accent, #C8102E)}.leave-review__input,.leave-review__textarea{padding:.875rem 1rem;border:2px solid #e9ecef;border-radius:var(--input-border-radius, 6px);font-size:1rem;color:var(--color-foreground, #1a1a1a);background:#fff;transition:all .2s ease;font-family:inherit}.leave-review__input:focus,.leave-review__textarea:focus{outline:none;border-color:var(--color-primary, #2d6a4f);box-shadow:0 0 0 3px #2d6a4f1a}.leave-review__textarea{resize:vertical;min-height:150px}.leave-review__stars{display:flex;gap:.5rem;align-items:center}.leave-review__star{background:none;border:none;cursor:pointer;padding:0;width:40px;height:40px;color:#d1d5db;transition:all .2s ease}.leave-review__star:hover,.leave-review__star:focus{transform:scale(1.1)}.leave-review__star svg{width:100%;height:100%}.leave-review__star--active{color:var(--star-color, #fbbf24)}.leave-review__submit{background:var(--button-bg-color, var(--color-primary, #2d6a4f));color:var(--button-text-color, #ffffff)}.leave-review__submit:hover{opacity:.9}.leave-review__error{font-size:.875rem;color:var(--color-accent, #C8102E);min-height:1.25rem}.leave-review__submit-wrapper{margin-top:2rem;display:flex;justify-content:var(--text-align, center)}.leave-review__submit{display:flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border:none;border-radius:var(--input-border-radius, 6px);cursor:pointer;transition:all .2s ease}.leave-review__submit svg{width:20px;height:20px}.leave-review__success{margin-top:2rem;padding:1.5rem;background:#2d6a4f1a;border-radius:8px;border-left:4px solid var(--color-primary, #2d6a4f);display:flex;align-items:center;gap:1rem;color:var(--color-primary, #2d6a4f)}.leave-review__success svg{width:28px;height:28px;flex-shrink:0}.leave-review__success p{margin:0;font-weight:600}@media(max-width:639px){.leave-review__form{padding:1.5rem}.leave-review__stars{gap:.25rem}.leave-review__star{width:36px;height:36px}.leave-review__submit{width:100%;justify-content:center}}.logo-list{padding:var(--section-padding-top) 0 var(--section-padding-bottom);background:var(--bg-color)}.logo-list__inner{max-width:1400px;margin:0 auto;padding:0 var(--page-margin)}.logo-list__header{text-align:center;margin-bottom:3rem}.logo-list__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 .75rem;color:var(--color-foreground);letter-spacing:-.02em}.logo-list__description{font-size:.9375rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.logo-list__grid{display:grid;grid-template-columns:repeat(var(--columns-mobile),1fr);gap:var(--gap);align-items:center}@media(min-width:640px){.logo-list__grid{grid-template-columns:repeat(var(--columns-tablet),1fr)}}@media(min-width:1024px){.logo-list__grid{grid-template-columns:repeat(var(--columns-desktop),1fr)}}.logo-item{display:flex;align-items:center;justify-content:center;padding:1rem;animation:fade-scale-in .6s cubic-bezier(.25,.46,.45,.94) backwards}.logo-item:nth-child(1){animation-delay:.05s}.logo-item:nth-child(2){animation-delay:.1s}.logo-item:nth-child(3){animation-delay:.15s}.logo-item:nth-child(4){animation-delay:.2s}.logo-item:nth-child(5){animation-delay:.25s}.logo-item:nth-child(6){animation-delay:.3s}.logo-item:nth-child(7){animation-delay:.35s}.logo-item:nth-child(8){animation-delay:.4s}@keyframes fade-scale-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.logo-item__link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);position:relative}.logo-item__link:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:8px;background:#2d6a4f0d;opacity:0;transition:opacity .3s ease}a.logo-item__link:hover:before{opacity:1}a.logo-item__link:hover{transform:scale(1.08) translateY(-4px)}.logo-item__image{max-width:100%;height:auto;max-height:80px;opacity:calc(var(--logo-opacity) / 100);transition:all .4s cubic-bezier(.25,.46,.45,.94);filter:grayscale(100%);position:relative;z-index:1}a.logo-item__link:hover .logo-item__image{opacity:1;filter:grayscale(0%)}.logo-item__placeholder{color:#ccc;opacity:.5}.logo-list__placeholder{text-align:center;padding:4rem 2rem;color:#999}.newsletter{padding:var(--section-padding-top) 0 var(--section-padding-bottom);background:var(--bg-color);color:var(--text-color)}.newsletter__inner{max-width:700px;margin:0 auto;padding:0 var(--page-margin);text-align:var(--text-alignment)}.newsletter__content{margin-bottom:2rem;animation:fade-slide-up .6s cubic-bezier(.25,.46,.45,.94) backwards}.newsletter__subtitle{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem;opacity:.9}.newsletter__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.2}.newsletter__text{font-size:1rem;line-height:1.6;opacity:.9}.newsletter__form{display:flex;flex-direction:column;gap:1rem}.newsletter__form-group{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.newsletter__form-group{flex-direction:row}}.newsletter__input{flex:1;padding:1rem 1.25rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;font-size:1rem;background:#ffffff1a;color:var(--text-color);transition:all .3s cubic-bezier(.25,.46,.45,.94);animation:fade-slide-up .6s cubic-bezier(.25,.46,.45,.94) .2s backwards}.newsletter__input::placeholder{color:#fff9}.newsletter__input:focus{outline:none;border-color:#ffffff80;background:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 16px #0003}@keyframes fade-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.newsletter__button{white-space:nowrap;padding:1rem 2rem;animation:fade-slide-up .6s cubic-bezier(.25,.46,.45,.94) .3s backwards;position:relative;overflow:hidden}.newsletter__button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.newsletter__button:hover:before{width:300px;height:300px}.newsletter__success{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;background:#ffffff26;border-radius:8px;font-weight:500}.newsletter__error{color:#fcc;font-size:.875rem;text-align:left}.newsletter__privacy{font-size:.8125rem;opacity:.7;margin:0;line-height:1.5}.place-order{padding:4rem 0;max-width:48rem;margin:0 auto}.place-order__header{margin-bottom:2.5rem}.place-order__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-primary);letter-spacing:-.02em;margin-bottom:.75rem}.place-order__intro{font-size:1.05rem;line-height:1.7;color:#555}.order-success{display:flex;align-items:center;gap:.75rem;background:var(--color-primary-subtle);border:1px solid var(--color-primary-light);border-radius:6px;padding:1.25rem 1.5rem;color:var(--color-primary);font-weight:600;margin-bottom:2rem}.order-success svg{flex-shrink:0;color:var(--color-primary)}.order-form{display:flex;flex-direction:column;gap:1.5rem}.order-form__row--two{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.order-form__field{display:flex;flex-direction:column;gap:.4rem}.order-form__label{font-size:.875rem;font-weight:600;color:var(--color-foreground);letter-spacing:.02em}.order-form__required{color:var(--color-primary);margin-left:.15rem}.order-form__input,.order-form__textarea{width:100%;padding:.75rem 1rem;border:1.5px solid #d1d5db;border-radius:6px;font-size:.95rem;color:var(--color-foreground);background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.order-form__input:focus,.order-form__textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-subtle)}.order-form__textarea{resize:vertical;min-height:120px}.order-form__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.order-form__required-note{font-size:.8rem;color:#888}.order-form__submit{min-width:12rem}@media(max-width:640px){.place-order{padding:2.5rem 0}.order-form__row--two{grid-template-columns:1fr}.order-form__footer{flex-direction:column;align-items:flex-start}.order-form__submit{width:100%}}.product__form{margin-top:1rem}.product__form-inner{display:flex;flex-direction:column;gap:1.5rem}.product__variant-select label,.product__quantity label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--color-foreground);text-transform:uppercase;letter-spacing:.05em}.product__select{width:100%;padding:.875rem 1rem;border:2px solid rgba(0,0,0,.1);border-radius:4px;font-size:1rem;font-weight:500;background:var(--color-background);color:var(--color-foreground);cursor:pointer;transition:all .2s ease}.product__select:hover{border-color:var(--color-primary)}.product__select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2d6a4f1a}.product__quantity-selector{display:flex;align-items:center;gap:0;width:fit-content;border:2px solid rgba(0,0,0,.1);border-radius:4px;overflow:hidden}.product__quantity-btn{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:var(--color-background);border:none;font-size:1.25rem;font-weight:600;color:var(--color-primary);cursor:pointer;transition:all .2s ease}.product__quantity-btn:hover{background:#2d6a4f1a}.product__quantity-input{width:4rem;height:3rem;text-align:center;border:none;border-left:2px solid rgba(0,0,0,.1);border-right:2px solid rgba(0,0,0,.1);font-size:1rem;font-weight:600;background:var(--color-background);color:var(--color-foreground)}.product__quantity-input:focus{outline:none}.product__quantity-input::-webkit-inner-spin-button,.product__quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product__stock-status{margin-bottom:1rem}.product__stock{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem;border-radius:2px}.product__stock--available{background:#2d6a4f1a;color:var(--color-primary)}.product__stock--out{background:#0000000d;color:#999}.product__add-to-cart{width:100%;padding:1.125rem 2rem;font-size:1rem}.product{padding:3rem 0}.product__grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.product__grid{grid-template-columns:1fr 1fr;gap:4rem}}.product__media{height:fit-content}.product__media--sticky{position:sticky;top:6.5rem}.product__image-wrapper--featured{position:relative;width:100%;max-width:500px;overflow:hidden;border-radius:4px;background:var(--color-secondary-bg);box-shadow:0 2px 12px #0000001a;aspect-ratio:var(--image-ratio, 1/1);margin-bottom:1rem;transition:opacity .15s ease}.product__image--featured{width:100%;height:100%;object-fit:cover;display:block}.product__image--placeholder{opacity:.3}.product__thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem;max-width:500px}.product__thumbnail{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:4px;background:var(--color-secondary-bg);border:2px solid transparent;transition:all .2s ease;cursor:pointer}.product__thumbnail:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.product__thumbnail--active{border-color:var(--color-accent);box-shadow:0 2px 8px #c8102e33}.product__thumbnail--active:hover{border-color:var(--color-accent)}.product__thumbnail-image{width:100%;height:100%;object-fit:cover;display:block}.product__info-inner{display:flex;flex-direction:column;gap:1.5rem}.product__vendor{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-accent);margin:0}.product__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;margin:0;color:var(--color-foreground)}.product__price{display:flex;align-items:center;gap:1rem;font-size:1.5rem;font-weight:700}.product__price--regular,.product__price--sale{color:var(--color-primary)}.product__price--compare{font-size:1.25rem;color:#999;text-decoration:line-through;font-weight:500}.product__description{font-size:1rem;line-height:1.7;color:#666}.product__description p{margin-bottom:1rem}.product__description p:last-child{margin-bottom:0}.product__variants{padding:1.5rem;background:#2d6a4f08;border-left:3px solid var(--color-primary);border-radius:2px}.product__variants-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-foreground);margin:0 0 1rem}.product__variants-list{display:flex;flex-direction:column;gap:.75rem}.product__variant-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff;border-radius:2px;border:1px solid rgba(0,0,0,.06)}.product__variant-title{font-size:.9375rem;font-weight:500;color:var(--color-foreground);flex:1}.product__variant-info{display:flex;align-items:center;gap:1rem}.product__variant-price{font-size:1rem;font-weight:700;color:var(--color-primary)}.product__variant-stock{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .75rem;border-radius:2px}.product__variant-stock--available{background:#2d6a4f1a;color:var(--color-primary)}.product__variant-stock--out{background:#0000000d;color:#999}.product__order-button{display:block;width:100%;padding:1.125rem 2rem;font-size:1rem;text-align:center;text-decoration:none;margin-top:1.5rem}@media(max-width:767px){.product{padding:2rem 0}.product__media{position:relative;top:auto}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.testimonials{padding:var(--section-padding-top) 0 var(--section-padding-bottom);background:var(--bg-color)}.testimonials__inner{max-width:1400px;margin:0 auto;padding:0 var(--page-margin)}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0 0 1rem;color:var(--color-foreground);letter-spacing:-.02em}.testimonials__description{font-size:1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.testimonials__grid{display:grid;grid-template-columns:repeat(var(--columns-mobile),1fr);gap:var(--gap)}@media(min-width:768px){.testimonials__grid{grid-template-columns:repeat(var(--columns-tablet),1fr)}}@media(min-width:1024px){.testimonials__grid{grid-template-columns:repeat(var(--columns-desktop),1fr)}}.testimonial-card{background:var(--color-background);padding:2rem;border-radius:12px;border:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;gap:1.5rem;transition:all .3s cubic-bezier(.25,.46,.45,.94);animation:fade-slide-up .6s cubic-bezier(.25,.46,.45,.94) backwards;position:relative}.testimonial-card:nth-child(1){animation-delay:.05s}.testimonial-card:nth-child(2){animation-delay:.1s}.testimonial-card:nth-child(3){animation-delay:.15s}.testimonial-card:nth-child(4){animation-delay:.2s}.testimonial-card:nth-child(5){animation-delay:.25s}.testimonial-card:nth-child(6){animation-delay:.3s}@keyframes fade-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.testimonial-card:before{content:'"';position:absolute;top:-.5rem;left:1.5rem;font-size:6rem;line-height:1;color:var(--color-accent);opacity:.1;font-family:Georgia,serif;pointer-events:none}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#0000001a}.testimonial-card__stars{display:flex;gap:.25rem}.testimonial-card__stars .star-filled{color:var(--color-accent)}.testimonial-card__stars .star-empty{color:#d1d5db}.testimonial-card__stars svg{animation:star-pop .4s cubic-bezier(.68,-.55,.265,1.55) backwards}.testimonial-card__stars svg:nth-child(1){animation-delay:.1s}.testimonial-card__stars svg:nth-child(2){animation-delay:.15s}.testimonial-card__stars svg:nth-child(3){animation-delay:.2s}.testimonial-card__stars svg:nth-child(4){animation-delay:.25s}.testimonial-card__stars svg:nth-child(5){animation-delay:.3s}@keyframes star-pop{0%{transform:scale(0) rotate(-45deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}.testimonial-card__quote{font-size:1rem;line-height:1.7;color:var(--color-foreground);margin:0;font-style:normal}.testimonial-card__author{display:flex;align-items:center;gap:1rem;margin-top:auto}.testimonial-card__image{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.testimonial-card__image img{width:100%;height:100%;object-fit:cover}.testimonial-card__details{display:flex;flex-direction:column;gap:.25rem}.testimonial-card__name{font-size:.9375rem;font-weight:600;color:var(--color-foreground);margin:0}.testimonial-card__subtitle{font-size:.875rem;color:#888;margin:0}.testimonials__placeholder{text-align:center;padding:4rem 2rem;color:#999}.video-hero{position:relative;width:100%;overflow:hidden}.video-hero__container{position:relative;width:100%;padding-top:56.25%;background:#000}.video-hero__video{position:absolute;top:0;left:0;width:100%;height:100%}.video-hero__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#1a1a1a;color:#fff9;padding:2rem;text-align:center;font-size:1.125rem}.video-hero__iframe,.video-hero__video-element{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.video-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,var(--overlay-opacity, .3));z-index:1}.video-hero__content{text-align:center;color:#fff;padding:2rem;max-width:800px}.video-hero__heading{font-size:clamp(2rem,5vw,4rem);font-weight:700;margin-bottom:1rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.5)}.video-hero__subheading{font-size:clamp(1rem,2vw,1.5rem);margin-bottom:2rem;line-height:1.5;text-shadow:0 2px 10px rgba(0,0,0,.5)}.video-hero__button{display:inline-block;padding:1rem 2.5rem;background:var(--color-primary);color:#fff;text-decoration:none;font-size:1.125rem;font-weight:600;border-radius:6px;transition:transform .2s ease,background .2s ease}.video-hero__button:hover{background:var(--color-primary-dark, #1a5a3a);transform:translateY(-2px)}@media(max-width:768px){.video-hero__content{padding:1rem}.video-hero__heading{margin-bottom:.75rem}.video-hero__subheading{margin-bottom:1.5rem}.video-hero__button{padding:.875rem 2rem;font-size:1rem}}.video-section{padding:var(--section-padding-top) 0 var(--section-padding-bottom);background:var(--bg-color)}.video-section__inner{max-width:1400px;margin:0 auto;padding:0 var(--page-margin)}.video-section__header{text-align:center;margin-bottom:3rem}.video-section__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0 0 1rem;color:var(--color-foreground);letter-spacing:-.02em}.video-section__description{font-size:1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.video-section__wrapper{max-width:1200px;margin:0 auto}.video-section__container{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:#000;animation:fade-scale-in .8s cubic-bezier(.25,.46,.45,.94) backwards;box-shadow:0 12px 32px #0000004d}@keyframes fade-scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.video-section__player{position:relative;width:100%;height:100%}.video-section__cover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;padding:0;background:none;cursor:pointer;z-index:2}.video-section__cover img{width:100%;height:100%;object-fit:cover}.video-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,calc(var(--overlay-opacity) / 100));transition:opacity var(--style-transition)}.video-section__cover:hover .video-section__overlay{opacity:.7}.video-section__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--color-primary);transition:all .4s cubic-bezier(.68,-.55,.265,1.55);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.video-section__cover:hover .video-section__play-button{transform:translate(-50%,-50%) scale(1.15);animation:none}.video-section__play-button svg{filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.video-section__player--playing .video-section__cover{display:none}.video-section__iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.video-section__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;height:100%;color:#666;background:#f8f8f8}.video-section__placeholder p{margin:0;font-size:1rem}.who-are-we{width:100%;padding:var(--section-padding-top, 4rem) var(--page-margin, 2rem) var(--section-padding-bottom, 4rem);max-width:1400px;margin:0 auto;background-color:var(--section-bg-color, transparent)}.who-are-we__header{text-align:var(--text-alignment, center);max-width:800px;margin:0 auto 3rem}.who-are-we__heading{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;color:var(--color-text, #1a1a1a);margin:0 0 1.5rem}.who-are-we__description{font-size:1.125rem;line-height:1.7;color:var(--color-text, #333)}.who-are-we__description p{margin:0 0 1rem}.who-are-we__description p:last-child{margin-bottom:0}.who-are-we__team{display:grid;grid-template-columns:repeat(var(--columns-mobile, 1),1fr);gap:2.5rem}@media(min-width:768px){.who-are-we__team{grid-template-columns:repeat(var(--columns-desktop, 3),1fr)}}.who-are-we__member{display:flex;flex-direction:column;align-items:center;text-align:var(--text-alignment, center);padding:2rem;background:var(--card-bg-color, #ffffff);border-radius:var(--border-radius, 12px);box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease}.who-are-we__member:hover{transform:translateY(-8px);box-shadow:0 8px 24px #0000001f}.who-are-we__member-image{width:180px;height:180px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;border:var(--image-border-width, 4px) solid var(--color-primary, #2d6a4f)}.who-are-we__member-image img{width:100%;height:100%;object-fit:cover;display:block}.who-are-we__member-image--placeholder{display:flex;align-items:center;justify-content:center;background:#e9ecef;color:#adb5bd}.who-are-we__member-image--placeholder svg{width:60%;height:60%}.who-are-we__member-content{width:100%}.who-are-we__member-name{font-size:1.5rem;font-weight:700;color:var(--color-text, #1a1a1a);margin:0 0 .5rem}.who-are-we__member-role{font-size:1rem;font-weight:600;color:var(--color-primary, #2d6a4f);margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.who-are-we__member-description{font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary, #666);margin:0}@media(max-width:767px){.who-are-we{padding:3rem var(--page-margin, 1.5rem)}.who-are-we__header{margin-bottom:2rem}.who-are-we__member{padding:1.5rem}.who-are-we__member-image{width:150px;height:150px}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.cart-delivery-inline{padding:0;background:transparent;border-radius:0;margin:1.5rem 0;position:relative;z-index:10;overflow:visible}.cart-delivery-inline__heading{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;margin:0 0 1rem;color:var(--color-foreground, #1a1a1a);text-transform:uppercase;letter-spacing:.02em}.cart-delivery-inline__heading svg{width:18px;height:18px;color:var(--color-primary, #2d6a4f)}.cart-delivery-inline__methods{display:grid;grid-template-columns:1fr;gap:.625rem;margin-bottom:1rem}.cart-delivery-method{cursor:pointer}.cart-delivery-method__radio{position:absolute;opacity:0;width:0;height:0}.cart-delivery-method__card{display:flex;align-items:center;gap:.75rem;padding:.875rem;background:#fff9;border:1px solid rgba(0,0,0,.08);border-radius:6px;transition:all .2s ease}.cart-delivery-method__radio:checked+.cart-delivery-method__card{border-color:var(--color-primary, #2d6a4f);background:#2d6a4f0d}.cart-delivery-method:hover .cart-delivery-method__card{border-color:var(--color-primary, #2d6a4f)}.cart-delivery-method__icon{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#2d6a4f1a;color:var(--color-primary, #2d6a4f);transition:all .2s ease}.cart-delivery-method__radio:checked~.cart-delivery-method__card .cart-delivery-method__icon{background:var(--color-primary, #2d6a4f);color:#fff}.cart-delivery-method__icon svg{width:18px;height:18px}.cart-delivery-method__content{display:flex;flex-direction:column;gap:.125rem}.cart-delivery-method__title{font-size:.9375rem;font-weight:600;color:var(--color-foreground, #1a1a1a)}.cart-delivery-method__desc{font-size:.8125rem;color:#666}.cart-delivery-inline__date{margin-top:1.25rem;position:relative;z-index:100;overflow:visible}.cart-delivery-inline__pickup-info{display:flex;gap:.875rem;padding:.875rem 1rem;background:#2d6a4f0d;border-left:3px solid var(--color-primary, #2d6a4f);border-radius:4px;font-size:.8125rem;line-height:1.5;color:#666;margin-top:1rem}.cart-delivery-inline__pickup-info svg{width:18px;height:18px;flex-shrink:0;color:var(--color-primary, #2d6a4f);margin-top:.125rem}.date-picker{margin-bottom:1.5rem;position:relative;z-index:100}.date-picker__label{display:block;font-size:.9375rem;font-weight:600;margin-bottom:.5rem;color:var(--color-foreground, #1a1a1a)}.date-picker__required{color:var(--color-accent, #C8102E)}.date-picker__wrapper{position:relative;z-index:10}.date-picker__icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#999;pointer-events:none}.date-picker__input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;color:var(--color-foreground, #1a1a1a);background:#fff;cursor:pointer;transition:all .2s ease}.date-picker__input:focus{outline:none;border-color:var(--color-primary, #2d6a4f);box-shadow:0 0 0 3px #2d6a4f1a}.date-picker__calendar{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:2px solid #e9ecef;border-radius:8px;padding:0;box-shadow:0 0 #0000;z-index:9999;min-width:300px;width:100%;max-width:380px;opacity:0;visibility:hidden;transform:translateY(-15px) scale(.92);transform-origin:top center;transition:all .25s cubic-bezier(.34,1.56,.64,1);overflow:visible;max-height:0}.date-picker__calendar--open{opacity:1;visibility:visible;transform:translateY(0) scale(1);padding:1rem;max-height:450px;box-shadow:0 8px 24px #00000026;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.date-picker__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.date-picker__month{font-size:1rem;font-weight:700;color:var(--color-foreground, #1a1a1a)}.date-picker__nav{background:none;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;transition:all .2s ease;color:var(--color-foreground, #1a1a1a)}.date-picker__nav:hover{background:#2d6a4f1a;color:var(--color-primary, #2d6a4f)}.date-picker__nav svg{width:20px;height:20px}.date-picker__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.date-picker__weekdays>div{text-align:center;font-size:.75rem;font-weight:600;color:#999;text-transform:uppercase;padding:.5rem 0}.date-picker__days{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.date-picker__day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:none;background:none;font-size:.875rem;cursor:pointer;border-radius:4px;transition:all .2s ease;color:var(--color-foreground, #1a1a1a)}.date-picker__day:hover:not(.date-picker__day--disabled):not(.date-picker__day--other-month){background:#2d6a4f1a;color:var(--color-primary, #2d6a4f)}.date-picker__day--selected,.date-picker__day--selected:hover{background:var(--color-primary, #2d6a4f);color:#fff}.date-picker__day--today{border:2px solid var(--color-primary, #2d6a4f)}.date-picker__day--disabled{color:#d1d5db;cursor:not-allowed}.date-picker__day--other-month{color:#d1d5db}@media(max-width:767px){.date-picker__calendar{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);min-width:90vw;max-width:350px}}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
