/* Maison Gabrielle catalog polish for Warehouse product/category pages */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/cormorantgaramond/v21/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd58jDOjw.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/cormorantgaramond/v21/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_v86GnM.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf") format("truetype");
}

@font-face {
  font-family: "Italiana";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/italiana/v21/QldNNTtLsx4E__B0XTmR.ttf") format("truetype");
}

:root {
  --mg-cat-bg: #f7f1e8;
  --mg-cat-paper: #fbf6ee;
  --mg-cat-ink: #1a1a17;
  --mg-cat-soft: #3a342c;
  --mg-cat-muted: #7c6f60;
  --mg-cat-line: rgba(26, 26, 23, .14);
  --mg-cat-hairline: rgba(26, 26, 23, .08);
  --mg-cat-gold: #8a6a3d;
  --mg-cat-serif: "Cormorant Garamond", "Times New Roman", serif;
  --mg-cat-display: "Italiana", "Cormorant Garamond", serif;
  --mg-cat-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mg-cat-pad: clamp(20px, 4vw, 64px);
  --mg-bg: #f7f1e8;
  --mg-ink: #1a1a17;
  --mg-gold: #b08d57;
  --mg-serif: "Cormorant Garamond", "Times New Roman", serif;
  --mg-display: "Italiana", "Cormorant Garamond", serif;
  --mg-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mg-pad: clamp(20px, 4vw, 64px);
  --mg-container: 1440px;
  --mg-ease: cubic-bezier(.7, 0, .2, 1);
}

body.page-category,
body.page-product,
body.page-category #wrapper,
body.page-product #wrapper {
  color: var(--mg-cat-ink);
  background: var(--mg-cat-bg);
  font-family: var(--mg-cat-sans);
}

body.page-category .breadcrumb,
body.page-product .breadcrumb {
  border: 0;
  background: transparent;
  color: var(--mg-cat-muted);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.page-category .breadcrumb {
  display: none !important;
}

body.page-category #wrapper,
body.page-product #wrapper {
  padding-top: clamp(28px, 4vw, 64px);
}

body.page-category #content-wrapper,
body.page-product #content-wrapper {
  max-width: min(100%, 1760px);
  margin: 0 auto;
  padding-right: var(--mg-cat-pad);
  padding-left: var(--mg-cat-pad);
}

body.page-category #left-column,
body.page-category #right-column {
  display: none !important;
}

body.page-category #content-wrapper {
  flex: 0 0 100%;
  max-width: min(100%, 1760px);
  width: 100%;
}

.mg-catalog-eyebrow,
.mg-product-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  color: var(--mg-cat-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .26em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mg-catalog-eyebrow span {
  width: 44px;
  height: 1px;
  background: currentColor;
}

.mg-category-hero {
  position: relative;
  min-height: clamp(520px, 72vh, 820px);
  margin: 0;
  overflow: hidden;
  color: #fffaf0;
  background: var(--mg-cat-ink);
}

.mg-category-hero__media,
.mg-category-hero__media img,
.mg-category-hero__shade {
  position: absolute;
  inset: 0;
}

.mg-category-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(.96) contrast(.95);
}

.mg-category-hero__shade {
  background: linear-gradient(90deg, rgba(18, 16, 13, .66), rgba(18, 16, 13, .25) 45%, rgba(18, 16, 13, .1));
}

.mg-category-hero__content {
  position: relative;
  z-index: 1;
  width: min(780px, calc(100% - 40px));
  padding: clamp(150px, 20vh, 230px) var(--mg-cat-pad) clamp(70px, 10vh, 120px);
}

.mg-category-hero h1 {
  margin: 0;
  font-family: var(--mg-cat-serif);
  font-size: clamp(58px, 8.2vw, 132px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: 0;
}

.mg-category-hero p:last-child {
  width: min(520px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 250, 240, .86);
  font-family: var(--mg-cat-serif);
  font-size: clamp(23px, 2.4vw, 38px);
  font-style: italic;
  line-height: 1.35;
}

.mg-original-category-image {
  display: none !important;
}

body.page-category #js-product-list-header .page-title {
  margin: 0;
  padding-top: clamp(42px, 6vw, 92px);
  color: var(--mg-cat-ink);
  font-family: var(--mg-cat-serif);
  font-size: clamp(48px, 6.5vw, 92px);
  font-weight: 400;
  letter-spacing: 0;
}

body.page-category #js-product-list-header .page-title::before {
  content: "Catalogue complet";
  display: block;
  margin-bottom: 12px;
  color: var(--mg-cat-muted);
  font-family: var(--mg-cat-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
}

body.page-category #js-product-list-top {
  margin: 24px 0 48px;
  padding: 18px 0;
  border-top: 1px solid var(--mg-cat-line);
  border-bottom: 1px solid var(--mg-cat-line);
}

body.page-category #js-product-list-top .showing,
body.page-category .sort-by-row,
body.page-category #js-product-list-top label {
  color: var(--mg-cat-muted);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

body.page-category #js-product-list .products {
  row-gap: clamp(38px, 5vw, 72px);
}

body.page-category .js-product-miniature-wrapper {
  margin-bottom: 0;
}

body.page-category .product-miniature {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.page-category .product-miniature .thumbnail-container,
body.page-category .product-miniature .thumbnail-top,
body.page-category .product-miniature .product-thumbnail {
  overflow: hidden;
  background: var(--mg-cat-paper);
}

body.page-category .product-miniature img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.22, 1, .36, 1);
}

body.page-category .product-miniature:hover img {
  transform: scale(1.035);
}

body.page-category .product-miniature .product-title,
body.page-category .product-miniature .product-title a,
body.page-category .product-miniature h2,
body.page-category .product-miniature h3 {
  color: var(--mg-cat-ink);
  font-family: var(--mg-cat-serif);
  font-size: clamp(25px, 2.4vw, 38px);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

body.page-category .product-miniature .product-description,
body.page-category .product-miniature .product-description-short,
body.page-category .product-miniature .product-category-name {
  color: var(--mg-cat-muted);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

body.page-category .product-miniature .product-price-and-shipping,
body.page-product .product-miniature .product-price-and-shipping,
body.page-category .product-miniature .quick-view,
body.page-product .product-miniature .quick-view,
body.page-category .product-miniature .product-flags,
body.page-product .product-miniature .product-flags,
body.page-category .product-miniature .functional-buttons,
body.page-product .product-miniature .functional-buttons,
body.page-category .product-miniature .product-functional-buttons,
body.page-product .product-miniature .product-functional-buttons,
body.page-category .product-miniature .thumbnail-buttons,
body.page-product .product-miniature .thumbnail-buttons,
body.page-category .product-miniature .btn-iqitwishlist-add,
body.page-product .product-miniature .btn-iqitwishlist-add,
body.page-category .product-miniature .btn-iqitcompare-add,
body.page-product .product-miniature .btn-iqitcompare-add,
body.page-category .product-miniature .wishlist-button-add,
body.page-product .product-miniature .wishlist-button-add {
  display: none !important;
}

body.page-product #main-product-wrapper {
  max-width: min(100%, 1760px);
  margin: 0 auto;
}

body.page-product .product-info-row {
  align-items: flex-start;
  gap: clamp(28px, 4vw, 70px);
}

body.page-product .col-product-image,
body.page-product .col-product-info {
  float: none;
}

body.page-product .col-product-image {
  position: sticky;
  top: 112px;
}

body.page-product .product-cover,
body.page-product .product-cover img,
body.page-product .images-container,
body.page-product .product-cover-swiper {
  background: var(--mg-cat-paper);
}

body.page-product .product-cover img,
body.page-product .js-qv-product-cover {
  width: 100%;
  max-height: min(76vh, 920px);
  object-fit: cover;
}

.mg-product-caption {
  display: block;
  margin-top: 14px;
  color: var(--mg-cat-muted);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

body.page-product #col-product-info {
  padding: clamp(24px, 4vw, 68px) clamp(18px, 2vw, 36px);
  background: transparent;
}

body.page-product .product_header_container .page-title {
  margin: 0 0 22px;
  color: var(--mg-cat-ink);
  font-family: var(--mg-cat-serif);
  font-size: clamp(56px, 7vw, 116px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: 0;
}

body.page-product .product-description {
  margin: 0 0 28px;
  color: var(--mg-cat-soft);
  font-family: var(--mg-cat-serif);
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.45;
}

.mg-product-summary {
  display: grid;
  gap: 18px;
  margin: 0 0 30px;
}

.mg-product-number {
  margin: 0;
  color: var(--mg-cat-muted);
  font-family: var(--mg-cat-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.mg-product-price {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin: 0;
  color: var(--mg-cat-ink);
  font-family: var(--mg-cat-serif);
  font-size: clamp(38px, 4.6vw, 68px);
  font-weight: 400;
  line-height: .95;
}

.mg-product-price span {
  margin-bottom: 7px;
  color: var(--mg-cat-muted);
  font-family: var(--mg-cat-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.mg-product-intro,
.mg-product-story__lead {
  margin: 0;
  color: var(--mg-cat-soft);
  font-family: var(--mg-cat-serif);
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.45;
}

.mg-product-sizes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.mg-product-sizes span {
  flex: 0 0 100%;
  color: var(--mg-cat-muted);
  font-family: var(--mg-cat-sans);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.mg-product-sizes em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 42px;
  color: var(--mg-cat-ink);
  border: 1px solid var(--mg-cat-line);
  font-family: var(--mg-cat-sans);
  font-size: 13px;
  font-style: normal;
  background: rgba(251, 246, 238, .55);
}

body.page-product .product-prices,
body.page-product .product-price,
body.page-product .product-reference,
body.page-product .product-quantities,
body.page-product .tax-shipping-delivery-label {
  color: var(--mg-cat-muted);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

body.page-product .product-prices {
  margin: 0 0 18px;
}

body.page-product .current-price,
body.page-product .product-price {
  color: var(--mg-cat-gold);
  font-family: var(--mg-cat-serif);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

body.page-product .product-actions,
body.page-product .product-add-to-cart {
  margin-top: 20px;
  padding-top: 0 !important;
}

body.page-product .product-add-to-cart .product-quantity,
body.page-product .product-add-to-cart .add-to-cart {
  display: none !important;
}

.mg-product-cta {
  margin: 28px 0;
}

.mg-product-cta__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 0 24px;
  color: var(--mg-cat-bg) !important;
  background: var(--mg-cat-ink);
  border: 1px solid var(--mg-cat-ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .24em;
  text-align: center;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease;
}

.mg-product-cta__primary:hover,
.mg-product-cta__primary:focus {
  color: var(--mg-cat-ink) !important;
  background: transparent;
}

.mg-product-cta__note {
  margin: 12px 0 0;
  color: var(--mg-cat-muted);
  font-size: 13px;
  line-height: 1.6;
}

body.page-product .product-additional-info {
  margin-top: 0;
}

body.page-product .product-additional-info > :not(.mg-product-cta),
body.page-product .product-sidebar,
body.page-product .product-flags,
body.page-product .product-availability,
body.page-product .product-reference,
body.page-product .nav-link[href="#extra-0"],
body.page-product #extra-0,
body.page-product .product-comments,
body.page-product #product-comments-list,
body.page-product #product-comments-list-footer,
body.page-product #product-comments-list-pagination,
body.page-product .product-comments-list-footer,
body.page-product #product-comments-list-header {
  display: none !important;
}

body.page-product .tabs,
body.page-product .product-tabs,
body.page-product .product-description-details,
body.page-product .product-features {
  margin-top: clamp(34px, 5vw, 72px);
  border-top: 1px solid var(--mg-cat-line);
}

body.page-product .tabs .nav-tabs,
body.page-product .product-tabs .nav-tabs {
  border-bottom: 1px solid var(--mg-cat-line);
}

body.page-product .tabs .nav-link,
body.page-product .product-tabs .nav-link {
  color: var(--mg-cat-muted);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

body.page-product .tabs .nav-link.active,
body.page-product .product-tabs .nav-link.active {
  color: var(--mg-cat-ink);
}

.mg-product-story {
  padding: clamp(20px, 3vw, 34px) 0 6px;
}

.mg-product-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(26px, 4vw, 48px);
  border-top: 1px solid var(--mg-cat-line);
  border-left: 1px solid var(--mg-cat-line);
}

.mg-product-details-grid section {
  min-height: 168px;
  padding: clamp(20px, 3vw, 34px);
  border-right: 1px solid var(--mg-cat-line);
  border-bottom: 1px solid var(--mg-cat-line);
  background: rgba(251, 246, 238, .42);
}

.mg-product-details-grid h3 {
  margin: 0 0 14px;
  color: var(--mg-cat-ink);
  font-family: var(--mg-cat-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.mg-product-details-grid p {
  margin: 0;
  color: var(--mg-cat-soft);
  font-family: var(--mg-cat-serif);
  font-size: clamp(19px, 1.7vw, 25px);
  line-height: 1.42;
}

body.page-product .product-features dl,
body.page-product .data-sheet {
  color: var(--mg-cat-soft);
}

body.page-product .product-accessories,
body.page-product .page-footer {
  background: transparent;
}

body.page-product .product-accessories .section-title,
body.page-product .product-accessories .block-title {
  color: var(--mg-cat-ink);
  font-family: var(--mg-cat-serif);
  font-size: clamp(34px, 4.6vw, 72px);
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}

body:not(#index) .mg-default-footer-hidden {
  display: block !important;
}

.mg-catalog-footer {
  margin-top: clamp(58px, 8vw, 120px);
  padding: clamp(42px, 6vw, 88px) var(--mg-cat-pad);
  color: var(--mg-cat-bg);
  background: var(--mg-cat-ink);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.mg-catalog-footer__brand span {
  display: block;
  font-family: var(--mg-cat-serif);
  font-size: clamp(58px, 7vw, 112px);
  font-style: italic;
  line-height: .9;
}

.mg-catalog-footer__brand strong,
.mg-catalog-footer nav a {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.mg-catalog-footer__brand p {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(247, 241, 232, .72);
  font-family: var(--mg-cat-serif);
  font-size: 22px;
  line-height: 1.35;
}

.mg-catalog-footer nav {
  display: grid;
  gap: 12px;
  min-width: 220px;
}

.mg-catalog-footer nav a {
  color: rgba(247, 241, 232, .78);
}

.mg-catalog-footer nav a:hover,
.mg-catalog-footer nav a:focus {
  color: var(--mg-cat-bg);
}

@media (max-width: 991px) {
  body.page-category #content-wrapper,
  body.page-product #content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mg-category-hero {
    min-height: 520px;
  }

  .mg-category-hero__content {
    padding-top: 150px;
  }

  body.page-product .col-product-image {
    position: static;
  }

  body.page-product .product-info-row {
    display: block;
  }

  body.page-product #col-product-info {
    padding-right: 0;
    padding-left: 0;
  }

  .mg-product-details-grid {
    grid-template-columns: 1fr;
  }

  .mg-catalog-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  body.page-category #wrapper,
  body.page-product #wrapper {
    padding-top: 24px;
  }

  .mg-category-hero {
    min-height: 500px;
  }

  .mg-category-hero__content {
    width: 100%;
    padding: 132px 20px 58px;
  }

  .mg-category-hero h1 {
    font-size: clamp(46px, 16vw, 72px);
  }

  .mg-category-hero p:last-child {
    font-size: 24px;
  }

  body.page-product .product_header_container .page-title {
    font-size: clamp(52px, 17vw, 74px);
  }

  body.page-product .product-description {
    font-size: 21px;
  }
}

/* Product mockup clone - chayra.fr/produit.html inspired sheet. */
body.page-product {
  background: #f7f1e8;
}

body.page-product #wrapper {
  padding-top: 0 !important;
}

body.page-product .breadcrumb {
  max-width: none !important;
  margin: 0 !important;
  padding: 48px var(--mg-cat-pad) 0 !important;
  color: #7c6f60;
  background: transparent;
  font-size: 10px !important;
  letter-spacing: .24em;
}

body.page-product #inner-wrapper,
body.page-product #content-wrapper,
body.page-product #main-product-wrapper {
  width: 100% !important;
  max-width: none !important;
}

body.page-product #inner-wrapper {
  padding: 0 !important;
}

body.page-product #main-product-wrapper {
  padding: 56px var(--mg-cat-pad) 72px;
}

body.page-product .mg-product-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.5fr) minmax(400px, 1fr) !important;
  gap: clamp(38px, 4vw, 58px) !important;
  align-items: start !important;
  max-width: 1440px;
  margin: 0 auto !important;
}

body.page-product .mg-product-media,
body.page-product .mg-product-panel {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body.page-product .product-cover,
body.page-product #product-images-large,
body.page-product .product-lmage-large,
body.page-product .product-cover picture {
  border: 0 !important;
  background: #ede2d0 !important;
}

body.page-product .product-cover img,
body.page-product .product-lmage-large img,
body.page-product .js-qv-product-cover {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5 !important;
  object-fit: cover !important;
  object-position: center 44% !important;
}

body.page-product .mask {
  margin-top: 20px !important;
}

body.page-product #product-images-thumbs .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.8vw, 30px) !important;
  transform: none !important;
}

body.page-product #product-images-thumbs .swiper-slide {
  width: auto !important;
  margin: 0 !important;
}

body.page-product .thumb-container,
body.page-product .thumb-container .thumb {
  width: 100% !important;
  border: 0 !important;
  background: #ede2d0 !important;
}

body.page-product .thumb-container .thumb {
  aspect-ratio: 164 / 233 !important;
  object-fit: cover !important;
}

body.page-product .mg-product-caption {
  margin-top: 16px;
  color: #7c6f60;
  font-size: 10px;
  letter-spacing: .22em;
}

body.page-product #col-product-info {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.page-product .mg-product-kicker {
  margin: 0 0 16px !important;
  color: #7c6f60;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: .26em !important;
}

body.page-product .product_header_container .page-title {
  max-width: 100% !important;
  margin: 0 0 14px !important;
  color: #1a1a17;
  font-family: var(--mg-cat-serif);
  font-size: clamp(62px, 6vw, 86px) !important;
  font-weight: 400 !important;
  line-height: .96 !important;
  letter-spacing: -.012em !important;
}

.mg-product-price-line {
  display: grid;
  gap: 2px;
  margin: 0 0 24px;
  color: #1a1a17;
}

.mg-product-price-line span {
  color: #7c6f60;
  font-family: var(--mg-cat-sans);
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.mg-product-price-line strong {
  font-family: var(--mg-cat-serif);
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 400;
  line-height: 1;
}

body.page-product .mg-product-intro,
body.page-product .product-description {
  max-width: 520px;
  margin-bottom: 28px !important;
  color: #3a342c;
  font-family: var(--mg-cat-serif);
  font-size: clamp(19px, 1.55vw, 22px) !important;
  font-style: normal !important;
  line-height: 1.4 !important;
}

body.page-product .mg-product-sizes {
  margin: 0 0 28px !important;
  gap: 10px;
}

body.page-product .mg-product-sizes span {
  margin-bottom: 2px;
  color: #7c6f60;
  font-size: 10px;
  letter-spacing: .28em;
}

body.page-product .mg-product-sizes em {
  width: 50px !important;
  height: 46px !important;
  border: 1px solid rgba(26, 26, 23, .14) !important;
  background: rgba(251, 246, 238, .9) !important;
  color: #1a1a17;
  font-family: var(--mg-cat-serif);
  font-size: 18px !important;
}

body.page-product .mg-product-cta {
  display: grid;
  gap: 10px;
  margin: 0 0 30px !important;
}

body.page-product .mg-product-cta__primary,
body.page-product .mg-product-cta__secondary {
  min-height: 58px !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: .28em !important;
}

body.page-product .mg-product-cta__secondary {
  margin-top: 0 !important;
  background: rgba(251, 246, 238, .9) !important;
}

body.page-product .mg-product-atelier {
  display: none !important;
}

body.page-product .mg-product-details-panel {
  margin-top: 0 !important;
  border-top: 1px solid rgba(26, 26, 23, .14) !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid section {
  padding: 0 !important;
  border-bottom: 1px solid rgba(26, 26, 23, .14) !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid h3 {
  min-height: 60px;
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 34px 0 0 !important;
  color: #1a1a17 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .26em !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid p {
  max-width: 520px !important;
  margin: -2px 0 20px !important;
  color: #3a342c !important;
  font-family: var(--mg-cat-serif) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
}

body.page-product .product-accessories,
body.page-product .category-products {
  margin-top: 0 !important;
  padding: clamp(76px, 8vw, 118px) var(--mg-cat-pad) 80px !important;
  background: #f7f1e8 !important;
}

body.page-product .product-accessories .section-title,
body.page-product .category-products .section-title {
  max-width: 1440px;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 991px) {
  body.page-product #main-product-wrapper {
    padding: 28px 20px 54px !important;
  }

  body.page-product .mg-product-layout {
    grid-template-columns: 1fr !important;
  }

  body.page-product .breadcrumb {
    padding: 24px 20px 0 !important;
  }
}

@media (max-width: 575px) {
  body.page-product .product_header_container .page-title {
    font-size: clamp(52px, 16vw, 70px) !important;
  }

  body.page-product #product-images-thumbs .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Product pages - Maison Gabrielle mockup pass */
body.page-product {
  --mg-product-max: 1480px;
  --mg-product-gap: clamp(34px, 5.5vw, 92px);
}

body.page-product #wrapper {
  padding-top: clamp(34px, 5vw, 76px);
}

body.page-product #inner-wrapper,
body.page-product #content-wrapper,
body.page-product #main-product-wrapper {
  max-width: var(--mg-product-max);
}

body.page-product #inner-wrapper {
  padding-right: var(--mg-cat-pad);
  padding-left: var(--mg-cat-pad);
}

body.page-product #content-wrapper {
  padding-right: 0;
  padding-left: 0;
}

body.page-product .breadcrumb {
  max-width: var(--mg-product-max);
  margin: 0 auto clamp(26px, 3vw, 48px);
  padding: 0 var(--mg-cat-pad);
  font-size: 10px;
}

body.page-product .breadcrumb ol {
  gap: 10px;
}

body.page-product .breadcrumb a,
body.page-product .breadcrumb span {
  color: rgba(124, 111, 96, .78);
  text-decoration: none;
}

body.page-product .mg-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(360px, .76fr);
  gap: var(--mg-product-gap);
  align-items: start;
  margin: 0;
}

body.page-product .mg-product-media,
body.page-product .mg-product-panel {
  width: auto;
  max-width: none;
  flex: initial;
  padding: 0;
}

body.page-product .mg-product-media {
  position: sticky;
  top: 108px;
}

body.page-product .images-container,
body.page-product .product-cover,
body.page-product #product-images-large,
body.page-product .product-lmage-large,
body.page-product .easyzoom-product,
body.page-product .product-cover picture {
  overflow: hidden;
  background: var(--mg-cat-paper);
}

body.page-product .product-cover img,
body.page-product .product-lmage-large img,
body.page-product .js-qv-product-cover {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 4 / 5.08;
  object-fit: cover;
  object-position: 50% 44%;
}

body.page-product .product-cover .expander,
body.page-product .product-cover .swiper-button-arrow,
body.page-product #product-images-large .swiper-button-arrow {
  display: none !important;
}

body.page-product .mask {
  margin-top: 14px;
}

body.page-product #product-images-thumbs {
  overflow: visible;
}

body.page-product #product-images-thumbs .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(72px, 1fr));
  gap: 14px;
  transform: none !important;
}

body.page-product #product-images-thumbs .swiper-slide {
  width: auto !important;
  margin: 0 !important;
}

body.page-product .thumb-container {
  overflow: hidden;
  border: 1px solid transparent;
  background: var(--mg-cat-paper);
}

body.page-product .thumb-container .thumb {
  width: 100%;
  aspect-ratio: 1 / 1.25;
  object-fit: cover;
}

body.page-product .thumb-container .selected {
  border: 1px solid var(--mg-cat-gold);
}

body.page-product .mg-product-kicker {
  margin-bottom: 18px;
  font-size: 10px;
  letter-spacing: .24em;
}

body.page-product .mg-product-kicker span {
  width: 38px;
  height: 1px;
  background: currentColor;
}

body.page-product .product_header_container .page-title {
  max-width: 560px;
  margin-bottom: 20px;
  font-size: clamp(54px, 5.7vw, 96px);
  line-height: .95;
}

body.page-product .mg-product-summary {
  gap: 16px;
  margin-bottom: 24px;
}

body.page-product .mg-product-number {
  display: none;
}

body.page-product .mg-product-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  color: var(--mg-cat-gold);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1;
}

body.page-product .mg-product-price span {
  margin: 0;
}

body.page-product .mg-product-intro {
  max-width: 520px;
  color: var(--mg-cat-soft);
  font-size: clamp(18px, 1.35vw, 23px);
  font-style: italic;
  line-height: 1.52;
}

body.page-product .mg-product-sizes {
  gap: 9px;
  margin-top: 20px;
}

body.page-product .mg-product-sizes em {
  width: 44px;
  height: 40px;
  background: transparent;
  transition: border-color .2s ease, background .2s ease;
}

body.page-product .mg-product-sizes em:hover {
  border-color: var(--mg-cat-gold);
  background: rgba(251, 246, 238, .58);
}

body.page-product .mg-product-cta {
  display: grid;
  gap: 10px;
  margin: 22px 0 26px;
}

body.page-product .mg-product-cta__primary,
body.page-product .mg-product-cta__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0 24px;
  font-family: var(--mg-cat-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

body.page-product .mg-product-cta__primary {
  min-height: 52px;
}

body.page-product .mg-product-cta__secondary {
  color: var(--mg-cat-ink) !important;
  background: transparent;
  border: 1px solid var(--mg-cat-line);
}

body.page-product .mg-product-cta__secondary:hover,
body.page-product .mg-product-cta__secondary:focus {
  border-color: var(--mg-cat-ink);
}

body.page-product .mg-product-cta__primary:hover,
body.page-product .mg-product-cta__primary:focus,
body.page-product .mg-product-cta__secondary:hover,
body.page-product .mg-product-cta__secondary:focus {
  transform: translateY(-1px);
}

body.page-product .mg-product-cta__note {
  display: none;
}

body.page-product .mg-product-details-panel {
  margin-top: 8px;
  border-top: 1px solid var(--mg-cat-line);
}

body.page-product .mg-product-details-panel .mg-product-story {
  padding: 0;
}

body.page-product .mg-product-details-panel .mg-product-story__lead {
  display: none;
}

body.page-product .mg-product-details-panel .mg-product-details-grid {
  display: block;
  margin: 0;
  border: 0;
}

body.page-product .mg-product-details-panel .mg-product-details-grid section {
  min-height: 0;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid var(--mg-cat-line);
  background: transparent;
}

body.page-product .mg-product-details-panel .mg-product-details-grid h3 {
  position: relative;
  margin: 0;
  padding-right: 28px;
  color: var(--mg-cat-muted);
}

body.page-product .mg-product-details-panel .mg-product-details-grid h3::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: var(--mg-cat-gold);
  font-size: 13px;
  font-weight: 400;
}

body.page-product .mg-product-details-panel .mg-product-details-grid section:first-child h3::after {
  content: "-";
}

body.page-product .mg-product-details-panel .mg-product-details-grid p {
  max-width: 520px;
  margin-top: 12px;
  color: var(--mg-cat-soft);
  font-family: var(--mg-cat-serif);
  font-size: 17px;
  line-height: 1.55;
}

body.page-product .mg-product-details-panel .mg-product-details-grid section:not(:first-child) p {
  display: none;
}

body.page-product .product-tabs,
body.page-product .tabs.product-tabs,
body.page-product .page-footer,
body.page-product .product-sidebar,
body.page-product .product-comments-additional-info {
  display: none !important;
}

body.page-product .category-products,
body.page-product .product-accessories {
  max-width: var(--mg-product-max);
  margin: clamp(86px, 11vw, 150px) auto 0;
  padding: 0;
  background: transparent;
}

body.page-product .category-products .section-title,
body.page-product .product-accessories .section-title {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(260px, .9fr);
  gap: clamp(28px, 5vw, 92px);
  align-items: end;
  margin: 0 0 clamp(34px, 5vw, 70px);
  color: var(--mg-cat-ink);
  font-family: var(--mg-cat-serif);
  font-size: clamp(48px, 5.2vw, 86px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: 0;
  text-align: left;
}

body.page-product .category-products .section-title span,
body.page-product .product-accessories .section-title span {
  display: block;
}

body.page-product .category-products .section-title span {
  color: var(--mg-cat-ink);
  font-size: clamp(38px, 4.4vw, 64px);
}

body.page-product .product-accessories .section-title em {
  display: block;
  color: var(--mg-cat-gold);
  font-style: italic;
}

body.page-product .category-products .block-content,
body.page-product .category-products .swiper-container-wrapper,
body.page-product .category-products .products,
body.page-product .category-products .swiper-wrapper,
body.page-product .mg-related-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 46px);
  overflow: visible !important;
  transform: none !important;
}

body.page-product .category-products .swiper-slide,
body.page-product .mg-related-card,
body.page-product .category-products .js-product-miniature-wrapper,
body.page-product .product-accessories .js-product-miniature-wrapper {
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.page-product .category-products .swiper-pagination,
body.page-product .category-products .swiper-button-prev,
body.page-product .category-products .swiper-button-next,
body.page-product .product-accessories .swiper-pagination,
body.page-product .product-accessories .swiper-button-prev,
body.page-product .product-accessories .swiper-button-next {
  display: none !important;
}

body.page-product .product-miniature {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.page-product .product-miniature .thumbnail-container,
body.page-product .product-miniature .product-thumbnail {
  overflow: hidden;
  background: var(--mg-cat-paper);
}

body.page-product .product-miniature img {
  width: 100%;
  aspect-ratio: 3 / 4.04;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

body.page-product .product-miniature:hover img {
  transform: scale(1.035);
}

body.page-product .product-miniature .product-description {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 18px;
  margin-top: 18px;
  font-family: var(--mg-cat-serif);
}

body.page-product .product-miniature .product-category-name,
body.page-product .product-miniature .product-reference,
body.page-product .product-miniature .product-description-short,
body.page-product .product-miniature .product-add-cart {
  display: none !important;
}

body.page-product .product-miniature .product-title,
body.page-product .product-miniature .product-title a {
  color: var(--mg-cat-ink);
  font-family: var(--mg-cat-serif);
  font-size: clamp(22px, 2vw, 31px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.05;
  text-decoration: none;
}

body.page-product .product-miniature .product-title::after {
  display: none;
}

body.page-product .category-products::after {
  content: "Chaque silhouette est une entree en scene: la dentelle frole la peau, la jupe respire, et chaque perle garde la memoire de la main.";
  display: block;
  max-width: 760px;
  margin: clamp(100px, 13vw, 180px) auto clamp(54px, 8vw, 110px);
  color: var(--mg-cat-soft);
  font-family: var(--mg-cat-serif);
  font-size: clamp(30px, 3.6vw, 54px);
  font-style: italic;
  line-height: 1.22;
  text-align: center;
}

body:not(#index) #footer {
  display: block !important;
  margin-top: 0;
  background: var(--mg-ink);
}

#footer .mg-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4vw, 56px) var(--mg-pad) 30px;
  color: var(--mg-bg);
  background: var(--mg-ink);
  font-family: var(--mg-sans);
}

#footer .mg-footer__top {
  position: relative;
  z-index: 1;
  max-width: var(--mg-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(40px, 6vw, 100px);
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(247, 241, 232, .14);
}

#footer .mg-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

#footer .mg-footer-brand__love {
  font-family: var(--mg-serif);
  font-size: 64px;
  font-style: italic;
}

#footer .mg-footer-brand__by {
  margin-top: -2px;
  color: var(--mg-gold);
  font-family: var(--mg-serif);
  font-size: 18px;
  font-style: italic;
}

#footer .mg-footer-brand__name {
  margin-top: 2px;
  font-size: 14px;
  letter-spacing: .5em;
  text-transform: uppercase;
}

#footer .mg-footer__brand p {
  margin: 16px 0 0;
  color: rgba(247, 241, 232, .6);
  font-size: 13px;
  line-height: 1.7;
}

#footer .mg-footer__social {
  display: flex;
  gap: 6px;
  margin-top: 24px;
}

#footer .mg-footer__social a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(247, 241, 232, .2);
  border-radius: 999px;
  transition: all .3s var(--mg-ease);
}

#footer .mg-footer__social a:hover,
#footer .mg-footer__social a:focus {
  color: var(--mg-gold);
  border-color: var(--mg-gold);
}

#footer .mg-footer__cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

#footer .mg-footer__cols h4 {
  margin: 0 0 20px;
  color: var(--mg-gold);
  font-family: var(--mg-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
}

#footer .mg-footer__cols a {
  display: block;
  padding: 6px 0;
  color: rgba(247, 241, 232, .7);
  font-size: 13px;
  text-decoration: none;
  transition: color .25s ease, padding .25s ease;
}

#footer .mg-footer__cols a:hover,
#footer .mg-footer__cols a:focus {
  color: var(--mg-bg);
  padding-left: 6px;
}

#footer .mg-footer__big {
  position: relative;
  z-index: 0;
  margin: 60px 0 -40px;
  color: rgba(247, 241, 232, .07);
  font-family: var(--mg-display);
  font-size: clamp(120px, 26vw, 380px);
  font-style: italic;
  letter-spacing: -.04em;
  line-height: .85;
  text-align: center;
  user-select: none;
}

#footer .mg-footer__bottom {
  position: relative;
  z-index: 1;
  max-width: var(--mg-container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 24px;
  color: rgba(247, 241, 232, .45);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  body.page-product .mg-product-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
  }
}

@media (max-width: 991px) {
  body.page-product #inner-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  body.page-product .breadcrumb {
    padding-right: 20px;
    padding-left: 20px;
  }

  body.page-product .mg-product-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.page-product .mg-product-media {
    position: static;
  }

  body.page-product .category-products .section-title,
  body.page-product .product-accessories .section-title,
  body.page-product .category-products .block-content,
  body.page-product .category-products .swiper-container-wrapper,
  body.page-product .category-products .products,
  body.page-product .category-products .swiper-wrapper,
  body.page-product .mg-related-grid {
    grid-template-columns: 1fr;
  }

  #footer .mg-footer__top {
    grid-template-columns: 1fr;
  }

  #footer .mg-footer__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  body.page-product #wrapper {
    padding-top: 22px;
  }

  body.page-product .breadcrumb {
    display: none;
  }

  body.page-product .product_header_container .page-title {
    font-size: clamp(48px, 16vw, 68px);
  }

  body.page-product .mg-product-sizes em {
    width: 40px;
    height: 38px;
  }

  body.page-product .category-products,
  body.page-product .product-accessories {
    margin-top: 68px;
  }

  body.page-product .category-products::after {
    margin-top: 74px;
    font-size: 30px;
  }

  #footer .mg-footer {
    padding: 34px 18px 32px;
  }

  #footer .mg-footer__top {
    gap: 32px;
    padding-bottom: 34px;
  }

  #footer .mg-footer-brand__love {
    font-size: 54px;
  }

  #footer .mg-footer__cols {
    grid-template-columns: 1fr;
  }

  #footer .mg-footer__big {
    margin: 34px 0 -8px;
    font-size: clamp(84px, 32vw, 132px);
  }

  #footer .mg-footer__bottom {
    display: grid;
    justify-content: start;
  }
}

/* Product page repair pass - keep the product sheet usable on real desktop sizes. */
body.page-product {
  --mg-product-max: 1180px;
  --mg-product-gap: clamp(28px, 4vw, 58px);
}

body.page-product #wrapper {
  padding-top: clamp(18px, 3vw, 38px);
}

body.page-product .breadcrumb {
  margin-bottom: clamp(18px, 2.4vw, 30px);
}

body.page-product .mg-product-layout {
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: var(--mg-product-gap);
}

body.page-product .mg-product-media {
  position: static;
}

body.page-product #col-product-info {
  padding: 4px 0 0;
}

body.page-product .product-cover,
body.page-product #product-images-large,
body.page-product #product-images-large .swiper-wrapper,
body.page-product .product-lmage-large,
body.page-product .product-cover picture {
  display: block;
  height: auto !important;
  min-height: 0 !important;
  background: transparent;
}

body.page-product .easyzoom-product {
  display: none !important;
}

body.page-product .product-cover img,
body.page-product .product-lmage-large img,
body.page-product .js-qv-product-cover {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain;
  object-position: 50% 50%;
}

body.page-product .product-cover {
  border: 1px solid rgba(176, 141, 87, .22);
}

body.page-product .product_header_container .page-title {
  max-width: 420px;
  margin-bottom: 18px;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1;
}

body.page-product .mg-product-kicker {
  margin-bottom: 14px;
  font-size: 9px;
  letter-spacing: .22em;
}

body.page-product .mg-product-intro {
  max-width: 430px;
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.55;
}

body.page-product .mg-product-sizes em {
  width: 40px;
  height: 38px;
  font-size: 13px;
}

body.page-product .mg-product-cta__primary,
body.page-product .mg-product-cta__secondary {
  min-height: 48px;
  padding: 0 18px;
  letter-spacing: .2em;
}

body.page-product .mg-product-details-panel .mg-product-details-grid section {
  padding: 15px 0;
}

body.page-product .mg-product-details-panel .mg-product-details-grid p {
  max-width: 430px;
  font-size: 15px;
}

body.page-product .category-products,
body.page-product .product-accessories {
  margin-top: clamp(38px, 5vw, 72px) !important;
}

body.page-product .category-products .section-title,
body.page-product .product-accessories .section-title {
  font-size: clamp(40px, 5vw, 68px);
}

body.page-product .product-miniature .product-description-short,
body.page-product .product-miniature .mg-product-story,
body.page-product .product-miniature .mg-product-details-grid {
  display: none !important;
}

body.page-product .product-miniature .product-title {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.25;
}

body.page-product .category-products .block-content,
body.page-product .category-products .swiper-container-wrapper,
body.page-product .category-products .products,
body.page-product .product-accessories .block-content,
body.page-product .product-accessories .swiper-container-wrapper,
body.page-product .product-accessories .products {
  display: block !important;
  width: 100% !important;
  overflow: visible !important;
  transform: none !important;
}

body.page-product .category-products .swiper-wrapper,
body.page-product .product-accessories .swiper-wrapper {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.4vw, 34px) !important;
  overflow: visible !important;
  transform: none !important;
}

body.page-product .category-products .swiper-slide,
body.page-product .product-accessories .swiper-slide,
body.page-product .category-products .js-product-miniature-wrapper,
body.page-product .product-accessories .js-product-miniature-wrapper,
body.page-product .category-products .product-miniature,
body.page-product .product-accessories .product-miniature {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: initial !important;
}

body.page-product .product-miniature .thumbnail-container,
body.page-product .product-miniature .thumbnail-top,
body.page-product .product-miniature .product-thumbnail {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

body.page-product .product-miniature .product-thumbnail img,
body.page-product .product-miniature img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 3 / 4 !important;
  object-fit: cover !important;
}

body.page-product .product-miniature .product-description {
  display: block !important;
  margin-top: 14px !important;
}

body.page-product .product-miniature .product-title,
body.page-product .product-miniature .product-title a {
  display: block !important;
  overflow: visible !important;
  white-space: normal !important;
  word-break: normal !important;
}

@media (max-width: 991px) {
  body.page-product {
    --mg-product-max: 720px;
  }

  body.page-product #main-product-wrapper,
  body.page-product .product-info-row,
  body.page-product .mg-product-media,
  body.page-product .mg-product-panel,
  body.page-product .col-product-image,
  body.page-product .col-product-info {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 100% !important;
  }

  body.page-product .mg-product-layout {
    grid-template-columns: 1fr;
  }

  body.page-product #col-product-info {
    padding-top: 22px;
  }
}

/* Maison Gabrielle final catalog/product refinement pass. */
body.page-category .mg-category-hero {
  isolation: isolate;
  border-bottom: 1px solid rgba(176, 141, 87, .28);
}

body.page-category .mg-category-hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 72px);
  bottom: clamp(18px, 4vw, 72px);
  z-index: 1;
  width: clamp(110px, 16vw, 230px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 250, 240, .28);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(176, 141, 87, .18), transparent 68%);
  pointer-events: none;
}

body.page-category .mg-category-hero__shade {
  background:
    linear-gradient(90deg, rgba(18, 16, 13, .76), rgba(18, 16, 13, .34) 48%, rgba(18, 16, 13, .12)),
    linear-gradient(0deg, rgba(18, 16, 13, .42), transparent 44%);
}

body.page-category .mg-category-hero__content {
  width: min(860px, calc(100% - 40px));
}

body.page-category .mg-category-hero h1 {
  max-width: 760px;
  text-wrap: balance;
}

body.page-category .mg-category-hero p:last-child {
  max-width: 650px;
}

.mg-category-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(24px, 3vw, 42px);
}

.mg-category-hero__meta span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  color: rgba(255, 250, 240, .82);
  border: 1px solid rgba(255, 250, 240, .22);
  background: rgba(255, 250, 240, .06);
  backdrop-filter: blur(10px);
  font-family: var(--mg-cat-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.mg-category-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: clamp(18px, 2.2vw, 30px);
  padding: 0 24px;
  color: var(--mg-cat-ink) !important;
  background: #fffaf0;
  border: 1px solid #fffaf0;
  font-family: var(--mg-cat-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .24em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.mg-category-hero__cta:hover,
.mg-category-hero__cta:focus {
  color: #fffaf0 !important;
  background: transparent;
  transform: translateY(-1px);
}

.mg-category-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, .58fr) minmax(260px, .9fr);
  gap: clamp(20px, 4vw, 76px);
  align-items: end;
  margin: clamp(42px, 6vw, 96px) 0 18px;
  padding-bottom: clamp(18px, 2.5vw, 34px);
  border-bottom: 1px solid var(--mg-cat-line);
}

.mg-category-toolbar span {
  display: block;
  margin-bottom: 10px;
  color: var(--mg-cat-muted);
  font-family: var(--mg-cat-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.mg-category-toolbar strong {
  display: block;
  color: var(--mg-cat-ink);
  font-family: var(--mg-cat-serif);
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 400;
  line-height: .96;
}

.mg-category-toolbar p {
  max-width: 620px;
  margin: 0;
  color: var(--mg-cat-soft);
  font-family: var(--mg-cat-serif);
  font-size: clamp(22px, 2.2vw, 34px);
  font-style: italic;
  line-height: 1.28;
}

body.page-category #js-product-list-top {
  margin-top: 0;
}

body.page-category .js-product-miniature-wrapper,
body.page-category .product-miniature {
  position: relative;
}

.mg-card-index {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--mg-cat-bg);
  background: rgba(26, 26, 23, .72);
  border: 1px solid rgba(255, 250, 240, .2);
  border-radius: 999px;
  font-family: var(--mg-cat-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  pointer-events: none;
}

body.page-category .product-miniature .thumbnail-container,
body.page-category .product-miniature .thumbnail-top,
body.page-category .product-miniature .product-thumbnail,
body.page-product .product-miniature .thumbnail-container,
body.page-product .product-miniature .thumbnail-top,
body.page-product .product-miniature .product-thumbnail {
  border: 1px solid rgba(176, 141, 87, .18);
  box-shadow: 0 22px 54px rgba(26, 26, 23, .07);
}

body.page-category .product-miniature .product-description {
  padding-top: 16px;
  border-top: 1px solid rgba(26, 26, 23, .1);
}

body.page-category .product-miniature .product-title a::after {
  content: "Voir la silhouette";
  display: block;
  margin-top: 12px;
  color: var(--mg-cat-gold);
  font-family: var(--mg-cat-sans);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

body.page-product .mg-product-panel {
  position: relative;
}

body.page-product #col-product-info {
  padding: clamp(18px, 2.4vw, 36px) clamp(18px, 2.2vw, 34px) clamp(22px, 2.6vw, 42px);
  border: 1px solid rgba(176, 141, 87, .18);
  background: rgba(251, 246, 238, .42);
}

body.page-product .mg-product-cta__secondary {
  min-height: 48px;
  margin-top: 10px;
}

.mg-product-atelier {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 16px;
  border: 1px solid var(--mg-cat-line);
  background: rgba(247, 241, 232, .58);
}

.mg-product-atelier span {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: var(--mg-cat-muted);
  border-right: 1px solid var(--mg-cat-line);
  font-family: var(--mg-cat-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.mg-product-atelier span:last-child {
  border-right: 0;
}

body.page-product .mg-product-details-panel .mg-product-details-grid section.is-open p {
  display: block;
}

body.page-product .mg-product-details-panel .mg-product-details-grid section.is-open h3::after {
  content: "-";
}

body.page-product .mg-product-details-panel .mg-product-details-grid section:not(.is-open) h3::after {
  content: "+";
}

body.page-product .mg-product-details-panel .mg-product-details-grid h3 {
  cursor: pointer;
}

.mg-sticky-product-cta {
  display: none;
}

@media (max-width: 991px) {
  .mg-category-toolbar {
    grid-template-columns: 1fr;
  }

  .mg-product-atelier {
    grid-template-columns: 1fr;
  }

  .mg-product-atelier span {
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid var(--mg-cat-line);
  }

  .mg-product-atelier span:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 575px) {
  body.page-category .mg-category-hero::after {
    display: none;
  }

  .mg-category-hero__meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mg-category-hero__meta span,
  .mg-category-hero__cta {
    width: 100%;
  }

  body.page-product #col-product-info {
    padding: 18px 16px 22px;
  }

  .mg-sticky-product-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 1000;
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    color: var(--mg-cat-bg) !important;
    background: var(--mg-cat-ink);
    border: 1px solid rgba(176, 141, 87, .36);
    box-shadow: 0 18px 44px rgba(26, 26, 23, .28);
    font-family: var(--mg-cat-sans);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .22em;
    text-decoration: none !important;
    text-transform: uppercase;
  }
}

/* Codex 2026-06-07: final product page composition */
body.page-product {
  --mg-product-max: 1360px;
  --mg-product-gap: clamp(34px, 5vw, 78px);
}

body.page-product #wrapper {
  padding-top: clamp(28px, 4.2vw, 62px);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, .62), rgba(247, 241, 232, 0) 28rem),
    var(--mg-cat-bg);
}

body.page-product #inner-wrapper,
body.page-product #content-wrapper,
body.page-product #main-product-wrapper {
  width: 100%;
  max-width: var(--mg-product-max) !important;
}

body.page-product #inner-wrapper {
  padding-right: clamp(18px, 4vw, 54px);
  padding-left: clamp(18px, 4vw, 54px);
}

body.page-product .breadcrumb {
  width: 100%;
  max-width: var(--mg-product-max) !important;
  margin: 0 auto clamp(24px, 3vw, 40px);
  padding-right: clamp(18px, 4vw, 54px);
  padding-left: clamp(18px, 4vw, 54px);
}

body.page-product .breadcrumb .row {
  min-height: 32px;
}

body.page-product .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0;
}

body.page-product .breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 12px;
  color: rgba(124, 111, 96, .42);
}

body.page-product #iqitproductsnav a {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--mg-cat-ink);
  text-decoration: none;
}

body.page-product .mg-product-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr) !important;
  gap: var(--mg-product-gap) !important;
  align-items: start;
}

body.page-product .mg-product-media,
body.page-product .mg-product-panel {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: initial !important;
  padding: 0 !important;
}

body.page-product .mg-product-media {
  position: sticky !important;
  top: 112px;
}

body.page-product .images-container {
  position: relative;
  overflow: visible;
}

body.page-product .images-container::before {
  content: "Love 2026";
  position: absolute;
  left: -6px;
  top: clamp(16px, 2vw, 28px);
  z-index: 2;
  writing-mode: vertical-rl;
  color: rgba(26, 26, 23, .38);
  font-family: var(--mg-cat-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  pointer-events: none;
}

body.page-product .product-cover,
body.page-product #product-images-large,
body.page-product #product-images-large .swiper-wrapper,
body.page-product .product-lmage-large,
body.page-product .easyzoom-product,
body.page-product .product-cover picture {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 250, 241, .96), rgba(239, 228, 211, .74)),
    var(--mg-cat-paper);
}

body.page-product .product-cover {
  border: 0 !important;
  box-shadow: 0 28px 80px rgba(26, 26, 23, .105);
}

body.page-product .easyzoom-product {
  display: block !important;
}

body.page-product .product-cover img,
body.page-product .product-lmage-large img,
body.page-product .js-qv-product-cover {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 4 / 5.35 !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  padding: clamp(10px, 1.4vw, 20px);
  background: transparent !important;
}

body.page-product .product-cover .layer,
body.page-product .product-cover .expander,
body.page-product .product-cover .swiper-button-arrow,
body.page-product #product-images-large .swiper-button-arrow {
  display: none !important;
}

body.page-product .mask {
  margin-top: 16px !important;
}

body.page-product #product-images-thumbs .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 10px !important;
  transform: none !important;
}

body.page-product #product-images-thumbs .swiper-slide {
  width: auto !important;
  margin: 0 !important;
}

body.page-product .thumb-container {
  overflow: hidden;
  border: 0 !important;
  background: rgba(255, 250, 241, .72);
  opacity: .72;
  transition: opacity .22s ease, transform .22s ease, box-shadow .22s ease;
}

body.page-product .thumb-container:hover,
body.page-product .thumb-container:has(.selected) {
  opacity: 1;
  box-shadow: 0 12px 30px rgba(26, 26, 23, .09);
  transform: translateY(-1px);
}

body.page-product .thumb-container .thumb {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1.18 !important;
  object-fit: cover !important;
}

body.page-product .thumb-container .selected {
  border: 0 !important;
}

body.page-product #col-product-info {
  position: relative;
  padding: clamp(28px, 3.5vw, 48px) clamp(22px, 3.2vw, 44px) clamp(30px, 3.6vw, 52px) !important;
  border: 0 !important;
  background: rgba(255, 250, 241, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .62), 0 24px 70px rgba(26, 26, 23, .07);
}

body.page-product #col-product-info::before {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(22px, 3vw, 42px);
  left: clamp(22px, 3vw, 42px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176, 141, 87, .62), transparent);
}

body.page-product .mg-product-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px !important;
  color: var(--mg-cat-muted);
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: .24em !important;
}

body.page-product .product_header_container .page-title {
  max-width: 560px !important;
  margin-bottom: clamp(18px, 2.4vw, 28px) !important;
  color: var(--mg-cat-ink);
  font-size: clamp(58px, 6.4vw, 108px) !important;
  line-height: .88 !important;
  text-wrap: balance;
}

body.page-product .mg-product-summary {
  display: block;
  margin-bottom: 0 !important;
}

body.page-product .mg-product-price-line {
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(26, 26, 23, .11);
}

body.page-product .mg-product-price-line span {
  display: block;
  margin-bottom: 5px;
  color: var(--mg-cat-muted);
  font-family: var(--mg-cat-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

body.page-product .mg-product-price-line strong {
  color: var(--mg-cat-gold);
  font-family: var(--mg-cat-serif);
  font-size: clamp(25px, 2.5vw, 37px);
  font-style: italic;
  font-weight: 400;
}

body.page-product .mg-product-intro,
body.page-product .product-description {
  max-width: 560px !important;
  color: var(--mg-cat-soft);
  font-family: var(--mg-cat-serif);
  font-size: clamp(20px, 1.7vw, 27px) !important;
  font-style: italic;
  line-height: 1.42 !important;
}

body.page-product .mg-product-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: clamp(22px, 2.8vw, 34px) 0 0 !important;
}

body.page-product .mg-product-sizes span {
  flex-basis: 100%;
  color: var(--mg-cat-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .24em;
}

body.page-product .mg-product-sizes em {
  width: 46px !important;
  height: 42px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mg-cat-ink);
  border: 1px solid rgba(26, 26, 23, .14);
  background: rgba(255, 250, 241, .56);
  font-size: 14px !important;
}

body.page-product .mg-product-cta {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 10px !important;
  margin: clamp(24px, 3vw, 38px) 0 18px !important;
}

body.page-product .mg-product-cta__primary,
body.page-product .mg-product-cta__secondary {
  min-height: 56px !important;
  padding: 0 24px !important;
  border: 1px solid var(--mg-cat-ink);
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .24em !important;
}

body.page-product .mg-product-cta__primary {
  color: var(--mg-cat-bg) !important;
  background: var(--mg-cat-ink) !important;
}

body.page-product .mg-product-cta__secondary {
  color: var(--mg-cat-ink) !important;
  background: transparent !important;
}

body.page-product .mg-product-cta__primary:hover,
body.page-product .mg-product-cta__primary:focus,
body.page-product .mg-product-cta__secondary:hover,
body.page-product .mg-product-cta__secondary:focus {
  transform: translateY(-2px) !important;
}

body.page-product .mg-product-atelier {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
  border: 0 !important;
  background: rgba(247, 241, 232, .56);
}

body.page-product .mg-product-atelier span {
  min-height: 64px;
  padding: 12px 10px;
  border-color: rgba(26, 26, 23, .09);
}

body.page-product .mg-product-details-panel {
  margin-top: clamp(20px, 2.4vw, 32px) !important;
  border-top: 1px solid rgba(26, 26, 23, .12) !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid section {
  padding: 18px 0 !important;
  border-bottom-color: rgba(26, 26, 23, .1) !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid h3 {
  color: var(--mg-cat-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .24em;
}

body.page-product .mg-product-details-panel .mg-product-details-grid p {
  max-width: 540px !important;
  margin-top: 12px !important;
  color: var(--mg-cat-soft);
  font-size: 17px !important;
}

body.page-product .category-products,
body.page-product .product-accessories {
  max-width: var(--mg-product-max) !important;
  margin-top: clamp(82px, 10vw, 138px) !important;
  padding-right: clamp(18px, 4vw, 54px);
  padding-left: clamp(18px, 4vw, 54px);
}

body.page-product .category-products .section-title,
body.page-product .product-accessories .section-title {
  display: block !important;
  margin-bottom: clamp(28px, 4vw, 52px) !important;
  font-size: clamp(46px, 5vw, 78px) !important;
  line-height: .95 !important;
  text-align: center !important;
}

body.page-product .category-products .section-title span::before {
  font-size: clamp(46px, 5vw, 78px) !important;
}

body.page-product .category-products .block-content,
body.page-product .category-products .swiper-container-wrapper,
body.page-product .category-products .products,
body.page-product .product-accessories .block-content,
body.page-product .product-accessories .swiper-container-wrapper,
body.page-product .product-accessories .products,
body.page-product .category-products .swiper-wrapper,
body.page-product .product-accessories .swiper-wrapper,
body.page-product .mg-related-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(20px, 2.6vw, 34px) !important;
}

body.page-product .product-miniature .thumbnail-container,
body.page-product .product-miniature .thumbnail-top,
body.page-product .product-miniature .product-thumbnail {
  border: 0 !important;
  box-shadow: 0 18px 48px rgba(26, 26, 23, .08);
}

body.page-product .product-miniature .product-title,
body.page-product .product-miniature .product-title a {
  font-size: clamp(22px, 2.1vw, 32px) !important;
}

body.page-product .category-products::after {
  margin-top: clamp(72px, 9vw, 128px) !important;
  margin-bottom: clamp(44px, 7vw, 86px) !important;
}

@media (max-width: 1190px) and (min-width: 992px) {
  body.page-product {
    --mg-product-max: 1120px;
    --mg-product-gap: 34px;
  }

  body.page-product .mg-product-layout {
    grid-template-columns: minmax(0, .98fr) minmax(340px, .78fr) !important;
  }

  body.page-product .product_header_container .page-title {
    font-size: clamp(50px, 5.2vw, 76px) !important;
  }

  body.page-product .mg-product-intro,
  body.page-product .product-description {
    font-size: 20px !important;
  }
}

@media (max-width: 991px) {
  body.page-product {
    --mg-product-max: 760px;
  }

  body.page-product #wrapper {
    padding-top: 26px;
  }

  body.page-product .mg-product-layout,
  body.page-product .category-products .swiper-wrapper,
  body.page-product .product-accessories .swiper-wrapper,
  body.page-product .mg-related-grid {
    grid-template-columns: 1fr !important;
  }

  body.page-product .mg-product-media {
    position: static !important;
  }

  body.page-product .images-container::before {
    display: none;
  }

  body.page-product #col-product-info {
    margin-top: 18px;
  }

  body.page-product .category-products .block-content,
  body.page-product .category-products .swiper-container-wrapper,
  body.page-product .category-products .products,
  body.page-product .product-accessories .block-content,
  body.page-product .product-accessories .swiper-container-wrapper,
  body.page-product .product-accessories .products {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 575px) {
  body.page-product #inner-wrapper {
    padding-right: 14px;
    padding-left: 14px;
  }

  body.page-product .product-cover img,
  body.page-product .product-lmage-large img,
  body.page-product .js-qv-product-cover {
    aspect-ratio: 3 / 4.25 !important;
    padding: 8px;
  }

  body.page-product #product-images-thumbs .swiper-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.page-product #col-product-info {
    padding: 24px 18px 28px !important;
    box-shadow: 0 18px 50px rgba(26, 26, 23, .06);
  }

  body.page-product .product_header_container .page-title {
    font-size: clamp(56px, 17vw, 74px) !important;
  }

  body.page-product .mg-product-intro,
  body.page-product .product-description {
    font-size: 21px !important;
  }

  body.page-product .mg-product-atelier {
    grid-template-columns: 1fr;
  }

  body.page-product .mg-product-atelier span {
    min-height: 48px;
    border-right: 0;
    border-bottom: 1px solid rgba(26, 26, 23, .09);
  }

  body.page-product .category-products,
  body.page-product .product-accessories {
    padding-right: 14px;
    padding-left: 14px;
  }
}

/* Codex: product page aligned to the supplied couture mockup */
body.page-product {
  --mg-product-max: 1140px;
  --mg-product-gap: clamp(42px, 5.4vw, 78px);
}

body.page-product #wrapper {
  padding-top: clamp(36px, 4.6vw, 62px);
  background: #f7f0e6;
}

body.page-product #inner-wrapper {
  padding-right: clamp(22px, 7.8vw, 150px);
  padding-left: clamp(22px, 7.8vw, 150px);
}

body.page-product .breadcrumb {
  margin-bottom: clamp(28px, 3vw, 42px);
  padding-right: clamp(22px, 7.8vw, 150px);
  padding-left: clamp(22px, 7.8vw, 150px);
  font-size: 8px;
  letter-spacing: .28em;
}

body.page-product .breadcrumb a,
body.page-product .breadcrumb span {
  color: rgba(79, 70, 58, .62);
  font-weight: 800;
  text-transform: uppercase;
}

body.page-product .mg-product-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, .72fr) !important;
  gap: var(--mg-product-gap) !important;
}

body.page-product .mg-product-media {
  position: static !important;
}

body.page-product .images-container::before {
  content: "Love\A by\A MAISON GABRIELLE";
  left: clamp(18px, 2vw, 28px);
  top: clamp(18px, 2vw, 28px);
  z-index: 4;
  display: block;
  writing-mode: initial;
  white-space: pre;
  color: rgba(26, 26, 23, .62);
  font-family: var(--mg-cat-serif);
  font-size: clamp(18px, 2.4vw, 34px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .9;
}

body.page-product .product-cover,
body.page-product #product-images-large,
body.page-product #product-images-large .swiper-wrapper,
body.page-product .product-lmage-large,
body.page-product .easyzoom-product,
body.page-product .product-cover picture {
  background: #efe4d2 !important;
}

body.page-product .product-cover {
  box-shadow: none !important;
}

body.page-product .product-cover img,
body.page-product .product-lmage-large img,
body.page-product .js-qv-product-cover {
  aspect-ratio: 4 / 5.1 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
}

body.page-product .product-cover::after {
  content: "COLLECTION LOVE 2026";
  position: absolute;
  right: 18px;
  bottom: 14px;
  z-index: 5;
  color: rgba(247, 240, 230, .96);
  background: rgba(247, 240, 230, .88);
  color: #6f604d;
  padding: 7px 12px;
  font-family: var(--mg-cat-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .22em;
  pointer-events: none;
}

body.page-product #product-images-thumbs .swiper-wrapper {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.page-product .thumb-container {
  background: #efe4d2;
  opacity: 1;
  box-shadow: none !important;
}

body.page-product .thumb-container:hover,
body.page-product .thumb-container:has(.selected) {
  box-shadow: none !important;
}

body.page-product .thumb-container:has(.selected) {
  outline: 1px solid #9c7b4a;
  outline-offset: -1px;
}

body.page-product .thumb-container .thumb {
  aspect-ratio: 1 / 1.12 !important;
}

body.page-product #col-product-info {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-product #col-product-info::before {
  display: none;
}

body.page-product .mg-product-kicker {
  margin-bottom: 12px !important;
  color: rgba(79, 70, 58, .64);
  font-size: 8px !important;
  letter-spacing: .32em !important;
}

body.page-product .mg-product-kicker span {
  display: none;
}

body.page-product .product_header_container .page-title {
  margin-bottom: 10px !important;
  font-size: clamp(66px, 6.4vw, 92px) !important;
  font-weight: 400;
  line-height: .9 !important;
}

body.page-product .mg-product-price-line {
  margin: 0 0 16px;
  padding-bottom: 0;
  border-bottom: 0;
}

body.page-product .mg-product-price-line span {
  margin-bottom: 3px;
  color: rgba(79, 70, 58, .6);
  font-size: 8px;
  letter-spacing: .3em;
}

body.page-product .mg-product-price-line strong {
  color: #9d7845;
  font-size: clamp(22px, 2.2vw, 30px);
}

body.page-product .mg-product-intro,
body.page-product .product-description {
  max-width: 420px !important;
  color: #554c42;
  font-size: clamp(18px, 1.45vw, 22px) !important;
  line-height: 1.55 !important;
}

body.page-product .mg-product-sizes {
  margin-top: 24px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(79, 70, 58, .18);
}

body.page-product .mg-product-sizes span {
  color: rgba(79, 70, 58, .6);
  font-size: 8px;
  letter-spacing: .3em;
}

body.page-product .mg-product-sizes em {
  width: 42px !important;
  height: 36px !important;
  border-color: rgba(79, 70, 58, .16);
  background: transparent;
  font-size: 11px !important;
  font-style: normal;
}

body.page-product .mg-product-cta {
  gap: 8px !important;
  margin: 20px 0 18px !important;
}

body.page-product .mg-product-cta__primary,
body.page-product .mg-product-cta__secondary {
  min-height: 44px !important;
  padding: 0 18px !important;
  font-size: 8px !important;
  letter-spacing: .32em !important;
}

body.page-product .mg-product-atelier {
  display: none !important;
}

body.page-product .mg-product-details-panel {
  margin-top: 20px !important;
  border-top-color: rgba(79, 70, 58, .18) !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid section {
  padding: 17px 0 !important;
  border-bottom-color: rgba(79, 70, 58, .16) !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid h3 {
  color: rgba(79, 70, 58, .72);
  font-size: 8px;
  letter-spacing: .32em;
}

body.page-product .mg-product-details-panel .mg-product-details-grid p {
  max-width: 430px !important;
  color: #554c42;
  font-family: var(--mg-cat-sans);
  font-size: 12px !important;
  line-height: 1.6;
}

body.page-product .category-products,
body.page-product .product-accessories {
  max-width: 1140px !important;
  margin-top: clamp(118px, 12vw, 178px) !important;
  padding-right: clamp(22px, 7.8vw, 150px);
  padding-left: clamp(22px, 7.8vw, 150px);
}

body.page-product .category-products .section-title,
body.page-product .product-accessories .section-title {
  display: grid !important;
  grid-template-columns: minmax(230px, .62fr) minmax(260px, .78fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 70px) !important;
  text-align: left !important;
}

body.page-product .category-products .section-title::before,
body.page-product .product-accessories .section-title::before {
  content: "VOUS AIMEREZ AUSSI";
  display: block;
  margin-bottom: 18px;
  color: rgba(79, 70, 58, .54);
  font-family: var(--mg-cat-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .34em;
}

body.page-product .category-products .section-title span {
  font-size: clamp(40px, 4.6vw, 66px) !important;
}

body.page-product .product-accessories .section-title em {
  color: #9d7845;
}

body.page-product .category-products .section-title::after,
body.page-product .product-accessories .section-title::after {
  content: "Produits actifs reliés à la même catégorie PrestaShop, affichés par le module dédié.";
  max-width: 330px;
  color: #6c6257;
  font-family: var(--mg-cat-serif);
  font-size: clamp(17px, 1.4vw, 22px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}

body.page-product .category-products .block-content,
body.page-product .category-products .swiper-container-wrapper,
body.page-product .category-products .products,
body.page-product .product-accessories .block-content,
body.page-product .product-accessories .swiper-container-wrapper,
body.page-product .product-accessories .products {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

body.page-product .category-products .swiper-wrapper,
body.page-product .product-accessories .swiper-wrapper,
body.page-product .mg-related-grid {
  gap: clamp(24px, 2.8vw, 42px) !important;
}

body.page-product .category-products .swiper-wrapper,
body.page-product .product-accessories .swiper-wrapper,
body.page-product .mg-related-grid {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.page-product .category-products .swiper,
body.page-product .category-products .swiper-container,
body.page-product .category-products .swiper-wrapper,
body.page-product .product-accessories .swiper,
body.page-product .product-accessories .swiper-container,
body.page-product .product-accessories .swiper-wrapper {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  overflow: visible !important;
  transform: none !important;
}

body.page-product .category-products .swiper-slide,
body.page-product .product-accessories .swiper-slide,
body.page-product .category-products .js-product-miniature-wrapper,
body.page-product .product-accessories .js-product-miniature-wrapper,
body.page-product .category-products .product-miniature,
body.page-product .product-accessories .product-miniature {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
}

body.page-product .category-products .swiper-notification,
body.page-product .product-accessories .swiper-notification {
  display: none !important;
}

body.page-product .product-miniature .thumbnail-container,
body.page-product .product-miniature .thumbnail-top,
body.page-product .product-miniature .product-thumbnail {
  box-shadow: none !important;
  background: #efe4d2;
}

body.page-product .product-miniature .product-description {
  display: grid !important;
  grid-template-columns: 1fr auto;
  gap: 10px 20px;
  margin-top: 16px !important;
  padding-top: 0;
  border: 0;
}

body.page-product .product-miniature .product-title,
body.page-product .product-miniature .product-title a {
  font-size: clamp(20px, 1.6vw, 27px) !important;
}

body.page-product .product-miniature .product-title::after {
  margin-top: 6px;
  color: rgba(79, 70, 58, .6);
  font-size: 8px;
}

body.page-product .category-products::after {
  content: "Cette sélection suit la catégorie réelle de la fiche produit, pour éviter les recommandations hors famille.";
  max-width: 760px;
  margin-top: clamp(120px, 14vw, 190px) !important;
  color: #453d35;
  font-size: clamp(34px, 4vw, 58px);
}

@media (max-width: 991px) {
  body.page-product #inner-wrapper,
  body.page-product .breadcrumb,
  body.page-product .category-products,
  body.page-product .product-accessories {
    padding-right: 20px;
    padding-left: 20px;
  }

  body.page-product .mg-product-layout,
  body.page-product .category-products .section-title,
  body.page-product .product-accessories .section-title {
    grid-template-columns: 1fr !important;
  }

  body.page-product .category-products .section-title::after,
  body.page-product .product-accessories .section-title::after {
    max-width: 520px;
  }
}

@media (max-width: 575px) {
  body.page-product #wrapper {
    padding-top: 22px;
  }

  body.page-product #inner-wrapper,
  body.page-product .category-products,
  body.page-product .product-accessories {
    padding-right: 14px;
    padding-left: 14px;
  }

  body.page-product .images-container::before,
  body.page-product .product-cover::after {
    display: none;
  }

  body.page-product .product-cover img,
  body.page-product .product-lmage-large img,
  body.page-product .js-qv-product-cover {
    aspect-ratio: 3 / 4.1 !important;
  }

  body.page-product #product-images-thumbs .swiper-wrapper {
    gap: 8px !important;
  }

  body.page-product .product_header_container .page-title {
    font-size: clamp(56px, 17vw, 76px) !important;
  }

  body.page-product .mg-product-intro,
  body.page-product .product-description {
    font-size: 20px !important;
  }

  body.page-product .category-products,
  body.page-product .product-accessories {
    margin-top: 82px !important;
  }

  body.page-product .category-products::after {
    margin-top: 84px !important;
    font-size: 31px;
  }
}

/* Product variants v2 — real PrestaShop declinations, no mocked size strip. */
body.page-product .product-description .mg-product-sizes {
  display: none !important;
}

body.page-product .product-variants {
  display: block !important;
  margin: clamp(28px, 3.4vw, 42px) 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.page-product .product-variants-item {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-product .product-variants .form-control-label {
  display: block;
  margin: 0 0 20px;
  color: rgba(79, 70, 58, .68);
  font-family: var(--mg-cat-sans);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .46em;
  line-height: 1;
  text-transform: uppercase;
}

body.page-product .product-variants ul {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 590px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.page-product .product-variants .input-container {
  position: relative;
  float: none !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  height: 70px;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-product .product-variants .input-radio {
  position: absolute !important;
  inset: 0;
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 0;
  cursor: pointer;
}

body.page-product .product-variants .radio-label {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 70px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #1f1c18;
  border: 2px solid rgba(79, 70, 58, .16);
  background: rgba(255, 250, 241, .24);
  font-family: var(--mg-cat-serif);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transition: border-color .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}

body.page-product .product-variants .input-radio:checked + .radio-label,
body.page-product .product-variants .input-radio:hover + .radio-label,
body.page-product .product-variants .input-radio:focus-visible + .radio-label {
  color: #171511;
  border-color: rgba(23, 21, 17, .54);
  background: rgba(255, 250, 241, .58);
  box-shadow: inset 0 0 0 1px rgba(23, 21, 17, .08);
}

body.page-product .product-variants .attribute-not-in-stock .radio-label {
  opacity: 1;
}

body.page-product .product-variants .attribute-not-in-stock .radio-label::after {
  display: none;
  content: none;
}

body.page-product .product-actions {
  margin-top: clamp(22px, 3vw, 36px) !important;
}

@media (max-width: 575px) {
  body.page-product .product-variants {
    margin-top: 26px !important;
  }

  body.page-product .product-variants .form-control-label {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: .38em;
  }

  body.page-product .product-variants ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.page-product .product-variants .input-container,
  body.page-product .product-variants .radio-label {
    height: 62px;
  }
}

/* Product page v3 — match produit.html mockup, excluding header/footer. */
@media (min-width: 992px) {
  body.page-product #wrapper {
    padding-top: 0 !important;
    background:
      radial-gradient(circle at 98% 16%, rgba(255, 255, 255, .48), transparent 26%),
      #f7f0e6 !important;
  }

  body.page-product #inner-wrapper,
  body.page-product #content-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.page-product #main,
  body.page-product #main-product-wrapper {
    width: 100% !important;
    max-width: none !important;
  }

  body.page-product #main-product-wrapper {
    padding: 56px clamp(42px, 4vw, 58px) 72px !important;
  }

  body.page-product .breadcrumb {
    max-width: none;
    margin: 0 0 54px !important;
    padding: 0 !important;
    color: #7c6f60;
    font-size: 10px;
    letter-spacing: .24em;
  }

  body.page-product .mg-product-layout {
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: minmax(620px, 760px) minmax(420px, 507px) !important;
    justify-content: space-between;
    align-items: start;
    column-gap: clamp(48px, 4vw, 58px) !important;
    margin: 0 !important;
  }

  body.page-product .mg-product-media,
  body.page-product .mg-product-panel {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
  }

  body.page-product .mg-product-media {
    min-width: 0;
  }

  body.page-product .mg-product-panel,
  body.page-product #col-product-info,
  body.page-product .product_header_container,
  body.page-product .product-information {
    width: 100% !important;
    max-width: 507px !important;
  }

  body.page-product .images-container {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body.page-product .images-container::before,
  body.page-product .product-cover::after {
    display: none !important;
    content: none !important;
  }

  body.page-product .product-cover {
    width: 100% !important;
    margin: 0 0 18px !important;
    background: #ede2d0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.page-product .product-cover img,
  body.page-product .js-qv-product-cover {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center top !important;
  }

  body.page-product #product-images-thumbs {
    margin-top: 18px !important;
  }

  body.page-product #product-images-thumbs .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px !important;
    transform: none !important;
  }

  body.page-product #product-images-thumbs .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }

  body.page-product .product_header_container {
    margin: 0 !important;
    padding: 0 0 18px !important;
    border-bottom: 1px solid rgba(79, 70, 58, .18);
  }

  body.page-product .mg-product-kicker {
    margin: 0 0 22px !important;
    color: #7c6f60;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .26em;
    line-height: 1.6;
  }

  body.page-product .mg-product-kicker span {
    display: none;
  }

  body.page-product .product_header_container .page-title {
    margin: 0 !important;
    color: #1a1a17 !important;
    font-family: var(--mg-cat-serif) !important;
    font-size: clamp(72px, 6vw, 86px) !important;
    font-style: italic !important;
    font-weight: 400 !important;
    letter-spacing: -.012em !important;
    line-height: .96 !important;
  }

  body.page-product .product-information {
    padding-top: 0 !important;
  }

  body.page-product .mg-product-price-line {
    margin: 0 0 28px !important;
    padding-top: 0 !important;
  }

  body.page-product .mg-product-price-line span {
    display: block;
    margin-bottom: 8px !important;
    color: #7c6f60 !important;
    font-family: var(--mg-cat-sans);
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: .24em !important;
    line-height: 1.2;
    text-transform: uppercase;
  }

  body.page-product .mg-product-price-line strong {
    color: #8a6a3d !important;
    font-family: var(--mg-cat-serif) !important;
    font-size: 36px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 1 !important;
  }

  body.page-product .mg-product-intro,
  body.page-product .product-description {
    max-width: 444px !important;
    margin: 0 0 28px !important;
    color: #3a342c !important;
    font-family: var(--mg-cat-serif) !important;
    font-size: 22px !important;
    font-style: italic !important;
    line-height: 1.4 !important;
  }

  body.page-product .product-variants {
    margin: 0 !important;
    padding: 18px 0 16px !important;
    border-top: 1px solid rgba(79, 70, 58, .18) !important;
    border-bottom: 1px solid rgba(79, 70, 58, .18) !important;
  }

  body.page-product .product-variants .form-control-label {
    margin-bottom: 14px !important;
    color: #7c6f60 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: .22em !important;
  }

  body.page-product .product-variants ul {
    grid-template-columns: repeat(6, 50px) !important;
    gap: 8px !important;
    max-width: 100% !important;
  }

  body.page-product .product-variants .input-container,
  body.page-product .product-variants .radio-label {
    width: 50px !important;
    height: 46px !important;
  }

  body.page-product .product-variants .radio-label {
    border-width: 1px !important;
    border-color: rgba(79, 70, 58, .2) !important;
    background: transparent !important;
    font-size: 18px !important;
  }

  body.page-product .product-variants .input-radio:checked + .radio-label,
  body.page-product .product-variants .input-radio:hover + .radio-label,
  body.page-product .product-variants .input-radio:focus-visible + .radio-label {
    border-color: rgba(23, 21, 17, .42) !important;
    background: rgba(255, 250, 241, .38) !important;
    box-shadow: none !important;
  }

  body.page-product .mg-product-cta {
    gap: 10px !important;
    margin: 16px 0 22px !important;
  }

  body.page-product .mg-product-cta__primary,
  body.page-product .mg-product-cta__secondary {
    min-height: 54px !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: .26em !important;
  }

  body.page-product .mg-product-details-panel {
    margin-top: 0 !important;
    border-top: 1px solid rgba(79, 70, 58, .18);
  }

  body.page-product .mg-product-details-panel .mg-product-details-grid {
    display: block !important;
  }

  body.page-product .mg-product-details-panel .mg-product-details-grid section {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(79, 70, 58, .18) !important;
  }

  body.page-product .mg-product-details-panel .mg-product-details-grid h3 {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
    color: #1a1a17 !important;
    font-family: var(--mg-cat-sans) !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: .24em !important;
    text-transform: uppercase;
    cursor: pointer;
  }

  body.page-product .mg-product-details-panel .mg-product-details-grid h3::after {
    content: "+";
    color: #8a6a3d;
    font-size: 14px;
    letter-spacing: 0;
  }

  body.page-product .mg-product-details-panel .mg-product-details-grid section.is-open h3::after {
    content: "×";
  }

  body.page-product .mg-product-details-panel .mg-product-details-grid p {
    margin: 0 !important;
    padding: 0 0 24px !important;
    color: #3a342c !important;
    font-family: var(--mg-cat-sans) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
}

@media (min-width: 992px) and (max-width: 1240px) {
  body.page-product .mg-product-layout {
    grid-template-columns: minmax(520px, 1fr) minmax(390px, 450px) !important;
    column-gap: 36px !important;
  }
}

/* Product page v4 — produit.html integration, header/footer excluded. */
body.page-product {
  --mg-product-bg: #f7f1e8;
  --mg-product-bg-2: #ede2d0;
  --mg-product-paper: #fbf6ee;
  --mg-product-ink: #1a1a17;
  --mg-product-ink-2: #3a342c;
  --mg-product-muted: #7c6f60;
  --mg-product-line: rgba(26, 26, 23, .14);
  --mg-product-hairline: rgba(26, 26, 23, .08);
  --mg-product-gold: #b08d57;
  --mg-product-gold-2: #8a6a3d;
  --mg-product-shadow-lg: 0 30px 80px -30px rgba(26, 26, 23, .35);
  --mg-product-container: 1440px;
  --mg-product-pad: clamp(20px, 4vw, 64px);
}

body.page-product #wrapper {
  background: var(--mg-product-bg) !important;
}

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

body.page-product #main-product-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--mg-product-bg) !important;
}

body.page-product .breadcrumb {
  max-width: var(--mg-product-container);
  margin: 0 auto !important;
  padding: clamp(28px, 4vw, 48px) var(--mg-product-pad) 0 !important;
  color: var(--mg-product-muted) !important;
  font-size: 10px !important;
  letter-spacing: .24em !important;
  text-transform: uppercase !important;
}

body.page-product .mg-product-layout {
  width: 100% !important;
  max-width: var(--mg-product-container) !important;
  margin: 0 auto !important;
  padding: clamp(28px, 4vw, 56px) var(--mg-product-pad) clamp(40px, 6vw, 72px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr) !important;
  gap: clamp(28px, 4vw, 64px) !important;
  align-items: start !important;
  justify-content: normal !important;
}

body.page-product .mg-product-media,
body.page-product .mg-product-panel {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
  padding: 0 !important;
}

body.page-product .mg-product-panel,
body.page-product #col-product-info,
body.page-product .product_header_container,
body.page-product .product-information {
  width: 100% !important;
  max-width: none !important;
}

body.page-product #col-product-info {
  position: sticky !important;
  top: 116px !important;
}

body.page-product .images-container,
body.page-product .product-cover,
body.page-product #product-images-large,
body.page-product #product-images-large .swiper-wrapper,
body.page-product .product-lmage-large,
body.page-product .easyzoom-product,
body.page-product .product-cover picture {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--mg-product-bg-2) !important;
  border: 0 !important;
}

body.page-product .product-cover,
body.page-product #product-images-large,
body.page-product .product-lmage-large,
body.page-product .easyzoom-product,
body.page-product .product-cover picture {
  position: relative !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
  box-shadow: var(--mg-product-shadow-lg) !important;
}

body.page-product .product-cover img,
body.page-product .product-lmage-large img,
body.page-product .js-qv-product-cover {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 4 / 5 !important;
  object-fit: cover !important;
  object-position: center top !important;
  transform: none !important;
}

body.page-product .images-container::before,
body.page-product .product-cover::after,
body.page-product .product-cover .layer,
body.page-product .product-cover .expander,
body.page-product .product-cover .swiper-button-arrow,
body.page-product #product-images-large .swiper-button-arrow {
  display: none !important;
  content: none !important;
}

body.page-product #product-images-thumbs {
  display: block !important;
  width: 100% !important;
  margin: clamp(12px, 1.8vw, 18px) 0 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.page-product #product-images-thumbs .swiper-wrapper {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(10px, 1.4vw, 16px) !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

body.page-product #product-images-thumbs .swiper-slide {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

body.page-product .thumb-container {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 3 / 4 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  background: var(--mg-product-bg-2) !important;
  border: 1px solid var(--mg-product-hairline) !important;
  transition: border-color .3s cubic-bezier(.7, 0, .2, 1), transform .3s cubic-bezier(.7, 0, .2, 1) !important;
}

body.page-product .thumb-container:hover,
body.page-product .thumb-container:has(.selected),
body.page-product .thumb-container.is-active {
  border-color: var(--mg-product-gold-2) !important;
}

body.page-product .thumb-container:has(.selected)::after,
body.page-product .thumb-container.is-active::after {
  content: "" !important;
  position: absolute !important;
  inset: 7px !important;
  border: 1px solid rgba(138, 106, 61, .42) !important;
  pointer-events: none !important;
}

body.page-product .thumb-container .thumb {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(.94) !important;
}

body.page-product .mg-product-caption {
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 2 !important;
  color: var(--mg-product-ink-2) !important;
  font-size: 10px !important;
  letter-spacing: .24em !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
  pointer-events: none !important;
}

body.page-product .mg-product-kicker {
  margin: 0 0 22px !important;
  color: var(--mg-product-muted) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .26em !important;
  line-height: 1.6 !important;
  text-transform: uppercase !important;
}

body.page-product .product_header_container {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.page-product .product_header_container .page-title {
  margin: 0 0 14px !important;
  color: var(--mg-product-ink) !important;
  font-family: var(--mg-cat-serif) !important;
  font-size: clamp(52px, 6vw, 96px) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: .96 !important;
}

body.page-product .product-information {
  padding-top: 0 !important;
}

body.page-product .mg-product-price-line {
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: var(--mg-product-gold-2) !important;
  font-family: var(--mg-cat-serif) !important;
  font-size: clamp(24px, 2.6vw, 36px) !important;
  line-height: 1 !important;
}

body.page-product .mg-product-price-line span {
  display: block !important;
  margin-bottom: 8px !important;
  color: var(--mg-product-muted) !important;
  font-family: var(--mg-cat-sans) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: .24em !important;
  text-transform: uppercase !important;
}

body.page-product .mg-product-price-line strong {
  display: block !important;
  color: var(--mg-product-gold-2) !important;
  font-family: var(--mg-cat-serif) !important;
  font-size: inherit !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

body.page-product .mg-product-price-line a {
  display: inline-flex !important;
  margin-top: 12px !important;
  color: var(--mg-product-ink) !important;
  font-family: var(--mg-cat-sans) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: .22em !important;
  line-height: 1.5 !important;
  text-decoration: underline !important;
  text-underline-offset: 5px !important;
  text-transform: uppercase !important;
}

body.page-product .mg-product-price-line a:hover,
body.page-product .mg-product-price-line a:focus {
  color: var(--mg-product-gold-2) !important;
}

body.page-product .mg-product-intro,
body.page-product .product-description {
  max-width: 46ch !important;
  margin: 0 0 22px !important;
  color: var(--mg-product-ink-2) !important;
  font-family: var(--mg-cat-serif) !important;
  font-size: 22px !important;
  font-style: italic !important;
  line-height: 1.4 !important;
}

body.page-product .product-variants {
  margin: 0 !important;
  padding: 14px 0 !important;
  border-top: 1px solid var(--mg-product-line) !important;
  border-bottom: 1px solid var(--mg-product-line) !important;
}

body.page-product .product-variants .form-control-label {
  display: block !important;
  margin: 0 0 12px !important;
  color: var(--mg-product-muted) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: .22em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.page-product .product-variants ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  max-width: 100% !important;
}

body.page-product .product-variants .input-container,
body.page-product .product-variants .radio-label {
  width: 50px !important;
  height: 46px !important;
}

body.page-product .product-variants .radio-label {
  display: grid !important;
  place-items: center !important;
  border: 1px solid var(--mg-product-line) !important;
  background: transparent !important;
  color: var(--mg-product-ink) !important;
  font-family: var(--mg-cat-serif) !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  transition: all .25s cubic-bezier(.7, 0, .2, 1) !important;
}

body.page-product .product-variants .input-radio:checked + .radio-label,
body.page-product .product-variants .input-radio:hover + .radio-label,
body.page-product .product-variants .input-radio:focus-visible + .radio-label {
  border-color: var(--mg-product-gold-2) !important;
  background: rgba(251, 246, 238, .42) !important;
  box-shadow: none !important;
}

body.page-product .mg-product-cta {
  display: grid !important;
  gap: 10px !important;
  margin: 18px 0 22px !important;
}

body.page-product .mg-product-cta__primary,
body.page-product .mg-product-cta__secondary {
  min-height: 54px !important;
  border-radius: 0 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: .26em !important;
}

body.page-product .mg-product-details-panel {
  margin-top: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--mg-product-line) !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid {
  display: block !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid section {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--mg-product-line) !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid h3 {
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 !important;
  color: var(--mg-product-muted) !important;
  font-family: var(--mg-cat-sans) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: .24em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid section.is-open h3 {
  color: var(--mg-product-ink) !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid p {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--mg-product-ink-2) !important;
  font-family: var(--mg-cat-sans) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid section.is-open p {
  padding-bottom: 20px !important;
}

body.page-product .product-related,
body.page-product .mg-product-related {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  padding-bottom: clamp(48px, 6vw, 80px) !important;
  background: var(--mg-product-bg) !important;
}

body.page-product .section-num {
  max-width: var(--mg-product-container);
  margin: 0 auto;
  padding: 0 var(--mg-product-pad);
  color: var(--mg-product-gold-2);
  font-family: var(--mg-cat-serif);
  font-size: 22px;
  font-style: italic;
}

body.page-product .section-head {
  max-width: var(--mg-product-container);
  margin: 0 auto;
  padding: clamp(72px, 11vw, 150px) var(--mg-product-pad) clamp(48px, 5.8vw, 70px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: end;
}

body.page-product .section-head .eyebrow,
body.page-product .section-head h2 {
  grid-column: 1;
}

body.page-product .section-head h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--mg-product-ink);
  font-family: var(--mg-cat-serif);
  font-size: clamp(42px, 5.8vw, 92px);
  font-weight: 400;
  line-height: .95;
}

body.page-product .section-head h2 em {
  color: var(--mg-product-gold-2);
  font-style: italic;
}

body.page-product .section-head .section-sub {
  grid-column: 2;
  align-self: end;
  max-width: 38ch;
  margin: 0;
  color: var(--mg-product-ink-2);
  font-family: var(--mg-cat-serif);
  font-size: 22px;
  font-style: italic;
  line-height: 1.4;
}

body.page-product .product-related__grid,
body.page-product .mg-product-related .grid {
  max-width: var(--mg-product-container);
  margin: 0 auto;
  padding: 0 var(--mg-product-pad);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 4vw, 64px) clamp(20px, 2.5vw, 36px);
}

body.page-product .card {
  position: relative;
  display: flex;
  flex-direction: column;
}

body.page-product .card__media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--mg-product-bg-2);
}

body.page-product .card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .8s cubic-bezier(.7, 0, .2, 1), transform 1.4s cubic-bezier(.7, 0, .2, 1);
}

body.page-product .card__media .card__alt {
  opacity: 0;
  transform: scale(1.04);
}

body.page-product .card:hover .card__media .card__main {
  opacity: 0;
  transform: scale(1.04);
}

body.page-product .card:hover .card__media .card__alt {
  opacity: 1;
  transform: scale(1);
}

body.page-product .card__num {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 4px 12px;
  background: rgba(251, 246, 238, .92);
  color: var(--mg-product-ink);
  font-family: var(--mg-cat-serif);
  font-size: 14px;
  font-style: italic;
}

body.page-product .card__quick {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 50px;
  display: grid;
  place-items: center;
  background: var(--mg-product-ink);
  color: var(--mg-product-bg);
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  transform: translateY(100%);
  transition: transform .5s cubic-bezier(.7, 0, .2, 1);
}

body.page-product .card:hover .card__quick {
  transform: none;
}

body.page-product .card__info {
  padding: 22px 0 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

body.page-product .card__name {
  margin: 0;
  color: var(--mg-product-ink);
  font-family: var(--mg-cat-serif);
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

body.page-product .card__cat {
  margin: 6px 0 0;
  color: var(--mg-product-muted);
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

body.page-product .card__price {
  margin: 0;
  color: var(--mg-product-ink);
  font-family: var(--mg-cat-serif);
  font-size: 18px;
  white-space: nowrap;
}

body.page-product .card__price-from {
  margin-right: 6px;
  color: var(--mg-product-muted);
  font-family: var(--mg-cat-sans);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

body.page-product .quote,
body.page-product .mg-product-quote {
  position: relative;
  width: 100%;
  margin: 0;
  padding: clamp(80px, 12vw, 180px) var(--mg-product-pad);
  background: var(--mg-product-bg);
  text-align: center;
}

body.page-product .quote__mark {
  display: block;
  margin-bottom: -40px;
  color: var(--mg-product-gold);
  font-family: var(--mg-cat-serif);
  font-size: clamp(120px, 16vw, 220px);
  line-height: 1;
  opacity: .4;
}

body.page-product .quote blockquote {
  max-width: 920px;
  margin: 0 auto;
}

body.page-product .quote p {
  margin: 0;
  color: var(--mg-product-ink);
  font-family: var(--mg-cat-serif);
  font-size: clamp(26px, 3.6vw, 48px);
  font-style: italic;
  line-height: 1.28;
}

body.page-product .quote cite {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
  color: var(--mg-product-muted);
  font-style: normal;
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

body.page-product .quote__divider {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--mg-product-gold);
}

@media (max-width: 1100px) {
  body.page-product .mg-product-layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr) !important;
    gap: clamp(24px, 3vw, 40px) !important;
  }

  body.page-product #col-product-info {
    top: 104px !important;
  }

  body.page-product .mg-product-intro,
  body.page-product .product-description {
    font-size: clamp(17px, 1.8vw, 20px) !important;
  }
}

@media (max-width: 860px) {
  body.page-product .breadcrumb {
    padding-top: clamp(22px, 4vw, 34px) !important;
  }

  body.page-product .mg-product-layout {
    grid-template-columns: 1fr !important;
    gap: clamp(24px, 4vw, 40px) !important;
    padding-top: clamp(24px, 4vw, 40px) !important;
  }

  body.page-product #col-product-info {
    position: static !important;
    max-width: 680px !important;
  }

  body.page-product .product-cover,
  body.page-product #product-images-large,
  body.page-product .product-lmage-large,
  body.page-product .easyzoom-product,
  body.page-product .product-cover picture,
  body.page-product .product-cover img,
  body.page-product .product-lmage-large img,
  body.page-product .js-qv-product-cover {
    aspect-ratio: 5 / 6 !important;
  }

  body.page-product .mg-product-cta {
    grid-template-columns: 1fr 1fr !important;
  }

  body.page-product .section-head,
  body.page-product .product-related__grid,
  body.page-product .mg-product-related .grid {
    grid-template-columns: 1fr !important;
  }

  body.page-product .section-head .section-sub {
    grid-column: 1 !important;
  }
}

@media (max-width: 560px) {
  body.page-product .breadcrumb {
    font-size: 9px !important;
    letter-spacing: .18em !important;
  }

  body.page-product .mg-product-layout {
    padding-top: 20px !important;
    padding-bottom: 48px !important;
    gap: 22px !important;
  }

  body.page-product .product-cover,
  body.page-product #product-images-large,
  body.page-product .product-lmage-large,
  body.page-product .easyzoom-product,
  body.page-product .product-cover picture,
  body.page-product .product-cover img,
  body.page-product .product-lmage-large img,
  body.page-product .js-qv-product-cover {
    aspect-ratio: 3 / 4 !important;
  }

  body.page-product .mg-product-caption {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    font-size: 9px !important;
    letter-spacing: .18em !important;
  }

  body.page-product #product-images-thumbs .swiper-wrapper {
    display: flex !important;
    overflow-x: auto !important;
    gap: 10px !important;
    padding-bottom: 4px !important;
    scroll-snap-type: x mandatory;
  }

  body.page-product #product-images-thumbs .swiper-slide {
    flex: 0 0 96px !important;
  }

  body.page-product .thumb-container {
    min-height: 128px !important;
    scroll-snap-align: start;
  }

  body.page-product .product_header_container .page-title {
    margin-bottom: 16px !important;
    font-size: clamp(56px, 18vw, 86px) !important;
  }

  body.page-product .mg-product-price-line {
    font-size: 30px !important;
  }

  body.page-product .mg-product-intro,
  body.page-product .product-description {
    margin-bottom: 28px !important;
    font-size: 19px !important;
    line-height: 1.38 !important;
  }

  body.page-product .product-variants .input-container,
  body.page-product .product-variants .radio-label {
    min-width: 52px !important;
    height: 50px !important;
  }

  body.page-product .mg-product-cta {
    grid-template-columns: 1fr !important;
  }

  body.page-product .product-related,
  body.page-product .mg-product-related {
    padding-bottom: 76px !important;
  }
}

/* Product page v5 — closer to produit.html mock while preserving live product data. */
body.page-product {
  --mg-product-container: 1168px;
  --mg-product-pad: clamp(18px, 2.4vw, 32px);
}

body.page-product .breadcrumb {
  padding-top: clamp(22px, 2.8vw, 34px) !important;
  font-size: 9px !important;
  letter-spacing: .22em !important;
}

body.page-product .mg-product-layout {
  padding-top: clamp(22px, 2.8vw, 34px) !important;
  padding-bottom: clamp(64px, 7vw, 96px) !important;
  grid-template-columns: minmax(0, 1.36fr) minmax(340px, .88fr) !important;
  gap: clamp(42px, 5vw, 72px) !important;
}

body.page-product #col-product-info {
  top: 96px !important;
}

body.page-product .product-cover,
body.page-product #product-images-large,
body.page-product .product-lmage-large,
body.page-product .easyzoom-product,
body.page-product .product-cover picture {
  aspect-ratio: 4 / 5.05 !important;
  box-shadow: none !important;
}

body.page-product .product-cover img,
body.page-product .product-lmage-large img,
body.page-product .js-qv-product-cover {
  aspect-ratio: 4 / 5.05 !important;
}

body.page-product #product-images-thumbs {
  margin-top: 14px !important;
}

body.page-product #product-images-thumbs .swiper-wrapper {
  gap: 13px !important;
}

body.page-product .thumb-container {
  aspect-ratio: 1 / 1 !important;
}

body.page-product .mg-product-caption {
  left: 16px !important;
  right: auto !important;
  bottom: 16px !important;
  max-width: calc(100% - 32px) !important;
  padding: 8px 12px !important;
  background: rgba(251, 246, 238, .9) !important;
  color: #5a4d3f !important;
  font-size: 8px !important;
  letter-spacing: .24em !important;
}

body.page-product .mg-product-kicker {
  margin-bottom: 18px !important;
  font-size: 9px !important;
  letter-spacing: .24em !important;
}

body.page-product .product_header_container .page-title {
  margin-bottom: 10px !important;
  font-size: clamp(58px, 5vw, 82px) !important;
  line-height: .92 !important;
}

body.page-product .mg-product-price-line {
  margin-bottom: 18px !important;
  font-size: clamp(25px, 2.1vw, 33px) !important;
}

body.page-product .mg-product-price-line span {
  margin-bottom: 7px !important;
  font-size: 8px !important;
  letter-spacing: .24em !important;
}

body.page-product .mg-product-price-line a {
  margin-top: 10px !important;
  font-size: 8px !important;
  letter-spacing: .22em !important;
}

body.page-product .mg-product-intro,
body.page-product .product-description {
  max-width: 38ch !important;
  margin-bottom: 24px !important;
  font-size: clamp(17px, 1.35vw, 20px) !important;
  line-height: 1.48 !important;
}

body.page-product .product-variants {
  padding: 13px 0 14px !important;
}

body.page-product .product-variants .form-control-label {
  margin-bottom: 11px !important;
  font-size: 9px !important;
  letter-spacing: .23em !important;
}

body.page-product .product-variants ul {
  gap: 8px !important;
}

body.page-product .product-variants .input-container,
body.page-product .product-variants .radio-label {
  width: 45px !important;
  height: 38px !important;
}

body.page-product .product-variants .radio-label {
  font-size: 12px !important;
}

body.page-product .mg-product-cta {
  gap: 0 !important;
  margin: 16px 0 18px !important;
}

body.page-product .mg-product-cta__primary,
body.page-product .mg-product-cta__secondary {
  min-height: 45px !important;
  font-size: 9px !important;
  letter-spacing: .28em !important;
}

body.page-product .mg-product-cta__note,
body.page-product .mg-product-atelier {
  display: none !important;
}

body.page-product .mg-product-details-panel {
  border-top: 1px solid var(--mg-product-line) !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid h3 {
  min-height: 49px !important;
  font-size: 9px !important;
  letter-spacing: .24em !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid p {
  max-width: 44ch !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

body.page-product .mg-product-details-panel .mg-product-details-grid section.is-open p {
  padding-bottom: 16px !important;
}

body.page-product .section-head {
  padding-top: clamp(90px, 11vw, 150px) !important;
}

body.page-product .section-head .eyebrow {
  font-size: 9px !important;
  letter-spacing: .24em !important;
}

body.page-product .section-head h2 {
  font-size: clamp(44px, 4.4vw, 70px) !important;
}

body.page-product .section-head .section-sub {
  max-width: 33ch !important;
  font-size: clamp(16px, 1.3vw, 20px) !important;
}

body.page-product .card__quick {
  display: none !important;
}

body.page-product .quote,
body.page-product .mg-product-quote {
  padding-top: clamp(78px, 10vw, 130px) !important;
  padding-bottom: clamp(92px, 12vw, 160px) !important;
}

body.page-product .quote p {
  font-size: clamp(28px, 3vw, 42px) !important;
}

@media (max-width: 1100px) {
  body.page-product {
    --mg-product-container: 980px;
  }

  body.page-product .mg-product-layout {
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, .9fr) !important;
    gap: 34px !important;
  }
}

/* B2B registration page. */
body#authentication,
body.page-authentication,
body.page-registration {
  --mg-register-bg: #f7f1e8;
  --mg-register-bg-2: #ede2d0;
  --mg-register-paper: #fbf6ee;
  --mg-register-ink: #1a1a17;
  --mg-register-soft: #3a342c;
  --mg-register-muted: #7c6f60;
  --mg-register-line: rgba(26, 26, 23, .14);
  --mg-register-gold: #8a6a3d;
  --mg-register-shadow: 0 30px 80px -34px rgba(26, 26, 23, .32);
  background: var(--mg-register-bg) !important;
}

body#authentication #wrapper,
body.page-authentication #wrapper,
body.page-registration #wrapper {
  padding-top: 0 !important;
  background: var(--mg-register-bg) !important;
}

body#authentication #inner-wrapper,
body#authentication #content-wrapper,
body#authentication #main,
body#authentication #content,
body.page-authentication #inner-wrapper,
body.page-authentication #content-wrapper,
body.page-authentication #main,
body.page-authentication #content,
body.page-registration #inner-wrapper,
body.page-registration #content-wrapper,
body.page-registration #main,
body.page-registration #content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--mg-register-bg) !important;
}

body#authentication .breadcrumb,
body.page-authentication .breadcrumb,
body.page-registration .breadcrumb {
  max-width: 1440px;
  margin: 0 auto !important;
  padding: clamp(28px, 4vw, 48px) clamp(20px, 4vw, 64px) 0 !important;
  color: var(--mg-register-muted);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

body#authentication .page-header,
body.page-authentication .page-header,
body.page-registration .page-header {
  display: none !important;
}

.mg-register-page {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(30px, 4vw, 58px) clamp(20px, 4vw, 64px) clamp(64px, 8vw, 112px);
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(520px, 1fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: start;
  color: var(--mg-register-ink);
}

.mg-register-page__intro {
  position: sticky;
  top: 116px;
  min-width: 0;
}

.mg-register-eyebrow {
  margin: 0 0 18px;
  color: var(--mg-register-muted);
  font-family: var(--mg-cat-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.mg-register-page__intro h2 {
  margin: 0 0 20px;
  color: var(--mg-register-ink);
  font-family: var(--mg-cat-serif);
  font-size: clamp(58px, 6vw, 104px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .92;
}

.mg-register-lede {
  max-width: 34ch;
  margin: 0 0 28px;
  color: var(--mg-register-soft);
  font-family: var(--mg-cat-serif);
  font-size: clamp(20px, 1.8vw, 26px);
  font-style: italic;
  line-height: 1.36;
}

.mg-register-media {
  position: relative;
  width: min(100%, 440px);
  overflow: hidden;
  background: var(--mg-register-bg-2);
  box-shadow: var(--mg-register-shadow);
}

.mg-register-media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}

.mg-register-media span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: inline-block;
  width: fit-content;
  max-width: calc(100% - 32px);
  padding: 8px 12px;
  background: rgba(251, 246, 238, .9);
  color: var(--mg-register-soft);
  font-size: 10px;
  letter-spacing: .22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mg-register-steps {
  width: min(100%, 440px);
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--mg-register-line);
}

.mg-register-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--mg-register-line);
  color: var(--mg-register-soft);
  font-size: 14px;
  line-height: 1.55;
}

.mg-register-steps span {
  color: var(--mg-register-gold);
  font-family: var(--mg-cat-serif);
  font-size: 19px;
  font-style: italic;
}

.mg-register-page__form {
  min-width: 0;
  padding: clamp(28px, 4vw, 52px);
  background: var(--mg-register-paper);
  border: 1px solid rgba(26, 26, 23, .08);
  box-shadow: var(--mg-register-shadow);
}

.mg-register-form-head {
  max-width: 720px;
  margin: 0 0 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--mg-register-line);
}

.mg-register-form-head h3 {
  margin: 0 0 14px;
  color: var(--mg-register-ink);
  font-family: var(--mg-cat-serif);
  font-size: clamp(38px, 4vw, 64px);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.mg-register-form-head p {
  margin: 0;
  color: var(--mg-register-soft);
  font-size: 14px;
  line-height: 1.7;
}

.mg-register-form-head a {
  color: var(--mg-register-ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mg-register-page .register-form,
.mg-register-page #customer-form {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.mg-register-page .register-form > p {
  display: none !important;
}

.mg-register-page #customer-form > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.mg-register-page #customer-form .form-group {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mg-register-page #customer-form .form-group > label,
.mg-register-page #customer-form .js-input-column,
.mg-register-page #customer-form .form-control-comment {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
}

.mg-register-page #customer-form .form-group > label {
  display: block !important;
  margin: 0 0 8px !important;
  color: var(--mg-register-muted) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: .22em !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
}

.mg-register-page #customer-form .required::after {
  content: " *";
  color: var(--mg-register-gold);
}

.mg-register-page #customer-form input.form-control,
.mg-register-page #customer-form select.form-control {
  width: 100% !important;
  min-height: 48px !important;
  padding: 11px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--mg-register-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--mg-register-ink) !important;
  font-family: var(--mg-cat-sans) !important;
  font-size: 15px !important;
  box-shadow: none !important;
}

.mg-register-page #customer-form input.form-control:focus,
.mg-register-page #customer-form select.form-control:focus {
  border-color: var(--mg-register-gold) !important;
  outline: 0 !important;
}

.mg-register-page #customer-form .form-control-comment {
  margin-top: 6px !important;
  color: rgba(58, 52, 44, .58) !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
}

.mg-register-page #customer-form .field-password-policy,
.mg-register-page #customer-form .input-group {
  width: 100% !important;
}

.mg-register-page #customer-form .input-group {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 54px !important;
  align-items: stretch !important;
}

.mg-register-page #customer-form .input-group .btn {
  min-width: 54px;
  height: 48px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--mg-register-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--mg-register-ink) !important;
}

.mg-register-page #customer-form .radio-inline {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  margin: 0 20px 0 0;
  color: var(--mg-register-soft);
  font-size: 14px;
}

.mg-register-page #customer-form .custom-checkbox {
  width: 100% !important;
  display: flex !important;
  gap: 12px;
  align-items: start;
  color: var(--mg-register-soft);
  font-size: 13px;
  line-height: 1.55;
}

.mg-register-page #customer-form .custom-checkbox label {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  flex: 1 1 auto !important;
  margin: -2px 0 0 !important;
}

.mg-register-page #customer-form .custom-checkbox > span {
  display: grid !important;
  place-items: center !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  margin-top: 2px;
  border: 1px solid var(--mg-register-line) !important;
  background: transparent !important;
}

.mg-register-page #customer-form .custom-checkbox input:checked + span {
  border-color: var(--mg-register-ink) !important;
  background: var(--mg-register-ink) !important;
  color: var(--mg-register-bg) !important;
}

.mg-register-page #customer-form .custom-checkbox .checkbox-checked {
  font-size: 10px !important;
  color: inherit !important;
}

.mg-register-page #customer-form .mg-field-optional-marketing,
.mg-register-page #customer-form .mg-field-birthday {
  display: none !important;
}

.mg-register-page #customer-form .mg-field-checkbox,
.mg-register-page #customer-form .mg-field-radio,
.mg-register-page #customer-form .mg-field-password,
.mg-register-page #customer-form .form-footer {
  grid-column: 1 / -1;
}

.mg-register-page #customer-form .mg-field-checkbox {
  padding-top: 4px !important;
}

.mg-register-page #customer-form .mg-field-checkbox > label {
  display: none !important;
}

.mg-register-page #customer-form .mg-field-checkbox .js-input-column {
  max-width: 100% !important;
}

.mg-register-page #customer-form .mg-field-checkbox .form-control-comment {
  margin-left: 30px !important;
}

.mg-register-page #customer-form .mg-field-birthday {
  grid-column: 1 / -1;
}

.mg-register-page #customer-form .mg-field-birthday .js-input-column {
  max-width: 48% !important;
}

.mg-register-page #customer-form .form-footer {
  margin-top: 10px !important;
  padding: 22px 0 0 !important;
  border-top: 1px solid var(--mg-register-line);
  text-align: left !important;
}

.mg-register-page #customer-form .form-control-submit {
  width: 100%;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid var(--mg-register-ink) !important;
  border-radius: 0 !important;
  background: var(--mg-register-ink) !important;
  color: var(--mg-register-bg) !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.mg-register-page #customer-form .form-control-submit:hover,
.mg-register-page #customer-form .form-control-submit:focus {
  background: transparent !important;
  color: var(--mg-register-ink) !important;
}

@media (max-width: 1040px) {
  .mg-register-page {
    grid-template-columns: 1fr;
  }

  .mg-register-page__intro {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    gap: 24px;
    align-items: start;
  }

  .mg-register-lede,
  .mg-register-steps {
    max-width: none;
  }

  .mg-register-media {
    grid-row: 1 / span 3;
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  body#authentication .breadcrumb,
  body.page-authentication .breadcrumb,
  body.page-registration .breadcrumb {
    display: none !important;
  }

  .mg-register-page {
    padding: 22px 20px 72px;
    gap: 26px;
  }

  .mg-register-page__intro {
    display: block;
  }

  .mg-register-page__intro h2 {
    font-size: clamp(58px, 18vw, 86px);
  }

  .mg-register-media {
    width: 100%;
  }

  .mg-register-page__form {
    padding: 24px 18px 26px;
  }

  .mg-register-page #customer-form > div {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .mg-register-page #customer-form .mg-field-birthday .js-input-column {
    max-width: 100% !important;
  }
}

@media (min-width: 1041px) and (min-height: 820px) {
  .mg-register-page {
    padding-top: 28px;
    padding-bottom: 48px;
    grid-template-columns: minmax(300px, 420px) minmax(640px, 1fr);
    gap: clamp(34px, 4.6vw, 72px);
  }

  .mg-register-page__intro {
    top: 104px;
  }

  .mg-register-page__intro h2 {
    margin-bottom: 14px;
    font-size: clamp(54px, 5vw, 82px);
  }

  .mg-register-lede {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.3;
  }

  .mg-register-media {
    width: min(100%, 330px);
  }

  .mg-register-media img {
    aspect-ratio: 4 / 5;
  }

  .mg-register-steps {
    width: min(100%, 330px);
    margin-top: 18px;
  }

  .mg-register-steps li {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .mg-register-page__form {
    padding: 32px 38px 34px;
  }

  .mg-register-form-head {
    margin-bottom: 20px;
    padding-bottom: 18px;
  }

  .mg-register-form-head h3 {
    margin-bottom: 8px;
    font-size: clamp(34px, 3.5vw, 54px);
  }

  .mg-register-form-head p {
    font-size: 13px;
    line-height: 1.45;
  }

  .mg-register-page #customer-form > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 20px;
  }

  .mg-register-page #customer-form .form-group > label {
    margin-bottom: 5px !important;
    font-size: 9px !important;
    letter-spacing: .2em !important;
  }

  .mg-register-page #customer-form input.form-control,
  .mg-register-page #customer-form select.form-control {
    min-height: 40px !important;
    padding: 7px 0 !important;
    font-size: 14px !important;
  }

  .mg-register-page #customer-form .input-group .btn {
    height: 40px !important;
  }

  .mg-register-page #customer-form .form-control-comment {
    display: none !important;
  }

  .mg-register-page #customer-form .radio-inline {
    min-height: 34px;
    font-size: 13px;
  }

  .mg-register-page #customer-form .custom-checkbox {
    min-height: 24px;
    gap: 10px;
    font-size: 12px;
    line-height: 1.35;
  }

  .mg-register-page #customer-form .custom-checkbox label {
    margin-top: 0 !important;
  }

  .mg-register-page #customer-form .mg-field-checkbox {
    padding-top: 0 !important;
  }

  .mg-register-page #customer-form .form-footer {
    margin-top: 4px !important;
    padding-top: 16px !important;
  }

  .mg-register-page #customer-form .form-control-submit {
    min-height: 48px;
  }
}

/* Registration split-screen v2. */
body#authentication:has(.mg-register-page),
body.page-authentication:has(.mg-register-page),
body.page-registration:has(.mg-register-page) {
  overflow-x: hidden !important;
  background: #ffffff !important;
}

body#authentication:has(.mg-register-page) #header,
body#authentication:has(.mg-register-page) #footer,
body#authentication:has(.mg-register-page) .breadcrumb,
body.page-authentication:has(.mg-register-page) #header,
body.page-authentication:has(.mg-register-page) #footer,
body.page-authentication:has(.mg-register-page) .breadcrumb,
body.page-registration:has(.mg-register-page) #header,
body.page-registration:has(.mg-register-page) #footer,
body.page-registration:has(.mg-register-page) .breadcrumb {
  display: none !important;
}

body:has(.mg-register-page) #header,
body:has(.mg-register-page) #footer,
body:has(.mg-register-page) .breadcrumb,
body:has(.mg-register-page) .page-footer {
  display: none !important;
}

body#authentication:not(#index):has(.mg-register-page) #footer,
body.page-authentication:not(#index):has(.mg-register-page) #footer,
body.page-registration:not(#index):has(.mg-register-page) #footer {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

body#authentication:has(.mg-register-page) #wrapper,
body.page-authentication:has(.mg-register-page) #wrapper,
body.page-registration:has(.mg-register-page) #wrapper {
  min-height: 100svh !important;
  padding: 0 !important;
  background: #ffffff !important;
}

body#authentication:has(.mg-register-page) #inner-wrapper,
body#authentication:has(.mg-register-page) #content-wrapper,
body#authentication:has(.mg-register-page) #main,
body#authentication:has(.mg-register-page) #content,
body.page-authentication:has(.mg-register-page) #inner-wrapper,
body.page-authentication:has(.mg-register-page) #content-wrapper,
body.page-authentication:has(.mg-register-page) #main,
body.page-authentication:has(.mg-register-page) #content,
body.page-registration:has(.mg-register-page) #inner-wrapper,
body.page-registration:has(.mg-register-page) #content-wrapper,
body.page-registration:has(.mg-register-page) #main,
body.page-registration:has(.mg-register-page) #content {
  min-height: 100svh !important;
  background: #ffffff !important;
}

body:has(.mg-register-page) .mg-register-page {
  width: 100% !important;
  max-width: none !important;
  min-height: 100svh !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  background: #ffffff !important;
}

body:has(.mg-register-page) .mg-register-page__intro {
  position: relative !important;
  top: auto !important;
  min-height: 100svh !important;
  padding: clamp(44px, 5vw, 72px);
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  isolation: isolate;
  color: #fbf6ee !important;
}

body:has(.mg-register-page) .mg-register-page__intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(12, 13, 20, .88) 0%, rgba(12, 13, 20, .68) 44%, rgba(12, 13, 20, .24) 100%),
    linear-gradient(180deg, rgba(12, 13, 20, .1) 0%, rgba(12, 13, 20, .78) 100%);
}

body:has(.mg-register-page) .mg-register-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  box-shadow: none !important;
}

body:has(.mg-register-page) .mg-register-media img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center top !important;
  transform: scale(1.02);
}

body:has(.mg-register-page) .mg-register-media span {
  display: none !important;
}

body:has(.mg-register-page) .mg-register-eyebrow {
  position: relative;
  z-index: 1;
  color: rgba(251, 246, 238, .78) !important;
}

body:has(.mg-register-page) .mg-register-page__intro h2 {
  position: relative;
  z-index: 1;
  max-width: 8ch;
  margin: 0 0 22px !important;
  color: #ffffff !important;
  font-size: clamp(64px, 8vw, 132px) !important;
  line-height: .88 !important;
}

body:has(.mg-register-page) .mg-register-lede {
  position: relative;
  z-index: 1;
  max-width: 42ch !important;
  margin: 0 0 clamp(48px, 9vh, 92px) !important;
  color: rgba(251, 246, 238, .9) !important;
  font-size: clamp(21px, 2vw, 30px) !important;
  line-height: 1.35 !important;
}

body:has(.mg-register-page) .mg-register-steps {
  position: relative;
  z-index: 1;
  width: min(100%, 560px) !important;
  margin: 0 !important;
  border-color: rgba(251, 246, 238, .22) !important;
}

body:has(.mg-register-page) .mg-register-steps li {
  grid-template-columns: 42px 1fr;
  padding: 12px 0;
  border-color: rgba(251, 246, 238, .2) !important;
  color: rgba(251, 246, 238, .84) !important;
}

body:has(.mg-register-page) .mg-register-steps span {
  color: #d8bc8e !important;
}

body:has(.mg-register-page) .mg-register-page__form {
  min-height: 100svh !important;
  padding: clamp(32px, 4.5vw, 66px) clamp(34px, 6vw, 90px) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:has(.mg-register-page) .mg-register-form-head {
  max-width: 560px;
  margin: 0 auto 20px !important;
  padding: 0 !important;
  border: 0 !important;
}

body:has(.mg-register-page) .mg-register-form-head .mg-register-eyebrow {
  margin-bottom: 10px !important;
  color: #8a6a3d !important;
}

body:has(.mg-register-page) .mg-register-form-head h3 {
  margin-bottom: 8px !important;
  color: #151515 !important;
  font-size: clamp(38px, 4.2vw, 66px) !important;
}

body:has(.mg-register-page) .mg-register-form-head p {
  color: #6d7280 !important;
  font-size: 14px !important;
}

body:has(.mg-register-page) .register-form {
  width: min(100%, 560px);
  margin: 0 auto !important;
}

body:has(.mg-register-page) #customer-form > div {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px 14px !important;
}

body:has(.mg-register-page) #customer-form .form-group > label {
  margin-bottom: 5px !important;
  color: #4f5665 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body:has(.mg-register-page) #customer-form input.form-control,
body:has(.mg-register-page) #customer-form select.form-control {
  min-height: 44px !important;
  padding: 8px 14px !important;
  border: 1px solid #e2e6ee !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #151515 !important;
  font-size: 14px !important;
}

body:has(.mg-register-page) #customer-form input.form-control:focus,
body:has(.mg-register-page) #customer-form select.form-control:focus {
  border-color: #8a6a3d !important;
  box-shadow: 0 0 0 3px rgba(138, 106, 61, .12) !important;
}

body:has(.mg-register-page) #customer-form .form-control-comment {
  display: none !important;
}

body:has(.mg-register-page) #customer-form .mg-field-radio,
body:has(.mg-register-page) #customer-form .mg-field-password,
body:has(.mg-register-page) #customer-form .mg-field-checkbox,
body:has(.mg-register-page) #customer-form .form-footer {
  grid-column: 1 / -1 !important;
}

body:has(.mg-register-page) #customer-form .mg-field-birthday,
body:has(.mg-register-page) #customer-form .mg-field-optional-marketing {
  display: block !important;
}

body:has(.mg-register-page) #customer-form .mg-field-birthday {
  grid-column: 1 / 2 !important;
}

body:has(.mg-register-page) #customer-form .mg-field-birthday .js-input-column {
  max-width: 100% !important;
}

body:has(.mg-register-page) #customer-form .input-group {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 46px !important;
}

body:has(.mg-register-page) #customer-form .input-group .btn {
  height: 44px !important;
  border: 1px solid #e2e6ee !important;
  border-left: 0 !important;
  border-radius: 0 10px 10px 0 !important;
  background: #ffffff !important;
}

body:has(.mg-register-page) #customer-form .input-group input.form-control {
  border-radius: 10px 0 0 10px !important;
}

body:has(.mg-register-page) #customer-form .radio-inline {
  min-height: 32px !important;
  margin-right: 18px !important;
  color: #4f5665 !important;
  font-size: 13px !important;
}

body:has(.mg-register-page) #customer-form .custom-checkbox {
  gap: 10px !important;
  color: #4f5665 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

body:has(.mg-register-page) #customer-form .mg-field-checkbox {
  padding-top: 0 !important;
}

body:has(.mg-register-page) #customer-form .custom-checkbox > span {
  width: 16px !important;
  height: 16px !important;
  flex-basis: 16px !important;
  border-color: #b7bdc9 !important;
  border-radius: 3px !important;
}

body:has(.mg-register-page) #customer-form .form-footer {
  margin-top: 4px !important;
  padding-top: 8px !important;
  border: 0 !important;
}

body:has(.mg-register-page) #customer-form .form-control-submit {
  min-height: 50px !important;
  border-radius: 10px !important;
  background: #151515 !important;
  box-shadow: 0 16px 34px -24px rgba(21, 21, 21, .8);
  font-size: 12px !important;
  letter-spacing: .18em !important;
}


/* Category pages: keep only the category name above the grid. */
body.page-category #js-product-list-header {
  display: block !important;
}

body.page-category #js-product-list-header .page-title {
  margin: 0 0 clamp(24px, 3vw, 44px) !important;
  padding-top: clamp(28px, 4vw, 64px) !important;
  padding-bottom: clamp(18px, 2vw, 30px) !important;
  border-bottom: 1px solid var(--mg-cat-line);
  font-family: var(--mg-cat-serif);
  font-size: clamp(50px, 6vw, 88px);
  font-weight: 400;
  line-height: .95;
}

body.page-category #js-product-list-header .page-title::before,
body.page-category .mg-category-toolbar {
  display: none !important;
}

body.page-category #js-product-list-top {
  margin-top: 0 !important;
}


/* Category thumbnails: show the second product image on hover. */
body.page-category .product-thumbnail {
  position: relative;
  overflow: hidden;
}

body.page-category .product-thumbnail .product-thumbnail-first,
body.page-category .product-thumbnail .product-thumbnail-second {
  display: block;
  width: 100%;
  transition: opacity .28s ease;
}

body.page-category .product-thumbnail .product-thumbnail-second {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 2;
}

body.page-category .product-thumbnail:hover .product-thumbnail-first {
  opacity: 0;
}

body.page-category .product-thumbnail:hover .product-thumbnail-second {
  opacity: 1;
}

/* Product pages: do not display internal gold HT price copy. */
body.page-product [id^="product-description-short-"],
body.page-product .mg-product-details-panel {
  display: none !important;
}

@media (max-width: 900px) {
  body:has(.mg-register-page) .mg-register-page {
    grid-template-columns: 1fr !important;
  }

  body:has(.mg-register-page) .mg-register-page__intro {
    min-height: 42svh !important;
    padding: 28px 24px;
  }

  body:has(.mg-register-page) .mg-register-page__form {
    min-height: auto !important;
    padding: 30px 20px 48px !important;
  }

  body:has(.mg-register-page) #customer-form > div {
    grid-template-columns: 1fr !important;
  }

  body:has(.mg-register-page) #customer-form .mg-field-birthday {
    grid-column: 1 / -1 !important;
  }
}
