/* Main-site homepage shop carousel */
.shw-widget {
  margin: 0 0 2.25rem;
  padding: 1.75rem 0 2rem;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0) 100%);
  border-block: 1px solid rgba(15, 23, 42, 0.06);
}
.shw-widget__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}
.shw-widget__kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0d9488;
  margin-bottom: 0.25rem;
}
.shw-widget__title {
  margin: 0;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
}
.shw-widget__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.shw-widget__link {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  background: #0f766e;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 22px rgba(15, 118, 110, 0.22);
}
.shw-widget__link:hover {
  filter: brightness(1.06);
}
.shw-widget__btn {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, transform 0.15s ease;
}
.shw-widget__btn:hover {
  background: #f8fafc;
  transform: translateY(-1px);
}
.shw-widget__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  margin-inline: -0.25rem;
  padding-bottom: 0.35rem;
}
.shw-widget__viewport::-webkit-scrollbar {
  height: 6px;
}
.shw-widget__viewport::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.18);
  border-radius: 999px;
}
.shw-widget__track {
  display: flex;
  gap: 0.85rem;
  padding: 0.25rem 0.25rem 0.5rem;
  min-height: 1px;
}
.shw-widget__card {
  flex: 0 0 clamp(148px, 42vw, 200px);
  scroll-snap-align: start;
}
.shw-widget__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.shw-widget__card-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}
.shw-widget__thumb {
  aspect-ratio: 4 / 3;
  background: #e2e8f0;
  position: relative;
}
.shw-widget__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.shw-widget__ph {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #cbd5e1, #e2e8f0);
}
.shw-widget__name {
  margin: 0;
  padding: 0.65rem 0.75rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 520px) {
  .shw-widget__actions .shw-widget__link {
    font-size: 0.78rem;
    padding: 0.4rem 0.75rem;
  }
}

/* Classic theme: no .pv-container */
.shw-widget .container {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 1.1rem;
}
.shw-widget__contain {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 1.1rem;
}

.shw-widget__empty {
  padding: 1rem 0 0.25rem;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.6;
  max-width: 52ch;
}
.shw-widget__link--secondary {
  display: inline-flex;
  margin-top: 0.75rem;
  background: #fff !important;
  color: #0f766e !important;
  border: 1px solid rgba(15, 118, 110, 0.35);
  box-shadow: none;
}
