:root{--teal: #00897B;--teal-dark: #006156;--teal-light: #E0F2F0;--teal-mid: #4DB6AC;--orange: #FF6B35;--orange-light: #FFF0EB;--yellow: #FFD93D;--yellow-light: #FFFBEB;--purple: #7B5EA7;--purple-light: #F3EFFA;--blue: #2196F3;--blue-light: #E3F2FD;--pink: #E91E8C;--pink-light: #FCE4F2;--white: #FFFFFF;--off-white: #F7F9F8;--light-grey: #F0F4F3;--mid-grey: #8A9E9A;--dark: #1C2B2A;--text: #2D3E3C;--border: #E2ECEA;--radius: 16px;--radius-sm: 10px;--radius-lg: 24px;--shadow: 0 4px 20px rgba(0,137,123,.08);--shadow-hover: 0 8px 32px rgba(0,137,123,.15)}html{scroll-behavior:smooth}.announcement{background:var(--teal);color:#fff;text-align:center;padding:10px 20px;font-family:Nunito,sans-serif;font-size:13px;font-weight:700;letter-spacing:.3px;display:flex;align-items:center;justify-content:center;gap:24px}.announcement span{opacity:.7}.ann-item{display:flex;align-items:center;gap:7px}.ann-item:before{content:"\2713";background:var(--yellow);color:var(--dark);width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;flex-shrink:0}.top-bar{background:var(--teal-dark);padding:6px 60px;display:flex;justify-content:flex-end;gap:24px}.top-bar a{color:#ffffffb3;text-decoration:none;font-size:11px;font-weight:600;letter-spacing:.3px;transition:color .2s}.top-bar a:hover{color:#fff}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.logo-text{font-family:Nunito,sans-serif;font-weight:900;font-size:24px;color:var(--teal);letter-spacing:-.5px}.search-bar input{width:100%;padding:12px 20px 12px 48px;border:2px solid var(--border);border-radius:50px;font-family:Nunito Sans,sans-serif;font-size:14px;color:var(--text);outline:none;transition:border-color .2s;background:var(--off-white)}.search-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:var(--teal);color:#fff;border:none;padding:8px 20px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:700;font-size:13px;cursor:pointer;transition:background .2s}.search-btn:hover{background:var(--teal-dark)}.nav-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.nav-action-btn{display:flex;flex-direction:column;align-items:center;gap:2px;background:none;border:none;cursor:pointer;padding:8px 12px;border-radius:var(--radius-sm);transition:background .2s;text-decoration:none;color:var(--text)}.nav-action-btn:hover{background:var(--teal-light)}.nav-action-btn .icon{font-size:22px}.nav-action-btn .label{font-size:10px;font-weight:700;letter-spacing:.3px;color:var(--mid-grey)}.cart-btn{background:var(--teal);color:#fff;border:none;padding:12px 24px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s,transform .15s;position:relative}.cart-btn:hover{background:var(--teal-dark);transform:scale(1.02)}.nav-cats{background:var(--off-white);border-bottom:1px solid var(--border);padding:0 60px;display:flex;gap:4px;overflow-x:auto}.nav-cat{display:flex;align-items:center;gap:8px;padding:12px 18px;text-decoration:none;color:var(--text);font-weight:700;font-size:13px;border-bottom:3px solid transparent;transition:all .2s;white-space:nowrap;border-radius:var(--radius-sm) var(--radius-sm) 0 0}.nav-cat:hover,.nav-cat.active{color:var(--teal);border-bottom-color:var(--teal);background:#fff}.nav-cat-icon{font-size:18px}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:0;min-height:480px;margin:0}.hero-main{background:linear-gradient(135deg,#00897b,#004d40);padding:64px 72px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hero-main:before{content:"";position:absolute;top:-60px;right:-40px;width:300px;height:300px;background:#ffffff0d;border-radius:50%}.hero-main:after{content:"";position:absolute;bottom:-80px;left:40%;width:240px;height:240px;background:#ffffff0a;border-radius:50%}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--yellow);color:var(--dark);padding:6px 16px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:12px;letter-spacing:.5px;margin-bottom:20px;width:fit-content;animation:fadeUp .5s ease .1s both}.hero-title{font-family:Nunito,sans-serif;font-weight:900;font-size:clamp(36px,4vw,56px);color:#fff;line-height:1.1;margin-bottom:16px;animation:fadeUp .5s ease .2s both}.hero-title span{color:var(--yellow)}.hero-sub{font-size:16px;color:#ffffffbf;margin-bottom:36px;line-height:1.6;max-width:420px;animation:fadeUp .5s ease .3s both}.hero-cta{display:flex;gap:12px;flex-wrap:wrap;animation:fadeUp .5s ease .4s both}.btn-hero{padding:14px 32px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:15px;cursor:pointer;border:none;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn-hero-primary{background:var(--orange);color:#fff}.btn-hero-primary:hover{background:#e55a25;transform:scale(1.03)}.btn-hero-secondary{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-hero-secondary:hover{background:#ffffff40}.hero-stats{display:flex;gap:32px;margin-top:40px;animation:fadeUp .5s ease .5s both}.hero-stat{text-align:center}.hero-stat-num{font-family:Nunito,sans-serif;font-weight:900;font-size:28px;color:var(--yellow);display:block;line-height:1}.hero-stat-label{font-size:11px;color:#fff9;margin-top:4px}.hero-right{display:grid;grid-template-rows:1fr 1fr;gap:0}.hero-promo{position:relative;overflow:hidden;background:var(--orange);padding:40px;display:flex;flex-direction:column;justify-content:center}.hero-promo:last-child{background:#ffd93d}.hero-promo img{position:absolute;right:-20px;bottom:-10px;width:180px;opacity:.9}.promo-label{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#00000080;margin-bottom:6px}.promo-title{font-family:Nunito,sans-serif;font-weight:900;font-size:22px;color:#fff;line-height:1.2;margin-bottom:12px}.hero-promo:last-child .promo-title{color:var(--dark)}.promo-link{font-family:Nunito,sans-serif;font-weight:800;font-size:13px;color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:6px;background:#00000026;padding:7px 16px;border-radius:50px;transition:background .2s;width:fit-content}.hero-promo:last-child .promo-link{color:var(--dark)}.promo-link:hover{background:#00000040}.trust-bar{background:var(--off-white);border-bottom:1px solid var(--border);padding:16px 60px;display:flex;justify-content:center;gap:48px}.trust-item{display:flex;align-items:center;gap:10px}.trust-item-icon{width:36px;height:36px;background:var(--teal-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.trust-item-text{font-size:12px;font-weight:700;color:var(--text);line-height:1.4}.trust-item-sub{font-size:11px;color:var(--mid-grey);font-weight:400}section{padding:56px 60px}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px}.section-title{font-family:Nunito,sans-serif;font-weight:900;font-size:26px;color:var(--dark)}.section-title span{color:var(--teal)}.section-link{font-size:13px;font-weight:700;color:var(--teal);text-decoration:none;display:flex;align-items:center;gap:4px;transition:gap .2s}.section-link:hover{gap:8px}.pet-categories{background:var(--white)}.pet-cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.pet-cat-card{background:var(--off-white);border-radius:var(--radius);padding:24px 16px;text-align:center;text-decoration:none;transition:all .25s;border:2px solid transparent;cursor:pointer}.pet-cat-card:hover{background:var(--teal-light);border-color:var(--teal);transform:translateY(-4px);box-shadow:var(--shadow-hover)}.pet-cat-emoji{font-size:48px;display:block;margin-bottom:10px}.pet-cat-name{font-family:Nunito,sans-serif;font-weight:800;font-size:15px;color:var(--dark);display:block;margin-bottom:4px}.pet-cat-count{font-size:11px;color:var(--mid-grey);font-weight:600}.product-img{position:relative;background:var(--light-grey);aspect-ratio:1;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-img img{transform:scale(1.06)}.product-badge{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:11px}.badge-vetsmart{background:var(--purple);color:#fff}.product-wish{position:absolute;top:10px;right:10px;width:32px;height:32px;background:#fff;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 2px 8px #0000001a;transition:transform .2s;opacity:0;transition:opacity .2s,transform .2s}.product-card:hover .product-wish{opacity:1}.product-wish:hover{transform:scale(1.15)}.product-brand{font-size:11px;font-weight:700;color:var(--mid-grey);letter-spacing:.5px;text-transform:uppercase;margin-bottom:4px}.product-name{font-family:Nunito,sans-serif;font-weight:700;font-size:14px;color:var(--text);line-height:1.4;margin-bottom:8px}.product-rating{display:flex;align-items:center;gap:6px;margin-bottom:10px}.stars{color:#ffb300;font-size:12px;letter-spacing:1px}.review-count{font-size:11px;color:var(--mid-grey);font-weight:600}.product-price-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.price-now{font-family:Nunito,sans-serif;font-weight:900;font-size:20px;color:var(--dark)}.price-was{font-size:13px;color:var(--mid-grey);text-decoration:line-through}.price-save{font-size:11px;font-weight:800;color:var(--orange);background:var(--orange-light);padding:2px 8px;border-radius:50px}.btn-atc{width:100%;background:var(--teal);color:#fff;border:none;padding:11px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:13px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px}.btn-atc:hover{background:var(--teal-dark);transform:scale(1.02)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.products-grid.five{grid-template-columns:repeat(5,1fr)}.offer-banners{padding:0 60px 48px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.offer-banner{border-radius:var(--radius-lg);overflow:hidden;position:relative;min-height:200px;display:flex;align-items:center;padding:40px;cursor:pointer;transition:transform .25s}.offer-banner:hover{transform:scale(1.01)}.offer-banner-1{background:linear-gradient(135deg,#2196f3,#1565c0)}.offer-banner-2{background:linear-gradient(135deg,#e91e8c,#880e4f)}.offer-banner img{position:absolute;right:20px;bottom:0;height:85%;object-fit:contain;opacity:.9}.offer-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#ffffffb3;margin-bottom:8px}.offer-title{font-family:Nunito,sans-serif;font-weight:900;font-size:26px;color:#fff;line-height:1.2;margin-bottom:16px;max-width:240px}.offer-cta{background:#fff;color:var(--dark);padding:10px 24px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:13px;display:inline-flex;align-items:center;gap:6px;text-decoration:none;transition:transform .2s;width:fit-content}.offer-cta:hover{transform:scale(1.05)}.need-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.need-card{border-radius:var(--radius);padding:28px 24px;text-decoration:none;transition:all .25s;cursor:pointer;display:flex;flex-direction:column;gap:8px}.need-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.nc-1{background:var(--teal-light)}.nc-2{background:var(--orange-light)}.nc-3{background:var(--purple-light)}.nc-4{background:var(--blue-light)}.need-icon{font-size:36px}.need-title{font-family:Nunito,sans-serif;font-weight:800;font-size:17px;color:var(--dark)}.need-sub{font-size:13px;color:var(--mid-grey);font-weight:600;line-height:1.4}.need-link{font-size:12px;font-weight:700;color:var(--teal);margin-top:8px;display:flex;align-items:center;gap:4px}.loyalty{background:linear-gradient(135deg,#1c2b2a,#2d4845);padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.loyalty-title{font-family:Nunito,sans-serif;font-weight:900;font-size:36px;color:#fff;margin-bottom:12px}.loyalty-title span{color:var(--yellow)}.loyalty-sub{font-size:15px;color:#fff9;line-height:1.7;margin-bottom:28px}.loyalty-points{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.lp-card{background:#ffffff0f;border-radius:var(--radius);padding:20px;text-align:center;border:1px solid rgba(255,255,255,.08)}.lp-num{font-family:Nunito,sans-serif;font-weight:900;font-size:32px;color:var(--yellow);display:block}.lp-label{font-size:12px;color:#ffffff80;margin-top:4px}.btn-loyalty{background:var(--yellow);color:var(--dark);border:none;padding:14px 32px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:900;font-size:15px;cursor:pointer;transition:all .2s}.btn-loyalty:hover{background:#ffe566;transform:scale(1.03)}.blog-section{background:var(--off-white)}.blog-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px}.blog-card{background:#fff;border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:all .25s;border:1.5px solid var(--border)}.blog-img{overflow:hidden}.blog-img img{width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .4s}.blog-card:hover .blog-img img{transform:scale(1.05)}.blog-body{padding:20px}.blog-cat-tag{display:inline-block;padding:4px 12px;border-radius:50px;font-size:11px;font-weight:700;margin-bottom:10px}.tag-dog{background:var(--blue-light);color:var(--blue)}.tag-cat{background:var(--pink-light);color:var(--pink)}.tag-nutrition{background:var(--teal-light);color:var(--teal)}.blog-title{font-family:Nunito,sans-serif;font-weight:800;font-size:16px;color:var(--dark);line-height:1.4;margin-bottom:8px}.blog-excerpt{font-size:13px;color:var(--mid-grey);line-height:1.6;margin-bottom:14px}.blog-meta{font-size:11px;color:var(--mid-grey);font-weight:600;display:flex;align-items:center;gap:8px}.reviews-section{background:#fff}.reviews-header-row{display:flex;align-items:center;gap:40px;margin-bottom:36px}.big-rating{text-align:center;flex-shrink:0}.big-score{font-family:Nunito,sans-serif;font-weight:900;font-size:60px;color:var(--dark);line-height:1}.big-stars{color:#ffb300;font-size:20px;letter-spacing:2px}.big-count{font-size:13px;color:var(--mid-grey);font-weight:600;margin-top:4px}.review-card{background:var(--off-white);border-radius:var(--radius);padding:24px;border:1.5px solid var(--border)}.reviewer-location{font-size:11px;color:var(--mid-grey);font-weight:600}.review-text{font-size:13px;color:var(--mid-grey);line-height:1.6}.verified:before{content:"\2713";background:#2e7d32;color:#fff;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;flex-shrink:0}.nl-left{flex:1}.nl-title{font-family:Nunito,sans-serif;font-weight:900;font-size:28px;color:#fff;margin-bottom:8px}.nl-sub{font-size:15px;color:#ffffffbf}.nl-form{display:flex;gap:0;max-width:460px;flex:1}.nl-btn{background:var(--orange);color:#fff;border:none;padding:14px 28px;border-radius:0 50px 50px 0;font-family:Nunito,sans-serif;font-weight:800;font-size:14px;cursor:pointer;transition:background .2s;white-space:nowrap}.nl-btn:hover{background:#e55a25}footer{background:var(--dark);color:#fff;padding:60px 60px 32px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:32px}.footer-logo-wrap{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer-logo-icon{width:40px;height:40px;background:var(--teal);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.footer-logo-text{font-family:Nunito,sans-serif;font-weight:900;font-size:22px;color:#fff}.footer-tagline{font-size:13px;color:#ffffff73;line-height:1.7;margin-bottom:24px;max-width:280px}.footer-socials{display:flex;gap:10px}.social-btn{width:36px;height:36px;background:#ffffff14;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;text-decoration:none;transition:background .2s;cursor:pointer}.social-btn:hover{background:var(--teal)}.footer-col-title{font-family:Nunito,sans-serif;font-weight:800;font-size:13px;letter-spacing:.5px;color:#fff;margin-bottom:16px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:10px}.footer-col a{color:#ffffff73;text-decoration:none;font-size:13px;font-weight:600;transition:color .2s}.footer-col a:hover{color:var(--teal-mid)}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-bottom-left{font-size:12px;color:#ffffff40}.footer-payments{display:flex;gap:8px}.pay-badge{background:#ffffff14;border-radius:6px;padding:5px 12px;font-size:11px;font-weight:700;color:#fff6}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal-d1{transition-delay:.05s}.reveal-d2{transition-delay:.1s}.reveal-d3{transition-delay:.15s}.reveal-d4{transition-delay:.2s}.reveal-d5{transition-delay:.25s}:root{--teal:#00897B;--teal-dark:#006156;--teal-light:#E0F2F0;--teal-mid:#4DB6AC;--orange:#FF6B35;--orange-light:#FFF0EB;--yellow:#FFD93D;--purple:#7B5EA7;--purple-light:#F3EFFA;--blue:#2196F3;--blue-light:#E3F2FD;--green:#2E7D32;--red:#D32F2F;--white:#FFFFFF;--off-white:#F7F9F8;--light-grey:#F0F4F3;--mid-grey:#8A9E9A;--dark:#1C2B2A;--text:#2D3E3C;--border:#E2ECEA;--radius:16px;--radius-sm:10px;--shadow:0 4px 20px rgba(0,137,123,.08);--shadow-hover:0 8px 32px rgba(0,137,123,.15)}.search-bar input{width:100%;padding:12px 20px 12px 48px;border:2px solid var(--border);border-radius:50px;font-family:Nunito Sans,sans-serif;font-size:14px;color:var(--text);outline:none;background:var(--off-white);transition:border-color .2s}.breadcrumb{padding:14px 60px;font-size:12px;color:var(--mid-grey);display:flex;gap:8px;align-items:center;background:var(--off-white);border-bottom:1px solid var(--border)}.breadcrumb .current{color:var(--text);font-weight:700}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:80vh}.gallery-col{padding:40px 40px 40px 60px;background:var(--off-white);position:sticky;top:72px;height:calc(100vh - 72px);display:flex;flex-direction:column;gap:16px}.main-img-wrap{flex:1;background:#fff;border-radius:var(--radius);overflow:hidden;border:2px solid var(--border);position:relative;display:flex;align-items:center;justify-content:center}.main-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.main-img-wrap:hover img{transform:scale(1.05)}.img-badge{position:absolute;top:16px;left:16px;background:var(--orange);color:#fff;padding:5px 14px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:12px}.thumb-row{display:flex;gap:10px}.thumb{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid var(--border);cursor:pointer;transition:border-color .2s;background:#fff}.thumb.active{border-color:var(--teal)}.thumb img{width:100%;height:100%;object-fit:cover}.info-col{padding:48px 60px 48px 48px}.product-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.ptag{padding:4px 12px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:700;font-size:11px}.ptag-orange{background:var(--orange-light);color:var(--orange)}.ptag-teal{background:var(--teal-light);color:var(--teal)}.ptag-purple{background:var(--purple-light);color:var(--purple)}.product-title{font-family:Nunito,sans-serif;font-weight:900;font-size:clamp(26px,3vw,36px);color:var(--dark);line-height:1.2;margin-bottom:12px}.product-brand-row{font-size:13px;color:var(--mid-grey);font-weight:600;margin-bottom:16px}.product-brand-row a{color:var(--teal);text-decoration:none;font-weight:700}.rating-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:20px}.stars-lg{color:#ffb300;font-size:18px;letter-spacing:2px}.rating-num{font-family:Nunito,sans-serif;font-weight:800;font-size:16px;color:var(--dark)}.review-link{font-size:13px;color:var(--teal);text-decoration:none;font-weight:700}.verified-seller{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:var(--green);background:#e8f5e9;padding:4px 12px;border-radius:50px}.price-section{margin-bottom:20px}.price-main-row{display:flex;align-items:baseline;gap:12px;margin-bottom:4px}.price-big{font-family:Nunito,sans-serif;font-weight:900;font-size:40px;color:var(--dark)}.price-old{font-size:20px;color:var(--mid-grey);text-decoration:line-through}.price-save-pill{background:var(--orange);color:#fff;padding:4px 14px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:13px}.price-note{font-size:12px;color:var(--mid-grey);font-weight:600}.stock-row{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:13px;font-weight:700}.stock-dot{width:10px;height:10px;background:var(--green);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.stock-text{color:var(--green)}.stock-limited{color:var(--orange)}.variant-section{margin-bottom:20px}.variant-label{font-family:Nunito,sans-serif;font-weight:800;font-size:13px;color:var(--text);margin-bottom:10px;display:flex;justify-content:space-between}.variant-label span{color:var(--teal);font-weight:700}.size-pills{display:flex;gap:8px;flex-wrap:wrap}.size-pill{padding:9px 18px;border:2px solid var(--border);border-radius:50px;font-family:Nunito,sans-serif;font-weight:700;font-size:13px;cursor:pointer;transition:all .2s;background:#fff;color:var(--text)}.size-pill:hover{border-color:var(--teal);color:var(--teal)}.size-pill.active{border-color:var(--teal);background:var(--teal);color:#fff}.size-pill.sold-out{opacity:.35;text-decoration:line-through;cursor:not-allowed}.color-pills{display:flex;gap:10px;flex-wrap:wrap}.color-pill{display:flex;align-items:center;gap:8px;padding:7px 16px;border:2px solid var(--border);border-radius:50px;cursor:pointer;transition:all .2s;background:#fff;font-size:12px;font-weight:700;color:var(--text)}.color-pill:hover{border-color:var(--teal)}.color-pill.active{border-color:var(--teal);background:var(--teal-light)}.color-dot{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.qty-section{margin-bottom:20px}.qty-row{display:flex;align-items:center;gap:0;border:2px solid var(--border);border-radius:50px;width:fit-content;overflow:hidden}.qty-btn{width:44px;height:44px;background:#fff;border:none;cursor:pointer;font-size:20px;color:var(--text);display:flex;align-items:center;justify-content:center;transition:background .2s}.qty-btn:hover{background:var(--teal-light)}.qty-num{width:56px;text-align:center;font-family:Nunito,sans-serif;font-weight:800;font-size:16px;border:none;outline:none;color:var(--dark)}.cta-section{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.btn-add{background:var(--teal);color:#fff;border:none;padding:16px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:900;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s}.btn-add:hover{background:var(--teal-dark);transform:scale(1.01)}.btn-buy{background:var(--orange);color:#fff;border:none;padding:16px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:900;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s}.btn-buy:hover{background:#e55a25;transform:scale(1.01)}.btn-wish{background:#fff;color:var(--teal);border:2px solid var(--teal);padding:14px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:14px;cursor:pointer;transition:all .2s}.btn-wish:hover{background:var(--teal-light)}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px}.trust-badge{background:var(--off-white);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:12px;display:flex;align-items:center;gap:10px}.trust-badge-icon{font-size:22px;flex-shrink:0}.trust-badge-title{font-family:Nunito,sans-serif;font-weight:800;font-size:12px;color:var(--dark)}.trust-badge-sub{font-size:11px;color:var(--mid-grey);font-weight:600}.payment-section{padding-top:16px;border-top:1px solid var(--border)}.payment-label{font-size:11px;font-weight:700;color:var(--mid-grey);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.payment-icons{display:flex;gap:8px;flex-wrap:wrap}.pay-icon{background:var(--off-white);border:1.5px solid var(--border);border-radius:6px;padding:5px 12px;font-size:11px;font-weight:700;color:var(--mid-grey)}.details-section{padding:60px;background:var(--off-white);border-top:2px solid var(--border)}.tabs-nav{display:flex;gap:0;margin-bottom:40px;border-bottom:2px solid var(--border)}.tab-btn{padding:14px 28px;background:#fff;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;font-family:Nunito,sans-serif;font-weight:800;font-size:14px;cursor:pointer;color:var(--mid-grey);transition:all .2s;border-radius:var(--radius-sm) var(--radius-sm) 0 0}.tab-btn.active{color:var(--teal);border-bottom-color:var(--teal);background:#fff}.tab-btn:hover{color:var(--teal)}.tab-panel{display:none}.tab-panel.active{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.tab-panel-full{display:none}.tab-panel-full.active{display:block}.details-title{font-family:Nunito,sans-serif;font-weight:900;font-size:22px;color:var(--dark);margin-bottom:16px}.details-text{font-size:14px;line-height:1.85;color:var(--mid-grey);font-weight:600;margin-bottom:12px}.feature-list{list-style:none;margin-top:16px}.feature-list li{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid var(--border);font-size:13px;color:var(--text);font-weight:600}.feature-list li:before{content:"\2713";background:var(--teal);color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;flex-shrink:0}.tab-img{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3}.tab-img img{width:100%;height:100%;object-fit:cover}.shipping-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.ship-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);padding:24px}.ship-icon{font-size:32px;margin-bottom:12px;display:block}.ship-title{font-family:Nunito,sans-serif;font-weight:800;font-size:16px;color:var(--dark);margin-bottom:8px}.ship-text{font-size:13px;color:var(--mid-grey);line-height:1.7;font-weight:600}.reviews-section{padding:60px}.reviews-top{display:flex;align-items:flex-start;gap:60px;margin-bottom:40px}.rating-big{text-align:center;flex-shrink:0}.rating-big-stars{color:#ffb300;font-size:20px;letter-spacing:3px}.review-card{background:var(--off-white);border:1.5px solid var(--border);border-radius:var(--radius);padding:24px}.rev-top{display:flex;justify-content:space-between;margin-bottom:10px}.rev-name{font-family:Nunito,sans-serif;font-weight:800;font-size:14px;color:var(--dark)}.rev-loc{font-size:11px;color:var(--mid-grey);font-weight:600}.rev-stars{color:#ffb300;font-size:14px;letter-spacing:1.5px}.rev-title{font-family:Nunito,sans-serif;font-weight:800;font-size:15px;margin-bottom:8px;color:var(--dark)}.rev-text{font-size:13px;color:var(--mid-grey);line-height:1.65;font-weight:600}.rev-verified{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:var(--green);margin-top:12px}.rev-verified:before{content:"\2713";background:var(--green);color:#fff;width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:9px}.related-section{padding:60px;background:var(--off-white)}.sec-title{font-family:Nunito,sans-serif;font-weight:900;font-size:24px;color:var(--dark);margin-bottom:28px}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border-radius:var(--radius);border:1.5px solid var(--border);overflow:hidden;cursor:pointer;transition:all .25s}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px);border-color:var(--teal-mid)}.product-body{padding:16px}.product-name-sm{font-family:Nunito,sans-serif;font-weight:700;font-size:14px;color:var(--text);margin-bottom:6px;line-height:1.3}.mini-stars{color:#ffb300;font-size:12px;letter-spacing:1px;margin-bottom:8px}.mini-price{font-family:Nunito,sans-serif;font-weight:900;font-size:18px;color:var(--dark)}.mini-was{font-size:12px;color:var(--mid-grey);text-decoration:line-through}.mini-atc{width:100%;background:var(--teal);color:#fff;border:none;padding:9px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:12px;cursor:pointer;margin-top:10px;transition:background .2s}.mini-atc:hover{background:var(--teal-dark)}.cart-header{padding:20px 24px;border-bottom:2px solid var(--border);display:flex;justify-content:space-between;align-items:center}.cart-header-title{font-family:Nunito,sans-serif;font-weight:900;font-size:20px;color:var(--dark)}.cart-close{background:var(--light-grey);border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background .2s}.cart-shipping-progress{padding:14px 24px;background:var(--teal-light);border-bottom:1px solid var(--border)}.shipping-progress-text strong{color:var(--green)}.progress-fill{height:100%;background:var(--teal);border-radius:50px;width:72%;transition:width .5s}.cart-item-img{border-radius:var(--radius-sm);overflow:hidden;background:var(--light-grey)}.cart-item-brand{font-size:10px;font-weight:700;color:var(--mid-grey);text-transform:uppercase;letter-spacing:.5px}.cart-item-name{font-family:Nunito,sans-serif;font-weight:700;font-size:14px;color:var(--dark);margin:3px 0}.cart-item-variant{font-size:11px;color:var(--mid-grey);font-weight:600}.cart-item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.cart-qty{display:flex;align-items:center;gap:0;border:1.5px solid var(--border);border-radius:50px;overflow:hidden}.cart-qty-btn{width:28px;height:28px;background:#fff;border:none;cursor:pointer;font-size:16px;color:var(--mid-grey);display:flex;align-items:center;justify-content:center}.cart-remove{font-size:11px;color:var(--mid-grey);font-weight:700;background:none;border:none;cursor:pointer;margin-top:4px;transition:color .2s;display:block}.cart-remove:hover{color:var(--red)}.cart-upsell{padding:14px 24px;background:var(--orange-light);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.upsell-tag{font-size:10px;font-weight:800;color:var(--orange);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.upsell-row{display:flex;align-items:center;gap:12px}.upsell-img{width:50px;height:50px;border-radius:var(--radius-sm);object-fit:cover;background:#fff;flex-shrink:0}.upsell-name{font-family:Nunito,sans-serif;font-weight:700;font-size:13px;color:var(--dark)}.upsell-price{font-size:12px;color:var(--mid-grey);font-weight:600}.upsell-add-btn{background:var(--orange);color:#fff;border:none;padding:8px 16px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:12px;cursor:pointer;margin-left:auto;flex-shrink:0;transition:background .2s}.upsell-add-btn:hover{background:#e55a25}.cart-trust-row{padding:12px 24px;display:flex;justify-content:center;gap:24px;border-bottom:1px solid var(--border)}.cart-footer{padding:20px 24px}.cart-subtotal-row{display:flex;justify-content:space-between;margin-bottom:4px}.cart-sub-label{font-size:13px;font-weight:700;color:var(--mid-grey)}.cart-sub-amount{font-family:Nunito,sans-serif;font-weight:900;font-size:24px;color:var(--dark)}.sticky-img{width:48px;height:48px;border-radius:var(--radius-sm);object-fit:cover;background:var(--light-grey)}.fade{opacity:0;animation:fadeUp .5s ease both}.d1{animation-delay:.1s}.d2{animation-delay:.2s}.d3{animation-delay:.3s}:root{--teal:#00897B;--teal-dark:#006156;--teal-light:#E0F2F0;--teal-mid:#4DB6AC;--orange:#FF6B35;--orange-light:#FFF0EB;--yellow:#FFD93D;--purple:#7B5EA7;--purple-light:#F3EFFA;--blue:#2196F3;--blue-light:#E3F2FD;--pink:#E91E8C;--pink-light:#FCE4F2;--green:#2E7D32;--white:#FFFFFF;--off-white:#F7F9F8;--light-grey:#F0F4F3;--mid-grey:#8A9E9A;--dark:#1C2B2A;--text:#2D3E3C;--border:#E2ECEA;--radius:16px;--radius-sm:10px;--shadow:0 4px 20px rgba(0,137,123,.08);--shadow-hover:0 8px 32px rgba(0,137,123,.15)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito Sans,sans-serif;background:var(--white);color:var(--text);overflow-x:hidden}.announcement{background:var(--teal);color:#fff;text-align:center;padding:10px;font-family:Nunito,sans-serif;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:24px}.ann-item:before{content:"\2713";background:var(--yellow);color:var(--dark);width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;margin-right:7px}nav{background:#fff;border-bottom:2px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0000000d}.nav-main{padding:0 60px;display:flex;align-items:center;gap:32px;height:72px}.logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-icon{width:44px;height:44px;background:var(--teal);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px}.logo-text{font-family:Nunito,sans-serif;font-weight:900;font-size:24px;color:var(--teal)}.logo-text span{color:var(--orange)}.search-bar{flex:1;max-width:560px;position:relative}.search-bar input{width:100%;padding:12px 20px 12px 48px;border:2px solid var(--border);border-radius:50px;font-family:Nunito Sans,sans-serif;font-size:14px;outline:none;background:var(--off-white);transition:border-color .2s}.search-bar input:focus{border-color:var(--teal);background:#fff}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:18px;color:var(--mid-grey)}.search-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:var(--teal);color:#fff;border:none;padding:8px 20px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:700;font-size:13px;cursor:pointer}.cart-btn{background:var(--teal);color:#fff;border:none;padding:12px 24px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;margin-left:auto;transition:background .2s}.cart-btn:hover{background:var(--teal-dark)}.cart-count{background:var(--orange);color:#fff;width:20px;height:20px;border-radius:50%;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center}.breadcrumb{padding:12px 60px;font-size:12px;color:var(--mid-grey);display:flex;gap:8px;background:var(--off-white);border-bottom:1px solid var(--border)}.breadcrumb a{color:var(--mid-grey);text-decoration:none;font-weight:600}.breadcrumb a:hover{color:var(--teal)}.collection-hero{background:linear-gradient(135deg,#00695c,#004d40);padding:48px 60px;display:flex;align-items:center;justify-content:space-between;gap:40px}.ch-eyebrow{font-size:12px;font-weight:700;color:#fff9;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.ch-title{font-family:Nunito,sans-serif;font-weight:900;font-size:clamp(32px,4vw,52px);color:#fff;margin-bottom:10px;line-height:1.1}.ch-title span{color:var(--yellow)}.ch-sub{font-size:15px;color:#ffffffa6;max-width:420px;line-height:1.6;margin-bottom:24px}.ch-stats{display:flex;gap:32px}.ch-stat-num{font-family:Nunito,sans-serif;font-weight:900;font-size:26px;color:var(--yellow);display:block;line-height:1}.ch-stat-label{font-size:11px;color:#ffffff80;font-weight:600}.subcats{padding:16px 60px;background:#fff;border-bottom:2px solid var(--border);display:flex;gap:8px;overflow-x:auto}.subcat{padding:9px 20px;border:2px solid var(--border);border-radius:50px;font-family:Nunito,sans-serif;font-weight:700;font-size:13px;cursor:pointer;transition:all .2s;background:#fff;color:var(--text);white-space:nowrap}.subcat:hover{border-color:var(--teal);color:var(--teal);background:var(--teal-light)}.subcat.active{background:var(--teal);color:#fff;border-color:var(--teal)}.collection-layout{display:grid;grid-template-columns:260px 1fr;gap:0;align-items:start}.sidebar{padding:28px;border-right:2px solid var(--border);position:sticky;top:72px;max-height:calc(100vh - 72px);overflow-y:auto}.filter-group{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--border)}.filter-group:last-child{border-bottom:none}.filter-group-title{font-family:Nunito,sans-serif;font-weight:800;font-size:13px;color:var(--dark);margin-bottom:12px;display:flex;justify-content:space-between;align-items:center}.filter-clear{font-size:11px;font-weight:700;color:var(--teal);cursor:pointer}.filter-opt{display:flex;align-items:center;gap:8px;margin-bottom:8px;cursor:pointer}.filter-checkbox{width:18px;height:18px;border:2px solid var(--border);border-radius:4px;-webkit-appearance:none;appearance:none;cursor:pointer;position:relative;flex-shrink:0;transition:all .2s}.filter-checkbox:checked{background:var(--teal);border-color:var(--teal)}.filter-checkbox:checked:after{content:"\2713";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff;font-weight:900}.filter-opt-label{font-size:13px;color:var(--text);font-weight:600;cursor:pointer}.filter-count{font-size:11px;color:var(--mid-grey);font-weight:600;margin-left:auto}.price-inputs{display:flex;gap:8px;align-items:center}.price-in{width:90px;border:2px solid var(--border);padding:8px 12px;border-radius:var(--radius-sm);font-family:Nunito Sans,sans-serif;font-size:13px;outline:none;transition:border-color .2s}.price-in:focus{border-color:var(--teal)}.price-sep{color:var(--mid-grey);font-weight:700}.color-swatches{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.swatch{width:28px;height:28px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:all .2s}.swatch:hover,.swatch.active{border-color:var(--teal);outline:2px solid var(--teal-mid);outline-offset:2px}.apply-btn{width:100%;background:var(--teal);color:#fff;border:none;padding:12px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:13px;cursor:pointer;transition:background .2s;margin-top:16px}.apply-btn:hover{background:var(--teal-dark)}.products-area{padding:24px 32px}.toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.results-txt{font-family:Nunito,sans-serif;font-weight:700;font-size:13px;color:var(--mid-grey)}.results-txt strong{color:var(--dark)}.toolbar-right{display:flex;align-items:center;gap:12px}.sort-label{font-size:12px;font-weight:700;color:var(--mid-grey)}.sort-sel{border:2px solid var(--border);background:#fff;padding:8px 14px;border-radius:50px;font-family:Nunito,sans-serif;font-size:12px;font-weight:700;color:var(--text);outline:none;cursor:pointer}.view-btns{display:flex;gap:4px}.view-btn{width:34px;height:34px;border:2px solid var(--border);background:#fff;border-radius:var(--radius-sm);cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:all .2s}.view-btn.active{border-color:var(--teal);background:var(--teal);color:#fff}.active-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.active-tag{display:flex;align-items:center;gap:6px;background:var(--teal-light);border:1.5px solid var(--teal);border-radius:50px;padding:5px 12px;font-size:11px;font-weight:700;color:var(--teal)}.active-tag-x{cursor:pointer;font-size:13px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:#fff;border-radius:var(--radius);border:1.5px solid var(--border);overflow:hidden;transition:all .25s;cursor:pointer}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px);border-color:var(--teal-mid)}.product-img-wrap{aspect-ratio:1;overflow:hidden;background:var(--light-grey);position:relative}.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-img-wrap img{transform:scale(1.05)}.prod-badge{position:absolute;top:10px;left:10px;padding:4px 12px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:11px}.badge-sale{background:var(--orange);color:#fff}.badge-new{background:var(--teal);color:#fff}.badge-best{background:var(--yellow);color:var(--dark)}.prod-wish{position:absolute;top:10px;right:10px;width:30px;height:30px;background:#fff;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;box-shadow:0 2px 8px #0000001a;opacity:0;transition:opacity .2s}.product-card:hover .prod-wish{opacity:1}.product-body{padding:14px}.prod-brand{font-size:10px;font-weight:700;color:var(--mid-grey);text-transform:uppercase;letter-spacing:.5px}.prod-name{font-family:Nunito,sans-serif;font-weight:700;font-size:14px;color:var(--text);line-height:1.3;margin:4px 0 8px}.prod-stars{color:#ffb300;font-size:11px;letter-spacing:1px;margin-bottom:8px}.prod-stars span{color:var(--mid-grey);font-size:10px;font-weight:600;margin-left:4px}.price-row{display:flex;align-items:center;gap:6px;margin-bottom:10px}.price-now{font-family:Nunito,sans-serif;font-weight:900;font-size:18px;color:var(--dark)}.price-was{font-size:12px;color:var(--mid-grey);text-decoration:line-through}.price-pill{background:var(--orange-light);color:var(--orange);font-size:10px;font-weight:800;padding:2px 8px;border-radius:50px}.btn-atc{width:100%;background:var(--teal);color:#fff;border:none;padding:10px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:12px;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:5px}.btn-atc:hover{background:var(--teal-dark)}.load-more-wrap{text-align:center;padding:40px 0}.load-more-btn{background:#fff;border:2px solid var(--teal);color:var(--teal);padding:14px 48px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:14px;cursor:pointer;transition:all .2s}.load-more-btn:hover{background:var(--teal);color:#fff}.load-more-note{font-size:12px;color:var(--mid-grey);font-weight:600;margin-top:10px}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--dark)}.ts-item{padding:28px 32px;border-right:1px solid rgba(255,255,255,.06);text-align:center}.ts-item:last-child{border-right:none}.ts-icon{font-size:28px;display:block;margin-bottom:8px}.ts-title{font-family:Nunito,sans-serif;font-weight:800;font-size:15px;color:#fff;margin-bottom:4px}.ts-sub{font-size:12px;color:#ffffff59;font-weight:600}.blog-page-hero{background:linear-gradient(135deg,#00695c,#004d40);padding:72px 60px;text-align:center;position:relative;overflow:hidden}.blog-page-hero:before{content:"\1f43e";position:absolute;font-size:200px;opacity:.05;top:-30px;right:-20px}.blog-eyebrow{font-size:12px;font-weight:700;color:#fff9;text-transform:uppercase;letter-spacing:2px;display:block;margin-bottom:12px}.blog-page-title{font-family:Nunito,sans-serif;font-weight:900;font-size:clamp(40px,5vw,64px);color:#fff;margin-bottom:16px;line-height:1.1}.blog-page-title span{color:var(--yellow)}.blog-page-sub{font-size:16px;color:#fff9;max-width:480px;margin:0 auto;line-height:1.7}.blog-cats-bar{padding:16px 60px;background:#fff;border-bottom:2px solid var(--border);display:flex;gap:8px;overflow-x:auto}.blog-cat-pill{padding:8px 20px;border:2px solid var(--border);border-radius:50px;font-family:Nunito,sans-serif;font-weight:700;font-size:13px;cursor:pointer;transition:all .2s;background:#fff;color:var(--text);white-space:nowrap}.blog-cat-pill:hover{border-color:var(--teal);color:var(--teal)}.blog-cat-pill.active{background:var(--teal);color:#fff;border-color:var(--teal)}.blog-layout{padding:48px 60px}.blog-featured{display:grid;grid-template-columns:1.4fr 1fr;gap:24px;margin-bottom:48px}.blog-featured-card{background:#fff;border-radius:var(--radius);border:1.5px solid var(--border);overflow:hidden;cursor:pointer;transition:all .25s}.blog-featured-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.blog-feat-img{aspect-ratio:16/9;overflow:hidden}.blog-feat-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.blog-featured-card:hover .blog-feat-img img{transform:scale(1.04)}.blog-feat-body{padding:24px}.blog-tag{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:700;font-size:11px;margin-bottom:12px}.btag-dog{background:var(--blue-light);color:var(--blue)}.btag-cat{background:var(--pink-light);color:var(--pink)}.btag-nutrition{background:var(--teal-light);color:var(--teal)}.btag-wellness{background:var(--purple-light);color:var(--purple)}.btag-training{background:var(--orange-light);color:var(--orange)}.blog-feat-title{font-family:Nunito,sans-serif;font-weight:900;font-size:22px;color:var(--dark);line-height:1.3;margin-bottom:10px}.blog-feat-excerpt{font-size:14px;color:var(--mid-grey);line-height:1.7;font-weight:600;margin-bottom:14px}.blog-meta-row{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--mid-grey);font-weight:700}.blog-author{display:flex;align-items:center;gap:6px}.author-dot{width:24px;height:24px;border-radius:50%;background:var(--teal-light);display:flex;align-items:center;justify-content:center;font-size:12px}.blog-read-link{display:inline-flex;align-items:center;gap:6px;color:var(--teal);font-weight:800;font-size:13px;text-decoration:none;margin-top:12px}.blog-sidebar{display:flex;flex-direction:column;gap:16px}.blog-side-card{background:#fff;border-radius:var(--radius);border:1.5px solid var(--border);overflow:hidden;cursor:pointer;transition:all .25s;display:grid;grid-template-columns:100px 1fr}.blog-side-card:hover{box-shadow:var(--shadow);border-color:var(--teal-mid)}.blog-side-img{overflow:hidden}.blog-side-img img{width:100%;height:100%;object-fit:cover}.blog-side-body{padding:14px 16px;display:flex;flex-direction:column;justify-content:center}.blog-side-title{font-family:Nunito,sans-serif;font-weight:800;font-size:13px;color:var(--dark);line-height:1.3;margin-bottom:6px}.blog-side-meta{font-size:11px;color:var(--mid-grey);font-weight:600}.blog-section-title{font-family:Nunito,sans-serif;font-weight:900;font-size:22px;color:var(--dark);margin-bottom:24px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px}.blog-card{background:#fff;border-radius:var(--radius);border:1.5px solid var(--border);overflow:hidden;cursor:pointer;transition:all .25s}.blog-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.blog-card-img{aspect-ratio:16/10;overflow:hidden}.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.blog-card:hover .blog-card-img img{transform:scale(1.04)}.blog-card-body{padding:20px}.blog-card-title{font-family:Nunito,sans-serif;font-weight:800;font-size:16px;color:var(--dark);line-height:1.35;margin:8px 0}.blog-card-excerpt{font-size:13px;color:var(--mid-grey);line-height:1.65;font-weight:600;margin-bottom:12px}.about-section{background:var(--off-white);padding:60px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--teal);margin-bottom:10px}.about-title{font-family:Nunito,sans-serif;font-weight:900;font-size:clamp(28px,3vw,40px);color:var(--dark);line-height:1.15;margin-bottom:16px}.about-title span{color:var(--teal)}.about-text{font-size:14px;color:var(--mid-grey);line-height:1.85;font-weight:600;margin-bottom:20px}.trust-list{display:flex;flex-direction:column;gap:16px}.tl-item{display:flex;align-items:flex-start;gap:14px;padding:16px;background:#fff;border-radius:var(--radius-sm);border:1.5px solid var(--border)}.tl-icon{font-size:24px;flex-shrink:0}.tl-title{font-family:Nunito,sans-serif;font-weight:800;font-size:14px;color:var(--dark);margin-bottom:2px}.tl-desc{font-size:12px;color:var(--mid-grey);font-weight:600;line-height:1.5}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.stat-card{background:#fff;border-radius:var(--radius);padding:28px;text-align:center;border:1.5px solid var(--border)}.stat-num{font-family:Nunito,sans-serif;font-weight:900;font-size:40px;color:var(--teal);line-height:1}.stat-label{font-size:12px;color:var(--mid-grey);font-weight:700;margin-top:4px}.newsletter{background:var(--teal);padding:56px 60px;display:flex;align-items:center;justify-content:space-between;gap:60px}.nl-title{font-family:Nunito,sans-serif;font-weight:900;font-size:26px;color:#fff;margin-bottom:6px}.nl-sub{font-size:14px;color:#ffffffb3;font-weight:600}.nl-form{display:flex;gap:0;max-width:440px;flex:1}.nl-input{flex:1;padding:14px 20px;border:none;border-radius:50px 0 0 50px;font-family:Nunito Sans,sans-serif;font-size:14px;outline:none}.nl-btn{background:var(--orange);color:#fff;border:none;padding:14px 24px;border-radius:0 50px 50px 0;font-family:Nunito,sans-serif;font-weight:800;font-size:14px;cursor:pointer;white-space:nowrap}footer{background:var(--dark);color:#fff;padding:48px 60px 24px}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:24px}.footer-logo-row{display:flex;align-items:center;gap:10px;margin-bottom:14px}.f-logo-icon{width:40px;height:40px;background:var(--teal);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.f-logo-text{font-family:Nunito,sans-serif;font-weight:900;font-size:20px;color:#fff}.f-tagline{font-size:13px;color:#fff6;line-height:1.7;max-width:260px;margin-bottom:16px;font-weight:600}.f-col-title{font-family:Nunito,sans-serif;font-weight:800;font-size:13px;color:#fff;margin-bottom:14px}.f-col ul{list-style:none}.f-col li{margin-bottom:8px}.f-col a{color:#fff6;text-decoration:none;font-size:13px;font-weight:600;transition:color .2s}.f-col a:hover{color:var(--teal-mid)}.footer-btm{display:flex;justify-content:space-between;font-size:11px;color:#fff3;align-items:center}.f-pays{display:flex;gap:6px}.f-pay{background:#ffffff14;border-radius:5px;padding:4px 10px;font-size:10px;font-weight:700;color:#ffffff59}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.page-switcher{position:fixed;bottom:80px;right:24px;z-index:200;display:flex;flex-direction:column;gap:8px}.ps-btn{background:var(--dark);color:#fff;border:none;padding:10px 18px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:12px;cursor:pointer;box-shadow:0 4px 16px #0003;transition:background .2s}.ps-btn:hover,.ps-btn.active-page{background:var(--teal)}.page{display:none}.page.active{display:block}.site-nav-tabs{position:fixed;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:8px;background:var(--dark);padding:8px;border-radius:50px;box-shadow:0 8px 32px #0000004d;z-index:9999}.nav-tab-btn{background:transparent;color:#fff9;border:none;padding:10px 20px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:13px;cursor:pointer;transition:all .2s;white-space:nowrap}.nav-tab-btn:hover{color:#fff;background:#ffffff14}.nav-tab-btn.active{background:var(--teal);color:#fff}@media(max-width:768px){.nav-main{padding:0 16px!important;gap:12px!important}.search-bar,.top-bar{display:none}.nav-cats{padding:0 12px;gap:0}.nav-cat{padding:10px 12px;font-size:12px}.hero{grid-template-columns:1fr!important}.hero-main{padding:36px 20px!important;min-height:320px!important}.hero-title{font-size:28px!important}.hero-sub{font-size:14px!important;margin-bottom:20px!important}.hero-cta{flex-direction:column;gap:10px}.btn-hero{width:100%;justify-content:center}.hero-right{display:none!important}.hero-stats{gap:16px}.hero-stat-num{font-size:22px}.trust-bar{padding:12px 16px;gap:12px;flex-wrap:wrap;justify-content:flex-start}.trust-item:nth-child(n+4){display:none}section{padding:36px 16px!important}.offer-banners{padding:0 16px 32px!important;grid-template-columns:1fr!important}.loyalty{padding:36px 16px!important;grid-template-columns:1fr!important;gap:28px!important}.newsletter{padding:36px 16px!important;flex-direction:column;gap:20px}.nl-form{flex-direction:column;width:100%}.nl-input{border-radius:50px!important}.nl-btn{border-radius:50px!important;margin-top:8px}footer{padding:36px 16px 80px!important}.footer-grid{grid-template-columns:1fr 1fr!important;gap:24px!important}.pet-cat-grid{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.pet-cat-emoji{font-size:32px!important}.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.blog-grid,.reviews-grid{grid-template-columns:1fr!important}.need-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.product-page{grid-template-columns:1fr!important}.gallery-col{position:static!important;height:auto!important;padding:16px!important}.main-img-wrap{height:300px!important;flex:none!important}.info-col{padding:20px 16px!important}.price-big{font-size:32px!important}.trust-grid{grid-template-columns:1fr 1fr!important}.details-section,.reviews-section{padding:32px 16px!important}.reviews-top{flex-direction:column;gap:20px}.related-section{padding:32px 16px!important}.related-grid{grid-template-columns:repeat(2,1fr)!important}.sticky-bar{padding:12px 16px!important}.tab-panel.active{grid-template-columns:1fr!important}.collection-hero{flex-direction:column;padding:28px 16px!important}.subcats{padding:12px 16px!important}.collection-layout{grid-template-columns:1fr!important}.sidebar{display:none}.products-area{padding:16px!important}.breadcrumb{padding:10px 16px!important}.trust-strip{grid-template-columns:1fr 1fr!important}.blog-layout{padding:32px 16px!important}.blog-featured{grid-template-columns:1fr!important}.about-section{padding:36px 16px!important}.about-grid{grid-template-columns:1fr!important;gap:32px!important}.about-stats{grid-template-columns:1fr 1fr!important}.site-nav-tabs{bottom:12px;padding:6px}.nav-tab-btn{padding:8px 14px;font-size:12px}}@media(max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.pet-cat-grid{grid-template-columns:repeat(2,1fr)!important}.loyalty-points{grid-template-columns:1fr!important}.related-grid{grid-template-columns:repeat(2,1fr)!important}}.hero-main{background:linear-gradient(135deg,#00695cdb,#004d40f2),url(https://images.unsplash.com/photo-1587300003388-59208cc962cb?w=1400&q=80) center/cover no-repeat}.cart-upsell-strip{padding:14px 24px;background:#fff8e1;border-bottom:1px solid var(--border);flex-shrink:0}.cart-upsell-label{font-size:10px;font-weight:800;color:var(--orange);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.cart-upsell-item{display:flex;align-items:center;gap:10px}.cart-upsell-img{width:44px;height:44px;border-radius:var(--radius-sm);object-fit:cover;background:#fff;flex-shrink:0}.cart-upsell-name{font-family:Nunito,sans-serif;font-weight:700;font-size:12px;color:var(--dark);line-height:1.3;flex:1}.cart-upsell-price{font-size:12px;color:var(--mid-grey);font-weight:600}.cart-upsell-add{background:var(--orange);color:#fff;border:none;padding:7px 14px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:12px;cursor:pointer;flex-shrink:0;transition:background .2s;white-space:nowrap}.cart-upsell-add:hover{background:#e55a25}.notif{position:fixed;top:80px;right:24px;background:var(--teal);color:#fff;padding:14px 20px;border-radius:var(--radius-sm);font-family:Nunito,sans-serif;font-weight:700;font-size:14px;z-index:950;display:flex;align-items:center;gap:10px;transform:translate(calc(100% + 40px));transition:transform .35s;box-shadow:var(--shadow)}.notif.show{transform:translate(0)}.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:500;background:#fff;border-top:2px solid var(--border);padding:14px 60px;display:flex;align-items:center;justify-content:space-between;gap:20px;transform:translateY(100%);transition:transform .35s;box-shadow:0 -4px 20px #00000014}.sticky-bar.visible{transform:translateY(0)}.sticky-info{display:flex;align-items:center;gap:14px}.sticky-img{width:48px;height:48px;border-radius:var(--radius-sm);object-fit:cover;background:var(--light-grey);flex-shrink:0}.sticky-name{font-family:Nunito,sans-serif;font-weight:800;font-size:15px;color:var(--dark)}.sticky-price{font-size:13px;color:var(--mid-grey);font-weight:700}.sticky-actions{display:flex;gap:10px}.sticky-atc-btn{background:var(--teal);color:#fff;border:none;padding:12px 28px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:14px;cursor:pointer;transition:background .2s}.sticky-atc-btn:hover{background:var(--teal-dark)}.pdp-bundle{padding:48px 60px;background:#fff;border-top:2px solid var(--border)}.bundle-title{font-family:Nunito,sans-serif;font-weight:900;font-size:22px;color:var(--dark);margin-bottom:8px}.bundle-subtitle{font-size:14px;color:var(--mid-grey);font-weight:600;margin-bottom:28px}.bundle-items{display:flex;align-items:center;gap:12px;margin-bottom:28px;flex-wrap:wrap}.bundle-item{display:flex;flex-direction:column;align-items:center;gap:8px}.bundle-item-img{width:100px;height:100px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid var(--border);background:var(--light-grey);position:relative}.bundle-item-img img{width:100%;height:100%;object-fit:cover}.bundle-item-check{position:absolute;top:6px;right:6px;width:22px;height:22px;background:var(--teal);border-radius:50%;border:2px solid white;display:flex;align-items:center;justify-content:center}.bundle-item-check:after{content:"\2713";color:#fff;font-size:11px;font-weight:900}.bundle-item-name{font-size:11px;font-weight:700;color:var(--text);text-align:center;max-width:100px;line-height:1.3}.bundle-item-price{font-family:Nunito,sans-serif;font-weight:800;font-size:13px;color:var(--dark)}.bundle-plus{font-size:24px;color:var(--mid-grey);font-weight:300}.bundle-summary{background:var(--off-white);border-radius:var(--radius);padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1.5px solid var(--border)}.bundle-total-wrap .bundle-total-label{font-size:12px;color:var(--mid-grey);font-weight:600;margin-bottom:4px}.bundle-total-price{font-family:Nunito,sans-serif;font-weight:900;font-size:28px;color:var(--dark)}.bundle-total-was{font-size:14px;color:var(--mid-grey);text-decoration:line-through;margin-left:8px}.bundle-save-badge{background:var(--orange);color:#fff;padding:4px 12px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:13px;margin-top:4px;display:inline-block}.bundle-add-btn{background:var(--teal);color:#fff;border:none;padding:16px 32px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:900;font-size:15px;cursor:pointer;transition:all .2s;white-space:nowrap}.bundle-add-btn:hover{background:var(--teal-dark);transform:scale(1.02)}.pdp-short-desc{font-size:14px;color:var(--mid-grey);line-height:1.7;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border);font-weight:600}.pdp-urgency{display:flex;align-items:center;gap:8px;background:#fff8e1;border:1.5px solid #FFD93D;border-radius:var(--radius-sm);padding:10px 16px;font-size:13px;font-weight:600;color:var(--dark);margin-top:16px}.urgency-fire{font-size:18px}.ptag-best{background:#fff8e1;color:#f57f17}.img-zoom-btn{position:absolute;bottom:12px;right:12px;background:#fff;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:14px;box-shadow:0 2px 8px #0000001f;display:flex;align-items:center;justify-content:center;transition:transform .2s;opacity:.8}.img-zoom-btn:hover{opacity:1;transform:scale(1.1)}.img-zoom-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;z-index:9999;align-items:center;justify-content:center;padding:20px}.img-zoom-wrap{position:relative;max-width:90vw;max-height:90vh}.img-zoom-wrap img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:var(--radius)}.zoom-close{position:absolute;top:-16px;right:-16px;background:#fff;border:none;width:36px;height:36px;border-radius:50%;font-size:16px;cursor:pointer;font-weight:900;box-shadow:0 2px 12px #0003}.pdp-why-us{background:var(--teal-light);padding:48px 60px;border-top:2px solid var(--teal-mid);border-bottom:2px solid var(--teal-mid)}.why-us-title{font-family:Nunito,sans-serif;font-weight:900;font-size:20px;color:var(--dark);margin-bottom:24px}.why-us-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.why-item{display:flex;align-items:flex-start;gap:12px;background:#fff;border-radius:var(--radius-sm);padding:18px;border:1px solid var(--border)}.why-icon{font-size:24px;flex-shrink:0}.why-title{font-family:Nunito,sans-serif;font-weight:800;font-size:14px;color:var(--dark);margin-bottom:4px}.why-sub{font-size:12px;color:var(--mid-grey);font-weight:600;line-height:1.5}.pdp-reviews{padding:60px;background:var(--off-white)}.pdp-reviews-header{font-family:Nunito,sans-serif;font-weight:900;font-size:26px;color:var(--dark);margin-bottom:32px}.rating-summary{display:flex;align-items:flex-start;gap:48px;margin-bottom:40px;padding:32px;background:#fff;border-radius:var(--radius);border:1.5px solid var(--border)}.rating-big-num{font-family:Nunito,sans-serif;font-weight:900;font-size:64px;color:var(--dark);line-height:1}.rating-big-stars{color:#ffb300;font-size:22px;letter-spacing:3px}.rating-big-count{font-size:13px;color:var(--mid-grey);font-weight:700;margin-top:4px}.rating-bars{flex:1;max-width:320px}.bar-row{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:12px;color:var(--mid-grey);font-weight:700}.bar-track{flex:1;height:8px;background:var(--border);border-radius:50px;overflow:hidden}.bar-fill{height:100%;background:var(--yellow);border-radius:50px}.pdp-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:#fff;border-radius:var(--radius);padding:24px;border:1.5px solid var(--border)}.review-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.reviewer{font-weight:700;font-size:14px;color:var(--dark)}.reviewer-location{font-size:11px;color:var(--mid-grey);font-weight:600;margin-top:2px}.r-stars{color:#ffb300;font-size:14px;letter-spacing:1.5px}.review-title{font-family:Nunito,sans-serif;font-weight:800;font-size:15px;color:var(--dark);margin-bottom:8px}.review-text{font-size:13px;color:var(--mid-grey);line-height:1.65;font-weight:600}.verified{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:#2e7d32;margin-top:12px}.verified:before{content:"\2713";background:#2e7d32;color:#fff;width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:9px;flex-shrink:0}.pdp-faq{max-width:700px}.faq-item{border-bottom:1px solid var(--border)}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:18px 0;cursor:pointer;font-family:Nunito,sans-serif;font-weight:800;font-size:15px;color:var(--dark);-webkit-user-select:none;user-select:none}.faq-q:hover{color:var(--teal)}.faq-arrow{color:var(--teal);font-size:12px;flex-shrink:0;margin-left:12px}.faq-a{display:none;font-size:14px;color:var(--mid-grey);line-height:1.75;font-weight:600;padding:0 0 18px}.pdp-story-band{background:linear-gradient(135deg,#1c2b2a,#2d4845);padding:48px 60px}.story-band-inner{display:flex;align-items:flex-start;gap:28px;max-width:840px;margin:0 auto}.story-emoji{font-size:56px;flex-shrink:0}.story-title{font-family:Nunito,sans-serif;font-weight:900;font-size:22px;color:#fff;margin-bottom:12px}.story-text{font-size:14px;color:#ffffffa6;line-height:1.85;font-weight:600}.pdp-care-tips{padding:8px 0}.care-intro{display:flex;align-items:flex-start;gap:16px;background:var(--teal-light);border-radius:var(--radius);padding:24px;margin-bottom:32px;border:1.5px solid var(--teal-mid)}.care-intro-icon{font-size:40px;flex-shrink:0}.care-intro-title{font-family:Nunito,sans-serif;font-weight:900;font-size:18px;color:var(--dark);margin-bottom:8px}.care-intro-text{font-size:14px;color:var(--mid-grey);line-height:1.7;font-weight:600}.care-tips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.care-tip-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);padding:24px}.care-tip-icon{font-size:32px;margin-bottom:12px;display:block}.care-tip-title{font-family:Nunito,sans-serif;font-weight:800;font-size:15px;color:var(--dark);margin-bottom:8px}.care-tip-text{font-size:13px;color:var(--mid-grey);line-height:1.7;font-weight:600}.social-proof{background:var(--off-white);padding:56px 60px}.sp-stars-large{color:#ffb300;font-size:28px;letter-spacing:3px;display:block;margin-bottom:4px}.sp-score-num{font-family:Nunito,sans-serif;font-weight:900;font-size:64px;color:var(--dark);line-height:1}.sp-count-text{font-size:14px;color:var(--mid-grey);font-weight:600;margin-top:4px;display:block}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:900px){.top-bar{display:none!important}.announcement{font-size:11px!important;gap:8px!important;padding:8px 12px!important}.ann-item:before{display:none!important}.nav-main{padding:0 14px!important;height:58px!important}.search-bar,.nav-action-btn{display:none!important}.logo-text{font-size:20px!important}.logo-icon{width:34px!important;height:34px!important;font-size:17px!important;border-radius:8px!important}.cart-btn{padding:10px 14px!important;font-size:13px!important;margin-left:auto!important}.nav-cats{padding:0 8px!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}.nav-cats::-webkit-scrollbar{display:none}.nav-cat{padding:11px 9px!important;font-size:11px!important;gap:3px!important}.nav-cat-icon{font-size:13px!important}.hero{grid-template-columns:1fr!important;min-height:auto!important}.hero-main{padding:40px 20px 36px!important}.hero-title{font-size:28px!important}.hero-sub{font-size:14px!important;max-width:100%!important;margin-bottom:22px!important}.hero-cta{flex-direction:column!important;gap:10px!important}.btn-hero{width:100%!important;justify-content:center!important;text-align:center!important;padding:14px!important}.hero-right{display:none!important}.hero-stats{gap:16px!important;margin-top:28px!important}.hero-stat-num{font-size:22px!important}.trust-bar{padding:12px 16px!important;gap:12px!important;flex-wrap:wrap!important}.trust-item:nth-child(n+4){display:none!important}.trust-item-icon{width:30px!important;height:30px!important;font-size:14px!important}section{padding:32px 16px!important}.social-proof{padding:32px 16px!important}.section-title{font-size:22px!important}.pet-cat-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.pet-cat-card{padding:18px 12px!important}.pet-cat-emoji{font-size:34px!important}.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.product-body{padding:10px!important}.product-name{font-size:12px!important}.price-now{font-size:16px!important}.btn-atc{font-size:11px!important;padding:8px 4px!important}.offer-banners{padding:0 16px 28px!important;grid-template-columns:1fr!important;gap:12px!important}.offer-banner{min-height:150px!important;padding:24px 20px!important}.offer-title{font-size:20px!important}.need-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.need-card{padding:20px 14px!important}.need-icon{font-size:28px!important}.need-title{font-size:14px!important}.reviews-grid{grid-template-columns:1fr!important;gap:12px!important}.loyalty{padding:32px 16px!important;grid-template-columns:1fr!important;gap:24px!important}.loyalty-title{font-size:26px!important}.loyalty-points{grid-template-columns:repeat(3,1fr)!important}.newsletter{padding:32px 16px!important;flex-direction:column!important;gap:16px!important;align-items:stretch!important}.nl-title{font-size:20px!important}.nl-form{flex-direction:column!important;max-width:100%!important;width:100%!important}.nl-input{border-radius:50px!important}.nl-btn{border-radius:50px!important;margin-top:8px!important;width:100%!important}footer{padding:32px 16px 24px!important}.footer-grid{grid-template-columns:1fr 1fr!important;gap:20px 16px!important}.footer-tagline{display:none!important}.footer-col-title,.footer-col a{font-size:12px!important}.footer-bottom{flex-direction:column!important;gap:12px!important}.collection-hero{padding:28px 16px 24px!important}.ch-title{font-size:26px!important}.ch-stats{gap:16px!important;flex-wrap:wrap!important}.subcats{padding:10px 12px!important;gap:4px!important}.subcat{padding:7px 12px!important;font-size:11px!important}.collection-layout{grid-template-columns:1fr!important}.sidebar{display:none!important}.products-area{padding:12px!important}.breadcrumb{padding:10px 14px!important;font-size:11px!important}.trust-strip{grid-template-columns:1fr 1fr!important}.ts-item{padding:16px 12px!important}.product-page{grid-template-columns:1fr!important}.gallery-col{position:static!important;height:auto!important;padding:12px!important}.main-img-wrap{height:300px!important;flex:none!important}.thumb{width:60px!important;height:60px!important}.info-col{padding:16px 14px!important}.product-title{font-size:20px!important}.price-big{font-size:30px!important}.rating-row{flex-wrap:wrap!important;gap:8px!important}.trust-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.trust-badge{padding:10px!important}.cta-section{gap:8px!important}.btn-add,.btn-buy{font-size:15px!important;padding:14px!important}.tabs-nav{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.tab-panel.active,.shipping-grid{grid-template-columns:1fr!important}.pdp-why-us{padding:28px 14px!important}.why-us-grid{grid-template-columns:1fr!important;gap:10px!important}.pdp-reviews{padding:28px 14px!important}.pdp-reviews-grid{grid-template-columns:1fr!important;gap:12px!important}.rating-summary{flex-direction:column!important;gap:16px!important;padding:20px!important}.rating-bars{max-width:100%!important}.related-section{padding:24px 14px!important}.related-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.sticky-bar{padding:10px 14px!important}.sticky-atc-btn{padding:10px 18px!important;font-size:13px!important}.size-pills{gap:6px!important;flex-wrap:wrap!important}.size-pill{padding:7px 12px!important;font-size:12px!important}.pdp-faq{max-width:100%!important}.pdp-urgency{font-size:12px!important}.img-zoom-btn{width:32px!important;height:32px!important;font-size:12px!important}.details-section{padding:24px 14px!important}.pdp-story-band{padding:32px 14px!important}.story-band-inner{flex-direction:column!important;gap:16px!important}.story-emoji{font-size:40px!important}.story-title{font-size:18px!important}.care-tips-grid{grid-template-columns:1fr!important;gap:10px!important}.care-intro{flex-direction:column!important;gap:12px!important}.pdp-bundle{padding:28px 14px!important}.bundle-items{gap:8px!important}.bundle-item-img{width:80px!important;height:80px!important}.bundle-summary{flex-direction:column!important;gap:16px!important;align-items:stretch!important}.bundle-add-btn{width:100%!important}}@media(max-width:480px){.hero-title{font-size:24px!important}.products-grid{gap:8px!important}.btn-atc{font-size:10px!important;padding:7px 4px!important}.related-grid{grid-template-columns:repeat(2,1fr)!important}.footer-grid{grid-template-columns:1fr 1fr!important;gap:16px!important}}.slide-cart{position:fixed;top:0;right:0;width:420px;height:100vh;background:#fff;z-index:9000;transform:translate(110%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-8px 0 40px #0003}.slide-cart.open{transform:translate(0)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:8999;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-header{padding:20px 24px;border-bottom:2px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.cart-header-title{font-family:Nunito,sans-serif;font-weight:900;font-size:18px;color:var(--dark)}.cart-close{background:var(--light-grey);border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.cart-close:hover{background:var(--border)}.cart-shipping-progress{padding:12px 24px;background:var(--teal-light);border-bottom:1px solid var(--border);flex-shrink:0}.shipping-progress-text{font-size:12px;font-weight:700;color:var(--teal-dark);margin-bottom:8px}.progress-bar{height:6px;background:#00897b26;border-radius:50px;overflow:hidden}.progress-fill{height:100%;background:var(--teal);border-radius:50px;transition:width .5s}.cart-items-list{flex:1;overflow-y:auto;padding:16px 24px}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--border)}.cart-item-img{border-radius:var(--radius-sm);overflow:hidden;background:var(--light-grey);width:80px;height:80px}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-name{font-family:Nunito,sans-serif;font-weight:700;font-size:14px;color:var(--dark);margin-bottom:4px;line-height:1.3}.cart-item-variant{font-size:11px;color:var(--mid-grey);font-weight:600;margin-bottom:8px}.cart-item-bottom{display:flex;align-items:center;justify-content:space-between}.cart-item-price{font-family:Nunito,sans-serif;font-weight:900;font-size:16px;color:var(--dark)}.cart-qty{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:50px;overflow:hidden}.cart-qty-btn{width:28px;height:28px;background:#fff;border:none;cursor:pointer;font-size:16px;color:var(--mid-grey);display:flex;align-items:center;justify-content:center;transition:background .2s}.cart-qty-btn:hover{background:var(--teal-light)}.cart-qty-num{width:28px;text-align:center;font-size:13px;font-weight:700}.cart-remove{font-size:11px;color:var(--mid-grey);font-weight:700;background:none;border:none;cursor:pointer;margin-top:6px;display:block;transition:color .2s;padding:0}.cart-remove:hover{color:var(--orange)}.cart-trust-row{padding:10px 24px;display:flex;justify-content:center;gap:20px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-shrink:0}.cart-trust-item{font-size:11px;font-weight:700;color:var(--mid-grey);display:flex;align-items:center;gap:4px}.cart-footer{padding:20px 24px;flex-shrink:0}.cart-subtotal-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.cart-sub-label{font-size:14px;font-weight:700;color:var(--mid-grey)}.cart-sub-amount{font-family:Nunito,sans-serif;font-weight:900;font-size:26px;color:var(--dark)}.cart-vat-note{font-size:11px;color:var(--mid-grey);font-weight:600;margin-bottom:16px}.cart-checkout-btn{display:block;width:100%;background:var(--teal);color:#fff;text-align:center;text-decoration:none;font-family:Nunito,sans-serif;font-weight:900;font-size:16px;padding:17px 0;border-radius:50px;margin-bottom:10px;box-sizing:border-box;cursor:pointer;transition:background .2s;border:none;-webkit-appearance:none}.cart-checkout-btn:hover,.cart-checkout-btn:focus{background:var(--teal-dark);color:#fff}.cart-continue-btn{width:100%;background:#fff;color:var(--teal);border:2px solid var(--teal);padding:13px;border-radius:50px;font-family:Nunito,sans-serif;font-weight:800;font-size:14px;cursor:pointer;transition:all .2s}.cart-continue-btn:hover{background:var(--teal-light)}@media(max-width:900px){.slide-cart{width:100%!important;max-width:100%!important}.sticky-bar{padding:10px 14px!important}.sticky-atc-btn{padding:10px 18px!important;font-size:13px!important}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/pawsaro.css.map */
