/* Equipment adapter for the homepage showcase. Loaded after module CSS. */
.edc-showcase {
  --edc-home-surface: var(--edc-equipment-surface, #eef0ee);
  --edc-home-surface-strong: var(--edc-equipment-surface-strong, #e8eae6);
  overflow: clip;
  color: var(--edc-ink);
}
.edc-showcase .edc-showcase-lead { padding-top: 20px; }
.edc-showcase .edc-showcase-lead__grid {
  height: clamp(324px, 25vw, 360px);
  grid-template-columns: clamp(240px, 19.5vw, 280px) minmax(0, 1fr);
  gap: 16px;
}
.edc-showcase .edc-showcase-lead__grid--banner-only { grid-template-columns: minmax(0, 1fr); }
.edc-showcase .edc-showcase-categories {
  padding: 18px;
  border-radius: var(--edc-equipment-media, 10px);
  background: var(--edc-home-surface);
}
.edc-showcase .edc-showcase-categories ol { border: 0; }
.edc-showcase .edc-showcase-categories li { border: 0; }
.edc-showcase .edc-showcase-categories li + li { border-top: 1px solid var(--edc-line); }
.edc-showcase .edc-showcase-categories li a {
  min-height: 50px;
  padding-inline: 8px 5px;
  grid-template-columns: minmax(0, 1fr) 20px;
  gap: 12px;
  font-family: "Onest", Arial, sans-serif;
  font-size: 14px;
  font-weight: 520;
  line-height: 1.3;
}
.edc-showcase .edc-showcase-categories li a svg,
.edc-showcase .edc-showcase-categories__all svg,
.edc-showcase .edc-brand-strip__all svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.edc-showcase .edc-showcase-categories li a svg {
  opacity: .48;
  transition: opacity 160ms ease-out, transform 180ms cubic-bezier(.16, 1, .3, 1);
}
.edc-showcase .edc-showcase-categories__all {
  width: 100%;
  min-height: 44px;
  padding: 0 6px;
  border: 0;
  align-items: center;
  background: transparent;
  font-family: "Onest", Arial, sans-serif;
  font-size: 13px;
  font-weight: 550;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  text-transform: none;
}
.edc-showcase .edc-showcase-banner__viewport {
  border-radius: var(--edc-equipment-media, 10px);
  background: var(--edc-home-surface);
}
.edc-showcase .edc-showcase-banner__copy h2,
body.edc-page .edc-showcase .edc-showcase-banner__copy h2 {
  max-width: 12ch;
  font-family: "Onest", Arial, sans-serif;
}
.edc-showcase .edc-showcase-banner__copy > span { max-width: 52ch; }
.edc-showcase .edc-showcase-banner__copy a,
body.edc-page .edc-showcase .edc-showcase-banner__copy a {
  border-radius: var(--edc-equipment-control, 7px);
  font-family: "Onest", Arial, sans-serif;
  font-size: 13px;
  font-weight: 550;
  letter-spacing: 0;
  text-transform: none;
}

.edc-showcase .edc-brand-strip {
  margin-top: 24px;
  border-block: 1px solid var(--edc-line);
}
.edc-showcase .edc-brand-strip__frame {
  min-height: 80px;
  grid-template-columns: minmax(0, 1fr) 152px;
}
body.edc-equipment-site .edc-showcase .edc-brand-strip__track {
  gap: 28px;
  scrollbar-width: none;
}
body.edc-equipment-site .edc-showcase .edc-brand-strip__track::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.edc-showcase .edc-brand-strip__track > a {
  flex-basis: calc((100% - 196px) / 8);
}
.edc-showcase .edc-brand-strip__track > a + a::before { display: none; }
.edc-showcase .edc-brand-strip__track img,
body.edc-page .edc-showcase .edc-brand-strip__track img {
  height: 34px;
  mix-blend-mode: multiply;
  transition: opacity 150ms ease-out;
}
.edc-showcase .edc-brand-strip__track span {
  font-family: "Onest", Arial, sans-serif;
}
.edc-showcase .edc-brand-strip__all {
  padding: 0 18px;
  border-inline-start: 1px solid var(--edc-line);
  font-family: "Onest", Arial, sans-serif;
  font-size: 13px;
  font-weight: 550;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
}
.edc-showcase .edc-brand-strip__all::before { display: none; }

.edc-showcase .edc-showcase-shelves { margin-top: 26px; }
.edc-showcase .edc-showcase-shelf > .edc-container {
  padding-top: 0;
  padding-bottom: 36px;
}
.edc-showcase .edc-showcase-shelf + .edc-showcase-shelf > .edc-container {
  padding-top: 0;
}
.edc-showcase .edc-showcase-shelf:last-child > .edc-container {
  padding-bottom: 48px;
}
.edc-showcase .edc-showcase-shelf__head {
  min-height: 42px;
  margin-bottom: 14px;
  gap: 24px;
}
.edc-showcase .edc-showcase-shelf__head h2,
body.edc-page .edc-showcase .edc-showcase-shelf__head h2 {
  max-width: 22ch;
  font-family: "Onest", Arial, sans-serif;
  text-wrap: balance;
}
.edc-showcase .edc-showcase-shelf__stage {
  position: relative;
}
.edc-showcase .edc-showcase-shelf__nav {
  position: absolute;
  z-index: 6;
  top: calc((100% - 96px) / 2);
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--edc-line);
  border-radius: var(--edc-equipment-control, 7px);
  display: grid;
  place-items: center;
  background: var(--edc-white);
  color: var(--edc-ink);
  box-shadow: 0 6px 20px rgba(17, 18, 16, .12);
  transform: translateY(-50%);
  transition: opacity 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
}
.edc-showcase .edc-showcase-shelf__nav--prev { left: 10px; }
.edc-showcase .edc-showcase-shelf__nav--next { right: 10px; }
.edc-showcase .edc-showcase-shelf__nav svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.edc-showcase .edc-showcase-shelf__nav:disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.edc-showcase .edc-showcase-shelf__status {
  min-width: 62px;
  margin-inline-end: 4px;
  color: var(--edc-muted);
  font-family: "Onest", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: right;
}
body.edc-equipment-site .edc-showcase .edc-showcase-shelf__viewport {
  scrollbar-width: none;
  scroll-padding-inline: 1px;
}
body.edc-equipment-site .edc-showcase .edc-showcase-shelf__viewport::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.edc-showcase .edc-showcase-shelf__track {
  grid-auto-columns: calc((100% - 54px) / 4);
  gap: 18px;
}
.edc-showcase .edc-showcase-shelf .edc-product-card__media {
  overflow: hidden;
  border-radius: var(--edc-equipment-media, 10px);
  background: var(--edc-home-surface);
}
.edc-showcase .edc-showcase-shelf .edc-product-card__media > a { padding: 0; }
.edc-showcase .edc-showcase-shelf .edc-product-card__media img {
  padding: 4%;
  background: transparent;
  mix-blend-mode: multiply;
}
.edc-showcase .edc-showcase-shelf .edc-product-card__body {
  min-height: 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-auto-flow: row;
  column-gap: 10px;
  align-content: start;
  padding-top: 10px;
}
.edc-showcase .edc-showcase-shelf .edc-product-card__body h3 {
  min-height: 44px;
  grid-column: 1 / -1;
  margin: 0;
  font-family: "Onest", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
  overflow-wrap: anywhere;
}
.edc-showcase .edc-showcase-shelf .edc-product-card__rating {
  grid-column: 1 / -1;
}
.edc-showcase .edc-showcase-shelf .edc-product-card__price {
  min-width: 0;
  min-height: 44px;
  grid-column: 1;
  align-self: end;
  margin: 8px 0 0;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 3px 8px;
}
.edc-showcase .edc-showcase-shelf .edc-product-card__price strong {
  font-size: 19px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.edc-showcase .edc-showcase-shelf .edc-product-card__buy,
.edc-showcase .edc-showcase-shelf .edc-product-card__buy[onclick^="cart.add"] {
  width: auto;
  min-width: 108px;
  min-height: 44px;
  grid-column: 2;
  align-self: end;
  border-color: var(--edc-ink);
  border-radius: var(--edc-equipment-control, 7px);
  background: var(--edc-ink);
  color: var(--edc-white);
  font-family: "Onest", Arial, sans-serif;
  font-size: 13px;
  font-weight: 550;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
  transition: opacity 160ms ease-out, transform 180ms cubic-bezier(.16, 1, .3, 1), background-color 150ms ease-out;
}
.edc-showcase .edc-showcase-shelf .edc-product-card__buy--notify,
.edc-showcase .edc-showcase-shelf .edc-product-card__buy[onclick^="addPreOrder"] {
  min-width: 118px;
  border-color: var(--edc-line);
  background: transparent;
  color: var(--edc-muted);
}
.edc-showcase .edc-showcase-shelf .edc-product-card__quick button {
  width: 48px;
  height: 48px;
}
.edc-showcase .edc-showcase-shelf .edc-product-card__quick button[data-edc-added="true"] {
  border: 0;
  background: transparent;
  color: var(--edc-ink);
  cursor: default;
  opacity: 1;
}
.edc-showcase .edc-showcase-shelf .edc-product-card__quick button[data-edc-added="true"] svg {
  fill: var(--edc-ink);
}
.edc-showcase .edc-showcase-shelf__all-card {
  padding: 24px;
  border: 0;
  border-radius: var(--edc-equipment-media, 10px);
  background: var(--edc-home-surface);
  font-family: "Onest", Arial, sans-serif;
  text-align: left;
  cursor: pointer;
}
.edc-showcase .edc-showcase-shelf__all-card span {
  max-width: 22ch;
  font-size: 13px;
  line-height: 1.4;
}
.edc-showcase .edc-showcase-shelf__footer { display: none; }

@media (hover: hover) and (pointer: fine) {
  .edc-showcase .edc-showcase-categories li a:hover {
    background: var(--edc-home-surface-strong);
    color: var(--edc-ink);
  }
  .edc-showcase .edc-showcase-categories li a:hover svg {
    opacity: 1;
    transform: translate(2px, -2px);
  }
  .edc-showcase .edc-showcase-categories__all:hover,
  .edc-showcase .edc-brand-strip__all:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .edc-showcase .edc-brand-strip__track a:hover img {
    opacity: .68;
    transform: none;
  }
  .edc-showcase .edc-showcase-shelf__nav:not(:disabled):hover {
    border-color: var(--edc-equipment-control-hover, #aeb2aa);
    background: var(--edc-home-surface);
  }
  .edc-showcase .edc-showcase-shelf .edc-product-card__buy[onclick^="cart.add"],
  .edc-showcase .edc-showcase-shelf .edc-product-card__buy[onclick^="addPreOrder"] {
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
  }
  .edc-showcase .edc-showcase-shelf .edc-product-card:hover .edc-product-card__buy,
  .edc-showcase .edc-showcase-shelf .edc-product-card:focus-within .edc-product-card__buy {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .edc-showcase .edc-showcase-shelf .edc-product-card__buy:hover {
    background: var(--edc-hover);
    color: var(--edc-white);
  }
  body.edc-page .edc-showcase .edc-showcase-shelf__all-card:hover {
    background: var(--edc-home-surface-strong);
    color: var(--edc-ink);
  }
}

@media (max-width: 1179px) {
  .edc-showcase .edc-showcase-shelf__viewport {
    margin-right: 0;
    padding-right: 0;
  }
  .edc-showcase .edc-showcase-shelf__track {
    grid-auto-columns: calc((100% - 36px) / 3);
  }
}
@media (min-width: 701px) and (max-width: 1120px) {
  body.edc-page .edc-mobile-dock { display: none; }
}
@media (max-width: 1120px) {
  .edc-showcase .edc-showcase-lead__grid {
    grid-template-columns: 240px minmax(0, 1fr);
  }
  .edc-showcase .edc-brand-strip__track { gap: 20px; }
  .edc-showcase .edc-brand-strip__track > a {
    flex-basis: calc((100% - 100px) / 6);
  }
}
@media (max-width: 900px) {
  .edc-showcase .edc-showcase-lead__grid {
    height: clamp(284px, 38vw, 326px);
    display: block;
  }
}
@media (max-width: 700px) {
  .edc-showcase {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }
  .edc-showcase .edc-showcase-lead__grid {
    height: clamp(214px, 60vw, 246px);
  }
  .edc-showcase .edc-showcase-banner__viewport { border-radius: 0; }
  .edc-showcase .edc-showcase-banner__copy a,
  body.edc-page .edc-showcase .edc-showcase-banner__copy a {
    font-size: 13px;
  }
  .edc-showcase .edc-brand-strip { margin-top: 16px; }
  .edc-showcase .edc-brand-strip__frame {
    min-height: 72px;
    grid-template-columns: minmax(0, 1fr) 108px;
  }
  .edc-showcase .edc-brand-strip__track { gap: 12px; }
  .edc-showcase .edc-brand-strip__track > a {
    flex-basis: calc((100% - 24px) / 3);
  }
  .edc-showcase .edc-brand-strip__track img,
  body.edc-page .edc-showcase .edc-brand-strip__track img {
    width: min(100%, 76px);
    height: 26px;
  }
  .edc-showcase .edc-brand-strip__all {
    min-height: 72px;
    padding-inline: 10px 8px;
    font-size: 12px;
  }
  .edc-showcase .edc-showcase-shelves { margin-top: 20px; }
  .edc-showcase .edc-showcase-shelf > .edc-container { padding-bottom: 28px; }
  .edc-showcase .edc-showcase-shelf + .edc-showcase-shelf > .edc-container {
    padding-top: 0;
  }
  .edc-showcase .edc-showcase-shelf:last-child > .edc-container {
    padding-bottom: 32px;
  }
  .edc-showcase .edc-showcase-shelf__head {
    min-height: 40px;
    margin-bottom: 12px;
    gap: 12px;
  }
  .edc-showcase .edc-showcase-shelf__nav { display: none; }
  .edc-showcase .edc-showcase-shelf__status {
    min-width: 52px;
    margin: 0;
    font-size: 12px;
  }
  .edc-showcase .edc-showcase-shelf__viewport {
    margin-right: 0;
    padding-right: 0;
  }
  .edc-showcase .edc-showcase-shelf__track {
    grid-auto-columns: calc((100% - clamp(10px, 3vw, 12px)) / 2);
    gap: clamp(10px, 3vw, 12px);
  }
  .edc-showcase .edc-showcase-shelf .edc-product-card__media {
    border-radius: var(--edc-equipment-media-mobile, 8px);
  }
  .edc-showcase .edc-showcase-shelf .edc-product-card__body {
    min-height: 88px;
    padding-top: 8px;
  }
  .edc-showcase .edc-showcase-shelf .edc-product-card__body h3 {
    min-height: 40px;
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }
  .edc-showcase .edc-showcase-shelf .edc-product-card__price {
    min-height: 44px;
    margin: 3px 0 0;
    padding-top: 0;
  }
  .edc-showcase .edc-showcase-shelf .edc-product-card__price strong {
    font-size: 18px;
  }
  .edc-showcase .edc-showcase-shelf .edc-product-card__buy[onclick^="cart.add"] {
    width: 44px;
    min-width: 44px;
    padding-inline: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    font-size: 0;
  }
  .edc-showcase .edc-showcase-shelf .edc-product-card__buy[onclick^="cart.add"]::after {
    width: 19px;
    height: 19px;
    display: block;
    content: "";
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.1 10.1a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 2-1.6L20 8H6'/%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3C/svg%3E");
  }
  .edc-showcase .edc-showcase-shelf .edc-product-card__buy--notify,
  .edc-showcase .edc-showcase-shelf .edc-product-card__buy[onclick^="addPreOrder"] {
    width: 44px;
    min-width: 44px;
    padding-inline: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    font-size: 0;
  }
  .edc-showcase .edc-showcase-shelf .edc-product-card__buy--notify::after,
  .edc-showcase .edc-showcase-shelf .edc-product-card__buy[onclick^="addPreOrder"]::after {
    width: 19px;
    height: 19px;
    display: block;
    content: "";
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236d716b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8a6 6 0 0 0-12 0c0 7-3 7-3 9h18c0-2-3-2-3-9'/%3E%3Cpath d='M10 21h4'/%3E%3C/svg%3E");
  }
  .edc-showcase .edc-showcase-shelf__all-card {
    padding: 16px;
    border-radius: var(--edc-equipment-media-mobile, 8px);
  }
  .edc-showcase .edc-showcase-shelf__all-card strong { font-size: 21px; }
  .edc-showcase .edc-showcase-shelf__all-card span { font-size: 12px; }
}
@media (max-width: 360px) {
  .edc-showcase .edc-showcase-lead__grid { height: 208px; }
  .edc-showcase .edc-brand-strip__frame {
    grid-template-columns: minmax(0, 1fr) 104px;
  }
  .edc-showcase .edc-showcase-shelf__head h2,
  body.edc-page .edc-showcase .edc-showcase-shelf__head h2 {
    font-size: 27px;
  }
  .edc-showcase .edc-showcase-shelf .edc-product-card__body h3 {
    font-size: 13px;
  }
  .edc-showcase .edc-showcase-shelf .edc-product-card__buy {
    padding-inline: 6px;
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .edc-showcase .edc-brand-strip__track img,
  .edc-showcase .edc-showcase-categories li a svg,
  .edc-showcase .edc-showcase-shelf__nav,
  .edc-showcase .edc-showcase-shelf .edc-product-card__buy {
    transition: none;
  }
}
.edc-showcase--product .edc-showcase-shelf:not(:last-child) > .edc-container {
  padding-bottom: 12px;
}