/*
 * LORNE & EILEA desktop shell candidate.
 * Mobile presentation remains unchanged until its separate design review.
 */

body .le-announcement {
  display: none;
}

body .le-nav--compact {
  display: none !important;
}

body .le-shipping-progress {
  margin: 10px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid #d4d4d0;
  color: #111111;
  font: 600 12px/18px var(--le-type-body, Gotham, "Helvetica Neue", Arial, sans-serif);
}

body .le-search summary > span,
body .le-account > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body .le-search summary,
body .le-account {
  position: relative;
}

body .le-header .le-search summary::after,
body .le-header .le-account::after {
  content: attr(aria-label);
  position: absolute;
  z-index: 80;
  top: calc(100% + 8px);
  left: 50%;
  padding: 5px 8px;
  border-radius: 6px;
  background: #111111;
  color: #ffffff;
  font: 500 11px/16px var(--le-type-body, Gotham, "Helvetica Neue", Arial, sans-serif);
  letter-spacing: 0;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -3px);
  transition: opacity 140ms ease, transform 140ms ease;
}

@media (hover: hover) {
  body .le-header .le-search summary:hover::after,
  body .le-header .le-account:hover::after {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

body .le-header .le-search summary:focus-visible::after,
body .le-header .le-account:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

body .le-footer {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  background: #f2f2f0;
  color: #111111;
}

body .le-footer-top,
body .le-footer > nav,
body .le-footer-bottom {
  width: min(100%, 1440px);
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  body .le-site-header-shell {
    position: sticky;
    top: 0;
    z-index: 70;
  }

  body .le-header {
    --le-shell-gutter: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
    padding-left: max(16px, env(safe-area-inset-left));
    background: #ffffff;
  }

  body .le-announcement {
    display: grid;
    place-items: center;
    min-height: 32px;
    max-height: 32px;
    margin-right: calc(max(16px, env(safe-area-inset-right)) * -1);
    margin-left: calc(max(16px, env(safe-area-inset-left)) * -1);
    overflow: hidden;
    background: #111111;
    color: #ffffff;
    opacity: 1;
    transition: max-height 160ms ease, min-height 160ms ease, opacity 120ms ease;
  }

  body .le-announcement p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 0 12px;
    font: 500 11px/16px var(--le-type-body, Gotham, "Helvetica Neue", Arial, sans-serif);
    white-space: nowrap;
  }

  body .le-announcement a {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  body .le-announcement .le-icon {
    width: 13px;
    height: 13px;
  }

  body .le-header-row {
    grid-template-columns: 40px minmax(0, 1fr) 80px;
    gap: 0 !important;
    min-height: 64px;
    transition: min-height 160ms ease;
  }

  body .le-header .wp-block-site-logo img {
    width: 160px;
  }

  body .le-header .le-icon,
  body .le-header .wc-block-mini-cart__icon.le-icon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  body .le-header.is-compact .le-announcement {
    min-height: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body .le-header.is-compact .le-header-row {
    min-height: 60px;
  }

  body .le-footer {
    padding-right: max(20px, env(safe-area-inset-right));
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
    padding-left: max(20px, env(safe-area-inset-left));
  }

  body .le-footer-top {
    padding: 34px 0 24px;
  }

  body .le-footer > nav[aria-label="Customer information"] {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px !important;
    row-gap: 0 !important;
    padding: 0 0 28px !important;
  }

  body .le-footer > nav[aria-label="Customer information"] a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 6px 0;
  }

  body .le-footer-bottom {
    padding-top: 18px;
    border-top-color: #d4d4d0;
  }
}

@media (max-width: 350px) {
  body .le-header .wp-block-site-logo img {
    width: 145px;
  }

  body .le-announcement p > span[aria-hidden="true"] {
    display: none;
  }

  body .le-announcement a {
    display: none;
  }
}

@media (min-width: 900px) {
  body .le-site-header-shell {
    position: sticky;
    top: 0;
    z-index: 60;
  }

  body .le-header {
    --le-shell-gutter: clamp(20px, 4vw, 64px);
    position: relative;
    background: #ffffff;
  }

  body .le-announcement {
    display: grid;
    place-items: center;
    min-height: 36px;
    max-height: 36px;
    margin-right: calc(var(--le-shell-gutter) * -1);
    margin-left: calc(var(--le-shell-gutter) * -1);
    overflow: hidden;
    background: #111111;
    color: #ffffff;
    opacity: 1;
    transition: max-height 180ms ease, min-height 180ms ease, opacity 140ms ease;
  }

  body .le-announcement p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0 20px;
    font: 500 12px/18px var(--le-type-body, Gotham, "Helvetica Neue", Arial, sans-serif);
    letter-spacing: .015em;
    white-space: nowrap;
  }

  body .le-announcement a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  body .le-announcement .le-icon {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }

  body .le-header .le-icon,
  body .le-header .wc-block-mini-cart__icon.le-icon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  body .le-announcement a:hover {
    text-decoration-thickness: 2px;
  }

  body .le-announcement a:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
  }

  body .le-header-row,
  body .le-header .wp-block-site-logo img {
    transition: min-height 180ms ease, width 180ms ease;
  }

  body .le-header.is-compact .le-announcement {
    min-height: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body .le-header.is-compact .le-header-row {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    gap: 28px !important;
    min-height: 64px;
  }

  body .le-header.is-compact .wp-block-site-logo img {
    width: 184px;
  }

  body .le-header.is-compact > .le-nav:not(.le-nav--compact) {
    display: none;
  }

  body .le-header.is-compact .le-nav--compact {
    display: flex !important;
    justify-content: flex-start;
    gap: 28px;
    min-height: 44px;
    padding: 0;
  }

  body .le-footer {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 var(--le-gutter, clamp(20px, 4vw, 64px)) 24px;
    background: #f2f2f0;
    color: #111111;
  }

  body .le-footer-top,
  body .le-footer > nav,
  body .le-footer-bottom {
    width: min(100%, 1440px);
    margin-right: auto;
    margin-left: auto;
  }

  body .le-footer-top {
    align-items: start;
    padding: 52px 0 36px;
    border-top: 0;
  }

  body .le-footer > nav[aria-label="Customer information"] {
    display: grid !important;
    grid-template-columns: repeat(3, max-content);
    column-gap: 32px !important;
    row-gap: 4px !important;
    padding: 0 0 40px !important;
  }

  body .le-footer-bottom {
    padding-top: 20px;
    border-top-color: #d4d4d0;
  }
}

/* Editorial footer in the theme's black, white and neutral palette. */
body .le-footer.le-footer--editorial {
  padding: 0 var(--le-gutter, clamp(20px, 4vw, 64px)) max(22px, env(safe-area-inset-bottom));
  background: #111111;
  color: #ffffff;
}

body .le-footer--editorial .le-footer-editorial {
  width: min(100%, 1440px);
  margin: 0 auto;
}

body .le-footer--editorial .le-footer-editorial-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(420px, 1fr);
  gap: clamp(56px, 9vw, 140px);
  padding: clamp(62px, 7vw, 104px) 0 56px;
}

body .le-footer--editorial .le-footer-editorial-brand {
  max-width: 520px;
}

body .le-footer--editorial .le-footer-wordmark img {
  display: block;
  width: min(230px, 70vw);
  height: auto;
  filter: invert(1) grayscale(1) brightness(2);
}

body .le-footer--editorial .le-footer-wordmark a {
  display: inline-flex;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

body .le-footer--editorial .le-footer-kicker {
  margin: 34px 0 12px;
  color: #a9a9a3;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: .16em;
}

body .le-footer--editorial h2 {
  margin: 0;
  color: inherit;
  font: 600 clamp(32px, 3.2vw, 48px)/1.08 var(--le-type-display, Gotham, "Helvetica Neue", Arial, sans-serif) !important;
  letter-spacing: -.035em;
}

body .le-footer--editorial .le-footer-editorial-brand > p:not(.le-footer-kicker) {
  max-width: 430px;
  margin: 18px 0 26px;
  color: #c9c9c4;
  font-size: 15px;
  line-height: 24px;
}

body .le-footer--editorial .le-footer-discover {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}

body .le-footer--editorial .le-footer-discover .le-icon {
  width: 18px;
  height: 18px;
}

body .le-footer--editorial .le-footer-editorial-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

body .le-footer--editorial .le-footer-editorial-links nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 13px;
}

body .le-footer--editorial .le-footer-editorial-links h3,
body .le-footer--editorial .le-footer-utility-label {
  margin: 0 0 9px;
  color: #a9a9a3;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body .le-footer--editorial .le-footer-editorial-links a {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

body .le-footer--editorial .le-footer-editorial-links a:hover,
body .le-footer--editorial .le-footer-discover:hover {
  color: #cfcfca;
}

body .le-footer--editorial .le-footer-editorial-utility {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 0;
  border-top: 1px solid #343432;
}

body .le-footer--editorial .le-footer-socials,
body .le-footer--editorial .le-payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body .le-footer--editorial .le-footer-social-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #4a4a46;
  border-radius: 50%;
  color: #ffffff;
}

body .le-footer--editorial a.le-footer-social-mark:hover {
  border-color: #ffffff;
}

body .le-footer--editorial .le-footer-social-mark .le-icon {
  width: 19px;
  height: 19px;
}

body .le-footer--editorial .le-footer-payments {
  text-align: right;
}

body .le-footer--editorial .le-payment-icons {
  justify-content: flex-end;
}

body .le-payment-icon {
  display: block;
  width: 40px;
  height: 26px;
  overflow: hidden;
  border: 1px solid #d6d6d1;
  border-radius: 4px;
  background: #ffffff;
  box-sizing: border-box;
}

body .le-payment-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

body .le-footer--editorial .le-footer-editorial-legal {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0 0;
  border-top: 1px solid #343432;
}

body .le-footer--editorial .le-footer-editorial-legal p {
  margin: 0;
  color: #a9a9a3;
  font-size: 11px;
  line-height: 17px;
}

body .le-footer--editorial a:focus-visible {
  outline-color: #ffffff !important;
}

@media (max-width: 899px) {
  body .le-footer--editorial .le-footer-editorial-main {
    grid-template-columns: 1fr;
    gap: 52px;
  }
}

@media (max-width: 767px) {
  body .le-footer.le-footer--editorial {
    padding-right: max(20px, env(safe-area-inset-right));
    padding-bottom: calc(22px + env(safe-area-inset-bottom));
    padding-left: max(20px, env(safe-area-inset-left));
  }

  body .le-footer--editorial .le-footer-editorial-main {
    gap: 44px;
    padding: 54px 0 42px;
  }

  body .le-footer--editorial .le-footer-kicker {
    margin-top: 28px;
  }

  body .le-footer--editorial .le-footer-editorial-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }

  body .le-footer--editorial .le-footer-editorial-links nav:nth-child(3) {
    grid-column: 1 / -1;
  }

  body .le-footer--editorial .le-footer-editorial-utility,
  body .le-footer--editorial .le-footer-editorial-legal {
    align-items: flex-start;
    flex-direction: column;
  }

  body .le-footer--editorial .le-footer-payments {
    text-align: left;
  }

  body .le-footer--editorial .le-payment-icons {
    justify-content: flex-start;
  }
}

body .le-product-payment-methods {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e2e2de;
}

body .le-product-payment-methods > p {
  margin: 0;
  color: #696965;
  font: 500 11px/16px var(--le-type-body, Gotham, "Helvetica Neue", Arial, sans-serif);
  letter-spacing: .06em;
  text-transform: uppercase;
}

body .le-product-payment-methods .le-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

/* Homepage: editorial storefront aligned with the product-page system. */
body .le-home {
  --le-home-ink: #111111;
  --le-home-canvas: #ffffff;
  --le-home-wash: #f3f3f1;
  --le-home-line: #d8d8d3;
}

body .le-home .le-hero {
  width: 100%;
  max-width: none;
  min-height: clamp(500px, 48vw, 680px);
  background: var(--le-home-wash);
}

body .le-home .le-hero::after {
  content: none !important;
  display: none !important;
}

body .le-home .le-hero > img {
  width: 100%;
  height: clamp(500px, 48vw, 680px);
  object-fit: cover;
  object-position: center;
}

body .le-home .le-hero-copy {
  left: clamp(24px, 5vw, 80px);
  width: min(430px, calc(100% - 48px));
  max-width: 430px;
  padding: 34px 36px 36px;
  border: 1px solid rgba(17, 17, 17, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  color: var(--le-home-ink);
  z-index: 2;
}

body .le-home .le-home-eyebrow,
body .le-home .le-collection-kicker,
body .le-home .le-home-editorial-kicker {
  margin: 0 0 12px;
  color: inherit;
  font: 600 11px/16px var(--le-type-body, Gotham, "Helvetica Neue", Arial, sans-serif) !important;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body .le-home .le-hero h1 {
  margin: 0;
  font-size: 48px !important;
  line-height: 56px !important;
  letter-spacing: -.03em !important;
}

body .le-home .le-hero-copy .le-hero-intro {
  max-width: 330px;
  margin: 16px 0 24px;
  color: #3f3f3b;
}

body .le-home .le-hero .le-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-width: 216px;
  min-height: 52px;
  padding: 0 16px 0 18px;
  border: 1px solid var(--le-home-ink);
  border-radius: 12px;
  background: var(--le-home-ink);
  color: #ffffff;
  letter-spacing: 0;
}

body .le-home .le-hero .le-cta .le-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

body .le-home .le-collection {
  width: min(100%, 1380px);
  max-width: 1380px !important;
  padding: 76px clamp(20px, 4.2vw, 64px) 96px;
}

body .le-home .le-collection-heading {
  display: block !important;
  margin: 0 0 34px !important;
}

body .le-home .le-collection-kicker {
  color: #666661;
}

body .le-home .le-collection-heading h2 {
  margin: 0;
  font-size: 36px !important;
  line-height: 44px !important;
  letter-spacing: -.025em !important;
}

body .le-home .le-collection-tools,
body .le-home .wp-block-woocommerce-product-results-count {
  display: none !important;
}

body .le-home .wp-block-woocommerce-product-collection .wc-block-product-template {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 58px 28px !important;
}

body .le-home .wp-block-woocommerce-product-collection .wc-block-product {
  display: flex;
  position: relative;
  min-width: 0;
  flex-direction: column;
}

body .le-home .wp-block-woocommerce-product-collection .wc-block-components-product-image {
  position: relative;
  margin: 0 0 18px !important;
  overflow: hidden;
  background: var(--le-home-wash);
}

body .le-home .wp-block-woocommerce-product-collection .wc-block-components-product-image img {
  aspect-ratio: 3 / 4 !important;
  object-fit: contain !important;
  transition: transform 260ms ease;
}

body .le-home .wp-block-woocommerce-product-collection .wc-block-product:hover .wc-block-components-product-image img {
  transform: scale(1.015);
}

body .le-home .wp-block-woocommerce-product-collection .wp-block-post-title {
  margin: 0 0 7px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 23px !important;
}

body .le-home .wp-block-woocommerce-product-collection .wp-block-post-title a:hover {
  text-decoration: none;
  opacity: .68;
}

body .le-home .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-price {
  margin: 0 0 14px !important;
}

body .le-home .wp-block-woocommerce-product-collection .wc-block-components-product-price {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

body .le-home .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-button {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  right: 12px;
  margin: 0 !important;
}

body .le-home .wp-block-woocommerce-product-collection .wp-block-button__link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0 !important;
  border: 1px solid var(--le-home-ink) !important;
  border-radius: 8px !important;
  background: var(--le-home-ink) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

body .le-home .wp-block-woocommerce-product-collection .wp-block-button__link .le-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

body .le-home .wp-block-woocommerce-product-collection .wc-block-product:hover .wp-block-button__link,
body .le-home .wp-block-woocommerce-product-collection .wc-block-product:focus-within .wp-block-button__link {
  opacity: 1;
  transform: translateY(0);
}

body .le-home .wp-block-woocommerce-product-collection .wp-block-button__link:hover {
  opacity: 1;
}

body .le-home .le-home-card-action-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body .le-home .le-home-editorial {
  display: grid;
  min-height: 460px;
  place-items: center;
  padding: 88px clamp(20px, 6vw, 96px);
  background: var(--le-home-ink);
  color: #ffffff;
  text-align: center;
}

body .le-home .le-home-editorial-inner {
  width: min(100%, 760px);
}

body .le-home .le-home-editorial-kicker {
  margin-bottom: 20px;
  color: #c8c8c2;
}

body .le-home .le-home-editorial h2 {
  margin: 0;
  color: inherit;
  font: 700 46px/56px var(--le-type-display, Gotham, "Helvetica Neue", Arial, sans-serif) !important;
  letter-spacing: -.03em;
  text-wrap: balance;
}

body .le-home .le-home-editorial p:not(.le-home-editorial-kicker) {
  max-width: 580px;
  margin: 20px auto 28px;
  color: #d7d7d2;
  font-size: 17px;
  line-height: 28px;
}

body .le-home .le-home-editorial a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}

body .le-home .le-home-editorial a .le-icon {
  width: 18px;
  height: 18px;
}

body .le-home .le-home-assurances {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 34px clamp(20px, 4.2vw, 64px) 58px;
  background: var(--le-home-canvas);
}

body .le-home .le-home-assurances > a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 18px;
  gap: 15px;
  align-items: center;
  min-height: 86px;
  padding: 18px 24px;
  border-top: 1px solid var(--le-home-line);
  border-bottom: 1px solid var(--le-home-line);
  color: inherit;
  text-decoration: none;
}

body .le-home .le-home-assurances > a + a {
  border-left: 1px solid var(--le-home-line);
}

body .le-home .le-home-assurances .le-home-assurance-icon,
body .le-home .le-home-assurances .le-home-assurance-icon .le-icon {
  display: block;
  width: 22px;
  height: 22px;
}

body .le-home .le-home-assurances strong,
body .le-home .le-home-assurances small {
  display: block;
}

body .le-home .le-home-assurances strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

body .le-home .le-home-assurances small {
  margin-top: 2px;
  color: #6a6a65;
  font-size: 12px;
  line-height: 18px;
}

body .le-home .le-home-assurances > a > .le-icon {
  width: 16px;
  height: 16px;
}

@media (max-width: 899px) {
  body .le-home .le-hero,
  body .le-home .le-hero > img {
    min-height: 460px;
    height: 460px;
  }

  body .le-home .le-hero-copy {
    left: 24px;
    width: min(400px, calc(100% - 48px));
    padding: 30px;
  }

  body .le-home .le-hero h1 {
    font-size: 40px !important;
    line-height: 48px !important;
  }

  body .le-home .le-collection {
    padding-top: 62px;
    padding-bottom: 76px;
  }

  body .le-home .wp-block-woocommerce-product-collection .wc-block-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 44px 18px !important;
  }

  body .le-home .le-home-editorial {
    min-height: 400px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  body .le-home .le-home-editorial h2 {
    font-size: 40px !important;
    line-height: 49px !important;
  }
}

@media (max-width: 767px) {
  body .le-home .le-hero {
    display: grid;
    min-height: 0;
    overflow: visible;
    background: var(--le-home-canvas);
  }

  body .le-home .le-hero > img {
    height: 330px;
    min-height: 330px;
    object-position: 68% center;
  }

  body .le-home .le-hero-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    padding: 28px 20px 38px;
    border: 0;
    border-radius: 0;
    background: var(--le-home-canvas);
    transform: none;
  }

  body .le-home .le-hero h1 {
    max-width: 320px;
    font-size: 34px !important;
    line-height: 42px !important;
  }

  body .le-home .le-hero-copy .le-hero-intro {
    margin: 12px 0 20px;
  }

  body .le-home .le-hero .le-cta {
    width: 100%;
  }

  body .le-home .le-collection {
    padding: 50px 16px 64px;
  }

  body .le-home .le-collection-heading {
    margin-bottom: 26px !important;
  }

  body .le-home .le-collection-heading h2 {
    font-size: 29px !important;
    line-height: 37px !important;
  }

  body .le-home .wp-block-woocommerce-product-collection .wc-block-product-template {
    gap: 36px 12px !important;
  }

  body .le-home .wp-block-woocommerce-product-collection .wc-block-components-product-image {
    margin-bottom: 13px !important;
  }

  body .le-home .wp-block-woocommerce-product-collection .wp-block-post-title {
    font-size: 13px !important;
    line-height: 19px !important;
  }

  body .le-home .wp-block-woocommerce-product-collection .wc-block-components-product-price {
    font-size: 13px !important;
    line-height: 19px !important;
  }

  body .le-home .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-button {
    bottom: 8px;
    right: 8px;
  }

  body .le-home .wp-block-woocommerce-product-collection .wp-block-button__link {
    width: 44px;
    height: 44px;
    min-height: 44px;
    opacity: 1;
    transform: none;
  }

  body .le-home .le-home-editorial {
    min-height: 360px;
    padding: 62px 20px;
  }

  body .le-home .le-home-editorial h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  body .le-home .le-home-editorial p:not(.le-home-editorial-kicker) {
    margin-top: 16px;
    font-size: 15px;
    line-height: 24px;
  }

  body .le-home .le-home-assurances {
    grid-template-columns: 1fr;
    padding: 22px 20px 46px;
  }

  body .le-home .le-home-assurances > a {
    min-height: 78px;
    padding: 14px 0;
  }

  body .le-home .le-home-assurances > a + a {
    border-top: 0;
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .le-announcement,
  body .le-header-row,
  body .le-header .wp-block-site-logo img {
    transition: none !important;
  }

  body .le-home .wp-block-woocommerce-product-collection .wc-block-components-product-image img {
    transition: none !important;
  }

  body .le-home .wp-block-woocommerce-product-collection .wp-block-button__link {
    transition: none !important;
  }
}
