.mobile-menu-btn{display:none;width:40px;height:40px;border:none;background:#fff;cursor:pointer;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.mobile-menu-btn::before{content:"☰";font-size:18px;color:#333}.mobile-menu-btn.active{background:#e30613}.mobile-menu-btn.active::before{content:"✕";color:#fff}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:9999;padding:80px 20px 20px}.mobile-menu-overlay.show{display:block}.mobile-menu-list{list-style:none;padding:0;margin:0}.mobile-menu-list li{margin-bottom:10px}.mobile-menu-list a{display:block;padding:16px 20px;font-size:18px;color:#333;text-decoration:none;background:#f8f9fa;border-radius:8px;border-left:4px solid transparent;transition:all .2s}.mobile-menu-list a:hover{border-left-color:#e30613;background:#fff;color:#e30613}@media(max-width:768px){.mobile-menu-btn{display:block}.quick-links{display:none}}body.menu-open{overflow:hidden}.product-grid{list-style:none;padding:0;margin:0;margin-top:.5rem}.product-grid li{float:left;padding:0 5px 20px}.product-grid .card.product{border:1px solid #ddd;border-radius:12px;overflow:hidden;background:#fff;display:block;text-decoration:none;height:280px}.product-grid .card.product:hover{box-shadow:0 2px 8px rgba(0,0,0,.1);text-decoration:none}.product-grid .card.product img{width:100%;height:160px;object-fit:contain;display:block}.product-grid .card.product .product-content{padding:15px;height:104px;display:flex;align-items:center}.product-grid .card.product .product-content h3{margin:0;line-height:1.3;color:#e30613;font-weight:800}.product-grid .card.product .product-content a{text-decoration:none;color:inherit}.product-grid:after{content:"";display:table;clear:both}.card-button{display:inline-block;background:#e30613;border-radius:4px;padding:8px 16px}.card-button h4{margin:0;font-size:14px}.card-button a{color:#fff;text-decoration:none;font-weight:400}.card-button:hover{background:#c10512}