.srt-shop-top {
  padding: clamp(18px, 3vw, 28px) 0 clamp(10px, 2vw, 18px);
}

.srt-shop-banner {
  border-radius: 20px;
  overflow: hidden;
  background: #060607;
  border: 1px solid rgba(11, 11, 12, 0.12);
}

.srt-shop-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.srt-shop-cats {
  margin-top: clamp(16px, 2.6vw, 22px);
}

.srt-shop-cats-title {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(11, 11, 12, 0.6);
}

.nm-shop-loop-thumbnail {
  position: relative;
}

.nm-shop-loop-thumbnail-link {
  position: relative;
  z-index: 1;
}

.srt-loop-atc {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.srt-loop-atc .button,
.srt-loop-atc a.button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  background: rgba(11, 11, 12, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.nm-shop-loop-product-wrap:hover .srt-loop-atc,
.nm-shop-loop-product-wrap:focus-within .srt-loop-atc {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.nm-shop-loop-thumbnail:hover .srt-loop-atc,
.nm-shop-loop-thumbnail:focus-within .srt-loop-atc {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

@media (hover: none) {
  .srt-loop-atc {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

.srt-cat-carousel {
  margin-top: 14px;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 6px 2px 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.srt-cat-carousel::-webkit-scrollbar {
  height: 6px;
}

.srt-cat-carousel::-webkit-scrollbar-thumb {
  background: rgba(11, 11, 12, 0.14);
  border-radius: 999px;
}

.srt-cat-pill {
  flex: 0 0 auto;
  width: clamp(86px, 16vw, 110px);
  text-decoration: none;
  scroll-snap-align: start;
  display: grid;
  gap: 10px;
}

.srt-cat-pill-img {
  width: clamp(86px, 16vw, 110px);
  height: clamp(86px, 16vw, 110px);
  border-radius: 999px;
  background: #0b0b0c;
  border: 1px solid rgba(11, 11, 12, 0.14);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.srt-cat-pill-img::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, -6px, 0);
  transition: opacity 260ms ease, transform 260ms ease;
}

.srt-cat-pill-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(11, 11, 12, 0.76);
}

.srt-cat-pill--active .srt-cat-pill-img {
  border-color: rgba(11, 11, 12, 0.32);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12), 0 0 0 3px rgba(11, 11, 12, 0.08);
}

.srt-cat-pill--active .srt-cat-pill-img::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  background:
    radial-gradient(70% 60% at 50% -10%, rgba(255, 208, 92, 0.62) 0%, rgba(255, 208, 92, 0.22) 45%, rgba(255, 208, 92, 0) 72%),
    linear-gradient(180deg, rgba(255, 208, 92, 0.24) 0%, rgba(255, 208, 92, 0.08) 34%, rgba(255, 208, 92, 0) 66%);
  mix-blend-mode: screen;
  filter: blur(0.2px);
}

.srt-cat-pill--active .srt-cat-pill-label {
  color: rgba(11, 11, 12, 0.92);
}

@media (max-width: 640px) {
  .srt-shop-banner {
    border-radius: 16px;
  }
}
