.variations select.wvp-enhanced-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* WooCommerce variation rows: label above selector, buttons inline and wrapping. */
form.variations_form table.variations,
form.variations_form table.variations tbody,
form.variations_form table.variations tr,
form.variations_form table.variations th,
form.variations_form table.variations td {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

form.variations_form table.variations tr {
  margin: 0 0 18px;
}

form.variations_form table.variations th.label,
form.variations_form table.variations td.value {
  padding: 0;
  text-align: left;
}

form.variations_form table.variations th.label,
form.variations_form table.variations th.label label,
.variations .label,
.variations .label label {
  display: block;
  margin: 0 0 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #616363;
  line-height: 1.2;
  text-transform: uppercase;
}

form.variations_form table.variations th.label {
  margin-bottom: 0;
}

.wvp-pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.wvp-pill {
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  background: transparent;
  color: #232424;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  min-width: 46px;
  min-height: 42px;
  padding: 0.65rem 1rem;
  text-decoration: none;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease, opacity 120ms ease;
}

.wvp-pill:hover,
.wvp-pill:focus-visible {
  background: #000;
  border-color: #000;
  color: #fff;
  outline: none;
}

.wvp-pill.is-selected {
  background: transparent;
  border-color: #000;
  color: #232424;
}

.wvp-pill.is-selected:hover,
.wvp-pill.is-selected:focus-visible {
  background: #000;
  border-color: #000;
  color: #fff;
}

.wvp-pill.is-disabled,
.wvp-pill:disabled {
  cursor: not-allowed;
  opacity: 0.35;
  text-decoration: line-through;
}

.wvp-pill.is-disabled:hover,
.wvp-pill:disabled:hover,
.wvp-pill.is-disabled:focus-visible,
.wvp-pill:disabled:focus-visible {
  background: transparent;
  border-color: #dbdbdb;
  color: #232424;
}

.wvp-linked-product-switcher {
  margin: 0 0 1rem;
}

.wvp-linked-product-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.35rem 0 0.75rem;
}

.wvp-linked-product-label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #616363;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.wvp-linked-product-label__current {
  display: none;
}

.wvp-linked-product-option {
  appearance: none;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  line-height: 1.2;
  padding: 0.55rem 0.95rem;
  text-decoration: none;
  transition: opacity 120ms ease, background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.wvp-linked-product-option:hover,
.wvp-linked-product-option:focus-visible {
  outline: none;
}

.wvp-linked-product-option.is-selected.is-display-pills,
.wvp-linked-product-option.is-selected.is-display-image_pills {
  background: currentColor;
  color: Canvas;
}

.wvp-linked-product-option.is-selected {
  cursor: default;
  border-color: #000;
}

.wvp-linked-product-option__media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f4f4f4;
}

.wvp-linked-product-option__image,
.wvp-linked-product-option__media img.wvp-linked-product-option__image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center center;
}

.wvp-linked-product-option.is-display-thumbnails {
  border-color: transparent;
  border-radius: 4px;
  padding: 0;
  width: 72px;
  height: 96px;
  overflow: hidden;
  background: #f4f4f4;
}

.wvp-linked-product-option.is-display-thumbnails .wvp-linked-product-option__media {
  width: 100%;
  height: 100%;
}

.wvp-linked-product-option.is-display-thumbnails.is-selected {
  border-color: currentColor;
}

.wvp-linked-product-switcher--thumbnails .wvp-linked-product-options {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 0.4rem;
  scrollbar-width: thin;
}

.wvp-linked-product-option.is-display-image_pills {
  gap: 0.45rem;
  padding: 0.35rem 0.8rem 0.35rem 0.35rem;
}

.wvp-linked-product-option.is-display-image_pills .wvp-linked-product-option__media {
  width: 34px;
  height: 34px;
  border-radius: 999px;
}

.wvp-linked-product-option.is-display-swatches {
  width: 34px;
  height: 34px;
  border: 1px solid #dbdbdb;
  border-radius: 999px;
  padding: 2px;
  overflow: hidden;
  box-sizing: border-box;
}

.wvp-linked-product-option.is-display-swatches .wvp-linked-product-option__media {
  width: 100%;
  height: 100%;
  border-radius: 999px;
}

.wvp-linked-product-option.is-display-swatches .wvp-linked-product-option__image {
  border-radius: 999px;
}

.wvp-linked-product-option.is-display-swatches.is-selected {
  border-width: 2px;
  border-color: #000;
}

.variations tr.wvp-hidden-single-option-row {
  display: none !important;
}


.woocommerce-breadcrumb {
  color: #dbdbdb;
}

.woocommerce-breadcrumb a {
  color: #000;
  font-weight: 400;
}

.woocommerce-breadcrumb a:hover,
.woocommerce-breadcrumb a:focus {
  color: #000;
}

/* Fullscreen product gallery overlay. */
html.wvp-gallery-is-open,
html.wvp-gallery-is-open body {
  overflow: hidden !important;
}

.wvp-gallery-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  background: #fff;
  color: #000;
}

.wvp-gallery-overlay.is-open {
  display: block;
}

.wvp-gallery-shell {
  display: grid;
  grid-template-columns: 96px 1fr;
  width: 100%;
  height: 100dvh;
}

.wvp-gallery-thumbs {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  height: 100dvh;
  overflow-y: auto;
  padding: 24px 14px;
  background: transparent;
  border-right: 0;
  scrollbar-width: thin;
}

.wvp-gallery-thumb {
  appearance: none;
  width: 68px;
  height: 88px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.72;
  transition: border-color 120ms ease, opacity 120ms ease;
}

.wvp-gallery-thumb:hover,
.wvp-gallery-thumb:focus-visible {
  border-color: transparent;
  opacity: 1;
  outline: none;
}

.wvp-gallery-thumb.is-active {
  border-color: #000;
  opacity: 1;
  outline: none;
}

.wvp-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.wvp-gallery-main {
  height: 100dvh;
  min-width: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-snap-type: y mandatory;
  background: #fff;
  outline: none;
}

.wvp-gallery-slide {
  box-sizing: border-box;
  width: 100%;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 72px;
  scroll-snap-align: start;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.wvp-gallery-image {
  position: relative;
  z-index: 1;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 100% !important;
  max-height: calc(100dvh - 84px) !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  object-position: center center;
}

.wvp-gallery-close {
  appearance: none;
  position: fixed;
  top: 18px;
  right: 22px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.wvp-gallery-close:hover,
.wvp-gallery-close:focus-visible {
  outline: none;
  opacity: 0.65;
}

@media (max-width: 767px) {
  .wvp-gallery-shell {
    display: block;
  }

  .wvp-gallery-thumbs {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    flex-direction: row;
    height: 86px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 12px;
    border-top: 0;
    border-right: 0;
    background: transparent;
  }

  .wvp-gallery-thumb {
    flex: 0 0 52px;
    width: 52px;
    height: 64px;
  }

  .wvp-gallery-slide {
    padding: 56px 18px 108px;
  }

  .wvp-gallery-image {
    max-height: calc(100dvh - 164px);
  }

  .wvp-gallery-close {
    top: 10px;
    right: 10px;
  }
}
