/* Danh mục nổi bật */
.fpt-wrap{background:#fff;border-radius:16px;padding:16px 12px 20px}
.fpt-header{font-size:18px;font-weight:600;margin-bottom:12px}
.fpt-slider{position:relative;overflow:hidden}
.fpt-track{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(2,auto);gap:12px}
.fpt-item{text-align:center;color:#111;text-decoration:none}
.fpt-item img{width:90px;height:90px;border-radius:16px;transition:transform .3s ease}
.fpt-item:hover img{transform:scale(1.05)}
.fpt-item p{margin-top:6px;font-size:14px;line-height:1.3}
@media(max-width:1023px){
  .fpt-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}
  .fpt-item{flex:0 0 calc(100% / 4.5);scroll-snap-align:start}
  .fpt-item img{width:58px;height:58px}
  .fpt-item p{font-size:13px}
  .fpt-track::-webkit-scrollbar{display:none}
}

/* Banner slider / brand slider */
.fpt-lite{--r:16px;--bd:#B90113;--red:#d70018;padding:0;margin:20px}
.fpt-slider{position:relative;border-radius:16px;overflow:hidden;max-width:1200px;margin:auto}
.fpt-slide{display:none;min-width:100%}
.fpt-slide.active{display:block}
.fpt-slide img{height:auto!important;aspect-ratio:6/1;object-fit:cover;display:block;border-radius:16px}
.fpt-nav{opacity:0;transition:.25s;position:absolute;top:50%;transform:translateY(-50%);width:10px;height:10px;border:0;border-radius:50%;background:#ffffffd9;cursor:pointer;font-size:10px;line-height:1}
.fpt-nav:hover{background:rgba(0,0,0,.7)}
.fpt-slider:hover .fpt-nav{opacity:1}
.fpt-nav.prev{left:20px}.fpt-nav.next{right:20px}
.fpt-brands-wrap{display:flex;align-items:center;gap:10px;margin-top:14px}
.fpt-brand-nav{opacity:0;transition:.25s;width:36px;height:36px;border:0;border-radius:50%;background:#f3f4f6;cursor:pointer;font-size:24px;line-height:1;flex:0 0 36px}
.fpt-brand-nav:hover,.fpt-brands-wrap:hover .fpt-brand-nav{background:rgba(0,0,0,.7)}
.fpt-brands{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;flex:1}
.fpt-brand{min-height:67px;border:1px solid var(--bd);border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;padding:10px}
.fpt-brand img{max-width:100%;max-height:70px;object-fit:contain}
@media(max-width:849px){
  .fpt-slide img{aspect-ratio:16/7}
  .fpt-nav{width:10px;height:10px;font-size:12px}
  .fpt-brand-nav{display:none}
  .fpt-brands{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}
  .fpt-brand{min-width:140px;scroll-snap-align:start;min-height:62px}
}
