/* ─── MITN Product Grid ─────────────────────────────────── */

/* Header */
.mitn-pg__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.mitn-pg__head-left { flex: 1; min-width: 0; }

.mitn-pg__eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #dd3333;
  margin-bottom: 8px;
}

.mitn-pg__title {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #111;
  margin: 0 0 10px;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.mitn-pg__sub {
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
  max-width: 560px;
}

.mitn-pg__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #dd3333;
  text-decoration: none !important;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity .2s;
}
.mitn-pg__more:hover { opacity: .75; }

/* Rank badge — góc trên phải vùng ảnh */
.mitn-pg-rank {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(17,17,17,.72);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  z-index: 3;
  line-height: 1.5;
  backdrop-filter: blur(4px);
  pointer-events: none;
}
.mitn-pg-rank--top {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
}

/* Desktop: ẩn slider */
.mitn-pg__mobile { display: none; }

/* Tablet: thu lại còn 3 cột */
@media (max-width: 1024px) {
  .mitn-pg__desktop .row { --cols: 3; }
  .mitn-pg__desktop .col.large-5ths { width: 33.333% !important; }
  .mitn-pg__desktop .col.medium-4   { width: 33.333% !important; }
}

/* Mobile: ẩn grid, hiện slider */
@media (max-width: 640px) {
  .mitn-pg__desktop { display: none !important; }

  .mitn-pg__mobile { display: block; }

  .mitn-pg__slide {
    width: 100%;
  }

  .mitn-pg__slide .col {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }

  /* Đẩy dots + arrows xuống dưới card, không che nút Mua ngay */
  .mitn-pg__mobile.slider {
    padding-bottom: 52px;
  }

  .mitn-pg__mobile .flickity-page-dots {
    bottom: 10px;
  }

  /* Thu nhỏ dots để 12 item vừa 1 hàng */
  .mitn-pg__mobile .flickity-page-dots .dot {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }

  .mitn-pg__mobile .flickity-prev-next-button {
    top: 155px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #fff !important;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
    opacity: 1 !important;
  }

  .mitn-pg__mobile .flickity-prev-next-button.previous { left: 4px; }
  .mitn-pg__mobile .flickity-prev-next-button.next { right: 4px; }

  .mitn-pg__mobile .flickity-prev-next-button .arrow { fill: #dd3333 !important; }
}
