.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.farm-eq-wrapper{background:#fff;padding:32px 0 28px;width:100%}.farm-eq-inner{max-width:1400px;margin:0 auto;padding:0 24px}.farm-eq-heading{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:22px}.farm-eq-title{font-size:22px!important;font-weight:800!important;color:#1a1a1a!important;margin:0!important;font-family:Outfit,Inter,sans-serif;letter-spacing:-.3px}.farm-eq-leaf{display:flex;align-items:center}.farm-eq-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.farm-eq-card{display:flex;align-items:center;gap:14px;background:#f8fbf8;border:1px solid #e6efe6;border-radius:14px;padding:14px 12px;text-decoration:none;transition:all .22s ease;cursor:pointer;position:relative;overflow:hidden}.farm-eq-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(26,107,60,.04),transparent);opacity:0;transition:opacity .2s ease}.farm-eq-card:hover{border-color:#1a6b3c;box-shadow:0 6px 20px #1a6b3c1a;transform:translateY(-3px)}.farm-eq-card:hover:before{opacity:1}.farm-eq-icon-wrap{width:72px;height:72px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);overflow:hidden;transition:transform .2s ease}.farm-eq-card:hover .farm-eq-icon-wrap{transform:scale(1.06)}.farm-eq-img{width:100%;height:100%;object-fit:contain;padding:6px}.farm-eq-card-body{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.farm-eq-card-name{font-size:14px;font-weight:700;color:#1a1a1a;line-height:1.3;display:block}.farm-eq-card-sub{font-size:11.5px;font-weight:500;color:#6b7280;line-height:1.3;display:block}.farm-eq-arrow{color:#1a6b3c;display:flex;align-items:center;opacity:0;transform:translate(-4px);transition:all .2s ease;flex-shrink:0}.farm-eq-card:hover .farm-eq-arrow{opacity:1;transform:translate(0)}.farm-eq-view-all-wrap{display:flex;justify-content:center;margin-top:20px}.farm-eq-view-all{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#1a6b3c;text-decoration:none;padding:9px 24px;border:1.5px solid #1a6b3c;border-radius:50px;transition:all .22s ease}.farm-eq-view-all:hover{background:#1a6b3c;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #1a6b3c33}@media(max-width:1200px){.farm-eq-grid{grid-template-columns:repeat(4,1fr);gap:12px}}@media(max-width:900px){.farm-eq-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:768px){.farm-eq-inner{padding:0 12px}.farm-eq-title{font-size:18px!important}.farm-eq-icon-wrap{width:58px;height:58px;border-radius:10px}.farm-eq-card-name{font-size:13px}.farm-eq-card-sub{font-size:11px}}@media(max-width:480px){.farm-eq-grid{grid-template-columns:repeat(2,1fr);gap:10px}.farm-eq-card{flex-direction:column;align-items:flex-start;padding:12px 10px;gap:8px}.farm-eq-icon-wrap{width:52px;height:52px}.farm-eq-arrow{display:none}}footer{display:flex;justify-content:space-between;margin-top:2rem}footer a{text-decoration:none;color:var(--color-foreground)}footer .footer__links,footer .footer__payment{display:flex;gap:1rem}.sidebar-navigation{position:fixed;left:0;top:190px;width:200px;background:#fff;border-right:1px solid #e5e7eb;height:calc(100vh - 190px);overflow-y:auto;z-index:100}.sidebar-header{padding:1rem;border-bottom:1px solid #f3f4f6}.sidebar-toggle{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#0b7a35;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .3s ease}.sidebar-toggle:hover{background:#0f9d58}.chevron{margin-left:auto;transition:transform .3s ease}.sidebar-toggle:active .chevron{transform:rotate(180deg)}.sidebar-menu{padding:0;margin:0}.category-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.category-item{border-bottom:1px solid #f3f4f6}.category-link{display:flex;align-items:center;gap:.75rem;padding:1rem;color:#333;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .3s ease}.category-link:hover{background:#f9fafb;color:#0b7a35;padding-left:1.25rem}.category-link svg{flex-shrink:0;color:#0b7a35}.view-all-link{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;margin:1rem;background:#f3f4f6;color:#0b7a35;text-decoration:none;font-weight:600;font-size:.875rem;border-radius:6px;transition:all .3s ease}.view-all-link:hover{background:#0b7a35;color:#fff}@media(max-width:1024px){.sidebar-navigation{width:180px}}@media(max-width:768px){.sidebar-navigation{display:none}}header{height:5rem;display:flex;align-items:center;justify-content:space-between}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu,header .header__icons{display:flex;gap:1rem}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.tmh{position:relative;width:100%;background:#0e0c0a;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.tmh__track{position:relative;width:100%}.tmh__slide{display:none;position:relative;width:100%;height:clamp(340px,30vw,460px);overflow:hidden}.tmh__slide--on{display:block}.tmh__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center center;background-repeat:no-repeat;width:100%;height:100%}.tmh__grad{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#080604eb,#080604d1,#0806048c 40%,#08060433 65%,#08060400);z-index:1}.tmh__inner{position:absolute;top:0;bottom:0;z-index:2;display:flex;align-items:center;max-width:1400px;margin:0 auto;left:0;right:0;padding:0 60px}.tmh__copy{max-width:500px}.tmh__tag{color:#f5a500;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;margin:0 0 12px}.tmh__h1{font-size:clamp(28px,3.2vw,50px);font-weight:900;color:#fff;line-height:1.05;letter-spacing:-.5px;text-transform:uppercase;margin:0 0 14px}.tmh__h1 span{color:#f5a500;display:block}.tmh__sub{font-size:clamp(13px,1.1vw,15px);color:#ffffffb3;line-height:1.6;margin:0 0 26px}.tmh__btn{display:inline-flex;align-items:center;background:#f5a500;color:#111;font-size:13px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;padding:12px 24px;border-radius:4px;text-decoration:none;transition:background .18s,transform .18s}.tmh__btn:hover{background:#e09400;transform:translateY(-1px)}.tmh__arrow{position:absolute;top:50%;transform:translateY(calc(-50% - 30px));z-index:10;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#00000047;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s,border-color .18s;padding:0}.tmh__arrow:hover{background:#f5a500;border-color:#f5a500;color:#111}.tmh__arrow--l{left:12px}.tmh__arrow--r{right:12px}.tmh__foot{background:#181614;border-top:1px solid rgba(255,255,255,.06);padding:12px 0 10px}.tmh__trust{display:flex;align-items:center;justify-content:center;max-width:1400px;margin:0 auto;padding:0 60px;gap:0}.tmh__ti{flex:1;display:flex;align-items:center;justify-content:center;gap:9px;padding:2px 12px}.tmh__ti svg{flex-shrink:0}.tmh__ti div{display:flex;flex-direction:column;line-height:1.25}.tmh__ti b{font-size:12.5px;font-weight:700;color:#fff}.tmh__ti span{font-size:10.5px;color:#ffffff75}.tmh__sep{width:1px;height:34px;background:#ffffff1a;flex-shrink:0}.tmh__dots{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:9px}.tmh__dot{height:8px;width:8px;border-radius:4px;background:#ffffff4d;border:none;padding:0;cursor:pointer;transition:width .3s,background .3s}.tmh__dot--on{background:#fff;width:22px}@media(max-width:1024px){.tmh__inner{padding:0 40px}.tmh__trust{padding:0 30px}.tmh__ti{padding:2px 8px}}@media(max-width:768px){.tmh__slide{height:clamp(300px,52vw,380px)}.tmh__inner{padding:0 24px}.tmh__copy{max-width:85%}.tmh__trust{padding:0 20px;flex-wrap:wrap;gap:8px 0}.tmh__sep{display:none}.tmh__ti{flex:0 0 50%;justify-content:flex-start;padding:4px 12px}}@media(max-width:480px){.tmh__slide{height:300px}.tmh__inner{padding:0 18px}.tmh__copy{max-width:100%}.tmh__h1{font-size:26px}.tmh__sub{font-size:12.5px}.tmh__sub .tmh__br{display:none}.tmh__btn{font-size:12px;padding:10px 20px}.tmh__trust{padding:0 12px}.tmh__ti{flex:0 0 50%;padding:3px 8px}.tmh__ti b{font-size:11.5px}.tmh__ti span{font-size:10px}.tmh__arrow{width:30px;height:30px}}.home-gardening-section{background-color:#fff;padding:36px 0;width:100%;box-sizing:border-box}.gardening-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px;padding:0 24px;max-width:1400px;margin-left:auto;margin-right:auto;box-sizing:border-box}.gardening-header-left{display:flex;align-items:flex-start;gap:12px}.gardening-sprout-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:3px}.gardening-title-area{display:flex;flex-direction:column;gap:4px}.gardening-title{font-size:22px!important;font-weight:800!important;color:#111827!important;margin:0!important;font-family:Outfit,Inter,sans-serif}.gardening-description{font-size:13.5px;font-weight:500;color:#6b7280;margin:0;line-height:1.4;max-width:650px;font-family:Inter,sans-serif}.gardening-view-all{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;color:#008a3e;text-decoration:none;transition:all .2s ease;margin-top:4px;white-space:nowrap}.gardening-view-all:hover{color:#007200;transform:translate(3px)}.gardening-layout-grid{display:grid;grid-template-columns:28% 28% 44%;gap:20px;max-width:1400px;margin:0 auto;padding:0 24px;box-sizing:border-box}.gardening-banner-card{border-radius:16px;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:space-between;height:380px;padding:24px;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.gardening-banner-card.banner-1{background-color:#f3f7f4;border:1px solid #e1e8e2}.gardening-banner-card.banner-2{background-color:#f7f5f0;border:1px solid #eae5dc}.gardening-banner-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000000d}.banner-content{z-index:2;position:relative}.banner-title{font-size:22px!important;font-weight:800!important;color:#14532d!important;line-height:1.25;margin:0 0 6px!important;font-family:Outfit,Inter,sans-serif}.banner-subtitle{font-size:14px;font-weight:600;color:#6b7280;margin:0 0 16px}.banner-promo-tag{font-size:16px;font-weight:800;color:#dc2626;margin:0 0 16px}.banner-btn{display:inline-flex;align-items:center;gap:8px;background-color:#15803d;color:#fff;padding:8px 20px;border-radius:50px;font-size:13px;font-weight:700;text-decoration:none;transition:background-color .2s ease,transform .1s ease}.banner-btn:hover{background-color:#166534}.banner-btn:active{transform:scale(.97)}.banner-image-wrap{width:100%;height:180px;overflow:hidden;border-radius:8px;margin-top:auto}.banner-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gardening-banner-card:hover .banner-img{transform:scale(1.05)}.gardening-categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;height:100%}.gardening-cat-card{background-color:#f8faf8;border:1px solid #eaf0eb;border-radius:12px;display:flex;align-items:center;gap:14px;padding:12px 16px;text-decoration:none;transition:all .22s ease}.gardening-cat-card:hover{background-color:#fff;border-color:#15803d;transform:translateY(-2px);box-shadow:0 4px 12px #15803d0d}.cat-icon-wrap{width:48px;height:48px;background-color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px #00000005}.cat-placeholder-svg{width:32px;height:32px;color:#9ca3af}.cat-details{display:flex;flex-direction:column;gap:2px}.cat-name{font-size:14px;font-weight:700;color:#111827;font-family:Outfit,Inter,sans-serif}.cat-count{font-size:11.5px;font-weight:500;color:#6b7280}@media(max-width:1200px){.gardening-layout-grid{grid-template-columns:repeat(2,1fr)}.gardening-categories-grid{grid-column:span 2}}@media(max-width:768px){.gardening-layout-grid{grid-template-columns:1fr;padding:0 16px}.gardening-categories-grid{grid-column:span 1}.gardening-header{padding:0 16px}}@media(max-width:480px){.gardening-categories-grid{grid-template-columns:1fr}.gardening-banner-card{height:340px}}.premium-best-sellers{background:var(--bg-light);padding:30px 0 50px!important}.best-sellers-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;width:100%;padding:0 4px}.best-sellers-title{font-size:24px;font-weight:800;color:#1a1a1a;margin:0;font-family:Outfit,Inter,sans-serif}.best-sellers-view-all{display:inline-flex;align-items:center;gap:6px;font-size:14.5px;font-weight:700;color:#008a3e;text-decoration:none;transition:all .2s ease}.best-sellers-view-all:hover{color:#007a37;transform:translate(3px)}.best-sellers-carousel-wrapper{position:relative;display:flex;align-items:center;gap:var(--spacing-md)}.product-card-form{width:100%;margin:0;padding:0;display:block}.product-add-cart-btn:hover:not(:disabled){background-color:#007a37}.product-add-cart-btn:active:not(:disabled){transform:scale(.98)}.product-add-cart-btn:disabled{background-color:#9ca3af;cursor:not-allowed}@media(max-width:480px){.best-sellers-title{font-size:20px}.best-sellers-view-all{font-size:13px}}.best-sellers-carousel-wrapper .carousel-container{flex:1;overflow:hidden;border-radius:var(--radius-lg)}.best-sellers-carousel-wrapper .carousel-track{display:flex;gap:var(--spacing-md);overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:10px}.best-sellers-carousel-wrapper .carousel-track::-webkit-scrollbar{display:none}.best-sellers-carousel-wrapper .carousel-item{flex:0 0 350px;min-height:500px}.best-sellers-carousel-wrapper .carousel-button{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:var(--bg-card);border:1px solid #eaeaea;color:#666;box-shadow:0 4px 12px #0000000d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-smooth);z-index:10;flex-shrink:0}.best-sellers-carousel-wrapper .carousel-button:hover{background:#f7f9f8;color:#008a3e;border-color:#008a3e33;transform:translateY(-50%) scale(1.05);box-shadow:0 6px 16px #0000001a}.best-sellers-carousel-wrapper .carousel-button--prev{left:-25px}.best-sellers-carousel-wrapper .carousel-button--next{right:-25px}@media(max-width:1024px){.best-sellers-carousel-wrapper .carousel-item{flex:0 0 300px;min-height:auto}.best-sellers-carousel-wrapper .carousel-button--prev,.best-sellers-carousel-wrapper .carousel-button--next{display:none}}@media(max-width:768px){.best-sellers-carousel-wrapper{gap:var(--spacing-sm)}.best-sellers-carousel-wrapper .carousel-item{flex:0 0 280px;min-height:450px}}@media(max-width:480px){.best-sellers-carousel-wrapper .carousel-item{flex:0 0 250px;min-height:400px}}.premium-collection-showcase{background-color:#fff;padding:40px 0;width:100%;box-sizing:border-box;overflow:hidden}.showcase-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding:0 4px}.showcase-header-left{display:flex;align-items:flex-start;gap:12px}.showcase-sprout-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:3px}.showcase-title-area{display:flex;flex-direction:column;gap:6px}.showcase-title{font-size:24px;font-weight:800;color:#111827;margin:0;font-family:Outfit,Inter,sans-serif}.showcase-description{font-size:13.5px;font-weight:500;color:#555;margin:0;line-height:1.45;max-width:650px;font-family:Inter,sans-serif}.showcase-view-all{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;color:#008a3e;text-decoration:none;transition:all .2s ease;margin-top:4px;white-space:nowrap}.showcase-view-all:hover{color:#007200;transform:translate(3px)}.showcase-slider-wrapper{position:relative;width:100%}.showcase-carousel-viewport{overflow:hidden;width:100%}.showcase-carousel-track{display:flex;width:100%;box-sizing:border-box}.showcase-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background-color:#fff;border:1px solid #eaeaea;box-shadow:0 4px 12px #0000000d;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#444;transition:all .2s ease;z-index:10;padding:0}.showcase-nav-btn:hover{background-color:#f9f9f9;color:#008a3e;border-color:#008a3e;transform:translateY(-50%) scale(1.08)}.showcase-nav-btn--prev{left:-19px}.showcase-nav-btn--next{right:-19px}.showcase-carousel-item{flex:0 0 calc(100% / var(--desktop-items));padding:0 8px;box-sizing:border-box}.grid-layout .showcase-carousel-track{display:grid;grid-template-columns:repeat(var(--desktop-items),1fr);gap:16px}.grid-layout .showcase-carousel-item{width:100%;flex:none;padding:0}.showcase-product-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;height:100%;box-sizing:border-box;transition:box-shadow .2s ease,border-color .2s ease}.showcase-product-card:hover{box-shadow:0 6px 18px #00000008;border-color:#d1d5db}.showcase-image-wrapper{height:160px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:16px 12px 6px;position:relative;background-color:#fff;border-radius:8px 8px 0 0}.showcase-image-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none}.showcase-product-img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .4s cubic-bezier(.16,1,.3,1)}.showcase-product-card:hover .showcase-product-img{transform:scale(1.06)}.showcase-vector-svg{max-width:100%;max-height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1)}.showcase-product-card:hover .showcase-vector-svg{transform:scale(1.06)}.showcase-placeholder-svg{width:70px;height:70px;color:#d1d5db}.showcase-card-content{padding:10px 14px 14px;display:flex;flex-direction:column;flex:1;border-top:1px solid #f3f4f6}.showcase-card-title{font-size:13.5px;font-weight:700;line-height:1.35;margin:0 0 3px;color:#111827;height:36px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.showcase-card-title a{color:inherit;text-decoration:none;transition:color .15s ease}.showcase-card-title a:hover{color:#008a3e}.showcase-card-type{font-size:11px;font-weight:600;color:#6b7280;margin:0 0 8px;text-transform:uppercase;letter-spacing:.3px}.showcase-card-price-row{display:flex;align-items:center;gap:6px;margin-bottom:6px;flex-wrap:wrap}.showcase-price-current{font-size:15px;font-weight:800;color:#111827}.showcase-price-compare{font-size:12px;font-weight:500;color:#9ca3af;text-decoration:line-through}.showcase-discount-badge{font-size:10px;font-weight:800;color:#dc2626;background-color:#fef2f2;padding:1px 5px;border-radius:3px}.showcase-card-rating{display:flex;align-items:center;gap:4px;margin-top:auto}.showcase-stars{display:flex;gap:1px}.showcase-rating-count{font-size:10.5px;font-weight:600;color:#6b7280}@media(max-width:1200px){.showcase-title{font-size:21px}}@media(max-width:1024px){.slider-enabled .showcase-carousel-item{flex:0 0 calc(100% / var(--tablet-items))}.grid-layout .showcase-carousel-track{grid-template-columns:repeat(var(--tablet-items),1fr);gap:12px}.showcase-nav-btn{display:none}}@media(max-width:600px){.premium-collection-showcase{padding:24px 0!important}.showcase-header{flex-direction:column;gap:8px;padding:0 10px!important;margin-bottom:16px!important}.showcase-slider-wrapper{padding:0 10px!important;box-sizing:border-box}.showcase-title{font-size:18.5px}.showcase-description{font-size:12px}.slider-enabled .showcase-carousel-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.slider-enabled .showcase-carousel-viewport::-webkit-scrollbar{display:none}.slider-enabled .showcase-carousel-item{flex:0 0 calc(50% - 4px)!important;scroll-snap-align:start;padding:0 4px!important}.grid-layout .showcase-carousel-track{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.showcase-product-card{min-height:auto;border-radius:10px!important;box-shadow:0 2px 8px #00000005!important}.showcase-image-wrapper{height:140px!important;padding:8px!important}.showcase-card-content{padding:10px!important}.showcase-card-title{font-size:13px!important;height:34px!important;margin-bottom:2px!important}.showcase-card-type{font-size:10px!important;margin-bottom:6px!important}.showcase-price-current{font-size:15px!important}.showcase-price-compare{font-size:11px!important}}.tmcat{background:#fff;padding:20px 0 0;border-bottom:1px solid #ebebeb;font-family:Inter,-apple-system,sans-serif}.tmcat__wrap{max-width:1400px;margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(8,1fr)}.tmcat__item{display:flex;flex-direction:column;align-items:center;text-decoration:none;padding:16px 8px;border-right:1px solid #ebebeb;transition:background .18s;cursor:pointer;min-width:0}.tmcat__item:last-child{border-right:none}.tmcat__item:hover{background:#fffbf0}.tmcat__img-wrap{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:10px;max-height:110px}.tmcat__img{width:100%;height:100%;object-fit:contain;transition:transform .25s ease}.tmcat__item:hover .tmcat__img{transform:scale(1.07)}.tmcat__info{display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center}.tmcat__name{font-size:12.5px;font-weight:700;color:#111;line-height:1.3}.tmcat__link{font-size:11px;color:#888;font-weight:500;transition:color .15s}.tmcat__item:hover .tmcat__link{color:#f5a500}@media(max-width:900px){.tmcat__wrap{grid-template-columns:repeat(4,1fr)}.tmcat__item{border-bottom:1px solid #ebebeb}.tmcat__item:nth-child(4n){border-right:none}}@media(max-width:480px){.tmcat__wrap{grid-template-columns:repeat(4,1fr)}.tmcat__item{padding:10px 4px;border-bottom:1px solid #ebebeb}.tmcat__name{font-size:10.5px}.tmcat__link{display:none}.tmcat__img-wrap{max-height:65px;margin-bottom:6px}}.tm-footer{background:#111}.tm-footer__main{padding:56px 0 36px}.tm-footer__grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr 1.4fr;gap:40px}.tm-footer__brand-desc{font-size:13px;color:#888;line-height:1.7;margin-bottom:20px}.tm-footer__socials{display:flex;gap:10px}.tm-footer__social{width:36px;height:36px;background:#ffffff14;color:#aaa;border-radius:6px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .2s}.tm-footer__social:hover{background:#f5a500;color:#111}.tm-footer__col-title{font-size:12px;font-weight:700;letter-spacing:1.5px;color:#f5a500;margin-bottom:18px}.tm-footer__links{list-style:none;display:flex;flex-direction:column;gap:10px}.tm-footer__links li a{font-size:13px;color:#888;text-decoration:none;transition:color .2s}.tm-footer__links li a:hover{color:#f5a500}.tm-footer__contact-list{list-style:none;display:flex;flex-direction:column;gap:12px}.tm-footer__contact-list li{display:flex;gap:10px;font-size:12.5px;color:#888;line-height:1.5;align-items:flex-start}.tm-footer__contact-list li svg{flex-shrink:0;margin-top:2px;color:#f5a500}.tm-footer__contact-list li a{color:#888;text-decoration:none}.tm-footer__contact-list li a:hover{color:#f5a500}.tm-footer__bottom{background:#0a0a0a;border-top:1px solid rgba(255,255,255,.06);padding:16px 0}.tm-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.tm-footer__copyright{font-size:12px;color:#666}.tm-footer__payments{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.tm-payment-badge{background:#ffffff14;color:#aaa;font-size:10px;font-weight:700;padding:4px 10px;border-radius:4px;border:1px solid rgba(255,255,255,.1);letter-spacing:.5px}@media(max-width:1200px){.tm-footer__grid{grid-template-columns:1fr 1fr 1fr;gap:32px}}@media(max-width:768px){.tm-footer__grid{grid-template-columns:1fr 1fr;gap:28px}.tm-footer__col--brand{grid-column:1 / -1}}@media(max-width:480px){.tm-footer__grid{grid-template-columns:1fr}.tm-footer__bottom-inner{flex-direction:column;text-align:center}}.tm-announce{background:#111;height:32px;display:flex;align-items:center}.tm-announce__inner{max-width:1400px;margin:0 auto;padding:0 24px;width:100%;display:flex;align-items:center;justify-content:space-between}.tm-announce__left,.tm-announce__right{display:flex;align-items:center;gap:10px;font-size:11.5px;color:#ccc}.tm-announce__left svg,.tm-announce__right svg{flex-shrink:0}.tm-announce__left span{display:flex;align-items:center;gap:5px}.tm-announce__sep{color:#444}.tm-announce__right a{color:#ccc;text-decoration:none;font-size:11.5px;transition:color .15s}.tm-announce__right a:hover{color:#f5a500}.tm-header{background:#fff;border-bottom:1px solid #e8e8e8;position:sticky;top:0;z-index:900;box-shadow:0 1px 4px #0000000f}.tm-header__row{max-width:1400px;margin:0 auto;padding:0 24px;height:68px;display:flex;align-items:center;gap:18px}.tm-logo{display:flex;flex-direction:column;line-height:1;text-decoration:none;flex-shrink:0}.tm-logo__name{display:flex;align-items:baseline;font-size:26px;font-weight:900;letter-spacing:-1px}.tm-logo__tool,.tm-logo__max{color:#111}.tm-logo__hardware{font-size:9px;font-weight:700;letter-spacing:2.5px;color:#888;margin-top:1px;text-transform:uppercase}.tm-shopby{position:relative;flex-shrink:0}.tm-shopby__btn{display:flex;align-items:center;gap:10px;background:#f5a500;color:#111;border:none;border-radius:5px;padding:8px 14px 8px 12px;cursor:pointer;transition:background .15s;font-family:inherit;min-width:140px}.tm-shopby__btn:hover{background:#e09400}.tm-shopby__lines{flex-shrink:0}.tm-shopby__label{display:flex;flex-direction:column;text-align:left;line-height:1.2}.tm-shopby__top{font-size:10.5px;font-weight:500;color:#333}.tm-shopby__bottom{font-size:13px;font-weight:700;color:#111;display:flex;align-items:center;gap:5px}.tm-shopby__chev{transition:transform .2s}.tm-shopby--open .tm-shopby__chev{transform:rotate(180deg)}.tm-shopby__dropdown{display:none;position:absolute;top:calc(100% + 6px);left:0;width:230px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 8px 28px #00000021;z-index:1000;overflow:hidden}.tm-shopby--open .tm-shopby__dropdown{display:block}.tm-shopby__dropdown ul{list-style:none;padding:6px 0}.tm-shopby__dropdown ul li a{display:flex;align-items:center;gap:10px;padding:9px 16px;font-size:13px;color:#333;text-decoration:none;transition:background .12s,color .12s}.tm-shopby__dropdown ul li a:hover{background:#fff8e6;color:#f5a500}.tm-shopby__dropdown ul li a svg{margin-left:auto}.tm-shopby__footer{border-top:1px solid #eee;padding:9px 16px}.tm-shopby__footer a{font-size:12.5px;color:#f5a500;font-weight:600;text-decoration:none}.tm-search{flex:1;min-width:0}.tm-search__form{display:flex;align-items:stretch;height:42px;border:1.5px solid #d8d8d8;border-radius:5px;overflow:hidden;background:#fff;transition:border-color .2s}.tm-search__form:focus-within{border-color:#f5a500}.tm-search__input{flex:1;border:none;outline:none;padding:0 14px;font-size:13.5px;color:#333;font-family:inherit;background:transparent;min-width:0}.tm-search__input::placeholder{color:#aaa}.tm-search__divider{width:1px;background:#d8d8d8;margin:8px 0;flex-shrink:0}.tm-search__cat{display:flex;align-items:center;gap:4px;padding:0 10px;flex-shrink:0}.tm-search__cat select{border:none;outline:none;background:transparent;font-size:12.5px;color:#555;cursor:pointer;font-family:inherit;padding:0;-webkit-appearance:none;appearance:none;min-width:90px}.tm-search__cat svg{pointer-events:none;flex-shrink:0}.tm-search__btn{background:#f5a500;border:none;padding:0 14px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.tm-search__btn:hover{background:#e09400}.tm-account{position:relative;flex-shrink:0}.tm-account__btn{display:flex;align-items:center;gap:8px;text-decoration:none;color:#111;padding:6px 4px;border-radius:4px;transition:background .12s;cursor:pointer}.tm-account__btn:hover{background:#f5f5f5}.tm-account__text{display:flex;flex-direction:column;line-height:1.25}.tm-account__hello{font-size:10.5px;color:#888;font-weight:400}.tm-account__name{font-size:13px;font-weight:700;color:#111;display:flex;align-items:center;gap:4px}.tm-account__dropdown{display:none;position:absolute;top:calc(100% + 6px);right:0;min-width:160px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 8px 24px #0000001f;z-index:1000;overflow:hidden}.tm-account:hover .tm-account__dropdown{display:block}.tm-account__dropdown a{display:block;padding:10px 16px;font-size:13px;color:#333;text-decoration:none;transition:background .12s}.tm-account__dropdown a:hover{background:#fff8e6;color:#f5a500}.tm-cart{display:flex;align-items:center;gap:6px;text-decoration:none;color:#111;flex-shrink:0;padding:6px 4px;border-radius:4px;transition:background .12s}.tm-cart:hover{background:#f5f5f5}.tm-cart__icon{position:relative}.tm-cart__badge{position:absolute;top:-8px;right:-8px;background:#f5a500;color:#111;font-size:10px;font-weight:800;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}.tm-cart__label{font-size:14px;font-weight:700;color:#111}.tm-mob-toggle{display:none;background:none;border:none;cursor:pointer;padding:6px;border-radius:4px;flex-shrink:0}.tm-mob-toggle:hover{background:#f5f5f5}.tm-nav{background:#fff;border-bottom:1px solid #eeeeee;position:sticky;top:68px;z-index:899}.tm-nav__inner{max-width:1400px;margin:0 auto;padding:0 24px}.tm-nav__list{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:0}.tm-nav__link{display:inline-flex;align-items:center;gap:4px;padding:13px 15px;font-size:13.5px;font-weight:500;color:#222;text-decoration:none;white-space:nowrap;transition:color .15s;position:relative}.tm-nav__link:hover,.tm-nav__link--active{color:#f5a500}.tm-nav__link--active:after{content:"";position:absolute;bottom:0;left:14px;right:14px;height:2px;background:#f5a500;border-radius:2px 2px 0 0}.tm-nav__hot{background:#e53e3e;color:#fff;font-size:9px;font-weight:800;padding:2px 5px;border-radius:3px;letter-spacing:.3px;margin-left:3px}.tm-nav__has-drop{position:relative}.tm-nav__has-drop:hover .tm-nav__drop{display:block}.tm-nav__drop{display:none;position:absolute;top:100%;left:0;min-width:200px;background:#fff;border:1px solid #e5e5e5;border-radius:0 0 8px 8px;box-shadow:0 8px 24px #0000001f;z-index:1000;list-style:none;padding:6px 0}.tm-nav__drop li a{display:block;padding:9px 18px;font-size:13px;color:#333;text-decoration:none;transition:background .12s,color .12s}.tm-nav__drop li a:hover{background:#fff8e6;color:#f5a500}.tm-drawer{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}.tm-drawer--open{display:block}.tm-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.tm-drawer__panel{position:absolute;left:0;top:0;bottom:0;width:300px;background:#fff;overflow-y:auto;box-shadow:4px 0 24px #0000002e;transform:translate(-100%);transition:transform .28s ease}.tm-drawer--open .tm-drawer__panel{transform:translate(0)}.tm-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eee;background:#f8f8f8}.tm-drawer__head .tm-logo__name{font-size:22px}.tm-drawer__close{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px}.tm-drawer__close:hover{background:#eee}.tm-drawer__search{padding:12px 16px;border-bottom:1px solid #eee}.tm-drawer__search form{display:flex;border:1.5px solid #ddd;border-radius:5px;overflow:hidden}.tm-drawer__sinput{flex:1;border:none;outline:none;padding:8px 12px;font-size:13px;font-family:inherit}.tm-drawer__search button{background:#f5a500;border:none;padding:8px 12px;cursor:pointer;display:flex;align-items:center}.tm-drawer__nav{list-style:none;padding:4px 0 40px}.tm-drawer__nav li>a,.tm-dsub-toggle{display:flex;align-items:center;gap:6px;padding:13px 20px;font-size:14px;font-weight:500;color:#222;text-decoration:none;border-bottom:1px solid #f2f2f2;background:none;border-left:none;border-right:none;border-top:none;width:100%;cursor:pointer;font-family:inherit;text-align:left;transition:background .12s}.tm-drawer__nav li>a:hover,.tm-dsub-toggle:hover{background:#fff8e6;color:#f5a500}.tm-dsub-toggle svg{margin-left:auto;transition:transform .2s}.tm-dsub{display:none;list-style:none;background:#f9f9f9}.tm-dsub.open{display:block}.tm-dsub li a{padding:10px 20px 10px 36px;font-size:13px;font-weight:400}@media(max-width:1100px){.tm-shopby,.tm-account__text,.tm-cart__label{display:none}}@media(max-width:768px){.tm-announce__left{display:none}.tm-mob-toggle{display:flex}.tm-nav,.tm-search{display:none}.tm-header__row{gap:10px;justify-content:space-between}.tm-logo__name{font-size:22px}}@media(max-width:480px){.tm-announce{display:none}.tm-header__row{padding:0 14px}}.agromart-hero{position:relative;overflow:hidden!important;height:300px!important;max-height:300px!important;display:flex;align-items:center}.agromart-hero h1,.agromart-hero-title{margin-bottom:6px!important;font-size:clamp(1.25rem,2.5vw,2rem)!important;line-height:1.1!important}.hero-bg-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#edf7ed,#d4edda 25%,#c3e6cb 45%,#b8dfc4,#d0e8c0,#e8f0d0 90%,#f5f8e8)}.hero-bg-circles{position:absolute;top:0;right:0;bottom:0;left:0}.bg-circle{position:absolute;border-radius:50%;opacity:.18}.bg-circle-1{width:420px;height:420px;background:radial-gradient(circle,#22c55e 0%,transparent 70%);top:-100px;right:5%}.bg-circle-2{width:280px;height:280px;background:radial-gradient(circle,#4ade80 0%,transparent 70%);bottom:-60px;left:30%;opacity:.12}.bg-circle-3{width:180px;height:180px;background:radial-gradient(circle,#86efac 0%,transparent 70%);top:10%;left:10%;opacity:.15}.leaf-float{position:absolute;animation:leafDrift 6s ease-in-out infinite;opacity:.7}.leaf-1{top:8%;right:8%;animation-delay:0s;transform:rotate(-15deg)}.leaf-2{top:55%;right:4%;animation-delay:1.5s;transform:rotate(20deg)}.leaf-3{bottom:12%;left:42%;animation-delay:3s;transform:rotate(-8deg)}@keyframes leafDrift{0%,to{transform:translateY(0) rotate(-15deg)}50%{transform:translateY(-12px) rotate(-10deg)}}.agromart-hero-container{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;align-items:center;max-width:1400px;margin:0 auto;padding:0 24px;gap:16px;width:100%;height:100%;box-sizing:border-box}.agromart-hero-content{display:flex;flex-direction:column;gap:0}.agromart-hero-eyebrow{font-size:.8rem!important;font-weight:500;color:#1f2937;margin:0 0 2px!important;letter-spacing:-.1px}.agromart-hero-title{font-size:clamp(1.25rem,2.5vw,2rem)!important;font-weight:800;color:#1a6b3c;line-height:1.1!important;margin:0 0 6px!important;letter-spacing:-.5px;font-family:Outfit,Inter,sans-serif}.agromart-hero-desc{font-size:.78rem;color:#374151;line-height:1.5;margin:0 0 10px!important;font-weight:400;max-width:440px}.agromart-shop-btn{display:inline-flex;align-items:center;gap:6px;background-color:#1a6b3c;color:#fff;text-decoration:none;font-weight:700;font-size:.78rem;padding:7px 18px;border-radius:50px;transition:all .25s ease;width:fit-content;margin-bottom:10px;box-shadow:0 3px 10px #1a6b3c4d;letter-spacing:.1px}.agromart-shop-btn:hover{background-color:#145c33;transform:translateY(-2px);box-shadow:0 6px 20px #1a6b3c66}.agromart-shop-btn svg{transition:transform .2s ease}.agromart-shop-btn:hover svg{transform:translate(3px)}.agromart-trust-row{display:flex;flex-wrap:wrap;gap:6px}.agromart-trust-badge{display:flex;align-items:center;gap:4px;background:#ffffffd9;border:1px solid rgba(26,107,60,.15);border-radius:50px;padding:4px 10px 4px 7px;font-size:.68rem;font-weight:600;color:#1f2937;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s ease;white-space:nowrap}.agromart-trust-badge:hover{background:#fffffffa;border-color:#1a6b3c4d;transform:translateY(-1px)}.trust-badge-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:#1a6b3c1a;border-radius:50%;flex-shrink:0}.agromart-hero-visual{position:relative;height:280px;display:flex;align-items:flex-end;justify-content:center}.organic-badge-float{position:absolute;top:0;right:0;z-index:10;animation:floatBadge 4s ease-in-out infinite}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.organic-badge-inner{background:#fff;border:2px solid #d1fae5;border-radius:50%;width:52px;height:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;box-shadow:0 3px 10px #1a6b3c26;text-align:center}.organic-pct{font-size:.62rem;font-weight:800;color:#1a6b3c;line-height:1}.organic-label{font-size:.46rem;font-weight:600;color:#374151;line-height:1.3;text-align:center}.hero-products-group{position:relative;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center}.hero-product-item{position:absolute;filter:drop-shadow(0 6px 14px rgba(0,0,0,.1));transition:transform .3s ease;transform-origin:bottom center;transform:scale(.72)}.hero-product-item:hover{transform:scale(.72) translateY(-4px)}.hero-product-sprayer{left:12%;bottom:0;z-index:3;animation:floatItem 5s ease-in-out infinite;animation-delay:0s}.hero-product-plant{left:28%;bottom:0;z-index:4;animation:floatItem 5s ease-in-out infinite;animation-delay:.8s}.hero-product-fertiliser{left:40%;bottom:0;z-index:5;animation:floatItem 5s ease-in-out infinite;animation-delay:.2s}.hero-product-seeds{right:14%;bottom:0;z-index:3;animation:floatItem 5s ease-in-out infinite;animation-delay:1.2s}.hero-product-tomato{right:5%;bottom:5%;z-index:6;animation:floatItem 5s ease-in-out infinite;animation-delay:.5s}@keyframes floatItem{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media(max-width:1024px){.agromart-hero{height:260px!important;max-height:260px!important}.agromart-hero-container{padding:0 16px;gap:12px}.agromart-hero-title{font-size:1.5rem!important}.agromart-hero-visual{height:240px}}@media(max-width:768px){.agromart-hero{height:160px!important;max-height:160px!important}.agromart-hero-container{grid-template-columns:1fr 1fr;padding:0 12px;gap:8px}.agromart-hero-visual{height:144px}.organic-badge-float{right:2px;top:2px}.organic-badge-inner{width:40px;height:40px}.organic-pct{font-size:.52rem}.organic-label{font-size:.38rem}.agromart-hero-title{font-size:1rem!important;margin:0 0 3px!important}.agromart-hero-eyebrow{font-size:.65rem!important;margin:0 0 1px!important}.agromart-hero-desc{font-size:.65rem;line-height:1.4;margin:0 0 6px!important}.agromart-trust-row{gap:3px}.agromart-trust-badge{font-size:.58rem;padding:3px 7px 3px 5px}.trust-badge-icon{width:12px;height:12px}.agromart-shop-btn{padding:5px 12px;font-size:.68rem;margin-bottom:6px!important}.hero-product-item{transform:scale(.5)}.hero-product-item:hover{transform:scale(.5) translateY(-4px)}}@media(max-width:480px){.agromart-hero{height:130px!important;max-height:130px!important}.agromart-hero-visual{height:114px}.hero-product-plant,.hero-product-tomato,.hero-product-sprayer{display:none}.hero-product-item{transform:scale(.45)}.hero-product-fertiliser{left:30%}.hero-product-seeds{right:2%}.agromart-trust-badge:nth-child(3),.agromart-trust-badge:nth-child(4){display:none}}.premium-plants-section{background-color:#fff;padding:38px 0;width:100%;overflow:hidden;box-sizing:border-box}.plants-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;padding:0 24px;max-width:1400px;margin-left:auto;margin-right:auto;box-sizing:border-box}.plants-header-title-wrap{display:flex;flex-direction:column;align-items:center;margin:0 auto 0 0}.plants-title{font-size:24px!important;font-weight:800!important;color:#1a3a2a!important;margin:0 0 4px!important;font-family:Outfit,Inter,sans-serif}.plants-leaf-divider{display:flex;align-items:center;gap:8px;width:100%;justify-content:flex-start}.plants-leaf-divider .line{height:1px;background-color:#e5e7eb;width:30px}.plants-leaf-divider .leaf-icon{display:flex;align-items:center}.plants-view-all-btn{padding:8px 20px;border:1.5px solid #e5e7eb;border-radius:6px;font-size:12.5px;font-weight:700;color:#1a1a1a;text-decoration:none;transition:all .22s ease;font-family:Inter,sans-serif;letter-spacing:.3px}.plants-view-all-btn:hover{background-color:#f9fafb;border-color:#15803d;color:#15803d}.plants-slider-wrapper{position:relative;width:100%;max-width:1400px;margin:0 auto;padding:0 16px;box-sizing:border-box}.plants-carousel-viewport{overflow:hidden;width:100%}.plants-carousel-track{display:flex;width:100%;box-sizing:border-box}.plants-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background-color:#fff;border:1px solid #eaeaea;box-shadow:0 4px 10px #0000000d;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#444;transition:all .2s ease;z-index:10;padding:0}.plants-nav-btn:hover{background-color:#f9f9f9;color:#15803d;border-color:#15803d;transform:translateY(-50%) scale(1.08)}.plants-nav-btn--prev{left:-8px}.plants-nav-btn--next{right:-8px}.plants-carousel-item{flex:0 0 20%;padding:0 8px;box-sizing:border-box}.premium-plant-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:12px;display:flex;flex-direction:column;height:100%;box-sizing:border-box;transition:box-shadow .25s ease,border-color .25s ease;overflow:hidden}.premium-plant-card:hover{box-shadow:0 8px 24px #0000000a;border-color:#e5e7eb}.plant-card-image-wrap{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;background-color:#f9fafb}.plant-badge{position:absolute;top:10px;left:10px;font-size:9px;font-weight:800;padding:3px 7px;border-radius:4px;background-color:#1f2937;color:#fff;letter-spacing:.3px;z-index:5}.plant-card-image-link{width:100%;height:100%;display:block}.plant-img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.16,1,.3,1)}.premium-plant-card:hover .plant-img{transform:scale(1.05)}.plant-placeholder{width:80px;height:80px;color:#d1d5db}.plant-card-content{padding:14px;display:flex;flex-direction:column;flex:1;background-color:#fff}.plant-card-title{font-size:14px;font-weight:700;line-height:1.35;margin:0 0 6px;color:#111827;height:38px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Inter,sans-serif}.plant-card-title a{color:inherit;text-decoration:none;transition:color .15s ease}.plant-card-title a:hover{color:#15803d}.plant-card-rating{display:flex;align-items:center;gap:4px;margin-bottom:8px}.plant-stars{display:flex;gap:1px}.plant-rating-count{font-size:11px;font-weight:600;color:#6b7280}.plant-card-price-row{margin-bottom:12px}.plant-price-current{font-size:15.5px;font-weight:800;color:#111827}.plant-card-cart-form{width:100%;margin-top:auto}.plant-card-add-btn{width:100%;background-color:#3f6212;color:#fff;border:none;border-radius:6px;height:38px;font-weight:700;font-size:12.5px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,transform .1s ease}.plant-card-add-btn:hover{background-color:#365314}.plant-card-add-btn:active{transform:scale(.97)}@media(max-width:1024px){.plants-carousel-item{flex:0 0 33.33%}.plants-nav-btn{display:none}}@media(max-width:600px){.premium-plants-section{padding:24px 0!important}.plants-header{padding:0 10px!important;margin-bottom:16px!important}.plants-slider-wrapper{padding:0 10px!important;box-sizing:border-box}.plants-title{font-size:20px!important}.plants-carousel-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.plants-carousel-viewport::-webkit-scrollbar{display:none}.plants-carousel-item{flex:0 0 calc(50% - 4px)!important;scroll-snap-align:start;padding:0 4px!important}.premium-plant-card{min-height:auto;border-radius:10px!important;box-shadow:0 2px 8px #00000005!important}.plant-card-image-wrap{padding:8px!important}.plant-card-content{padding:10px!important}.plant-card-title{font-size:13px!important;height:34px!important;margin-bottom:2px!important}.plant-price-current{font-size:15px!important}.plant-card-add-btn{height:32px!important;font-size:12px!important;border-radius:5px!important}}.premium-product-carousel{background:var(--bg-light);padding:30px 0!important}.product-carousel-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;width:100%;padding:0 4px}.product-carousel-title{font-size:24px;font-weight:800;color:#1a1a1a;margin:0;font-family:Outfit,Inter,sans-serif}.product-carousel-view-all{display:inline-flex;align-items:center;gap:6px;font-size:14.5px;font-weight:700;color:#008a3e;text-decoration:none;transition:all .2s ease}.product-carousel-view-all:hover{color:#007a37;transform:translate(3px)}@media(max-width:480px){.product-carousel-title{font-size:20px}.product-carousel-view-all{font-size:13px}}.carousel-wrapper{position:relative;display:flex;align-items:center;gap:var(--spacing-md)}.carousel-container{flex:1;overflow:hidden;border-radius:var(--radius-lg)}.carousel-track{display:flex;gap:var(--spacing-md);overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:10px}.carousel-track::-webkit-scrollbar{display:none}.carousel-item{flex:0 0 350px;min-height:550px}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:var(--bg-card);border:1px solid #eaeaea;color:#666;box-shadow:0 4px 12px #0000000d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-smooth);z-index:10;flex-shrink:0}.carousel-button:hover{background:#f7f9f8;color:#008a3e;border-color:#008a3e33;transform:translateY(-50%) scale(1.05);box-shadow:0 6px 16px #0000001a}.carousel-button--prev{left:-25px}.carousel-button--next{right:-25px}.pack-variant:hover{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:#fff;transform:scale(1.05)}.product-add-cart-btn{width:100%;background-color:#008a3e;color:#fff;border:none;border-radius:6px;height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;font-weight:700;font-size:14px;cursor:pointer;transition:background-color .2s ease,transform .1s ease;box-sizing:border-box}.product-add-cart-btn:hover{background-color:#007a37}.product-add-cart-btn:active{transform:scale(.98)}.product-add-cart-btn-text{flex-grow:1;text-align:center}.product-add-cart-btn-divider{width:1px;height:20px;background-color:#ffffff40;margin:0 4px}.product-add-cart-btn-icon{display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}@media(max-width:1024px){.carousel-item{flex:0 0 300px;min-height:auto}.carousel-button--prev,.carousel-button--next{display:none}}@media(max-width:768px){.carousel-wrapper{gap:var(--spacing-sm)}.carousel-item{flex:0 0 280px;min-height:450px}}@media(max-width:480px){.carousel-item{flex:0 0 250px;min-height:400px}.premium-product-card__content{padding:var(--spacing-xs)}}.tmpb{padding:30px 0;background:#fff;font-family:Inter,-apple-system,sans-serif}.tmpb__grid{max-width:1400px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.tmpb__card{display:block;text-decoration:none;border-radius:8px;overflow:hidden;background:#f4f4f4;border:1px solid #e0e0e0;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.tmpb__card:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00000014;background:#ebebeb}.tmpb__body{display:flex;align-items:center;justify-content:space-between;padding:24px 20px 24px 24px;min-height:180px}.tmpb__text{display:flex;flex-direction:column;flex:1;min-width:0;justify-content:center}.tmpb__eyebrow{font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#111;margin:0 0 6px}.tmpb__title{font-size:clamp(14px,1.3vw,17px);font-weight:800;color:#111;text-transform:uppercase;line-height:1.25;letter-spacing:-.3px;margin:0 0 8px}.tmpb__discount{display:block;color:#e09400;font-size:12px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;margin-bottom:12px}.tmpb__cta{display:inline-flex;align-items:center;font-size:12px;font-weight:800;color:#111;letter-spacing:.5px;text-transform:uppercase;transition:color .15s}.tmpb__card:hover .tmpb__cta{color:#f5a500}.tmpb__img-wrap{flex-shrink:0;width:40%;max-width:140px;display:flex;align-items:center;justify-content:center}.tmpb__img{width:100%;height:auto;object-fit:contain;max-height:130px;transition:transform .25s ease}.tmpb__card:hover .tmpb__img{transform:scale(1.05)}@media(max-width:991px){.tmpb__grid{grid-template-columns:1fr;gap:15px}.tmpb__body{min-height:150px;padding:20px}.tmpb__img-wrap{max-width:120px}}@media(max-width:480px){.tmpb__grid{padding:0 16px}.tmpb__body{padding:16px;min-height:130px}.tmpb__title{font-size:14px}.tmpb__img-wrap{max-width:95px}}.tmapp{padding:30px 0;background:#fff;font-family:Inter,-apple-system,sans-serif}.tmapp__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.tmapp__card{display:block;position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0;text-decoration:none;cursor:pointer}.tmapp__img-wrap{width:100%;height:100%;overflow:hidden;background:#f7f7f7}.tmapp__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.tmapp__card:hover .tmapp__img{transform:scale(1.08)}.tmapp__overlay{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(0deg,#000000d9,#0006 60%,#0000);padding:16px 12px 12px;text-align:center;transition:background .3s}.tmapp__card:hover .tmapp__overlay{background:linear-gradient(0deg,#f5a500f2,#0009)}.tmapp__name{font-size:13.5px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.3px;display:block;transition:color .15s}.tmapp__card:hover .tmapp__name{color:#111}@media(max-width:991px){.tmapp__grid{grid-template-columns:repeat(3,1fr);gap:12px}}@media(max-width:480px){.tmapp__grid{grid-template-columns:repeat(2,1fr);gap:8px}.tmapp__name{font-size:11.5px}}.tm-bestsellers{background:#fff;padding:20px 0;font-family:Inter,-apple-system,sans-serif}.tm-products-wrap{position:relative;display:flex;align-items:center}.tm-products-slider{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:1;padding:10px 0}.tm-products-slider::-webkit-scrollbar{display:none}.tm-product-card{flex:0 0 calc(20% - 16px);min-width:240px;background:#fff;border:1px solid #e2e2e2;border-radius:8px;overflow:hidden;position:relative;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.tm-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.tm-product-card__badge{position:absolute;top:12px;left:12px;background:#f5a500;color:#111;font-size:11px;font-weight:800;padding:3px 8px;border-radius:4px;z-index:2;letter-spacing:.3px}.tm-product-card__img-link{display:block}.tm-product-card__img-wrap{display:flex;align-items:center;justify-content:center;height:220px;padding:15px;background:#fff;overflow:hidden}.tm-product-card__img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.tm-product-card:hover .tm-product-card__img{transform:scale(1.05)}.tm-product-card__info{padding:16px;display:flex;flex-direction:column;flex-grow:1}.tm-product-card__name{font-size:13.5px;font-weight:600;color:#111;text-decoration:none;line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:38px;transition:color .15s}.tm-product-card__name:hover{color:#f5a500}.tm-product-card__rating{display:flex;align-items:center;gap:4px;margin-bottom:10px}.tm-product-card__stars{color:#f5a500;font-size:13.5px;letter-spacing:1px}.tm-product-card__count{font-size:11.5px;color:#777}.tm-product-card__prices{display:flex;align-items:baseline;gap:8px;margin-bottom:16px;margin-top:auto}.tm-product-card__price{font-size:17px;font-weight:800;color:#111}.tm-product-card__old-price{font-size:12.5px;color:#888;text-decoration:line-through}.tm-product-card__btn{width:100%;background:#f5a500;color:#111;border:none;border-radius:4px;padding:10px 14px;font-size:12.5px;font-weight:800;letter-spacing:.5px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .18s;font-family:inherit}.tm-product-card__btn:hover{background:#e09400}.tm-products-arrow{width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #e2e2e2;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#111;transition:all .2s;box-shadow:0 2px 6px #0000000d}.tm-products-arrow:hover{background:#f5a500;border-color:#f5a500}.tm-products-arrow--prev{margin-right:12px}.tm-products-arrow--next{margin-left:12px}@media(max-width:768px){.tm-bestsellers{padding:12px 0}.tm-products-arrow{display:none}.tm-product-card{min-width:210px}.tm-product-card__img-wrap{height:180px}.tm-product-card__info{padding:12px}.tm-product-card__name{font-size:12.5px;height:35px}.tm-product-card__price{font-size:15px}}.tm-brands{background:#fff}.tm-brands__track{overflow:hidden}.tm-brands__inner{display:flex;align-items:center;gap:0;border:1px solid #eee;border-radius:10px;overflow:hidden}.tm-brand-item{flex:1;display:flex;align-items:center;justify-content:center;padding:24px 16px;text-decoration:none;border-right:1px solid #eee;transition:background .2s}.tm-brand-item:last-child{border-right:none}.tm-brand-item:hover{background:#fff8e6}.tm-brand-logo{font-weight:900;font-size:18px;letter-spacing:-.5px;transition:transform .2s}.tm-brand-item:hover .tm-brand-logo{transform:scale(1.1)}.tm-brand-logo--dewalt{color:#000;font-size:20px}.tm-brand-logo--bosch{color:#c40000}.tm-brand-logo--makita{color:#00538b}.tm-brand-logo--stanley{color:#002d72}.tm-brand-logo--milwaukee{color:#c8102e}.tm-brand-logo--ingco{color:#e31837}.tm-brand-logo--ridgid{color:#f04e23}.tm-brand-logo--hitachi{color:#003087}.tm-trust-section{background:#f8f8f8;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:28px 0}.tm-trust-grid{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.tm-trust-card{display:flex;align-items:center;gap:12px;flex:1;min-width:160px}.tm-trust-card__icon{width:52px;height:52px;background:#fff;border:1px solid #eee;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tm-trust-card__text{display:flex;flex-direction:column}.tm-trust-card__text strong{font-size:13.5px;font-weight:700;color:#111}.tm-trust-card__text span{font-size:11.5px;color:#888}.tm-newsletter{background:#1a1a1a;padding:36px 0}.tm-newsletter__inner{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.tm-newsletter__icon,.tm-newsletter__text{flex-shrink:0}.tm-newsletter__text h3{font-size:18px;font-weight:800;color:#fff;margin-bottom:4px}.tm-newsletter__text h3 span{color:#f5a500}.tm-newsletter__text p{font-size:12.5px;color:#999}.tm-newsletter__form{display:flex;flex:1;min-width:260px}.tm-newsletter__input{flex:1;border:none;padding:12px 16px;font-size:13.5px;border-radius:4px 0 0 4px;outline:none;font-family:inherit;background:#fff}.tm-newsletter__btn{background:#f5a500;color:#111;border:none;padding:12px 22px;font-size:13px;font-weight:800;letter-spacing:.5px;border-radius:0 4px 4px 0;cursor:pointer;transition:background .2s;white-space:nowrap;font-family:inherit}.tm-newsletter__btn:hover{background:#e09400}.tm-newsletter__extras{display:flex;gap:20px;flex-shrink:0}.tm-newsletter__extra{display:flex;align-items:center;gap:8px;font-size:11px;color:#999;line-height:1.4}@media(max-width:900px){.tm-brands__inner{flex-wrap:wrap}.tm-brand-item{flex:0 0 25%;border-bottom:1px solid #eee}.tm-trust-grid{gap:24px}.tm-newsletter__extras{display:none}}@media(max-width:600px){.tm-brand-item{flex:0 0 50%}.tm-trust-card{min-width:calc(50% - 8px)}.tm-newsletter__inner{gap:16px}.tm-newsletter__form{min-width:100%}}.tmp{background:#fff;padding:16px 0 48px;font-family:Inter,-apple-system,sans-serif;color:#111}.tmp-crumbs{display:flex;align-items:center;gap:8px;font-size:13px;color:#555;margin-bottom:24px;font-weight:500}.tmp-crumbs a{text-decoration:none;color:#555;transition:color .15s}.tmp-crumbs a:hover{color:#f5a500}.tmp-crumbs__sep{color:#888;font-size:11px}.tmp-crumbs__cur{color:#111;font-weight:600}.tmp-grid{display:grid;grid-template-columns:50% 50%;gap:40px;margin-bottom:40px}.tmp-gallery{display:flex;gap:20px}.tmp-gallery__thumbs{display:flex;flex-direction:column;gap:10px;width:74px;flex-shrink:0}.tmp-gallery__thumb{width:74px;height:74px;border-radius:6px;border:1.5px solid #e5e5e5;background:#fff;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;transition:border-color .2s}.tmp-gallery__thumb--active{border-color:#f5a500;border-width:1.5px}.tmp-gallery__thumb img{max-width:100%;max-height:100%;object-fit:contain}.tmp-gallery__video-btn{display:flex;align-items:center;justify-content:center;width:74px;height:34px;border-radius:4px;border:1px solid #e0e0e0;background:#fdfdfd;cursor:pointer;font-size:10px;font-weight:700;gap:5px;color:#111;transition:all .2s}.tmp-gallery__video-btn:hover{background:#f5f5f5;border-color:#f5a500}.tmp-gallery__main{flex:1;background:#fff;border:1px solid #e5e5e5;border-radius:8px;aspect-ratio:1;position:relative;display:flex;align-items:center;justify-content:center;padding:24px}.tmp-gallery__main img{max-width:95%;max-height:95%;object-fit:contain}.tmp-gallery__badge{position:absolute;top:16px;left:16px;background:#c8102e;color:#fff;font-size:10.5px;font-weight:800;padding:4px 10px;border-radius:4px;letter-spacing:.3px}.tmp-gallery__zoom{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:1px solid #e2e2e2;background:#fff;display:flex;align-items:center;justify-content:center;color:#666;cursor:pointer}.tmp-info{display:flex;flex-direction:column}.tmp-info__badge{background:#fff3d6;color:#b7791f;font-size:10px;font-weight:800;padding:3px 8px;border-radius:4px;align-self:flex-start;margin-bottom:10px;letter-spacing:.5px}.tmp-info__title{font-size:25px;font-weight:800;margin:0 0 10px;line-height:1.25}.tmp-info__rating{display:flex;align-items:center;gap:8px;margin-bottom:16px}.tmp-info__stars{color:#f5a500;font-size:13.5px;letter-spacing:.5px}.tmp-info__score{font-weight:700;font-size:13px}.tmp-info__reviews-link{color:#888;text-decoration:none;font-size:12.5px}.tmp-info__reviews-link:hover{text-decoration:underline;color:#f5a500}.tmp-info__rating-sep{color:#ddd}.tmp-info__sold{font-size:12.5px;color:#666;font-weight:500}.tmp-info__prices{display:flex;align-items:center;gap:12px;margin-bottom:22px}.tmp-info__price{font-size:26px;font-weight:900;color:#111}.tmp-info__old{font-size:15px;color:#888;text-decoration:line-through}.tmp-info__save{background:#fff3d6;color:#b7791f;font-size:12px;font-weight:700;padding:4px 10px;border-radius:4px}.tmp-info__feats{display:grid;grid-template-columns:1fr 1fr;gap:16px 12px;margin-bottom:22px;border-top:1px dashed #e2e2e2;border-bottom:1px dashed #e2e2e2;padding:16px 0}.tmp-info__feat{display:flex;align-items:flex-start;gap:10px}.tmp-info__feat-icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#faf6ed;display:flex;align-items:center;justify-content:center;color:#111}.tmp-info__feat div{display:flex;flex-direction:column;line-height:1.25}.tmp-info__feat strong{font-size:12.5px;font-weight:700;color:#111}.tmp-info__feat span{font-size:11px;color:#777}.tmp-delivery{display:flex;align-items:center;justify-content:space-between;border:1px solid #FCF6EC;border-radius:8px;padding:14px 16px;margin-bottom:22px;background:#fdf9f2}.tmp-delivery__left{display:flex;align-items:center;gap:12px}.tmp-delivery__date{font-size:13px;color:#333}.tmp-delivery__date span{font-weight:700}.tmp-delivery__timer{font-size:11.5px;color:#e53e3e;margin-top:1px}.tmp-delivery__timer span{font-weight:700}.tmp-delivery__btn{background:none;border:none;color:#111;font-weight:700;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:5px;border-bottom:1.5px solid #111;padding-bottom:1px}.tmp-delivery__btn:hover{color:#f5a500;border-color:#f5a500}.tmp-actions{padding-bottom:20px;margin-bottom:20px}.tmp-actions__row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.tmp-actions__label{font-size:13px;font-weight:700;color:#111}.tmp-qty{display:flex;border:1px solid #dcdcdc;border-radius:4px;overflow:hidden;background:#fff}.tmp-qty__btn{width:32px;height:32px;border:none;background:none;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.tmp-qty__btn:hover{background:#f5f5f5}.tmp-qty__input{width:40px;height:32px;border:none;border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;text-align:center;font-size:13px;font-weight:700;outline:none}.tmp-actions__stock{font-size:12px;color:#dd6b20;font-weight:700;margin-left:4px}.tmp-actions__buttons-wrap{display:flex;gap:12px;width:100%}.tmp-actions__buttons-wrap button{flex:1}.tmp-btn{height:44px;border-radius:4px;font-size:13.5px;font-weight:800;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;font-family:inherit;width:100%}.tmp-btn--yellow{background:#f5a500;color:#111}.tmp-btn--yellow:hover{background:#e09400}.tmp-btn--white{background:#fff;border:1.5px solid #dcdcdc;color:#111}.tmp-btn--white:hover{border-color:#111}.tmp-links{display:flex;gap:24px;margin-top:14px}.tmp-links button{background:none;border:none;color:#666;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:6px;font-weight:500}.tmp-links button:hover{color:#111}.tmp-tabs{margin-bottom:30px;background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;overflow:hidden}.tmp-tabs__headers{display:flex;background:#fff;border-bottom:1px solid #e2e2e2;padding:0 16px}.tmp-tabs__header{padding:16px 20px;font-size:13.5px;font-weight:700;background:none;border:none;border-bottom:3px solid transparent;color:#666;cursor:pointer;font-family:inherit;transition:all .15s}.tmp-tabs__header--active{color:#111;border-bottom-color:#f5a500}.tmp-tabs__content{padding:24px}.tmp-tabs__panel{display:none}.tmp-tabs__panel--active{display:block}.tmp-details{display:grid;grid-template-columns:35% 35% 30%;gap:24px}.tmp-details__bullets h3{font-size:17px;font-weight:800;margin:0 0 12px;color:#111}.tmp-details__bullets p{font-size:13px;color:#666;line-height:1.5;margin-bottom:16px}.tmp-details__bullets ul{list-style:none;display:flex;flex-direction:column;gap:10px}.tmp-details__bullets ul li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#111}.tmp-details__check{flex-shrink:0;width:16px;height:16px;border-radius:50%;background:#fff3d6;display:flex;align-items:center;justify-content:center;margin-top:1px}.tmp-details__desc{font-size:13px;color:#444;line-height:1.6}.tmp-details__banner{border-radius:8px;overflow:hidden;background-size:cover;background-position:center;position:relative;min-height:250px}.tmp-details__banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#000000d9,#0003);z-index:1}.tmp-details__banner-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.tmp-details__banner-content h2{color:#fff;font-size:20px;font-weight:900;line-height:1.1;margin:0;text-transform:uppercase;letter-spacing:-.5px}.tmp-details__specs{display:grid;grid-template-columns:1fr 1fr;gap:12px 8px}.tmp-details__spec-item{display:flex;flex-direction:column;line-height:1.15}.tmp-details__spec-item svg{margin-bottom:2px}.tmp-details__spec-item strong{color:#f5a500;font-size:14.5px;font-weight:800}.tmp-details__spec-item span{color:#ffffffb3;font-size:8.5px;font-weight:700;text-transform:uppercase;margin-top:2px}.tmp-details__box{display:flex;flex-direction:column;gap:16px}.tmp-box-section,.tmp-support-section{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:16px}.tmp-box-section h4,.tmp-support-section h4{font-size:13.5px;font-weight:800;margin:0 0 12px;color:#111}.tmp-box-section ul{list-style:none;display:flex;flex-direction:column;gap:8px}.tmp-box-section ul li{display:flex;justify-content:space-between;font-size:12px;color:#111;position:relative}.tmp-box-section ul li span{background:#fff;padding-right:4px;z-index:2}.tmp-box-section ul li b{background:#fff;padding-left:4px;z-index:2;color:#111}.tmp-box-section ul li:after{content:"....................................................................................";position:absolute;left:0;right:0;bottom:2px;color:#ccc;overflow:hidden;z-index:1}.tmp-support-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.tmp-support-row:last-child{margin-bottom:0}.tmp-support-row svg{flex-shrink:0}.tmp-support-row strong{font-size:12px;color:#222;font-weight:600}.tmp-specs-table{width:100%;border-collapse:collapse}.tmp-specs-table td{padding:10px 16px;border-bottom:1px solid #eee;font-size:13px}.tmp-specs-table tr td:first-child{font-weight:700;color:#555;width:30%}.tmp-columns-grid{display:grid;grid-template-columns:60% 40%;gap:20px;margin-bottom:30px}.tmp-bundle{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:24px;display:flex;flex-direction:column}.tmp-bundle h3{font-size:16px;font-weight:800;margin:0 0 18px;color:#111}.tmp-bundle__row{display:flex;align-items:center;justify-content:space-between;gap:12px;height:100%}.tmp-bundle__item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:0;border:1px solid #f0f0f0;border-radius:6px;padding:10px;height:100%;justify-content:space-between}.tmp-bundle__item img{width:70px;height:70px;object-fit:contain;margin-bottom:8px}.tmp-bundle__details{display:flex;flex-direction:column;gap:4px;width:100%}.tmp-bundle__details strong{font-size:11.5px;font-weight:600;color:#111;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:30px}.tmp-bundle__prices{display:flex;align-items:center;justify-content:center;gap:6px}.tmp-bundle__price{font-size:12.5px;font-weight:800;color:#111}.tmp-bundle__old{font-size:11px;color:#999;text-decoration:line-through}.tmp-bundle__plus{font-size:20px;font-weight:800;color:#b5b5b5}.tmp-bundle__summary{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-width:140px;padding-left:10px}.tmp-bundle__total{display:flex;flex-direction:column;margin-bottom:12px;line-height:1.3}.tmp-bundle__total span{font-size:11px;color:#666;font-weight:500}.tmp-bundle__total strong{font-size:20px;font-weight:900;color:#111;margin:2px 0}.tmp-bundle__save{font-size:11px;font-weight:700;color:#2e7d32}.tmp-related{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:24px;display:flex;flex-direction:column}.tmp-related__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.tmp-related__header h3{font-size:16px;font-weight:800;color:#111;margin:0}.tmp-related__arrows{display:flex;gap:6px}.tmp-related__arrow{width:26px;height:26px;border-radius:50%;border:1px solid #e2e2e2;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#111;transition:all .2s}.tmp-related__arrow:hover{background:#f5a500;border-color:#f5a500;color:#111}.tmp-related__slider{display:flex;gap:12px;overflow:hidden}.tmp-related__card{flex:0 0 calc(33.33% - 8px);min-width:100px;border:1px solid #f0f0f0;border-radius:6px;padding:8px;display:flex;flex-direction:column;align-items:center;text-align:center}.tmp-related__card img{width:60px;height:60px;object-fit:contain;margin-bottom:6px}.tmp-related__info{display:flex;flex-direction:column;gap:3px;width:100%}.tmp-related__info strong{font-size:10.5px;font-weight:700;color:#111;height:28px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.tmp-related__rating{color:#f5a500;font-size:10px}.tmp-related__prices{display:flex;align-items:center;justify-content:center;gap:4px}.tmp-related__price{font-size:11.5px;font-weight:800;color:#111}.tmp-related__old{font-size:10px;color:#999;text-decoration:line-through}.tmp-reviews{border-top:1px solid #e5e5e5;padding-top:30px}.tmp-reviews__row{display:grid;grid-template-columns:25% 75%;gap:30px}.tmp-reviews__chart{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:20px;display:flex;flex-direction:column;height:fit-content}.tmp-reviews__chart h3{font-size:15px;font-weight:800;margin:0 0 16px;color:#111}.tmp-reviews__score-box{text-align:center;margin-bottom:18px;border-bottom:1px solid #f0f0f0;padding-bottom:16px}.tmp-reviews__big-score{font-size:44px;font-weight:900;color:#111;line-height:1}.tmp-reviews__score-stars{color:#f5a500;font-size:16px;margin:6px 0}.tmp-reviews__score-sub{font-size:12px;color:#777}.tmp-reviews__bars{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.tmp-reviews__bar-row{display:flex;align-items:center;gap:8px;font-size:12px;color:#555}.tmp-reviews__bar-row span:first-child{width:24px;text-align:right}.tmp-reviews__bar-row span:last-child{width:28px;text-align:left}.tmp-reviews__bar-bg{flex:1;height:6px;background:#eee;border-radius:3px;overflow:hidden}.tmp-reviews__bar-fill{height:100%;background:#f5a500;border-radius:3px}.tmp-reviews__write-btn{background:#fff;border:1.5px solid #F5A500;color:#f5a500;border-radius:4px;padding:10px;font-size:12.5px;font-weight:800;cursor:pointer;font-family:inherit;transition:all .2s}.tmp-reviews__write-btn:hover{background:#fff3d6}.tmp-reviews__list{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.tmp-reviews__card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:16px;display:flex;flex-direction:column}.tmp-reviews__author{display:flex;align-items:center;gap:10px;margin-bottom:12px;position:relative;width:100%}.tmp-reviews__avatar{width:32px;height:32px;border-radius:50%;background:#eef2f3;color:#4b5563;font-weight:700;font-size:12px;display:flex;align-items:center;justify-content:center}.tmp-reviews__author div{display:flex;flex-direction:column;line-height:1.2}.tmp-reviews__author strong{font-size:12px;color:#111}.tmp-reviews__verified{font-size:10px;color:#2e7d32;font-weight:700}.tmp-reviews__date{font-size:10px;color:#999;margin-left:auto;align-self:flex-start}.tmp-reviews__stars{color:#f5a500;font-size:11px;margin-bottom:8px;letter-spacing:.5px}.tmp-reviews__text{font-size:12.5px;color:#444;line-height:1.4;margin:0 0 14px;flex-grow:1}.tmp-reviews__img-box{width:100%;aspect-ratio:1.5;border-radius:6px;overflow:hidden;border:1px solid #f0f0f0;margin-top:auto}.tmp-reviews__img-box img{width:100%;height:100%;object-fit:cover}@media(max-width:1100px){.tmp-columns-grid,.tmp-reviews__row{grid-template-columns:1fr}.tmp-reviews__list{grid-template-columns:1fr 1fr}}@media(max-width:768px){.tmp-reviews__list{grid-template-columns:1fr}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.sbd-wrapper{background:#fff;padding:32px 0 28px;width:100%}.sbd-inner{max-width:1400px;margin:0 auto;padding:0 24px}.sbd-heading{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px}.sbd-title{font-size:22px!important;font-weight:800!important;color:#1a1a1a!important;margin:0!important;font-family:Outfit,Inter,sans-serif;letter-spacing:-.3px}.sbd-leaf{display:flex;align-items:center}.sbd-scroll-track{background:#f8fbf8;border:1px solid #e8f0e8;border-radius:16px;padding:20px 16px;overflow-x:auto;scrollbar-width:none}.sbd-scroll-track::-webkit-scrollbar{display:none}.sbd-row{display:flex;align-items:flex-start;gap:0;justify-content:space-between;min-width:max-content;width:100%}.sbd-item{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;flex:1;min-width:90px;max-width:110px;cursor:pointer;transition:transform .2s ease}.sbd-item:hover{transform:translateY(-4px)}.sbd-circle{width:80px;height:80px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;border:2px solid rgba(0,0,0,.06);background:#e8f5e1;transition:box-shadow .2s ease,border-color .2s ease;flex-shrink:0}.sbd-item:hover .sbd-circle{box-shadow:0 4px 16px #00640026;border-color:#008a3e4d}.sbd-circle img{width:100%;height:100%;object-fit:cover;border-radius:50%}.sbd-circle--fallback{background:linear-gradient(135deg,#4a7c2f,#2d5a1b)}.sbd-circle--more{background:#1a6b3c}.sbd-more-dots{font-size:20px;font-weight:900;color:#fff;letter-spacing:2px;line-height:1}.sbd-label{font-size:12px;font-weight:600;color:#374151;text-align:center;line-height:1.3;max-width:90px}@media(max-width:1024px){.sbd-row{justify-content:flex-start;gap:0}.sbd-item{min-width:90px}}@media(max-width:768px){.sbd-inner{padding:0 12px}.sbd-title{font-size:18px!important}.sbd-circle{width:68px;height:68px}.sbd-item{min-width:78px}.sbd-label{font-size:11px}}@media(max-width:480px){.sbd-circle{width:58px;height:58px}.sbd-item{min-width:68px}}.premium-veg-seeds{background-color:#fff;padding:36px 0;width:100%;overflow:hidden;box-sizing:border-box}.veg-seeds-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px;padding:0 24px;max-width:1400px;margin-left:auto;margin-right:auto;box-sizing:border-box}.veg-seeds-header-left{display:flex;align-items:flex-start;gap:12px}.veg-seeds-carrot-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:3px}.veg-seeds-title-area{display:flex;flex-direction:column;gap:4px}.veg-seeds-title{font-size:22px!important;font-weight:800!important;color:#111827!important;margin:0!important;font-family:Outfit,Inter,sans-serif}.veg-seeds-description{font-size:13.5px;font-weight:500;color:#6b7280;margin:0;line-height:1.4;max-width:650px;font-family:Inter,sans-serif}.veg-seeds-view-all{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;color:#008a3e;text-decoration:none;transition:all .2s ease;margin-top:4px;white-space:nowrap}.veg-seeds-view-all:hover{color:#007200;transform:translate(3px)}.veg-seeds-slider-wrapper{position:relative;width:100%;max-width:1400px;margin:0 auto;padding:0 16px;box-sizing:border-box}.veg-seeds-carousel-viewport{overflow:hidden;width:100%}.veg-seeds-carousel-track{display:flex;width:100%;box-sizing:border-box}.veg-seeds-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background-color:#fff;border:1px solid #eaeaea;box-shadow:0 4px 12px #0000000d;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#444;transition:all .2s ease;z-index:10;padding:0}.veg-seeds-nav-btn:hover{background-color:#f9f9f9;color:#008a3e;border-color:#008a3e;transform:translateY(-50%) scale(1.08)}.veg-seeds-nav-btn--prev{left:-10px}.veg-seeds-nav-btn--next{right:-10px}.veg-seeds-carousel-item{flex:0 0 calc(100% / var(--desktop-items));padding:0 8px;box-sizing:border-box}.veg-seeds-product-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;height:100%;box-sizing:border-box;transition:box-shadow .2s ease,border-color .2s ease}.veg-seeds-product-card:hover{box-shadow:0 6px 18px #00000008;border-color:#d1d5db}.veg-seeds-image-wrapper{height:150px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:12px 10px 4px;position:relative;background-color:#fff;border-radius:8px 8px 0 0}.veg-seeds-image-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none}.veg-seeds-product-img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .4s cubic-bezier(.16,1,.3,1)}.veg-seeds-product-card:hover .veg-seeds-product-img{transform:scale(1.06)}.veg-seeds-vector-svg{max-width:100%;max-height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1)}.veg-seeds-product-card:hover .veg-seeds-vector-svg{transform:scale(1.06)}.veg-seeds-placeholder-svg{width:70px;height:70px;color:#d1d5db}.veg-seeds-card-content{padding:10px 14px 14px;display:flex;flex-direction:column;flex:1;border-top:1px solid #f3f4f6}.veg-seeds-card-title{font-size:13.5px;font-weight:700;line-height:1.35;margin:0 0 3px;color:#111827;height:36px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.veg-seeds-card-title a{color:inherit;text-decoration:none;transition:color .15s ease}.veg-seeds-card-title a:hover{color:#008a3e}.veg-seeds-card-price-row{display:flex;align-items:center;gap:6px;margin-bottom:6px}.veg-seeds-price-current{font-size:14.5px;font-weight:800;color:#111827}.veg-seeds-card-rating{display:flex;align-items:center;gap:4px;margin-top:auto}.veg-seeds-stars{display:flex;gap:1px}.veg-seeds-rating-count{font-size:10.5px;font-weight:600;color:#6b7280}@media(max-width:1024px){.veg-seeds-carousel-item{flex:0 0 calc(100% / var(--tablet-items))}.veg-seeds-nav-btn{display:none}}@media(max-width:600px){.premium-veg-seeds{padding:24px 0!important}.veg-seeds-header{padding:0 10px!important;margin-bottom:16px!important}.veg-seeds-slider-wrapper{padding:0 10px!important;box-sizing:border-box}.veg-seeds-title{font-size:19px!important}.veg-seeds-description{font-size:12px}.veg-seeds-carousel-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.veg-seeds-carousel-viewport::-webkit-scrollbar{display:none}.veg-seeds-carousel-item{flex:0 0 calc(50% - 4px)!important;scroll-snap-align:start;padding:0 4px!important}.veg-seeds-product-card{min-height:auto;border-radius:10px!important;box-shadow:0 2px 8px #00000005!important}.veg-seeds-image-wrapper{height:140px!important;padding:8px!important}.veg-seeds-card-content{padding:10px!important}.veg-seeds-card-title{font-size:13px!important;height:34px!important;margin-bottom:2px!important}.veg-seeds-price-current{font-size:15px!important}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
