@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@500;600;700&display=swap");

.sht-hb {
  font-family: "IBM Plex Sans", Inter, system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 0 12px;
}

.sht-hb__top {
  border-radius: 16px;
  overflow: hidden;
  background: #1e3a8a;
  color: #fff;
  box-shadow: 0 16px 40px rgba(30, 58, 138, 0.28);
}

.sht-hb__search {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 14px 16px;
}

.sht-hb__brand {
  font-weight: 800;
  font-size: 15px;
  white-space: nowrap;
  padding-right: 8px;
}

.sht-hb__search input {
  flex: 1;
  height: 44px;
  border: none;
  border-radius: 8px;
  padding: 0 14px;
  font: inherit;
}

.sht-hb__search button {
  height: 44px;
  padding: 0 18px;
  border: none;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  background: #f59e0b;
  color: #1c1917;
}

.sht-hb__ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 8px 16px 12px;
  font-size: 12px;
  background: #172554;
}

.sht-hb__ticker strong { color: #fbbf24; }

.sht-hb__deals-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 900px) {
  .sht-hb__deals-row { grid-template-columns: repeat(2, 1fr); }
  .sht-hb__search { flex-wrap: wrap; }
  .sht-hb__brand { width: 100%; }
}

.sht-hb__deal {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px;
  border-radius: 12px;
  text-decoration: none;
  color: #0f172a;
  background: #fffbeb;
  border: 1px solid #fde68a;
  transition: transform 0.15s ease;
}

.sht-hb__deal:hover { transform: translateY(-2px); }
.sht-hb__deal small { font-size: 11px; font-weight: 700; color: #92400e; text-transform: uppercase; }
.sht-hb__deal strong { font-size: 18px; font-weight: 800; letter-spacing: -0.02em; }
.sht-hb__deal span { font-size: 12px; font-weight: 700; color: #1e3a8a; }

.sht-hb__split {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 10px;
}

@media (max-width: 800px) {
  .sht-hb__split { grid-template-columns: 1fr; }
}

.sht-hb__banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 160px;
  padding: 24px;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(120deg, #1e3a8a, #1d4ed8 55%, #f59e0b);
}

.sht-hb__banner h2 { margin: 0; font-size: 26px; font-weight: 800; letter-spacing: -0.03em; }
.sht-hb__banner small { font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.9; }
.sht-hb__banner span { font-size: 13px; font-weight: 700; }

.sht-hb__stack {
  display: grid;
  gap: 10px;
}

.sht-hb__stack a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 18px;
  border-radius: 12px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #0f172a;
}

.sht-hb__stack strong { font-size: 15px; }
.sht-hb__stack span { font-size: 12px; color: #64748b; }

.sht-hb__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 10px;
}
.sht-hb__head h2 { margin: 0; font-size: 18px; font-weight: 800; }
.sht-hb__head a { font-size: 13px; font-weight: 700; color: #1e3a8a; text-decoration: none; }

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

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

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