
/* HS Hot Tub Configurator v3 — desktop only */
@media (min-width: 992px) {
  body.hs-ht-v3 #product-product .container,
  body.hs-ht-v3 #product-product #content {
    max-width: 1460px !important;
  }

  /* Clean intro: summary left, gallery right. No transforms. */
  body.hs-ht-v3 .hs-v3-intro {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr) !important;
    gap: 44px !important;
    align-items: start !important;
    margin: 16px auto 30px !important;
  }

  body.hs-ht-v3 .hs-v3-summary,
  body.hs-ht-v3 .hs-v3-gallery {
    position: static !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }

  body.hs-ht-v3 .hs-v3-summary {
    padding: 0 !important;
  }

  body.hs-ht-v3 .hs-v3-summary h1 {
    margin: 0 0 14px !important;
    font-size: clamp(40px, 3vw, 58px) !important;
    line-height: 1.02 !important;
  }

  body.hs-ht-v3 .hs-v3-summary .hs-v3-short {
    max-width: 720px !important;
    margin: 0 0 20px !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
    color: #4b514d !important;
  }

  /* One premium frame around the main gallery */
  body.hs-ht-v3 .hs-v3-gallery {
    background: #fff !important;
    border: 1px solid #ddd8cf !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 26px rgba(24,43,35,.045) !important;
    padding: 18px !important;
    overflow: hidden !important;
  }

  body.hs-ht-v3 .hs-v3-gallery .thumbnail,
  body.hs-ht-v3 .hs-v3-gallery > a.thumbnail,
  body.hs-ht-v3 .hs-v3-gallery .product-image,
  body.hs-ht-v3 .hs-v3-gallery .image,
  body.hs-ht-v3 .hs-v3-gallery .image-additional {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  body.hs-ht-v3 .hs-v3-gallery img {
    max-width: 100% !important;
    height: auto !important;
  }

  body.hs-ht-v3 .hs-v3-gallery > a.thumbnail > img,
  body.hs-ht-v3 .hs-v3-gallery .thumbnails > li:first-child img,
  body.hs-ht-v3 .hs-v3-gallery .product-image img {
    display: block !important;
    max-height: 650px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  body.hs-ht-v3 .hs-v3-gallery .thumbnails {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
  }

  body.hs-ht-v3 .hs-v3-gallery .thumbnails > li {
    float: none !important;
    margin: 0 !important;
  }

  body.hs-ht-v3 .hs-v3-gallery .thumbnails > li > a {
    display: block !important;
    border: 1px solid #e3ded5 !important;
    border-radius: 10px !important;
    padding: 5px !important;
    background: #fff !important;
  }

  /* Real installs */
  body.hs-ht-v3 .hs-v3-facebook {
    margin: 22px 0 0 !important;
    padding: 19px 20px !important;
    border-radius: 14px !important;
    background: #112b22 !important;
    color: #fff !important;
  }
  body.hs-ht-v3 .hs-v3-facebook strong {
    display: block !important;
    font-size: 18px !important;
    margin-bottom: 6px !important;
  }
  body.hs-ht-v3 .hs-v3-facebook p {
    margin: 0 0 12px !important;
    color: rgba(255,255,255,.78) !important;
    line-height: 1.45 !important;
  }
  body.hs-ht-v3 .hs-v3-facebook a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 42px !important;
    padding: 0 16px !important;
    border-radius: 9px !important;
    background: #d1a253 !important;
    color: #10231c !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }

  /* Full-width options directly under intro */
  body.hs-ht-v3 .hs-v3-options {
    max-width: 1280px !important;
    margin: 0 auto 46px !important;
  }

  body.hs-ht-v3 .hs-v3-options-head {
    text-align: center !important;
    margin: 0 0 22px !important;
  }
  body.hs-ht-v3 .hs-v3-options-head .eyebrow {
    color: #b48643 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
  }
  body.hs-ht-v3 .hs-v3-options-head h2 {
    margin: 6px 0 6px !important;
    font-size: 36px !important;
    line-height: 1.08 !important;
  }
  body.hs-ht-v3 .hs-v3-options-head p {
    margin: 0 !important;
    color: #707570 !important;
  }

  /* Independent columns = no giant holes */
  body.hs-ht-v3 .hs-v3-options #product {
    display: block !important;
    column-count: 2 !important;
    column-gap: 18px !important;
  }

  body.hs-ht-v3 .hs-v3-options #product > .form-group {
    display: block !important;
    break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 0 18px !important;
    padding: 18px !important;
    border: 1px solid #e1ddd4 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 5px 18px rgba(24,43,35,.035) !important;
  }

  body.hs-ht-v3 .hs-v3-options #product > .form-group > .control-label,
  body.hs-ht-v3 .hs-v3-options #product > .form-group > label.control-label {
    display: block !important;
    margin: 0 0 13px !important;
    padding: 0 0 10px !important;
    border-bottom: 1px solid #eeeae2 !important;
    font-size: 19px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: #17261f !important;
  }

  /* Visual option groups */
  body.hs-ht-v3 .hs-v3-visual {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 10px !important;
  }
  body.hs-ht-v3 .hs-v3-visual > .control-label,
  body.hs-ht-v3 .hs-v3-visual > label.control-label {
    grid-column: 1 / -1 !important;
  }
  body.hs-ht-v3 .hs-v3-visual .radio,
  body.hs-ht-v3 .hs-v3-visual .checkbox {
    margin: 0 !important;
  }
  body.hs-ht-v3 .hs-v3-visual .radio label,
  body.hs-ht-v3 .hs-v3-visual .checkbox label {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    min-height: 0 !important;
    padding: 9px 9px 11px !important;
    border: 1px solid #e3ded5 !important;
    border-radius: 12px !important;
    background: #fff !important;
    font-size: 14px !important;
    line-height: 1.28 !important;
  }
  body.hs-ht-v3 .hs-v3-visual .radio input,
  body.hs-ht-v3 .hs-v3-visual .checkbox input {
    position: absolute !important;
    top: 13px !important;
    left: 13px !important;
    z-index: 3 !important;
    margin: 0 !important;
  }
  body.hs-ht-v3 .hs-v3-visual label img,
  body.hs-ht-v3 .hs-v3-visual .hs-option-image,
  body.hs-ht-v3 .hs-v3-visual .hs-option-thumb {
    display: block !important;
    width: 100% !important;
    height: 118px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    border-radius: 9px !important;
    margin: 0 !important;
  }

  /* Text-only extras */
  body.hs-ht-v3 .hs-v3-compact {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 9px !important;
  }
  body.hs-ht-v3 .hs-v3-compact > .control-label,
  body.hs-ht-v3 .hs-v3-compact > label.control-label {
    grid-column: 1 / -1 !important;
  }
  body.hs-ht-v3 .hs-v3-compact .radio,
  body.hs-ht-v3 .hs-v3-compact .checkbox {
    margin: 0 !important;
  }
  body.hs-ht-v3 .hs-v3-compact .radio label,
  body.hs-ht-v3 .hs-v3-compact .checkbox label {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 54px !important;
    padding: 9px 11px 9px 34px !important;
    border: 1px solid #e3ded5 !important;
    border-radius: 10px !important;
    background: #fff !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
  body.hs-ht-v3 .hs-v3-compact .radio input,
  body.hs-ht-v3 .hs-v3-compact .checkbox input {
    position: absolute !important;
    left: 11px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }

  body.hs-ht-v3 .hs-v3-options label.hs-selected {
    border-color: #b98945 !important;
    background: #fffaf1 !important;
    box-shadow: 0 0 0 2px rgba(185,137,69,.08) !important;
  }

  body.hs-ht-v3 .hs-v3-options select.form-control {
    height: 48px !important;
    padding: 0 13px !important;
    border: 1px solid #ddd8cf !important;
    border-radius: 10px !important;
    background: #fbfaf7 !important;
    box-shadow: none !important;
    color: #26312d !important;
    font-size: 14px !important;
  }

  body.hs-ht-v3 .hs-v3-options #button-cart {
    min-height: 55px !important;
    width: 100% !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  body.hs-ht-v3 .hs-v3-purchase {
    column-span: all !important;
    max-width: 760px !important;
    margin: 4px auto 0 !important;
  }
}

/* mobile intentionally untouched */
