/* ===== TRANG CHỦ: KHÔNG ĐẬM ===== */
.product-miniature .product-title,
.product-miniature .product-title a {
  font-size: 16px !important;
  font-weight: 400 !important;
}

/* ===== TRANG CHI TIẾT: TIÊU ĐỀ TO + ĐẬM ===== */
#product h1,
#product h1 * {
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 1.4;
}

/* ===== GIÁ ===== */
#product .current-price span,
#product .price {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #e53935 !important;
}

/* ===== NÚT MUA ===== */
.add-to-cart,
button.add-to-cart,
.btn-primary {
  font-size: 17px !important;
  font-weight: 700;
  padding: 12px 18px !important;
  background: #ff5722 !important;
  border: none !important;
  border-radius: 6px;
}

.add-to-cart:hover {
  background: #e64a19 !important;
}

/* ===== MÔ TẢ NGẮN (FIX BỊ NHỎ) ===== */
#product .product-short-description,
#product .product-short-description p {
  font-size: 17.5px !important;
  line-height: 1.7;
}

/* ===== MÔ TẢ DÀI ===== */
#product .product-description,
#product .product-description p,
#product .tab-pane p {
  font-size: 17.5px !important;
  line-height: 1.8;
}

/* ===== LIST ===== */
#product .product-description li,
#product .product-short-description li {
  font-size: 17.5px !important;
  margin-bottom: 6px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  #product h1 {
    font-size: 22px !important;
    font-weight: 700 !important;
  }

  #product .product-short-description,
  #product .product-description {
    font-size: 17px !important;
  }
}
/* ===== FIX MÔ TẢ NGẮN (ÉP TOÀN BỘ VÙNG INFO) ===== */
#product .product-information,
#product .product-information p,
#product .product-information span,
#product .product-information div {
  font-size: 17.5px !important;
  line-height: 1.7 !important;
}
/* ===== CTA HOTLINE + ZALO ===== */
.cta-buttons {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-hotline {
  background: #e53935;
  color: #fff !important;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.btn-zalo {
  background: #0084ff;
  color: #fff !important;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.btn-hotline:hover {
  background: #c62828;
}

.btn-zalo:hover {
  background: #006fe6;
}

/* Mobile */
@media (max-width: 768px) {
  .cta-buttons a {
    width: 100%;
    text-align: center;
  }
}