/* ==================================================
   FLAŞ ÜRÜNLER – TRENDYOL STİLİ (SIFIRDAN)
================================================== */

/* GENEL WRAP */
.fu-wrap{
  padding: 18px 0 10px;
}

/* BAŞLIK */
.fu-head{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.fu-title{
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #222;
}
.fu-line{
  flex: 1;
  height: 1px;
  background: rgba(0,0,0,.08);
}

/* KART */
.fu-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.fu-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0,0,0,.12);
}

/* GÖRSEL ALANI – SABİT */
.fu-img{
  position: relative;
  height: 180px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fu-img img{
  max-height: 165px;
  width: auto;
  object-fit: contain;
}

/* İNDİRİM ROZETİ */
.fu-badge{
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff3b30;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(255,59,48,.35);
}

/* GÖVDE */
.fu-body{
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* ÜRÜN ADI – 2 SATIR SABİT */
.fu-name{
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #222;
  text-decoration: none;
  line-height: 1.25;
  min-height: 34px;
  max-height: 34px;
  overflow: hidden;
}

/* FİYAT */
.fu-price{
  margin-top: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #222;
}

/* BUTON – TRENDYOL TURUNCUSU */
.fu-btn{
  margin-top: auto;
  width: 100%;
  background: linear-gradient(180deg, #ff9f45, #ff7a00);
  border: none !important;
  color: #fff !important;
  font-weight: 900 !important;
  font-size: 14px;
  border-radius: 14px !important;
  padding: 12px 0 !important;
  cursor: pointer;
  transition: all .25s ease;
  box-shadow: 0 8px 18px rgba(255,122,0,.35);
}

.fu-btn:hover{
  background: linear-gradient(180deg, #ffb066, #ff8400);
  box-shadow: 0 12px 26px rgba(255,122,0,.45);
  transform: translateY(-1px);
}

/* SWIPER */
.fu-swiper{
  padding: 6px 4px 18px;
}
.swiper-slide{
  height: auto;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px){
  .fu-img{
    height: 165px;
  }
  .fu-img img{
    max-height: 150px;
  }
}

@media (max-width: 768px){
  .fu-img{
    height: 145px;
  }
  .fu-img img{
    max-height: 130px;
  }

  .fu-name{
    font-size: 12.5px;
    min-height: 32px;
    max-height: 32px;
  }

  .fu-btn{
    font-size: 13px;
    padding: 10px 0 !important;
  }
}
