:root{
  --dxh-red:#e30613;
  --dxh-red-dark:#ba0010;
  --dxh-black:#111315;
  --dxh-text:#1e2227;
  --dxh-muted:#69717a;
  --dxh-line:#e8ebef;
  --dxh-soft:#f6f7f9;
}
body.tpa-site{background:#fff;color:var(--dxh-text)}
.tpa-container{width:min(1240px,calc(100% - 32px));margin-inline:auto}

/* Header */
.dxh-site-header{position:relative;z-index:80;background:#fff;box-shadow:0 1px 0 rgba(15,20,25,.08)}
.dxh-topbar{background:#111315;color:#fff;font-size:12px}
.dxh-topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.dxh-topbar-left,.dxh-topbar-right{display:flex;align-items:center;gap:18px}
.dxh-topbar a{color:rgba(255,255,255,.86);display:inline-flex;align-items:center;gap:7px;text-decoration:none}
.dxh-topbar a:hover{color:#fff}
.dxh-topbar .tpa-icon{width:14px;height:14px}
.dxh-header-main{background:#fff}
.dxh-header-main-inner{min-height:92px;display:grid;grid-template-columns:280px minmax(320px,1fr) auto;align-items:center;gap:32px}
.dxh-brand{display:inline-flex;align-items:center;gap:11px;color:#15171a;text-decoration:none;min-width:0}
.dxh-site-logo{display:block;width:220px;height:auto;max-height:68px;object-fit:contain;object-position:left center}
.dxh-brand.is-mobile .dxh-site-logo{width:158px;max-height:58px}
.dxh-brand.is-footer .dxh-site-logo{width:205px;max-height:88px}
.dxh-brand-mark{width:44px;height:44px;display:grid;place-items:center;border:2px solid var(--dxh-red);border-radius:50%;color:var(--dxh-red);flex:none}
.dxh-brand-mark .tpa-icon{width:25px;height:25px}
.dxh-brand-copy{display:flex;flex-direction:column;min-width:0}
.dxh-brand-copy strong{font-size:23px;line-height:1;font-weight:950;letter-spacing:-.055em;white-space:nowrap}
.dxh-brand-copy strong span{color:var(--dxh-red)}
.dxh-brand-copy small{margin-top:6px;font-size:9px;line-height:1.1;font-weight:800;letter-spacing:.04em;color:#555f68;white-space:nowrap}
.dxh-search{height:44px;display:grid;grid-template-columns:minmax(0,1fr) 48px;border:1px solid #dfe3e8;border-radius:8px;overflow:hidden;background:#fff;transition:border-color .2s,box-shadow .2s}
.dxh-search:focus-within{border-color:#ff9ca2;box-shadow:0 0 0 3px rgba(227,6,19,.08)}
.dxh-search input{min-width:0;border:0!important;box-shadow:none!important;outline:0;padding:0 15px;font-size:13px;background:transparent;color:#20252a}
.dxh-search button{border:0;background:var(--dxh-red);color:#fff;display:grid;place-items:center;cursor:pointer}
.dxh-search button:hover{background:var(--dxh-red-dark)}
.dxh-search .tpa-icon{width:19px;height:19px}
.dxh-header-actions{display:flex;align-items:center;gap:18px}
.dxh-header-action{position:relative;min-width:52px;display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;color:#20252a}
.dxh-header-action>span{position:relative;height:23px;display:grid;place-items:center}
.dxh-header-action .tpa-icon{width:21px;height:21px}
.dxh-header-action small{font-size:10px;font-weight:700;white-space:nowrap}
.dxh-header-action:hover{color:var(--dxh-red)}
.dxh-cart-action b{position:absolute;right:-11px;top:-8px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--dxh-red);color:#fff;font-size:9px;line-height:17px;text-align:center}
.dxh-mobile-menu{display:none;width:42px;height:42px;border:0;border-radius:8px;background:var(--dxh-red);color:#fff;place-items:center}
.dxh-navbar{background:linear-gradient(90deg,#ef0b17,#d6000d);color:#fff}
.dxh-nav-inner{height:48px;display:flex;align-items:stretch}
.dxh-category-trigger{width:205px;display:flex;align-items:center;gap:9px;padding:0 16px;background:rgba(143,0,8,.32);color:#fff;text-decoration:none;font-size:13px;font-weight:800;white-space:nowrap}
.dxh-category-trigger .tpa-icon{width:19px;height:19px}
.dxh-site-header .tpa-primary-nav{flex:1;min-width:0}
.dxh-site-header .tpa-primary-nav>ul{height:48px;margin:0;padding:0;display:flex;align-items:stretch;list-style:none}
.dxh-site-header .tpa-nav-item{height:48px}
.dxh-site-header .tpa-nav-control{height:48px;display:flex;align-items:stretch}
.dxh-site-header .tpa-nav-control>a{min-height:48px;padding:0 13px;display:flex;align-items:center;gap:7px;color:#fff!important;font-size:12px;font-weight:750;text-decoration:none;border-radius:0;background:transparent!important}
.dxh-site-header .tpa-nav-primary-icon{display:none}
.dxh-site-header .tpa-nav-control>a:hover,.dxh-site-header .tpa-nav-item.is-current>.tpa-nav-control>a{background:rgba(115,0,6,.18)!important}
.dxh-site-header .tpa-submenu-toggle{height:48px;width:24px;margin-left:-9px;color:#fff;border-radius:0}
.dxh-site-header .tpa-submenu-toggle:hover{background:rgba(115,0,6,.18);color:#fff}
.dxh-site-header .tpa-nav-panel{top:calc(100% + 0px);border-color:#eceff2;box-shadow:0 16px 40px rgba(0,0,0,.16)}
.dxh-site-header .tpa-nav-panel-all{color:var(--dxh-red)}

/* Mobile drawer */
.tpa-mobile-drawer-panel{background:#fff!important}
.tpa-mobile-drawer-top{border-bottom:1px solid var(--dxh-line)!important}
.dxh-brand.is-mobile .dxh-brand-mark{width:38px;height:38px}
.dxh-brand.is-mobile .dxh-brand-copy strong{font-size:18px}
.dxh-brand.is-mobile .dxh-brand-copy small{font-size:8px}
.dxh-search.is-mobile{margin:14px 16px}
.tpa-mobile-drawer-intro span{color:var(--dxh-red)!important}
.tpa-mobile-nav-icon{color:var(--dxh-red)!important}
.dxh-mobile-call{margin:18px 16px 0;padding:12px 14px;border-radius:8px;background:var(--dxh-red);color:#fff!important;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:800}
.dxh-mobile-call .tpa-icon{width:18px;height:18px}

/* Footer */
.dxh-footer{margin-top:0;background:#121416;color:#d8dde2}
.dxh-footer-grid{display:grid;grid-template-columns:1.35fr .85fr .9fr 1fr;gap:44px;padding-top:54px;padding-bottom:45px}
.dxh-footer .dxh-brand{color:#fff}
.dxh-footer .dxh-brand-mark{border-color:#fff;color:#fff}
.dxh-footer .dxh-brand-copy strong span{color:#ff3340}
.dxh-footer .dxh-brand-copy small{color:#aab1b8}
.dxh-footer-brand>p{max-width:390px;margin:22px 0;color:#aeb5bc;font-size:13px;line-height:1.7}
.dxh-footer-contact{display:grid;gap:11px}
.dxh-footer-contact a,.dxh-footer-contact>span{display:flex;align-items:center;gap:9px;color:#d8dde2;text-decoration:none;font-size:13px}
.dxh-footer-contact .tpa-icon{width:16px;height:16px;color:#fff}
.dxh-footer-column h2{margin:0 0 18px;color:#fff;font-size:15px;line-height:1.2}
.dxh-footer-column ul{list-style:none;margin:0;padding:0;display:grid;gap:11px}
.dxh-footer-column a{color:#b9c0c7;text-decoration:none;font-size:13px;line-height:1.45}
.dxh-footer-column a:hover{color:#fff}
.dxh-branch-item{display:grid;gap:4px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.09)}
.dxh-branch-item strong{font-size:13px;color:#fff}
.dxh-branch-item span,.dxh-footer-branches>p{font-size:12px;line-height:1.55;color:#aab1b8}
.dxh-footer-button{display:inline-flex!important;margin-top:4px;padding:10px 13px;border-radius:6px;background:var(--dxh-red);color:#fff!important;font-weight:800!important}
.dxh-footer-bottom{border-top:1px solid rgba(255,255,255,.09)}
.dxh-footer-bottom .tpa-container{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#8e969e;font-size:11px}
.dxh-footer-bottom div>div{display:flex;gap:18px}
.dxh-footer-bottom a{color:#aeb5bc;text-decoration:none}

@media (max-width:1100px){
  .dxh-header-main-inner{grid-template-columns:250px minmax(260px,1fr) auto;gap:20px}
  .dxh-brand-copy strong{font-size:20px}
  .dxh-header-actions{gap:10px}
  .dxh-site-header .tpa-nav-control>a{padding-inline:9px;font-size:11px}
  .dxh-category-trigger{width:180px;padding-inline:12px;font-size:12px}
  .dxh-footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:32px}.dxh-footer-branches{grid-column:1/-1}
}
@media (max-width:820px){
  .dxh-topbar-right{display:none}
  .dxh-header-main-inner{min-height:72px;grid-template-columns:1fr auto;gap:12px}
  .dxh-header-main .dxh-search{grid-column:1/-1;grid-row:2;margin-bottom:12px}
  .dxh-header-actions .dxh-header-action{display:none}
  .dxh-mobile-menu{display:grid}
  .dxh-navbar{display:none}
  .dxh-footer-grid{grid-template-columns:1fr 1fr;padding-top:42px}.dxh-footer-brand{grid-column:1/-1}.dxh-footer-branches{grid-column:auto}
}
@media (max-width:560px){
  .tpa-container{width:min(100% - 24px,1240px)}
  .dxh-topbar-inner{min-height:31px}.dxh-topbar-left a:nth-child(2){display:none}
  .dxh-header-main-inner{min-height:66px}
  .dxh-brand-mark{width:38px;height:38px}.dxh-brand-mark .tpa-icon{width:21px;height:21px}.dxh-brand-copy strong{font-size:18px}.dxh-brand-copy small{font-size:7.5px}
  .dxh-header-main .dxh-search{height:42px}
  .dxh-footer-grid{grid-template-columns:1fr;gap:30px}.dxh-footer-brand,.dxh-footer-branches{grid-column:auto}
  .dxh-footer-bottom .tpa-container{padding:15px 0;min-height:0;align-items:flex-start;flex-direction:column}.dxh-footer-bottom div>div{flex-wrap:wrap}
}
