*{margin:0;padding:0;font-family:'Manrope'}
html{scrollbar-width:none;}
body{font-family:'Manrope';font-weight:400}
button,input,select,textarea{font-family:inherit}
.scroll-fade-in{opacity:0;transform:translateY(50px);transition:all .8s cubic-bezier(.175, .885, .32, 1.275)}
.scroll-fade-in.visible{opacity:1;transform:translateY(0)}
.scroll-fade-in.delay-1{transition-delay:0.1s}
.scroll-fade-in.delay-2{transition-delay:0.2s}
.scroll-fade-in.delay-3{transition-delay:0.3s}
.scroll-fade-in.delay-4{transition-delay:0.4s}
.scroll-fade-in.delay-5{transition-delay:0.5s}
.ani{opacity:0;transform:translate3d(-100%,0,0);animation:fadeInLeft .8s ease-out forwards;transition:all .8s cubic-bezier(.175, .885, .32, 1.275)}
@keyframes fadeInLeft{to{opacity:1;transform:translate3d(0,0,0)}
}
.ani:first-child{animation-delay:.1s}
.ani:nth-child(2){animation-delay:.4s}
.ani:nth-child(3){animation-delay:.7s}
.ani:nth-child(4){animation-delay:1s}
.ann{opacity:0;transform:none;animation:fadeIn 1s ease-out forwards;transition:all .8s cubic-bezier(.175, .885, .32, 1.275)}
@keyframes fadeIn{to{opacity:1;transform:none}
}
.ann:first-child{animation-delay:.1s}
.ann:nth-child(2){animation-delay:.4s}
.ann:nth-child(3){animation-delay:.7s}
.ann:nth-child(4){animation-delay:1.5s}
.top-navbar{height:50px;position:relative;background-color:#f84a06;padding:41px 0 0 0;transition:all .3s ease;z-index:999}
.top-navbar.scrolled{width:100%;position:fixed;height:73px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.15);backdrop-filter:blur(10px);border-bottom:1px solid #ddd}
.top-navbar.header-white{background-color:#fff}
.nav-container{max-width:78%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;margin-top:-.5%}
.logo{display:flex;align-items:center;color:#fff;transition:all .3s ease}
.logo:focus{outline: none}
.logo-icon{display:flex;gap:10px}
.top-navbar.header-white .logo{color:#333}
.logo-text{display:flex;flex-direction:column;line-height:1.2}
.logo-text:focus{outline:none;border-color:#ffffff00}
.logo-text img{width:131px}
.logo-text img:focus{outline:0;border-color:#ffffff00}
.logo-b{display:block;width:131px;height:38px}
.logo-h{display:none;width:131px;height:38px}
.header-white .logo-h{display:block;width:131px;height:38px}
.header-white .logo-b{display:none;width:131px;height:38px}
.scrolled .logo-h{display:block;width:131px;height:38px}
.scrolled .logo-b{display:none;width:131px;height:38px}
.user-actions{display:flex;align-items:center;gap:20px;color:#fff;transition:all .3s ease}
.top-navbar.header-white .user-actions{color:#333}
.user-action{font-size:16px;cursor:pointer;transition:opacity .3s}
.user-action:hover{opacity:.8}
.nav-icons{display:flex;align-items:center;gap:15px}
.nav-icon{display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s;position:relative}
.top-navbar.header-white .nav-icon{color:#333}
.icon-circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s}
.nav-icon .en-white{display:block;color:#fff}
.nav-icon .en-black{display:none;margin-top:10%;color:#fff}
.scrolled .en-white{display:block;margin-top:10%;color:#222}
.scrolled .en-black{display:none;margin-top:10%;color:#fff}
.icon-circle .black{display:none}
.header-white .white{display:none}
.header-white .black{display:block}
.header-white .language-container span .black{display:block}
.scrolled .white{display:none}
.scrolled .black{display:block}
.scrolled .item-count{color:#fff}
.item-price .woocommerce-Price-amount{color:#222}
.item-count{position:absolute;top:-5px;right:-5px;background:#e52828;color:#fff;border-radius:50%;width:18px;height:18px;font-size:12px;display:flex;align-items:center;justify-content:center;font-weight:700}
.language-selector{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:4px;transition:all .3s;margin-left:10px;color:#fff}
.language-container span .black{display:none}
.scrolled .language-container span .black{display:block}
.language-container span img{margin-left:5px}
.top-navbar.header-white .language-selector{color:#333}
.language-selector:hover{background:rgba(255,255,255,.1)}
.top-navbar.header-white .language-selector:hover{background:rgba(0,0,0,.1)}
.main-nav{background-color:#f84a06;position:relative;transition:all .3s ease}
.main-nav.header-white{background-color:#fff}
.main-nav-container{max-width:79%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}
.nav-left{display:flex;gap:10px}
.nav-right{display:flex;gap:25px}
.nav-item{color:#fff;font-size:16px;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:5px;text-decoration:none;position:relative;padding:10px 10px;border-radius:4px}
.main-nav.header-white .nav-item{color:#333}
.main-nav.header-white .nav-item::after{content:'';position:absolute;left:10%;bottom:0;width:80%;height:2px;background:#222;transform:scaleX(0);transition:transform .5s ease}
.main-nav.header-white .nav-item.with-dropdown:hover{color:#222}
.main-nav.header-white .nav-item.with-dropdown:hover::after{transform:scaleX(1)}
.nav-dropdown{display:none;position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.1);z-index:1000;padding:10px 0;opacity:0;transform:translateY(-10px);transition:all .3s ease-out}
.nav-dropdown.active{display:block;opacity:1;transform:translateY(0);border-top:1px solid #ddd}
.search-section{background-color:#f84a06;padding:48px 0 25px;text-align:center;flex-grow:1;display:flex;align-items:center;transition:all .3s ease}
.search-section.header-white{background-color:#fff}
.search-container{max-width:65%;margin:0 auto;padding:0 15px;width:100%}
.search-box{display:flex;background:#fff;overflow:hidden;margin-bottom:15px;border-radius:100px;box-shadow:0 2px 10px rgba(0,0,0,.1)}
.logo-search-box{width:65%;display:flex;background:#fff;overflow:hidden;border-radius:100px;display:none;border:1px solid #ddd}
.form-search{padding:10px 3%;width:95%;margin:auto}
.scrolled .logo-search-box{display:block}
.logo-search-btn{height:32px;border:none;background:#000;color:#fff;font-size:16px;float:right;margin-top:4px;border-radius:50px;padding:0 16px}
.logo-search-btn:hover{opacity:.9}
.logo-search-btn img{float:left}
.logo-search-btn p{float:right}
.logo-search-input{width:85%;height:40px;flex:1;border:none;padding:10px 0;font-size:16px;outline:0}
.search-btn{height:37px;border:none;padding:0 26px;background:#000;color:#fff;font-size:16px;cursor:pointer;transition:opacity .3s;float:right;margin-top:18px;margin-right:20px;border-radius:50px}
.search-btn:hover{opacity:.9}
.search-btn .icon{display:flex;gap:10px}
.search-input{height:73px;flex:1;border:none;padding:10px 3%;font-size:16px;outline:0}
.frequent-searches{display:flex;gap:15px;flex-wrap:wrap;margin-top:20px;color:#fff;font-size:14px;transition:all .3s ease;margin-left:2.5%}
.frequent-searches ul{display:flex;gap:15px}
.frequent-searches li{list-style:none}
.frequent-searches a{color:#fff;text-decoration:none}
.search-section.header-white .frequent-searches{color:#333}
.frequent-search{cursor:pointer;transition:opacity .3s;text-decoration:underline}
.frequent-search:hover{opacity:.8}
.categories-container{display:none;position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.1);z-index:1000;padding:30px 0;opacity:0;transform:translateY(-10px);transition:all .3s ease-out}
.categories-container.active{display:block;opacity:1;transform:translateY(0)}
.categories-content{max-width:100%;margin:0 auto;gap:40px}
.categories-section{flex:1}
.section-title{font-size:18px;font-weight:700;margin-bottom:15px;color:#333;padding-bottom:10px;border-bottom:1px solid #eee}
.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.category-item{display:flex;align-items:center;cursor:pointer;transition:all .3s;padding:8px 12px;border-radius:4px}
.category-item:hover{background-color:#f5f5f5;transform:translateX(5px)}
.category-icon{width:40px;height:40px;background-color:#f0f0f0;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-right:12px;position:relative;flex-shrink:0}
.category-icon.hot::after{content:"";position:absolute;top:-3px;right:-3px;width:8px;height:8px;background-color:#f44;border-radius:50%;border:1px solid #fff}
.category-name{font-size:14px;color:#333;font-weight:500}
.category-display-container{max-width:100%;margin:30px auto;display:flex;gap:0;min-height:500px}
.category-sidebar{flex:0 0 22%;background:#fff;overflow:hidden}
.category-sidebar-title{background:#ff6a00;color:#fff;padding:15px 20px;font-size:18px;font-weight:700}
.category-list{list-style:none}
.category-list-item{padding:15px 20px;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:10px}
.category-list-item:hover{background-color:#f4f4f4;font-weight:700;border-left:6px solid #222}
.category-list-item.active{background-color:#f4f4f4;color:#222;font-weight:700;border-left:6px solid #222}
.category-list-item span img{width:35px;height:35px}
.category-content{flex:1;background:#fff;border-radius:8px;padding:25px;display:flex;flex-direction:column}
.category-content-header{display:flex}
.category-content-header a{text-decoration:none;color:#222;float:right}
.category-content-title{width:90%;font-size:18px;margin-bottom:20px;color:#222;padding-bottom:10px}
.category-content-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;flex-grow:1}
.category-product{border-radius:8px;overflow:hidden;transition:all .3s;cursor:pointer;display:flex;flex-direction:column}
.category-product:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}
.product-image{height:150px;display:flex;align-items:center;justify-content:center;font-size:40px}
.product-info{padding:15px;flex-grow:1;display:flex;flex-direction:column}
.product-name{font-weight:700;margin-bottom:5px;font-size:16px}
.product-name a{text-decoration:none;color:#222;font-size:14px}
.product-price{font-weight:700;font-size:18px}
.category-content-section{display:none}
.category-content-section.active{display:grid}
.nav-dropdown{display:none;position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.1);z-index:1000;padding:30px 0;opacity:0;transform:translateY(-10px);transition:all .3s ease-out}
.nav-dropdown.active{display:block;opacity:1;transform:translateY(0)}
#help-center-container{height:310px}
.dropdown-content{max-width:1500px;margin:0 auto}
.featured-grid{display:flex;justify-content:flex-start;align-items:center;gap:40px}
.featured-item{width:280px;height:144px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:all .3s;padding:15px;border-radius:8px;border:1px solid #ddd;background:#fff}
.featured-item a{text-decoration:none}
.featured-item:hover{box-shadow:0 5px 15px rgba(0,0,0,.1);transform:translateY(-3px)}
.featured-item-right{width:280px;height:144px;display:flex;flex-direction:column;justify-content:center;padding:40px;border-left:1px solid #ddd;background:#fff}
.featured-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:flex-end;font-size:24px}
.featured-name{font-size:16px;font-weight:500;color:#333}
.featured-item-right .featured-name{font-size:16px;font-weight:500;color:#333;line-height:50px;padding-left:20px}
.featured-item-right .featured-name:before{position:absolute;left:5px}
.featured-description{font-size:12px;color:#666;margin-top:5px}
.protection-grid{display:flex;gap:30px}
.protection-main{width:50%;display:flex;align-items:center;gap:20px;padding:20px 9%;background:#f9f9f9;border-radius:8px;line-height:60px}
.protection-icon{width:60px;height:60px;background-color:#ff6a00;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;flex-shrink:0}
.protection-content{flex:1}
.protection-title{font-size:32px;font-weight:700;margin-bottom:10px;color:#222}
.protection-description{font-size:14px;color:#fff;background-color:#f84a06;padding:5px;width:170px;height:35px;border-radius:50px;text-align:center;line-height:35px}
.protection-items{width:50%;display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.protection-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;transition:all .3s}
.protection-item:hover{box-shadow:0 5px 15px rgba(0,0,0,.1);transform:translateY(-3px)}
.protection-item-icon{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:10px;font-size:20px}
.protection-item-title{font-weight:700;margin-bottom:5px;font-size:14px}
.protection-item-description{color:#666;font-size:12px}
.buyer-grid{display:flex;grid-template-columns:repeat(2,1fr);gap:25px}
.buyer-section{width:20%;border-radius:8px;padding:50px}
.buyer-section-title{font-size:16px;font-weight:800;color:#222;padding-bottom:10px}
.buyer-links{list-style:none}
.buyer-link{padding:10px 0;font-size:16px;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:10px}
.buyer-link:hover{color:#ff6a00;transform:translateX(5px)}
.buyer-link:last-child{border-bottom:none}
.help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.help-item{display:flex;flex-direction:column;cursor:pointer;transition:all .3s;padding:20px;border-radius:8px;background:#f9f9f9;text-align:center}
.help-item:hover{background-color:#fff0e6;transform:translateY(-5px)}
.help-icon{width:60px;height:60px;background-color:#ff6a00;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;font-size:24px;color:#fff}
.help-title{font-size:16px;font-weight:700;margin-bottom:10px;color:#333}
.help-description{font-size:14px;color:#666;line-height:1.5}
.nav-item.with-dropdown{position:relative}
#categories-container{height:785px}
#featured-selections-container{height:310px}
#order-protections-container{height:450px}
.mobile-header{display:none;background-color:#f84a06;padding:12px 15px;align-items:center;justify-content:space-between}
.mobile-logo{color:#fff}
.mobile-logo img{width:120px}
.mobile-Cart{margin-left:50%}
.mobile-logo .logo-chinese{font-size:20px;font-weight:700}
.mobile-logo .logo-english{font-size:12px;opacity:.9}
.mobile-search-container{display:none;background-color:#f84a06;padding:15px}
.mobile-search-box{display:flex;background:#fff;border-radius:100px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1)}
.mobile-search-input{flex:1;border:none;padding:12px 15px;font-size:14px;outline:0}
.mobile-search-btn{background:#000;color:#fff;border:none;padding:0 20px;font-size:16px;cursor:pointer;display:flex;align-items:center;gap:5px}
.mobile-search-btn span{margin-top:-5%}
.mobile-nav-toggle{display:none;background:0 0;border:none;color:#fff;font-size:24px;cursor:pointer;padding:5px}
.mobile-nav{display:none;background:#fff;position:absolute;top:8%;left:0;width:100%;z-index:1000;box-shadow:0 5px 15px rgba(0,0,0,.1)}
.mobile-nav.active{display:block}
.mobile-nav-item{display:block;padding:15px 20px;border-bottom:1px solid #f0f0f0;color:#333;text-decoration:none;font-size:16px;transition:all .3s}
.mobile-nav-item:hover{background-color:#f9f9f9}
.mobile-nav-item.with-dropdown::after{content:"›";float:right;font-size:18px}
.mobile-dropdown{display:none;background:#f9f9f9;padding:10px 0}
.mobile-dropdown.active{display:block}
.mobile-dropdown-item{display:block;padding:12px 40px;color:#666;text-decoration:none;font-size:14px;transition:all .3s}
.mobile-dropdown-item:hover{background-color:#f0f0f0;color:#f84a06}
.mobile-frequent-searches{display:none;background:#fff;padding:15px;margin:15px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.mobile-frequent-title{font-size:16px;font-weight:700;margin-bottom:10px;color:#333}
.mobile-frequent-list{display:flex;flex-wrap:wrap;gap:10px}
.mobile-frequent-item{background:#f0f0f0;padding:8px 12px;border-radius:20px;font-size:14px;cursor:pointer;transition:all .3s}
.mobile-frequent-item:hover{background:#f84a06;color:#fff}
.cart-container{position:relative}
.cart-popup{position:absolute;top:100%;right:-100%;width:320px;background:#fff;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:99;margin-top:10px}
.triangle{position:absolute;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;z-index:999;margin-top:-9px;margin-left:80%}
.cart-container:hover .cart-popup{opacity:1;visibility:visible;transform:translateY(0)}
.cart-header{color:#000;padding:15px 20px;font-weight:600;font-size:1.1rem;border-bottom:1px solid #ddd;border-top-left-radius:10px;border-top-right-radius:10px}
.cart-items{max-height:300px;overflow-y:auto;padding:0}
.cart-item{display:flex;padding:15px;border-bottom:1px solid #eee;align-items:center}
.cart-item-empty{padding:15px;border-bottom:1px solid #eee;align-items:center;margin:auto}
.cart-img-empty{width:100%;text-align:center}
.cart-item-empty p{padding:30px 0;color:#222;text-align:center}
.cart-img-empty img{width:30%;margin:auto}
.go-to-cart-empty{width:90%;background:#fff;border:none;padding:10px;border-radius:50px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .3s ease;border:1px solid #222;text-align:center}
.go-to-cart-empty a{text-decoration:none;color:#222;text-align:center}
.item-image{width:80px;height:80px;background:linear-gradient(45deg,#8b4513,sienna);border-radius:5px;margin-right:15px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:red;font-size:10px;text-align:center}
.item-image img{width:80px;height:80px}
.item-details{flex:1;text-align:left}
.item-name{color:#000;font-weight:600;margin-bottom:5px;font-size:.9rem;line-height:1.3}
.item-price{color:#e74c3c;font-weight:600}
.item-quantity{color:#666;font-size:.8rem}
.cart-footer{padding:15px;background:#f8f9fa;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
.cart-total{display:flex;justify-content:space-between;margin-bottom:15px;font-weight:600;color:red}
.cart-item p{color:#222}
.cart-footer a{width:100%;height:40px;background:#f84a06;color:#fff;border-radius:50px;text-decoration:none;text-align:center;display:block;line-height:40px}
.order-container{position:relative}
.order-popup{position:absolute;top:100%;right:-100%;width:320px;background:#fff;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:99;margin-top:10px}
.order-container:hover .order-popup{opacity:1;visibility:visible;transform:translateY(0)}
.order-header{color:#000;padding:15px 20px;font-weight:600;font-size:1.1rem;border-bottom:1px solid #ddd}
.order-items{max-height:300px;overflow-y:auto;padding:0}
.order-item .order a{text-decoration:none;color:#222}
.order-item{padding:20px 0}
.order-items ul li{color:#000;padding:10px 20px;font-size:1.1rem}
.order-footer{padding:15px;background:#f8f9fa;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
.order-text{color:#000}
.root-container{position:relative}
.root-popup{position:absolute;top:100%;right:-100%;width:320px;background:#fff;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:99;margin-top:10px}
.root-container:hover .root-popup{opacity:1;visibility:visible;transform:translateY(0)}
.root-header{color:#000;padding:15px 20px;font-weight:600;font-size:1.1rem;border-bottom:1px solid #ddd;border-top-left-radius:10px;border-top-right-radius:10px}
.root-items{max-height:300px;padding:10px}
.root-item{width:100%;padding:10px;align-items:center;border-radius:50px}
.root-item-user a{text-decoration:none;color:#222}
.root-item-oder a{text-decoration:none;color:#222}
.root-item-logout a{text-decoration:none;color:#222}
.root-item-user{width:100%;height:40px}
.root-item-oder{width:100%;height:40px}
.root-item-out{width:100%;height:40px}
.root-submit{background:#ff7519;border:none;border-radius:50px;box-shadow:0 1px 1px #ebe7e6;color:#fff;font-size:16px;height:40px;margin-top:20px;outline:0;width:94%;text-align:center;line-height:40px;text-decoration:none;display:inline-block}
.root-footer{padding:20px;color:#000}
.language-total{display:flex;justify-content:space-between;margin-bottom:15px;font-weight:600}
.go-to-root{width:100%;background:#ff6a00;color:#fff;border:none;padding:10px;border-radius:5px;font-weight:600;cursor:pointer;transition:background .3s ease}
.go-to-root:hover{background:#e55b00}
.language-container{position:relative}
.language-popup{position:absolute;top:100%;right:0;width:320px;background:#fff;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:99;margin-top:10px}
.language-container:hover .language-popup{opacity:1;visibility:visible;transform:translateY(0)}
.language-header{color:#000;padding:15px 20px;font-weight:600;font-size:1.1rem;border-bottom:1px solid #ddd;border-top-left-radius:10px;border-top-right-radius:10px}
.language-items{max-height:300px;overflow-y:auto;padding:20px}
.language-item{width:100%;display:flex;padding:10px;border-bottom:1px solid #ebebeb;align-items:center;border-radius:4px}
.language-footer{padding:20px;color:#000}
.language-total{display:flex;justify-content:space-between;margin-bottom:15px;font-weight:600}
.go-to-language{width:100%;background:#ff6a00;color:#fff;border:none;padding:10px;border-radius:5px;font-weight:600;cursor:pointer;transition:background .3s ease}
.go-to-language:hover{background:#e55b00}
.scroll-indicator{position:fixed;bottom:30px;right:30px;width:25px;height:25px;background:#ff6a00;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;cursor:pointer;opacity:0;transition:opacity .3s,transform .3s;z-index:100}
.scroll-indicator.show{opacity:1}
.scroll-indicator:hover{transform:scale(1.1)}
.page-carousel-management{width:100%;max-width:100%;text-align:center}
.carousel{position:relative;width:100%;height:667px;min-height:300px;max-height:667px;overflow:hidden;cursor:grab;user-select:none;touch-action:pan-y}
.carousel:active{cursor:grabbing}
.carousel-inner{display:flex;width:100%;height:100%;transition:transform .5s ease-in-out;z-index:99}
.carousel-item{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}
.carousel-item img{width:100%;height:100%;object-fit:cover;display:block}
.carousel-control{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.7);border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:10;opacity:.7}
.carousel:hover .carousel-control{opacity:1}
.carousel-control:hover{background:rgba(255,255,255,.9);transform:translateY(-50%) scale(1.1)}
.carousel-control-prev{left:10px}
.carousel-control-next{right:10px}
.carousel-indicators{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);display:flex;gap:8px}
.carousel-indicator{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease}
.carousel-indicator.active{background:#fff;transform:scale(1.2)}
.best-seller{max-width:78%;margin:0 auto;margin-top:4%}
.best-seller.ann{opacity:1}
.site-module-header{margin-bottom:40px}
.site-module-header h2{font-size:2.5rem;line-height:20px}
.site-module-header .entry-title{font-size:2.5rem;font-weight:700;color:#222}
.site-module-header .page-entry-title{font-size:22px;color:#222;padding:30px 0;border-bottom:1px solid #ddd}
.site-slider-wrapper{position:relative}
.products-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:25px}
.product-thumbnail{position:relative;overflow:hidden;display:flex;align-items:center;border-radius:10px}
.product-rating{display:flex;align-items:center;padding:3% 0}
.star-rating{color:#fbbf24;font-size:14px;margin-right:8px}
.rating-score{display:flex;align-items:center;font-size:14px;color:#4a5568}
.score{margin-right:4px}
.product-titles h3{font-size:18px;color:#222}
.product-titles a{color:#666;text-decoration:none;font-size:14px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-title a:hover{color:#d32f2f}
.product-cart{margin-top:15px}
.product-price-wrapper{margin-bottom:15px;border-bottom:1px solid #e8e8e8}
.product-price-wrappers{margin-bottom:15px}
.price{display:flex;align-items:center;flex-wrap:nowrap;gap:8px}
.price .name{color:#222}
.price .time{color:#666}
.price del{color:#a0aec0;font-size:16px}
.product-progress{margin-bottom:15px}
.site-progress{height:6px;background-color:#e2e8f0;border-radius:3px;overflow:hidden;margin-bottom:8px}
.site-progress span{display:block;height:100%;background-color:#e60012;border-radius:3px}
.product-progress-stock{display:flex;justify-content:space-between;font-size:13px;color:#718096}
.product-progress-stock strong{color:#2d3748;margin-left:4px}
.product-cart-button{gap:30px;height:70px}
.product-cart-button a{width:100%;height:6px;display:inline-flex;align-items:center;justify-content:center;background-color:#00a0e9;color:#fff;padding:12px 0px;border-radius:6px;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:14px;transition:opacity .6s ease-in-out,visibility .6s}
.product-cart-button a:hover{background-color:#058dcb}
.product-cart-button .added{display:flex}
.product-cart-button .added_to_cart{display:flex;background-color:#d32f2f;margin-top:3%}
.product-cart-button svg{width:18px;height:18px;margin-left:8px}
.slider-preloader{display:none}
.product-badge{position:absolute;top:10px;left:10px;background:#e53e3e;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;z-index:2}
.best-seller-container{width:78%;max-width:100%;margin:0 auto;padding:30px 0}
.site-slider-wrapper{position:relative}
.swiper{width:100%;overflow:hidden}
.swiper-slide{display:flex;align-items:center;justify-content:center;position:relative}
.swiper-slide .productss{display:flex;gap:30px}
.swiper-slide img{width:100%;height:100%;max-width:100%;max-height:100%}
.dual-banners-container{display:flex;width:100%;height:100%;gap:20px}
.banner-left,.banner-right{flex:1;height:100%;overflow:hidden;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}
.site-banner{display:flex;width:100%;height:100%;position:relative;overflow:hidden}
.site-banner-content{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center;z-index:2;position:relative}
.site-banner-header h4{font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;opacity:.8;color:#222}
.site-banner-main h2{font-size:36px;font-weight:800;line-height:1.1;margin-bottom:20px}
.site-banner-main h2 a{text-decoration:none;color:#222}
.site-banner-main h2:hover{color:red}
.site-banner-footer{margin-top:20px}
.button{display:inline-block;padding:10px 30px;background:#fff;color:#333;text-decoration:none;border-radius:30px;font-size:16px;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.1)}
.site-slider-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;align-items:center;z-index:10;pointer-events:none;padding:0 20px}
.swiper-button-next,.swiper-button-prev{width:24px;height:24px;background:rgba(255,255,255,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#333;font-size:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.1);pointer-events:all;--swiper-navigation-size:14px}
.swiper-button-prev{left:-30px}
.swiper-button-next{right:-30px}
.control-sensor{max-width:78%;margin:0 auto;padding:60px 0}
.control-sensor .site-slider-controls{top:25%}
.related-products-control-sensor{width:78%;margin:0 auto;padding:60px 0}
.site-module-header{margin-bottom:40px;display: flex;border-bottom: 1px solid #e8e8e8;}
.site-module-header .content-column{width:93.5%;}
.site-module-header .More{display:flex;align-items: center;}
.site-module-header .More a{color:#222;display:block;}
.site-module-header .entry-title{font-size:40px;font-weight:700;color:#222;line-height:45px}
.site-module-header .entry-title a{color:#222;text-decoration:none}
.site-module-header .entry-View{float:right}
.site-module-header .entry-View a{color:#e60012;text-decoration:none}
.site-module-header .entry-description{font-size:16px;color:#718096;max-width:100%;line-height:70px}
.site-slider-wrapper{position:relative}
.site-slider{overflow:hidden;position:relative}
.swiper-wrapper{display:flex;transition-timing-function:ease}
.swiper-slide{flex-shrink:0;width:260px;margin-right:25px}
.product{background:#fff;overflow:hidden;transition:all .3s ease;height:100%}
.product-thumbnail{position:relative;overflow:hidden;display:flex;justify-content:center;border:1px solid #d7d7d7}
.product-thumbnail img{max-width:100%;max-height:280px;object-fit:contain;transition:transform .5s ease}
.product-thumbnail:hover img{transform:scale(1.2)}
.product-header img{transition:transform .5s ease}
.product-header:hover img{transform:scale(1.2)}
.star-rating{color:#fbbf24;font-size:14px;margin-right:8px}
.rating-score{display:flex;align-items:center;font-size:14px;color:#4a5568}
.product-title{margin:0}
.product-title a{color:#222;text-decoration:none;font-size:18px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-cart{margin-top:15px}
.product-price-wrapper{margin-bottom:15px;border-bottom:1px solid #e8e8e8;padding-bottom:15px}
.price{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.price del{color:#a0aec0;font-size:16px}
.price ins{text-decoration:none;color:#222;font-size:24px;font-weight:700}
.product-progress{margin-bottom:15px}
.out-of-stock-notice{margin-bottom:25px;color:#e60012;text-align:center}
.site-progress{height:6px;background-color:#e2e8f0;border-radius:3px;overflow:hidden;margin-bottom:8px}
.site-progress span{display:block;height:100%;background-color:#e60012;border-radius:3px}
.product-progress-stock{display:flex;justify-content:space-between;font-size:13px;color:#718096}
.product-progress-stock strong{color:#2d3748;margin-left:4px}
.product-cart-button svg{width:18px;height:18px;margin-left:8px}
.site-slider-controls{display:flex;justify-content:space-between;position:absolute;top:50%;left:-60px;right:-60px;transform:translateY(-50%);z-index:10;pointer-events:none}
.swiper-button-next,.swiper-button-prev{position:static;width:22px;height:22px;background-color:#fff;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:all;transition:all .3s ease;margin:0;border:1px solid #6b6b6b;line-height:22px}
.swiper-button-next:hover,.swiper-button-prev:hover{color:#6b6b6b}
.swiper-button-next::after,.swiper-button-prev::after{content:'';display:none}
.swiper-button-next i,.swiper-button-prev i{font-size:10px;color:#6b6b6b;transition:color .3s ease}
.swiper-button-next:hover i,.swiper-button-prev:hover i{color:#6b6b6b}
.page-carousel-management .swiper-pagination{position:relative;margin-top:30px;text-align:center;margin-top:-5.5%;width:78%;margin-left:-27%}
.page-carousel-management .swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#fff;margin:0 5px;cursor:pointer;transition:all .3s ease}
.page-carousel-management .swiper-pagination-bullet-active{background:#e60012;transform:scale(1.2)}
.swiper-pagination{position:relative;margin-top:30px;text-align:center}
.swiper-paginations{position:relative;margin-top:30px;text-align:center}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#cbd5e0;margin:0 5px;cursor:pointer;transition:all .3s ease}
.swiper-pagination-bullet-active{background:#e60012;transform:scale(1.2)}
.customer-testimonials{max-width:78%;width:100%}
.customer-testimonials-1{padding:110px 0}
.customer-reviews-2{padding:170px 0}
.photo-album-wall{max-width:78%;width:100%;margin:auto}
.customer-testimonials{max-width:78%;margin:0 auto}
.slider-preloader{display:none}
.product-badge{position:absolute;top:10px;left:10px;background:#e53e3e;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;z-index:2}
.promo-banner{width:78%;margin:0 auto;max-width:100%;height:140px;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.15);display:flex;background-image:url('../images/yhj.png');background-size:cover;background-position:center}
.promo-banner-us{width:78%;margin:0 auto;max-width:100%;height:140px;border-radius:12px;overflow:hidden;position:relative;display:flex;background-color:#00a0e9;background-size:cover;background-position:center}
.promo-content{flex:1;padding:30px 40px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.discount-badge{display:flex;align-items:center;margin-bottom:10px}
.discount-percent{font-size:70px;font-weight:800;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.2)}
.discount-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:8px;text-shadow:1px 1px 2px rgba(0,0,0,.2)}
.discount-instruction{font-size:16px;color:rgba(255,255,255,.9);max-width:300px;line-height:1.4}
.promo-code-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding:60px;position:relative;z-index:2}
.promo-code-container img{width:100px;}
.promo-code-containers{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;position:relative;z-index:2}
.promo-code-box{border-radius:8px;padding:15px 2px;text-align:center;border:1px solid #fff;width:240px}
.promo-code-boxs{background:#fff;border-radius:8px;padding:18px 10px;text-align:center;backdrop-filter:blur(5px);width:200px;height:63px}
.promo-code{font-size:20px;font-weight:700;color:#fff;letter-spacing:2px;text-shadow:1px 1px 2px rgba(0,0,0,.2);display: flex;flex-direction:column;gap:8px;}
.promo-codes{font-size:20px;color:#222;letter-spacing:2px;text-shadow:1px 1px 2px rgba(0,0,0,.2)}
.banner-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}
.curve-1{position:absolute;top:-50px;right:-30px;width:300px;height:300px;background:rgba(255,255,255,.1);border-radius:40% 60% 70% 30%/40% 50% 60% 50%;transform:rotate(45deg)}
.curve-2{position:absolute;bottom:-80px;left:-50px;width:250px;height:250px;background:rgba(255,255,255,.08);border-radius:60% 40% 30% 70%/60% 30% 70% 40%;transform:rotate(-20deg)}
.curve-3{position:absolute;top:30%;right:20%;width:150px;height:150px;background:rgba(255,255,255,.05);border-radius:50% 20% 70% 30%/30% 60% 40% 70%}
.discount-text{margin-left:4%}
.company-container{display:flex;flex-direction:column;max-width:100%;width:78%;margin:auto;background:#fff;border-radius:8px;overflow:hidden}
.company-header h2{font-size:36px;font-weight:700;color:#222;line-height:1.2;margin-bottom:30px}
.company-header h2 a{color:#222;text-decoration:none}
.content-wrapper{display:flex}
.text-content{flex:1;padding:0 40px 0 0;display:flex;flex-direction:column}
.image-content{flex:1;position:relative;overflow:hidden}
.image-content img{width:100%;height:570px;object-fit:cover;display:block;transition:transform .5s ease}
.image-content:hover img{transform:scale(1.08)}
.company-description{margin-bottom:30px;flex-grow:1}
.company-description p{margin-bottom:18px;font-size:15px;color:#444;line-height:25px;color:#666}
.contact-button{display:inline-flex;align-items:center;color:#d32f2f;padding:8px 0;text-decoration:none;font-weight:700;font-size:16px;transition:all .3s;border-bottom:1px solid transparent;width:fit-content}
.contact-button:hover{border-bottom-color:#d32f2f}
.contact-button::after{content:">";margin-left:8px;font-weight:700}
.company-highlight{font-weight:700;color:#d32f2f}
.news-container{width:78%;max-width:100%;margin:0 auto;background:#fff;border-radius:8px;overflow:hidden;padding:40px 0}
.news-header h2{font-size:40px;font-weight:700;color:#222;margin-bottom:5px}
.news-header p{font-size:16px;color:#666;border-bottom:1px solid #eee;line-height:30px}
.news-content{display:flex;padding:60px 0}
.featured-news{flex:1;padding:0;position:relative}
.featured-image{width:100%;height:439px;overflow:hidden;position:relative}
.featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.featured-image:hover img{transform:scale(1.05)}
.featured-overlay{position:absolute;bottom:0;left:0;width:95%;background:linear-gradient(to bottom,transparent 0,rgba(200,0,0,.8) 100%);color:#fff;padding:30px}
.featured-date{font-size:14px;margin-top:15px;opacity:.9}
.featured-title{font-size:24px;font-weight:600;margin-bottom:15px;line-height:1.3}
.featured-summary{font-size:15px;line-height:1.5;opacity:.9}
.news-list{flex:1;padding:0}
.news-list a{text-decoration:none;color:#666}
.news-list a:hover{color:#e60012}
.news-item{display:flex;padding:0 0 30px 30px;transition:background .3s;cursor:pointer}
.news-item:last-child{border-bottom:none}
.news-image{width:217px;height:127px;border-radius:4px;overflow:hidden;margin-right:20px;flex-shrink:0}
.news-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.news-item:hover .news-image img{transform:scale(1.05)}
.news-text{flex:1;display:flex;flex-direction:column}
.news-text p{overflow:hidden}
.news-text p:hover{color:#e60012}
.news-title{font-size:18px;line-height:1.3;color:#222;margin-bottom:2%;font-weight:400}
.news-title:hover{color:#e60012}
.news-summary{font-size:14px;color:#666;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:0}
.news-date{font-size:14px;color:#666;margin-top:1%}
.news-date:hover{color:#e60012}
.site-footer{width:100%;margin:auto;background-color:#f0f0f0}
.footer-widgets{padding:40px 0 20px}
.container{width:78%;margin:0 auto;padding:0 15px}
.site-footer-inner{display:flex;flex-wrap:wrap}
.site-footer-logo{padding:40px 0}
.widget-logo img{max-width:204px;height:auto}
.footer-widgets-column-3{flex:1;display:flex;justify-content:space-between;flex-wrap:wrap}
.column2{flex:1;width:40%;margin-bottom:20px;padding:0 9% 0}
.footer-widgets-column-3>div:first-child{width:20%}
.column p:hover{color:#d32f2f}
.column-right-frame{border-right:1px solid #c3c3c3}
.column-right-frame:last-child{border-right:none;padding-right:0}
.column-right-frame .klbfooterwidget h4{color:#e60012;font-size:20px;font-weight:700;margin-bottom:15px;padding-bottom:5px}
.menu{list-style:none}
.menu li{margin-bottom:8px}
.menu a{color:#666;text-decoration:none;font-size:16px;transition:color .3s;line-height:1.4}
.menu a:hover{color:#d32f2f}
.footer-copyright{color:#fff;padding:20px 0}
.links{padding:15px 0;border-bottom:1px solid #dedede;margin-bottom:15px}
.links-span{display:flex;flex-wrap:wrap;font-size:14px}
.links-span a{color:#666;text-decoration:none;margin-right:14px;transition:color .3s}
.links-span a:hover{color:#d32f2f}
.links-span a:first-child{color:#666}
.site-footer-inner.flex{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}
.site-copyright{font-size:16px;color:#666}
.site-copyright a{color:#d32f2f;text-decoration:none}
.footer-card-icons{display:flex;gap:20px;float:right}
.footer-card-icons img{height:24px;width:auto}
@media (max-width:1200px){
.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
.nav-container{max-width:90%;}
.main-nav-container{max-width:92%}
.best-seller{max-width:90%}
.swiper-slide{width:240px}
.best-seller-container{width:90%}
.control-sensor{max-width:90%}
.customer-testimonials{max-width:90%}
.site-slider-controls{left:-50px;right:-50px}
.photo-album-wall{max-width:90%}
.container{width:90%;}
.promo-banner{width:90%}
.promo-banner-us{width:90%}
.customer-testimonials{max-width:90%}
.company-container{width:90%}
.footer-widgets-column-3{gap:40px}
.news-container{width:90%}
.news-content{display:flow}
.news-item{padding:30px 0}
.content-wrapper{display:flex;flex-direction: column;}
.image-content{padding:40px 0}
.customer-reviews-2{padding:30px 0}
}
@media (max-width:992px){
.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}
.best-seller{max-width:90%}
.best-seller-container{width:90%}
.site-module-header .entry-title{font-size:2rem}
.swiper{height:auto}
.site-banner-main h2{font-size:26px;margin-top:5%}
.site-banner-content{padding:30px}
.swiper-slide{width:220px}
.control-sensor{max-width:90%}
.site-module-header .entry-title{font-size:2rem}
.customer-testimonials{max-width:90%}
.customer-testimonials-1{padding:30px 0}
.photo-album-wall{max-width:90%}
.customer-reviews-2{padding:30px 0}
.site-slider-controls{left:-20px;right:-20px}
.news-container{width:90%}
.featured-image{height:450px}
.featured-overlay{padding:20px}
.featured-title{font-size:22px}
.footer-widgets-column-3{gap:30px}
.column{min-width:180px}
.news-content{display:flow;padding:30px 0}
.news-item{padding:20px 0}
.news-title{font-size:16px}
}
@media (max-width:1690px){.logo-search-box{width:60%}
.logo-search-input{width:70%}
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:25px}
.customer-reviews-2{padding:60px 0}
}
@media (max-width:1550px){.logo-search-box{width:50%}
.logo-search-input{width:70%}
.customer-reviews-2{padding:50px 0}
}
@media (max-width:1440px){.logo-search-box{width:50%}
.logo-search-input{width:60%}
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:25px}
.customer-reviews-2{padding:50px 0}
}
@media (max-width:1300px){.logo-search-box{width:45%}
.logo-search-input{width:60%}
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:25px}
.customer-reviews-2{padding:50px 0}
}
@media (max-width:1024px){.logo-search-box{width:40%}
.logo-search-input{width:60%}
}
@media (max-width:1000px){.logo-search-box{width:40%}
.logo-search-input{width:55%}
}
@media (max-width:975px){.logo-search-box{width:35%}
.logo-search-input{width:50%}
.scrolled .logo-search-box{display:none}
}
@media (max-width:768px){.main-nav,.search-section,.top-navbar{display:none}
.mobile-header{display:flex}
.mobile-search-container{display:-webkit-box;width:100%;padding:0}
.mobile-frequent-searches{display:block}
.mobile-nav-toggle{display:block}
.categories-container{position:static;box-shadow:none;padding:0;transform:none}
.category-display-container{flex-direction:column;margin:0;padding:0}
.category-sidebar{flex:none;width:100%;border-radius:0;box-shadow:none}
.category-content{border-radius:0;box-shadow:none;padding:15px}
.category-content-grid{grid-template-columns:repeat(2,1fr);gap:10px}
.product-image{height:120px;font-size:30px}
.product-image img{width:100%!important;height:auto}
.product-info{padding:10px}
.product-name{font-size:14px}
.product-price{font-size:16px}
.nav-dropdown{position:static;box-shadow:none;padding:15px;transform:none}
.featured-grid{flex-direction:column;gap:10px}
.featured-item,.featured-item-right{width:100%;height:auto;padding:15px}
.protection-grid{gap:15px}
.protection-main{flex-direction:column;text-align:center;gap:15px;padding:15px}
.protection-items{grid-template-columns:repeat(2,1fr);gap:10px}
.protection-item{padding:15px 10px}
.buyer-grid{grid-template-columns:1fr;gap:15px}
.buyer-section{padding:15px}
.help-grid{grid-template-columns:repeat(2,1fr);gap:10px}
.help-item{padding:15px 10px}
.help-icon{width:50px;height:50px;font-size:20px}
.help-title{font-size:14px}
.help-description{font-size:12px}
.cart-popup{width:280px;right:-30px}
.carousel{height:40vh;min-height:250px;max-height:400px}
.carousel-control{width:35px;height:35px;font-size:1.2rem}
.carousel-indicator{width:10px;height:10px}
.products-grid{grid-template-columns:repeat(2,1fr);gap:15px}
.product-title a{font-size:16px}
.best-seller{width:90%}
.best-seller-container{width:90%}
.site-module-header .entry-title{font-size:1.4rem}
.site-module-header .entry-description{font-size:14px;line-height:25px;margin-top:2%}
.swiper{height:auto}
.dual-banners-container{flex-direction:column;gap:10px;padding:0 10px}
.site-banner-main h2{font-size:28px}
.site-banner-content{padding:20px}
.button{padding:10px 20px;font-size:14px}
.swiper-button-next,.swiper-button-prev{width:20px;height:20px;font-size:16px}
.site-slider-controls{padding:0 10px}
.swiper-slide{width:calc(50% - 15px)}
.control-sensor{width:90%}
.customer-testimonials{width:90%}
.photo-album-wall{width:90%}
.site-module-header .entry-title{font-size:1.4rem}
.news-header h2{font-size:1.4rem}
.control-sensor{width:90%}
.site-slider-controls{left:-10px;right:-10px}
.promo-banner{width:90%;height:auto;flex-direction:column}
.promo-banner-us{width:90%;height:auto;flex-direction:column}
.promo-content{padding:25px 30px}
.promo-code-container{padding:20px 30px 30px}
.discount-percent{font-size:40px}
.discount-title{font-size:20px}
.content-wrapper{flex-direction:column}
.company-container{width:90%}
.image-content{order:-1;height:300px}
.text-content{padding:0}
.company-header{padding:20px 0}
.company-header h1{font-size:28px}
.news-container{width:90%}
.news-header{padding:20px 20px 15px}
.news-header h1{font-size:26px}
.news-header p{font-size:15px;padding-bottom:15px}
.news-content{flex-direction:column;width:100%;margin:auto;padding:20px 0}
.featured-image{height:300px}
.featured-overlay{padding:15px}
.featured-title{font-size:20px;margin-bottom:10px}
.featured-summary{font-size:14px}
.news-item{padding:20px 0;flex-direction:column}
.news-image{width:100%;height:180px;margin-right:0;margin-bottom:15px}
.news-title{font-size:18px}
.news-summary{font-size:14px;-webkit-line-clamp:3}
.site-footer-inner{flex-direction:column;align-items:center;text-align:center}
.site-footer-logo{margin-right:0;margin-bottom:30px;text-align:left;flex:0 0 auto}
.footer-widgets-column-3{flex-direction:column;gap:30px;width:100%}
.column{padding-right:0;width:100%;margin-bottom:25px}
.column2{padding:30px 0}
.column-right-frame{width:100%;border-right:none;border-bottom:1px solid #eee;padding-right:0;padding-bottom:25px;text-align:left}
.footer-widgets-column-3>div:first-child{width:100%;text-align:left}
.column-right-frame:last-child{border-bottom:none;padding-bottom:0}
.widget-title{font-size:18px;margin-bottom:15px}
.menu a{font-size:15px}
.links{padding:20px 0 15px}
.links-span a{margin-right:0;padding:0 8px;line-height:1.6}
.site-footer-inner.flex{flex-direction:column;text-align:center;gap:20px}
.footer-card-icons{justify-content:center;margin-top:0;flex-wrap:wrap}
.site-copyright{font-size:13px;line-height:1.5}
}
@media (max-width:576px){
.products-grid{grid-template-columns:repeat(2,1fr)}
.best-seller{width:90%}
.best-seller-container{width:90%}
.site-banner{flex-direction:column}
.site-slider-wrapper{padding:0 10px}
.company-header h2{font-size:26px;margin-bottom:10px;margin-top:30px;}
.site-banner-content{padding:20px;flex:none}
.swiper-button-next,.swiper-button-prev{display:none}
.swiper-slide{width:90%}
.control-sensor{width:90%}
.customer-testimonials{width:90%;padding:0 5%}
.photo-album-wall{width:90%}
.site-slider-controls{display:none}
.image-content img{width:100%;height:auto;object-fit:cover;display:block;margin:auto}
.promo-banner-us{width:90%}
}
@media (max-width:480px){.category-content-grid{grid-template-columns:1fr}
.protection-items{grid-template-columns:1fr}
.help-grid{grid-template-columns:1fr}
.mobile-frequent-list{flex-direction:column;align-items:flex-start}
.mobile-frequent-item{width:100%;text-align:center}
.carousel{height:35vh;min-height:200px;max-height:300px}
.carousel-control{width:30px;height:30px;font-size:1rem}
.carousel-indicator{width:8px;height:8px}
.promo-content{padding:20px 25px}
.promo-code-boxs{width:auto}
.promo-codes{font-size:16px}
.promo-banner-us{width:90%;margin-bottom:30px}
.promo-code-container{padding:15px 25px 25px}
.best-seller-container{width:100%;padding:4% 0}
.discount-percent{font-size:36px}
.product-thumbnail img{height:auto}
.discount-title{font-size:18px}
.promo-code{font-size:14px}
.news-header{padding:15px 0}
.news-header h1{font-size:22px}
.news-header p{font-size:14px}
.featured-image{height:220px}
.featured-overlay{padding:12px}
.featured-title{font-size:18px}
.featured-summary{font-size:13px}
.featured-date{font-size:12px}
.news-item{padding:15px 0;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}
.news-text p{height:60px;overflow:hidden}
.news-image{height:150px}
.news-title{font-size:15px;font-weight:600}
.footer-widgets{padding:0}
.site-footer-logo{margin-bottom:25px}
.widget-logo img{max-width:130px}
.footer-widgets-column-3{gap:20px}
.column{margin-bottom:20px}
.column-right-frame{padding-bottom:20px;text-align:left;width:100%}
.footer-widgets-column-3>div:first-child{width:100%}
.column2{padding:0}
.widget-title{font-size:16px;margin-bottom:12px}
.menu a{font-size:14px}
.links{padding:15px 0 10px;text-align:left}
.links-span{flex-direction:column;gap:8px}
.links-span a:first-child{margin-bottom:5px}
.footer-copyright{padding:15px 0}
.footer-card-icons{gap:8px}
.footer-card-icons img{height:20px}
.site-copyright{font-size:12px}
}