.elementor-14896 .elementor-element.elementor-element-61a2145{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14896 .elementor-element.elementor-element-3dbd039{border-radius:0px 0px 0px 0px;}.elementor-14896 .elementor-element.elementor-element-8863cd3{width:var( --container-widget-width, 100% );max-width:100%;margin:37px 37px calc(var(--kit-widget-spacing, 0px) + 37px) 37px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-3dbd039 *//* =========================
   SecureLifts Brochure Page
   ========================= */
.sl-brochure{
  --blue:#002040;
  --blue2:#0a3a6a;
  --orange:#FF8B00;
  --ink:#0b1220;
  --muted:#5a667a;
  --line:rgba(10,20,40,.12);
  --card:#ffffff;
  --soft:#f5f8ff;
  --radius:18px;
  --shadow:0 14px 44px rgba(0,0,0,.12);

  font-family: inherit;
  color:var(--ink);
}

.slb-container{
  width:min(1180px, 92%);
  margin-inline:auto;

}

/* Sections */
.slb-section{
  padding: 40px 0;
}
.slb-section-alt{
  background: linear-gradient(180deg, rgba(0,32,64,.05), rgba(255,139,0,.03));
}
.slb-section-head{
  margin-bottom: 26px;
}
.slb-section-head h2{
  margin:0 0 10px;
  font-size: 38px;
  letter-spacing:-.02em;
}
.slb-section-head p{
  margin:0;
  color:rgba(0,0,0,.70);
  line-height:1.6;
  max-width: 72ch;
}

/* HERO */
.slb-hero{
  position:relative;
  padding: 92px 0 70px;
  background:
    radial-gradient(circle at 20% 25%, rgba(255,139,0,.22), transparent 56%),
    radial-gradient(circle at 70% 30%, rgba(0,180,255,.18), transparent 60%),
    linear-gradient(135deg, rgba(0,32,64,1) 0%, rgba(0,32,64,.92) 45%, rgba(255,139,0,.20) 100%);
  color:#fff;
  overflow:hidden;
}
.slb-hero:before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.14), rgba(255,255,255,0));
  opacity:.15;
  pointer-events:none;
}
.slb-hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 26px;
  align-items: start;
}
.slb-kicker{
  display:inline-block;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  padding: 10px 14px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.12);
}
.slb-title{
  margin: 18px 0 10px;
  font-size: 56px;
  line-height:1.02;
  letter-spacing:-.02em;
  color: #fff;
}
.slb-sub{
  margin:0 0 18px;
  color: rgba(255,255,255,.86);
  line-height:1.65;
  max-width: 62ch;
}
.slb-hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 12px 0 18px;
}
.slb-badge{
  font-size:12px;
  padding: 8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
}
.slb-cta-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin: 10px 0 18px;
}
.slb-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight:900;
  text-decoration:none;
  border: 1px solid transparent;
  transition: transform .12s ease, opacity .12s ease;
}
.slb-btn:hover{ transform: translateY(-1px); opacity:.95; 
    color: #FFF;
}
.slb-btn-primary{
  background: linear-gradient(90deg, var(--orange), #ffb14a);
  color:#111;
  border-color: rgba(0,0,0,.12);
}
.slb-btn-ghost{
  background: rgba(255,255,255,.10);
  color:#fff;
  border-color: rgba(255,255,255,.22);
}
.slb-meta{
  display:grid;
  gap:10px;
  margin-top: 12px;
}
.slb-meta-item{
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(0,0,0,.14);
  border:1px solid rgba(255,255,255,.16);
}
.slb-meta-label{
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:.9;
}
.slb-meta-value{
  margin-top: 4px;
  font-weight:900;
}

/* Hero right card */
.slb-hero-card{
  border-radius: 22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.14);
  box-shadow: 0 22px 60px rgba(0,0,0,.26);
  backdrop-filter: blur(12px);
}
.slb-hero-card-top{ padding: 18px 18px 14px; }
.slb-hero-card-tag{
  display:inline-block;
  font-size:12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,139,0,.18);
  border:1px solid rgba(255,139,0,.25);
  font-weight:900;
}
.slb-hero-card-title{ margin-top: 10px; font-size:18px; font-weight:900; }
.slb-hero-card-sub{ margin-top:6px; color:rgba(255,255,255,.82); line-height:1.55; font-size:13px; }
.slb-hero-card-media{
  padding: 0 18px 18px;
}
.slb-media-placeholder{
  height: 380px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    radial-gradient(circle at 35% 25%, rgba(255,139,0,.18), transparent 55%),
    radial-gradient(circle at 70% 35%, rgba(0,180,255,.18), transparent 55%);
  border:1px dashed rgba(255,255,255,.20);
  background-size: cover;      /* fills the box */
  background-repeat: no-repeat;
  background-position: center bottom; /* keeps it centered */
    position: relative;
}
.slb-hero-card-bottom{
  padding: 0 18px 18px;
}
.slb-mini-list{
  display:grid;
  gap:10px;
  color:rgba(255,255,255,.86);
  font-weight:800;
  font-size:13px;
}
.slb-mini{ display:flex; align-items:center; gap:10px; }
.slb-mini span{
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255,139,0,.16);
}

/* Collections */
.slb-collections{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:16px;
}
.slb-collection{
  background: var(--card);
  border:1px solid var(--line);
  border-radius: 22px;
  overflow:hidden;
  box-shadow: var(--shadow);
}
.slb-collection-media{
  height: 180px;
}
.slb-bg1{ background: linear-gradient(135deg, rgba(0,32,64,.12), rgba(255,139,0,.18)); }
.slb-bg2{ background: linear-gradient(135deg, rgba(0,180,255,.12), rgba(0,32,64,.14)); }
.slb-bg3{ background: linear-gradient(135deg, rgba(255,139,0,.16), rgba(0,32,64,.10)); }
.slb-bg4{ background: linear-gradient(135deg, rgba(0,32,64,.10), rgba(0,0,0,.04)); }

.slb-collection-body{ padding: 18px; }
.slb-collection h3{ margin:0 0 8px; font-size:20px; letter-spacing:-.01em; }
.slb-collection p{ margin:0 0 12px; color:rgba(0,0,0,.72); line-height:1.6; }
.slb-chips{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom: 12px; }
.slb-chips span{
  font-size:12px;
  padding: 8px 12px;
  border-radius:999px;
  background: rgba(255,139,0,.10);
  border:1px solid rgba(255,139,0,.18);
}
.slb-link{
  font-weight:900;
  text-decoration:none;
  color: var(--blue);
}
.slb-link:hover{ text-decoration:underline; }

/* Cards / grids */
.slb-grid-2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
}
.slb-card{
  background: var(--card);
  border:1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.slb-card-title{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(0,0,0,.60);
  font-weight:900;
  margin-bottom: 12px;
}
.slb-note{
  margin-top: 12px;
  font-size:12px;
  color: rgba(0,0,0,.62);
}

/* Designs */
.slb-design-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.slb-design{
  border:1px solid var(--line);
  border-radius: 18px;
  padding: 12px;
  background: #fff;
}
.slb-thumb{
  height: 388px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(0,32,64,.08), rgba(255,139,0,.10));
  border:1px dashed rgba(0,32,64,.20);
  background-position: center;
}
.slb-name{ margin-top: 10px; font-weight:900; }

/* Picks */
.slb-picks{ display:grid; gap:12px; }
.slb-pick{
  border-radius: 18px;
  padding: 14px;
  border:1px solid rgba(0,32,64,.12);
  background: linear-gradient(180deg, rgba(0,32,64,.04), rgba(255,139,0,.06));
}
.slb-pick-badge{
  display:inline-block;
  font-size:12px;
  padding: 8px 12px;
  border-radius:999px;
  background: rgba(0,32,64,.08);
  border:1px solid rgba(0,32,64,.12);
  font-weight:900;
}
.slb-pick-title{ margin-top:10px; font-weight:900; font-size:18px; }
.slb-pick-text{ margin-top:4px; color:rgba(0,0,0,.70); line-height:1.55; }
.slb-cta-mini{ margin-top: 14px; }

/* Pills */
.slb-pill-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
}
.slb-pill-grid span{
  text-align:center;
  padding: 12px 10px;
  border-radius: 16px;
  background: rgba(0,32,64,.06);
  border:1px solid rgba(0,32,64,.12);
  font-weight:900;
}

/* Swatches */
.slb-swatches{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}
.slb-swatch{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding: 10px 12px;
  border-radius: 16px;
  border:1px solid var(--line);
  background:#fff;
  font-weight:900;
}
.slb-swatch i{
  width: 54px;
  height: 22px;
  border-radius: 999px;
  border:1px solid rgba(0,0,0,.10);
  display:block;
}
.w1{background:#c8a57a}
.w2{background:#b48456}
.w3{background:#7b4b2b}
.w4{background:#6a3f25}
.w5{background:#3b2417}
.w6{background:#6b6f74}
.s1{background:#f4f6f9}
.s2{background:#3e4752}
.s3{background:#15171a}
.s4{background:#6a4a2d}
.s5{background:#d5c3a0}
.s6{background:linear-gradient(90deg, rgba(0,32,64,.90), rgba(255,139,0,.90))}

/* Glass */
.slb-glass-grid{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:12px;
}
.slb-glass{
  background:#fff;
  border:1px solid var(--line);
  border-radius: 18px;
  overflow:hidden;
  box-shadow: var(--shadow);
}
.slb-glass-img{
  height: 120px;
  background:
    linear-gradient(180deg, rgba(0,32,64,.08), rgba(255,139,0,.10));
}
.slb-glass-name{
  padding: 12px 12px;
  font-weight:900;
}
.slb-tip{
  margin-top: 16px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(0,32,64,.06);
  border:1px solid rgba(0,32,64,.12);
}

/* Hardware */
.slb-hardware-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.slb-hw{
  background:#fff;
  border:1px solid var(--line);
  border-radius: 18px;
  padding: 12px;
  box-shadow: var(--shadow);
}
.slb-hw-img{
  height: 120px;
  border-radius: 14px;
  border:1px dashed rgba(0,0,0,.18);
  background: rgba(0,0,0,.06);
}
.slb-hw-name{ margin-top: 10px; font-weight:900; }

/* CTA */
.slb-cta{
  padding: 84px 0;
  background:
    radial-gradient(circle at 18% 30%, rgba(255,139,0,.18), transparent 55%),
    radial-gradient(circle at 80% 35%, rgba(0,180,255,.16), transparent 60%),
    linear-gradient(135deg, rgba(0,32,64,1) 0%, rgba(0,32,64,.92) 55%, rgba(255,139,0,.20) 100%);
  color:#fff;
}
.slb-cta-box{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:16px;
  border-radius: 26px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.14);
  backdrop-filter: blur(12px);
  padding: 22px;
  box-shadow: 0 24px 70px rgba(0,0,0,.30);
}
.slb-cta-box h2{ margin:0 0 10px; font-size:38px; letter-spacing:-.02em; }
.slb-cta-box p{ margin:0; color:rgba(255,255,255,.86); line-height:1.65; }
.slb-cta-actions{ margin-top: 14px; display:flex; gap:12px; flex-wrap:wrap; }
.slb-cta-right{ display:grid; gap:10px; }
.slb-cta-mini{
  padding: 14px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.14);
}
.slb-cta-mini .k{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.9;
}
.slb-cta-mini .v{
  margin-top:6px;
  font-weight:900;
}


/* Collection image area */
.slb-collection-media{
  height: 220px;              /* change to 200–260 if you want */
  background-size: cover;      /* fills the box */
  background-position: center; /* keeps it centered */
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--line);
}

/* Optional: nicer look on photos */
.slb-collection-media::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.00), rgba(0,32,64,.25));
  opacity:.65;
  pointer-events:none;
}

/* Needed because ::after uses absolute */
.slb-collection-media{
  position: relative;
}
.sl-series-page{
  --blue:#002040;
  --orange:#FF8B00;
  --line:rgba(10,20,40,.12);
  --shadow:0 14px 44px rgba(0,0,0,.10);
  --radius:18px;
  color:#0b1220;
}

.sl-series-nav{
  position: sticky;
  top: 12px;
  z-index: 5;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  padding: 12px 10px;
  margin: 10px 0 20px;
  background: rgba(255,255,255,.85);
  border:1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.sl-series-nav a{
  text-decoration:none;
  font-weight:900;
  font-size:12px;
  padding:8px 12px;
  border-radius:999px;
  color:var(--blue);
  background: rgba(0,32,64,.06);
  border:1px solid rgba(0,32,64,.10);
}
.sl-series-nav a:hover{ background: rgba(255,139,0,.12); border-color: rgba(255,139,0,.22); }

.sl-series{
  padding: 70px 0;
  border-top: 1px solid var(--line);
}

.sl-series-head h2{
  margin:0 0 10px;
  font-size: 40px;
  letter-spacing:-.02em;
}
.sl-series-head p{
  margin:0 0 22px;
  color: rgba(0,0,0,.70);
  line-height: 1.6;
  max-width: 72ch;
}

.sl-series-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}

.sl-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.sl-card h3{
  margin:0 0 12px;
  font-size: 16px;
  letter-spacing:.08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.65);
}

.sl-card h4{
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing:.08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.60);
}

.sl-split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.sl-list-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:10px;
}

.sl-list-grid span{
  text-align:center;
  padding: 10px 10px;
  border-radius: 14px;
  background: rgba(0,32,64,.06);
  border:1px solid rgba(0,32,64,.10);
  font-weight:900;
  font-size: 12px;
}

.sl-note{
  margin-top: 12px;
  font-size: 12px;
  color: rgba(0,0,0,.62);
  line-height: 1.55;
}

@media (max-width: 1024px){
  .sl-series-grid{ grid-template-columns: 1fr; }
  .sl-split{ grid-template-columns: 1fr; }
}
@media (max-width: 520px){
  .sl-list-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sl-series-head h2{ font-size: 32px; }
}

/* Responsive */
@media (max-width: 1024px){
  .slb-hero-grid{ grid-template-columns: 1fr; }
  .slb-collections{ grid-template-columns: 1fr; }
  .slb-grid-2{ grid-template-columns: 1fr; }
  .slb-glass-grid{ grid-template-columns: repeat(2, 1fr); }
  .slb-cta-box{ grid-template-columns: 1fr; }
  .slb-title{ font-size: 44px; }
  .slb-section{ padding: 60px 0; }
}
@media (max-width: 520px){
  .slb-title{ font-size: 38px; }
  .slb-design-grid{ grid-template-columns: repeat(2, 1fr); }
  .slb-pill-grid{ grid-template-columns: repeat(2, 1fr); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8863cd3 *//* =========================
   SecureLifts Configurator
   ========================= */
.sl-configurator{
  --blue:#002040;
  --orange:#FF8B00;
  --line:rgba(10,20,40,.12);
  --shadow:0 14px 44px rgba(0,0,0,.10);
  --radius:18px;
  color:#0b1220;
}

/* Layout */
.sl-series--config{
  padding: 60px 0;
  border-top: 1px solid var(--line);
}
.sl-series-head h2{
  margin:0 0 10px;
  font-size: 40px;
  letter-spacing:-.02em;
}
.sl-series-head p{
  margin:0 0 20px;
  color:rgba(0,0,0,.70);
  line-height:1.6;
}

.sl-series-layout{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
  align-items:start;
}

.sl-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--shadow);
  margin-bottom: 14px;
}

.sl-card-title{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(0,0,0,.60);
  font-weight:900;
  margin-bottom: 12px;
}

.sl-subtitle{
  margin: 10px 0 8px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
  color:rgba(0,0,0,.55);
}

.sl-note{
  margin-top: 10px;
  font-size:12px;
  color: rgba(0,0,0,.62);
  line-height:1.55;
}

/* Chips */
.sl-option-group{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.sl-chip{
  appearance:none;
  border:1px solid rgba(0,32,64,.12);
  background: rgba(0,32,64,.05);
  color: var(--blue);
  border-radius: 999px;
  padding: 10px 12px;
  font-weight: 900;
  font-size: 12px;
  cursor:pointer;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.sl-chip:hover{
  transform: translateY(-1px);
  border-color: rgba(255,139,0,.22);
  background: rgba(255,139,0,.10);
}
.sl-chip.is-active{
  background: linear-gradient(90deg, rgba(255,139,0,.22), rgba(0,32,64,.08));
  border-color: rgba(255,139,0,.30);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

/* Color swatches */
.sl-colors{ gap:12px; }
.sl-swatch{
  width: calc(50% - 6px);
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  border:1px solid rgba(0,32,64,.12);
  background:#fff;
  border-radius: 16px;
  padding: 10px 12px;
  font-weight: 900;
  font-size: 12px;
  cursor:pointer;
}
.sl-swatch i{
  width: 34px;
  height: 18px;
  border-radius: 999px;
  border:1px solid rgba(0,0,0,.12);
  display:block;
}
.sl-swatch.is-active{
  border-color: rgba(255,139,0,.35);
  background: rgba(255,139,0,.08);
}

/* Preview */
.sl-preview{ position: sticky; top: 18px; }
.sl-preview-card{
  background: linear-gradient(180deg, #fff, #fbfdff);
  border:1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow:hidden;
}
.sl-preview-top{
  padding: 16px 16px 12px;
  border-bottom:1px solid var(--line);
  background: linear-gradient(90deg, rgba(0,32,64,.06), rgba(255,139,0,.06));
}
.sl-preview-title{
  font-weight: 900;
  letter-spacing:.08em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(0,0,0,.60);
}
.sl-preview-sub{
  margin-top: 6px;
  font-weight: 900;
  color: rgba(0,0,0,.75);
  line-height:1.35;
}

.sl-preview-media{
  padding: 14px;
}
.sl-preview-media img{
  width:100%;
  height: 320px;
  object-fit: cover;
  border-radius: 18px;
  border:1px solid rgba(0,0,0,.10);
  display:block;
}

.sl-summary{
  padding: 0 14px 14px;
}
.sl-summary-title{
  font-weight: 900;
  margin: 4px 0 10px;
}
.sl-summary-empty{
  color: rgba(0,0,0,.60);
  font-size: 13px;
  padding: 10px 0;
}
.sl-summary-grid{
  display:grid;
  gap:10px;
}
.sl-srow{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding: 10px 12px;
  border-radius: 14px;
  border:1px solid rgba(0,32,64,.10);
  background: rgba(0,32,64,.04);
}
.sl-skey{ font-weight:900; color: rgba(0,0,0,.65); }
.sl-sval{ font-weight:900; color: rgba(0,0,0,.80); text-align:right; }

.sl-preview-actions{
  padding: 14px;
  display:flex;
  gap:10px;
  border-top:1px solid var(--line);
}

.sl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 14px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  cursor:pointer;
  text-decoration:none;
}
.sl-btn-primary{
  background: linear-gradient(90deg, var(--orange), #ffb14a);
  color:#111;
  border-color: rgba(0,0,0,.12);
  flex:1;
}
.sl-btn-ghost{
  background: rgba(0,32,64,.06);
  border-color: rgba(0,32,64,.12);
  color: var(--blue);
}
.sl-tip{
  padding: 0 14px 14px;
  color: rgba(0,0,0,.62);
  font-size: 12px;
}

/* Floating cart button */
.sl-cart-fab{
  position: fixed;
  right: 16px;
  bottom: 120px;
  z-index: 9999;
  display:flex;
  align-items:center;
  gap:10px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: linear-gradient(90deg, #fff, #fbfdff);
  box-shadow: 0 18px 46px rgba(0,0,0,.18);
  font-weight: 900;
  cursor:pointer;
}
.sl-cart-badge{
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--orange);
  color:#111;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size: 12px;
  border:1px solid rgba(0,0,0,.12);
}

/* Cart drawer */
.sl-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 9998;
  opacity: 0;
  pointer-events:none;
  transition: opacity .15s ease;
}
.sl-overlay.is-open{
  opacity: 1;
  pointer-events:auto;
}

.sl-cart-drawer{
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 92vw);
  height: 100vh;
  background: #fff;
  border-left: 1px solid var(--line);
  box-shadow: -18px 0 50px rgba(0,0,0,.18);
  z-index: 9999;
  transform: translateX(105%);
  transition: transform .18s ease;
  display:flex;
  flex-direction:column;
}
.sl-cart-drawer.is-open{
  transform: translateX(0);
}

.sl-cart-head{
  padding: 16px;
  border-bottom: 1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
  background: linear-gradient(90deg, rgba(0,32,64,.06), rgba(255,139,0,.06));
}
.sl-cart-title{ font-weight: 900; font-size: 16px; }
.sl-cart-sub{ color: rgba(0,0,0,.62); font-size: 12px; margin-top:4px; }
.sl-cart-close{
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  border-radius: 12px;
  width: 36px;
  height: 36px;
  font-weight: 900;
  cursor:pointer;
}

.sl-cart-body{
  padding: 14px 16px;
  overflow:auto;
  flex:1;
}
.sl-cart-empty{
  padding: 12px;
  border-radius: 16px;
  border:1px dashed rgba(0,32,64,.18);
  color: rgba(0,0,0,.65);
}

.sl-cart-item{
  border:1px solid var(--line);
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
  margin-bottom: 12px;
  background:#fff;
}
.sl-cart-item-top{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:flex-start;
}
.sl-cart-item-title{ font-weight: 900; }
.sl-cart-item-sub{ font-size: 12px; color: rgba(0,0,0,.60); margin-top:4px; }
.sl-cart-item-remove{
  border:1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.04);
  border-radius: 999px;
  padding: 8px 10px;
  font-weight: 900;
  cursor:pointer;
  font-size: 12px;
}
.sl-cart-lines{ margin-top: 10px; display:grid; gap:6px; }
.sl-cart-line{ font-size: 12px; color: rgba(0,0,0,.78); }
.sl-cart-line span{ font-weight: 900; color: rgba(0,0,0,.62); margin-right: 6px; }

.sl-cart-foot{
  padding: 14px 16px;
  border-top: 1px solid var(--line);
  display:flex;
  gap:10px;
}

/* Preview image handling */
.sl-preview-media img{
  object-fit: cover; /* change to contain if you want */
  background:#fff;
}


/* Sticky series .elementor-14896 .elementor-element.elementor-element-8863cd3 bar */
.sl-series-nav{
  position: sticky;
  top: 10px;              /* adjust if you have a sticky header */
  z-index: 9997;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 12px 12px;
  margin: 10px 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(10,20,40,.12);
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 48px rgba(0,0,0,.12);
}

/* Links */
.sl-series-nav .sl-nav-link{
  text-decoration: none;
  font-weight: 900;
  font-size: 12px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #002040;
  background: rgba(0,32,64,.06);
  border: 1px solid rgba(0,32,64,.12);
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}

.sl-series-nav .sl-nav-link:hover{
  transform: translateY(-1px);
  background: rgba(255,139,0,.12);
  border-color: rgba(255,139,0,.22);
}

/* Active link */
.sl-series-nav .sl-nav-link.is-active{
  background: linear-gradient(90deg, rgba(255,139,0,.25), rgba(0,32,64,.08));
  border-color: rgba(255,139,0,.30);
  box-shadow: 0 12px 26px rgba(0,0,0,.10);
}

/* Smooth scroll */
html{
  scroll-behavior: smooth;
}

/* If you have a sticky site header, offset scroll position */
.sl-series{
  scroll-margin-top: 90px;  /* increase if your header is taller */
}
/* Keep your existing .sl-series-nav styles, add these: */

.sl-series-pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.sl-series-select-wrap{
  display:none;
  width:100%;
  gap:8px;
  align-items:center;
}

.sl-series-select-label{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.sl-series-select{
  width:100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,32,64,.16);
  background: #fff;
  font-weight: 900;
  color: #002040;
  box-shadow: 0 12px 26px rgba(0,0,0,.08);
  outline: none;
}

/* Mobile breakpoint: dropdown only */
@media (max-width: 640px){
  .sl-series-pills{ display:none; }
  .sl-series-select-wrap{ display:flex; }
  .sl-series-nav{
    border-radius: 18px; /* looks nicer as a single bar on mobile */
    padding: 10px;
  }
}
/* Responsive */
@media (max-width: 1024px){
  .sl-series-layout{ grid-template-columns: 1fr; }
  .sl-preview{ position: relative; top: auto; }
}
@media (max-width: 520px){
  .sl-swatch{ width: 100%; }
  .sl-series-head h2{ font-size: 32px; }
}/* End custom CSS */