:root{--brand-green: #7AB929;--brand-green-hover: #6ba524;--dark-navy: #1a1f2e;--dark-section: #0f1923;--dark-card: #1a2332;--dark-footer: #0a0f16}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#111827;background:#fff}a{text-decoration:none;color:inherit;transition:color .2s,background-color .2s,border-color .2s,transform .2s}img{max-width:100%;height:auto;display:block}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.announcement-bar{background:var(--brand-green);color:#fff;padding:.625rem 0;text-align:center;font-size:.875rem;font-weight:500;letter-spacing:.025em}.site-header{background:var(--dark-navy);position:sticky;top:0;z-index:50}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1280px;margin:0 auto}.site-header__logo img{height:2.5rem;width:auto}.site-header__nav{display:flex;align-items:center;gap:2rem}.site-header__nav a{color:#d1d5db;font-weight:500;font-size:.875rem;letter-spacing:.05em;transition:color .2s}.site-header__nav a:hover{color:#fff}.site-header__nav a.active{color:var(--brand-green)}.site-header__actions{display:flex;align-items:center;gap:1rem}.site-header__phone{color:#d1d5db;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.site-header__phone:hover{color:#fff}.btn-shop-now{background:var(--brand-green);color:#fff;font-weight:700;font-size:.875rem;padding:.625rem 1.25rem;border-radius:.375rem;display:flex;align-items:center;gap:.5rem;transition:background-color .2s}.btn-shop-now:hover{background:var(--brand-green-hover)}.hero{position:relative;min-height:85vh;display:flex;align-items:center;background-size:cover;background-position:center right}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(0,0,0,.6),rgba(0,0,0,.4),transparent)}.hero__content{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:5rem 1.5rem}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:#7ab92933;border:1px solid rgba(122,185,41,.4);color:var(--brand-green);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:2rem}.hero__badge-dot{width:.5rem;height:.5rem;background:var(--brand-green);border-radius:50%}.hero__title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem}.hero__title span{color:var(--brand-green)}.hero__subtitle{color:#d1d5db;font-size:1.125rem;max-width:36rem;margin-bottom:2.5rem;line-height:1.7}.hero__ctas{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary{background:var(--brand-green);color:#fff;font-weight:700;padding:1rem 2rem;border-radius:.375rem;font-size:.875rem;letter-spacing:.05em;display:inline-flex;align-items:center;gap:.5rem;transition:background-color .2s}.btn-primary:hover{background:var(--brand-green-hover)}.btn-outline{border:2px solid rgba(255,255,255,.6);color:#fff;font-weight:700;padding:1rem 2rem;border-radius:.375rem;font-size:.875rem;letter-spacing:.05em;transition:border-color .2s}.btn-outline:hover{border-color:#fff}.hero__trust{display:flex;flex-wrap:wrap;gap:2rem;margin-top:3rem;color:#9ca3af;font-size:.875rem}.hero__trust-item{display:flex;align-items:center;gap:.5rem}.categories{padding:5rem 0;background:#fff}.section-label{color:var(--brand-green);font-weight:600;font-size:.875rem;letter-spacing:.1em;margin-bottom:.75rem}.section-title{font-size:2.25rem;font-weight:800;color:#111827;margin-bottom:1rem}.section-subtitle{color:#6b7280;margin-bottom:3rem;max-width:42rem}.categories__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.category-card{position:relative;overflow:hidden;border-radius:.75rem;height:16rem;display:flex;align-items:flex-end}.category-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.category-card:hover img{transform:scale(1.05)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.4),transparent)}.category-card__content{position:relative;z-index:10;padding:1.5rem}.category-card__title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.25rem}.category-card__desc{color:#d1d5db;font-size:.875rem;margin-bottom:.75rem}.category-card__link{color:var(--brand-green);font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.25rem}.featured-products{padding:5rem 0;background:#f9fafb}.featured-products__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem}.featured-products__link{color:var(--brand-green);font-weight:600;font-size:.875rem}.featured-products__link:hover{text-decoration:underline}.products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:box-shadow .3s}.product-card:hover{box-shadow:0 4px 12px #00000026}.product-card__image{aspect-ratio:1;background:#f3f4f6;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__body{padding:1.25rem}.product-card__category{font-size:.75rem;font-weight:700;color:var(--brand-green);letter-spacing:.1em}.product-card__title{font-weight:600;color:#111827;margin-top:.5rem;margin-bottom:.75rem;font-size:.875rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-size:1.125rem;font-weight:700;color:#111827}.btn-add-cart{background:var(--brand-green);color:#fff;font-weight:600;font-size:.75rem;padding:.375rem .75rem;border-radius:.375rem;transition:background-color .2s;border:none;cursor:pointer}.btn-add-cart:hover{background:var(--brand-green-hover)}.why-section{padding:5rem 0;background:var(--dark-section);text-align:center}.why-section .section-title{color:#fff}.why-section .section-subtitle{color:#9ca3af;margin-left:auto;margin-right:auto}.why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.why-card{background:var(--dark-card);border-radius:.75rem;padding:1.5rem;text-align:left}.why-card__icon{width:3rem;height:3rem;background:#7ab92933;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:var(--brand-green);margin-bottom:1rem}.why-card__title{color:#fff;font-weight:700;margin-bottom:.5rem}.why-card__desc{color:#9ca3af;font-size:.875rem;line-height:1.6}.reviews{padding:5rem 0;background:#fff;text-align:center}.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.review-card{background:#f9fafb;border-radius:.75rem;padding:2rem;text-align:left}.review-card__quote-icon{color:#7ab9294d;margin-bottom:1rem}.review-card__text{color:#374151;margin-bottom:1.5rem;line-height:1.7;font-style:italic}.review-card__author{font-weight:700;color:#111827}.review-card__location{font-size:.875rem;color:#6b7280}.stockist-cta{padding:5rem 0;background:var(--dark-section);text-align:center}.stockist-cta .section-title{color:#fff}.stockist-cta .section-subtitle{color:#9ca3af;margin-left:auto;margin-right:auto}.stockist-cta__badges{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2.5rem}.stockist-badge{background:#7ab92933;color:var(--brand-green);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500}.stockist-cta__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.site-footer{background:var(--dark-footer);padding:4rem 0}.site-footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem}.site-footer__logo img{height:2.5rem;margin-bottom:1rem}.site-footer__desc{color:#9ca3af;font-size:.875rem;line-height:1.6}.site-footer__heading{color:#fff;font-weight:700;font-size:.875rem;letter-spacing:.1em;margin-bottom:1rem}.site-footer__links{list-style:none}.site-footer__links li{margin-bottom:.75rem}.site-footer__links a{color:#9ca3af;font-size:.875rem;transition:color .2s}.site-footer__links a:hover{color:var(--brand-green)}.site-footer__bottom{border-top:1px solid #1f2937;padding-top:2rem;text-align:center}.site-footer__copyright{color:#6b7280;font-size:.875rem}.icon{width:1rem;height:1rem;display:inline-block;vertical-align:middle}.icon-lg{width:1.5rem;height:1.5rem}.icon-xl{width:2rem;height:2rem}@media(max-width:1024px){.products__grid,.why__grid,.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.site-header__nav{display:none}.categories__grid,.products__grid,.why__grid,.reviews__grid,.site-footer__grid{grid-template-columns:1fr}.hero{min-height:auto;height:calc(100svh - 90px);background-position:center;align-items:flex-end}.hero__content{padding:1.5rem 1.25rem 2rem}.hero__badge{margin-bottom:.75rem}.hero__title{font-size:1.75rem;margin-bottom:.75rem}.hero__subtitle{font-size:.875rem;margin-bottom:1.25rem;line-height:1.5}.hero__ctas{gap:.75rem}.hero__ctas .btn-primary,.hero__ctas .btn-outline{padding:.75rem 1.5rem;font-size:.8rem}.hero__trust{gap:.75rem;margin-top:1rem}.hero__trust-item{font-size:.75rem}.featured-products__header{flex-direction:column;align-items:flex-start;gap:1rem}}.mobile-menu-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem}@media(max-width:768px){.mobile-menu-toggle{display:block}}.mobile-menu{display:none;background:var(--dark-navy);padding:1rem 1.5rem}.mobile-menu.active{display:block}.mobile-menu a{display:block;color:#d1d5db;font-weight:500;font-size:.875rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu a:hover{color:var(--brand-green)}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
