.empty-cart{
  padding: 8px;
}

.gap-large{
  margin-top: 50px;
}

.select_label{
  font-weight: bold;
  margin-left: 32px;
  margin-top: 8px;
}

@media screen and (max-width: 531px) {
  .body-container { display: flex; flex-flow: column; }
  .three { order: 3; }
  .two { order: 1; }
  .one { order: 2; }
}

.one,.two{
  margin-bottom: 16px;
}

.information{
  margin-top: 8px;
  text-align: justify;
}

.body{
  background: #F5F5F5;
}

.offer-text{
  padding-top: 8px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.card-category{
  height: 44px;
}

.body-container{
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 16px;
}

.pull-right{
  float: right;
}

.card-item{
  padding: 8px;
}

.product{
  margin-top: 8px;
  padding: 8px;
  text-align:center;
  font-size:18px;
}

.gap-ex-sm{
  margin-top: 4px;
}

.gap-bottom-small{
  margin-bottom: 8px;
}

.gap-bottom-medium{
  margin-bottom: 16px;
}

.dropdown{
  width: 90%;
  background: #F9F7F7;
  margin-left: 32px;
  margin-right: 32px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px;
}

.bg-offer{
  background: #FF0404;
}

.gap-small{
  margin-top: 16px;
}

.suggest-text{
  font-size: 11px;
}

.product-img{
  height: 100px;
  width: 100px;
}

.product-suggest-img{
  height: 50px;
  width: 50px;
}

.cart-table{
  margin-left: 4px;
  margin-right: 4px;
}

.cart-body{
  margin-top: 8px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  padding-bottom: 16px;
}

.cart-header{
  text-align: center;
  background: #e8e3e3a3;
  padding: 16px;
  font-weight: bold;
  font-size: 24px;
}

.cart-remove{
  font-size: 20px;
  padding-left: 8px;
  color: #b90202;
}

.middle{
  vertical-align: middle;
}

footer{
  padding-top: 32px;
  color: #ffffff;
  margin-top: 16px;
  background: #2B2525;
  min-height: 250px;
}

footer a{
  color: #ffffff;
}

footer ul{
  font-weight: bold;
  text-decoration: none;
  list-style: none;
}

.img-secure{
  height: 150px;
  width: 150px;
}

.copyright{
  padding:8px;
  margin-top: 40px;
  background: #000000;
}

/*--thank you pop starts here--*/
.thank-you-pop{
  width:100%;
  padding:20px;
  text-align:center;
}
.thank-you-pop img{
  width:76px;
  height:auto;
  margin:0 auto;
  display:block;
  margin-bottom:25px;
}

.thank-you-pop h1{
  font-size: 42px;
  margin-bottom: 25px;
  color:#5C5C5C;
}
.thank-you-pop p{
  font-size: 20px;
  margin-bottom: 27px;
  color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
  font-size: 25px;
  margin-bottom: 40px;
  color:#222;
  display:inline-block;
  text-align:center;
  padding:10px 20px;
  border:2px dashed #222;
  clear:both;
  font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
  color:#03A9F4;
}
/*--thank you pop ends here--*/


/* =========================================
   EAP Premium Pass (SAFE)
   - keeps softer background
   - does NOT override generic .card (prevents breaking PartSearch boxes)
   ========================================= */

:root{
  --eap-prem-bg: #eef2f8;
  --eap-prem-border: rgba(15,23,42,.10);
  --eap-prem-shadow: 0 10px 26px rgba(15,23,42,.08);
}

/* Background (sitewide) */
html, body{
  background: var(--eap-prem-bg) !important;
}

/* Only OUR new UI blocks (safe targets) */
.trend-card,
.brand-tile-card,
.eap-help-card,
.cart-body,
.eap-sidecard{
  border-color: var(--eap-prem-border) !important;
  box-shadow: var(--eap-prem-shadow) !important;
}

/* ===== WOLF brand page (18): show ONE logo everywhere ===== */

/* Hide the big template H1 visually (keep for SEO) */
.brand-page.brand-id-18 .brand-h1{
  position:absolute !important;
  left:-99999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

/* Force the template banner to display on ALL devices */
.brand-page.brand-id-18 img.brand-logo{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  position:relative !important;
  left:auto !important;
  top:auto !important;
  right:auto !important;
  bottom:auto !important;
  width:100% !important;
  height:auto !important;
  max-width:380px !important;   /* desktop */
  margin:0 auto 10px !important;
}

@media (max-width: 991.98px){
  .brand-page.brand-id-18 img.brand-logo{ max-width:340px !important; } /* tablet */
}
@media (max-width: 480px){
  .brand-page.brand-id-18 img.brand-logo{ max-width:300px !important; } /* phone */
}
/* =========================================================
   SUB-ZERO brand page — Wolf-style boxes + expanded dropdowns
   Paste at END of style.css
   ========================================================= */

.eap-subzero-body{ margin-top: 6px; }
.eap-brand-lead{ margin: 10px 0 12px; }

.eap-brand-toplink{ margin: 10px 0 16px; text-align: center; }
.eap-brand-pillbtn{
  display:inline-block;
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:999px;
  padding:10px 14px;
  font-weight:700;
  text-decoration:none;
  line-height:1.2;
}
.eap-brand-pillbtn:hover{ text-decoration:none; box-shadow:0 2px 10px rgba(0,0,0,.08); }

.eap-brand-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin:12px 0 16px;
}
.eap-brand-grid-sm{ gap:12px; }

.eap-brand-card{
  display:block;
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:14px;
  padding:14px 14px 12px;
  text-decoration:none;
  color:inherit;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-brand-card:hover{
  text-decoration:none;
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(0,0,0,.10);
}
.eap-card-num{ font-weight:800; font-size:13px; opacity:.70; margin-bottom:6px; }
.eap-card-title{ font-weight:800; font-size:15px; margin-bottom:6px; }
.eap-card-sub{ font-size:13px; opacity:.85; margin-bottom:10px; }
.eap-card-cta{ font-weight:700; font-size:13px; opacity:.95; }

.eap-brand-card-sm .eap-card-title{ font-size:14px; margin-bottom:8px; }

.eap-acc{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:12px 14px;
  margin:14px 0;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-acc > summary{
  cursor:pointer;
  font-weight:800;
  font-size:15px;
  list-style:none;
  outline:none;
}
.eap-acc > summary::-webkit-details-marker{ display:none; }
.eap-acc > summary:after{
  content:"▼";
  float:right;
  opacity:.65;
  font-size:12px;
  margin-top:2px;
}
.eap-acc[open] > summary:after{ content:"▲"; }

.eap-acc-inner{ padding-top:10px; }

.eap-note{
  font-size:13px;
  opacity:.90;
  margin-bottom:10px;
}

.eap-pillwrap{ display:flex; flex-wrap:wrap; gap:8px; }
.eap-pill{
  display:inline-block;
  border:1px solid #e3e3e3;
  background:#fafafa;
  border-radius:999px;
  padding:6px 10px;
  font-size:13px;
  font-weight:600;
  line-height:1.1;
}

.eap-subacc{
  border-top:1px solid #f0f0f0;
  padding-top:10px;
  margin-top:10px;
}
.eap-subacc > summary{
  cursor:pointer;
  font-weight:800;
  font-size:14px;
  list-style:none;
}
.eap-subacc > summary::-webkit-details-marker{ display:none; }

.eap-model-list{
  margin:10px 0 0;
  padding-left:18px;
  columns:2;
  column-gap:18px;
}
.eap-model-list li{ break-inside:avoid; padding:2px 0; }

.eap-helpbox{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:14px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-helpbox-title{ font-weight:900; font-size:16px; margin-bottom:8px; }
.eap-muted{ opacity:.80; font-size:13px; }

.eap-btn{
  display:inline-block;
  background:#2451a2;
  color:#fff !important;
  border-radius:10px;
  padding:10px 12px;
  font-weight:800;
  text-decoration:none !important;
}
.eap-btn:hover{ filter:brightness(0.95); }

@media (max-width: 768px){
  .eap-brand-grid{ grid-template-columns:1fr; }
  .eap-brand-pillbtn{ display:block; width:100%; }
  .eap-model-list{ columns:1; }
}





/* =========================================================
   SUB-ZERO (Brand 16) — Center hero, smaller logo, closed accordions, modal popup, mobile pills
   Paste at END of style.css (wins cascade)
   ========================================================= */

/* Make the Sub-Zero brand logo ~20% smaller (scoped to brand id 16) */
#brand-16 .brand-logo,
#brand-16 .brand-banner img,
#brand-16 .brand-hero img,
.brand-16 .brand-logo,
.brand-16 .brand-banner img,
.brand-16 .brand-hero img{
  max-width: 420px !important;
  max-height: 140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Mobile logo sizing */
@media (max-width: 768px){
  #brand-16 .brand-logo,
  #brand-16 .brand-banner img,
  #brand-16 .brand-hero img,
  .brand-16 .brand-logo,
  .brand-16 .brand-banner img,
  .brand-16 .brand-hero img{
    max-width: 300px !important;
    max-height: 120px !important;
  }
}

/* Center the hero text block */
.eap-hero-center{ text-align:center; }
.eap-hero-sub{ margin-top:6px; margin-bottom:10px; }
.eap-brand-lead{ margin: 10px auto 12px; }

/* Grid cards */
.eap-brand-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin:12px 0 16px;
}
.eap-brand-grid-sm{ gap:12px; }

.eap-brand-card{
  display:block;
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:14px;
  padding:14px 14px 12px;
  text-decoration:none;
  color:inherit;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-brand-card:hover{
  text-decoration:none;
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(0,0,0,.10);
}
.eap-card-num{ font-weight:800; font-size:13px; opacity:.70; margin-bottom:6px; }
.eap-card-title{ font-weight:800; font-size:15px; margin-bottom:6px; }
.eap-card-sub{ font-size:13px; opacity:.85; margin-bottom:10px; }
.eap-card-cta{ font-weight:700; font-size:13px; opacity:.95; }

.eap-brand-card-sm .eap-card-title{ font-size:14px; margin-bottom:8px; }

/* Accordions (closed by default in HTML; this is styling) */
.eap-acc{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:12px 14px;
  margin:14px 0;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-acc > summary{
  cursor:pointer;
  font-weight:900;
  font-size:15px;
  list-style:none;
  outline:none;
}
.eap-acc > summary::-webkit-details-marker{ display:none; }

/* show + / – instead of “tap to collapse” text */
.eap-acc > summary:after{
  content:"+";
  float:right;
  font-weight:900;
  opacity:.75;
}
.eap-acc[open] > summary:after{ content:"–"; }

.eap-acc-inner{ padding-top:10px; }

.eap-minihead{
  font-weight:900;
  font-size:13px;
  margin:10px 0 6px;
  opacity:.90;
}
.eap-note{ font-size:13px; opacity:.90; margin-bottom:10px; }
.eap-clean-list{ margin: 8px 0 0; padding-left:18px; }

.eap-pillwrap{ display:flex; flex-wrap:wrap; gap:8px; }
.eap-pill{
  display:inline-block;
  border:1px solid #e3e3e3;
  background:#fafafa;
  border-radius:999px;
  padding:6px 10px;
  font-size:13px;
  font-weight:700;
  line-height:1.1;
}

/* Main pill button */
.eap-brand-pillbtn{
  display:inline-block;
  background:#ffffff;
  border:1px solid #e6e6e6;
  border-radius:999px;
  padding:10px 14px;
  font-weight:800;
  text-decoration:none;
  line-height:1.2;
}
.eap-brand-pillbtn:hover{ text-decoration:none; box-shadow:0 2px 10px rgba(0,0,0,.08); }

/* Modal popup (CSS-only) */
.eap-modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:9999;
}
.eap-modal:target{ display:block; }
.eap-modal__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.65);
}
.eap-modal__panel{
  position:relative;
  max-width:720px;
  margin:10vh auto 0;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.eap-modal__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 16px;
  border-bottom:1px solid #eee;
}
.eap-modal__title{ font-weight:900; }
.eap-modal__close{
  text-decoration:none;
  font-weight:900;
  opacity:.8;
}
.eap-modal__body{ padding:14px 16px 16px; }
.eap-modal__text{ margin:0 0 12px; opacity:.9; }

.eap-modal__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Pills (used in modal + helpbox) */
.eap-pillcta{
  display:inline-block;
  background:#2451a2;
  color:#fff !important;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  text-decoration:none !important;
  line-height:1.1;
}
.eap-pillcta:hover{ filter:brightness(.95); }

.eap-pillcta--ghost{
  background:#ffffff;
  border:1px solid #e6e6e6;
  color:#111 !important;
}

/* Help box with image */
.eap-helpbox{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:14px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-helpbox-inline{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-top:14px;
}
.eap-helpbox-media{ flex:0 0 120px; }
.eap-help-img{
  width:120px;
  height:auto;
  border-radius:12px;
  display:block;
}
.eap-helpbox-title{ font-weight:900; font-size:16px; margin-bottom:6px; }
.eap-helpbox-text{ margin: 8px 0 10px; }
.eap-muted{ opacity:.80; font-size:13px; }

.eap-cta-pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Mobile */
@media (max-width: 768px){
  .eap-brand-grid{ grid-template-columns:1fr; }
  .eap-brand-pillbtn{ display:block; width:100%; }
  .eap-modal__panel{ margin:14vh 14px 0; }
  .eap-helpbox-inline{ flex-direction:column; }
  .eap-helpbox-media{ flex:0 0 auto; }
  .eap-help-img{ width:140px; margin:0 auto; }
  .eap-cta-pills{ flex-direction:column; }
  .eap-pillcta{ width:100%; text-align:center; }
}



/* =========================================================
   SUB-ZERO V3 — Scoped styling (only affects .eap-subzero-v3)
   ========================================================= */

/* Sub-Zero logo ~20% smaller (brand id 16) */
#brand-16 img,
#brand-16 .brand-logo,
#brand-16 .brand-banner img,
#brand-16 .brand-hero img{
  max-width: 420px !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 768px){
  #brand-16 img,
  #brand-16 .brand-logo,
  #brand-16 .brand-banner img,
  #brand-16 .brand-hero img{
    max-width: 300px !important;
  }
}

/* Centered intro */
.eap-subzero-v3 .eap-sz-hero{ text-align:center; margin-top: 6px; }
.eap-subzero-v3 .eap-sz-title{ margin-bottom:6px; }
.eap-subzero-v3 .eap-sz-tagline{ margin: 0 0 10px; opacity:.9; }
.eap-subzero-v3 .eap-sz-lead{ margin: 0 auto 12px; max-width: 760px; }
.eap-subzero-v3 .eap-sz-actions{
  display:flex;
  justify-content:center;
  margin: 10px 0 16px;
}

/* Model link button */
.eap-subzero-v3 .eap-sz-modelbtn{
  display:inline-block;
  background:#ffffff;
  border:1px solid #e6e6e6;
  border-radius:999px;
  padding:10px 14px;
  font-weight:800;
  text-decoration:none;
  line-height:1.15;
}
.eap-subzero-v3 .eap-sz-modelbtn:hover{
  text-decoration:none;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}

/* White box grid */
.eap-subzero-v3 .eap-brand-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin:12px 0 16px;
}
.eap-subzero-v3 .eap-brand-grid-sm{ gap:12px; }

.eap-subzero-v3 .eap-brand-card{
  display:block;
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:14px;
  padding:14px 14px 12px;
  text-decoration:none;
  color:inherit;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v3 .eap-brand-card:hover{
  text-decoration:none;
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(0,0,0,.10);
}
.eap-subzero-v3 .eap-card-num{ font-weight:800; font-size:13px; opacity:.70; margin-bottom:6px; }
.eap-subzero-v3 .eap-card-title{ font-weight:800; font-size:15px; margin-bottom:6px; }
.eap-subzero-v3 .eap-card-sub{ font-size:13px; opacity:.85; margin-bottom:10px; }
.eap-subzero-v3 .eap-card-cta{ font-weight:800; font-size:13px; opacity:.95; }
.eap-subzero-v3 .eap-brand-card-sm .eap-card-title{ font-size:14px; margin-bottom:8px; }

/* Accordions: no “tap to collapse” text needed */
.eap-subzero-v3 .eap-acc{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:12px 14px;
  margin:14px 0;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v3 .eap-acc > summary{
  cursor:pointer;
  font-weight:900;
  font-size:15px;
  list-style:none;
  outline:none;
}
.eap-subzero-v3 .eap-acc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v3 .eap-acc > summary:after{
  content:"+";
  float:right;
  font-weight:900;
  opacity:.75;
}
.eap-subzero-v3 .eap-acc[open] > summary:after{ content:"–"; }
.eap-subzero-v3 .eap-acc-inner{ padding-top:10px; }

.eap-subzero-v3 .eap-note{ font-size:13px; opacity:.92; margin-bottom:10px; }
.eap-subzero-v3 .eap-minihead{ font-weight:900; font-size:13px; margin:10px 0 6px; opacity:.90; }
.eap-subzero-v3 .eap-clean-list{ margin: 8px 0 0; padding-left:18px; }

/* Pills */
.eap-subzero-v3 .eap-pillwrap{ display:flex; flex-wrap:wrap; gap:8px; }
.eap-subzero-v3 .eap-pill{
  display:inline-block;
  border:1px solid #e3e3e3;
  background:#fafafa;
  border-radius:999px;
  padding:6px 10px;
  font-size:13px;
  font-weight:800;
  line-height:1.1;
}

/* Model lists */
.eap-subzero-v3 .eap-subacc{
  border-top:1px solid #f0f0f0;
  padding-top:10px;
  margin-top:10px;
}
.eap-subzero-v3 .eap-subacc > summary{
  cursor:pointer;
  font-weight:900;
  font-size:14px;
  list-style:none;
}
.eap-subzero-v3 .eap-subacc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v3 .eap-model-list{
  margin:10px 0 0;
  padding-left:18px;
  columns:2;
  column-gap:18px;
}
.eap-subzero-v3 .eap-model-list li{ break-inside:avoid; padding:2px 0; }

/* Help box */
.eap-subzero-v3 .eap-helpbox{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:14px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v3 .eap-helpbox-inline{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-top:14px;
}
.eap-subzero-v3 .eap-helpbox-media{ flex:0 0 110px; }
.eap-subzero-v3 .eap-help-img{
  width:110px;
  height:auto;
  border-radius:12px;
  display:block;
}
.eap-subzero-v3 .eap-helpbox-title{ font-weight:900; font-size:16px; margin-bottom:6px; }
.eap-subzero-v3 .eap-muted{ opacity:.80; font-size:13px; }

/* CTA pills */
.eap-subzero-v3 .eap-cta-pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.eap-subzero-v3 .eap-pillcta{
  display:inline-block;
  background:#2451a2;
  color:#fff !important;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  text-decoration:none !important;
  line-height:1.1;
}
.eap-subzero-v3 .eap-pillcta:hover{ filter:brightness(.95); }
.eap-subzero-v3 .eap-pillcta--ghost{
  background:#ffffff;
  border:1px solid #e6e6e6;
  color:#111 !important;
}

/* Mobile */
@media (max-width: 768px){
  .eap-subzero-v3 .eap-brand-grid{ grid-template-columns:1fr; }
  .eap-subzero-v3 .eap-model-list{ columns:1; }
  .eap-subzero-v3 .eap-helpbox-inline{ flex-direction:column; }
  .eap-subzero-v3 .eap-helpbox-media{ flex:0 0 auto; }
  .eap-subzero-v3 .eap-help-img{ width:140px; margin:0 auto; }
  .eap-subzero-v3 .eap-cta-pills{ flex-direction:column; }
  .eap-subzero-v3 .eap-pillcta{ width:100%; text-align:center; }
}








/* =========================================================
   SUB-ZERO V4 — Center hero, popups (no page change), SEO-safe hide top H1, pills, fast + mobile clean
   ========================================================= */

/* Hide the big top text “Sub-Zero Parts” but keep it in HTML for SEO (visual hide, not display:none) */
#brand-16 h1{
  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;
}

/* Sub-Zero logo ~20% smaller (do NOT affect other images) */
#brand-16 .brand-logo,
#brand-16 .brand-banner img,
#brand-16 .brand-hero img{
  max-width: 420px !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 768px){
  #brand-16 .brand-logo,
  #brand-16 .brand-banner img,
  #brand-16 .brand-hero img{
    max-width: 300px !important;
  }
}

/* Centered intro */
.eap-subzero-v4 .eap-sz-hero{ text-align:center; margin-top: 6px; }
.eap-subzero-v4 .eap-sz-title{ margin: 0 0 6px; }
.eap-subzero-v4 .eap-sz-tagline{ margin: 0 0 10px; opacity:.9; }
.eap-subzero-v4 .eap-sz-lead{ margin: 0 auto 12px; max-width: 760px; }

/* Model button */
.eap-subzero-v4 .eap-sz-modelbtn{
  display:inline-block;
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  text-decoration:none;
  line-height:1.15;
}
.eap-subzero-v4 .eap-sz-modelbtn:hover{ text-decoration:none; box-shadow:0 2px 10px rgba(0,0,0,.08); }

/* White box grid */
.eap-subzero-v4 .eap-brand-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin:12px 0 16px;
}
.eap-subzero-v4 .eap-brand-grid-sm{ gap:12px; }

.eap-subzero-v4 .eap-brand-card{
  display:block;
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:14px;
  padding:14px 14px 12px;
  text-decoration:none;
  color:inherit;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v4 .eap-brand-card:hover{
  text-decoration:none;
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(0,0,0,.10);
}
.eap-subzero-v4 .eap-card-num{ font-weight:900; font-size:13px; opacity:.70; margin-bottom:6px; }
.eap-subzero-v4 .eap-card-title{ font-weight:900; font-size:15px; margin-bottom:6px; }
.eap-subzero-v4 .eap-card-sub{ font-size:13px; opacity:.85; margin-bottom:10px; }
.eap-subzero-v4 .eap-card-cta{ font-weight:900; font-size:13px; opacity:.95; }
.eap-subzero-v4 .eap-brand-card-sm .eap-card-title{ font-size:14px; margin-bottom:8px; }

/* Accordions */
.eap-subzero-v4 .eap-acc{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:12px 14px;
  margin:14px 0;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v4 .eap-acc > summary{
  cursor:pointer;
  font-weight:900;
  font-size:15px;
  list-style:none;
  outline:none;
}
.eap-subzero-v4 .eap-acc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v4 .eap-acc > summary:after{ content:"+"; float:right; font-weight:900; opacity:.75; }
.eap-subzero-v4 .eap-acc[open] > summary:after{ content:"–"; }
.eap-subzero-v4 .eap-acc-inner{ padding-top:10px; }

.eap-subzero-v4 .eap-note{ font-size:13px; opacity:.92; margin-bottom:10px; }
.eap-subzero-v4 .eap-minihead{ font-weight:900; font-size:13px; margin:10px 0 6px; opacity:.90; }
.eap-subzero-v4 .eap-clean-list{ margin: 8px 0 0; padding-left:18px; }

/* Pills */
.eap-subzero-v4 .eap-pillwrap{ display:flex; flex-wrap:wrap; gap:8px; }
.eap-subzero-v4 .eap-pill{
  display:inline-block;
  border:1px solid #e3e3e3;
  background:#fafafa;
  border-radius:999px;
  padding:6px 10px;
  font-size:13px;
  font-weight:900;
  line-height:1.1;
}

/* Model list columns */
.eap-subzero-v4 .eap-subacc{
  border-top:1px solid #f0f0f0;
  padding-top:10px;
  margin-top:10px;
}
.eap-subzero-v4 .eap-subacc > summary{
  cursor:pointer;
  font-weight:900;
  font-size:14px;
  list-style:none;
}
.eap-subzero-v4 .eap-subacc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v4 .eap-model-list{
  margin:10px 0 0;
  padding-left:18px;
  columns:2;
  column-gap:18px;
}
.eap-subzero-v4 .eap-model-list li{ break-inside:avoid; padding:2px 0; }

/* Help box */
.eap-subzero-v4 .eap-helpbox{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:14px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v4 .eap-helpbox-inline{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-top:14px;
}
.eap-subzero-v4 .eap-helpbox-media{ flex:0 0 110px; }
.eap-subzero-v4 .eap-help-img{
  width:110px;
  height:auto;
  border-radius:12px;
  display:block;
}
.eap-subzero-v4 .eap-helpbox-title{ font-weight:900; font-size:16px; margin-bottom:6px; }
.eap-subzero-v4 .eap-muted{ opacity:.80; font-size:13px; }

/* CTA pills */
.eap-subzero-v4 .eap-cta-pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.eap-subzero-v4 .eap-pillcta{
  display:inline-block;
  background:#2451a2;
  color:#fff !important;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  text-decoration:none !important;
  line-height:1.1;
}
.eap-subzero-v4 .eap-pillcta:hover{ filter:brightness(.95); }
.eap-subzero-v4 .eap-pillcta--ghost{
  background:#ffffff;
  border:1px solid #e6e6e6;
  color:#111 !important;
}

/* POPUP MODALS (CSS-only, scroll inside, no navigation) */
.eap-subzero-v4 .eap-modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:9999;
}
.eap-subzero-v4 .eap-modal:target{ display:block; }
.eap-subzero-v4 .eap-modal__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.65);
}
.eap-subzero-v4 .eap-modal__panel{
  position:relative;
  max-width:980px;
  height:90vh;
  margin:5vh auto 0;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  display:flex;
  flex-direction:column;
}
.eap-subzero-v4 .eap-modal__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 14px;
  border-bottom:1px solid #eee;
}
.eap-subzero-v4 .eap-modal__title{ font-weight:900; }
.eap-subzero-v4 .eap-modal__close{ text-decoration:none; font-weight:900; opacity:.85; }
.eap-subzero-v4 .eap-modal__body{ flex:1; overflow:hidden; }
.eap-subzero-v4 .eap-modal__frame{
  width:100%;
  height:100%;
  border:0;
}
.eap-subzero-v4 .eap-modal__footer{
  padding:10px 14px;
  border-top:1px solid #eee;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Mobile */
@media (max-width: 768px){
  .eap-subzero-v4 .eap-brand-grid{ grid-template-columns:1fr; }
  .eap-subzero-v4 .eap-model-list{ columns:1; }
  .eap-subzero-v4 .eap-sz-modelbtn{ display:block; width:100%; text-align:center; }
  .eap-subzero-v4 .eap-helpbox-inline{ flex-direction:column; }
  .eap-subzero-v4 .eap-helpbox-media{ flex:0 0 auto; }
  .eap-subzero-v4 .eap-help-img{ width:140px; margin:0 auto; }
  .eap-subzero-v4 .eap-cta-pills{ flex-direction:column; }
  .eap-subzero-v4 .eap-pillcta{ width:100%; text-align:center; }

  .eap-subzero-v4 .eap-modal__panel{
    width: calc(100% - 18px);
    height: 92vh;
    margin: 4vh auto 0;
  }
}





/* =========================================================
   SUB-ZERO V4 — Center hero, popups (no page change), SEO-safe hide top H1, pills, fast + mobile clean
   ========================================================= */

/* Hide the big top text “Sub-Zero Parts” but keep it in HTML for SEO (visual hide, not display:none) */
#brand-16 h1{
  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;
}

/* Sub-Zero logo ~20% smaller (do NOT affect other images) */
#brand-16 .brand-logo,
#brand-16 .brand-banner img,
#brand-16 .brand-hero img{
  max-width: 420px !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 768px){
  #brand-16 .brand-logo,
  #brand-16 .brand-banner img,
  #brand-16 .brand-hero img{
    max-width: 300px !important;
  }
}

/* Centered intro */
.eap-subzero-v4 .eap-sz-hero{ text-align:center; margin-top: 6px; }
.eap-subzero-v4 .eap-sz-title{ margin: 0 0 6px; }
.eap-subzero-v4 .eap-sz-tagline{ margin: 0 0 10px; opacity:.9; }
.eap-subzero-v4 .eap-sz-lead{ margin: 0 auto 12px; max-width: 760px; }

/* Model button */
.eap-subzero-v4 .eap-sz-modelbtn{
  display:inline-block;
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  text-decoration:none;
  line-height:1.15;
}
.eap-subzero-v4 .eap-sz-modelbtn:hover{ text-decoration:none; box-shadow:0 2px 10px rgba(0,0,0,.08); }

/* White box grid */
.eap-subzero-v4 .eap-brand-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin:12px 0 16px;
}
.eap-subzero-v4 .eap-brand-grid-sm{ gap:12px; }

.eap-subzero-v4 .eap-brand-card{
  display:block;
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:14px;
  padding:14px 14px 12px;
  text-decoration:none;
  color:inherit;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v4 .eap-brand-card:hover{
  text-decoration:none;
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(0,0,0,.10);
}
.eap-subzero-v4 .eap-card-num{ font-weight:900; font-size:13px; opacity:.70; margin-bottom:6px; }
.eap-subzero-v4 .eap-card-title{ font-weight:900; font-size:15px; margin-bottom:6px; }
.eap-subzero-v4 .eap-card-sub{ font-size:13px; opacity:.85; margin-bottom:10px; }
.eap-subzero-v4 .eap-card-cta{ font-weight:900; font-size:13px; opacity:.95; }
.eap-subzero-v4 .eap-brand-card-sm .eap-card-title{ font-size:14px; margin-bottom:8px; }

/* Accordions */
.eap-subzero-v4 .eap-acc{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:12px 14px;
  margin:14px 0;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v4 .eap-acc > summary{
  cursor:pointer;
  font-weight:900;
  font-size:15px;
  list-style:none;
  outline:none;
}
.eap-subzero-v4 .eap-acc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v4 .eap-acc > summary:after{ content:"+"; float:right; font-weight:900; opacity:.75; }
.eap-subzero-v4 .eap-acc[open] > summary:after{ content:"–"; }
.eap-subzero-v4 .eap-acc-inner{ padding-top:10px; }

.eap-subzero-v4 .eap-note{ font-size:13px; opacity:.92; margin-bottom:10px; }
.eap-subzero-v4 .eap-minihead{ font-weight:900; font-size:13px; margin:10px 0 6px; opacity:.90; }
.eap-subzero-v4 .eap-clean-list{ margin: 8px 0 0; padding-left:18px; }

/* Pills */
.eap-subzero-v4 .eap-pillwrap{ display:flex; flex-wrap:wrap; gap:8px; }
.eap-subzero-v4 .eap-pill{
  display:inline-block;
  border:1px solid #e3e3e3;
  background:#fafafa;
  border-radius:999px;
  padding:6px 10px;
  font-size:13px;
  font-weight:900;
  line-height:1.1;
}

/* Model list columns */
.eap-subzero-v4 .eap-subacc{
  border-top:1px solid #f0f0f0;
  padding-top:10px;
  margin-top:10px;
}
.eap-subzero-v4 .eap-subacc > summary{
  cursor:pointer;
  font-weight:900;
  font-size:14px;
  list-style:none;
}
.eap-subzero-v4 .eap-subacc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v4 .eap-model-list{
  margin:10px 0 0;
  padding-left:18px;
  columns:2;
  column-gap:18px;
}
.eap-subzero-v4 .eap-model-list li{ break-inside:avoid; padding:2px 0; }

/* Help box */
.eap-subzero-v4 .eap-helpbox{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:14px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v4 .eap-helpbox-inline{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-top:14px;
}
.eap-subzero-v4 .eap-helpbox-media{ flex:0 0 110px; }
.eap-subzero-v4 .eap-help-img{
  width:110px;
  height:auto;
  border-radius:12px;
  display:block;
}
.eap-subzero-v4 .eap-helpbox-title{ font-weight:900; font-size:16px; margin-bottom:6px; }
.eap-subzero-v4 .eap-muted{ opacity:.80; font-size:13px; }

/* CTA pills */
.eap-subzero-v4 .eap-cta-pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.eap-subzero-v4 .eap-pillcta{
  display:inline-block;
  background:#2451a2;
  color:#fff !important;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  text-decoration:none !important;
  line-height:1.1;
}
.eap-subzero-v4 .eap-pillcta:hover{ filter:brightness(.95); }
.eap-subzero-v4 .eap-pillcta--ghost{
  background:#ffffff;
  border:1px solid #e6e6e6;
  color:#111 !important;
}

/* POPUP MODALS (CSS-only, scroll inside, no navigation) */
.eap-subzero-v4 .eap-modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:9999;
}
.eap-subzero-v4 .eap-modal:target{ display:block; }
.eap-subzero-v4 .eap-modal__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.65);
}
.eap-subzero-v4 .eap-modal__panel{
  position:relative;
  max-width:980px;
  height:90vh;
  margin:5vh auto 0;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  display:flex;
  flex-direction:column;
}
.eap-subzero-v4 .eap-modal__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 14px;
  border-bottom:1px solid #eee;
}
.eap-subzero-v4 .eap-modal__title{ font-weight:900; }
.eap-subzero-v4 .eap-modal__close{ text-decoration:none; font-weight:900; opacity:.85; }
.eap-subzero-v4 .eap-modal__body{ flex:1; overflow:hidden; }
.eap-subzero-v4 .eap-modal__frame{
  width:100%;
  height:100%;
  border:0;
}
.eap-subzero-v4 .eap-modal__footer{
  padding:10px 14px;
  border-top:1px solid #eee;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Mobile */
@media (max-width: 768px){
  .eap-subzero-v4 .eap-brand-grid{ grid-template-columns:1fr; }
  .eap-subzero-v4 .eap-model-list{ columns:1; }
  .eap-subzero-v4 .eap-sz-modelbtn{ display:block; width:100%; text-align:center; }
  .eap-subzero-v4 .eap-helpbox-inline{ flex-direction:column; }
  .eap-subzero-v4 .eap-helpbox-media{ flex:0 0 auto; }
  .eap-subzero-v4 .eap-help-img{ width:140px; margin:0 auto; }
  .eap-subzero-v4 .eap-cta-pills{ flex-direction:column; }
  .eap-subzero-v4 .eap-pillcta{ width:100%; text-align:center; }

  .eap-subzero-v4 .eap-modal__panel{
    width: calc(100% - 18px);
    height: 92vh;
    margin: 4vh auto 0;
  }
}









/* =========================================================
   SUB-ZERO V8 — fixes: centering, mobile overflow, image center, model list restored, hides checkbox toggles
   ========================================================= */

.eap-subzero-v8,
.eap-subzero-v8 *{ box-sizing:border-box; }

.eap-subzero-v8 .eap-sz-hero{ text-align:center !important; margin-top:6px; }
.eap-subzero-v8 .eap-sz-title{ margin:0 0 6px; font-weight:900; }
.eap-subzero-v8 .eap-sz-tagline{ margin:0 0 10px; opacity:.9; }
.eap-subzero-v8 .eap-sz-lead{ margin:0 auto 12px; max-width:760px; }

.eap-subzero-v8 .eap-sz-modelbtn{
  display:inline-block;
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  line-height:1.15;
  cursor:pointer;
}
.eap-subzero-v8 .eap-sz-modelbtn:hover{ box-shadow:0 2px 10px rgba(0,0,0,.08); }

/* White box grid */
.eap-subzero-v8 .eap-brand-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
  margin:12px 0 16px;
}
.eap-subzero-v8 .eap-brand-grid-sm{ gap:12px; }

.eap-subzero-v8 .eap-brand-card{
  display:block;
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:14px;
  padding:14px 14px 12px;
  text-decoration:none;
  color:inherit;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v8 .eap-brand-card:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(0,0,0,.10);
  text-decoration:none;
}
.eap-subzero-v8 .eap-card-num{ font-weight:900; font-size:13px; opacity:.7; margin-bottom:6px; }
.eap-subzero-v8 .eap-card-title{ font-weight:900; font-size:15px; margin-bottom:6px; }
.eap-subzero-v8 .eap-card-sub{ font-size:13px; opacity:.85; margin-bottom:10px; }
.eap-subzero-v8 .eap-card-cta{ font-weight:900; font-size:13px; opacity:.95; }

.eap-subzero-v8 .eap-modal-card{ cursor:pointer; }

/* Accordions */
.eap-subzero-v8 .eap-acc{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:12px 14px;
  margin:14px 0;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v8 .eap-acc > summary{
  cursor:pointer;
  font-weight:900;
  font-size:15px;
  list-style:none;
}
.eap-subzero-v8 .eap-acc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v8 .eap-acc > summary:after{ content:"+"; float:right; font-weight:900; opacity:.75; }
.eap-subzero-v8 .eap-acc[open] > summary:after{ content:"–"; }
.eap-subzero-v8 .eap-acc-inner{ padding-top:10px; }

.eap-subzero-v8 .eap-note{ font-size:13px; opacity:.92; margin:0 0 10px; }
.eap-subzero-v8 .eap-clean-list{ margin:8px 0 0; padding-left:18px; }

/* Help box (fix overflow + center image on mobile) */
.eap-subzero-v8 .eap-helpbox{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:14px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v8 .eap-helpbox-inline{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin:14px 0;
}
.eap-subzero-v8 .eap-helpbox-media{ flex:0 0 110px; }
.eap-subzero-v8 .eap-help-img{
  width:110px;
  height:auto;
  border-radius:12px;
  display:block;
}
.eap-subzero-v8 .eap-helpbox-content{
  min-width:0;
  overflow-wrap:anywhere;
}
.eap-subzero-v8 .eap-helpbox-title{ font-weight:900; font-size:16px; margin-bottom:6px; }
.eap-subzero-v8 .eap-muted{ opacity:.8; font-size:13px; margin-top:6px; }

/* Phone line: wrap by chunks (no ugly breaks, no overflow) */
.eap-subzero-v8 .eap-phone-wrap{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
  margin-top:2px;
}
.eap-subzero-v8 .eap-phone-chunk,
.eap-subzero-v8 .eap-zone,
.eap-subzero-v8 .eap-sep{ white-space:nowrap; }
.eap-subzero-v8 .eap-sep{ opacity:.65; }

/* CTA pills */
.eap-subzero-v8 .eap-cta-pills{ display:flex; gap:10px; flex-wrap:wrap; margin-top:10px; }
.eap-subzero-v8 .eap-pillcta{
  display:inline-block;
  background:#2451a2;
  color:#fff !important;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  text-decoration:none !important;
  line-height:1.1;
}
.eap-subzero-v8 .eap-pillcta--ghost{
  background:#fff;
  border:1px solid #e6e6e6;
  color:#111 !important;
}

/* Model list columns */
.eap-subzero-v8 .eap-subacc{
  border-top:1px solid #f0f0f0;
  padding-top:10px;
  margin-top:10px;
}
.eap-subzero-v8 .eap-subacc > summary{
  cursor:pointer;
  font-weight:900;
  font-size:14px;
  list-style:none;
}
.eap-subzero-v8 .eap-subacc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v8 .eap-model-list{
  margin:10px 0 0;
  padding-left:18px;
  columns:2;
  column-gap:18px;
}
.eap-subzero-v8 .eap-model-list li{ break-inside:avoid; padding:2px 0; }

/* MODALS — checkbox based (no jump) */
.eap-modal-toggle{ position:fixed !important; left:-9999px !important; top:-9999px !important; opacity:0 !important; }

.eap-subzero-v8 .eap-modal{
  position:fixed;
  inset:0;
  z-index:9999;
}
.eap-subzero-v8 .eap-modal__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.65);
}
.eap-subzero-v8 .eap-modal__panel{
  position:relative;
  max-width:980px;
  height:90vh;
  margin:5vh auto 0;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  display:flex;
  flex-direction:column;
}
.eap-subzero-v8 .eap-modal__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 14px;
  border-bottom:1px solid #eee;
}
.eap-subzero-v8 .eap-modal__title{ font-weight:900; }
.eap-subzero-v8 .eap-modal__close{ cursor:pointer; font-weight:900; opacity:.85; }
.eap-subzero-v8 .eap-modal__body{ flex:1; overflow:hidden; }
.eap-subzero-v8 .eap-modal__frame{ width:100%; height:100%; border:0; }
.eap-subzero-v8 .eap-modal__footer{
  padding:10px 14px;
  border-top:1px solid #eee;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.eap-subzero-v8 .eap-modal__footer label{ cursor:pointer; }

/* Show modal when checkbox checked (overrides inline display:none) */
.eap-subzero-v8 #szModalModel:checked + .eap-modal,
.eap-subzero-v8 #szModalE3:checked + .eap-modal,
.eap-subzero-v8 #szModalCodes:checked + .eap-modal,
.eap-subzero-v8 #szModalDoorSeal:checked + .eap-modal,
.eap-subzero-v8 #szModalObsolete:checked + .eap-modal{
  display:block !important;
}

/* Mobile */
@media (max-width:768px){
  .eap-subzero-v8 .eap-brand-grid{ grid-template-columns:1fr; }
  .eap-subzero-v8 .eap-model-list{ columns:1; }
  .eap-subzero-v8 .eap-helpbox-inline{ flex-direction:column; align-items:center; }
  .eap-subzero-v8 .eap-helpbox-media{ width:100%; text-align:center; }
  .eap-subzero-v8 .eap-help-img{ width:140px; margin:0 auto; }
  .eap-subzero-v8 .eap-cta-pills{ flex-direction:column; width:100%; }
  .eap-subzero-v8 .eap-pillcta{ width:100%; text-align:center; }
  .eap-subzero-v8 .eap-modal__panel{ width:calc(100% - 18px); height:92vh; margin:4vh auto 0; }
}





/* =========================================================
   SUB-ZERO V10 — premium cleanup + Wolf-style numbering + mobile call/text pills
   ========================================================= */

.eap-subzero-v10, .eap-subzero-v10 *{ box-sizing:border-box; }
.eap-subzero-v10{ color:#111; }
.eap-subzero-v10 p{ color:#222; }
.eap-subzero-v10 strong{ color:inherit; }

/* Hide the big theme title above the logo (SEO-safe) */
.eap-sz-hide-title{
  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;
}

/* HERO */
.eap-subzero-v10 .eap-sz-hero{ text-align:center !important; margin-top:6px; }
.eap-subzero-v10 .eap-sz-title{ margin:0 0 6px; font-weight:900; }
.eap-subzero-v10 .eap-sz-tagline{ margin:0 0 10px; opacity:.9; }
.eap-subzero-v10 .eap-sz-lead{ margin:0 auto 14px; max-width:760px; }

/* Grid (white boxes) */
.eap-subzero-v10 .eap-brand-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
  margin:12px 0 16px;
}
.eap-subzero-v10 .eap-brand-grid-sm{ gap:12px; }

.eap-subzero-v10 .eap-brand-card{
  display:block;
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:14px;
  padding:14px 14px 12px;
  text-decoration:none;
  color:inherit;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v10 .eap-brand-card:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(0,0,0,.10);
  text-decoration:none;
}

/* Wolf-style numbering prefix */
.eap-subzero-v10 .eap-card-title{ font-weight:900; font-size:15px; margin-bottom:6px; }
.eap-subzero-v10 .eap-n{ opacity:.75; margin-right:6px; }
.eap-subzero-v10 .eap-card-sub{ font-size:13px; opacity:.88; margin-bottom:10px; }
.eap-subzero-v10 .eap-card-cta{ font-weight:900; font-size:13px; opacity:.95; }

.eap-subzero-v10 .eap-modal-card{ cursor:pointer; }

/* Accordions */
.eap-subzero-v10 .eap-acc{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:12px 14px;
  margin:14px 0;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v10 .eap-acc > summary{
  cursor:pointer;
  font-weight:900;
  font-size:15px;
  list-style:none;
}
.eap-subzero-v10 .eap-acc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v10 .eap-acc > summary:after{ content:"+"; float:right; font-weight:900; opacity:.75; }
.eap-subzero-v10 .eap-acc[open] > summary:after{ content:"–"; }
.eap-subzero-v10 .eap-acc-inner{ padding-top:10px; }

.eap-subzero-v10 .eap-note{ font-size:13px; opacity:.92; margin:0 0 10px; }
.eap-subzero-v10 .eap-clean-list{ margin:8px 0 0; padding-left:18px; }

/* Bottom model/serial button */
.eap-subzero-v10 .eap-sz-bottomcta{ text-align:center; margin: 8px 0 14px; }
.eap-subzero-v10 .eap-sz-modelbtn{
  display:inline-block;
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  line-height:1.15;
  cursor:pointer;
}
.eap-subzero-v10 .eap-sz-modelbtn:hover{ box-shadow:0 2px 10px rgba(0,0,0,.08); }

/* Can’t find box */
.eap-subzero-v10 .eap-helpbox{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:14px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v10 .eap-helpbox-inline{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin:14px 0;
}
.eap-subzero-v10 .eap-helpbox-media{ flex:0 0 110px; }
.eap-subzero-v10 .eap-help-img{ width:110px; height:auto; border-radius:12px; display:block; }
.eap-subzero-v10 .eap-helpbox-content{ min-width:0; }
.eap-subzero-v10 .eap-helpbox-title{ font-weight:900; font-size:16px; margin-bottom:6px; }
.eap-subzero-v10 .eap-muted{ opacity:.8; font-size:13px; margin-top:8px; }

/* Pills */
.eap-subzero-v10 .eap-cta-pills,
.eap-subzero-v10 .eap-callpills{ display:flex; gap:10px; flex-wrap:wrap; margin-top:10px; }
.eap-subzero-v10 .eap-pillcta{
  display:inline-block;
  background:#2451a2;
  color:#fff !important;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  text-decoration:none !important;
  line-height:1.1;
}
.eap-subzero-v10 .eap-pillcta--ghost{
  background:#fff;
  border:1px solid #e6e6e6;
  color:#111 !important;
}
.eap-subzero-v10 .eap-pillcta--phone{ background:#1f4a98; }

/* MODALS (checkbox-based, no jump) */
.eap-subzero-v10 .eap-modal{
  position:fixed;
  inset:0;
  z-index:9999;
}
.eap-subzero-v10 .eap-modal__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.65);
}
.eap-subzero-v10 .eap-modal__panel{
  position:relative;
  max-width:980px;
  height:90vh;
  margin:5vh auto 0;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  display:flex;
  flex-direction:column;
}
.eap-subzero-v10 .eap-modal__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 14px;
  border-bottom:1px solid #eee;
}
.eap-subzero-v10 .eap-modal__title{ font-weight:900; }
.eap-subzero-v10 .eap-modal__close{ cursor:pointer; font-weight:900; opacity:.85; }
.eap-subzero-v10 .eap-modal__body{ flex:1; overflow:hidden; }
.eap-subzero-v10 .eap-modal__frame{ width:100%; height:100%; border:0; }
.eap-subzero-v10 .eap-modal__footer{
  padding:10px 14px;
  border-top:1px solid #eee;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.eap-subzero-v10 .eap-modal__footer label{ cursor:pointer; }

/* Show modal when checked (adjacent sibling) */
.eap-subzero-v10 #szModalModel:checked + .eap-modal,
.eap-subzero-v10 #szModalE3:checked + .eap-modal,
.eap-subzero-v10 #szModalCodes:checked + .eap-modal,
.eap-subzero-v10 #szModalDoorSeal:checked + .eap-modal,
.eap-subzero-v10 #szModalObsolete:checked + .eap-modal{
  display:block !important;
}

/* Mobile */
@media (max-width:768px){
  .eap-subzero-v10 .eap-brand-grid{ grid-template-columns:1fr; }
  .eap-subzero-v10 .eap-helpbox-inline{ flex-direction:column; align-items:center; text-align:center; }
  .eap-subzero-v10 .eap-helpbox-media{ width:100%; }
  .eap-subzero-v10 .eap-help-img{ width:140px; margin:0 auto; }
  .eap-subzero-v10 .eap-callpills,
  .eap-subzero-v10 .eap-cta-pills{ flex-direction:column; width:100%; }
  .eap-subzero-v10 .eap-pillcta{ width:100%; text-align:center; }
  .eap-subzero-v10 .eap-modal__panel{ width:calc(100% - 18px); height:92vh; margin:4vh auto 0; }
}











/* =========================================================
   SUB-ZERO V11 — restore models, desktop numbers (no pills), mobile call/text pills, open-now pill
   ========================================================= */

.eap-subzero-v11, .eap-subzero-v11 *{ box-sizing:border-box; }
.eap-subzero-v11{ color:#111; }
.eap-subzero-v11 a{ color:inherit; }
.eap-subzero-v11 .eap-sz-hero{ text-align:center; margin-top:6px; }
.eap-subzero-v11 .eap-sz-title{ margin:0 0 6px; font-weight:900; font-size:22px; } /* smaller */
.eap-subzero-v11 .eap-sz-tagline{ margin:0 0 10px; opacity:.9; }
.eap-subzero-v11 .eap-sz-lead{ margin:0 auto 14px; max-width:760px; }

/* Grid boxes */
.eap-subzero-v11 .eap-brand-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
  margin:12px 0 16px;
}
.eap-subzero-v11 .eap-brand-grid-sm{ gap:12px; }

.eap-subzero-v11 .eap-brand-card{
  display:block;
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:14px;
  padding:14px 14px 12px;
  text-decoration:none;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v11 .eap-brand-card:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(0,0,0,.10);
}
.eap-subzero-v11 .eap-card-title{ font-weight:900; font-size:15px; margin-bottom:6px; }
.eap-subzero-v11 .eap-n{ opacity:.75; margin-right:6px; }
.eap-subzero-v11 .eap-card-sub{ font-size:13px; opacity:.88; margin-bottom:10px; }
.eap-subzero-v11 .eap-card-cta{ font-weight:900; font-size:13px; opacity:.95; }
.eap-subzero-v11 .eap-modal-card{ cursor:pointer; }

/* Accordions */
.eap-subzero-v11 .eap-acc{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:12px 14px;
  margin:14px 0;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v11 .eap-acc > summary{
  cursor:pointer;
  font-weight:900;
  font-size:15px;
  list-style:none;
}
.eap-subzero-v11 .eap-acc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v11 .eap-acc > summary:after{ content:"+"; float:right; font-weight:900; opacity:.75; }
.eap-subzero-v11 .eap-acc[open] > summary:after{ content:"–"; }
.eap-subzero-v11 .eap-acc-inner{ padding-top:10px; }

.eap-subzero-v11 .eap-note{ font-size:13px; opacity:.92; margin:0 0 10px; }
.eap-subzero-v11 .eap-clean-list{ margin:8px 0 0; padding-left:18px; }

/* Model list layout */
.eap-subzero-v11 .eap-subacc{
  border-top:1px solid #f0f0f0;
  padding-top:10px;
  margin-top:10px;
}
.eap-subzero-v11 .eap-subacc > summary{
  cursor:pointer;
  font-weight:900;
  font-size:14px;
  list-style:none;
}
.eap-subzero-v11 .eap-subacc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v11 .eap-model-list{
  margin:10px 0 0;
  padding-left:18px;
  columns:2;
  column-gap:18px;
}
.eap-subzero-v11 .eap-model-list li{ break-inside:avoid; padding:2px 0; }

/* Model/serial button */
.eap-subzero-v11 .eap-sz-bottomcta{ text-align:center; margin: 8px 0 14px; }
.eap-subzero-v11 .eap-sz-modelbtn{
  display:inline-block;
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  cursor:pointer;
}
.eap-subzero-v11 .eap-sz-modelbtn:hover{ box-shadow:0 2px 10px rgba(0,0,0,.08); }

/* Can't find box */
.eap-subzero-v11 .eap-helpbox{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:14px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v11 .eap-helpbox-inline{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin:14px 0;
}
.eap-subzero-v11 .eap-helpbox-media{ flex:0 0 110px; }
.eap-subzero-v11 .eap-help-img{ width:110px; height:auto; border-radius:12px; display:block; }
.eap-subzero-v11 .eap-helpbox-title{ font-weight:900; font-size:16px; margin-bottom:6px; }
.eap-subzero-v11 .eap-helpbox-content{ min-width:0; }
.eap-subzero-v11 .eap-muted{ opacity:.8; font-size:13px; margin-top:8px; }

/* Desktop contact line (numbers) */
.eap-subzero-v11 .eap-contact-line{
  font-weight:800;
  margin: 6px 0 8px;
  white-space:nowrap;
}
.eap-subzero-v11 .eap-callpills{ display:none; } /* desktop hides call/text pills */

/* Buttons */
.eap-subzero-v11 .eap-cta-pills{ display:flex; gap:10px; flex-wrap:wrap; margin-top:10px; }
.eap-subzero-v11 .eap-pillcta{
  display:inline-block;
  background:#2451a2;
  color:#fff !important;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  text-decoration:none !important;
  line-height:1.1;
}
.eap-subzero-v11 .eap-pillcta--ghost{
  background:#fff;
  border:1px solid #e6e6e6;
  color:#111 !important;
}
.eap-subzero-v11 .eap-pillcta--phone{ background:#1f4a98; }

/* Open now pill */
.eap-subzero-v11 .eap-open-pill{
  margin-left:8px;
  background:#16a34a;
  color:#fff;
  border-radius:999px;
  padding:4px 10px;
  font-size:12px;
  font-weight:900;
  vertical-align:middle;
}
.eap-subzero-v11 .eap-open-pill.pulse{
  animation:eapPulse 1.1s ease-in-out infinite;
}
@keyframes eapPulse{
  0%{ transform:scale(1); filter:brightness(1); }
  50%{ transform:scale(1.05); filter:brightness(1.15); }
  100%{ transform:scale(1); filter:brightness(1); }
}

/* MODALS (checkbox based) */
.eap-modal-toggle{ position:fixed !important; left:-9999px !important; top:-9999px !important; opacity:0 !important; }
.eap-subzero-v11 .eap-modal{ position:fixed; inset:0; z-index:9999; }
.eap-subzero-v11 .eap-modal__overlay{ position:absolute; inset:0; background:rgba(0,0,0,.65); }
.eap-subzero-v11 .eap-modal__panel{
  position:relative;
  max-width:980px;
  height:90vh;
  margin:5vh auto 0;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  display:flex;
  flex-direction:column;
}
.eap-subzero-v11 .eap-modal__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 14px;
  border-bottom:1px solid #eee;
}
.eap-subzero-v11 .eap-modal__title{ font-weight:900; }
.eap-subzero-v11 .eap-modal__close{ cursor:pointer; font-weight:900; opacity:.85; }
.eap-subzero-v11 .eap-modal__body{ flex:1; overflow:hidden; }
.eap-subzero-v11 .eap-modal__frame{ width:100%; height:100%; border:0; }
.eap-subzero-v11 .eap-modal__footer{
  padding:10px 14px;
  border-top:1px solid #eee;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.eap-subzero-v11 .eap-modal__footer label{ cursor:pointer; }

/* show modal when checked */
.eap-subzero-v11 #szModalModel:checked + .eap-modal{ display:block !important; }

/* Mobile */
@media (max-width:768px){
  .eap-subzero-v11 .eap-sz-title{ font-size:20px; }
  .eap-subzero-v11 .eap-brand-grid{ grid-template-columns:1fr; }
  .eap-subzero-v11 .eap-model-list{ columns:1; }

  .eap-subzero-v11 .eap-helpbox-inline{ flex-direction:column; align-items:center; text-align:center; }
  .eap-subzero-v11 .eap-help-img{ width:140px; margin:0 auto; }

  .eap-subzero-v11 .eap-contact-line{ display:none; }   /* mobile hides numbers line */
  .eap-subzero-v11 .eap-callpills{ display:flex; flex-direction:column; gap:10px; margin-top:8px; }
  .eap-subzero-v11 .eap-callpills .eap-pillcta{ width:100%; text-align:center; }

  .eap-subzero-v11 .eap-cta-pills{ flex-direction:column; width:100%; }
  .eap-subzero-v11 .eap-cta-pills .eap-pillcta{ width:100%; text-align:center; }

  .eap-subzero-v11 .eap-modal__panel{ width:calc(100% - 18px); height:92vh; margin:4vh auto 0; }
}


















/* =========================================================
   SUB-ZERO V12 — popups fixed, YouTube-safe, open-now pulse, desktop numbers / mobile pills, hide top title
   ========================================================= */

.eap-subzero-v12, .eap-subzero-v12 *{ box-sizing:border-box; }
.eap-subzero-v12{ color:#111; }
.eap-subzero-v12 a{ text-decoration:none; }
.eap-subzero-v12 a:hover{ text-decoration:none; }

/* Hide template H1 "Sub-Zero Parts" above logo (SEO-safe) */
#brand-16 h1,
.eap-sz-hide-h1{
  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;
}

/* HERO */
.eap-subzero-v12 .eap-sz-hero{ text-align:center; margin-top:6px; }
.eap-subzero-v12 .eap-sz-title{ margin:0 0 6px; font-weight:900; font-size:21px; } /* slightly smaller */
.eap-subzero-v12 .eap-sz-tagline{ margin:0 0 10px; opacity:.9; }
.eap-subzero-v12 .eap-sz-lead{ margin:0 auto 14px; max-width:760px; }

/* Grid cards */
.eap-subzero-v12 .eap-brand-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
  margin:12px 0 16px;
}
.eap-subzero-v12 .eap-brand-grid-sm{ gap:12px; }

.eap-subzero-v12 .eap-brand-card{
  display:block;
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:14px;
  padding:14px 14px 12px;
  color:inherit;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v12 .eap-brand-card:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(0,0,0,.10);
}
.eap-subzero-v12 .eap-card-title{ font-weight:900; font-size:15px; margin-bottom:6px; }
.eap-subzero-v12 .eap-n{ opacity:.75; margin-right:6px; }
.eap-subzero-v12 .eap-card-sub{ font-size:13px; opacity:.88; margin-bottom:10px; }
.eap-subzero-v12 .eap-card-cta{ font-weight:900; font-size:13px; opacity:.95; }
.eap-subzero-v12 .eap-modal-card{ cursor:pointer; }

/* Accordions */
.eap-subzero-v12 .eap-acc{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:12px 14px;
  margin:14px 0;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v12 .eap-acc > summary{
  cursor:pointer;
  font-weight:900;
  font-size:15px;
  list-style:none;
}
.eap-subzero-v12 .eap-acc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v12 .eap-acc > summary:after{ content:"+"; float:right; font-weight:900; opacity:.75; }
.eap-subzero-v12 .eap-acc[open] > summary:after{ content:"–"; }
.eap-subzero-v12 .eap-acc-inner{ padding-top:10px; }
.eap-subzero-v12 .eap-note{ font-size:13px; opacity:.92; margin:0 0 10px; }
.eap-subzero-v12 .eap-clean-list{ margin:8px 0 0; padding-left:18px; }
.eap-subzero-v12 .eap-muted{ opacity:.8; font-size:13px; margin-top:8px; }

/* Model/serial button */
.eap-subzero-v12 .eap-sz-bottomcta{ text-align:center; margin: 8px 0 14px; }
.eap-subzero-v12 .eap-sz-modelbtn{
  display:inline-block;
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  cursor:pointer;
}
.eap-subzero-v12 .eap-sz-modelbtn:hover{ box-shadow:0 2px 10px rgba(0,0,0,.08); }

/* Can't find box */
.eap-subzero-v12 .eap-helpbox{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:14px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v12 .eap-helpbox-inline{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin:14px 0;
}
.eap-subzero-v12 .eap-helpbox-media{ flex:0 0 110px; }
.eap-subzero-v12 .eap-help-img{ width:110px; height:auto; border-radius:12px; display:block; }
.eap-subzero-v12 .eap-helpbox-content{ min-width:0; }
.eap-subzero-v12 .eap-helpbox-title{
  font-weight:900;
  font-size:16px;
  margin-bottom:6px;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}

/* Desktop numbers line / mobile pills */
.eap-subzero-v12 .eap-contact-line{ font-weight:800; margin:6px 0 8px; white-space:nowrap; }
.eap-subzero-v12 .eap-callpills{ display:none; }

/* Pills */
.eap-subzero-v12 .eap-cta-pills{ display:flex; gap:10px; flex-wrap:wrap; margin-top:10px; }
.eap-subzero-v12 .eap-pillcta{
  display:inline-block;
  background:#2451a2;
  color:#fff !important;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  line-height:1.1;
}
.eap-subzero-v12 .eap-pillcta--ghost{
  background:#fff;
  border:1px solid #e6e6e6;
  color:#111 !important;
}
.eap-subzero-v12 .eap-pillcta--phone{ background:#1f4a98; }

/* OPEN NOW pill (pulse like header) */
.eap-subzero-v12 .eap-open-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:#16a34a;
  color:#fff;
  border-radius:999px;
  padding:4px 10px;
  font-size:12px;
  font-weight:900;
}
.eap-subzero-v12 .eap-open-pill::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:#bbf7d0;
}
.eap-subzero-v12 .eap-open-pill.pulse{ animation:eapPulse 1.1s ease-in-out infinite; }
@keyframes eapPulse{
  0%{ transform:scale(1); filter:brightness(1); }
  50%{ transform:scale(1.05); filter:brightness(1.15); }
  100%{ transform:scale(1); filter:brightness(1); }
}

/* Modals */
.eap-subzero-v12 .eap-modal-toggle{
  position:fixed !important;
  left:-9999px !important;
  top:-9999px !important;
  opacity:0 !important;
}
.eap-subzero-v12 .eap-modal{ display:none; position:fixed; inset:0; z-index:9999; }
.eap-subzero-v12 .eap-modal-toggle:checked + .eap-modal{ display:block; }

.eap-subzero-v12 .eap-modal__overlay{ position:absolute; inset:0; background:rgba(0,0,0,.65); }
.eap-subzero-v12 .eap-modal__panel{
  position:relative;
  max-width:980px;
  height:90vh;
  margin:5vh auto 0;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  display:flex;
  flex-direction:column;
}
.eap-subzero-v12 .eap-modal__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 14px;
  border-bottom:1px solid #eee;
}
.eap-subzero-v12 .eap-modal__title{ font-weight:900; }
.eap-subzero-v12 .eap-modal__close{ cursor:pointer; font-weight:900; opacity:.85; }
.eap-subzero-v12 .eap-modal__body{ flex:1; overflow:hidden; }
.eap-subzero-v12 .eap-modal__frame{ width:100%; height:100%; border:0; }
.eap-subzero-v12 .eap-modal__footer{
  padding:10px 14px;
  border-top:1px solid #eee;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.eap-subzero-v12 .eap-modal__footer label{ cursor:pointer; }

/* Mobile */
@media (max-width:768px){
  .eap-subzero-v12 .eap-sz-title{ font-size:20px; }
  .eap-subzero-v12 .eap-brand-grid{ grid-template-columns:1fr; }

  .eap-subzero-v12 .eap-helpbox-inline{ flex-direction:column; align-items:center; text-align:center; }
  .eap-subzero-v12 .eap-help-img{ width:140px; margin:0 auto; }

  .eap-subzero-v12 .eap-contact-line{ display:none; }
  .eap-subzero-v12 .eap-callpills{ display:flex; flex-direction:column; gap:10px; margin-top:8px; }
  .eap-subzero-v12 .eap-callpills .eap-pillcta{ width:100%; text-align:center; }

  .eap-subzero-v12 .eap-cta-pills{ flex-direction:column; width:100%; }
  .eap-subzero-v12 .eap-cta-pills .eap-pillcta{ width:100%; text-align:center; }

  .eap-subzero-v12 .eap-modal__panel{ width:calc(100% - 18px); height:92vh; margin:4vh auto 0; }
}




















/* =========================================================
   SUB-ZERO V13 — restores models + fixes overflow + desktop numbers / mobile pills + open-now pulse + hides top title
   ========================================================= */

.eap-subzero-v13, .eap-subzero-v13 *{ box-sizing:border-box; }
.eap-subzero-v13{ color:#111; }
.eap-subzero-v13 a{ color:inherit; text-decoration:none; }
.eap-subzero-v13 a:hover{ text-decoration:none; }

#brand-16 h1,
.eap-sz-hide-h1{
  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;
}

/* HERO */
.eap-subzero-v13 .eap-sz-hero{ text-align:center; margin-top:6px; }
.eap-subzero-v13 .eap-sz-title{ margin:0 0 6px; font-weight:900; font-size:21px; }
.eap-subzero-v13 .eap-sz-tagline{ margin:0 0 10px; opacity:.9; }
.eap-subzero-v13 .eap-sz-lead{ margin:0 auto 14px; max-width:760px; }

/* Grid cards */
.eap-subzero-v13 .eap-brand-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
  margin:12px 0 16px;
}
.eap-subzero-v13 .eap-brand-grid-sm{ gap:12px; }
.eap-subzero-v13 .eap-brand-card{
  display:block;
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:14px;
  padding:14px 14px 12px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v13 .eap-brand-card:hover{ transform:translateY(-1px); box-shadow:0 6px 18px rgba(0,0,0,.10); }
.eap-subzero-v13 .eap-card-title{ font-weight:900; font-size:15px; margin-bottom:6px; }
.eap-subzero-v13 .eap-n{ opacity:.75; margin-right:6px; }
.eap-subzero-v13 .eap-card-sub{ font-size:13px; opacity:.88; margin-bottom:10px; }
.eap-subzero-v13 .eap-card-cta{ font-weight:900; font-size:13px; opacity:.95; }
.eap-subzero-v13 .eap-modal-card{ cursor:pointer; }

/* Accordions */
.eap-subzero-v13 .eap-acc{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:12px 14px;
  margin:14px 0;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v13 .eap-acc > summary{ cursor:pointer; font-weight:900; font-size:15px; list-style:none; }
.eap-subzero-v13 .eap-acc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v13 .eap-acc > summary:after{ content:"+"; float:right; font-weight:900; opacity:.75; }
.eap-subzero-v13 .eap-acc[open] > summary:after{ content:"–"; }
.eap-subzero-v13 .eap-acc-inner{ padding-top:10px; }
.eap-subzero-v13 .eap-note{ font-size:13px; opacity:.92; margin:0 0 10px; }
.eap-subzero-v13 .eap-clean-list{ margin:8px 0 0; padding-left:18px; }

/* Model list */
.eap-subzero-v13 .eap-subacc{ border-top:1px solid #f0f0f0; padding-top:10px; margin-top:10px; }
.eap-subzero-v13 .eap-subacc > summary{ cursor:pointer; font-weight:900; font-size:14px; list-style:none; }
.eap-subzero-v13 .eap-subacc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v13 .eap-model-list{ margin:10px 0 0; padding-left:18px; columns:2; column-gap:18px; }
.eap-subzero-v13 .eap-model-list li{ break-inside:avoid; padding:2px 0; }

/* Model/serial button */
.eap-subzero-v13 .eap-sz-bottomcta{ text-align:center; margin: 8px 0 14px; }
.eap-subzero-v13 .eap-sz-modelbtn{
  display:inline-block;
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  cursor:pointer;
}
.eap-subzero-v13 .eap-sz-modelbtn:hover{ box-shadow:0 2px 10px rgba(0,0,0,.08); }

/* Can't find box */
.eap-subzero-v13 .eap-helpbox{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:14px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v13 .eap-helpbox-inline{ display:flex; gap:14px; align-items:flex-start; margin:14px 0; }
.eap-subzero-v13 .eap-helpbox-media{ flex:0 0 110px; }
.eap-subzero-v13 .eap-help-img{ width:110px; height:auto; border-radius:12px; display:block; }
.eap-subzero-v13 .eap-helpbox-content{ min-width:0; }
.eap-subzero-v13 .eap-helpbox-title{ font-weight:900; font-size:16px; margin-bottom:6px; display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.eap-subzero-v13 .eap-muted{ opacity:.8; font-size:13px; margin-top:8px; }

/* Desktop numbers line — WRAPS SAFELY (fixes overflow) */
.eap-subzero-v13 .eap-contact-line{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
  font-weight:800;
  margin: 6px 0 8px;
}
.eap-subzero-v13 .eap-phone-chunk{ white-space:nowrap; }
.eap-subzero-v13 .eap-zone{ white-space:nowrap; opacity:.85; }
.eap-subzero-v13 .eap-sep{ white-space:nowrap; opacity:.55; }
.eap-subzero-v13 .eap-callpills{ display:none; }

/* Buttons */
.eap-subzero-v13 .eap-cta-pills{ display:flex; gap:10px; flex-wrap:wrap; margin-top:10px; }
.eap-subzero-v13 .eap-pillcta{
  display:inline-block;
  background:#2451a2;
  color:#fff !important;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  line-height:1.1;
}
.eap-subzero-v13 .eap-pillcta--ghost{
  background:#fff;
  border:1px solid #e6e6e6;
  color:#111 !important;
}
.eap-subzero-v13 .eap-pillcta--phone{ background:#1f4a98; }

/* OPEN NOW pill */
.eap-subzero-v13 .eap-open-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:#16a34a;
  color:#fff;
  border-radius:999px;
  padding:4px 10px;
  font-size:12px;
  font-weight:900;
}
.eap-subzero-v13 .eap-open-pill::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:#bbf7d0;
}
.eap-subzero-v13 .eap-open-pill.pulse{ animation:eapPulse 1.1s ease-in-out infinite; }
@keyframes eapPulse{
  0%{ transform:scale(1); filter:brightness(1); }
  50%{ transform:scale(1.05); filter:brightness(1.15); }
  100%{ transform:scale(1); filter:brightness(1); }
}

/* Modals */
.eap-subzero-v13 .eap-modal-toggle{ position:fixed !important; left:-9999px !important; top:-9999px !important; opacity:0 !important; }
.eap-subzero-v13 .eap-modal{ display:none; position:fixed; inset:0; z-index:9999; }
.eap-subzero-v13 .eap-modal-toggle:checked + .eap-modal{ display:block; }
.eap-subzero-v13 .eap-modal__overlay{ position:absolute; inset:0; background:rgba(0,0,0,.65); }
.eap-subzero-v13 .eap-modal__panel{
  position:relative;
  max-width:980px;
  height:90vh;
  margin:5vh auto 0;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  display:flex;
  flex-direction:column;
}
.eap-subzero-v13 .eap-modal__header{ display:flex; align-items:center; justify-content:space-between; padding:12px 14px; border-bottom:1px solid #eee; }
.eap-subzero-v13 .eap-modal__title{ font-weight:900; }
.eap-subzero-v13 .eap-modal__close{ cursor:pointer; font-weight:900; opacity:.85; }
.eap-subzero-v13 .eap-modal__body{ flex:1; overflow:hidden; }
.eap-subzero-v13 .eap-modal__frame{ width:100%; height:100%; border:0; }
.eap-subzero-v13 .eap-modal__footer{ padding:10px 14px; border-top:1px solid #eee; display:flex; gap:10px; flex-wrap:wrap; }
.eap-subzero-v13 .eap-modal__footer label{ cursor:pointer; }

/* Mobile */
@media (max-width:768px){
  .eap-subzero-v13 .eap-sz-title{ font-size:20px; }
  .eap-subzero-v13 .eap-brand-grid{ grid-template-columns:1fr; }
  .eap-subzero-v13 .eap-model-list{ columns:1; }

  .eap-subzero-v13 .eap-helpbox-inline{ flex-direction:column; align-items:center; text-align:center; }
  .eap-subzero-v13 .eap-help-img{ width:140px; margin:0 auto; }

  .eap-subzero-v13 .eap-contact-line{ display:none; }
  .eap-subzero-v13 .eap-callpills{ display:flex; flex-direction:column; gap:10px; margin-top:8px; }
  .eap-subzero-v13 .eap-callpills .eap-pillcta{ width:100%; text-align:center; }

  .eap-subzero-v13 .eap-cta-pills{ flex-direction:column; width:100%; }
  .eap-subzero-v13 .eap-cta-pills .eap-pillcta{ width:100%; text-align:center; }

  .eap-subzero-v13 .eap-modal__panel{ width:calc(100% - 18px); height:92vh; margin:4vh auto 0; }
}


























/* =========================================================
   SUB-ZERO V14 — fixes phone overflow + restores premium color + smaller OPEN NOW
   ========================================================= */

.eap-subzero-v14, .eap-subzero-v14 *{ box-sizing:border-box; }
.eap-subzero-v14{ color:#111; }
.eap-subzero-v14 a{ color:inherit; text-decoration:none; }
.eap-subzero-v14 a:hover{ text-decoration:none; }

/* Hide theme H1 "Sub-Zero Parts" */
.eap-sz-hide-h1{
  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;
}

/* HERO */
.eap-subzero-v14 .eap-sz-hero{ text-align:center; margin-top:6px; }
.eap-subzero-v14 .eap-sz-title{ margin:0 0 6px; font-weight:900; font-size:21px; }
.eap-subzero-v14 .eap-sz-tagline{ margin:0 0 10px; opacity:.9; }
.eap-subzero-v14 .eap-sz-lead{ margin:0 auto 14px; max-width:760px; }

/* Grid cards */
.eap-subzero-v14 .eap-brand-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
  margin:12px 0 16px;
}
.eap-subzero-v14 .eap-brand-grid-sm{ gap:12px; }

.eap-subzero-v14 .eap-brand-card{
  display:block;
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:14px;
  padding:14px 14px 12px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v14 .eap-brand-card:hover{ transform:translateY(-1px); box-shadow:0 6px 18px rgba(0,0,0,.10); }

/* Premium color upgrade for box titles */
.eap-subzero-v14 .eap-card-title{ font-weight:900; font-size:15px; margin-bottom:6px; color:#2451a2; }
.eap-subzero-v14 .eap-n{ opacity:.75; margin-right:6px; color:#111; }
.eap-subzero-v14 .eap-card-sub{ font-size:13px; opacity:.88; margin-bottom:10px; color:#111; }
.eap-subzero-v14 .eap-card-cta{ font-weight:900; font-size:13px; opacity:.95; color:#111; }

.eap-subzero-v14 .eap-modal-card{ cursor:pointer; }

/* Accordions */
.eap-subzero-v14 .eap-acc{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:12px 14px;
  margin:14px 0;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v14 .eap-acc > summary{ cursor:pointer; font-weight:900; font-size:15px; list-style:none; }
.eap-subzero-v14 .eap-acc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v14 .eap-acc > summary:after{ content:"+"; float:right; font-weight:900; opacity:.75; }
.eap-subzero-v14 .eap-acc[open] > summary:after{ content:"–"; }
.eap-subzero-v14 .eap-acc-inner{ padding-top:10px; }
.eap-subzero-v14 .eap-note{ font-size:13px; opacity:.92; margin:0 0 10px; }
.eap-subzero-v14 .eap-clean-list{ margin:8px 0 0; padding-left:18px; }

/* Model list */
.eap-subzero-v14 .eap-subacc{ border-top:1px solid #f0f0f0; padding-top:10px; margin-top:10px; }
.eap-subzero-v14 .eap-subacc > summary{ cursor:pointer; font-weight:900; font-size:14px; list-style:none; }
.eap-subzero-v14 .eap-subacc > summary::-webkit-details-marker{ display:none; }
.eap-subzero-v14 .eap-model-list{ margin:10px 0 0; padding-left:18px; columns:2; column-gap:18px; }
.eap-subzero-v14 .eap-model-list li{ break-inside:avoid; padding:2px 0; }

/* Bottom model/serial button */
.eap-subzero-v14 .eap-sz-bottomcta{ text-align:center; margin: 8px 0 14px; }
.eap-subzero-v14 .eap-sz-modelbtn{
  display:inline-block;
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  cursor:pointer;
}
.eap-subzero-v14 .eap-sz-modelbtn:hover{ box-shadow:0 2px 10px rgba(0,0,0,.08); }

/* Can't find box */
.eap-subzero-v14 .eap-helpbox{
  background:#fff;
  border:1px solid #ededed;
  border-radius:14px;
  padding:14px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.eap-subzero-v14 .eap-helpbox-inline{ display:flex; gap:14px; align-items:flex-start; margin:14px 0; }
.eap-subzero-v14 .eap-helpbox-media{ flex:0 0 110px; }
.eap-subzero-v14 .eap-help-img{ width:110px; height:auto; border-radius:12px; display:block; }
.eap-subzero-v14 .eap-helpbox-content{ min-width:0; }
.eap-subzero-v14 .eap-helpbox-title{ font-weight:900; font-size:16px; margin-bottom:6px; display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.eap-subzero-v14 .eap-muted{ opacity:.8; font-size:13px; margin-top:8px; }

/* ✅ DESKTOP NUMBERS: WRAP-SAFE (NO OVERFLOW) */
.eap-subzero-v14 .eap-contact-line{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
  font-weight:800;
  margin: 6px 0 8px;
  max-width:100%;
}
.eap-subzero-v14 .eap-phone-chunk{ white-space:nowrap; }
.eap-subzero-v14 .eap-zone{ white-space:nowrap; opacity:.85; }
.eap-subzero-v14 .eap-sep{ white-space:nowrap; opacity:.55; }

.eap-subzero-v14 .eap-callpills{ display:none; }

/* Buttons */
.eap-subzero-v14 .eap-cta-pills{ display:flex; gap:10px; flex-wrap:wrap; margin-top:10px; }
.eap-subzero-v14 .eap-pillcta{
  display:inline-block;
  background:#2451a2;
  color:#fff !important;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  line-height:1.1;
}
.eap-subzero-v14 .eap-pillcta--ghost{
  background:#fff;
  border:1px solid #e6e6e6;
  color:#111 !important;
}
.eap-subzero-v14 .eap-pillcta--phone{ background:#1f4a98; }

/* OPEN NOW pill (smaller) */
.eap-subzero-v14 .eap-open-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:#16a34a;
  color:#fff;
  border-radius:999px;
  padding:3px 8px;
  font-size:11px;
  font-weight:900;
}
.eap-subzero-v14 .eap-open-pill::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:#bbf7d0;
}
.eap-subzero-v14 .eap-open-pill.pulse{ animation:eapPulse 1.1s ease-in-out infinite; }
@keyframes eapPulse{
  0%{ transform:scale(1); filter:brightness(1); }
  50%{ transform:scale(1.05); filter:brightness(1.15); }
  100%{ transform:scale(1); filter:brightness(1); }
}

/* Modals */
.eap-subzero-v14 .eap-modal-toggle{ position:fixed !important; left:-9999px !important; top:-9999px !important; opacity:0 !important; }
.eap-subzero-v14 .eap-modal{ display:none; position:fixed; inset:0; z-index:9999; }
.eap-subzero-v14 .eap-modal-toggle:checked + .eap-modal{ display:block; }

/* Mobile */
@media (max-width:768px){
  .eap-subzero-v14 .eap-sz-title{ font-size:20px; }
  .eap-subzero-v14 .eap-brand-grid{ grid-template-columns:1fr; }
  .eap-subzero-v14 .eap-model-list{ columns:1; }

  .eap-subzero-v14 .eap-helpbox-inline{ flex-direction:column; align-items:center; text-align:center; }
  .eap-subzero-v14 .eap-help-img{ width:140px; margin:0 auto; }

  .eap-subzero-v14 .eap-contact-line{ display:none; }
  .eap-subzero-v14 .eap-callpills{ display:flex; flex-direction:column; gap:10px; margin-top:8px; }
  .eap-subzero-v14 .eap-callpills .eap-pillcta{ width:100%; text-align:center; }

  .eap-subzero-v14 .eap-cta-pills{ flex-direction:column; width:100%; }
  .eap-subzero-v14 .eap-cta-pills .eap-pillcta{ width:100%; text-align:center; }
}





















/* =========================================================
   SUB-ZERO HOTFIX — Fix tiny popup box + reduce page "jump"
   Paste at VERY END of style.css
   ========================================================= */

/* Reserve space so logo area doesn't shift while image loads */
#brand-16 .brand-banner,
#brand-16 .brand-hero{
  min-height: 160px;
}
@media (max-width:768px){
  #brand-16 .brand-banner,
  #brand-16 .brand-hero{
    min-height: 130px;
  }
}

/* Make checkbox modals work reliably */
.eap-subzero-v14 .eap-modal-toggle{
  position:fixed !important;
  left:-9999px !important;
  top:-9999px !important;
  opacity:0 !important;
}
.eap-subzero-v14 .eap-modal{ display:none; position:fixed; inset:0; z-index:9999; }
.eap-subzero-v14 .eap-modal-toggle:checked + .eap-modal{ display:block !important; }

/* FIX: Big modal + iframe fills it (stops the "little box") */
.eap-subzero-v14 .eap-modal__panel{
  max-width: 980px !important;
  height: 90vh !important;
  margin: 5vh auto 0 !important;
  display: flex !important;
  flex-direction: column !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}
.eap-subzero-v14 .eap-modal__body{
  flex: 1 !important;
  padding: 0 !important;          /* <-- critical */
  overflow: hidden !important;     /* <-- critical */
}
.eap-subzero-v14 .eap-modal__frame{
  width: 100% !important;
  height: 100% !important;         /* <-- critical */
  border: 0 !important;
  display: block !important;
}

/* Mobile sizing */
@media (max-width:768px){
  .eap-subzero-v14 .eap-modal__panel{
    width: calc(100% - 18px) !important;
    height: 92vh !important;
    margin: 4vh auto 0 !important;
  }
}












/* =========================================================
   SUB-ZERO FINAL HOTFIX — modal size + always-closable + mobile centering + hide top title
   Paste at VERY END of style.css
   ========================================================= */

/* Hide the unwanted brand title above the logo (SEO-safe hide) */
#brand-16 h1.eap-sz-hide-h1,
#brand-16 h1{
  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;
}

/* Reduce “jump” by reserving banner space */
#brand-16 .brand-banner,
#brand-16 .brand-hero{ min-height:160px; }
@media (max-width:768px){
  #brand-16 .brand-banner,
  #brand-16 .brand-hero{ min-height:130px; }
}

/* Modal (JS) */
.eap-modaljs{ display:none; position:fixed; inset:0; z-index:99999; }
.eap-modaljs.is-open{ display:block; }

.eap-modaljs__overlay{
  position:absolute; inset:0;
  background:rgba(0,0,0,.65);
}

.eap-modaljs__panel{
  position:relative;
  width:min(980px, calc(100% - 18px));
  height:92vh;
  margin:4vh auto 0;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  display:flex;
  flex-direction:column;
}

.eap-modaljs__header{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 14px;
  border-bottom:1px solid #eee;
}
.eap-modaljs__title{ font-weight:900; }
.eap-modaljs__close{
  background:transparent; border:0; cursor:pointer;
  font-weight:900; font-size:18px; line-height:1;
  padding:6px 10px; opacity:.85;
}

.eap-modaljs__body{ flex:1; overflow:hidden; }
.eap-modaljs__frame{ width:100%; height:100%; border:0; display:block; }

.eap-modaljs__footer{
  padding:10px 14px;
  border-top:1px solid #eee;
  display:flex; gap:10px; flex-wrap:wrap;
}

/* lock background scroll while modal open */
html.eap-modaljs-lock, body.eap-modaljs-lock{ overflow:hidden; }

/* Mobile: center “Can’t find your part?” title when OPEN pill hidden */
@media (max-width:768px){
  .eap-subzero-v14 .eap-helpbox-content{ text-align:center !important; }
  .eap-subzero-v14 .eap-helpbox-title{
    justify-content:center !important;
    text-align:center !important;
  }
}









/* =========================================================
   SUB-ZERO TOP TITLE HIDE (final)
   Hides the theme H1 "Sub-Zero Parts" visually (SEO-safe)
   ========================================================= */

/* Brand 16 page title: visually hidden, still in HTML for SEO */
#brand-16 h1{
  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;
}

/* In case the theme uses a different wrapper, hide common page-title containers */
#brand-16 .page-title,
#brand-16 .entry-title,
#brand-16 .brand-title{
  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;
}























/* =========================================================
   BRAND PAGES — Sidebar tint (SAFE)
   - Makes LEFT + RIGHT side columns less white
   - Keeps the CENTER content white (cards + main text)
   - Scoped to brand pages only
   ========================================================= */

/* A soft blue-gray that matches your EAP scheme */
:root{
  --eap-side-tint: rgba(36,81,162,.045);
  --eap-side-border: rgba(36,81,162,.12);
}

/* LEFT sidebar box (choose appliance type) */
.brand-page .body-container .one .dropdown{
  background: var(--eap-side-tint) !important;
  border: 1px solid var(--eap-side-border) !important;
}

/* RIGHT sidebar cards */
.brand-page .body-container .three .cart-body,
.brand-page .body-container .three .eap-sidecard,
.brand-page .body-container .three .eap-help-card{
  background: var(--eap-side-tint) !important;
  border: 1px solid rgba(15,23,42,.10) !important;
}

/* Right card headers: slightly tinted so they don’t look pure white */
.brand-page .body-container .three .cart-header{
  background: rgba(36,81,162,.06) !important;
}
































/* =========================================================
   EAP PREMIUM SIDE RAILS (SITE-WIDE)
   Goal:
   - Middle stays white
   - Left + Right sticky columns get a premium light-blue rail
   - Matches PartSearch blue, not gray
   Safe: only targets .body-container side columns (.one + .three)
   ========================================================= */

:root{
  /* Premium rail tone (very light blue, not gray) */
  --eap-rail-top:    #f4f8ff;
  --eap-rail-bottom: #eef4ff;
  --eap-rail-border: rgba(36,81,162,.14);
  --eap-rail-radius: 18px;
}

/* Left + Right “sticky” rails */
.body-container .one,
.body-container .three{
  background: linear-gradient(180deg, var(--eap-rail-top), var(--eap-rail-bottom)) !important;
  border: 1px solid var(--eap-rail-border) !important;
  border-radius: var(--eap-rail-radius) !important;
  padding: 10px !important; /* gives the rail breathing room */
}

/* Mobile: slightly smaller padding/radius so it doesn’t feel bulky */
@media (max-width: 767.98px){
  .body-container .one,
  .body-container .three{
    padding: 8px !important;
    border-radius: 16px !important;
  }
}



















/* =========================================================
   EAP PREMIUM LEFT STICKY BOX (SITE-WIDE)
   Fixes the “gray” look by:
   - removing the old wide margins inside the left sidebar
   - giving the box a premium light-blue gradient
   - making each link look like a premium pill
   Targets ONLY the left column widget: .body-container .one .dropdown
   ========================================================= */

/* Left column container box */
.body-container .one .dropdown{
  width: 100% !important;
  margin: 0 !important;                 /* kills the old 32px margins */
  padding: 12px !important;
  background: linear-gradient(180deg, #f4f8ff 0%, #eef4ff 100%) !important; /* premium blue tint */
  border: 1px solid rgba(36,81,162,.16) !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 34px rgba(15,23,42,.10) !important;
}

/* The "Choose your appliance type" label (it was offset by margin-left:32px) */
.body-container .one .select_label{
  margin-left: 0 !important;
  margin-top: 0 !important;
  text-align: center !important;
  font-weight: 1000 !important;
  color: rgba(15,23,42,.82) !important;
}

/* Make each unit link a premium pill */
.body-container .one .dropdown a{
  display: block !important;
  margin: 8px 0 !important;
  padding: 10px 12px !important;
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  border-radius: 12px !important;
  font-weight: 900 !important;
  color: rgba(15,23,42,.92) !important;
  text-decoration: none !important;
  line-height: 1.15 !important;
}

/* Hover only on devices that actually have hover (desktop) */
@media (hover:hover){
  .body-container .one .dropdown a:hover{
    background: #ffffff !important;
    box-shadow: 0 12px 26px rgba(15,23,42,.12) !important;
    transform: translateY(-1px);
  }
}





























/* =========================================================
   EAP — PREMIUM STICKY SIDE PANELS (SITE-WIDE, V2)
   Goal:
   - Middle stays white (customer interaction)
   - LEFT + RIGHT sticky columns look premium (light blue, not gray)
   - Works on homepage + brand pages + results pages
   ========================================================= */

:root{
  /* stronger (still classy) premium rail color */
  --eap-rail-bg1: #f3f8ff;
  --eap-rail-bg2: #eaf2ff;
  --eap-rail-border: rgba(36,81,162,.16);
  --eap-rail-shadow: 0 14px 34px rgba(15,23,42,.10);

  --eap-panel-inner: rgba(255,255,255,.96);
  --eap-panel-border: rgba(15,23,42,.10);
}

/* 1) The actual side columns (the “stickys”) */
.body-container .one,
.body-container .three{
  background: linear-gradient(180deg, var(--eap-rail-bg1), var(--eap-rail-bg2)) !important;
  border: 1px solid var(--eap-rail-border) !important;
  border-radius: 18px !important;
  padding: 12px !important;
}

/* Mobile/tablet: less padding so it doesn’t feel chunky */
@media (max-width: 991.98px){
  .body-container .one,
  .body-container .three{
    padding: 10px !important;
    border-radius: 16px !important;
  }
}

/* 2) Whatever “white boxes” are inside the side columns should look consistent */
.body-container .one .dropdown,
.body-container .three .dropdown,
.body-container .one .cart-body,
.body-container .three .cart-body,
.body-container .one .eap-sidecard,
.body-container .three .eap-sidecard,
.body-container .one .eap-help-card,
.body-container .three .eap-help-card,
.body-container .one .card,
.body-container .three .card{
  background: var(--eap-panel-inner) !important;
  border: 1px solid var(--eap-panel-border) !important;
  border-radius: 16px !important;
  box-shadow: var(--eap-rail-shadow) !important;
  margin: 0 !important;
}

/* 3) Fix the “Choose your appliance type” label offset (your CSS had margin-left:32px) */
.body-container .one .select_label{
  margin-left: 0 !important;
  margin-top: 0 !important;
  text-align: center !important;
  font-weight: 1000 !important;
  color: rgba(15,23,42,.82) !important;
}

/* 4) Make the left links look premium (pill rows) regardless of exact markup */
.body-container .one a{
  display: block;
  margin: 8px 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(15,23,42,.10);
  font-weight: 900;
  text-decoration: none !important;
}

/* Hover only where hover exists */
@media (hover:hover){
  .body-container .one a:hover{
    box-shadow: 0 12px 26px rgba(15,23,42,.12);
    transform: translateY(-1px);
  }
}




























/* =========================================================
   BRAND PAGE LEFT UNIT PICKER — remove gray + make premium
   (Targets the real markup: .unit-col-box / .unit-item / .unit-sep)
   ========================================================= */

/* Whole left box */
.brand-page .unit-col-box{
  background: linear-gradient(180deg, #f4f8ff 0%, #eaf2ff 100%) !important;
  border: 1px solid rgba(36,81,162,.16) !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 34px rgba(15,23,42,.10) !important;
  overflow: hidden !important;
}

/* Header bar stays your blue but a touch more premium */
.brand-page .unit-col-title{
  background: linear-gradient(180deg, #2a5fbe 0%, #214a93 100%) !important;
  color: #fff !important;
  font-weight: 1000 !important;
  letter-spacing: .2px !important;
  padding: 14px 12px !important;
}

/* REMOVE the gray rows */
.brand-page .unit-item{
  background: transparent !important;
  padding: 10px 12px !important;
}

/* Remove the separator lines and use spacing instead */
.brand-page .unit-sep{
  display: none !important;
}

/* Make each unit link a premium pill */
.brand-page .unit-item a{
  display:block !important;
  margin: 8px 0 !important;
  padding: 12px 12px !important;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  border-radius: 12px !important;
  font-weight: 1000 !important;
  color: rgba(15,23,42,.92) !important;
  text-decoration: none !important;
  line-height: 1.15 !important;
}

/* Kill the inline padding style="padding:8px" */
.brand-page .unit-item a[style]{
  padding: 12px 12px !important;
}

@media (hover:hover){
  .brand-page .unit-item a:hover{
    box-shadow: 0 12px 26px rgba(15,23,42,.12) !important;
    transform: translateY(-1px);
    background: #fff !important;
  }
}




























/* =========================================================
   EAP PREMIUM SYSTEM v1 (ONE BLOCK — no more patch stacking)
   - Fixes brand-page LEFT gray rows (unit-item background:#eee)
   - Makes brand-page RIGHT stickies match the LEFT (same rail)
   - Softens “too white” cards to a premium blue-white
   - Keeps middle interaction area clean
   ========================================================= */

:root{
  --eap-rail-1: #f3f8ff;
  --eap-rail-2: #eaf2ff;
  --eap-rail-border: rgba(36,81,162,.16);

  /* “Not pure white” card surface */
  --eap-card-bg: #fbfdff;
  --eap-card-border: rgba(15,23,42,.10);
  --eap-card-shadow: 0 14px 34px rgba(15,23,42,.10);

  --eap-text: rgba(15,23,42,.90);
  --eap-text-soft: rgba(15,23,42,.74);
}

/* ========= BRAND PAGES: LEFT STICKY (unit picker) ========= */

/* Rail wrapper (matches the premium look) */
.brand-page .unit-sticky{
  background: linear-gradient(180deg, var(--eap-rail-1), var(--eap-rail-2)) !important;
  border: 1px solid var(--eap-rail-border) !important;
  border-radius: 18px !important;
  padding: 12px !important;
}

/* The box inside the rail */
.brand-page .unit-col-box{
  background: var(--eap-card-bg) !important;
  border: 1px solid var(--eap-card-border) !important;
  border-radius: 16px !important;
  box-shadow: var(--eap-card-shadow) !important;
  overflow: hidden !important;
}

/* Header bar */
.brand-page .unit-col-title{
  background: linear-gradient(180deg, #2a5fbe 0%, #214a93 100%) !important;
  color:#fff !important;
  font-weight: 1000 !important;
  padding: 14px 12px !important;
  margin: 0 !important;
}

/* ✅ THIS REMOVES THE “GRAY” (your template sets .unit-item{background:#eee}) */
.brand-page .unit-item{
  background: transparent !important;
  padding: 10px 12px !important;
}

/* Remove the divider lines and rely on spacing */
.brand-page .unit-sep{ display:none !important; }

/* Make each link a premium pill */
.brand-page .unit-item a{
  display:block !important;
  margin: 8px 0 !important;
  padding: 12px 12px !important;
  background: rgba(255,255,255,.98) !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  border-radius: 12px !important;
  font-weight: 1000 !important;
  color: var(--eap-text) !important;
  text-decoration: none !important;
  line-height: 1.15 !important;
}

/* Kill inline padding="8px" from template */
.brand-page .unit-item a[style]{ padding: 12px 12px !important; }

@media (hover:hover){
  .brand-page .unit-item a:hover{
    background:#fff !important;
    box-shadow: 0 12px 26px rgba(15,23,42,.12) !important;
    transform: translateY(-1px);
  }
}

/* ========= BRAND PAGES: RIGHT STICKY (trust stack) ========= */

/* Rail wrapper for the right column */
.brand-page .right-sticky{
  background: linear-gradient(180deg, var(--eap-rail-1), var(--eap-rail-2)) !important;
  border: 1px solid var(--eap-rail-border) !important;
  border-radius: 18px !important;
  padding: 12px !important;
}

/* Right cards (template injects .eap-sidecard{background:#fff} in a <style> tag)
   We override it with !important and make it “soft white” */
.brand-page .right-sticky .eap-sidecard{
  background: var(--eap-card-bg) !important;
  border: 1px solid var(--eap-card-border) !important;
  border-radius: 16px !important;
  box-shadow: var(--eap-card-shadow) !important;
}

/* Typography tune (more pro, less shouty) */
.brand-page .right-sticky .eap-sidecard-title{
  color: rgba(15,23,42,.86) !important;
  font-weight: 1000 !important;
}
.brand-page .right-sticky .eap-sidecard-list,
.brand-page .right-sticky .eap-sb-text,
.brand-page .right-sticky .eap-g-text{
  color: var(--eap-text-soft) !important;
  font-weight: 800 !important; /* still strong, but less harsh than 900 everywhere */
}

/* ========= CENTER CARDS: reduce “too white” feel ========= */
.eap-brand-card,
.eap-acc,
.eap-helpbox{
  background: var(--eap-card-bg) !important;
  border-color: rgba(15,23,42,.10) !important;
}














/* EAP#PATCH#003 — Sub-Zero brand page: widen desktop layout (mobile unchanged) */
@media (min-width: 768px){
  /* Make the page container wider on desktop */
  .container.brand-page.brand-id-16{
    max-width: 1320px !important;
  }

  /* If Sub-Zero is using a “center column” only, force it to full width */
  .brand-id-16 .brand-page-row > .col-md-6{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* Remove any old max-width cap that keeps the content narrow */
  .brand-id-16 .brand-description{
    max-width: none !important;
  }
}

@media (min-width: 1400px){
  .container.brand-page.brand-id-16{
    max-width: 1440px !important;
  }
}






/* EAP#PATCH#004 — Brand pages: reduce pure white cards (premium soft surface) */
:root{
  --eap-surface-ice:#f5f9ff;            /* soft off-white */
  --eap-surface-ice2:#ffffff;           /* clean white */
  --eap-surface-border:rgba(36,81,162,.14);
  --eap-surface-shadow:0 14px 34px rgba(15,23,42,.08);
  --eap-surface-shadow-hover:0 18px 44px rgba(15,23,42,.11);
}

/* Apply only to brand pages (Sub-Zero/Wolf etc) */
.brand-page .eap-brand-card,
.brand-page .eap-acc,
.brand-page .eap-helpbox,
.brand-page .eap-sidecard,
.brand-page .unit-col-box{
  background: linear-gradient(180deg, var(--eap-surface-ice), var(--eap-surface-ice2)) !important;
  border-color: var(--eap-surface-border) !important;
  box-shadow: var(--eap-surface-shadow) !important;
}

/* Hover feels more premium */
.brand-page .eap-brand-card:hover{
  border-color: rgba(36,81,162,.22) !important;
  box-shadow: var(--eap-surface-shadow-hover) !important;
}

/* Make the “unit list” rows less gray/flat */
.brand-page .unit-item{
  background: rgba(255,255,255,.65) !important;
}






/* EAP#PATCH#006 — Brand pages: premium contrast (desktop only; mobile unchanged) */
@media (min-width: 768px){

  /* Give the whole brand page a slightly richer “canvas” */
  .brand-page{
    background: radial-gradient(900px 420px at 50% 140px, rgba(36,81,162,.10), rgba(36,81,162,0) 70%) !important;
    border-radius: 20px;
  }

  /* Make cards “soft white / ice” instead of bright white */
  .brand-page .eap-brand-card,
  .brand-page .eap-acc,
  .brand-page .eap-helpbox,
  .brand-page .eap-sidecard,
  .brand-page .unit-col-box{
    background: linear-gradient(180deg, #f4f8ff, #ffffff) !important;
    border: 1px solid rgba(36,81,162,.24) !important;
    box-shadow: 0 18px 44px rgba(15,23,42,.10) !important;
  }

  /* Add a subtle premium accent to catalog cards (makes it feel “shop like”) */
  .brand-page .eap-brand-card{
    position: relative;
    overflow: hidden;
  }
  .brand-page .eap-brand-card:before{
    content:"";
    position:absolute;
    left:0; top:0; bottom:0;
    width: 4px;
    background: linear-gradient(180deg, rgba(36,81,162,.55), rgba(36,81,162,.18));
    opacity: .85;
  }

  /* Hover: clearer premium depth */
  .brand-page .eap-brand-card:hover{
    transform: translateY(-2px);
    border-color: rgba(36,81,162,.34) !important;
    box-shadow: 0 22px 54px rgba(15,23,42,.13) !important;
  }
}




/* EAP#PATCH#007 — Brand cards: CTA becomes a premium pill button (desktop only) */
@media (min-width:768px){
  .brand-page .eap-brand-card{ padding:16px 16px 14px !important; }
  .brand-page .eap-card-title{ font-size:16px !important; line-height:1.15 !important; }
  .brand-page .eap-card-sub{ font-size:13px !important; opacity:.82 !important; }

  .brand-page .eap-card-cta{
    display:inline-flex !important;
    margin-top:10px !important;
    padding:6px 10px !important;
    border-radius:999px !important;
    background:rgba(36,81,162,.10) !important;
    border:1px solid rgba(36,81,162,.20) !important;
    color:#1f4a98 !important;
    font-weight:900 !important;
  }
}





/* EAP#PATCH#008 — Brand accordions: compact + premium header (desktop only) */
@media (min-width:768px){
  .brand-page details.eap-acc{
    margin: 12px 0 !important;
    border-radius: 14px !important;
    overflow: hidden;
  }
  .brand-page details.eap-acc > summary{
    padding: 10px 14px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    background: linear-gradient(180deg, rgba(36,81,162,.10), rgba(255,255,255,.75)) !important;
    border: 1px solid rgba(36,81,162,.20) !important;
  }
  .brand-page details.eap-acc[open] > summary{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: 0 !important;
  }
  .brand-page details.eap-acc > summary:after{
    width: 26px; height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(36,81,162,.12);
    border: 1px solid rgba(36,81,162,.20);
    margin-top: -2px;
  }
  .brand-page .eap-acc-inner{
    padding: 10px 12px 12px !important;
    border: 1px solid rgba(36,81,162,.18) !important;
    border-top: 0 !important;
  }
}












/* EAP#PATCH#009 — Brand help box: compact + remove photo (desktop only) */
@media (min-width:768px){
  .brand-page .eap-helpbox{
    padding: 12px 14px !important;
  }
  .brand-page .eap-helpbox-inline{
    gap: 12px !important;
    align-items: center !important;
  }

  /* Remove the phone-guy image on brand pages (keep for Contact/Checkout if you want) */
  .brand-page .eap-helpbox-media,
  .brand-page .eap-help-img{
    display:none !important;
  }

  .brand-page .eap-helpbox-title{
    font-size: 15px !important;
    margin-bottom: 4px !important;
  }
  .brand-page .eap-muted{
    margin-top: 6px !important;
  }
  .brand-page .eap-cta-pills{
    margin-top: 8px !important;
    gap: 8px !important;
  }
  .brand-page .eap-pillcta{
    padding: 8px 12px !important;
    font-size: 13px !important;
  }
}











/* EAP#PATCH#010 — Brand cards: premium tile spacing (desktop only) */
@media (min-width:768px){
  .brand-page .eap-brand-grid{ gap:16px !important; }

  .brand-page .eap-brand-card{
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    padding:18px 18px 16px !important;
    border-radius:16px !important;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
  }

  .brand-page .eap-card-title{
    font-size:17px !important;
    letter-spacing:.15px !important;
  }

  .brand-page .eap-card-sub{
    margin:4px 0 10px !important;
    line-height:1.35 !important;
  }

  .brand-page .eap-card-cta{ align-self:flex-start !important; }

  /* Smaller “DIY” tiles look tighter */
  .brand-page .eap-brand-card-sm{
    padding:14px 16px 12px !important;
    border-radius:14px !important;
  }
}




/* EAP#PATCH#011 — Brand hero: tighten top spacing (desktop only) */
@media (min-width:768px){
  /* Tighten space between logo and title/lead */
  .brand-page .eap-sz-hero{
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }
  .brand-page .eap-sz-title{
    margin: 8px 0 4px !important;
  }
  .brand-page .eap-sz-tagline{
    margin: 0 0 6px !important;
  }
  .brand-page .eap-sz-lead{
    margin: 0 auto 10px !important;
  }

  /* Slightly shrink the brand logo block so it feels “catalog” */
  .brand-page .brand-logo{
    max-width: 560px !important;
  }
}











/* EAP#PATCH#012 — Brand page: section dividers for pro scanning (desktop only) */
@media (min-width:768px){
  /* Add a clean divider before the first accordion (after the grid) */
  .brand-page .eap-brand-grid{
    margin-bottom: 18px !important;
    position: relative;
  }
  .brand-page .eap-brand-grid:after{
    content:"";
    display:block;
    height:1px;
    margin-top:18px;
    background: linear-gradient(90deg, rgba(36,81,162,0), rgba(36,81,162,.22), rgba(36,81,162,0));
  }

  /* Add slight divider between accordion blocks */
  .brand-page details.eap-acc{
    box-shadow: 0 14px 34px rgba(15,23,42,.08) !important;
  }
}








/* EAP#PATCH#013 — Model list: cleaner catalog scan (desktop only) */
@media (min-width:768px){
  /* Make the big model accordion easier to read */
  .brand-page .eap-model-list{
    columns: 3 !important;          /* more columns on desktop */
    column-gap: 22px !important;
  }
  .brand-page .eap-model-list li{
    break-inside: avoid !important;
    padding: 2px 0 !important;
    line-height: 1.2 !important;
    font-size: 13px !important;
  }

  /* Series sub-accordions look like an index */
  .brand-page details.eap-subacc > summary{
    padding: 8px 10px !important;
    border-radius: 12px !important;
    background: rgba(36,81,162,.08) !important;
    border: 1px solid rgba(36,81,162,.16) !important;
    margin-top: 10px !important;
  }
  .brand-page details.eap-subacc[open] > summary{
    background: rgba(36,81,162,.10) !important;
    border-color: rgba(36,81,162,.22) !important;
  }

  /* The note paragraph above model lists should read softer */
  .brand-page .eap-note{
    font-size: 13px !important;
    line-height: 1.35 !important;
    opacity: .88 !important;
  }
}







/* EAP#PATCH#014 — Model accordion: scroll-inside on desktop (reduces page “endless” feel) */
@media (min-width:992px){
  /* Only the big “Parts for all models” accordion content gets a max height + scroll */
  .brand-page details.eap-acc[open] .eap-acc-inner{
    max-height: 520px !important;
    overflow: auto !important;
    padding-right: 10px !important;
  }

  /* Nice scrollbar (Chrome/Edge) */
  .brand-page details.eap-acc[open] .eap-acc-inner::-webkit-scrollbar{
    width: 10px;
  }
  .brand-page details.eap-acc[open] .eap-acc-inner::-webkit-scrollbar-thumb{
    background: rgba(36,81,162,.22);
    border-radius: 999px;
    border: 2px solid rgba(255,255,255,.75);
  }
  .brand-page details.eap-acc[open] .eap-acc-inner::-webkit-scrollbar-track{
    background: rgba(36,81,162,.06);
    border-radius: 999px;
  }
}











/* EAP#PATCH#018 — Brand pages: wider desktop layout (kills “small/boxed” look) */
@media (min-width:992px){
  /* Your brand view hard-limits content to ~780px; override it */
  .brand-page .brand-description{ max-width: 1240px !important; }

  /* Keep Sub-Zero block from self-limiting */
  .brand-page .eap-subzero-v14{ max-width: 1240px !important; margin: 0 auto !important; }

  /* Slightly soften pure-white cards so the page feels less “white on white” */
  .brand-page .eap-brand-card{ background: rgba(255,255,255,.94) !important; }
  .brand-page details.eap-acc{ background: rgba(255,255,255,.96) !important; }
}






/* EAP#PATCH#020 — Sub-Zero: catalog panel (premium depth / less white emptiness) */
.brand-page.brand-id-16 .eap-subzero-v14{
  background: linear-gradient(180deg, rgba(36,81,162,.10), rgba(255,255,255,.70));
  border: 1px solid rgba(36,81,162,.18);
  border-radius: 20px;
  padding: 18px 18px 12px;
  box-shadow: 0 18px 44px rgba(15,23,42,.10);
}
.brand-page.brand-id-16 .eap-subzero-v14 .eap-brand-card,
.brand-page.brand-id-16 .eap-subzero-v14 details.eap-acc{
  background: rgba(255,255,255,.92) !important;
}
@media (max-width: 767.98px){
  .brand-page.brand-id-16 .eap-subzero-v14{ padding: 14px 12px 10px; border-radius: 16px; }
}

























/* EAP#PATCH#021 — Sub-Zero: pro polish (hover, typography, accordions) */
.brand-page.brand-id-16 .eap-subzero-v14 .eap-brand-card{
  border: 1px solid rgba(15,23,42,.10) !important;
  box-shadow: 0 10px 26px rgba(15,23,42,.08) !important;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.brand-page.brand-id-16 .eap-subzero-v14 .eap-brand-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(15,23,42,.14) !important;
  border-color: rgba(36,81,162,.22) !important;
}

/* Typography polish */
.brand-page.brand-id-16 .eap-subzero-v14 .eap-card-title{
  font-size: 16px !important;
  line-height: 1.15 !important;
  letter-spacing: .1px !important;
}
.brand-page.brand-id-16 .eap-subzero-v14 .eap-card-sub{
  font-size: 13.2px !important;
  line-height: 1.35 !important;
  color: rgba(15,23,42,.78) !important;
}
.brand-page.brand-id-16 .eap-subzero-v14 .eap-card-cta{
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: 6px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: rgba(36,81,162,.10) !important;
  border: 1px solid rgba(36,81,162,.18) !important;
  color: rgba(15,23,42,.92) !important;
  font-weight: 900 !important;
}

/* Accordions: more premium, easier to scan */
.brand-page.brand-id-16 .eap-subzero-v14 details.eap-acc{
  border: 1px solid rgba(15,23,42,.10) !important;
  box-shadow: 0 10px 26px rgba(15,23,42,.08) !important;
}
.brand-page.brand-id-16 .eap-subzero-v14 details.eap-acc > summary{
  padding: 12px 14px !important;
  background: rgba(36,81,162,.06) !important;
  border-radius: 14px !important;
}
.brand-page.brand-id-16 .eap-subzero-v14 details.eap-acc[open] > summary{
  background: rgba(36,81,162,.10) !important;
}

/* Keyboard focus (feels “pro” + accessible) */
.brand-page.brand-id-16 .eap-subzero-v14 a:focus-visible,
.brand-page.brand-id-16 .eap-subzero-v14 summary:focus-visible{
  outline: 3px solid rgba(36,81,162,.35);
  outline-offset: 3px;
  border-radius: 12px;
}

@media (max-width: 767.98px){
  .brand-page.brand-id-16 .eap-subzero-v14 .eap-card-title{ font-size: 15px !important; }
  .brand-page.brand-id-16 .eap-subzero-v14 .eap-card-cta{ width: 100% !important; justify-content: center !important; }
}



















/* EAP#PATCH#022 — Sub-Zero: reduce "too white" + tighten spacing */
.brand-page.brand-id-16 .eap-subzero-v14 .eap-brand-card,
.brand-page.brand-id-16 .eap-subzero-v14 details.eap-acc{
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.78)) !important;
  border-color: rgba(15,23,42,.12) !important;
}
.brand-page.brand-id-16 .eap-subzero-v14 .eap-brand-card{
  box-shadow: 0 14px 34px rgba(15,23,42,.10) !important;
}
.brand-page.brand-id-16 .eap-subzero-v14 details.eap-acc{
  box-shadow: 0 12px 28px rgba(15,23,42,.09) !important;
  margin: 12px 0 !important;
}
.brand-page.brand-id-16 .eap-subzero-v14 .eap-brand-grid{ gap: 12px !important; margin: 10px 0 12px !important; }
.brand-page.brand-id-16 .eap-subzero-v14 .eap-sz-lead{ margin-bottom: 10px !important; }

















/* EAP#PATCH#023 — Sub-Zero logo de-box (clean premium) */
.brand-page.brand-id-16 img.brand-logo,
.brand-page.brand-id-16 .brand-logo{
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 14px 24px rgba(15,23,42,.18));
}












/* EAP#PATCH#024 — Sub-Zero: pro hover/press + cleaner CTA */
.brand-page.brand-id-16 .eap-subzero-v14 .eap-brand-card,
.brand-page.brand-id-16 .eap-subzero-v14 details.eap-acc{
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}

@media (hover:hover){
  .brand-page.brand-id-16 .eap-subzero-v14 .eap-brand-card:hover{
    transform: translateY(-1px);
    border-color: rgba(36,81,162,.28) !important;
    box-shadow: 0 18px 44px rgba(15,23,42,.14) !important;
  }
  .brand-page.brand-id-16 .eap-subzero-v14 details.eap-acc:hover{
    border-color: rgba(15,23,42,.14) !important;
    box-shadow: 0 14px 34px rgba(15,23,42,.11) !important;
  }
}

.brand-page.brand-id-16 .eap-subzero-v14 .eap-brand-card:active{
  transform: translateY(0px) scale(.997);
}

.brand-page.brand-id-16 .eap-subzero-v14 .eap-card-cta{
  text-decoration: none !important;
  font-weight: 900 !important;
  color: rgba(15,23,42,.92) !important;
}
.brand-page.brand-id-16 .eap-subzero-v14 .eap-card-cta:hover{
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

















/* EAP#PATCH#025 — Sub-Zero: hero plate tighter + richer (less white wash) */
.brand-page.brand-id-16 .eap-subzero-v14 .eap-sz-hero{
  background: linear-gradient(180deg, rgba(36,81,162,.14), rgba(36,81,162,.06));
  border: 1px solid rgba(36,81,162,.18);
  border-radius: 18px;
  padding: 16px 18px 14px;
  margin: 10px auto 14px;
  max-width: 1120px;
}

@media (min-width: 1100px){
  .brand-page.brand-id-16 .eap-subzero-v14 .eap-sz-hero{
    padding: 18px 22px 16px;
  }
}

/* Slightly stronger headline contrast */
.brand-page.brand-id-16 .eap-subzero-v14 .eap-sz-title{
  color: rgba(15,23,42,.96) !important;
}
.brand-page.brand-id-16 .eap-subzero-v14 .eap-sz-tagline,
.brand-page.brand-id-16 .eap-subzero-v14 .eap-sz-lead{
  color: rgba(15,23,42,.72) !important;
}























/* EAP#PATCH#026 — Sub-Zero card soft-tint + premium hover (reduces “too white”) */
.brand-page.brand-id-16 .eap-subzero-v14 .eap-brand-card{
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(245,248,255,.92)) !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  box-shadow: 0 10px 26px rgba(15,23,42,.07) !important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.brand-page.brand-id-16 .eap-subzero-v14 .eap-brand-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(15,23,42,.12) !important;
  border-color: rgba(36,81,162,.22) !important;
}

/* Make the “Search …” line feel like a clean CTA without looking like an ad */
.brand-page.brand-id-16 .eap-subzero-v14 .eap-card-cta{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(36,81,162,.10);
  border: 1px solid rgba(36,81,162,.16);
  font-weight: 900;
}













/* EAP#PATCH#027 — Sub-Zero accordions: premium headers */
.brand-page.brand-id-16 .eap-subzero-v14 .eap-acc{
  background: rgba(255,255,255,.78) !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  box-shadow: 0 10px 24px rgba(15,23,42,.06) !important;
}
.brand-page.brand-id-16 .eap-subzero-v14 .eap-acc > summary{
  position:relative;
  padding: 12px 44px 12px 14px !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, rgba(245,248,255,.98), rgba(238,242,248,.92)) !important;
}
.brand-page.brand-id-16 .eap-subzero-v14 .eap-acc > summary:after{
  content:"▸" !important;
  position:absolute; right:14px; top:50%;
  transform: translateY(-50%) rotate(0deg);
  opacity:.65; font-weight:900;
  transition: transform .15s ease;
}
.brand-page.brand-id-16 .eap-subzero-v14 .eap-acc[open] > summary:after{
  transform: translateY(-50%) rotate(90deg);
}














/* EAP#PATCH#028 — Sub-Zero: tighter rhythm + subtle texture (desktop only) */
@media (min-width:768px){
  /* Reduce extra gaps between major sections */
  .brand-page.brand-id-16 .eap-subzero-v14{
    padding: 16px 16px 10px !important;
  }
  .brand-page.brand-id-16 .eap-brand-grid{
    margin: 10px 0 10px !important;
  }
  .brand-page.brand-id-16 details.eap-acc{
    margin: 10px 0 !important;
  }

  /* Very subtle “paper texture” effect (no image) */
  .brand-page.brand-id-16{
    background:
      radial-gradient(900px 420px at 50% 140px, rgba(36,81,162,.10), rgba(36,81,162,0) 70%),
      linear-gradient(180deg, rgba(238,242,248,.65), rgba(238,242,248,0));
  }
}













/* EAP#PATCH#029 — Sub-Zero logo area: clean brand strip (not boxy) */
.brand-page.brand-id-16 .brand-logo{
  display:block;
  margin: 6px auto 10px !important;
  max-width: 520px;
  height:auto;
  filter: drop-shadow(0 14px 22px rgba(15,23,42,.18));
}

/* If your logo is inside a container/card, neutralize it */
.brand-page.brand-id-16 .brand-logo-card,
.brand-page.brand-id-16 .brand-banner,
.brand-page.brand-id-16 .brand-hero{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 8px !important;
}

/* Add a thin “brand strip” separator line */
@media (min-width:768px){
  .brand-page.brand-id-16 .brand-description:before{
    content:"";
    display:block;
    height:1px;
    margin: 6px auto 14px;
    max-width: 980px;
    background: linear-gradient(90deg, rgba(36,81,162,0), rgba(36,81,162,.22), rgba(36,81,162,0));
  }
}




