:root{--bg: #FAFAF7;--surface: #FFFFFF;--text: #1B1B18;--text-light: #6B6B63;--text-muted: #9B9B93;--green: #3D6B2E;--green-dark: #2D5016;--green-light: #E8F0E5;--coral: #E06B4C;--coral-dark: #C85A3D;--warm: #F5EDE3;--border: #E8E5E0;--border-light: #F0EDEA;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--font: "Inter", sans-serif;--max-width: 1200px;--header-height: 100px;--toolbar-height: 60px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;overflow-x:hidden}body{margin:0;padding:0;font-family:var(--font);font-size:16px;line-height:1.6;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}img{border:0;vertical-align:middle}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0;width:100%}fieldset{border:none;padding:0;margin:0}summary{cursor:pointer}details summary::-webkit-details-marker{display:none}dialog{padding:0;border:none}[hidden]{display:none!important}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text);word-break:break-word;overflow-wrap:break-word}h1{font-size:2.5rem;letter-spacing:-.02em}h2{font-size:2rem;letter-spacing:-.01em}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem;line-height:1.7}p:last-child{margin-bottom:0}a:hover{color:var(--coral)}small{font-size:.875rem}strong,b{font-weight:600}.text-light{color:var(--text-light)}.text-muted{color:var(--text-muted)}blockquote{border-left:3px solid var(--border);padding-left:1.25rem;margin:1.5rem 0;color:var(--text-light);font-style:italic}hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.container{width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.container-narrow{max-width:800px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-center{display:flex;align-items:center;justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;font-size:.9375rem;font-weight:600;line-height:1.4;border:2px solid transparent;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap;-webkit-appearance:none;appearance:none}.btn:focus-visible{outline:2px solid var(--green);outline-offset:2px}.btn-primary{background-color:var(--coral);color:#fff;border-color:var(--coral)}.btn-primary:hover{background-color:var(--coral-dark);border-color:var(--coral-dark);color:#fff}.btn-primary:active{transform:scale(.97)}.btn-secondary{background-color:var(--green);color:#fff;border-color:var(--green)}.btn-secondary:hover{background-color:var(--green-dark);border-color:var(--green-dark);color:#fff}.btn-secondary:active{transform:scale(.97)}.btn-outline{background-color:transparent;color:var(--text);border-color:var(--border)}.btn-outline:hover{border-color:var(--text);color:var(--text)}.btn-large{padding:16px 36px;font-size:1.0625rem;border-radius:var(--radius-md)}.btn-small{padding:8px 18px;font-size:.8125rem}.btn-full{width:100%}.btn:disabled,.btn[disabled],.btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:6px;color:var(--text)}.form-input,input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],input[type=search],input[type=url],textarea,select{display:block;width:100%;padding:12px 16px;font-size:.9375rem;line-height:1.5;color:var(--text);background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;appearance:none}.form-input:focus,input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=search]:focus,input[type=url]:focus,textarea:focus,select:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #3d6b2e1a}.form-input::placeholder,input::placeholder,textarea::placeholder{color:var(--text-muted)}textarea,.form-textarea{min-height:120px;resize:vertical}select{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='%236B6B63' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px}.form-error{font-size:.8125rem;color:var(--coral);margin-top:4px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:1.25rem}.form-field{margin-bottom:1.25rem}.form-field label{display:block;font-size:.875rem;font-weight:500;margin-bottom:6px;color:var(--text)}.form-success{padding:16px;background-color:var(--green-light);color:var(--green-dark);border-radius:var(--radius-sm);margin-bottom:1.25rem;font-size:.9375rem}.form-errors{padding:16px;background-color:#fef2f2;color:var(--coral-dark);border-radius:var(--radius-sm);margin-bottom:1.25rem;font-size:.9375rem}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);z-index:9999;padding:12px 24px;background-color:var(--green);color:#fff;font-weight:600;border-radius:0 0 var(--radius-sm) var(--radius-sm);transition:top .2s ease}.skip-link:focus{top:0;color:#fff}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}body{padding-top:var(--header-height)}@media(max-width:768px){body{padding-bottom:calc(var(--toolbar-height) + env(safe-area-inset-bottom,0px))}}.site-header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background-color:var(--surface);border-bottom:1px solid var(--border-light);z-index:1000;transition:transform .3s ease,box-shadow .3s ease}.site-header.scrolled{box-shadow:0 1px 8px #0000000f}.site-header>.container{height:100%}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.header-logo{flex-shrink:0}.header-logo__link{display:flex;align-items:center;gap:4px;text-decoration:none}.header-logo__link:hover{color:inherit}.header-logo__pets{height:58px;width:auto;display:block}.header-logo__wordmark{height:68px;width:auto;display:block}.header-logo__text{font-size:1.25rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.header-nav{display:flex;align-items:center}.header-nav__list{display:flex;align-items:center;gap:32px;list-style:none;margin:0;padding:0}.header-nav__item{position:relative}.header-nav__link{display:inline-flex;align-items:center;gap:4px;font-size:.9375rem;font-weight:500;color:var(--text);text-decoration:none;padding:8px 0;position:relative;transition:color .2s ease}.header-nav__link:hover{color:var(--green)}.header-nav__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--green);transition:width .2s ease}.header-nav__link:hover:after,.header-nav__link--active:after{width:100%}.header-nav__link--active{color:var(--green)}.header-nav__chevron{width:10px;height:6px;transition:transform .2s ease;display:inline-block;flex-shrink:0}.header-nav__item--has-dropdown:hover .header-nav__chevron{transform:rotate(180deg)}.header-nav__dropdown{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:200px;padding:12px 0;background-color:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-sm);box-shadow:0 8px 24px #00000014;z-index:2000;list-style:none;margin:0}.header-nav__item--has-dropdown:hover .header-nav__dropdown{display:block}.header-nav__dropdown-item{margin:0;padding:0}.header-nav__dropdown-link{display:block;padding:8px 20px;font-size:.875rem;font-weight:500;color:var(--text);text-decoration:none;transition:background-color .15s ease,color .15s ease;white-space:nowrap}.header-nav__dropdown-link:hover{background-color:var(--border-light);color:var(--green)}.header-nav__dropdown-link--active{color:var(--green);font-weight:600}.header-actions{display:flex;align-items:center;gap:8px}.header-actions__cart,.header-actions__icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;transition:background-color .2s ease;text-decoration:none;color:var(--text)}.header-actions__cart:hover,.header-actions__icon-btn:hover{background-color:var(--border-light);color:var(--text)}.header-actions__icon{width:22px;height:22px;display:block}.header-actions__cart-count{position:absolute;top:4px;right:2px;min-width:18px;height:18px;padding:0 5px;background-color:var(--coral);color:#fff;font-size:.6875rem;font-weight:700;line-height:18px;text-align:center;border-radius:9px}.header-actions__cart-count:empty{display:none}.header-actions__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;gap:5px;cursor:pointer;border:none;background:none;padding:0;border-radius:50%;transition:background-color .2s ease}.header-actions__hamburger:hover{background-color:var(--border-light)}.header-actions__hamburger-line{display:block;width:22px;height:2px;background-color:var(--text);border-radius:2px;transition:transform .3s ease,opacity .3s ease}@media(max-width:768px){.header-nav{display:none}.header-actions__hamburger{display:flex}}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;visibility:hidden;pointer-events:none}.mobile-menu--open{visibility:visible;pointer-events:auto}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#1b1b1866;opacity:0;transition:opacity .3s ease}.mobile-menu--open .mobile-menu__overlay{opacity:1}.mobile-menu__panel{position:absolute;top:0;left:0;bottom:0;width:300px;max-width:85vw;background-color:var(--surface);z-index:1;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.mobile-menu--open .mobile-menu__panel{transform:translate(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-light);flex-shrink:0}.mobile-menu__logo{display:flex;align-items:center;gap:4px;text-decoration:none}.mobile-menu__logo:hover{color:inherit}.mobile-menu__logo-pets{height:52px;width:auto;display:block;margin-right:-6px}.mobile-menu__logo-wordmark{height:28px;width:auto;display:block}.mobile-menu__logo-image{height:40px;width:auto;display:block}.mobile-menu__logo-text{font-size:1.125rem;font-weight:700;color:var(--text)}.mobile-menu__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:none;background:none;cursor:pointer;color:var(--text);transition:background-color .2s ease}.mobile-menu__close:hover{background-color:var(--border-light)}.mobile-menu__close svg{width:24px;height:24px;display:block}.mobile-menu__nav{flex:1;overflow-y:auto;padding:8px 0}.mobile-menu__list{list-style:none;margin:0;padding:0}.mobile-menu__item{border-bottom:1px solid var(--border-light)}.mobile-menu__parent{display:flex;align-items:center}.mobile-menu__link{display:block;flex:1;padding:14px 20px;font-size:1.0625rem;font-weight:500;color:var(--text);text-decoration:none;transition:color .2s ease,background-color .15s ease}.mobile-menu__link:hover{color:var(--green);background-color:var(--border-light)}.mobile-menu__link--active{color:var(--green);font-weight:600}.mobile-menu__expand{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;border:none;background:none;cursor:pointer;color:var(--text-muted);transition:color .2s ease,background-color .15s ease,transform .2s ease}.mobile-menu__expand:hover{color:var(--text);background-color:var(--border-light)}.mobile-menu__expand[aria-expanded=true] svg{transform:rotate(180deg)}.mobile-menu__expand svg{width:16px;height:16px;display:block;transition:transform .2s ease}.mobile-menu__children{display:none;list-style:none;margin:0;padding:0;background-color:var(--border-light)}.mobile-menu__children--open{display:block}.mobile-menu__child-item{margin:0;padding:0}.mobile-menu__child-link{display:block;padding:10px 20px 10px 36px;font-size:.9375rem;font-weight:400;color:var(--text-light);text-decoration:none;transition:color .2s ease,background-color .15s ease}.mobile-menu__child-link:hover{color:var(--green);background-color:#00000008}.mobile-menu__child-link--active{color:var(--green);font-weight:500}.mobile-menu__footer{padding:16px 20px;border-top:1px solid var(--border-light);flex-shrink:0}.mobile-menu__account-link{display:flex;align-items:center;gap:10px;padding:10px 0;font-size:.9375rem;font-weight:500;color:var(--text);text-decoration:none;transition:color .2s ease}.mobile-menu__account-link:hover{color:var(--green)}.mobile-menu__account-link svg{width:20px;height:20px;display:block;flex-shrink:0}.hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:500px;padding:80px 20px;text-align:center;background-color:var(--warm);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(135deg,#f5ede3d9,#e8f0e5b3);z-index:0}.hero--no-image:before{background:linear-gradient(135deg,var(--warm) 0%,#FAF4ED 50%,var(--green-light) 100%)}.hero-deco{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.hero-paw{position:absolute;color:var(--green);opacity:.06}.hero-paw--1{top:12%;right:8%;transform:rotate(-20deg)}.hero-paw--2{bottom:15%;left:6%;transform:rotate(15deg)}.hero-paw--3{top:50%;right:25%;transform:rotate(-35deg)}.hero-content{position:relative;z-index:1;max-width:700px}.hero-subtitle{display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:16px}.hero-title{font-size:3.25rem;font-weight:700;line-height:1.1;letter-spacing:-.03em;color:var(--text);margin-bottom:20px}.hero-cta{display:inline-flex;margin-top:12px}.hero-carousel-section{position:relative;width:100%}.hero-carousel-section:before{content:"";display:block;padding-top:var(--slide-ratio, 33.33%);transition:padding-top .8s ease}.hero-carousel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--warm);overflow:hidden;opacity:0;transition:opacity .8s ease}.hero-slide{pointer-events:none}.hero-slide.is-active{pointer-events:auto}.hero-slide--linked{cursor:pointer}.hero-slide__img{width:100%;height:100%;object-fit:fill;display:block}.hero-slide.is-active{opacity:1}.hero-slide--no-image{background:linear-gradient(135deg,var(--warm) 0%,#FAF4ED 50%,var(--green-light) 100%);opacity:1}.hero-carousel__overlay{display:none}.hero-body{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;padding:40px 20px;text-align:center;width:100%;pointer-events:none}.hero-body a,.hero-body button{pointer-events:auto}.hero-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:none;background:#ffffffbf;color:var(--text);cursor:pointer;transition:background .2s,transform .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-carousel__arrow:hover{background:#fffffff2;transform:translateY(-50%) scale(1.08)}.hero-carousel__arrow--prev{left:20px}.hero-carousel__arrow--next{right:20px}.hero-carousel__dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:2;display:flex;gap:8px}.hero-carousel__dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.8);background:transparent;cursor:pointer;padding:0;transition:background .2s,transform .2s}.hero-carousel__dot.is-active{background:#fff;transform:scale(1.25)}.trust-bar{background-color:var(--surface);border-bottom:1px solid var(--border-light);padding:24px 0}.trust-bar-grid{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:12px;text-align:left}.trust-item__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:var(--green-light);flex-shrink:0}.trust-item__icon svg{width:20px;height:20px;stroke:var(--green);fill:none;stroke-width:2}.trust-item__text{font-size:.875rem;font-weight:600;color:var(--text);line-height:1.3}.section{padding:80px 0}.section-header{text-align:center;max-width:600px;margin:0 auto 48px}.section-title{font-size:2rem;font-weight:700;letter-spacing:-.01em;color:var(--text);margin-bottom:12px}.section-subtitle{font-size:1.0625rem;color:var(--text-light);line-height:1.6}.section-footer{text-align:center;margin-top:40px}.product-card{position:relative;background-color:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.product-card:hover{border-color:var(--border);box-shadow:0 4px 16px #0000000f}.product-card--placeholder{opacity:.6}.product-card-link{display:block;text-decoration:none;color:inherit}.product-card-link:hover{color:inherit}.product-card-wishlist{position:absolute;top:10px;right:10px;z-index:3;width:34px;height:34px;border-radius:50%;border:none;background:#ffffffeb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,transform .15s;color:#888;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card-wishlist:hover{background:#fff;transform:scale(1.08)}.product-card-wishlist .heart-filled{display:none;color:#e85d50}.product-card-wishlist.is-wishlisted .heart-outline{display:none}.product-card-wishlist.is-wishlisted .heart-filled{display:block}.product-card-image-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;background-color:var(--border-light)}.product-card-image{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease,transform .4s ease}.product-card-image--hover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease}.product-card:hover .product-card-image--hover{opacity:1}.product-card:hover .product-card-image:not(.product-card-image--hover){transform:scale(1.04)}.product-card-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:var(--border-light)}.product-card-placeholder svg{width:64px;height:64px;opacity:.3}.product-card-badge{position:absolute;top:10px;left:10px;padding:4px 10px;background-color:var(--green);color:#fff;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-sm);z-index:1}.product-card-badge--new{background-color:var(--green);color:#fff}.product-card-body{padding:16px}.product-card-vendor{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:4px}.product-card-title{font-size:.9375rem;font-weight:600;line-height:1.4;color:var(--text);margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card-price{font-size:1rem;font-weight:700;color:var(--green)}.price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;font-size:1rem;line-height:1.3}.price-from{font-size:.8125rem;font-weight:400;color:var(--text-muted)}.price-current{font-weight:700;color:var(--green)}.price--on-sale .price-current{color:var(--coral)}.price-compare{font-size:.875rem;font-weight:400;color:var(--text-muted);text-decoration:line-through}.price-save-badge{display:inline-block;font-size:.6875rem;font-weight:700;color:#fff;background-color:var(--coral);padding:2px 8px;border-radius:100px;text-transform:uppercase;letter-spacing:.02em}.product-card-body .price,.product-card-body .price-current{font-size:.9375rem}.product-card-body .price-compare{font-size:.8125rem}.product-card-body .price-save-badge{font-size:.625rem}.product-grid{display:grid;grid-template-columns:repeat(var(--columns, 4),1fr);gap:20px}.product-grid--2col{grid-template-columns:repeat(2,1fr)}.product-grid--3col{grid-template-columns:repeat(3,1fr)}.product-grid--4col{grid-template-columns:repeat(4,1fr)}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.categories-grid--showcase{grid-template-columns:repeat(4,1fr);gap:16px}.category-card{position:relative;display:block;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4 / 3;text-decoration:none;color:inherit}.category-card:hover{color:inherit}.category-card--showcase{aspect-ratio:3 / 4}.category-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;position:absolute;top:0;left:0}.category-card:hover .category-card__image{transform:scale(1.07)}.category-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:var(--border-light);color:var(--text-muted)}.category-card__placeholder svg{width:52px;height:52px;opacity:.35}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000d1,#00000059 45%,#0000);display:flex;flex-direction:column;justify-content:flex-end;padding:24px;z-index:1}.category-card__overlay--showcase{padding:20px 22px;justify-content:flex-end;align-items:flex-start}.category-card__badge{position:absolute;top:20px;left:22px;z-index:2;display:inline-block;padding:4px 10px;border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--green);color:#fff;line-height:1.4}.category-card__footer{width:100%}.category-card__title{font-size:1.4rem;font-weight:700;color:#fff;line-height:1.2;margin:0 0 6px;text-shadow:0 1px 8px rgba(0,0,0,.6)}.category-card__description{font-size:.875rem;color:#ffffffe6;margin:0 0 12px;line-height:1.4;text-shadow:0 1px 4px rgba(0,0,0,.5)}.category-card__cta{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:600;color:#fff;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:1px;opacity:1;transition:border-color .2s}.category-card--showcase:hover .category-card__cta{border-color:#fff}.category-card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;position:absolute;top:0;left:0}.category-card:hover .category-card-image{transform:scale(1.06)}.category-card-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:var(--border-light);color:var(--text-muted)}.category-card-placeholder svg{width:48px;height:48px;opacity:.4}.category-card-content{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#1b1b18b3,#1b1b1800);padding:24px;z-index:1}.category-card-title{font-size:1.25rem;font-weight:700;color:#fff;line-height:1.2;margin:0}.category-card-count{font-size:.8125rem;color:#ffffffb3;margin-top:4px}.brand-story__container{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.brand-story__media{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4 / 3}.brand-story__image{width:100%;height:100%;object-fit:cover;display:block}.brand-story__image-placeholder{width:100%;height:100%;min-height:360px;background:var(--green-light);display:flex;align-items:center;justify-content:center;color:var(--green)}.brand-story__badge{position:absolute;bottom:24px;right:-16px;background:var(--surface);border-radius:var(--radius-md);padding:14px 18px;box-shadow:0 8px 24px #0000001f;text-align:center;min-width:100px}.brand-story__badge-number{display:block;font-size:1.75rem;line-height:1;margin-bottom:4px}.brand-story__badge-label{display:block;font-size:.75rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.06em}.brand-story{padding-top:48px}.brand-story__eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.05em;color:var(--green);margin-bottom:12px}.brand-story__eyebrow--header{font-size:2rem;font-weight:700;letter-spacing:-.01em;color:var(--green);text-align:center;margin-bottom:56px}.brand-story__title{font-size:1.6rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--text);margin-bottom:20px}.brand-story__body{color:var(--text-light);line-height:1.75;margin-bottom:28px}.brand-story__body p+p{margin-top:12px}.brand-story__callout{display:flex;align-items:flex-start;gap:12px;background:linear-gradient(135deg,#fff8ec,#fff3d6);border-left:3px solid #E8A735;border-radius:0 var(--radius-md) var(--radius-md) 0;padding:16px 20px;margin-bottom:28px}.brand-story__callout-icon{font-size:1.375rem;line-height:1.4;flex-shrink:0}.brand-story__callout-text{font-size:.9375rem;font-weight:600;color:#7a5c00;line-height:1.55;font-style:italic}.brand-story__features{list-style:none;display:flex;flex-wrap:wrap;gap:10px 20px;margin-bottom:32px}.brand-story__feature{display:flex;align-items:center;gap:7px}.brand-story__feature-icon{font-size:1rem;line-height:1;flex-shrink:0}.brand-story__feature-title{font-size:.875rem;font-weight:600;color:var(--text);display:block}.brand-story__feature-text{display:none}.featured-range{position:relative;overflow:hidden;padding:80px 0}.featured-range--himalayan{background:#060c1f}.featured-range__himalayan-sky{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#060c1f,#0f1540 18%,#1e1060 34%,#3d1270 48%,#7a2a5a 60%,#c4783a 74%,#6b2e10 86%,#1c0c06);pointer-events:none}.featured-range__mountains{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.featured-range__mountains svg{position:absolute;bottom:0;left:0;width:100%;height:100%}.featured-range__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.25}.featured-range__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#060c1fb8 35%,#060c1f26);pointer-events:none}.featured-range__container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.featured-range__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffffa6;margin-bottom:12px}.featured-range__title{font-size:2.75rem;font-weight:700;line-height:1.1;letter-spacing:-.025em;color:#fff;margin-bottom:16px}.featured-range__body{font-size:1.0625rem;line-height:1.7;color:#fffc;margin-bottom:28px}.featured-range__benefits{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:36px}.featured-range__benefit{display:flex;align-items:center;gap:12px;font-size:.9375rem;color:#ffffffe6}.featured-range__benefit-icon{font-size:1.125rem;flex-shrink:0}.featured-range__btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--text);padding:14px 28px;border-radius:50px;font-weight:600;font-size:.9375rem;text-decoration:none;transition:background .2s,transform .2s}.featured-range__btn:hover{background:var(--warm);transform:translateY(-2px)}.featured-range__visual{display:flex;align-items:center;justify-content:center}.featured-range__product-image{width:100%;max-width:480px;height:auto;object-fit:contain;border-radius:var(--radius-lg);filter:drop-shadow(0 20px 48px rgba(0,0,0,.35))}.featured-range__deco{width:280px;height:280px;color:#fff;opacity:.2}.testimonials,.testimonials--upgraded{background:var(--warm)}.testimonials-stats{display:flex;align-items:center;justify-content:center;gap:0;background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:20px 40px;margin-bottom:48px}.testimonials-stat{text-align:center;padding:0 40px;flex:1}.testimonials-stat__value{display:block;font-size:1.75rem;font-weight:700;color:var(--text);line-height:1.1;margin-bottom:4px}.testimonials-stat__label{font-size:.8125rem;color:var(--text-light);font-weight:500}.testimonials-stats__divider{width:1px;height:40px;background:var(--border);flex-shrink:0}.testimonials-slider{position:relative;overflow:hidden;padding-bottom:52px}.testimonials-slider__track{display:flex;transition:transform .45s cubic-bezier(.25,.46,.45,.94);will-change:transform}.testimonials-slider__slide{flex:0 0 calc(100% / 3);min-width:calc(100% / 3);padding:0 10px;box-sizing:border-box}.testimonials-slider__arrow{position:absolute;top:50%;transform:translateY(-60%);width:42px;height:42px;border-radius:50%;background:#fff;border:1.5px solid #e0e0e0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#333;transition:background .2s,border-color .2s;z-index:2}.testimonials-slider__arrow:hover{background:#3d6b4f;color:#fff;border-color:#3d6b4f}.testimonials-slider__arrow--prev{left:-4px}.testimonials-slider__arrow--next{right:-4px}.testimonials-slider__dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px}.testimonials-slider__dot{width:8px;height:8px;border-radius:50%;background:#ccc;border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}.testimonials-slider__dot.is-active{background:#3d6b4f;transform:scale(1.3)}@media(max-width:1023px){.testimonials-slider__slide{flex:0 0 50%;min-width:50%}}@media(max-width:639px){.testimonials-slider__slide{flex:0 0 100%;min-width:100%}.testimonials-slider__arrow{display:none}}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background-color:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:28px;transition:border-color .2s ease,box-shadow .2s ease}.testimonial-card:hover{border-color:var(--border);box-shadow:0 4px 16px #0000000f}.testimonial-card--upgraded{position:relative;padding:32px 28px 24px;display:flex;flex-direction:column;gap:0}.testimonial-card__quote{position:absolute;top:16px;right:20px;font-size:5rem;line-height:1;color:var(--green-light);font-family:Georgia,serif;pointer-events:none;-webkit-user-select:none;user-select:none}.testimonial-card__stars{display:flex;gap:2px;margin-bottom:14px}.testimonial-card__star{width:16px;height:16px;flex-shrink:0;display:block}.testimonial-card__text{font-size:.9375rem;line-height:1.75;color:var(--text);margin-bottom:20px;font-style:italic;border:none;padding:0;flex:1}.testimonial-card__text p{margin-bottom:.5em}.testimonial-card__text p:last-child{margin-bottom:0}.testimonial-card__author-row{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid var(--border-light)}.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--green-light);color:var(--green-dark);font-size:.8125rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-transform:uppercase;letter-spacing:.03em}.testimonial-card__author-info{flex:1;min-width:0}.testimonial-card__author{display:block;font-size:.875rem;font-weight:600;color:var(--text);font-style:normal}.testimonial-card__meta{font-size:.78125rem;color:var(--text-muted);margin-top:2px}.testimonial-card__verified{flex-shrink:0;display:flex;align-items:center}.testimonials-footer{text-align:center;margin-top:36px}.testimonials-link{display:inline-flex;align-items:center;gap:6px;font-size:.9375rem;font-weight:600;color:var(--green);text-decoration:none;border-bottom:1px solid var(--green);padding-bottom:2px;transition:opacity .2s}.testimonials-link:hover{opacity:.75}.faqs-section{padding-bottom:80px}.faqs__hero{text-align:center;padding:48px 0 40px;max-width:600px;margin:0 auto}.faqs__title{font-size:2.6rem;font-weight:800;color:#1b1b18;letter-spacing:-.02em;margin-bottom:12px}.faqs__subtitle{font-size:1.0625rem;color:#666;line-height:1.6;margin:0}.faqs__layout{display:grid;grid-template-columns:200px 1fr;gap:48px;align-items:start}.faqs__sidebar{position:sticky;top:100px}.faqs__nav{display:flex;flex-direction:column;gap:4px}.faqs__nav-link{display:block;padding:8px 14px;font-size:.875rem;font-weight:500;color:#666;text-decoration:none;border-radius:8px;border-left:3px solid transparent;transition:color .2s,background .2s,border-color .2s}.faqs__nav-link:hover{color:#3d6b4f;background:#f5faf6}.faqs__nav-link--active{color:#3d6b4f;font-weight:700;background:#f5faf6;border-left-color:#3d6b4f}.faqs__content{display:flex;flex-direction:column;gap:48px}.faqs__group{scroll-margin-top:100px}.faqs__group-title{font-size:1.4rem;font-weight:800;color:#3d6b4f;padding-bottom:12px;border-bottom:2px solid #d4e9db;margin-bottom:8px}.faqs__item{border-bottom:1px solid #ebebeb}.faqs__question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 4px;background:none;border:none;text-align:left;font-size:.9375rem;font-weight:600;color:#1b1b18;cursor:pointer;transition:color .2s;font-family:inherit}.faqs__question:hover,.faqs__question[aria-expanded=true]{color:#3d6b4f}.faqs__chevron{flex-shrink:0;transition:transform .25s ease}.faqs__question[aria-expanded=true] .faqs__chevron{transform:rotate(180deg)}.faqs__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faqs__answer p,.faqs__answer ul,.faqs__answer ol{font-size:.9375rem;line-height:1.75;color:#555;margin:0 0 14px;padding-bottom:4px}.faqs__answer ul,.faqs__answer ol{padding-left:20px;display:flex;flex-direction:column;gap:4px}.faqs__answer a{color:#3d6b4f;font-weight:600;text-decoration:underline;text-underline-offset:2px}.faqs__still-have-questions{text-align:center;background:#f5faf6;border-radius:16px;padding:36px 24px;border:1px solid #d4e9db}.faqs__still-have-questions p{font-size:1.125rem;font-weight:700;color:#1b1b18;margin:0 0 20px}.faqs__contact-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.faqs__contact-btn{display:inline-block;padding:12px 28px;border-radius:40px;font-size:.9375rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,transform .15s}.faqs__contact-btn:hover{transform:translateY(-1px)}.faqs__contact-btn--primary{background:#3d6b4f;color:#fff}.faqs__contact-btn--primary:hover{background:#2d5a40;color:#fff}.faqs__contact-btn--outline{background:transparent;color:#3d6b4f;border:2px solid #3d6b4f}.faqs__contact-btn--outline:hover{background:#3d6b4f;color:#fff}@media(max-width:768px){.faqs__layout{grid-template-columns:1fr}.faqs__sidebar{display:none}.faqs__title{font-size:2rem}}.shipping-policy-section{padding-bottom:80px}.shipping-policy__hero{text-align:center;padding:48px 0 36px;max-width:620px;margin:0 auto}.shipping-policy__title{font-size:2.6rem;font-weight:800;color:#1b1b18;letter-spacing:-.02em;margin-bottom:12px}.shipping-policy__subtitle{font-size:1.0625rem;color:#666;line-height:1.6;margin:0}.shipping-policy__highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:56px}.shipping-policy__highlight{background:#f5faf6;border:1px solid #d4e9db;border-radius:14px;padding:24px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.shipping-policy__highlight-icon{font-size:1.75rem;line-height:1;margin-bottom:4px}.shipping-policy__highlight strong{font-size:.9375rem;font-weight:700;color:#1b1b18}.shipping-policy__highlight span{font-size:.8125rem;color:#666}.shipping-policy__body{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.shipping-policy__block{display:flex;flex-direction:column;gap:16px}.shipping-policy__heading{font-size:1.6rem;font-weight:800;color:#3d6b4f;padding-bottom:12px;border-bottom:2px solid #d4e9db;margin-bottom:4px}.shipping-policy__subheading{font-size:1.05rem;font-weight:700;color:#1b1b18;margin-top:8px;margin-bottom:0}.shipping-policy__block p{font-size:.9375rem;line-height:1.75;color:#444;margin:0}.shipping-policy__list{font-size:.9375rem;line-height:1.75;color:#444;padding-left:22px;margin:0;display:flex;flex-direction:column;gap:4px}.shipping-policy__list--ordered{list-style-type:decimal}.shipping-policy__table-wrap{overflow-x:auto}.shipping-policy__table{width:100%;border-collapse:collapse;font-size:.9rem}.shipping-policy__table th{background:#3d6b4f;color:#fff;font-weight:700;padding:12px 16px;text-align:left}.shipping-policy__table td{padding:12px 16px;border-bottom:1px solid #e8e8e8;color:#333}.shipping-policy__table-row--highlight td{background:#f5faf6;font-weight:500}.shipping-policy__notice{background:#fff8f0;border-left:4px solid #e06b4c;padding:14px 18px;border-radius:0 8px 8px 0;font-size:.9rem;color:#555;line-height:1.6}.shipping-policy__link{color:#3d6b4f;font-weight:600;text-decoration:underline;text-underline-offset:2px}.shipping-policy__contact-cta{text-align:center;background:#f5faf6;border-radius:16px;padding:36px 24px;border:1px solid #d4e9db}.shipping-policy__contact-cta p{font-size:1.0625rem;color:#444;margin:0 0 20px}.shipping-policy__contact-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.shipping-policy__btn{display:inline-block;padding:12px 28px;border-radius:40px;font-size:.9375rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,transform .15s}.shipping-policy__btn:hover{transform:translateY(-1px)}.shipping-policy__btn--primary{background:#3d6b4f;color:#fff}.shipping-policy__btn--primary:hover{background:#2d5a40;color:#fff}.shipping-policy__btn--outline{background:transparent;color:#3d6b4f;border:2px solid #3d6b4f}.shipping-policy__btn--outline:hover{background:#3d6b4f;color:#fff}@media(max-width:768px){.shipping-policy__title{font-size:2rem}.shipping-policy__highlights{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.shipping-policy__highlights{grid-template-columns:1fr 1fr}}.wholesale-form-section{padding-top:0;padding-bottom:60px}.wholesale-form-wrapper{max-width:680px;margin:0 auto}.wholesale-form__success{text-align:center;padding:48px 24px;background:#f5faf6;border-radius:16px;border:1px solid #c6e0cc}.wholesale-form__success svg{margin-bottom:16px}.wholesale-form__success h3{font-size:1.4rem;font-weight:700;color:#3d6b4f;margin:0 0 8px}.wholesale-form__success p{color:#555;margin:0}.wholesale-form__errors{background:#fff3f3;border:1px solid #f5c6c6;border-radius:8px;padding:14px 18px;margin-bottom:24px;font-size:.875rem;color:#c0392b}.wholesale-form__errors p{margin:0 0 6px;font-weight:600}.wholesale-form__errors ul{margin:0;padding-left:18px}.wholesale-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.wholesale-form__field{display:flex;flex-direction:column;gap:6px}.wholesale-form__field--full{grid-column:1 / -1}.wholesale-form__label{font-size:.875rem;font-weight:600;color:#1b1b18}.wholesale-form__required{color:#e06b4c;margin-left:2px}.wholesale-form__optional{font-weight:400;color:#888;font-size:.8rem}.wholesale-form__input{width:100%;padding:12px 16px;border:1.5px solid #d8d8d8;border-radius:10px;font-size:.9375rem;color:#1b1b18;background:#fff;transition:border-color .2s;box-sizing:border-box;font-family:inherit}.wholesale-form__input:focus{outline:none;border-color:#3d6b4f}.wholesale-form__input--error{border-color:#c0392b}.wholesale-form__textarea{resize:vertical;min-height:130px;line-height:1.5}.wholesale-form__select-wrap{position:relative}.wholesale-form__select{-webkit-appearance:none;appearance:none;cursor:pointer;padding-right:40px}.wholesale-form__select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:#666}.wholesale-form__footer{margin-top:28px;text-align:left}.wholesale-form__submit{padding:14px 36px;font-size:1rem;font-weight:600;border-radius:40px;background:#3d6b4f;color:#fff;border:none;cursor:pointer;transition:background .2s,transform .15s}.wholesale-form__submit:hover{background:#2d5a40;transform:translateY(-1px)}@media(max-width:600px){.wholesale-form__grid{grid-template-columns:1fr}}.newsletter-section{background-color:var(--warm);padding:80px 20px;text-align:center}.newsletter-content{max-width:520px;margin:0 auto}.newsletter-title{font-size:1.75rem;font-weight:700;margin-bottom:12px}.newsletter-subtitle{font-size:1rem;color:var(--text-light);margin-bottom:28px}.newsletter-form{display:flex;gap:10px;max-width:440px;margin:0 auto}.newsletter-form .form-input{flex:1;padding:14px 18px;border:1px solid var(--border);border-radius:var(--radius-sm);background-color:var(--surface);font-size:.9375rem}.newsletter-form .btn{flex-shrink:0}.newsletter-message{padding:12px 16px;border-radius:var(--radius-sm);font-size:.875rem;margin-bottom:16px}.newsletter-message--error{background-color:#fef2f2;color:var(--coral-dark)}.newsletter-message--success{background-color:var(--green-light);color:var(--green-dark)}.product-page{margin-top:var(--header-height)}.product-page-grid{display:grid;grid-template-columns:55fr 45fr;gap:0;min-height:calc(100vh - var(--header-height))}.product-gallery{position:sticky;top:var(--header-height);height:calc(100vh - var(--header-height));display:flex;flex-direction:column;background:#f5f4f2;overflow:hidden}.product-gallery-main{position:relative;flex:1;overflow:hidden;background-color:#f5f4f2}.product-gallery-main-image{width:100%;height:100%;object-fit:contain;object-position:center;display:block;cursor:zoom-in}.product-gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--border-light)}.product-gallery-placeholder svg{width:64px;height:64px;opacity:.3}.product-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#ffffffe6;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000001f;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .15s;color:var(--text)}.product-gallery-arrow:hover{background:#fff}.product-gallery-arrow--prev{left:14px}.product-gallery-arrow--next{right:14px}.product-gallery-dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2}.product-gallery-dot{width:7px;height:7px;border-radius:50%;background:#0003;border:none;cursor:pointer;padding:0;transition:background .15s,width .15s}.product-gallery-dot.is-active{background:var(--text);width:20px;border-radius:4px}.product-gallery-thumbs{display:flex;gap:6px;padding:10px 14px;overflow-x:auto;scrollbar-width:none;background:#f5f4f2;border-top:1px solid var(--border-light);flex-shrink:0}.product-gallery-thumbs::-webkit-scrollbar{display:none}.product-gallery-thumb{flex-shrink:0;width:60px;height:60px;border-radius:6px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s ease;background-color:#ebe9e7;padding:0}.product-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery-thumb:hover{border-color:var(--border)}.product-gallery-thumb--active{border-color:var(--green)}.product-info{padding:44px 48px 60px;overflow-y:auto;max-height:calc(100vh - var(--header-height));border-left:1px solid var(--border-light)}.product-info-vendor{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:8px}.product-info-vendor a{color:var(--text-muted);text-decoration:none;transition:color .2s ease}.product-info-vendor a:hover{color:var(--green)}.product-info-title{font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:12px}.product-info-subtitle{font-size:.9375rem;color:var(--text-light);margin-bottom:20px;line-height:1.6}.product-info>.price{font-size:1.25rem;margin-bottom:20px}.product-info>.price .price-current{font-size:1.5rem}.product-info>.price .price-compare{font-size:1rem}.product-options{margin-bottom:20px}.product-option{margin-bottom:16px}.product-option-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:8px;color:var(--text)}.product-option-values{display:flex;flex-wrap:wrap;gap:8px}.product-option-value{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;font-size:.875rem;font-weight:500;border:1px solid var(--border);border-radius:var(--radius-sm);background-color:var(--surface);cursor:pointer;transition:all .2s ease;min-width:48px}.product-option-value:hover{border-color:var(--text)}.product-option-value--selected{border-color:var(--green);color:var(--green);background-color:var(--green-light)}.product-option-value-text{pointer-events:none}.pf-variant-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:4px}.pf-variant-tile{display:flex;align-items:center;justify-content:center;min-height:72px;padding:16px 12px;border:1.5px solid #d8d8d8;border-radius:12px;cursor:pointer;transition:border-color .15s,background .15s;background:#fff;text-align:center;font-size:.9375rem;font-weight:500;color:var(--text);line-height:1.35;text-decoration:none}.pf-variant-tile:hover{border-color:#999}.pf-variant-tile.is-selected{border-color:#2d6a4f;border-width:2px;background:#fff;color:var(--text);font-weight:600}.pf-variant-tile.is-unavailable{opacity:.4;cursor:not-allowed;pointer-events:none;text-decoration:line-through}.product-quantity{display:flex;align-items:center;gap:14px;margin-bottom:20px}.product-quantity-label{font-size:.875rem;font-weight:600;color:var(--text);white-space:nowrap}.quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.quantity-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;font-size:1rem;color:var(--text);background:none;border:none;cursor:pointer;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.quantity-btn:hover{background-color:var(--border-light)}.quantity-input{width:120px;height:34px;text-align:center;font-size:.875rem;font-weight:600;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);background:none;-moz-appearance:textfield;padding:0}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-input:focus{outline:none;box-shadow:none;border-color:var(--border)}.product-add-btn{margin-bottom:12px}.pf-price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:4px;flex-wrap:wrap}.pf-price-total{font-size:1.75rem;font-weight:700;color:var(--text)}.pf-price-compare{font-size:1.1rem;color:var(--text-muted);text-decoration:line-through}.pf-price-save-badge{background:#e8f5ec;color:var(--green);font-size:.75rem;font-weight:700;padding:3px 8px;border-radius:20px}.pf-per-piece-row{font-size:.85rem;color:var(--text-muted);margin:0 0 16px;min-height:1.2em}.pf-options{display:flex;flex-direction:column;gap:12px;margin:14px 0}.pf-group-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:10px;display:flex;align-items:center;gap:6px}.pf-group-selected-val{color:var(--text);text-transform:none;font-weight:700;letter-spacing:0}.pf-size-pills{display:flex;gap:10px;flex-wrap:wrap}.pf-size-pill{display:flex;flex-direction:column;align-items:center;padding:5px 12px;border:2px solid var(--border);border-radius:7px;cursor:pointer;transition:border-color .15s,background .15s;background:var(--surface);min-width:56px;text-align:center}.pf-size-pill:hover{border-color:var(--green)}.pf-size-pill.is-selected{border-color:var(--green);background:#f0f8f3}.pf-size-pill__name{font-size:.875rem;font-weight:700;color:var(--text)}.pf-size-pill__hint{font-size:.65rem;color:var(--text-muted);margin-top:1px;white-space:nowrap}.pf-bundle-cards{display:flex;gap:8px;flex-wrap:nowrap}.pf-bundle-card{position:relative;display:flex;flex-direction:column;align-items:center;padding:8px 10px 6px;border:2px solid var(--border);border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s,opacity .15s;background:var(--surface);width:calc(33.333% - 6px);flex-shrink:0;text-align:center;gap:2px}.pf-bundle-card:hover:not(.is-unavailable){border-color:var(--green)}.pf-bundle-card.is-selected{border-color:var(--green);background:#f0f8f3}.pf-bundle-card.is-unavailable{opacity:.35;cursor:not-allowed;pointer-events:none}.pf-bundle-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--coral);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;border-radius:20px;white-space:nowrap}.pf-bundle-card__title{font-size:.8rem;font-weight:700;color:var(--text)}.pf-bundle-card__per-piece{font-size:.72rem;color:var(--text-muted)}.pf-bundle-card__savings{font-size:.65rem;font-weight:700;color:var(--green);background:#e8f5ec;padding:1px 5px;border-radius:10px}.pf-subscribe{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8f4ff;border:1.5px solid #d8ccf5;border-radius:10px;margin-bottom:16px}.pf-subscribe--static{font-size:.875rem}.pf-subscribe__toggle{display:flex;align-items:center;gap:12px;cursor:pointer;width:100%}.pf-subscribe__switch{position:relative;width:40px;height:22px;background:#ccc;border-radius:11px;flex-shrink:0;transition:background .2s}.pf-subscribe__switch:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s}#subscribe-toggle:checked~.pf-subscribe__switch,.pf-subscribe__toggle input:checked~.pf-subscribe__switch{background:var(--green)}#subscribe-toggle:checked~.pf-subscribe__switch:after,.pf-subscribe__toggle input:checked~.pf-subscribe__switch:after{transform:translate(18px)}.pf-subscribe__text{display:flex;flex-direction:column;font-size:.875rem;color:var(--text)}.pf-subscribe__sub{font-size:.75rem;color:var(--text-muted);font-weight:400}.pf-actions{margin-bottom:14px}.pf-actions .product-add-btn{display:flex;align-items:center;justify-content:center;gap:8px;font-size:1.05rem;padding:16px}.pf-trust{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:20px;padding:12px 0;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.pf-trust__item{font-size:.78rem;color:var(--text-muted);font-weight:500}.product-description{margin-top:24px;border-top:1px solid var(--border-light);padding-top:20px}.product-description details{border:none}.product-description-toggle{font-size:.9375rem;font-weight:600;color:var(--text);padding:8px 0;list-style:none;display:flex;align-items:center;justify-content:space-between}.product-description-toggle:after{content:"";display:inline-block;width:10px;height:10px;border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);transform:rotate(45deg);transition:transform .2s ease;flex-shrink:0;margin-left:12px}details[open]>.product-description-toggle:after{transform:rotate(-135deg)}.product-description-content{padding:12px 0 4px;font-size:.9375rem;line-height:1.8;color:var(--text-light)}.product-meta{margin-top:24px;border-top:1px solid var(--border-light);padding-top:20px}.product-meta-item{font-size:.8125rem;color:var(--text-muted);margin-bottom:6px}.product-meta-label{font-weight:500;color:var(--text-light)}.product-meta-value{color:var(--text-muted)}.product-meta-value a{color:var(--green);text-decoration:underline;transition:color .2s ease}.product-meta-value a:hover{color:var(--green-dark)}.product-app-block{margin-top:16px}.collection-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:32px;flex-wrap:wrap}.collection-title{font-size:2rem;font-weight:700}.collection-description{font-size:.9375rem;color:var(--text-light);max-width:600px;margin-top:8px;line-height:1.6}.collection-sort{display:flex;align-items:center;gap:8px;flex-shrink:0}.sort-select{padding:10px 36px 10px 14px;font-size:.875rem;border:1px solid var(--border);border-radius:var(--radius-sm);background-color:var(--surface);color:var(--text);cursor:pointer;min-width:180px}.collection-count{font-size:.875rem;color:var(--text-muted);margin-bottom:24px}.collection-empty{text-align:center;padding:60px 20px;color:var(--text-light);grid-column:1 / -1}.pagination{display:flex;align-items:center;justify-content:center;gap:4px;padding:40px 0}.pagination-link{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;font-size:.875rem;font-weight:500;border-radius:var(--radius-sm);transition:all .2s ease;color:var(--text);text-decoration:none}.pagination-link:hover{background-color:var(--border-light);color:var(--text)}.pagination-current,.pagination-current:hover{background-color:var(--green);color:#fff}.pagination-prev,.pagination-next{font-weight:600}.pagination-ellipsis{color:var(--text-muted)}.cart-title{font-size:2rem;font-weight:700;margin-bottom:32px}.cart-empty{text-align:center;padding:80px 20px}.cart-empty p{color:var(--text-light);margin-bottom:24px;font-size:1.125rem}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.cart-items-header{display:grid;grid-template-columns:1fr 120px 100px;gap:20px;padding-bottom:12px;border-bottom:1px solid var(--border);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.cart-header-quantity{text-align:center}.cart-header-total{text-align:right}.cart-item{display:grid;grid-template-columns:auto 1fr 120px 100px;gap:16px;padding:24px 0;border-bottom:1px solid var(--border-light);align-items:start}.cart-item-image-link{display:block;flex-shrink:0}.cart-item-image{width:100px;height:100px;border-radius:var(--radius-sm);object-fit:cover;display:block;background-color:var(--border-light)}.cart-item-details{min-width:0}.cart-item-title{font-size:.9375rem;font-weight:600;color:var(--text);text-decoration:none;line-height:1.3;display:block;margin-bottom:4px}.cart-item-title:hover{color:var(--green)}.cart-item-variant{font-size:.8125rem;color:var(--text-muted);margin-bottom:4px}.cart-item-subscription{font-size:.75rem;color:var(--green);margin-bottom:4px}.cart-item-unit-price{font-size:.875rem;color:var(--text-light);margin-bottom:0}.cart-item-price-mobile{display:none;font-size:.875rem;font-weight:600;color:var(--text);margin-top:8px}.cart-item-quantity{display:flex;flex-direction:column;align-items:center;gap:8px}.cart-item-remove{font-size:.75rem;color:var(--text-muted);text-decoration:underline;transition:color .2s ease}.cart-item-remove:hover{color:var(--coral)}.cart-item-line-price{text-align:right;font-size:.9375rem;font-weight:600;color:var(--text)}.cart-item-original-price{display:block;font-size:.8125rem;font-weight:400;color:var(--text-muted);text-decoration:line-through;margin-bottom:2px}.cart-summary{background-color:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:28px;position:sticky;top:calc(var(--header-height) + 20px)}.cart-note{margin-bottom:20px}.cart-note label{display:block;font-size:.875rem;font-weight:600;margin-bottom:8px;color:var(--text)}.cart-note textarea{width:100%;min-height:80px}.cart-totals{margin-bottom:20px}.cart-discount{display:flex;justify-content:space-between;font-size:.875rem;color:var(--green);margin-bottom:8px}.cart-subtotal{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:700;margin-top:12px;padding-top:12px;border-top:1px solid var(--border-light)}.cart-subtotal-price{color:var(--green)}.cart-taxes-note{font-size:.75rem;color:var(--text-muted);margin-top:8px}.cart-checkout-btn{margin-bottom:10px}.cart-update-btn{margin-bottom:12px}.cart-continue{display:block;text-align:center;font-size:.875rem;font-weight:500;color:var(--text-light);padding:8px;text-decoration:underline;transition:color .2s ease}.cart-continue:hover{color:var(--text)}.page-content{max-width:800px;margin:0 auto}.page-title{font-size:2rem;font-weight:700;margin-bottom:24px}.page-section--wholesale{padding-bottom:10px;background:linear-gradient(180deg,#f5faf6,#fff)}.page-content--wholesale{max-width:680px;text-align:center;padding:20px 0 10px}.page-title--wholesale{font-size:2.4rem;font-weight:800;color:#1b1b18;margin-bottom:16px;letter-spacing:-.02em;line-height:1.15}.page-body--wholesale{font-size:1.0625rem;line-height:1.75;color:#444;text-align:center}.page-body--wholesale p{margin:0 0 12px}.page-body--wholesale strong{color:#3d6b4f;font-weight:700}.page-body--wholesale ul,.page-body--wholesale ol{text-align:left;display:inline-block;margin:8px auto 16px;padding-left:20px}.rte{font-size:.9375rem;line-height:1.8;color:var(--text-light)}.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{color:var(--text);margin-top:1.5em;margin-bottom:.5em}.rte h1:first-child,.rte h2:first-child,.rte h3:first-child{margin-top:0}.rte p{margin-bottom:1rem;line-height:1.8;color:var(--text-light)}.rte ul,.rte ol{list-style:disc;padding-left:1.5em;margin-bottom:1.5rem}.rte ol{list-style:decimal}.rte li{margin-bottom:.5em;line-height:1.7;color:var(--text-light)}.rte a{color:var(--green);text-decoration:underline}.rte a:hover{color:var(--green-dark)}.rte img{border-radius:var(--radius-md);margin:2rem 0}.rte table{margin:1.5rem 0;overflow-x:auto;display:block}.rte table th,.rte table td{padding:10px 16px;border:1px solid var(--border);text-align:left}.rte table th{background-color:var(--border-light);font-weight:600;font-size:.875rem}.rte blockquote{border-left:3px solid var(--border);padding-left:1.25rem;margin:1.5rem 0;color:var(--text-light);font-style:italic}.error-content{text-align:center;padding:60px 20px}.error-icon{margin-bottom:24px}.error-icon svg{width:64px;height:64px;margin:0 auto;display:block}.error-title{font-size:1.75rem;font-weight:700;margin-bottom:12px}.error-text{color:var(--text-light);max-width:400px;margin:0 auto 32px}.search-form{margin-bottom:40px;max-width:600px}.search-form-inner{display:flex;gap:12px}.search-input{flex:1;padding:14px 20px;font-size:1rem;border:2px solid var(--border);border-radius:var(--radius-sm);background-color:var(--surface);transition:border-color .2s ease}.search-input:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #3d6b2e1a}.search-submit{flex-shrink:0}.search-results-meta{font-size:.9375rem;color:var(--text-light);margin-bottom:24px}.search-no-results{text-align:center;padding:60px 20px;color:var(--text-light);font-size:1.0625rem}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-card{background-color:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.article-card:hover{border-color:var(--border);box-shadow:0 4px 16px #0000000f}.article-card-link{display:block;text-decoration:none;color:inherit}.article-card-link:hover{color:inherit}.article-card-image-wrap{aspect-ratio:16 / 9;overflow:hidden;background-color:var(--border-light)}.article-card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.article-card:hover .article-card-image{transform:scale(1.04)}.article-card-content{padding:20px}.article-card-type{display:inline-block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--green);background-color:var(--green-light);padding:2px 8px;border-radius:4px;margin-bottom:8px}.article-card-date{display:block;font-size:.75rem;color:var(--text-muted);margin-bottom:8px}.article-card-title{font-size:1.0625rem;font-weight:600;line-height:1.3;margin-bottom:8px;color:var(--text)}.article-card-excerpt{font-size:.875rem;color:var(--text-light);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0}.article-card-read-more{display:inline-block;margin-top:12px;font-size:.875rem;font-weight:600;color:var(--green);transition:color .2s ease}.article-card-read-more:hover{color:var(--green-dark)}.empty-state{text-align:center;padding:60px 20px;color:var(--text-light);font-size:1rem}.article-header{margin-bottom:32px}.article-back-link{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:500;color:var(--text-light);text-decoration:none;margin-bottom:24px;transition:color .2s ease}.article-back-link:hover{color:var(--green)}.article-back-link svg{width:16px;height:16px;flex-shrink:0;display:inline-block}.article-title{font-size:2.25rem;font-weight:700;line-height:1.15;margin-bottom:16px}.article-meta{font-size:.8125rem;color:var(--text-muted);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.article-meta time{display:inline}.article-meta-separator{color:var(--text-muted)}.article-featured-image{margin-bottom:32px;border-radius:var(--radius-md);overflow:hidden}.article-image{width:100%;height:auto;display:block}.article-content{margin-bottom:40px}.article-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:40px}.article-tag{display:inline-block;padding:6px 14px;font-size:.8125rem;font-weight:500;border:1px solid var(--border);border-radius:100px;color:var(--text);text-decoration:none;transition:all .2s ease}.article-tag:hover{border-color:var(--green);color:var(--green);background-color:var(--green-light)}.article-comments{border-top:1px solid var(--border-light);padding-top:40px;margin-top:40px}.article-comments-title{font-size:1.5rem;font-weight:700;margin-bottom:24px}.comments-list{margin-bottom:40px}.comment{padding:20px 0;border-bottom:1px solid var(--border-light)}.comment:first-child{padding-top:0}.comment-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.comment-author{font-size:.9375rem;font-weight:600;color:var(--text)}.comment-date{font-size:.75rem;color:var(--text-muted)}.comment-body{font-size:.9375rem;line-height:1.7;color:var(--text-light)}.comment-form-wrap{margin-top:40px}.comment-form-title{font-size:1.25rem;font-weight:700;margin-bottom:20px}.footer-wave-top{display:block;line-height:0;margin-bottom:-1px}.footer-wave-top svg{display:block;width:100%;height:52px}.site-footer{background-color:#e8ddd0;color:#1b1b18;padding:56px 0 0}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.4fr;gap:48px;padding-bottom:48px}.footer-grid__column{min-width:0}.footer-logo{display:inline-block;margin-bottom:12px;text-decoration:none}.footer-logo__full{height:117px;width:auto}.footer-contact{margin-top:18px;display:flex;flex-direction:column;gap:10px}.footer-contact__item{display:flex;align-items:center;gap:9px;color:#666;font-size:.875rem;text-decoration:none;transition:color .2s,gap .2s}.footer-contact__item:hover{color:#3d6b4f;gap:11px}.footer-contact__btn{display:inline-block;margin-top:8px;padding:10px 22px;background:#3d6b4f;color:#fff;font-size:.8125rem;font-weight:700;border-radius:40px;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;width:fit-content;box-shadow:0 2px 8px #3d6b4f38}.footer-contact__btn:hover{background:#2d5a40;color:#fff;transform:translateY(-2px);box-shadow:0 5px 16px #3d6b4f52}.footer-info__text{color:#6b6158;font-size:.9rem;line-height:1.7;margin-bottom:14px}.footer-heading{font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1b1b18;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid #3d6b4f;display:inline-block}.footer-links{list-style:none;padding:0;margin:0}.footer-links__item{margin-bottom:10px}.footer-links__link{color:#5a524a;font-size:.9375rem;text-decoration:none;transition:color .2s,padding-left .2s;display:inline-block}.footer-links__link:hover{color:#3d6b4f;padding-left:5px}.footer-social__list{display:flex;gap:10px;list-style:none;padding:0;margin:4px 0 0}.footer-social__item{margin:0}.footer-social__link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#fff;color:#3d6b4f;box-shadow:0 1px 4px #0000001a;transition:background-color .2s,color .2s,transform .2s,box-shadow .2s}.footer-social__link:hover{background-color:#3d6b4f;color:#fff;transform:translateY(-3px);box-shadow:0 6px 16px #3d6b4f47}.footer-newsletter{background:#ffffff80;border-radius:16px;padding:24px 22px;border:1px solid rgba(255,255,255,.75);box-shadow:0 2px 12px #0000000d}.footer-newsletter__heading{font-size:1.0625rem;font-weight:700;color:#1b1b18;line-height:1.4;margin-bottom:6px}.footer-newsletter__subheading{font-size:.875rem;color:#777;margin:0 0 16px;line-height:1.5}.footer-newsletter__form{display:flex;flex-direction:row;gap:0;border:1.5px solid #c8bdb0;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 1px 4px #0000000f;transition:border-color .2s,box-shadow .2s}.footer-newsletter__form:focus-within{border-color:#3d6b4f;box-shadow:0 0 0 3px #3d6b4f1f}.footer-newsletter__input{flex:1;min-width:0;padding:12px 14px;background-color:transparent;border:none;color:#1b1b18;font-size:.9rem;font-family:inherit;box-sizing:border-box}.footer-newsletter__input::placeholder{color:#bbb}.footer-newsletter__input:focus{outline:none}.footer-newsletter__submit{flex-shrink:0;padding:12px 20px;background:#3d6b4f;color:#fff;border:none;font-size:.8125rem;font-weight:700;font-family:inherit;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s;white-space:nowrap}.footer-newsletter__submit:hover{background:#2d5a40}.footer-newsletter__errors{padding:10px 14px;background-color:#e06b4c1a;border-radius:8px;font-size:.8125rem;color:#c0392b}.footer-newsletter__success{padding:10px 14px;background-color:#3d6b4f1a;border-radius:8px;font-size:.875rem;color:#3d6b4f}.footer-trust{display:flex;align-items:center;justify-content:center;gap:32px;padding:18px 0;border-top:1px solid rgba(180,165,150,.45);border-bottom:1px solid rgba(180,165,150,.45);margin-bottom:0}.footer-trust__item{display:flex;align-items:center;gap:7px;font-size:.8125rem;font-weight:600;color:#5a524a;letter-spacing:.02em}.footer-trust__icon{font-size:1rem;line-height:1}.footer-bottom{border-top:1px solid rgba(180,165,150,.45);padding:22px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-bottom__copyright{font-size:.8125rem;color:#999}.footer-bottom__right{display:flex;align-items:center}.footer-bottom__payment-list{display:flex;gap:8px;align-items:center;list-style:none;padding:0;margin:0}.footer-bottom__payment-item{display:flex;align-items:center}.footer-bottom__payment-icon{height:24px;width:auto;opacity:.6;transition:opacity .2s}.footer-bottom__payment-icon:hover{opacity:.9}.footer-grid__column--brand{display:flex;flex-direction:column}.mobile-toolbar{display:none;position:fixed;bottom:0;left:0;right:0;height:var(--toolbar-height);background-color:var(--surface);border-top:1px solid var(--border-light);z-index:999;padding-bottom:env(safe-area-inset-bottom,0);align-items:center;justify-content:space-around}.toolbar-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:6px 12px;text-decoration:none;color:var(--text-muted);transition:color .2s ease;min-width:56px;-webkit-tap-highlight-color:transparent;position:relative}.toolbar-item:hover{color:var(--text)}.toolbar-item--active,.toolbar-item--active:hover{color:var(--green)}.toolbar-item__icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.toolbar-item__icon{width:22px;height:22px;display:block;stroke:currentColor;fill:none;stroke-width:1.5}.toolbar-item__badge{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 4px;background-color:var(--coral);color:#fff;font-size:.625rem;font-weight:700;line-height:16px;text-align:center;border-radius:8px}.toolbar-item__badge:empty{display:none}.toolbar-item__label{font-size:.625rem;font-weight:500;letter-spacing:.02em;line-height:1}@media(max-width:768px){.mobile-toolbar{display:flex}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.hero{min-height:380px;padding:60px 20px}.hero-title{font-size:2rem}.hero-subtitle{font-size:.75rem}.trust-bar-grid{gap:20px;justify-content:flex-start}.trust-item__icon{width:36px;height:36px}.trust-item__icon svg{width:16px;height:16px}.trust-item__text{font-size:.8125rem}.section{padding:48px 0}.section-header{margin-bottom:32px}.section-title{font-size:1.5rem}.section-subtitle{font-size:.9375rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card-body{padding:12px}.product-card-vendor{font-size:.625rem}.product-card-title{font-size:.8125rem;margin-bottom:4px}.categories-grid{grid-template-columns:1fr;gap:12px}.categories-grid--showcase{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{aspect-ratio:16 / 9}.category-card--showcase{aspect-ratio:3 / 4}.category-card__cta{opacity:1;transform:translateY(0)}.brand-story__container{grid-template-columns:1fr;gap:36px}.brand-story__badge{right:16px}.brand-story__title{font-size:1.75rem}.featured-range__container{grid-template-columns:1fr;gap:36px}.featured-range__title{font-size:2rem}.featured-range__visual{order:-1}.featured-range__product-image{max-width:280px}.testimonials-stats{flex-direction:column;gap:20px;padding:24px 20px}.testimonials-stats__divider{width:80px;height:1px}.testimonials-stat{padding:0}.testimonials-grid{grid-template-columns:1fr;gap:16px}.testimonial-card{padding:20px}.newsletter-section{padding:48px 20px}.newsletter-form{flex-direction:column}.newsletter-title{font-size:1.5rem}.product-page-grid{grid-template-columns:1fr;gap:24px}.product-gallery{position:static}.product-gallery-thumb{width:60px;height:60px}.product-info-title{font-size:1.5rem}.collection-header{flex-direction:column;align-items:flex-start;gap:12px}.sort-select{min-width:0;width:100%}.cart-layout{grid-template-columns:1fr;gap:24px}.cart-items-header{display:none}.cart-item{grid-template-columns:80px 1fr;gap:12px}.cart-item-image{width:80px;height:80px}.cart-item-quantity{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center}.cart-item-line-price{display:none}.cart-item-price-mobile{display:block}.cart-summary{position:static}.blog-grid{grid-template-columns:1fr;gap:16px}.article-title{font-size:1.75rem}.form-row{grid-template-columns:1fr}.search-form-inner{flex-direction:column}.footer-tagline__inner{gap:8px}.footer-tagline__dot{display:none}.footer-tagline__item{font-size:.75rem}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-trust{flex-wrap:wrap;gap:14px 24px;justify-content:center}.footer-bottom{flex-direction:column;text-align:center;gap:12px}.footer-bottom__payment-list,.footer-bottom__right{justify-content:center}.error-content{padding:40px 20px}.error-title{font-size:1.5rem}}@media(min-width:769px)and (max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr);gap:32px}.blog-grid{grid-template-columns:repeat(2,1fr)}.cart-layout{grid-template-columns:1fr 320px;gap:32px}.product-page-grid{grid-template-columns:1fr 1fr;gap:32px}}@media print{.site-header,.mobile-toolbar,.mobile-menu,.footer-newsletter__form,.footer-social{display:none!important}body{padding-top:0;padding-bottom:0;background:#fff;color:#000}.site-footer{background-color:#fff;color:#000}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}[class*=purchase-option],[data-purchase-option],[class*=selling-plan],[class*=subscription-widget],[class*=rc-widget],[class*=bold-subscriptions],[class*=appstle],[class*=paywhirl],.seal-subscriptions-widget,form[action*="/cart/add"]~[class*=purchase],.shopify-purchase-options{display:none!important}@media(max-width:768px){:root{--header-height: 64px}.header-logo__pets{height:38px}.header-logo__wordmark{height:46px}.product-gallery{height:auto;max-height:55vw;min-height:220px}.product-info{max-height:none;padding:24px 20px 40px;border-left:none;border-top:1px solid var(--border-light)}.category-card__title{font-size:1.1rem}.category-card__description{font-size:.8125rem}.footer-logo__full{height:80px}.footer-newsletter__form{flex-direction:column}.footer-newsletter__submit{width:100%;text-align:center;padding:12px}.footer-info__text{margin-bottom:8px}.testimonials-slider{padding-bottom:44px}.pf-variant-grid{grid-template-columns:repeat(2,1fr)}.pf-bundle-cards{flex-wrap:wrap}.pf-bundle-card{width:calc(50% - 4px)}.page-title--wholesale{font-size:1.75rem}.featured-products .section-title{font-size:1.5rem}.trust-bar-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;justify-items:start}.section{padding:40px 0}.brand-story__container{gap:24px}.brand-story__callout{padding:12px 16px}.featured-range{padding:40px 0}.featured-range__container{gap:28px}.wholesale-form__submit{width:100%;text-align:center}.testimonial-card--upgraded{padding:24px 20px 20px}.hero-carousel__dots{bottom:8px}.collection-title{font-size:1.5rem}.cart-title{font-size:1.5rem;margin-bottom:20px}.cart-summary{padding:20px}.pagination{padding:24px 0;gap:2px}.pagination-link{min-width:36px;height:36px;padding:0 8px;font-size:.8125rem}}@media(max-width:430px){:root{--header-height: 58px}.header-logo__pets{height:34px}.header-logo__wordmark{height:40px}.container{padding-left:14px;padding-right:14px}.section-title{font-size:1.3rem}.section-subtitle{font-size:.875rem}.categories-grid--showcase{gap:8px}.category-card__title{font-size:.95rem}.category-card__description,.category-card__cta{font-size:.75rem}.product-grid{gap:8px}.product-card-body{padding:10px 10px 12px}.product-card-title{font-size:.75rem}.testimonials-stat__value{font-size:1.5rem}.testimonial-card--upgraded{padding:20px 16px 18px}.testimonial-card__text{font-size:.875rem}.footer-logo__full{height:66px}.footer-links__item{margin-bottom:6px}.footer-links__link{font-size:.875rem}.brand-story__title{font-size:1.5rem}.brand-story__body{font-size:.9375rem}.featured-range__title{font-size:1.75rem}.featured-range__body{font-size:.9375rem}.featured-range__product-image{max-width:240px}.btn{padding:11px 22px;font-size:.875rem}.btn-large{padding:13px 28px;font-size:1rem}.cart-title{font-size:1.35rem}.cart-item-image{width:72px;height:72px}.cart-item{gap:10px}.page-title--wholesale{font-size:1.5rem}.wholesale-form__grid{grid-template-columns:1fr}.faqs__title{font-size:1.75rem}.shipping-policy__highlights{grid-template-columns:1fr 1fr;gap:10px}.shipping-policy__highlight{padding:16px 12px}.shipping-policy__title{font-size:1.75rem}.product-info{padding:20px 16px 36px}.pf-variant-grid{gap:8px}.pf-variant-tile{min-height:60px;padding:12px 8px;font-size:.875rem}}@media(min-width:769px)and (max-width:1024px){.brand-story__title{font-size:1.9rem}.featured-range__title{font-size:2.25rem}.featured-range__container{gap:40px}.categories-grid--showcase{gap:12px}.hero-carousel__dots{bottom:14px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
