*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease,opacity .2s ease}a:hover{opacity:.85}button{cursor:pointer}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}.container{width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:768px){.container{padding-left:2rem;padding-right:2rem}}.grid{display:grid;gap:1.5rem}@media(min-width:768px){.grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.grid{grid-template-columns:repeat(4,1fr);gap:2.5rem}}.section-padding{padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.section-padding{padding-top:4rem;padding-bottom:4rem}}@media(min-width:1024px){.section-padding{padding-top:5rem;padding-bottom:5rem}}.announcement-bar{width:100%;background-color:var(--color-primary);color:#fff;text-align:center;padding:.75rem 1rem;font-size:.875rem;font-weight:500}.header{position:sticky;top:0;z-index:100;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);transition:background .3s ease,box-shadow .3s ease}.header.scrolled{box-shadow:0 2px 20px #0000000f}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:var(--max-width);margin:0 auto}@media(min-width:768px){.header__inner{padding:1.25rem 2rem}}.header__logo img{max-height:40px;width:auto}@media(min-width:768px){.header__logo img{max-height:48px}}.header__nav{display:none}@media(min-width:768px){.header__nav{display:flex;align-items:center;gap:2rem}}.header__nav a{color:var(--color-text);font-weight:500;font-size:.9375rem}.header__nav a:hover{color:var(--color-primary)}.header__actions{display:flex;align-items:center;gap:1rem}.header__cart{position:relative;display:flex;align-items:center;justify-content:center;padding:.5rem;color:var(--color-text);transition:color .2s ease}.header__cart:hover{color:var(--color-primary)}.header__cart-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;background-color:var(--color-primary);color:#fff;font-size:.6875rem;font-weight:600;border-radius:9px;display:flex;align-items:center;justify-content:center}.header__menu-toggle{display:flex;align-items:center;justify-content:center;padding:.5rem;background:none;border:none;color:var(--color-text);cursor:pointer}@media(min-width:768px){.header__menu-toggle{display:none}}.mobile-nav{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background:#fffffffa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:5rem 2rem 2rem;transform:translate(100%);transition:transform .3s ease;overflow-y:auto}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__links{display:flex;flex-direction:column;gap:1.5rem}.mobile-nav__links a{font-size:1.25rem;font-weight:500;color:var(--color-text)}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0003,#0006);pointer-events:none}.hero__content{position:relative;z-index:1;max-width:600px;text-align:center;padding:2rem 1.5rem}.hero__title{font-size:2.5rem;font-weight:700;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.3);margin-bottom:1rem}@media(min-width:768px){.hero__title{font-size:3.5rem}}@media(min-width:1024px){.hero__title{font-size:4rem}}.hero__subtitle{font-size:1.125rem;color:#fffffff2;text-shadow:0 1px 10px rgba(0,0,0,.2);margin-bottom:2rem}@media(min-width:768px){.hero__subtitle{font-size:1.25rem}}.hero__cta{display:inline-block}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;font-size:.9375rem;border-radius:var(--border-radius);border:2px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}.btn:hover{transform:scale(1.02)}.btn:active{transform:scale(.98)}.btn--primary{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn--primary:hover{box-shadow:0 4px 20px #2d6a4f66}.btn--secondary{background-color:transparent;color:var(--color-primary);border-color:var(--color-primary)}.btn--secondary:hover{background-color:#2d6a4f14}.btn--large{padding:1rem 2rem;font-size:1.0625rem}.product-card{display:flex;flex-direction:column;position:relative;background:var(--color-bg);border-radius:var(--border-radius);overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.product-card__link{display:block;text-decoration:none;color:inherit}.product-card__image{position:relative;overflow:hidden;height:280px}.product-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease,filter .5s ease}.product-card:hover .product-card__image img{transform:scale(1.08);filter:brightness(1.03)}.product-card__atc-form--list{display:none}.product-card__atc-form--grid{position:absolute;bottom:0;left:0;right:0;padding:.75rem;transform:translateY(100%);transition:transform .3s ease,opacity .3s ease;opacity:0;z-index:3}.product-card:hover .product-card__atc-form--grid{transform:translateY(0);opacity:1}.product-card__vendor{display:none;font-size:.8125rem;color:#888;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem}.product-card__desc{display:none;font-size:.875rem;line-height:1.5;color:#777;margin:.35rem 0 .75rem}.product-card__atc-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.7rem 1rem;background:var(--color-primary);color:#fff;border:none;border-radius:10px;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;box-shadow:0 4px 16px #0003}.product-card__atc-btn:hover{background:#245a42;box-shadow:0 6px 20px #0000004d}.product-card__info{padding:1.25rem;flex:1}.product-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{color:var(--color-primary)}.product-card__price{font-size:1rem;font-weight:600;color:var(--color-primary)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:6px;z-index:2}.product-card__badge--sale{background-color:#dc3545;color:#fff}.product-card__badge--new{background-color:var(--color-secondary);color:#fff}.product-card__badge--sold-out{background-color:#666;color:#fff}.product-card__pricing{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-card__price--sale{color:#dc3545}.product-card__compare-price{font-size:.875rem;color:#aaa;text-decoration:line-through;font-weight:400}.featured-collection{padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.featured-collection{padding-top:4rem;padding-bottom:4rem}}@media(min-width:1024px){.featured-collection{padding-top:5rem;padding-bottom:5rem}}.featured-collection__heading{text-align:center;font-size:2rem;margin-bottom:2rem}@media(min-width:768px){.featured-collection__heading{font-size:2.5rem;margin-bottom:2.5rem}}.featured-collection__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.featured-collection__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.featured-collection__grid{grid-template-columns:repeat(4,1fr);gap:2.5rem}}.image-with-text{display:grid;grid-template-columns:1fr;align-items:center;gap:2rem}@media(min-width:768px){.image-with-text{grid-template-columns:1fr 1fr;gap:3rem}}.image-with-text--reverse .image-with-text__media{order:2}.image-with-text--reverse .image-with-text__content{order:1}@media(min-width:768px){.image-with-text--reverse .image-with-text__media{order:1}.image-with-text--reverse .image-with-text__content{order:2}}.image-with-text__media{border-radius:var(--border-radius);overflow:hidden;min-height:360px}.image-with-text__media img{width:100%;height:100%;object-fit:cover;display:block;min-height:360px}.image-with-text__media img{width:100%;height:100%;object-fit:cover}.image-with-text__content h2{font-size:1.75rem;margin-bottom:1rem}@media(min-width:768px){.image-with-text__content h2{font-size:2.25rem}}.image-with-text__content p{margin-bottom:1.5rem;color:var(--color-text);opacity:.9}.newsletter{background-color:var(--color-bg-secondary);padding:3rem 1.5rem;text-align:center}@media(min-width:768px){.newsletter{padding:4rem 2rem}}.newsletter__heading{font-size:1.5rem;margin-bottom:.5rem}.newsletter__subtext{margin-bottom:1.5rem;color:var(--color-text);opacity:.85}.newsletter__form{display:flex;flex-direction:column;gap:.75rem;max-width:480px;margin:0 auto}@media(min-width:768px){.newsletter__form{flex-direction:row;gap:0}}.newsletter__input{flex:1;padding:.875rem 1.25rem;border:2px solid rgba(0,0,0,.1);border-radius:var(--border-radius);font-size:1rem;transition:border-color .2s ease}.newsletter__input:focus{outline:none;border-color:var(--color-primary)}@media(min-width:768px){.newsletter__input{border-radius:var(--border-radius) 0 0 var(--border-radius)}}.newsletter__submit{padding:.875rem 1.5rem}@media(min-width:768px){.newsletter__submit{border-radius:0 var(--border-radius) var(--border-radius) 0}}.rich-text{max-width:720px;margin-left:auto;margin-right:auto;padding:3rem 1.5rem;text-align:center}.rich-text h2{font-size:1.75rem;margin-bottom:1rem}.rich-text p{margin-bottom:1rem;line-height:1.7}.product__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.product__grid{grid-template-columns:1fr 1fr;gap:3rem}}@media(min-width:1024px){.product__grid{grid-template-columns:1.2fr 1fr;gap:4rem}}.product__gallery{position:relative}@media(min-width:1024px){.product__gallery{position:sticky;top:6rem;align-self:start}}.product__media-main{position:relative;margin-bottom:.75rem;background:#f9f9f9;border-radius:var(--border-radius);cursor:crosshair;max-width:480px}.product__media-main img{width:100%;height:auto;max-height:480px;object-fit:contain;display:block;border-radius:var(--border-radius)}.product__zoom-lens{display:none;position:absolute;width:120px;height:120px;border:2px solid rgba(45,106,79,.4);border-radius:4px;background:#2d6a4f14;pointer-events:none;z-index:3}.product__zoom-result{display:none;position:absolute;top:0;left:calc(100% + 1rem);width:400px;height:400px;border:1px solid rgba(0,0,0,.08);border-radius:var(--border-radius);background-repeat:no-repeat;background-color:#fff;box-shadow:0 8px 32px #0000001f;z-index:10;pointer-events:none}.product__media-main:hover .product__zoom-lens,.product__media-main:hover .product__zoom-result{display:block}@media(max-width:1023px){.product__zoom-result,.product__zoom-lens{display:none!important}.product__media-main{cursor:default}}.product__media-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product__media-thumb{width:70px;height:70px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:#f5f5f5;transition:border-color .2s ease}.product__media-thumb:hover,.product__media-thumb.is-active{border-color:var(--color-primary)}.product__media-thumb img{width:100%;height:100%;object-fit:cover}.product__info{display:flex;flex-direction:column}.product__title{font-size:1.75rem;margin-bottom:.25rem}.product__rating{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.75rem;text-decoration:none;color:inherit;transition:opacity .2s}.product__rating:hover{opacity:.8}.product__stars{display:inline-flex;align-items:center;gap:2px}.product__rating-text{font-size:.875rem;color:#666}.product-reviews{max-width:600px}.product-reviews__summary{display:flex;align-items:center;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.product-reviews__average{font-size:3rem;font-weight:700;line-height:1;color:var(--color-primary)}.product-reviews__summary-detail{display:flex;flex-direction:column;gap:.25rem}.product-reviews__stars-large{display:flex;gap:2px}.product-reviews__count{font-size:.875rem;color:#666}.product-reviews__info{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem 0;color:#666;font-size:.875rem;line-height:1.5}.product-reviews__info svg{flex-shrink:0;color:var(--color-primary);margin-top:2px}@media(min-width:768px){.product__title{font-size:2rem}}.product__price{font-size:1.25rem;font-weight:600;color:var(--color-primary);margin-bottom:1rem}.product__description{margin-bottom:1.5rem;line-height:1.7}.product__variants{margin-bottom:1.5rem}.product__variants label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.04em;color:#555}.product__variants select{width:100%;padding:.75rem 1rem;border:2px solid rgba(0,0,0,.12);border-radius:var(--border-radius);font-size:.9375rem;font-family:inherit;background:var(--color-bg);cursor:pointer;transition:border-color .2s ease;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.product__variants select:focus{outline:none;border-color:var(--color-primary)}.product__actions{display:flex;align-items:flex-end;gap:1rem;margin-top:.5rem}.product__quantity{flex-shrink:0}.product__quantity-label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.04em;color:#555}.product__quantity-input{display:flex;align-items:center;border:2px solid rgba(0,0,0,.12);border-radius:var(--border-radius);overflow:hidden}.product__quantity-btn{width:44px;height:48px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#555;cursor:pointer;transition:background-color .2s ease,color .2s ease}.product__quantity-btn:hover{background:var(--color-primary);color:#fff}.product__quantity-value{width:48px;height:48px;text-align:center;border:none;border-left:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);font-weight:600;font-size:1rem;font-family:inherit;-moz-appearance:textfield}.product__quantity-value::-webkit-outer-spin-button,.product__quantity-value::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__add-to-cart{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.875rem 2rem;font-size:1.0625rem;height:52px}.product__add-to-cart:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.product__actions{flex-direction:column;align-items:stretch}.product__quantity-input{justify-content:center}.product__add-to-cart{width:100%}}.product__short-desc{font-size:.9375rem;line-height:1.6;color:#666;margin-bottom:1.5rem}.product-tabs{margin-top:4rem;border-top:1px solid rgba(0,0,0,.08)}.product-tabs__nav{display:flex;gap:0;border-bottom:2px solid rgba(0,0,0,.08);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-tabs__nav::-webkit-scrollbar{display:none}.product-tabs__btn{position:relative;padding:1.25rem 1.75rem;background:none;border:none;font-size:1rem;font-weight:600;font-family:inherit;color:#888;cursor:pointer;white-space:nowrap;transition:color .2s ease}.product-tabs__btn:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:var(--color-primary);border-radius:3px 3px 0 0;transform:scaleX(0);transition:transform .25s ease}.product-tabs__btn:hover{color:var(--color-text)}.product-tabs__btn.is-active{color:var(--color-primary)}.product-tabs__btn.is-active:after{transform:scaleX(1)}.product-tabs__panels{padding:2rem 0}.product-tabs__panel{position:absolute;width:100%;opacity:0;pointer-events:none;clip:rect(0,0,0,0)}.product-tabs__panel.is-active{position:relative;opacity:1;pointer-events:auto;clip:auto}.product-tabs__panels{position:relative}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.product-tabs__content{font-size:.9375rem;line-height:1.8;color:#555;max-width:800px}.product-tabs__content h4{font-size:1.125rem;color:var(--color-text);margin-top:1.5rem;margin-bottom:.75rem}.product-tabs__content h4:first-child{margin-top:0}.product-tabs__content ul{list-style:none;padding:0;margin:0 0 1.5rem}.product-tabs__content ul li{position:relative;padding-left:1.5rem;margin-bottom:.6rem}.product-tabs__content ul li:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:var(--color-primary);opacity:.6}.product-tabs__content p{margin-bottom:1rem}.product-tabs__review-summary{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.product-tabs__review-stars{display:flex;gap:.15rem}.product-tabs__review-count{font-size:.9375rem;color:#888}.product-tabs__no-reviews{color:#999;font-style:italic;padding:2rem 0}@media(max-width:767px){.product-tabs{margin-top:2.5rem}.product-tabs__btn{padding:1rem 1.25rem;font-size:.875rem}.product-tabs__panels{padding:1.5rem 0}}.collection-header{text-align:center;padding:2rem 1.5rem}@media(min-width:768px){.collection-header{padding:3rem 2rem}}.collection-header__title{font-size:2rem;margin-bottom:.5rem}@media(min-width:768px){.collection-header__title{font-size:2.5rem}}.collection-header__description{max-width:600px;margin:0 auto;color:var(--color-text);opacity:.9}.collection-page{display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem 0}@media(min-width:1024px){.collection-page{grid-template-columns:240px 1fr}}.collection-filters{padding:1.5rem;background:var(--color-bg-secondary);border-radius:var(--border-radius);height:fit-content}@media(min-width:1024px){.collection-filters{position:sticky;top:6rem}}.collection-filters__title{font-size:1rem;font-weight:600;margin-bottom:1rem}.collection-filters__group{margin-bottom:1.25rem}.collection-filters__group:last-child{margin-bottom:0}.collection-filters__label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.collection-filters__option{display:flex;align-items:center;gap:.5rem;padding:.35rem 0;cursor:pointer;font-size:.9375rem}.collection-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1rem 0 1.5rem;margin-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.collection-toolbar__left{display:flex;align-items:center}.collection-toolbar__count{font-size:.875rem;color:#888}.collection-toolbar__right{display:flex;align-items:center;gap:1.5rem}.collection-toolbar__sort{display:flex;align-items:center;gap:.5rem}.collection-toolbar__label{font-size:.8125rem;font-weight:600;color:#666;white-space:nowrap}.collection-toolbar__select{padding:.5rem 2.25rem .5rem .75rem;border:2px solid rgba(0,0,0,.1);border-radius:8px;font-family:inherit;font-size:.875rem;background:var(--color-bg);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;transition:border-color .2s ease}.collection-toolbar__select:focus{outline:none;border-color:var(--color-primary)}.collection-toolbar__view{display:flex;align-items:center;gap:.35rem}.collection-toolbar__view-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid rgba(0,0,0,.1);border-radius:8px;color:#888;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.collection-toolbar__view-btn:hover{color:var(--color-primary);border-color:var(--color-primary)}.collection-toolbar__view-btn.is-active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.grid[data-view=list]{grid-template-columns:1fr!important;gap:1rem}.grid[data-view=list] .grid__item{display:block}.grid[data-view=list] .product-card{flex-direction:row;align-items:stretch}.grid[data-view=list] .product-card__link{display:block;width:200px;flex-shrink:0}.grid[data-view=list] .product-card__image{width:200px;height:200px;border-radius:var(--border-radius) 0 0 var(--border-radius)}.grid[data-view=list] .product-card__atc-form--grid{display:none!important}.grid[data-view=list] .product-card__info{flex:1;display:flex;flex-direction:column;justify-content:center;padding:1.25rem 1.5rem;min-width:0}.grid[data-view=list] .product-card__vendor{display:block}.grid[data-view=list] .product-card__title{font-size:1.125rem;font-weight:700;-webkit-line-clamp:2;margin-bottom:0}.grid[data-view=list] .product-card__desc{display:block}.grid[data-view=list] .product-card__pricing{margin-bottom:.75rem}.grid[data-view=list] .product-card__price{font-size:1.25rem}.grid[data-view=list] .product-card__atc-form--list{display:block}.grid[data-view=list] .product-card__atc-form--list .product-card__atc-btn{max-width:180px}@media(max-width:639px){.collection-toolbar__sort{order:2;width:100%}.collection-toolbar__select{flex:1}.grid[data-view=list] .product-card{flex-direction:column}.grid[data-view=list] .product-card__link{width:100%}.grid[data-view=list] .product-card__image{width:100%;height:220px;border-radius:var(--border-radius) var(--border-radius) 0 0}.grid[data-view=list] .product-card__info{padding:1rem 1.25rem 1.25rem}}.pagination{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.06)}.pagination__list{display:flex;align-items:center;justify-content:center;gap:.5rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}.pagination__list li a,.pagination__list li span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border-radius:10px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.pagination__list li a{color:var(--color-text);background:var(--color-bg-secondary)}.pagination__list li a:hover{background:var(--color-primary);color:#fff;box-shadow:0 4px 12px #2d6a4f40}.pagination__current{background:var(--color-primary);color:#fff;font-weight:700;box-shadow:0 4px 12px #2d6a4f40}@media(min-width:1200px){.collection-grid{grid-template-columns:repeat(4,1fr)}}.cart__heading-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.cart__title{display:flex;align-items:center;gap:.75rem;font-size:1.75rem;margin:0}.cart__count{font-weight:400;font-size:1rem;color:#888}.cart__continue-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.9375rem;font-weight:500;color:var(--color-primary);text-decoration:none;transition:gap .2s ease}.cart__continue-link:hover{gap:.6rem}.cart__empty{text-align:center;padding:4rem 1rem}.cart__empty-text{font-size:1.25rem;font-weight:600;margin:1.5rem 0 .5rem}.cart__empty-subtext{color:#888;margin-bottom:2rem}.cart__layout{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:1024px){.cart__layout{grid-template-columns:1fr 380px;gap:3rem;align-items:start}}.cart__header{display:none}@media(min-width:768px){.cart__header{display:grid;grid-template-columns:100px 1fr 140px 100px;gap:1.5rem;padding:.75rem 0;border-bottom:2px solid rgba(0,0,0,.08);font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;color:#888}}.cart__item{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.06);align-items:center}@media(min-width:768px){.cart__item{grid-template-columns:100px 1fr 140px 100px;gap:1.5rem}}.cart__item-image{display:block;width:80px;height:80px;border-radius:12px;overflow:hidden;background:#f5f5f5;flex-shrink:0}@media(min-width:768px){.cart__item-image{width:100px;height:100px}}.cart__item-image img{width:100%;height:100%;object-fit:cover;display:block}.cart__item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0}.cart__item-details{display:flex;flex-direction:column;gap:.2rem}.cart__item-title{font-weight:600;font-size:.9375rem;color:var(--color-text);text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.cart__item-title:hover{color:var(--color-primary)}.cart__item-variant,.cart__item-unit-price{font-size:.8125rem;color:#888;margin:0}.cart__item-remove{display:inline-flex;align-items:center;gap:.3rem;background:none;border:none;color:#aaa;font-size:.8125rem;cursor:pointer;padding:0;margin-top:.5rem;text-decoration:none;transition:color .2s ease}.cart__item-remove:hover{color:#dc3545}.cart__qty-form{margin:0}.cart__qty-wrap{display:inline-flex;align-items:center;border:2px solid rgba(0,0,0,.1);border-radius:10px;overflow:hidden}.cart__qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#666;cursor:pointer;transition:background-color .2s ease,color .2s ease}.cart__qty-btn:hover{background:var(--color-primary);color:#fff}.cart__qty-value{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9375rem;border-left:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08)}.cart__item-line-price{font-weight:700;font-size:1rem;color:var(--color-primary);text-align:right}@media(max-width:767px){.cart__item-quantity,.cart__item-line-price{grid-column:2}.cart__item-quantity{margin-top:-.5rem}.cart__item-line-price{text-align:left;margin-top:-.25rem}}.cart__sidebar{position:relative}@media(min-width:1024px){.cart__sidebar{position:sticky;top:6rem}}.cart__summary{background:var(--color-bg-secondary);padding:2rem;border-radius:16px}.cart__summary-title{font-size:1.125rem;margin:0 0 1.25rem}.cart__summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9375rem;color:#555}.cart__shipping-note{font-size:.8125rem;color:#999;font-style:italic}.cart__summary-total{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:700;margin-top:.75rem;padding-top:1rem;border-top:2px solid rgba(0,0,0,.08);color:var(--color-text)}.cart__checkout-btn{width:100%;margin-top:1.25rem;padding:1rem;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-size:1.0625rem}.cart__note-section{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(0,0,0,.06)}.cart__note-toggle{display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;font-size:.875rem;font-family:inherit;color:var(--color-primary);cursor:pointer;padding:0;font-weight:500}.cart__note-toggle:hover{text-decoration:underline}.cart__note{width:100%;min-height:80px;margin-top:.75rem;padding:.75rem;border:2px solid rgba(0,0,0,.1);border-radius:10px;font-family:inherit;font-size:.875rem;resize:vertical;transition:border-color .2s ease}.cart__note:focus{outline:none;border-color:var(--color-primary)}.cart__trust{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;gap:.6rem}.cart__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#666}.contact__header{text-align:center;margin-bottom:3rem}.contact__title{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:.75rem}.contact__subtitle{max-width:600px;margin:0 auto;color:#666;font-size:1rem;line-height:1.6}.contact__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:1024px){.contact__grid{grid-template-columns:1.2fr 1fr;gap:3rem}}.contact__form-heading{font-size:1.25rem;margin-bottom:1.5rem}.contact__form-row{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.contact__form-row{grid-template-columns:1fr 1fr}}.contact__field{margin-bottom:1.25rem}.contact__label{display:block;font-weight:600;font-size:.875rem;margin-bottom:.4rem;color:var(--color-text)}.contact__label span{color:#dc3545}.contact__input,.contact__select,.contact__textarea{width:100%;padding:.75rem 1rem;border:2px solid rgba(0,0,0,.1);border-radius:10px;font-family:inherit;font-size:.9375rem;background:var(--color-bg);transition:border-color .2s ease,box-shadow .2s ease}.contact__input:focus,.contact__select:focus,.contact__textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2d6a4f1a}.contact__input::placeholder,.contact__textarea::placeholder{color:#aaa}.contact__select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;cursor:pointer}.contact__textarea{resize:vertical;min-height:140px}.contact__submit{display:inline-flex;align-items:center;gap:.6rem;padding:.875rem 2rem;font-size:1rem}.contact__success{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#2d6a4f14;border:1px solid rgba(45,106,79,.2);border-radius:10px;margin-bottom:1.5rem;color:var(--color-primary);font-weight:500}.contact__success p{margin:0}.contact__errors{padding:1rem 1.25rem;background:#dc35450f;border:1px solid rgba(220,53,69,.2);border-radius:10px;margin-bottom:1.5rem;color:#dc3545;font-size:.9375rem}.contact__errors p{font-weight:600;margin:0 0 .5rem}.contact__errors ul{margin:0;padding-left:1.25rem}.contact__info-card{background:var(--color-bg-secondary);border-radius:16px;padding:2rem;margin-bottom:1.5rem}.contact__info-heading{font-size:1.25rem;margin-bottom:.75rem}.contact__info-text{font-size:.9375rem;color:#666;line-height:1.6;margin-bottom:1.5rem}.contact__info-items{display:flex;flex-direction:column;gap:1.25rem}.contact__info-item{display:flex;gap:1rem;align-items:flex-start}.contact__info-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;flex-shrink:0;color:var(--color-primary);box-shadow:0 2px 8px #0000000f}.contact__info-item strong{display:block;font-size:.875rem;margin-bottom:.15rem}.contact__info-item p{margin:0;font-size:.875rem;color:#666;line-height:1.5}.contact__info-item a{color:var(--color-primary);text-decoration:none}.contact__info-item a:hover{text-decoration:underline}.contact__socials-card{background:var(--color-bg-secondary);border-radius:16px;padding:1.5rem 2rem}.contact__socials-heading{font-size:1rem;margin-bottom:1rem}.contact__socials{display:flex;gap:.75rem}.contact__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;color:#555;text-decoration:none;box-shadow:0 2px 8px #0000000f;transition:background-color .2s ease,color .2s ease,transform .2s ease}.contact__social-link:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px)}@media(max-width:767px){.contact__header{margin-bottom:2rem}}.cart-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-popup.is-open{opacity:1;visibility:visible}.cart-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.cart-popup__dialog{position:relative;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;margin-top:3rem;transform:translateY(-20px);transition:transform .3s ease}.cart-popup.is-open .cart-popup__dialog{transform:translateY(0)}.cart-popup__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.cart-popup__title{display:flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:600;margin:0}.cart-popup__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;transition:background-color .2s ease,color .2s ease}.cart-popup__close:hover{background:#f0f0f0;color:#333}.cart-popup__body{display:grid;grid-template-columns:1fr;gap:0}@media(min-width:640px){.cart-popup__body{grid-template-columns:1fr 280px}}.cart-popup__product{display:flex;gap:1.5rem;padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.06)}@media(min-width:640px){.cart-popup__product{border-bottom:none;border-right:1px solid rgba(0,0,0,.06)}}.cart-popup__image{width:140px;height:140px;flex-shrink:0;border-radius:12px;overflow:hidden;background:#f5f5f5}.cart-popup__image img{width:100%;height:100%;object-fit:cover}.cart-popup__details{display:flex;flex-direction:column;gap:.35rem;min-width:0}.cart-popup__product-title{font-weight:600;font-size:1rem;line-height:1.4;margin:0;color:var(--color-text)}.cart-popup__variant{font-size:.875rem;color:#888;margin:0}.cart-popup__qty-price{font-size:1.125rem;font-weight:600;color:var(--color-primary);margin:.5rem 0 0}.cart-popup__summary{padding:1.5rem;background:var(--color-bg-secondary);display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.cart-popup__summary{border-radius:0 0 16px}}.cart-popup__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem}.cart-popup__subtotal-amount{font-size:1.5rem;font-weight:700;color:var(--color-primary)}.cart-popup__item-count{font-size:.8125rem;color:#888;margin:0;text-align:center}.cart-popup__checkout-btn,.cart-popup__cart-btn{width:100%;text-align:center;display:flex;align-items:center;justify-content:center}.cart-popup__continue{background:none;border:none;font-family:inherit;font-size:.875rem;color:var(--color-primary);cursor:pointer;text-align:center;padding:.25rem;text-decoration:underline;text-underline-offset:2px}.cart-popup__continue:hover{color:var(--color-text)}.footer{background-color:var(--color-primary);color:#fff;margin-top:0}.footer a{color:#ffffffe6}.footer a:hover{color:#fff}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;padding:3rem 1.5rem}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;padding:4rem 2rem}}@media(min-width:1024px){.footer__grid{grid-template-columns:repeat(4,1fr);gap:3rem;max-width:var(--max-width);margin:0 auto}}.footer__column h4{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer__column ul{list-style:none}.footer__column li{margin-bottom:.5rem}.footer__social{display:flex;gap:1rem;margin-top:1rem}.footer__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff26;border-radius:50%;transition:background .2s ease}.footer__social a:hover{background:#ffffff40}.footer__bottom{padding:1.25rem 1.5rem;border-top:1px solid rgba(255,255,255,.2);text-align:center;font-size:.875rem;opacity:.9}@media(min-width:768px){.footer__bottom{padding:1.25rem 2rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.visually-hidden-focusable:focus{position:static;width:auto;height:auto;padding:.5rem 1rem;margin:0;overflow:visible;clip:auto;white-space:normal;z-index:9999}.badge{display:inline-block;padding:.25rem .6rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:6px}.animate{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.animate--visible{opacity:1;transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.error-404{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem}.error-404__title{font-size:4rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.error-404__message{font-size:1.25rem;margin-bottom:2rem;color:var(--color-text);max-width:400px}.error-404 .btn{margin-top:.5rem}.main-content{min-height:50vh}.form__group{margin-bottom:1.25rem}.form__label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.9375rem}.form__input,.form__textarea,.form__select{width:100%;padding:.75rem 1rem;border:2px solid rgba(0,0,0,.12);border-radius:var(--border-radius);font-size:1rem;transition:border-color .2s ease}.form__input:focus,.form__textarea:focus,.form__select:focus{outline:none;border-color:var(--color-primary)}.form__textarea{min-height:120px;resize:vertical}.slideshow{position:relative;width:100%;height:100vh;max-height:720px;overflow:hidden}.slideshow__track{position:relative;width:100%;height:100%}.slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease;z-index:0}.slideshow__slide--active{opacity:1;z-index:1}.slideshow__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.slideshow__image{width:100%;height:100%;object-fit:cover;display:block}.slideshow__placeholder{width:100%;height:100%;background:var(--color-bg-secondary)}.slideshow__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;pointer-events:none}.slideshow__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;z-index:2}.slideshow__content .container{max-width:700px}.slideshow__title{font-size:clamp(2rem,5vw,3.5rem);color:#fff;line-height:1.15;margin-bottom:1rem;text-shadow:0 2px 12px rgba(0,0,0,.3)}.slideshow__subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffe6;line-height:1.6;margin-bottom:2rem;text-shadow:0 1px 6px rgba(0,0,0,.25)}.slideshow__cta{display:inline-block}.slideshow__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;background:#ffffff26;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease,transform .3s ease}.slideshow__arrow:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.08)}.slideshow__arrow--prev{left:1.5rem}.slideshow__arrow--next{right:1.5rem}.slideshow__dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:.5rem}.slideshow__dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.7);background:transparent;cursor:pointer;padding:0;transition:background .3s ease,transform .3s ease}.slideshow__dot:hover{background:#ffffff80}.slideshow__dot--active{background:#fff;border-color:#fff;transform:scale(1.15)}@media(max-width:767px){.slideshow{max-height:520px}.slideshow__arrow{width:36px;height:36px}.slideshow__arrow--prev{left:.75rem}.slideshow__arrow--next{right:.75rem}.slideshow__content .container{padding:0 1.5rem}}.trust-badges__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.trust-badges__item{padding:2rem 1rem;border-radius:var(--border-radius);background:var(--color-bg);border:1px solid rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}.trust-badges__item:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000014}.trust-badges__icon{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:var(--color-bg-secondary);border-radius:50%;color:var(--color-primary)}.trust-badges__title{font-size:1.05rem;font-weight:700;margin-bottom:.35rem}.trust-badges__text{font-size:.875rem;color:#666;margin:0}@media(max-width:767px){.trust-badges__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.trust-badges__item{padding:1.25rem .75rem}}.section-heading{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;margin-bottom:.5rem}.section-subheading{font-size:1.05rem;color:#666;margin-bottom:2.5rem;max-width:600px}.section-subheading.text-center{margin-left:auto;margin-right:auto}.categories__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.categories__item{text-decoration:none;color:var(--color-text);display:block;border-radius:var(--border-radius);overflow:hidden;position:relative;transition:transform .3s ease}.categories__item:hover{transform:translateY(-4px)}.categories__item:hover .categories__image{transform:scale(1.08)}.categories__item:hover .categories__overlay{opacity:.15}.categories__image-wrapper{display:block;overflow:hidden;border-radius:var(--border-radius);position:relative;height:220px}.categories__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.categories__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--color-primary);opacity:0;transition:opacity .3s ease;z-index:1}.categories__placeholder{width:100%;height:100%;background:var(--color-bg-secondary)}.categories__title{font-size:1rem;font-weight:600;text-align:center;padding:.85rem .5rem .25rem;margin:0}@media(max-width:1023px){.categories__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.categories__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.categories__title{font-size:.9rem}}.testimonials{background:var(--color-bg-secondary)}.testimonials__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.testimonials__card{background:var(--color-bg);border-radius:var(--border-radius);padding:2rem;box-shadow:0 2px 12px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.testimonials__card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000014}.testimonials__stars{display:flex;gap:2px;margin-bottom:1rem}.testimonials__quote{font-size:1rem;line-height:1.7;color:#555;margin:0 0 1.5rem;font-style:italic}.testimonials__author{display:flex;align-items:center;gap:.85rem}.testimonials__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0}.testimonials__avatar img{width:100%;height:100%;object-fit:cover}.testimonials__avatar--initials{background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.testimonials__name{display:block;font-weight:600;font-size:.95rem}.testimonials__pet{display:block;font-size:.8rem;color:#888}.testimonials__card--product{text-align:center}.testimonials__product-link{text-decoration:none;color:inherit;display:block;margin-bottom:.75rem}.testimonials__product-link:hover .testimonials__product-title{color:var(--color-primary)}.testimonials__product-image{width:100px;height:100px;margin:0 auto .75rem;border-radius:50%;overflow:hidden;background:#f5f5f5}.testimonials__product-img{width:100%;height:100%;object-fit:cover}.testimonials__product-title{font-size:1rem;font-weight:600;transition:color .2s;margin:0}.testimonials__rating-count{font-size:.8rem;color:#888;margin-left:.35rem}.testimonials__product-price{margin-top:.5rem;font-weight:600;color:var(--color-primary)}.testimonials__empty{grid-column:1 / -1;padding:3rem 1rem;color:#888;font-size:1rem}@media(max-width:767px){.testimonials__grid{grid-template-columns:1fr}.testimonials__card{padding:1.5rem}}.about-us__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-us__image{width:100%;border-radius:16px;display:block;box-shadow:0 12px 40px #0000001f;object-fit:cover}.about-us__placeholder{min-height:360px;background:var(--color-bg-secondary);border-radius:var(--border-radius)}.about-us__subtitle{display:inline-block;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-secondary);margin-bottom:.75rem}.about-us__heading{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;margin-bottom:1.25rem}.about-us__text{font-size:1rem;line-height:1.75;color:#555;margin-bottom:1.75rem}.about-us__text p{margin-bottom:1rem}@media(max-width:767px){.about-us__grid{grid-template-columns:1fr;gap:2rem}}.footer__address,.footer__contact-item{display:flex;align-items:flex-start;gap:.6rem;margin-top:.75rem;font-size:.875rem;line-height:1.5}.footer__address svg,.footer__contact-item svg{flex-shrink:0;margin-top:2px;opacity:.7}.footer__contact-item a{color:inherit;text-decoration:none}.footer__contact-item a:hover{text-decoration:underline}.footer__newsletter-text{font-size:.875rem;margin-bottom:.75rem;opacity:.8}.footer__newsletter-input-wrap{display:flex;border-radius:var(--border-radius);overflow:hidden;background:#ffffff1a}.footer__newsletter-input{flex:1;padding:.65rem .85rem;border:none;background:transparent;color:#fff;font-size:.875rem;outline:none}.footer__newsletter-input::placeholder{color:#ffffff80}.footer__newsletter-btn{padding:.65rem .85rem;background:var(--color-secondary);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;transition:background .3s ease}.footer__newsletter-btn:hover{background:var(--color-primary)}.footer__heading--social{margin-top:1.5rem}.footer__payment{text-align:center;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);margin-top:2.5rem}.footer__payment-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;opacity:.6;margin-bottom:1rem;font-weight:600}.footer__payment-icons{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.footer__payment-icon{height:28px;width:auto;opacity:.7;transition:opacity .3s ease}.footer__payment-icon:hover{opacity:1}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);font-size:.8rem;opacity:.7}.footer__canadian{display:flex;align-items:center;gap:.5rem;font-weight:600}@media(max-width:767px){.footer__bottom{flex-direction:column;gap:.75rem;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/theme.css.map */
