:root {
  --mchc-ink: #201e1d;
  --mchc-line: #d7d3d3;
  --mchc-surface: #f4f3f2;
  --mchc-focus: #ec3013;
}

body.mchc-page {
  background: #fff;
  color: var(--mchc-ink);
}

body.mchc-page #left-column {
  display: none !important;
}

body.mchc-page #content-wrapper {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
}

body.mchc-page main > .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.mchc-shell {
  width: min(calc(100% - 80px), 1280px);
  max-width: 1280px;
  margin: 0 auto;
  color: var(--mchc-ink);
}

.mchc-source--consumed,
.mchc-native-hidden {
  display: none !important;
}

.mchc-hero {
  padding: 0;
}

.mchc-breadcrumb {
  min-height: 56px;
  display: flex !important;
  align-items: center;
  margin: 0 0 32px !important;
  padding: 0 !important;
  color: rgba(32, 30, 29, .58) !important;
  background: transparent !important;
  font: 500 11px/1.2 Archivo, Arial, sans-serif !important;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mchc-breadcrumb ol,
.mchc-breadcrumb ul {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.mchc-hero__title {
  margin: 0;
  color: var(--mchc-ink);
  font: 600 44px/1.02 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.01em;
}

.mchc-hero__intro {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(32, 30, 29, .85);
  font: 400 15px/1.8 Archivo, Arial, sans-serif;
}

.mchc-hero__jump,
.mchc-seo__back {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  border-bottom: 2px solid var(--mchc-ink);
  color: var(--mchc-ink) !important;
  font: 600 11px/1 Archivo, Arial, sans-serif;
  letter-spacing: .12em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.mchc-collections {
  margin-top: 32px;
  padding: 18px 0;
  border-top: 1px solid var(--mchc-line);
  border-bottom: 1px solid var(--mchc-line);
}

.mchc-collections__title {
  display: block;
  margin-bottom: 14px;
  font: 600 11px/1.2 Archivo, Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mchc-collections__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mchc-collection {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--mchc-line);
  border-radius: 0 !important;
  background: #fff;
  color: var(--mchc-ink) !important;
  font: 500 11px/1 Archivo, Arial, sans-serif;
  letter-spacing: .09em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.mchc-collection:hover,
.mchc-collection.is-active {
  border-color: var(--mchc-ink);
}

.mchc-collection.is-active {
  background: var(--mchc-ink);
  color: #fff !important;
}

.mchc-collection.is-disabled {
  opacity: .42;
  pointer-events: none;
}

.mchc-collection__dot {
  width: 8px;
  height: 8px;
  flex: none;
}

.mchc-collection__count {
  font-size: 10px;
  opacity: .5;
}

.mchc-catalog-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  padding-top: 32px;
}

.mchc-catalog-layout--no-facets {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.mchc-catalog-layout--no-facets .mchc-products {
  width: 100%;
}

.mchc-facets {
  position: sticky !important;
  top: 176px;
  align-self: start;
  width: 260px !important;
  max-width: 260px !important;
  max-height: calc(100vh - 196px);
  display: block !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  margin: 0 !important;
  padding: 0 10px 0 0 !important;
  background: #fff;
  scrollbar-color: rgba(32, 30, 29, .75) rgba(32, 30, 29, .08);
  scrollbar-width: thin;
}

.mchc-facets::-webkit-scrollbar {
  width: 6px;
}

.mchc-facets::-webkit-scrollbar-track {
  background: rgba(32, 30, 29, .08);
}

.mchc-facets::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(32, 30, 29, .75);
}

.mchc-facets__scroll-cue {
  position: sticky;
  top: 0;
  z-index: 3;
  min-height: 34px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--mchc-ink);
  background: #fff;
  color: var(--mchc-ink);
  font: 600 9px/1 Archivo, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mchc-facets.is-column-scrollable > .mchc-facets__scroll-cue {
  display: flex;
}

body.mchc-page .mchc-facets #search_filters {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.mchc-page .mchc-facets #search_filters > p,
body.mchc-page .mchc-facets .h6.text-uppercase {
  display: none !important;
  margin: 0 !important;
  color: var(--mchc-ink) !important;
  font: 600 11px/1 Archivo, Arial, sans-serif !important;
  letter-spacing: .14em;
}

body.mchc-page .mchc-facets .facet {
  margin: 0 !important;
  padding: 0 0 24px !important;
  border: 0 !important;
}

body.mchc-page .mchc-facets .facet + .facet {
  padding-top: 0 !important;
}

body.mchc-page .mchc-facets .facet-title {
  min-height: 34px;
  display: flex !important;
  align-items: center;
  margin: 0 !important;
  padding: 0 0 10px !important;
  border-bottom: 1px solid var(--mchc-ink);
  color: var(--mchc-ink) !important;
  font: 600 11px/1.2 Archivo, Arial, sans-serif !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.mchc-page .mchc-facets .facet ul {
  margin: 0 !important;
  padding: 0 !important;
}

body.mchc-page .mchc-facets .facet-dropdown {
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.mchc-page .mchc-facets .mchc-facet-options {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  display: block !important;
  float: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

body.mchc-page .mchc-facets .mchc-facet-option {
  min-height: 40px !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 0 !important;
  border-bottom: 1px solid var(--mchc-line);
  background: #fff !important;
  white-space: normal !important;
  text-decoration: none !important;
}

body.mchc-page .mchc-facets .mchc-facet-option.is-overflow-option {
  display: none !important;
}

body.mchc-page .mchc-facets .facet.is-expanded .mchc-facet-option.is-overflow-option {
  display: flex !important;
}

body.mchc-page .mchc-facets .facet.is-expanded .mchc-facet-options {
  max-height: 280px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: auto;
  padding-right: 8px !important;
  border-bottom: 1px solid var(--mchc-ink) !important;
  scrollbar-color: rgba(32, 30, 29, .75) rgba(32, 30, 29, .08);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

body.mchc-page .mchc-facets .facet.is-expanded .mchc-facet-options::-webkit-scrollbar {
  width: 6px;
}

body.mchc-page .mchc-facets .facet.is-expanded .mchc-facet-options::-webkit-scrollbar-track {
  background: rgba(32, 30, 29, .08);
}

body.mchc-page .mchc-facets .facet.is-expanded .mchc-facet-options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(32, 30, 29, .75);
}

.mchc-facet-scroll-hint {
  width: 100%;
  min-height: 28px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  color: rgba(32, 30, 29, .62);
  font: 600 9px/1.25 Archivo, Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mchc-facet-scroll-hint::after {
  flex: none;
  color: var(--mchc-ink);
  content: '↓';
  font: 600 14px/1 Archivo, Arial, sans-serif;
}

body.mchc-page .mchc-facets .facet.is-expanded .mchc-facet-scroll-hint {
  clear: both;
  display: flex;
}

.mchc-facet-option__box {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mchc-ink);
  background: #fff;
}

.mchc-facet-option.is-selected {
  font-weight: 600 !important;
}

.mchc-facet-option.is-selected .mchc-facet-option__box {
  background: var(--mchc-ink);
}

.mchc-facet-option.is-selected .mchc-facet-option__box::after {
  width: 9px;
  height: 5px;
  display: block;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: '';
  transform: translateY(-1px) rotate(-45deg);
}

.mchc-facet-more {
  min-height: 40px;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--mchc-ink);
  border-radius: 0;
  background: #fff;
  color: var(--mchc-ink);
  font: 600 10px/1 Archivo, Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.mchc-page .mchc-facets .facet li,
body.mchc-page .mchc-facets .facet label,
body.mchc-page .mchc-facets .facet a {
  min-height: 40px;
  color: var(--mchc-ink) !important;
  font: 400 13px/1.35 Archivo, Arial, sans-serif !important;
}

/* Native ps_facetedsearch markup: keep the control and its label on one row.
 * Without this reset, the theme gives the link a full width and pushes it
 * below the radio, creating 70px-high options and visually broken squares. */
body.mchc-page .mchc-facets .facet li {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mchc-page .mchc-facets .facet label.facet-label {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mchc-page .mchc-facets .facet label.facet-label > a {
  min-width: 0 !important;
  min-height: 40px !important;
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mchc-page .mchc-facets .title.hidden-md-up .collapse-icons {
  display: none !important;
}

body.mchc-page .mchc-facets .custom-checkbox input + span,
body.mchc-page .mchc-facets input[type="checkbox"] + span {
  border: 1px solid var(--mchc-ink) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.mchc-page .mchc-facets .custom-radio {
  position: relative !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  display: inline-flex !important;
  margin-right: 0 !important;
  vertical-align: middle !important;
}

body.mchc-page .mchc-facets .custom-radio input {
  position: absolute !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  opacity: 0 !important;
}

body.mchc-page .mchc-facets .custom-radio input + span {
  width: 18px !important;
  height: 18px !important;
  display: inline-flex !important;
  min-width: 18px !important;
  max-width: 18px !important;
  flex: 0 0 18px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--mchc-ink) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.mchc-page .mchc-facets .custom-radio input + span::before,
body.mchc-page .mchc-facets .custom-radio input + span::after {
  display: none !important;
  content: '' !important;
}

body.mchc-page .mchc-facets .custom-radio input:checked + span {
  background: var(--mchc-ink) !important;
}

body.mchc-page .mchc-facets .custom-radio input:checked + span::after {
  width: 9px !important;
  height: 5px !important;
  display: block !important;
  border: 0 !important;
  border-bottom: 2px solid #fff !important;
  border-left: 2px solid #fff !important;
  transform: translateY(-1px) rotate(-45deg) !important;
}

body.mchc-page .mchc-facets .custom-radio input:focus-visible + span {
  outline: 2px solid var(--mchc-ink) !important;
  outline-offset: 2px !important;
}

body.mchc-page .mchc-facets .ui-slider-horizontal {
  height: 2px !important;
  border: 0 !important;
  background: var(--mchc-line) !important;
}

body.mchc-page .mchc-facets .ui-slider-handle {
  width: 14px !important;
  height: 14px !important;
  margin-top: -6px !important;
  border: 1px solid var(--mchc-ink) !important;
  border-radius: 0 !important;
  background: #fff !important;
}

.mchc-products {
  min-width: 0;
}

.mchc-toolbar {
  position: sticky;
  top: 144px;
  z-index: 12;
  min-height: 69px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding: 16px 0;
  border-bottom: 1px solid var(--mchc-ink);
  background: #fff;
}

.mchc-toolbar__count {
  font: 600 11px/1.25 Archivo, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mchc-toolbar__active {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border: 1px solid var(--mchc-ink);
  color: var(--mchc-ink) !important;
  font: 500 11px/1.2 Archivo, Arial, sans-serif;
  text-decoration: none !important;
}

.mchc-toolbar__active-list {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 2px;
  scrollbar-width: none;
}

.mchc-toolbar__active-list::-webkit-scrollbar {
  display: none;
}

.mchc-toolbar__active {
  flex: 0 0 auto;
  white-space: nowrap;
}

.mchc-toolbar__active span {
  font-size: 16px;
  line-height: 1;
}

.mchc-toolbar__sort {
  position: relative;
  width: auto !important;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
}

.mchc-toolbar__sort::before {
  color: rgba(32, 30, 29, .58);
  content: attr(data-sort-label);
  font: 600 9px/1 Archivo, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mchc-sort-fallback {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mchc-sort-fallback__label {
  font: 500 10px/1 Archivo, Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mchc-toolbar__sort .select-title,
.mchc-toolbar__sort select,
.mchc-toolbar__sort button {
  min-width: 210px;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 42px 0 14px !important;
  border: 1px solid var(--mchc-ink) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--mchc-ink) !important;
  font: 600 10px/1.2 Archivo, Arial, sans-serif !important;
  letter-spacing: .07em;
  text-align: left;
  text-transform: uppercase;
}

.mchc-toolbar__sort .select-title i {
  position: absolute;
  top: 50%;
  right: 14px;
  margin: 0 !important;
  font-size: 0 !important;
  transform: translateY(-50%);
}

.mchc-toolbar__sort .select-title i::after {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--mchc-ink);
  border-bottom: 1px solid var(--mchc-ink);
  transform: rotate(45deg) translate(-1px, -1px);
}

.mchc-toolbar__sort .dropdown-menu {
  top: calc(100% + 6px) !important;
  right: 0 !important;
  left: auto !important;
  z-index: 40 !important;
  width: 270px !important;
  min-width: 270px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--mchc-ink) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(32, 30, 29, .1) !important;
  transform: none !important;
}

.mchc-toolbar__sort .dropdown-menu .select-list {
  min-height: 43px;
  display: flex !important;
  align-items: center;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--mchc-line) !important;
  background: #fff !important;
  color: var(--mchc-ink) !important;
  font: 500 12px/1.3 Archivo, Arial, sans-serif !important;
  text-decoration: none !important;
}

.mchc-toolbar__sort .dropdown-menu .select-list:last-child {
  border-bottom: 0 !important;
}

.mchc-toolbar__sort .dropdown-menu .select-list:hover,
.mchc-toolbar__sort .dropdown-menu .select-list:focus {
  background: #f5f4f2 !important;
}

.mchc-toolbar__sort .dropdown-menu .select-list.current {
  border-left: 3px solid var(--mchc-ink) !important;
  padding-left: 13px !important;
  font-weight: 700 !important;
}

.mchc-mobile-sort {
  display: none;
}

body.mchc-page #js-product-list .mchc-product-grid,
body.mchc-page #js-product-list .products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 32px !important;
  width: 100% !important;
  margin: 0 !important;
}

body.mchc-page #js-product-list .mchc-product-grid > *,
body.mchc-page #js-product-list .products > * {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mchc-page .mchc-product-card,
body.mchc-page .mchc-product-card article,
body.mchc-page .mchc-product-card section,
body.mchc-page .mchc-product-card .elementor-container,
body.mchc-page .mchc-product-card .elementor-row,
body.mchc-page .mchc-product-card .elementor-column,
body.mchc-page .mchc-product-card .elementor-column-wrap {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.mchc-page .mchc-product-card .elementor-column-wrap {
  padding: 0 !important;
}

body.mchc-page .mchc-product-card .elementor-widget-product-miniature-image {
  margin: 0 !important;
}

body.mchc-page .mchc-product-card {
  background: #fff !important;
  color: var(--mchc-ink);
  box-shadow: none !important;
  transform: none !important;
}

body.mchc-page .mchc-product-card .elementor-widget-product-miniature-image .elementor-widget-container,
body.mchc-page .mchc-product-card .ce-product-image,
body.mchc-page .mchc-product-card .product-thumbnail {
  aspect-ratio: 1 / 1;
  width: 100% !important;
  overflow: hidden;
  border: 0 !important;
  background: #fff !important;
}

body.mchc-page .mchc-product-card .ce-product-image a,
body.mchc-page .mchc-product-card .ce-product-image img,
body.mchc-page .mchc-product-card .product-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  padding: 12px !important;
  filter: none;
  transform: none !important;
}

body.mchc-page .mchc-product-card .is-image-missing img {
  visibility: hidden !important;
}

body.mchc-page .mchc-card--native .thumbnail-container {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.mchc-page .mchc-card--native .product-thumbnail {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  margin: 0 !important;
}

body.mchc-page .mchc-card--native .product-description {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  text-align: left !important;
}

body.mchc-page .mchc-card--native .mchc-card-brand {
  order: 1;
  margin: 14px 0 0;
  color: rgba(32, 30, 29, .5);
  font: 600 11px/1.2 Archivo, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.mchc-page .mchc-card--native .product-title {
  order: 2;
  width: 100%;
}

body.mchc-page .mchc-card--native .product-title a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--mchc-ink) !important;
  font: 600 18px/1.18 "Cormorant Garamond", Georgia, serif !important;
  text-align: left !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.mchc-page .mchc-card--native .mchc-card-reference {
  order: 3;
  margin: 4px 0 0;
  color: rgba(32, 30, 29, .6);
  font: 400 12px/1.4 Archivo, Arial, sans-serif;
}

body.mchc-page .mchc-card--native .product-price-and-shipping {
  order: 4;
  display: flex !important;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  margin: 8px 0 0 !important;
  color: var(--mchc-ink) !important;
  font: 700 15px/1.25 Archivo, Arial, sans-serif !important;
  text-align: left !important;
}

body.mchc-page .mchc-card--native .regular-price {
  order: 2;
  color: rgba(32, 30, 29, .55) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-decoration: line-through;
}

body.mchc-page .mchc-card--native .price {
  order: 1;
  color: var(--mchc-ink) !important;
  font: inherit !important;
}

body.mchc-page .mchc-card--native .discount-percentage {
  display: none !important;
}

body.mchc-page .mchc-card--native .product-flags {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 3;
  margin: 0 !important;
}

body.mchc-page .mchc-card--native .product-flag {
  margin: 0 !important;
  padding: 6px 9px !important;
  border-radius: 0 !important;
  background: var(--mchc-ink) !important;
  color: #fff !important;
  font: 600 9px/1 Archivo, Arial, sans-serif !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.mchc-page .mchc-native-variants {
  width: 100%;
  min-height: 0;
  margin: 8px 0 0;
}

body.mchc-page .mchc-native-variants:empty {
  display: none;
}

body.mchc-page .mchc-native-variants .pvl-card-variants {
  margin: 0 !important;
}

body.mchc-page .mchc-product-card [data-widget_type="product-miniature-variants.default"],
body.mchc-page .mchc-product-card [data-widget_type="shortcode.default"] {
  margin: 8px 0 0 !important;
  padding: 8px 0 0 !important;
  border-top: 1px solid var(--mchc-line);
}

body.mchc-page .mchc-product-card [data-widget_type="product-miniature-variants.default"]:empty {
  display: none !important;
}

body.mchc-page .mchc-product-card .mchc-card-variants-empty {
  display: none !important;
}

body.mchc-page .mchc-product-card .pvl-card-variants {
  margin: 8px 0 0 !important;
  padding-top: 8px !important;
  border-top: 1px solid var(--mchc-line) !important;
}

body.mchc-page .mchc-product-card .pvl-card-variant {
  width: 44px !important;
  height: 44px !important;
  border-radius: 0 !important;
}

body.mchc-page .mchc-product-card .mchc-card-eyebrow {
  margin: 14px 0 0 !important;
  color: rgba(32, 30, 29, .5) !important;
  font: 600 11px/1.2 Archivo, Arial, sans-serif !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

body.mchc-page .mchc-product-card .product-title {
  margin: 6px 0 0 !important;
}

body.mchc-page .mchc-product-card .product-title .elementor-heading-title,
body.mchc-page .mchc-product-card .ce-product-name {
  margin: 0 !important;
  color: var(--mchc-ink) !important;
  font: 600 21px/1.15 "Cormorant Garamond", Georgia, serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.mchc-page .mchc-product-card .product-title a {
  color: inherit !important;
  text-decoration: none !important;
}

body.mchc-page .mchc-product-card .product-title a:hover {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

body.mchc-page .mchc-product-card .mchc-card-detail {
  margin: 4px 0 0 !important;
  color: rgba(32, 30, 29, .6) !important;
  font: 400 12px/1.4 Archivo, Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.mchc-page .mchc-product-card [data-widget_type="product-miniature-price.default"] {
  margin: 8px 0 0 !important;
  color: var(--mchc-ink) !important;
  font: 700 15px/1.25 Archivo, Arial, sans-serif !important;
}

body.mchc-page .mchc-product-card .ce-product-prices {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  align-items: baseline;
}

body.mchc-page .mchc-product-card .ce-product-price-regular {
  color: rgba(32, 30, 29, .55) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-decoration: line-through;
}

body.mchc-page .mchc-product-card [data-widget_type="product-badges.default"] {
  top: 0 !important;
  left: 0 !important;
}

body.mchc-page .mchc-product-card .ce-product-badge {
  padding: 6px 8px !important;
  border-radius: 0 !important;
  background: var(--mchc-ink) !important;
  color: #fff !important;
  font: 600 9px/1 Archivo, Arial, sans-serif !important;
  letter-spacing: .08em;
}

body.mchc-page .pagination {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin: 56px 0 0 !important;
  padding: 24px 0 0 !important;
  border-top: 1px solid var(--mchc-line) !important;
  background: #fff !important;
  color: var(--mchc-ink) !important;
  box-shadow: none !important;
}

body.mchc-page .pagination > div {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mchc-page .pagination > div:first-child {
  color: rgba(32, 30, 29, .55) !important;
  font: 600 10px/1.3 Archivo, Arial, sans-serif !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.mchc-page .pagination .page-list {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.mchc-page .pagination .page-list li {
  display: flex !important;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}

body.mchc-page .pagination a,
body.mchc-page .pagination span {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--mchc-ink) !important;
  font: 600 11px/1 Archivo, Arial, sans-serif !important;
  letter-spacing: .08em;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: none !important;
}

body.mchc-page .pagination a:hover,
body.mchc-page .pagination a:focus-visible {
  border-color: var(--mchc-ink) !important;
  background: #fff !important;
  color: var(--mchc-ink) !important;
}

body.mchc-page .pagination .current a,
body.mchc-page .pagination .current span,
body.mchc-page .pagination a.disabled {
  border-color: var(--mchc-ink) !important;
  background: var(--mchc-ink) !important;
  color: #fff !important;
  opacity: 1 !important;
}

body.mchc-page .pagination .spacer {
  width: 28px;
  min-width: 28px;
  border-color: transparent !important;
  background: transparent !important;
  color: rgba(32, 30, 29, .55) !important;
}

body.mchc-page .pagination .previous,
body.mchc-page .pagination .next {
  width: auto;
  min-width: 42px;
  gap: 8px;
  padding: 0 14px !important;
  border-color: var(--mchc-line) !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.mchc-page .pagination .previous .material-icons,
body.mchc-page .pagination .next .material-icons {
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: 400 18px/1 'Material Icons' !important;
  letter-spacing: 0;
}

.mchc-seo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 80px;
  margin-top: 80px;
  padding: 40px 0 64px;
  border-top: 1px solid var(--mchc-ink);
}

.mchc-seo__eyebrow {
  margin: 0 0 14px;
  color: rgba(32, 30, 29, .5);
  font: 600 11px/1.2 Archivo, Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mchc-seo__content {
  max-width: 760px;
  color: rgba(32, 30, 29, .85);
  font: 400 15px/1.8 Archivo, Arial, sans-serif;
}

.mchc-seo__content h2,
.mchc-seo__content h3 {
  margin: 28px 0 12px;
  color: var(--mchc-ink);
  font: 600 26px/1.15 "Cormorant Garamond", Georgia, serif;
}

.mchc-seo__content p {
  margin: 0 0 14px;
}

.mchc-mobile-filter,
.mchc-facets__close,
.mchc-drawer-backdrop {
  display: none;
}

@media (min-width: 861px) {
  body.mchc-page .mchc-facets .title.hidden-md-up {
    display: none !important;
  }
}

.mchc-collection:focus-visible,
.mchc-hero__jump:focus-visible,
.mchc-seo__back:focus-visible,
body.mchc-page a:focus-visible,
body.mchc-page button:focus-visible,
body.mchc-page input:focus-visible,
body.mchc-page select:focus-visible {
  outline: 2px solid var(--mchc-focus) !important;
  outline-offset: 2px !important;
}

@media (max-width: 860px) {
  .mchc-shell {
    width: calc(100% - 40px);
  }

  .mchc-breadcrumb {
    min-height: 44px;
    margin-bottom: 24px !important;
  }

  .mchc-hero__title {
    font-size: 32px;
  }

  .mchc-hero__intro {
    font-size: 13px;
    line-height: 1.7;
  }

  .mchc-collections {
    margin-top: 24px;
    overflow: hidden;
  }

  .mchc-collections__list {
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .mchc-collections__list::-webkit-scrollbar {
    display: none;
  }

  .mchc-collection {
    min-height: 36px;
    flex: none;
    padding: 0 12px;
    font-size: 10px;
  }

  .mchc-catalog-layout {
    display: block;
    padding-top: 20px;
  }

  .mchc-toolbar {
    top: 56px;
    min-height: 56px;
    margin-bottom: 20px;
    padding: 10px 0;
  }

  .mchc-toolbar__sort {
    display: none !important;
  }

  .mchc-toolbar--no-facets .mchc-toolbar__sort {
    width: min(210px, 48vw) !important;
    display: block !important;
    margin-left: auto !important;
  }

  .mchc-toolbar--no-facets .mchc-toolbar__sort::before {
    display: none !important;
  }

  .mchc-toolbar--no-facets .mchc-toolbar__sort .select-title,
  .mchc-toolbar--no-facets .mchc-toolbar__sort select,
  .mchc-toolbar--no-facets .mchc-toolbar__sort button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 40px !important;
    padding: 0 36px 0 12px !important;
    font-size: 9px !important;
  }

  .mchc-toolbar__active {
    display: none !important;
  }

  .mchc-toolbar__active-list {
    display: none !important;
  }

  .mchc-mobile-filter.has-active-filters {
    border-width: 2px;
    font-weight: 700;
  }

  body.mchc-page .mchc-facets .facet > .facet-title.hidden-sm-down {
    display: none !important;
  }

  .mchc-mobile-filter {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    margin: 0 0 0 auto;
    padding: 0 14px;
    border: 1px solid var(--mchc-ink);
    border-radius: 0;
    background: #fff;
    color: var(--mchc-ink);
    font: 600 11px/1 Archivo, Arial, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .mchc-facets {
    display: none !important;
  }

  .mchc-facets.is-mobile-open {
    position: fixed !important;
    inset: 0 10% 0 0 !important;
    z-index: 10030 !important;
    width: auto !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 0 !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
    display: block !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-x: none;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
    padding: 18px 20px 28px !important;
    box-shadow: 14px 0 28px rgba(32, 30, 29, .18);
    scrollbar-color: rgba(32, 30, 29, .72) rgba(32, 30, 29, .08);
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .mchc-facets.is-mobile-open::-webkit-scrollbar {
    width: 5px;
  }

  .mchc-facets.is-mobile-open::-webkit-scrollbar-track {
    background: rgba(32, 30, 29, .08);
  }

  .mchc-facets.is-mobile-open::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: rgba(32, 30, 29, .72);
  }

  .mchc-facets__scroll-cue {
    display: none !important;
  }

  .mchc-mobile-sort {
    display: block;
    margin: 0 0 26px;
    border-top: 1px solid var(--mchc-ink);
    border-bottom: 1px solid var(--mchc-ink);
  }

  .mchc-mobile-sort__summary {
    min-height: 52px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 12px;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    list-style: none;
  }

  .mchc-mobile-sort__summary::-webkit-details-marker {
    display: none;
  }

  .mchc-mobile-sort__summary::after {
    width: 7px;
    height: 7px;
    border-right: 1px solid var(--mchc-ink);
    border-bottom: 1px solid var(--mchc-ink);
    content: '';
    transform: rotate(45deg) translate(-2px, -2px);
  }

  .mchc-mobile-sort[open] .mchc-mobile-sort__summary::after {
    transform: rotate(225deg) translate(-1px, -1px);
  }

  .mchc-mobile-sort__label {
    font: 600 10px/1 Archivo, Arial, sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .mchc-mobile-sort__current {
    overflow: hidden;
    color: rgba(32, 30, 29, .62);
    font: 500 11px/1.2 Archivo, Arial, sans-serif;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mchc-mobile-sort__options {
    border-top: 1px solid var(--mchc-line);
  }

  .mchc-mobile-sort__option {
    min-height: 44px;
    display: flex !important;
    align-items: center;
    padding: 0 10px !important;
    border-bottom: 1px solid var(--mchc-line);
    background: #fff !important;
    color: var(--mchc-ink) !important;
    font: 500 12px/1.3 Archivo, Arial, sans-serif !important;
    text-decoration: none !important;
  }

  .mchc-mobile-sort__option:last-child {
    border-bottom: 0;
  }

  .mchc-mobile-sort__option.current {
    padding-left: 8px !important;
    border-left: 2px solid var(--mchc-ink);
    font-weight: 700 !important;
  }

  .mchc-facets__close {
    position: sticky;
    top: 0;
    z-index: 5;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 22px auto;
    padding: 0;
    border: 0;
    border: 1px solid var(--mchc-ink);
    border-radius: 0;
    background: #fff;
    color: var(--mchc-ink);
    font: 0/1 Archivo, Arial, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .mchc-facets__close::after {
    content: '×';
    font: 400 28px/1 Arial, sans-serif;
  }

  body.mchc-page .mchc-facets.is-mobile-open #search_filter_controls {
    display: none !important;
  }

  body.mchc-page .mchc-facets.is-mobile-open #search_filters > p.h6 {
    position: absolute;
    top: 32px;
    left: 20px;
    display: block !important;
    margin: 0 !important;
    font-size: 13px !important;
  }

  body.mchc-page .mchc-facets .facet.is-expanded .mchc-facet-options {
    max-height: min(42vh, 360px);
  }

  .mchc-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10020;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(32, 30, 29, .32);
  }

  .mchc-drawer-backdrop.is-visible {
    display: block;
  }

  html.mchc-lock {
    overflow: hidden;
  }

  body.mchc-page #js-product-list .mchc-product-grid,
  body.mchc-page #js-product-list .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 16px !important;
  }

  body.mchc-page .mchc-product-card .pvl-card-variant {
    width: 36px !important;
    height: 36px !important;
  }

  body.mchc-page .mchc-product-card .product-title .elementor-heading-title,
  body.mchc-page .mchc-product-card .ce-product-name,
  body.mchc-page .mchc-card--native .product-title a {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  body.mchc-page .mchc-product-card .mchc-card-detail,
  body.mchc-page .mchc-card--native .mchc-card-reference {
    display: none !important;
  }

  body.mchc-page .mchc-card--native .mchc-card-brand {
    margin-top: 10px;
    font-size: 9px;
  }

  body.mchc-page .mchc-product-card .product-thumbnail img,
  body.mchc-page .mchc-product-card .ce-product-image img {
    padding: 6px !important;
  }

  body.mchc-page .mchc-card--native .product-price-and-shipping {
    margin-top: 6px !important;
    font-size: 13px !important;
  }

  body.mchc-page .pagination {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px !important;
    padding-top: 18px !important;
  }

  body.mchc-page .pagination > div:first-child {
    width: 100% !important;
    text-align: center;
  }

  body.mchc-page .pagination .page-list {
    justify-content: center;
  }

  body.mchc-page .pagination a,
  body.mchc-page .pagination span {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    font-size: 10px !important;
  }

  body.mchc-page .pagination .previous,
  body.mchc-page .pagination .next {
    width: 38px;
    min-width: 38px;
    padding: 0 !important;
    overflow: hidden;
    font-size: 0 !important;
  }

  body.mchc-page .pagination .previous .material-icons,
  body.mchc-page .pagination .next .material-icons {
    font-size: 18px !important;
  }

  body.mchc-page .mchc-product-card [data-widget_type="product-miniature-price.default"] {
    font-size: 13px !important;
  }

  .mchc-seo {
    display: block;
    margin: 60px -20px 0;
    padding: 24px 20px 40px;
    border-color: var(--mchc-line);
  }

  .mchc-seo__content {
    font-size: 13px;
    line-height: 1.75;
  }

  .mchc-seo__content h2,
  .mchc-seo__content h3 {
    font-size: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mchc-page *,
  body.mchc-page *::before,
  body.mchc-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* 0.2.23 — keep catalogue rows unobstructed below every header size. */
body.mchc-page .mchc-toolbar {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
}

/* 0.2.25 — use large displays without changing the laptop composition. */
@media (min-width: 1600px) {
  .mchc-shell {
    width: min(calc(100% - 96px), 1840px);
    max-width: 1840px;
  }

  .mchc-catalog-layout {
    grid-template-columns: 280px minmax(0, 1fr);
    column-gap: 36px;
  }

  body.mchc-page #js-product-list .mchc-product-grid,
  body.mchc-page #js-product-list .products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 30px !important;
  }
}

/* 0.2.27 — keep the native faceted-search spinner on its own compositor layer.
 * On wide displays the full-screen translucent overlay is expensive to repaint;
 * only the small spinner should be animated. */
body.mchc-page .faceted-overlay {
  contain: strict;
  isolation: isolate;
}

body.mchc-page .faceted-overlay .overlay__content {
  transform: translate3d(-50%, -50%, 0);
  contain: layout paint;
}

body.mchc-page .faceted-overlay .spinner {
  animation: mchc-faceted-spinner .8s linear infinite !important;
  will-change: transform;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
}

@keyframes mchc-faceted-spinner {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  to {
    transform: translate3d(0, 0, 0) rotate(360deg);
  }
}

/* 0.2.28 — the active filters are rebuilt in the MCH toolbar. Hide the native
 * duplicate that ps_facetedsearch leaves after the product list. */
body.mchc-page .mchc-native-active-filters {
  display: none !important;
}

/* 0.2.29 — mchcollections provides the curated category links. The native
 * PrestaShop thumbnail grid would duplicate those links below the catalogue. */
body.mchc-page .mchc-native-subcategories {
  display: none !important;
}
