:root {
  --bg: #ffffff;
  --ink: #111318;
  --muted: #6f7681;
  --line: #e6e8eb;
  --soft: #f5f6f7;
  --blue: #1e7cff;
  --blue-dark: #0f4fb6;
  --green: #1f9d68;
  --danger: #df4f4f;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(17, 19, 24, 0.12);
}

.ultimate-article-replica {
  min-height: 100vh;
  padding: 18px 0 74px;
  background: #fff;
  color: #000;
}

.ultimate-article-inner {
  width: min(1038px, calc(100% - 40px));
  margin: 0 auto;
}

.ultimate-article-inner h1 {
  margin: 0 0 36px;
  text-align: center;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.ultimate-article-section {
  width: 100%;
}

.ultimate-article-intro {
  padding-top: 1px;
}

.ultimate-article-inner h2 {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
}

.ultimate-article-inner h3 {
  margin: 26px 0 17px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
}

.ultimate-article-inner p {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0;
}

.ultimate-article-inner ul {
  margin: 0 0 52px 18px;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.5;
}

.ultimate-article-inner li {
  margin: 0 0 2px;
}

.ultimate-spec-image {
  display: block;
  width: min(768px, 100%);
  height: auto;
  margin: 28px auto 30px;
}

.ultimate-ports-image {
  display: block;
  width: min(310px, 100%);
  height: auto;
  margin: 59px auto 44px 68px;
}

.ultimate-no-bills {
  margin-top: 0;
}

.ultimate-spec-bottom {
  margin-top: 14px;
}

.ultimate-final {
  margin-top: 26px;
}

.ultimate-final h3 {
  margin-top: 0;
}

.legal-page-replica {
  min-height: 58vh;
  padding: 0 0 28px;
  background: #fff;
  color: #000;
}

.legal-page-inner {
  width: min(1124px, calc(100% - 64px));
  margin: 0 auto;
}

.legal-page-inner h1 {
  margin: 0 0 28px;
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.legal-page-copy {
  width: 100%;
  margin: 0 auto;
  color: #000;
  font-size: 12px;
  line-height: 1.34;
  font-weight: 400;
}

.legal-page-copy p {
  margin: 0 0 12px;
}

.legal-page-copy h2 {
  margin: 24px 0 14px;
  color: #000;
  font-size: 12px;
  line-height: 1.34;
  font-weight: 800;
  letter-spacing: 0;
}

.legal-page-copy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 900px) {
  .ultimate-article-replica {
    padding: 18px 0 54px;
  }

  .ultimate-article-inner {
    width: calc(100% - 28px);
  }

  .ultimate-article-inner h1 {
    margin-bottom: 28px;
    font-size: 23px;
  }

  .ultimate-article-inner h2 {
    font-size: 15px;
  }

  .ultimate-article-inner p,
  .ultimate-article-inner ul {
    font-size: 13px;
  }

  .ultimate-ports-image {
    margin-left: auto;
  }

  .legal-page-replica {
    padding: 10px 0 40px;
  }

  .legal-page-inner {
    width: calc(100% - 32px);
  }

  .legal-page-inner h1 {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .legal-page-copy {
    font-size: 12px;
    line-height: 1.4;
  }

  .legal-page-copy h2 {
    font-size: 12px;
  }
}

/* v0.2.40 shared dark header and product detail replica */
.site-header,
body.home .site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  min-height: 52px;
  height: 52px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 112px;
  align-items: center;
  gap: 18px;
  padding: 0 42px;
  background: #172635;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.brand,
body.home .brand {
  width: 122px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  background: none;
}

.brand-logo {
  width: 122px;
  height: auto;
}

.primary-nav .menu,
body.home .primary-nav .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.primary-nav a,
body.home .primary-nav a {
  min-height: 52px;
  color: #fff;
}

.primary-nav a:hover,
body.home .primary-nav a:hover {
  color: #f0c72f;
}

.header-actions,
body.home .header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  color: #fff;
}

.header-actions .action-text,
.create-account-link,
body.home .header-actions .action-text,
body.home .create-account-link {
  display: none;
}

.header-actions a,
body.home .header-actions a {
  color: #fff;
}

.account-link,
.cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  height: 52px;
}

.cart-link {
  gap: 0;
}

.cart-count {
  position: absolute;
  right: -10px;
  top: 12px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  color: #fff;
  background: #111318;
  border-radius: 50%;
  font-size: 10px;
  line-height: 16px;
}

.account-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.account-dropdown {
  position: absolute;
  top: 43px;
  left: 50%;
  z-index: 80;
  width: 98px;
  padding: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateX(-44%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.account-menu:hover .account-dropdown,
.account-menu:focus-within .account-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-actions .account-dropdown a,
body.home .header-actions .account-dropdown a {
  display: block;
  padding: 10px 12px;
  color: #222;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.account-dropdown-auth {
  width: 110px;
  padding: 7px 0 6px;
}

.header-actions .account-dropdown-auth a,
body.home .header-actions .account-dropdown-auth a {
  padding: 8px 7px;
  color: #222;
  font-size: 12px;
  line-height: 1.25;
}

.header-actions .account-dropdown a:hover,
body.home .header-actions .account-dropdown a:hover {
  color: #222;
  background: #f6f6f6;
}

body.colaboxs-account-auth {
  min-height: 100vh;
  margin: 0;
  background: #fff;
}

.account-auth-page {
  min-height: calc(100vh - 12px);
  padding: 43px 0 98px;
  border-bottom: 1px solid #ddd;
  color: #000;
  background: #fff;
}

.account-auth-panel {
  width: 285px;
  margin: 0 auto;
}

.account-auth-panel h1 {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.account-auth-panel .auth-help {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.35;
}

.colaboxs-auth-form {
  display: grid;
  gap: 22px;
}

.colaboxs-auth-form label {
  display: grid;
  gap: 10px;
  margin: 0;
  color: #000;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.colaboxs-auth-form input[type="text"],
.colaboxs-auth-form input[type="email"],
.colaboxs-auth-form input[type="password"] {
  width: 100%;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #dedbd6;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-size: 13px;
  box-shadow: none;
  outline: none;
}

.password-wrap {
  position: relative;
  display: block;
}

.password-wrap input {
  padding-right: 34px;
}

.password-wrap > span {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #777;
  font-size: 12px;
  transform: translateY(-50%);
}

.colaboxs-auth-form .password-label {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.password-label .password-wrap {
  grid-column: 1 / -1;
}

.password-label a {
  color: #000;
  font-size: 9px;
  font-weight: 400;
}

.auth-checkbox {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 8px !important;
  margin-top: -2px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.auth-checkbox input {
  width: 12px;
  height: 12px;
  accent-color: #162637;
}

.colaboxs-auth-form button {
  width: 100%;
  height: 34px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #162637;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.auth-switch-line {
  margin: 17px 0 0;
  font-size: 13px;
  line-height: 1.35;
}

.auth-switch-line a {
  color: #000;
  font-weight: 800;
}

.auth-discount {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 34px 0 0;
  font-size: 13px;
}

.auth-discount span {
  font-size: 11px;
}

.colaboxs-auth-message {
  margin: 0 0 14px;
  padding: 9px 10px;
  border: 1px solid #e0c0c0;
  color: #7d2020;
  background: #fff5f5;
  font-size: 12px;
  line-height: 1.35;
}

body.single-product .site-main {
  background: #fff;
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 558px;
  gap: 42px;
  width: min(1250px, calc(100vw - 80px));
  margin: 0 auto;
  padding: 56px 0 46px;
}

.product-detail-gallery {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 42px;
  min-width: 0;
}

.product-thumb-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.product-thumb {
  width: 76px;
  height: 76px;
  padding: 0;
  border: 0;
  background: #fff;
  cursor: pointer;
}

.product-thumb.is-active {
  border: 2px solid #111;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-thumb-more {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #d7d9dc;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.product-main-media {
  position: relative;
  min-height: 548px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.product-main-media img {
  width: min(100%, 560px);
  height: auto;
  max-height: 560px;
  object-fit: contain;
}

.product-gallery-count {
  position: absolute;
  top: 66px;
  right: 8px;
  z-index: 2;
  min-width: 39px;
  height: 26px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(95, 95, 95, .86);
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
}

.product-detail-summary {
  padding-top: 26px;
  color: #222;
}

.product-detail-summary h1 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}

.product-brief {
  margin: 0 0 18px;
  max-width: 560px;
  color: #30343a;
  font-size: 14px;
  line-height: 1.45;
}

.product-sold {
  margin: 0 0 8px;
  font-size: 14px;
  color: #24282f;
}

.product-price-line {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0 0 10px;
}

.product-price-line strong {
  color: #c74444;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}

.product-price-line del {
  color: #858585;
  font-size: 17px;
}

.product-price-line span {
  padding: 1px 4px;
  color: #c74444;
  border: 1px solid #c74444;
  font-size: 11px;
  line-height: 1.1;
}

.product-option {
  display: grid;
  gap: 10px;
  margin: 12px 0 10px;
}

.product-option label,
.product-qty-field label {
  color: #111;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.product-option button {
  justify-self: start;
  min-width: 151px;
  height: 38px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #111;
  color: #222;
  font-size: 13px;
}

.product-qty-field {
  display: grid;
  gap: 10px;
  margin: 11px 0 14px;
}

.product-qty-stepper {
  display: inline-grid;
  grid-template-columns: 32px 36px 32px;
  width: 97px;
  height: 36px;
  background: #f6f6f6;
}

.product-qty-stepper button,
.product-qty-stepper input {
  width: 100%;
  height: 36px;
  border: 0;
  background: transparent;
  color: #111;
  text-align: center;
  font: inherit;
  font-size: 14px;
}

.product-qty-stepper button {
  cursor: pointer;
  font-size: 18px;
}

.product-qty-stepper input::-webkit-outer-spin-button,
.product-qty-stepper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.product-detail-perks {
  display: grid;
  gap: 12px;
  margin: 4px 0 20px;
  padding: 0;
  list-style: none;
  color: #30343a;
  font-size: 13px;
}

.product-detail-perks li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.product-detail-perks span {
  width: 13px;
  color: #111;
  font-size: 14px;
  line-height: 1;
}

.perk-icon,
.viewing-eye,
.shipping-truck {
  position: relative;
  flex: 0 0 auto;
  display: inline-block;
  width: 13px;
  height: 13px;
}

.perk-icon::before,
.viewing-eye::before,
.shipping-truck::before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1.4px solid currentColor;
}

.perk-icon-globe::before {
  border-radius: 50%;
}

.perk-icon-truck::before,
.shipping-truck::before {
  width: 12px;
  height: 8px;
  top: 3px;
  border-radius: 1px;
}

.perk-icon-leaf::before {
  border-radius: 9px 2px 9px 2px;
  transform: rotate(-35deg);
}

.perk-icon-lock::before {
  top: 5px;
  border-radius: 1px;
}

.perk-icon-lock::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 5px;
  height: 7px;
  border: 1.4px solid currentColor;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.viewing-eye {
  margin-right: 5px;
  vertical-align: -2px;
}

.viewing-eye::before {
  inset: 3px 0;
  border-radius: 50%;
}

.shipping-truck {
  margin-right: 7px;
  vertical-align: -2px;
}

.product-buy-actions {
  display: grid;
  gap: 12px;
  margin: 0 0 13px;
}

.product-buy-now,
.product-gpay {
  width: 100%;
  height: 42px;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.product-buy-now {
  background: #172635;
}

.product-gpay {
  background: #000;
}

.product-gpay span {
  color: #4285f4;
  font-weight: 800;
}

.product-viewing {
  margin: 0 0 13px;
  color: #353b42;
  font-size: 13px;
}

.product-shipping-box {
  margin: 0 0 14px;
  padding: 12px 15px;
  background: #f3f3f3;
  color: #30343a;
}

.product-shipping-box strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.product-shipping-box p {
  margin: 0;
  font-size: 12px;
}

.product-vendor {
  margin: 0 0 10px;
  color: #6e7379;
  font-size: 12px;
}

.product-share {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #30343a;
  font-size: 12px;
}

.product-share a {
  color: #111;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}

body.single-product .product-comparison {
  width: 100%;
  margin: 0;
  padding: 43px 20px 58px;
  background: #fff;
}

body.single-product .product-comparison .section-heading {
  margin: 0 auto 27px;
  text-align: center;
}

body.single-product .product-comparison .section-heading p {
  margin: 0 0 5px;
  color: #d29a39;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

body.single-product .product-comparison .section-heading h2 {
  margin: 0 0 8px;
  color: #020509;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
}

body.single-product .product-comparison .section-heading h2 em {
  color: #d29a39;
  font-style: normal;
  font-weight: 500;
}

body.single-product .product-comparison .section-heading span {
  color: #15202d;
  font-size: 13px;
  line-height: 1.35;
}

body.single-product .product-comparison .comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 380px));
  gap: 18px 13px;
  width: 775px;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
}

body.single-product .product-comparison .comparison-card {
  min-height: 250px;
  padding: 17px 14px 16px;
  border: 1px solid #dedede;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
}

body.single-product .product-comparison .comparison-card.muted {
  background: #fbfbfb;
}

body.single-product .product-comparison .comparison-card.value {
  border-color: #d79d35;
  background: #fff;
  box-shadow: none;
}

body.single-product .product-comparison .comparison-card h3 {
  position: relative;
  margin: 0 0 14px;
  padding-left: 106px;
  color: #c9963d;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body.single-product .product-comparison .comparison-card.muted h3 {
  color: #ff3e4f;
}

body.single-product .product-comparison .comparison-card.muted h3::before {
  content: "×";
  position: absolute;
  left: 86px;
  top: -2px;
  color: #ff3e4f;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

body.single-product .product-comparison .comparison-card.value h3::before {
  content: "\2713";
  position: absolute;
  left: 91px;
  top: 0;
  width: 10px;
  height: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #52bf6e;
  border-radius: 2px;
  font-size: 8px;
  line-height: 1;
}

body.single-product .product-comparison .comparison-card ul {
  margin: 0 0 9px;
  padding: 0;
  list-style: none;
}

body.single-product .product-comparison .comparison-card li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 31px;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #e4e4e4;
  color: #2c3440;
  font-size: 12px;
}

body.single-product .product-comparison .comparison-card li::before {
  position: absolute;
  left: 2px;
  top: 8px;
  font-size: 11px;
  line-height: 1;
}

body.single-product .product-comparison .comparison-card.muted li:nth-child(1)::before,
body.single-product .product-comparison .comparison-card.muted li:nth-child(3)::before {
  content: "📺";
}

body.single-product .product-comparison .comparison-card.muted li:nth-child(2)::before {
  content: "🎬";
}

body.single-product .product-comparison .comparison-card.muted li:nth-child(4)::before {
  content: "🏆";
}

body.single-product .product-comparison .comparison-card.value li:nth-child(1)::before {
  content: "📦";
}

body.single-product .product-comparison .comparison-card.value li:nth-child(2)::before {
  content: "♞";
  color: #b8a6cc;
}

body.single-product .product-comparison .comparison-card.value li:nth-child(3)::before {
  content: "🔄";
}

body.single-product .product-comparison .comparison-card.value li:nth-child(4)::before {
  content: "🧮";
}

body.single-product .product-comparison .comparison-card li strong {
  color: #05080d;
  font-size: 12px;
}

body.single-product .product-comparison .comparison-card.value li:nth-child(n+2) strong {
  color: #25843b;
}

body.single-product .product-comparison .comparison-card p {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0;
  padding: 1px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 800;
}

body.single-product .product-comparison .comparison-card p strong {
  color: #ff3e42;
  font-size: 18px;
  font-weight: 800;
}

body.single-product .product-comparison .comparison-card.value p strong {
  color: #d29a39;
}

body.single-product .product-comparison .comparison-card small {
  display: block;
  margin-top: 9px;
  color: #ff1b1f;
  font-size: 11px;
  text-align: right;
  font-weight: 700;
}

body.single-product .product-comparison .comparison-card.value small {
  color: #1f8b39;
}

body.single-product .product-comparison .comparison-card .badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 4px 14px;
  color: #fff;
  background: #d29a39;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

body.single-product .product-comparison .savings-card {
  grid-column: 1 / -1;
  min-height: 128px;
  padding: 17px 26px 15px;
  color: #000;
  background: #fff7e5;
  border: 1px solid #e1b65f;
  border-radius: 9px;
  text-align: center;
  box-shadow: none;
}

body.single-product .product-comparison .savings-card h3 {
  margin: 0 0 8px;
  color: #263240;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body.single-product .product-comparison .savings-card p {
  margin: 0;
  color: #bf8520;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

body.single-product .product-comparison .savings-card p + p {
  margin-top: 1px;
  color: #000;
  font-size: 14px;
}

body.single-product .product-comparison .savings-card span {
  display: block;
  margin-top: 13px;
  color: #6c7280;
  font-size: 11px;
  line-height: 1.3;
}

@media (max-width: 820px) {
  body.single-product .product-comparison {
    padding: 34px 16px 46px;
  }

  body.single-product .product-comparison .comparison-grid {
    grid-template-columns: 1fr;
    width: min(380px, 100%);
  }

  body.single-product .product-comparison .comparison-card h3 {
    padding-left: 28px;
  }

  body.single-product .product-comparison .comparison-card.muted h3::before {
    left: 8px;
  }

  body.single-product .product-comparison .comparison-card.value h3::before {
    left: 10px;
  }
}

body.single-product .replay-feature {
  width: 100%;
  margin: 0;
  padding: 54px 20px 51px;
  background: #fff;
  color: #05080d;
}

body.single-product .product-comparison .comparison-card li::before {
  content: "" !important;
  width: 11px;
  height: 11px;
  top: 10px;
  border-radius: 2px;
  background: #d29a39;
}

body.single-product .product-comparison .comparison-card.muted li:nth-child(1)::before,
body.single-product .product-comparison .comparison-card.muted li:nth-child(3)::before {
  background: #8db2e7;
}

body.single-product .product-comparison .comparison-card.muted li:nth-child(2)::before {
  background: #796ac4;
}

body.single-product .product-comparison .comparison-card.muted li:nth-child(4)::before {
  background: #d29a39;
  border-radius: 50%;
}

body.single-product .product-comparison .comparison-card.value li:nth-child(1)::before {
  background: #c38b58;
}

body.single-product .product-comparison .comparison-card.value li:nth-child(2)::before {
  background: #b6a6cb;
}

body.single-product .product-comparison .comparison-card.value li:nth-child(3)::before {
  background: #5b94da;
}

body.single-product .product-comparison .comparison-card.value li:nth-child(4)::before {
  background: #8ca0d8;
}

body.single-product .replay-feature .section-heading {
  width: min(740px, 100%);
  margin: 0 auto 33px;
  text-align: center;
}

body.single-product .replay-feature .section-heading p {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  margin: 0 0 12px;
  padding: 0 12px;
  color: #fff;
  background: #d29a39;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}

body.single-product .replay-feature .section-heading h2 {
  margin: 0 0 12px;
  color: #000;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
}

body.single-product .replay-feature .section-heading h2 span {
  display: block;
  color: #d29a39;
  font-weight: 700;
}

body.single-product .replay-feature .section-heading > span {
  display: block;
  color: #263240;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}

body.single-product .replay-feature .replay-grid {
  display: grid;
  grid-template-columns: 420px 420px;
  gap: 20px;
  align-items: stretch;
  justify-content: center;
  width: min(860px, 100%);
  margin: 0 auto;
}

body.single-product .replay-feature .timeline-card {
  min-height: 216px;
  padding: 22px 18px 17px;
  border: 1px solid #dedede;
  border-radius: 9px;
  background: #fbfbfb;
  color: #263240;
}

body.single-product .replay-feature .timeline-card strong {
  display: block;
  margin: 0 0 14px;
  color: #2d3b50;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.2px;
}

body.single-product .replay-feature .timeline-days {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr repeat(4, .55fr) 1.18fr .95fr;
  gap: 0;
  margin: 0 0 14px;
  padding-top: 12px;
  border-top: 2px solid #d29a39;
}

body.single-product .replay-feature .timeline-days span {
  min-height: auto;
  display: block;
  padding: 0;
  color: #606a78;
  background: transparent;
  border-radius: 0;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

body.single-product .replay-feature .timeline-days span:first-child,
body.single-product .replay-feature .timeline-days span:last-child {
  color: #d29a39;
  font-weight: 700;
}

body.single-product .replay-feature .timeline-days span:last-child {
  color: #000;
}

body.single-product .replay-feature .timeline-hint {
  margin: 0 0 18px;
  padding-bottom: 17px;
  color: #828893;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}

body.single-product .replay-feature .timeline-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  color: #263240;
  font-size: 13px;
  line-height: 1;
}

body.single-product .replay-feature .timeline-product b {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  color: #fff;
  background: #d29a39;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
}

body.single-product .replay-feature .replay-list {
  display: grid;
  gap: 8px;
}

body.single-product .replay-feature .replay-list article {
  min-height: 67px;
  padding: 11px 18px 9px;
  border: 1px solid #dedede;
  border-left: 4px solid #d29a39;
  border-radius: 7px;
  background: #fbfbfb;
  color: #000;
}

body.single-product .replay-feature .replay-list h3 {
  position: relative;
  margin: 0 0 5px;
  padding-left: 28px;
  color: #000;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

body.single-product .replay-feature .replay-list h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  background: #d29a39;
}

body.single-product .replay-feature .replay-football h3::before {
  border-radius: 50%;
  background: linear-gradient(135deg, #8b5131, #bd7b4c);
}

body.single-product .replay-feature .replay-movie h3::before {
  background: linear-gradient(135deg, #6f63bd, #b3a8ea);
}

body.single-product .replay-feature .replay-news h3::before {
  background: linear-gradient(135deg, #d8d8d8, #f5f5f5);
  border: 1px solid #bfc4cb;
}

body.single-product .replay-feature .replay-list p {
  margin: 0;
  color: #263240;
  font-size: 12px;
  line-height: 1.35;
}

body.single-product .replay-feature .zero-cost {
  width: min(860px, 100%);
  min-height: 84px;
  margin: 25px auto 0;
  padding: 18px 22px 16px;
  border: 1px solid #e4c47c;
  border-radius: 8px;
  background: #fff7e5;
  text-align: center;
}

body.single-product .replay-feature .zero-cost strong {
  display: block;
  margin: 0 0 8px;
  color: #c08a23;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
}

body.single-product .replay-feature .zero-cost span {
  display: block;
  color: #263240;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 920px) {
  body.single-product .replay-feature .replay-grid {
    grid-template-columns: 1fr;
    width: min(420px, 100%);
  }

  body.single-product .replay-feature .zero-cost {
    width: min(420px, 100%);
  }
}

@media (max-width: 1100px) {
  .site-header,
  body.home .site-header {
    grid-template-columns: 150px auto;
    padding: 0 22px;
  }

  .menu-toggle {
    display: inline-grid;
    justify-self: end;
    border-color: rgba(255, 255, 255, .35);
  }

  .menu-toggle span {
    background: #fff;
  }

  .primary-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 52px;
    display: none;
    background: #172635;
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-nav .menu,
  body.home .primary-nav .menu {
    display: grid;
    gap: 0;
  }

  .primary-nav a,
  body.home .primary-nav a {
    justify-content: center;
    min-height: 44px;
  }

  .header-actions,
  body.home .header-actions {
    display: none;
  }

  .product-detail-hero {
    grid-template-columns: 1fr;
    width: min(720px, calc(100vw - 32px));
    padding-top: 28px;
  }
}

@media (max-width: 720px) {
  .product-detail-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-thumb-rail {
    order: 2;
    flex-direction: row;
    overflow-x: auto;
  }

  .product-main-media {
    min-height: 340px;
  }

  .product-detail-summary {
    padding-top: 0;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 76px;
  gap: 28px;
  padding: 0 44px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  color: var(--blue);
  font-weight: 900;
}

.primary-nav .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 700;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 76px;
  color: #1d222b;
}

.primary-nav a:hover,
.header-actions a:hover,
.site-footer a:hover {
  color: var(--blue);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  font-size: 13px;
  color: #3e454f;
  white-space: nowrap;
}

.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  font-size: 11px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.content-wrap {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  min-height: calc(100vh - 76px);
  background: linear-gradient(90deg, #f2f4f6 0%, #ffffff 54%, #e9f2ff 100%);
}

.hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 48px 30px 48px 58px;
}

.hero-media img {
  width: min(620px, 100%);
  filter: drop-shadow(0 32px 55px rgba(19, 29, 45, 0.2));
}

.hero-copy {
  padding: 60px 64px 60px 24px;
}

.eyebrow,
.section-heading p,
.dealer p:first-child,
.product-eyebrow,
.page-hero p {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 640px;
  margin: 0 0 24px;
  font-size: clamp(38px, 5vw, 74px);
  line-height: 0.95;
  letter-spacing: 0;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(72px, 1fr));
  gap: 10px;
  max-width: 490px;
  margin: 0 0 22px;
}

.countdown span {
  padding: 12px 10px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 11px;
}

.countdown b {
  display: block;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 20px;
}

.price-row del {
  color: #8b929b;
  font-size: 20px;
}

.price-row strong {
  font-size: 34px;
}

.price-row em {
  color: var(--danger);
  font-style: normal;
  font-weight: 800;
}

.button,
.single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.replica-form button,
.newsletter-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  color: #fff;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.replica-form button:hover,
.newsletter-form button:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.button.outline {
  color: var(--ink);
  background: transparent;
}

.stock-note {
  margin: 18px 0 0;
  color: var(--green);
  font-weight: 700;
}

.comparison,
.reviews,
.page-band,
.product-extra {
  padding: 86px 40px;
}

.comparison,
.dealer-section,
.gallery-section,
.images-text-cols,
.customer-service-split,
.home-video-section,
.service-row,
.newsletter {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

.service-row {
  contain-intrinsic-size: auto 116px;
}

.newsletter {
  contain-intrinsic-size: auto 280px;
}

.section-heading {
  width: min(800px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading h2,
.dealer h2,
.support-strip h2,
.newsletter h2,
.page-hero h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.comparison-card,
.savings-card,
.review-card,
.content-page,
.summary-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.comparison-card {
  padding: 28px;
}

.comparison-card h3,
.savings-card h3 {
  margin: 0 0 18px;
  font-size: 24px;
}

.comparison-card ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.comparison-card li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.comparison-card.value {
  position: relative;
  border-color: rgba(30, 124, 255, 0.35);
  box-shadow: var(--shadow);
}

.badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.savings-card {
  grid-column: 1 / -1;
  padding: 30px;
  color: #fff;
  background: #111318;
  border-color: #111318;
  text-align: center;
}

.savings-card p {
  margin: 6px 0;
  font-size: 22px;
  font-weight: 800;
}

.savings-card span {
  display: block;
  margin-top: 12px;
  color: #b7bdc7;
}

.dealer {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: center;
  padding: 72px max(40px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: #10141c;
}

.dealer p:last-child {
  margin: 0;
  color: #d4d8df;
  font-size: 18px;
}

/* v0.2.24 authorized dealer match */
body.home .dealer {
    grid-template-columns: 500px 600px;
    gap: 150px;
    justify-content: center;
    align-items: center;
    padding: 90px 32px 88px;
    color: #05080d;
    background: #fff;
}

body.home .dealer-media {
    width: 500px;
}

body.home .dealer-media img {
    display: block;
    width: 500px;
    height: auto;
}

body.home .dealer-copy {
    max-width: 600px;
    padding-top: 3px;
}

body.home .dealer-copy h2 {
    margin: 0 0 20px;
    color: #000;
    font-size: 23px;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: 0;
}

body.home .dealer-copy p {
    margin: 0 0 15px;
    color: #05080d;
    font-size: 15px;
    line-height: 1.42;
    font-weight: 400;
    letter-spacing: .15px;
}

body.home .dealer-copy p:last-child {
    margin-bottom: 0;
    color: #05080d;
    font-size: 15px;
    line-height: 1.42;
}

body.home .dealer-copy strong {
    font-weight: 800;
}

/* v0.2.27 image text columns match */
body.home .images-text-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: min(1440px, calc(100% - 48px));
    margin: 0 auto;
    padding: 42px 0 56px;
    background: #fff;
}

body.home .images-text-cols article {
    min-width: 0;
}

body.home .images-text-cols img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 0 23px;
}

body.home .images-text-cols h3 {
    margin: 0 0 16px;
    color: #000;
    font-size: 23px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: 0;
}

body.home .images-text-cols p {
    min-height: 75px;
    margin: 0 0 30px;
    color: #000;
    font-size: 15px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .05px;
}

body.home .images-text-cols a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 125px;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #111;
    color: #000;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

body.home .images-text-cols a:hover {
    background: #111;
    color: #fff;
}

/* v0.2.28 customer service split slideshow match */
body.home .customer-service-split {
    display: grid;
    grid-template-columns: 545px 816px;
    width: min(1361px, calc(100% - 64px));
    margin: 51px auto 54px;
    background: #fff;
}

body.home .customer-service-copy {
    min-height: 649px;
    padding: 113px 80px 70px;
    background: #f6f6f6;
}

body.home .customer-service-copy h2 {
    margin: 0 0 19px;
    color: #000;
    font-size: 70px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0;
}

body.home .customer-service-copy p {
    width: 410px;
    max-width: 100%;
    margin: 0 0 22px;
    color: #000;
    font-size: 19px;
    line-height: 1.52;
    font-weight: 400;
    letter-spacing: .05px;
}

body.home .customer-service-copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 49px;
    color: #fff;
    background: #142638;
    border: 1px solid #142638;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
}

body.home .customer-service-media {
    display: block;
    min-height: 649px;
    overflow: hidden;
    background: #fff;
}

body.home .customer-service-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 649px;
    object-fit: cover;
}

@media (max-width: 1180px) {
    body.home .dealer {
        grid-template-columns: minmax(300px, 500px) minmax(300px, 600px);
        gap: 72px;
    }

    body.home .dealer-media,
    body.home .dealer-media img {
        width: 100%;
    }
}

@media (max-width: 820px) {
    body.home .dealer {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 58px 22px;
    }

    body.home .dealer-media {
        width: min(500px, 100%);
        margin: 0 auto;
    }
}

.feature-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 86px max(40px, calc((100vw - 1180px) / 2));
  background: var(--soft);
}

.feature-tiles.gallery-replica {
  display: flex;
  justify-content: center;
  padding: 46px 24px 58px;
  background: #fff;
}

.feature-tiles.gallery-replica img {
  display: block;
  width: min(1320px, 100%);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  padding: 0;
  background: transparent;
}

.feature-tiles article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.feature-tiles img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: contain;
  padding: 26px;
  background: #f7f8fa;
}

.feature-tiles h3,
.feature-tiles p,
.feature-tiles a {
  margin-left: 22px;
  margin-right: 22px;
}

.feature-tiles h3 {
  min-height: 58px;
  margin-top: 22px;
  font-size: 22px;
  line-height: 1.2;
}

.feature-tiles p {
  color: var(--muted);
}

.feature-tiles a {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--blue);
  font-weight: 800;
}

.support-strip {
  padding: 100px 40px;
  color: #fff;
  background: linear-gradient(110deg, #111318, #22324b 50%, #0b66d8);
}

.support-strip div {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.support-strip p {
  color: #e4e8ee;
  font-size: 18px;
}

.reviews {
  background: #fff;
}

.review-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.review-card {
  padding: 24px;
}

.review-card p {
  margin: 0 0 18px;
  color: #303743;
}

.review-card strong,
.review-card span {
  display: block;
}

.review-card span {
  color: var(--muted);
  font-size: 13px;
}

.home-video-section {
  padding: 38px 0 40px;
  background: #fff;
}

.home-video-frame {
  position: relative;
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #071026;
}

.home-video-poster {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #071026;
  cursor: pointer;
}

.home-video-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-video-player,
.home-video-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.service-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-row div {
  min-height: 116px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.service-row strong,
.service-row span {
  display: block;
}

.service-row span {
  margin-top: 6px;
  color: var(--muted);
}

.newsletter {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 520px);
  gap: 32px;
  align-items: center;
  padding: 58px max(40px, calc((100vw - 1180px) / 2));
  background: #eef5ff;
  border-top: 1px solid #dceaff;
}

.newsletter p {
  margin: 0 0 4px;
  color: var(--blue);
  font-weight: 800;
}

.newsletter span {
  color: var(--muted);
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-form input,
.replica-form input,
.replica-form textarea,
.woocommerce input.input-text,
.woocommerce textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.site-footer {
  display: block;
  padding: 0;
  color: #000;
  background: #fff;
  border-top: 1px solid #e7e2dc;
}

.footer-main {
  display: grid;
  grid-template-columns: 184px 126px 184px 160px;
  column-gap: 70px;
  width: 1035px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  padding: 43px 0 38px;
}

.site-footer h2,
.site-footer h3 {
  margin: 0;
  color: #000;
  letter-spacing: 0;
}

.site-footer h2 {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.site-footer h3 {
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.site-footer p {
  margin: 0;
  color: #000;
  font-size: 15px;
  line-height: 1.48;
  font-weight: 400;
  letter-spacing: .1px;
}

.footer-brand p {
  line-height: 1.45;
}

.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer li {
  margin: 0 0 11px;
  line-height: 1.2;
}

.site-footer a {
  color: #000;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
}

.site-footer a:hover {
  color: #000;
  text-decoration: underline;
}

.footer-contact p {
  margin-bottom: 13px;
  font-size: 15px;
}

.footer-contact p:nth-of-type(3) {
  margin-top: 20px;
  margin-bottom: 19px;
}

.footer-contact p:nth-of-type(4) {
  margin-bottom: 19px;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.footer-contact svg {
  display: inline-block;
  width: 18px;
  height: 16px;
  fill: none;
  stroke: #000;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-payments h3 {
  margin-bottom: 18px;
}

.payment-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  width: 158px;
}

.payment-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 24px;
  border: 1px solid #e9e9ea;
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
}

.payment-icon-visa {
  flex-basis: 38px;
  margin-top: 2px;
}

.payment-icon-amex {
  background: #006fcf;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  line-height: .9;
  text-align: center;
}

.payment-icon-apple {
  color: #111;
  font-size: 8px;
  font-weight: 700;
  gap: 2px;
}

.payment-icon-apple span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  margin-right: 2px;
  vertical-align: -1px;
  background: #111;
  border-radius: 50% 50% 45% 45%;
}

.payment-icon-mastercard i {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.payment-icon-mastercard i:first-child {
  background: #eb001b;
  margin-right: -5px;
}

.payment-icon-mastercard i:last-child {
  background: #f79e1b;
  mix-blend-mode: multiply;
}

.payment-icon-paypal {
  color: #003087;
  font-size: 16px;
  font-weight: 800;
  font-style: italic;
}

.payment-icon-visa {
  color: #142688;
  font-size: 9px;
  font-weight: 800;
  font-style: italic;
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 1260px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  min-height: 54px;
  padding: 0;
  border-top: 1px solid #e7e2dc;
  color: #000;
  font-size: 13px;
  line-height: 1.2;
}

.footer-bottom span {
  white-space: nowrap;
}

.footer-bottom nav {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.footer-bottom a {
  font-size: 13px;
  text-decoration: underline;
  white-space: nowrap;
}

.coupon-pop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: grid;
  gap: 8px;
  width: min(290px, calc(100vw - 40px));
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.coupon-pop button {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.coupon-pop strong {
  font-size: 22px;
}

.coupon-pop a {
  color: var(--blue);
  font-weight: 800;
}

.coupon-pop.is-hidden {
  display: none;
}

.page-hero {
  padding: 78px 40px;
  color: #fff;
  background: linear-gradient(115deg, #111318, #1c2a40 60%, #0f6eea);
}

.content-page {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 44px;
}

.content-page h1 {
  margin-top: 0;
}

.content-page h2,
.content-page h3 {
  line-height: 1.2;
}

.entry-content a {
  color: var(--blue);
  font-weight: 700;
}

.faq-list h3 {
  margin: 28px 0 8px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
}

.replica-form {
  display: grid;
  gap: 14px;
}

.replica-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.channel-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.channel-cloud span {
  padding: 10px 14px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 700;
}

.channels-replica {
  min-height: 100vh;
  color: #06101f;
  background: #f7f8fa;
  font-family: inherit;
}

.channels-title-band {
  position: sticky;
  top: 52px;
  z-index: 45;
  height: 82px;
  display: grid;
  place-items: center;
  background: #fff;
}

.channels-title-band h1 {
  margin: 0;
  color: #050505;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.channels-brand-bar {
  height: 61px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 24px;
  color: #fff;
  background: #111;
}

.channels-brand-icon {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 7px;
  background: #ffb124;
}

.channels-brand-icon::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 4px solid #111;
  border-radius: 50%;
}

.channels-brand-bar strong {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.channels-brand-bar em {
  color: #ffb124;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
}

.channels-controls {
  position: sticky;
  top: 134px;
  z-index: 44;
  min-height: 69px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 174px 137px auto;
  align-items: center;
  gap: 10px;
  padding: 8px 24px 10px;
  border-bottom: 1px solid #dde2e9;
  background: #fff;
}

.channels-search {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  color: #8997aa;
}

.channels-search span {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}

.channels-search input {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 36px;
  color: #172033;
  border: 1px solid #cfd8e3;
  border-radius: 7px;
  background: #fff;
  font-size: 16px;
  outline: 0;
}

.channels-search input:focus {
  border-color: #ffad2d;
  box-shadow: 0 0 0 2px rgba(255, 173, 45, 0.18);
}

.channels-search button {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 22px;
  height: 22px;
  padding: 0;
  color: #386aa4;
  border: 0;
  background: transparent;
  font-size: 26px;
  line-height: 18px;
  cursor: pointer;
}

.channels-controls select {
  width: 174px;
  height: 40px;
  padding: 0 14px;
  color: #020914;
  border: 1px solid #cfd8e3;
  border-radius: 7px;
  background: #fff;
  font-size: 16px;
  outline: 0;
}

.channels-controls select:focus {
  border-color: #ffad2d;
}

.channels-empty-button {
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 17px;
  color: #fff;
  border: 0;
  border-radius: 8px;
  background: #14a44d;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.channels-replay-button {
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 17px;
  color: #13233a;
  border: 1px solid #cfd8e3;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.channels-replay-button.is-active {
  color: #fff;
  border-color: #15aa51;
  background: #15aa51;
}

.channels-count {
  color: #637084;
  font-size: 13px;
  white-space: nowrap;
}

.channels-count strong {
  color: #111827;
}

.channels-empty {
  min-height: 590px;
  display: grid;
  justify-items: center;
  align-content: start;
  padding: 68px 24px 36px;
  text-align: center;
}

.channels-tv-icon {
  margin-bottom: 23px;
  font-size: 43px;
  line-height: 1;
  filter: saturate(0.75);
}

.channels-empty h2 {
  margin: 0 0 10px;
  color: #030303;
  font-size: 21px;
  font-weight: 850;
  line-height: 1.15;
}

.channels-empty p {
  margin: 0 0 16px;
  color: #647184;
  font-size: 14px;
  line-height: 1.4;
}

.channels-empty p strong {
  color: #536174;
}

.channels-empty-button {
  min-width: 248px;
  height: 38px;
  margin: 0 0 24px;
  border-radius: 999px;
}

.channels-chip-wrap {
  width: min(780px, 100%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 9px;
}

.channels-chip {
  min-height: 36px;
  padding: 0 17px;
  color: #14213a;
  border: 1px solid #dfe4eb;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(12, 23, 38, 0.02);
  font-size: 14px;
  line-height: 34px;
  white-space: nowrap;
  cursor: pointer;
}

.channels-chip:hover {
  border-color: #c9d2de;
  background: #fbfcfe;
}

.channels-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid #dfe3e8;
  border-left: 1px solid #dfe3e8;
  background: #e6e9ee;
}

.channels-grid[hidden],
.channels-empty[hidden],
.channels-footnote[hidden],
.channels-count[hidden] {
  display: none !important;
}

.channel-card {
  position: relative;
  min-height: 68px;
  padding: 14px 10px 10px 34px;
  border-right: 1px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
  background: #fff;
}

.channel-card.is-hidden {
  display: none;
}

.channel-dot {
  position: absolute;
  left: 16px;
  top: 31px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #18a051;
}

.channel-card h3 {
  min-height: 19px;
  margin: 0 0 5px;
  color: #020202;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.16;
}

.channel-card p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #8a95a7;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.channel-card p span {
  line-height: 1;
}

.channel-card b {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 7px;
  color: #059447;
  border-radius: 4px;
  background: #d9fae5;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
}

.channels-footnote {
  min-height: 78px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  color: #98a2b4;
  background: #fff;
  text-align: center;
  font-size: 13px;
}

.channels-footnote p {
  margin: 0;
}

.channels-footnote strong {
  color: #ff8a00;
  font-weight: 500;
}

.faq-replica {
  min-height: 100vh;
  color: #101723;
  background: #fff;
}

.faq-replica-intro {
  padding: 34px 48px 92px;
  text-align: center;
}

.faq-replica-intro h1 {
  margin: 0;
  color: #050505;
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.faq-replica-intro p {
  width: min(1880px, 100%);
  margin: 138px auto 0;
  color: #111827;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 400;
}

.faq-replica-group {
  width: min(760px, calc(100% - 44px));
  margin: 0 auto 108px;
}

.faq-replica-group h2 {
  margin: 0 0 56px;
  color: #050505;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}

.faq-replica-list {
  width: 100%;
}

.faq-replica-item {
  border-bottom: 1px solid #eeeeee;
}

.faq-replica-item summary {
  min-height: 84px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  align-items: center;
  gap: 20px;
  color: #141a27;
  font-size: 27px;
  line-height: 1.24;
  font-weight: 400;
  list-style: none;
  cursor: pointer;
}

.faq-replica-item summary::-webkit-details-marker {
  display: none;
}

.faq-replica-item summary span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.faq-replica-item summary::after {
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid #151a22;
  border-bottom: 2px solid #151a22;
  transform: rotate(45deg);
  justify-self: end;
  margin-right: 1px;
}

.faq-replica-item[open] {
  border-bottom-color: transparent;
}

.faq-replica-item[open] summary {
  min-height: 54px;
}

.faq-replica-item[open] summary::after {
  transform: rotate(225deg);
  margin-top: 9px;
}

.faq-replica-answer {
  padding: 13px 38px 23px 0;
  color: #253040;
  font-size: 21px;
  line-height: 1.42;
  font-weight: 400;
}

.faq-replica-answer p {
  margin: 0;
}

.faq-scroll-top {
  position: fixed;
  right: 34px;
  bottom: 32px;
  z-index: 70;
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 50%;
  background: rgba(168, 168, 168, 0.88);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  cursor: pointer;
}

.faq-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.faq-scroll-top::before,
.faq-scroll-top::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}

.faq-scroll-top::before {
  top: 28px;
  width: 3px;
  height: 27px;
  border-radius: 2px;
}

.faq-scroll-top::after {
  top: 26px;
  width: 17px;
  height: 17px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  background: transparent;
  transform: translateX(-50%) rotate(45deg);
}

.faq-scroll-top span {
  display: none;
}

.contact-replica {
  min-height: 100vh;
  padding: 35px 0 118px;
  color: #172033;
  background: #fff;
}

.contact-replica h1 {
  margin: 0;
  color: #050505;
  font-size: 39px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
}

.contact-about-row {
  width: min(1724px, calc(100% - 320px));
  display: grid;
  grid-template-columns: minmax(520px, 790px) 790px;
  align-items: center;
  gap: 194px;
  margin: 137px auto 0;
}

.contact-about-copy {
  padding-top: 2px;
}

.contact-about-copy p,
.contact-service-copy p {
  margin: 0 0 22px;
  color: #202938;
  font-size: 18px;
  line-height: 1.48;
  font-weight: 400;
}

.contact-about-copy p:last-child,
.contact-service-copy p:last-child {
  margin-bottom: 0;
}

.contact-factory-image {
  width: 790px;
  height: 443px;
  display: block;
  object-fit: cover;
}

.contact-service-row {
  width: min(1494px, calc(100% - 544px));
  display: grid;
  grid-template-columns: 637px minmax(420px, 680px);
  align-items: center;
  gap: 190px;
  margin: 112px auto 0;
}

.contact-support-image {
  width: 637px;
  height: 635px;
  display: block;
  object-fit: cover;
}

.contact-service-copy {
  padding-top: 0;
}

.contact-service-copy h2 {
  margin: 0 0 31px;
  color: #050505;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}

.contact-service-copy p {
  margin-bottom: 23px;
}

.setup-article-replica {
  min-height: 100vh;
  padding: 18px 0 72px;
  color: #050505;
  background: #fff;
}

.setup-article-inner {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
}

.setup-article-inner h1 {
  margin: 0 0 34px;
  color: #030303;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
}

.setup-article-inner p {
  margin: 0 0 16px;
  color: #050505;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

.setup-article-inner .setup-step-line {
  padding-left: 22px;
}

.setup-article-inner img {
  display: block;
  width: 100%;
  height: auto;
  margin: 14px auto 13px;
}

.setup-article-inner ul {
  margin: 0 0 14px 20px;
  padding-left: 18px;
  color: #050505;
  font-size: 14px;
  line-height: 1.45;
}

.setup-article-inner li {
  padding-left: 4px;
}

.product-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  gap: 54px;
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 72px 0;
}

.product-gallery {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f6f7f9;
}

.product-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 34px;
}

.summary-card {
  align-self: start;
  padding: 30px;
  box-shadow: var(--shadow);
}

.summary-card h1 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.sales-note {
  color: var(--muted);
  font-weight: 700;
}

.product-perks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 22px 0;
}

.product-perks span {
  padding: 10px;
  background: var(--soft);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 700;
}

.woocommerce div.product form.cart {
  display: grid;
  gap: 14px;
}

.summary-card form.cart {
  display: grid;
  grid-template-columns: 86px minmax(170px, 1fr);
  gap: 10px;
  align-items: center;
}

.woocommerce .quantity .qty {
  width: 86px;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.summary-card form.cart .qty {
  width: 86px;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.woocommerce div.product form.cart .button,
.woocommerce button.button.alt.single_add_to_cart_button,
.summary-card .single_add_to_cart_button {
  width: 100%;
  min-height: 48px;
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  border-radius: var(--radius);
}

.woocommerce div.product form.cart .button:hover,
.woocommerce button.button.alt.single_add_to_cart_button:hover,
.summary-card .single_add_to_cart_button:hover {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.product-description {
  width: min(980px, calc(100vw - 40px));
  margin: 0 auto;
  padding-bottom: 80px;
}

.product-description table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

.product-description th,
.product-description td {
  padding: 13px 14px;
  border: 1px solid var(--line);
  text-align: left;
}

body.single-product .product-rich-copy {
  width: min(1460px, calc(100% - 112px));
  margin: 0 auto;
  padding: 0 0 56px;
  color: #151515;
  background: #fff;
}

body.single-product .product-info-panel {
  margin: 0 0 14px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  background: #fff;
}

body.single-product .product-info-panel summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  color: #111;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  list-style: none;
  cursor: pointer;
}

body.single-product .product-info-panel summary::-webkit-details-marker {
  display: none;
}

body.single-product .product-info-panel summary::after {
  content: "^";
  font-size: 18px;
  font-weight: 500;
  transform: scaleX(1.25);
}

body.single-product .product-info-panel:not([open]) summary::after {
  transform: scaleX(1.25) rotate(180deg);
}

body.single-product .product-info-body {
  padding: 0 12px 36px;
  font-size: 17px;
  line-height: 1.45;
}

body.single-product .product-info-body p {
  margin: 0 0 16px;
  color: #202020;
}

body.single-product .product-info-body h3 {
  margin: 26px 0 18px;
  color: #111;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
}

body.single-product .product-desc-hero-img,
body.single-product .product-package-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

body.single-product .product-desc-red {
  margin: 18px 0 22px;
  color: #f23a2f;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

body.single-product .product-spec-title {
  margin: 40px 0 28px;
  color: #090909;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.2;
}

body.single-product .product-spec-table {
  width: 100%;
  margin: 0 0 44px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #171717;
  font-size: 17px;
  line-height: 1.25;
}

body.single-product .product-spec-table th,
body.single-product .product-spec-table td {
  padding: 5px 4px;
  border: 1px solid #9b9b9b;
  background: #fff;
  text-align: left;
  vertical-align: middle;
}

body.single-product .product-spec-table th {
  width: 31%;
  font-weight: 400;
}

body.single-product .product-package-img + .product-package-img {
  margin-top: 0;
}

body.single-product .product-package-list {
  margin: 34px 0 0 28px;
  padding: 0;
  color: #171717;
  font-size: 17px;
  line-height: 1.45;
}

body.single-product .product-faq-panel .product-info-body {
  padding: 18px 12px 42px;
}

body.single-product .product-faq-body h3 {
  margin: 0 0 22px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}

body.single-product .product-faq-body p {
  margin: 0 0 26px;
  color: #222;
  font-size: 17px;
  line-height: 1.45;
}

body.single-product .product-faq-body p + h3 {
  margin-top: 4px;
}

.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  width: min(1180px, calc(100vw - 40px));
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-cart .content-page,
.woocommerce-checkout .content-page,
.woocommerce-account .content-page {
  width: min(1180px, 100%);
}

.woocommerce-checkout .site-header,
.woocommerce-checkout .newsletter,
.woocommerce-checkout .site-footer,
.woocommerce-checkout .coupon-pop,
.woocommerce-checkout .page-hero,
.page-id-8 .site-header,
.page-id-8 .newsletter,
.page-id-8 .site-footer,
.page-id-8 .coupon-pop,
.page-id-8 .page-hero {
  display: none;
}

.woocommerce-checkout .page-band,
.page-id-8 .page-band {
  padding: 0;
}

body.woocommerce-checkout.admin-bar {
  margin-top: -32px;
}

.woocommerce-checkout #wpadminbar {
  display: none;
}

.woocommerce-checkout .content-wrap,
.woocommerce-checkout .content-page,
.page-id-8 .content-wrap,
.page-id-8 .content-page {
  width: 100%;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: visible !important;
}

body.woocommerce-checkout .site-shell,
body.woocommerce-checkout .entry-content,
body.woocommerce-checkout form.checkout {
  overflow: visible !important;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
  width: min(1080px, calc(100vw - 40px));
  padding-top: 12px;
}

.colaboxs-checkout {
  margin: 0;
  color: #222;
  background: #fff;
}

.mobile-checkout-top {
  display: none;
}

.colaboxs-checkout-shell {
  display: grid;
  grid-template-columns: minmax(700px, 56.25vw) minmax(380px, 43.75vw);
  align-items: start;
  min-height: 100vh;
  background: linear-gradient(90deg, #fff 0, #fff 56.25vw, #f7f7f7 56.25vw, #f7f7f7 100%);
  overflow: visible !important;
}

.colaboxs-checkout-main {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: min(572px, calc(56.25vw - 96px));
  margin-left: auto;
  margin-right: 64px;
  padding: 38px 0 72px;
}

.colaboxs-checkout-summary {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto;
  min-height: 100vh;
  padding: 56px 0 64px 40px;
  background: #f7f7f7;
  border-left: 1px solid #dedede;
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  overflow: visible !important;
}

.colaboxs-checkout-header {
  margin-bottom: 34px;
}

.checkout-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 0;
  font-style: italic;
  color: #050505;
}

.checkout-logo span {
  color: #ffcf27;
  font-style: normal;
}

.checkout-steps {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6b7280;
  font-size: 14px;
}

.checkout-steps strong {
  color: #111318;
}

.checkout-steps strong::after {
  content: ">";
  margin-left: 12px;
  color: #9097a1;
  font-weight: 400;
}

.express-checkout {
  position: relative;
  margin-bottom: 22px;
  padding: 28px 20px 24px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

.express-checkout p {
  position: absolute;
  top: -13px;
  left: 50%;
  margin: 0;
  padding: 0 14px;
  background: #fff;
  transform: translateX(-50%);
  font-size: 16px;
}

.express-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.express-buttons button {
  min-height: 50px;
  border: 0;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 800;
  cursor: pointer;
}

.express-paypal,
.express-later {
  color: #073c75;
  background: #ffc439;
}

.logo-paypal {
  color: #003087;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.logo-paypal-mark {
  display: inline-block;
  margin-right: 4px;
  color: #0070ba;
  font-style: italic;
  font-weight: 900;
}

.logo-google-g {
  display: inline-block;
  margin-right: 4px;
  color: #4285f4;
  font-weight: 900;
}

.logo-link-mark {
  font-size: 1.05em;
  font-weight: 900;
}

.express-gpay {
  color: #fff;
  background: #000;
}

.express-link {
  color: #061d12;
  background: #00d66f;
}

.email-offers {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  color: #6f7681;
  font-size: 15px;
}

.email-offers input {
  width: 16px;
  height: 16px;
  accent-color: #2878d0;
}

.checkout-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px 0 38px;
  color: #6b7280;
  font-size: 13px;
}

.checkout-divider::before,
.checkout-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #d8d8d8;
}

.checkout-contact-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.checkout-contact-row h2,
.checkout-payment-panel h2,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-shipping-fields h3 {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.2;
}

.checkout-contact-row p {
  margin: 0;
  font-size: 14px;
}

.checkout-contact-row a {
  color: #1e73be;
}

.checkout-contact-field-anchor {
  margin-bottom: 10px;
}

.checkout-contact-field-anchor #billing_email_field {
  display: block;
}

.colaboxs-customer-details .col-1,
.colaboxs-customer-details .col-2 {
  float: none;
  width: 100%;
}

.colaboxs-customer-details .woocommerce-billing-fields__field-wrapper,
.colaboxs-customer-details .woocommerce-shipping-fields__field-wrapper,
.colaboxs-customer-details .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.colaboxs-customer-details .form-row {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.colaboxs-customer-details .form-row-wide,
.colaboxs-customer-details #billing_email_field,
.colaboxs-customer-details #billing_country_field,
.colaboxs-customer-details #billing_address_1_field,
.colaboxs-customer-details #billing_address_2_field,
.colaboxs-customer-details #billing_city_field,
.colaboxs-customer-details #order_comments_field,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
  grid-column: 1 / -1;
}

.colaboxs-checkout .form-row label,
.colaboxs-checkout .woocommerce form .form-row label {
  display: none !important;
  margin-bottom: 6px;
  color: #4f5661;
  font-size: 13px;
  font-weight: 500;
}

.colaboxs-checkout .form-row label.checkbox,
.colaboxs-checkout .form-row .woocommerce-form__label,
.colaboxs-checkout .form-row .woocommerce-form__label span,
.colaboxs-checkout .woocommerce form .form-row label.checkbox,
.colaboxs-checkout .woocommerce form .form-row .woocommerce-form__label,
.colaboxs-checkout .woocommerce form .form-row .woocommerce-form__label span {
  display: inline-flex;
}

.colaboxs-checkout .woocommerce-additional-fields,
.colaboxs-checkout .woocommerce-additional-fields h3,
.colaboxs-checkout .woocommerce-additional-fields__field-wrapper {
  display: none !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce form .form-row .select2-container .select2-selection--single {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #cfd5dd;
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
  color: #111318;
  font-size: 15px;
}

.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #111318;
  line-height: 24px;
}

.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

.woocommerce form .form-row textarea {
  min-height: 88px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
  border-color: #1e7cff;
  outline: 2px solid rgba(30, 124, 255, 0.12);
}

.checkout-payment-panel {
  margin-top: 24px;
}

.payment-helper {
  margin: 0 0 14px;
  color: #6f7681;
}

.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
  display: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 18px;
}

.woocommerce-checkout #payment ul.payment_methods li::marker {
  content: "";
}

.woocommerce-checkout #payment div.payment_box {
  background: #f8f8f8;
}

.woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
  display: none !important;
}

.woocommerce-checkout #payment #place_order {
  display: block;
  float: none;
  width: 280px;
  min-height: 52px;
  margin: 24px auto 12px;
  background: #2878d0;
  border-radius: 5px;
  font-size: 16px;
}

.woocommerce-checkout #payment #place_order:hover {
  background: #1f68b8;
}

.checkout-shipping-method {
  margin-top: 26px;
}

.checkout-shipping-method h2,
.special-instruction summary {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 800;
}

.shipping-placeholder {
  min-height: 44px;
  padding: 12px 16px;
  color: #777;
  background: #fbfbfb;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  text-align: center;
}

.special-instruction {
  margin-top: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.special-instruction summary {
  cursor: pointer;
}

.special-instruction textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}

.worry-free-box {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  padding: 14px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}

.worry-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #1f7be5;
  border-radius: 6px;
}

.worry-free-box strong {
  display: block;
  font-size: 15px;
}

.worry-free-box strong span {
  color: #6f7681;
  font-size: 12px;
}

.worry-free-box p {
  margin: 4px 0 0;
  color: #6f7681;
  font-size: 12px;
}

.checkout-without-insurance {
  display: block;
  text-align: center;
  color: #126ac3;
  text-decoration: underline;
}

.payment-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #d8d8d8;
}

.payment-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 37px;
  height: 20px;
  padding: 0 7px;
  background: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  color: #0b3f8a;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

.payment-badges img {
  display: block;
  width: 38px;
  height: 24px;
  object-fit: contain;
}

.payment-badges .pay-badge {
  letter-spacing: -0.1px;
}

.payment-badges .paypal {
  color: #003087;
}

.payment-badges .mastercard {
  color: #111318;
}

.payment-badges .visa {
  color: #1434cb;
}

.payment-badges .affirm {
  color: #4a4af4;
}

.payment-badges .apple {
  color: #111318;
}

.payment-badges .gpay {
  color: #4285f4;
}

.payment-badges .klarna {
  color: #111318;
  background: #ffb3c7;
}

.payment-badges .link {
  color: #111318;
}

.payment-badges .amex {
  color: #fff;
  background: #1f72cd;
  border-color: #1f72cd;
}

.payment-badges .discover {
  color: #111318;
}

.colaboxs-order-summary {
  width: 405px;
  max-width: calc(100vw - 80px);
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}

body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout .colaboxs-order-summary {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  overflow: visible !important;
}

body.woocommerce-checkout .colaboxs-checkout-summary {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
}

.summary-products {
  padding-bottom: 22px;
  border-bottom: 1px solid #dedede;
}

.summary-product {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 14px;
  align-items: start;
}

.summary-thumb {
  position: relative;
  width: 64px;
  height: 64px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}

.summary-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.summary-thumb span {
  position: absolute;
  top: -10px;
  right: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #fff;
  background: #8b8f97;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.summary-product-copy strong {
  display: block;
  max-width: 220px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}

.summary-product-copy span,
.summary-product-copy small {
  display: block;
  color: #6f7681;
  font-size: 13px;
}

.summary-product-price {
  text-align: right;
  font-weight: 800;
}

.summary-product-price del {
  display: block;
  color: #777;
  font-size: 12px;
  font-weight: 400;
}

.summary-coupon {
  display: grid;
  grid-template-columns: 1fr 84px;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}

.summary-coupon input {
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid #d2d7de;
  border-radius: 5px;
  font-size: 15px;
}

.summary-coupon .button {
  min-height: 48px;
  padding: 0 16px;
  background: #5f9fe0;
  border-color: #5f9fe0;
  border-radius: 5px;
}

.summary-totals {
  padding-top: 12px;
}

.summary-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0;
  color: #707782;
  font-size: 17px;
}

.summary-label::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: #fff;
  background: #858585;
  border-radius: 50%;
  font-size: 10px;
  vertical-align: middle;
}

.label-flash::before {
  content: "$";
}

.label-shipping::before {
  content: "";
  border-radius: 2px;
}

.label-insurance::before {
  content: "";
  border-radius: 3px;
}

#billing_email_field {
  order: 10;
}

#billing_country_field {
  order: 20;
}

#billing_first_name_field {
  order: 30;
}

#billing_last_name_field {
  order: 40;
}

#billing_address_1_field {
  order: 50;
}

#billing_address_2_field {
  order: 60;
}

#billing_city_field {
  order: 70;
}

#billing_state_field {
  order: 80;
}

#billing_postcode_field {
  order: 90;
}

#billing_phone_field {
  order: 100;
}

.summary-totals strong {
  color: #2a2f36;
}

.summary-totals .discount strong {
  color: #111318;
}

.summary-total {
  margin-top: 12px;
  padding-top: 20px !important;
  border-top: 1px solid #dedede;
  color: #111318 !important;
  font-weight: 800;
}

.summary-total strong {
  font-size: 28px;
}

.summary-total .includes_tax {
  display: none;
}

@media (max-width: 1024px) {
  .site-header {
    grid-template-columns: auto auto;
    padding: 0 22px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .primary-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-nav .menu {
    display: grid;
    gap: 0;
    padding: 8px 0 18px;
  }

  .primary-nav a {
    min-height: 44px;
    justify-content: center;
  }

  .header-actions {
    display: none;
  }

  .hero,
  .product-shell,
  .dealer,
  .newsletter,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    order: -1;
    padding: 46px 28px 24px;
  }

  .hero-media {
    padding: 20px 24px 44px;
  }

  .feature-tiles,
  .review-track,
  .service-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .colaboxs-checkout-shell {
    display: block;
    background: #fff;
  }

  .colaboxs-checkout-summary {
    display: none;
    position: relative !important;
    width: auto;
    order: -1;
    padding: 20px 16px;
    border-left: 0;
    border-bottom: 1px solid #dedede;
  }

  .colaboxs-checkout-summary.is-open {
    display: block;
  }

  .colaboxs-order-summary {
    max-width: none;
  }

  .colaboxs-checkout-main {
    padding: 30px 24px 52px;
  }
}

@media (max-width: 720px) {
  .hero h1 {
    font-size: 38px;
  }

  .countdown,
  .comparison-grid,
  .feature-tiles,
  .review-track,
  .service-row,
  .product-perks,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .comparison,
  .reviews,
  .page-band,
  .product-extra {
    padding: 56px 20px;
  }

  .dealer,
  .feature-tiles,
  .support-strip,
  .newsletter,
  .site-footer,
  .page-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsletter-form {
    display: grid;
  }

  .content-page,
  .summary-card {
    padding: 26px;
  }

  .summary-card form.cart {
    grid-template-columns: 1fr;
  }

  .service-row div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .colaboxs-customer-details .woocommerce-billing-fields__field-wrapper,
  .colaboxs-customer-details .woocommerce-shipping-fields__field-wrapper,
  .colaboxs-customer-details .woocommerce-additional-fields__field-wrapper,
  .summary-product {
    grid-template-columns: 1fr;
  }

  .mobile-checkout-top {
    display: block;
    border-bottom: 1px solid #d8d8d8;
  }

  .mobile-checkout-top .checkout-logo {
    display: flex;
    margin: 18px 18px 14px;
    font-size: 28px;
  }

  .mobile-summary-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 50px;
    padding: 8px 14px;
    color: #1675ce;
    background: #f8f8f8;
    border: 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 15px;
    font-weight: 800;
  }

  .mobile-summary-toggle strong {
    display: grid;
    justify-items: end;
    gap: 2px;
    color: #1675ce;
    font-size: 18px;
  }

  .mobile-summary-toggle del {
    color: #777;
    font-size: 13px;
  }

  .colaboxs-checkout-header .checkout-logo {
    display: none;
  }

  .colaboxs-checkout-main {
    padding: 18px 12px 0;
  }

  .checkout-steps {
    margin: 0 0 26px;
  }

  .express-checkout {
    padding: 28px 20px 24px;
  }

  .express-buttons {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .express-paypal {
    order: 1;
  }

  .express-gpay {
    order: 2;
  }

  .express-later {
    order: 3;
  }

  .express-link {
    display: none;
  }

  .checkout-contact-row {
    display: flex;
  }

  .checkout-contact-row p {
    font-size: 0;
  }

  .checkout-contact-row p a {
    font-size: 16px;
  }

  .summary-coupon {
    grid-template-columns: 1fr;
  }

  .summary-product-price {
    text-align: left;
  }

  .woocommerce-checkout #payment #place_order {
    width: 100%;
  }

  .worry-free-box {
    grid-template-columns: 38px 1fr auto;
  }

  .payment-badges {
    margin-left: -12px;
    margin-right: -12px;
    padding: 26px 12px 20px;
    background: #f8f8f8;
  }
}

/* v0.2.7 non-payment page refinement */
.sold-note {
  margin: 0 0 12px;
  color: #606873;
  font-weight: 800;
}

.variant-pill,
.variant-box {
  margin: 0 0 16px;
  padding: 12px 14px;
  background: #f5f6f7;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
}

.variant-box span,
.variant-box strong {
  display: block;
}

.variant-box span {
  color: var(--blue);
  font-size: 12px;
  text-transform: uppercase;
}

.home-buy-row {
  display: grid;
  grid-template-columns: 92px minmax(180px, 260px);
  gap: 10px;
  align-items: center;
  max-width: 380px;
}

.home-buy-row input {
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
}

.product-shell-rich {
  align-items: start;
}

.product-gallery-rich {
  position: relative;
}

.gallery-count {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
  padding: 6px 10px;
  color: #fff;
  background: rgba(17, 19, 24, 0.78);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.viewing-note,
.shipping-estimate,
.vendor-note {
  margin: 10px 0 0;
  color: #68707c;
  font-weight: 700;
}

.share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  font-size: 13px;
}

.share-row a {
  color: var(--blue);
  font-weight: 800;
}

.product-comparison {
  background: #fafbfc;
}

.replay-feature {
  padding: 86px max(40px, calc((100vw - 1180px) / 2));
  background: #101318;
  color: #fff;
}

.replay-feature .section-heading span {
  color: #cbd2dc;
}

.replay-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 18px;
}

.replay-grid article,
.timeline-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.replay-grid h3,
.replay-grid p {
  margin-top: 0;
}

.timeline-card strong {
  display: block;
  margin-bottom: 18px;
  color: #8dbbff;
  font-size: 12px;
  letter-spacing: 0;
}

.timeline-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-bottom: 18px;
}

.timeline-days span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  color: #111318;
  background: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.zero-cost {
  margin: 30px 0 0;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
}

.product-rich-copy h2 {
  margin-top: 42px;
}

.faq-page .faq-intro {
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
}

.faq-page h2,
.policy-page h2 {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.cart-empty-replica {
  min-height: 48vh;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 18px;
  text-align: center;
}

.cart-empty-replica h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
}

.cart-empty-replica .continue-top {
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
}

.account-auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.account-auth-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.account-auth-card h1,
.account-auth-card h2 {
  margin-top: 0;
}

.account-auth-card form {
  display: grid;
  gap: 14px;
}

.account-auth-card label {
  display: block;
  margin-bottom: 7px;
  color: #4d5561;
  font-size: 13px;
  font-weight: 700;
}

.account-auth-card .button {
  width: 100%;
}

.auth-switch,
.discount-line {
  display: block;
  margin-top: 18px;
  text-align: center;
}

.auth-switch a,
.lost_password a {
  color: var(--blue);
  font-weight: 800;
}

body.woocommerce-checkout .colaboxs-checkout-summary,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout .colaboxs-order-summary {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  will-change: auto !important;
}

body.woocommerce-checkout .colaboxs-checkout-shell {
  overflow: visible !important;
}

.express-buttons button:disabled {
  cursor: default;
  opacity: 1;
}

@media (max-width: 1024px) {
  .replay-grid,
  .account-auth-grid {
    grid-template-columns: 1fr;
  }

  .timeline-days {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 720px) {
  .home-buy-row {
    grid-template-columns: 1fr;
  }

  .replay-feature {
    padding: 56px 20px;
  }

  .timeline-days {
    grid-template-columns: repeat(2, 1fr);
  }

  .account-auth-card {
    padding: 24px;
  }
}

/* v0.2.9 homepage first-screen replica */
body.home .site-shell {
  overflow: visible;
}

body.home .site-header {
  min-height: 60px;
  height: 60px;
  grid-template-columns: 170px 1fr 96px;
  gap: 26px;
  padding: 0 max(44px, calc((100vw - 1360px) / 2));
  background: #172635;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

body.home .brand {
  width: 136px;
  height: 34px;
  gap: 0;
  background: url('../images/home-header-logo.png') center / contain no-repeat;
  font-size: 0;
}

body.home .brand span {
  display: none;
}

body.home .primary-nav .menu {
  justify-content: center;
  gap: 35px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

body.home .primary-nav a {
  min-height: 60px;
  color: #fff;
}

body.home .primary-nav a:hover {
  color: #f4c72f;
}

body.home .header-actions {
  gap: 22px;
  color: #fff;
}

body.home .header-actions a {
  position: relative;
  width: 28px;
  height: 60px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}

body.home .header-actions a:nth-child(2) {
  display: none;
}

body.home .header-actions a:first-child::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 18px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
}

body.home .header-actions a:first-child::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 32px;
  width: 20px;
  height: 12px;
  border: 2px solid #fff;
  border-top: 0;
  border-radius: 0 0 14px 14px;
}

body.home .cart-link::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 21px;
  width: 17px;
  height: 13px;
  border: 2px solid #fff;
  border-top: 0;
  transform: skewX(-10deg);
}

body.home .cart-link::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 17px;
  width: 8px;
  height: 2px;
  background: #fff;
  transform: rotate(12deg);
}

body.home .cart-count {
  display: none;
}

.home-hero-poster {
  position: relative;
  min-height: calc(100vh - 60px);
  background: #030303 url('../images/home-hero-timeshift-optimized.jpg') center top / cover no-repeat;
}

.home-hero-poster-inner {
  position: absolute;
  inset: 0;
}

.home-hero-poster h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.home .coupon-pop {
  display: none;
}

@media (max-width: 1200px) {
  body.home .site-header {
    padding: 0 28px;
  }

  body.home .primary-nav .menu {
    gap: 22px;
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  body.home .site-header {
    grid-template-columns: 150px auto;
  }

  body.home .brand {
    width: 132px;
  }

  body.home .menu-toggle {
    border-color: rgba(255, 255, 255, 0.32);
  }

  body.home .menu-toggle span {
    background: #fff;
  }

  body.home .primary-nav {
    background: #172635;
  }

  body.home .header-actions {
    display: none;
  }

  .home-hero-poster {
    min-height: 58vw;
    background-size: cover;
  }
}

@media (max-width: 720px) {
  .home-hero-poster {
    min-height: 74vw;
    background-position: center top;
  }
}

/* v0.2.10 homepage banner and header correction */
body.home .site-header {
  height: 58px;
  min-height: 58px;
  grid-template-columns: 170px 1fr 86px;
  padding-left: max(24px, calc((100vw - 1360px) / 2));
  padding-right: max(24px, calc((100vw - 1360px) / 2));
  background: #172635;
}

body.home .brand {
  position: relative;
  width: 138px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  padding-left: 24px;
  background: none !important;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -1.2px;
  line-height: 1;
  transform: skewX(-8deg);
}

body.home .brand::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 13px;
  width: 17px;
  height: 27px;
  background: #f2cf27;
  transform: skewX(-13deg);
}

body.home .brand::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 14px;
  width: 11px;
  height: 24px;
  background: #fff;
  transform: skewX(-13deg);
}

body.home .brand span {
  display: none !important;
}

body.home .brand {
  font-size: 0;
}

body.home .brand-mark {
  display: none !important;
}

body.home .brand > span:last-child {
  display: inline !important;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -1.2px;
}

body.home .primary-nav .menu {
  gap: 34px;
  font-size: 15px;
  font-weight: 500;
}

body.home .primary-nav a {
  min-height: 58px;
  color: #fff;
  text-transform: uppercase;
}

body.home .header-actions {
  display: flex;
  gap: 23px;
  align-items: center;
  justify-content: flex-end;
}

body.home .header-actions a {
  width: 25px;
  height: 32px;
  min-height: 0;
  overflow: hidden;
  color: transparent !important;
  background: none !important;
  font-size: 0;
}

body.home .header-actions a:nth-child(2) {
  display: none !important;
}

body.home .header-actions a:first-child::before,
body.home .header-actions a:first-child::after,
body.home .cart-link::before,
body.home .cart-link::after {
  content: none !important;
}

body.home .header-actions a:first-child {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='32' viewBox='0 0 25 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='8.5' r='5.5' stroke='white' stroke-width='1.7'/%3E%3Cpath d='M3 30c0-6.1 4.2-10.5 9.5-10.5S22 23.9 22 30' stroke='white' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 25px 32px !important;
}

body.home .cart-link {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='31' viewBox='0 0 27 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3h3.5l2.7 16.2h12.6L24 8H7' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='26' r='2' fill='white'/%3E%3Ccircle cx='20' cy='26' r='2' fill='white'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 27px 31px !important;
}

body.home .cart-count {
  display: none !important;
}

.home-hero-poster {
  min-height: calc(100vh - 58px);
  background-color: #030303;
  background-image: url('../images/home-hero-timeshift-optimized.jpg') !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (min-width: 1600px) {
  .home-hero-poster {
    background-size: 100% auto;
  }
}

@media (max-width: 1024px) {
  body.home .site-header {
    grid-template-columns: 150px auto;
  }

  body.home .brand > span:last-child {
    font-size: 23px;
  }

  .home-hero-poster {
    min-height: 58vw;
    background-size: cover;
  }
}

@media (max-width: 720px) {
  .home-hero-poster {
    min-height: 74vw;
    background-position: center top;
  }
}

/* v0.2.11 homepage image element and real header icons */
body.home .brand {
  width: 136px !important;
  height: 58px !important;
  padding: 0 !important;
  background: url('../images/home-header-logo.png') center / contain no-repeat !important;
  transform: none !important;
  font-size: 0 !important;
}

body.home .brand::before,
body.home .brand::after {
  content: none !important;
}

body.home .brand span,
body.home .brand > span:last-child,
body.home .brand-mark {
  display: none !important;
}

.home-hero-poster {
  overflow: hidden;
  background: #030303 !important;
}

.home-hero-picture,
.home-hero-picture img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.home-hero-picture img {
  object-fit: cover;
  object-position: center top;
}

.home-hero-poster-inner {
  z-index: 1;
  pointer-events: none;
}

body.home .header-actions {
  color: #fff;
  gap: 25px;
}

body.home .header-actions a,
body.home .account-link,
body.home .cart-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 28px !important;
  height: 36px !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  color: #fff !important;
  background: none !important;
  background-image: none !important;
}

body.home .create-account-link {
  display: none !important;
}

body.home .action-text,
body.home .cart-count {
  display: none !important;
}

body.home .action-icon {
  display: block !important;
  color: #fff;
  overflow: visible;
}

body.home .account-icon {
  width: 25px;
  height: 32px;
}

body.home .cart-icon {
  width: 27px;
  height: 31px;
}

body.home .header-actions a::before,
body.home .header-actions a::after,
body.home .cart-link::before,
body.home .cart-link::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 1024px) {
  body.home .brand {
    width: 132px !important;
  }
}

/* v0.2.12 remove missing AVIF request */
.home-hero-poster {
  background-image: none !important;
}


/* v0.2.15 inline hero and logo, no external banner request */
body.home .brand {
  background: none !important;
  width: 136px !important;
  height: 58px !important;
  padding: 0 !important;
  transform: none !important;
}

body.home .brand-logo {
  display: block !important;
  width: 136px;
  height: auto;
  max-height: 34px;
  object-fit: contain;
}

.home-hero-poster {
  background: transparent !important;
  background-image: none !important;
}

.home-hero-picture img {
  object-fit: cover;
  object-position: center top;
}

/* v0.2.16 homepage product second screen */
.home-product-screen {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.home-product-screen-frame {
    position: relative;
    width: min(100%, 1500px);
    margin: 0 auto;
}

.home-product-screen-frame::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    width: 3px;
    height: 100%;
    background: #fff;
    pointer-events: none;
}

.home-product-screen-frame::before {
    content: "";
    position: absolute;
    right: 3.8%;
    bottom: 2.8%;
    z-index: 8;
    width: clamp(86px, 8.2vw, 128px);
    height: clamp(82px, 7.8vw, 122px);
    background: #fff;
    pointer-events: none;
}

.home-product-screen-frame > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.home-product-live-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

.home-product-countdown {
    position: absolute;
    left: 59.35%;
    top: 7.0%;
    width: 29.2%;
    height: 8.6%;
    background: #fff;
    box-shadow: 0 0 0 8px #fff;
    color: #c54b50;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
}

.home-product-countdown-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: baseline;
    justify-items: center;
    width: 100%;
    font-size: clamp(25px, 2.25vw, 44px);
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
}

.home-product-countdown-row b {
    font-weight: 400;
    color: #c54b50;
    transform: translateY(-2px);
}

.home-product-countdown-labels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 92%;
    margin-top: 8px;
    color: #333;
    font-size: clamp(10px, .66vw, 15px);
    text-align: center;
}

.home-product-qty {
    position: absolute;
    left: 60.5%;
    top: 63.4%;
    width: 6.5%;
    height: 4.7%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    pointer-events: auto;
    background: #f4f4f4;
    box-shadow: 0 0 0 8px #fff;
}

.home-product-qty button,
.home-product-qty input {
    width: 100%;
    min-width: 0;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: #f4f4f4;
    color: #111820;
    font: 400 clamp(14px, .9vw, 22px)/1 Arial, sans-serif;
    text-align: center;
    padding: 0;
    appearance: textfield;
}

.home-product-qty button {
    cursor: pointer;
}

.home-product-qty input::-webkit-outer-spin-button,
.home-product-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.home-product-buy {
    position: absolute;
    left: 60.5%;
    top: 72.6%;
    width: 27.0%;
    height: 5.2%;
    display: block;
    background: transparent;
    color: transparent !important;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    pointer-events: auto;
}

/* v0.2.75 rebuild homepage product offer as real content */
.home-product-builder {
    width: min(100%, 1160px);
    padding: 18px 24px 30px;
    background: #fff;
}

.home-product-builder::before,
.home-product-builder::after {
    display: none !important;
}

.home-product-builder > h2 {
    margin: 0 0 12px;
    color: #111;
    font: 700 16px/1.35 Arial, sans-serif;
    text-align: center;
    letter-spacing: 0;
}

.home-product-builder-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(330px, .86fr);
    gap: 42px;
    align-items: start;
}

.home-product-builder-media {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px;
    column-gap: 18px;
    align-items: start;
}

.home-product-builder-main {
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.home-product-builder-main img {
    display: block;
    width: min(100%, 470px);
    height: auto;
    object-fit: contain;
}

.home-product-builder-thumbs {
    display: grid;
    gap: 26px;
}

.home-product-builder-thumbs img {
    display: block;
    width: 126px;
    height: 126px;
    object-fit: contain;
    background: #fff;
}

.home-product-builder-media p {
    grid-column: 1 / 3;
    margin: 8px 0 0;
    color: #111;
    font: 700 13px/1.35 Arial, sans-serif;
    text-align: center;
}

.home-product-builder-info {
    padding-top: 0;
    color: #111;
}

.home-product-builder-info .home-product-countdown {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    color: #c54b50;
    display: flex;
}

.home-product-builder-info .home-product-countdown-row {
    font-size: clamp(34px, 3vw, 48px);
}

.home-product-builder-info .home-product-countdown-labels {
    margin-top: 8px;
    font-size: 13px;
}

.home-product-builder-price {
    margin-top: 0;
}

.home-product-builder-price span,
.home-product-builder-option span,
.home-product-builder-qty-label {
    display: block;
    margin-bottom: 10px;
    color: #111;
    font: 700 12px/1.2 Arial, sans-serif;
}

.home-product-builder-price strong {
    color: #d34d4d;
    font: 400 24px/1 Arial, sans-serif;
}

.home-product-builder-price del {
    margin-left: 8px;
    color: #8b8b8b;
    font-size: 14px;
}

.home-product-builder-price em {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 5px;
    border: 1px solid #d34d4d;
    color: #d34d4d;
    font: normal 11px/1 Arial, sans-serif;
}

.home-product-builder-stock {
    width: 78%;
    margin: 34px 0 76px;
    color: #333;
    font: 13px/1.4 Arial, sans-serif;
}

.home-product-builder-stock i {
    display: block;
    width: 100%;
    height: 6px;
    margin-bottom: 4px;
    background: linear-gradient(90deg, #e84d3d 0 29%, #eee 29% 100%);
}

.home-product-builder-stock span {
    display: block;
}

.home-product-builder-option b {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #111;
    color: #111;
    font: 400 13px/1 Arial, sans-serif;
}

.home-product-builder-qty-label {
    margin: 22px 0 8px;
}

.home-product-builder-info .home-product-qty {
    position: static;
    width: 82px;
    height: 34px;
    margin: 0 0 28px;
    background: #f4f4f4;
    box-shadow: none;
}

.home-product-builder-info .home-product-qty button,
.home-product-builder-info .home-product-qty input {
    font-size: 16px;
}

.home-product-builder-info .home-product-buy,
.home-product-gpay {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 430px);
    height: 42px;
    margin: 0 0 12px;
    color: #fff !important;
    background: #172635;
    text-decoration: none;
    font: 700 14px/1 Arial, sans-serif;
    pointer-events: auto;
}

.home-product-gpay {
    background: #000;
}

.home-product-gpay span {
    color: #4285f4;
    margin-right: 3px;
    font-weight: 700;
}

.home-product-builder-availability {
    margin: 24px 0 0;
    color: #6fb276;
    font: 13px/1.4 Arial, sans-serif;
}

.home-product-builder-availability strong {
    color: #111;
}

body.home .comparison {
    padding-top: 86px;
}

@media (max-width: 768px) {
    .home-product-screen {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .home-product-screen-frame {
        width: 1160px;
        max-width: none;
    }

    .home-product-countdown-row {
        font-size: 30px;
    }

    .home-product-countdown-labels {
        margin-top: 8px;
        font-size: 10px;
    }
}

/* v0.2.21 first hero banner proportion trim */
.home-hero-poster {
    min-height: 0 !important;
    height: min(42.7vw, calc(100vh - 58px)) !important;
    background: #030303 !important;
}

.home-hero-picture,
.home-hero-picture img {
    height: 100% !important;
}

.home-hero-picture img {
    object-fit: cover !important;
    object-position: center top !important;
}

/* v0.2.22 homepage product fine tuning */
body.home .scroll-top,
body.home .scroll-to-top,
body.home .back-to-top,
body.home .back_to_top,
body.home .return-to-top,
body.home .to-top,
body.home .go-top,
body.home .back-top,
body.home .faq-scroll-top,
body.home #scroll-top,
body.home #back-to-top,
body.home #return-to-top,
body.home a[href="#top"],
body.home a[href="#page"],
body.home a[href="#site-header"] {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* v0.2.23 cost comparison match */
body.home .comparison {
    padding: 44px 24px 48px !important;
    background: #fff;
}

body.home .comparison .section-heading {
    width: min(720px, 100%);
    margin: 0 auto 30px;
}

body.home .comparison .section-heading p {
    margin: 0 0 11px;
    color: #d2a044;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

body.home .comparison .section-heading h2 {
    margin: 0;
    color: #05080d;
    font-size: 28px;
    line-height: 1.14;
    font-weight: 600;
}

body.home .comparison .section-heading h2 span {
    display: inline;
    margin: 0;
    color: #d2a044;
}

body.home .comparison .section-heading > span {
    margin-top: 12px;
    color: #25313d;
    font-size: 14px;
    line-height: 1.35;
}

body.home .comparison-grid {
    width: min(860px, 100%);
    gap: 14px;
    align-items: stretch;
}

body.home .comparison-card {
    min-height: 280px;
    padding: 18px 17px 20px;
    border-color: #dedede;
    border-radius: 10px;
    box-shadow: none;
}

body.home .comparison-card.muted {
    background: #f9f9f9;
}

body.home .comparison-card.value {
    border: 2px solid #d39b38;
    background: #fff;
}

body.home .comparison-card h3 {
    margin: 0 0 18px;
    text-align: center;
    color: #d19a3a;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

body.home .comparison-card.muted h3 {
    color: #f04452;
}

body.home .comparison-card.muted h3::before {
    content: "× ";
    font-size: 20px;
    line-height: 0;
    vertical-align: -1px;
}

body.home .comparison-card.value h3 {
    text-align: left;
    padding-left: 19px;
}

body.home .comparison-card.value h3::before {
    content: "\2713";
    display: inline-grid;
    place-items: center;
    width: 12px;
    height: 12px;
    margin: 0 7px 0 -19px;
    color: #fff;
    background: #44c875;
    border-radius: 1px;
    font-size: 10px;
    line-height: 1;
}

body.home .comparison-card ul {
    margin: 0 0 13px;
}

body.home .comparison-card li {
    position: relative;
    padding: 8px 0 8px 21px;
    border-bottom: 1px solid #e5e5e5;
    color: #162332;
    font-size: 14px;
    line-height: 1.25;
}

body.home .comparison-card li::before {
    position: absolute;
    left: 2px;
    top: 8px;
    width: 14px;
    text-align: center;
    font-size: 12px;
}

body.home .comparison-card.muted li:nth-child(1)::before,
body.home .comparison-card.muted li:nth-child(3)::before {
    content: "📺";
}

body.home .comparison-card.muted li:nth-child(2)::before {
    content: "🎬";
}

body.home .comparison-card.muted li:nth-child(4)::before {
    content: "🏆";
}

body.home .comparison-card.value li:nth-child(1)::before {
    content: "📦";
}

body.home .comparison-card.value li:nth-child(2)::before {
    content: "🎥";
}

body.home .comparison-card.value li:nth-child(3)::before {
    content: "\21A9";
    color: #2f7cf4;
}

body.home .comparison-card.value li:nth-child(4)::before {
    content: "🧾";
}

body.home .comparison-card li strong {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

body.home .comparison-card.value li:not(:first-child) strong,
body.home .comparison-card.value small {
    color: #008a21;
}

body.home .comparison-card p {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 14px;
    margin: 10px 0 0;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

body.home .comparison-card.muted p strong {
    color: #f04452;
    font-size: 20px;
}

body.home .comparison-card.value p strong {
    color: #d19a3a;
    font-size: 18px;
}

body.home .comparison-card small {
    display: block;
    margin-top: 13px;
    text-align: right;
    color: #f04452;
    font-size: 12px;
    font-weight: 700;
}

body.home .comparison-card.value small {
    text-align: right;
}

body.home .comparison-card .badge {
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    margin: 0;
    padding: 5px 16px 6px;
    color: #fff;
    background: #d2a044;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .6px;
}

body.home .comparison-card .badge::before {
    content: "\2713 ";
}

body.home .savings-card {
    margin-top: 6px;
    padding: 18px 28px 20px;
    color: #000;
    background: #fff9ec;
    border: 1px solid #e5bd70;
    border-radius: 9px;
    box-shadow: none;
}

body.home .savings-card h3 {
    margin: 0 0 10px;
    color: #37414d;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

body.home .savings-card p {
    margin: 4px 0;
    color: #bd8618;
    font-size: 24px;
    line-height: 1.16;
    font-weight: 800;
}

body.home .savings-card p + p {
    color: #000;
    font-size: 15px;
}

body.home .savings-card span {
    margin-top: 13px;
    color: #627081;
    font-size: 12px;
    line-height: 1.35;
}

body.home .customer-carousel {
    padding: 89px 0 70px;
    background: #fff;
    color: #000;
    text-align: center;
    content-visibility: auto;
    contain-intrinsic-size: auto 520px;
}

body.home .customer-carousel h2 {
    margin: 0 0 37px;
    color: #000;
    font-size: 29px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
}

body.home .customer-carousel-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 23px;
    width: min(1320px, calc(100% - 150px));
    min-height: 250px;
    margin: 0 auto;
    align-items: center;
}

body.home .customer-slide {
    display: none;
    min-height: 210px;
    padding: 33px 34px 28px;
    background: transparent;
    color: #000;
    text-align: center;
}

body.home .customer-slide.is-prev,
body.home .customer-slide.is-current,
body.home .customer-slide.is-next {
    display: block;
}

body.home .customer-slide.is-current {
    background: #fff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .08);
}

body.home .customer-stars {
    margin: 0 0 28px;
    color: #000;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 4px;
}

body.home .customer-slide p {
    max-width: 440px;
    min-height: 76px;
    margin: 0 auto 25px;
    color: #000;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: 0;
}

body.home .customer-slide strong {
    display: block;
    margin: 0 0 8px;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

body.home .customer-slide span {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
}

body.home .customer-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    margin: 36px 0 0;
}

body.home .customer-carousel-dots button {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #858585;
    cursor: pointer;
}

body.home .customer-carousel-dots button.is-active {
    width: 8px;
    height: 8px;
    background: #000;
}

.site-footer a:hover {
    color: #000;
    text-decoration: underline;
}

body.home .service-row {
    display: block;
    width: min(1728px, calc(100% - 176px));
    min-height: 300px;
    margin: 0 auto;
    padding: 50px 40px 48px;
    background: #f0f1f3;
    border: 0;
    color: #000;
    text-align: center;
    contain-intrinsic-size: auto 300px;
}

body.home .service-row h2 {
    margin: 0 0 62px;
    color: #202832;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0;
}

body.home .service-row-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 36px;
    min-height: 0;
    padding: 0;
    border: 0;
}

body.home .service-item {
    min-height: auto;
    padding: 0;
    border: 0;
    text-align: center;
}

body.home .service-item svg {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 14px;
    fill: none;
    stroke: #68727e;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.home .service-item strong {
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0;
}

body.home .service-item span {
    display: block;
    margin-top: 17px;
    color: #69717d;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: .5px;
}

.newsletter {
    display: block;
    min-height: 276px;
    padding: 57px 20px 55px;
    background: #f7f7f7;
    border-top: 0;
    color: #000;
    text-align: center;
    contain-intrinsic-size: auto 276px;
}

.newsletter h2 {
    margin: 0;
    color: #000;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
}

.newsletter p {
    margin: 22px auto 0;
    max-width: 570px;
    color: #000;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: .1px;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    margin: 20px auto 0;
}

.newsletter-form input {
    width: 247px;
    min-height: 37px;
    height: 37px;
    padding: 0 15px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-size: 12px;
    line-height: 37px;
}

.newsletter-form input::placeholder {
    color: #8d949d;
}

.newsletter-form button {
    min-width: 106px;
    min-height: 40px;
    height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 0;
    background: #162232;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
}

.newsletter-form button:hover {
    background: #162232;
    color: #fff;
}

.newsletter-thanks {
    display: none;
    width: fit-content;
    margin: 22px auto 0;
    padding: 8px 12px;
    border: 1px solid #55b96a;
    border-radius: 5px;
    color: #55b96a;
    background: transparent;
    font-size: 15px;
    line-height: 1.35;
}

.newsletter.is-subscribed .newsletter-form {
    display: none;
}

.newsletter.is-subscribed .newsletter-thanks {
    display: block;
}

.newsletter-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .49);
}

.newsletter-modal[hidden] {
    display: none;
}

.newsletter-modal-card {
    position: relative;
    width: min(432px, calc(100vw - 40px));
    min-height: 211px;
    padding: 47px 34px 34px;
    border-radius: 13px;
    background: #fff;
    color: #151515;
    text-align: center;
    box-shadow: none;
}

.newsletter-modal-card button {
    position: absolute;
    top: 18px;
    right: 27px;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    font-size: 24px;
    line-height: 16px;
    font-weight: 300;
    cursor: pointer;
}

.newsletter-modal-card h2 {
    margin: 0;
    color: #171717;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
}

.newsletter-modal-card p {
    margin: 25px auto 0;
    color: #292929;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 400;
}

.newsletter-modal-card span {
    display: block;
    margin-top: 22px;
    color: #292929;
    font-size: 14px;
    line-height: 1.3;
}

@media (max-width: 720px) {
    body.home .comparison {
        padding: 36px 14px 38px !important;
    }

    body.home .comparison-grid {
        grid-template-columns: 1fr;
        width: min(430px, 100%);
    }
}

@media (max-width: 720px) {
    .home-hero-poster {
        height: 74vw !important;
    }
}

@media (max-width: 900px) {
    body.home .images-text-cols {
        grid-template-columns: 1fr;
        width: min(470px, calc(100% - 32px));
        padding: 34px 0 42px;
    }

    body.home .images-text-cols p {
        min-height: 0;
    }

    body.home .customer-service-split {
        grid-template-columns: 1fr;
        width: calc(100% - 28px);
        margin: 36px auto 40px;
    }

    body.home .customer-service-copy {
        min-height: 0;
        padding: 48px 34px 42px;
    }

    body.home .customer-service-copy h2 {
        font-size: 46px;
    }

    body.home .customer-service-copy p {
        width: 100%;
        font-size: 16px;
    }

    body.home .customer-service-media,
    body.home .customer-service-media img {
        min-height: 0;
    }

    body.home .home-video-section {
        padding: 28px 0 30px;
    }

    body.home .home-video-frame {
        width: calc(100% - 24px);
    }

    body.home .customer-carousel {
        padding: 54px 0 48px;
        contain-intrinsic-size: auto 430px;
    }

    body.home .customer-carousel h2 {
        margin-bottom: 27px;
        font-size: 26px;
    }

    body.home .customer-carousel-track {
        grid-template-columns: 1fr;
        width: calc(100% - 34px);
        min-height: 230px;
    }

    body.home .customer-slide {
        min-height: 224px;
        padding: 30px 24px 26px;
    }

    body.home .customer-slide.is-prev,
    body.home .customer-slide.is-next {
        display: none;
    }

    body.home .customer-slide p {
        min-height: 86px;
        font-size: 14px;
    }

    body.home .customer-carousel-dots {
        gap: 14px;
        margin-top: 25px;
    }

    body.home .service-row {
        width: calc(100% - 28px);
        min-height: auto;
        padding: 42px 18px 36px;
    }

    body.home .service-row h2 {
        margin-bottom: 38px;
        font-size: 29px;
    }

    body.home .service-row-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    body.home .service-item {
        border: 0;
    }

    .newsletter {
        min-height: 270px;
        padding: 46px 18px 44px;
    }

    .newsletter h2 {
        font-size: 25px;
    }

    .newsletter p {
        font-size: 15px;
    }

    .newsletter-form {
        width: min(360px, 100%);
    }

    .newsletter-form input {
        width: 100%;
    }

    .newsletter-modal-card {
        min-height: 205px;
        padding: 44px 24px 30px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 34px;
        width: calc(100% - 40px);
        max-width: 420px;
        padding: 40px 0 36px;
    }

    .site-footer h2 {
        margin-bottom: 20px;
    }

    .site-footer h3 {
        margin-bottom: 16px;
    }

    .footer-bottom {
        display: block;
        width: calc(100% - 40px);
        max-width: 420px;
        min-height: 0;
        padding: 17px 0 20px;
    }

    .footer-bottom span {
        display: block;
        white-space: normal;
        margin-bottom: 13px;
    }

    .footer-bottom nav {
        gap: 10px 14px;
        flex-wrap: wrap;
        white-space: normal;
    }
}

/* v0.2.40 final shared header override */
.site-header,
body.home .site-header {
  position: sticky !important;
  top: 0;
  z-index: 80;
  height: 52px !important;
  min-height: 52px !important;
  display: grid !important;
  grid-template-columns: 190px minmax(0, 1fr) 112px !important;
  align-items: center;
  gap: 18px !important;
  padding: 0 42px !important;
  background: #172635 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.brand,
body.home .brand {
  width: 122px !important;
  height: 52px !important;
  background: none !important;
}

.brand-logo {
  display: block !important;
  width: 122px !important;
  height: auto !important;
}

.primary-nav .menu,
body.home .primary-nav .menu {
  justify-content: center !important;
  gap: 34px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.primary-nav a,
body.home .primary-nav a {
  min-height: 52px !important;
  color: #fff !important;
}

.header-actions,
body.home .header-actions {
  display: flex !important;
  gap: 24px !important;
  color: #fff !important;
}

.header-actions .action-text,
.create-account-link,
body.home .header-actions .action-text,
body.home .create-account-link {
  display: none !important;
}

@media (max-width: 1100px) {
  .site-header,
  body.home .site-header {
    grid-template-columns: 150px auto !important;
    padding: 0 22px !important;
  }

  .header-actions,
  body.home .header-actions {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .setup-article-replica {
    padding: 24px 0 54px;
  }

  .setup-article-inner {
    width: calc(100% - 28px);
  }

  .setup-article-inner h1 {
    margin-bottom: 26px;
    font-size: 25px;
  }

  .setup-article-inner p,
  .setup-article-inner ul {
    font-size: 14px;
  }

  .contact-replica {
    padding: 30px 18px 70px;
  }

  .contact-replica h1 {
    font-size: 32px;
  }

  .contact-about-row,
  .contact-service-row {
    width: min(640px, 100%);
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 62px;
  }

  .contact-about-row {
    margin-top: 56px;
  }

  .contact-about-copy {
    order: 2;
  }

  .contact-factory-image {
    order: 1;
  }

  .contact-factory-image,
  .contact-support-image {
    width: 100%;
    height: auto;
  }

  .contact-about-copy p,
  .contact-service-copy p {
    font-size: 16px;
    line-height: 1.5;
  }

  .contact-service-copy h2 {
    font-size: 24px;
  }

  .faq-replica-intro {
    padding: 28px 18px 66px;
  }

  .faq-replica-intro h1 {
    font-size: 34px;
  }

  .faq-replica-intro p {
    margin-top: 72px;
    font-size: 20px;
    line-height: 1.45;
  }

  .faq-replica-group {
    width: calc(100% - 34px);
    margin-bottom: 78px;
  }

  .faq-replica-group h2 {
    margin-bottom: 36px;
    font-size: 34px;
  }

  .faq-replica-item summary {
    min-height: 68px;
    font-size: 20px;
    gap: 14px;
  }

  .faq-replica-answer {
    padding: 8px 24px 20px 0;
    font-size: 16px;
  }

  .faq-scroll-top {
    right: 18px;
    bottom: 22px;
    width: 56px;
    height: 56px;
  }

  .faq-scroll-top::before {
    top: 23px;
    height: 22px;
  }

  .faq-scroll-top::after {
    top: 22px;
    width: 14px;
    height: 14px;
  }

  .channels-title-band {
    position: static;
    height: 68px;
  }

  .channels-brand-bar {
    height: 58px;
    padding: 0 16px;
  }

  .channels-brand-bar strong {
    font-size: 17px;
  }

  .channels-controls {
    position: sticky;
    top: 52px;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 14px;
  }

  .channels-controls select,
  .channels-replay-button {
    width: 100%;
  }

  .channels-empty {
    min-height: 510px;
    padding: 48px 16px 32px;
  }

  .channels-chip-wrap {
    width: 100%;
    gap: 7px;
  }

  .channels-chip {
    min-height: 33px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 31px;
  }

  .channels-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .channel-card {
    min-height: 72px;
    padding: 13px 8px 10px 28px;
  }

  .channel-dot {
    left: 13px;
  }

  .channel-card h3 {
    font-size: 14px;
  }

  .channel-card p {
    gap: 5px;
    font-size: 11px;
  }

  .channel-card b {
    padding: 0 5px;
    font-size: 10px;
  }

  body.single-product .product-rich-copy {
    width: calc(100% - 28px);
    padding-bottom: 42px;
  }

  body.single-product .product-info-panel summary {
    min-height: 52px;
    padding: 0 12px;
    font-size: 15px;
  }

  body.single-product .product-info-body {
    padding: 0 10px 30px;
    font-size: 15px;
    line-height: 1.5;
  }

  body.single-product .product-info-body p,
  body.single-product .product-faq-body p,
  body.single-product .product-package-list {
    font-size: 15px;
  }

  body.single-product .product-desc-red {
    margin: 14px 0 20px;
    font-size: 19px;
  }

  body.single-product .product-info-body h3,
  body.single-product .product-faq-body h3 {
    font-size: 17px;
  }

  body.single-product .product-spec-title {
    margin: 32px 0 22px;
    font-size: 22px;
  }

  body.single-product .product-spec-table {
    font-size: 14px;
  }

  body.single-product .product-spec-table th,
  body.single-product .product-spec-table td {
    padding: 5px 4px;
    overflow-wrap: anywhere;
  }

  body.single-product .product-package-list {
    margin-left: 22px;
  }
}

/* Final header dropdown override: keep account menu text visible after page-specific header rules. */
.site-header .header-actions .account-menu .account-dropdown,
body.home .site-header .header-actions .account-menu .account-dropdown {
  z-index: 9999;
  overflow: visible;
  text-align: left;
}

.site-header .header-actions .account-menu .account-dropdown a,
body.home .site-header .header-actions .account-menu .account-dropdown a {
  display: block !important;
  color: #222 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  white-space: nowrap !important;
  background: transparent !important;
}

.site-header .header-actions .account-menu .account-dropdown-auth,
body.home .site-header .header-actions .account-menu .account-dropdown-auth {
  width: 110px;
  padding: 7px 0 6px;
}

.site-header .header-actions .account-menu .account-dropdown-auth a,
body.home .site-header .header-actions .account-menu .account-dropdown-auth a {
  padding: 8px 7px !important;
}

/* Final centered header and cart/account behavior. */
.site-header,
body.home .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  height: 52px !important;
  min-height: 52px !important;
  display: grid !important;
  grid-template-columns: 132px max-content 72px !important;
  justify-content: center !important;
  align-items: center !important;
  column-gap: 76px !important;
  padding: 0 28px !important;
  background: #172635 !important;
}

.site-header .brand,
body.home .site-header .brand {
  display: inline-flex !important;
  width: 132px !important;
  height: 52px !important;
  align-items: center !important;
}

.site-header .brand-logo,
body.home .site-header .brand-logo {
  display: block !important;
  width: 132px !important;
  height: auto !important;
}

.site-header .primary-nav .menu,
body.home .site-header .primary-nav .menu {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-header .primary-nav a,
body.home .site-header .primary-nav a {
  display: inline-flex !important;
  min-height: 52px !important;
  align-items: center !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.site-header .header-actions,
body.home .site-header .header-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 19px !important;
  width: 72px !important;
  color: #fff !important;
}

.site-header .account-menu,
body.home .site-header .account-menu {
  position: relative !important;
  display: inline-flex !important;
  height: 52px !important;
  align-items: center !important;
  overflow: visible !important;
}

.site-header .account-link,
.site-header .cart-link,
body.home .site-header .account-link,
body.home .site-header .cart-link {
  display: inline-flex !important;
  width: 25px !important;
  min-width: 25px !important;
  height: 52px !important;
  min-height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  overflow: visible !important;
  color: #fff !important;
  background: none !important;
  background-image: none !important;
  font-size: 0 !important;
}

.site-header .action-icon,
body.home .site-header .action-icon,
.site-header .cart-icon,
body.home .site-header .cart-icon,
.site-header .account-icon,
body.home .site-header .account-icon {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #fff !important;
  stroke: currentColor !important;
  fill: none;
}

.site-header .cart-icon,
body.home .site-header .cart-icon {
  width: 27px !important;
  height: 31px !important;
}

.site-header .cart-icon circle,
body.home .site-header .cart-icon circle {
  fill: currentColor !important;
}

.site-header .account-icon,
body.home .site-header .account-icon {
  width: 25px !important;
  height: 32px !important;
}

.site-header .cart-count,
body.home .site-header .cart-count,
.site-header .action-text,
body.home .site-header .action-text {
  display: none !important;
}

.site-header .account-menu .account-dropdown,
body.home .site-header .account-menu .account-dropdown {
  top: 52px !important;
  right: -52px !important;
  left: auto !important;
  z-index: 10010 !important;
  width: 110px !important;
  min-width: 110px !important;
  padding: 7px 0 6px !important;
  transform: none !important;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
}

.site-header .account-menu .account-dropdown::before,
body.home .site-header .account-menu .account-dropdown::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: -12px !important;
  height: 12px !important;
  display: block !important;
}

.site-header .account-menu:hover .account-dropdown,
.site-header .account-menu:focus-within .account-dropdown,
body.home .site-header .account-menu:hover .account-dropdown,
body.home .site-header .account-menu:focus-within .account-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

@media (max-width: 1180px) {
  .site-header,
  body.home .site-header {
    grid-template-columns: 126px max-content 72px !important;
    column-gap: 46px !important;
  }

  .site-header .primary-nav .menu,
  body.home .site-header .primary-nav .menu {
    gap: 25px !important;
  }
}

@media (max-width: 900px) {
  .site-header,
  body.home .site-header {
    grid-template-columns: 132px 1fr !important;
    justify-content: stretch !important;
  }
}

/* Empty cart replica. */
.woocommerce-cart .site-main,
.woocommerce-cart .content-page {
  background: #fff !important;
}

.cart-empty-replica {
  width: min(960px, calc(100% - 48px)) !important;
  min-height: 614px !important;
  display: block !important;
  margin: 0 auto !important;
  padding: 22px 0 56px !important;
  color: #000 !important;
  text-align: left !important;
}

.cart-empty-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.cart-empty-replica h1 {
  margin: 0 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

.cart-empty-replica .continue-top {
  color: #000 !important;
  font-size: 13px !important;
  text-decoration: underline !important;
  font-weight: 400 !important;
}

.cart-empty-main {
  display: grid;
  justify-items: center;
  margin-top: 62px;
  text-align: center;
}

.cart-empty-icon {
  width: 82px;
  height: 82px;
  margin-bottom: 2px;
  color: #000;
}

.cart-empty-main p {
  margin: 0 0 24px;
  font-size: 12px;
  line-height: 1.4;
}

.cart-empty-main .button {
  min-width: 150px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
  border-radius: 0 !important;
  background: #172635 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.cart-recently-viewed {
  margin-top: 30px;
}

.cart-recently-viewed h2 {
  margin: 0 0 22px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.1;
}

.cart-recent-card {
  display: block;
  width: 164px;
  color: #000 !important;
  text-decoration: none !important;
}

.cart-recent-image {
  display: block;
  width: 164px;
  height: 132px;
  margin-bottom: 12px;
  background: #fff;
}

.cart-recent-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-recent-sale {
  display: inline-flex;
  height: 18px;
  align-items: center;
  margin-bottom: 7px;
  padding: 0 8px;
  background: #d64040;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.cart-recent-title {
  display: block;
  margin-bottom: 7px;
  color: #111;
  font-size: 11px;
  line-height: 1.08;
}

.cart-recent-price {
  display: block;
  margin-bottom: 4px;
  color: #c83333;
  font-size: 13px;
  font-weight: 700;
}

.cart-recent-price del {
  margin-left: 4px;
  color: #777;
  font-size: 11px;
  font-weight: 400;
}

.cart-recent-save {
  display: inline-block;
  padding: 1px 4px;
  border: 1px solid #d64040;
  color: #c83333;
  font-size: 10px;
  line-height: 1.1;
}

/* Home-only legacy nth-child rules used to hide the old second account link; keep the real cart visible. */
body.home .site-header .header-actions > a.cart-link:nth-child(2),
body.home .site-header .header-actions > .cart-link,
.site-header .header-actions > .cart-link {
  display: inline-flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Filled cart replica. */
body.woocommerce-cart .page-hero {
  display: none !important;
}

body.woocommerce-cart .content-wrap,
body.woocommerce-cart .content-page {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper {
  width: min(1020px, calc(100% - 68px));
}

.colaboxs-cart-replica {
  width: min(1020px, calc(100% - 68px));
  min-height: 676px;
  margin: 0 auto;
  padding: 18px 0 58px;
  color: #000;
  background: #fff;
}

.colaboxs-cart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 14px;
}

.colaboxs-cart-head h1 {
  margin: 0;
  color: #000;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
}

.colaboxs-cart-head a {
  margin-top: 4px;
  color: #000;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.colaboxs-cart-reserve {
  min-height: 45px;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  padding: 0 14px;
  color: #000;
  background: #f7f7f7;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

.colaboxs-cart-reserve strong {
  margin: 0 3px;
  color: #ff2e24;
  font-weight: 700;
}

.colaboxs-cart-form {
  margin: 0;
}

.colaboxs-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 348px;
  gap: 38px;
  align-items: start;
}

.colaboxs-cart-items {
  min-height: 252px;
}

.colaboxs-cart-item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 150px;
  gap: 14px;
  align-items: start;
  padding: 8px 0 0;
}

.colaboxs-cart-thumb {
  display: block;
  width: 70px;
  height: 70px;
  color: inherit;
  text-decoration: none;
}

.colaboxs-cart-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.colaboxs-cart-product {
  padding-top: 9px;
}

.colaboxs-cart-product > a {
  display: block;
  margin: 0 0 10px;
  color: #07152a;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  text-decoration: none;
}

.colaboxs-cart-product > span {
  display: block;
  margin-bottom: 18px;
  color: #6f7681;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
}

.colaboxs-cart-qty {
  display: flex;
  align-items: center;
  gap: 0;
}

.colaboxs-cart-qty button,
.colaboxs-cart-qty input {
  width: 24px;
  height: 24px;
  border: 1px solid #e0e0e0;
  border-right: 0;
  border-radius: 0;
  background: #f8f8f8;
  color: #777;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  box-shadow: none;
  appearance: textfield;
}

.colaboxs-cart-qty input {
  color: #000;
  background: #fff;
}

.colaboxs-cart-qty button:last-of-type {
  border-right: 1px solid #e0e0e0;
}

.colaboxs-cart-remove {
  width: 28px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  color: #9a9a9a !important;
  font-size: 13px;
  line-height: 1;
  text-decoration: none !important;
}

.colaboxs-cart-price {
  padding-top: 44px;
  color: #000;
  text-align: left;
}

.colaboxs-cart-price del {
  display: block;
  margin: 0 0 3px 58px;
  color: #777;
  font-size: 12px;
  line-height: 1;
}

.colaboxs-cart-price strong {
  display: block;
  margin: 0 0 6px 58px;
  color: #d33030;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.colaboxs-cart-price small {
  position: relative;
  display: block;
  padding-left: 23px;
  color: #9a9a9a;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
}

.colaboxs-cart-price small::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f05238;
}

.colaboxs-cart-price small::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

.colaboxs-cart-price small span {
  color: #9a9a9a;
}

.colaboxs-cart-update {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.colaboxs-cart-summary {
  min-height: 254px;
  padding: 12px 12px 13px;
  background: #f7f7f7;
}

.colaboxs-cart-coupon {
  display: grid;
  grid-template-columns: 1fr 58px;
  gap: 13px;
  margin-bottom: 22px;
}

.colaboxs-cart-coupon input {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #dedede;
  border-radius: 2px;
  background: #fff;
  color: #111;
  font-size: 12px;
  line-height: 36px;
  outline: 0;
  box-shadow: none;
}

.colaboxs-cart-coupon input::placeholder {
  color: #7f8791;
}

.colaboxs-cart-coupon button {
  height: 36px;
  border: 0;
  border-radius: 2px;
  background: #eadcc0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.colaboxs-cart-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 13px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  cursor: pointer;
}

.colaboxs-cart-note span {
  color: #8b8f96;
  font-size: 12px;
}

.colaboxs-cart-total {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 2px 12px;
  margin: 0 0 15px;
  color: #000;
}

.colaboxs-cart-total span {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.colaboxs-cart-total strong {
  color: #000;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
}

.colaboxs-cart-total small {
  grid-column: 2;
  color: #d95b67;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 400;
}

.colaboxs-cart-total small span {
  color: #d95b67;
  font-size: 12px;
  font-weight: 400;
}

.colaboxs-cart-summary p {
  margin: 0 0 12px;
  color: #4e5661;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

.colaboxs-cart-checkout,
.colaboxs-cart-gpay {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 1px;
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none !important;
}

.colaboxs-cart-checkout {
  margin-bottom: 10px;
  background: #172635;
}

.colaboxs-cart-gpay {
  background: #000;
  cursor: default;
}

.colaboxs-cart-gpay span {
  margin-right: 3px;
  color: #4285f4;
  font-weight: 800;
}

.colaboxs-cart-recent {
  margin-top: 34px;
}

.colaboxs-cart-recent h2 {
  margin-bottom: 22px;
  font-size: 24px;
}

.colaboxs-cart-recent .cart-recent-card {
  width: 168px;
}

.colaboxs-cart-recent-image {
  position: relative;
  width: 168px;
  height: 142px;
  margin-bottom: 10px;
}

.colaboxs-recent-quick {
  position: absolute;
  right: -2px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #172635;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
}

.colaboxs-recent-search {
  top: -13px;
}

.colaboxs-recent-plus {
  top: 21px;
  font-size: 20px;
}

@media (max-width: 840px) {
  .colaboxs-cart-replica {
    width: calc(100% - 28px);
    padding-top: 16px;
  }

  .colaboxs-cart-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .colaboxs-cart-item {
    grid-template-columns: 64px 1fr;
  }

  .colaboxs-cart-price {
    grid-column: 2;
    padding-top: 0;
  }

  .colaboxs-cart-price del,
  .colaboxs-cart-price strong {
    margin-left: 0;
  }
}

/* Account center replica. */
body.colaboxs-account-center-body {
  margin: 0;
  background: #fff;
  color: #000;
}

.account-center-page {
  min-height: 220px;
  padding: 18px 0 54px;
  border-bottom: 1px solid #e7e7e7;
  font-family: inherit;
}

.account-center-page h1 {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.account-order-layout {
  width: 980px;
  min-height: 285px;
  display: grid;
  grid-template-columns: 295px 1fr;
  align-items: center;
  margin: 28px auto 0;
}

.account-order-tabs {
  width: 152px;
  display: grid;
  gap: 23px;
}

.account-order-tabs a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9aa0a7;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.account-order-tabs a.is-active {
  color: #000;
}

.account-order-tabs b {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.account-empty-state {
  display: grid;
  justify-items: center;
  margin-top: 8px;
}

.account-empty-state p {
  margin: 0 0 29px;
  color: #000;
  font-size: 15px;
  line-height: 1.3;
}

.account-empty-state a,
.account-primary-button,
.account-address-form button {
  width: 210px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: #172635;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.account-address-page {
  min-height: 148px;
}

.account-address-page > p {
  margin: 47px 0 41px;
  color: #000;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}

.account-address-page .account-primary-button {
  width: 252px;
  height: 41px;
  display: flex !important;
  margin: 0 auto;
  font-size: 13px;
}

.address-card {
  width: 430px;
  margin: 34px auto 28px;
  padding: 18px 20px;
  border: 1px solid #e3e3e3;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
}

.address-card strong {
  display: block;
  margin-bottom: 8px;
  color: #000;
}

.address-card p {
  margin: 0 0 4px;
}

.address-card a {
  display: inline-block;
  margin-top: 8px;
  color: #000;
  text-decoration: underline;
}

.account-address-page.is-adding {
  min-height: 710px;
  padding-top: 86px;
}

.account-address-page.is-adding h1 {
  font-size: 20px;
  font-weight: 400;
}

.account-address-form {
  width: 345px;
  display: grid;
  gap: 13px;
  margin: 31px auto 0;
}

.account-address-form input,
.account-address-form select {
  width: 100%;
  height: 39px;
  padding: 0 11px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 12px;
  line-height: 39px;
  outline: none;
  box-sizing: border-box;
}

.account-address-form input::placeholder {
  color: #8f969d;
}

.account-address-form .form-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.account-address-form .phone-row {
  display: grid;
  grid-template-columns: 90px 1fr;
}

.account-address-form .phone-row select {
  border-right: 0;
}

.address-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: -1px 0 5px;
  color: #9aa0a7;
  font-size: 12px;
}

.address-default input {
  width: 12px;
  height: 12px;
  padding: 0;
}

.account-address-form button {
  width: 252px;
  height: 35px;
  margin: 1px auto 0;
}

.address-cancel {
  display: inline-block;
  margin-top: 11px;
  color: #000;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
}

.account-coupon-page {
  width: min(1080px, calc(100% - 120px));
  min-height: 280px;
  margin: 0 auto;
  padding-top: 24px;
}

.account-coupon-page h1 {
  margin-bottom: 31px;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.coupon-panel {
  min-height: 230px;
  border: 1px solid #dedede;
  border-radius: 3px;
}

.coupon-tabs {
  height: 46px;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #dedede;
}

.coupon-tabs a {
  min-width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #777;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.coupon-tabs a.is-active {
  color: #000;
}

.coupon-tabs a.is-active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -1px;
  height: 2px;
  background: #000;
}

.coupon-empty {
  min-height: 183px;
  display: grid;
  place-items: center;
  color: #8c8c8c;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 760px) {
  .account-order-layout {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .account-order-tabs {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }

  .account-coupon-page {
    width: calc(100% - 32px);
  }

  .account-address-form {
    width: calc(100% - 32px);
    max-width: 345px;
  }
}
