/* Velours: the perfume and skin care store.
   A wide photograph edge to edge with the welcome on a band of the brand
   colour over its foot; elegant serif headings over a clean body face; a
   closing band of the same colour. One shape rule: square corners on
   photographs, bands and cards, round buttons and controls. No drawn
   ornaments: every shape is real content. */

body.shop-velours {
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Work Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ground: #ffffff;
  --surface: #f2f5f2;
  --surface-2: #e4ebe5;
  --ink: #16211c;
  --ink-soft: #52605a;
  --line: #d3ddd6;
  --radius: 0px;
  --radius-sm: 0px;
  --radius-btn: 999px;
  --header-h: 74px;
  --space-section: clamp(60px, 7.5vw, 108px);
}

.shop-velours h1, .shop-velours h2 { font-weight: 600; letter-spacing: -.005em; }
/* The display face runs small, so section headings get a size of their own. */
.shop-velours main [data-section] h2 { font-size: clamp(2.1rem, 1.5rem + 2.2vw, 3.3rem); line-height: 1.05; }
.shop-velours .page-hero h1 { font-size: clamp(2.4rem, 1.6rem + 3vw, 3.9rem); }
.shop-velours h3 { font-family: var(--font-body); font-weight: 600; }
.shop-velours .eyebrow { color: var(--primary-text); font-weight: 600; letter-spacing: .18em; }
/* Round controls, the shared parts too. */
.shop-velours .option, .shop-velours .sort, .shop-velours .menu-button { border-radius: 999px; }
.shop-velours .brand-word strong { font-family: var(--font-display); font-size: 1.55rem; font-weight: 600; }
.shop-velours .desktop-nav a { font-weight: 500; }
.shop-velours .desktop-nav a[aria-current="page"], .shop-velours .desktop-nav a:hover { border-color: var(--primary); }
.shop-velours .basket-link { background: var(--primary); color: var(--on-primary); }
.shop-velours .basket-count { background: var(--secondary); color: var(--on-secondary); }

.shop-velours .vl-link {
  display: inline-flex; align-items: center; min-height: 44px; font-weight: 600; color: var(--primary-text);
  text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px;
}
/* A heading keeps its label above and its line right under it. */
.shop-velours .vl-head { max-width: 680px; margin-bottom: clamp(24px, 4vw, 40px); }
.shop-velours .vl-head h2 { margin-bottom: .2em; }
.shop-velours .vl-head .lead { margin: 0; }
.shop-velours .vl-head .vl-link { margin-top: 6px; }
.shop-velours .vl-head--center { margin-inline: auto; text-align: center; }
.shop-velours .vl-head--center .lead { margin-inline: auto; }
.shop-velours .vl-actions { display: flex; flex-wrap: wrap; gap: 10px; }
/* Two white sections in a row share one gap instead of two. */
.shop-velours :is(.vl-story, .vl-popular, .vl-steps, .vl-room, .vl-quote) + :is(.vl-story, .vl-popular, .vl-steps, .vl-room, .vl-quote) {
  padding-top: 0;
}
/* On the brand colour: a white button that shows on any brand colour, and an outline. */
.shop-velours .vl-btn-light { border-color: #ffffff; background: #ffffff; color: var(--ink); }
.shop-velours .vl-btn-ghost { border-color: currentColor; background: transparent; color: inherit; }

/* Hero: the wide photograph, the welcome on a band of the brand colour over its foot */
.shop-velours .vl-hero { padding-bottom: clamp(32px, 5vw, 64px); }
/* The frame holds the shape; the photograph fills it, in the editor too. */
.shop-velours .vl-hero__photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--surface); }
.shop-velours .vl-hero__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }
/* On a laptop the frame takes a height from the screen, so the welcome and its
   buttons stay in view; the photograph always spans the full width. */
@media (min-width: 760px) { .shop-velours .vl-hero__photo { aspect-ratio: auto; height: clamp(300px, 56vh, 620px); } }
/* The band sits above the photograph, so its words stay clickable in the editor. */
.shop-velours .vl-hero__band {
  position: relative; z-index: 1; margin-top: clamp(-160px, -9vw, -40px);
  padding: clamp(26px, 3.6vw, 52px) clamp(20px, 5vw, 72px);
  background: var(--primary); color: var(--on-primary); text-align: center;
}
.shop-velours .vl-hero--solo .vl-hero__band { margin-top: clamp(24px, 4vw, 48px); }
.shop-velours .vl-label {
  margin: 0 0 12px; font-size: .8rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; opacity: .9;
  text-wrap: balance;
}
.shop-velours .vl-hero h1 {
  max-width: 22ch; margin: 0 auto .3em; color: inherit; font-size: clamp(2.2rem, 1.4rem + 2.8vw, 3.8rem); line-height: 1.04;
}
.shop-velours .vl-hero .lead { margin: 0 auto 26px; color: inherit; opacity: .92; }
.shop-velours .vl-hero .vl-actions { justify-content: center; }
.shop-velours .vl-hero :focus-visible { outline-color: currentColor; }

/* Story, craft and visit: two even columns, centred on each other */
.shop-velours .vl-split { display: grid; gap: clamp(24px, 5vw, 72px); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) {
  .shop-velours .vl-split { grid-template-columns: 1fr 1fr; }
  .shop-velours .vl-split--solo { grid-template-columns: minmax(0, 760px); }
}
.shop-velours .vl-split__photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.shop-velours .vl-split__copy h2 { max-width: 20ch; }
.shop-velours .vl-text { font-size: 1.06rem; color: var(--ink-soft); max-width: 52ch; }

/* Popular: open cards in one even row */
.shop-velours .vl-card { border: 0; background: transparent; }
.shop-velours .vl-card .product-art { background: var(--surface); }
.shop-velours .vl-card .product-info { gap: 2px; padding: 14px 16px 16px; }
.shop-velours .vl-card .product-category { letter-spacing: .14em; }
.shop-velours .vl-card h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; line-height: 1.15; }
.shop-velours .vl-card__price { font-size: 1.02rem; font-weight: 600; }
.shop-velours .vl-card__add { border: 1.5px solid var(--primary-text); background: transparent; color: var(--primary-text); }
.shop-velours .vl-card__add:hover, .shop-velours .vl-card__add.is-added {
  border-color: var(--primary); background: var(--primary); color: var(--on-primary);
}

/* Craft: the reasons in two even columns beside a photograph, on a soft ground */
.shop-velours .vl-why { background: var(--surface); background: color-mix(in srgb, var(--tint) 16%, var(--ground)); }
.shop-velours .vl-why__list { display: grid; gap: 22px 32px; grid-template-columns: 1fr; margin: 24px 0 0; padding: 0; list-style: none; }
@media (min-width: 620px) { .shop-velours .vl-why__list { grid-template-columns: 1fr 1fr; } }
.shop-velours .vl-why__list li { padding-top: 14px; border-top: 1px solid var(--primary-text); }
.shop-velours .vl-why__list h3 { margin-bottom: .3em; font-size: 1.04rem; }
.shop-velours .vl-why__list p { margin: 0; font-size: .96rem; color: var(--ink-soft); }

/* How to order: three steps in one framed row */
.shop-velours .vl-steps__list { display: grid; grid-template-columns: 1fr; margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); }
@media (min-width: 760px) { .shop-velours .vl-steps__list { grid-template-columns: repeat(3, 1fr); } }
.shop-velours .vl-steps__list li { padding: clamp(22px, 3vw, 36px); }
.shop-velours .vl-steps__list li + li { border-top: 1px solid var(--line); }
@media (min-width: 760px) { .shop-velours .vl-steps__list li + li { border-top: 0; border-left: 1px solid var(--line); } }
.shop-velours .vl-steps__n {
  display: block; margin-bottom: 8px; font-family: var(--font-display); font-size: 3rem; font-style: italic; font-weight: 500;
  line-height: 1; color: var(--primary-text);
}
.shop-velours .vl-steps h3 { margin-bottom: .3em; font-size: 1.1rem; }
.shop-velours .vl-steps__list p { margin: 0; color: var(--ink-soft); }

/* Room: three photographs of one shape */
.shop-velours .vl-room__grid { display: grid; gap: clamp(12px, 2vw, 20px); grid-template-columns: 1fr 1fr; }
.shop-velours .vl-room__item:first-child { grid-column: 1 / -1; }
@media (min-width: 760px) {
  .shop-velours .vl-room__grid { grid-template-columns: repeat(3, 1fr); }
  .shop-velours .vl-room__item:first-child { grid-column: auto; }
}
/* A standing portrait keeps the face: the crop leans to the top. */
.shop-velours .vl-room__item img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: 50% 22%; }
.shop-velours .vl-room__item figcaption {
  margin-top: 10px; font-family: var(--font-display); font-size: 1.12rem; font-style: italic; color: var(--ink-soft);
}

/* Visit: the words beside a card of details */
.shop-velours .vl-visit { background: var(--surface); }
.shop-velours .vl-visit__card { padding: 6px clamp(18px, 3vw, 28px); border: 1px solid var(--line); background: var(--ground); }

/* Quote: large and centred, in the display face */
.shop-velours .vl-quote__box { max-width: 900px; margin: 0 auto; text-align: center; }
.shop-velours .vl-quote blockquote { margin: 0; }
.shop-velours .vl-quote blockquote p {
  margin: 0; font-family: var(--font-display); font-size: clamp(1.9rem, 1.2rem + 2.6vw, 3.2rem); font-style: italic;
  font-weight: 500; line-height: 1.16; text-wrap: balance;
}
.shop-velours .vl-quote figcaption { margin-top: 18px; font-weight: 600; letter-spacing: .06em; color: var(--ink-soft); }

/* Closing: one call and one button on a band of the brand colour */
.shop-velours .vl-closing { background: var(--primary); color: var(--on-primary); text-align: center; }
.shop-velours .vl-closing__inner { max-width: 780px; margin-inline: auto; }
.shop-velours .vl-closing .eyebrow, .shop-velours .vl-closing .lead { color: inherit; opacity: .9; }
.shop-velours main .vl-closing h2 { color: inherit; font-size: clamp(2.4rem, 1.5rem + 3vw, 3.8rem); }
.shop-velours .vl-closing .lead { margin: 0 auto 28px; }
.shop-velours .vl-closing :focus-visible { outline-color: currentColor; }

.shop-velours .vl-footer h2 { font-size: 1.8rem; font-weight: 600; }


/* ETABLI_CONTROL_PARITY_V1: mobile menu behaviour and catalogue sort surface. */
.shop-velours .menu-button span {
  transform-origin: center;
  transition: transform .18s ease, opacity .18s ease;
}
body.shop-velours.is-menu-open .menu-button { gap: 0; }
body.shop-velours.is-menu-open .menu-button span:nth-child(1) { transform: translateY(2px) rotate(45deg); }
body.shop-velours.is-menu-open .menu-button span:nth-child(2) { opacity: 0; }
body.shop-velours.is-menu-open .menu-button span:nth-child(3) { transform: translateY(-2px) rotate(-45deg); }
.shop-velours .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-velours: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-velours .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-velours .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-velours .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-velours .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-velours .sort,
  .shop-velours .sort::picker(select) { appearance: base-select; }
  .shop-velours .sort::picker-icon {
    color: var(--primary);
    transition: rotate .18s ease;
  }
  .shop-velours .sort:open::picker-icon { rotate: 180deg; }
  .shop-velours .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-velours .sort option {
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 9px;
    color: var(--ink);
    font-weight: 600;
    cursor: pointer;
  }
  .shop-velours .sort option:hover,
  .shop-velours .sort option:focus { background: var(--surface); }
  .shop-velours .sort option:checked {
    background: color-mix(in srgb, var(--primary) 12%, #ffffff);
    color: var(--primary);
    font-weight: 800;
  }
  .shop-velours .sort option::checkmark {
    order: 1;
    margin-left: auto;
    color: var(--primary);
  }
}


/* RADIUS_CART_REVIEW_V1: rounded media/cards/controls and reference cart rows. */
body.shop-velours {
  --review-radius: max(14px, var(--radius));
  --review-button-radius: max(10px, var(--radius-btn));
}
.shop-velours main img {
  border-radius: var(--review-radius);
}
.shop-velours main :is(.panel, .product-card, .empty-state) {
  border-radius: var(--review-radius);
}
.shop-velours main :is(.product-detail-media, .about-figure, [class$="__photo"], [class$="__photo"] img, [class$="__item"] img) {
  border-radius: var(--review-radius);
}
.shop-velours main :is(.product-detail-media, .about-figure, [class$="__photo"]) {
  overflow: hidden;
}
.shop-velours 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-velours .product-card {
  overflow: hidden;
}
.shop-velours .product-card .product-art,
.shop-velours .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-velours .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-velours .cart-line > .cart-art,
.shop-velours .cart-line > .product-media {
  width: 100%;
  height: 96px;
  min-height: 96px;
  border-radius: var(--review-radius);
  background: var(--surface);
  overflow: hidden;
}
.shop-velours .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-velours .cart-line > .cart-art:hover > img {
    transform: scale(1.04);
  }
}
@media (max-width: 899px) {
  .shop-velours .cart-line {
    grid-template-columns: clamp(88px, 24vw, 112px) minmax(0, 1fr);
    align-items: start;
    gap: 10px 14px;
  }
  .shop-velours .cart-line > .cart-art,
  .shop-velours .cart-line > .product-media {
    grid-row: 1 / span 2;
    width: 100%;
    height: 100%;
    min-height: 112px;
    align-self: stretch;
  }
  .shop-velours .cart-line > div { min-width: 0; }
  .shop-velours .cart-line > strong {
    grid-column: 2;
    justify-self: end;
    align-self: start;
    margin-top: -2px;
  }
  .shop-velours .cart-line .qty {
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .shop-velours .cart-line {
    grid-template-columns: 72px minmax(0, 1fr);
    gap-inline: 12px;
  }
  .shop-velours .cart-line > .cart-art,
  .shop-velours .cart-line > .product-media { min-height: 104px; }
}
@media (prefers-reduced-motion: reduce) {
  .shop-velours .cart-line > .cart-art > img { transition: none; }
  .shop-velours .cart-line > .cart-art:hover > img { transform: none; }
}

/* Responsive cart and checkout action clearance 2026-09-20 */
.shop-velours .qty .cart-remove,
body.shop-velours #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-velours .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-velours .cart-line .qty > button:first-of-type,
  .shop-velours .cart-line .qty > span {
    margin-right: 4px;
  }
  .shop-velours .cart-line .qty > button:nth-of-type(2) {
    margin-right: 1px;
  }
  .shop-velours .cart-line .qty .cart-remove,
  body.shop-velours #sbo .cart-line .qty [data-sbo-remove] {
    grid-column: 5;
    justify-self: center;
    margin: 0;
  }
  .shop-velours .cart-line > .cart-art,
  .shop-velours .cart-line > .cart-art > img,
  body.shop-velours #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-velours .cart-line .qty {
    grid-template-columns: auto auto 1fr;
    row-gap: 6px;
  }
  .shop-velours .cart-line .qty > button:nth-of-type(2) {
    justify-self: start;
  }
  .shop-velours .cart-line .qty .cart-remove,
  body.shop-velours #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-velours #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-velours .product-grid .product-card {
  box-shadow: 0 8px 22px rgba(13, 18, 25, .08), 0 2px 6px rgba(13, 18, 25, .04);
}

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

@media (max-width: 360px) {
  .shop-velours .cart-line,
  body.shop-velours #sbo .cart-line {
    grid-template-columns: 68px minmax(0, 1fr);
    column-gap: 10px;
  }
  .shop-velours .cart-line .qty {
    grid-template-columns: auto auto auto 1fr auto 1fr;
    row-gap: 0;
  }
  .shop-velours .cart-line .qty > button:nth-of-type(2) {
    margin-right: 0;
  }
  .shop-velours .cart-line .qty .cart-remove,
  body.shop-velours #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-velours .cart-list {
  gap: 14px;
}
.shop-velours .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-velours .cart-layout .cart-line > strong {
    grid-column: 2;
    justify-self: start;
  }
}

/* CHECKOUT_ITEM_MEDIA_MATCHES_CART_V1 */
body.shop-velours #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-velours #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-velours #sbo .cart-line > img { min-height: 104px; }
}

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