*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6;color:#424242;background-color:#fff}body.mobile-menu-active{overflow:hidden}a{color:#ba0001;text-decoration:none}a:hover{color:#000}img{max-width:100%;height:auto}.container{max-width:1600px;margin:0 auto;padding:0 30px}.site-header{background-color:#fff;border-bottom:1px solid #eee}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:10px;cursor:pointer;z-index:998;transition:opacity .3s ease}.mobile-menu-toggle .hamburger-line{width:25px;height:3px;background-color:#424242;transition:all .3s ease;border-radius:2px}.mobile-menu-toggle.active{opacity:0;pointer-events:none}.mobile-menu-close{display:none;position:absolute;top:15px;right:15px;background:#f5f5f5;border:none;padding:8px;cursor:pointer;color:#424242;z-index:1002;border-radius:4px;line-height:0;width:40px;height:40px;transition:all .3s}.mobile-menu-close svg{display:block;width:24px;height:24px;stroke:currentColor}.mobile-menu-close:hover{background-color:#ba0001;color:#fff}.header-top{background-color:#fff;padding:20px 0;border-bottom:1px solid #eee}.header-top-content{display:flex;align-items:center;justify-content:space-between;gap:30px}.site-branding{flex:0 0 auto}.site-branding img{max-height:60px;width:auto}.site-title{font-size:28px;font-weight:700;margin:0}.site-title a{color:#333}.header-search{flex:1;max-width:600px;position:relative}.header-search form{display:flex;border:2px solid #424242;border-radius:4px;overflow:hidden;position:relative}.header-search .search-field{flex:1;padding:12px 15px;border:none;font-size:14px;outline:none}.header-search .search-submit{background-color:#000;color:#fff;border:none;padding:12px 25px;cursor:pointer;font-size:14px;font-weight:600;transition:background-color .3s}.header-search .search-submit:hover{background-color:#ba0001}.header-search .search-submit svg{display:block}.live-search-results{position:absolute;top:calc(100% + 5px);left:0;right:0;background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 20px #00000026;z-index:9999;max-height:500px;overflow-y:auto}.search-results-container{padding:0}.search-result-item{display:flex;gap:15px;padding:15px;border-bottom:1px solid #f5f5f5;transition:background-color .3s;text-decoration:none;color:inherit}.search-result-item:hover{background-color:#f9f9f9}.search-result-item:last-child{border-bottom:none}.search-result-image{flex:0 0 70px;width:70px;height:70px}.search-result-image img{width:100%;height:100%;object-fit:contain;border-radius:4px}.search-result-details{flex:1;min-width:0}.search-result-title{font-size:15px;font-weight:600;color:#000;margin-bottom:5px;line-height:1.4}.search-result-price{font-size:14px;color:#ba0001;font-weight:600}.search-result-category{font-size:12px;color:#7e7e7c;margin-top:5px}.search-loading{padding:20px;text-align:center;color:#7e7e7c}.search-no-results{padding:30px 20px;text-align:center;color:#7e7e7c}.search-view-all{display:block;padding:15px;text-align:center;background-color:#f5f5f5;color:#424242;font-weight:600;text-decoration:none;transition:background-color .3s}.search-view-all:hover{background-color:#000;color:#fff}.header-cart{flex:0 0 auto;position:relative}.header-cart .cart-contents{display:flex;align-items:center;gap:10px;padding:10px 20px;background-color:#f5f5f5;border-radius:4px;color:#424242;transition:all .3s}.header-cart .cart-contents:hover{background-color:#ba0001;color:#fff}.header-cart svg{width:24px;height:24px}.header-cart .cart-count{background-color:#ba0001;color:#fff;border-radius:50%;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.header-cart .cart-total{font-weight:600}.cart-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:360px;background-color:#fff;box-shadow:0 4px 20px #00000026;border-radius:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:9999}.header-cart:hover .cart-dropdown,.header-cart.cart-open .cart-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.cart-dropdown-header{padding:20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.cart-dropdown-header h3{margin:0;font-size:18px;color:#000}.cart-items-count{font-size:14px;color:#7e7e7c}.cart-dropdown-items{list-style:none;margin:0;padding:0;max-height:300px;overflow-y:auto}.cart-dropdown-item{display:flex;gap:15px;padding:15px 20px;border-bottom:1px solid #f5f5f5;position:relative;transition:background-color .3s}.cart-dropdown-item:hover{background-color:#f9f9f9}.cart-dropdown-item:last-child{border-bottom:none}.cart-dropdown-item .item-image{flex:0 0 60px;width:60px;height:60px}.cart-dropdown-item .item-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.cart-dropdown-item .item-details{flex:1;min-width:0}.cart-dropdown-item .item-name{font-size:14px;color:#424242;margin-bottom:5px;line-height:1.4}.cart-dropdown-item .item-name a{color:#424242;text-decoration:none}.cart-dropdown-item .item-name a:hover{color:#ba0001}.cart-dropdown-item .item-quantity-price{font-size:13px;color:#7e7e7c}.cart-dropdown-item .item-quantity-price .price{color:#ba0001;font-weight:600;margin-left:5px}.cart-dropdown-item .remove-item{position:absolute;top:15px;right:20px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#7e7e7c;font-size:24px;line-height:1;text-decoration:none;transition:color .3s}.cart-dropdown-item .remove-item:hover{color:#ba0001}.cart-dropdown-footer{padding:20px;border-top:1px solid #eee}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:16px}.cart-subtotal strong{color:#ba0001;font-size:18px}.cart-actions{display:flex;gap:10px}.cart-dropdown .cart-actions .button,.header-cart .cart-dropdown .cart-actions a.button{flex:1;padding:12px 20px;text-align:center;border-radius:4px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;border:none}.cart-dropdown .cart-actions .view-cart,.header-cart .cart-dropdown .cart-actions a.view-cart{background-color:#f5f5f5!important;color:#424242!important}.cart-dropdown .cart-actions .view-cart:hover,.header-cart .cart-dropdown .cart-actions a.view-cart:hover{background-color:#424242!important;color:#fff!important}.cart-dropdown .cart-actions .checkout,.header-cart .cart-dropdown .cart-actions a.checkout{background-color:#ba0001!important;color:#fff!important}.cart-dropdown .cart-actions .checkout:hover,.header-cart .cart-dropdown .cart-actions a.checkout:hover{background-color:#000!important}.cart-dropdown-empty{padding:40px 20px;text-align:center}.cart-dropdown-empty p{margin:0;color:#7e7e7c;font-size:15px}.header-main{background-color:#f9f9f9;padding:0}.header-top-bar{display:flex;align-items:stretch;background-color:#8b0000}.header-main-content{display:flex;gap:0}.header-main-content.homepage-layout,.header-main-content.inner-page-layout{display:flex}.vertical-categories-menu{flex:0 0 280px;background-color:#fff;border-right:1px solid #eee;position:relative}.homepage-category-toggle{display:none}.categories-menu-title{display:flex;align-items:center;gap:10px;padding:15px 20px;background-color:#000;color:#fff;font-weight:600;font-size:16px;cursor:pointer;position:relative;flex:0 0 280px;width:280px}.categories-menu-title svg{width:20px;height:20px}.categories-menu-title .toggle-icon{margin-left:auto;transition:transform .3s}.vertical-categories-menu.menu-expanded .categories-menu-title{cursor:default}.horizontal-primary-navigation{flex:1;display:flex;align-items:stretch}.mobile-menu-panel-header,.mobile-menu-footer{display:none}.mobile-menu-logo img{display:block}.mobile-menu-scroll{display:flex;flex:1;min-width:0}.horizontal-primary-navigation .mobile-menu-categories{display:none}.horizontal-menu-list{list-style:none;margin:0;padding:0;display:flex;align-items:stretch;width:100%}.horizontal-menu-list>li{position:relative;display:flex;align-items:stretch}.horizontal-menu-list>li>a{display:flex;align-items:center;padding:0 20px;color:#fff;font-size:15px;font-weight:500;transition:all .3s;white-space:nowrap}.horizontal-menu-list>li>a:hover{background-color:#0003}.horizontal-menu-list .sub-menu{list-style:none;margin:0;padding:0;display:none;position:absolute;left:0;top:100%;min-width:220px;background-color:#fff;box-shadow:0 2px 10px #00000026;z-index:1000}.horizontal-menu-list .menu-item-has-children:hover>.sub-menu{display:block}.horizontal-menu-list .sub-menu li{border-bottom:1px solid #f0f0f0}.horizontal-menu-list .sub-menu li:last-child{border-bottom:none}.horizontal-menu-list .sub-menu a{display:block;padding:12px 20px;color:#424242;font-size:14px;transition:all .3s}.horizontal-menu-list .sub-menu a:hover{background-color:#f5f5f5;color:#ba0001;padding-left:25px}.vertical-categories-menu.menu-collapsed .categories-menu-wrapper{display:none}.vertical-categories-menu.menu-collapsed.active .categories-menu-wrapper{display:block;position:absolute;top:100%;left:0;width:280px;background-color:#fff;box-shadow:2px 4px 10px #00000026;z-index:1000;border-right:1px solid #eee}.vertical-categories-menu.menu-collapsed.active .categories-menu-title .toggle-icon{transform:rotate(180deg)}.vertical-categories-menu.menu-expanded .categories-menu-wrapper{display:block}.categories-menu-wrapper{transition:all .3s ease}.vertical-menu-list{list-style:none;margin:0;padding:0}.vertical-menu-list>li{position:relative;border-bottom:1px solid #eee}.vertical-menu-list>li>a{display:block;padding:15px 20px;color:#424242;font-size:15px;font-weight:700;transition:all .3s;position:relative}.vertical-menu-list>li>a:hover{background-color:#f5f5f5;color:#ba0001;padding-left:25px}.vertical-menu-list .menu-item-has-children>a:after{content:"\203a";position:absolute;right:20px;font-size:20px;transition:transform .3s}.vertical-menu-list .sub-menu{list-style:none;margin:0;padding:0;display:none;position:absolute;left:100%;top:0;min-width:250px;background-color:#fff;box-shadow:2px 2px 10px #0000001a;z-index:1000}.vertical-menu-list .menu-item-has-children:hover>.sub-menu{display:block}.vertical-menu-list .sub-menu li{border-bottom:1px solid #f5f5f5}.vertical-menu-list .sub-menu li:last-child{border-bottom:none}.vertical-menu-list .sub-menu a{display:block;padding:12px 20px;color:#2c2c2c;font-size:14px;transition:all .3s}.vertical-menu-list .sub-menu a:hover{background-color:#f5f5f5;color:#ba0001;padding-left:25px}.header-banner-slider{flex:1;position:relative;overflow:hidden;background-color:#f5f5f5}.banner-slider-wrapper{position:relative;width:100%;aspect-ratio:25 / 8;overflow:hidden}.banner-slides{position:relative;width:100%;height:100%}.banner-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;pointer-events:none}.banner-slide.active{opacity:1;pointer-events:auto}.banner-slide img{width:100%;height:100%;object-fit:cover}.banner-link{display:block;width:100%;height:100%}.banner-placeholder{width:100%;height:100%}.banner-content{text-align:center;padding:20px}.banner-content h2{font-size:36px;margin-bottom:10px}.banner-content p{font-size:18px}.banner-slider-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 20px;pointer-events:none;z-index:10}.banner-slider-controls button{pointer-events:auto;background-color:#ffffffe6;border:none;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;box-shadow:0 2px 10px #0000001a}.banner-slider-controls button:hover{background-color:#ba0001;color:#fff}.banner-slider-controls svg{width:24px;height:24px}.banner-slider-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.slider-dot{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;border:2px solid #fff;cursor:pointer;transition:all .3s;padding:0}.slider-dot.active,.slider-dot:hover{background-color:#fff;transform:scale(1.2)}.main-navigation{background-color:#000}.main-navigation ul{list-style:none;margin:0;padding:0;display:flex;justify-content:center}.main-navigation li{position:relative}.main-navigation a{display:block;padding:15px 20px;color:#fff}.main-navigation a:hover{background-color:#ba0001}.site-content{padding:40px 0;min-height:400px}@media (max-width: 768px){.site-content{padding:20px 0}.cart-dropdown{width:calc(100vw - 20px);right:10px;left:10px;margin:0 auto}}.site-footer{background-color:#000;color:#fff;padding:50px 0 30px;text-align:left;margin-top:40px}.site-footer a{color:#fff}.footer-company-info{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section-title{font-size:18px;font-weight:700;color:#fff;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.footer-company-menu .company-info-navigation{display:block}.company-info-list{list-style:none;margin:0;padding:0}.company-info-list li{margin-bottom:12px}.company-info-list a{color:#fffc;text-decoration:none;font-size:15px;transition:all .3s ease;display:inline-block}.company-info-list a:hover{color:#ba0001;padding-left:5px}.footer-company-address .address-content{color:#fffc;line-height:1.8;font-size:15px}.footer-company-address .address-content p{margin:0 0 10px}.footer-additional-info .additional-info-content{color:#fffc;line-height:1.8;font-size:15px}.footer-additional-info .additional-info-content p{margin:0 0 10px}.footer-widgets{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:30px}.footer-widget-area{text-align:left}.site-info{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 1024px){.footer-company-info{grid-template-columns:repeat(2,1fr);gap:30px}.footer-additional-info{grid-column:1 / -1}.footer-widgets{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 768px){.footer-company-info,.footer-widgets{grid-template-columns:1fr;gap:30px}.site-footer{padding:40px 0 20px}}.alignleft{float:left;margin-right:20px}.alignright{float:right;margin-left:20px}.aligncenter{display:block;margin-left:auto;margin-right:auto}.product-categories-menu{margin-top:10px;padding-top:10px;border-top:1px solid #424242}.product-categories-list{list-style:none;margin:0;padding:0;display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.product-category-item a{display:inline-block;padding:8px 15px;color:#fff;background-color:#ffffff1a;border-radius:4px;font-size:14px;transition:all .3s ease}.product-category-item a:hover{background-color:#fff3;transform:translateY(-2px)}.product-categories-list .category-count{font-size:12px;opacity:.8;margin-left:5px}.homepage-categories .category-count{margin-top:auto;padding:10px 15px;font-size:14px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#ba0001;color:#fff;font-weight:500;border-radius:0 0 8px 8px}@media (max-width: 768px){.product-categories-menu{margin-top:15px;padding-top:15px}.product-categories-list{gap:8px;font-size:13px}.product-category-item a{padding:6px 12px;font-size:13px}}@media (max-width: 1024px){.mobile-menu-toggle{display:flex;order:-1}.header-top-content{flex-wrap:wrap;gap:15px}.header-search{order:3;flex:1 1 100%;max-width:100%;margin-top:15px}.horizontal-primary-navigation{display:flex!important;flex-direction:column;position:fixed;top:0;left:0;width:80%;max-width:360px;height:100vh;background:#fff;z-index:1000;padding:20px 20px 0;box-shadow:2px 0 10px #0000001a;transform:translate(-100%);transition:transform .3s ease;pointer-events:auto;visibility:visible}.horizontal-primary-navigation.mobile-menu-open{transform:translate(0)}.mobile-menu-panel-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding-bottom:18px;border-bottom:1px solid #eee}.mobile-menu-logo img{max-height:32px}.mobile-menu-close{display:block}.mobile-menu-panel-header .mobile-menu-close{position:static}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:999}.mobile-menu-overlay.active{display:block}.mobile-menu-scroll{flex:1 1 auto;display:block;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;min-height:0}.horizontal-primary-navigation .horizontal-menu-list{flex-direction:column;align-items:stretch;display:flex!important;list-style:none;margin:0;padding:0;visibility:visible;opacity:1}.horizontal-primary-navigation .horizontal-menu-list>li{border-bottom:1px solid #eee;list-style:none;display:block!important}.horizontal-primary-navigation .horizontal-menu-list>li>a,.horizontal-primary-navigation .vertical-menu-list>li>a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 2px;color:#424242;text-decoration:none;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.horizontal-primary-navigation .horizontal-menu-list>li>a:hover,.horizontal-primary-navigation .vertical-menu-list>li>a:hover{color:#ba0001}.horizontal-primary-navigation .current-menu-item>a,.horizontal-primary-navigation .current-menu-ancestor>a,.horizontal-primary-navigation .current-product_cat>a{color:#ba0001}.horizontal-primary-navigation .menu-item-has-children>a:after{content:"";flex-shrink:0;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .3s ease}.horizontal-primary-navigation .menu-item-has-children.active>a:after{transform:rotate(-135deg)}.horizontal-primary-navigation .horizontal-menu-list .sub-menu,.horizontal-primary-navigation .vertical-menu-list .sub-menu{position:static;box-shadow:none;background-color:#f9f9f9;display:none}.horizontal-primary-navigation .horizontal-menu-list .menu-item-has-children.active>.sub-menu,.horizontal-primary-navigation .vertical-menu-list .menu-item-has-children.active>.sub-menu{display:block}.horizontal-primary-navigation .horizontal-menu-list .sub-menu a,.horizontal-primary-navigation .vertical-menu-list .sub-menu a{padding:12px 2px 12px 16px;font-size:13px;font-weight:500;text-transform:none}.horizontal-primary-navigation .mobile-menu-categories{display:block}.mobile-menu-footer{display:block;flex-shrink:0;padding:16px 0 20px;border-top:1px solid #eee}.mobile-menu-store-info{font-size:12px;line-height:1.6;color:#7e7e7c;text-align:center}.header-top-bar{height:0;overflow:visible;background:none}.header-top-bar .categories-menu-title{display:none}.vertical-categories-menu.menu-collapsed{display:none!important}.vertical-categories-menu.menu-expanded{display:block!important}.inner-page-layout{display:none!important}.header-main-content{flex-direction:column}.header-main-content.homepage-layout .header-banner-slider{order:1}.header-main-content.homepage-layout .vertical-categories-menu{order:2}.header-main-content.homepage-layout{gap:20px}.vertical-categories-menu{flex:1 1 100%;border-right:none;border:none}.homepage-category-toggle{display:flex!important;width:100%;padding:15px 20px;background-color:#fff;color:#424242;border:2px solid #ba0001;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;align-items:center;justify-content:space-between;gap:10px;margin-bottom:0;transition:all .3s;-webkit-tap-highlight-color:rgba(0,0,0,.1);touch-action:manipulation;user-select:none;-webkit-user-select:none}.homepage-category-toggle:hover{background-color:#ba0001;color:#fff}.homepage-category-toggle.active{background-color:#ba0001;color:#fff;border-bottom-left-radius:0;border-bottom-right-radius:0}.homepage-category-toggle span{flex:1;text-align:left}.homepage-category-toggle svg{flex-shrink:0}.homepage-category-toggle .toggle-arrow{transition:transform .3s}.homepage-category-toggle.active .toggle-arrow{transform:rotate(180deg)}.vertical-categories-menu.menu-expanded .categories-menu-wrapper{max-height:0!important;overflow:hidden!important;transition:max-height .3s ease-out;border:2px solid #ba0001;border-top:none;border-radius:0 0 4px 4px;opacity:0;visibility:hidden;display:block;background-color:#fff}.vertical-categories-menu.menu-expanded .categories-menu-wrapper.active{max-height:2000px!important;transition:max-height .5s ease-in;opacity:1;visibility:visible}.vertical-menu-list .sub-menu{position:static;box-shadow:none;background-color:#f9f9f9;display:none}.vertical-menu-list .menu-item-has-children:hover>.sub-menu{display:none}.vertical-menu-list .menu-item-has-children.active>.sub-menu{display:block}}@media (max-width: 768px){.mobile-menu-toggle{display:flex;order:-1}.header-top-content{gap:15px}.site-branding img{max-height:40px}.site-title{font-size:20px}.header-cart .cart-total{display:none}.cart-dropdown{position:fixed;width:100vw;max-width:100vw;right:auto;left:0;top:60px;max-height:70vh;overflow-y:auto;border-radius:0}.cart-dropdown-header{padding:12px 15px}.cart-dropdown-header h3{font-size:16px}.cart-dropdown-items{max-height:40vh;overflow-y:auto}.cart-dropdown-item{padding:12px 15px;gap:10px}.cart-dropdown-item .item-image{width:50px;height:50px;flex-shrink:0}.cart-dropdown-item .item-name{font-size:13px}.cart-dropdown-item .item-quantity-price{font-size:12px}.cart-dropdown-footer{padding:12px 15px}.cart-dropdown .cart-actions .button,.header-cart .cart-dropdown .cart-actions a.button{padding:10px 15px;font-size:13px}.cart-dropdown-empty{padding:30px 15px}.horizontal-primary-navigation{display:flex!important;flex-direction:column;position:fixed;top:0;left:0;width:80%;max-width:360px;height:100vh;background:#fff;z-index:1000;padding:20px 20px 0;box-shadow:2px 0 10px #0000001a;transform:translate(-100%);transition:transform .3s ease;pointer-events:auto;visibility:visible}.horizontal-primary-navigation.mobile-menu-open{transform:translate(0)}.mobile-menu-panel-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding-bottom:18px;border-bottom:1px solid #eee}.mobile-menu-logo img{max-height:32px}.mobile-menu-close{display:block}.mobile-menu-panel-header .mobile-menu-close{position:static}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:999}.mobile-menu-overlay.active{display:block}.mobile-menu-scroll{flex:1 1 auto;display:block;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;min-height:0}.horizontal-primary-navigation .horizontal-menu-list{flex-direction:column;align-items:stretch;display:flex!important;list-style:none;margin:0;padding:0;visibility:visible;opacity:1}.horizontal-primary-navigation .horizontal-menu-list>li{border-bottom:1px solid #eee;list-style:none;display:block!important}.horizontal-primary-navigation .horizontal-menu-list>li>a,.horizontal-primary-navigation .vertical-menu-list>li>a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 2px;color:#424242;text-decoration:none;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.horizontal-primary-navigation .horizontal-menu-list>li>a:hover,.horizontal-primary-navigation .vertical-menu-list>li>a:hover{color:#ba0001}.horizontal-primary-navigation .current-menu-item>a,.horizontal-primary-navigation .current-menu-ancestor>a,.horizontal-primary-navigation .current-product_cat>a{color:#ba0001}.horizontal-primary-navigation .menu-item-has-children>a:after{content:"";flex-shrink:0;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .3s ease}.horizontal-primary-navigation .menu-item-has-children.active>a:after{transform:rotate(-135deg)}.horizontal-primary-navigation .horizontal-menu-list .sub-menu,.horizontal-primary-navigation .vertical-menu-list .sub-menu{position:static;box-shadow:none;background-color:#f9f9f9;display:none}.horizontal-primary-navigation .horizontal-menu-list .menu-item-has-children.active>.sub-menu,.horizontal-primary-navigation .vertical-menu-list .menu-item-has-children.active>.sub-menu{display:block}.horizontal-primary-navigation .horizontal-menu-list .sub-menu a,.horizontal-primary-navigation .vertical-menu-list .sub-menu a{padding:12px 2px 12px 16px;font-size:13px;font-weight:500;text-transform:none}.horizontal-primary-navigation .mobile-menu-categories{display:block}.mobile-menu-footer{display:block;flex-shrink:0;padding:16px 0 20px;border-top:1px solid #eee}.mobile-menu-store-info{font-size:12px;line-height:1.6;color:#7e7e7c;text-align:center}.header-top-bar{height:0;overflow:visible;background:none}.header-top-bar .categories-menu-title{display:none}.vertical-categories-menu.menu-collapsed{display:none!important}.vertical-categories-menu.menu-expanded{display:block!important}.vertical-categories-menu.menu-expanded .categories-menu-wrapper{display:block}.inner-page-layout{display:none!important}.categories-menu-title{font-size:14px;padding:12px 15px}.vertical-menu-list>li>a{padding:12px 15px;font-size:14px}.banner-content h2{font-size:24px}.banner-content p{font-size:14px}.banner-slider-controls button{width:35px;height:35px}}.woocommerce-layout{display:flex;gap:30px;align-items:flex-start}.woocommerce-sidebar{flex:0 0 280px;background-color:#fff;border:1px solid #eee;border-radius:4px}.single-product .woocommerce-sidebar{display:none}.single-product .woocommerce-content{flex:1;max-width:100%}.product-back-button-wrapper{margin-bottom:20px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.product-back-button{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background-color:#f5f5f5;color:#424242;border-radius:4px;text-decoration:none;font-weight:500;transition:all .3s;border:1px solid #eee}.product-back-button:hover{background-color:#ba0001;color:#fff;border-color:#ba0001}.product-back-button svg{width:20px;height:20px}.product-breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;color:#7e7e7c;flex-wrap:wrap}.product-breadcrumb a{color:#424242;text-decoration:none;transition:color .3s}.product-breadcrumb a:hover{color:#ba0001}.product-breadcrumb .separator{color:#7e7e7c}.mobile-category-toggle{display:none;width:100%;padding:15px 20px;background-color:#fff;color:#424242;border:2px solid #ba0001;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;align-items:center;justify-content:space-between;gap:10px;margin-bottom:0;transition:all .3s;-webkit-tap-highlight-color:rgba(0,0,0,.1);touch-action:manipulation;user-select:none;-webkit-user-select:none}.mobile-category-toggle:hover{background-color:#ba0001;color:#fff}.mobile-category-toggle.active{background-color:#ba0001;color:#fff;border-bottom-left-radius:0;border-bottom-right-radius:0}.mobile-category-toggle span{flex:1;text-align:left}.mobile-category-toggle svg{flex-shrink:0}.mobile-category-toggle .toggle-arrow{transition:transform .3s}.mobile-category-toggle.active .toggle-arrow{transform:rotate(180deg)}.sidebar-category-menu{padding:0;background-color:#fff;display:block;max-height:none;overflow:visible}.category-drilldown{padding:5px 0}.category-drilldown-all{display:flex;align-items:center;gap:8px;padding:12px 20px;color:#ba0001;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;text-decoration:none;border-bottom:1px solid #eee;transition:background-color .3s}.category-drilldown-all:hover{background-color:#f5f5f5}.category-drilldown-all svg{flex-shrink:0}.category-drilldown-top{display:block;padding:15px 20px 5px;color:#424242;font-size:16px;font-weight:700;text-decoration:none;transition:color .3s}.category-drilldown-top:hover{color:#ba0001}.category-drilldown-back{display:flex;align-items:center;gap:6px;padding:10px 20px;color:#7e7e7c;font-size:14px;text-decoration:none;transition:color .3s}.category-drilldown-back svg{flex-shrink:0}.category-drilldown-back:hover{color:#ba0001}.category-drilldown-current{display:block;padding:10px 20px 10px 30px;color:#ba0001;font-size:14px;font-weight:700}.category-drilldown-siblings>li.current{background-color:#f9f9f9}.category-drilldown-subchildren{list-style:none;margin:0;padding:0 0 5px}.category-drilldown-subchildren a{display:block;padding:8px 20px 8px 45px;color:#7e7e7c;font-size:13px;text-decoration:none;transition:all .3s}.category-drilldown-subchildren a:hover{color:#ba0001;padding-left:50px}.category-drilldown-subchildren .count{font-size:12px;color:#7e7e7c}.category-drilldown-children{list-style:none;margin:0;padding:10px 0 5px;border-top:1px solid #eee}.category-drilldown-children li:first-child{border-top:none}.category-drilldown-children a{display:block;padding:10px 20px 10px 30px;color:#424242;font-size:14px;text-decoration:none;transition:all .3s}.category-drilldown-children a:hover{color:#ba0001;padding-left:35px}.category-drilldown-children .count{font-size:12px;color:#7e7e7c}.category-drilldown-root{padding-top:0;border-top:none}.category-drilldown-root>li{border-bottom:1px solid #eee}.category-drilldown-root>li:last-child{border-bottom:none}.category-drilldown-root>li>a{padding:15px 20px;font-size:15px;font-weight:600}.category-drilldown-root>li>a:hover{background-color:#f5f5f5;padding-left:25px}.woocommerce-content{flex:1;min-width:0}@media (max-width: 1024px){.woocommerce-layout{flex-direction:column}.woocommerce-sidebar{width:100%;flex:none;margin-bottom:20px;border:none;padding:0}.mobile-category-toggle,.mobile-filters-toggle{display:flex!important}.mobile-filters-toggle{margin-top:10px}.sidebar-category-menu,.product-filters{max-height:0!important;overflow:hidden!important;transition:max-height .3s ease-out;border:2px solid #ba0001;border-top:none;border-radius:0 0 4px 4px;opacity:0;visibility:hidden;display:block;background-color:#fff}.sidebar-category-menu.active,.product-filters.active{max-height:2000px!important;transition:max-height .5s ease-in;opacity:1;visibility:visible}.category-drilldown,.vertical-categories-menu.menu-expanded .vertical-menu-list{padding:10px 0}}@media (max-width: 768px){.category-drilldown-root>li>a{padding:12px 20px;font-size:14px}.category-drilldown-root>li>a:hover{padding-left:25px}.category-drilldown-children a{padding:10px 20px 10px 25px;font-size:13px}}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:20px!important;list-style:none!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{background:#fff;border:1px solid #eee;border-radius:8px;padding:15px;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;display:flex!important;flex-direction:column;width:100%!important;margin:0!important;float:none!important;clear:none!important}.woocommerce ul.products li.product a{display:flex;flex-direction:column;height:100%;flex:1}.woocommerce ul.products li.product:hover{transform:scale(1.05);box-shadow:0 8px 20px #00000026;z-index:10;border-color:#ba0001}.woocommerce ul.products li.product img,.woocommerce ul.products li.product .attachment-woocommerce_thumbnail{width:100%!important;height:250px!important;max-height:250px!important;object-fit:contain!important;display:block!important;border-radius:4px;flex-shrink:0!important}.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h2{min-height:3em!important;max-height:5em!important;margin:0 0 8px;font-size:14.08px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#424242}.woocommerce ul.products li.product .product-brand,.woocommerce ul.products li.product .brand{font-size:12px;color:#7e7e7c;margin:0 0 2px;height:16px;line-height:16px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.woocommerce ul.products li.product .price{margin:0 0 8px;font-size:18px;font-weight:700;height:30px!important;display:flex;align-items:center;color:#ba0001}.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .add_to_cart_button,.homepage-most-bought .products li.product .button,.homepage-most-bought .products li.product .add_to_cart_button{margin-top:0;width:100%!important;text-align:center;padding:6px 15px!important;font-size:13px!important;line-height:1.4!important;height:32px!important;min-height:32px!important;max-height:32px!important;box-sizing:border-box!important;display:flex!important;align-items:center;justify-content:center;background-color:#ba0001!important;color:#fff!important;border:none!important;transition:background-color .3s,opacity .2s!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-stock-badge{height:24px;display:flex;align-items:center;justify-content:flex-start;gap:5px;font-size:11px;font-weight:600;color:#2e7d32}.product-stock-badge svg{width:12px;height:12px;flex-shrink:0}.product-stock-badge.on-backorder{color:#b26a00}.product-stock-badge.out-of-stock{color:#7e7e7c}@media (hover: hover) and (pointer: fine){.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .add_to_cart_button,.homepage-most-bought .products li.product .button,.homepage-most-bought .products li.product .add_to_cart_button{opacity:0;visibility:hidden;margin-top:-24px;position:relative}.woocommerce ul.products li.product:hover .button,.woocommerce ul.products li.product:hover .add_to_cart_button,.woocommerce ul.products li.product:focus-within .button,.woocommerce ul.products li.product:focus-within .add_to_cart_button,.homepage-most-bought .products li.product:hover .button,.homepage-most-bought .products li.product:hover .add_to_cart_button,.homepage-most-bought .products li.product:focus-within .button,.homepage-most-bought .products li.product:focus-within .add_to_cart_button{opacity:1;visibility:visible}}.woocommerce ul.products li.product .button:hover,.woocommerce ul.products li.product .add_to_cart_button:hover,.homepage-most-bought .products li.product .button:hover,.homepage-most-bought .products li.product .add_to_cart_button:hover{background-color:#d63031!important}.woocommerce ul.products li.product:hover .button,.woocommerce ul.products li.product:hover .add_to_cart_button,.homepage-most-bought .products li.product:hover .button,.homepage-most-bought .products li.product:hover .add_to_cart_button{background-color:#ba0001!important}.woocommerce ul.products li.product:hover .button:hover,.woocommerce ul.products li.product:hover .add_to_cart_button:hover,.homepage-most-bought .products li.product:hover .button:hover,.homepage-most-bought .products li.product:hover .add_to_cart_button:hover{background-color:#d63031!important}.woocommerce ul.products li.product .added_to_cart,.woocommerce div.product .added_to_cart,.homepage-most-bought .products li.product .added_to_cart{display:none!important}.homepage-brands{padding:40px 0;background-color:#f9f9f9;border-bottom:1px solid #eee}.homepage-brands .section-title{font-size:28px;font-weight:700;color:#000;margin-bottom:30px;text-align:left}.brands-slider-wrapper{position:relative;padding:0 50px}.brands-slider{overflow:hidden;width:100%}.brands-track{display:flex;gap:20px;transition:transform .4s ease;padding-top:5px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:pan-y;cursor:grab}.brands-track:active{cursor:grabbing}.brand-item{flex:0 0 auto;width:180px}.brand-item a{display:block;text-decoration:none}.brand-logo{background:#fff;border:1px solid #eee;border-radius:8px;padding:20px;height:120px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.brand-logo:hover{border-color:#ba0001;box-shadow:0 4px 12px #ba00011a;transform:translateY(-3px)}.brand-logo img{max-width:100%;max-height:100%;object-fit:contain;display:block}.brand-name-placeholder{font-size:16px;font-weight:600;color:#424242;text-align:center;padding:10px}.brands-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #eee;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;outline:none}.brands-nav:hover{background:#ba0001;border-color:#ba0001;color:#fff}.brands-nav:hover svg{color:#fff}.brands-nav svg{width:20px;height:20px;color:#424242}.brands-nav-prev{left:0}.brands-nav-next{right:0}.brands-nav:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}@media (max-width: 768px){.brands-slider-wrapper{padding:0}.brands-nav{display:none}.brands-slider{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.brands-slider::-webkit-scrollbar{display:none}.brands-track{display:flex;touch-action:pan-x;scroll-snap-type:x proximity;padding-right:20px}.brand-item{flex:0 0 auto;width:180px;scroll-snap-align:start}.brand-logo{height:120px;padding:18px}}@media (max-width: 1024px){.brand-item{width:180px}.brand-logo{height:120px;padding:18px}}@media (max-width: 768px){.brand-item{width:150px}.brand-logo{height:100px;padding:15px}}@media (max-width: 480px){.brand-item{width:130px}.brands-track{gap:15px}.cart-dropdown{position:fixed;width:100vw;max-width:100vw;right:auto;left:0;top:60px;max-height:65vh;border-radius:0}.cart-dropdown-items{max-height:35vh}.cart-dropdown .cart-actions{flex-direction:column;gap:8px}.cart-dropdown .cart-actions .button,.header-cart .cart-dropdown .cart-actions a.button{width:100%}}.homepage-categories{padding:40px 0;background-color:#f9f9f9}.homepage-categories .section-title{font-size:28px;font-weight:700;color:#000;margin-bottom:30px;text-align:left}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;list-style:none;margin:0;padding:0}.category-item{background:#fff;border:1px solid #eee;border-radius:8px;padding:15px;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;display:flex;flex-direction:column}.category-item:hover{transform:scale(1.05);box-shadow:0 8px 20px #00000026;z-index:10;border-color:#ba0001}.category-item a{display:flex;flex-direction:column;height:100%;text-decoration:none}.category-image{width:100%;height:250px;overflow:hidden;border-radius:4px;margin-bottom:10px}.category-image img{width:100%;height:100%;object-fit:contain;display:block}.category-title{min-height:3em;max-height:3.5em;margin:10px 0;font-size:16px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#424242;font-weight:700}.category-count{margin-top:auto;padding:10px 15px;font-size:14px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#424242;color:#fff;border-radius:4px;transition:background-color .3s;font-weight:500}.category-item:hover .category-count{background-color:#ba0001}@media (max-width: 1024px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width: 768px){.categories-grid{grid-template-columns:1fr;gap:15px}.category-image{height:200px}}.homepage-most-bought{padding:40px 0;background-color:#f9f9f9}.homepage-most-bought .section-title{font-size:28px;font-weight:700;color:#000;margin-bottom:30px;text-align:left}.homepage-most-bought .products{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:20px!important;list-style:none!important}.homepage-most-bought .products:before,.homepage-most-bought .products:after{display:none!important}.homepage-most-bought .products li.product{background:#fff;border:1px solid #eee;border-radius:8px;padding:15px;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;display:flex!important;flex-direction:column;width:100%!important;margin:0!important;float:none!important;clear:none!important}.homepage-most-bought .products li.product a{display:flex;flex-direction:column;height:100%;flex:1}.homepage-most-bought .products li.product:hover{transform:scale(1.05);box-shadow:0 8px 20px #00000026;z-index:10;border-color:#ba0001}.homepage-most-bought .products li.product img,.homepage-most-bought .products li.product .attachment-woocommerce_thumbnail{width:100%!important;height:250px!important;max-height:250px!important;object-fit:contain!important;display:block!important;border-radius:4px;flex-shrink:0!important}.homepage-most-bought .products li.product .woocommerce-loop-product__title,.homepage-most-bought .products li.product h2{min-height:3em!important;max-height:3.5em!important;margin:10px 0;font-size:16px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#424242}.homepage-most-bought .products li.product .product-brand,.homepage-most-bought .products li.product .brand{font-size:13px;color:#7e7e7c;margin:0 0 10px;height:20px;line-height:20px;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.homepage-most-bought .products li.product .price{margin-top:auto;margin-bottom:10px;font-size:18px;font-weight:700;height:30px!important;display:flex;align-items:center;color:#ba0001}.woocommerce div.product{display:flex;flex-wrap:wrap;gap:30px;align-items:flex-start}.woocommerce div.product div.images,.woocommerce div.product .woocommerce-product-gallery{max-width:48%;flex:0 0 48%}.woocommerce div.product .woocommerce-product-gallery{position:relative;margin-bottom:30px}.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin:0;padding:0;transition:opacity .2s ease-in}.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block;padding:0}.woocommerce div.product .woocommerce-product-gallery__image{width:100%;margin:0 0 15px;position:relative;display:block}.woocommerce div.product .woocommerce-product-gallery__image:first-child{width:100%;margin-bottom:20px}.woocommerce div.product .woocommerce-product-gallery__image a{display:block;width:100%}.woocommerce div.product .woocommerce-product-gallery__image img{display:block;width:100%;height:auto;box-sizing:border-box;border-radius:8px;border:1px solid #eee;background:#fff;padding:10px;margin:0 auto}.woocommerce div.product .flex-control-thumbs{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.woocommerce div.product .flex-control-thumbs li{flex:0 0 calc(25% - 7.5px);max-width:calc(25% - 7.5px);margin:0;padding:0;list-style:none}.woocommerce div.product .flex-control-thumbs li img{width:100%;height:100px;display:block;border-radius:6px;border:2px solid #eee;cursor:pointer;transition:all .3s ease;background:#fff;padding:8px;object-fit:contain}.woocommerce div.product .flex-control-thumbs li img:hover,.woocommerce div.product .flex-control-thumbs li img.flex-active{border-color:#ba0001;box-shadow:0 2px 8px #ba000133}.woocommerce div.product .flex-control-thumbs li img.flex-active{opacity:1}.woocommerce div.product .woocommerce-product-gallery__trigger{position:absolute;top:20px;right:20px;z-index:10;width:40px;height:40px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;border:1px solid #eee;box-shadow:0 2px 8px #0000001a}.woocommerce div.product .woocommerce-product-gallery__trigger:hover{background:#ba0001;transform:scale(1.1)}.woocommerce div.product .woocommerce-product-gallery__trigger:hover:before{color:#fff}.woocommerce div.product .woocommerce-product-gallery__trigger:before{content:"\1f50d";font-size:18px}.woocommerce div.product .flex-viewport{max-height:100%!important;transition:none}.woocommerce div.product .woocommerce-product-gallery .flex-control-nav{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:10px}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:calc(25% - 7.5px)}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li{width:calc(33.333% - 6.67px)}.woocommerce div.product .woocommerce-product-gallery__image--placeholder{border:1px solid #eee;border-radius:8px}.woocommerce div.product .woocommerce-product-gallery:after{content:"";display:table;clear:both}.woocommerce div.product .summary{flex:1;min-width:0}.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related.products{flex:0 0 100%;width:100%}.woocommerce div.product .woocommerce-tabs{margin-top:50px;clear:both}.woocommerce div.product .woocommerce-tabs .tabs{display:none!important}.woocommerce div.product .woocommerce-tabs .tabs li{margin:0;padding:0;list-style:none;position:relative}.woocommerce div.product .woocommerce-tabs .tabs li a{display:block;padding:15px 25px;background:#f5f5f5;color:#424242;text-decoration:none;font-weight:600;border-radius:8px 8px 0 0;transition:all .3s ease;border:none;position:relative;bottom:-2px}.woocommerce div.product .woocommerce-tabs .tabs li a:hover{background:#fff;color:#ba0001}.woocommerce div.product .woocommerce-tabs .tabs li.active a{background:#fff;color:#ba0001;z-index:2}.woocommerce div.product .woocommerce-tabs .panel{margin:0;padding:30px;background:#fff;border-radius:8px;border:1px solid #eee;box-shadow:0 2px 8px #0000000d}.woocommerce div.product .woocommerce-tabs .panel h2{margin-top:0;margin-bottom:20px;font-size:22px;color:#000;font-weight:700;padding-bottom:15px;border-bottom:2px solid #ba0001}.woocommerce div.product .woocommerce-tabs .panel p{margin-bottom:15px;line-height:1.8;color:#424242;font-size:15px}.woocommerce div.product .woocommerce-tabs .panel p:last-child{margin-bottom:0}.woocommerce div.product .woocommerce-tabs .panel h1,.woocommerce div.product .woocommerce-tabs .panel h2,.woocommerce div.product .woocommerce-tabs .panel h3,.woocommerce div.product .woocommerce-tabs .panel h4,.woocommerce div.product .woocommerce-tabs .panel h5,.woocommerce div.product .woocommerce-tabs .panel h6{margin-top:25px;margin-bottom:15px;font-weight:700;color:#000;line-height:1.4}.woocommerce div.product .woocommerce-tabs .panel h3{font-size:20px}.woocommerce div.product .woocommerce-tabs .panel h4{font-size:18px}.woocommerce div.product .woocommerce-tabs .panel strong,.woocommerce div.product .woocommerce-tabs .panel b{font-weight:700;color:#000}.woocommerce div.product .woocommerce-tabs .panel em,.woocommerce div.product .woocommerce-tabs .panel i{font-style:italic}.woocommerce div.product .woocommerce-tabs .panel a{color:#ba0001;text-decoration:underline;transition:color .3s ease}.woocommerce div.product .woocommerce-tabs .panel a:hover{color:#9a0001}.woocommerce div.product .woocommerce-tabs .panel ul,.woocommerce div.product .woocommerce-tabs .panel ol{margin:0 0 20px 20px;padding:0;line-height:1.8}.woocommerce div.product .woocommerce-tabs .panel ul li,.woocommerce div.product .woocommerce-tabs .panel ol li{margin-bottom:10px;color:#424242;font-size:15px}.woocommerce div.product .woocommerce-tabs .panel table{width:100%;border-collapse:collapse;margin-bottom:20px}.woocommerce div.product .woocommerce-tabs .panel table th,.woocommerce div.product .woocommerce-tabs .panel table td{padding:12px 15px;text-align:left;border:1px solid #eee}.woocommerce div.product .woocommerce-tabs .panel table th{background:#f9f9f9;font-weight:600;color:#000}.woocommerce div.product .woocommerce-tabs .panel table tbody tr:hover{background:#fafafa}.woocommerce div.product .woocommerce-Tabs-panel--description,.woocommerce div.product .woocommerce-Tabs-panel--additional_information{display:none}.woocommerce div.product .woocommerce-Tabs-panel.active,.woocommerce div.product .woocommerce-Tabs-panel--description.active,.woocommerce div.product .woocommerce-Tabs-panel--additional_information.active{display:block}.woocommerce div.product .woocommerce-tabs #reviews #comments{margin-bottom:30px}.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist{list-style:none;margin:0;padding:0}.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li{list-style:none;margin:0 0 20px;padding:20px;background:#f9f9f9;border-radius:8px;border:1px solid #eee}.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text{margin:0}.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li .meta{margin-bottom:10px;font-weight:600}.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li .description p{margin-bottom:10px}.woocommerce div.product .product_meta .sku_wrapper{display:none}.woocommerce div.product .product_meta{display:none!important}.woocommerce div.product .product-brand-icon{margin:0 0 10px!important;padding:7px;background:#fff;border-radius:8px;display:inline-block;max-width:98px}.woocommerce #content div.product .product-brand-icon,.woocommerce-page #content div.product .product-brand-icon,.woocommerce .summary .product-brand-icon{margin-left:0!important;padding-left:0!important}.woocommerce div.product .product-brand-icon img{max-width:100%;height:auto;max-height:39px;object-fit:contain;display:block}.woocommerce div.product .product-brand-icon.brand-name-fallback{padding:6px 11px}.woocommerce div.product .product-brand-icon .brand-name{font-size:13px;font-weight:600;color:#424242}.woocommerce div.product .summary .product_title{display:block;margin-bottom:10px!important}.woocommerce div.product .product-brand-icon{display:block!important;margin-top:10px!important}.woocommerce div.product .price,.woocommerce div.product p.price{color:#ba0001;font-size:29px;font-weight:700;margin-bottom:5px}.woocommerce div.product .product_meta .stock,.woocommerce div.product .summary>p.stock,.woocommerce div.product .summary .stock:not(.product-stock-info .stock),.woocommerce div.product .woocommerce-product-details__short-description+p.stock,.woocommerce div.product div.product>p.stock,.woocommerce div.product>p.stock,.woocommerce div.product .price+p.stock,p.stock:not(.product-stock-info .stock){display:none!important}.woocommerce div.product .product-stock-info{display:block!important}.woocommerce div.product .product-stock-info .stock{display:inline-block!important}.woocommerce div.product form.cart .button,.woocommerce div.product form.cart button.button,.woocommerce div.product .single_add_to_cart_button{background-color:#ba0001!important;color:#fff!important;border:none!important;padding:15px 30px!important;font-size:16px!important;font-weight:600!important;border-radius:4px!important;transition:background-color .3s!important;cursor:pointer!important;flex:1 1 200px;min-height:50px}.woocommerce div.product form.cart .button:hover,.woocommerce div.product form.cart button.button:hover,.woocommerce div.product .single_add_to_cart_button:hover{background-color:#d63031!important}.woocommerce div.product form.cart{margin-bottom:20px;display:flex;flex-flow:row wrap;align-items:stretch;gap:12px 16px}.woocommerce div.product form.cart .product-stock-info{flex:1 1 100%}.woocommerce div.product form.cart .quantity{margin-right:0;margin-bottom:0;flex:0 0 90px;flex-shrink:0}.woocommerce div.product form.cart .quantity input.qty{padding:10px;border:1px solid #eee;border-radius:4px;width:80px;height:50px;text-align:center}.woocommerce div.product .product-stock-info{margin-top:0;margin-bottom:0;font-size:14px}.woocommerce div.product .product-stock-info .stock{margin:0;padding:8px 12px;display:inline-block;border-radius:4px;font-weight:600}.woocommerce div.product .product-stock-info .stock.in-stock{color:#28a745;background-color:#28a7451a}.woocommerce div.product .product-stock-info .stock.out-of-stock{color:#dc3545;background-color:#dc35451a}.woocommerce div.product .product-stock-info .stock.available-on-backorder{color:#ffc107;background-color:#ffc1071a}.woocommerce div.product .product-delivery-info{margin-top:30px;padding:20px;background:#f9f9f9;border-radius:8px;border:1px solid #eee}.woocommerce div.product .delivery-title{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:#424242;margin:0 0 15px}.woocommerce div.product .delivery-title svg{color:#ba0001}.woocommerce div.product .delivery-options{display:flex;flex-direction:column;gap:12px}.woocommerce div.product .delivery-option{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border-radius:6px;border:1px solid #e0e0e0;transition:all .3s ease}.woocommerce div.product .delivery-option:hover{border-color:#ba0001;box-shadow:0 2px 8px #ba00011a}.woocommerce div.product .delivery-option.delivery-fast{border-color:#28a745;background:#28a7450d}.woocommerce div.product .delivery-option.delivery-fast:hover{border-color:#28a745;box-shadow:0 2px 8px #28a74533}.woocommerce div.product .delivery-option svg{flex-shrink:0;color:#7e7e7c}.woocommerce div.product .delivery-option .delivery-logo{flex-shrink:0;width:18px;height:18px;object-fit:contain}.woocommerce div.product .delivery-details{display:flex;flex-direction:column;gap:2px}.woocommerce div.product .delivery-details strong{font-size:15px;color:#424242;font-weight:600}.woocommerce div.product .delivery-details span{font-size:13px;color:#7e7e7c}.woocommerce div.product .delivery-notice{display:flex;align-items:flex-start;gap:10px;margin-top:15px;padding:12px;background:#ffc1071a;border-radius:6px;border:1px solid rgba(255,193,7,.3)}.woocommerce div.product .delivery-notice svg{flex-shrink:0;margin-top:2px}.woocommerce div.product .delivery-notice span{font-size:13px;color:#7e7e7c;line-height:1.5}.woocommerce div.product .delivery-notice-order{margin-top:0;background:#ff98001a;border:1px solid rgba(255,152,0,.3)}.woocommerce div.product .delivery-notice-order div{display:flex;flex-direction:column;gap:4px}.woocommerce div.product .delivery-notice-order strong{font-size:15px;color:#ff9800;font-weight:600}.woocommerce div.product .delivery-notice-order span{font-size:13px;color:#7e7e7c}@media (max-width: 768px){.woocommerce div.product .product-delivery-info{padding:15px}.woocommerce div.product .delivery-option{padding:10px}}@media (max-width: 1024px){.homepage-most-bought .products{grid-template-columns:repeat(2,1fr)!important;gap:15px!important}}@media (max-width: 768px){.homepage-most-bought .products{grid-template-columns:1fr!important;gap:15px!important}}@media (max-width: 1024px){.woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important;gap:15px!important}.woocommerce div.product{flex-direction:column}.woocommerce div.product div.images,.woocommerce div.product .woocommerce-product-gallery{max-width:100%;flex:0 0 100%}.woocommerce div.product .summary{flex:0 0 100%}}@media (max-width: 768px){.woocommerce ul.products{grid-template-columns:1fr!important;gap:15px!important}.woocommerce ul.products li.product img{height:200px}.woocommerce div.product .flex-control-thumbs li{flex:0 0 calc(25% - 7.5px);max-width:calc(25% - 7.5px)}.woocommerce div.product .flex-control-thumbs li img{height:80px}.woocommerce div.product .woocommerce-tabs .tabs{flex-direction:column;border-bottom:none}.woocommerce div.product .woocommerce-tabs .tabs li{width:100%}.woocommerce div.product .woocommerce-tabs .tabs li a{border-radius:8px;border:none;margin-bottom:5px}.woocommerce div.product .woocommerce-tabs .tabs li.active a{border:none}.woocommerce div.product .woocommerce-tabs .panel{padding:20px 15px}}.woocommerce div.product .related.products{clear:both;width:100%;margin-top:50px;display:block}.woocommerce div.product .related.products>h2{width:100%;clear:both;display:block}.category-description-divider{margin:50px 0 30px;border:0;border-top:1px solid #eee}.term-description{margin-bottom:30px}.woocommerce-cart .woocommerce{margin:30px 0}.woocommerce table.shop_table,.woocommerce-page table.shop_table{border:1px solid #eee!important;border-radius:8px!important;width:100%!important;margin-bottom:30px!important;border-collapse:separate!important;border-spacing:0!important;background:#fff!important;box-shadow:0 2px 8px #00000014!important;overflow:hidden!important}.woocommerce table.shop_table thead,.woocommerce-page table.shop_table thead{background:linear-gradient(to bottom,#f9f9f9,#f5f5f5)!important;border-bottom:2px solid #eee!important}.woocommerce table.shop_table thead th,.woocommerce-page table.shop_table thead th{padding:18px 20px!important;font-weight:700!important;text-align:left!important;color:#000!important;border:none!important;font-size:15px!important;text-transform:uppercase!important;letter-spacing:.5px!important}.woocommerce table.shop_table tbody tr,.woocommerce-page table.shop_table tbody tr{border-bottom:1px solid #f5f5f5!important;transition:background-color .2s ease}.woocommerce table.shop_table tbody tr:hover,.woocommerce-page table.shop_table tbody tr:hover{background-color:#fafafa!important}.woocommerce table.shop_table tbody tr:last-child,.woocommerce-page table.shop_table tbody tr:last-child{border-bottom:none!important}.woocommerce table.shop_table td,.woocommerce-page table.shop_table td{padding:25px 20px!important;vertical-align:middle!important;border:none!important}.woocommerce table.shop_table td.product-thumbnail img,.woocommerce-page table.shop_table td.product-thumbnail img{width:100px!important;height:100px!important;object-fit:contain!important;border-radius:8px!important;border:1px solid #eee!important;padding:8px!important;background:#fff!important;transition:transform .2s ease}.woocommerce table.shop_table td.product-thumbnail img:hover,.woocommerce-page table.shop_table td.product-thumbnail img:hover{transform:scale(1.05)}.woocommerce table.shop_table td.product-name a,.woocommerce-page table.shop_table td.product-name a{color:#424242!important;font-weight:600!important;text-decoration:none!important;font-size:15px!important;transition:color .2s ease}.woocommerce table.shop_table td.product-name a:hover,.woocommerce-page table.shop_table td.product-name a:hover{color:#ba0001!important}.woocommerce table.shop_table td.product-price,.woocommerce table.shop_table td.product-subtotal,.woocommerce-page table.shop_table td.product-price,.woocommerce-page table.shop_table td.product-subtotal{font-weight:700!important;color:#ba0001!important;font-size:16px!important}.woocommerce table.shop_table td.product-quantity .quantity{display:inline-block}.woocommerce table.shop_table td.product-quantity .quantity input.qty,.woocommerce-page table.shop_table td.product-quantity .quantity input.qty{width:70px!important;padding:10px!important;text-align:center!important;border:2px solid #eee!important;border-radius:6px!important;font-size:15px!important;font-weight:600!important;transition:border-color .2s ease}.woocommerce table.shop_table td.product-quantity .quantity input.qty:focus,.woocommerce-page table.shop_table td.product-quantity .quantity input.qty:focus{outline:none!important;border-color:#ba0001!important}.woocommerce table.shop_table td.product-remove a,.woocommerce-page table.shop_table td.product-remove a{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;border-radius:50%!important;background-color:#f5f5f5!important;color:#424242!important;font-weight:700!important;text-decoration:none!important;font-size:20px!important;transition:all .3s ease;border:1px solid #eee!important}.woocommerce table.shop_table td.product-remove a:hover,.woocommerce-page table.shop_table td.product-remove a:hover{background-color:#ba0001!important;color:#fff!important;border-color:#ba0001!important;transform:rotate(90deg)}.woocommerce-cart .woocommerce-cart-form .actions,.woocommerce-page.woocommerce-cart .woocommerce-cart-form .actions{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:25px 20px!important;background:#f9f9f9!important;border-radius:0 0 8px 8px!important;margin-top:0!important;flex-wrap:wrap;gap:15px}.woocommerce-cart .woocommerce-cart-form .actions .coupon,.woocommerce-page.woocommerce-cart .woocommerce-cart-form .actions .coupon{display:flex!important;gap:10px;align-items:center}.woocommerce-cart .woocommerce-cart-form .actions input.input-text,.woocommerce-page.woocommerce-cart .woocommerce-cart-form .actions input.input-text{padding:12px 18px!important;border:2px solid #eee!important;border-radius:6px!important;font-size:14px!important;width:220px!important;transition:border-color .2s ease}.woocommerce-cart .woocommerce-cart-form .actions input.input-text:focus,.woocommerce-page.woocommerce-cart .woocommerce-cart-form .actions input.input-text:focus{outline:none!important;border-color:#ba0001!important}.woocommerce-cart .woocommerce-cart-form .actions .button,.woocommerce-page.woocommerce-cart .woocommerce-cart-form .actions .button{padding:12px 28px!important;background-color:#424242!important;color:#fff!important;border:none!important;border-radius:6px!important;font-weight:600!important;cursor:pointer;text-transform:uppercase!important;font-size:13px!important;letter-spacing:.5px!important;transition:all .3s ease}.woocommerce-cart .woocommerce-cart-form .actions .button:hover,.woocommerce-page.woocommerce-cart .woocommerce-cart-form .actions .button:hover{background-color:#000!important;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.woocommerce-cart .woocommerce-cart-form .actions button[name=update_cart],.woocommerce-page.woocommerce-cart .woocommerce-cart-form .actions button[name=update_cart]{background-color:#f5f5f5!important;color:#424242!important;border:2px solid #eee!important}.woocommerce-cart .woocommerce-cart-form .actions button[name=update_cart]:hover,.woocommerce-page.woocommerce-cart .woocommerce-cart-form .actions button[name=update_cart]:hover{background-color:#fff!important;border-color:#424242!important}.cart-collaterals,.woocommerce-cart .cart-collaterals,.woocommerce-page.woocommerce-cart .cart-collaterals{margin-top:40px}.cart-collaterals .cart_totals,.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals{float:right;width:100%;max-width:480px}.cart_totals h2,.woocommerce-cart .cart_totals h2,.woocommerce-page.woocommerce-cart .cart_totals h2{font-size:24px!important;margin-bottom:25px!important;color:#000!important;font-weight:700!important;letter-spacing:-.5px!important}.cart_totals table.shop_table,.woocommerce-cart .cart_totals table.shop_table,.woocommerce-page.woocommerce-cart .cart_totals table.shop_table{background-color:#fff!important;box-shadow:0 2px 8px #00000014!important}.cart_totals table.shop_table th,.cart_totals table.shop_table td,.woocommerce-cart .cart_totals table.shop_table th,.woocommerce-cart .cart_totals table.shop_table td,.woocommerce-page.woocommerce-cart .cart_totals table.shop_table th,.woocommerce-page.woocommerce-cart .cart_totals table.shop_table td{padding:18px 25px!important;border-bottom:1px solid #f5f5f5!important}.cart_totals table.shop_table th,.woocommerce-cart .cart_totals table.shop_table th,.woocommerce-page.woocommerce-cart .cart_totals table.shop_table th{font-weight:600!important;text-align:left!important;width:50%;color:#424242!important;font-size:15px!important}.cart_totals table.shop_table td,.woocommerce-cart .cart_totals table.shop_table td,.woocommerce-page.woocommerce-cart .cart_totals table.shop_table td{text-align:right!important;font-weight:600!important;color:#424242!important;font-size:15px!important}.cart_totals table.shop_table tr.order-total,.woocommerce-cart .cart_totals table.shop_table tr.order-total,.woocommerce-page.woocommerce-cart .cart_totals table.shop_table tr.order-total{background-color:#f9f9f9!important}.cart_totals table.shop_table tr.order-total th,.woocommerce-cart .cart_totals table.shop_table tr.order-total th,.woocommerce-page.woocommerce-cart .cart_totals table.shop_table tr.order-total th{font-size:18px!important;color:#000!important;font-weight:700!important}.cart_totals table.shop_table tr.order-total td,.woocommerce-cart .cart_totals table.shop_table tr.order-total td,.woocommerce-page.woocommerce-cart .cart_totals table.shop_table tr.order-total td{font-size:22px!important;font-weight:700!important;color:#ba0001!important}.cart_totals .wc-proceed-to-checkout,.woocommerce-cart .cart_totals .wc-proceed-to-checkout,.woocommerce-page.woocommerce-cart .cart_totals .wc-proceed-to-checkout{padding:25px 0 0!important}.cart_totals .wc-proceed-to-checkout .button,.cart_totals .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .cart_totals .wc-proceed-to-checkout .button,.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button,.woocommerce-page.woocommerce-cart .cart_totals .wc-proceed-to-checkout .button,.woocommerce-page.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button{display:block!important;width:100%!important;padding:18px!important;background-color:#ba0001!important;color:#fff!important;text-align:center!important;border:none!important;border-radius:8px!important;font-weight:700!important;font-size:16px!important;text-transform:uppercase!important;cursor:pointer;letter-spacing:.5px!important;transition:all .3s ease;box-shadow:0 2px 8px #ba00014d!important}.cart_totals .wc-proceed-to-checkout .button:hover,.cart_totals .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-cart .cart_totals .wc-proceed-to-checkout .button:hover,.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-page.woocommerce-cart .cart_totals .wc-proceed-to-checkout .button:hover,.woocommerce-page.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:hover{background-color:#9a0001!important;transform:translateY(-2px);box-shadow:0 4px 12px #ba000166!important}.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,.woocommerce-page .cart_totals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:40px!important;padding:10px 15px!important;line-height:1.4!important;background-color:#ba0001!important;color:#fff!important;border:none!important;border-radius:8px!important;text-transform:none!important;font-size:14px!important;font-weight:600!important;box-shadow:none!important;transition:background-color .3s!important}.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover,.woocommerce-page .cart_totals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover{background-color:#d63031!important}.wp-block-woocommerce-cart .wc-block-cart__submit-button,.wp-block-woocommerce-filled-cart-block .wc-block-cart__submit-button,.wc-block-components-button.wc-block-cart__submit-button,.wc-block-components-button.wp-element-button.wc-block-cart__submit-button{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:40px!important;padding:10px 15px!important;line-height:1.4!important;background-color:#ba0001!important;color:#fff!important;border:none!important;border-radius:8px!important;text-transform:none!important;font-size:14px!important;font-weight:600!important;box-shadow:none!important;transition:background-color .3s!important}.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover,.wp-block-woocommerce-filled-cart-block .wc-block-cart__submit-button:hover,.wc-block-components-button.wc-block-cart__submit-button:hover,.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover{background-color:#d63031!important;color:#fff!important}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order,.woocommerce-checkout #payment .button.alt,.woocommerce-checkout #payment button#place_order,.wc-block-components-checkout-place-order-button,.wc-block-components-button.wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:40px!important;padding:10px 15px!important;line-height:1.4!important;background-color:#ba0001!important;color:#fff!important;border:none!important;border-radius:8px!important;text-transform:none!important;font-size:14px!important;font-weight:600!important;box-shadow:none!important;transition:background-color .3s!important}.woocommerce #payment #place_order:hover,.woocommerce-page #payment #place_order:hover,.woocommerce-checkout #payment .button.alt:hover,.woocommerce-checkout #payment button#place_order:hover,.wc-block-components-checkout-place-order-button:hover,.wc-block-components-button.wc-block-components-checkout-place-order-button:hover,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:hover{background-color:#d63031!important;color:#fff!important}.product-filters{border-top:1px solid #eee}.product-filters-form{padding:5px 0}.product-filter-group{border-bottom:1px solid #eee}.product-filter-group:last-of-type{border-bottom:none}.product-filter-group-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px 20px;background:none;border:none;color:#424242;font-size:15px;font-weight:600;text-align:left;cursor:pointer;transition:color .3s}.product-filter-group-toggle:hover{color:#ba0001}.product-filter-group-toggle .toggle-arrow{flex-shrink:0;transition:transform .3s}.product-filter-group-toggle.active .toggle-arrow{transform:rotate(180deg)}.product-filter-options{list-style:none;margin:0;padding:0 20px 15px}.product-filter-option{margin-bottom:10px}.product-filter-option:last-child{margin-bottom:0}.product-filter-option label{display:flex;align-items:center;gap:8px;color:#424242;font-size:14px;cursor:pointer;transition:color .3s}.product-filter-option label:hover{color:#ba0001}.product-filter-option input[type=checkbox]{flex-shrink:0;width:16px;height:16px;accent-color:#ba0001;cursor:pointer}.product-filter-option-label{flex:1}.product-filter-option-count{color:#7e7e7c;font-size:12px}.product-filters-clear{display:block;width:calc(100% - 40px);margin:5px 20px 15px;padding:10px 15px;background-color:#f5f5f5;color:#424242;border:1px solid #eee;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s}.product-filters-clear:hover{background-color:#ba0001;color:#fff;border-color:#ba0001}.mobile-filters-toggle{display:none;width:100%;padding:15px 20px;background-color:#fff;color:#424242;border:2px solid #ba0001;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;align-items:center;justify-content:space-between;gap:10px;margin-bottom:0;transition:all .3s;-webkit-tap-highlight-color:rgba(0,0,0,.1);touch-action:manipulation;user-select:none;-webkit-user-select:none}.mobile-filters-toggle:hover{background-color:#ba0001;color:#fff}.mobile-filters-toggle.active{background-color:#ba0001;color:#fff;border-bottom-left-radius:0;border-bottom-right-radius:0}.mobile-filters-toggle span{flex:1;text-align:left}.mobile-filters-toggle svg{flex-shrink:0}.mobile-filters-toggle .toggle-arrow{transition:transform .3s}.mobile-filters-toggle.active .toggle-arrow{transform:rotate(180deg)}.eldor-shop-products-wrapper{position:relative}.eldor-shop-products-wrapper.is-loading #eldor-shop-products-grid{opacity:.4;pointer-events:none;transition:opacity .2s}.eldor-shop-products-wrapper.is-loading:after{content:"";position:absolute;top:100px;left:50%;width:36px;height:36px;margin-left:-18px;border:3px solid #eee;border-top-color:#ba0001;border-radius:50%;animation:eldor-shop-spin .7s linear infinite}@keyframes eldor-shop-spin{to{transform:rotate(360deg)}}@media (max-width: 1024px){.product-filters-clear{width:calc(100% - 20px);margin:5px 10px 15px}.product-filter-options{padding:0 10px 15px}.product-filter-group-toggle{padding:15px 10px}}.trailer-pricing{display:flex;flex-direction:column;gap:24px;margin:40px 0}.trailer-pricing-card{background:#fff;border:1px solid #eee;border-left:5px solid #ba0001;border-radius:4px;padding:24px 30px;box-shadow:0 2px 6px #0000000a}.trailer-pricing-card--with-image{display:flex;align-items:center;gap:30px}.trailer-pricing-image{width:200px;height:150px;object-fit:contain;flex-shrink:0}.trailer-pricing-image-placeholder{width:200px;height:150px;flex-shrink:0;border:2px dashed #ddd;border-radius:4px;background-color:#fafafa}.trailer-pricing-body{flex:1;min-width:0}.trailer-pricing-header{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #eee}.trailer-pricing-header h3{font-size:22px;font-weight:700;text-transform:uppercase;color:#1a1a1a;margin:0}.trailer-pricing-specs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.trailer-pricing-specs span{background-color:#f5f5f5;color:#424242;font-size:14px;padding:6px 14px;border-radius:4px}.trailer-pricing-specs span.license-required{background-color:#fbe4e4;color:#ba0001;font-weight:700}.trailer-pricing-rates{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.trailer-pricing-rate-label{font-size:13px;font-weight:700;text-transform:uppercase;color:#ba0001;margin-bottom:6px}.trailer-pricing-rate-value{font-size:26px;font-weight:700;color:#1a1a1a}@media (max-width: 600px){.trailer-pricing-card{padding:20px}.trailer-pricing-card--with-image{flex-direction:column;align-items:stretch}.trailer-pricing-image,.trailer-pricing-image-placeholder{width:100%;height:auto;min-height:140px;max-height:220px}.trailer-pricing-rates{grid-template-columns:1fr;gap:12px}}.trailer-pricing-contact{display:grid;grid-template-columns:1fr 1fr;gap:30px}.trailer-pricing-contact-details h4,.trailer-pricing-hours h4{font-size:16px;font-weight:700;text-transform:uppercase;color:#ba0001;margin:0 0 12px}.trailer-pricing-contact-details p{margin:0 0 8px;color:#424242;font-size:18px}.trailer-pricing-contact-details a{color:#424242;font-weight:600}.trailer-pricing-contact-details a:hover{color:#ba0001}.trailer-pricing-hours table{width:100%;border-collapse:collapse}.trailer-pricing-hours td{padding:6px 0;border-bottom:1px solid #eee;color:#424242;font-size:18px}.trailer-pricing-hours td:last-child{text-align:right;font-weight:600}.trailer-pricing-hours tr:last-child td{border-bottom:none}.trailer-pricing-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px;padding-top:24px;border-top:1px solid #eee}.trailer-pricing-actions a{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:4px;font-size:15px;font-weight:600;transition:all .3s}.trailer-pricing-actions a.call{background-color:#ba0001;color:#fff}.trailer-pricing-actions a.call:hover{background-color:#950001;color:#fff}.trailer-pricing-actions a.waze{background-color:#fff;color:#ba0001;border:2px solid #ba0001}.trailer-pricing-actions a.waze:hover{background-color:#ba0001;color:#fff}.trailer-pricing-map{margin-top:16px;margin-right:auto;border-radius:4px;overflow:hidden;border:1px solid #eee}.trailer-pricing-map iframe{display:block;width:100%;height:240px;border:0}@media (max-width: 700px){.trailer-pricing-contact{grid-template-columns:1fr;gap:24px}.trailer-pricing-map iframe{height:220px}}.delivery-info{display:flex;flex-direction:column;gap:24px;margin:40px 0}.delivery-info-card{background:#fff;border:1px solid #eee;border-left:5px solid #ba0001;border-radius:4px;padding:24px 30px;box-shadow:0 2px 6px #0000000a}.delivery-info-card--omniva{border-left-color:#f0821e}.delivery-info-card--with-logo{display:flex;align-items:flex-start;gap:24px}.delivery-info-logo{width:120px;height:80px;object-fit:contain;flex-shrink:0}.delivery-info-logo-placeholder{width:120px;height:80px;flex-shrink:0;border:2px dashed #ddd;border-radius:4px;background-color:#fafafa}.delivery-info-body-wrap{flex:1;min-width:0}.delivery-info-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #eee}.delivery-info-header h3{font-size:20px;font-weight:700;text-transform:uppercase;color:#1a1a1a;margin:0}.delivery-info-badge{flex-shrink:0;background-color:#f0821e;color:#fff;font-size:15px;font-weight:700;font-style:italic;padding:8px 20px;border-radius:4px}.delivery-info-body p{margin:0;color:#424242;font-size:16px;line-height:1.7}.delivery-info-price{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;background-color:#fdece0;border-left:4px solid #f0821e;border-radius:4px;padding:14px 20px;margin-bottom:20px}.delivery-info-price span{color:#1a1a1a;font-weight:700;font-size:16px}.delivery-info-price strong{color:#f0821e;font-size:22px;font-weight:700}.delivery-info-list{margin:0;padding-left:20px;color:#424242}.delivery-info-list li{margin-bottom:12px;line-height:1.6}.delivery-info-list li:last-child{margin-bottom:0}@media (max-width: 600px){.delivery-info-card{padding:20px}.delivery-info-card--with-logo{flex-direction:column}.delivery-info-logo,.delivery-info-logo-placeholder{width:120px}.delivery-info-header{flex-wrap:wrap}.delivery-info-price{flex-direction:column;align-items:flex-start}}.contacts-page{display:flex;flex-direction:column;gap:24px;margin:40px 0}.contacts-card{background:#fff;border:1px solid #eee;border-left:5px solid #ba0001;border-radius:4px;padding:24px 30px;box-shadow:0 2px 6px #0000000a}.contacts-card h2{font-size:20px;font-weight:700;text-transform:uppercase;color:#1a1a1a;margin:0 0 16px;padding-bottom:16px;border-bottom:1px solid #eee}.contacts-card p{margin:0 0 10px;color:#424242;font-size:18px}.contacts-card p:last-child{margin-bottom:0}.contacts-card a{color:#424242;font-weight:600}.contacts-card a:hover{color:#ba0001}.contacts-map{max-width:400px;margin-top:16px;border-radius:4px;overflow:hidden;border:1px solid #eee}.contacts-map iframe{display:block;width:100%;height:240px;border:0}@media (max-width: 600px){.contacts-card{padding:20px}.contacts-map{max-width:none}}
