@import "https://fonts.googleapis.com/css2?family=Bree+Serif&family=Nunito+Sans:wght@400;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#f5f1ea;--color-bg-secondary:#fefaf3;--color-bg-card:#fffbf5;--color-bg-strip:#f9f5ed;--color-green:#6ba84c;--color-green-dark:#3d5737;--color-blue:#6ba84c;--color-accent-brown:#6b5144;--color-text:#2c3e35;--color-text-muted:#6b7a6b;--color-border:#3b57371f;--font:"Nunito Sans", "Segoe UI", sans-serif;--nav-height:162px;--container-max:1200px;--radius:8px;--transition:.2s ease}html{scroll-behavior:smooth}body{font-family:var(--font);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 20%,#6ba84c0a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#6ba84c08 0%,#0000 50%);min-height:100vh;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:var(--font);cursor:pointer;border:none;outline:none}.container{max-width:var(--container-max);margin:0 auto;padding:0 24px}@media (width<=768px){.container{padding:0 16px}}@media (width<=820px){:root{--nav-height:150px}}@media (width<=600px){:root{--nav-height:138px}}.navbar{z-index:110;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f6f0e2f7;border-bottom:1px solid #4a43312e;position:fixed;top:0;left:0;right:0}.navbar__top{border-bottom:1px solid #4a43311f;padding:8px 0}.navbar__top-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:14px;height:68px;display:grid}.navbar__logo{align-items:center;height:68px;display:inline-flex}.navbar__logo img{object-fit:contain;width:auto;max-width:min(390px,56vw);height:100%;display:block}.navbar__search{color:#3d4931a8;background:#f9f3e7;border:1px solid #5f574333;border-radius:999px;justify-self:center;align-items:center;gap:7px;width:100%;max-width:340px;padding:0 10px;display:flex}.navbar__search input{color:#463b2c;background:0 0;border:0;border-radius:999px;width:100%;height:36px;padding:0;font-family:inherit;font-size:.88rem;transition:border-color .2s,background-color .2s}.navbar__search input:focus{outline:none}.navbar__search input::placeholder{color:#463b2c80}.navbar__actions{align-items:center;gap:8px;display:flex}.navbar__cart,.navbar__login{color:#3d4730;background:#f8f2e4;border:1px solid #4d46343d;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s,border-color .2s;display:inline-flex}.navbar__cart:hover,.navbar__login:hover{background:#f0e8d8;border-color:#4d463459}.navbar__bottom{background:#f7f2e8;border-bottom:1px solid #4a43312e;padding:0}.navbar__bottom-inner{padding:0}.navbar__links{justify-content:center;align-items:center;gap:0;height:46px;margin:0;padding:0;list-style:none;display:flex}.navbar__links a{color:#463b2c;letter-spacing:.02em;white-space:nowrap;border-bottom:3px solid #0000;border-radius:0;align-items:center;height:100%;padding:0 13px;font-size:.88rem;font-weight:700;transition:color .2s,background-color .2s;display:inline-flex}.navbar__links a:hover{color:#2f3d24;background-color:#5f7d4114}.navbar__links a.active{color:#26331f;background-color:#5f7d4126;border-bottom-color:#5d7541;font-weight:800}.navbar__info{background:#10251b;border-top:1px solid #4a43311f;border-bottom:1px solid #4a433133;height:32px;overflow:hidden}.navbar__info-track{align-items:center;gap:28px;width:max-content;height:100%;padding-inline:16px;animation:26s linear infinite navbar-info-scroll;display:flex}.navbar__info-item{color:#f3f5ec;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;font-size:.8rem;font-weight:800}.navbar__info-item:before{content:"•";color:#8fb55b;margin-right:8px}@keyframes navbar-info-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=820px){.navbar__top-inner{gap:8px;height:60px;padding:4px 0}.navbar__logo{height:60px}.navbar__logo img{max-width:min(330px,50vw)}.navbar__search{max-width:240px}.navbar__search input{height:33px;font-size:.8rem}.navbar__cart,.navbar__login{width:36px;height:36px}.navbar__links{height:44px}.navbar__links a{padding:0 8px;font-size:.76rem}.navbar__info{height:30px}.navbar__info-item{font-size:.72rem}}@media (width<=600px){.navbar__top-inner{gap:6px;height:54px;padding:3px 0}.navbar__logo{height:54px}.navbar__logo img{max-width:min(250px,48vw)}.navbar__search{max-width:148px;padding:0 8px}.navbar__search input{height:28px;font-size:.74rem}.navbar__cart,.navbar__login{width:30px;height:30px}.navbar__links{-webkit-overflow-scrolling:touch;justify-content:flex-start;height:40px;padding-inline:8px;overflow-x:auto}.navbar__links a{padding:0 8px;font-size:.68rem}.navbar__info{height:28px}.navbar__info-track{gap:20px;animation-duration:20s}.navbar__info-item{font-size:.66rem}}.footer{color:#f5f0e3;background:linear-gradient(#ded2bd 0%,#b9c39d 28%,#9cad79 100%);border-top:1px solid #4942303d;margin-top:18px;position:relative}.footer:before{content:"";background:linear-gradient(90deg,#41572f73,#41572f33);height:14px;position:absolute;top:0;left:0;right:0}.footer .container{z-index:1;position:relative}.footer__top{border-bottom:1px solid #f4eedf3d;grid-template-columns:1.2fr .9fr .9fr 1fr 1.2fr;gap:20px;padding:36px 0 30px;display:grid}.footer__logo{align-items:center;height:88px;display:inline-flex}.footer__logo img{object-fit:contain;width:auto;max-width:260px;height:100%;display:block}.footer__tagline{color:#f3ecd7;margin-top:12px;font-size:.9rem}.footer__col h4{color:#f8f2df;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:.74rem}.footer__col ul{gap:7px;list-style:none;display:grid}.footer__col a{color:#f2ead6;font-size:.82rem}.footer__newsletter p{color:#f0e7d1;margin-bottom:10px;font-size:.82rem}.footer__form{gap:8px;display:flex}.footer__form input{color:#fff;background:#f6efdc2e;border:1px solid #f8f1df66;border-radius:999px;width:100%;padding:9px 12px;font-size:.82rem}.footer__form input::placeholder{color:#f6efdce0}.footer__form button{color:#fff;background:#556d3d;border:1px solid #f8f1df73;border-radius:999px;padding:9px 12px;font-size:.8rem;font-weight:700}.footer__bottom{text-align:center;padding:14px 0 20px}.footer__bottom p{color:#f2ebd8;font-size:.77rem}@media (width<=1080px){.footer__top{grid-template-columns:1fr 1fr}.footer__brand,.footer__newsletter{grid-column:1/-1}}@media (width<=560px){.footer__top{grid-template-columns:1fr}}.email-popup__backdrop{z-index:999;background:#00000080;animation:.3s ease-in-out fadeIn;position:fixed;inset:0}.email-popup{z-index:1000;opacity:0;pointer-events:none;background:#fff;border-radius:12px;width:90vw;max-width:400px;transition:opacity .3s,transform .3s;position:fixed;bottom:20px;right:20px;transform:translateY(20px);box-shadow:0 10px 40px #0003}.email-popup--visible{opacity:1;pointer-events:all;transform:translateY(0)}.email-popup__close{cursor:pointer;color:#999;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;transition:background-color .2s;display:flex;position:absolute;top:12px;right:12px}.email-popup__close:hover{color:#333;background-color:#f5f5f5}.email-popup__content{padding:32px 24px 24px}.email-popup__header h2{color:#1a202c;margin:0 0 8px;font-size:1.25rem;line-height:1.3}.email-popup__header p{color:#4a6080;margin:0 0 20px;font-size:.9rem;line-height:1.4}.email-popup__form{flex-direction:column;gap:12px;display:flex}.email-popup__form input{border:1px solid #d4dce8;border-radius:6px;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.email-popup__form input:focus{border-color:#2d6a4f;outline:none;box-shadow:0 0 0 3px #2d6a4f1a}.email-popup__form input:disabled{cursor:not-allowed;background-color:#f5f5f5}.email-popup__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2d6a4f 0%,#1f4d36 100%);border:none;border-radius:6px;padding:12px 16px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s}.email-popup__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #2d6a4f4d}.email-popup__submit:disabled{opacity:.7;cursor:not-allowed}.email-popup__note{color:#999;margin:8px 0 0;font-size:.75rem;line-height:1.4}.email-popup__success{text-align:center;padding:16px 0}.email-popup__success p:first-child{color:#2d6a4f;margin:0 0 12px;font-size:1.1rem;font-weight:600}.email-popup__success p:last-child{margin:0}.email-popup__trust{color:#999;border-top:1px solid #f0f0f0;justify-content:center;gap:16px;padding:12px 24px;font-size:.75rem;display:flex}@media (width<=640px){.email-popup{border-radius:12px 12px 0 0;width:100%;max-width:100%;bottom:0;left:0;right:0}.email-popup__content{padding:24px}.email-popup__header h2{font-size:1.1rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.home-page{padding-top:calc(var(--nav-height) + 6px);background:radial-gradient(circle at 8% 5%,#6f895229,#0000 20%),radial-gradient(circle at 88% 96%,#9879501f,#0000 24%),linear-gradient(#f7f2e8 0%,#f2eadb 100%);padding-bottom:34px}.hero-collection{background:linear-gradient(145deg,#f8f3e8 0%,#efe3cd 56%,#eadcc3 100%);border-top:1px solid #564c3826;border-bottom:1px solid #564c3826}.hero-collection__inner{padding-top:clamp(18px,3.2vw,30px);padding-bottom:clamp(18px,3vw,30px);position:relative}.hero-collection__slides{min-height:clamp(460px,58vw,560px);position:relative;overflow:hidden}.hero-collection__slide{opacity:0;pointer-events:none;filter:blur(1.5px);will-change:opacity, transform, filter;grid-template-columns:minmax(0,1fr) minmax(0,1.04fr);align-items:center;gap:clamp(18px,3vw,38px);transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1),filter 1s cubic-bezier(.22,1,.36,1);display:grid;position:absolute;inset:0;transform:translate(12px)scale(.992)}.hero-collection__slide.is-active{opacity:1;pointer-events:auto;filter:blur();transform:translate(0)scale(1)}.hero-collection__copy,.hero-collection__media{opacity:.9;transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1);transform:translateY(8px)}.hero-collection__slide.is-active .hero-collection__copy,.hero-collection__slide.is-active .hero-collection__media{opacity:1;transform:translateY(0)}.hero-collection__copy{max-width:560px}.hero-collection__eyebrow{color:#5d7541;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px;font-size:.72rem;font-weight:800}.hero-collection h1{color:#2f2418;letter-spacing:-.02em;font-family:Bree Serif,Georgia,serif;font-size:clamp(2.1rem,4.4vw,3.8rem);line-height:1.03}.hero-collection h1 span{color:#486334}.hero-collection__copy>p{color:#574f40;max-width:54ch;margin-top:14px;line-height:1.6}.hero-collection__actions{flex-wrap:nowrap;gap:10px;margin-top:18px;display:flex}.hero-collection__cta{color:#fff;background:linear-gradient(135deg,#5f7b41 0%,#4f6735 100%);border:1px solid #3a4f2740;border-radius:999px;flex:1;justify-content:center;align-items:center;min-width:0;padding:12px 22px;font-size:.92rem;font-weight:700;display:inline-flex;box-shadow:0 10px 18px #4f683747}.hero-collection__cta--secondary{color:#2f3f21;box-shadow:none;background:linear-gradient(135deg,#f4ecd9 0%,#eadabd 100%);border-color:#3a4f2747}.hero-collection__ticks{flex-wrap:wrap;gap:14px;margin-top:18px;list-style:none;display:flex}.hero-collection__ticks li{color:#685d48;padding-left:14px;font-size:.8rem;font-weight:700;position:relative}.hero-collection__ticks li:before{content:"";background:#5f7e41;border-radius:50%;width:7px;height:7px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.hero-collection__media{border:1px solid #4f483529;border-radius:18px;height:100%;min-height:clamp(280px,38vw,430px);overflow:hidden;box-shadow:0 16px 28px #453a2733}.hero-collection__media img{object-fit:contain;object-position:center;background:radial-gradient(circle at 50% 12%,#f5ecd9 0%,#ebdfc9 100%);width:100%;height:100%;display:block}.hero-collection__media-image{transform:scale(var(--hero-image-scale,1));transform-origin:50%;transition:opacity 1s cubic-bezier(.22,1,.36,1)}.hero-collection__slide:not(.is-active) .hero-collection__media-image{opacity:.93}.hero-collection__controls{z-index:4;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;bottom:8px;left:0;right:0}.hero-collection__arrow{color:#2f3f21;background:linear-gradient(135deg,#f4ecd9 0%,#eadabd 100%);border:1px solid #3a4f2747;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;line-height:1;transition:transform .2s,background-color .2s;display:inline-flex}.hero-collection__arrow span{width:16px;height:16px;display:inline-flex}.hero-collection__arrow svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.hero-collection__arrow:hover{background:linear-gradient(135deg,#f7f0de 0%,#efe0c6 100%);transform:translateY(-1px)}.hero-collection__dots{background:#faf5eae6;border:1px solid #42502d33;border-radius:999px;align-items:center;gap:8px;padding:7px 10px;display:inline-flex}.hero-collection__dot{background:#faf6ece0;border:1px solid #44532d66;border-radius:999px;width:11px;height:11px;padding:0}.hero-collection__dot.is-active{background:#5d7640;border-color:#4d6334}.feature-product,.shop-categories,.pond-specialist,.gifts-secondary{background:#f9f3e7;border:1px solid #564c3824;border-radius:14px;margin-top:18px;padding:clamp(16px,2.2vw,24px)}.feature-product h2,.shop-categories h2,.pond-specialist h2,.gifts-secondary h2{text-align:center;color:#433221;font-family:Bree Serif,Georgia,serif;font-size:clamp(1.35rem,2.5vw,1.9rem)}.feature-product{grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);align-items:center;gap:16px;display:grid}.feature-product__media{border:1px solid #5a503a1f;border-radius:12px;min-height:240px;overflow:hidden}.feature-product__media img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.feature-product__content{gap:10px;display:grid}.feature-product__eyebrow{color:#5d7541;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:800}.feature-product__subtitle{color:#4f4637;font-size:.95rem;font-weight:700}.feature-product__content>p{color:#665b45;line-height:1.5}.feature-product__status{color:#2f3f21;background:#f2ecdf;border:1px solid #404e2c47;border-radius:999px;width:fit-content;padding:6px 12px;font-size:.76rem;font-weight:700;display:inline-flex}.shop-categories__grid,.gifts-secondary__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.shop-categories__card,.gifts-secondary__item,.pond-specialist__card{background:#fefaf1;border:1px solid #5f574326;border-radius:10px;gap:8px;padding:12px;display:grid}.shop-categories__card h3,.gifts-secondary__item h3,.pond-specialist__card h3{color:#3e3427;font-size:.95rem;line-height:1.35}.shop-categories__card p,.pond-specialist>p,.pond-specialist__card p,.gifts-secondary>p{color:#665b45;font-size:.84rem;line-height:1.45}.shop-categories__card button,.shop-categories__card-link,.gifts-secondary__item button,.pond-specialist__card button{color:#2f3f21;background:#f2ecdf;border:1px solid #404e2c47;border-radius:999px;width:fit-content;padding:6px 10px;font-size:.72rem;font-weight:700}.shop-categories__card-link{display:inline-flex}.pond-specialist>p,.gifts-secondary>p{text-align:center;margin-top:10px}@media (width<=1100px){.feature-product,.shop-categories__grid,.gifts-secondary__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-product{grid-template-columns:1fr}}@media (width<=820px){.hero-collection__slides{min-height:0}.hero-collection__slide,.hero-collection__slide.is-active{grid-template-columns:1fr;gap:14px;margin-bottom:18px;display:none;position:relative}.hero-collection__slide.is-active{display:grid}.hero-collection__media{order:-1;min-height:clamp(200px,52vw,300px)}.hero-collection__ticks{gap:10px}.hero-collection__controls{margin-top:4px;margin-bottom:8px;position:relative;bottom:0}.hero-collection__arrow{width:34px;height:34px}}@media (width<=640px){.hero-collection h1{font-size:clamp(1.8rem,8.8vw,2.35rem)}.hero-collection__copy>p{font-size:.95rem;line-height:1.5}.hero-collection__actions{flex-wrap:wrap;gap:8px}.hero-collection__cta{width:calc(50% - 4px)}.hero-collection__ticks{margin-bottom:2px}.shop-categories__grid,.gifts-secondary__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-page{padding-top:calc(var(--nav-height) + 6px);padding-bottom:30px}.hero-collection__inner{padding-top:clamp(16px,2.8vw,24px);padding-bottom:clamp(16px,2.8vw,24px)}.hero-collection__slide,.hero-collection__slide.is-active{opacity:1;pointer-events:auto;filter:none;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(18px,3vw,34px);display:grid;position:relative;inset:auto;transform:none}.hero-collection__copy,.hero-collection__media{opacity:1;transform:none}.hero-collection__eyebrow{margin-bottom:8px}.hero-collection h1{font-size:clamp(1.95rem,4vw,3.2rem)}.hero-collection__copy>p{margin-top:12px}.hero-collection__actions{flex-wrap:wrap;gap:10px;margin-top:16px}.hero-collection__cta{flex:none;min-width:170px;padding:11px 18px}.hero-collection__cta--secondary{color:#304122;background:#f2e8d4}.hero-collection__trust{flex-wrap:wrap;gap:8px;margin-top:16px;list-style:none;display:flex}.hero-collection__trust li{color:#4a5c36;letter-spacing:.01em;background:#fcf7edeb;border:1px solid #43542e3d;border-radius:999px;padding:6px 10px;font-size:.74rem;font-weight:800}.hero-collection__media{min-height:clamp(230px,34vw,360px)}.hero-collection__media-image{transform:scale(1.08)}.category-strip,.shop-entry{background:#f9f3e7;border:1px solid #564c3824;border-radius:14px;margin-top:16px;padding:clamp(16px,2.2vw,24px)}.category-strip h2,.shop-entry h2{text-align:center;color:#433221;font-family:Bree Serif,Georgia,serif;font-size:clamp(1.3rem,2.4vw,1.85rem)}.category-strip__grid,.shop-entry__grid{gap:10px;margin-top:14px;display:grid}.category-strip__grid{grid-template-columns:repeat(5,minmax(0,1fr))}.shop-entry__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-strip__card,.shop-entry__card{background:#fefaf1;border:1px solid #5f574326;border-radius:12px;gap:8px;padding:14px;display:grid}.category-strip__card{transition:border-color .2s,transform .2s,background-color .2s}.category-strip__card:hover{background:#fffaf0;border-color:#4a6a2e5c;transform:translateY(-1px)}.category-strip__card h3,.shop-entry__card h3{color:#3e3427;font-size:.95rem}.category-strip__card p,.shop-entry__card p{color:#665b45;font-size:.84rem;line-height:1.45}.shop-entry__link{color:#2f3f21;background:#f2ecdf;border:1px solid #404e2c47;border-radius:999px;width:fit-content;padding:7px 11px;font-size:.76rem;font-weight:800}@media (width<=1100px){.category-strip__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-entry__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.home-page{padding-top:calc(var(--nav-height) + 6px)}.hero-collection__slide,.hero-collection__slide.is-active{grid-template-columns:1fr;gap:12px}.hero-collection__media{order:0;min-height:clamp(200px,52vw,300px)}.hero-collection__actions{flex-wrap:nowrap}.hero-collection__cta{flex:1;min-width:0}.category-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.home-page{padding-top:calc(var(--nav-height) + 6px)}.hero-collection h1{font-size:clamp(1.65rem,8.1vw,2.2rem)}.hero-collection__copy>p{font-size:.93rem;line-height:1.48}.hero-collection__actions{flex-wrap:wrap}.hero-collection__cta{width:100%}.hero-collection__trust{gap:6px}.hero-collection__trust li{padding:5px 8px;font-size:.7rem}.category-strip__grid,.shop-entry__grid{grid-template-columns:1fr}}.products-placeholder-page{padding-top:calc(var(--nav-height) + 6px);background:radial-gradient(circle at 8% 8%,#6f895224,#0000 24%),radial-gradient(circle at 90% 92%,#9879501f,#0000 26%),linear-gradient(#f7f2e8 0%,#f2eadb 100%);padding-bottom:36px}.products-placeholder-hero{background:linear-gradient(145deg,#f8f3e8 0%,#efe3cd 56%,#eadcc3 100%);border-top:1px solid #564c3826;border-bottom:1px solid #564c3826}.products-placeholder-hero .container{padding-top:clamp(18px,3.2vw,30px);padding-bottom:clamp(20px,3.2vw,34px)}.products-placeholder-hero__eyebrow{color:#5d7541;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px;font-size:.72rem;font-weight:800}.products-placeholder-hero h1{color:#2f2418;letter-spacing:-.02em;font-family:Bree Serif,Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.03}.products-placeholder-hero p{color:#574f40;max-width:60ch;margin-top:14px;line-height:1.6}.products-placeholder-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.products-placeholder-card{background:#f9f3e7;border:1px solid #5f574326;border-radius:12px;gap:8px;padding:14px;display:grid}.products-placeholder-card__media{border:1px solid #5f574326;border-radius:10px;min-height:150px;overflow:hidden}.products-placeholder-card__media img{object-fit:cover;width:100%;height:100%;display:block}.products-placeholder-card h2{color:#3e3427;font-family:Bree Serif,Georgia,serif;font-size:1rem}.products-placeholder-card p{color:#665b45;font-size:.86rem;line-height:1.45}.products-placeholder-card__price{color:#2f3d23;font-size:.86rem;font-weight:800}.products-placeholder-card button{color:#2f3f21;background:#f2ecdf;border:1px solid #404e2c47;border-radius:999px;width:fit-content;padding:7px 11px;font-size:.74rem;font-weight:700}.products-placeholder-card__link{color:#2f3f21;background:#f2ecdf;border:1px solid #404e2c47;border-radius:999px;width:fit-content;padding:7px 11px;font-size:.74rem;font-weight:700;display:inline-flex}@media (width<=980px){.products-placeholder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.products-placeholder-grid{grid-template-columns:1fr}}.product-detail{padding-top:calc(var(--nav-height) + 20mm);background:#fff;min-height:100vh}.product-detail__not-found{text-align:center;padding:60px 20px}.product-detail__not-found h1{color:#2f2418;margin-bottom:16px;font-size:2rem}.product-detail__not-found a{color:#fff;background:#5f7b41;border-radius:8px;margin-top:20px;padding:12px 24px;font-weight:600;text-decoration:none;display:inline-block}.product-detail__hero{background:#fff;border-bottom:1px solid #e7e7e7;padding:20px 0}.product-detail__hero-inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(300px,.9fr);align-items:start;gap:28px;display:grid}.product-detail__gallery{top:calc(var(--nav-height) + 20px);position:sticky}.product-detail__main-image{aspect-ratio:1;background:#f5f5f5;border:1px solid #e7e7e7;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:16px;display:flex;overflow:hidden}.product-detail__main-image img{object-fit:contain;width:90%;height:90%}.gallery__thumbnails{gap:8px;display:flex}.thumbnail{cursor:pointer;background:#fff;border:1px solid #e7e7e7;border-radius:4px;width:64px;height:64px;padding:4px;transition:border-color .2s}.thumbnail:hover,.thumbnail--active{border-color:#f90}.thumbnail img{object-fit:contain;width:100%;height:100%}.product-detail__info{padding:0}.info__title{color:#0f1111;margin-bottom:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.6rem;line-height:1.3}.info__rating{border-bottom:1px solid #e7e7e7;margin-bottom:16px;padding-bottom:12px}.rating__stars{color:#0f1111;margin-bottom:4px;font-size:.9rem;display:block}.rating__count{color:#565959;font-size:.9rem}.info__brand{color:#0f1111;margin-bottom:12px;font-size:.95rem}.info__description{color:#565959;margin-bottom:16px;font-size:.95rem;line-height:1.5}.info__features{margin-bottom:16px}.info__features h3{color:#0f1111;margin-bottom:8px;font-size:1rem;font-weight:700}.info__features ul{color:#565959;margin:0;padding:0;font-size:.95rem;list-style:none}.info__features li{margin-bottom:6px;line-height:1.4}.info__compliance{color:#565959;border-top:1px solid #e7e7e7;padding-top:12px;font-size:.85rem;line-height:1.4}.product-detail__buy-box{top:calc(var(--nav-height) + 20px);background:#fff;border:1px solid #e7e7e7;border-radius:8px;padding:16px;position:sticky;box-shadow:0 4px 6px #0000001a}.buy-box__price-section{border-bottom:1px solid #e7e7e7;margin-bottom:16px;padding-bottom:12px}.price__amount{align-items:baseline;gap:2px;display:flex}.price__currency{color:#0f1111;font-size:.85rem;font-weight:700}.price__whole{color:#0f1111;font-size:1.8rem;font-weight:700}.price__decimal{color:#0f1111;font-size:1rem;font-weight:700}.price__info{color:#565959;margin-top:4px;font-size:.8rem}.buy-box__stock{background:#f0f6f0;border-radius:4px;margin-bottom:16px;padding:8px 12px;font-size:.95rem}.stock__in{color:#0b661c;margin:0;font-weight:600}.stock__out{color:#c85d52;margin:0;font-weight:600}.buy-box__shipping{border-bottom:1px solid #e7e7e7;margin-bottom:16px;padding-bottom:12px}.buy-box__shipping h4{color:#0f1111;margin:0 0 12px;font-size:.9rem;font-weight:700}.shipping__options{flex-direction:column;gap:8px;display:flex}.shipping__option{cursor:pointer;border:1px solid #ddd;border-radius:4px;align-items:flex-start;padding:8px;transition:all .2s;display:flex}.shipping__option:hover,.shipping__option.is-selected{background:#fff8e7;border-color:#f90}.shipping__option input[type=radio]{cursor:pointer;margin-top:2px;margin-right:8px}.option__content{flex-direction:column;flex:1;gap:2px;display:flex}.option__label{color:#0f1111;font-size:.9rem;font-weight:600}.option__days{color:#565959;font-size:.85rem}.option__price{color:#0f1111;font-size:.9rem;font-weight:700}.option__price--free{color:#0b661c}.shipping__promo{color:#c85d52;background:#fff5f5;border-radius:4px;margin:8px 0 0;padding:8px;font-size:.8rem}.buy-box__selector{margin-bottom:12px}.buy-box__selector label{color:#0f1111;margin-bottom:4px;font-size:.9rem;font-weight:600;display:block}.selector__select{color:#0f1111;cursor:pointer;background:#fff;border:1px solid #999;border-radius:4px;width:100%;padding:8px 12px;font-size:.9rem}.selector__select:hover,.selector__select:focus{border-color:#f90;outline:none}.buy-box__add-cart{color:#000;cursor:pointer;background:#f90;border:none;border-radius:4px;width:100%;margin-bottom:8px;padding:10px;font-size:.95rem;font-weight:700;transition:background .2s}.buy-box__add-cart:hover:not(:disabled){background:#fa8900}.buy-box__add-cart:disabled{cursor:not-allowed;background:#ccc}.buy-box__add-cart.is-added{color:#fff;background:#0b661c}.buy-box__buy-now{color:#111;text-align:center;cursor:pointer;background:linear-gradient(#ffe8b1,#ffd98e);border:1px solid #ddd;border-radius:4px;width:100%;margin-bottom:8px;padding:10px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.buy-box__buy-now:hover{background:linear-gradient(#ffd98e,#ffcd6b);border-color:#999}.buy-box__guarantee{color:#565959;background:#f5f5f5;border-radius:4px;margin-bottom:8px;padding:8px;font-size:.85rem}.buy-box__guarantee p{margin:0}.buy-box__info-bar{border-top:1px solid #e7e7e7;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:8px;display:grid}.info-item{text-align:center;color:#565959;font-size:.8rem}.info-icon{margin-bottom:4px;font-size:1.3rem;display:block}.product-detail__reviews{border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;margin:40px 0;padding:24px 0}.product-detail__reviews h2{color:#0f1111;margin-bottom:24px;font-size:1.4rem;font-weight:700}.reviews__content{grid-template-columns:1fr 1fr;gap:24px;display:grid}.reviews__summary{background:#f9f9f9;border-radius:8px;padding:16px}.summary__rating{flex-direction:column;gap:8px;display:flex}.summary__title{color:#0f1111;margin:0;font-size:1rem;font-weight:700}.summary__note{color:#565959;margin:0;font-size:.9rem;line-height:1.4}.reviews__write-btn{color:#fff;cursor:pointer;background:#5f7b41;border:none;border-radius:4px;margin-top:8px;padding:8px 16px;font-weight:700}.reviews__list{padding:16px}.reviews__empty{color:#565959;text-align:center;margin:0;padding:20px;font-size:.95rem}.product-detail__details{margin:40px 0}.product-detail__details h2{color:#0f1111;margin-bottom:16px;font-size:1.2rem;font-weight:700}.details-table{border-collapse:collapse;background:#fff;border:1px solid #e7e7e7;border-radius:8px;width:100%;overflow:hidden}.details-table tbody tr{border-bottom:1px solid #e7e7e7}.details-table tbody tr:last-child{border-bottom:none}.details-table__label{color:#0f1111;background:#f5f5f5;width:25%;padding:12px 16px;font-weight:600}.details-table__value{color:#565959;padding:12px 16px}.product-detail__about{background:#f9f9f9;border-radius:8px;margin:40px 0;padding:24px}.product-detail__about h2{color:#0f1111;margin-bottom:16px;font-size:1.2rem;font-weight:700}.about__list{margin:0;padding:0;list-style:none}.about__list li{color:#565959;margin-bottom:12px;padding-left:24px;font-size:.95rem;line-height:1.6;position:relative}.about__list li:before{content:"✓";color:#0b661c;font-weight:700;position:absolute;left:0}.product-detail__carousel{margin:40px 0}.product-detail__carousel h2{color:#0f1111;margin-bottom:16px;font-size:1.2rem;font-weight:700}.carousel__wrapper{position:relative;overflow:hidden}.carousel__track{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.carousel__item{background:#fff;border:1px solid #e7e7e7;border-radius:8px;padding:12px;text-decoration:none;transition:all .2s}.carousel__item:hover{border-color:#f90;box-shadow:0 4px 8px #0000001a}.carousel__image{aspect-ratio:1;background:#f5f5f5;border-radius:4px;justify-content:center;align-items:center;width:100%;margin-bottom:8px;display:flex;overflow:hidden}.carousel__image img{object-fit:contain;width:80%;height:80%}.carousel__title{color:#0f1111;margin:0 0 6px;font-size:.9rem;font-weight:600;line-height:1.3}.carousel__price{color:#c85d52;margin:0;font-size:.9rem;font-weight:700}.product-detail__qa{background:#f9f9f9;border-radius:8px;margin:40px 0;padding:24px}.product-detail__qa h2{color:#0f1111;margin-bottom:8px;font-size:1.2rem;font-weight:700}.qa__intro{color:#565959;margin-bottom:16px;font-size:.9rem}.qa-item{background:#fff;border:1px solid #e7e7e7;border-radius:4px;margin-bottom:12px}.qa-item summary{cursor:pointer;-webkit-user-select:none;user-select:none;color:#0f1111;align-items:center;gap:8px;padding:12px 16px;font-weight:600;list-style:none;display:flex}.qa-item summary:hover{background:#f5f5f5}.qa-item summary:before{content:"+";color:#0f1111;min-width:20px;font-weight:700}.qa-item[open] summary:before{content:"−"}.qa-answer{color:#565959;border-top:1px solid #e7e7e7;padding:16px;font-size:.95rem;line-height:1.5}.qa-answer p{margin:0 0 8px}.qa-answer a{color:#5f7b41;text-decoration:none}.qa-answer a:hover{text-decoration:underline}.qa-answer__from{color:#999;font-size:.85rem;font-style:italic;margin-top:8px!important}.qa__ask-btn{color:#fff;cursor:pointer;background:#5f7b41;border:none;border-radius:4px;margin-top:16px;padding:10px 20px;font-weight:700}@media (width<=1024px){.product-detail__hero-inner{grid-template-columns:1fr 1fr;gap:20px}.reviews__content{grid-template-columns:1fr}.carousel__track{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@media (width<=680px){.product-detail__hero-inner{grid-template-columns:1fr;gap:14px}.product-detail__info{order:1}.product-detail__gallery{order:2}.product-detail__buy-box{order:3;position:static}.product-detail__gallery{position:static}.gallery__thumbnails{display:none}.product-detail__main-image{max-height:clamp(170px,36vh,230px);margin-bottom:0;padding:8px}.product-detail__main-image img{width:auto;max-width:100%;max-height:100%}.info__title{font-size:clamp(1.22rem,5.8vw,1.45rem);line-height:1.24}.carousel__track{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px}.buy-box__info-bar{grid-template-columns:1fr}}@media (width<=480px){.product-detail__hero-inner{gap:10px}.info__title{font-size:1.12rem}.price__whole{font-size:1.5rem}.carousel__track{grid-template-columns:repeat(2,1fr)}.carousel__item{padding:8px}.product-detail__about,.product-detail__details,.product-detail__carousel,.product-detail__qa{margin:24px 0;padding:16px}}select,select option{color:#222!important;background:#fff!important}.page{padding-top:calc(var(--nav-height) + 6px);flex:1}.page.page--pond-photo-estimator{padding-top:calc(var(--nav-height) + 6px)}.page__hero{border-bottom:1px solid var(--color-border);background:linear-gradient(135deg,#071525 0%,#0a2035 60%,#0c2a1a 100%);padding:80px 0 60px;position:relative;overflow:hidden}.page__hero:after{content:"";pointer-events:none;background:radial-gradient(60% 80% at 80%,#0a325066 0%,#0000 60%);position:absolute;inset:0}.page__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-green);margin-bottom:12px;font-size:.72rem;font-weight:700}.page__headline{letter-spacing:-.03em;color:#fff;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.page__sub{color:var(--color-text-muted);max-width:540px;font-size:1rem;line-height:1.65}.products__hero-meta{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.products__hero-pill{color:#d7f2da;background:#5db8621f;border:1px solid #5db86259;border-radius:999px;align-items:center;padding:6px 10px;font-size:.76rem;font-weight:600;display:inline-flex}.page__content{padding-top:60px;padding-bottom:80px}.section-title{color:#fff;margin-bottom:24px;font-size:1.5rem;font-weight:700}.link-arrow{color:var(--color-green);transition:gap var(--transition);font-size:.9rem;font-weight:600}.link-arrow:hover{text-decoration:underline}.products__grid{flex-direction:column;gap:24px;margin-bottom:48px;display:flex}.product-card{background:var(--color-bg-card);border:1px solid var(--color-border);transition:border-color var(--transition);border-radius:16px;grid-template-columns:340px 1fr;display:grid;overflow:hidden}.product-card:hover{border-color:#5db8624d}.product-card__img-wrap{background:linear-gradient(135deg,#0a1f35 0%,#0d2a42 100%);justify-content:center;align-items:center;min-height:340px;padding:40px 32px;display:flex}.product-card__img{filter:drop-shadow(0 20px 40px #0009);width:auto;max-height:280px}.product-card__img-placeholder{justify-content:center;align-items:center;display:none}.product-card__body{flex-direction:column;gap:0;padding:40px 40px 40px 32px;display:flex}.product-card__badge{background:var(--color-green);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:4px;align-self:flex-start;margin-bottom:16px;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-block}.product-card__name{color:#fff;margin-bottom:8px;font-size:1.4rem;font-weight:700;line-height:1.3}.product-card__size{color:var(--color-green);margin-bottom:14px;font-size:.875rem;font-weight:600}.product-card__variants{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:20px;display:grid}.variant-option{border:1px solid var(--color-border);color:#c8d8e8;text-align:left;transition:border-color var(--transition), background var(--transition);background:#ffffff08;border-radius:8px;flex-direction:column;gap:6px;padding:10px;font-size:.78rem;font-weight:600;display:flex}.variant-option--active{border-color:var(--color-green);background:#5db8621f}.variant-option__badge{color:#d7f2da;background:#5db86242;border:1px solid #5db86259;border-radius:999px;width:fit-content;padding:3px 8px;font-size:.68rem}.product-card__features{flex-direction:column;gap:8px;margin-bottom:20px;list-style:none;display:flex}.product-card__features li{color:#c8d8e8;padding-left:20px;font-size:.9rem;position:relative}.product-card__features li:before{content:"✓";color:var(--color-green);font-weight:700;position:absolute;left:0}.product-card__compliance{color:#4a6080;margin-top:16px;margin-bottom:0;font-size:.75rem;font-style:italic}.product-card__pricing{color:#fff;margin-bottom:12px;font-size:1rem;font-weight:700}.product-card__purchase-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.product-card__purchase-row label{color:#c8d8e8;font-size:.82rem}.product-card__purchase-row input{border:1px solid var(--color-border);color:#fff;background:#ffffff0a;border-radius:8px;width:70px;padding:10px}.product-card__cta{padding:11px 18px}.product-card__cta--added{color:var(--color-green);border:1px solid var(--color-green);cursor:default;background:#2a5a2e}.product-card__cta-alt{border-width:1px;padding:9px 16px}.product-card__offer-hint{color:var(--color-green);margin-top:10px;margin-bottom:0;font-size:.8rem;font-weight:600}.product-card__microtrust{color:#b9cfe2;margin-top:10px;margin-bottom:0;font-size:.76rem;line-height:1.5}.commerce__offer-banner{background:linear-gradient(120deg,#5db8622e,#5db8620d);border:1px solid #5db86259;border-radius:12px;gap:6px;margin-bottom:24px;padding:18px 22px;display:grid}.commerce__offer-banner p{color:#d6e8d7;font-size:.86rem}.products__note{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;padding:32px}.products__note h3{color:#fff;margin-bottom:10px;font-size:1.1rem;font-weight:700}.products__note p{color:var(--color-text-muted);margin-bottom:12px;font-size:.9rem;line-height:1.65}.products__note a{color:var(--color-green)}.commerce__layout{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:24px;display:grid}.commerce__panel,.commerce__summary,.commerce__empty{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:28px}.commerce__empty{justify-items:flex-start;gap:12px;display:grid}.commerce__empty h2{font-size:1.4rem}.commerce__empty p{color:var(--color-text-muted);font-size:.92rem}.commerce__empty--success{text-align:center;justify-items:center}.success__actions{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.cart__items{gap:14px;list-style:none;display:grid}.cart__item{border:1px solid var(--color-border);border-radius:12px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:16px;display:grid}.cart__item-name{color:#fff;margin-bottom:4px;font-size:.95rem;font-weight:700}.cart__item-variant,.cart__item-price{color:var(--color-text-muted);font-size:.8rem}.cart__item-controls{justify-items:start;gap:6px;display:grid}.cart__item-controls label{color:#c8d8e8;font-size:.72rem}.cart__item-controls input{border:1px solid var(--color-border);color:#fff;background:#ffffff0d;border-radius:8px;width:68px;padding:7px 8px}.cart__line-total{color:#fff;font-size:.9rem;font-weight:700}.link-button{color:var(--color-green);background:0 0;padding:0;font-size:.8rem;font-weight:600}.commerce__summary{align-content:start;gap:14px;display:grid}.commerce__summary h3{font-size:1.2rem}.summary__row{color:#c8d8e8;justify-content:space-between;gap:10px;font-size:.9rem;display:flex}.summary__row--discount{color:var(--color-green)}.summary__row--total{border-top:1px solid var(--color-border);color:#fff;margin-top:4px;padding-top:12px;font-size:1rem;font-weight:700}.summary__note{color:#7f99b6;font-size:.78rem;line-height:1.6}.summary__note--highlight{color:#d7f2da;background:#5db8621f;border:1px solid #5db8624d;border-radius:10px;padding:10px}.summary__trust-list{gap:6px;margin:2px 0;list-style:none;display:grid}.summary__trust-list li{color:#c8d8e8;padding-left:16px;font-size:.78rem;position:relative}.summary__trust-list li:before{content:"✓";color:var(--color-green);font-weight:700;position:absolute;left:0}.summary__checkout{justify-content:center}.summary__continue{color:var(--color-green);text-align:center;font-size:.85rem}.checkout__form{gap:16px;display:grid}.checkout__card{border:1px solid var(--color-border);background:#ffffff0a;border-radius:10px;padding:14px}.checkout__error{color:#ff8e8e;font-size:.85rem}.checkout__intro{color:#b9cfe2;font-size:.86rem;line-height:1.6}.checkout__secure-note{color:#7f99b6;font-size:.74rem;line-height:1.6}.checkout__test-mode{background:#5db8621a;border:1px solid #5db86259;border-radius:10px;gap:6px;padding:12px;display:grid}.checkout__test-mode h3{color:#d7f2da;letter-spacing:.06em;text-transform:uppercase;font-size:.82rem}.checkout__test-mode p{color:#c8d8e8;font-size:.82rem;line-height:1.5}.checkout__microcopy{color:#b9cfe2;font-size:.82rem;line-height:1.6}.checkout__microcopy a{color:var(--color-green);font-weight:700}.checkout__faq{background:#5db86214;border:1px solid #5db86240;border-radius:10px;gap:8px;padding:12px;display:grid}.checkout__faq h4{color:#fff;font-size:.9rem}.checkout__faq p{color:#c8d8e8;font-size:.78rem;line-height:1.55}.checkout__faq a{color:var(--color-green);font-weight:600}.calc__card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;margin-bottom:22px;padding:28px}.calc__inputs{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.calc__inputs select{border:1px solid var(--color-border);border-radius:var(--radius);color:#fff;background:#ffffff0d;padding:12px 14px;font-size:.9rem}.calc__hint{color:#b9cfe2;margin-top:14px;font-size:.86rem}.calc__result{border-top:1px solid var(--color-border);gap:8px;margin-top:18px;padding-top:18px;display:grid}.calc__result h2{font-size:1.3rem}.calc__result p{color:#c8d8e8;font-size:.92rem}.calc__recommendation{background:#5db8621a;border:1px solid #5db86259;border-radius:12px;margin-top:8px;padding:14px}.calc__recommendation h3{margin-bottom:6px;font-size:.95rem}.calc__actions{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.calc__seo-copy{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:24px}.calc__seo-copy h2{margin-bottom:10px;font-size:1.12rem}.calc__seo-copy p{color:var(--color-text-muted);margin-bottom:12px;font-size:.9rem;line-height:1.7}.calc__seo-copy a{color:var(--color-green);font-weight:600}.guide__article{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;gap:12px;max-width:860px;padding:28px;display:grid}.guide__article h2{margin-top:4px;font-size:1.2rem}.guide__article h3{margin-top:2px;font-size:1rem}.guide__article p,.guide__article li{color:var(--color-text-muted);font-size:.92rem;line-height:1.75}.guide__article ol,.guide__article ul{gap:6px;padding-left:18px;display:grid}.guide__article a{color:var(--color-green);font-weight:600}.guide__cta-box{background:linear-gradient(120deg,#5db86229,#5db8620f);border:1px solid #5db86259;border-radius:12px;margin-top:10px;padding:16px}.guide__actions{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.guide-hub{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.guide-hub__card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;gap:10px;padding:18px;display:grid}.guide-hub__card h2{font-size:1.05rem;line-height:1.35}.guide-hub__card p{color:var(--color-text-muted);font-size:.9rem;line-height:1.65}.guide-hub__link{color:var(--color-green);font-size:.85rem;font-weight:700}.related-guides{gap:12px;margin-top:18px;display:grid}.related-guides h3{font-size:1rem}.related-guides__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.related-guides__card{border:1px solid var(--color-border);background:#ffffff08;border-radius:12px;gap:8px;padding:14px;display:grid}.related-guides__card span{color:#c8d8e8;font-size:.86rem;line-height:1.5}.related-guides__card strong{color:var(--color-green);font-size:.8rem}.race__panel{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:24px}.race__actions{justify-content:flex-end;margin-bottom:12px;display:flex}.race__muted{color:var(--color-text-muted);font-size:.9rem}.race__stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-bottom:16px;display:grid}.race__stat{border:1px solid var(--color-border);background:#ffffff08;border-radius:10px;padding:10px}.race__stat h3{color:#b9cfe2;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:.72rem}.race__stat p{font-size:1.2rem;font-weight:800}.race__table-wrap{overflow-x:auto}.race__table{border-collapse:collapse;width:100%;font-size:.84rem}.race__table th,.race__table td{border-bottom:1px solid var(--color-border);text-align:left;padding:9px 8px}.race__table th{color:#b9cfe2;font-weight:700}.race__status-bar{background:#5db8621a;border:1px solid #5db86247;border-radius:10px;margin-bottom:14px;padding:10px 12px}.race__status-bar p{color:#d7f2da;font-size:.88rem;line-height:1.5}.race__split{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.race__mini-panel{border:1px solid var(--color-border);background:#ffffff08;border-radius:10px;padding:12px}.race__mini-panel h3{margin-bottom:10px;font-size:.9rem}.race__list{gap:8px;list-style:none;display:grid}.race__list li{color:#c8d8e8;justify-content:space-between;gap:10px;font-size:.82rem;display:flex}.race__list li span{overflow-wrap:anywhere}.hiw__steps{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:60px;display:grid}.hiw__step{background:var(--color-bg-card);border:1px solid var(--color-border);transition:border-color var(--transition);border-radius:12px;align-items:flex-start;gap:20px;padding:28px;display:flex}.hiw__step:hover{border-color:#5db8624d}.hiw__step-num{color:var(--color-green);opacity:.7;flex-shrink:0;font-size:2rem;font-weight:900;line-height:1}.hiw__step-title{color:#fff;margin-bottom:8px;font-size:1rem;font-weight:700}.hiw__step-desc{color:var(--color-text-muted);font-size:.875rem;line-height:1.65}.hiw__tips{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;margin-bottom:32px;padding:32px}.hiw__tips-list{flex-direction:column;gap:12px;list-style:none;display:flex}.hiw__tips-list li{color:#c8d8e8;gap:12px;font-size:.9rem;line-height:1.5;display:flex}.hiw__tips-check{color:var(--color-green);flex-shrink:0;font-weight:700}.hiw__disclaimer{background:#071525cc;border:1px solid #5db86233;border-radius:8px;padding:20px 24px}.hiw__disclaimer p{color:var(--color-text-muted);font-size:.82rem;line-height:1.6}.faq__list{flex-direction:column;gap:0;max-width:780px;margin-bottom:48px;display:flex}.faq__item{border-bottom:1px solid var(--color-border)}.faq__question{color:#fff;text-align:left;width:100%;transition:color var(--transition);background:0 0;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;font-size:.95rem;font-weight:600;display:flex}.faq__question:hover{color:var(--color-green)}.faq__icon{color:var(--color-green);flex-shrink:0;font-size:1.4rem;font-weight:300;line-height:1}.faq__answer{max-height:0;transition:max-height .3s;overflow:hidden}.faq__item--open .faq__answer{max-height:300px}.faq__answer p{color:var(--color-text-muted);padding-bottom:20px;font-size:.875rem;line-height:1.7}.faq__contact-prompt{color:var(--color-text-muted);font-size:.95rem}.faq__contact-prompt a{color:var(--color-green);font-weight:600}.contact__inner{grid-template-columns:1fr 1.6fr;align-items:flex-start;gap:60px;display:grid}.contact__text{color:var(--color-text-muted);margin-bottom:32px;font-size:.9rem;line-height:1.7}.contact__details{flex-direction:column;gap:16px;display:flex}.contact__detail{flex-direction:column;gap:2px;display:flex}.contact__detail-label{letter-spacing:.1em;text-transform:uppercase;color:var(--color-green);font-size:.72rem;font-weight:700}.contact__detail-value{color:#c8d8e8;font-size:.9rem}.contact__form-wrap{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:40px}.contact__form{flex-direction:column;gap:20px;display:flex}.form__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form__field{flex-direction:column;gap:6px;display:flex}.form__field label{color:#c8d8e8;font-size:.8rem;font-weight:600}.form__field input,.form__field select,.form__field textarea{border:1px solid var(--color-border);border-radius:var(--radius);color:#fff;font-size:.9rem;font-family:var(--font);transition:border-color var(--transition);resize:vertical;background:#ffffff0d;padding:12px 14px}.form__field input::placeholder,.form__field textarea::placeholder{color:#4a6080}.form__field input:focus,.form__field select:focus,.form__field textarea:focus{border-color:var(--color-green);background:#5db8620a;outline:none}.contact__submit{align-self:flex-start;padding:13px 32px;font-size:.95rem}.contact__note{color:#3a5060;font-size:.72rem;font-style:italic}.contact__success{text-align:center;padding:40px 20px}.contact__success-icon{background:var(--color-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;font-size:1.5rem;display:flex}.contact__success h3{color:#fff;margin-bottom:8px;font-size:1.3rem;font-weight:700}.contact__success p{color:var(--color-text-muted);font-size:.9rem}.page--contact .page__hero{background:linear-gradient(135deg,#f7f2e8 0%,#efe4d0 58%,#e7d7bc 100%);border-bottom:1px solid #564c3833}.page--contact .page__eyebrow{color:#5d7541}.page--contact .page__headline{color:#2f2418}.page--contact .page__sub,.page--contact .contact__text{color:#5e5140}.page--contact .section-title{color:#2f2418}.page--contact .contact__detail-value{color:#3d3326}.page--contact .contact__form-wrap{background:#f9f3e8;border:1px solid #5f574333}.page--contact .form__field label{color:#4c3f2f}.page--contact .form__field input,.page--contact .form__field select,.page--contact .form__field textarea{color:#2f261b;background:#fffaf2;border:1px solid #5f57433d}.page--contact .form__field input::placeholder,.page--contact .form__field textarea::placeholder{color:#4f433199}.page--contact .form__field input:focus,.page--contact .form__field select:focus,.page--contact .form__field textarea:focus{background:#fef9ef;border-color:#5d7d4173}.page--contact .contact__note{color:#6a5f4e}.page--contact .contact__success h3{color:#2f2418}.page--coming-soon .page__hero{background:linear-gradient(135deg,#f7f2e8 0%,#efe4d0 58%,#e7d7bc 100%);border-bottom:1px solid #564c3833}.page--coming-soon .page__eyebrow{color:#5d7541}.page--coming-soon .page__headline{color:#2f2418}.page--coming-soon .page__sub{color:#5e5140}.coming-soon__card{background:#f9f3e8;border:1px solid #5f574333;border-radius:16px;gap:16px;max-width:760px;margin:0 auto;padding:28px;display:grid}.coming-soon__text{color:#5e5140;line-height:1.6}.coming-soon__actions{flex-wrap:wrap;gap:10px;display:flex}.reviews-page__note{border:1px solid var(--color-border);color:#4a6080;background:#071525cc;border-radius:8px;margin-top:8px;padding:16px 20px;font-size:.75rem;font-style:italic}.admin-panel{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;gap:18px;padding:24px;display:grid}.admin-auth{grid-template-columns:140px minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.admin-auth label{color:#c8d8e8;font-size:.8rem;font-weight:700}.admin-auth input{border:1px solid var(--color-border);color:#fff;background:#ffffff0d;border-radius:10px;padding:11px 12px;font-size:.9rem}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.admin-stat-card{border:1px solid var(--color-border);background:#ffffff05;border-radius:10px;padding:12px}.admin-stat-card h3{color:#b9cfe2;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:.72rem}.admin-stat-card p{color:#fff;margin-bottom:6px;font-size:1.3rem;font-weight:800}.admin-stat-card small{color:#8ca6c1;font-size:.78rem}.admin-orders-header{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.admin-orders-header h2{color:#fff;font-size:1.1rem}.admin-orders-header p{color:#9bb2c9;font-size:.8rem}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:840px}.admin-table th,.admin-table td{border-bottom:1px solid var(--color-border);text-align:left;padding:10px 8px;font-size:.82rem}.admin-table th{color:#b9cfe2;font-weight:700}.admin-table td{color:#d6e4f1}.admin-table a{color:var(--color-green);font-weight:600}@media (width<=900px){.product-card{grid-template-columns:1fr}.products__hero-meta{justify-content:center}.product-card__img-wrap{min-height:240px}.product-card__body{padding:24px}.hiw__steps,.contact__inner,.product-card__variants,.commerce__layout{grid-template-columns:1fr}.calc__inputs,.race__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.race__split,.guide-hub,.related-guides__grid,.admin-auth{grid-template-columns:1fr}}@media (width<=600px){.page__content{padding-bottom:132px}.form__row,.cart__item,.calc__inputs{grid-template-columns:1fr}}.reviews{background:var(--color-bg-secondary);padding:80px 0 60px}.reviews__header{text-align:center;margin-bottom:48px}.reviews__headline{color:#fff;margin-bottom:12px;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700}.reviews__aggregate{justify-content:center;align-items:center;gap:10px;display:flex}.stars{gap:2px;display:flex}.reviews__score{color:#f5c842;font-size:1.1rem;font-weight:700}.reviews__count{color:var(--color-text-muted);font-size:.8rem}.reviews__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.reviews__card{background:var(--color-bg-card);border:1px solid var(--color-border);transition:border-color var(--transition), transform var(--transition);border-radius:12px;padding:28px 24px 24px;position:relative}.reviews__card:hover{border-color:#5db8624d;transform:translateY(-4px)}.reviews__quote-mark{color:var(--color-green);opacity:.7;margin-bottom:16px;font-family:Georgia,serif;font-size:3.5rem;line-height:.6}.reviews__quote{color:#c8d8e8;margin-bottom:20px;font-size:.9rem;line-height:1.7}.reviews__footer{justify-content:space-between;align-items:flex-end;display:flex}.reviews__author{flex-direction:column;gap:2px;display:flex}.reviews__name{color:#fff;font-size:.85rem;font-weight:600}.reviews__location{color:var(--color-text-muted);font-size:.75rem}.reviews__disclaimer{text-align:center;color:#4a6080;margin-top:32px;font-size:.72rem;font-style:italic}@media (width<=768px){.reviews__grid{grid-template-columns:1fr}.reviews__aggregate{flex-wrap:wrap}}.tomato-page{padding-top:calc(var(--nav-height) + 6px);background:radial-gradient(circle at 8% 12%,#768f5633,#0000 24%),radial-gradient(circle at 90% 90%,#99744430,#0000 26%),linear-gradient(#f8f3e8 0%,#f2e7d2 100%);padding-bottom:48px}.tomato-hero{background:linear-gradient(135deg,#f8f0df 0%,#efe2c8 55%,#e4d2b3 100%);border-top:1px solid #55493129;border-bottom:1px solid #55493129}.tomato-hero__inner{grid-template-columns:1.02fr .98fr;align-items:center;gap:clamp(18px,4vw,38px);padding-top:clamp(20px,4vw,44px);padding-bottom:clamp(24px,4vw,44px);display:grid}.tomato-hero__eyebrow{color:#4f6738;text-transform:uppercase;letter-spacing:.13em;margin-bottom:10px;font-size:.72rem;font-weight:800}.tomato-hero h1{color:#2f2417;letter-spacing:-.018em;font-family:Bree Serif,Georgia,serif;font-size:clamp(2rem,5vw,3.4rem);line-height:1.03}.tomato-hero__subtitle{color:#3f512c;margin-top:14px;font-size:clamp(1rem,1.8vw,1.18rem);font-weight:700}.tomato-hero__copy p{color:#5b503d;max-width:62ch;margin-top:12px;line-height:1.62}.tomato-hero__actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.tomato-hero__actions button{color:#f9f3e5;letter-spacing:.01em;background:#4f6639;border:1px solid #495c3257;border-radius:999px;padding:10px 16px;font-size:.83rem;font-weight:700}.tomato-hero__actions button.tomato-hero__secondary{color:#334328;background:#f4ebda}.tomato-hero__image-wrap{background:linear-gradient(150deg,#f8f2e4 0%,#efe2c7 100%);border:1px solid #66543533;border-radius:20px;padding:clamp(12px,2.2vw,18px);box-shadow:0 16px 32px #362c1d24}.tomato-hero__image-wrap img{border-radius:14px;width:100%;height:auto;display:block}.tomato-tiers{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.tomato-tier-card{background:#f9f2e5;border:1px solid #604f3429;border-radius:16px;gap:9px;padding:0;display:grid;overflow:hidden;box-shadow:0 8px 20px #3d322214}.tomato-tier-card__image-wrap{aspect-ratio:1/.85;background:linear-gradient(135deg,#f8f0df 0%,#efe2c8 55%,#e4d2b3 100%);width:100%;overflow:hidden}.tomato-tier-card__image-wrap img{object-fit:cover;width:100%;height:100%;display:block}.tomato-tier-card>p,.tomato-tier-card>ul,.tomato-tier-card>button{padding:0 16px}.tomato-tier-card>p:first-of-type{padding-top:16px}.tomato-tier-card>button{padding-bottom:16px}.tomato-tier-card--featured{background:linear-gradient(160deg,#f6eddc 0%,#e8d9bc 100%);border-color:#4d5f3357;transform:translateY(-4px)}.tomato-tier-card__label{color:#5a4525;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:800}.tomato-tier-card__price{color:#26341c;font-family:Bree Serif,Georgia,serif;font-size:2rem;line-height:1}.tomato-tier-card__positioning{color:#554b39;line-height:1.52}.tomato-tier-card ul{gap:6px;margin-top:2px;list-style:none;display:grid}.tomato-tier-card li{color:#584c38;padding-left:14px;font-size:.9rem;line-height:1.45;position:relative}.tomato-tier-card li:before{content:"";background:#5b7440;border-radius:50%;width:6px;height:6px;position:absolute;top:.56em;left:0}.tomato-tier-card button{color:#304025;background:#f2e8d5;border:1px solid #4a603157;border-radius:999px;width:fit-content;margin-top:6px;padding:8px 13px;font-size:.78rem;font-weight:800}.tomato-note{margin-top:10px}.tomato-note p{color:#5b503c;background:#f5ead7;border:1px solid #66543533;border-radius:999px;width:fit-content;padding:8px 13px;font-size:.82rem}.tomato-detail-grid{grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;display:grid}.tomato-panel{background:#f7efdf;border:1px solid #6654352b;border-radius:16px;padding:16px;box-shadow:0 8px 18px #3f322012}.tomato-panel h2,.tomato-sustainability h2,.tomato-faq h2{color:#312619;font-family:Bree Serif,Georgia,serif;font-size:1.42rem}.tomato-panel ul,.tomato-panel ol,.tomato-premium-list{color:#544937;gap:6px;margin-top:10px;padding-left:18px;line-height:1.5;display:grid}.tomato-panel--wide,.tomato-sustainability,.tomato-faq{margin-top:14px}.tomato-sustainability{background:linear-gradient(160deg,#f5ebd8 0%,#efdfc3 100%);border:1px solid #6554362e;border-radius:16px;padding:16px;box-shadow:0 8px 18px #3f322012}.tomato-sustainability p{color:#564c3a;margin-top:10px;line-height:1.6}.tomato-faq{background:#f8f1e2;border:1px solid #6554362e;border-radius:16px;padding:16px;box-shadow:0 8px 18px #3f322012}.tomato-faq details{background:#fdf8ef;border:1px solid #57493029;border-radius:12px;margin-top:10px;padding:10px 12px}.tomato-faq summary{cursor:pointer;color:#314127;font-weight:700}.tomato-faq p{color:#5a503d;margin-top:7px;line-height:1.55}@media (width<=980px){.tomato-hero__inner,.tomato-tiers,.tomato-detail-grid{grid-template-columns:1fr}.tomato-tier-card--featured{transform:none}}.pest-control-page{padding-top:calc(var(--nav-height) + 6px);background:radial-gradient(circle at 8% 5%,#6f895229,#0000 20%),radial-gradient(circle at 88% 96%,#9879501f,#0000 24%),linear-gradient(#f7f2e8 0%,#f2eadb 100%);padding-bottom:34px}.pest-control-hero{background:linear-gradient(145deg,#f8f3e8 0%,#efe3cd 56%,#eadcc3 100%);border-top:1px solid #564c3826;border-bottom:1px solid #564c3826}.pest-control-hero .container{padding-top:clamp(18px,3.2vw,30px);padding-bottom:clamp(20px,3.2vw,34px)}.pest-control-hero__eyebrow{color:#5d7541;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px;font-size:.72rem;font-weight:800}.pest-control-hero h1{color:#2f2418;letter-spacing:-.02em;font-family:Bree Serif,Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.03}.pest-control-hero p{color:#574f40;max-width:62ch;margin-top:14px;line-height:1.6}.pest-control-grid{grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:18px;display:grid}.pest-control-card{background:#f9f3e7;border:1px solid #5f574326;border-radius:14px;grid-template-columns:138px minmax(0,1fr);min-width:0;display:grid;overflow:hidden}.pest-control-card--link{color:inherit;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s}.pest-control-card--link:hover{border-color:#404e2c4d;transform:translateY(-2px);box-shadow:0 10px 16px #453a2724}.pest-control-card__media{background:#f5ede1;border-right:1px solid #5f574326;justify-content:center;align-items:center;height:100%;min-height:210px;display:flex;overflow:hidden}.pest-control-card__media img{object-fit:contain;width:100%;max-width:122px;height:100%;max-height:192px;display:block}.pest-control-card__body{overflow-wrap:break-word;align-content:start;gap:6px;min-width:0;padding:12px;display:grid}.pest-control-card__kicker{color:#5d7541;text-transform:uppercase;letter-spacing:.12em;margin-bottom:2px;font-size:.55rem;font-weight:800;line-height:1.1}.pest-control-card h2{color:#3e3427;margin-bottom:2px;font-family:Bree Serif,Georgia,serif;font-size:.9rem;line-height:1.15}.pest-control-card p{color:#665b45;margin-bottom:2px;font-size:.8rem;line-height:1.3}.pest-control-card__price{color:#2f3d23;margin-top:0;font-size:.9rem;font-weight:800}.pest-control-card__link{color:#2f3f21;background:#f2ecdf;border:1px solid #404e2c47;border-radius:999px;flex-shrink:0;width:fit-content;padding:5px 9px;font-size:.65rem;font-weight:700;display:inline-flex}.pest-control-card__footer{justify-content:space-between;align-items:center;gap:8px;margin-top:6px;display:flex}@media (width<=1200px){.pest-control-grid{grid-template-columns:1fr 1fr}}.pest-control-card--link:hover .pest-control-card__link{background:#e8dfcc}@media (width<=767px){.pest-control-grid{grid-template-columns:1fr;gap:12px}.pest-control-card{grid-template-columns:116px minmax(0,1fr)}.pest-control-card__media{border-right:1px solid #5f574326;height:100%;min-height:116px;padding:6px}.pest-control-card__media img{object-fit:contain;width:auto;max-height:108px}.pest-control-card__body{padding:10px 10px 10px 12px}.pest-control-card__footer{justify-content:start;gap:6px;display:grid}.pest-control-card__body>p:not(.pest-control-card__kicker):not(.pest-control-card__price){-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.pest-control-product-page{padding-top:calc(var(--nav-height) + 20mm);background:#fff;padding-bottom:34px}.pest-control-product-hero{background:#fff;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7}.pest-control-product-hero__inner{grid-template-columns:minmax(0,.95fr) minmax(0,1.2fr) minmax(280px,.85fr);align-items:start;gap:20px;padding-top:20px;padding-bottom:24px;display:grid}.pest-control-product-gallery{top:calc(var(--nav-height) + 40px);grid-template-columns:58px minmax(0,1fr);gap:12px;display:grid;position:sticky}.pest-control-product-gallery__thumbs{align-content:start;gap:8px;display:grid}.pest-control-product-gallery__thumb{background:#fff;border:1px solid #d5d9d9;border-radius:8px;place-items:center;width:58px;height:58px;padding:4px;display:grid}.pest-control-product-gallery__thumb.is-active{border-color:#f7ca00;box-shadow:0 0 0 2px #f7ca0059}.pest-control-product-gallery__thumb img{object-fit:contain;width:100%;height:100%}.pest-control-product-gallery__main{background:#fff;border:1px solid #d5d9d9;border-radius:12px;place-items:center;min-height:380px;padding:14px;display:grid}.pest-control-product-gallery__main img{object-fit:contain;width:100%;height:100%}.pest-control-product-info h1{color:#0f1111;font-size:clamp(1.4rem,2.8vw,2rem);font-weight:500;line-height:1.25}.pest-control-product-info__eyebrow{color:#5d7541;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-size:.72rem;font-weight:800}.pest-control-product-info__brand{color:#007185;margin-top:8px;font-size:.93rem}.pest-control-product-info__rating{color:#565959;border-bottom:1px solid #e7e7e7;align-items:center;gap:10px;margin-top:12px;padding:8px 0 12px;font-size:.88rem;display:flex}.pest-control-product-info__stars{color:#f08804;letter-spacing:.05em;font-size:1rem}.pest-control-product-info__subtitle{color:#0f1111;margin-top:14px;font-size:.98rem;font-weight:700}.pest-control-product-info__description{color:#0f1111;margin-top:10px;line-height:1.55}.pest-control-product-benefits{margin-top:18px}.pest-control-product-benefits h2{color:#0f1111;margin-bottom:8px;font-size:1rem}.pest-control-product-benefits ul{color:#0f1111;gap:8px;padding-left:20px;line-height:1.45;list-style:outside;display:grid}.pest-control-product-buybox{top:calc(var(--nav-height) + 40px);background:#fff;border:1px solid #d5d9d9;border-radius:8px;padding:14px;position:sticky}.pest-control-product-buybox__price{color:#0f1111;font-size:1.65rem;line-height:1.1}.pest-control-product-buybox__stock{color:#007600;margin-top:8px;font-size:1.02rem}.pest-control-product-buybox__shipping{margin-top:12px}.pest-control-product-buybox__shipping h2{color:#0f1111;margin-bottom:8px;font-size:.92rem}.pest-control-product-buybox__shipping-list{gap:8px;display:grid}.pest-control-product-buybox__shipping-option{cursor:pointer;border:1px solid #d5d9d9;border-radius:8px;gap:2px;padding:8px;display:grid}.pest-control-product-buybox__shipping-option input{margin-right:6px}.pest-control-product-buybox__shipping-option.is-disabled{opacity:.55;cursor:not-allowed}.pest-control-product-buybox__shipping-label{color:#0f1111;font-size:.88rem;font-weight:700}.pest-control-product-buybox__shipping-meta{color:#565959;font-size:.8rem}.pest-control-product-buybox__shipping-note{color:#b12704;margin-top:8px;font-size:.82rem}.pest-control-product-buybox__qty{color:#0f1111;gap:6px;margin-top:12px;font-size:.9rem;display:grid}.pest-control-product-buybox__qty select{border:1px solid #888c8c;border-radius:8px;padding:7px 10px;font-size:.92rem}.pest-control-product-buybox__totals{color:#0f1111;border-top:1px solid #eaeded;border-bottom:1px solid #eaeded;gap:4px;margin-top:12px;padding:10px 0;font-size:.9rem;display:grid}.pest-control-product-buybox__add,.pest-control-product-buybox__buy{border:1px solid #fcd200;border-radius:999px;width:100%;margin-top:10px;padding:10px 14px;font-size:.92rem;font-weight:700}.pest-control-product-buybox__add{color:#0f1111;background:#ffd814}.pest-control-product-buybox__buy{color:#0f1111;background:#ffa41c;border-color:#ff8f00}.pest-control-product-buybox__trust{color:#565959;gap:5px;margin-top:12px;font-size:.82rem;list-style:none;display:grid}.pest-control-product-buybox__notice{color:#b12704;margin-top:10px;font-size:.82rem;line-height:1.4}.pest-control-product-reviews,.pest-control-product-bundle,.pest-control-product-features,.pest-control-product-faq,.pest-control-product-backlink{margin-top:20px}.pest-control-product-reviews{background:#fff;border:1px solid #eaeded;border-radius:10px;padding:16px}.pest-control-product-reviews h2{color:#0f1111;font-size:1.2rem}.pest-control-product-reviews p{color:#565959;margin-top:8px}.pest-control-product-reviews__button{color:#0f1111;background:#f7fafa;border:1px solid #d5d9d9;border-radius:999px;margin-top:10px;padding:8px 14px;font-weight:700}.pest-control-product-bundle,.pest-control-product-features,.pest-control-product-faq{background:#fff;border:1px solid #eaeded;border-radius:10px;padding:16px}.pest-control-product-bundle h2,.pest-control-product-features h2,.pest-control-product-faq h2{color:#0f1111;margin-bottom:10px;font-size:1.15rem}.pest-control-product-bundle ul,.pest-control-product-features ul{color:#0f1111;gap:8px;padding-left:20px;list-style:outside;display:grid}.pest-control-product-carousel{background:#fff;border:1px solid #eaeded;border-radius:10px;margin-top:20px;padding:16px}.pest-control-product-carousel h2{color:#0f1111;margin-bottom:10px;font-size:1.15rem}.pest-control-product-carousel__track{grid-auto-columns:minmax(170px,1fr);grid-auto-flow:column;gap:12px;padding-bottom:6px;display:grid;overflow-x:auto}.pest-control-product-carousel__card{color:inherit;background:#fff;border:1px solid #d5d9d9;border-radius:10px;padding:10px;text-decoration:none}.pest-control-product-carousel__media{background:#fafafa;border:1px solid #eee;border-radius:8px;place-items:center;min-height:120px;display:grid}.pest-control-product-carousel__media img{object-fit:contain;width:84%;height:84%}.pest-control-product-carousel__card h3{color:#0f1111;margin-top:10px;font-size:.9rem;line-height:1.35}.pest-control-product-carousel__card p{color:#b12704;margin-top:6px;font-weight:700}.pest-control-product-faq details{border:1px solid #eaeded;border-radius:8px;margin-top:8px;overflow:hidden}.pest-control-product-faq summary{color:#0f1111;cursor:pointer;background:#f7fafa;padding:10px 12px;font-weight:700}.pest-control-product-faq p{color:#565959;padding:10px 12px;line-height:1.5}.pest-control-product-hero__secondary{color:#2f3f21;background:#f2ecdf;border:1px solid #404e2c47;border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.pest-control-product-not-found{background:#fff;border:1px solid #eaeded;border-radius:10px;margin-top:18px;padding:20px}@media (width<=1024px){.pest-control-product-hero__inner{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:16px}.pest-control-product-gallery{grid-template-columns:50px minmax(0,1fr);gap:10px;position:static}.pest-control-product-gallery__thumb,.pest-control-product-gallery__thumb.is-active{width:50px;height:50px}.pest-control-product-gallery__main{min-height:clamp(250px,42vw,340px)}.pest-control-product-buybox{grid-column:1/-1;position:static}}@media (width<=680px){.pest-control-product-page{padding-top:calc(var(--nav-height) + 20mm)}.pest-control-product-hero__inner{grid-template-columns:1fr;gap:14px;padding-top:12px;padding-bottom:14px}.pest-control-product-info{order:2}.pest-control-product-gallery{order:1;grid-template-columns:1fr;position:static}.pest-control-product-gallery__thumbs{display:none}.pest-control-product-gallery__main{border-radius:10px;justify-content:center;align-items:center;min-height:150px;max-height:clamp(150px,32vh,210px);padding:6px;display:flex;overflow:hidden}.pest-control-product-gallery__main img{object-fit:contain;width:100%;height:100%}.pest-control-product-buybox{border-radius:10px;order:3;padding:12px}.pest-control-product-info h1{font-size:clamp(1.26rem,6vw,1.54rem);line-height:1.22}.pest-control-product-info__rating{gap:7px;margin-top:8px;padding:6px 0 10px;font-size:.83rem}.pest-control-product-info__subtitle{margin-top:10px;font-size:.9rem}.pest-control-product-info__description,.pest-control-product-benefits ul{font-size:.92rem;line-height:1.45}.pest-control-product-benefits{margin-top:12px}.pest-control-product-buybox__shipping-option{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:8px}.pest-control-product-buybox__shipping-label,.pest-control-product-buybox__shipping-meta{grid-column:2}.pest-control-product-buybox__shipping-option strong{white-space:nowrap;grid-area:1/3/span 2;align-self:center}.pest-control-product-buybox__add,.pest-control-product-buybox__buy{padding:11px 14px}.pest-control-product-carousel__track{grid-auto-columns:minmax(138px,74vw);gap:10px}}@media (width<=420px){.pest-control-product-hero__inner{gap:12px}.pest-control-product-gallery__main{max-height:clamp(140px,30vh,190px)}.pest-control-product-info h1{font-size:1.2rem}.pest-control-product-buybox__price{font-size:1.45rem}.pest-control-product-buybox__shipping-note,.pest-control-product-buybox__notice,.pest-control-product-buybox__trust{font-size:.78rem}}.human-chat{z-index:120;display:block;position:fixed;bottom:24px;right:24px}@media (width<=600px){.human-chat{bottom:80px;right:12px}.human-chat__button{min-height:48px;padding:8px 12px;font-size:.85rem}}.human-chat__button{color:#20351f;text-align:left;background:linear-gradient(135deg,#f8f1df 0%,#fbf6ea 100%);border:1px solid #3e522d38;border-radius:999px;align-items:center;gap:10px;max-width:300px;min-height:56px;padding:10px 14px;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex;box-shadow:0 10px 28px #293f1e2e}.human-chat__button:hover{border-color:#3e522d59;transform:translateY(-1px);box-shadow:0 14px 34px #293f1e38}.human-chat__button:focus-visible,.human-chat__cta:focus-visible,.human-chat__close:focus-visible{outline-offset:2px;outline:2px solid #557a3c}.human-chat__icon{color:#557a3c;background:#eef1df;border:1px solid #3e522d33;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.human-chat__icon svg{width:20px;height:20px}.human-chat__text-wrap{gap:2px;display:grid}.human-chat__text{font-size:.9rem;font-weight:700;line-height:1.2}.human-chat__subtext{color:#557a3c;font-size:.75rem;line-height:1.2}.human-chat__panel{background:linear-gradient(155deg,#fbf6ea 0%,#f8f1df 100%);border:1px solid #3e522d2e;border-radius:14px;gap:10px;width:min(390px,100vw - 32px);padding:16px;display:grid;position:fixed;bottom:92px;right:24px;box-shadow:0 20px 46px #2c402038}.human-chat__close{color:#6b4a2b;cursor:pointer;background:#f3ead4;border:1px solid #3e522d33;border-radius:999px;width:30px;height:30px;font-size:18px;line-height:1;position:absolute;top:8px;right:8px}.human-chat__title{color:#20351f;padding-right:34px;font-size:1rem;font-weight:700}.human-chat__body,.human-chat__note,.human-chat__fallback{color:#3c4f2f;font-size:.84rem;line-height:1.5}.human-chat__note{color:#557a3c}.human-chat__fallback{color:#6b4a2b}.human-chat__cta{color:#fbf6ea;cursor:pointer;background:#5f7d45;border:1px solid #557a3c;border-radius:999px;justify-self:start;padding:9px 14px;font-size:.82rem;font-weight:700;transition:background-color .18s,border-color .18s}.human-chat__cta:hover:not(:disabled){background:#557a3c;border-color:#4f7037}.human-chat__cta:disabled{opacity:.6;cursor:not-allowed}@media (width<=900px){.human-chat{right:16px;bottom:calc(env(safe-area-inset-bottom,0px) + 16px)}.human-chat--commerce{bottom:calc(env(safe-area-inset-bottom,0px) + 96px)}.human-chat__panel{width:calc(100vw - 32px);right:16px;bottom:calc(env(safe-area-inset-bottom,0px) + 88px)}.human-chat__button{max-width:280px;min-height:54px;padding:10px 12px}.human-chat__text{font-size:.86rem}.human-chat__subtext{font-size:.72rem}}.giveaway-bar{z-index:20;margin-top:calc(var(--nav-height) + 2px);background:radial-gradient(circle at 18% 10%,#6ba84c14 0%,#0000 26%),radial-gradient(circle at 84% 0,#6ba84c0f 0%,#0000 22%),linear-gradient(135deg,#f9f5ed 0%,#f5f1ea 56%,#f0e8dd 100%);border-bottom:1px solid #6ba84c26;position:relative;top:0;overflow:hidden;box-shadow:inset 0 -1px #3d57370a}@media (width<=760px){.giveaway-bar{top:var(--nav-height);position:sticky}}.giveaway-bar:before{content:"";pointer-events:none;background:linear-gradient(90deg,#6ba84c08 0%,#0000 35% 65%,#6ba84c05 100%);position:absolute;inset:0}.giveaway-bar__inner{z-index:1;grid-template-columns:minmax(0,1.35fr) minmax(320px,.95fr);align-items:start;gap:14px;min-height:0;padding-top:10px;padding-bottom:10px;display:grid;position:relative}.giveaway-bar__panel{-webkit-backdrop-filter:blur(10px);background:linear-gradient(#fff9 0%,#fff6 100%);border:1px solid #6ba84c2e;border-radius:22px;padding:12px 14px;position:relative;overflow:hidden;box-shadow:0 10px 24px #0000000f,inset 0 1px #ffffff80}.giveaway-bar__panel--prize:before,.giveaway-bar__panel--timer:before{content:"";pointer-events:none;position:absolute;inset:0}.giveaway-bar__panel--prize:before{background:linear-gradient(120deg,#6ba84c1f 0%,#0000 40%)}.giveaway-bar__panel--timer{background:linear-gradient(135deg,#f5f1eae6 0%,#efe8dde0 48%,#e9dfcfd9 100%);border-color:#6ba84c33;align-content:start;gap:8px;display:grid}.giveaway-bar__panel--timer:before{background:radial-gradient(circle at 85% 0,#6ba84c26 0%,#0000 28%)}.giveaway-bar__eyebrow{color:var(--color-green-dark);text-transform:uppercase;letter-spacing:.16em;background:#6ba84c1f;border:1px solid #6ba84c33;border-radius:999px;align-items:center;gap:8px;margin-bottom:7px;padding:5px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.giveaway-bar__eyebrow--live{color:var(--color-green-dark);background:#6ba84c26;border-color:#6ba84c40}.giveaway-bar__live-dot{background:#6ba84c;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #6ba84c33}.giveaway-bar__prize-row{align-items:center;gap:16px;min-width:0;display:flex}.giveaway-bar__prize-image{object-fit:cover;background:#fffbf5;border:1px solid #6ba84c26;border-radius:18px;flex:none;width:66px;height:66px;box-shadow:0 10px 20px #00000014}.giveaway-bar__prize-copy{gap:5px;min-width:0;display:grid}.giveaway-bar__prize-title{color:var(--color-text);letter-spacing:.01em;margin:0;font-size:.92rem;font-weight:800;line-height:1.15}.giveaway-bar__prize-winner{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.84rem;font-weight:600;line-height:1.25;overflow:hidden}.giveaway-bar__prize-entrants{display:none}.giveaway-bar__prize-winners-count{color:#d7f2da;letter-spacing:.02em;margin:0;font-size:.76rem;font-weight:700;line-height:1.25}.giveaway-bar__timer-label{color:#e8f3ff;text-transform:uppercase;letter-spacing:.18em;margin-bottom:0;font-size:.76rem;font-weight:800}.giveaway-bar__flipclock{background:linear-gradient(#f9fcff 0%,#deebf6 100%);border:1px solid #0f253a38;border-radius:18px;justify-content:center;align-items:center;gap:10px;width:100%;min-width:88px;height:76px;padding:9px 10px;display:inline-flex;overflow:hidden;box-shadow:0 9px 18px #0000002e}.giveaway-bar__flipcell-top,.giveaway-bar__flipcell-bottom{width:100%;height:50%;position:absolute;left:0}.giveaway-bar__flipcell-top{background:linear-gradient(#fffbf5 0%,#f9f5ed 100%);border-bottom:1px solid #6ba84c1a;top:0}.giveaway-bar__flipcell-bottom{color:#3d5737;text-shadow:0 1px #ffffff80;background:linear-gradient(#f0e8dd 0%,#ebe0cc 100%);border-top:1px solid #6ba84c1a;bottom:0}.giveaway-bar__flipcell-caption{z-index:1;text-transform:uppercase;letter-spacing:.18em;color:#3d5737b3;font-size:.68rem;font-weight:800;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.giveaway-bar__flipcell-caption .giveaway-bar__timer-note{display:none}.giveaway-bar__flipcell-caption .giveaway-bar__cta{color:#f6fbff;background:linear-gradient(135deg,#071525 0%,#0a2035 58%,#0d3a5e 100%);border:1px solid #7ebae870;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:10px 14px;transition:transform .15s,box-shadow .15s,filter .15s;display:inline-flex;box-shadow:0 10px 24px #00000042,inset 0 1px #b7e4ff3d}.giveaway-bar__flipcell-caption .giveaway-bar__cta:hover{filter:saturate(1.12)brightness(1.04);transform:translateY(-1px);box-shadow:0 13px 28px #00000052,inset 0 1px #b7e4ff47}.giveaway-bar__flipcell-caption .giveaway-bar__cta-kicker{display:none}.giveaway-bar__flipcell-caption .giveaway-bar__cta-text{text-align:center;font-size:.94rem;font-weight:900;line-height:1}.giveaway-bar__flipcell-caption .giveaway-bar__cta-text--mobile{display:none}.giveaway-bar__flipcell-caption .giveaway-bar__cta-icon{background:#b7e4ff2e;border:1px solid #b7e4ff57;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;font-size:1rem;font-weight:900;display:inline-flex}.giveaway-bar__flipcell-caption .giveaway-bar__secondary-link{letter-spacing:.02em;color:#a8c9e3;text-underline-offset:2px;opacity:.92;align-self:center;font-size:.74rem;font-weight:700;text-decoration:underline}.giveaway-bar__flipcell-caption .giveaway-bar__secondary-link:hover{color:#d7ecff;opacity:1}@media (width<=1100px){.giveaway-bar__flipcell-caption .giveaway-bar__inner{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:10px}.giveaway-bar__flipcell-caption .giveaway-bar__panel{padding:12px 12px 11px}.giveaway-bar__flipcell-caption .giveaway-bar__prize-image{height:58px}.giveaway-bar__flipcell-caption .giveaway-bar__prize-title{font-size:.84rem}.giveaway-bar__flipcell-caption .giveaway-bar__prize-winner{font-size:.76rem}.giveaway-bar__flipcell-caption .giveaway-bar__panel--timer{padding-bottom:12px}.giveaway-bar__flipcell-caption .giveaway-bar__timer-label,.giveaway-bar__flipcell-caption .giveaway-bar__timer-note,.giveaway-bar__flipcell-caption .giveaway-bar__cta-text--desktop{display:none}.giveaway-bar__flipcell-caption .giveaway-bar__cta-text--mobile{display:inline}}@media (width<=760px){.giveaway-bar__flipcell-caption .giveaway-bar__inner{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:8px;min-height:0;padding-top:9px;padding-bottom:9px}.giveaway-bar__flipcell-caption .giveaway-bar__panel{border-radius:14px;min-width:0;padding:9px}.giveaway-bar__flipcell-caption .giveaway-bar__prize-row{gap:7px}.giveaway-bar__flipcell-caption .giveaway-bar__prize-image{border-radius:12px;width:46px;height:46px}.giveaway-bar__flipcell-caption .giveaway-bar__eyebrow{letter-spacing:.11em;margin-bottom:5px;padding:4px 6px;font-size:.54rem}.giveaway-bar__flipcell-caption .giveaway-bar__live-dot{width:6px;height:6px}.giveaway-bar__flipcell-caption .giveaway-bar__prize-title{font-size:.74rem;line-height:1.1}.giveaway-bar__flipcell-caption .giveaway-bar__prize-winner{font-size:.66rem;line-height:1.12}.giveaway-bar__flipcell-caption .giveaway-bar__prize-entrants{display:none}.giveaway-bar__flipcell-caption .giveaway-bar__panel--timer{gap:6px;padding-top:8px;padding-bottom:8px}.giveaway-bar__flipcell-caption .giveaway-bar__timer-main{width:100%;display:block}.giveaway-bar__flipcell-caption .giveaway-bar__flipclock{justify-content:center;gap:5px;width:100%;padding:5px}.giveaway-bar__flipcell-caption .giveaway-bar__flipcell{border-radius:11px;min-width:50px;height:42px}.giveaway-bar__flipcell-caption .giveaway-bar__flipcell-value{font-size:1.35rem}.giveaway-bar__flipcell-caption .giveaway-bar__flipcell-caption{font-size:.48rem;bottom:2px}.giveaway-bar__flipcell-caption .giveaway-bar__timer-note{display:none}.giveaway-bar__flipcell-caption .giveaway-bar__cta{border-radius:12px;width:100%;min-width:0;padding:9px 10px}.giveaway-bar__flipcell-caption .giveaway-bar__cta-kicker,.giveaway-bar__flipcell-caption .giveaway-bar__cta-text--desktop{display:none}.giveaway-bar__flipcell-caption .giveaway-bar__cta-text--mobile{white-space:nowrap;font-size:.74rem;display:inline}.giveaway-bar__flipcell-caption .giveaway-bar__cta-icon{width:22px;height:22px;font-size:.85rem}.giveaway-bar__flipcell-caption .giveaway-bar__secondary-link{font-size:.65rem}}@media (width>=901px){.giveaway-bar__flipcell-caption .giveaway-bar__inner{justify-content:space-between;align-items:center;gap:12px;padding-top:6px;padding-bottom:6px;display:flex}.giveaway-bar__flipcell-caption .giveaway-bar__panel{box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:0;border-radius:0;padding:0;overflow:visible}.giveaway-bar__flipcell-caption .giveaway-bar__panel--prize:before,.giveaway-bar__flipcell-caption .giveaway-bar__panel--timer:before{display:none}.giveaway-bar__flipcell-caption .giveaway-bar__panel--prize{flex:1;min-width:0}.giveaway-bar__flipcell-caption .giveaway-bar__eyebrow{display:none}.giveaway-bar__flipcell-caption .giveaway-bar__live-dot{width:6px;height:6px}.giveaway-bar__flipcell-caption .giveaway-bar__prize-row{gap:8px}.giveaway-bar__flipcell-caption .giveaway-bar__prize-image{display:none}.giveaway-bar__flipcell-caption .giveaway-bar__prize-copy{align-items:center;gap:8px;display:flex}.giveaway-bar__flipcell-caption .giveaway-bar__prize-title{font-size:.9rem;line-height:1.1}.giveaway-bar__flipcell-caption .giveaway-bar__prize-winner{color:#c7d9ea;font-size:.8rem;line-height:1.1;display:block}.giveaway-bar__flipcell-caption .giveaway-bar__panel--timer{flex-direction:column;flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.giveaway-bar__flipcell-caption .giveaway-bar__timer-label{display:none}.giveaway-bar__flipcell-caption .giveaway-bar__timer-main{flex:none;width:auto}.giveaway-bar__flipcell-caption .giveaway-bar__flipclock{border-radius:12px;gap:6px;width:auto;padding:3px 6px;box-shadow:inset 0 1px #ffffff1a}.giveaway-bar__flipcell-caption .giveaway-bar__flipcell{border-radius:9px;min-width:46px;height:36px}.giveaway-bar__flipcell-caption .giveaway-bar__flipcell-value{font-size:1.15rem}.giveaway-bar__flipcell-caption .giveaway-bar__flipcell-caption{font-size:.44rem;bottom:2px}.giveaway-bar__flipcell-caption .giveaway-bar__flipclock-sep{font-size:1.25rem}.giveaway-bar__flipcell-caption .giveaway-bar__cta{border-radius:999px;gap:8px;width:auto;min-width:0;padding:7px 11px}.giveaway-bar__flipcell-caption .giveaway-bar__cta-text{font-size:.82rem}.giveaway-bar__flipcell-caption .giveaway-bar__cta-text--desktop{display:inline}.giveaway-bar__flipcell-caption .giveaway-bar__cta-text--mobile{display:none}.giveaway-bar__flipcell-caption .giveaway-bar__cta-icon{width:18px;height:18px;font-size:.72rem}.giveaway-bar__flipcell-caption .giveaway-bar__timer-note{display:none}.giveaway-bar__flipcell-caption .giveaway-bar__secondary-link{font-size:.68rem}}
