.header-topbar{background:#f5f5f5;color:#555;font-size:17px;display:flex;justify-content:space-between;align-items:center;padding:20px 60px}.topbar-search{display:flex;width:400px;border-radius:25px;overflow:hidden;border:1px solid #ccc;background:#fff;height:50px}.topbar-search input{flex:1;border:none;padding:8px 12px;outline:none;font-size:14px}.topbar-search button{background:#f6ab4b;border:none;padding:0 15px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:100px}.topbar-search button i{color:#fff;font-size:16px}.custom-header{width:100%;background:#fff;border-bottom:1px solid #ddd}.header-main{display:flex;align-items:center;justify-content:space-between;padding:0 30px;min-height:auto}.site-logo{height:100px;width:auto;display:block;margin-top:10px;margin-bottom:10px}.header-nav ul{display:flex;gap:25px;list-style:none;margin:0;padding:0}.header-nav a{text-decoration:none;color:#333;font-weight:500}.header-icons{display:flex;align-items:center;gap:20px;padding-right:60px}.header-icons a,.header-icons .mobile-menu-toggle{color:#333;font-size:18px;cursor:pointer}@media (max-width: 768px){.header-nav{display:none}.header-icons .mobile-menu-toggle{display:block}.site-logo{max-height:60px}}.header-nav .menu{display:flex;gap:25px;list-style:none;margin:0;padding:0}.header-nav .menu-item{position:relative}.header-nav .menu a{text-decoration:none;color:#333;font-weight:500;padding:8px;display:block}.header-nav .submenu{display:none;position:absolute;top:100%;left:0;min-width:200px;background:#fff;border:1px solid #ddd;list-style:none;margin:0;padding:10px 0;z-index:999}.header-nav .submenu li a{padding:8px 15px;color:#333;display:block}.header-nav .submenu li a:hover{background:#f6f6f6;color:#f6ab4b}.header-nav .has-submenu:hover>.submenu{display:block}.hero-slider{position:relative;width:100%;overflow:hidden}.slider-wrapper{display:flex;transition:transform .6s ease-in-out}.slide{min-width:100%;position:relative}.slide img{width:100%;height:auto;object-fit:contain;display:block}@media (max-width: 768px){.hero-slider,.slider-wrapper,.slide{height:auto!important}.slide img{width:100%;height:auto!important;object-fit:contain!important}}.slider-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px}.slider-dots .dot{width:12px;height:12px;border-radius:50%;background:#fff9;cursor:pointer}.slider-dots .dot.active{background:#f6ab4b}.slide-content{position:absolute;top:50%;left:30%;transform:translate(-50%,-50%);text-align:left;color:#fff;z-index:2}.slide-content h2{font-size:36px;font-weight:700;margin-bottom:20px;color:#fff}.slide-content h3{font-size:24px;font-weight:700;margin-bottom:20px;color:#fff}.btn-hero{position:relative;display:inline-block;background:#f1ac06;color:#fff;padding:14px 35px;font-size:18px;font-weight:600;border-radius:6px;overflow:hidden;z-index:1;transition:color .3s ease;text-decoration:none}.btn-hero:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#000;z-index:-1;transition:left .4s ease}.btn-hero:hover:before{left:0}.btn-hero:hover{color:#fff}.product-box{min-height:180px;border-radius:8px;overflow:hidden;flex:1 1 calc(33.333% - 20px);margin:0 10px;padding-left:20px;color:#fff}.box-image img{max-width:150px;border-radius:6px;padding:15px;margin-top:20px}.box-text h3{line-height:1.2;color:#fff}.section-header{display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid #e3e3e3;padding:10px 15px;margin-bottom:20px;width:100%}.section-title{margin:0}.header-actions{display:flex;gap:8px}.nav-btn{background:#fff;color:#e3e3e3;border:1px solid #e3e3e3;width:35px;height:35px;font-size:18px;text-align:center;border-radius:4px;transition:all .3s ease}.nav-btn:hover{background:#f6ab4b;color:#fff;border-color:#f6ab4b}.product-carousel{gap:20px;overflow-x:auto;scroll-behavior:smooth}.product-carousel::-webkit-scrollbar{display:none}.product-card{min-width:250px;display:block;border:1px solid transparent;border-radius:6px;transition:all .3s ease;background:#fff;overflow:hidden}.product-card:hover{border:1px solid #e3e3e3}.product-img{overflow:hidden;height:250px;display:flex;align-items:center;justify-content:center}.product-img img{max-height:100%;width:auto;transition:transform .4s ease}.product-card:hover img{transform:scale(1.05)}.product-info{padding:10px;text-align:center;position:relative}.product-title{font-size:14px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price{font-size:13px;color:#666;margin-bottom:40px}.product-overlay{position:absolute;bottom:-60px;left:0;width:100%;display:flex;justify-content:space-between;padding:0 5%;gap:5%;transition:bottom .3s ease}.product-card:hover .product-overlay{bottom:10px}.btn-action{flex:1;text-align:center;padding:8px 6px;background:#fff;border:1px solid #e3e3e3;font-size:13px;color:#333;transition:all .3s;border-radius:4px;white-space:nowrap}.btn-action:hover{background:#f6ab4b;color:#fff;border-color:#f6ab4b}.product-overlay a:nth-child(1),.product-overlay a:nth-child(3){flex:0 0 20%}.product-overlay a:nth-child(2){flex:0 0 50%}.category-row{display:flex;justify-content:space-between;gap:15px;flex-wrap:nowrap;overflow-x:auto}.box-card{flex:0 0 19%;border:1px solid #e3e3e3;border-radius:8px;background:#fff;min-width:200px;padding:15px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;transition:all .3s ease}.box-card:hover{box-shadow:0 4px 10px #0000001a;transform:translateY(-5px)}.box-img{display:flex;justify-content:center;align-items:center;height:160px;margin-bottom:15px}.box-img img{max-height:100%;object-fit:contain}.box-title{font-size:16px;font-weight:600;color:#333;margin:10px 0 auto;text-align:center;min-height:40px}.btn-shop-now{background:#f6ab4b;color:#fff;padding:8px 16px;border-radius:6px;text-transform:uppercase;font-size:14px;transition:all .3s;margin-top:15px}.btn-shop-now:hover{background:#333;color:#fff}.tk-custom-section{--tk-gap: 18px}.tk-custom-section .tk-row{display:flex;gap:var(--tk-gap);align-items:flex-start}.tk-custom-section .tk-left{flex:0 0 30%;max-width:30%;border:1px solid #f5f5f5;background:#fff}.tk-custom-section .tk-right{flex:1 1 70%;max-width:70%}@media (max-width: 991px){.tk-custom-section .tk-row{flex-direction:column}.tk-custom-section .tk-left,.tk-custom-section .tk-right{max-width:100%;flex-basis:auto}}.tk-custom-section .tk-left-header{display:flex;align-items:center;justify-content:space-between;padding:10px;border-bottom:1px solid #f1f1f1}.tk-custom-section .tk-left-title{margin:0;font-size:16px;font-weight:600}.tk-custom-section .tk-nav-btn{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#333;border:1px solid #ddd;width:34px;height:34px;border-radius:4px;cursor:pointer;font-size:18px;line-height:1}.tk-custom-section .tk-nav-btn:hover{background:#f6ab4b;color:#fff;border-color:#f6ab4b}.tk-custom-section .tk-smt-list{padding:8px 8px 12px}.tk-custom-section .tk-smt-item{display:flex;gap:12px;padding:22px 8px;align-items:center;border-bottom:1px solid #f3f3f3}.tk-custom-section .tk-smt-link{text-decoration:none;color:inherit;width:100%;display:flex;align-items:center;gap:10px}.tk-custom-section .tk-smt-img{width:60px;height:60px;object-fit:contain;border:1px solid #eee;padding:6px;background:#fff;border-radius:4px}.tk-custom-section .tk-smt-meta{display:flex;flex-direction:column}.tk-custom-section .tk-smt-title{font-size:14px;line-height:1.2;color:#333}.tk-custom-section .tk-smt-price{font-size:13px;color:#666}.tk-custom-section .tk-right-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 2px}.tk-custom-section .tk-filter-group{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.tk-custom-section .tk-filter-btn{padding:8px 14px;border:1px solid #ddd;background:#fff;color:#333;border-radius:6px;cursor:pointer;font-size:14px}.tk-custom-section .tk-filter-btn.is-active{border-color:#f6ab4b;color:#f6ab4b;font-weight:600}.tk-custom-section .tk-collections-wrap{padding-top:12px}.tk-custom-section .tk-collection-carousel{display:none}.tk-custom-section .tk-collection-carousel[data-active=true]{display:block}.tk-custom-section .tk-carousel-inner{display:flex;gap:18px;padding:12px 6px;overflow-x:auto;scroll-behavior:smooth}.tk-carousel-inner::-webkit-scrollbar{display:none}.tk-carousel-inner{-ms-overflow-style:none;scrollbar-width:none}.tk-custom-section .tk-prod-card{flex:0 0 200px;background:#fff;border:1px solid #f1f1f1;border-radius:6px;padding:12px;text-align:center;transition:all .3s ease}.tk-prod-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.tk-custom-section .tk-prod-img{width:100%;height:140px;object-fit:contain;margin-bottom:8px}.tk-custom-section .tk-prod-title{font-size:14px;color:#333;min-height:38px;margin-bottom:6px}.tk-custom-section .tk-prod-price{color:#666;font-size:14px}.tk-custom-section .tk-right-banner img{border-radius:4px;display:block}.tk-custom-section .tk-empty,.tk-custom-section .tk-empty-collection{padding:12px;color:#888;font-size:14px}.feature-row{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}.feature-card{flex:0 0 19%;max-width:19%;border:1px solid #e3e3e3;border-radius:8px;padding:20px;text-align:center;background:#fff;transition:all .3s ease}.feature-card:hover{transform:scale(1.05);border-color:var(--hover-color);box-shadow:0 4px 15px #0000001a}.feature-icon{font-size:36px;margin-bottom:15px}.feature-title{font-size:16px;font-weight:600;margin-bottom:10px}.feature-text{font-size:13px;color:#555}@media (max-width: 992px){.feature-card{flex:0 0 48%;max-width:48%}}@media (max-width: 576px){.feature-card{flex:0 0 100%;max-width:100%}}.discs-blades-section{margin-bottom:50px}.db-section-header{display:flex;justify-content:space-between;align-items:center;border:1px solid #e3e3e3;border-radius:6px;background:#fff;padding:10px 15px;margin-bottom:20px}.db-section-title{font-size:18px;font-weight:600;margin:0}.db-carousel-controls{display:flex;gap:6px}.db-carousel-btn{border:1px solid #e3e3e3;background:#fff;padding:4px 8px;cursor:pointer;border-radius:4px;transition:all .3s ease}.db-carousel-btn:hover{background:#f6ab4b;color:#fff;border-color:#f6ab4b}.db-carousel-btn:disabled{opacity:.5;cursor:default}.db-products-wrapper{border:1px solid #e3e3e3;border-radius:6px;background:#fff;padding:12px}.db-product-page{display:none}.db-product-page.active{display:block}.db-product-track{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.db-product-card{display:flex;align-items:center;gap:10px;border:1px solid #e3e3e3;padding:8px;background:#fff;text-align:left}.db-product-thumb{width:80px;height:80px;object-fit:contain;flex-shrink:0}.db-product-info{flex:1}.db-product-title{font-size:13px;font-weight:600;margin:0 0 4px}.db-product-price{font-size:12px;margin:0}.db-product-price .old-price{text-decoration:line-through;color:#888;margin-left:4px}.db-product-price .discounted{color:#f6ab4b;font-weight:700}@media (max-width: 992px){.db-product-track{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.db-product-track{grid-template-columns:repeat(1,1fr)}}.cbox-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}.cbox-card{border:1px solid #e3e3e3;border-radius:6px;padding:10px;text-align:center;background:#fff;display:flex;flex-direction:column;justify-content:space-between}.cbox-img{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.cbox-img img{max-width:90%;height:200px;object-fit:contain}.cbox-title{font-size:13px;margin:8px 0;min-height:34px}.cbox-title a{color:#333;text-decoration:none}.cbox-btn{display:inline-block;background:#f6ab4b;color:#fff;padding:6px 12px;border-radius:4px;text-decoration:none;transition:background .3s;font-size:13px}.cbox-btn:hover{background:#333}.cbox-promo{border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cbox-promo img{width:100%;height:100%;object-fit:cover}.two-column-section .row-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:nowrap}.two-column-section .col-half{flex:0 0 50%;max-width:50%}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.section-title{font-size:20px;font-weight:600}.blog-wrapper{display:flex;gap:15px}.blog-card{flex:1;border:1px solid #e3e3e3;padding:12px;border-radius:6px;background:#fff;display:flex;flex-direction:column}.blog-card img{width:100%;height:160px;object-fit:cover;margin-bottom:10px}.blog-content h5{font-size:16px;font-weight:600;margin-bottom:8px}.blog-content p{font-size:14px;color:#555;flex-grow:1}.btn-readmore{display:inline-block;margin-top:8px;font-size:14px;color:#fff;background:#f6ab4b;padding:6px 12px;border-radius:4px;text-decoration:none}.btn-readmore:hover{background:#333;color:#fff}.reviews-wrapper{position:relative}.review-card{display:none;border:1px solid #e3e3e3;padding:15px;border-radius:6px;background:#fff}.review-card.active{display:block}.review-controls button{background:#fff;border:1px solid #e3e3e3;padding:4px 10px;cursor:pointer;transition:all .3s}.review-controls button:hover{border-color:#f6ab4b;color:#f6ab4b}@media (max-width: 768px){.two-column-section .row-wrapper{flex-wrap:wrap}.two-column-section .col-half{flex:0 0 100%;max-width:100%}.blog-wrapper{flex-direction:column}}@media (max-width: 768px){.header-topbar{flex-direction:column;padding:10px 20px;text-align:center}.topbar-search{width:100%;margin-top:10px}.header-main{flex-wrap:wrap;gap:10px;padding:10px 15px}.header-icons{padding-right:0;gap:12px}.hero-slider{height:auto}.slide{height:400px}.slide-content{left:50%;transform:translate(-50%,-50%);text-align:center}.product-boxes .d-flex{flex-direction:column}.product-box{margin:10px 0;flex:1 1 100%}.category-row{flex-wrap:wrap;justify-content:center}.box-card{flex:0 0 45%;max-width:45%;margin-bottom:15px}.cbox-row{grid-template-columns:1fr}.cbox-promo{order:-1}}.custom-footer{background:#f5f5f5;padding:40px 20px;font-family:Arial,sans-serif;color:#333}.custom-footer .container{max-width:1200px;margin:0 auto}.footer-newsletter{text-align:center;margin-bottom:40px}.footer-newsletter h3{font-size:22px;font-weight:700;margin-bottom:10px}.footer-newsletter p{font-size:14px;margin-bottom:15px}.newsletter-form{display:flex;justify-content:center;max-width:500px;margin:0 auto}.newsletter-form input{flex:1;padding:10px 12px;border:1px solid #ccc;border-radius:4px 0 0 4px;outline:none}.newsletter-form button{padding:10px 20px;background:#f6ab4b;border:none;color:#fff;font-weight:600;border-radius:0 4px 4px 0;cursor:pointer;transition:.3s}.newsletter-form button:hover{background:#333}.footer-main{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}.footer-col{flex:1 1 30%;min-width:250px}.footer-logo{max-width:150px;margin:15px 0}.footer-col h4{font-size:18px;margin-bottom:15px;font-weight:600}.footer-col p{font-size:14px;line-height:1.6}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:8px}.footer-links a{color:#333;text-decoration:none;transition:.3s}.footer-links a:hover{color:#f6ab4b}@media (max-width: 768px){.newsletter-form{flex-direction:column}.newsletter-form input,.newsletter-form button{border-radius:4px;margin:5px 0;width:100%}.footer-main{flex-direction:column}}@media (max-width: 768px){.header-topbar{display:none}.header-main{justify-content:center;position:relative}.site-logo{margin:auto}.mobile-menu-toggle{display:block!important;position:absolute;left:15px;font-size:24px;cursor:pointer}.header-nav{display:none;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:#fff;border-top:1px solid #ddd;z-index:1000}.header-nav.active{display:flex}.header-nav .menu{flex-direction:column;gap:0}.header-nav .menu a{padding:12px 20px;border-bottom:1px solid #eee}}@media (max-width: 768px){.header-main{display:flex;align-items:center;justify-content:space-between}.header-left{flex:1}.header-left img.site-logo{max-height:90px;width:auto;float:right}.mobile-menu-toggle{display:block;flex:0 0 auto;font-size:26px;cursor:pointer}.header-icons{flex:0 0 auto}.hide-mobile{display:none!important}}.mobile-menu-toggle{display:none}
/*# sourceMappingURL=/cdn/shop/t/6/assets/front-page.css.map */
