@import url('./blocks/featured-products.css?v=20260528f');

.form_err_message,
.form_email_error,
.form_password_error,
.form_mandatory_error,
.validate_terms_error {
  display: none;
  color: #cc0000;
  text-align: center;
}

.lux-product-detail-section {
  padding: 25px 0 54px;
  background: #fff;
}

.lux-product-media {
  max-width: 439px;
}

.prod-main__big-image {
  position: relative;
}

.prod-main__big-slider,
.prod-main__big-slider .slick-list {
  aspect-ratio: 439 / 416;
  overflow: hidden;
}

.prod-main__big-slider .slick-track,
.prod-main__big-slider .slick-slide,
.prod-main__big-slider .slick-slide > div,
.prod-main__big-slider .item,
.prod-main__big-slider .item > a {
  height: 100%;
}

.prod-main__big-slider .item,
.lux-product-main-link {
  min-width: 0;
}

.prod-main__big-slider.lux-single-slide {
  display: block !important;
}

.prod-main__big-slider.lux-single-slide .item {
  width: 100%;
}

.prod-main__big-image.lux-single-slide .prod-main__prev,
.prod-main__big-image.lux-single-slide .prod-main__next,
.prod-main__nav-gallery.lux-single-slide {
  display: none !important;
}

.prod-main__big-slider .item img,
.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 75%;
}

.prod-main__prev,
.prod-main__next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-content: center;
  color: var(--lux-burgundy);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(128, 0, 32, 0.24);
  border-radius: 50%;
  transform: translateY(-50%);
}

.prod-main__prev {
  left: 14px;
}

.prod-main__next {
  right: 14px;
}

.prod-main__nav-gallery {
  display: flex;
  gap: 18px;
  max-height: 163px;
  overflow: hidden;
}

.prod-main__nav-gallery .item {
  margin-inline: 9px;
  cursor: pointer;
  height: 163px;
}

.prod-main__nav-gallery .item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 75%;
}

.lux-product-info {
  min-height: 0;
  max-width: 728px;
  padding-top: 18px;
}

.lux-product-title {
  max-width: 100%;
  margin: 0 0 40px;
  color: #800020;
  font-family: 'Segoe Print', 'Segoe Script', cursive;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
}

.lux-product-price-wrap {
  margin: -2px 0 40px;
}

.product-price {
  color: #818181;
  font-family: 'Segoe Print', 'Segoe Script', cursive;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.products-discount {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--lux-muted);
}

.products-discount .product-price {
  width: 100%;
}

.long-desc,
.lux-product-description {
  max-width: 728px;
  margin-bottom: 40px;
  color: #000;
  font-family: 'Futura PT', 'Century Gothic', Futura, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}

.lux-product-description p {
  margin: 0 0 14px;
  font-family: 'Futura PT', 'Century Gothic', Futura, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}

.lux-product-description p:last-child {
  margin-bottom: 0;
}

.lux-discounts {
  max-width: 520px;
  margin-bottom: 22px;
}

.lux-product-option {
  max-width: 337px;
  margin-bottom: 40px;
}

.lux-product-option .form-group {
  display: block;
  margin: 0 0 12px;
}

.lux-product-option .form-group.row {
  --bs-gutter-x: 0;
}

.lux-product-option .form-group > label {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0 0 8px;
  color: var(--lux-burgundy);
  font-family: 'Segoe Print', 'Segoe Script', cursive;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: left !important;
  text-transform: uppercase;
}

.lux-product-option .form-group > div {
  width: 100%;
  max-width: none;
  padding: 0;
}

.lux-product-label {
  display: block;
  margin-bottom: 8px;
  color: var(--lux-burgundy);
  font-family: 'Segoe Print', 'Segoe Script', cursive;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.lux-length-select {
  width: 100%;
  min-height: 38px;
  padding: 8px 42px 8px 13px;
  color: #8b8b8b;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, #8b8b8b 50%), linear-gradient(135deg, #8b8b8b 50%, transparent 50%);
  background-position: calc(100% - 19px) 16px, calc(100% - 13px) 16px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  border: 1px solid #a1a1a1;
  border-radius: 0;
  appearance: none;
  font-family: 'Futura PT', 'Century Gothic', Futura, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}

.lux-length-select:focus {
  border-color: var(--lux-burgundy);
  outline: 0;
}

.lux-product-actions {
  margin-bottom: 40px;
}

.lux-qty-row {
  display: grid;
  grid-template-columns: 109px 208px;
  grid-template-rows: auto auto;
  align-items: start;
  gap: 8px 20px;
  width: max-content;
  max-width: 100%;
}

.lux-qty-row .lux-product-label {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

.lux-qty-stepper {
  grid-column: 1;
  grid-row: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lux-qty-btn {
  width: 15px;
  height: 15px;
  display: inline-grid;
  place-content: center;
  padding: 0;
  color: var(--lux-ink);
  background: transparent;
  border: 0;
  line-height: 1;
}

.qty-input {
  width: 37px;
  height: 33px;
  padding: 0;
  border: 1px solid #a1a1a1;
  border-radius: 0;
  color: #8b8b8b;
  font-family: 'Futura PT', 'Century Gothic', Futura, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  -moz-appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.qty-submit {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
  width: 208px;
  min-width: 208px;
  height: 62px;
  min-height: 62px;
  margin-top: 3px;
  padding: 14px 16px;
  font-family: 'Futura PT', 'Century Gothic', Futura, Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.lux-wishlist-box {
  margin-top: 4px;
}

.lux-wishlist-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  color: var(--lux-burgundy);
  background: transparent;
  border: 0;
  font-family: 'Segoe Print', 'Segoe Script', cursive;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.lux-wishlist-button i {
  font-size: 15px;
}

.lux-stock-note {
  margin-top: 14px;
  color: var(--lux-muted);
  font-size: 13px;
}

.lux-merge-gallery-source {
  display: none !important;
}

.lux-complete-look-section {
  padding: 36px 0 58px;
  background: #fff;
}

.lux-complete-look-section h2 {
  margin: 0 0 28px;
  font-size: 28px;
  line-height: 21px;
  text-transform: uppercase;
}

.lux-complete-look-slider {
  --bs-gutter-x: 0;
  margin-inline: -14px;
}

.lux-complete-look-slider:not(.slick-initialized) {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 28px;
}

.lux-complete-look-slider .slick-slide {
  padding-inline: 14px;
}

.featured-link {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  background: #f7f2ea;
}

.featured-link img,
.featured-link .nopict {
  width: 100%;
  aspect-ratio: 315 / 274;
  object-fit: cover;
  object-position: center 75%;
}

.featured-content {
  gap: 10px 10px !important;
  padding-top: 12px;
  color: var(--lux-ink);
  font-weight: 400;
}

.featured-category,
.featured-price {
  color: #818181;
  font-family: 'Segoe Print', 'Segoe Script', cursive;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.featured-category {
  order: 1;
  width: auto !important;
}

.featured-price {
  order: 2;
  margin-left: auto;
}

.featured-name {
  order: 3;
  flex: 0 0 100%;
  max-width: none;
  width: 100%;
  color: #000;
  font-family: 'Futura PT', 'Century Gothic', Futura, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  white-space: normal;
}

.lux-complete-look-section .featured-content {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 10px;
  row-gap: 10px;
}

.lux-complete-look-section .featured-category {
  grid-column: 1;
  grid-row: 1;
  min-height: 32px;
}

.lux-complete-look-section .featured-price {
  grid-column: 2;
  grid-row: 1;
  margin-left: 0;
  white-space: nowrap;
}

.lux-complete-look-section .featured-name {
  grid-column: 1 / -1;
  grid-row: 2;
}

.js_upsales_slider.slick-dotted {
  margin-bottom: 12px;
}

.js_upsales_slider .slick-dots {
  bottom: -48px;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}

.js_upsales_slider .slick-dots li {
  width: 26px;
  height: 26px;
  margin: 0;
}

.js_upsales_slider .slick-dots li button {
  position: relative;
  width: 26px;
  height: 26px;
  padding: 0;
}

.js_upsales_slider .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  background: var(--lux-burgundy);
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  line-height: 1;
  opacity: 0.55;
}

.js_upsales_slider .slick-dots li.slick-active button::before {
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: var(--lux-burgundy);
  opacity: 1;
}

@media (min-width: 992px) {
  .lux-product-form > .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: grid;
    grid-template-columns: minmax(360px, 439px) minmax(0, 1fr);
    column-gap: 36px;
    justify-content: start;
  }

  .lux-product-form > .row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    flex: initial;
  }
}

@media (max-width: 991.98px) {
  .lux-product-detail-section {
    padding-top: 32px;
  }

  .lux-product-media {
    max-width: none;
  }

  .lux-product-info {
    max-width: none;
    padding-top: 0;
  }

  .lux-product-title {
    font-size: 24px;
    line-height: 1.15;
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .lux-product-detail-section {
    padding: 28px 0 46px;
  }

  .prod-main__big-slider .item img,
  .product-img {
    max-height: 500px;
  }

  .prod-main__nav-gallery .item {
    margin-inline: 6px;
  }

  .lux-product-title {
    max-width: 100%;
    font-size: 19px;
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .lux-product-form,
  .lux-product-form > .row,
  .lux-product-form > .row > [class*="col-"],
  .lux-product-media {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .lux-product-info {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0;
  }

  .long-desc,
  .lux-product-description {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .lux-product-description,
  .lux-product-description p {
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .prod-main__big-image,
  .prod-main__big-slider,
  .prod-main__big-slider .slick-list,
  .prod-main__nav-gallery,
  .prod-main__nav-gallery .slick-list {
    max-width: 100%;
    overflow: hidden;
  }

  .lux-qty-row {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .lux-qty-row .lux-product-label,
  .lux-qty-stepper,
  .qty-submit {
    grid-column: 1;
    grid-row: auto;
  }

  .qty-submit {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    font-size: 16px;
  }

  .lux-complete-look-slider {
    margin-inline: -10px;
  }

  .lux-complete-look-slider:not(.slick-initialized) {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }

  .lux-complete-look-slider .slick-slide {
    padding-inline: 10px;
  }
}
