
/* LEDFRAMES v309 — final non-destructive polish layer */
:root{
  --lf-bg:#000;
  --lf-panel:#0d0f13;
  --lf-panel-2:#15181e;
  --lf-border:rgba(255,255,255,.13);
  --lf-text:#f7f8fa;
  --lf-muted:#a4aab4;
  --lf-danger:#ff4b55;
  --lf-success:#66d98b;
}
html{scroll-behavior:smooth}
body{overflow-x:hidden;background:#000;color:var(--lf-text)}
.skip-link{
  position:fixed;left:12px;top:12px;z-index:99999;
  transform:translateY(-180%);padding:10px 14px;border-radius:10px;
  background:#fff;color:#000;font-weight:800;text-decoration:none
}
.skip-link:focus{transform:none}
:focus-visible{outline:3px solid #fff;outline-offset:3px}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
button:disabled{cursor:not-allowed;opacity:.62}
.home-topline,.home-nav{background:#000!important}
.home-nav{position:sticky!important;top:0;z-index:1000}
.home-topline{position:relative;z-index:1001}
.nav .container{min-height:68px}
.menu a,.nav-actions a{min-height:44px;display:inline-flex;align-items:center}
.mobile-menu-toggle{
  display:none;width:44px;height:44px;border:1px solid var(--lf-border);
  border-radius:12px;background:#0d0f13;color:#fff;font-size:22px
}
.footer{border-top:1px solid var(--lf-border)}
.footer a{color:inherit}
.footer a:hover{text-decoration:underline}
.footer .signup-form{position:relative}
.footer .signup-form small{display:block;margin-top:7px;color:var(--lf-muted);font-size:11px}
.honeypot-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.legal-shell{max-width:960px;margin:0 auto;padding:42px 22px 76px}
.legal-shell h1{font-size:clamp(34px,6vw,62px);margin:0 0 12px}
.legal-shell h2{margin-top:34px}
.legal-shell p,.legal-shell li{color:#d5d8de;line-height:1.72}
.legal-shell a{color:#fff}
.store-card,.product-card,.collection-card{content-visibility:auto;contain-intrinsic-size:420px}
.store-card-image img{aspect-ratio:16/10}
.deal-tier-card{font-size:13px}
.cart-line-info,.cart-line-info strong{min-width:0}
.cart-line-info strong{overflow-wrap:anywhere}
.checkout-page-modern .store-cart-line button,
.checkout-page-modern .cart-qty-control{display:none!important}
.checkout-page-modern .store-cart-line{grid-template-columns:92px 1fr auto!important;min-height:96px!important;padding:12px!important}
.checkout-page-modern .cart-line-media{width:92px!important;height:68px!important}
.checkout-form-modern input:user-invalid,
.checkout-form-modern select:user-invalid,
.checkout-form-modern textarea:user-invalid{border-color:var(--lf-danger)!important}
.checkout-form-modern input:user-valid,
.checkout-form-modern select:user-valid{border-color:rgba(102,217,139,.45)!important}
.checkout-progress{
  display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:0 0 18px
}
.checkout-progress span{
  padding:9px;text-align:center;border-radius:10px;background:#15181e;
  color:var(--lf-muted);font-size:12px;font-weight:800
}
.checkout-progress span.active{background:#fff;color:#000}
.checkout-draft-note{margin:0 0 16px;color:var(--lf-muted);font-size:12px}
.form-inline-error{display:block;margin-top:5px;color:#ff9399;font-size:12px}
.site-toast{max-width:min(420px,calc(100vw - 28px))}
.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.faq-grid details{
  border:1px solid var(--lf-border);border-radius:16px;background:#0d0f13;padding:16px
}
.faq-grid summary{cursor:pointer;font-weight:850}
.faq-grid p{color:var(--lf-muted);line-height:1.6}
.error-page{
  min-height:65vh;display:grid;place-items:center;text-align:center;padding:40px 20px
}
.error-page h1{font-size:clamp(66px,14vw,150px);margin:0}
.error-page p{color:var(--lf-muted)}
.admin-warning{border-color:#e0a52d!important}
.admin-success{padding:12px;border:1px solid rgba(102,217,139,.45);border-radius:12px;color:#b8f5ca;background:rgba(102,217,139,.08)}
.admin-order-history{display:grid;gap:8px;margin-top:12px}
.admin-order-history div{padding:9px 11px;border-left:2px solid #fff;background:rgba(255,255,255,.035)}
.system-status{
  display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;
  border:1px solid var(--lf-border);font-size:12px;color:var(--lf-muted)
}
.system-status::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--lf-success)}
@media(max-width:900px){
  .mobile-menu-toggle{display:inline-grid;place-items:center}
  .home-nav .container{position:relative;gap:10px}
  .home-nav .menu{
    display:none!important;position:absolute;top:calc(100% + 1px);left:12px;right:12px;
    padding:10px;border:1px solid var(--lf-border);border-radius:16px;
    background:#08090c;box-shadow:0 22px 60px rgba(0,0,0,.65)
  }
  .home-nav .menu.mobile-open{display:grid!important}
  .home-nav .menu a{width:100%;padding:11px 12px;border-radius:10px}
  .home-nav .menu a:hover{background:#171a20}
  .faq-grid{grid-template-columns:1fr}
}
@media(max-width:720px){
  .home-topline-grid{grid-template-columns:1fr!important;text-align:center}
  .home-topline-grid span:nth-child(2),.home-topline-grid span:nth-child(3){display:none}
  .home-logo{font-size:22px!important}
  .checkout-progress{grid-template-columns:1fr}
  .checkout-progress span{display:none}
  .checkout-progress span.active{display:block}
  .checkout-page-modern .store-cart-line{grid-template-columns:76px 1fr!important}
  .checkout-page-modern .cart-line-media{width:76px!important;height:58px!important}
  .footer-grid-v2{grid-template-columns:1fr!important}
  .legal-shell{padding:28px 16px 60px}
}
@media(max-width:420px){
  .nav .container{padding-inline:12px}
  .cart-icon-link{width:42px;height:42px}
  .store-card-actions{grid-template-columns:1fr!important}
  .btn{white-space:normal}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}
}

/* v311 brand catalog restoration */
.brand-products{margin-top:24px!important}
.brand-products .store-card-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.brand-products h3 a{color:inherit;text-decoration:none}
.brand-products h3 a:hover{text-decoration:underline}
.brand-products .deal-tier-card{margin:12px 0 18px}
@media(max-width:620px){.brand-products .store-card-actions{grid-template-columns:1fr!important}}


/* LEDFRAMES v312 — footer links must always remain clickable */
.site-footer-v312{
  position:relative!important;
  z-index:2147483000!important;
  isolation:isolate!important;
  overflow:visible!important;
  pointer-events:auto!important;
  transform:translateZ(0)!important;
  background:#000!important;
}
.site-footer-v312::before,
.site-footer-v312::after,
.site-footer-v312 .container::before,
.site-footer-v312 .container::after{
  display:none!important;
  content:none!important;
  pointer-events:none!important;
}
.site-footer-v312,
.site-footer-v312 *{
  pointer-events:auto!important;
}
.site-footer-v312 .footer-grid-v2{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:42px!important;
}
.site-footer-v312 .footer-column{
  position:relative!important;
  z-index:3!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:12px!important;
  min-width:0!important;
}
.site-footer-v312 .footer-column h2{
  margin:0 0 4px!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.25!important;
  text-transform:uppercase!important;
}
.site-footer-v312 .footer-column h2 a,
.site-footer-v312 .footer-column > a{
  position:relative!important;
  z-index:4!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  color:#f4f5f7!important;
  text-decoration:none!important;
  cursor:pointer!important;
  touch-action:manipulation!important;
  user-select:auto!important;
}
.site-footer-v312 .footer-column > a:hover,
.site-footer-v312 .footer-column h2 a:hover{
  color:#fff!important;
  text-decoration:underline!important;
  text-underline-offset:4px!important;
}
.site-footer-v312 .footer-column p,
.site-footer-v312 .footer-column address{
  margin:0!important;
  color:#d6d9df!important;
  font-style:normal!important;
  line-height:1.55!important;
}
.site-footer-v312 .signup-form{
  display:grid!important;
  grid-template-columns:1fr 48px!important;
  width:100%!important;
  max-width:320px!important;
}
.site-footer-v312 .signup-form input,
.site-footer-v312 .signup-form button{
  position:relative!important;
  z-index:5!important;
  pointer-events:auto!important;
}
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
@media(max-width:900px){
  .site-footer-v312 .footer-grid-v2{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:620px){
  .site-footer-v312 .footer-grid-v2{
    grid-template-columns:1fr!important;
    gap:30px!important;
  }
}


/* LEDFRAMES v322 — catalog/footer layout patch */
.modern-catalog-page .store-grid,
.modern-catalog-page .catalog-four-column-grid,
.brand-page .brand-products,
body[data-brand-page="1"] .brand-products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}

.modern-catalog-page .store-card,
.brand-page .brand-products .product-card,
body[data-brand-page="1"] .brand-products .product-card{
  min-width:0!important;
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
}

.modern-catalog-page .store-card-body,
.brand-page .brand-products .product-card>div,
body[data-brand-page="1"] .brand-products .product-card>div{
  flex:1!important;
}

.modern-catalog-page .store-card-body,
.modern-catalog-page .store-card-body h3,
.modern-catalog-page .store-card-body p,
.modern-catalog-page .store-card-body a,
.modern-catalog-page .store-card-body button,
.modern-catalog-page .store-card-body strong,
.modern-catalog-page .store-card-body span,
.brand-page .brand-products,
body[data-brand-page="1"] .brand-products{
  font-family:inherit!important;
}

.modern-catalog-page .store-card-body h3,
.brand-page .brand-products h3,
body[data-brand-page="1"] .brand-products h3{
  font-size:17px!important;
  line-height:1.3!important;
  min-height:44px!important;
  margin:0 0 10px!important;
}

.modern-catalog-page .store-kicker,
.modern-catalog-page .store-card-customize,
.modern-catalog-page .store-add-button,
.brand-page .brand-products .btn,
body[data-brand-page="1"] .brand-products .btn{
  font-size:12px!important;
  line-height:1.35!important;
}

/* Newsletter is intentionally removed from the footer. */
.site-footer-v312 .footer-signup{display:none!important}
.site-footer-v312 .footer-grid-v2{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:clamp(32px,7vw,110px)!important;
}
.site-footer-v312 .footer-column,
.site-footer-v312 .footer-column h2,
.site-footer-v312 .footer-column h2 a,
.site-footer-v312 .footer-column>a,
.site-footer-v312 .footer-column p,
.site-footer-v312 .footer-column address{
  font-size:14px!important;
  line-height:1.55!important;
}
.site-footer-v312 .footer-column h2{
  min-height:24px!important;
  margin:0 0 6px!important;
}

/* Car brand directory: four equal items per row on desktop. */
.modern-catalog-page .shop-brand-icons-all,
.modern-catalog-page .brand-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}

@media(max-width:1100px){
  .modern-catalog-page .store-grid,
  .modern-catalog-page .catalog-four-column-grid,
  .brand-page .brand-products,
  body[data-brand-page="1"] .brand-products{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:820px){
  .modern-catalog-page .store-grid,
  .modern-catalog-page .catalog-four-column-grid,
  .brand-page .brand-products,
  body[data-brand-page="1"] .brand-products,
  .modern-catalog-page .shop-brand-icons-all,
  .modern-catalog-page .brand-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .site-footer-v312 .footer-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:560px){
  .modern-catalog-page .store-grid,
  .modern-catalog-page .catalog-four-column-grid,
  .brand-page .brand-products,
  body[data-brand-page="1"] .brand-products{
    grid-template-columns:1fr!important;
  }
  .site-footer-v312 .footer-grid-v2{grid-template-columns:1fr!important}
}
