/* ================================================================
   LES CLUBS ORDINAIRES — child theme for PrestaShop 9.0.x / Classic 3.0.5
   Version 0.4.0 — visual foundation
   ================================================================ */
:root {
  --lco-ink: #12120f;
  --lco-ink-soft: #2a2a24;
  --lco-cream: #f2ede1;
  --lco-paper: #fffdf7;
  --lco-white: #ffffff;
  --lco-olive: #596044;
  --lco-olive-dark: #454b36;
  --lco-olive-soft: #e7e8de;
  --lco-orange: #e66a32;
  --lco-orange-dark: #c95423;
  --lco-sand: #d8c7aa;
  --lco-line: #dcd6c9;
  --lco-muted: #6e6c64;
  --lco-success: #596044;
  --lco-danger: #b44b37;
  --lco-radius-sm: 4px;
  --lco-radius-md: 8px;
  --lco-radius-lg: 14px;
  --lco-shell: 1380px;
  --lco-shadow: 0 12px 38px rgba(18,18,15,.08);
  --lco-font-ui: Inter, "Helvetica Neue", Arial, sans-serif;
  --lco-font-display: "Arial Narrow", "Helvetica Neue Condensed", Impact, sans-serif;
}

html { scroll-behavior: smooth; }
body {
  background: var(--lco-paper);
  color: var(--lco-ink);
  font-family: var(--lco-font-ui);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
a:hover { color: var(--lco-olive); text-decoration: none; }
img { max-width: 100%; }
::selection { background: var(--lco-orange); color: var(--lco-white); }

.container { width: 100%; max-width: var(--lco-shell); }
.lco-shell { width: min(calc(100% - 64px), var(--lco-shell)); margin-inline: auto; }

h1, h2, h3, .h1, .h2, .h3,
.products-section-title,
.product-accessories .h5,
.page-header h1,
#main .page-header h1 {
  color: var(--lco-ink);
  font-family: var(--lco-font-display);
  font-weight: 800;
  letter-spacing: -.035em;
}

/* HEADER --------------------------------------------------------- */
#header {
  background: var(--lco-paper);
  color: var(--lco-ink);
  font-family: var(--lco-font-ui);
  box-shadow: none;
  position: relative;
  z-index: 1000;
  transition: box-shadow .2s ease, background .2s ease;
}
#header.lco-is-scrolled { box-shadow: 0 8px 30px rgba(18,18,15,.08); }
#header .header-nav {
  min-height: 38px;
  background: var(--lco-olive);
  color: var(--lco-white);
  border: 0;
  margin: 0;
  font-size: 12px;
  letter-spacing: .04em;
}
#header .header-nav a,
#header .header-nav .material-icons { color: var(--lco-white); }
#header .header-top {
  padding: 20px 0 18px;
  background: var(--lco-paper);
  border-bottom: 1px solid var(--lco-line);
}
#header .header-top .container { display: flex; align-items: center; }
#header .header-top .logo { max-height: 62px; width: auto; }
#header .header-top a[data-depth="0"],
#header .top-menu a[data-depth="0"] {
  color: var(--lco-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
#header .top-menu a[data-depth="0"]:hover { color: var(--lco-orange); }
#header .dropdown-menu { border: 1px solid var(--lco-line); box-shadow: var(--lco-shadow); }
#search_widget form input { border: 0; border-bottom: 1px solid var(--lco-ink); background: transparent; border-radius: 0; }
#_desktop_cart .blockcart,
#_desktop_user_info { background: transparent; }

/* BUTTONS + FORMS ------------------------------------------------ */
.btn, button, input, select, textarea { font-family: var(--lco-font-ui); }
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.lco-btn--dark {
  background: var(--lco-ink);
  border-color: var(--lco-ink);
  color: var(--lco-white);
}
.btn-primary:hover,
.btn-primary:focus,
.lco-btn--dark:hover,
.lco-btn--dark:focus {
  background: var(--lco-olive);
  border-color: var(--lco-olive);
  color: var(--lco-white);
}
.lco-btn {
  min-height: 50px;
  border-radius: var(--lco-radius-sm);
  padding: 15px 24px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.lco-btn--outline { background: transparent; border: 1px solid var(--lco-ink); color: var(--lco-ink); }
.lco-btn--outline:hover { background: var(--lco-ink); color: var(--lco-white); }
.form-control,
.input-group .form-control,
.custom-select {
  min-height: 48px;
  border: 1px solid var(--lco-line);
  border-radius: var(--lco-radius-sm);
  background: var(--lco-white);
  color: var(--lco-ink);
  box-shadow: none;
}
.form-control:focus,
.custom-select:focus {
  border-color: var(--lco-olive);
  box-shadow: 0 0 0 3px rgba(89,96,68,.12);
}

/* COMMON EDITORIAL ---------------------------------------------- */
.lco-kicker {
  margin: 0 0 14px;
  color: var(--lco-olive);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.lco-text-link { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; border-bottom: 1px solid currentColor; padding-bottom: 4px; }

/* HOME ----------------------------------------------------------- */
.page-index #wrapper { padding-top: 0; }
.page-index #content-wrapper { width: 100%; }
.lco-home-hero { background: var(--lco-cream); border-bottom: 1px solid var(--lco-line); }
.lco-home-hero__grid { min-height: 620px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: stretch; }
.lco-home-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 72px 72px 72px 0; }
.lco-home-hero h1 { margin: 0; font-size: clamp(64px, 7vw, 112px); line-height: .82; text-transform: uppercase; }
.lco-home-hero h1 em { color: var(--lco-orange); font-style: normal; }
.lco-home-hero__lead { max-width: 520px; margin: 28px 0 32px; color: var(--lco-ink-soft); font-size: 18px; line-height: 1.6; }
.lco-home-hero__actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.lco-home-hero__visual { min-height: 620px; padding: 46px 0 46px 34px; display: flex; }
.lco-hero-poster { width: 100%; min-height: 100%; padding: 54px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--lco-olive); color: var(--lco-white); position: relative; overflow: hidden; }
.lco-hero-poster:before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 0 55%, rgba(255,255,255,.07) 55% 56%, transparent 56% 100%); }
.lco-hero-poster:after { content: "01"; position: absolute; right: -16px; top: -52px; font: 800 260px/1 var(--lco-font-display); color: rgba(255,255,255,.07); }
.lco-hero-poster__eyebrow, .lco-hero-poster small { position: relative; z-index: 1; letter-spacing: .15em; font-weight: 800; }
.lco-hero-poster strong { position: relative; z-index: 1; margin: 16px 0; font: 800 clamp(58px, 6vw, 100px)/.84 var(--lco-font-display); letter-spacing: -.04em; }
.lco-clubs { padding: 92px 0; }
.lco-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 36px; }
.lco-section-heading h2 { font-size: clamp(44px, 5vw, 74px); line-height: .9; margin: 0; }
.lco-club-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lco-club-card { min-height: 310px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; color: var(--lco-white); transition: transform .22s ease; }
.lco-club-card:hover { color: var(--lco-white); transform: translateY(-4px); }
.lco-club-card span { margin-bottom: auto; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.lco-club-card strong { font: 800 42px/.9 var(--lco-font-display); letter-spacing: -.03em; }
.lco-club-card small { margin-top: 12px; font-size: 13px; }
.lco-club-card--olive { background: var(--lco-olive); }
.lco-club-card--ink { background: var(--lco-ink); }
.lco-club-card--sand { background: #a9916f; }
.lco-club-card--orange { background: var(--lco-orange); }
.lco-hook-home { padding: 22px 0 80px; }
.lco-hook-home .featured-products,
.lco-hook-home .new-products { margin: 0 0 72px; }
.lco-manifesto { background: var(--lco-ink); color: var(--lco-white); padding: 90px 0; }
.lco-manifesto blockquote { max-width: 980px; margin: 0; color: var(--lco-white); font: 800 clamp(44px, 6vw, 82px)/.95 var(--lco-font-display); letter-spacing: -.035em; }

/* BREADCRUMB ----------------------------------------------------- */
#wrapper .breadcrumb { background: transparent; padding: 20px 0; margin: 0; font-size: 12px; color: var(--lco-muted); }
#wrapper .breadcrumb li:after { color: var(--lco-line); }

/* LISTING / SEARCH / CATEGORY ----------------------------------- */
.page-category #main,
.page-search #main,
.page-new-products #main,
.page-best-sales #main,
.page-prices-drop #main { padding-bottom: 80px; }
#js-product-list-header,
.page-search #main > h1,
.page-category #main > h1 { margin: 18px 0 42px; font-size: clamp(44px, 5vw, 76px); text-transform: uppercase; }
#left-column .block-categories,
#left-column .facet,
#search_filters { background: transparent; border: 0; box-shadow: none; padding: 0 0 18px; }
#search_filters .facet .facet-title,
.block-categories .category-top-menu > li > a { font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
#search_filters .facet { border-bottom: 1px solid var(--lco-line); padding: 18px 0; }
.products-selection { border: 0; background: transparent; margin-bottom: 22px; }
.products-sort-order .select-title { border: 1px solid var(--lco-line); box-shadow: none; border-radius: var(--lco-radius-sm); }
.active_filters { background: var(--lco-cream); border-radius: var(--lco-radius-sm); padding: 12px 14px; }

/* PRODUCT CARDS -------------------------------------------------- */
.products.row { margin-left: -10px; margin-right: -10px; }
.product-miniature { padding-left: 10px; padding-right: 10px; margin-bottom: 34px; }
.product-miniature .thumbnail-container { width: 100%; height: auto; margin: 0; background: transparent; box-shadow: none; overflow: visible; }
.product-miniature .product-thumbnail { display: block; overflow: hidden; background: var(--lco-cream); }
.product-miniature .product-thumbnail img { width: 100%; height: auto; position: static; transition: transform .3s ease; }
.product-miniature:hover .product-thumbnail img { transform: scale(1.025); }
.product-miniature .product-description { position: static; width: 100%; height: auto; padding: 16px 0 0; background: transparent; text-align: left; }
.product-miniature .product-title { margin: 0 0 8px; text-align: left; }
.product-miniature .product-title a { color: var(--lco-ink); font-weight: 700; font-size: 15px; }
.product-miniature .product-price-and-shipping { text-align: left; color: var(--lco-ink); font-size: 15px; font-weight: 800; }
.product-miniature .highlighted-informations { display: none; }
.product-miniature .product-flags { left: 10px; top: 10px; }
.product-flags li.product-flag { background: var(--lco-orange); color: var(--lco-white); box-shadow: none; border-radius: 0; font-size: 10px; letter-spacing: .08em; }

/* PRODUCT PAGE --------------------------------------------------- */
.page-product #main { padding-bottom: 80px; }
.page-product .product-container { align-items: flex-start; margin-top: 8px; }
.page-product .product-container > .col-md-6:first-child { padding-right: 34px; }
.page-product .product-container > .col-md-6:last-child { padding-left: 34px; }
.page-product h1.h1 { margin: 10px 0 20px; font-size: clamp(42px, 4vw, 66px); line-height: .9; text-transform: uppercase; }
.page-product .product-cover { background: var(--lco-cream); }
.page-product .product-cover img { box-shadow: none; }
.page-product .product-images > li.thumb-container > .thumb { border: 1px solid var(--lco-line); }
.page-product .product-images > li.thumb-container > .thumb.selected,
.page-product .product-images > li.thumb-container > .thumb:hover { border: 2px solid var(--lco-ink); }
.product-prices { margin: 0 0 22px; }
.product-price { color: var(--lco-ink); font-size: 26px; font-weight: 800; }
.product-description { color: var(--lco-ink-soft); line-height: 1.7; }
.product-variants > .product-variants-item { margin: 26px 0; }
.product-variants .control-label { display: block; margin-bottom: 10px; color: var(--lco-ink); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-variants-item ul li { margin-right: 8px; }
.product-variants-item input.input-radio + span { min-width: 44px; min-height: 44px; padding: 12px; border: 1px solid var(--lco-line); box-shadow: none; }
.product-variants-item input.input-radio:checked + span { background: var(--lco-ink); border-color: var(--lco-ink); color: var(--lco-white); }
.product-add-to-cart .add-to-cart { min-height: 54px; padding-inline: 34px; }
.product-quantity .qty { width: 84px; }
.product-information .tabs { margin-top: 36px; box-shadow: none; border-top: 1px solid var(--lco-line); background: transparent; padding: 0; }
.tabs .nav-tabs { border-bottom: 1px solid var(--lco-line); }
.tabs .nav-tabs .nav-link { color: var(--lco-muted); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.tabs .nav-tabs .nav-link.active { color: var(--lco-ink); border-bottom: 3px solid var(--lco-orange); }
.product-accessories { margin-top: 90px; }
.product-accessories .h5 { font-size: 42px; }

/* CART ----------------------------------------------------------- */
.page-cart .cart-grid { padding: 20px 0 80px; }
.page-cart .cart-container,
.page-cart .cart-summary,
.page-cart .card { border: 1px solid var(--lco-line); border-radius: var(--lco-radius-md); box-shadow: none; background: var(--lco-white); }
.page-cart .cart-container .card-block { padding: 28px; }
.page-cart h1.h1 { font-size: clamp(42px, 5vw, 72px); text-transform: uppercase; }
.page-cart .cart-summary { position: sticky; top: 24px; background: var(--lco-cream); }
.page-cart .cart-summary .card-block { padding: 24px; }
.page-cart .cart-item { border-bottom: 1px solid var(--lco-line); padding-block: 22px; }
.page-cart .product-line-info a.label { color: var(--lco-ink); font-weight: 800; }
.page-cart .checkout a { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: center; }

/* CHECKOUT — visual shell only; payment module internals untouched */
body#checkout { background: var(--lco-paper); color: var(--lco-ink); }
body#checkout #header .header-nav { display: none; }
body#checkout #header .header-top { border-bottom: 1px solid var(--lco-line); }
body#checkout section.checkout-step { border: 1px solid var(--lco-line); box-shadow: none; border-radius: var(--lco-radius-md); background: var(--lco-white); margin-bottom: 14px; }
body#checkout section.checkout-step .step-title { color: var(--lco-ink); font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
body#checkout section.checkout-step.-current .step-title { color: var(--lco-olive); }
body#checkout .cart-summary { border: 1px solid var(--lco-line); border-radius: var(--lco-radius-md); box-shadow: none; background: var(--lco-cream); }
body#checkout .payment-options label { color: var(--lco-ink); }
body#checkout #payment-confirmation button { min-height: 56px; }
body#checkout .js-payment-option-form,
body#checkout .additional-information { border: 0; }

/* CUSTOMER ------------------------------------------------------- */
.page-customer-account #content,
.page-addresses #content,
.page-history #content,
.page-identity #content { box-shadow: none; background: transparent; }
.page-my-account #main .page-header h1,
.page-history #main .page-header h1,
.page-addresses #main .page-header h1 { font-size: clamp(42px, 5vw, 70px); text-transform: uppercase; }
.page-my-account #content .links { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; width: 100%; }
.page-my-account #content .links a { width: auto; padding: 0; }
.page-my-account #content .links a span.link-item { min-height: 150px; margin: 0; padding: 24px; border: 1px solid var(--lco-line); border-radius: var(--lco-radius-md); box-shadow: none; background: var(--lco-white); color: var(--lco-ink); text-align: left; transition: transform .2s ease, background .2s ease; }
.page-my-account #content .links a:hover span.link-item { transform: translateY(-3px); background: var(--lco-cream); }
.page-my-account #content .links a i { color: var(--lco-olive); font-size: 32px; display: block; margin-bottom: 24px; }

/* CMS / LEGAL ---------------------------------------------------- */
.page-cms #main .page-header { padding: 46px 0 20px; }
.page-cms #main .page-header h1 { font-size: clamp(44px, 5vw, 74px); text-transform: uppercase; }
.page-cms #content { max-width: 900px; margin: 0 auto 90px; padding: 40px 0; background: transparent; box-shadow: none; color: var(--lco-ink-soft); font-size: 16px; line-height: 1.8; }
.page-cms #content h2 { margin: 54px 0 20px; font-size: 34px; }
.page-cms #content h3 { margin: 34px 0 16px; font-size: 24px; }
.page-cms #content a { color: var(--lco-olive); text-decoration: underline; text-underline-offset: 3px; }

/* 404 ------------------------------------------------------------ */
.lco-404 { width: min(calc(100% - 64px), var(--lco-shell)); margin: 0 auto 90px; padding-top: 24px; }
.lco-404__panel { min-height: 560px; display: grid; grid-template-columns: .85fr 1.15fr; background: var(--lco-cream); border-radius: var(--lco-radius-lg); overflow: hidden; }
.lco-404__art { position: relative; display: grid; place-items: center; background: var(--lco-olive); color: var(--lco-white); }
.lco-404__club { position: absolute; top: 26px; left: 28px; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.lco-404__figure { width: 200px; height: 200px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; font: 800 120px/1 var(--lco-font-display); }
.lco-404__copy { display: flex; flex-direction: column; justify-content: center; padding: 70px; }
.lco-404__number { color: var(--lco-orange); font: 800 clamp(86px, 10vw, 150px)/.8 var(--lco-font-display); }
.lco-404__copy h1 { margin: 14px 0 20px; font-size: clamp(46px, 5vw, 76px); line-height: .9; }
.lco-404__copy p:not(.lco-kicker) { max-width: 580px; color: var(--lco-ink-soft); font-size: 17px; line-height: 1.6; }
.lco-404__actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }

/* FOOTER --------------------------------------------------------- */
#footer { padding-top: 0; background: var(--lco-ink); color: rgba(255,255,255,.76); }
#footer .footer-container { background: var(--lco-ink); padding: 64px 0 34px; box-shadow: none; }
#footer .footer-container .h3,
#footer .footer-container .h4,
#footer .footer-container .block-contact-title,
#footer .footer-container .text-uppercase { color: var(--lco-white); font-family: var(--lco-font-ui); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
#footer a { color: rgba(255,255,255,.72); }
#footer a:hover { color: var(--lco-orange); }
#footer .footer-container li { margin-bottom: 9px; }
#footer .block_newsletter { border: 0; background: transparent; }
#footer .block_newsletter form input[type=email] { background: transparent; color: var(--lco-white); border-color: rgba(255,255,255,.35); }
#footer .block_newsletter form input[type=submit] { background: var(--lco-orange); border-color: var(--lco-orange); }

/* RESPONSIVE ----------------------------------------------------- */
@media (max-width: 1199px) {
  .lco-club-grid { grid-template-columns: repeat(2, 1fr); }
  .page-my-account #content .links { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
  .lco-shell, .lco-404 { width: min(calc(100% - 40px), var(--lco-shell)); }
  .lco-home-hero__grid { grid-template-columns: 1fr; }
  .lco-home-hero__copy { padding: 64px 0 42px; }
  .lco-home-hero__visual { padding: 0 0 44px; min-height: 420px; }
  .lco-hero-poster { min-height: 420px; }
  .page-product .product-container > .col-md-6:first-child,
  .page-product .product-container > .col-md-6:last-child { padding-inline: 15px; }
  .page-cart .cart-summary { position: static; }
  .lco-404__panel { grid-template-columns: 1fr; }
  .lco-404__art { min-height: 300px; }
  .lco-404__copy { padding: 50px; }
}
@media (max-width: 767px) {
  .lco-shell, .lco-404 { width: min(calc(100% - 32px), var(--lco-shell)); }
  #header .header-top { padding: 12px 0; }
  .lco-home-hero__grid, .lco-home-hero__visual { min-height: auto; }
  .lco-home-hero h1 { font-size: clamp(52px, 16vw, 76px); }
  .lco-home-hero__lead { font-size: 16px; }
  .lco-home-hero__actions { align-items: stretch; flex-direction: column; }
  .lco-home-hero__actions .lco-text-link { align-self: flex-start; }
  .lco-hero-poster { min-height: 340px; padding: 28px; }
  .lco-clubs { padding: 64px 0; }
  .lco-club-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .lco-club-card { min-height: 220px; padding: 18px; }
  .lco-club-card strong { font-size: 30px; }
  .lco-manifesto { padding: 64px 0; }
  .page-my-account #content .links { grid-template-columns: 1fr; }
  .page-my-account #content .links a span.link-item { min-height: 110px; }
  .lco-404__copy { padding: 36px 24px; }
  .lco-404__actions { flex-direction: column; }
  .lco-404__actions .btn { width: 100%; }
}
@media (max-width: 420px) {
  .lco-club-grid { grid-template-columns: 1fr; }
}



/* ================================================================
   V0.6 — CATEGORY + PRODUCT REFINEMENT
   ================================================================ */

/* CATEGORY HERO -------------------------------------------------- */
.lco-category-header-wrap { margin: 0 0 34px; }
.lco-category-hero {
  min-height: 300px;
  display: grid;
  grid-template-columns: 42% 58%;
  overflow: hidden;
  background: #e9e4da;
  border: 1px solid var(--lco-line);
}
.lco-category-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 52px;
}
.lco-category-hero__copy h1 {
  margin: 6px 0 14px;
  color: var(--lco-ink);
  font: 800 clamp(48px,5vw,78px)/.88 var(--lco-font-display);
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.lco-category-hero__description {
  max-width: 520px;
  color: var(--lco-ink-soft);
  font-size: 15px;
  line-height: 1.6;
}
.lco-category-hero__description p:last-child { margin-bottom: 0; }
.lco-category-hero__count {
  margin: 18px 0 0;
  color: var(--lco-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.lco-category-hero__media { position: relative; min-height: 300px; background: var(--lco-olive); }
.lco-category-hero__media picture,
.lco-category-hero__media img { width: 100%; height: 100%; display: block; }
.lco-category-hero__media img { object-fit: cover; object-position: center; filter: saturate(.84) contrast(1.02); }
.lco-category-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(17,17,17,.04), transparent 45%);
}
.lco-category-hero__media--fallback {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 28px 34px;
  color: rgba(255,255,255,.94);
  background:
    linear-gradient(145deg, rgba(255,255,255,.04) 0 48%, transparent 48% 100%),
    var(--lco-olive);
}
.lco-category-hero__club { z-index: 1; font: 800 16px/1 var(--lco-font-display); letter-spacing: .05em; }
.lco-category-hero__number { color: rgba(255,255,255,.12); font: 800 160px/.72 var(--lco-font-display); }

/* CATEGORY LAYOUT ------------------------------------------------ */
.lco-listing-main #subcategories { margin: 0 0 30px; padding: 0; border: 0; }
#subcategories ul { display: flex; gap: 12px; flex-wrap: wrap; }
#subcategories ul li { width: auto; min-width: 128px; margin: 0; text-align: left; }
#subcategories ul li .subcategory-image { padding: 0; }
#subcategories ul li .subcategory-image a { display: block; padding: 0; border: 1px solid var(--lco-line); overflow: hidden; }
#subcategories ul li .subcategory-image a img { max-width: 100%; transition: transform .25s ease; }
#subcategories ul li:hover .subcategory-image img { transform: scale(1.025); }
#subcategories ul li .subcategory-name { margin-top: 8px; color: var(--lco-ink); font-size: 12px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }

#left-column { padding-right: 26px; }
#left-column .block-categories,
#search_filters_wrapper { border: 0; box-shadow: none; background: transparent; }
#left-column .block-categories { padding: 0 0 20px; }
#search_filters { padding: 0; }
#search_filters .facet { margin: 0; padding: 20px 0; border-bottom: 1px solid var(--lco-line); }
#search_filters .facet .facet-title { color: var(--lco-ink); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
#search_filters .facet .facet-label { margin-bottom: 8px; }
#search_filters .facet .facet-label a { color: var(--lco-ink-soft); font-size: 13px; }
#search_filters .facet .facet-label .custom-checkbox input[type=checkbox] + span { border-radius: 0; }

.products-selection { min-height: 48px; margin: 0 0 22px; padding: 0 0 12px; border-bottom: 1px solid var(--lco-line); }
.products-selection .total-products p { margin: 12px 0 0; color: var(--lco-ink); font-size: 12px; font-weight: 700; }
.products-sort-order .select-title { min-width: 190px; padding: 12px 14px; background: var(--lco-white); }

.lco-catalog-products .products { margin-inline: -7px; }
.lco-catalog-products .product-miniature { padding-inline: 7px; margin-bottom: 34px; }
.lco-catalog-products .product-miniature .thumbnail-container { border-bottom: 1px solid var(--lco-line); }
.lco-catalog-products .product-miniature .product-thumbnail { aspect-ratio: 4 / 5; background: #eeeae2; }
.lco-catalog-products .product-miniature .product-thumbnail img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.lco-catalog-products .product-miniature .product-description { padding: 13px 0 17px; }
.lco-catalog-products .product-miniature .product-title a { font-size: 13px; line-height: 1.35; }
.lco-catalog-products .product-miniature .product-price-and-shipping { margin-top: 4px; font-size: 13px; }
.lco-catalog-products .product-miniature .product-flags { top: 8px; left: 8px; }
.lco-catalog-products .product-miniature .product-flags li.product-flag { padding: 5px 7px; }
.pagination { margin-top: 26px; border-top: 1px solid var(--lco-line); padding-top: 24px; }
.pagination .page-list li { margin: 0 3px; }
.pagination a { color: var(--lco-ink); }
.pagination .current a { color: var(--lco-orange); font-weight: 800; }

/* PRODUCT PAGE --------------------------------------------------- */
.page-product .breadcrumb { margin-bottom: 14px; }
.page-product .lco-product-top { margin-top: 0; padding-top: 4px; }
.page-product .lco-product-top > .col-md-6:first-child { padding-right: 42px; }
.page-product .lco-product-top > .col-md-6:last-child { padding-left: 42px; position: relative; }
.page-product .lco-product-top > .col-md-6:last-child > .product-information,
.page-product .lco-product-top > .col-md-6:last-child > .product-prices,
.page-product .lco-product-top > .col-md-6:last-child > .lco-product-club-label,
.page-product .lco-product-top > .col-md-6:last-child > h1 { max-width: 540px; }
.lco-product-club-label { margin: 6px 0 10px; color: var(--lco-muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.page-product h1.h1 { margin: 0 0 12px; font-size: clamp(42px,4vw,62px); line-height: .92; }
.page-product .product-cover { min-height: 650px; display: grid; place-items: center; background: #f0ece4; }
.page-product .product-cover img { max-height: 650px; width: 100%; object-fit: contain; mix-blend-mode: multiply; }
.page-product .images-container .product-images { margin-top: 12px; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }
.page-product .product-images > li.thumb-container { width: auto; float: none; margin: 0; }
.page-product .product-images > li.thumb-container > .thumb { width: 100%; height: auto; margin: 0; }
.page-product .scroll-box-arrows { display: none; }
.page-product .product-prices { padding-bottom: 18px; border-bottom: 1px solid var(--lco-line); }
.page-product .product-price { font-size: 24px; }
.page-product .product-description { max-width: 510px; font-size: 14px; line-height: 1.65; }
.page-product .product-variants > .product-variants-item { margin: 22px 0; }
.page-product .product-variants-item select { min-height: 46px; border: 1px solid var(--lco-line); border-radius: 0; box-shadow: none; }
.page-product .product-variants-item input.input-color + span,
.page-product .product-variants-item input.input-radio + span { border-radius: 0; }
.page-product .product-quantity { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 12px; align-items: stretch; }
.page-product .product-quantity .qty { width: 100%; margin: 0; }
.page-product .product-quantity .add { width: 100%; }
.page-product .product-add-to-cart .add-to-cart { width: 100%; min-height: 52px; background: var(--lco-ink); border-color: var(--lco-ink); }
.page-product .product-add-to-cart .add-to-cart:hover { background: var(--lco-orange); border-color: var(--lco-orange); }
.page-product .product-information .tabs { margin-top: 28px; }
.page-product .tabs .nav-tabs { display: flex; gap: 20px; }
.page-product .tabs .nav-tabs .nav-item { float: none; margin: 0; }
.page-product .tabs .nav-tabs .nav-link { padding: 14px 0; border: 0; }
.page-product .tabs .tab-content { padding: 24px 0 0; }

/* dynamic editorial block built from actual product data */
.lco-product-editorial { margin: 88px 0 0; border-top: 1px solid var(--lco-line); }
.lco-product-editorial__story { display: grid; grid-template-columns: 1fr 1fr; min-height: 470px; }
.lco-product-editorial__media { min-height: 470px; overflow: hidden; background: #e7e1d6; }
.lco-product-editorial__media picture,
.lco-product-editorial__media img { display: block; width: 100%; height: 100%; }
.lco-product-editorial__media img { object-fit: cover; object-position: center; filter: saturate(.75) contrast(1.03); }
.lco-product-editorial__copy { display: flex; flex-direction: column; justify-content: center; padding: 56px 64px; background: var(--lco-cream); }
.lco-product-editorial__copy h2 { margin: 8px 0 20px; font-size: clamp(42px,4vw,64px); line-height: .92; text-transform: uppercase; }
.lco-product-editorial__description { max-width: 620px; color: var(--lco-ink-soft); font-size: 15px; line-height: 1.7; }
.lco-product-specs { padding: 54px 0 12px; }
.lco-product-specs__heading { display: grid; grid-template-columns: 160px 1fr; align-items: end; margin-bottom: 28px; }
.lco-product-specs__heading h2 { margin: 0; font-size: 32px; text-transform: uppercase; }
.lco-product-specs__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--lco-line); border-left: 1px solid var(--lco-line); }
.lco-product-spec { min-height: 110px; padding: 20px; border-right: 1px solid var(--lco-line); border-bottom: 1px solid var(--lco-line); }
.lco-product-spec span { display: block; margin-bottom: 12px; color: var(--lco-muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.lco-product-spec strong { color: var(--lco-ink); font-size: 14px; line-height: 1.45; }
.product-accessories { padding-top: 42px; border-top: 1px solid var(--lco-line); }
.product-accessories .h5 { margin-bottom: 26px; font: 800 38px/.95 var(--lco-font-display); letter-spacing: -.01em; }

/* RESPONSIVE V0.6 ------------------------------------------------ */
@media (max-width: 1199px) {
  .lco-category-hero { grid-template-columns: 48% 52%; }
  .lco-category-hero__copy { padding: 40px; }
  .page-product .product-cover { min-height: 520px; }
  .lco-product-specs__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 991px) {
  .lco-category-hero { grid-template-columns: 1fr; }
  .lco-category-hero__media { min-height: 260px; order: -1; }
  .lco-category-hero__copy { padding: 34px 28px; }
  #left-column { padding-right: 15px; }
  .page-product .lco-product-top > .col-md-6:first-child,
  .page-product .lco-product-top > .col-md-6:last-child { padding-inline: 15px; }
  .page-product .lco-product-top > .col-md-6:last-child { margin-top: 34px; }
  .page-product .product-cover { min-height: 460px; }
  .lco-product-editorial__story { grid-template-columns: 1fr; }
  .lco-product-editorial__media { min-height: 420px; }
  .lco-product-editorial__copy { padding: 44px 34px; }
  .lco-product-specs__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .lco-category-header-wrap { margin-bottom: 24px; }
  .lco-category-hero__media { min-height: 210px; }
  .lco-category-hero__copy h1 { font-size: 48px; }
  .lco-category-hero__copy { padding: 28px 20px; }
  .lco-catalog-products .products { margin-inline: -5px; }
  .lco-catalog-products .product-miniature { padding-inline: 5px; margin-bottom: 26px; }
  .lco-catalog-products .product-miniature .product-title a,
  .lco-catalog-products .product-miniature .product-price-and-shipping { font-size: 12px; }
  .page-product .product-cover { min-height: auto; aspect-ratio: 1/1.12; }
  .page-product .images-container .product-images { display: flex; overflow-x: auto; }
  .page-product .product-images > li.thumb-container { min-width: 76px; }
  .page-product .product-quantity { grid-template-columns: 92px minmax(0,1fr); }
  .lco-product-editorial { margin-top: 58px; }
  .lco-product-editorial__media { min-height: 320px; }
  .lco-product-editorial__copy { padding: 36px 20px; }
  .lco-product-specs { padding-top: 42px; }
  .lco-product-specs__heading { grid-template-columns: 1fr; gap: 8px; }
  .lco-product-specs__grid { grid-template-columns: 1fr 1fr; }
  .lco-product-spec { min-height: 96px; padding: 16px; }
}

/* ==========================================================
   LCO 0.7 — PRODUCT PAGE REBUILD
   Pixel direction: approved Les Clubs Ordinaires mockup
   ========================================================== */
.page-product #wrapper { background: var(--lco-white); }
.page-product #content-wrapper { width:100%; padding:0; }
.page-product .breadcrumb { max-width:1380px; margin:18px auto 14px; padding:0 28px; font-size:11px; }
.page-product .lco-product-page { max-width:1380px; margin:0 auto; padding:0 28px 72px; }

.lco-product-hero {
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(470px, .92fr);
  gap:58px;
  align-items:start;
  padding-top:4px;
}
.lco-product-hero__gallery { min-width:0; position:relative; }
.lco-product-hero__purchase { min-width:0; display:grid; grid-template-columns:minmax(0,1fr) 215px; gap:28px; align-items:start; padding-top:8px; }
.lco-product-buy { min-width:0; }
.lco-product-buy__head { display:flex; gap:20px; align-items:flex-start; justify-content:space-between; }
.lco-product-buy__favorite { font:300 30px/1 Arial,sans-serif; color:var(--lco-ink); padding-top:6px; }
.lco-product-club-label { margin:0 0 10px; color:#4e5249; font-size:10px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
.page-product .lco-product-buy h1.h1 { margin:0; max-width:620px; font:800 clamp(40px,3.55vw,60px)/.92 var(--lco-font-display); letter-spacing:-.015em; text-transform:none; color:var(--lco-ink); }
.page-product .lco-product-buy .product-prices { margin:16px 0 0; padding:0 0 22px; border-bottom:1px solid var(--lco-line); }
.page-product .lco-product-buy .current-price span { font-size:22px; font-weight:800; color:var(--lco-ink); }
.page-product .lco-product-buy__intro { max-width:510px; margin:20px 0 0; color:#33352f; font-size:14px; line-height:1.55; }
.page-product .lco-product-buy__intro p:last-child { margin-bottom:0; }

/* gallery — vertical rail + large stage */
.lco-product-gallery { display:grid; grid-template-columns:92px minmax(0,1fr); gap:16px; align-items:stretch; }
.lco-product-gallery__rail { width:92px !important; max-height:650px; overflow-y:auto; overflow-x:hidden; margin:0 !important; }
.lco-product-gallery__thumbs { display:flex !important; flex-direction:column; gap:10px; margin:0 !important; padding:0 !important; transform:none !important; }
.lco-product-gallery__thumbs .thumb-container { width:92px !important; height:92px; float:none !important; margin:0 !important; border:1px solid #d9d5cc; background:#f2eee7; overflow:hidden; }
.lco-product-gallery__thumbs .thumb-container .thumb { display:block; width:100% !important; height:100% !important; margin:0 !important; object-fit:cover; border:0 !important; opacity:.78; cursor:pointer; }
.lco-product-gallery__thumbs .thumb-container .thumb.selected { opacity:1; box-shadow:inset 0 0 0 2px var(--lco-ink); }
.lco-product-gallery__stage { position:relative; min-height:650px; margin:0 !important; display:grid; place-items:center; background:#f2eee7; overflow:hidden; }
.lco-product-gallery__stage picture { display:block; width:100%; height:100%; }
.lco-product-gallery__stage .js-qv-product-cover { width:100%; height:650px; max-height:none !important; object-fit:contain; mix-blend-mode:multiply; padding:34px; }
.lco-product-gallery__zoom { position:absolute !important; inset:auto 16px 16px auto !important; width:42px; height:42px; display:grid !important; place-items:center; border:1px solid #d8d4ca; background:rgba(255,255,255,.9) !important; color:var(--lco-ink); cursor:pointer; }
.lco-product-gallery__zoom .material-icons { font-size:20px; }
.page-product .product-flags { left:110px; top:10px; z-index:2; }
.page-product .scroll-box-arrows { display:none !important; }

/* variants */
.lco-product-buy__actions { margin-top:18px; }
.lco-product-variants { padding-top:0; }
.lco-variant-group { margin:0 !important; padding:18px 0 20px; border-bottom:1px solid var(--lco-line); }
.lco-variant-group__heading { display:flex; min-height:24px; align-items:center; gap:11px; margin-bottom:12px; }
.lco-variant-group__label { margin:0 !important; padding:0 !important; font-size:11px !important; font-weight:800 !important; letter-spacing:.04em; text-transform:uppercase; color:var(--lco-ink) !important; }
.lco-variant-group__selected { color:#65665f; font-size:12px; }
.lco-size-guide-link { margin-left:auto; color:#55564f !important; font-size:11px; text-decoration:underline !important; text-underline-offset:3px; }
.lco-color-list,
.lco-size-list { display:flex; flex-wrap:wrap; gap:10px; margin:0; padding:0; list-style:none; }
.lco-color-list .input-container,
.lco-size-list .input-container { float:none !important; margin:0 !important; }
.lco-color-list label,
.lco-size-list label { margin:0; cursor:pointer; }
.lco-color-list input { position:absolute; opacity:0; pointer-events:none; }
.lco-color-list .color { width:30px !important; height:30px !important; margin:0 !important; border:1px solid #aaa69d !important; border-radius:50% !important; box-shadow:none !important; }
.lco-color-list input:checked + .color { outline:2px solid var(--lco-ink); outline-offset:3px; }
.lco-size-list input { position:absolute; opacity:0; pointer-events:none; }
.lco-size-list .radio-label { min-width:56px; height:38px; margin:0 !important; padding:0 12px !important; display:grid !important; place-items:center; border:1px solid #dedad1 !important; background:#fff !important; color:#353631 !important; font-size:11px; font-weight:500; }
.lco-size-list input:checked + .radio-label { border-color:var(--lco-ink) !important; box-shadow:inset 0 0 0 1px var(--lco-ink); color:var(--lco-ink) !important; }
.lco-variant-group select { min-height:44px; border-radius:0 !important; border:1px solid #dcd8cf !important; box-shadow:none !important; }

/* add to cart */
.lco-product-atc { padding-top:18px; }
.lco-product-atc__label { display:block; margin:0 0 10px !important; padding:0 !important; font-size:11px !important; font-weight:800 !important; letter-spacing:.04em; text-transform:uppercase; }
.lco-product-atc__row { display:grid !important; grid-template-columns:94px minmax(0,1fr) !important; gap:14px; align-items:stretch; margin:0 !important; }
.lco-product-atc__qty { width:94px !important; margin:0 !important; }
.lco-product-atc__qty .bootstrap-touchspin { height:44px; box-shadow:none; }
.lco-product-atc__qty input { height:44px !important; min-height:44px; text-align:center; border:1px solid #dedad1 !important; border-radius:0 !important; box-shadow:none !important; background:#fff; }
.lco-product-atc__button-wrap { width:auto !important; margin:0 !important; }
.lco-product-atc__button { width:100% !important; height:52px; margin:0 !important; display:flex !important; align-items:center; justify-content:center; gap:8px; border-radius:0 !important; border-color:var(--lco-ink) !important; background:var(--lco-ink) !important; color:#fff !important; font-size:12px !important; font-weight:800 !important; letter-spacing:.035em; text-transform:uppercase; box-shadow:none !important; }
.lco-product-atc__button .material-icons { display:none; }
.lco-product-atc__button:hover { background:var(--lco-orange) !important; border-color:var(--lco-orange) !important; }
.lco-product-availability { margin-top:10px; font-size:12px; color:#5a5c55; }
.lco-product-buy__actions-secondary { display:flex; justify-content:center; padding:14px 0 0; }
.lco-product-buy__actions-secondary .wishlist-button-add,
.lco-product-buy__actions-secondary .btn { min-height:36px; background:transparent !important; border:0 !important; box-shadow:none !important; color:#40423d !important; font-size:11px !important; text-transform:uppercase; }
.page-product .product-additional-info { margin-top:12px; font-size:11px; }

/* French reassurance block — clean editorial treatment */
.lco-product-side-trust {
  margin-top:150px;
  padding:2px 0 0 24px;
  border-left:1px solid var(--lco-line);
}
.lco-product-trust-item {
  min-height:96px;
  padding:0 0 22px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  column-gap:14px;
  align-items:start;
  border-bottom:1px solid var(--lco-line);
}
.lco-product-trust-item + .lco-product-trust-item { padding-top:22px; }
.lco-product-trust-item > div { min-width:0; padding-top:1px; }
.lco-product-trust-item strong {
  display:block;
  margin:0 0 7px;
  color:var(--lco-ink);
  font-size:11px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.lco-product-trust-item span:not(.lco-product-trust-icon) {
  display:block;
  max-width:150px;
  color:#66675f;
  font-size:10.5px;
  line-height:1.5;
}
.lco-product-trust-icon {
  width:30px;
  height:30px;
  display:block;
  position:relative;
  border:1px solid #31322f;
  border-radius:50%;
  opacity:.9;
}
.lco-product-trust-icon:before {
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#31322f;
  font-size:13px;
  line-height:1;
}
.lco-product-trust-icon--secure:before { content:'✓'; }
.lco-product-trust-icon--delivery:before { content:'→'; }
.lco-product-trust-icon--return:before { content:'↶'; }

/* four specification highlights */
.lco-product-highlights { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); margin-top:22px; background:#f5f1ea; border-top:1px solid #ebe7df; border-bottom:1px solid #ebe7df; }
.lco-product-highlight { min-height:84px; padding:20px 28px; display:flex; gap:14px; align-items:center; border-right:1px solid #e0dcd3; }
.lco-product-highlight:last-child { border-right:0; }
.lco-product-highlight__icon { width:31px; height:31px; flex:0 0 31px; border:1px solid var(--lco-ink); border-radius:50%; position:relative; opacity:.8; }
.lco-product-highlight__icon:after { content:'✓'; position:absolute; inset:0; display:grid; place-items:center; font-size:14px; }
.lco-product-highlight strong { display:block; margin-bottom:3px; font-size:10px; letter-spacing:.035em; text-transform:uppercase; }
.lco-product-highlight span:not(.lco-product-highlight__icon) { display:block; color:#53554f; font-size:11px; line-height:1.35; }

/* editorial information block */
.lco-product-story { margin-top:8px; display:grid; grid-template-columns:1.05fr .70fr 1.25fr; grid-template-areas:'media copy details' 'media extras extras'; border-bottom:1px solid var(--lco-line); }
.lco-product-story__media { grid-area:media; min-height:445px; background:#ded8cd; overflow:hidden; }
.lco-product-story__media picture,
.lco-product-story__media img { display:block; width:100%; height:100%; }
.lco-product-story__media img { min-height:445px; object-fit:cover; }
.lco-product-story__copy { grid-area:copy; padding:40px 38px; border-right:1px solid var(--lco-line); }
.lco-product-story__copy .lco-kicker,
.lco-product-story__details .lco-kicker,
.lco-product-story__extras .lco-kicker { margin:0 0 10px; color:#3f413c; font-size:9px; font-weight:800; letter-spacing:.065em; text-transform:uppercase; }
.lco-product-story__copy h2 { margin:0 0 16px; font:800 clamp(34px,3vw,50px)/.92 var(--lco-font-display); text-transform:uppercase; }
.lco-product-story__description { color:#444640; font-size:12px; line-height:1.55; }
.lco-product-story__description p { margin:0 0 10px; }
.lco-product-story__details { grid-area:details; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); }
.lco-product-detail-column { padding:40px 28px; border-right:1px solid var(--lco-line); }
.lco-product-detail-column:last-child { border-right:0; }
.lco-product-detail-column ul { margin:0; padding:0; list-style:none; }
.lco-product-detail-column li {
  margin:0 0 10px;
  padding:0;
  display:flex;
  align-items:baseline;
  gap:14px;
  color:#41433e;
  font-size:11px;
  line-height:1.45;
}
.lco-product-detail-column li::before { content:none !important; display:none !important; }
.lco-product-detail-column li strong {
  flex:0 0 auto;
  min-width:76px;
  font-weight:650;
}
.lco-product-detail-column li span {
  display:block;
  min-width:0;
  color:#555750;
}
.lco-product-story__extras { grid-area:extras; min-height:100px; display:grid; grid-template-columns:2fr 1fr; border-top:1px solid var(--lco-line); }
.lco-size-guide,
.lco-fit-note { padding:22px 28px; display:flex; align-items:center; gap:22px; }
.lco-size-guide { border-right:1px solid var(--lco-line); justify-content:space-between; }
.lco-size-guide > div:first-child span,
.lco-fit-note span { color:#65675f; font-size:10px; }
.lco-size-guide__sizes { display:flex; flex-wrap:wrap; gap:0; }
.lco-size-guide__sizes span { min-width:40px; padding:7px 9px; text-align:center; border-left:1px solid var(--lco-line); color:#373934; font-size:10px; }
.lco-fit-note { flex-direction:column; align-items:flex-start; gap:4px; }
.lco-fit-note strong { font-size:12px; text-transform:uppercase; }

/* extra module content, accessories, community */
.lco-product-extra-content { padding:34px 0 0; }
.lco-product-extra-content__item { padding:28px 0; border-bottom:1px solid var(--lco-line); }
.lco-product-extra-content__item h2 { font:800 28px/1 var(--lco-font-display); text-transform:uppercase; }
.lco-product-accessories { margin-top:34px; padding-top:0 !important; border-top:0 !important; }
.lco-section-head { display:flex; align-items:end; justify-content:space-between; margin:0 0 18px; }
.lco-section-head h2 { margin:0; font:800 27px/1 var(--lco-font-display); text-transform:uppercase; }
.lco-product-accessories .products { margin-left:-7px; margin-right:-7px; }
.lco-product-accessories .product-miniature { padding-left:7px; padding-right:7px; }
.lco-product-accessories .product-miniature .thumbnail-container { border:1px solid #dedad1 !important; }
.lco-product-community { margin-top:30px; padding-top:24px; border-top:1px solid var(--lco-line); }
.lco-product-community .lco-section-head { margin-bottom:12px; }
.lco-product-community .lco-section-head span { font-size:10px; color:#676960; }
.lco-product-community__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:3px; }
.lco-product-community__grid picture { display:block; aspect-ratio:1.55/1; overflow:hidden; background:#e7e2d8; }
.lco-product-community__grid img { width:100%; height:100%; object-fit:cover; transition:transform .25s ease; }
.lco-product-community__grid picture:hover img { transform:scale(1.025); }

/* deliberately suppress legacy product tabs on rebuilt product page */
.page-product .lco-product-page > .tabs,
.page-product .lco-product-page .product-information > .tabs { display:none !important; }

@media (max-width:1199px) {
  .lco-product-hero { grid-template-columns:minmax(0,1fr) minmax(410px,.9fr); gap:34px; }
  .lco-product-hero__purchase { grid-template-columns:1fr; }
  .lco-product-side-trust { margin-top:14px; padding:20px 0 0; border-left:0; border-top:1px solid var(--lco-line); }
  .lco-product-side-trust { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
  .lco-product-trust-item { border-bottom:0; padding:0; min-height:auto; }
  .lco-product-trust-item + .lco-product-trust-item { padding-top:0; }
  .lco-product-story { grid-template-columns:1fr 1fr; grid-template-areas:'media copy' 'details details' 'extras extras'; }
  .lco-product-story__copy { border-right:0; }
  .lco-product-story__details { border-top:1px solid var(--lco-line); }
}

@media (max-width:991px) {
  .page-product .lco-product-page { padding-inline:20px; }
  .lco-product-hero { grid-template-columns:1fr; }
  .lco-product-gallery__stage { min-height:560px; }
  .lco-product-gallery__stage .js-qv-product-cover { height:560px; }
  .lco-product-highlights { grid-template-columns:1fr 1fr; }
  .lco-product-highlight:nth-child(2) { border-right:0; }
  .lco-product-highlight:nth-child(-n+2) { border-bottom:1px solid #e0dcd3; }
  .lco-product-story { grid-template-columns:1fr; grid-template-areas:'media' 'copy' 'details' 'extras'; }
  .lco-product-story__media,
  .lco-product-story__media img { min-height:430px; }
  .lco-product-story__copy { border-bottom:1px solid var(--lco-line); }
  .lco-product-story__details { grid-template-columns:repeat(3,1fr); }
}

@media (max-width:767px) {
  .page-product .breadcrumb { padding-inline:16px; }
  .page-product .lco-product-page { padding-inline:16px; padding-bottom:50px; }
  .lco-product-gallery { grid-template-columns:1fr; gap:10px; }
  .lco-product-gallery__stage { order:1; min-height:auto; aspect-ratio:1/1.08; }
  .lco-product-gallery__stage .js-qv-product-cover { height:100%; padding:18px; }
  .lco-product-gallery__rail { order:2; width:100% !important; max-height:none; overflow-x:auto; overflow-y:hidden; }
  .lco-product-gallery__thumbs { flex-direction:row; }
  .lco-product-gallery__thumbs .thumb-container { flex:0 0 74px; width:74px !important; height:74px; }
  .page-product .product-flags { left:10px; }
  .lco-product-hero { gap:26px; }
  .lco-product-hero__purchase { gap:20px; }
  .page-product .lco-product-buy h1.h1 { font-size:42px; }
  .lco-product-atc__row { grid-template-columns:88px 1fr !important; gap:8px; }
  .lco-product-atc__qty { width:88px !important; }
  .lco-product-side-trust .blockreassurance_product { grid-template-columns:1fr; gap:12px; }
  .lco-product-highlights { grid-template-columns:1fr; }
  .lco-product-highlight { min-height:auto; border-right:0; border-bottom:1px solid #e0dcd3; }
  .lco-product-highlight:last-child { border-bottom:0; }
  .lco-product-story__media,
  .lco-product-story__media img { min-height:330px; }
  .lco-product-story__copy { padding:34px 22px; }
  .lco-product-story__details { grid-template-columns:1fr; }
  .lco-product-detail-column { padding:26px 22px; border-right:0; border-bottom:1px solid var(--lco-line); }
  .lco-product-detail-column:last-child { border-bottom:0; }
  .lco-product-story__extras { grid-template-columns:1fr; }
  .lco-size-guide { border-right:0; border-bottom:1px solid var(--lco-line); align-items:flex-start; flex-direction:column; }
  .lco-product-community__grid { grid-template-columns:1fr 1fr; }
}

/
/* ==================================================================
   LCO 0.9.0 — HOMEPAGE MASTER / exact approved visual direction
   ================================================================== */
body#index #header + #wrapper{padding-top:0}

/* Global custom header */
#header.lco-site-header{position:relative;background:#fffdf7!important;color:#111!important;box-shadow:none!important;border:0!important}
.lco-topbar{height:34px;background:#090909;color:#fff;font-size:9px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.lco-topbar__inner{width:min(calc(100% - 64px),1488px);height:100%;margin:auto;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}
.lco-topbar__item{display:flex;align-items:center;gap:9px;white-space:nowrap}
.lco-topbar__item:nth-child(2){justify-content:center}.lco-topbar__item:nth-child(3){justify-content:flex-end}
.lco-topbar__item>span{font-size:15px;font-weight:400;line-height:1}
.lco-header-main{position:relative;width:min(calc(100% - 64px),1488px);height:96px;margin:auto;display:grid;grid-template-columns:50px 1fr 230px 1fr 145px;align-items:center;column-gap:18px}
.lco-header-search{display:grid;place-items:center;width:44px;height:44px}
.lco-wordmark{display:flex!important;flex-direction:column;align-items:center;justify-content:center;font-family:var(--lco-font-display);font-weight:900;font-size:29px;line-height:.78;letter-spacing:-.03em;text-transform:uppercase;color:#111!important;text-align:center}
.lco-nav{display:flex;align-items:center;gap:42px;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}
.lco-nav--left{justify-content:flex-end}.lco-nav--right{justify-content:flex-start}.lco-nav a{color:#111!important}.lco-nav a:hover{color:var(--lco-olive)!important}.lco-nav-caret{font-size:11px;margin-left:3px}
.lco-header-tools{display:flex;align-items:center;justify-content:flex-end;gap:20px}.lco-header-tools>a{position:relative;width:28px;height:38px;display:grid;place-items:center;color:#111!important}
.lco-cart-count{position:absolute;right:-5px;top:4px;min-width:15px;height:15px;padding:0 4px;display:grid;place-items:center;border-radius:50%;background:#111;color:#fff;font-size:8px;font-weight:800}
.lco-icon{position:relative;display:block;width:18px;height:18px}
.lco-icon--search:before{content:"";position:absolute;width:11px;height:11px;border:1.5px solid #111;border-radius:50%;left:1px;top:1px}.lco-icon--search:after{content:"";position:absolute;width:7px;height:1.5px;background:#111;transform:rotate(45deg);right:0;bottom:3px}
.lco-icon--user:before{content:"";position:absolute;width:7px;height:7px;border:1.3px solid #111;border-radius:50%;left:5px;top:1px}.lco-icon--user:after{content:"";position:absolute;width:14px;height:8px;border:1.3px solid #111;border-bottom:0;border-radius:9px 9px 0 0;left:1px;bottom:0}
.lco-icon--heart:before{content:"♡";position:absolute;inset:-5px 0 0;font:400 25px/1 Arial;text-align:center}
.lco-icon--bag:before{content:"";position:absolute;width:14px;height:13px;border:1.3px solid #111;left:2px;bottom:0}.lco-icon--bag:after{content:"";position:absolute;width:7px;height:5px;border:1.3px solid #111;border-bottom:0;border-radius:5px 5px 0 0;left:5.5px;top:0}
.lco-mobile-toggle,.lco-mobile-menu{display:none}
#header.lco-is-scrolled{position:sticky;top:0;box-shadow:0 6px 24px rgba(0,0,0,.05)!important}.lco-is-scrolled .lco-topbar{display:none}.lco-is-scrolled .lco-header-main{height:72px}

/* Homepage shell */
body#index #wrapper{background:#fffdf7!important}
body#index #wrapper>.container{width:100%!important;max-width:none!important;padding:0!important}
body#index #content-wrapper{width:100%!important;max-width:none!important;flex:0 0 100%!important;padding:0!important}
body#index #left-column,body#index #right-column{display:none!important}
.lco-home-master{margin:0!important;padding:0!important;background:#fffdf7;color:#111}
.lco-home-shell{width:min(calc(100% - 48px),1490px);margin:0 auto;font-family:var(--lco-font-ui)}

/* Hero — intentionally shallow like the approved mockup */
.lco-master-hero{display:grid;grid-template-columns:42.5% 57.5%;height:clamp(320px,22.2vw,395px);background:#e9e5dc;overflow:hidden}
.lco-master-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:34px 42px 34px 84px}
.lco-master-hero h1{margin:0;font-family:var(--lco-font-display);font-size:clamp(46px,4.35vw,70px);font-weight:900;line-height:.84;letter-spacing:-.045em;text-transform:uppercase;color:#111}
.lco-master-hero__copy>p{max-width:470px;margin:20px 0 18px;font-size:13px;line-height:1.45;color:#282722}
.lco-master-actions{display:flex;gap:12px}.lco-master-btn{min-height:42px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #111;font-size:9px;font-weight:900;letter-spacing:.045em;text-transform:uppercase}.lco-master-btn--dark{background:#111;color:#fff!important}.lco-master-btn--light{background:transparent;color:#111!important}
.lco-master-hero__media,.lco-master-hero__media picture,.lco-master-hero__media img{width:100%;height:100%;display:block}.lco-master-hero__media img{object-fit:cover;object-position:center 42%}

/* Trust */
.lco-master-trust{height:72px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;border-bottom:1px solid #ddd7cb}
.lco-master-trust>div{height:38px;display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid #e2ddd3}.lco-master-trust>div:last-child{border-right:0}.lco-master-trust__ico{font-size:23px;line-height:1}.lco-master-trust p{margin:0}.lco-master-trust strong,.lco-master-trust small{display:block}.lco-master-trust strong{font-size:9px;line-height:1.2;letter-spacing:.03em}.lco-master-trust small{margin-top:3px;font-size:8.5px;color:#54514a}

/* Section titles */
.lco-master-section{padding:28px 52px 0}.lco-master-section-title{height:32px;display:flex;align-items:flex-start;justify-content:space-between}.lco-master-section-title h2{margin:0;font:900 18px/.9 var(--lco-font-display);letter-spacing:-.02em;text-transform:uppercase}.lco-master-section-title a{font-size:7.5px;font-weight:900;letter-spacing:.035em;text-transform:uppercase;color:#111!important}

/* Collections */
.lco-master-collections__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.lco-master-club{position:relative;display:block;height:218px;overflow:hidden;background:#171714;color:#fff!important}.lco-master-club img{width:100%;height:100%;object-fit:cover;filter:saturate(.86) contrast(1.04);transition:transform .35s ease}.lco-master-club:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.68))}.lco-master-club:hover img{transform:scale(1.018)}.lco-master-club>span{position:absolute;z-index:2;left:18px;bottom:17px;display:flex;flex-direction:column;text-shadow:0 1px 7px rgba(0,0,0,.35)}.lco-master-club strong{font:900 clamp(26px,2.2vw,38px)/.88 var(--lco-font-display);letter-spacing:-.025em}.lco-master-club small{margin-top:5px;font-size:10px;font-weight:800;letter-spacing:.02em}

/* Products */
.lco-master-products{padding-top:24px}.lco-master-products__native .products-section-title,.lco-master-products__native .all-product-link{display:none!important}.lco-master-products__native .products{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr));gap:17px;margin:0!important}.lco-master-products__native .product-miniature{width:auto!important;max-width:none!important;margin:0!important}.lco-master-products__native .thumbnail-container{width:100%!important;height:auto!important;margin:0!important;background:transparent!important;box-shadow:none!important}.lco-master-products__native .product-thumbnail{display:block;aspect-ratio:.9/1;background:#f2f1ee;overflow:hidden}.lco-master-products__native .product-thumbnail img{width:100%;height:100%;object-fit:contain}.lco-master-products__native .product-description{position:static!important;width:100%!important;height:auto!important;padding:9px 0 0!important;background:transparent!important;text-align:left!important}.lco-master-products__native .product-title{margin:0 0 2px!important;font-size:9.5px!important;line-height:1.28!important;text-align:left!important}.lco-master-products__native .product-title a{color:#111!important}.lco-master-products__native .product-price-and-shipping{text-align:left!important;font-size:10px!important;font-weight:800!important;color:#111!important}.lco-master-products__native .highlighted-informations{display:none!important}.lco-master-products__native .product-flags{top:6px;left:6px}.lco-master-products__native .product-flag{font-size:7px!important;padding:3px 5px!important}

/* Story — compact, no oversized title */
.lco-master-story{display:grid;grid-template-columns:1fr 1fr;height:184px;margin-top:28px;background:#e9e4da;overflow:hidden}.lco-master-story__media,.lco-master-story__media img{width:100%;height:100%}.lco-master-story__media img{object-fit:cover;filter:grayscale(1)}.lco-master-story__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:22px 64px}.lco-master-story__copy h2{margin:0 0 9px;font:900 clamp(31px,3vw,43px)/.87 var(--lco-font-display);letter-spacing:-.035em;text-transform:uppercase}.lco-master-story__copy p{margin:0 0 12px;font-size:10px;line-height:1.42;color:#34322d}.lco-master-story .lco-master-btn{min-height:36px;padding:0 15px;font-size:8px}

/* Capsule */
.lco-master-capsule{display:grid;grid-template-columns:1.05fr 1.2fr 1.2fr .72fr;height:214px;margin-top:12px;background:#e8dfd0;overflow:hidden}.lco-master-capsule__copy{display:flex;flex-direction:column;justify-content:center;padding:20px 22px}.lco-master-capsule__copy>span{font-size:7px;font-weight:900;letter-spacing:.055em;color:#e66a32}.lco-master-capsule__copy h2{margin:5px 0 9px;font:900 clamp(34px,3.7vw,50px)/.88 var(--lco-font-display);letter-spacing:-.04em}.lco-master-capsule__copy p{margin:0;font-size:8.5px;line-height:1.42}.lco-master-capsule__copy a{margin-top:11px;font-size:7px;font-weight:900;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px}.lco-master-capsule__media,.lco-master-capsule__media img{width:100%;height:100%}.lco-master-capsule__media img{object-fit:cover}

/* Community */
.lco-master-community{height:84px;margin-top:12px;display:grid;grid-template-columns:205px 1fr 170px;align-items:stretch;border-top:1px solid #d9d3c8;border-bottom:1px solid #d9d3c8}.lco-master-community__intro{display:flex;flex-direction:column;justify-content:center;padding:12px 15px}.lco-master-community__intro h2{margin:0 0 6px;font:900 18px/.9 var(--lco-font-display);text-transform:uppercase}.lco-master-community__intro p{margin:0;font-size:7.5px}.lco-master-community__rail{display:grid;grid-template-columns:repeat(8,1fr);min-width:0}.lco-master-community__rail a{display:block;overflow:hidden;border-left:2px solid #fff}.lco-master-community__rail img{width:100%;height:100%;object-fit:cover}.lco-master-community__instagram{display:flex;align-items:center;justify-content:center;text-align:center;border-left:1px solid #d9d3c8;font:900 12px/1.1 var(--lco-font-display);letter-spacing:.02em;text-transform:uppercase;color:#111!important}.lco-master-community__instagram span{margin-left:6px;font:400 19px Arial}

/* Dedicated home footer */
.lco-master-footer{display:grid;grid-template-columns:1.35fr .75fr .75fr .8fr 1.05fr;column-gap:34px;padding:23px 50px 12px;border-bottom:1px solid #ded8cd}.lco-master-footer>div{min-width:0}.lco-master-footer h3{margin:0 0 7px;font:900 10px/1.1 var(--lco-font-display);letter-spacing:.025em;text-transform:uppercase}.lco-master-footer p{margin:0;font-size:7.5px;line-height:1.45;color:#57534d}.lco-master-footer a{display:block;margin:4px 0;font-size:7.5px;line-height:1.25;color:#54514a!important}.lco-master-footer__newsletter .block_newsletter{width:100%!important;max-width:230px!important;margin-top:10px!important;padding:0!important}.lco-master-footer__newsletter .block_newsletter p,.lco-master-footer__newsletter .block_newsletter .col-md-7{display:none!important}.lco-master-footer__newsletter .block_newsletter .col-md-5{width:100%!important;max-width:none!important;flex:0 0 100%!important;padding:0!important}.lco-master-footer__newsletter .block_newsletter form .row{margin:0!important}.lco-master-footer__newsletter input[type=email]{height:28px!important;font-size:8px!important;border:1px solid #cbc5ba!important;background:#fff!important}.lco-master-footer__newsletter input[type=submit]{height:28px!important;padding:0 10px!important;font-size:8px!important;background:#111!important;color:#fff!important;border:0!important}.lco-master-footer__payments{text-align:center}.lco-master-footer__payments p{display:flex;justify-content:center;gap:8px;margin-top:16px}.lco-master-footer__payments p span{display:inline-flex;align-items:center;justify-content:center;height:22px;min-width:42px;padding:0 5px;border:1px solid #bbb4a8;background:#fff;font-size:7px;color:#222}.lco-master-footer__legal{grid-column:1/-1;margin-top:16px;padding-top:11px;border-top:1px solid #ded8cd;display:flex;align-items:center;justify-content:space-between;font-size:6.5px;color:#68645d}.lco-master-footer__legal nav{display:flex;gap:28px}.lco-master-footer__legal nav a{margin:0;font-size:6.5px!important;text-transform:uppercase}

@media(max-width:1199px){
  .lco-header-main{width:min(calc(100% - 36px),1488px);grid-template-columns:44px 1fr 190px 1fr 120px}.lco-nav{gap:22px;font-size:9px}.lco-wordmark{font-size:25px}.lco-home-shell{width:min(calc(100% - 30px),1490px)}.lco-master-hero__copy{padding-left:55px}.lco-master-products__native .products{grid-template-columns:repeat(4,1fr)}.lco-master-community__rail a:nth-child(n+7){display:none}.lco-master-community__rail{grid-template-columns:repeat(6,1fr)}
}
@media(max-width:991px){
  .lco-topbar__item:nth-child(2){display:none}.lco-topbar__inner{grid-template-columns:1fr 1fr}.lco-topbar__item:nth-child(3){justify-content:flex-end}.lco-nav{display:none}.lco-header-main{height:76px;grid-template-columns:44px 1fr 110px;column-gap:8px}.lco-header-search{display:none}.lco-wordmark{grid-column:2;font-size:23px}.lco-header-tools{grid-column:3}.lco-header-tools>a:nth-child(2){display:none}.lco-mobile-toggle{grid-column:1;grid-row:1;display:flex;width:36px;height:36px;border:0;background:transparent;flex-direction:column;align-items:center;justify-content:center;gap:4px}.lco-mobile-toggle span{display:block;width:18px;height:1.5px;background:#111}.lco-mobile-menu{position:absolute;left:0;right:0;top:110px;z-index:100;background:#fffdf7;border-top:1px solid #ded8cd;border-bottom:1px solid #ded8cd;padding:16px 20px}.lco-mobile-menu:not([hidden]){display:flex;flex-direction:column}.lco-mobile-menu a{padding:12px 0;border-bottom:1px solid #ece7dd;font-size:12px;font-weight:800;color:#111!important}.lco-master-hero{height:auto;min-height:0;grid-template-columns:1fr}.lco-master-hero__copy{padding:42px 32px}.lco-master-hero__media{height:430px}.lco-master-trust{height:auto;grid-template-columns:1fr 1fr;padding:8px 0}.lco-master-trust>div{height:48px}.lco-master-trust>div:nth-child(2){border-right:0}.lco-master-section{padding-left:24px;padding-right:24px}.lco-master-collections__grid{grid-template-columns:1fr 1fr}.lco-master-products__native .products{grid-template-columns:repeat(3,1fr)}.lco-master-story{grid-template-columns:1fr;height:auto}.lco-master-story__media{height:250px}.lco-master-story__copy{padding:30px}.lco-master-capsule{height:auto;grid-template-columns:1fr 1fr}.lco-master-capsule__copy{grid-column:1/-1;padding:28px}.lco-master-capsule__media{height:260px}.lco-master-community{height:auto;grid-template-columns:1fr}.lco-master-community__intro{padding:18px}.lco-master-community__rail{height:95px}.lco-master-community__instagram{padding:14px;border-left:0;border-top:1px solid #d9d3c8}.lco-master-footer{grid-template-columns:1fr 1fr 1fr;padding:24px}.lco-master-footer__join,.lco-master-footer__payments{grid-column:span 3}.lco-master-footer__payments{text-align:left;margin-top:16px}.lco-master-footer__payments p{justify-content:flex-start;margin-top:8px}
}
@media(max-width:767px){
  .lco-topbar{height:30px}.lco-topbar__inner{width:100%;padding:0 14px;display:block;text-align:center}.lco-topbar__item{height:30px;justify-content:center!important}.lco-topbar__item:nth-child(3){display:none}.lco-header-main{width:100%;padding:0 12px}.lco-header-tools{gap:7px}.lco-home-shell{width:100%}.lco-master-hero__copy{padding:36px 20px 30px}.lco-master-hero h1{font-size:clamp(49px,15vw,67px)}.lco-master-hero__copy>p{font-size:12px}.lco-master-actions{flex-direction:column;align-items:stretch}.lco-master-btn{width:100%}.lco-master-hero__media{height:430px}.lco-master-trust{padding:4px 12px}.lco-master-trust>div{justify-content:flex-start;padding:8px}.lco-master-trust__ico{font-size:19px}.lco-master-section{padding:24px 16px 0}.lco-master-section-title h2{font-size:17px}.lco-master-section-title a{font-size:6.5px}.lco-master-collections__grid{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory}.lco-master-club{flex:0 0 78vw;height:230px;scroll-snap-align:start}.lco-master-products__native .products{grid-template-columns:1fr 1fr;gap:11px}.lco-master-story{margin-top:26px}.lco-master-story__copy h2{font-size:36px}.lco-master-capsule{grid-template-columns:1fr 1fr}.lco-master-capsule__media{height:215px}.lco-master-capsule__media--last{display:none}.lco-master-community__rail{display:flex;overflow-x:auto}.lco-master-community__rail a{flex:0 0 36vw}.lco-master-footer{grid-template-columns:1fr 1fr;padding:22px 16px;gap:22px}.lco-master-footer__join,.lco-master-footer__payments,.lco-master-footer__legal{grid-column:1/-1}.lco-master-footer__legal{align-items:flex-start;gap:10px;flex-direction:column}.lco-master-footer__legal nav{gap:14px;flex-wrap:wrap}
}


/* LCO 0.9.2 — final product polish */
.page-product .lco-product-detail-column li > strong + span { margin-left:2px !important; }
.page-product .lco-product-detail-column ul { display:block !important; }
.page-product .lco-product-side-trust strong,
.page-product .lco-product-side-trust span { word-break:normal !important; overflow-wrap:normal !important; }
@media (max-width:1199px) {
  .lco-product-hero__purchase { grid-template-columns:1fr; }
  .lco-product-side-trust { margin-top:18px; padding:22px 0 0; border-left:0; border-top:1px solid var(--lco-line); display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
  .lco-product-trust-item { min-height:auto; padding:0 20px 0 0; border-bottom:0; border-right:1px solid var(--lco-line); }
  .lco-product-trust-item:last-child { border-right:0; }
  .lco-product-trust-item + .lco-product-trust-item { padding-top:0; }
}
@media (max-width:767px) {
  .lco-product-side-trust { grid-template-columns:1fr; gap:0; }
  .lco-product-trust-item { padding:14px 0; border-right:0; border-bottom:1px solid var(--lco-line); }
  .lco-product-trust-item:last-child { border-bottom:0; }
  .lco-product-detail-column li { gap:18px; }
  .lco-product-detail-column li strong { min-width:104px; }
}


/* ==========================================================
   LCO 0.9.7 — HOMEPAGE MASTER REBUILD
   Scope: homepage only. Product/category/cart styles untouched.
   ========================================================== */
body#index{background:#fffdf8!important;}
body#index #wrapper{padding:0!important;background:#fffdf8!important;box-shadow:none!important;}
body#index #wrapper>.container{width:100%!important;max-width:none!important;padding:0!important;}
body#index #content-wrapper{width:100%!important;padding:0!important;}
body#index #content{margin:0!important;padding:0!important;}

body#index .lco-home-shell{
  width:min(calc(100% - 48px),1488px)!important;
  margin:0 auto!important;
  color:#111!important;
}

/* Hero: same proportions as approved mockup, not oversized */
body#index .lco-master-hero{
  display:grid!important;
  grid-template-columns:44% 56%!important;
  height:520px!important;
  min-height:520px!important;
  max-height:520px!important;
  overflow:hidden!important;
  background:#e9e5dc!important;
}
body#index .lco-master-hero__copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:56px 58px 52px 72px!important;
}
body#index .lco-master-hero h1{
  margin:0!important;
  max-width:570px!important;
  font-family:var(--lco-font-display)!important;
  font-size:64px!important;
  line-height:.91!important;
  letter-spacing:-.04em!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}
body#index .lco-master-hero__copy>p{
  margin:22px 0 22px!important;
  max-width:460px!important;
  font-size:15px!important;
  line-height:1.5!important;
}
body#index .lco-master-actions{display:flex!important;gap:14px!important;}
body#index .lco-master-btn{
  min-height:46px!important;
  padding:0 22px!important;
  font-size:11px!important;
  letter-spacing:.03em!important;
}
body#index .lco-master-hero__media,
body#index .lco-master-hero__media picture,
body#index .lco-master-hero__media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
}
body#index .lco-master-hero__media{background:#d9d4c9!important;overflow:hidden!important;}
body#index .lco-master-hero__media img{
  object-fit:cover!important;
  object-position:center center!important;
  max-width:none!important;
}

/* ==========================================================
   LCO — RÉASSURANCE HOME
   Version plus forte / éditoriale
   ========================================================== */

body#index .lco-master-trust {
  min-height: 104px !important;
  height: auto !important;

  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  align-items: stretch !important;

  background: #111 !important;
  border-top: 1px solid #111 !important;
  border-bottom: 1px solid #111 !important;
}


/* Chaque engagement */
body#index .lco-master-trust > div {
  min-height: 104px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 16px !important;
  padding: 20px 28px !important;

  border-right: 1px solid rgba(255,255,255,.16) !important;
}

body#index .lco-master-trust > div:last-child {
  border-right: 0 !important;
}


/* Picto */
body#index .lco-master-trust__ico {
  flex: 0 0 auto !important;

  color: #e66a32 !important;

  font-size: 27px !important;
  line-height: 1 !important;
}


/* Bloc texte */
body#index .lco-master-trust p {
  margin: 0 !important;
}


/* Titre */
body#index .lco-master-trust strong {
  display: block !important;

  color: #fff !important;

  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;

  letter-spacing: .055em !important;
  text-transform: uppercase !important;
}


/* Sous-titre */
body#index .lco-master-trust small {
  display: block !important;

  margin-top: 6px !important;

  color: rgba(255,255,255,.62) !important;

  font-size: 10.5px !important;
  line-height: 1.4 !important;
}


/* Interaction très légère */
body#index .lco-master-trust > div {
  transition: background-color .2s ease !important;
}

body#index .lco-master-trust > div:hover {
  background: rgba(255,255,255,.045) !important;
}


/* TABLETTE */
@media (max-width: 991px) {

  body#index .lco-master-trust {
    grid-template-columns: 1fr 1fr !important;
  }

  body#index .lco-master-trust > div {
    min-height: 86px !important;
  }

  body#index .lco-master-trust > div:nth-child(2) {
    border-right: 0 !important;
  }

  body#index .lco-master-trust > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.16) !important;
  }
}


/* MOBILE */
@media (max-width: 575px) {

  body#index .lco-master-trust {
    grid-template-columns: 1fr !important;
  }

  body#index .lco-master-trust > div {
    min-height: 74px !important;

    justify-content: flex-start !important;

    padding: 16px 22px !important;

    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.14) !important;
  }

  body#index .lco-master-trust > div:last-child {
    border-bottom: 0 !important;
  }

  body#index .lco-master-trust__ico {
    width: 30px !important;
    font-size: 24px !important;
    text-align: center !important;
  }

  body#index .lco-master-trust strong {
    font-size: 11px !important;
  }

  body#index .lco-master-trust small {
    font-size: 10px !important;
  }
}

/* Sections */
body#index .lco-master-section{padding:36px 0 0!important;}
body#index .lco-master-section-title{
  min-height:38px!important;height:auto!important;
  display:flex!important;align-items:flex-start!important;justify-content:space-between!important;
}
body#index .lco-master-section-title h2{font-size:22px!important;line-height:1!important;}
body#index .lco-master-section-title a{font-size:9px!important;}

/* Collections */
body#index .lco-master-collections__grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
body#index .lco-master-club{
  height:260px!important;
  overflow:hidden!important;
  background:#171714!important;
}
body#index .lco-master-club img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;}
body#index .lco-master-club>span{left:20px!important;bottom:18px!important;}
body#index .lco-master-club strong{font-size:36px!important;line-height:.9!important;}
body#index .lco-master-club small{font-size:10px!important;margin-top:6px!important;}

/* Native products */
body#index .lco-master-products{padding-top:34px!important;}
body#index .lco-master-products__native .products{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:18px!important;
}
body#index .lco-master-products__native .product-title{font-size:12px!important;}
body#index .lco-master-products__native .product-price-and-shipping{font-size:12px!important;}

/* Story */
body#index .lco-master-story{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  height:230px!important;
  margin-top:40px!important;
  overflow:hidden!important;
  background:#e9e4da!important;
}
body#index .lco-master-story__media,
body#index .lco-master-story__media img{width:100%!important;height:100%!important;}
body#index .lco-master-story__media img{object-fit:cover!important;}
body#index .lco-master-story__copy{padding:34px 64px!important;justify-content:center!important;}
body#index .lco-master-story__copy h2{font-size:42px!important;line-height:.92!important;margin:0 0 12px!important;}
body#index .lco-master-story__copy p{font-size:12px!important;line-height:1.5!important;margin:0 0 16px!important;}
body#index .lco-master-story .lco-master-btn{min-height:42px!important;font-size:9px!important;}

/* Capsule */
body#index .lco-master-capsule{
  display:grid!important;
  grid-template-columns:1.05fr 1.2fr 1.2fr .72fr!important;
  height:260px!important;
  margin-top:14px!important;
  overflow:hidden!important;
}
body#index .lco-master-capsule__copy{padding:26px 28px!important;}
body#index .lco-master-capsule__copy>span{font-size:9px!important;}
body#index .lco-master-capsule__copy h2{font-size:46px!important;line-height:.92!important;margin:7px 0 12px!important;}
body#index .lco-master-capsule__copy p{font-size:10px!important;line-height:1.5!important;}
body#index .lco-master-capsule__copy a{font-size:9px!important;margin-top:14px!important;}
body#index .lco-master-capsule__media,
body#index .lco-master-capsule__media img{width:100%!important;height:100%!important;}
body#index .lco-master-capsule__media img{object-fit:cover!important;object-position:center!important;}

/* Community */
body#index .lco-master-community{
  min-height:118px!important;height:118px!important;
  margin-top:14px!important;
  grid-template-columns:220px 1fr 190px!important;
}
body#index .lco-master-community__intro{padding:18px 16px!important;}
body#index .lco-master-community__intro h2{font-size:22px!important;margin-bottom:7px!important;}
body#index .lco-master-community__intro p{font-size:9px!important;}
body#index .lco-master-community__instagram{font-size:13px!important;}


@media(max-width:1199px){
  body#index .lco-master-hero{height:470px!important;min-height:470px!important;max-height:470px!important;}
  body#index .lco-master-hero__copy{padding:48px 42px!important;}
  body#index .lco-master-hero h1{font-size:54px!important;}
  body#index .lco-master-club{height:230px!important;}
  body#index .lco-master-products__native .products{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}
@media(max-width:991px){
  body#index .lco-home-shell{width:min(calc(100% - 28px),1488px)!important;}
  body#index .lco-master-hero{grid-template-columns:1fr!important;height:auto!important;max-height:none!important;}
  body#index .lco-master-hero__copy{padding:44px 34px!important;}
  body#index .lco-master-hero__media{height:460px!important;}
  body#index .lco-master-trust{grid-template-columns:1fr 1fr!important;}
  body#index .lco-master-collections__grid{grid-template-columns:1fr 1fr!important;}
  body#index .lco-master-story{grid-template-columns:1fr!important;height:auto!important;}
  body#index .lco-master-story__media{height:280px!important;}
  body#index .lco-master-capsule{height:auto!important;grid-template-columns:1fr 1fr!important;}
  body#index .lco-master-capsule__copy{grid-column:1/-1!important;}
  body#index .lco-master-capsule__media{height:260px!important;}
  body#index .lco-master-community{height:auto!important;grid-template-columns:1fr!important;}
  body#index .lco-master-community__rail{height:120px!important;}
}
@media(max-width:767px){
  body#index .lco-home-shell{width:100%!important;}
  body#index .lco-master-hero__copy{padding:36px 20px!important;}
  body#index .lco-master-hero h1{font-size:48px!important;}
  body#index .lco-master-hero__media{height:420px!important;}
  body#index .lco-master-section{padding:28px 16px 0!important;}
  body#index .lco-master-club{height:250px!important;}
  body#index .lco-master-story__copy{padding:30px 22px!important;}
  body#index .lco-master-story__copy h2{font-size:34px!important;}
}
/* ==========================================================
   LCO — MASQUER ANCIEN FOOTER HOMEPAGE
   ========================================================== */

body#index .lco-master-footer {
  display: none !important;
}

/* ==========================================================
   LCO — FOOTER FINAL
   Scope : footer principal uniquement
   ========================================================== */

.lco-footer {
  background: #111;
  color: #fff;
}

/* ----------------------------------------------------------
   NEWSLETTER / REJOINDRE LE CLUB
   ---------------------------------------------------------- */

.lco-footer__newsletter {
  padding: 42px 0 34px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: #111;
}

.lco-footer__newsletter > .container {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(420px, 1.15fr);
  gap: 70px;
  align-items: center;
}

.lco-footer__newsletter-intro {
  max-width: 430px;
}

.lco-footer__kicker {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.55);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lco-footer__newsletter h2 {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--lco-font-display);
  font-size: 36px;
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.lco-footer__newsletter-intro p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.55;
}

/* On neutralise le layout Bootstrap du module newsletter */
.lco-footer__newsletter-form .block_newsletter {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.lco-footer__newsletter-form .block_newsletter .row {
  margin: 0 !important;
}

.lco-footer__newsletter-form .block_newsletter .col-md-5,
.lco-footer__newsletter-form .block_newsletter .col-md-7 {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
}

/* Masque le titre natif : "Recevez nos offres spéciales" */
.lco-footer__newsletter-form .block_newsletter p.h3,
.lco-footer__newsletter-form .block_newsletter .h3 {
  display: none !important;
}

.lco-footer__newsletter-form .block_newsletter form {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
}

.lco-footer__newsletter-form .block_newsletter form .input-wrapper {
  width: 100%;
}

.lco-footer__newsletter-form .block_newsletter form .row {
  display: flex !important;
  align-items: stretch;
}

.lco-footer__newsletter-form input[type="email"] {
  min-height: 48px !important;
  height: 48px !important;
  padding: 0 16px !important;
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
}

.lco-footer__newsletter-form input[type="email"]::placeholder {
  color: rgba(255,255,255,.45);
}

.lco-footer__newsletter-form input[type="submit"] {
  min-height: 48px !important;
  height: 48px !important;
  padding: 0 24px !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  color: #111 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.lco-footer__newsletter-form input[type="submit"]:hover {
  background: #e66a32 !important;
  border-color: #e66a32 !important;
  color: #fff !important;
}

/* Texte légal du module newsletter */
.lco-footer__newsletter-form .block_newsletter form + p,
.lco-footer__newsletter-form .block_newsletter .condition {
  max-width: 620px;
  margin: 8px 0 0 auto !important;
  color: rgba(255,255,255,.45) !important;
  font-size: 9px !important;
  line-height: 1.45;
}


/* ----------------------------------------------------------
   CORPS DU FOOTER
   ---------------------------------------------------------- */

#footer .lco-footer__main {
  padding: 0 !important;
  background: #111 !important;
  color: #fff !important;
}

.lco-footer__main > .container {
  padding-top: 42px;
  padding-bottom: 24px;
}

.lco-footer__brand {
  max-width: 520px;
  margin-bottom: 28px;
}

.lco-footer__brand-name {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  color: #fff;
  font-family: var(--lco-font-display);
  font-size: 23px;
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.025em;
}

.lco-footer__brand p {
  max-width: 500px;
  margin: 0;
  color: rgba(255,255,255,.56);
  font-size: 11px;
  line-height: 1.5;
}


/* ----------------------------------------------------------
   COLONNES DE LIENS PRESTASHOP
   ---------------------------------------------------------- */

.lco-footer__links {
  margin-top: 0 !important;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.lco-footer__links > div {
  margin-bottom: 26px;
}

.lco-footer__links .h3,
.lco-footer__links .h4,
.lco-footer__links .block-contact-title,
.lco-footer__links .text-uppercase {
  margin-bottom: 13px !important;
  color: #fff !important;
  font-family: var(--lco-font-ui) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
}

.lco-footer__links ul {
  margin: 0;
}

.lco-footer__links li {
  margin-bottom: 7px !important;
}

.lco-footer__links a {
  color: rgba(255,255,255,.68) !important;
  font-size: 10px;
  line-height: 1.45;
}

.lco-footer__links a:hover {
  color: #fff !important;
}


/* ----------------------------------------------------------
   SIGNATURE / PAIEMENT
   ---------------------------------------------------------- */

.lco-footer__signature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 8px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.lco-footer__signature span,
.lco-footer__signature strong {
  display: block;
}

.lco-footer__signature span {
  color: rgba(255,255,255,.48);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lco-footer__signature strong {
  margin-top: 3px;
  color: #fff;
  font-size: 10px;
  letter-spacing: .04em;
}

.lco-footer__payments {
  text-align: right;
}


/* ----------------------------------------------------------
   BAS DU FOOTER
   ---------------------------------------------------------- */

.lco-footer__after {
  margin: 0;
}

.lco-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 18px;
}

.lco-footer__bottom p {
  margin: 0;
  color: rgba(255,255,255,.42);
  font-size: 8px;
  text-transform: uppercase;
}


/* ----------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------- */

@media (max-width: 991px) {

  .lco-footer__newsletter > .container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lco-footer__newsletter-form .block_newsletter form {
    margin-left: 0;
  }

  .lco-footer__brand {
    margin-bottom: 18px;
  }

  .lco-footer__signature {
    align-items: flex-start;
    flex-direction: column;
  }

  .lco-footer__payments {
    text-align: left;
  }
}

@media (max-width: 767px) {

  .lco-footer__newsletter {
    padding: 34px 0 28px;
  }

  .lco-footer__newsletter h2 {
    font-size: 30px;
  }

  .lco-footer__newsletter-form .block_newsletter form .row {
    display: block !important;
  }

  .lco-footer__newsletter-form input[type="email"],
  .lco-footer__newsletter-form input[type="submit"] {
    width: 100% !important;
  }

  .lco-footer__newsletter-form input[type="submit"] {
    margin-top: 8px;
  }

  .lco-footer__main > .container {
    padding-top: 34px;
  }

  .lco-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Masquer le titre natif du module newsletter dans le footer LCO */
.lco-footer__newsletter-form .block_newsletter > p,
.lco-footer__newsletter-form .block_newsletter > .h3,
.lco-footer__newsletter-form .block_newsletter > h3 {
  display: none !important;
}

/* Masquer le libellé natif du module newsletter */
.lco-footer__newsletter-form #block-newsletter-label {
  display: none !important;
}
.lco-footer__newsletter-form .block_newsletter .col-md-7 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

/* LCO — newsletter : alignement champ + bouton uniquement */

.lco-footer__newsletter-form .block_newsletter form .row {
  display: flex !important;
  align-items: stretch !important;
  gap: 10px !important;
}

.lco-footer__newsletter-form input[type="email"] {
  height: 46px !important;
  min-height: 46px !important;
}

.lco-footer__newsletter-form input[type="submit"] {
  height: 46px !important;
  min-height: 46px !important;
  margin: 0 !important;
}

/* LCO — texte légal newsletter uniquement */
.lco-footer__newsletter-form .block_newsletter form .col-xs-12 > p {
  margin: 8px 0 0 !important;
  color: rgba(255,255,255,.42) !important;
  font-size: 8.5px !important;
  line-height: 1.45 !important;
}
/* ==========================================================
   LCO — RÉASSURANCE + NAVIGATION FOOTER
   ========================================================== */


/* ----------------------------------------------------------
   BARRE DE RÉASSURANCE
   ---------------------------------------------------------- */

.lco-reassurance-bar {
  background: #f2eee5;
  color: #111;
  border-top: 1px solid rgba(17,17,17,.10);
  border-bottom: 1px solid rgba(17,17,17,.10);
}

.lco-reassurance-bar > .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.lco-reassurance-bar__item {
  min-height: 92px;
  padding: 24px 28px;
  border-right: 1px solid rgba(17,17,17,.12);
}

.lco-reassurance-bar__item:first-child {
  border-left: 1px solid rgba(17,17,17,.12);
}

.lco-reassurance-bar__item strong {
  display: block;
  margin-bottom: 6px;
  color: #111;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.lco-reassurance-bar__item span {
  display: block;
  max-width: 230px;
  color: rgba(17,17,17,.60);
  font-size: 10px;
  line-height: 1.45;
}


/* ----------------------------------------------------------
   NAVIGATION FOOTER
   ---------------------------------------------------------- */

.lco-footer__navigation {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  padding: 28px 0 34px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.lco-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lco-footer__column h3 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.lco-footer__column span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.65);
  font-size: 10px;
  line-height: 1.4;
}


/* ----------------------------------------------------------
   SIGNATURE DE MARQUE
   ---------------------------------------------------------- */

.lco-footer__signature {
  display: block;
  margin: 0 !important;
  padding: 22px 0 !important;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.lco-footer__signature span {
  display: block;
  color: rgba(255,255,255,.42);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.lco-footer__signature strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
}


/* ----------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------- */

@media (max-width: 991px) {

  .lco-reassurance-bar > .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .lco-reassurance-bar__item:nth-child(2) {
    border-right: 0;
  }

  .lco-footer__navigation {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}


@media (max-width: 575px) {

  .lco-reassurance-bar > .container {
    grid-template-columns: 1fr;
  }

  .lco-reassurance-bar__item {
    min-height: auto;
    padding: 20px 0;
    border-right: 0;
    border-left: 0 !important;
    border-bottom: 1px solid rgba(17,17,17,.10);
  }

  .lco-reassurance-bar__item:last-child {
    border-bottom: 0;
  }

  .lco-footer__navigation {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
/* ==========================================================
   LCO — FOOTER : LISIBILITÉ
   ========================================================== */

/* Barre de réassurance */
.lco-reassurance-bar__item strong {
  font-size: 11px !important;
}

.lco-reassurance-bar__item span {
  font-size: 11px !important;
  line-height: 1.5 !important;
}


/* Newsletter */
.lco-footer__newsletter-intro p {
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.lco-footer__newsletter-form input[type="email"] {
  font-size: 11px !important;
}

.lco-footer__newsletter-form input[type="submit"] {
  font-size: 10px !important;
}

.lco-footer__newsletter-form .block_newsletter form .col-xs-12 > p {
  font-size: 9px !important;
  line-height: 1.5 !important;
}


/* Présentation de la marque */
.lco-footer__brand p {
  font-size: 11px !important;
  line-height: 1.55 !important;
}


/* Titres des colonnes */
.lco-footer__column h3 {
  font-size: 11px !important;
  margin-bottom: 16px !important;
}


/* Liens / futurs liens */
.lco-footer__column span,
.lco-footer__column a {
  font-size: 11px !important;
  line-height: 1.5 !important;
  margin-bottom: 8px !important;
}


/* Signature */
.lco-footer__signature span {
  font-size: 9px !important;
}

.lco-footer__signature strong {
  font-size: 11px !important;
}


/* Copyright */
.lco-footer__bottom p {
  font-size: 9px !important;
}
/* ==========================================================
   LES CLUBS ORDINAIRES — À PROPOS FINAL
   CMS ID 6
   ========================================================== */

body.cms-id-6 .page-header {
  display: none !important;
}

body.cms-id-6 #content {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.cms-id-6 .lco-about-final {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #f4f0e8;
  color: #111;
}

body.cms-id-6 .lco-about-final__inner {
  width: min(calc(100% - 96px), 1488px);
  margin: 0 auto;
}

body.cms-id-6 .lco-about-final__kicker {
  display: block;
  color: #e66a32;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.cms-id-6 .lco-about-final__accent {
  display: block;
  width: 28px;
  height: 3px;
  margin-top: 20px;
  background: #e66a32;
}


/* ==========================================================
   HERO
   ========================================================== */

body.cms-id-6 .lco-about-final__hero {
  display: grid;
  grid-template-columns: 49% 51%;
  min-height: 600px;
  background: #ece7dd;
}

body.cms-id-6 .lco-about-final__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:
    70px
    70px
    70px
    max(48px, calc((100vw - 1488px) / 2));
}

body.cms-id-6 .lco-about-final__hero h1 {
  max-width: 700px;
  margin: 22px 0 0;
  color: #111;
  font-family: var(--lco-font-display);
  font-size: clamp(68px, 6vw, 104px);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

body.cms-id-6 .lco-about-final__hero-copy p {
  max-width: 570px;
  margin: 22px 0 0;
  color: #27251f;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}

body.cms-id-6 .lco-about-final__hero-media {
  min-width: 0;
  overflow: hidden;
}

body.cms-id-6 .lco-about-final__hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ==========================================================
   01 — MANIFESTE
   ========================================================== */

body.cms-id-6 .lco-about-final__manifesto {
  padding: 55px 0 62px;
  background: #f4f0e8;
}

body.cms-id-6 .lco-about-final__manifesto-grid {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 45px;
  align-items: start;
}

body.cms-id-6 .lco-about-final__number-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body.cms-id-6 .lco-about-final__number {
  display: block;
  margin-bottom: 14px;
  color: #d3cdc2;
  font-family: var(--lco-font-display);
  font-size: 76px;
  font-weight: 900;
  line-height: .8;
}

body.cms-id-6 .lco-about-final__manifesto-content h2 {
  margin: 0;
  font-family: var(--lco-font-display);
  font-size: clamp(42px, 3.8vw, 64px);
  font-weight: 900;
  line-height: .86;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

body.cms-id-6 .lco-about-final__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 420px));
  gap: 60px;
  margin-top: 30px;
}

body.cms-id-6 .lco-about-final__columns p {
  margin: 0;
  color: #403d37;
  font-size: 14px;
  line-height: 1.65;
}


/* ==========================================================
   LARGE IMAGE
   ========================================================== */

body.cms-id-6 .lco-about-final__landscape {
  position: relative;
  height: 420px;
  overflow: hidden;
  background: #d0c8ba;
}

body.cms-id-6 .lco-about-final__landscape img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.cms-id-6 .lco-about-final__landscape > span {
  position: absolute;
  left: max(48px, calc((100vw - 1488px) / 2));
  bottom: 26px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}


/* ==========================================================
   02 — CLUB
   ========================================================== */

body.cms-id-6 .lco-about-final__club {
  padding: 42px 0;
  background: #0d0d0c;
  color: #fff;
}

body.cms-id-6 .lco-about-final__club-grid {
  display: grid;
  grid-template-columns: 120px 1.25fr 2fr;
  gap: 35px;
  align-items: center;
}

body.cms-id-6 .lco-about-final__number-block--dark .lco-about-final__number {
  color: rgba(255,255,255,.28);
}

body.cms-id-6 .lco-about-final__club-title h2 {
  margin: 0;
  color: #fff;
  font-family: var(--lco-font-display);
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

body.cms-id-6 .lco-about-final__club-title p {
  margin: 12px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

body.cms-id-6 .lco-about-final__club-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid rgba(255,255,255,.16);
}

body.cms-id-6 .lco-about-final__club-list > div {
  min-height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px;
  border-right: 1px solid rgba(255,255,255,.16);
}

body.cms-id-6 .lco-about-final__club-list span {
  margin-bottom: 10px;
  color: #e66a32;
  font-size: 10px;
  font-weight: 900;
}

body.cms-id-6 .lco-about-final__club-list strong {
  color: #fff;
  font-family: var(--lco-font-display);
  font-size: 21px;
  line-height: .95;
  text-transform: uppercase;
}


/* ==========================================================
   03 — VÊTEMENT
   ========================================================== */

body.cms-id-6 .lco-about-final__garment {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 470px;
  background: #ece7dd;
}

body.cms-id-6 .lco-about-final__garment-media {
  overflow: hidden;
}

body.cms-id-6 .lco-about-final__garment-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.cms-id-6 .lco-about-final__garment-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px 9%;
}

body.cms-id-6 .lco-about-final__garment-copy .lco-about-final__number {
  font-size: 66px;
}

body.cms-id-6 .lco-about-final__garment-copy h2 {
  max-width: 650px;
  margin: 26px 0;
  font-family: var(--lco-font-display);
  font-size: clamp(40px, 3.5vw, 60px);
  font-weight: 900;
  line-height: .86;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

body.cms-id-6 .lco-about-final__garment-copy p {
  max-width: 590px;
  margin: 0 0 14px;
  color: #45413b;
  font-size: 14px;
  line-height: 1.65;
}


/* ==========================================================
   PHRASE FORTE
   ========================================================== */

body.cms-id-6 .lco-about-final__statement {
  padding: 52px 0 48px;
  text-align: center;
  background: #f4f0e8;
}

body.cms-id-6 .lco-about-final__statement h2 {
  margin: 0 auto;
  max-width: 1250px;
  font-family: var(--lco-font-display);
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

body.cms-id-6 .lco-about-final__statement p {
  margin: 14px 0 0;
  color: #4a4741;
  font-size: 14px;
}

body.cms-id-6 .lco-about-final__statement .lco-about-final__accent {
  margin: 18px auto 0;
}


/* ==========================================================
   CTA
   ========================================================== */

body.cms-id-6 .lco-about-final__cta {
  display: grid;
  grid-template-columns: 57% 43%;
  min-height: 330px;
  background: #0d0d0c;
}

body.cms-id-6 .lco-about-final__cta-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding:
    50px
    70px
    50px
    max(48px, calc((100vw - 1488px) / 2));
}

body.cms-id-6 .lco-about-final__cta h2 {
  margin: 18px 0 28px;
  color: #fff;
  font-family: var(--lco-font-display);
  font-size: clamp(48px, 4vw, 70px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

body.cms-id-6 .lco-about-final__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  min-height: 48px;
  padding: 0 22px;
  background: #fff;
  color: #111 !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.cms-id-6 .lco-about-final__button:hover {
  background: #e66a32;
  color: #fff !important;
}

body.cms-id-6 .lco-about-final__cta-media {
  overflow: hidden;
}

body.cms-id-6 .lco-about-final__cta-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


/* ==========================================================
   TABLETTE
   ========================================================== */

@media (max-width: 991px) {

  body.cms-id-6 .lco-about-final__inner {
    width: calc(100% - 48px);
  }

  body.cms-id-6 .lco-about-final__hero {
    grid-template-columns: 1fr;
  }

  body.cms-id-6 .lco-about-final__hero-media {
    height: 500px;
  }

  body.cms-id-6 .lco-about-final__manifesto-grid {
    grid-template-columns: 100px 1fr;
  }

  body.cms-id-6 .lco-about-final__club-grid {
    grid-template-columns: 100px 1fr;
  }

  body.cms-id-6 .lco-about-final__club-list {
    grid-column: 1 / -1;
    margin-top: 20px;
  }

  body.cms-id-6 .lco-about-final__garment {
    grid-template-columns: 1fr;
  }

  body.cms-id-6 .lco-about-final__garment-media {
    height: 500px;
  }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

  body.cms-id-6 .lco-about-final__inner {
    width: calc(100% - 32px);
  }

  body.cms-id-6 .lco-about-final__hero-copy {
    padding: 55px 20px;
  }

  body.cms-id-6 .lco-about-final__hero h1 {
    font-size: 56px;
  }

  body.cms-id-6 .lco-about-final__manifesto {
    padding: 55px 0;
  }

  body.cms-id-6 .lco-about-final__manifesto-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.cms-id-6 .lco-about-final__columns {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.cms-id-6 .lco-about-final__landscape {
    height: 330px;
  }

  body.cms-id-6 .lco-about-final__club-grid {
    grid-template-columns: 1fr;
  }

  body.cms-id-6 .lco-about-final__club-list {
    grid-template-columns: 1fr 1fr;
  }

  body.cms-id-6 .lco-about-final__garment-media {
    height: 390px;
  }

  body.cms-id-6 .lco-about-final__garment-copy {
    padding: 50px 20px;
  }

  body.cms-id-6 .lco-about-final__statement {
    padding: 48px 0;
  }

  body.cms-id-6 .lco-about-final__cta {
    grid-template-columns: 1fr;
  }

  body.cms-id-6 .lco-about-final__cta-copy {
    padding: 55px 20px;
  }

  body.cms-id-6 .lco-about-final__cta-media {
    height: 330px;
  }

}