.fcar-carousel{
  max-width:1600px;
  margin:18px auto;
  padding:0 14px;
}

.fcar-title{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.2;
}

/* Swiper layout */
.fcar-swiper{
  position:relative;
  padding:6px 42px;
}

.fcar-swiper .swiper-wrapper{
  align-items:stretch;
}

.fcar-swiper .swiper-slide{
  height:auto;
  display:flex;
}

/* Card: consistent height */
.fcar-card{
  width:100%;
  display:flex;
  flex-direction:column;
  height:100%;
  text-decoration:none;
  color:inherit;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}

/* Media with hover swap */
.fcar-media{
  position:relative;
  aspect-ratio:1/1;
  background:#f6f7f8;
  overflow:hidden;
}

.fcar-media .fcar-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:opacity .25s ease, transform .25s ease;
  transform:scale(1.001);
}

.fcar-img2{
  opacity:0;
}

.fcar-has-alt:hover .fcar-img2{
  opacity:1;
}

.fcar-has-alt:hover .fcar-img1{
  opacity:0;
}

.fcar-body{
  padding:10px 12px;
  display:flex;
  flex-direction:column;
  gap:6px;
  flex:1;
  min-height:84px;
}

.fcar-sku{
  font-size:11px;
  opacity:.7;
  line-height:1;
  min-height:12px;
}

.fcar-name{
  font-size:14px;
  font-weight:600;
  line-height:1.25;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:35px; /* 2 lines */
}

.fcar-price{
  font-size:14px;
  line-height:1.2;
  margin-top:auto;
}

.fcar-price del{opacity:.6}
.fcar-price ins{text-decoration:none}

/* Nav buttons */
.fcar-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:5;
  box-shadow:0 10px 22px rgba(0,0,0,.14);
  font-size:22px;
  line-height:1;
}

.fcar-prev{left:8px}
.fcar-next{right:8px}

.fcar-nav:hover{
  filter:brightness(.98);
  box-shadow:0 12px 26px rgba(0,0,0,.18);
}

@media (min-width: 768px){
  .fcar-swiper{padding:10px 56px;}
  .fcar-nav{
    width:42px;
    height:42px;
    font-size:26px;
    box-shadow:0 14px 30px rgba(0,0,0,.16);
  }
  .fcar-prev{left:10px}
  .fcar-next{right:10px}
}

@media (min-width: 1024px){
  .fcar-title{font-size:24px;}
}
