.kmk-home-shoppable-offers {
  padding: 0;
  background: #eadac5;
  overflow: hidden;
}

.kmk-home-shoppable-offers::before {
  display: none;
}

.kmk-home-shoppable-offers .kmk-home-inner {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

.kmk-home-shoppable-scroll {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  box-shadow: inset 0 1px rgba(91, 58, 37, 0.14), inset 0 -1px rgba(91, 58, 37, 0.14);
  scrollbar-color: rgba(185, 137, 56, 0.8) rgba(255, 255, 255, 0.12);
  scrollbar-width: thin;
}

.kmk-home-shoppable-scroll:focus-visible {
  outline: 3px solid #b33126;
  outline-offset: -5px;
}

.kmk-home-shoppable-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 1;
  overflow: hidden;
  border-radius: inherit;
  background: #eee1cf;
}

.kmk-home-shoppable-image,
.kmk-home-shoppable-overlay {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.kmk-home-shoppable-image {
  object-fit: cover;
}

.kmk-home-shoppable-overlay {
  z-index: 2;
  overflow: visible;
}

.kmk-shoppable-hotspot-hit,
.kmk-shoppable-cta-hit {
  fill: rgba(255, 255, 255, 0.001);
  stroke: transparent;
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
  transition: fill 180ms ease, stroke 180ms ease;
}

.kmk-shoppable-product-link,
.kmk-shoppable-cta-link {
  cursor: pointer;
}

.kmk-shoppable-product-link:hover .kmk-shoppable-hotspot-hit {
  fill: rgba(255, 248, 238, 0.055);
}

.kmk-shoppable-product-link:focus-visible .kmk-shoppable-hotspot-hit {
  fill: rgba(255, 248, 238, 0.08);
  stroke: rgba(181, 132, 65, 0.92);
}

.kmk-shoppable-cta-link:hover .kmk-shoppable-cta-hit,
.kmk-shoppable-cta-link:focus .kmk-shoppable-cta-hit {
  fill: rgba(255, 255, 255, 0.1);
  stroke: rgba(255, 244, 224, 0.92);
}

.kmk-shoppable-pin {
  filter: drop-shadow(0 6px 9px rgba(58, 31, 16, 0.24));
  transition: filter 220ms ease;
}

.kmk-shoppable-pin > * {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.kmk-shoppable-pin-halo {
  fill: rgba(255, 250, 240, 0.16);
  stroke: rgba(188, 143, 76, 0.58);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
  animation: kmk-shop-pin-breathe 3.4s ease-in-out infinite;
}

.kmk-shoppable-pin-ring {
  fill: rgba(255, 252, 245, 0.96);
  stroke: rgba(172, 124, 63, 0.76);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.kmk-shoppable-pin-core {
  fill: #91352d;
  stroke: #c8a067;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.kmk-shoppable-pin path {
  fill: none;
  stroke: #fffaf0;
  stroke-width: 3.5;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.kmk-shoppable-product-link:hover .kmk-shoppable-pin,
.kmk-shoppable-product-link:focus .kmk-shoppable-pin {
  filter: drop-shadow(0 9px 13px rgba(58, 31, 16, 0.3));
}

.kmk-shoppable-product-link:hover .kmk-shoppable-pin > *,
.kmk-shoppable-product-link:focus .kmk-shoppable-pin > * {
  transform: scale(1.08);
}

.kmk-shoppable-tooltip {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  filter: drop-shadow(0 12px 18px rgba(34, 24, 18, 0.24));
  transform: translateY(10px);
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1), visibility 180ms ease;
}

.kmk-shoppable-tooltip rect {
  fill: rgba(34, 29, 25, 0.94);
  stroke: rgba(207, 169, 112, 0.88);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.kmk-shoppable-tooltip text {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  pointer-events: none;
}

.kmk-shoppable-tooltip-title {
  fill: #fffaf1;
  font-size: 25px;
  font-weight: 650;
  letter-spacing: 1.2px;
}

.kmk-shoppable-tooltip-action {
  fill: #d9b47c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.kmk-shoppable-product-link:hover .kmk-shoppable-tooltip,
.kmk-shoppable-product-link:focus .kmk-shoppable-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.kmk-shoppable-product-link:active .kmk-shoppable-pin > * {
  transform: scale(0.96);
}

@keyframes kmk-shop-pin-breathe {
  0%,
  100% {
    opacity: 0.58;
    stroke-width: 1.2;
  }

  50% {
    opacity: 0.9;
    stroke-width: 2.2;
  }
}

.kmk-home-shoppable-help {
  display: none;
  margin: 12px 2px 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.kmk-home-shoppable-help strong {
  color: #fff;
}

@media (max-width: 700px) {
  .kmk-home-shoppable-offers {
    padding: 0;
    background: #10231d;
  }

  .kmk-home-shoppable-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 0;
    box-shadow: none;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .kmk-home-shoppable-stage {
    width: 900px;
    max-width: none;
    flex: 0 0 900px;
    scroll-snap-align: start;
  }

  .kmk-home-shoppable-help {
    display: block;
    margin: 0;
    padding: 10px 16px 12px;
    background: linear-gradient(90deg, #0d201a, #183027, #0d201a);
    color: rgba(255, 255, 255, 0.86);
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .kmk-shoppable-tooltip {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kmk-shoppable-hotspot-hit,
  .kmk-shoppable-cta-hit,
  .kmk-shoppable-pin,
  .kmk-shoppable-pin > *,
  .kmk-shoppable-tooltip {
    transition: none;
  }

  .kmk-shoppable-pin-halo {
    animation: none;
  }
}
