@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@600;700;800&display=swap");

.sht-mb {
  font-family: Nunito, Inter, system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 2px 0 12px;
}

.sht-mb__hero {
  padding: clamp(22px, 4vw, 36px);
  border-radius: 20px;
  background: #0058a3;
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 88, 163, 0.28);
}

.sht-mb__badge {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #1c1917;
  background: #ffdb00;
}

.sht-mb__hero h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.sht-mb__hero > p {
  margin: 10px 0 0;
  font-size: 15px;
  opacity: 0.92;
  max-width: 44ch;
}

.sht-mb__search {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  max-width: 520px;
}

.sht-mb__search input {
  flex: 1;
  height: 48px;
  border: none;
  border-radius: 12px;
  padding: 0 16px;
  font: inherit;
}

.sht-mb__search button {
  height: 48px;
  padding: 0 20px;
  border: none;
  border-radius: 12px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  background: #ffdb00;
  color: #1c1917;
}

.sht-mb__bays {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 900px) {
  .sht-mb__bays { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .sht-mb__bays { grid-template-columns: 1fr; }
  .sht-mb__search { flex-direction: column; }
}

.sht-mb__bay {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  min-height: 120px;
  padding: 18px;
  border-radius: 18px;
  text-decoration: none;
  color: #0f172a;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease;
}

.sht-mb__bay:hover { transform: translateY(-4px) rotate(-0.5deg); }
.sht-mb__bay strong { font-size: 18px; letter-spacing: -0.02em; }
.sht-mb__bay span {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
}

.sht-mb__bay--a { background: linear-gradient(145deg, #ffdb00, #fbbf24); }
.sht-mb__bay--b { background: linear-gradient(145deg, #7dd3fc, #0058a3); color: #fff; }
.sht-mb__bay--c { background: linear-gradient(145deg, #86efac, #16a34a); color: #fff; }
.sht-mb__bay--d { background: linear-gradient(145deg, #fdba74, #ea580c); color: #fff; }
.sht-mb__bay--e { background: linear-gradient(145deg, #c4b5fd, #7c3aed); color: #fff; }
.sht-mb__bay--f { background: linear-gradient(145deg, #f9a8d4, #db2777); color: #fff; }

.sht-mb__bay--b span,
.sht-mb__bay--c span,
.sht-mb__bay--d span,
.sht-mb__bay--e span,
.sht-mb__bay--f span {
  color: #0f172a;
}

.sht-mb__strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #f1f5f9;
  font-size: 12px;
  font-weight: 700;
  color: #334155;
}

.sht-mb__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 12px;
}
.sht-mb__head h2 { margin: 0; font-size: 20px; font-weight: 800; }
.sht-mb__head a { font-size: 13px; font-weight: 800; color: #0058a3; text-decoration: none; }

/* Mount .shop-mp-hero içinde — hero’yu gizleme; sadece varsayılan hub/zone */
body[data-homepage-template="modular-bay"] .shop-hero-hub,
body[data-homepage-template="modular-bay"] #shop-homepage-default-zone {
  display: none !important;
}

body[data-homepage-template="modular-bay"] .shop-mp-hero {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

body[data-homepage-template="modular-bay"] .shop-homepage-template-mount:not([hidden]) {
  display: block;
  width: 100%;
}
