.volt-intro {
  max-width: 860px;
}

.volt-price-line {
  margin-top: 27px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.volt-price-line .apex-price {
  margin-top: 0;
}

.volt-status {
  min-height: 32px;
  padding: 7px 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.volt-gallery {
  width: min(86%, 1220px);
  margin-inline: auto;
}

.volt-gallery-stage {
  aspect-ratio: 16 / 9;
}

.volt-gallery-stage .apex-main-image[hidden] {
  display: none;
}

.volt-options {
  margin-top: clamp(72px, 9vw, 126px);
  padding-bottom: 0;
}

.volt-options .apex-options-header {
  max-width: 720px;
}

.volt-size-group {
  padding-bottom: clamp(44px, 5vw, 68px);
}

.volt-size-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.volt-option-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 7vw, 104px);
}

.volt-option-split .apex-option-group {
  border-bottom: 1px solid var(--apex-line);
}

.volt-core-note {
  margin: -7px 0 18px;
  color: var(--apex-muted);
  font-size: 0.72rem;
}

.volt-order {
  margin-top: clamp(74px, 9vw, 124px);
}

.volt-order .apex-buy-button:disabled {
  cursor: not-allowed;
}

.volt-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.volt-benefits li:nth-child(3n) {
  border-right: 0;
}

.volt-benefits li:nth-child(-n + 3) {
  border-bottom: 1px solid var(--apex-line);
}

.volt-method-note {
  margin: 16px 0 0;
  color: var(--apex-muted);
  font-size: 0.72rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .volt-gallery {
    width: 100%;
  }

  .volt-option-split {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .volt-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .volt-benefits li,
  .volt-benefits li:nth-child(3n) {
    border-right: 1px solid var(--apex-line);
  }

  .volt-benefits li:nth-child(2n) {
    border-right: 0;
  }

  .volt-benefits li:nth-child(-n + 4) {
    border-bottom: 1px solid var(--apex-line);
  }

  .volt-benefits li:last-child {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  .volt-price-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .volt-gallery-stage {
    aspect-ratio: 1 / 1;
  }

  .volt-options {
    margin-top: 68px;
  }

  .volt-size-grid,
  .volt-benefits {
    grid-template-columns: 1fr;
  }

  .volt-benefits li,
  .volt-benefits li:nth-child(2n),
  .volt-benefits li:nth-child(3n) {
    border-right: 0;
    border-bottom: 1px solid var(--apex-line);
  }

  .volt-benefits li:last-child {
    border-bottom: 0;
  }
}
