/* Prestige layout and Femmas-inspired category navigation */
:root {
  --prestige-page-width: calc(100% - (var(--prestige-page-gutter) * 2));
  --prestige-page-max: 1680px;
  --prestige-page-gutter: clamp(18px, 3.5vw, 56px);
  --prestige-gold: #b88a2a;
  --prestige-gold-dark: #8f681d;
  --prestige-soft: #f6ead2;
  --prestige-ink: #17130d;
  --prestige-muted: #5f5a52;
  --prestige-line: #e8e0d3;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "Montserrat", Arial, sans-serif !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body strong,
body em,
body small,
body li,
body label,
body legend,
body table,
body th,
body td,
body blockquote,
body .btn,
body .form-control,
body .dropdown-item,
body .nav-link,
body .product-title,
body .product-price,
body .breadcrumb,
body .page-content,
body .modal,
body .cart-summary,
body .footer-container,
body .header-nav,
body .top-menu {
  font-family: "Montserrat", Arial, sans-serif !important;
}

body #contact-link a,
body #_desktop_contact_link a,
body #_desktop_top_menu .top-menu a[data-depth="0"],
body #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body #_desktop_top_menu .top-menu a[data-depth="0"] {
  font-size: .92rem !important;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

body #_desktop_top_menu .top-menu .dropdown-submenu {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

body .material-icons,
body .material-icons-outlined,
body .material-icons-round,
body .material-icons-sharp,
body .material-icons-two-tone {
  font-family: "Material Icons" !important;
}

body {
  color: var(--prestige-muted);
  background: #fff;
}

#wrapper > .container,
#wrapper > .container-fluid,
#header .container,
#header .container-fluid,
#footer .container,
#footer .container-fluid,
body#index #wrapper .home-wide-container,
body#index #header .container,
body#index #footer .container,
body#index .notifications-container {
  width: var(--prestige-page-width) !important;
  max-width: var(--prestige-page-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body#index #wrapper .home-wide-container > .row,
body#index #content-wrapper,
body#index #main,
body#index #content {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
}

body#index .breadcrumb,
body#index .prestige-home,
body#index .featured-products,
body#index .product-accessories,
body#index .new-products {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body#index .carousel {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.prestige-category-navigation {
  max-width: none;
  margin: 0 0 1.5rem;
  color: var(--prestige-ink);
}

.prestige-category-navigation .title {
  margin: 0 0 10px;
  border-bottom: 1px solid var(--prestige-line);
  background: var(--prestige-soft);
  padding: 12px 14px;
  color: var(--prestige-ink);
  cursor: default;
}

.prestige-category-navigation .title strong {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.prestige-category-navigation .listbox {
  display: block !important;
  padding: 8px 5px 12px;
  border-bottom: 1px solid var(--prestige-line);
}

.prestige-category-navigation ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.prestige-category-navigation .list > li {
  padding: 5px 0 5px 15px;
}

.prestige-category-navigation .list a {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  color: #444;
  font-size: .95rem;
  line-height: 1.4;
  text-decoration: none;
}

.prestige-category-navigation .list a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -15px;
  width: 5px;
  height: 5px;
  background: var(--prestige-line);
}

.prestige-category-navigation .active > a,
.prestige-category-navigation .list a:hover,
.prestige-category-navigation .list a:focus {
  color: var(--prestige-gold-dark);
}

.prestige-category-navigation .sublist {
  display: block;
  margin: 12px 0 5px;
}

.prestige-category-navigation .sublist li {
  padding: 2px 0 2px 15px;
}

.prestige-category-navigation .sublist a {
  font-size: .85rem;
  text-transform: uppercase;
}

.prestige-category-navigation + #search_filters_wrapper,
.prestige-category-navigation + #search_filters {
  margin-top: 1rem;
}

body#category #left-column .prestige-category-navigation ~ .block-categories {
  display: none;
}

.block-category.card,
#products .card,
.featured-products,
.new-products,
.product-miniature .thumbnail-container {
  border-radius: 0;
}

@media (max-width: 991px) {
  #wrapper > .container,
  #wrapper > .container-fluid,
  #header .container,
  #header .container-fluid,
  #footer .container,
  #footer .container-fluid,
  body#index #wrapper .home-wide-container,
  body#index #header .container,
  body#index #footer .container,
  body#index .notifications-container {
    width: 94% !important;
  }

  .prestige-category-navigation {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575px) {
  #wrapper > .container,
  #wrapper > .container-fluid,
  #header .container,
  #header .container-fluid,
  #footer .container,
  #footer .container-fluid,
  body#index #wrapper .home-wide-container,
  body#index #header .container,
  body#index #footer .container,
  body#index .notifications-container {
    width: 100% !important;
  }
}


/* Prestige full-width layout start */
/* Use a wide page shell with measured side gutters on shared layouts. */
#wrapper > .container,
#wrapper > .container-fluid,
#wrapper .notifications-container,
#header .container,
#header .container-fluid,
#footer .container,
#footer .container-fluid,
body#index #wrapper .home-wide-container,
body#index #header .container,
body#index #footer .container,
body#index .notifications-container {
  width: var(--prestige-page-width) !important;
  max-width: var(--prestige-page-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#wrapper > .container > .row,
#wrapper > .container-fluid > .row,
body#index #wrapper .home-wide-container > .row {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#wrapper > .container > .row > [class*="col-"],
#wrapper > .container-fluid > .row > [class*="col-"],
body#index #wrapper .home-wide-container > .row > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html,
body,
main,
#wrapper {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body#index #content-wrapper,
body#index #main,
body#index #content,
body#index .page-home {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body#index #carousel,
body#index #custom-text,
body#index .featured-products,
body#index .new-products,
body#index .banner {
  width: var(--prestige-page-width) !important;
  max-width: var(--prestige-page-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body#index #carousel {
  left: auto !important;
  margin-top: 24px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

body#index #carousel .carousel-inner {
  overflow: hidden !important;
}

body#index #carousel .carousel-item figure,
body#index #carousel .carousel-item a {
  display: block !important;
  margin: 0 !important;
}

body#index #carousel img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: clamp(280px, 28vw, 420px) !important;
  object-fit: cover !important;
}

body#index .prestige-home {
  display: grid !important;
  gap: clamp(32px, 4vw, 64px) !important;
  width: 100% !important;
  max-width: none !important;
  margin: clamp(36px, 5vw, 72px) 0 !important;
  padding: 0 !important;
}

body#index .prestige-category-strip {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.8vw, 26px) !important;
  margin: 0 !important;
}

body#index .prestige-category-card {
  display: grid !important;
  grid-template-rows: auto minmax(48px, auto) !important;
  overflow: hidden !important;
  text-decoration: none !important;
  background: #f6ead2 !important;
}

body#index .prestige-category-card img {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  object-fit: cover !important;
}

body#index .prestige-category-card span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 10px 8px !important;
  color: var(--prestige-ink) !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body#index .prestige-editorial-row {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 0.78fr) !important;
  align-items: center !important;
  gap: clamp(28px, 4vw, 72px) !important;
  margin: 0 !important;
}

body#index .prestige-editorial-row.reverse {
  grid-template-columns: minmax(320px, 0.78fr) minmax(280px, 0.92fr) !important;
}

body#index .prestige-editorial-row.reverse .prestige-editorial-image {
  order: 2 !important;
}

body#index .prestige-editorial-image img {
  width: 100% !important;
  max-height: 520px !important;
  aspect-ratio: 16 / 11 !important;
  object-fit: cover !important;
}

body#index .prestige-editorial-copy {
  max-width: 620px !important;
}

body#index .prestige-editorial-copy h2 {
  margin: 10px 0 18px !important;
  color: var(--prestige-ink) !important;
  font-size: clamp(28px, 3vw, 44px) !important;
  line-height: 1.12 !important;
  text-transform: uppercase !important;
}

body#index .prestige-editorial-copy p {
  font-size: 17px !important;
  line-height: 1.75 !important;
}

body#index .prestige-kicker {
  color: var(--prestige-gold-dark) !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body#index .featured-products {
  margin-top: clamp(36px, 4vw, 64px) !important;
  margin-bottom: clamp(36px, 4vw, 64px) !important;
}

body#index .featured-products .products {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

body#index .featured-products .product {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

body#index .product-miniature .thumbnail-container {
  width: 100% !important;
  max-width: 280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body#index .product-miniature .product-thumbnail img {
  width: 100% !important;
  height: auto !important;
  max-height: 230px !important;
  object-fit: contain !important;
}

body#index .banner {
  display: block !important;
  margin-top: clamp(24px, 3vw, 48px) !important;
  margin-bottom: clamp(32px, 4vw, 64px) !important;
  overflow: hidden !important;
}

body#index .banner img {
  width: 100% !important;
  max-height: 260px !important;
  object-fit: cover !important;
}

@media (max-width: 991px) {
  :root {
    --prestige-page-gutter: clamp(14px, 4vw, 28px);
  }

  body#index .prestige-category-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body#index #carousel.carousel {
    left: auto !important;
    width: var(--prestige-page-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body#index #carousel .carousel-item .caption {
    position: absolute !important;
    left: 24px !important;
    right: 24px !important;
    bottom: 22px !important;
    margin: 0 !important;
    text-align: left !important;
  }

  body#index #carousel .carousel-item .caption .display-1 {
    color: #fff !important;
    font-size: 2rem !important;
    line-height: 1.05 !important;
  }

  body#index #carousel .carousel-item .caption .caption-description h3,
  body#index #carousel .carousel-item .caption .caption-description p {
    color: #fff !important;
  }

  body#index .prestige-editorial-row,
  body#index .prestige-editorial-row.reverse {
    grid-template-columns: 1fr !important;
  }

  body#index .prestige-editorial-row.reverse .prestige-editorial-image {
    order: 0 !important;
  }
}

@media (max-width: 575px) {
  :root {
    --prestige-page-gutter: 12px;
  }

  body#index #carousel img {
    height: 250px !important;
  }

  body#index #carousel .carousel-item .caption {
    left: 16px !important;
    right: 16px !important;
    bottom: 18px !important;
  }

  body#index #carousel .carousel-item .caption .display-1 {
    font-size: 1.45rem !important;
  }

  body#index .prestige-category-strip {
    grid-template-columns: 1fr !important;
  }
}
/* Prestige full-width layout end */

/* Prestige review button colors start */
.product-comments-wrapper .post-product-comment,
.product-comments-additional-info .post-product-comment,
#empty-product-comment .post-product-comment,
#product-comments-list-btn-group .post-product-comment,
#product-comments-list-footer .post-product-comment,
.product-comment-modal .btn-primary,
.product-comment-modal .btn-comment,
.product-comment-modal .confirm-button {
  border-color: var(--prestige-gold) !important;
  background: var(--prestige-gold) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.product-comments-wrapper .post-product-comment:hover,
.product-comments-wrapper .post-product-comment:focus,
.product-comments-additional-info .post-product-comment:hover,
.product-comments-additional-info .post-product-comment:focus,
#empty-product-comment .post-product-comment:hover,
#empty-product-comment .post-product-comment:focus,
#product-comments-list-btn-group .post-product-comment:hover,
#product-comments-list-btn-group .post-product-comment:focus,
#product-comments-list-footer .post-product-comment:hover,
#product-comments-list-footer .post-product-comment:focus,
.product-comment-modal .btn-primary:hover,
.product-comment-modal .btn-primary:focus,
.product-comment-modal .btn-comment:hover,
.product-comment-modal .btn-comment:focus,
.product-comment-modal .confirm-button:hover,
.product-comment-modal .confirm-button:focus {
  border-color: var(--prestige-gold-dark) !important;
  background: var(--prestige-gold-dark) !important;
  color: #fff !important;
}

.product-comments-wrapper .post-product-comment:focus,
.product-comments-additional-info .post-product-comment:focus,
#empty-product-comment .post-product-comment:focus,
#product-comments-list-btn-group .post-product-comment:focus,
#product-comments-list-footer .post-product-comment:focus,
.product-comment-modal .btn-primary:focus,
.product-comment-modal .btn-comment:focus,
.product-comment-modal .confirm-button:focus {
  box-shadow: 0 0 0 .2rem rgba(184, 138, 42, .25) !important;
}
/* Prestige review button colors end */
