.hv-sp-page {
  --hv-sp-bg: #080808;
  --hv-sp-panel: #0c0c0c;
  --hv-sp-line: #262626;
  --hv-sp-line-soft: #1a1a1a;
  --hv-sp-white: #f2f2ef;
  --hv-sp-copy: #a3a3a0;
  --hv-sp-red: #ed242c;
  --hv-sp-header-offset: 0px;
  --hv-sp-safe-top: clamp(128px, 9vw, 168px);
  position: relative;
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  padding-top: max(var(--hv-sp-safe-top), var(--hv-sp-header-offset));
  overflow: clip;
  color: var(--hv-sp-white);
  background:
    radial-gradient(circle at 88% 7%, rgba(124, 9, 15, 0.07), transparent 22%),
    var(--hv-sp-bg);
  direction: ltr;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

body.hervis-single-product-page .hv-sp-page {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.hv-sp-page *,
.hv-sp-page *::before,
.hv-sp-page *::after {
  box-sizing: border-box;
}

.hv-sp-page a {
  color: inherit;
  text-decoration: none;
}

.hv-sp-page img {
  max-width: 100%;
  padding: 0 !important;
}

.hv-sp-page button,
.hv-sp-page input,
.hv-sp-page select {
  font: inherit;
}

.hv-sp-page button {
  border: 0;
  color: inherit;
  background: transparent;
}

.hv-sp-page svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hv-sp-product {
  width: min(calc(100% - 80px), 1380px);
  margin: 0 auto;
  border-right: 1px solid var(--hv-sp-line);
  border-left: 1px solid var(--hv-sp-line);
  scroll-margin-top: calc(var(--hv-sp-header-offset) + 16px);
}

body.hervis-single-product-page main.hv-sp-product {
  width: min(calc(100% - 80px), 1380px) !important;
  max-width: 1380px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  float: none !important;
  clear: both;
}

.hv-sp-rail {
  position: absolute;
  z-index: 3;
  top: calc(var(--hv-sp-header-offset) + 28px);
  bottom: 32px;
  left: max(14px, calc((100vw - 1470px) / 2));
  width: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.hv-sp-rail-dot {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border: 1px solid var(--hv-sp-red);
  border-radius: 50%;
}

.hv-sp-rail-line {
  width: 1px;
  height: 170px;
  margin-top: 13px;
  background: linear-gradient(#777, rgba(119, 119, 119, 0.08));
}

.hv-sp-rail-line--bottom {
  height: auto;
  min-height: 70px;
  margin: 16px 0 13px;
  flex: 1;
  background: linear-gradient(rgba(119, 119, 119, 0.08), #777);
}

.hv-sp-rail-title {
  margin-top: 22px;
  color: #bcbcb8;
  font-size: 8px;
  font-weight: 550;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

/* Main product area */
.hv-sp-hero {
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(390px, 44%);
  min-height: clamp(500px, 39vw, 560px);
  border-bottom: 1px solid var(--hv-sp-line);
}

.hv-sp-media {
  position: relative;
  min-width: 0;
  height: clamp(500px, 39vw, 560px);
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  color: #111;
  background: #fff;
  isolation: isolate;
}

.hv-sp-media .woocommerce-product-gallery,
.hv-sp-media .rtwpvg-wrapper,
.hv-sp-media .rtwpvg-container,
.hv-sp-media .rtwpvg-images {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  float: none !important;
}

.hv-sp-media .woocommerce-product-gallery {
  opacity: 1 !important;
}

.hv-sp-media .woocommerce-product-gallery__wrapper,
.hv-sp-media .flex-viewport,
.hv-sp-media .rtwpvg-slider-wrapper,
.hv-sp-media .rtwpvg-slider {
  height: 100% !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hv-sp-media .flex-viewport {
  width: calc(100% - 96px) !important;
  margin-left: 96px !important;
}

.hv-sp-media .rtwpvg-container {
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: stretch !important;
}

.hv-sp-media .rtwpvg-slider-wrapper {
  grid-row: 1;
  grid-column: 2;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
}

.hv-sp-media .flex-viewport .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}

.hv-sp-media .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__wrapper {
  width: calc(100% - 96px) !important;
  margin-left: 96px !important;
}

.hv-sp-media .woocommerce-product-gallery__image,
.hv-sp-media .woocommerce-product-gallery__image > a,
.hv-sp-media .rtwpvg-gallery-image,
.hv-sp-media .rtwpvg-gallery-image > a {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

.hv-sp-media .woocommerce-product-gallery__image img,
.hv-sp-media .rtwpvg-gallery-image img,
.hv-sp-media .rtwpvg-slider img,
.hv-sp-media .flex-control-thumbs img,
.hv-sp-media .rtwpvg-thumbnail-slider img,
.hv-sp-variation-image img,
.hv-sp-description-image img,
.hv-sp-editorial-gallery img,
.hv-sp-related-image img {
  padding: 0 !important;
}

.hv-sp-media .woocommerce-product-gallery__image img,
.hv-sp-media .rtwpvg-gallery-image img,
.hv-sp-media .rtwpvg-slider img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  display: block;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease;
}

.hv-sp-media img.zoomImg,
.hv-sp-media .zoomImg {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Vertical thumbnails */
.hv-sp-media .flex-control-thumbs {
  position: absolute;
  z-index: 6;
  top: 18px;
  bottom: 18px;
  left: 14px;
  width: 68px;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 9px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  scrollbar-width: thin;
  scrollbar-color: #aaa transparent;
}

.hv-sp-media .flex-control-thumbs li {
  width: 68px !important;
  height: 58px;
  margin: 0 !important;
  flex: 0 0 58px;
  overflow: hidden;
  border: 1px solid #d2d2cf;
  background: #f8f8f6;
}

.hv-sp-media .flex-control-thumbs img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  display: block;
  object-fit: cover;
  opacity: 0.62;
  cursor: pointer;
  transition: opacity 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1), border-color 160ms ease;
}

.hv-sp-media .flex-control-thumbs li:hover img,
.hv-sp-media .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image:hover img {
  transform: translateX(4px);
}

.hv-sp-media .flex-control-thumbs img.flex-active {
  outline: 1px solid var(--hv-sp-red);
  outline-offset: -1px;
  opacity: 1;
}

.hv-sp-media .rtwpvg-thumbnail-wrapper {
  position: relative !important;
  z-index: 7;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  grid-row: 1;
  grid-column: 1;
  width: 76px !important;
  max-width: 76px !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 18px 0 !important;
  display: block !important;
  align-self: stretch !important;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible !important;
  scrollbar-width: thin;
  scrollbar-color: #aaa transparent;
}

.hv-sp-media .rtwpvg-thumbnail-slider {
  width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  overflow: visible !important;
}

.hv-sp-media .rtwpvg-thumbnail-slider .slick-list,
.hv-sp-media .rtwpvg-thumbnail-slider .slick-track {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

.hv-sp-media .rtwpvg-thumbnail-slider .slick-track {
  display: flex !important;
  flex-direction: column !important;
  transform: none !important;
}

.hv-sp-media .rtwpvg-thumbnail-slider .slick-cloned {
  display: none !important;
}

.hv-sp-media .rtwpvg-thumbnail-slider.swiper-vertical > .swiper-wrapper,
.hv-sp-media .rtwpvg-thumbnail-slider .swiper-wrapper {
  height: auto !important;
  flex-direction: column !important;
  transform: none !important;
}

.hv-sp-media .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image {
  width: 100% !important;
  height: 58px !important;
  min-height: 58px !important;
  flex: 0 0 58px !important;
  margin: 0 0 9px !important;
  overflow: hidden;
  border: 1px solid #d2d2cf !important;
  background: #f8f8f6;
}

.hv-sp-media .rtwpvg-thumbnail-slider .current-thumbnail,
.hv-sp-media .rtwpvg-thumbnail-slider .slick-current {
  border-color: var(--hv-sp-red) !important;
}

.hv-sp-media .rtwpvg-thumbnail-slider img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  display: block;
  object-fit: cover;
  mix-blend-mode: multiply;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}

.hv-sp-media .onsale,
.hv-sp-media .price,
.hv-sp-media .stock {
  display: none !important;
}

/* Clean zoom control */
.hv-sp-media .woocommerce-product-gallery__trigger,
.hv-sp-media .rtwpvg-trigger {
  position: absolute !important;
  z-index: 12 !important;
  top: 18px !important;
  right: 18px !important;
  bottom: auto !important;
  left: auto !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  display: block !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  border-radius: 50% !important;
  color: #111 !important;
  background: rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.13) !important;
  backdrop-filter: blur(12px) saturate(145%);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
  font-size: 0 !important;
  transition: transform 160ms ease, background-color 160ms ease !important;
}

.hv-sp-media .woocommerce-product-gallery__trigger:hover,
.hv-sp-media .rtwpvg-trigger:hover {
  background: rgba(255, 255, 255, 0.88) !important;
  transform: scale(1.04);
}

.hv-sp-media .woocommerce-product-gallery__trigger::before,
.hv-sp-media .rtwpvg-trigger::before {
  content: "" !important;
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  width: 15px !important;
  height: 15px !important;
  border: 1.6px solid currentColor !important;
  border-radius: 50% !important;
  background: transparent !important;
}

.hv-sp-media .woocommerce-product-gallery__trigger::after,
.hv-sp-media .rtwpvg-trigger::after {
  content: "" !important;
  position: absolute !important;
  top: 27px !important;
  left: 27px !important;
  width: 8px !important;
  height: 1.6px !important;
  border: 0 !important;
  background: currentColor !important;
  transform: rotate(45deg);
  transform-origin: left center;
}

.hv-sp-media .woocommerce-product-gallery__trigger img,
.hv-sp-media .woocommerce-product-gallery__trigger span,
.hv-sp-media .rtwpvg-trigger svg,
.hv-sp-media .rtwpvg-trigger i,
.hv-sp-media .rtwpvg-trigger span {
  display: none !important;
}

/* Glass slider controls; native plugin controls stay available to JavaScript. */
.hv-sp-media .flex-direction-nav a,
.hv-sp-media .slick-arrow,
.hv-sp-media .rtwpvg-slider-prev-arrow,
.hv-sp-media .rtwpvg-slider-next-arrow,
.hv-sp-media .rtwpvg-prev,
.hv-sp-media .rtwpvg-next {
  opacity: 0 !important;
  pointer-events: none !important;
}

.hv-sp-gallery-controls {
  position: absolute;
  z-index: 11;
  inset: 0;
  pointer-events: none;
}

.hv-sp-gallery-controls[hidden] {
  display: none !important;
}

.hv-sp-gallery-arrow {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  padding: 0 !important;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 50% !important;
  color: #111 !important;
  background: rgba(255, 255, 255, 0.48) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.hv-sp-gallery-arrow:hover {
  background: rgba(255, 255, 255, 0.84) !important;
  transform: translateY(-50%) scale(1.05);
}

.hv-sp-gallery-arrow:focus-visible {
  outline: 2px solid var(--hv-sp-red);
  outline-offset: 3px;
}

.hv-sp-gallery-arrow svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.7;
}

.hv-sp-gallery-prev {
  left: 20px;
}

.hv-sp-media.has-hv-thumbnails .hv-sp-gallery-prev {
  left: 108px;
}

.hv-sp-gallery-next {
  right: 20px;
}

.hv-sp-gallery-arrow[disabled] {
  opacity: 0.3;
  cursor: default;
}

.hv-sp-media.is-hv-sliding .woocommerce-product-gallery__image,
.hv-sp-media.is-hv-sliding .rtwpvg-gallery-image {
  animation: hv-sp-gallery-slide 320ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes hv-sp-gallery-slide {
  from {
    opacity: 0.45;
    transform: translateX(var(--hv-sp-slide-direction, 12px));
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Product summary */
.hv-sp-summary {
  position: relative;
  min-width: 0;
  padding: 0 clamp(34px, 3.5vw, 54px) clamp(34px, 3.5vw, 54px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hv-sp-breadcrumb {
  margin-bottom: clamp(27px, 3vw, 30px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: #747471;
  font-size: 8px;
  font-weight: 550;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hv-sp-breadcrumb a {
  transition: color 160ms ease;
}

.hv-sp-breadcrumb a:hover {
  color: var(--hv-sp-red);
}

.hv-sp-breadcrumb strong {
  max-width: 190px;
  overflow: hidden;
  color: #989895;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hv-sp-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--hv-sp-red);
  font-size:11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hv-sp-eyebrow i,
.hv-sp-section-title i {
  width: 48px;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, var(--hv-sp-red), transparent);
}

.hv-sp-sku {
  margin-top: 14px;
  display: block;
  color: var(--hv-sp-red);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hv-sp-summary h1 {
  max-width: 520px;
  margin: 18px 0 0;
  color: #eeeeec;
  font-size: clamp(34px, 3.1vw, 54px);
  font-weight: 250;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.hv-sp-short-description,
.hv-sp-long-description {
  color: var(--hv-sp-copy);
  font-size: 14px;
  font-weight: 350;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.hv-sp-short-description {
  max-width: 440px;
  margin-top: 24px;
}

.hv-sp-short-description p {
  margin: 0;
}

.hv-sp-contact-cta {
  position: relative;
  width: fit-content;
  min-height: 50px;
  margin-top: 22px;
  padding: 0 7px 0 21px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  border: 1px solid #3b3b38;
  border-radius: 3px;
  color: #f4f4f1;
  background: linear-gradient(110deg, #161616, #0f0f0f);
  box-shadow: inset 3px 0 0 var(--hv-sp-red);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: border-color 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.hv-sp-contact-cta svg {
  width: 36px;
  height: 36px;
  padding: 9px !important;
  border-radius: 2px;
  color: #fff;
  background: var(--hv-sp-red);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), background-color 220ms ease;
}

.hv-sp-contact-cta:hover {
  border-color: var(--hv-sp-red);
  color: #fff;
  box-shadow: inset 220px 0 0 rgba(237, 36, 44, 0.09), inset 3px 0 0 var(--hv-sp-red);
}

.hv-sp-contact-cta:hover svg {
  background: #ff323a;
  transform: translateX(3px);
}

.hv-sp-current-color {
  margin-top: 25px;
  padding-top: 20px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-top: 1px solid var(--hv-sp-line);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hv-sp-current-color span {
  color: #949491;
}

.hv-sp-current-color strong {
  color: var(--hv-sp-red);
  font-size: 10px;
}

.hv-sp-color-hint {
  max-width: 360px;
  margin: 7px 0 0;
  color: #686865;
  font-size: 9px;
  letter-spacing: 0.035em;
}

.hv-sp-summary-meta {
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hv-sp-summary-meta span {
  color: #6f6f6c;
}

.hv-sp-summary-meta strong {
  color: #c6c6c2;
  font-weight: 550;
}

.hv-sp-native-variations {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.hv-sp-page .price,
.hv-sp-page .quantity,
.hv-sp-page .single_add_to_cart_button,
.hv-sp-page .woocommerce-variation-price,
.hv-sp-page .woocommerce-variation-availability,
.hv-sp-page .reset_variations,
.hv-sp-page .product_meta,
.hv-sp-page .star-rating {
  display: none !important;
}

/* Color gallery on the left, details on the right */
.hv-sp-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--hv-sp-line);
}

body.hervis-single-product-page .hv-sp-data-grid:not(.hv-sp-data-grid--spec-only) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  direction: ltr;
}

body.hervis-single-product-page .hv-sp-data-grid:not(.hv-sp-data-grid--spec-only) .hv-sp-color-panel {
  grid-row: 1;
  grid-column: 1;
}

body.hervis-single-product-page .hv-sp-data-grid:not(.hv-sp-data-grid--spec-only) .hv-sp-spec-panel {
  grid-row: 1;
  grid-column: 2;
}

.hv-sp-data-grid--spec-only {
  grid-template-columns: 1fr;
}

.hv-sp-color-panel,
.hv-sp-spec-panel {
  min-width: 0;
  padding: clamp(30px, 3vw, 44px);
}

.hv-sp-color-panel {
  border-right: 1px solid var(--hv-sp-line);
}

.hv-sp-section-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #d6d6d2;
  font-size: 10px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hv-sp-color-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hv-sp-color-panel-head p {
  margin: 0;
  color: #737370;
  font-size: 8px;
  letter-spacing: 0.07em;
  text-align: right;
  text-transform: uppercase;
}

.hv-sp-variation-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hv-sp-variation-card {
  position: relative;
  min-width: 0;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--hv-sp-line) !important;
  border-radius: 0 !important;
  color: #aaa;
  background: #0d0d0d !important;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease;
}

.hv-sp-variation-card:hover {
  border-color: #4a4a47 !important;
  transform: translateY(-1px);
}

.hv-sp-variation-card.is-selected {
  border-color: var(--hv-sp-red) !important;
}

.hv-sp-variation-image {
  position: relative;
  display: block;
  aspect-ratio: 1.7 / 1;
  overflow: hidden;
  background: #f4f4f2;
}

.hv-sp-variation-image img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  display: block;
  object-fit: cover;
  mix-blend-mode: multiply;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease;
}

.hv-sp-variation-card:hover img {
  transform: translateX(7px);
}

.hv-sp-variation-card.is-selected .hv-sp-variation-image img {
  animation: hv-sp-card-slide 320ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes hv-sp-card-slide {
  from {
    opacity: 0.55;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hv-sp-variation-name {
  height: 35px;
  padding: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #bdbdb9;
  font-size: 8px;
  font-weight: 550;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.hv-sp-selected-label {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 3px 5px;
  display: none;
  color: #fff;
  background: var(--hv-sp-red);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hv-sp-variation-card.is-selected .hv-sp-selected-label {
  display: block;
}

.hv-sp-variation-card.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.28);
}

/* All four details stay in one horizontal row on desktop. */
.hv-sp-spec-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hv-sp-spec {
  min-width: 0;
  min-height: 150px;
  padding: 15px 10px 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--hv-sp-line);
  text-align: center;
}

.hv-sp-spec:first-child {
  border-left: 0;
}

.hv-sp-spec-icon {
  width: 62px;
  height: 39px;
  margin-bottom: 14px;
  color: #a1a19e;
}

.hv-sp-spec-icon svg {
  width: 100%;
  height: 100%;
}

.hv-sp-spec-icon .measure {
  color: var(--hv-sp-red);
  stroke: currentColor;
}

.hv-sp-spec span {
  display: block;
  color: #8a8a87;
  font-size: 7px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hv-sp-spec strong {
  margin-top: 8px;
  display: block;
  color: #e3e3df;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

/* Description and editorial images */
.hv-sp-description {
  display: grid;
  grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  border-bottom: 1px solid var(--hv-sp-line);
}

.hv-sp-description-copy {
  min-width: 0;
  padding: clamp(48px, 5vw, 80px) clamp(38px, 4.5vw, 68px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hv-sp-red-mark {
  width: 28px;
  height: 2px;
  display: block;
  background: var(--hv-sp-red);
}

.hv-sp-description h2 {
  max-width: 520px;
  margin: 21px 0 0;
  color: #e4e4e0;
  font-size: clamp(27px, 2.7vw, 42px);
  font-weight: 250;
  line-height: 1.15;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.hv-sp-long-description {
  max-width: 570px;
  margin-top: 27px;
}

.hv-sp-long-description p {
  margin: 0 0 18px;
}

.hv-sp-long-description p:last-child {
  margin-bottom: 0;
}

.hv-sp-description-image {
  min-height: 340px;
  max-height: 540px;
  margin-right: 50px;
  overflow: hidden;
  background: #f3f3f1;
  align-self: center;
  justify-self: center;
  width: 90%;
  border-radius: 8px;
}

.hv-sp-description-image img {
  width: 100% !important;
  height: 100% !important;
  max-height: 540px;
  margin: 0 !important;
  display: block;
  object-fit: cover;
  transition: transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hv-sp-description-image:hover img {
  transform: translateX(10px);
}

.hv-sp-editorial-gallery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 0;
  padding: clamp(42px, 5vw, 72px) clamp(38px, 6vw, 86px);
  border-bottom: 1px solid var(--hv-sp-line);
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(237, 36, 44, 0.055) 48% 48.15%, transparent 48.15%),
    radial-gradient(circle at 16% 22%, rgba(237, 36, 44, 0.075), transparent 27%),
    #0a0a0a;
}

.hv-sp-editorial-gallery figure {
  position: relative;
  min-width: 0;
  max-height: 460px;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1.55 / 1;
  border: 1px solid #292929;
  border-radius: 10px;
  background: #151515;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
}

.hv-sp-editorial-gallery figure:first-child {
  z-index: 1;
  margin: 0;
}

.hv-sp-editorial-gallery figure:last-child {
  z-index: 3;
  margin: 74px 0 0 -54px;
  border: 8px solid #0a0a0a;
  border-radius: 14px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
}

.hv-sp-editorial-gallery figure::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 54px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--hv-sp-red));
  pointer-events: none;
}

.hv-sp-editorial-gallery img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  display: block;
  object-fit: cover;
  transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1), opacity 480ms ease;
}

.hv-sp-editorial-gallery figure:hover img {
  transform: translateX(10px);
}

/* Related products */
.hv-sp-related {
  padding: clamp(36px, 3.6vw, 54px);
}

.hv-sp-related-head {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.hv-sp-related-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hv-sp-related-actions > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #a2a29e;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.hv-sp-related-actions > a:hover {
  color: var(--hv-sp-red);
}

.hv-sp-related-head svg {
  width: 20px;
  height: 20px;
  color: var(--hv-sp-red);
}

.hv-sp-related-controls {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hv-sp-related-controls[hidden] {
  display: none !important;
}

.hv-sp-related-controls button {
  width: 38px;
  height: 38px;
  padding: 0 !important;
  display: grid;
  place-items: center;
  border: 1px solid #353532 !important;
  border-radius: 50% !important;
  color: #d8d8d4 !important;
  background: rgba(255, 255, 255, 0.035) !important;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hv-sp-related-controls button:hover:not(:disabled) {
  border-color: var(--hv-sp-red) !important;
  color: var(--hv-sp-red) !important;
}

.hv-sp-related-controls button:first-child svg {
  transform: rotate(180deg);
}

.hv-sp-related-controls button:disabled {
  opacity: 0.28;
  cursor: default;
}

.hv-sp-related-viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.hv-sp-related-viewport::-webkit-scrollbar {
  display: none;
}

.hv-sp-related-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 32px) / 3);
  gap: 16px;
}

.hv-sp-related-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--hv-sp-line);
  background: #0d0d0d;
  scroll-snap-align: start;
  transition: border-color 180ms ease, transform 180ms ease;
}

.hv-sp-related-card:hover {
  border-color: #3f3f3d;
  transform: translateY(-2px);
}

.hv-sp-related-image {
  display: block;
  aspect-ratio: 1.65 / 1;
  overflow: hidden;
  background: #f5f5f3;
}

.hv-sp-related-image img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  display: block;
  object-fit: cover;
  mix-blend-mode: multiply;
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), opacity 380ms ease;
}

.hv-sp-related-card:hover .hv-sp-related-image img {
  transform: translateX(8px);
}

.hv-sp-related-meta {
  min-height: 96px;
  padding: 14px 15px;
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

.hv-sp-related-meta > div {
  min-width: 0;
  flex: 1;
}

.hv-sp-related-meta span {
  display: block;
  color: var(--hv-sp-red);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hv-sp-related-meta h3 {
  margin: 5px 0 0;
  overflow: hidden;
  color: #ebebe7;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.hv-sp-related-meta p {
  margin: 7px 0 0;
  color: #80807d;
  font-size: 9px;
}

.hv-sp-related-open {
  width: 30px;
  height: 32px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--hv-sp-red);
  transition: color 150ms ease, transform 150ms ease;
}

.hv-sp-related-open:hover {
  color: #fff;
  transform: rotate(90deg);
}

.hv-sp-related-open svg {
  width: 19px;
  height: 19px;
}

@media (max-width: 1240px) {
  .hv-sp-product {
    width: min(calc(100% - 44px), 1180px);
  }

  body.hervis-single-product-page main.hv-sp-product {
    width: min(calc(100% - 44px), 1180px) !important;
    max-width: 1180px !important;
  }

  .hv-sp-rail {
    display: none;
  }

  .hv-sp-hero {
    grid-template-columns: minmax(0, 55%) minmax(370px, 45%);
  }

  .hv-sp-summary {
    padding: 34px;
  }

  .hv-sp-breadcrumb {
    margin-bottom: 25px;
  }

  .hv-sp-color-panel,
  .hv-sp-spec-panel {
    padding: 32px;
  }

  .hv-sp-variation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hv-sp-spec-icon {
    width: 54px;
  }
}

@media (max-width: 960px) {
  .hv-sp-product {
    width: min(calc(100% - 28px), 900px);
  }

  body.hervis-single-product-page main.hv-sp-product {
    width: min(calc(100% - 28px), 900px) !important;
    max-width: 900px !important;
  }

  .hv-sp-hero {
    grid-template-columns: 1fr;
  }

  .hv-sp-media {
    height: min(64vw, 540px);
    min-height: 460px;
    border: 0;
  }

  .hv-sp-summary {
    min-height: 480px;
    padding: 46px;
  }

  .hv-sp-data-grid {
    grid-template-columns: 1fr;
  }

  body.hervis-single-product-page .hv-sp-data-grid:not(.hv-sp-data-grid--spec-only) {
    grid-template-columns: 1fr !important;
  }

  body.hervis-single-product-page .hv-sp-data-grid:not(.hv-sp-data-grid--spec-only) .hv-sp-color-panel,
  body.hervis-single-product-page .hv-sp-data-grid:not(.hv-sp-data-grid--spec-only) .hv-sp-spec-panel {
    grid-row: auto;
    grid-column: 1;
  }

  .hv-sp-color-panel {
    border-right: 0;
    border-bottom: 1px solid var(--hv-sp-line);
  }

  .hv-sp-variation-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hv-sp-spec-grid {
    max-width: 720px;
  }

  .hv-sp-description {
    grid-template-columns: 1fr;
  }

  .hv-sp-description-copy {
    min-height: 420px;
  }

  .hv-sp-description-image {
    min-height: 400px;
  }

  .hv-sp-related-grid {
    grid-auto-columns: calc((100% - 16px) / 2);
  }
}

@media (max-width: 680px) {
  .hv-sp-page {
    --hv-sp-safe-top: 96px;
  }

  .hv-sp-product {
    width: calc(100% - 20px);
  }

  body.hervis-single-product-page main.hv-sp-product {
    width: calc(100% - 20px) !important;
    max-width: none !important;
  }

  .hv-sp-media {
    height: 455px;
    min-height: 0;
  }

  .hv-sp-media .flex-viewport,
  .hv-sp-media .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__wrapper {
    width: 100% !important;
    height: calc(100% - 76px) !important;
    margin-left: 0 !important;
  }

  .hv-sp-media .flex-control-thumbs {
    top: auto;
    right: 12px;
    bottom: 9px;
    left: 12px;
    width: auto;
    height: 58px;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .hv-sp-media .rtwpvg-thumbnail-wrapper {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 76px !important;
    max-width: 76px !important;
    height: 100% !important;
    padding: 12px 0 !important;
  }

  .hv-sp-media .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image {
    margin: 0 0 9px !important;
  }

  .hv-sp-media .woocommerce-product-gallery__trigger,
  .hv-sp-media .rtwpvg-trigger {
    top: 13px !important;
    right: 13px !important;
    width: 40px !important;
    height: 40px !important;
  }

  .hv-sp-media .woocommerce-product-gallery__trigger::before,
  .hv-sp-media .rtwpvg-trigger::before {
    top: 10px !important;
    left: 10px !important;
  }

  .hv-sp-media .woocommerce-product-gallery__trigger::after,
  .hv-sp-media .rtwpvg-trigger::after {
    top: 25px !important;
    left: 25px !important;
  }

  .hv-sp-gallery-arrow {
    top: 50%;
    width: 40px;
    height: 40px;
  }

  .hv-sp-gallery-prev,
  .hv-sp-media.has-hv-thumbnails .hv-sp-gallery-prev {
    left: 103px;
  }

  .hv-sp-gallery-next {
    right: 13px;
  }

  .hv-sp-summary {
    min-height: 0;
    padding: 36px 27px 40px;
  }

  .hv-sp-breadcrumb {
    margin-bottom: 25px;
  }

  .hv-sp-summary h1 {
    font-size: clamp(34px, 10vw, 47px);
  }

  .hv-sp-short-description,
  .hv-sp-long-description {
    font-size: 14px;
  }

  .hv-sp-color-panel,
  .hv-sp-spec-panel {
    padding: 29px 22px;
  }

  .hv-sp-color-panel-head {
    display: block;
  }

  .hv-sp-color-panel-head p {
    margin-top: 12px;
    text-align: left;
  }

  .hv-sp-variation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hv-sp-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hv-sp-spec {
    min-height: 132px;
    border-bottom: 1px solid var(--hv-sp-line);
  }

  .hv-sp-spec:nth-child(odd) {
    border-left: 0;
  }

  .hv-sp-spec:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .hv-sp-description-copy {
    min-height: 0;
    padding: 50px 28px;
  }

  .hv-sp-description-image {
    min-height: 320px;
  }

  .hv-sp-editorial-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 18px;
  }

  .hv-sp-editorial-gallery figure {
    max-height: 350px;
    margin: 0 !important;
  }

  .hv-sp-editorial-gallery figure:last-child {
    border-width: 1px;
    border-radius: 10px;
  }

  .hv-sp-related {
    padding: 36px 20px;
  }

  .hv-sp-related-grid {
    grid-auto-columns: 100%;
  }

  .hv-sp-related-actions > a {
    font-size: 0;
    gap: 0;
  }
}

@media (max-width: 420px) {
  .hv-sp-media {
    height: 410px;
  }

  .hv-sp-contact-cta {
    width: 100%;
    justify-content: space-between;
  }

  .hv-sp-variation-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hv-sp-page *,
  .hv-sp-page *::before,
  .hv-sp-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
