.ov-variable-product {
  --ov-vp-gold: #c39e58;
  --ov-vp-gold-soft: rgba(195, 158, 88, 0.34);
  --ov-vp-text: #707070;
  --ov-vp-muted: #9a9898;
  --ov-vp-dark: #5d5b5b;
  --ov-vp-paper: #ffffff;
  --ov-vp-field: #fbfaf8;
  --ov-vp-focus: #2f6fed;
  background: var(--ov-vp-paper);
  color: var(--ov-vp-text);
}

.ov-variable-product * {
  box-sizing: border-box;
}

.ov-variable-product__inner {
  margin-inline: auto;
}

.ov-variable-product #brxe-ovvp03.ov-variable-product__breadcrumb {
  margin-inline: calc((100% - min(95vw, 1920px)) / 2);
  padding-left: 10px;
  width: min(95vw, 1920px);
}

.ov-variable-product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 34px 0 24px;
  color: var(--ov-vp-gold);
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
}

.ov-variable-product-breadcrumb a,
.ov-variable-product-breadcrumb span {
  color: inherit;
  text-decoration: none;
}

.ov-variable-product-breadcrumb .ov-breadcrumbs__brand {
  font-weight: 600;
}

.ov-variable-product-breadcrumb a:focus-visible,
.ov-variable-product-cta:focus-visible,
.ov-variable-product-size-guide:focus-visible,
.ov-product-terms:focus-visible,
.ov-product-show-more:focus-visible,
.ov-variable-product-intro__toggle:focus-visible,
.ov-variable-product-swatch:focus-visible,
.ov-variable-product-cart select:focus-visible,
.ov-variable-product-cart .single_add_to_cart_button:focus-visible {
  outline: 2px solid var(--ov-vp-focus);
  outline-offset: 3px;
}

.ov-variable-product__main {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: start;
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}

.ov-variable-product__gallery-column,
.ov-variable-product__summary {
  min-width: 0;
}

.ov-variable-product__summary {
  width: 100%;
}

.ov-variable-product__summary > .brxe-shortcode {
  width: 100%;
}

.ov-variable-product-gallery .woocommerce-product-gallery {
  width: 100%;
}

.ov-variable-product-gallery .flex-viewport,
.ov-variable-product-gallery .woocommerce-product-gallery__wrapper {
  background: #f5f6f7;
}

.ov-variable-product-gallery .woocommerce-product-gallery__image a,
.ov-variable-product-gallery .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
}

.ov-variable-product-gallery .woocommerce-product-gallery__image img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.ov-variable-product-gallery .woocommerce-product-gallery__trigger {
  bottom: 18px;
  color: var(--ov-vp-gold);
  right: 18px;
  top: auto;
}

.ov-variable-product-gallery .flex-control-thumbs {
  display: grid !important;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 16px 0 0 !important;
  padding: 0 !important;
}

.ov-variable-product-gallery .flex-control-thumbs li {
  width: auto !important;
}

.ov-variable-product-gallery .flex-control-thumbs img {
  aspect-ratio: 1 / 1;
  background: #f5f6f7;
  border: 1px solid transparent;
  display: block;
  object-fit: cover;
  opacity: 1 !important;
  transition: border-color 160ms ease, opacity 160ms ease;
}

.ov-variable-product-gallery .flex-control-thumbs img.flex-active,
.ov-variable-product-gallery .flex-control-thumbs img:hover {
  border-color: var(--ov-vp-gold);
}

.ov-variable-product-360 {
  align-items: center;
  color: var(--ov-vp-gold);
  display: inline-flex;
  font-size: 10px;
  gap: 4px;
  justify-content: flex-end;
  margin-top: 8px;
  text-decoration: none;
  width: 100%;
}

.ov-variable-product-360::after {
  border: 1px solid var(--ov-vp-gold);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 9px;
  width: 34px;
}

.ov-variable-product__category-path-wrap:empty {
  display: none;
}

.ov-variable-product-category-path {
  color: var(--ov-vp-gold);
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
  font-size: 20px;
  line-height: 1.05;
  margin: 2px 0 0;
  text-transform: uppercase;
}

.ov-variable-product__title {
  color: var(--ov-vp-gold);
}

.ov-variable-product__title {
  margin: 0 0 10px;
}

.ov-variable-product__rating {
  margin: 4px 0 22px;
}

.ov-variable-product__rating .woocommerce-product-rating {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 0;
}

.ov-variable-product__rating .star-rating {
  color: var(--ov-vp-gold);
  font-size: 15px;
  letter-spacing: 0;
  margin: 0;
}

.ov-variable-product__rating .woocommerce-review-link {
  color: var(--ov-vp-gold);
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.ov-variable-product-meta-row {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.ov-variable-product-meta-row__label,
.ov-variable-product-cart table.variations th.label label {
  color: var(--ov-vp-muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.ov-variable-product-meta-row__value {
  color: var(--ov-vp-gold);
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

.ov-variable-product-meta-row--code .ov-variable-product-meta-row__value {
  font-weight: 400;
}

.ov-variable-product-meta-row.is-empty {
  display: none;
}

.ov-variable-product-rule {
  border-top: 1px solid var(--ov-vp-gold-soft);
  height: 1px;
  margin: 10px 0 0;
  width: 100%;
}

.ov-variable-product-intro {
  color: var(--ov-vp-text);
  font-size: 16px;
  line-height: 1.55;
  margin-top: 14px;
}

.ov-variable-product-intro__content[data-ov-collapsible] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ov-variable-product-intro.is-expanded .ov-variable-product-intro__content[data-ov-collapsible] {
  display: block;
}

.ov-variable-product-intro p {
  margin: 0;
}

.ov-variable-product-intro__toggle,
.ov-product-show-more {
  background: transparent;
  border: 0;
  color: var(--ov-vp-gold);
  cursor: pointer;
  display: inline;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
}

.ov-product-show-more {
  text-decoration: none;
}

.ov-product-show-more:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ov-variable-product-cart {
  margin-top: 0;
}

.ov-variable-product-cart form.cart {
  margin: 0;
}

.ov-variable-product-cart table.variations {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}

.ov-variable-product-cart table.variations tbody,
.ov-variable-product-cart table.variations tr,
.ov-variable-product-cart table.variations th,
.ov-variable-product-cart table.variations td {
  display: block;
}

.ov-variable-product-cart table.variations tr {
  align-items: center;
  border-bottom: 1px solid var(--ov-vp-gold-soft);
  display: grid;
  gap: 14px;
  grid-template-columns: 76px minmax(0, 1fr);
  min-height: 52px;
  padding: 9px 0;
}

.ov-variable-product-cart table.variations th,
.ov-variable-product-cart table.variations td {
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}

.ov-variable-product-cart table.variations th.label label::after {
  content: ":";
}

.ov-variable-product-cart table.variations,
.ov-variable-product-cart table.variations tr:first-child {
  border-top: 0 !important;
}

.ov-variable-product-native-select {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ov-variable-product-colour-control,
.ov-variable-product-swatches {
  align-items: center;
  display: flex;
}

.ov-variable-product-swatches {
  gap: 10px;
}

.ov-variable-product-swatch {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  height: 26px;
  justify-content: center;
  padding: 0;
  position: relative;
  transition: border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
  width: 26px;
}

.ov-variable-product-swatch__visual {
  background: var(--ov-swatch-color, #fff);
  border: 1px solid rgba(112, 112, 112, 0.24);
  border-radius: 999px;
  display: block;
  height: 16px;
  width: 16px;
}

.ov-variable-product-swatch.has-no-colour .ov-variable-product-swatch__visual {
  background: repeating-linear-gradient(135deg, #fff, #fff 3px, #dedede 3px, #dedede 5px);
}

.ov-variable-product-swatch[aria-pressed="true"] {
  border-color: var(--ov-vp-gold);
}

.ov-variable-product-swatch:hover {
  transform: translateY(-1px);
}

.ov-variable-product-swatch:disabled,
.ov-variable-product-swatch.is-disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.ov-variable-product-swatch:disabled::after,
.ov-variable-product-swatch.is-disabled::after {
  background: var(--ov-vp-dark);
  content: "";
  height: 1px;
  left: 5px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: rotate(-35deg);
}

.ov-variable-product-size-control {
  align-items: center;
  display: grid;
  gap: 12px 36px;
  grid-template-columns: 170px auto;
}

.ov-variable-product-size-select-wrap {
  display: block;
  flex: 0 0 170px;
  max-width: 100%;
  min-width: 170px;
  position: relative;
  width: 170px;
}

.ov-variable-product-size-select-wrap::after {
  border-bottom: 1px solid var(--ov-vp-gold);
  border-right: 1px solid var(--ov-vp-gold);
  content: "";
  height: 7px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
  width: 7px;
}

.ov-variable-product-size-control select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none !important;
  border: 0;
  border-bottom: 1px solid var(--ov-vp-gold-soft);
  border-radius: 0;
  color: var(--ov-vp-gold);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  min-height: 36px;
  overflow: hidden;
  padding: 6px 34px 6px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.ov-variable-product-size-guide {
  align-items: center;
  background: transparent;
  border: 1px solid var(--ov-vp-gold);
  color: var(--ov-vp-gold);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  min-height: 36px;
  padding: 7px 16px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.ov-variable-product .ov-variable-product-cart table.variations .reset_variations {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ov-variable-product .ov-variable-product-cart table.variations .reset_variations::before,
.ov-variable-product .ov-variable-product-cart table.variations .reset_variations::after {
  content: none !important;
  display: none !important;
}

.ov-variable-product-cart .single_variation_wrap {
  align-items: center;
  display: grid;
  gap: 13px 14px;
  grid-template-areas:
    "stock stock"
    "terms terms"
    "price cart";
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 15px 0 16px;
}

.ov-variable-product-cart .woocommerce-variation {
  display: contents;
}

.ov-variable-product-cart .woocommerce-variation-description {
  display: none;
}

.ov-variable-product-cart .woocommerce-variation-availability {
  display: none !important;
}

.ov-product-stock-status {
  align-items: center;
  color: var(--ov-vp-text);
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  grid-area: stock;
  grid-column: 1 / -1;
  line-height: 1.2;
  order: 1;
  text-transform: uppercase;
}

.ov-product-stock-status__icon {
  align-items: center;
  color: var(--ov-vp-dark);
  display: inline-flex;
  flex: 0 0 auto;
  height: 16px;
  justify-content: center;
  width: 16px;
}

.ov-product-stock-status__svg {
  display: block;
  height: 16px;
  width: 16px;
}

.ov-product-stock-status__label {
  color: inherit;
}

.ov-variable-product-terms-wrap {
  border-bottom: 1px solid var(--ov-vp-gold-soft);
  grid-area: terms;
  grid-column: 1 / -1;
  order: 2;
  padding-bottom: 12px;
  width: 100%;
}

.ov-product-terms {
  align-items: center;
  color: var(--ov-vp-gold);
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  gap: 9px;
  line-height: 1.35;
  max-width: 100%;
  text-decoration: none;
}

.ov-product-terms[href]:hover {
  color: var(--ov-vp-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ov-product-terms__icon {
  align-items: center;
  color: currentColor;
  display: inline-flex;
  flex: 0 0 auto;
  height: 14px;
  justify-content: center;
  width: 14px;
}

.ov-product-terms__svg {
  display: block;
  height: 100%;
  width: 100%;
}

.ov-product-terms__label {
  color: inherit;
  min-width: 0;
  white-space: normal;
}

.ov-variable-product-cart .woocommerce-variation-price {
  align-self: center;
  grid-area: price;
  grid-column: 1;
  justify-self: start;
  min-width: max-content;
  order: 4;
}

.ov-variable-product-cart .woocommerce-variation-price .price,
.ov-variable-product-cart .woocommerce-variation-price .amount {
  color: var(--ov-vp-gold);
  font-size: 18px;
  font-weight: 500;
}

.ov-variable-product-cart .woocommerce-variation-price del {
  color: var(--ov-vp-muted);
  margin-right: 8px;
}

.ov-variable-product-cart .woocommerce-variation-price ins {
  text-decoration: none;
}

.ov-variable-product-cart .woocommerce-variation-add-to-cart {
  align-items: center;
  clear: none;
  display: flex;
  flex-basis: auto !important;
  grid-area: cart;
  grid-column: 2;
  justify-content: flex-end;
  justify-self: end;
  margin-top: 0 !important;
  max-width: max-content;
  min-width: max-content;
  width: auto !important;
  order: 4;
}

.ov-variable-product-cart .quantity {
  display: none;
}

body.single-product .ov-variable-product-cart .quantity {
  display: none !important;
}

.ov-variable-product-cart .single_add_to_cart_button {
  align-items: center;
  background: var(--ov-vp-gold) !important;
  display: inline-flex !important;
  justify-content: center;
  border: 1px solid var(--ov-vp-gold) !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  line-height: 1 !important;
  min-height: 42px;
  min-width: 130px;
  padding: 12px 22px !important;
  text-transform: uppercase;
  width: auto !important;
}

.ov-variable-product-cart .single_add_to_cart_button.disabled,
.ov-variable-product-cart .single_add_to_cart_button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.ov-variable-product-details {
  color: var(--ov-vp-text);
  font-size: 15px;
  line-height: 1.68;
  margin-top: 64px;
  max-width: none;
  scroll-margin-top: var(--ov-vp-scroll-offset, 120px);
  width: 100%;
}

.ov-variable-product-details p {
  font-weight: 400;
  margin: 0 0 8px;
}

.ov-variable-product-details__label {
  color: var(--ov-vp-muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.ov-variable-product-details__content {
  max-width: none;
  width: 100%;
}

.ov-variable-product-details ul {
  margin: 0;
  padding-left: 18px;
}

.ov-variable-product-details li {
  font-weight: 400;
  padding-left: 6px;
}

.ov-variable-product__ctas {
  align-items: center;
  gap: 14px;
  margin: 38px auto 70px;
  max-width: 100%;
  width: fit-content;
}

.ov-variable-product__ctas > .brxe-shortcode {
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: auto;
}

.ov-variable-product-cta {
  align-items: center;
  border-radius: 0;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.15;
  max-width: 100%;
  min-height: 38px;
  padding: 10px 28px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.ov-variable-product-cta--primary {
  background: var(--ov-vp-gold) !important;
  border: 1px solid var(--ov-vp-gold) !important;
  color: #fff !important;
  width: 270px;
}

.ov-variable-product-cta--outline {
  background: var(--ov-vp-paper) !important;
  border: 1px solid var(--ov-vp-gold) !important;
  color: var(--ov-vp-gold) !important;
  width: 420px;
}

button.ov-variable-product-cta {
  cursor: pointer;
}

.ov-variable-product__related {
  margin-top: 18px;
  width: 100%;
}

.ov-variable-product__related-heading {
  margin: 0 0 32px;
  text-align: center;
}

.ov-variable-product-related-products {
  width: 100%;
}

.ov-variable-product-related-products .related.products > h2 {
  display: none;
}

.ov-variable-product-related-products ul.products {
  display: grid;
  gap: 42px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ov-variable-product-size-guide-dialog[hidden] {
  display: none;
}

.ov-variable-product-size-guide-dialog {
  align-items: center;
  background: rgba(0, 0, 0, 0.42);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 100000;
}

.ov-variable-product-size-guide-dialog__panel {
  background: #fff;
  color: var(--ov-vp-text);
  max-height: min(720px, 90vh);
  max-width: 720px;
  overflow: auto;
  padding: 36px;
  position: relative;
  width: min(100%, 720px);
}

.ov-variable-product-size-guide-dialog__close {
  background: transparent;
  border: 0;
  color: var(--ov-vp-gold);
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 14px;
}

@media (max-width: 991px) {
  .ov-variable-product__inner {
    width: min(92%, 720px) !important;
  }

  .ov-variable-product__main {
    grid-template-columns: 1fr;
    max-width: 640px;
  }

  .ov-variable-product__summary {
    margin-top: 6px;
  }
}

@media (max-width: 640px) {
  .ov-variable-product #brxe-ovvp03.ov-variable-product__breadcrumb {
    margin-inline: 0;
    width: 100%;
  }

  .ov-variable-product-breadcrumb {
    margin-top: 18px;
  }

  .ov-variable-product__inner {
    padding-bottom: 44px !important;
    padding-top: 28px !important;
    width: min(92%, 480px) !important;
  }

  .ov-variable-product-cart table.variations tr {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ov-variable-product-size-control {
    gap: 12px;
    grid-template-columns: minmax(0, 1fr);
  }

  .ov-variable-product-size-select-wrap {
    flex: 0 1 auto;
    min-width: 0;
    width: min(170px, 100%);
  }

  .ov-variable-product-size-guide {
    justify-self: start;
  }

  .ov-variable-product-cart .single_variation_wrap {
    grid-template-areas:
      "stock"
      "terms"
      "price"
      "cart";
    grid-template-columns: 1fr;
  }

  .ov-variable-product-cart .woocommerce-variation-price,
  .ov-variable-product-price-fallback,
  .ov-variable-product-cart .woocommerce-variation-add-to-cart {
    grid-column: 1;
  }

  .ov-variable-product-cart .woocommerce-variation-add-to-cart {
    justify-content: stretch;
    justify-self: stretch;
    max-width: none;
    width: 100% !important;
  }

  .ov-variable-product-cart .single_add_to_cart_button {
    width: 100% !important;
  }

  .ov-variable-product-details {
    margin-top: 42px;
  }


  .ov-variable-product__ctas {
    width: 100%;
  }

  .ov-variable-product-cta {
    font-size: 13px;
    white-space: normal;
  }

  .ov-variable-product__related-heading {
    font-size: 34px !important;
  }

  .ov-variable-product-related-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ov-variable-product-price-fallback {
  align-self: center;
  color: var(--ov-vp-gold);
  font-size: 18px;
  font-weight: 500;
  grid-area: price;
  grid-column: 1;
  justify-self: start;
  min-width: max-content;
  order: 4;
}

.ov-variable-product-price-fallback .amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.ov-variable-product-price-fallback del {
  color: var(--ov-vp-muted);
  margin-right: 8px;
}

.ov-variable-product-price-fallback ins {
  text-decoration: none;
}

.ov-variable-product-cart .single_variation_wrap.has-variation-price .ov-variable-product-price-fallback {
  display: none;
}


@media (max-width: 640px) {
  .ov-variable-product-cart .woocommerce-variation-price,
  .ov-variable-product-price-fallback,
  .ov-variable-product-cart .woocommerce-variation-add-to-cart {
    min-width: 0;
  }
}
