@import url('./blocks/products-list.css?v=20260528e');
@import url('./blocks/custom_select.css');

.lux-products-breadcrumb {
  background: linear-gradient(90deg, #f2efe7 0%, #fafaf7 50%, #f2efe7 100%);
}

.lux-collections-all-section {
  background: linear-gradient(90deg, #f2efe7 0%, #fafaf7 50%, #f2efe7 100%);
}

.lux-collections-all-section h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: normal;
}

.lux-collections-all-section .lux-collections-rail.owl-loaded {
  padding-right: 0;
  padding-left: 0;
}

.lux-collections-all-section .owl-nav {
  display: none !important;
}

.lux-product-types-section {
  padding: 52px 0 56px;
  overflow: hidden;
  background: linear-gradient(90deg, #f2efe7 0%, #fafaf7 50%, #f2efe7 100%);
}

.lux-product-types-section h1 {
  margin: 0 0 36px;
  color: #800020;
  font-size: 50px;
  font-weight: bold;
  line-height: normal;
}

.lux-product-types-grid {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 34px;
  margin-top: 0;
}

.lux-product-types-section .product-type {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.lux-product-types-section .product-type-link {
  order: 1;
  display: block;
  overflow: hidden;
  background: #fff;
}

.lux-product-types-section .product-type-link img,
.lux-product-types-section .product-type-link .nopict {
  width: 100%;
  aspect-ratio: 428 / 380;
  object-fit: cover;
}

.lux-product-types-section .product-type .caption {
  order: 2;
  display: block;
  margin: 24px 0 0 !important;
  color: #000;
  font-family: 'Futura PT', 'Century Gothic', Futura, Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.lux-collection-hero {
  overflow: hidden;
  background: linear-gradient(90deg, #f2efe7 0%, #fafaf7 50%, #f2efe7 100%);
}

.lux-collection-hero-inner {
  min-height: 362px;
  padding: 28px 0 44px;
}

.lux-collection-hero-copy {
  width: auto;
  max-width: 994px;
  color: var(--lux-burgundy);
}

.lux-collection-hero h1 {
  margin: 0 0 8px;
}

.lux-collection-hero .lux-script {
  color: #800020;
  font-family: 'Segoe Print', 'Segoe Script', cursive;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
}

.lux-collection-description {
  --lux-collection-description-line-height: 32px;
  max-width: 994px;
  color: #800020;
  font-family: 'Segoe Print', 'Segoe Script', cursive;
  font-size: 22px;
  font-weight: 400;
  line-height: var(--lux-collection-description-line-height);
}

.lux-collection-description.is-collapsed {
  max-height: calc(var(--lux-collection-description-line-height) * 9);
  overflow: hidden;
}

.lux-collection-description-toggle {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 0;
  color: #800020;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: 'Futura PT', Futura, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lux-collection-description-toggle:hover,
.lux-collection-description-toggle:focus {
  color: #800020;
  outline: 0;
}

.lux-collection-description h2 {
  margin: 0 0 14px;
  color: #800020;
  font-family: 'Segoe Print', 'Segoe Script', cursive;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

.lux-collection-description p {
  margin: 0 0 14px;
  color: #800020;
  font-family: 'Segoe Print', 'Segoe Script', cursive;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

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

.lux-collection-description strong,
.lux-collection-description b {
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

.lux-collection-hero-media {
  width: min(360px, 30vw);
  overflow: hidden;
}

.lux-collection-hero-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}

.lux-product-filters {
  padding: 34px 0 24px;
  background: #fff;
}

.lux-filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 18px 20px;
}

.lux-filter-control {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 245px;
}

.lux-filter-control .caption {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-height: 29px;
  margin: 0 !important;
  color: var(--lux-burgundy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.lux-filter-control .custom-select,
.lux-filter-control .lux-sort-select {
  flex: 0 0 150px;
}

.lux-filter-control .custom-select__selected,
.lux-sort-select {
  min-height: 29px;
  padding: 5px 28px 5px 12px !important;
  color: #8b8b8b;
  background-color: #fff;
  border: 1px solid #a1a1a1;
  border-radius: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.lux-filter-control .custom-select__selected svg {
  width: 14px;
  height: 14px;
}

.lux-filter-control .custom-select__options {
  border-color: #a1a1a1;
  z-index: 9;
}

.lux-filter-control .custom-select__option {
  color: var(--lux-ink);
  font-size: 12px;
  text-transform: uppercase;
}

.lux-filter-control .custom-select__selected:hover,
.lux-filter-control .custom-select__selected:focus,
.lux-filter-control .custom-select__option:hover,
.lux-filter-control .custom-select__option:focus {
  color: #fff;
  background: var(--lux-burgundy);
}

.lux-sort-select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #8b8b8b 50%), linear-gradient(135deg, #8b8b8b 50%, transparent 50%);
  background-position: calc(100% - 14px) 11px, calc(100% - 9px) 11px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

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

.lux-filter-reset {
  align-self: center;
  min-height: 29px;
  padding: 5px 18px;
  color: #fff;
  background: var(--lux-burgundy);
  border: 1px solid var(--lux-burgundy);
  border-radius: 0;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.lux-filter-reset:hover,
.lux-filter-reset:focus {
  color: #fff;
  background: var(--lux-burgundy-dark);
  border-color: var(--lux-burgundy-dark);
  outline: 0;
}

.lux-products-grid-section {
  padding: 0 0 78px;
  background: #fff;
}

.lux-products-list {
  margin: 0;
}

.lux-products-list > li {
  margin-bottom: 36px !important;
}

.prod-item__link {
  max-height: none;
  aspect-ratio: 310 / 274;
  overflow: hidden;
  background: #f7f2ea;
}

.prod-item__link img {
  object-fit: cover;
}

.prod-item__content {
  gap: 4px 10px !important;
  padding-top: 12px !important;
  padding-bottom: 0 !important;
  color: var(--lux-ink);
}

.prod-item__category,
.prod-item__price {
  color: #818181;
  font-family: 'Segoe Print', 'Segoe Script', cursive;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.prod-item__price {
  margin-left: auto;
}

.prod-item__name {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}

.lux-related-collections-section {
  padding-top: 16px;
  background: #fff;
}

.lux-related-collections-section h2 {
  font-size: 28px;
}

.lux-story-section {
  padding: 0;
  background: #fff;
}

.lux-story-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.lux-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  padding: 56px 56px 48px;
}

.lux-story-kicker {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.lux-story-copy h2 {
  margin: 0 0 28px;
  font-size: 34px;
  line-height: 1.25;
}

.lux-story-copy p {
  max-width: 720px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.45;
}

.lux-story-copy .btn {
  align-self: flex-start;
  min-width: 214px;
  margin-top: 18px;
  padding: 18px 28px;
  font-size: 16px;
}

@media (max-width: 1199.98px) {
  .lux-product-types-section h1 {
    font-size: 40px;
  }

  .lux-collection-hero-copy {
    max-width: 680px;
  }

  .lux-collection-hero .lux-script {
    font-size: 40px;
  }

  .lux-collection-description,
  .lux-collection-description p {
    font-size: 18px;
    line-height: 28px;
  }

  .lux-collection-description {
    --lux-collection-description-line-height: 28px;
  }

  .lux-collection-description h2,
  .lux-collection-description strong,
  .lux-collection-description b {
    font-size: 22px;
    line-height: 28px;
  }

  .lux-story-copy h2 {
    font-size: 30px;
  }

  .lux-story-copy {
    padding: 56px 46px;
  }
}

@media (min-width: 992px) {
  .lux-filter-row.flex-lg-nowrap {
    flex-wrap: nowrap;
  }
}

@media (max-width: 991.98px) {
  .lux-collection-hero-inner {
    min-height: 0;
    display: block;
    padding: 34px 0 0;
  }

  .lux-collection-hero-copy {
    width: 100%;
  }

  .lux-collection-hero-media {
    width: 100%;
    margin-top: 24px;
  }

  .lux-filter-control {
    min-width: min(100%, 330px);
  }

  .lux-story-image {
    min-height: 360px;
  }

  .lux-story-copy {
    min-height: 0;
    padding: 40px 28px 46px;
  }
}

@media (max-width: 575.98px) {
  .lux-product-types-section {
    padding: 34px 0 42px;
  }

  .lux-product-types-section h1 {
    font-size: 30px;
  }

  .lux-product-types-section .product-type .caption {
    font-size: 18px;
    line-height: 1.2;
  }

  .lux-collection-hero .lux-script {
    font-size: 30px;
  }

  .lux-collection-description,
  .lux-collection-description p {
    font-size: 15px;
    line-height: 1.45;
  }

  .lux-collection-description {
    --lux-collection-description-line-height: 21.75px;
  }

  .lux-collection-description h2,
  .lux-collection-description strong,
  .lux-collection-description b {
    font-size: 18px;
    line-height: 1.45;
  }

  .lux-filter-row {
    gap: 14px;
  }

  .lux-filter-control {
    width: 100%;
    justify-content: space-between;
  }

  .lux-filter-control .custom-select,
  .lux-filter-control .lux-sort-select {
    flex-basis: 160px;
  }

  .lux-products-grid-section {
    padding-bottom: 48px;
  }
}
