:root {
  --asa-series-blue: #0755c9;
  --asa-series-navy: #092a55;
  --asa-series-copy: #53657c;
  --asa-series-line: #dce6f2;
  --asa-series-pale: #eef6ff;
  --asa-series-white: #fff;
}
.asa-product-series-v1-page .entry-title,
.asa-product-series-v1-page .page-header { display: none !important; }
.asa-product-series-v1-page .site-main,
.asa-product-series-v1-page .content-area,
.asa-product-series-v1-page article.page,
.asa-product-series-v1-page .entry-content { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.asa-series-v1, .asa-series-v1 *, .asa-series-v1 *::before, .asa-series-v1 *::after { box-sizing: border-box; }
.asa-series-v1 { overflow: hidden; color: var(--asa-series-navy); background: var(--asa-series-white); font-family: Inter, "Helvetica Neue", Arial, sans-serif; }
.asa-series-v1 a { text-decoration: none; }
.asa-series-wrap { width: min(1360px, calc(100% - 64px)); margin-inline: auto; }
.asa-series-hero { position: relative; min-height: 430px; overflow: hidden; background: var(--asa-series-pale); }
.asa-series-hero-track { position: relative; min-height: inherit; }
.asa-series-slide { display: none; min-height: inherit; }
.asa-series-slide.is-active { display: block; }
.asa-series-hero-grid { display: grid; grid-template-columns: minmax(0, 43fr) minmax(0, 57fr); align-items: center; min-height: 430px; gap: 28px; }
.asa-series-hero-copy { position: relative; z-index: 2; padding: 30px 0 48px 42px; }
.asa-series-breadcrumb { margin: 0 0 42px; color: #6f8093; font-size: 12px; }
.asa-series-breadcrumb span { margin: 0 10px; color: #9aa8b8; }
.asa-series-eyebrow, .asa-series-product-eyebrow { margin: 0 0 12px; color: var(--asa-series-blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.asa-series-hero h1 { max-width: 600px; margin: 0; color: var(--asa-series-navy); font-size: clamp(42px, 4.2vw, 64px); font-weight: 780; letter-spacing: -.035em; line-height: 1.02; }
.asa-series-hero-description { max-width: 540px; margin: 22px 0 0; color: var(--asa-series-copy); font-size: 16px; line-height: 1.6; }
.asa-series-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.asa-series-btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--asa-series-blue); border-radius: 7px; font-size: 14px; font-weight: 720; }
.asa-series-btn.is-primary { color: #fff; background: var(--asa-series-blue); }
.asa-series-btn.is-secondary { color: var(--asa-series-blue); background: #fff; }
.asa-series-hero-media { display: flex; min-height: 430px; align-items: center; justify-content: center; overflow: hidden; }
.asa-series-hero-image { width: 100%; height: 430px; object-fit: cover; }
.asa-series-arrow { position: absolute; z-index: 5; top: 52%; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; color: var(--asa-series-blue); background: #fff; box-shadow: 0 8px 22px rgba(9, 42, 85, .14); cursor: pointer; font-size: 30px; line-height: 1; }
.asa-series-arrow.is-prev { left: 20px; }
.asa-series-arrow.is-next { right: 20px; }
.asa-series-dots { position: absolute; z-index: 5; bottom: 18px; left: 50%; display: flex; gap: 8px; transform: translateX(-50%); }
.asa-series-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #b9cbe0; cursor: pointer; }
.asa-series-dots button[aria-selected="true"] { background: var(--asa-series-blue); }
.asa-series-products { padding: 52px 0 42px; }
.asa-series-section-head { max-width: 720px; margin: 0 auto 30px; text-align: center; }
.asa-series-section-head h2 { margin: 0; color: var(--asa-series-navy); font-size: clamp(30px, 3vw, 42px); letter-spacing: -.025em; }
.asa-series-section-head h2::after { display: block; width: 34px; height: 3px; margin: 12px auto 0; content: ""; background: var(--asa-series-blue); }
.asa-series-section-head p { margin: 14px 0 0; color: var(--asa-series-copy); font-size: 14px; line-height: 1.55; }
.asa-series-product-grid { display: grid; gap: 16px; }
.asa-series-product-grid.is-two-column { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.asa-series-product { display: grid; min-width: 0; min-height: 236px; overflow: hidden; border: 1px solid var(--asa-series-line); border-radius: 10px; background: #fff; }
.asa-series-product[hidden] { display: none !important; }
.asa-series-product-grid.is-single-column .asa-series-product { grid-template-columns: minmax(260px, 36%) minmax(0, 1fr); }
.asa-series-product-grid.is-two-column .asa-series-product { grid-template-columns: minmax(0, 42fr) minmax(0, 58fr); }
.asa-series-product.has-no-image .asa-series-product-copy { grid-column: 1 / -1; }
.asa-series-product-media { min-width: 0; overflow: hidden; background: var(--asa-series-pale); }
.asa-series-product-image { width: 100%; height: 100%; min-height: 236px; max-height: 258px; object-fit: cover; }
.asa-series-product-copy { display: flex; min-width: 0; padding: 24px 26px 20px; flex-direction: column; align-items: flex-start; }
.asa-series-product-eyebrow { margin-bottom: 8px; font-size: 10px; }
.asa-series-product h3 { margin: 0 0 10px; color: var(--asa-series-navy); font-size: 23px; line-height: 1.15; letter-spacing: -.02em; }
.asa-series-paragraphs { color: var(--asa-series-copy); font-size: 13px; line-height: 1.55; }
.asa-series-paragraphs p { display: -webkit-box; margin: 0 0 7px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.asa-series-product-link { margin-top: auto; padding-top: 8px; color: var(--asa-series-blue); font-size: 13px; font-weight: 760; }
.asa-series-product-link span { margin-left: 5px; }
.asa-series-link-warning { margin-top: auto; color: #9a6700; font-size: 12px; font-weight: 700; }
.asa-series-empty { padding: 30px; border: 1px solid var(--asa-series-line); color: var(--asa-series-copy); text-align: center; }
.asa-series-pagination { margin-top: 28px; }
.asa-series-pagination .page-numbers { display: flex; margin: 0; padding: 0; justify-content: center; gap: 7px; list-style: none; }
.asa-series-pagination a, .asa-series-pagination span { display: inline-flex; min-width: 38px; min-height: 38px; align-items: center; justify-content: center; padding: 0 11px; border: 1px solid var(--asa-series-line); border-radius: 6px; color: var(--asa-series-blue); background: #fff; font-size: 13px; font-weight: 700; }
.asa-series-pagination .current { color: #fff; border-color: var(--asa-series-blue); background: var(--asa-series-blue); }
body.asa-product-series-v1-page .site-footer .ast-builder-grid-row-container-inner { padding-top: 18px !important; padding-bottom: 18px !important; }
body.asa-product-series-v1-page .site-footer .site-primary-footer-wrap { padding-top: 16px !important; padding-bottom: 16px !important; }
body.asa-product-series-v1-page .site-footer .site-below-footer-wrap { min-height: 46px; padding-top: 8px !important; padding-bottom: 8px !important; }
@media (max-width: 1100px) {
  .asa-series-wrap { width: min(100% - 44px, 1120px); }
  .asa-series-product-grid.is-two-column { grid-template-columns: 1fr; }
  .asa-series-product-grid.is-two-column .asa-series-product { grid-template-columns: minmax(230px, 36%) minmax(0, 1fr); }
}
@media (max-width: 760px) {
  .asa-series-wrap { width: min(100% - 30px, 720px); }
  .asa-series-hero, .asa-series-hero-track, .asa-series-slide { min-height: auto; }
  .asa-series-hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 0; }
  .asa-series-hero-copy { padding: 28px 0 18px; }
  .asa-series-breadcrumb { margin-bottom: 28px; }
  .asa-series-hero h1 { font-size: 42px; }
  .asa-series-hero-media { min-height: 290px; }
  .asa-series-hero-image { height: 290px; object-fit: contain; }
  .asa-series-arrow { top: 68%; width: 40px; height: 40px; }
  .asa-series-arrow.is-prev { left: 10px; }
  .asa-series-arrow.is-next { right: 10px; }
  .asa-series-actions { display: grid; grid-template-columns: 1fr; }
  .asa-series-products { padding-top: 40px; }
  .asa-series-product-grid.is-single-column .asa-series-product,
  .asa-series-product-grid.is-two-column .asa-series-product { grid-template-columns: 1fr; }
  .asa-series-product-image { height: 240px; min-height: 240px; }
  .asa-series-product-copy { padding: 22px; }
  .asa-series-paragraphs p { display: block; overflow: visible; }
}
