/* Anasayfa — En Son Gezdiğiniz Ürünler + İlginizi Çekebilecek Benzer */
.anasayfa-son-gezilen {
  width: 100%;
  max-width: 1200px;
  margin: 28px auto 8px;
  padding: 0 12px;
  box-sizing: border-box;
}
.anasayfa-ilgi-ceken {
  margin-top: 8px;
}
.anasayfa-son-gezilen-inner {
  width: 100%;
}
.anasayfa-son-gezilen-head {
  margin-bottom: 14px;
}
.anasayfa-son-gezilen-title {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}
.anasayfa-son-gezilen-sub {
  margin: 0;
  font-size: 13px;
  color: #64748b;
}
.anasayfa-son-gezilen-shell {
  position: relative;
}
.anasayfa-son-gezilen-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 4px 2px 8px;
}
.anasayfa-son-gezilen-track::-webkit-scrollbar {
  display: none;
}
.anasayfa-son-gezilen-card {
  flex: 0 0 calc((100% - 48px) / 5);
  max-width: calc((100% - 48px) / 5);
  min-width: 160px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  flex-direction: column;
}
.anasayfa-son-gezilen-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  border-color: #f4822e;
}
.anasayfa-son-gezilen-img {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  background: #fafafa;
  overflow: hidden;
}
.anasayfa-son-gezilen-meta {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-decoration: none !important;
  color: inherit;
  min-height: 0;
}
.anasayfa-son-gezilen .aug-galeri {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fafafa;
}
.anasayfa-son-gezilen .aug-galeri-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.anasayfa-son-gezilen .aug-galeri-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.anasayfa-son-gezilen .aug-galeri-img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
  pointer-events: none;
}
.anasayfa-son-gezilen .aug-galeri-img.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.anasayfa-son-gezilen .aug-galeri-prev,
.anasayfa-son-gezilen .aug-galeri-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #1a1a17;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.14);
  opacity: .92;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.anasayfa-son-gezilen .aug-galeri-prev { left: 6px; }
.anasayfa-son-gezilen .aug-galeri-next { right: 6px; }
.anasayfa-son-gezilen .aug-galeri-prev:hover,
.anasayfa-son-gezilen .aug-galeri-next:hover {
  background: #f4822e;
  color: #fff;
  opacity: 1;
}
.anasayfa-son-gezilen .aug-galeri-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 4px;
  pointer-events: none;
}
.anasayfa-son-gezilen .aug-galeri-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0,0,0,.3);
  box-shadow: 0 0 0 1px rgba(255,255,255,.7);
}
.anasayfa-son-gezilen .aug-galeri-dot.is-active {
  background: #f4822e;
  width: 14px;
}
.anasayfa-son-gezilen-marka {
  display: block;
  padding: 8px 10px 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #f4822e;
}
.anasayfa-son-gezilen-ad {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: #1a1a17;
  min-height: 2.7em;
}
.anasayfa-son-gezilen-fiyat {
  display: block;
  padding: 0 10px 10px;
  margin-top: auto;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a17;
}
.anasayfa-son-gezilen-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #222;
  display: none;
  align-items: center;
  justify-content: center;
}
.anasayfa-son-gezilen-shell.has-overflow .anasayfa-son-gezilen-nav {
  display: flex;
}
.anasayfa-son-gezilen-nav.is-prev { left: -6px; }
.anasayfa-son-gezilen-nav.is-next { right: -6px; }
.anasayfa-son-gezilen-nav:hover {
  background: #f4822e;
  color: #fff;
}

@media (max-width: 980px) {
  .anasayfa-son-gezilen-card {
    flex-basis: calc((100% - 24px) / 3);
    max-width: calc((100% - 24px) / 3);
  }
}
@media (max-width: 640px) {
  .anasayfa-son-gezilen {
    margin: 18px auto 6px;
    padding: 0 8px;
  }
  .anasayfa-son-gezilen-title { font-size: 18px; }
  .anasayfa-son-gezilen-card {
    flex-basis: calc((100% - 12px) / 2);
    max-width: calc((100% - 12px) / 2);
    min-width: 140px;
  }
  .anasayfa-son-gezilen-nav { display: none !important; }
}
