.edc-showcase { --edc-home-surface: #eee; overflow: hidden; background: var(--edc-white); }
.edc-showcase__title { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.edc-showcase-lead { padding-top: 18px; background: var(--edc-white); }
.edc-showcase-lead__grid { height: clamp(312px, 22.5vw, 326px); display: grid; grid-template-columns: clamp(232px, 19.5vw, 276px) minmax(0, 1fr); gap: 12px; }
.edc-showcase-lead__grid--banner-only { grid-template-columns: minmax(0, 1fr); }

.edc-showcase-categories { min-width: 0; padding: 18px 20px; display: flex; flex-direction: column; background: var(--edc-home-surface); color: var(--edc-ink); }
.edc-showcase-categories ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(9,9,9,.14); }
.edc-showcase-categories li { border-bottom: 1px solid rgba(9,9,9,.14); }
.edc-showcase-categories li a { min-height: 48px; padding-inline: 6px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; color: var(--edc-ink); font-family: "EDC UI", Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 1.3; }
.edc-showcase-categories li a span { color: var(--edc-muted); font-size: 11px; font-variant-numeric: tabular-nums; }
.edc-showcase-categories li a i { opacity: .42; font-style: normal; transform: translate(-4px, 4px); transition: opacity 160ms ease, transform 160ms ease; }
.edc-showcase-categories__all { min-height: 44px; margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; color: var(--edc-ink); font-family: "EDC UI", Arial, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }

.edc-showcase-banner { min-width: 0; height: 100%; }
.edc-showcase-banner__viewport { position: relative; touch-action: pan-y; width: 100%; height: 100%; overflow: hidden; background: var(--edc-paper); }
.edc-showcase-banner__slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity 220ms ease, visibility 220ms step-end; }
.edc-showcase-banner__slide.is-active { visibility: visible; opacity: 1; transition: opacity 220ms ease; }
.edc-showcase-banner__slide picture,
body.edc-page .edc-showcase-banner__slide img { width: 100%; height: 100%; max-width: none; display: block; }
body.edc-page .edc-showcase-banner__slide img { object-fit: cover; object-position: center; }
.edc-showcase-banner__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,12,13,.72) 0%, rgba(11,12,13,.25) 47%, rgba(11,12,13,0) 76%); }
.edc-showcase-banner__copy { position: absolute; z-index: 2; left: clamp(24px, 3.7vw, 52px); top: 50%; width: min(390px, 54%); color: #fff; transform: translateY(-50%); }
.edc-showcase-banner__copy h2,
body.edc-page .edc-showcase-banner__copy h2 { margin: 0; color: #fff; font-size: clamp(34px, 3vw, 44px); font-weight: 600; line-height: .98; letter-spacing: -.03em; text-wrap: balance; }
.edc-showcase-banner__copy > span { max-width: 370px; margin-top: 12px; display: block; font-size: 15px; line-height: 1.45; }
.edc-showcase-banner__copy a,
body.edc-page .edc-showcase-banner__copy a { min-height: 44px; margin-top: 18px; padding: 0 16px; display: inline-flex; align-items: center; gap: 16px; background: #fff; color: var(--edc-ink); font-family: "EDC UI", Arial, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.edc-showcase-banner__pagination { position: absolute; z-index: 3; left: clamp(18px, 3.7vw, 52px); bottom: 4px; display: flex; gap: 2px; }
.edc-showcase-banner__pagination button { width: 44px; height: 44px; padding: 20px 6px; border: 0; background: transparent; }
.edc-showcase-banner__pagination button span { width: 100%; height: 2px; display: block; background: rgba(255,255,255,.46); transition: background-color 160ms ease, transform 160ms ease; transform-origin: left; }
.edc-showcase-banner__pagination button.is-active span { background: #fff; transform: scaleY(2); }

.edc-brand-strip { margin-top: 16px; border-block: 2px solid var(--edc-ink); background: #fff; }
.edc-brand-strip__frame { min-width: 0; min-height: 76px; display: grid; grid-template-columns: minmax(0, 1fr) 144px; border: 0; background: #fff; }
.edc-brand-strip__track { min-width: 0; display: flex; align-items: stretch; gap: 24px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 0; background: #fff; scrollbar-width: none; scroll-snap-type: x mandatory; cursor: grab; }
.edc-brand-strip__track::-webkit-scrollbar { display: none; }
.edc-brand-strip__track.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.edc-brand-strip__track > a { min-width: 0; flex: 0 0 calc((100% - 168px) / 8); position: relative; display: flex; align-items: center; justify-content: center; overflow: visible; padding-inline: 6px; scroll-snap-align: start; }
.edc-brand-strip__track > a + a::before { content: ""; position: absolute; left: -12px; top: 50%; width: 1px; height: 32px; background: var(--edc-line); transform: translateY(-50%); }
.edc-brand-strip__track img,
body.edc-page .edc-brand-strip__track img { width: min(100%, 108px); height: 32px; max-width: none; max-height: none; object-fit: contain; transition: transform 160ms ease; }
.edc-brand-strip__track span { font-family: "EDC UI", Arial, sans-serif; font-size: 14px; font-weight: 600; text-align: center; }
.edc-brand-strip__all { min-height: 44px; position: relative; z-index: 1; padding: 0 18px; background: #fff; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--edc-ink); font-family: "EDC UI", Arial, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.edc-brand-strip__all::before { content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 38px; background: var(--edc-line); transform: translateY(-50%); }
.edc-brand-strip__all i { font-size: 16px; font-style: normal; font-weight: 400; }

.edc-showcase-shelves { margin-top: 20px; border: 0; background: #fff; }
.edc-showcase-shelf { padding: 0; }
.edc-showcase-shelf > .edc-container { padding-top: 20px; padding-bottom: 12px; }
.edc-showcase-shelf + .edc-showcase-shelf > .edc-container { border-top: 0; }
.edc-showcase-shelf:last-child > .edc-container { padding-bottom: 40px; }
.edc-showcase-shelf__head { margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.edc-showcase-shelf__head h2,
body.edc-page .edc-showcase-shelf__head h2 { margin: 0; font-size: clamp(30px, 2.5vw, 36px); font-weight: 600; line-height: 1.02; letter-spacing: -.025em; }
.edc-showcase-shelf__head > a { min-height: 44px; display: inline-flex; align-items: center; gap: 14px; font-family: "EDC UI", Arial, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .035em; white-space: nowrap; text-transform: uppercase; }
.edc-showcase-shelf__viewport { overflow-x: auto; overflow-y: hidden; overflow-anchor: none; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: x mandatory; cursor: grab; -webkit-overflow-scrolling: touch; }
.edc-showcase-shelf__viewport::-webkit-scrollbar { display: none; }
.edc-showcase-shelf__viewport.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.edc-showcase-shelf__track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 21.5%); gap: 18px; }
.edc-showcase-shelf .edc-product-card { min-width: 0; display: flex; flex-direction: column; scroll-snap-align: start; }
.edc-showcase-shelf .edc-product-card__media { background: transparent; }
.edc-showcase-shelf .edc-product-card__media > a { box-sizing: border-box; padding: 18px 20px 22px; }
.edc-showcase-shelf .edc-product-card__body { flex: 1; padding-top: 14px; display: flex; flex-direction: column; }
.edc-showcase-shelf .edc-product-card__body h3 { min-height: 42px; display: -webkit-box; overflow: hidden; font-size: 15px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.edc-showcase-shelf .edc-product-card__rating { display: none; }
.edc-showcase-shelf .edc-product-card__price { margin: auto 0 12px; padding-top: 10px; }
.edc-showcase-shelf .edc-product-card__price strong { font-size: 18px; line-height: 1.25; font-variant-numeric: tabular-nums; }
.edc-showcase-shelf .edc-product-card__buy { min-height: 44px; font-size: 12px; }
.edc-showcase-shelf .edc-product-card__buy[onclick^='cart.add'] { background: var(--edc-paper, #f4f4f2); }
.edc-showcase-shelf .edc-product-card__buy[onclick^='cart.add']:hover { background: var(--edc-ink); color: var(--edc-white); }
.edc-showcase-shelf .edc-product-card__quick button { width: 44px; height: 44px; transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease; }
.edc-showcase-shelf .edc-product-card__quick button.is-selected { background: transparent; color: var(--edc-ink); }
.edc-showcase-shelf .edc-product-card__quick button[aria-busy="true"] { cursor: wait; opacity: .58; }
.edc-showcase-shelf__all-card { min-width: 0; min-height: 100%; padding: 24px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 8px; background: #f4f4f2; color: var(--edc-ink); font-family: "EDC UI", Arial, sans-serif; scroll-snap-align: start; transition: background-color 180ms cubic-bezier(.16,1,.3,1), color 180ms cubic-bezier(.16,1,.3,1); }
.edc-showcase-shelf__all-card strong { max-width: 8ch; font-size: 24px; font-weight: 600; line-height: 1.02; letter-spacing: -.02em; }
.edc-showcase .edc-showcase-shelf__all-card { background: var(--edc-home-surface); }
.edc-showcase-shelf__all-card span { color: var(--edc-muted); font-size: 12px; line-height: 1.35; }
.edc-showcase-shelf__all-card svg { width: 34px; height: 34px; margin-top: 10px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform 180ms cubic-bezier(.16,1,.3,1); }
.edc-showcase-shelf__footer { min-height: 18px; margin-top: 8px; display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.edc-showcase-shelf__status { color: var(--edc-muted); font-family: "EDC UI", Arial, sans-serif; font-size: 11px; font-variant-numeric: tabular-nums; letter-spacing: .06em; }
.edc-showcase-shelf__progress { width: 144px; height: 12px; display: flex; align-items: center; border-bottom: 1px solid #bdbdb8; }
.edc-showcase-shelf__progress span { width: 25%; height: 2px; display: block; background: var(--edc-ink); transform: translateX(0); }

@media (hover: hover) and (pointer: fine) {
  .edc-showcase-categories li a:hover { background: var(--edc-ink); color: #fff; }
  .edc-showcase-categories li a:hover span { color: rgba(255,255,255,.68); }
  .edc-showcase-categories li a:hover i { opacity: 1; transform: translate(0,0); }
  body.edc-page .edc-showcase-shelf__all-card:hover { background: #dedede; color: var(--edc-ink); }
  body.edc-page .edc-showcase-shelf__all-card:hover span { color: var(--edc-muted); }
  .edc-showcase-shelf__all-card:hover svg { transform: translateX(5px); }
  .edc-showcase-banner__copy a:hover { background: var(--edc-ink); color: #fff; }
  .edc-brand-strip__track a:hover img { transform: scale(1.03); }
  .edc-brand-strip__all:hover { text-decoration: underline; text-underline-offset: 4px; }
}
@media (max-width: 1120px) {
  .edc-showcase-lead__grid { grid-template-columns: 232px minmax(0,1fr); }
  .edc-showcase-categories { padding-inline: 16px; }
  .edc-showcase-shelf__track { grid-auto-columns: 29%; gap: 18px; }
  .edc-brand-strip__track { gap: 20px; }
  .edc-brand-strip__track > a { flex-basis: calc((100% - 100px) / 6); }
}
@media (max-width: 900px) {
  .edc-showcase-lead__grid { height: clamp(270px, 38vw, 326px); display: block; }
  .edc-showcase-categories { display: none; }
  .edc-showcase-banner { width: 100%; }
}
@media (max-width: 760px) {
  .edc-showcase-lead { padding-top: 0; }
  .edc-showcase-lead > .edc-container { width: 100%; max-width: none; padding-inline: 0; }
  .edc-showcase-lead__grid { width: 100%; height: clamp(214px, 58vw, 242px); }
  .edc-showcase-banner,
  .edc-showcase-banner__viewport { width: 100%; height: 100%; }
  .edc-showcase-banner__copy { left: 18px; width: min(270px, 72%); }
  .edc-showcase-banner__copy h2,
  body.edc-page .edc-showcase-banner__copy h2 { font-size: clamp(30px, 8vw, 33px); }
  .edc-showcase-banner__copy > span { display: none; }
  .edc-showcase-banner__copy a,
  body.edc-page .edc-showcase-banner__copy a { min-height: 44px; margin-top: 14px; padding-inline: 13px; font-size: 12px; }
  .edc-showcase-banner__pagination { left: auto; right: 6px; bottom: 0; }
  .edc-showcase-banner__pagination button { width: 44px; min-width: 44px; height: 44px; padding-inline: 5px; }
  .edc-brand-strip { margin-top: 14px; }
  .edc-brand-strip__frame { min-height: 72px; grid-template-columns: minmax(0, 1fr) 104px; }
  .edc-brand-strip__track { gap: 12px; padding-inline: 0; }
  .edc-brand-strip__track > a { min-width: 0; flex-basis: calc((100% - 24px) / 3); padding-inline: 4px; }
  .edc-brand-strip__track > a + a::before { display: none; }
  .edc-brand-strip__track img,
  body.edc-page .edc-brand-strip__track img { width: min(100%, 72px); height: 25px; max-width: none; max-height: none; }
  .edc-brand-strip__all { min-height: 72px; padding-inline: 8px; gap: 5px; font-size: 11px; white-space: nowrap; }
  .edc-showcase-shelves { margin-top: 16px; }
  .edc-showcase-shelf > .edc-container { padding-top: 18px; padding-bottom: 10px; }
  .edc-showcase-shelf:last-child > .edc-container { padding-bottom: 32px; }
  .edc-showcase-shelf__head { margin-bottom: 12px; gap: 12px; }
  .edc-showcase-shelf__head h2,
  body.edc-page .edc-showcase-shelf__head h2 { font-size: clamp(27px, 7.2vw, 29px); }
  .edc-showcase-shelf__head > a { min-height: 44px; gap: 7px; font-size: 12px; letter-spacing: 0; text-transform: none; }
  .edc-showcase-shelf__viewport { margin-right: calc(var(--edc-gutter, 16px) * -1); padding-right: var(--edc-gutter, 16px); }
  .edc-showcase-shelf__track { grid-auto-columns: minmax(206px, 68vw); gap: 14px; }
  .edc-showcase-shelf .edc-product-card__media > a { padding: 14px 16px 18px; }
  .edc-showcase-shelf .edc-product-card__body { padding-top: 12px; }
  .edc-showcase-shelf .edc-product-card__body h3 { min-height: 40px; font-size: 14px; line-height: 1.42; }
  .edc-showcase-shelf .edc-product-card__quick button { width: 44px; height: 44px; }
  .edc-showcase-shelf__all-card { padding: 18px; }
  .edc-showcase-shelf__all-card strong { font-size: 21px; }
  .edc-showcase-shelf__footer { margin-top: 8px; }
  .edc-showcase-shelf__progress { width: 104px; }
  body.edc-page .edc-mobile-dock a,
  body.edc-page .edc-mobile-dock button,
  body.edc-page .edc-header-action { font-size: 11px; }
}
@media (max-width: 360px) {
  .edc-showcase-lead__grid { height: 208px; }
  .edc-showcase-banner__copy h2,
  body.edc-page .edc-showcase-banner__copy h2 { font-size: 29px; }
  .edc-brand-strip__frame { grid-template-columns: minmax(0, 1fr) 100px; }
  .edc-brand-strip__track > a { min-width: 0; flex-basis: calc((100% - 24px) / 3); }
  .edc-showcase-shelf__track { grid-auto-columns: 70vw; }
  .edc-showcase-shelf__head > a { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .edc-showcase-banner__slide,
  .edc-showcase-banner__pagination button span,
  .edc-brand-strip__track img,
  .edc-showcase-categories li a i { transition: none; }
}
