:root{--cqc-green:#9cff18;--cqc-bg:#050805;--cqc-panel:#081008;--cqc-card:#0c130c;--cqc-text:#fff;--cqc-muted:#aeb8ae;--cqc-line:rgba(156,255,24,.22);--cqc-header-height:86px}
.cqc-armory-header,.cqc-armory-header *{box-sizing:border-box}.cqc-armory-header{position:relative;z-index:999999;width:100%;color:var(--cqc-text);font-family:Arial,Helvetica,sans-serif}.cqc-armory-sticky .cqc-armory-header{position:sticky;top:0}.admin-bar.cqc-armory-sticky .cqc-armory-header{top:32px}.cqc-armory-bar{position:relative;z-index:4;min-height:var(--cqc-header-height);display:grid;grid-template-columns:minmax(150px,240px) minmax(0,1fr) auto;align-items:center;gap:22px;padding:0 28px;background:rgba(5,8,5,.98);border-bottom:1px solid var(--cqc-line)}.cqc-armory-home-overlay .cqc-armory-header{margin-bottom:calc(var(--cqc-header-height)*-1)}.cqc-armory-home-overlay .cqc-armory-bar{background:linear-gradient(to bottom,rgba(0,0,0,.88),rgba(0,0,0,.16));border-bottom-color:rgba(255,255,255,.1)}
.cqc-armory-logo{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none}.cqc-armory-logo img{max-width:220px;max-height:62px;width:auto;display:block;object-fit:contain}.cqc-armory-logo>span{font-size:30px;font-weight:950;color:var(--cqc-green);letter-spacing:1px}.cqc-armory-logo>small{font-size:11px;font-weight:900;letter-spacing:3px}
.cqc-armory-nav{height:var(--cqc-header-height);display:flex;justify-content:center;align-items:stretch;min-width:0}.cqc-armory-trigger-wrap{position:static;display:flex;align-items:stretch}.cqc-armory-trigger{position:relative;display:flex;align-items:center;gap:5px;padding:0 10px;color:#fff;text-decoration:none;font-size:11px;font-weight:950;letter-spacing:.55px;text-transform:uppercase;white-space:nowrap}.cqc-armory-trigger:after{content:"";position:absolute;left:10px;right:10px;bottom:20px;height:2px;background:var(--cqc-green);transform:scaleX(0);transition:.2s}.cqc-armory-trigger:hover,.cqc-armory-trigger[aria-expanded=true]{color:var(--cqc-green)}.cqc-armory-trigger:hover:after,.cqc-armory-trigger[aria-expanded=true]:after{transform:scaleX(1)}
.cqc-armory-actions{display:flex;align-items:center;gap:8px}.cqc-armory-icon,.cqc-armory-mobile-toggle{position:relative;width:42px;height:42px;margin:0;padding:0;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.04);color:#fff;text-decoration:none;font-size:20px;cursor:pointer}.cqc-armory-icon:hover,.cqc-armory-mobile-toggle:hover{border-color:var(--cqc-green);color:var(--cqc-green)}.cqc-armory-cart .cqc-cart-count{position:absolute;top:-6px;right:-6px;min-width:19px;height:19px;padding:0 4px;display:grid;place-items:center;border-radius:99px;background:var(--cqc-green);color:#061006;font-size:10px;font-weight:950}
.cqc-armory-mega{position:absolute;z-index:3;top:100%;left:0;width:100%;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-8px);background:var(--cqc-panel);border-top:1px solid var(--cqc-line);border-bottom:1px solid var(--cqc-line);box-shadow:0 32px 80px rgba(0,0,0,.62);transition:opacity .18s,transform .18s,visibility .18s}.cqc-armory-trigger-wrap:hover>.cqc-armory-mega,.cqc-armory-trigger-wrap:focus-within>.cqc-armory-mega,.cqc-armory-mega.is-open{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.cqc-armory-mega-inner{width:min(1700px,100%);margin:auto;padding:28px}.cqc-armory-mega-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.cqc-armory-mega-heading small,.cqc-armory-promo small{color:var(--cqc-green);font-size:10px;font-weight:950;letter-spacing:2px}.cqc-armory-mega-heading h2{margin:5px 0 0;color:#fff;font-size:clamp(24px,3vw,42px);line-height:1;text-transform:uppercase}.cqc-armory-mega-heading>a{color:#fff;text-decoration:none;font-size:12px;font-weight:900;text-transform:uppercase}.cqc-armory-mega-heading>a span{color:var(--cqc-green)}
.cqc-armory-mega-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:18px}.cqc-armory-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-content:start;max-height:500px;overflow:auto;padding-right:4px}.cqc-armory-category-card{display:grid;grid-template-columns:84px minmax(0,1fr);min-height:88px;border:1px solid rgba(255,255,255,.09);border-radius:11px;overflow:hidden;background:var(--cqc-card);cursor:pointer;transition:transform .2s,border-color .2s,background .2s}.cqc-armory-category-card:hover,.cqc-armory-category-card:focus-within{transform:translateX(3px);border-color:var(--cqc-green);background:#101910}.cqc-armory-category-image{position:relative;height:100%;min-height:88px;display:block;overflow:hidden;background:#111}.cqc-armory-category-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s}.cqc-armory-category-card:hover .cqc-armory-category-image img{transform:scale(1.07)}.cqc-armory-image-fallback{width:100%;height:100%;display:grid;place-items:center;color:rgba(156,255,24,.45);font-weight:950}.cqc-armory-image-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent 60%)}.cqc-armory-card-number{position:absolute;left:10px;bottom:8px;color:var(--cqc-green);font-size:10px;font-weight:950}.cqc-armory-category-content{align-self:center;padding:12px;min-width:0}.cqc-armory-category-title{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;color:#fff;text-decoration:none}.cqc-armory-category-title strong{font-size:12px;line-height:1.2;text-transform:uppercase}.cqc-armory-category-title span{color:var(--cqc-green)}.cqc-armory-sublinks{display:flex;flex-wrap:wrap;gap:4px 8px;margin-top:7px}.cqc-armory-sublinks a{color:var(--cqc-muted);font-size:9px;text-decoration:none}.cqc-armory-sublinks a:hover{color:var(--cqc-green)}.cqc-armory-category-card--empty{grid-template-columns:1fr;min-height:110px}.cqc-armory-category-card--empty p{margin:8px 0 0;color:var(--cqc-muted);font-size:11px}
.cqc-armory-promo-grid{display:grid;grid-template-rows:repeat(3,minmax(130px,1fr));gap:10px}.cqc-armory-promo{position:relative;display:block;overflow:hidden;border:1px solid var(--cqc-line);border-radius:12px;background:#0a100a;color:#fff;text-decoration:none;transition:transform .2s,border-color .2s}.cqc-armory-promo:hover{transform:translateY(-2px);border-color:var(--cqc-green)}.cqc-armory-promo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s}.cqc-armory-promo:hover img{transform:scale(1.06)}.cqc-armory-promo-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,7,3,.96),rgba(3,7,3,.65),rgba(3,7,3,.18))}.cqc-armory-promo-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;padding:17px}.cqc-armory-promo strong{margin-top:5px;color:#fff;font-size:17px;line-height:1.1;text-transform:uppercase}.cqc-armory-promo em{margin:7px 0;color:#c3ccc3;font-size:10px;line-height:1.35;font-style:normal}.cqc-armory-promo b{color:var(--cqc-green);font-size:9px;text-transform:uppercase}
.cqc-armory-search{position:absolute;z-index:5;top:100%;left:0;width:100%;padding:22px;background:var(--cqc-bg);border-bottom:1px solid var(--cqc-line)}.cqc-armory-search form{width:min(1100px,100%);margin:auto}.cqc-armory-search label{display:block;margin-bottom:9px;color:var(--cqc-green);font-size:11px;font-weight:900;text-transform:uppercase}.cqc-armory-search form>div{display:grid;grid-template-columns:1fr auto auto;gap:8px}.cqc-armory-search input[type=search]{min-width:0;height:50px;margin:0;padding:0 15px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#0d130d;color:#fff;box-shadow:none}.cqc-armory-search button{height:50px;margin:0;padding:0 17px;border:1px solid var(--cqc-green);border-radius:10px;background:var(--cqc-green);color:#061006;font-weight:950;cursor:pointer}.cqc-armory-search button:last-child{min-width:50px;background:transparent;color:#fff;font-size:20px}
.cqc-armory-mobile-toggle{display:none;padding:10px}.cqc-armory-mobile-toggle i{display:block;width:20px;height:2px;margin:2px 0;background:currentColor}.cqc-armory-mobile-drawer{position:fixed;z-index:1000002;top:0;right:0;width:min(92vw,420px);height:100dvh;padding:20px;overflow:auto;visibility:hidden;transform:translateX(105%);background:var(--cqc-bg);border-left:1px solid var(--cqc-line);transition:.25s}.cqc-armory-mobile-drawer.is-open{visibility:visible;transform:translateX(0)}.cqc-armory-mobile-head,.cqc-armory-mobile-row{display:flex;align-items:center;justify-content:space-between}.cqc-armory-mobile-head{padding-bottom:17px;border-bottom:1px solid rgba(255,255,255,.1)}.cqc-armory-mobile-head strong{color:var(--cqc-green);letter-spacing:2px}.cqc-armory-mobile-head button,.cqc-armory-mobile-row button{width:40px;height:40px;margin:0;padding:0;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:transparent;color:#fff}.cqc-armory-mobile-item{border-bottom:1px solid rgba(255,255,255,.09)}.cqc-armory-mobile-row>a{flex:1;padding:17px 0;color:#fff;font-size:14px;font-weight:900;text-decoration:none;text-transform:uppercase}.cqc-armory-mobile-submenu{padding:0 0 15px 12px}.cqc-armory-mobile-submenu a{display:block;padding:7px 0;color:var(--cqc-muted);text-decoration:none}.cqc-armory-mobile-feature{display:block;margin-top:11px;padding:14px;border:1px solid var(--cqc-line);border-radius:10px;color:var(--cqc-green);font-weight:900;text-decoration:none;text-transform:uppercase}.cqc-armory-shade{position:fixed;z-index:1000001;inset:0;width:100%;height:100%;border:0;background:rgba(0,0,0,.7)}.cqc-hide-flatsome-header #header,.cqc-hide-flatsome-header .header-wrapper{display:none!important}
@media(max-width:1320px){.cqc-armory-bar{grid-template-columns:minmax(130px,190px) minmax(0,1fr) auto;gap:12px;padding-inline:18px}.cqc-armory-trigger{padding-inline:7px;font-size:10px}}
@media(max-width:980px){:root{--cqc-header-height:72px}.admin-bar.cqc-armory-sticky .cqc-armory-header{top:46px}.cqc-armory-bar{grid-template-columns:1fr auto}.cqc-armory-nav,.cqc-armory-icon[aria-label="My account"]{display:none}.cqc-armory-mobile-toggle{display:inline-grid}.cqc-armory-logo img{max-width:170px;max-height:52px}}
@media(max-width:720px){.cqc-armory-category-grid{grid-template-columns:1fr}}
@media(max-width:520px){.cqc-armory-bar{padding-inline:12px}.cqc-armory-actions{gap:5px}.cqc-armory-icon,.cqc-armory-mobile-toggle{width:38px;height:38px}.cqc-armory-search{padding:15px}.cqc-armory-search form>div{grid-template-columns:1fr auto}.cqc-armory-search button[type=submit]{grid-column:1/-1;grid-row:2}}


/* LIVE PRODUCT SEARCH */
.cqc-live-search-results{
  margin-top:12px;
  overflow:hidden;
  border:1px solid var(--cqc-border);
  border-radius:12px;
  background:#071007;
  box-shadow:0 20px 55px rgba(0,0,0,.48);
}
.cqc-live-search-message{padding:22px;color:#c8d0c8;text-align:center;font-size:13px}
.cqc-live-search-results.is-loading .cqc-live-search-message{color:var(--cqc-green)}
.cqc-live-search-results.is-error .cqc-live-search-message{color:#ff9e9e}
.cqc-live-search-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:rgba(255,255,255,.08)}
.cqc-live-product{
  min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:12px;
  padding:11px;background:#091009;color:#fff;text-decoration:none;transition:background .18s ease
}
.cqc-live-product:hover,.cqc-live-product:focus{background:#101a10;color:#fff}
.cqc-live-product-image{width:72px;height:62px;display:block;overflow:hidden;border-radius:8px;background:#111}
.cqc-live-product-image img{width:100%;height:100%;display:block;object-fit:cover}
.cqc-live-product-info{min-width:0;display:flex;flex-direction:column;gap:4px}
.cqc-live-product-info strong{overflow:hidden;color:#fff;font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.cqc-live-product-info small{color:#94a094;font-size:9px}
.cqc-live-product-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.cqc-live-price{color:var(--cqc-green);font-size:12px;font-weight:900}
.cqc-live-product-meta em{font-size:9px;font-style:normal;text-transform:uppercase}
.cqc-live-product-meta em.is-in-stock{color:#baff74}
.cqc-live-product-meta em.is-out-stock{color:#ff9e9e}
.cqc-live-product>b{color:var(--cqc-green);font-size:16px}
.cqc-live-view-all{display:block;padding:13px;color:var(--cqc-green);font-size:11px;font-weight:900;text-align:center;text-decoration:none;text-transform:uppercase;background:#050905;border-top:1px solid rgba(255,255,255,.08)}
.cqc-live-view-all:hover{color:#fff;background:#0d150d}
@media(max-width:760px){.cqc-live-search-grid{grid-template-columns:1fr}.cqc-live-product{grid-template-columns:62px minmax(0,1fr) auto}.cqc-live-product-image{width:62px;height:54px}}


/* =========================================================
   V2.4 COMPACT LOADOUT DROPDOWN REDESIGN
   Keeps the v2.1 header and live search unchanged.
========================================================= */
.cqc-armory-mega{background:
  radial-gradient(circle at 18% 10%,rgba(112,217,0,.10),transparent 32%),
  linear-gradient(135deg,#050805 0%,#080d08 55%,#030503 100%);
  border-color:rgba(112,217,0,.38)}
.cqc-armory-mega-inner{width:min(1540px,100%);padding:20px 24px 22px}
.cqc-compact-topline{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:12px}
.cqc-compact-topline small{display:block;color:var(--cqc-green);font-size:9px;font-weight:950;letter-spacing:2px}
.cqc-compact-topline h2{margin:4px 0 0;color:#fff;font-size:clamp(20px,2vw,30px);line-height:1;text-transform:uppercase}
.cqc-compact-topline>a{color:#fff;font-size:10px;font-weight:950;text-decoration:none;letter-spacing:.7px}
.cqc-compact-topline>a span{color:var(--cqc-green)}
.cqc-compact-hero{display:grid;grid-template-columns:minmax(255px,.8fr) minmax(360px,1.5fr) minmax(250px,.78fr);gap:12px;height:178px}
.cqc-compact-message{display:flex;flex-direction:column;justify-content:center;padding:18px 20px;border:1px solid rgba(112,217,0,.28);border-radius:12px;background:linear-gradient(135deg,rgba(112,217,0,.07),rgba(255,255,255,.015))}
.cqc-compact-message>strong{color:#fff;font-size:clamp(23px,2.3vw,38px);line-height:.88;font-weight:950;letter-spacing:-1.2px}
.cqc-compact-message>b{margin-top:6px;color:transparent;-webkit-text-stroke:1px var(--cqc-green);font-size:clamp(21px,2vw,34px);line-height:.92;font-weight:950;letter-spacing:-1px}
.cqc-compact-message>a{margin-top:13px;align-self:flex-start;padding:8px 11px;border:1px solid var(--cqc-green);border-radius:6px;color:#fff;font-size:8px;font-weight:950;text-decoration:none;letter-spacing:.6px}
.cqc-compact-message>a span{color:var(--cqc-green)}
.cqc-compact-feature{position:relative;display:block;overflow:hidden;border:1px solid rgba(112,217,0,.22);border-radius:12px;background:#0b100b;color:#fff;text-decoration:none}
.cqc-compact-feature img{width:100%;height:100%;display:block;object-fit:contain;object-position:center;transition:transform .35s ease}
.cqc-compact-feature:hover img{transform:scale(1.035)}
.cqc-compact-feature-fallback{width:100%;height:100%;display:grid;place-items:center;color:rgba(112,217,0,.25);font-size:48px;font-weight:950}
.cqc-compact-feature-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.72),transparent 58%)}
.cqc-compact-feature-label{position:absolute;left:14px;right:14px;bottom:12px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
.cqc-compact-feature-label small{color:var(--cqc-green);font-size:8px;font-weight:950;letter-spacing:1.6px}
.cqc-compact-feature-label strong{color:#fff;font-size:15px;text-transform:uppercase}
.cqc-compact-services{display:grid;grid-template-rows:repeat(3,1fr);gap:7px}
.cqc-compact-services .cqc-armory-promo{min-height:0;border-radius:9px}
.cqc-compact-services .cqc-armory-promo-content{padding:9px 12px}
.cqc-compact-services .cqc-armory-promo small{font-size:7px;letter-spacing:1.2px}
.cqc-compact-services .cqc-armory-promo strong{margin-top:2px;font-size:12px}
.cqc-compact-services .cqc-armory-promo em{display:none}
.cqc-compact-services .cqc-armory-promo b{margin-top:3px;font-size:8px}
.cqc-compact-category-head{display:flex;align-items:center;gap:14px;margin:15px 0 8px}
.cqc-compact-category-head strong{color:var(--cqc-green);font-size:10px;letter-spacing:1.4px}
.cqc-compact-category-head span{height:1px;flex:1;background:linear-gradient(90deg,rgba(112,217,0,.45),transparent)}
.cqc-compact-category-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}
.cqc-compact-category-row .cqc-armory-category-card{display:block;min-height:112px;border-radius:9px;transform:none;background:#091009}
.cqc-compact-category-row .cqc-armory-category-card:hover{transform:translateY(-2px)}
.cqc-compact-category-row .cqc-armory-category-image{height:76px;min-height:76px}
.cqc-compact-category-row .cqc-armory-category-image img{object-fit:contain;padding:3px}
.cqc-compact-category-row .cqc-armory-card-number{top:7px;left:8px;bottom:auto;font-size:8px}
.cqc-compact-category-row .cqc-armory-category-content{padding:8px 9px}
.cqc-compact-category-row .cqc-armory-category-title strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cqc-compact-category-row .cqc-armory-category-title span{font-size:11px}
.cqc-compact-category-row .cqc-armory-category-card--empty{grid-column:1/-1;min-height:54px}
.cqc-compact-category-row .cqc-armory-category-card--empty .cqc-armory-category-content{padding:17px}
@media(max-width:1100px){
  .cqc-compact-hero{grid-template-columns:minmax(220px,.8fr) minmax(300px,1.2fr);height:190px}
  .cqc-compact-services{grid-column:1/-1;grid-template-columns:repeat(3,1fr);grid-template-rows:none;height:58px}
  .cqc-compact-category-row{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:980px){.cqc-armory-mega{display:none!important}}

/* =========================================================
   V2.4.2 HOMEPAGE OVERLAY + WHITE TEXT FIX
   Homepage: transparent over the hero image.
   Inner pages: solid black header.
========================================================= */
.cqc-armory-header{
  --cqc-header-black:#050505;
  --cqc-header-white:#ffffff;
  --cqc-header-green:#9cff18;
  color:var(--cqc-header-white)!important;
}

/* Solid, readable header on product, collection, cart and other inner pages. */
.cqc-armory-header .cqc-armory-bar{
  background:var(--cqc-header-black)!important;
  background-image:linear-gradient(180deg,#080808 0%,#030303 100%)!important;
  border-bottom:1px solid rgba(156,255,24,.38)!important;
  box-shadow:0 8px 28px rgba(0,0,0,.42)!important;
  opacity:1!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

/* Homepage overlay: restore the hero image behind the navigation bar. */
.cqc-armory-home-overlay .cqc-armory-header{
  margin-bottom:calc(var(--cqc-header-height) * -1)!important;
}

.cqc-armory-home-overlay .cqc-armory-header .cqc-armory-bar{
  background:linear-gradient(180deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.28) 58%,rgba(0,0,0,0) 100%)!important;
  background-color:transparent!important;
  border-bottom-color:rgba(255,255,255,.12)!important;
  box-shadow:none!important;
  opacity:1!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

.cqc-armory-header .cqc-armory-logo,
.cqc-armory-header .cqc-armory-logo:visited,
.cqc-armory-header .cqc-armory-logo small{
  color:var(--cqc-header-white)!important;
  opacity:1!important;
}

.cqc-armory-header .cqc-armory-logo>span{
  color:var(--cqc-header-green)!important;
  text-shadow:0 0 16px rgba(156,255,24,.25)!important;
}

.cqc-armory-header .cqc-armory-trigger,
.cqc-armory-header .cqc-armory-trigger:link,
.cqc-armory-header .cqc-armory-trigger:visited{
  color:var(--cqc-header-white)!important;
  opacity:1!important;
  text-shadow:0 1px 3px rgba(0,0,0,.95)!important;
}

.cqc-armory-header .cqc-armory-trigger:hover,
.cqc-armory-header .cqc-armory-trigger:focus-visible,
.cqc-armory-header .cqc-armory-trigger[aria-expanded="true"]{
  color:var(--cqc-header-green)!important;
}

.cqc-armory-header .cqc-armory-trigger:after{
  background:var(--cqc-header-green)!important;
  box-shadow:0 0 10px rgba(156,255,24,.55)!important;
}

.cqc-armory-header .cqc-armory-icon,
.cqc-armory-header .cqc-armory-icon:link,
.cqc-armory-header .cqc-armory-icon:visited,
.cqc-armory-header .cqc-armory-mobile-toggle{
  color:var(--cqc-header-white)!important;
  background:rgba(5,5,5,.62)!important;
  border-color:rgba(255,255,255,.30)!important;
  opacity:1!important;
  box-shadow:none!important;
}

.cqc-armory-header .cqc-armory-icon:hover,
.cqc-armory-header .cqc-armory-icon:focus-visible,
.cqc-armory-header .cqc-armory-mobile-toggle:hover,
.cqc-armory-header .cqc-armory-mobile-toggle:focus-visible{
  color:var(--cqc-header-green)!important;
  border-color:var(--cqc-header-green)!important;
  background:rgba(8,14,7,.82)!important;
  box-shadow:0 0 0 2px rgba(156,255,24,.12)!important;
}

.cqc-armory-header .cqc-armory-mobile-toggle i{
  background:currentColor!important;
  opacity:1!important;
}

.cqc-armory-header .cqc-armory-cart .cqc-cart-count{
  background:var(--cqc-header-green)!important;
  color:#050505!important;
  border:2px solid var(--cqc-header-black)!important;
  font-weight:950!important;
  opacity:1!important;
}

/* Flatsome heading rules were turning dropdown titles black. */
.cqc-armory-mega,
.cqc-armory-mega h1,
.cqc-armory-mega h2,
.cqc-armory-mega h3,
.cqc-armory-mega h4,
.cqc-armory-mega h5,
.cqc-armory-mega h6,
.cqc-compact-topline h2,
.cqc-compact-message strong,
.cqc-compact-feature-copy strong,
.cqc-armory-category-card strong{
  color:#ffffff!important;
}

.cqc-armory-mega a{
  text-decoration:none;
}

@media(max-width:980px){
  .cqc-armory-header .cqc-armory-bar{
    background:#050505!important;
  }

  .cqc-armory-home-overlay .cqc-armory-header .cqc-armory-bar{
    background:linear-gradient(180deg,rgba(0,0,0,.78),rgba(0,0,0,.24),rgba(0,0,0,0))!important;
  }
}

/* =========================================================
   V2.4.3 ALL CATEGORIES FIX
   Removes the six-card display cap and lets every child
   category wrap into the compact dropdown.
========================================================= */
.cqc-armory-mega{
  max-height:calc(100vh - var(--cqc-header-height) - 12px);
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:var(--cqc-green) rgba(255,255,255,.06);
}
.cqc-armory-mega::-webkit-scrollbar{width:8px}
.cqc-armory-mega::-webkit-scrollbar-track{background:rgba(255,255,255,.04)}
.cqc-armory-mega::-webkit-scrollbar-thumb{background:var(--cqc-green);border-radius:999px}

.cqc-compact-category-row{
  grid-template-columns:repeat(6,minmax(0,1fr));
  max-height:250px;
  overflow-y:auto;
  overscroll-behavior:contain;
  padding:1px 5px 4px 1px;
  scrollbar-width:thin;
  scrollbar-color:var(--cqc-green) rgba(255,255,255,.05);
}
.cqc-compact-category-row::-webkit-scrollbar{width:7px}
.cqc-compact-category-row::-webkit-scrollbar-track{background:rgba(255,255,255,.04);border-radius:999px}
.cqc-compact-category-row::-webkit-scrollbar-thumb{background:var(--cqc-green);border-radius:999px}

@media(max-width:1350px){
  .cqc-compact-category-row{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media(max-width:1180px){
  .cqc-compact-category-row{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:1100px){
  .cqc-compact-category-row{grid-template-columns:repeat(3,minmax(0,1fr));max-height:300px}
}
