*,*::before,*::after{box-sizing:border-box}html{height:100%;margin:0;padding:0;overflow-y:scroll;overflow-x:hidden}body{min-height:100vh;margin:0;padding:0;overflow-x:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.4;background-color:#fff}.site-main,.site-content,.wp-site-blocks,#inner-wrap,#wrapper,.wrap{margin:0;padding:0;max-width:none}.wp-block{margin:0}#layout-root{min-height:100vh;display:flex;flex-direction:column}.site-header{flex:0 0 auto;margin:0;padding:0;background:none;color:inherit}.site-main{flex:1 0 auto;margin:0;padding:0}.site-footer{flex:0 0 auto;margin:0;padding:16px;background-color:#783939;color:#fff}h1,h2,h3,h4,h5,h6,p{margin:0;line-height:1.2}img{display:block;max-width:100%;height:auto}.top-menu ul{margin:0;padding:0;list-style:none}body,.site-main,#layout-root{overflow-x:clip}.cart-main{padding:60px 20px}.cart-section .container{max-width:1300px;margin:0 auto}.cart-title{text-align:center;font-size:28px;font-weight:700;margin-bottom:35px;color:#333}.cart-grid{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;align-items:stretch!important;gap:24px!important}.cart-item{position:relative;flex:1 1 260px!important;min-width:260px!important;max-width:300px!important;background:#fff!important;border:1px solid #ddd!important;border-radius:10px!important;text-align:center!important;padding:15px!important;box-shadow:0 4px 14px rgba(0,0,0,.05)!important;transition:all 0.3s ease!important;display:flex!important;flex-direction:column!important}.cart-item:hover{transform:translateY(-4px)!important;box-shadow:0 8px 25px rgba(0,0,0,.1)!important}.cart-item img{width:100%!important;height:auto!important;border-radius:8px!important;margin-bottom:12px!important}.cart-info{display:flex;flex-direction:column;flex-grow:1}.cart-title-item{font-size:16px!important;color:#222!important;margin-bottom:10px!important;min-height:42px!important;line-height:1.3!important;font-weight:600}.cart-price{font-size:18px!important;font-weight:600!important;color:#353535!important;margin-bottom:12px!important}.cart-remove{position:absolute;top:10px;right:10px;background:none!important;border:1px solid #ddd!important;border-radius:50%!important;width:32px!important;height:32px!important;font-size:18px!important;line-height:28px!important;cursor:pointer!important;color:#777!important;transition:all 0.2s ease!important}.cart-remove:hover{color:#fff!important;background:#8DAC99!important;border-color:#8DAC99!important}.cart-summary{margin-top:40px!important;text-align:right!important;font-size:20px!important;display:flex;justify-content:flex-end;align-items:center;gap:20px}.cart-total{font-weight:600}.btn-checkout{background:transparent!important;border:2px solid #8DAC99!important;color:#8DAC99!important;padding:12px 42px!important;border-radius:8px!important;text-decoration:none!important;font-weight:600!important;text-transform:uppercase!important;cursor:pointer;transition:all 0.3s ease!important}.btn-checkout:hover{background:#8DAC99!important;color:#fff!important}.cart-empty{display:none;text-align:center;margin-top:60px;background:#fafafa;border:1px dashed #ccc;border-radius:12px;padding:60px 20px;animation:fadeIn 0.4s ease}.cart-empty p{font-size:20px;color:#333;margin-bottom:25px;font-weight:600}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.cart-item{flex:1 1 260px!important;min-width:240px!important}}@media (max-width:768px){.cart-item{flex:1 1 45%!important;min-width:220px!important}}@media (max-width:480px){.cart-item{flex:1 1 100%!important;min-width:100%!important}}.wishlist-page{padding:60px 20px;max-width:1200px;margin:0 auto}.wishlist-page .container{max-width:1200px;margin:0 auto;padding:0}.wishlist-title{text-align:center;font-size:28px;font-weight:700;margin-bottom:40px;color:#333}.wishlist-grid{display:flex;flex-wrap:wrap;gap:24px;align-items:stretch}.wishlist-item{position:relative;flex:1 1 260px;min-width:260px;max-width:300px;background:#fff;border:1px solid #ddd;border-radius:10px;padding:15px;display:flex;flex-direction:column;text-align:center;box-shadow:0 4px 14px rgba(0,0,0,.05);transition:transform .25s ease,box-shadow .25s ease}.wishlist-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.08)}.remove-wishlist-item{position:absolute;top:10px;right:10px;width:26px;height:26px;border-radius:50%;border:none;background:#eee;font-size:16px;cursor:pointer;line-height:26px;text-align:center}.remove-wishlist-item:hover{background:#ddd}.wishlist-thumb,.wishlist-thumb img{width:100%;height:220px;border-radius:10px;object-fit:cover;display:block}.no-photo{width:100%;height:220px;background:#f2f2f2;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#666}.wishlist-info{display:flex;flex-direction:column;gap:8px;margin-top:12px}.wishlist-info h3{margin:0;font-size:18px;font-weight:600;color:#333}.wishlist-info h3 a{color:inherit;text-decoration:none}.wishlist-price{font-size:18px;font-weight:700;color:#8DAC99}.wishlist-btn{margin-top:auto;padding:12px 14px;background:#8DAC99;color:#fff;font-weight:600;font-size:15px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:background .25s ease,transform .25s ease}.wishlist-btn:hover{background:#7ea18e;transform:scale(1.03)}.wishlist-page-actions{margin-top:40px;display:flex;justify-content:center;gap:20px}.btn-wishlist{padding:14px 26px;font-size:16px;font-weight:600;border-radius:12px;border:none;cursor:pointer;background:#8DAC99;color:#fff;transition:background .25s ease,transform .2s ease}.btn-wishlist:hover{background:#7ea18e;transform:translateY(-2px)}.btn-back{background:#444}.btn-back:hover{background:#222}.wishlist-empty{text-align:center;margin-top:60px}.wishlist-empty p{font-size:18px;margin-bottom:20px;color:#666}.is-hidden{display:none!important}@media (max-width:1024px){.wishlist-item{max-width:calc(33.333% - 24px)}}@media (max-width:768px){.wishlist-item{max-width:calc(50% - 24px)}}@media (max-width:480px){.wishlist-item{max-width:100%}}main.wishlist-page{flex:1}.cart-page,.cart-main,main.cart{flex:1}.bh-toasts{position:fixed;right:20px;bottom:20px;z-index:2147483647}.bh-toast{background:#fff;color:#000;border:2px solid #8DAC99;border-radius:8px;padding:12px 16px;margin-top:10px;box-shadow:0 6px 20px rgba(0,0,0,.2);font-size:14px}.bh-toast{display:flex;align-items:center;gap:10px;max-width:300px;background:#fff;color:#222;border:1px solid #8DAC99;border-left:4px solid #8DAC99;border-radius:10px;padding:10px 12px;box-shadow:0 8px 24px rgba(0,0,0,.12);opacity:0;transform:translateY(8px);transition:.2s ease}.bh-toast img{width:44px;height:44px;object-fit:cover;border-radius:6px;flex-shrink:0}.bh-toast-title{font-size:14px;font-weight:600;line-height:1.3}.bh-toast-sub{font-size:12px;color:#666}.mobile-header,.mobile-nav{display:none}.mobile-header{justify-content:space-between;align-items:center;width:100%;padding:10px 16px;box-sizing:border-box;background-color:#353535;color:#fff}.mobile-header-left .logo{color:#8DAC99;font-size:1.5rem;font-weight:900;text-decoration:none;white-space:nowrap}.mobile-header-right{display:flex;align-items:center;gap:12px}.mobile-header-right button,.mobile-header-right a.mobile-phone-btn{display:flex;align-items:center;justify-content:center;min-width:20px;min-height:20px;padding:10px;background-color:#454545;border:none;border-radius:6px;color:#fff;cursor:pointer;text-decoration:none;transition:background-color .2s ease}.mobile-header-right button:hover,.mobile-header-right a.mobile-phone-btn:hover{background-color:#8DAC99}.mobile-header-right svg{width:26px;height:26px;display:block}.mobile-header-right svg path,.mobile-header-right svg line,.mobile-header-right svg circle{stroke:currentColor;stroke-width:2;fill:none}.mobile-header-right svg [fill]:not([fill="none"]){fill:currentColor;stroke:none}.mobile-nav{position:absolute;top:60px;left:0;width:100%;background-color:#353535;overflow:hidden;max-height:0;padding:0;transition:max-height .3s ease,padding .2s ease;z-index:998}.mobile-nav.open{max-height:1000px;padding:10px 0}.mobile-categories{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.mobile-categories li a{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:6px;background-color:#454545;color:#fff;text-decoration:none;transition:background-color .2s ease,color .2s ease}.mobile-categories li a:hover{background-color:#8DAC99;color:#222}.mobile-categories li a img{width:40px;height:40px;object-fit:cover;border-radius:4px;flex-shrink:0}.mobile-categories li a span{flex:1;text-align:center;font-weight:700}@media (max-width:900px){.site-header,.top-bar,.bottom-header{display:none!important}.mobile-header{display:flex!important}.mobile-nav{display:block!important}}.bottom-header{position:relative;display:flex;align-items:center;width:100%;height:60px;min-height:60px;max-height:60px;padding:0 16px;background-color:#282828;box-sizing:border-box}.bh-logo{flex:0 0 auto}.bh-logo a{font-size:30px;font-weight:800;line-height:1;color:#8DAC99;text-decoration:none;white-space:nowrap}.bh-catalog-btn{margin-left:90px;height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;background-color:#353535;color:#fff;border:0;border-radius:4px;cursor:pointer}.bh-catalog-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}.bh-catalog-btn span{font-size:14px;font-weight:600;line-height:1}.bh-catalog-btn:hover,.bh-catalog-btn:focus-visible{color:#8DAC99}.bh-search-wrap{margin-left:90px;width:700px;height:40px;display:flex;align-items:center;background:transparent;border-bottom:1px solid rgba(255,255,255,.45)}.bh-search-input{flex:1 1 auto;height:40px;padding:0 12px;background:transparent;border:0;outline:none;font-size:14px;line-height:40px;color:#fff}.bh-search-input::placeholder{color:rgba(255,255,255,.6)}.bh-search-input:focus{background-color:#fff;color:#000}.bh-search-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;cursor:pointer}.bh-search-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;color:#fff}.bh-search-btn:hover svg{color:#8DAC99}.bh-filter-btn{margin-left:90px;height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;background-color:#353535;color:#fff;border:0;border-radius:4px;cursor:pointer}.bh-filter-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;display:block}.bh-filter-btn span{font-size:14px;font-weight:600;line-height:1}.bh-filter-btn:hover,.bh-filter-btn:focus-visible{color:#8DAC99}.bh-actions{margin-left:auto;display:flex;align-items:center;gap:14px}.bh-actions .bh-icon-btn{position:relative;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background-color:#353535;border:0;border-radius:4px;cursor:pointer;-webkit-tap-highlight-color:transparent}.bh-actions .bh-icon-btn svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block;transition:stroke .2s ease}.bh-actions .bh-icon-btn:hover svg{stroke:#8DAC99}.bh-actions .bh-count{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;background-color:#fff;color:#000;font-size:11px;font-weight:700;line-height:18px;text-align:center;border-radius:9px}.bh-popup{position:absolute;right:0;top:calc(100% + 10px);width:220px;background-color:#fff;color:#000;border-radius:0;box-shadow:0 10px 30px rgba(0,0,0,.25);padding:14px;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease;z-index:1000}.bh-icon-btn:hover .bh-popup{opacity:1;visibility:visible;transform:translateY(0)}.bh-popup-info{font-size:14px;margin-bottom:12px}.bh-popup-btn{display:block;width:100%;height:36px;line-height:36px;text-align:center;text-decoration:none;background-color:#353535;color:#fff;border-radius:0;font-size:14px;font-weight:600;transition:color .2s ease}.bh-popup-btn:hover{color:#8DAC99}@media (max-width:1500px){.bh-catalog-btn{margin-left:48px}.bh-search-wrap{margin-left:48px;width:560px}.bh-filter-btn{margin-left:48px}.bh-actions{gap:12px}}@media (max-width:1220px){.bh-catalog-btn{margin-left:22px}.bh-search-wrap{margin-left:22px;width:340px}.bh-filter-btn{margin-left:22px}.bh-actions{gap:10px}}@media (max-width:900px){.bottom-header{display:none}}@media (hover:hover) and (pointer:fine){.bh-actions .bh-icon-btn{margin-left:20px}.bh-cart{position:relative}.bh-cart svg,.bh-cart .bh-count{pointer-events:none}.bh-cart .bh-popup{position:absolute;top:calc(100% + 14px);right:0}.bh-cart::after{content:"";position:absolute;left:-10px;right:-10px;top:100%;height:16px}}.bh-cart,.bh-wishlist{position:relative}.bh-cart .bh-popup,.bh-wishlist .bh-popup{position:absolute;right:0;top:calc(100% + 14px);min-width:220px;padding:14px;background:#fff;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:1000}.bh-cart:hover .bh-popup,.bh-wishlist:hover .bh-popup{opacity:1;visibility:visible;transform:translateY(0)}.bh-cart::after,.bh-wishlist::after{content:"";position:absolute;left:-10px;right:-10px;top:100%;height:16px}@media (hover:none){.bh-cart::after,.bh-wishlist::after{display:none!important}}.site-header{padding:0!important}.site-header .top-bar{height:40px!important;min-height:40px!important;max-height:40px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;padding:0 12px!important;margin:0!important;background-color:#1E1E1E!important;overflow:hidden!important;box-sizing:border-box!important;line-height:40px!important}.site-header .top-menu ul{display:flex!important;align-items:center!important;height:100%!important;margin:0!important;padding:0!important;gap:0.9em!important;list-style:none!important}.site-header .top-menu ul li a{display:flex!important;align-items:center!important;height:100%!important;padding:0 10px!important;font-size:14px!important;line-height:1!important;color:#CFCFCF!important;text-decoration:none!important;background-color:#262626!important;border-radius:2px!important;text-shadow:0 1px 0 rgba(0,0,0,.9),0 -1px 0 rgba(255,255,255,.05);transition:background-color .2s ease,color .2s ease!important}.site-header .top-menu ul li a:hover{color:#8DAC99!important;background-color:#2C2C2C!important}.site-header .top-right{display:flex!important;align-items:center!important;height:100%!important;gap:6px!important}.site-header .top-right a{width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;background-color:#262626!important;border-radius:2px!important;box-shadow:inset 0 1px 1px rgba(255,255,255,.04),inset 0 -1px 1px rgba(0,0,0,.7);transition:background-color .2s ease!important}.site-header .top-right a:hover{background-color:#2C2C2C!important}.site-header .top-right a svg{width:14px!important;height:14px!important;fill:#BEBEBE!important;transition:fill .2s ease!important}.site-header .top-right a:hover svg{fill:#8DAC99!important}.site-header .contact-popup{display:none!important;position:fixed!important;inset:0!important;width:100%!important;height:100%!important;background:rgba(0,0,0,.6)!important;justify-content:center!important;align-items:center!important;z-index:9999!important}.site-header .contact-popup.open{display:flex!important}.site-header .popup-inner{background:#fff!important;padding:3em!important;border-radius:10px!important;max-width:1000px!important;width:90%!important;position:relative!important;text-align:center!important}.site-header .popup-inner h2{font-size:2em!important;margin:0 0 1.5em!important}.site-header .popup-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important;gap:1em!important}.site-header .popup-item{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:0.8em!important;padding:.5em 1em!important;border-radius:6px!important;text-decoration:none!important;color:#222!important;font-size:1.1em!important;background:#f7f7f7!important;transition:all 0.3s ease!important}.site-header .popup-item svg{width:2em!important;height:2em!important;fill:#676767!important;flex-shrink:0!important;transition:all 0.3s ease!important}.site-header .popup-item:hover{color:#8DAC99!important;background:#e6f0e8!important}.site-header .popup-item:hover svg{fill:#8DAC99!important}.site-header .popup-close{position:absolute!important;top:15px!important;right:15px!important;font-size:1.5em!important;background:none!important;border:none!important;cursor:pointer!important}@media (max-width:1120px){.site-header .top-bar{padding:0 8px!important}.site-header .top-menu ul{gap:0.6em!important}.site-header .top-menu ul li a{padding:0 8px!important;font-size:13px!important}.site-header .top-right{gap:4px!important}.site-header .top-right a{width:24px!important;height:24px!important}.site-header .top-right a svg{width:12px!important;height:12px!important}}@media (max-width:980px){.site-header .top-bar{padding:0 6px!important}.site-header .top-menu ul{gap:0.4em!important}.site-header .top-menu ul li a{padding:0 6px!important;font-size:12px!important}.site-header .top-menu ul li:nth-child(n+6){display:none!important}.site-header .top-right{gap:3px!important}.site-header .top-right a{width:22px!important;height:22px!important}.site-header .top-right a svg{width:11px!important;height:11px!important}}.site-header .mobile-float-filter-btn{display:none!important}#site-navigation,.main-navigation{display:none!important}@media (max-width:768px){.site-header .top-bar{display:none!important}}@media (max-width:1024px){.site-header .top-menu ul{gap:0.6em!important}.site-header .top-right{gap:0.4em!important}}.hero{position:relative;width:100%;height:100vh;overflow:hidden}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-content{position:absolute;top:5%;left:5%;max-width:840px;display:flex;flex-direction:column;align-items:flex-start;gap:22px;text-align:left;color:#fff;z-index:2}.hero-cta{display:inline-flex;flex-direction:column;align-items:flex-start;gap:10px}.hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 34px;border:2px solid #fff;border-radius:10px;background:transparent;color:#fff;font-size:16px;font-weight:700;text-decoration:none;transition:0.25s ease}.hero-btn:hover{background:#fff;color:#222}.hero-scroll{align-self:center;width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;animation:arrow-pulse 2s infinite}.hero-scroll svg{width:26px;height:26px}.hero-scroll svg path{stroke:currentColor;stroke-width:2;fill:none}@keyframes arrow-pulse{0%{transform:translateY(0);opacity:1}50%{transform:translateY(8px);opacity:.6}100%{transform:translateY(0);opacity:1}}@media (max-width:1400px){.hero-content{top:4%;max-width:500px;gap:12px}.hero-content h1{font-size:48px}}@media (max-width:1150px){.hero-content h1{font-size:40px}}@media (max-width:950px){.hero-content{max-width:520px;gap:18px}.hero-content h1{font-size:36px}.hero-content h2{font-size:20px}}@media (max-width:890px){.hero-content{max-width:480px}.hero-content h1{font-size:30px}.hero-content h2{font-size:18px}}@media (max-width:900px){.hero-content{top:6%;left:4%;right:6%;max-width:none}.hero-content h1{font-size:30px}.hero-content h2{font-size:18px}.hero-btn{padding:12px 26px;font-size:14px;border-radius:8px}.hero-cta{gap:8px}.hero-scroll{width:36px;height:36px}.hero-scroll svg{width:22px;height:22px}}@media (max-width:750px){.hero-content{left:3%;max-width:460px;gap:16px}.hero-content h1{font-size:26px}.hero-content h2{font-size:20px}.hero-btn{padding:10px 22px;font-size:13px;border-radius:7px}.hero-cta{gap:6px}}@media (max-width:670px){.hero-content{left:3%;max-width:420px;gap:14px}.hero-content h1{font-size:26px}.hero-content h2{font-size:14px}.hero-btn{padding:6px 18px;font-size:12.5px;border-radius:6px}.hero-cta{gap:6px}.hero-scroll{width:30px;height:30px}.hero-scroll svg{width:18px;height:18px}}@media (max-width:560px){.hero-content{max-width:400px}.hero-content h1{font-size:22px}.hero-content h2{font-size:18px}.hero-btn{padding:4px 14px}}@media (max-width:430px){.hero-content{max-width:420px}.hero-content h1{font-size:22px}.hero-btn{padding:8px 18px}.hero-content h2{font-size:15px}}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-content{position:absolute;z-index:2;pointer-events:none}.recommended-products{padding:30px 15px}.recommended-products h2{text-align:center;margin-bottom:24px;font-size:28px;font-weight:700}.products-grid{display:grid;gap:20px;grid-template-columns:repeat(5,1fr)}.product-item{position:relative;background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease}.product-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.product-item img{width:100%;height:auto;object-fit:cover;max-height:320px}.product-item h3{font-size:14px;margin:10px 5px 5px;line-height:1.3;min-height:38px}.product-price,.product-item .price{font-size:22px;font-weight:600;color:#353535;margin-bottom:12px}.product-actions{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity 0.3s ease}.product-item:hover .product-actions{opacity:1}.my-add-btn{display:inline-flex;justify-content:center;align-items:center;padding:12px 48px;background:#8DAC99;color:#fff!important;text-decoration:none;border-radius:6px;font-weight:600;font-size:18px;text-transform:uppercase;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:background 0.25s,transform 0.25s}.my-add-btn:hover{background:#353535;transform:scale(1.05)}.my-add-btn.added{background:#4CAF50}.my-add-btn.loading{opacity:.6;pointer-events:none}.product-item form.cart{position:absolute;top:50%;left:50%;transform:translate(-50%,20px);opacity:0;transition:all 0.4s ease;pointer-events:none}.product-item:hover form.cart{opacity:1;transform:translate(-50%,-50%);pointer-events:all}.product-item .ajax_add_to_cart,.product-item .add_to_cart_button{position:absolute!important;inset:0!important;opacity:0!important;z-index:2!important;cursor:pointer!important;pointer-events:all!important}.product-item .add-to-cart-btn{position:relative;z-index:3;display:inline-flex;align-items:center;justify-content:center;padding:14px 70px;background:transparent;color:#8DAC99;border:2px solid #8DAC99;border-radius:12px;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all 0.3s ease}.product-item .add-to-cart-btn:hover{background:#8DAC99;color:#fff;transform:scale(1.05);box-shadow:0 8px 20px rgba(141,172,153,.35)}.product-item .add-to-cart-btn.added{background:#4CAF50!important;border-color:#4CAF50!important;color:#fff!important}.product-item .add-to-cart-btn.loading{opacity:.6}.product-item{position:relative;overflow:hidden}.product-item:hover img{filter:brightness(.75);transition:filter 0.3s ease}@media (max-width:1280px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}.product-item img{max-height:200px}}@media (max-width:480px){.products-grid{grid-template-columns:1fr}}*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}html{line-height:1.5;-webkit-text-size-adjust:100%;scroll-behavior:auto}body{min-height:100vh;text-rendering:optimizeSpeed;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;background:#fff;color:#111}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a{text-decoration:none;color:inherit}input,button,textarea,select{font:inherit;color:inherit}button{all:unset;cursor:pointer}table{border-collapse:collapse;border-spacing:0}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}.wp-block-image img{height:auto}iframe{border:0}.product-item{position:relative;overflow:hidden}.product-wishlist{position:absolute;top:10px;right:10px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#ffffffee;border-radius:50%;z-index:5;cursor:pointer;transition:0.25s ease}.product-wishlist:hover{transform:scale(1.12)}.product-wishlist svg{width:20px;height:20px;stroke:#8DAC99;fill:none;stroke-width:2}.product-wishlist.active svg path{fill:#8DAC99;stroke:#8DAC99}.shop-categories{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;margin-bottom:40px}.shop-category-item{background:#fff;border:1px solid #ddd;border-radius:12px;text-align:center;padding:10px;cursor:pointer;transition:0.3s ease}.shop-category-item:hover{border-color:#8DAC99;transform:translateY(-4px)}.shop-category-item img{width:100%;height:170px;object-fit:cover;border-radius:10px}.shop-category-item span{display:block;margin-top:10px;font-weight:600;color:#333}.shop-subcategories{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:24px;margin:40px 0}.shop-subcategory-item{background:#fff;border:1px solid #ddd;border-radius:12px;padding:12px;text-align:center;transition:0.3s ease;cursor:pointer}.shop-subcategory-item:hover{border-color:#8DAC99;transform:translateY(-4px)}.shop-subcategory-item img{width:100%;height:150px;border-radius:10px;object-fit:cover}.shop-subcategory-item span{display:block;margin-top:8px;font-size:15px;font-weight:600;color:#333}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:24px}.product-item{background:#fff;border:1px solid #eee;border-radius:10px;padding:12px;text-align:center;transition:0.3s ease;cursor:pointer}.product-item:hover{border-color:#8DAC99;transform:translateY(-3px)}.product-item img{width:100%;height:210px;object-fit:cover;display:block}.product-item h3{font-size:16px;color:#222;font-weight:600;margin:10px 0 6px}.product-item .price{color:#8DAC99;font-size:17px;font-weight:700;margin-bottom:12px;display:block}.add-to-cart-btn{width:100%;padding:10px 0;border:2px solid #8DAC99;background:transparent;color:#8DAC99;font-weight:700;border-radius:8px;text-transform:uppercase;cursor:pointer;transition:0.3s ease}.add-to-cart-btn:hover{background:#8DAC99;color:#fff}.load-more-btn{display:block;margin:40px auto;padding:12px 36px;background:transparent;border:2px solid #8DAC99;border-radius:8px;font-weight:600;color:#8DAC99;cursor:pointer;transition:0.3s ease}.load-more-btn:hover{background:#8DAC99;color:#fff}.shop-bottom-text{max-width:850px;margin:80px auto 60px;text-align:center}.shop-bottom-text h1{font-size:28px;margin-bottom:20px}.shop-bottom-text p{font-size:16px;line-height:1.6}.shop-main-title{font-size:32px;font-weight:800;text-align:center;margin:20px 0 10px;color:#222}.shop-main-description{max-width:900px;margin:0 auto 30px;text-align:center;font-size:16px;line-height:1.6;color:#444}.shop-preloader{position:fixed;inset:0;background:rgba(0,0,0,.55);display:none;flex-direction:column;align-items:center;justify-content:center;z-index:99999;opacity:0;transition:opacity 0.25s ease}.shop-preloader.show{display:flex;opacity:1}.shop-preloader>span{color:#fff;font-size:22px;font-weight:600;margin-bottom:14px;letter-spacing:.4px}.loader-dots{display:flex;gap:10px}.loader-dots span{width:10px;height:10px;background:#fff;border-radius:50%;display:inline-block;animation:dots 1.4s infinite ease-in-out both}.loader-dots span:nth-child(1){animation-delay:-0.32s}.loader-dots span:nth-child(2){animation-delay:-0.16s}@keyframes dots{0%,80%,100%{transform:scale(0);opacity:.4}40%{transform:scale(1);opacity:1}}@media (max-width:768px){.shop-category-item img,.shop-subcategory-item img{height:130px}.product-item img{height:150px}}@media (max-width:480px){.shop-categories,.shop-subcategories,.products-grid{gap:16px}.product-item img{height:140px}}.tax-product_cat ul.products{display:grid!important;grid-template-columns:repeat(3,1fr);gap:30px;padding:0!important;margin:0!important}.tax-product_cat ul.products li.product{margin:0!important;width:100%!important}.tax-product_cat .term-description{display:none!important;margin:0!important;padding:0!important}.tax-product_cat .woocommerce-products-header{display:none!important}.tax-product_cat .woocommerce-products-header__title{display:none!important}.custom-shop a,.custom-shop a:visited,.custom-shop a:hover,.custom-shop a:focus{text-decoration:none!important;outline:none!important;box-shadow:none!important}.shop-category-item,.shop-category-item span,.shop-category-item img{text-decoration:none!important}.products-grid a,.products-grid a h3,.products-grid a img{text-decoration:none!important}.products-grid a:hover,.shop-category-item:hover{text-decoration:none!important}.custom-shop a::-moz-focus-inner{border:0!important}@media (max-width:768px){.shop-category-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:48%;min-height:140px;padding:10px;box-sizing:border-box;background:#fff;border-radius:8px}.shop-category-item img{width:100%;height:auto;max-height:120px;object-fit:contain;display:block}.shop-category-item span{margin-top:8px;text-align:center;font-size:14px;line-height:1.3}}@media (max-width:768px){.product-item{width:48%;min-height:260px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:10px;background:#fff;border-radius:10px}.product-item img{width:100%;height:auto;max-height:160px;object-fit:contain;display:block}.product-item .product-title{margin-top:8px;font-size:14px;text-align:center;height:34px;overflow:hidden}.product-price{font-size:15px;margin-top:5px}}@media (max-width:768px){.shop-categories,#products-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;width:100%!important}.shop-category-item{width:100%!important;background:#fff;border-radius:8px;padding:10px;box-sizing:border-box;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.shop-category-item img{width:100%;height:auto;max-height:120px;object-fit:contain;display:block}.product-item{width:100%!important;background:#fff;border-radius:8px;padding:10px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.product-item img{width:100%;height:auto;max-height:160px;object-fit:contain}.product-title{font-size:14px;margin-top:8px;text-align:center;min-height:32px;overflow:hidden}}.product-item{position:relative}.product-item .add-to-cart-btn{position:absolute;bottom:12px;right:12px;width:42px;height:42px;padding:0;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #8DAC99;border-radius:50%;color:#8DAC99;opacity:0;visibility:hidden;transform:scale(.85);cursor:pointer;transition:opacity .2s ease,transform .2s ease,background-color .2s ease}.product-item .add-to-cart-btn svg{width:20px;height:20px}.product-item .add-to-cart-btn svg path,.product-item .add-to-cart-btn svg circle{stroke:#8DAC99;fill:none}.product-item:hover .add-to-cart-btn{opacity:1;visibility:visible;transform:scale(1)}.product-item .add-to-cart-btn:hover{background:#8DAC99}.product-item .add-to-cart-btn:hover svg path,.product-item .add-to-cart-btn:hover svg circle{stroke:#fff}ul.products,.products-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:24px;margin:0!important;padding:0!important;list-style:none!important}.products li.product,.product-item{position:relative;background:#fff;border:1px solid #eee;border-radius:10px;padding:12px;text-align:center;transition:0.3s ease}.products li.product:hover,.product-item:hover{border-color:#8DAC99;transform:translateY(-3px)}.products li.product img,.product-item img{width:100%;height:180px;object-fit:cover;border-radius:8px;display:block}.products li.product h2.woocommerce-loop-product__title,.product-item h3,.product-title{font-size:16px;color:#222;font-weight:600;margin:10px 0 6px;line-height:1.3}.products li.product .price,.product-item .price,.product-price{color:#8DAC99;font-size:17px;font-weight:700;margin-bottom:12px;display:block}.products li.product .add_to_cart_button,.add-to-cart-btn{width:100%;padding:10px 0;border:2px solid #8DAC99;background:transparent;color:#8DAC99;font-weight:700;border-radius:8px;text-transform:uppercase;cursor:pointer;transition:0.3s ease}.products li.product .add_to_cart_button:hover,.add-to-cart-btn:hover{background:#8DAC99;color:#fff}.product-wishlist{position:absolute;top:10px;right:10px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#ffffffee;border-radius:50%;z-index:5;cursor:pointer;transition:0.25s ease}.product-wishlist:hover{transform:scale(1.12)}.product-wishlist svg{width:20px;height:20px;stroke:#8DAC99;fill:none;stroke-width:2}.product-wishlist.active svg path{fill:#8DAC99;stroke:#8DAC99}.load-more-btn{display:block;margin:40px auto;padding:12px 36px;background:transparent;border:2px solid #8DAC99;border-radius:8px;font-weight:600;color:#8DAC99;cursor:pointer;transition:0.3s ease}.load-more-btn:hover{background:#8DAC99;color:#fff}.shop-preloader{position:fixed;inset:0;background:rgba(0,0,0,.55);display:none;flex-direction:column;align-items:center;justify-content:center;z-index:99999;opacity:0;transition:opacity 0.25s ease}.shop-preloader.show{display:flex;opacity:1}.shop-preloader>span{color:#fff;font-size:22px;font-weight:600;margin-bottom:14px}.loader-dots{display:flex;gap:10px}.loader-dots span{width:10px;height:10px;background:#fff;border-radius:50%;animation:dots 1.4s infinite ease-in-out both}@keyframes dots{0%,80%,100%{transform:scale(0);opacity:.4}40%{transform:scale(1);opacity:1}}@media (max-width:768px){ul.products,.products-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}.products li.product,.product-item{padding:10px}.products li.product img,.product-item img{height:auto;max-height:160px;object-fit:contain}.product-title,.woocommerce-loop-product__title{font-size:14px;min-height:32px;overflow:hidden}}.custom-shop a,.custom-shop a:hover,.custom-shop a:visited{text-decoration:none!important}.products li.product{position:relative}.products li.product .add_to_cart_button{position:absolute;bottom:12px;right:12px;width:42px;height:42px;padding:0;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #8DAC99;border-radius:50%;font-size:0;line-height:0;opacity:0;visibility:hidden;transform:scale(.85);cursor:pointer;z-index:5;transition:opacity .2s ease,transform .2s ease,background-color .2s ease}.products li.product .add_to_cart_button::before{content:"";width:20px;height:20px;background-color:#8DAC99;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.5 6h14l-1.5 8h-11z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M6.5 6L5 3H2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='9' cy='20' r='1.6' fill='black'/%3E%3Ccircle cx='17' cy='20' r='1.6' fill='black'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.5 6h14l-1.5 8h-11z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M6.5 6L5 3H2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='9' cy='20' r='1.6' fill='black'/%3E%3Ccircle cx='17' cy='20' r='1.6' fill='black'/%3E%3C/svg%3E") no-repeat center / contain}.products li.product:hover .add_to_cart_button{opacity:1;visibility:visible;transform:scale(1)}.products li.product .add_to_cart_button:hover{background:#8DAC99}.products li.product .add_to_cart_button:hover::before{background-color:#fff}@media (max-width:768px){.products li.product .add_to_cart_button{opacity:1;visibility:visible;transform:scale(1)}}.products li.product{position:relative;overflow:hidden}.products li.product::before{content:"";position:absolute;top:10px;right:10px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#ffffffee;border-radius:50%;cursor:pointer;z-index:5;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") no-repeat center / 20px 20px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") no-repeat center / 20px 20px;background-color:#8DAC99;transition:transform 0.25s ease}.products li.product::before:hover{transform:scale(1.12)}.product-item .product-thumb{display:block;width:100%;aspect-ratio:1 / 1;overflow:hidden}.product-item .product-thumb img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:768px){.products li.product::before{transform:none}}:root{--hero-black:#1f1f1f;--brand-green:#8DAC99;--hero-height:clamp(260px,26vw,380px)}.hero-split{display:grid;grid-template-columns:1fr 1fr;gap:20px;height:var(--hero-height);margin:20px 0 60px}.hero-banner{position:relative;height:100%;overflow:hidden}.hero-banner a{display:block;height:100%}.hero-banner img{width:100%;height:100%;object-fit:cover;display:block}.hero-banner__caption{position:absolute;left:20px;bottom:20px;z-index:2;color:#fff;background:rgba(0,0,0,.65);padding:10px 14px;border-radius:6px}.hero-carousel{height:100%;display:flex;flex-direction:column;overflow:hidden}.carousel{flex:1 1 auto;min-height:0}.carousel__viewport{height:100%;overflow:hidden}.carousel__track{display:flex;height:100%;transition:transform .45s ease;will-change:transform}.carousel__slide{flex:0 0 100%;height:100%;position:relative;display:block}.carousel__slide img{width:100%;height:100%;object-fit:cover;display:block;transform:none!important}.carousel__caption{position:absolute;left:20px;bottom:20px;z-index:2;color:#fff;background:rgba(0,0,0,.65);padding:10px 14px;border-radius:6px}.hero-dots-panel{flex:0 0 44px;height:44px;background:var(--hero-black);display:flex;align-items:center;justify-content:center}.carousel__dots{display:flex;gap:8px}.carousel__dots button{width:44px;height:44px;padding:0;border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.carousel__dots button::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--brand-green);opacity:.35;transition:.2s}.carousel__dots button.is-active::before{opacity:1;transform:scale(1.25)}.carousel__dots button:focus-visible{outline:2px solid var(--brand-green);outline-offset:4px}@media (max-width:768px){.hero-split{grid-template-columns:1fr;height:auto;margin-bottom:40px}.hero-carousel{display:none}.hero-banner{height:clamp(300px,65vw,460px)}}.hero-banner__caption{background:rgba(0,0,0,.65);padding:10px 14px;border-radius:6px;font-size:16px;line-height:1.3;font-weight:500}.carousel__caption{background:rgba(0,0,0,.65);padding:10px 14px;border-radius:6px;font-size:16px;line-height:1.3;font-weight:500}.hero-banner__mobile{display:none}@media (max-width:768px){.hero-banner__desktop{display:none}.hero-banner__mobile{display:block}}.hero-banner__caption{display:none!important}.hero-banner span{display:none!important}.product-badges{position:absolute;top:10px;left:10px;display:flex;gap:6px;z-index:5}.product-badge{background:#C9A227;color:#000;font-size:12px;font-weight:700;padding:6px 10px;border-radius:6px;line-height:1;white-space:nowrap}.product-badge + .product-badge{margin-left:4px}/* WooCommerce catalog item */.products .product-item,.product-item{position:relative!important}.products .product-item .product-badges,.product-item .product-badges{position:absolute!important;top:10px!important;left:10px!important;display:flex!important;gap:6px!important;z-index:20!important;pointer-events:none}.products .product-item .product-badges .badge,.product-item .product-badges .badge{background:#c9a227!important;color:#000!important;font-size:11px!important;font-weight:700!important;line-height:1!important;padding:6px 8px!important;border-radius:6px!important;white-space:nowrap!important;text-transform:uppercase!important;box-shadow:0 2px 6px rgba(0,0,0,.15)!important}.product-badges .badge-hit{background:#c9a227!important}.product-badges .badge-free{background:#d8b44c!important}.product-badges .badge-sale{background:#b18c1a!important;color:#fff!important}
.catalog-product-rating{display:flex;align-items:center;gap:6px;margin:6px 0 8px;line-height:1}.catalog-product-rating.is-top{justify-content:flex-start}.catalog-stars{font-size:18px;letter-spacing:2px;color:#C7A24A;display:inline-flex}.catalog-rating-text{font-size:13px;font-weight:600;color:#6b6b6b;margin-left:2px}@media (max-width:768px){.catalog-stars{font-size:16px}.catalog-rating-text{font-size:12px}}
.product-item .catalog-product-rating{display:flex!important;align-items:center!important;gap:6px!important;margin:6px 0 8px!important;line-height:1!important}.product-item .catalog-product-rating.is-top{justify-content:flex-start!important}.product-item .catalog-stars{font-size:18px!important;letter-spacing:2px!important;color:#C7A24A!important;display:inline-flex!important;font-weight:700!important}.product-item .catalog-rating-text{font-size:13px!important;font-weight:600!important;color:#6b6b6b!important;margin-left:2px!important}@media (max-width:768px){.product-item .catalog-stars{font-size:16px!important}.product-item .catalog-rating-text{font-size:12px!important}}
.ajax-search{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e5e5;z-index:10000}.ajax-search__item{display:flex;gap:10px;padding:10px;text-decoration:none;color:#000}.ajax-search__item:hover{background:#f5f5f5}.ajax-search__more{display:block;padding:10px 14px;text-align:center;font-weight:500;border-top:1px solid #eee;color:#000;background:#fafafa}.ajax-search__more:hover{background:#f0f0f0}
#ajaxSearchPanel{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e5e5;border-radius:10px;margin-top:8px;padding:12px;z-index:10000}.ajax-search__inner{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.ajax-search__item{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:#000;background:#fff;border:1px solid #eee;border-radius:8px;padding:10px;transition:all .2s ease}.ajax-search__item:hover{border-color:#000;box-shadow:0 6px 16px rgba(0,0,0,.08)}.ajax-search__item img{width:100%;height:140px;object-fit:contain}.ajax-search__meta{display:flex;flex-direction:column;gap:4px}.ajax-search__title{font-size:14px;font-weight:500;line-height:1.3}.ajax-search__price{font-size:14px;font-weight:600;color:#000}.ajax-search__empty{grid-column:1 / -1;padding:20px;text-align:center;color:#666;font-size:14px}@media (max-width:768px){.ajax-search__inner{grid-template-columns:repeat(2,1fr)}.ajax-search__item img{height:120px}}
@media (max-width:768px){.bh-search-wrap{display:none}body.mobile-search-open .bh-search-wrap{display:flex;position:fixed;top:56px;left:0;right:0;padding:10px;background:#fff;z-index:10000;border-bottom:1px solid #e5e5e5}body.mobile-search-open .ajax-search{display:block;position:fixed;top:112px;left:0;right:0;max-height:calc(100vh - 112px);overflow-y:auto;background:#fff;z-index:9999}}
.mobile-search-btn{position:relative;z-index:99999;pointer-events:auto}.mobile-header{position:relative;z-index:99998}.mobile-nav{pointer-events:none}@media (max-width:768px){.bh-search-input{background:#fff;color:#000}}
.mobile-search-container{position:relative;background:#fff;z-index:1000}.mobile-search-container .ajax-search{position:relative;display:block;width:100%;background:#fff;border-top:1px solid #e5e5e5}.mobile-search-container .ajax-search[hidden]{display:none}.mobile-search-container .ajax-search__inner{padding:8px 12px}
@media (max-width:768px){.woocommerce-pagination,.pagination{margin:20px 0;text-align:center}.woocommerce-pagination ul,.pagination ul{display:flex;justify-content:center;flex-wrap:wrap;gap:6px;padding:0;margin:0;list-style:none}.woocommerce-pagination li,.pagination li{margin:0}.woocommerce-pagination a,.woocommerce-pagination span,.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;font-size:14px;line-height:1;border-radius:6px;background:#f2f2f2;color:#000;text-decoration:none}.woocommerce-pagination .current,.pagination .current{background:#000;color:#fff}.woocommerce-pagination a:hover,.pagination a:hover{background:#e0e0e0}}
.wc-tab-popup{display:none!important;z-index:999999!important}.wc-tab-popup.is-open{display:block!important}.wc-accordion-content{display:none!important}.wc-accordion-title.is-open + .wc-accordion-content{display:block!important}
.blog-article{max-width:820px;margin:0 auto;padding:40px 20px}.blog-title{font-size:32px;font-weight:700;margin-bottom:24px;line-height:1.25}.blog-content{font-size:17px;line-height:1.7;color:#222}.blog-content p{margin-bottom:1.2em}.blog-content h2{font-size:24px;margin:1.8em 0 .6em}.blog-content h3{font-size:20px;margin:1.6em 0 .6em}.blog-content ul,.blog-content ol{padding-left:22px;margin-bottom:1.2em}.blog-content img{max-width:100%;height:auto;margin:24px 0;border-radius:10px}.blog-content blockquote{margin:24px 0;padding:16px 20px;border-left:4px solid #8DAC99;background:#f6f7f7}
.hero{position:relative;width:100%;height:100vh;overflow:hidden}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-content{position:absolute;top:5%;left:5%;max-width:840px;display:flex;flex-direction:column;align-items:flex-start;gap:22px;text-align:left;color:#fff;z-index:2;pointer-events:none}.hero-cta{display:inline-flex;flex-direction:column;align-items:flex-start;gap:10px;pointer-events:auto}.hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 34px;border:2px solid #fff;border-radius:10px;background:transparent;color:#fff;font-size:16px;font-weight:700;text-decoration:none;transition:0.25s ease;pointer-events:auto}.hero-btn:hover{background:#fff;color:#222}.hero-scroll{align-self:center;width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;animation:arrow-pulse 2s infinite;pointer-events:auto}.hero-scroll svg{width:26px;height:26px}.hero-scroll svg path{stroke:currentColor;stroke-width:2;fill:none}@keyframes arrow-pulse{0%{transform:translateY(0);opacity:1}50%{transform:translateY(8px);opacity:.6}100%{transform:translateY(0);opacity:1}}@media (max-width:1400px){.hero-content{top:4%;max-width:500px;gap:12px}.hero-content h1{font-size:48px}}@media (max-width:1150px){.hero-content h1{font-size:40px}}@media (max-width:950px){.hero-content{max-width:520px;gap:18px}.hero-content h1{font-size:36px}.hero-content h2{font-size:20px}}@media (max-width:890px){.hero-content{max-width:480px}.hero-content h1{font-size:30px}.hero-content h2{font-size:18px}}@media (max-width:900px){.hero-content{top:6%;left:4%;right:6%;max-width:none}.hero-content h1{font-size:30px}.hero-content h2{font-size:18px}.hero-btn{padding:12px 26px;font-size:14px;border-radius:8px}.hero-cta{gap:8px}.hero-scroll{width:36px;height:36px}.hero-scroll svg{width:22px;height:22px}}@media (max-width:750px){.hero-content{left:3%;max-width:460px;gap:16px}.hero-content h1{font-size:26px}.hero-content h2{font-size:20px}.hero-btn{padding:10px 22px;font-size:13px;border-radius:7px}.hero-cta{gap:6px}}@media (max-width:670px){.hero-content{left:3%;max-width:420px;gap:14px}.hero-content h1{font-size:26px}.hero-content h2{font-size:14px}.hero-btn{padding:6px 18px;font-size:12.5px;border-radius:6px}.hero-cta{gap:6px}.hero-scroll{width:30px;height:30px}.hero-scroll svg{width:18px;height:18px}}@media (max-width:560px){.hero-content{max-width:400px}.hero-content h1{font-size:22px}.hero-content h2{font-size:18px}.hero-btn{padding:4px 14px}}@media (max-width:430px){.hero-content{max-width:420px}.hero-content h1{font-size:22px}.hero-btn{padding:8px 18px}.hero-content h2{font-size:15px}}
.about-cta{margin-top:32px;text-align:center}.about-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 34px;border-radius:10px;border:2px solid currentColor;font-weight:700;text-decoration:none;transition:.25s ease}.about-btn:hover{opacity:.85}
.hero-banner{position:relative}.hero-banner__desktop,.hero-banner__mobile{height:100%;width:100%}.hero-banner__desktop,.hero-banner__mobile{position:absolute;inset:0}.hero-banner__desktop img,.hero-banner__mobile img{width:100%;height:100%;object-fit:cover;display:block}
@media (max-width:768px){.shop-category-item{padding:10px}.shop-category-item img{width:100%;height:auto!important;aspect-ratio:1 / 1;object-fit:cover;max-height:none;border-radius:8px;display:block}.shop-category-item span{margin-top:8px;font-size:14px;line-height:1.3;text-align:center}}.shop-category-item img{width:100%;height:auto!important;aspect-ratio:1 / 1;object-fit:cover;border-radius:10px;display:block}
.single-product .summary .price,.single-product .woocommerce-variation-price,.single-product .woocommerce-variation .price{display:block!important;visibility:visible!important;opacity:1!important;height:auto!important;font-size:inherit!important}
.product-item .add_to_cart_button.add-to-cart-icon{all:unset;display:inline-flex}.product-item .add_to_cart_button.add-to-cart-icon{align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#222;color:#fff;cursor:pointer}
.product-item .add-to-cart-btn.add-to-cart-icon{position:absolute!important;bottom:12px!important;right:12px!important;width:42px!important;height:42px!important;padding:0!important;border-radius:50%!important;background:#fff!important;color:#8DAC99!important;border:2px solid #8DAC99!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:0;visibility:hidden;transform:scale(.85);transition:opacity .2s ease,transform .2s ease,background-color .2s ease}.product-item:hover .add-to-cart-btn.add-to-cart-icon{opacity:1;visibility:visible;transform:scale(1)}
.product-item .add-to-cart-btn.add-to-cart-icon:hover{background:#8DAC99!important;color:#fff!important;border-color:#8DAC99!important}.product-item .add-to-cart-btn.add-to-cart-icon svg{width:20px;height:20px;display:block}
.related-products .product-item{display:flex;flex-direction:column;height:auto}.related-products .product-thumb{display:block;aspect-ratio:1 / 1;overflow:hidden}.related-products .product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.related-products .product-title{flex:none;min-height:48px}.related-products .price{margin-top:auto}.related-products .add-to-cart-btn{margin-top:12px}
.related-products .related-grid{display:grid!important;grid-template-columns:repeat(6,1fr);gap:24px}@media (max-width:1400px){.related-products .related-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width:1024px){.related-products .related-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.related-products .related-grid{grid-template-columns:repeat(2,1fr)}}
.viewed-products .viewed-grid{display:grid!important;grid-template-columns:repeat(6,1fr);gap:24px}@media (max-width:1400px){.viewed-products .viewed-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width:1024px){.viewed-products .viewed-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.viewed-products .viewed-grid{grid-template-columns:repeat(2,1fr)}}
.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:40px 0;flex-wrap:wrap}.pagination .page-numbers{min-width:40px;height:40px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #8DAC99;border-radius:8px;background:#fff;color:#8DAC99;font-weight:600;text-decoration:none;transition:all .25s ease}.pagination .page-numbers:hover{background:#8DAC99;color:#fff}.pagination .page-numbers.current{background:#8DAC99;color:#fff;cursor:default}.pagination .page-numbers.dots{border:none;background:transparent;color:#999;cursor:default}.pagination .prev,.pagination .next{font-size:18px;padding:0 16px}
.brand-desc{max-width:1000px;margin:60px auto 0;line-height:1.75;color:#353535;font-size:16px;text-align:center}.brand-desc h1{font-size:32px;margin-bottom:28px;font-weight:700}.brand-desc h2{font-size:22px;margin:48px 0 18px;font-weight:600;line-height:1.3}.brand-desc p{margin-bottom:18px}.brand-desc ul{list-style:disc;list-style-position:inside;margin:20px auto 30px;padding:0;display:inline-block;text-align:left}.brand-desc li{margin-bottom:10px}.brand-desc strong{font-weight:600}.brand-desc a{color:#8DAC99;text-decoration:underline}.brand-desc a:hover{text-decoration:none}@media (max-width:768px){.brand-desc{font-size:15px;margin-top:40px}.brand-desc h1{font-size:24px}.brand-desc h2{font-size:19px}}