/* ===== Taji Store Row — birebir Figma (51px satır + 5px boşluk = 56 adım, #c5bfb6 alt çizgi)
   Ölçüler 1920 tabanına oranlı vw (Xpx → X/19.2 vw) — TajiStores ile birlikte ölçeklenir. */

.cc_y2bdekpl_OnjapBdAJ8 .taji-store-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.6563vw; /* 51px */
  margin-bottom: 0.2604vw; /* 5px */
  border-bottom: 1px solid #c5bfb6;
  text-decoration: none;
  cursor: pointer;
}

.cc_y2bdekpl_OnjapBdAJ8 .taji-store-row:last-child {
  margin-bottom: 0;
}

.cc_y2bdekpl_OnjapBdAJ8 .taji-store-row-name {
  font-family: var(--taji-font-heading, "futura-pt", "Futura PT", "Jost", sans-serif);
  font-weight: 400;
  font-size: 0.8854vw; /* 17px */
  letter-spacing: 0.0745vw; /* 1.43px */
  text-transform: uppercase;
  color: #1c1a17;
  transition: font-weight 0.1s ease;
}

.cc_y2bdekpl_OnjapBdAJ8 .taji-store-row:hover .taji-store-row-name, .cc_y2bdekpl_OnjapBdAJ8 .taji-store-row.is-active .taji-store-row-name {
  font-weight: 600;
}

.cc_y2bdekpl_OnjapBdAJ8 .taji-store-row-city {
  font-family: var(--taji-font-heading, "futura-pt", "Futura PT", "Jost", sans-serif);
  font-weight: 300;
  font-size: 0.8333vw; /* 16px */
  letter-spacing: 0.0229vw; /* 0.44px */
  color: #9e9383;
}

/* ===== Mobil — birebir Figma 0:3729 (51px satır, 17/16 yazı) ===== */
@media (max-width: 768px) {
  .cc_y2bdekpl_OnjapBdAJ8 .taji-store-row {
    height: 51px;
    margin-bottom: 5px;
  }

  .cc_y2bdekpl_OnjapBdAJ8 .taji-store-row-name {
    font-size: 17px;
    letter-spacing: 1.43px;
  }

  .cc_y2bdekpl_OnjapBdAJ8 .taji-store-row-city {
    font-size: 16px;
    letter-spacing: 0.44px;
  }
}

