/* Écran: the electronics store.
   Dark sections the colour of a switched-off screen alternate with bright
   ones; wide display type; one shape rule: 16px corners on photographs and
   cards, 12px on buttons and controls. The header stays light so a merchant
   logo always shows. No drawn ornaments: every shape is real content. */

body.shop-ecran {
  --font-display: "Unbounded", "Albert Sans", system-ui, sans-serif;
  --font-body: "Albert Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ground: #ffffff;
  --surface: #f2f3f5;
  --surface-2: #e3e5ea;
  --ink: var(--brand-ink, #111318);
  --ink-soft: var(--brand-ink-soft, #505866);
  --line: var(--brand-line, #dfe2e7);
  --night: var(--brand-ink, #0f1115);
  --night-2: var(--brand-ink-2, #1a1d24);
  --night-line: var(--brand-ink-line, #2c313c);
  --night-text: #f2f4f7;
  --night-soft: var(--brand-night-soft, #a8b0bd);
  --radius: 16px;
  --radius-btn: 12px;
  --header-h: 70px;
}

.shop-ecran h1, .shop-ecran h2 { font-weight: 500; letter-spacing: -.02em; }
/* Section headings only: basket, checkout and empty-state headings keep the kit's sizes. */
.shop-ecran [data-section] h2 { font-size: clamp(1.6rem, 1.15rem + 1.7vw, 2.5rem); line-height: 1.12; }
.shop-ecran h3 { font-family: var(--font-body); font-weight: 700; }
.shop-ecran .eyebrow { color: var(--primary-text); letter-spacing: .14em; }
.shop-ecran .page-hero h1 { font-size: clamp(1.8rem, 1.3rem + 2vw, 2.8rem); line-height: 1.12; }
.shop-ecran .product-detail-copy h2 { font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.2rem); }
.shop-ecran .richtext h2 { font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.2rem); }
.shop-ecran .chip, .shop-ecran .option, .shop-ecran .sort, .shop-ecran .policy-nav a,
.shop-ecran .menu-button, .shop-ecran .basket-link { border-radius: 12px; }
.shop-ecran .basket-count, .shop-ecran .badge { border-radius: 8px; }
.shop-ecran .brand-word strong { font-weight: 600; font-size: 1.05rem; letter-spacing: -.01em; }
.shop-ecran .desktop-nav a[aria-current="page"], .shop-ecran .desktop-nav a:hover { border-color: var(--primary); }

.shop-ecran .n-link {
  display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; color: var(--ink);
  text-decoration: underline; text-decoration-color: var(--primary); text-decoration-thickness: 2px; text-underline-offset: 6px;
}
.shop-ecran .n-head {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 12px 40px; margin-bottom: clamp(24px, 4vw, 44px);
}
.shop-ecran .n-head h2 { margin-bottom: .2em; max-width: 18ch; }
.shop-ecran .n-head .lead { margin: 0; }
.shop-ecran .n-actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* The dark sections */
.shop-ecran .n-dark { background: var(--night); color: var(--night-text); }
.shop-ecran .n-dark .eyebrow, .shop-ecran .n-dark .lead { color: var(--night-soft); }
.shop-ecran .n-dark .n-link { color: var(--night-text); }
.shop-ecran .n-dark .btn:not(.btn--primary) { border-color: var(--night-text); color: var(--night-text); }
.shop-ecran .n-dark .btn--primary { border-color: color-mix(in srgb, var(--primary) 72%, #ffffff); }
.shop-ecran .n-dark :focus-visible, .shop-ecran .n-card :focus-visible, .shop-ecran .n-footer :focus-visible { outline-color: var(--night-text); }

/* Hero: the headline, then a wall of screens */
.shop-ecran .n-hero { padding-block: clamp(40px, 6vw, 88px) clamp(40px, 6vw, 80px); }
.shop-ecran .n-label {
  margin: 0 0 18px; font-size: .8rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--night-soft);
}
.shop-ecran .n-hero h1 {
  max-width: 20ch; margin-bottom: clamp(20px, 3vw, 32px);
  font-size: clamp(1.9rem, 1rem + 2.9vw, 3.6rem); line-height: 1.1;
}
.shop-ecran .n-hero__row { display: grid; gap: 18px 48px; grid-template-columns: 1fr; align-items: end; }
@media (min-width: 900px) { .shop-ecran .n-hero__row { grid-template-columns: minmax(0, 1.2fr) auto; } }
.shop-ecran .n-hero .lead { margin: 0; max-width: 56ch; }
.shop-ecran .n-hero__wall {
  display: grid; gap: clamp(8px, 1.2vw, 14px); margin-top: clamp(28px, 4vw, 48px); grid-template-columns: 1fr 1fr;
}
/* Each frame holds its own shape; the photograph fills it, in the editor too. */
.shop-ecran .n-hero__screen {
  position: relative; overflow: hidden; aspect-ratio: 1 / 1; border-radius: var(--radius); background: var(--night-2);
}
.shop-ecran .n-hero__screen img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.shop-ecran .n-hero__screen--main { grid-column: 1 / -1; aspect-ratio: 4 / 3; }
.shop-ecran .n-hero__wall--one .n-hero__screen--main { aspect-ratio: 16 / 9; }
@media (min-width: 760px) {
  .shop-ecran .n-hero__wall { grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; }
  .shop-ecran .n-hero__screen { aspect-ratio: 3 / 2; }
  .shop-ecran .n-hero__screen--main { grid-column: 1; grid-row: 1 / 3; align-self: stretch; justify-self: stretch; }
  .shop-ecran .n-hero__wall--one { grid-template-columns: 1fr; grid-template-rows: auto; }
  .shop-ecran .n-hero__wall--one .n-hero__screen--main { grid-row: auto; aspect-ratio: 21 / 9; }
}

/* Story: the words beside the photograph */
.shop-ecran .n-story__grid { display: grid; gap: clamp(24px, 5vw, 72px); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) {
  .shop-ecran .n-story__grid { grid-template-columns: 1fr 1fr; }
  .shop-ecran .n-story__grid--solo { grid-template-columns: minmax(0, 780px); }
}
.shop-ecran .n-story__copy h2 { max-width: 16ch; }
.shop-ecran .n-story__text { font-size: 1.12rem; color: var(--ink-soft); max-width: 50ch; }
.shop-ecran .n-story__photo img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: var(--radius); }

/* Popular: product cards with their details on a dark panel */
.shop-ecran .n-popular, .shop-ecran .section--catalogue { background: var(--surface); }
@media (min-width: 760px) and (max-width: 1099px) { .shop-ecran .n-popular__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.shop-ecran .n-card { border: 0; background: var(--night); color: var(--night-text); }
.shop-ecran .n-card .product-art { background: #ffffff; }
.shop-ecran .n-card .product-info { gap: 6px; padding: 16px 18px 18px; }
.shop-ecran .n-card .product-category, .shop-ecran .n-card .product-description { color: var(--night-soft); }
.shop-ecran .n-card h3 { font-size: 1.08rem; }
.shop-ecran .n-card__price { font-family: var(--font-display); font-size: 1.02rem; font-weight: 500; }
.shop-ecran .n-card__price.is-muted { font-family: var(--font-body); font-size: .9rem; font-weight: 600; color: var(--night-soft); }
.shop-ecran .n-card__add {
  border: 1px solid var(--primary); border-color: color-mix(in srgb, var(--primary) 72%, #ffffff); border-radius: 10px;
}
.shop-ecran .n-card__add.is-added { background: var(--night-text); border-color: var(--night-text); color: var(--night); }

/* Craft: four reasons in a row, on the dark ground */
.shop-ecran .n-why__points {
  display: grid; gap: 0 clamp(20px, 3vw, 36px); grid-template-columns: 1fr; margin: 0; padding: 0; list-style: none;
}
@media (min-width: 620px) { .shop-ecran .n-why__points { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .shop-ecran .n-why__points { grid-template-columns: repeat(4, 1fr); } }
.shop-ecran .n-why__points li { padding: 22px 0 10px; border-top: 1px solid var(--night-line); }
.shop-ecran .n-why__points h3 { margin-bottom: .4em; font-size: 1.14rem; color: var(--night-text); }
.shop-ecran .n-why__points p { margin: 0; color: var(--night-soft); }

/* How to order: the heading beside three numbered rows */
.shop-ecran .n-steps__grid { display: grid; gap: clamp(24px, 4vw, 64px); grid-template-columns: 1fr; }
@media (min-width: 900px) { .shop-ecran .n-steps__grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; } }
.shop-ecran .n-steps__head h2 { max-width: 14ch; }
.shop-ecran .n-steps__head .lead { margin: 0; }
.shop-ecran .n-steps__list { margin: 0; padding: 0; list-style: none; }
.shop-ecran .n-steps__list li {
  display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 18px; align-items: start;
  padding: 20px 0; border-top: 1px solid var(--line);
}
.shop-ecran .n-steps__list li:last-child { border-bottom: 1px solid var(--line); }
.shop-ecran .n-steps__n {
  display: grid; place-items: center; width: 56px; height: 56px; border-radius: 12px;
  background: var(--night); color: var(--night-text); font-family: var(--font-display); font-size: 1.3rem; font-weight: 600;
}
.shop-ecran .n-steps h3 { margin: 4px 0 .25em; font-size: 1.18rem; }
.shop-ecran .n-steps__copy p { margin: 0; color: var(--ink-soft); }

/* Room: two photographs side by side, on the dark ground */
.shop-ecran .n-room__grid { display: grid; gap: clamp(12px, 2vw, 20px); grid-template-columns: 1fr; }
@media (min-width: 760px) { .shop-ecran .n-room__grid { grid-template-columns: 1fr 1fr; } }
.shop-ecran .n-room__item img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius); }
.shop-ecran .n-room__item figcaption { margin-top: 10px; font-size: .92rem; color: var(--night-soft); }

/* Visit: the details in one row under a strong rule */
.shop-ecran .n-visit__note .lead { margin: 0; }
.shop-ecran .n-visit__row { display: grid; grid-template-columns: 1fr; column-gap: 32px; border-top: 2px solid var(--ink); }
@media (min-width: 760px) { .shop-ecran .n-visit__row { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .shop-ecran .n-visit__row { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.shop-ecran .n-visit__row .contact-item { align-content: start; padding: 18px 0 8px; border-bottom: 0; }
.shop-ecran .n-visit__row .contact-item a, .shop-ecran .n-visit__row .contact-item span { font-size: 1.06rem; }

/* Quote: the words large, on the dark ground */
.shop-ecran .n-quote__figure { max-width: 980px; }
.shop-ecran .n-quote blockquote { margin: 0; }
.shop-ecran .n-quote blockquote p {
  margin: 0; font-family: var(--font-display); font-size: clamp(1.45rem, 1rem + 1.9vw, 2.5rem);
  font-weight: 500; line-height: 1.28; letter-spacing: -.02em; text-wrap: balance;
}
.shop-ecran .n-quote figcaption { margin-top: 18px; font-weight: 600; color: var(--night-soft); }

/* Closing: the call on the brand colour */
.shop-ecran .n-closing { background: var(--primary); color: var(--on-primary); }
.shop-ecran .n-closing .eyebrow, .shop-ecran .n-closing .lead { color: inherit; opacity: .92; }
.shop-ecran .n-closing__grid { display: grid; gap: 20px 56px; grid-template-columns: 1fr; align-items: end; }
@media (min-width: 900px) { .shop-ecran .n-closing__grid { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); } }
.shop-ecran .n-closing h2 { margin: 0; max-width: 16ch; font-size: clamp(1.9rem, 1.2rem + 2.6vw, 3.2rem); color: inherit; }
.shop-ecran .n-closing .lead { margin: 0 0 20px; }
.shop-ecran .n-btn-invert { background: var(--night); border-color: var(--night); color: var(--night-text); }
.shop-ecran .n-closing :focus-visible { outline-color: currentColor; }

.shop-ecran .n-footer { background: var(--night); color: var(--night-text); }
.shop-ecran .n-footer h2 { font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; }


/* ETABLI_CONTROL_PARITY_V1: mobile menu behaviour and catalogue sort surface. */
.shop-ecran .menu-button span {
  transform-origin: center;
  transition: transform .18s ease, opacity .18s ease;
}
body.shop-ecran.is-menu-open .menu-button { gap: 0; }
body.shop-ecran.is-menu-open .menu-button span:nth-child(1) { transform: translateY(2px) rotate(45deg); }
body.shop-ecran.is-menu-open .menu-button span:nth-child(2) { opacity: 0; }
body.shop-ecran.is-menu-open .menu-button span:nth-child(3) { transform: translateY(-2px) rotate(-45deg); }
.shop-ecran .mobile-menu a[aria-current="page"] {
  background: color-mix(in srgb, var(--primary) 10%, var(--ground));
  box-shadow: inset 3px 0 0 var(--primary);
  color: var(--ink);
}
.shop-ecran:has(.cart-layout, .checkout-layout) .basket-link[aria-current="page"] {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 25%, transparent);
  font-weight: 800;
}
@media (max-width: 899px) {
  .shop-ecran .mobile-menu {
    top: var(--shop-menu-top, var(--header-h));
    max-height: calc(100dvh - var(--shop-menu-top, var(--header-h)) - var(--bottom-nav-h, 72px));
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.shop-ecran .sort {
  min-width: 220px;
  min-height: 48px;
  padding-inline: 16px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 28px -24px rgba(32, 25, 24, .75);
  font-weight: 700;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.shop-ecran .sort:hover {
  border-color: color-mix(in srgb, var(--primary) 55%, var(--line));
  box-shadow: 0 14px 32px -22px rgba(32, 25, 24, .65);
}
.shop-ecran .sort:focus-visible {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary) 16%, transparent);
}
@supports (appearance: base-select) {
  .shop-ecran .sort,
  .shop-ecran .sort::picker(select) { appearance: base-select; }
  .shop-ecran .sort::picker-icon {
    color: var(--primary-text);
    transition: rotate .18s ease;
  }
  .shop-ecran .sort:open::picker-icon { rotate: 180deg; }
  .shop-ecran .sort::picker(select) {
    margin-top: 8px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 22px 48px -24px rgba(32, 25, 24, .5);
  }
  .shop-ecran .sort option {
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 9px;
    color: var(--ink);
    font-weight: 600;
    cursor: pointer;
  }
  .shop-ecran .sort option:hover,
  .shop-ecran .sort option:focus { background: var(--surface); }
  .shop-ecran .sort option:checked {
    background: color-mix(in srgb, var(--primary) 12%, #ffffff);
    color: var(--primary-text);
    font-weight: 800;
  }
  .shop-ecran .sort option::checkmark {
    order: 1;
    margin-left: auto;
    color: var(--primary-text);
  }
}


/* RADIUS_CART_REVIEW_V1: rounded media/cards/controls and reference cart rows. */
body.shop-ecran {
  --review-radius: max(14px, var(--radius));
  --review-button-radius: max(10px, var(--radius-btn));
}
.shop-ecran main img {
  border-radius: var(--review-radius);
}
.shop-ecran main :is(.panel, .product-card, .empty-state) {
  border-radius: var(--review-radius);
}
.shop-ecran main :is(.product-detail-media, .about-figure, [class$="__photo"], [class$="__photo"] img, [class$="__item"] img) {
  border-radius: var(--review-radius);
}
.shop-ecran main :is(.product-detail-media, .about-figure, [class$="__photo"]) {
  overflow: hidden;
}
.shop-ecran main :is(.btn, .add-button, .menu-button, .basket-link, .qty, .qty button, .option, .chip, .sort, .policy-nav a, .cart-remove) {
  border-radius: var(--review-button-radius);
}
.shop-ecran .product-card {
  overflow: hidden;
}
.shop-ecran .product-card .product-art,
.shop-ecran .product-card .product-art img {
  border-top-left-radius: var(--review-radius);
  border-top-right-radius: var(--review-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Article rows follow the image / copy / line-total hierarchy of the reference. */
.shop-ecran .cart-line {
  grid-template-columns: clamp(148px, 15vw, 200px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px 16px;
  padding-block: 14px;
  overflow: hidden;
}
.shop-ecran .cart-line > .cart-art,
.shop-ecran .cart-line > .product-media {
  width: 100%;
  height: 96px;
  min-height: 96px;
  border-radius: var(--review-radius);
  background: var(--surface);
  overflow: hidden;
}
.shop-ecran .cart-line > .cart-art > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  transition: transform .45s ease;
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .shop-ecran .cart-line > .cart-art:hover > img {
    transform: scale(1.04);
  }
}
@media (max-width: 899px) {
  .shop-ecran .cart-line {
    grid-template-columns: clamp(88px, 24vw, 112px) minmax(0, 1fr);
    align-items: start;
    gap: 10px 14px;
  }
  .shop-ecran .cart-line > .cart-art,
  .shop-ecran .cart-line > .product-media {
    grid-row: 1 / span 2;
    width: 100%;
    height: 100%;
    min-height: 112px;
    align-self: stretch;
  }
  .shop-ecran .cart-line > div { min-width: 0; }
  .shop-ecran .cart-line > strong {
    grid-column: 2;
    justify-self: end;
    align-self: start;
    margin-top: -2px;
  }
  .shop-ecran .cart-line .qty {
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .shop-ecran .cart-line {
    grid-template-columns: 72px minmax(0, 1fr);
    gap-inline: 12px;
  }
  .shop-ecran .cart-line > .cart-art,
  .shop-ecran .cart-line > .product-media { min-height: 104px; }
}
@media (prefers-reduced-motion: reduce) {
  .shop-ecran .cart-line > .cart-art > img { transition: none; }
  .shop-ecran .cart-line > .cart-art:hover > img { transform: none; }
}

/* Responsive cart and checkout action clearance 2026-09-20 */
.shop-ecran .qty .cart-remove,
body.shop-ecran #sbo .qty [data-sbo-remove] {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: max-content;
  min-width: 44px;
  margin-left: 10px;
  padding-inline: 10px;
  white-space: nowrap;
}

@media (max-width: 899px) {
  .shop-ecran .cart-line .qty {
    display: grid;
    grid-template-columns: auto auto auto 1fr auto 1fr;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-inline: 0;
    column-gap: 0;
  }
  .shop-ecran .cart-line .qty > button:first-of-type,
  .shop-ecran .cart-line .qty > span {
    margin-right: 4px;
  }
  .shop-ecran .cart-line .qty > button:nth-of-type(2) {
    margin-right: 1px;
  }
  .shop-ecran .cart-line .qty .cart-remove,
  body.shop-ecran #sbo .cart-line .qty [data-sbo-remove] {
    grid-column: 5;
    justify-self: center;
    margin: 0;
  }
  .shop-ecran .cart-line > .cart-art,
  .shop-ecran .cart-line > .cart-art > img,
  body.shop-ecran #sbo .cart-line > img {
    border-top-left-radius: var(--review-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: var(--review-radius);
  }
}

@media (max-width: 360px) {
  .shop-ecran .cart-line .qty {
    grid-template-columns: auto auto 1fr;
    row-gap: 6px;
  }
  .shop-ecran .cart-line .qty > button:nth-of-type(2) {
    justify-self: start;
  }
  .shop-ecran .cart-line .qty .cart-remove,
  body.shop-ecran #sbo .cart-line .qty [data-sbo-remove] {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
  }
}

/* Checkout media occupies the full mobile information block. */
@media (max-width: 899px) {
  body.shop-ecran #sbo .cart-line > img {
    grid-row: 1 / 3;
    align-self: stretch;
    height: 0;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* Catalogue card depth and inline cart actions 2026-09-20 */
.shop-ecran .product-grid .product-card {
  box-shadow: 0 8px 22px rgba(13, 18, 25, .08), 0 2px 6px rgba(13, 18, 25, .04);
}

.shop-ecran .cart-line .qty .cart-remove,
body.shop-ecran #sbo .cart-line .qty [data-sbo-remove] {
  align-self: center;
}

@media (max-width: 360px) {
  .shop-ecran .cart-line,
  body.shop-ecran #sbo .cart-line {
    grid-template-columns: 68px minmax(0, 1fr);
    column-gap: 10px;
  }
  .shop-ecran .cart-line .qty {
    grid-template-columns: auto auto auto 1fr auto 1fr;
    row-gap: 0;
  }
  .shop-ecran .cart-line .qty > button:nth-of-type(2) {
    margin-right: 0;
  }
  .shop-ecran .cart-line .qty .cart-remove,
  body.shop-ecran #sbo .cart-line .qty [data-sbo-remove] {
    grid-column: 5;
    grid-row: 1;
    align-self: center;
    justify-self: center;
  }
}

/* APPROVED_CART_ITEM_CARDS_AND_MOBILE_TOTAL_V1 */
.shop-ecran .cart-list {
  gap: 14px;
}
.shop-ecran .cart-list > .cart-line {
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--primary) 16%, var(--line));
  border-radius: max(14px, var(--radius));
  background: var(--ground);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--primary) 8%, transparent);
}
@media (max-width: 899px) {
  .shop-ecran .cart-layout .cart-line > strong {
    grid-column: 2;
    justify-self: start;
  }
}

/* CHECKOUT_ITEM_MEDIA_MATCHES_CART_V1 */
body.shop-ecran #sbo .cart-line > img {
  width: 100%;
  height: 96px;
  min-height: 96px;
  align-self: center;
  border-radius: var(--review-radius);
  background: var(--surface);
  object-fit: cover;
}
@media (max-width: 899px) {
  body.shop-ecran #sbo .cart-line > img {
    grid-row: 1 / span 2;
    width: 100%;
    height: 100%;
    min-height: 112px;
    align-self: stretch;
    border-top-left-radius: var(--review-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: var(--review-radius);
  }
}
@media (max-width: 360px) {
  body.shop-ecran #sbo .cart-line > img { min-height: 104px; }
}

/* CHECKOUT_LINE_TOTAL_LEFT_MOBILE_V1 */
@media (max-width: 899px) {
  body.shop-ecran #sbo .cart-line > strong {
    grid-column: 2;
    justify-self: start;
  }
}

/* >>> standard 2026-09-25 */
/* The finished sites' standard (goal 2026-09-25): sections at most 68px a
   side (40px on a phone), headings across the page, the menu on one row on
   a laptop (with every engine on, a narrower screen opens the menu button
   instead of stacking the links), photographs filling their frames in the
   editors. */
:root body.shop{--space-section:clamp(40px,5vw,68px)}
@media(max-width:760px){:root body.shop{--space-section:40px}}
:root body.shop .section > .wrap > :first-child{margin-top:0}
:root body.shop main .section :is(h2,.eng-head h2){max-width:none;text-wrap:balance}
:root body.shop .eng-head > div{max-width:none;flex:1 1 520px}
:root body.shop .eng-head .lead{max-width:68ch}
@media(min-width:900px){
  :root body.shop .site-header .desktop-nav{flex-wrap:nowrap;white-space:nowrap}
  :root body.shop .site-header .desktop-nav > a{flex-shrink:0}
  :root body.shop .site-header .desktop-nav:has(> a:nth-child(8)){gap:clamp(8px,.75vw,14px);max-width:none;min-width:0;flex:0 1 auto;justify-content:center}
  :root body.shop .site-header .desktop-nav:has(> a:nth-child(8)) > a{font-size:.84rem;letter-spacing:.01em}
}
@media(min-width:900px) and (max-width:1279px){
  :root body.shop .site-header:has(.desktop-nav > a:nth-child(8)) .desktop-nav{display:none}
  :root body.shop .site-header:has(.desktop-nav > a:nth-child(8)) .menu-button{display:inline-flex}
}
:root body.shop :is(figure,.eng-card__photo) > [data-paurtal-img-wrap]{display:block !important;width:100%;height:100%}
/* The business's name always shows in full: it wraps onto a second line (a size smaller on a phone)
   instead of being cut short. */
:root body.shop .site-header .brand{min-width:0;flex:0 1 auto}
:root body.shop .site-header .brand-word strong{max-width:min(240px,52vw);white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;line-height:1.1}
@media(max-width:899px){:root body.shop .site-header .brand-word strong{max-width:none;font-size:1rem}}
@media(min-width:900px){:root body.shop .site-header:has(.desktop-nav > a:nth-child(8)) .brand-word strong{max-width:210px}}
/* The hero: the photograph across the whole hero, on the phone as on the computer,
   the words on it over a fade of the design's own dark from their side. */
:root body.shop-ecran .n-hero{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr);align-items:end;align-content:end;min-height:max(540px,calc(100svh - var(--header-h) - 84px));padding:0;margin:0;background:var(--ink);color:#ffffff;border:0;border-radius:0}
:root body.shop-ecran .n-hero::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;display:block;background:linear-gradient(0deg,color-mix(in srgb, var(--ink) 94%, transparent) 0%,color-mix(in srgb, var(--ink) 84%, transparent) 40%,color-mix(in srgb, var(--ink) 58%, transparent) 68%,color-mix(in srgb, var(--ink) 30%, transparent) 100%)}
:root body.shop-ecran .n-hero .n-hero__screen--main{position:absolute;inset:0;z-index:-2;display:block;width:100%;height:100%;min-height:0;max-width:none;max-height:none;margin:0;padding:0;aspect-ratio:auto;border:0;border-radius:0;box-shadow:none;transform:none;background:var(--ink);overflow:hidden;object-fit:cover;object-position:50% 40%}
:root body.shop-ecran .n-hero .n-hero__screen--main img{position:absolute;inset:0;width:100%;height:100%;max-width:none;margin:0;object-fit:cover;object-position:50% 40%;border:0;border-radius:0;box-shadow:none;transform:none}
:root body.shop-ecran .n-hero .n-hero__screen--main > [data-paurtal-img-wrap]{position:absolute !important;inset:0}
:root body.shop-ecran .n-hero .wrap{position:static;z-index:auto;display:block;width:min(calc(100% - 2 * var(--gutter)),var(--wrap));max-width:none;min-height:0;margin:0 auto;padding:clamp(28px,5vh,48px) 0 clamp(30px,6vh,56px);background:none;border:0;box-shadow:none}
:root body.shop-ecran .n-hero .wrap{position:relative;z-index:1;color:#ffffff;text-align:left}
:root body.shop-ecran .n-hero :is(h1,.lead,p,[class$="label"],.c-chip){color:#ffffff;opacity:1}
:root body.shop-ecran .n-hero h1{max-width:16ch;text-wrap:balance;}
:root body.shop-ecran .n-hero .lead{max-width:52ch;}
:root body.shop-ecran .n-hero [class$="actions"]{justify-content:flex-start}
:root body.shop-ecran .n-hero .btn:not(.btn--primary){background:transparent;border-color:currentColor;color:#ffffff}
:root body.shop-ecran .n-hero:focus-within :focus-visible{outline-color:currentColor}
:root body.shop-ecran .n-hero .wrap{pointer-events:none}
:root body.shop-ecran .n-hero .wrap > *{pointer-events:auto}
@media(min-width:900px){
  :root body.shop-ecran .n-hero{align-items:center;align-content:center;min-height:clamp(560px,82vh,800px)}
  :root body.shop-ecran .n-hero .wrap{padding-block:clamp(48px,8vh,96px)}
  :root body.shop-ecran .n-hero::after{background:linear-gradient(90deg,color-mix(in srgb, var(--ink) 93%, transparent) 0%,color-mix(in srgb, var(--ink) 80%, transparent) 32%,color-mix(in srgb, var(--ink) 34%, transparent) 56%,color-mix(in srgb, var(--ink) 0%, transparent) 76%)}
  :root body.shop-ecran .n-hero .wrap > *{max-width:min(580px,44vw)}
}
@media(max-width:899px){
  :root body.shop-ecran .n-hero h1{font-size:clamp(2rem,1.3rem + 3.4vw,2.6rem);line-height:1.06}
  :root body.shop-ecran .n-hero .lead{font-size:1rem;line-height:1.5}
}
/* Écran: the main screen fills the hero; the other two screens hang under the words, two side by side. */
:root body.shop-ecran .n-hero .n-hero__wall{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;gap:12px;max-width:460px;margin-top:clamp(22px,4vh,36px)}
:root body.shop-ecran .n-hero .n-hero__wall--one{display:block;margin:0}
:root body.shop-ecran .n-hero .n-hero__screen:not(.n-hero__screen--main){position:relative;grid-column:auto;grid-row:auto;aspect-ratio:3 / 2;border:1px solid rgba(255,255,255,.35);border-radius:10px;overflow:hidden;box-shadow:0 18px 40px -22px rgba(0,0,0,.8)}
:root body.shop-ecran .n-hero .n-hero__row{grid-template-columns:minmax(0,1fr);gap:22px}
:root body.shop-ecran .n-hero .wrap{position:static;z-index:auto}
:root body.shop-ecran .n-hero .wrap > :not(.n-hero__wall){position:relative;z-index:1}
/* <<< standard 2026-09-25 */
