:root{--color-primary:#28752e;--color-primary-dark:#1b5e20;--color-primary-light:rgba(46, 125, 50, 0.1);--color-primary-hover:rgba(46, 125, 50, 0.85);--color-text:#1a1a1a;--color-text-light:#555;--color-text-muted:#666;--color-bg:#fff;--color-bg-alt:#f5f5f5;--color-bg-dark:#1a1a1a;--color-border:#e0e0e0;--color-border-light:#eee;--color-success:#2e7d32;--color-danger:#c62828;--color-warning:#f9a825;--font-body:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;--font-heading:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;--container-width:1200px;--header-height:60px;--nav-height:48px;--transition:0.2s ease;--shadow-sm:0 1px 3px rgba(0,0,0,0.08);--shadow-md:0 4px 12px rgba(0,0,0,0.1);--shadow-lg:0 8px 24px rgba(0,0,0,0.12);--radius-sm:4px;--radius-md:8px;--radius-lg:12px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:var(--color-text);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-primary)}ul{list-style:none}h1,h2,h3{font-family:var(--font-heading);font-weight:700;line-height:1.3;color:var(--color-text)}h1{font-size:2rem}h2{font-size:1.625rem}h3{font-size:1.25rem}p{margin-bottom:1rem}.container{max-width:var(--container-width);margin:0 auto;padding:0 20px;width:100%}.section{padding:60px 0}.section--dark{background:var(--color-bg-dark);color:#fff}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:12px}.section-title{font-size:1.625rem;position:relative;padding-bottom:12px}.section-title::after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--color-primary);border-radius:2px}.section-subtitle{color:var(--color-text-muted);font-size:.95rem;margin-top:8px;width:100%}.section-link{font-weight:600;font-size:.9rem;color:var(--color-primary);white-space:nowrap}.section-link:hover{color:var(--color-primary-dark)}.section-empty{text-align:center;color:var(--color-text-muted);padding:40px 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 24px;font-size:.9rem;font-weight:600;line-height:1.4;border:2px solid transparent;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);text-align:center;white-space:nowrap;font-family:var(--font-body)}.btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.btn-primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-primary:hover{background:#1b5e20;border-color:var(--color-primary-dark);color:#fff}.btn-outline{background:0 0;color:var(--color-primary);border-color:var(--color-primary)}.btn-outline:hover{background:var(--color-primary);color:#fff}.btn-lg{padding:14px 32px;font-size:1rem}input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],select,textarea{width:100%;padding:10px 14px;font-size:.95rem;font-family:var(--font-body);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;color:var(--color-text);transition:border-color var(--transition)}input:focus,select:focus,textarea:focus{outline:0;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.promo-bar{background:#1b5e20;color:#fff;font-size:.85rem;padding:8px 0;text-align:center}.utility-bar{padding:0;border-bottom:1px solid rgba(255,255,255,.13);background:#103d24;font-size:.74rem;text-align:left}.utility-bar__contacts,.utility-bar__inner,.utility-bar__item{display:flex;align-items:center}.utility-bar__inner{min-height:34px;justify-content:space-between;gap:18px}.utility-bar__contacts{min-width:0;gap:11px}.utility-bar__item{gap:6px;min-width:0;color:rgba(255,255,255,.92);font-weight:650;line-height:1.2;text-decoration:none;white-space:nowrap}a.utility-bar__item:focus-visible,a.utility-bar__item:hover{color:#d9f4df}.utility-bar__item svg{width:14px;height:14px;flex:0 0 14px;fill:none;stroke:#aee2ba;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.utility-bar__divider{width:1px;height:14px;flex:0 0 1px;background:rgba(255,255,255,.2)}.utility-bar__message{overflow:hidden;color:#d8ebdc;font-size:.7rem;font-weight:650;text-align:right;text-overflow:ellipsis;white-space:nowrap}@media (max-width:760px){.utility-bar__inner{gap:8px}.utility-bar__contacts{width:100%;justify-content:space-between;gap:8px}.utility-bar__location{flex:1}.utility-bar__location span{overflow:hidden;text-overflow:ellipsis}.utility-bar__hours,.utility-bar__hours-divider,.utility-bar__message{display:none}}.site-header{background:#fff;border-bottom:1px solid var(--color-border-light);position:relative;z-index:1000;transition:box-shadow var(--transition)}.site-header.header-shadow{box-shadow:0 2px 8px rgba(0,0,0,.08)}.header-main{padding:12px 0}.header-main__row{display:flex;align-items:center;gap:20px}.header-main__left{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-main__center{flex:1;min-width:0}.header-main__right{display:flex;align-items:center;gap:8px;flex-shrink:0}.site-branding .site-title{font-size:1.4rem;font-weight:800;color:var(--color-primary-dark);letter-spacing:-.5px}.site-branding img{max-height:50px;width:auto}.header-search .search-form{display:flex;position:relative;max-width:500px;width:100%}.header-search .search-field{border-radius:var(--radius-md) 0 0 var(--radius-md);border:2px solid var(--color-border);padding:10px 16px;font-size:.9rem;height:44px}.header-search .search-field:focus{border-color:var(--color-primary)}.header-search .search-submit{background:var(--color-primary);border:2px solid var(--color-primary);border-left:none;border-radius:0 var(--radius-md) var(--radius-md) 0;color:#fff;padding:0 18px;cursor:pointer;display:flex;align-items:center;transition:background var(--transition);flex-shrink:0}.header-search .search-submit:hover{background:#1b5e20}.header-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--color-text);position:relative;border-radius:50%;transition:background var(--transition),color var(--transition);background:0 0;border:none;cursor:pointer}.header-icon:hover{background:var(--color-primary-light);color:var(--color-primary)}.header-cart{position:relative}.header-cart__count{position:absolute;top:2px;right:2px;background:var(--color-primary);color:#fff;font-size:.7rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.header-search-toggle{display:none}.menu-toggle{width:36px;height:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:0 0;border:none;cursor:pointer;padding:4px;border-radius:var(--radius-sm);transition:background var(--transition)}.menu-toggle:hover{background:var(--color-primary-light)}.menu-toggle span{display:block;width:20px;height:2px;background:var(--color-text);border-radius:1px;transition:transform var(--transition),opacity var(--transition)}.main-navigation{background:#fff;border-top:1px solid var(--color-border-light);position:relative}.main-navigation .nav-wrapper>ul{display:flex;margin:0;padding:0;list-style:none}.main-navigation .nav-wrapper>ul>li{position:relative}.main-navigation .nav-wrapper>ul>li>a{display:block;padding:14px 18px;font-size:.85rem;font-weight:600;color:var(--color-text);white-space:nowrap;transition:color var(--transition),background var(--transition)}.nav-category-icon{display:inline-flex;margin-right:6px;vertical-align:-3px;color:var(--color-primary)}.nav-category-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.mobile-navigation .nav-category-icon{margin-right:9px}.mobile-navigation .nav-category-icon svg{width:19px;height:19px}.main-navigation .nav-wrapper>ul>li:not(.nav-item-akcije)>a:hover{color:var(--color-primary);background:var(--color-primary-light)}.main-navigation .sub-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--color-border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-md);min-width:220px;opacity:0;visibility:hidden;transform:translateY(8px);transition:all var(--transition);z-index:100;padding:8px 0}.main-navigation .nav-wrapper>ul>li.menu-item-has-children:hover>.sub-menu,.main-navigation .nav-wrapper>ul>li:focus-within>.sub-menu,.main-navigation .nav-wrapper>ul>li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.main-navigation .sub-menu li{position:relative}.main-navigation .sub-menu a{display:block;padding:10px 18px;font-size:.85rem;color:var(--color-text);transition:background var(--transition),color var(--transition)}.main-navigation .sub-menu a:hover{background:var(--color-primary-light);color:var(--color-primary)}.main-navigation .sub-menu .sub-menu{top:0;left:100%;transform:translateX(8px)}.main-navigation .sub-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateX(0)}.mobile-navigation{position:fixed;top:0;left:0;width:300px;height:100vh;background:#fff;z-index:2000;overflow-y:auto;transform:translateX(-100%);transition:transform .3s ease,visibility .3s ease;box-shadow:var(--shadow-lg);visibility:hidden;pointer-events:none}.mobile-navigation.open{transform:translateX(0);visibility:visible;pointer-events:auto}.mobile-navigation__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--color-border-light)}.mobile-navigation__title{font-weight:700;font-size:1.1rem}.mobile-navigation__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:0 0;border:none;font-size:1.5rem;cursor:pointer;color:var(--color-text);border-radius:50%;transition:background var(--transition)}.mobile-navigation__close:hover{background:var(--color-primary-light)}.mobile-navigation ul{list-style:none;padding:0;margin:0}.mobile-navigation a{display:block;padding:14px 20px;border-bottom:1px solid var(--color-border-light);font-size:.95rem;font-weight:500}.mobile-navigation .sub-menu a{padding-left:36px;font-size:.85rem;font-weight:400}.mobile-navigation .sub-menu .sub-menu a{padding-left:52px}.mobile-navigation .menu-item-has-children{position:relative}.mobile-navigation .menu-item-has-children>a{padding-right:58px}.mobile-navigation .menu-item-has-children>.sub-menu{display:none;background:#f7faf7}.mobile-navigation .menu-item-has-children.submenu-open>.sub-menu{display:block}.mobile-submenu-toggle{position:absolute;top:5px;right:8px;display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:8px;background:0 0;color:var(--color-primary-dark);cursor:pointer}.mobile-submenu-toggle:focus-visible,.mobile-submenu-toggle:hover{background:var(--color-primary-light)}.mobile-submenu-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:transform var(--transition)}.submenu-open>.mobile-submenu-toggle svg{transform:rotate(180deg)}.mobile-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:1999;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-overlay.open{opacity:1;visibility:visible}.mobile-bottom-nav{position:fixed;bottom:0;left:0;width:100%;background:#fff;border-top:1px solid var(--color-border);display:none;justify-content:space-around;align-items:center;padding:6px 0;padding-bottom:max(6px,env(safe-area-inset-bottom));z-index:999}.mobile-bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:.65rem;font-weight:600;color:var(--color-text-muted);background:0 0;border:none;cursor:pointer;padding:4px 12px;transition:color var(--transition);text-decoration:none}.mobile-bottom-nav__item.active,.mobile-bottom-nav__item:hover{color:var(--color-primary)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:0;padding:0;list-style:none}.product-card{background:#fff;border:1px solid var(--color-border-light);border-radius:var(--radius-md);overflow:hidden;transition:transform var(--transition),box-shadow var(--transition);position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-card__image-wrap{position:relative;overflow:hidden;background:#fff;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center}.product-card__image-wrap img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .3s ease}.product-card:hover .product-card__image-wrap img{transform:scale(1.05)}.product-card__wishlist{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;color:var(--color-text-muted);transition:all var(--transition);flex-shrink:0}.product-card__wishlist:hover{color:var(--color-danger);border-color:var(--color-danger)}.product-card__title{font-size:.9rem;font-weight:500;margin-bottom:6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title a{color:var(--color-text)}.product-card__title a:hover{color:var(--color-primary)}.product-card .price{font-size:1rem;font-weight:700;color:var(--color-primary);margin-bottom:4px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-card .price del{font-weight:400;color:#999;font-size:.85rem}.product-card .price ins{text-decoration:none;color:var(--color-primary);font-weight:700}.brand-directory-search{position:relative;display:block;width:min(100%,420px)}.brand-directory-search svg{position:absolute;top:50%;left:15px;width:19px;height:19px;transform:translateY(-50%);fill:none;stroke:var(--color-text-muted);stroke-width:2;pointer-events:none}.brand-directory-search input[type=search]{height:48px;padding-left:46px;border-color:#dbe5dc;border-radius:12px;background:#f8faf8}.site-footer{background:var(--color-bg-dark);color:#d6d6d6}.footer-hr{border:none;border-top:1px solid rgba(255,255,255,.08);margin:0}.footer-main{padding:48px 0}.footer-mega-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px}.footer-brand-col{min-width:0}.footer-site-title{font-size:1.3rem;font-weight:800;color:#fff}.footer-brand-desc{font-size:.85rem;color:#c2c2c2;margin:14px 0 18px;line-height:1.7}.footer-contact-strip{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.footer-contact-item{display:flex;align-items:center;gap:8px;font-size:.82rem;color:#c7c7c7;margin:0}.footer-contact-item svg{flex-shrink:0;width:15px;height:15px;color:var(--color-primary)}.footer-contact-item a{color:#d0d0d0;transition:color .2s ease}.footer-contact-item a:hover{color:var(--color-primary)}.footer-messaging{margin-bottom:16px}.footer-messaging-label{display:block;font-size:.78rem;color:#c2c2c2;margin-bottom:8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.footer-messaging-icons{display:flex;align-items:center;gap:6px}.msg-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:rgba(255,255,255,.06);border-radius:50%;transition:transform .2s ease,background .2s ease}.msg-link:hover{transform:scale(1.15);background:rgba(255,255,255,.12)}.msg-link svg{width:20px;height:20px}.footer-social{display:flex;gap:8px}.social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border-radius:50%;color:rgba(255,255,255,.6);transition:background .2s ease,color .2s ease}.social-link:hover{background:var(--color-primary);color:#fff}.footer-links-col{min-width:0}.footer-col-title{color:#fff;font-size:.95rem;font-weight:700;margin:0 0 14px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.footer-links a{color:#d0d0d0;font-size:.85rem;transition:color .2s ease;display:inline-flex;align-items:center;min-height:26px;padding:2px 0;line-height:1.35}.footer-links a:hover{color:var(--color-primary)}.footer-features{padding:28px 0}.footer-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.footer-feature{display:flex;align-items:center;gap:14px}.footer-feature svg{flex-shrink:0;width:28px;height:28px}.footer-feature>div{display:flex;flex-direction:column;gap:2px}.footer-feature-title{font-size:.85rem;font-weight:600;color:#f2f2f2}.footer-feature-desc{font-size:.78rem;color:#bebebe}.footer-bottom{padding:24px 0 20px}@media (max-width:600px){}.footer-bottom__row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-copyright{font-size:.8rem;color:#c2c2c2}.footer-copyright strong{color:#fff}.footer-company-info{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.06)}.footer-company-info p{font-size:.7rem;color:#b8b8b8;line-height:1.6;margin:0}.footer-company-info a{color:#dedede;text-decoration:underline;text-underline-offset:2px}.footer-company-info a:hover{color:var(--color-primary)}.comment-respond{margin-top:24px}.legal-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center}.legal-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6)}.legal-modal__content{position:relative;background:#fff;border-radius:var(--radius-lg);padding:40px;max-width:500px;width:90%;box-shadow:var(--shadow-lg);text-align:center;z-index:1}.legal-modal__body p{font-size:.95rem;color:var(--color-text-light);line-height:1.7;margin-bottom:24px}.legal-modal__body .btn{width:100%}.cart-success-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:999999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);transition:background .35s ease;pointer-events:none;padding:20px}.cart-success-overlay.visible{background:rgba(0,0,0,.55);pointer-events:auto}.cart-success-modal{background:#fff;border-radius:20px;padding:0;max-width:420px;width:100%;text-align:center;box-shadow:0 25px 60px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.1);position:relative;transform:translateY(30px) scale(.92);opacity:0;transition:all .45s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.cart-success-modal.visible{transform:translateY(0) scale(1);opacity:1}.cart-success-modal__close{position:absolute;top:14px;right:14px;background:rgba(0,0,0,.06);border:none;cursor:pointer;padding:8px;color:#888;border-radius:50%;transition:all var(--transition);line-height:0;z-index:2}.cart-success-modal__close:hover{background:rgba(0,0,0,.12);color:#333}.cart-success-modal__check{margin:0 auto 16px;width:72px;height:72px}.cart-success-modal__check svg{width:72px;height:72px}.check-circle{stroke:var(--color-primary);stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;fill:none;animation:checkCircle .6s cubic-bezier(.65,0,.45,1) forwards}.check-path{stroke:var(--color-primary);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:checkPath .4s .6s cubic-bezier(.65,0,.45,1) forwards}@keyframes checkCircle{to{stroke-dashoffset:0}}@keyframes checkPath{to{stroke-dashoffset:0}}.cart-success-modal__body{padding:44px 36px 16px}.cart-success-modal__title{font-size:1.5rem;font-weight:800;color:var(--color-primary-dark);margin-bottom:8px;letter-spacing:-.3px}.cart-success-modal__product{display:flex;align-items:center;gap:14px;justify-content:center;font-size:.95rem;font-weight:500;color:var(--color-text);margin:16px 0 0;padding:14px 16px;background:var(--color-bg-alt);border-radius:12px;text-align:left;word-break:break-word}.cart-success-modal__img{width:56px;height:56px;object-fit:cover;border-radius:8px;flex-shrink:0;background:#eee}.cart-success-modal__actions{display:flex;gap:10px;padding:8px 36px 36px}.cart-success-modal__actions .btn{flex:1;padding:13px 16px;font-size:.9rem;font-weight:600;border-radius:12px;transition:all .2s ease}.cart-success-modal__actions .btn-outline{background:var(--color-bg-alt);border:2px solid var(--color-border);color:var(--color-text)}.cart-success-modal__actions .btn-outline:hover{background:var(--color-border);border-color:var(--color-text-muted)}.cart-success-modal__actions .btn-primary{box-shadow:0 4px 14px rgba(46,125,50,.3)}.cart-success-modal__actions .btn-primary:hover{box-shadow:0 6px 20px rgba(46,125,50,.4);transform:translateY(-1px)}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.footer-mega-grid{grid-template-columns:1fr 1fr}.footer-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.header-search-toggle{display:flex}.header-main__center{display:none}.header-main__center.mobile-visible{display:block;position:absolute;top:100%;left:0;right:0;background:#fff;padding:12px 20px;border-bottom:1px solid var(--color-border-light);z-index:100}.header-main__center.mobile-visible .header-search .search-form{max-width:100%}.main-navigation{display:none}.mobile-bottom-nav{display:flex}.site{padding-bottom:56px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.footer-mega-grid{grid-template-columns:1fr;gap:28px}.footer-features-grid{grid-template-columns:1fr 1fr;gap:16px}.footer-bottom__row{flex-direction:column;text-align:center}.section{padding:40px 0}}@media (max-width:480px){.footer-features-grid{grid-template-columns:1fr 1fr;gap:12px}.footer-feature{flex-direction:column;text-align:center}.footer-contact-strip{gap:6px}.footer-messaging-icons{justify-content:center}.footer-social{justify-content:center}}@media (max-width:1024px){.main-navigation{display:none}}@media (max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.section-title{font-size:1.25rem}.mobile-navigation{width:260px}}.header-cart-wrap{position:relative}.header-mini-cart{position:absolute;top:calc(100% + 14px);right:0;z-index:1100;width:min(370px,calc(100vw - 32px));padding:16px;border:1px solid var(--color-border-light);border-radius:8px;background:#fff;box-shadow:0 18px 48px rgba(22,35,24,.18);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.header-cart-wrap.is-open .header-mini-cart{opacity:1;visibility:visible;transform:translateY(0)}.header-mini-cart::before{content:"";position:absolute;top:-7px;right:14px;width:12px;height:12px;border-top:1px solid var(--color-border-light);border-left:1px solid var(--color-border-light);background:#fff;transform:rotate(45deg)}.header-mini-cart__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid var(--color-border-light)}.header-mini-cart__close{width:30px;height:30px;border:0;background:0 0;color:var(--color-text-muted);font-size:1.4rem;cursor:pointer}@media (max-width:600px){.header-mini-cart{position:fixed;top:110px;right:12px;left:12px;width:auto}.header-mini-cart::before{display:none}}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.footer-messaging{margin-top:16px}.footer-messaging-label{display:block;font-size:.78rem;font-weight:600;color:var(--color-text-muted);margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.footer-messaging-icons{display:flex;align-items:center;gap:10px}.msg-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.08);transition:transform .18s ease,background .18s ease}.msg-link:hover{transform:scale(1.12);background:rgba(255,255,255,.15)}.msg-link img{width:24px;height:24px;object-fit:contain}.footer-social{display:flex;align-items:center;gap:10px;margin-top:12px}.social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.08);transition:transform .18s ease,background .18s ease}.social-link:hover{transform:scale(1.12);background:rgba(255,255,255,.15)}.social-link img{width:24px;height:24px;object-fit:contain}button,img,input,select,svg,textarea{max-width:100%}.site-footer{color:#d6d6d6}.site-footer .footer-brand-desc,.site-footer .footer-copyright,.site-footer .footer-messaging-label{color:#c2c2c2}.site-footer .footer-contact-item{color:#c7c7c7}.site-footer .footer-contact-item a,.site-footer .footer-links a{color:#d0d0d0}.site-footer .footer-feature-title{color:#f2f2f2}.site-footer .footer-company-info p,.site-footer .footer-feature-desc{color:#b8b8b8}.site-footer .footer-copyright strong{color:#fff}.site-footer .footer-company-info a{color:#dedede}.site-footer .footer-col-title{margin:0 0 14px}.site-footer .footer-links{gap:2px}.site-footer .footer-links a{display:inline-flex;align-items:center;min-height:26px;padding:2px 0;line-height:1.35}@media (pointer:coarse){.site-footer .footer-links a{min-height:40px;padding:6px 0}}.site-footer .msg-link,.site-footer .social-link{width:44px;height:44px}.site-footer a:focus-visible{outline:3px solid #fff;outline-offset:3px;border-radius:3px}.site,.site-content,body,html{max-width:100%}.container{min-width:0;max-width:100%}.product_title,label,li,p,td{overflow-wrap:anywhere}@media (max-width:768px){.container{padding-right:16px;padding-left:16px}}@media (max-width:380px){.container{padding-right:12px;padding-left:12px}}@media (max-width:360px){.header-main__row{gap:8px}.header-main__left{gap:8px}.header-main__right{gap:4px}.header-main__right .header-account{display:none}.site-branding .site-title{font-size:1.15rem;letter-spacing:-.3px}}@media (max-width:768px){.brand-directory-search{width:100%}}.product-card{display:flex!important;flex-direction:column;border-radius:12px}.product-grid{gap:14px}.product-card__image-wrap{aspect-ratio:1.08/1!important}.product-card__image-wrap img{padding:8px!important}.product-card__title{min-height:2.5em;margin:0 0 4px!important;color:#17231a;font-size:.87rem!important;font-weight:700!important;line-height:1.25!important}.product-card .price{margin-top:auto!important;padding-top:3px;font-size:1rem!important}.product-card__wishlist{min-height:40px;border-radius:8px!important}.product-card__wishlist{width:auto!important;gap:6px;padding:8px 11px;color:#526058;font-size:.76rem;font-weight:700}.product-card__wishlist svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.product-card__wishlist.is-saved{border-color:#ce4660;background:#fff5f7;color:#bb2946}.product-card__wishlist.is-saved svg{fill:currentColor}.recently-viewed-products__empty{margin:0;padding:22px;border:1px dashed #bdcbbf;border-radius:9px;background:#f8faf8;color:#68746b;text-align:center}.comment-form-toggle{display:flex;align-items:center;gap:13px;width:100%;margin-top:22px;padding:16px 18px;border:1px solid #b9d2bd;border-radius:12px;background:linear-gradient(135deg,#f0f8f1,#fff);color:#174d22;text-align:left;cursor:pointer;box-shadow:0 8px 20px rgba(24,77,34,.08);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.comment-form-toggle:focus-visible,.comment-form-toggle:hover{transform:translateY(-2px);border-color:#166534;box-shadow:0 12px 26px rgba(24,77,34,.13)}.comment-form-toggle svg{width:32px;height:32px;flex:0 0 32px;fill:none;stroke:currentColor;stroke-width:1.7}.comment-form-toggle--review svg{fill:#f6b93b;stroke:#c38309}.comment-form-toggle small,.comment-form-toggle span,.comment-form-toggle strong{display:block}.comment-form-toggle strong{font-size:.96rem}.comment-form-toggle small{margin-top:2px;color:#65736a;font-size:.78rem;font-weight:500}.comment-form-panel{margin-top:14px!important;animation:growshopFormReveal .2s ease-out}.comment-form-panel[hidden]{display:none!important}@keyframes growshopFormReveal{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.product-card__wishlist{justify-content:center;width:42px!important;padding:0}.product-card__wishlist span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}}.header-compact-links,.header-compact-search,.header-compact-title{display:none}.site-header{transition:background-color .18s ease,box-shadow .18s ease}.site-header.is-compact{border-bottom-color:rgba(255,255,255,.16);background:#176329;box-shadow:0 7px 24px rgba(9,45,18,.2)}.site-header.is-compact .header-main{position:relative;padding:6px 0;background:#176329}.site-header.is-compact .header-main__row{min-height:46px;gap:12px}.site-header.is-compact .header-main__left{gap:8px}.site-header.is-compact .main-navigation,.site-header.is-compact .site-branding{display:none}.site-header.is-compact .header-compact-title{display:inline-block;color:#fff;font-size:1.16rem;font-weight:850;letter-spacing:-.035em;text-decoration:none;white-space:nowrap}.site-header.is-compact .header-compact-search{display:inline-grid;place-items:center;width:35px;height:35px;padding:0;border:0;border-radius:8px;background:rgba(255,255,255,.1);color:#fff;cursor:pointer}.site-header.is-compact .header-compact-search:focus-visible,.site-header.is-compact .header-compact-search:hover{background:rgba(255,255,255,.2)}.site-header.is-compact .header-compact-search svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2}.site-header.is-compact .menu-toggle{width:36px;height:36px;background:rgba(255,255,255,.1)}.site-header.is-compact .menu-toggle:hover{background:rgba(255,255,255,.2)}.site-header.is-compact .menu-toggle span{background:#fff}.site-header.is-compact .header-compact-links{display:flex;flex:1;align-items:center;gap:7px;min-width:0}.site-header.is-compact .header-compact-links a,.site-header.is-compact .header-compact-links button{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 12px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(255,255,255,.08);color:#fff;font-size:.78rem;font-weight:750;text-decoration:none;white-space:nowrap;cursor:pointer}.site-header.is-compact .header-compact-links a:hover,.site-header.is-compact .header-compact-links button:hover{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.17)}.site-header.is-compact .header-compact-categories svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7}.site-header.is-compact .header-compact-sale{border-color:rgba(255,220,116,.38);background:rgba(255,220,116,.13);color:#fff7ce}.site-header.is-compact .header-compact-sale>span{display:inline-grid;place-items:center;width:19px;height:19px;border-radius:50%;background:#ffe07a;color:#164d23;font-size:.69rem;font-weight:900}.site-header.is-compact .header-main__center{display:none}.site-header.is-compact .header-main__center.mobile-visible{position:absolute;top:100%;right:0;left:0;z-index:120;display:block;padding:12px max(20px,calc((100vw - 1200px)/ 2));border-bottom:1px solid #d9e2da;background:#fff;box-shadow:0 10px 22px rgba(12,44,19,.14)}.site-header.is-compact .header-main__center.mobile-visible .search-form{max-width:720px;margin:0 auto}.site-header.is-compact .header-main__right{gap:4px}.site-header.is-compact .header-main__right .header-search-toggle{display:none}.site-header.is-compact .header-icon{width:36px;height:36px;color:#fff}.site-header.is-compact .header-icon:focus-visible,.site-header.is-compact .header-icon:hover{background:rgba(255,255,255,.16);color:#fff}.site-header.is-compact .header-cart__count{top:0;right:0;background:#ffe07a;color:#164d23}.sticky-header-spacer{height:0;pointer-events:none}@media (max-width:720px){.site-header.is-compact .header-main__row{gap:6px}.site-header.is-compact .header-compact-links{display:none}.site-header.is-compact .header-compact-title{flex:1;font-size:1.05rem}.site-header.is-compact .header-main__right .header-account{display:flex}}@media (max-width:380px){.site-header.is-compact .header-main__row{gap:3px}.site-header.is-compact .header-compact-title{font-size:.95rem}.site-header.is-compact .header-compact-search,.site-header.is-compact .header-icon,.site-header.is-compact .menu-toggle{width:33px;height:33px}}.woocommerce-checkout form.checkout{grid-template-columns:minmax(0,1fr) minmax(340px,405px);gap:18px;align-items:start}.woocommerce-checkout .checkout-mode__option{min-height:58px;padding:9px 12px;border-radius:10px}.woocommerce-checkout .checkout-mode__option strong{font-size:.83rem}.woocommerce-checkout .checkout-mode__option small{font-size:.72rem;line-height:1.25}.woocommerce-checkout select{min-height:42px!important;border-color:#ccd8ce!important;border-radius:9px!important;background:#fbfcfb!important;font-size:.86rem!important}.woocommerce-checkout #payment{margin:0;padding:12px 15px 15px;border-top:1px solid #e2e9e3;background:#fff}@media (max-width:960px){.woocommerce-checkout form.checkout{grid-template-columns:1fr}}.footer-social{flex-direction:column;align-items:flex-start;gap:8px}.footer-social-label{display:block;font-size:.78rem;font-weight:600;color:#c2c2c2;margin-bottom:2px;text-transform:uppercase;letter-spacing:.5px}.footer-social-icons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.site-footer .social-link svg{width:22px;height:22px}@media(max-width:600px){.footer-social{align-items:center;text-align:center}}
/* Mobile cart and checkout containment. Keep every commerce panel inside the
   viewport; the previous auto overflow exposed an inner horizontal scrollbar. */
/* Checkout payment methods are one coherent, accessible card control. */
/* Shipping method: same card treatment. */

/* Checkout summary: keep headings and line items comfortably inside the card. */

 /* Order confirmation: surface the reference first and make details scannable. */
/* Legacy `.hero-slide*` declarations removed: the homepage hero is rendered
 * by `.growhero-slider` in template-parts/home-hero.php with self-contained
 * styles and keyframes. */
.home .product-card__info{flex:1 1 auto}.home .product-card__actions{display:flex;align-items:center;gap:8px;margin-top:auto}.home .product-card__actions .button,.home .product-card__wishlist{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:9px 12px;border-radius:6px;font-size:.78rem;font-weight:800;line-height:1.1;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.home .product-card__actions .button{flex:1;border:1px solid #176329;background:#176329;color:#fff}.home .product-card__actions .button:hover,.home .product-card__actions .button:focus-visible{border-color:#123d24;background:#123d24;color:#fff;transform:translateY(-1px)}.home .product-card__wishlist{flex:0 0 auto;border:1px solid #b7c9bb;background:#f5f8f3;color:#176329}.home .product-card__wishlist:hover,.home .product-card__wishlist:focus-visible,.home .product-card__wishlist[aria-pressed="true"]{border-color:#176329;background:#d8ef72;color:#123d24}.home .product-card__actions .button-icon,.home .product-card__wishlist svg{width:16px;height:16px;flex:0 0 16px;fill:none;stroke:currentColor;stroke-width:1.8}
