.promo-section.promo-shop {
  background: var(--brand-gray, #E2E2E2) !important;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, .035) 0%, transparent 42%, rgba(251, 185, 0, .04) 100%) !important;
  color: #000 !important;
}

.promo-section.promo-shop::before {
  color: rgba(0, 0, 0, .045) !important;
}

.promo-section.promo-shop .promo-copy h2 {
  color: #000 !important;
}

.promo-section.promo-shop .promo-copy p {
  color: #333 !important;
  opacity: 1 !important;
}

.promo-section.promo-shop .promo-copy .eyebrow {
  color: var(--orange) !important;
}

.promo-shop .promo-visual {
  min-height: 0;
  transition: opacity .22s ease, transform .22s ease;
}

.promo-shop .promo-visual.is-refreshing {
  opacity: .35;
  transform: translateY(5px);
}

.promo-shop .promo-visual::before {
  inset: 24px -18px -18px 34px;
}

.shop-double-slider {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.shop-slider-row {
  position: relative;
  min-width: 0;
}

.shop-slider-row + .shop-slider-row {
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.shop-double-slider .listing-slider {
  min-height: 0;
}

.shop-double-slider .listing-track {
  gap: 14px;
  padding: 5px 5px 14px;
  scroll-padding-inline: 5px;
}

.shop-double-slider .listing-card {
  flex: 0 0 min(46%, 205px);
  position: relative;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 10px;
  background: #f3f3f3 !important;
  background-image: none !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .14);
  isolation: isolate;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.shop-double-slider .listing-card::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 10px 10px 0 0;
  background: var(--orange, #fbb900);
}

.shop-double-slider .listing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 0, 0, .28);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .2);
}

.shop-double-slider .listing-image {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.shop-double-slider .listing-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(transparent, rgba(0, 0, 0, .36));
  pointer-events: none;
}

.shop-double-slider .listing-image img {
  box-sizing: border-box;
  padding: 12px;
  background: #fff;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
  filter: none;
  transform: none !important;
  backface-visibility: visible;
}

.shop-double-slider .listing-card:hover .listing-image img,
.shop-double-slider .listing-image img.is-swapping {
  transform: none !important;
}

.shop-double-slider .shop-card-badge {
  position: absolute;
  z-index: 2;
  left: 10px;
  bottom: 9px;
  display: inline-flex;
  margin: 0;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .84);
  color: #fff !important;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .75px;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}

.shop-double-slider .listing-body {
  display: flex;
  min-height: 118px;
  padding: 12px 13px 13px;
  flex-direction: column;
}

.shop-double-slider .listing-body > span {
  margin-bottom: 4px;
  overflow: hidden;
  color: #555 !important;
  font-size: 8px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-double-slider .listing-body h3 {
  display: -webkit-box;
  min-height: 35px;
  margin: 0 0 9px;
  overflow: hidden;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.16;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.shop-double-slider .listing-body h3 a {
  color: #111 !important;
  text-decoration: none;
}

.shop-double-slider .shop-card-footer {
  display: flex;
  min-width: 0;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.shop-double-slider .shop-card-footer strong {
  min-width: 0;
  padding: 0;
  background: transparent;
  color: #111 !important;
  font: 700 16px/1 var(--display);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-double-slider .shop-card-footer .shop-price-on-request {
  font-size: 12px;
}

.shop-double-slider .shop-card-link {
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--orange, #fbb900);
  color: #000;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.shop-double-slider .shop-card-link > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.shop-double-slider .shop-card-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shop-double-slider .shop-card-link:hover,
.shop-double-slider .shop-card-link:focus-visible {
  background: var(--yellow, #ffee26);
  transform: translateX(2px);
  outline: 2px solid #000;
  outline-offset: 2px;
}

.shop-double-slider .listing-nav {
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transform: translateY(-50%);
  border: 2px solid #fff;
  background: #000;
  color: var(--orange, #fbb900);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
}

.shop-double-slider .listing-nav:hover,
.shop-double-slider .listing-nav:focus-visible {
  background: var(--orange, #fbb900);
  color: #000;
  transform: translateY(-50%) scale(1.07);
}

.shop-double-slider .listing-nav.prev { left: -14px; }
.shop-double-slider .listing-nav.next { right: -14px; }
.shop-double-slider .listing-nav svg { width: 17px; }

@media(max-width:900px) {
  .shop-double-slider .listing-card { flex-basis: min(31%, 220px); }
}

@media(max-width:560px) {
  .shop-double-slider { gap: 14px; }
  .shop-slider-row + .shop-slider-row { padding-top: 14px; }
  .shop-double-slider .listing-track { gap: 10px; }
  .shop-double-slider .listing-card { flex-basis: 74%; }
  .shop-double-slider .listing-body { min-height: 112px; }
  .shop-double-slider .listing-image img { padding: 9px; }
  .shop-double-slider .listing-body h3 { min-height: 33px; font-size: 14px; }
  .shop-double-slider .listing-nav.prev { left: -6px; }
  .shop-double-slider .listing-nav.next { right: -6px; }
}

@media(prefers-reduced-motion: reduce) {
  .shop-double-slider .listing-card,
  .shop-double-slider .shop-card-link {
    transition: none;
  }
}
