.footer-text{color:#cbd5e1;line-height:1.7}.site-header .brand img,.footer-logo img,.logo-wrap img{display:block}.cart-icon-btn,.btn-chip,.nav-toggle{cursor:pointer}.nav-open{overflow:hidden}.table-responsive{width:100%;overflow:auto}.responsive-media{max-width:100%;height:auto}.input-wide,.price-input{min-width:0;width:100%}


/* shared footer fix */
.site-footer{margin-top:auto;background:#0e2238;color:#fff;padding:54px 0 24px;overflow:hidden}
.site-footer .container{max-width:1280px;margin:0 auto;padding:0 24px}
.site-footer .footer-grid{display:grid;grid-template-columns:minmax(0,1.2fr) repeat(3,minmax(0,1fr));gap:36px;align-items:flex-start}
.site-footer .footer-logo{display:flex;align-items:center;min-height:46px;max-width:240px}
.site-footer .footer-logo img{display:block;max-width:220px!important;max-height:46px!important;width:auto!important;height:auto!important;object-fit:contain}
.site-footer .logo-fallback{font-size:28px;font-weight:700;color:#ffffff;line-height:1}
.site-footer .logo-fallback span{color:#00aeef}
.site-footer .footer-title{font-size:16px;font-weight:700;margin:0 0 16px;color:#fff}
.site-footer .footer-links,.site-footer .footer-contact{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.site-footer .footer-links li,.site-footer .footer-contact li{list-style:none;margin:0;padding:0}
.site-footer .footer-links a,.site-footer .footer-contact li,.site-footer .footer-text{color:#d6dfeb;font-size:14px;line-height:1.7;text-decoration:none}
.site-footer .footer-contact li{display:flex;align-items:flex-start;gap:10px;min-width:0}
.site-footer .footer-contact i{font-size:16px;line-height:1.2;flex:0 0 16px;margin-top:2px}
.site-footer .footer-note{display:block;width:100%;margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);text-align:center!important;color:#95a4b8;font-size:13px}
@media (max-width:900px){
  .site-footer .footer-grid{grid-template-columns:1fr;gap:24px}
  .site-footer{padding:42px 0 24px}
  .site-footer .footer-logo{max-width:220px}
}
