:root{--primary: #d32f2f;--primary-dark: #b71c1c;--primary-light: #ef9a9a;--orange: #f39c12;--dark: #2c3e50;--gray: #95a5a6;--light-gray: #f5f5f5;--border: #e0e0e0;--text: #333;--text-light: #666;--white: #fff;--success: #27ae60;--warning: #f39c12;--danger: #e74c3c;--info: #3498db}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;color:var(--text);background:#f0f0f0;line-height:1.6}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-dark)}.container{max-width:1200px;margin:0 auto;padding:0 15px}.header{background:var(--primary);color:#fff}.header-main{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:64px;max-width:1200px;margin:0 auto}.header-logo{font-size:24px;font-weight:700;color:#fff}.header-nav{display:flex;gap:30px}.header-nav a{color:#fff;font-size:15px;font-weight:500}.header-nav a:hover{color:#fffc}.header-actions{display:flex;align-items:center;gap:12px}.header-actions a,.header-actions button{color:#fff;font-size:13px;background:none;border:none;cursor:pointer}.header-actions a:hover,.header-actions button:hover{color:#fffc}.header-divider{width:1px;height:18px;background:#ffffff40;margin:0 4px;flex-shrink:0}.header-actions .lang-switch{margin-right:0}.header-search{background:#fff;padding:0 20px;border-bottom:1px solid var(--border)}.header-search-inner{display:flex;align-items:center;gap:15px;padding:15px 20px;max-width:1200px;margin:0 auto}.header-search-inner select{padding:8px 12px;border:1px solid var(--border);border-radius:4px;font-size:14px}.header-search-inner input{flex:1;padding:8px 12px;border:2px solid var(--primary);border-radius:4px;font-size:14px}.header-search-inner button{padding:8px 30px;background:var(--primary);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.header-search-inner button:hover{background:var(--primary-dark)}.header-contact{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-light)}.promo-bar{background:linear-gradient(90deg,#f39c12,#e67e22);color:#fff;text-align:center;padding:8px 20px;font-size:13px;display:flex;justify-content:center;gap:40px}.main-layout{display:flex;align-items:flex-start;gap:15px;max-width:1200px;margin:15px auto;padding:0 15px}.home-hero{display:grid;grid-template-columns:minmax(200px,220px) minmax(0,1fr) minmax(200px,240px);align-items:stretch;gap:16px}.sidebar{width:100%;min-width:0}.sidebar-categories{background:#fff;border-radius:8px;overflow:hidden;height:100%;display:flex;flex-direction:column;box-shadow:0 1px 4px #0000000f}.sidebar-categories h2{padding:14px 16px;background:var(--primary);color:#fff;font-size:16px;flex-shrink:0}.sidebar-categories-body{flex:1;min-height:0;max-height:360px;overflow-y:auto;padding-bottom:4px}.sidebar-category{padding:10px 16px;border-bottom:1px solid var(--border);cursor:pointer}.sidebar-category:hover{background:var(--light-gray)}.sidebar-category-title{font-weight:600;font-size:14px;color:var(--primary)}.sidebar-category-children{margin-top:5px;display:flex;flex-wrap:wrap;gap:2px 10px}.sidebar-category-children a{display:inline-block;padding:2px 0;font-size:13px;color:var(--text-light)}.main-content{min-width:0}.home-banner-col{min-width:0;display:flex;flex-direction:column}.right-panel{width:100%;min-width:0;display:flex;flex-direction:column}.banner-carousel{position:relative;border-radius:8px;overflow:hidden;width:100%;flex:1;min-height:380px;height:100%;background:var(--dark);box-shadow:0 2px 10px #00000014}.banner-carousel .banner-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.banner-carousel img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.banner-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-size:24px}.banner-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}.banner-dots span{width:10px;height:10px;border-radius:50%;background:#ffffff80;cursor:pointer}.banner-dots span.active{background:#fff}.user-panel{background:linear-gradient(160deg,#fff,#f7f8fa);border-radius:12px;padding:20px 16px 16px;text-align:center;margin-bottom:0;flex:1;display:flex;flex-direction:column;justify-content:space-between;min-height:380px;height:100%;box-sizing:border-box;box-shadow:0 1px 6px #0000000f}.user-panel-head{flex-shrink:0}.user-panel-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#bdbdbd,#9e9e9e);margin:0 auto 10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;text-transform:uppercase;flex-shrink:0;box-shadow:0 2px 8px #0000001f}.user-panel p{font-size:13px;color:var(--text-light);margin-bottom:12px;word-break:break-word;line-height:1.4}.user-panel-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 auto;width:100%;max-width:220px}.user-panel-buttons button{padding:10px 8px;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;white-space:nowrap}.user-panel-logout{margin:10px auto 0;width:auto;min-width:72px;max-width:120px;padding:4px 18px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--text-light);cursor:pointer;font-size:12px;line-height:1.3;display:inline-block}.user-panel-logout:hover{border-color:var(--primary);color:var(--primary)}.btn-register{background:var(--primary);color:#fff}.btn-login{background:var(--orange);color:#fff}.btn-merchant-login{display:block;width:100%;max-width:220px;margin:10px auto 0;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);cursor:pointer;font-size:12px;font-weight:600;line-height:1.3;white-space:nowrap}.btn-merchant-login:hover{border-color:var(--primary);color:var(--primary)}.auth-merchant-login-link{display:inline-block;margin-top:10px;padding:0;border:none;background:none;color:var(--primary);cursor:pointer;font-size:13px;text-decoration:underline}.user-panel-links{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.user-panel-link{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;color:var(--text-light);cursor:pointer;background:#fff;border-radius:8px;padding:8px 4px;box-shadow:0 1px 3px #0000000a}.user-panel-link:hover{color:var(--primary)}.user-panel-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:auto;padding-top:14px;border-top:1px solid var(--border)}.user-panel-badge{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:11px;color:var(--text-light);line-height:1.3}.home-news-section .news-card-image{height:160px}.news-card-image-ph{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;font-size:14px}.section{background:#fff;border-radius:4px;margin-bottom:15px;padding:20px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.section-header h2{font-size:18px;font-weight:600}.section-header a{font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.product-grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.product-card{background:#fff;border:1px solid var(--border);border-radius:4px;overflow:hidden;transition:box-shadow .2s;cursor:pointer}.product-card:hover{box-shadow:0 2px 12px #0000001a}.product-card-image{width:100%;height:200px;object-fit:cover;background:var(--light-gray);display:flex;align-items:center;justify-content:center;position:relative}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-badge{position:absolute;top:5px;left:5px;padding:2px 8px;border-radius:3px;font-size:12px;color:#fff}.badge-hot{background:var(--primary)}.badge-new{background:var(--success)}.badge-discount{background:var(--warning)}.product-card-info{padding:10px}.product-card-name{font-size:14px;line-height:1.4;height:39px;overflow:hidden;margin-bottom:8px;color:var(--text)}.product-card-store{font-size:12px;color:var(--gray);margin-bottom:5px}.product-card-price{display:flex;align-items:baseline;gap:5px;margin-bottom:8px}.product-card-price .price{font-size:18px;font-weight:700;color:var(--danger)}.product-card-price .original{font-size:13px;color:var(--gray);text-decoration:line-through}.product-card-rating{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-light);margin-bottom:8px}.product-card-rating .stars{color:#f1c40f}.product-card-button{display:block;text-align:center;padding:8px;background:var(--primary);color:#fff;border-radius:4px;font-size:14px}.product-card-button:hover{background:var(--primary-dark);color:#fff}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.news-card{cursor:pointer;overflow:hidden}.news-card-image{width:100%;height:150px;object-fit:cover;border-radius:4px;margin-bottom:10px}.news-card-title{font-size:14px;font-weight:600;line-height:1.4;margin-bottom:5px}.news-card-excerpt{font-size:13px;color:var(--text-light)}.advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;text-align:center}.advantage-item{padding:20px}.advantage-item h3{font-size:16px;margin-bottom:5px}.advantage-item p{font-size:13px;color:var(--text-light)}.footer{background:var(--dark);color:#fff;padding:30px 0 20px;margin-top:30px}.footer-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto;padding:0 20px}.footer h3{font-size:16px;margin-bottom:15px}.footer ul{list-style:none}.footer ul li{margin-bottom:8px}.footer ul li a{color:#bdc3c7;font-size:13px}.footer ul li a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:20px;margin-top:20px;border-top:1px solid #34495e;font-size:13px;color:#bdc3c7}.product-detail{background:#fff;border-radius:4px;padding:20px;margin-bottom:15px}.product-detail-main{display:flex;gap:30px}.product-detail-gallery{width:400px}.product-detail-gallery-main{width:100%;height:400px;border:1px solid var(--border);border-radius:4px;overflow:hidden;margin-bottom:10px}.product-detail-gallery-main img{width:100%;height:100%;object-fit:cover}.product-detail-gallery-thumbs{display:flex;gap:10px}.product-detail-gallery-thumb{width:60px;height:60px;border:2px solid var(--border);border-radius:4px;cursor:pointer}.product-detail-gallery-thumb.active{border-color:var(--primary)}.product-detail-info{flex:1}.product-detail-info h1{font-size:24px;margin-bottom:15px}.product-detail-price{background:#fff8f8;padding:15px;border-radius:4px;margin-bottom:15px}.product-detail-price .price{font-size:28px;font-weight:700;color:var(--danger)}.product-detail-price .original{font-size:16px;color:var(--gray);text-decoration:line-through;margin-left:10px}.product-detail-meta{margin-bottom:15px}.product-detail-meta-row{display:flex;padding:8px 0;border-bottom:1px solid var(--border)}.product-detail-meta-label{width:100px;color:var(--text-light)}.product-detail-meta-value{flex:1}.product-detail-tiers{margin-bottom:15px}.product-detail-tiers table{width:100%;border-collapse:collapse}.product-detail-tiers th,.product-detail-tiers td{padding:8px 12px;border:1px solid var(--border);text-align:center}.product-detail-tiers th{background:var(--light-gray);font-weight:600}.product-detail-actions{display:flex;gap:15px;margin-top:20px}.product-detail-actions input{width:80px;padding:10px;border:1px solid var(--border);border-radius:4px;text-align:center}.btn-cart{padding:12px 30px;background:var(--orange);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:15px}.btn-buy{padding:12px 30px;background:var(--primary);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:15px}.btn-cart:hover{background:#e67e22}.btn-buy:hover{background:var(--primary-dark)}.product-tabs{background:#fff;border-radius:4px;margin-bottom:15px}.product-tabs-header{display:flex;border-bottom:1px solid var(--border)}.product-tabs-header button{padding:15px 25px;border:none;background:none;cursor:pointer;font-size:15px;font-weight:500}.product-tabs-header button.active{color:var(--primary);border-bottom:2px solid var(--primary)}.product-tabs-content{padding:20px}.cart-page{background:#fff;border-radius:4px;padding:20px;margin-bottom:15px}.cart-page h2{margin-bottom:15px}.cart-item{display:flex;align-items:center;gap:15px;padding:15px 0;border-bottom:1px solid var(--border)}.cart-item-image{width:80px;height:80px;border-radius:4px;object-fit:cover;background:var(--light-gray)}.cart-item-info{flex:1}.cart-item-name{font-size:15px;margin-bottom:5px}.cart-item-store{font-size:13px;color:var(--gray)}.cart-item-price{font-size:16px;font-weight:700;color:var(--danger);width:100px}.cart-item-qty{display:flex;align-items:center;gap:5px}.cart-item-qty button{width:30px;height:30px;border:1px solid var(--border);background:#fff;cursor:pointer;border-radius:4px}.cart-item-qty input{width:50px;text-align:center;border:1px solid var(--border);border-radius:4px;padding:5px}.cart-item-subtotal{font-size:16px;font-weight:700;width:100px;text-align:right}.cart-item-remove{color:var(--gray);cursor:pointer;padding:5px}.cart-item-remove:hover{color:var(--danger)}.cart-footer{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.cart-total{font-size:16px}.cart-total .amount{font-size:24px;font-weight:700;color:var(--danger)}.btn-checkout{padding:12px 40px;background:var(--primary);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px}.btn-checkout:hover{background:var(--primary-dark)}.auth-page{max-width:400px;margin:50px auto;background:#fff;border-radius:8px;padding:30px}.auth-page h2{text-align:center;margin-bottom:20px}.auth-form{display:flex;flex-direction:column;gap:15px}.auth-form input{padding:12px;border:1px solid var(--border);border-radius:4px;font-size:14px}.auth-form button{padding:12px;background:var(--primary);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px}.auth-form button:hover{background:var(--primary-dark)}.auth-switch{text-align:center;margin-top:15px;font-size:14px;color:var(--text-light)}.auth-benefits{margin-top:20px;padding:15px;background:var(--light-gray);border-radius:4px;font-size:13px}.auth-benefits p{margin-bottom:8px;font-weight:600}.auth-benefits ul{margin:0;padding-left:18px}.auth-benefits li{margin:4px 0;color:#555}.user-center{display:flex;gap:15px;max-width:1200px;margin:15px auto;padding:0 15px}.user-center-sidebar{width:200px;background:#fff;border-radius:4px;padding:15px}.user-center-sidebar h3{font-size:16px;margin-bottom:10px;padding-bottom:10px;border-bottom:2px solid var(--primary)}.user-center-sidebar a{display:block;padding:10px 15px;border-radius:4px;font-size:14px;color:var(--text)}.user-center-sidebar a:hover,.user-center-sidebar a.active{background:var(--primary);color:#fff}.user-center-logout{display:block;width:100%;margin-top:12px;padding:10px 15px;border:1px solid var(--border);border-radius:4px;background:#fff;color:var(--text-light);font-size:14px;cursor:pointer;text-align:left}.user-center-logout:hover{border-color:var(--primary);color:var(--primary)}.user-center-content{flex:1;background:#fff;border-radius:4px;padding:20px}.user-center-content h2{margin-bottom:20px}.order-list{display:flex;flex-direction:column;gap:15px}.order-card{border:1px solid var(--border);border-radius:4px;padding:15px}.order-card-header{display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid var(--border)}.order-card-no{font-weight:600}.order-card-status{padding:2px 10px;border-radius:3px;font-size:13px}.status-pending{background:#fff3cd;color:#856404}.status-paid{background:#d4edda;color:#155724}.status-processing{background:#cce5ff;color:#004085}.status-shipped{background:#d1ecf1;color:#0c5460}.status-completed{background:#d4edda;color:#155724}.status-cancelled{background:#f8d7da;color:#721c24}.status-refunded{background:#e2e3e5;color:#383d41}.order-card-items{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.order-card-item{display:flex;gap:10px;align-items:center}.order-card-item img{width:50px;height:50px;border-radius:4px;object-fit:cover;background:var(--light-gray)}.order-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid var(--border)}.order-card-total{font-size:16px;font-weight:700;color:var(--danger)}.order-card-actions{display:flex;gap:10px}.order-card-actions button{padding:6px 15px;border:1px solid var(--border);border-radius:4px;background:#fff;cursor:pointer;font-size:13px}.order-card-actions .btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.address-list{display:flex;flex-direction:column;gap:15px}.address-card{border:1px solid var(--border);border-radius:4px;padding:15px;display:flex;justify-content:space-between;align-items:center}.address-card-info{flex:1}.address-card-name{font-weight:600;margin-bottom:5px}.address-card-detail{font-size:13px;color:var(--text-light)}.address-card-actions{display:flex;gap:10px}.address-card-actions button{padding:5px 15px;border:1px solid var(--border);border-radius:4px;background:#fff;cursor:pointer}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:8px;padding:30px;width:500px;max-width:90%;max-height:80vh;overflow-y:auto}.modal h2{margin-bottom:20px}.modal-footer{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.modal-footer button{padding:10px 25px;border:none;border-radius:4px;cursor:pointer}.btn-save{background:var(--primary);color:#fff}.btn-cancel{background:var(--light-gray)}.toast{position:fixed;top:20px;right:20px;padding:15px 25px;border-radius:4px;color:#fff;z-index:2000;font-size:14px}.toast-success{background:var(--success)}.toast-error{background:var(--danger)}.toast-info{background:var(--info)}.checkout-page{background:#fff;border-radius:4px;padding:20px;margin-bottom:15px}.checkout-section{margin-bottom:20px}.checkout-section h3{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid var(--border)}.checkout-address{display:flex;gap:15px;flex-wrap:wrap}.checkout-address-item{border:2px solid var(--border);border-radius:4px;padding:15px;cursor:pointer;width:280px}.checkout-address-item.selected{border-color:var(--primary)}.checkout-summary{background:#f9f9f9;padding:15px;border-radius:4px;margin-top:15px}.checkout-summary-row{display:flex;justify-content:space-between;padding:5px 0}.checkout-summary-total{font-size:18px;font-weight:700;color:var(--danger);border-top:2px solid var(--border);margin-top:10px;padding-top:10px}.lang-switch{display:inline-flex;gap:2px;margin-right:12px;border:1px solid var(--border);border-radius:4px;overflow:hidden}.lang-btn{border:none;background:transparent;padding:3px 8px;font-size:12px;cursor:pointer;color:var(--text-light)}.lang-btn.active{background:var(--primary);color:#fff}.lang-btn:hover:not(.active){background:var(--light-gray)}.header .lang-btn{color:#ffffffd9}.header .lang-btn.active{background:#ffffff40;color:#fff}.header .lang-switch{border-color:#ffffff59}.mobile-only{display:none!important}.desktop-only{display:initial}.header-main .desktop-only{display:flex}.header-actions-main .desktop-only{display:inline}.mobile-menu-btn{display:none;width:40px;height:40px;border:none;background:#ffffff26;color:#fff;font-size:22px;border-radius:8px;cursor:pointer;flex-shrink:0;align-items:center;justify-content:center}.header-cart-link{white-space:nowrap}.mobile-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:1200}.mobile-drawer-backdrop.open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:min(86vw,320px);background:#fff;z-index:1201;transform:translate(-105%);transition:transform .25s ease;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:4px 0 24px #00000026;display:flex;flex-direction:column}.mobile-drawer.open{transform:translate(0)}.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--primary);color:#fff;position:sticky;top:0;z-index:1}.mobile-drawer-close{border:none;background:#fff3;color:#fff;width:36px;height:36px;border-radius:8px;font-size:18px;cursor:pointer}.mobile-drawer-section{padding:14px 16px;border-bottom:1px solid var(--border)}.mobile-drawer-label{font-size:12px;color:var(--text-light);margin:8px 0 6px;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.mobile-switch{width:100%;margin:0 0 8px;display:flex}.mobile-switch .lang-btn{flex:1;padding:8px 4px;color:var(--text)}.mobile-switch .lang-btn.active{background:var(--primary);color:#fff}.mobile-drawer-nav{display:flex;flex-direction:column;padding:8px 0;border-bottom:1px solid var(--border)}.mobile-drawer-nav button,.mobile-drawer-account button,.mobile-cat-parent,.mobile-cat-children button{display:block;width:100%;text-align:left;border:none;background:none;padding:12px 16px;font-size:15px;color:var(--text);cursor:pointer}.mobile-drawer-nav button:active,.mobile-drawer-account button:active,.mobile-cat-parent:active,.mobile-cat-children button:active{background:var(--light-gray)}.mobile-cat-parent{font-weight:600}.mobile-cat-children{padding:0 0 4px 12px}.mobile-cat-children button{padding:8px 16px;font-size:13px;color:var(--text-light)}.mobile-drawer-account{display:flex;flex-direction:column;gap:8px}.mobile-btn-primary{background:var(--primary)!important;color:#fff!important;border-radius:8px!important;text-align:center!important;font-weight:600}.mobile-btn-secondary{background:var(--orange)!important;color:#fff!important;border-radius:8px!important;text-align:center!important;font-weight:600}.mobile-drawer-hotline{margin-top:auto;padding:16px;font-size:13px;color:var(--text-light);background:var(--light-gray)}.product-list-page{padding-top:15px;padding-bottom:20px}.product-list-layout{display:flex;gap:15px;align-items:flex-start}.product-list-aside-wrap{width:200px;flex-shrink:0}.product-list-aside{width:100%}.product-list-main{flex:1;min-width:0}.product-list-filter-block{padding:15px;margin-bottom:12px}.product-list-filter-block h3{margin-bottom:10px;font-size:16px}.filter-cat{margin-bottom:6px}.filter-cat>a{cursor:pointer;font-weight:500;display:inline-block;padding:2px 0;color:var(--text)}.filter-cat>a.active{color:var(--primary);font-weight:700}.filter-cat-child{padding-left:14px}.filter-cat-child a{cursor:pointer;font-size:13px;color:#666;display:inline-block;padding:2px 0}.filter-cat-child a.active{color:var(--primary);font-weight:600}.filter-brands{display:flex;flex-direction:column;gap:4px;max-height:280px;overflow-y:auto}.filter-brands a{cursor:pointer;font-size:13px;color:#666;padding:3px 0}.filter-brands a.active{color:var(--primary);font-weight:600}.product-list-toolbar{margin-bottom:15px}.product-list-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;flex-wrap:wrap}.product-list-title-row h2{font-size:18px;margin:0}.product-list-count{font-size:14px;color:#666;margin-left:8px;font-weight:400}.product-list-sort{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sort-label{font-size:14px;color:#666;white-space:nowrap}.sort-btns{display:flex;gap:6px;flex-wrap:wrap}.sort-btns button{border:1px solid #e0e0e0;background:#fff;color:#333;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:13px}.sort-btns button.active{background:var(--primary);color:#fff;border-color:var(--primary)}.mobile-filters-btn{border:1px solid var(--border);background:#fff;border-radius:8px;padding:8px 12px;font-size:14px;cursor:pointer;white-space:nowrap}.mobile-filters-head{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid var(--border);position:sticky;top:0;background:#fff;z-index:1}.mobile-filters-head button{border:none;background:none;font-size:20px;cursor:pointer;padding:4px 8px}.product-list-aside-backdrop{display:none}.list-loading,.list-empty{text-align:center;padding:40px;color:#999}html{-webkit-text-size-adjust:100%}button,a,input,select{touch-action:manipulation}img{max-width:100%;height:auto}@media(max-width:1024px){.product-grid,.product-grid-5{grid-template-columns:repeat(3,1fr)}.right-panel{display:none}.main-layout{gap:12px}.home-hero{grid-template-columns:minmax(160px,180px) minmax(0,1fr)}.banner-carousel{min-height:300px}.header-nav{gap:16px}.header-nav a{font-size:14px}.product-detail-gallery{width:340px}.product-detail-gallery-main{height:340px}}@media(max-width:768px){.mobile-only{display:initial!important}.desktop-only,.header-main .desktop-only,.header-actions-main .desktop-only{display:none!important}.mobile-menu-btn{display:inline-flex}.header-top{display:none}.header-main{height:52px;padding:0 12px;gap:10px;justify-content:flex-start}.header-logo{font-size:18px;flex:1;text-align:center}.header-actions-main{margin-left:auto}.header-cart-link{font-size:20px;padding:6px}.header-search-inner{padding:10px 12px;gap:8px}.header-search-inner input{min-width:0;font-size:16px;padding:10px 12px}.header-search-inner button{padding:10px 14px;flex-shrink:0;white-space:nowrap}.promo-bar{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;gap:16px;padding:8px 12px;font-size:12px;-webkit-overflow-scrolling:touch}.promo-bar span{white-space:nowrap;flex-shrink:0}.main-layout{flex-direction:column;margin:10px auto;gap:10px}.home-hero{display:flex;flex-direction:column;gap:10px}.sidebar,.right-panel{width:100%}.main-layout>.sidebar{display:none}.right-panel{display:none}.banner-carousel{min-height:0;height:auto;aspect-ratio:16 / 9;border-radius:8px}.container{padding:0 10px}.section{padding:14px;border-radius:8px}.section-header h2{font-size:16px}.product-grid,.product-grid-5{grid-template-columns:repeat(2,1fr);gap:10px}.product-card-image{height:150px}.product-card-name{font-size:13px;height:36px}.product-card-price .price{font-size:16px}.product-card-button{padding:8px;font-size:13px}.news-grid{grid-template-columns:1fr;gap:12px}.news-card-image{height:160px}.advantages-grid{grid-template-columns:repeat(2,1fr);gap:8px}.advantage-item{padding:12px 8px}.advantage-item h3{font-size:14px}.footer{padding:24px 0 16px}.footer-inner{grid-template-columns:1fr 1fr;gap:16px;padding:0 12px}.footer-bottom{padding:12px;font-size:12px}.product-list-layout{display:block}.product-list-aside-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;width:auto;pointer-events:none}.product-list-aside-wrap.open{pointer-events:auto}.product-list-aside-backdrop{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .2s}.product-list-aside-wrap.open .product-list-aside-backdrop{opacity:1}.product-list-aside{position:absolute;top:0;left:0;bottom:0;width:min(86vw,300px);background:#f5f5f5;transform:translate(-105%);transition:transform .25s ease;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:4px 0 20px #0000001f}.product-list-aside-wrap.open .product-list-aside{transform:translate(0)}.product-list-filter-block{margin:10px;border-radius:8px}.mobile-filters-btn{display:inline-flex!important;align-items:center;gap:4px}.mobile-filters-head{display:flex!important}.sort-btns{width:100%}.sort-btns button{flex:1;min-width:0;padding:8px 6px;font-size:12px}.product-list-sort{flex-direction:column;align-items:stretch;gap:8px}.product-list-title-row h2{font-size:16px}.product-detail{padding:12px}.product-detail-main{flex-direction:column;gap:16px}.product-detail-gallery{width:100%}.product-detail-gallery-main{height:min(70vw,320px)}.product-detail-info h1{font-size:18px}.product-detail-price .price{font-size:22px}.product-detail-actions{flex-wrap:wrap;position:sticky;bottom:0;background:#fff;padding:10px 0;margin-top:12px;border-top:1px solid var(--border);z-index:5}.product-detail-actions input{width:70px}.btn-cart,.btn-buy{flex:1;min-width:120px;padding:12px 16px}.product-tabs-header{overflow-x:auto}.product-tabs-header button{padding:12px 16px;white-space:nowrap}.cart-page{padding:12px}.cart-item{flex-wrap:wrap;gap:10px;align-items:flex-start}.cart-item-image{width:72px;height:72px}.cart-item-info{flex:1;min-width:140px}.cart-item-price,.cart-item-subtotal{width:auto}.cart-footer{flex-direction:column;align-items:stretch;gap:12px;position:sticky;bottom:0;background:#fff;padding:12px 0}.btn-checkout{width:100%;text-align:center}.auth-page{margin:20px 10px;padding:20px 16px;max-width:none}.user-center{flex-direction:column;margin:10px auto}.user-center-sidebar{width:100%;display:flex;flex-wrap:wrap;gap:6px;padding:10px}.user-center-sidebar h3{width:100%;margin-bottom:6px}.user-center-sidebar a{padding:8px 12px;background:var(--light-gray);border-radius:20px;font-size:13px}.user-center-content{padding:14px}.order-card-header{flex-direction:column;gap:6px;align-items:flex-start}.order-card-footer{flex-direction:column;gap:10px;align-items:stretch}.order-card-actions{flex-wrap:wrap}.address-card{flex-direction:column;align-items:flex-start;gap:10px}.checkout-address-item{width:100%}.checkout-page{padding:12px}.modal{width:94%;padding:20px 16px;max-height:85vh}.toast{left:12px;right:12px;top:12px;text-align:center}}@media(max-width:480px){.product-grid,.product-grid-5{grid-template-columns:repeat(2,1fr);gap:8px}.product-card-image{height:130px}.product-card-info{padding:8px}.product-card-button{font-size:12px;padding:7px}.footer-inner{grid-template-columns:1fr}.advantages-grid{grid-template-columns:1fr 1fr}.banner-carousel{aspect-ratio:16 / 9;min-height:0;height:auto}.header-logo{font-size:16px}.promo-bar{font-size:11px}}@media(min-width:1100px){.product-grid{grid-template-columns:repeat(4,1fr)}.product-grid-5{grid-template-columns:repeat(5,1fr)}}.floating-toolbar{position:fixed;right:24px;bottom:32px;z-index:999;display:flex;flex-direction:column;gap:14px;transition:transform .28s ease,opacity .28s ease}.floating-toolbar.is-hidden{transform:translateY(120%);opacity:0;pointer-events:none}.toolbar-btn{width:48px;height:48px;border:none;border-radius:50%;background:#fff;color:#666;box-shadow:0 2px 8px #0000001f;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s,box-shadow .15s,background .15s;padding:0}.toolbar-btn:hover{transform:translateY(-2px);box-shadow:0 4px 14px #00000029;color:var(--primary)}.toolbar-btn:active{transform:scale(.96)}.toolbar-ico{font-size:20px;line-height:1}.toolbar-btn.top-btn{display:none;background:var(--primary);color:#fff}.toolbar-btn.top-btn.is-visible{display:flex}.toolbar-btn.top-btn .toolbar-ico{font-size:22px;font-weight:700;color:#fff}.mobile-tabbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:998;height:56px;padding-bottom:env(safe-area-inset-bottom,0);background:#fff;border-top:1px solid var(--border);box-shadow:0 -2px 12px #0000000f;transition:transform .28s ease}.mobile-tabbar.is-hidden{transform:translateY(110%)}.mobile-tabbar a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:11px;color:var(--text-light);text-decoration:none;min-width:0;padding:6px 4px}.mobile-tabbar a .tab-ico{font-size:18px;line-height:1}.mobile-tabbar a.active{color:var(--primary);font-weight:600}.mobile-tabbar a:active{background:var(--light-gray)}.kefu-modal{max-width:360px}.kefu-line{font-size:18px;font-weight:600;margin:12px 0 8px;text-align:center}.kefu-hint{font-size:13px;color:var(--text-light);text-align:center;margin-bottom:8px}@media(max-width:768px){.floating-toolbar{display:none}.mobile-tabbar{display:flex}body{padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}.product-detail-actions,.cart-footer{bottom:calc(56px + env(safe-area-inset-bottom,0px))}}@media(min-width:769px){.mobile-tabbar{display:none!important}}
