/* =========================================================
   BẾP HỒNG - HOME PRODUCT CARD SAFE FIX
   Chỉ sửa khối "Thiết bị nhà bếp" trang chủ:
   section.section_product_new.module_product
   Không ảnh hưởng collection, filter, pagination, các block phụ kiện khác
========================================================= */

body.bephong-theme-luxury .section_product_new.module_product {
  --bph-product-card-bg: #FCFAF8;
  --bph-product-gold: #d6ad5c;
  --bph-product-gold-hover: #f0d48a;
  --bph-product-ruby: #c51622;
  --bph-product-ruby-dark: #a70f19;
  --bph-product-text: #171717;
  --bph-product-muted: #8d8d8d;
}

/* Card chính */
body.bephong-theme-luxury .section_product_new.module_product .bph-product-card {
  position: relative !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;

  background: var(--bph-product-card-bg) !important;
  border: 1px solid rgba(214, 173, 92, 0.72) !important;
  border-radius: 20px !important;

  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.32) !important;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease !important;
}

/* Hover PC */
@media (hover: hover) and (pointer: fine) {
  body.bephong-theme-luxury .section_product_new.module_product .bph-product-card:hover {
    transform: translateY(-5px) !important;
    border-color: #f0d48a !important;
    box-shadow:
      0 22px 44px rgba(0, 0, 0, 0.38),
      0 0 0 2px rgba(240, 212, 138, 0.72),
      0 0 22px rgba(214, 173, 92, 0.38),
      0 0 42px rgba(214, 173, 92, 0.24),
      inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
  }
}

/* Vùng trên card */
body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__top {
  position: relative !important;
  background: var(--bph-product-card-bg) !important;
  padding: 46px 14px 8px !important;
}

/* Badge giảm giá */
body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__discount {
  position: absolute !important;
  z-index: 20 !important;
  top: 12px !important;
  left: 12px !important;

  min-width: 50px !important;
  height: 30px !important;
  padding: 0 10px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 9px !important;
  background: linear-gradient(180deg, #d51d2a 0%, #a90f19 100%) !important;
  color: #ffffff !important;

  font-family: "Be Vietnam Pro", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -0.2px !important;
  white-space: nowrap !important;

  box-shadow:
    0 6px 14px rgba(165, 15, 25, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
}

/* Logo hãng */
body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__brand {
  position: absolute !important;
  z-index: 20 !important;
  top: 12px !important;
  right: 12px !important;

  height: 30px !important;
  max-width: 96px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;

  pointer-events: none !important;
}

body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__brand img {
  display: block !important;
  max-width: 88px !important;
  max-height: 24px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Vùng ảnh sản phẩm */
body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__image {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 16px 14px 12px !important;
  margin: 0 !important;

  background:
    radial-gradient(circle at center, #ffffff 0%, #fdfbf8 48%, #fcfaf8 100%) !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
  border-radius: 18px 18px 8px 8px !important;
  text-decoration: none !important;
}

body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__image img,
body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__image .bh-card-product-img {
  display: block !important;

  width: auto !important;
  height: auto !important;

  max-width: 100% !important;
  max-height: 100% !important;

  object-fit: contain !important;
  object-position: center center !important;

  margin: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  transform: none !important;
  filter: brightness(1.015) contrast(1.025) saturate(1.02) !important;
}

@media (hover: hover) and (pointer: fine) {
  body.bephong-theme-luxury .section_product_new.module_product .bph-product-card:hover .bph-product-card__image img {
    transform: scale(1.025) !important;
  }
}

/* No image */
body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__no-image,
body.bephong-theme-luxury .section_product_new.module_product .bh-card-no-image {
  width: 100% !important;
  height: 100% !important;
  min-height: 220px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: rgba(245, 243, 240, 0.88) !important;
  color: #aaa !important;
  border-radius: 10px !important;

  font-size: 13px !important;
  font-weight: 700 !important;
}

/* Nội dung card */
body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 12px 16px 16px !important;
  background: var(--bph-product-card-bg) !important;
}

/* Tên sản phẩm */
body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__name {
  margin: 0 0 10px !important;
  min-height: 44px !important;
  max-height: 44px !important;

  overflow: hidden !important;

  font-family: "Be Vietnam Pro", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  color: var(--bph-product-text) !important;
}

body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__name a {
  color: inherit !important;
  text-decoration: none !important;
}

/* Giá */
body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__price {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 8px 12px !important;
  margin: 0 0 16px !important;
}

body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__price-current {
  color: var(--bph-product-ruby) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.3px !important;
}

body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__price-old {
  color: var(--bph-product-muted) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-decoration: line-through !important;
  opacity: 0.8 !important;
}

/* Nút */
body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__actions {
  margin-top: auto !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}

body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__form {
  margin: 0 !important;
}

body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__btn {
  width: 100% !important;
  height: 38px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 999px !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;

  cursor: pointer !important;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease !important;
}

body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__btn--buy {
  border: 1px solid var(--bph-product-ruby) !important;
  background: linear-gradient(180deg, #d51d2a 0%, #a90f19 100%) !important;
  color: #fff !important;
  box-shadow: 0 8px 16px rgba(197, 22, 34, 0.18) !important;
}

body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__btn--view {
  border: 1px solid rgba(197, 22, 34, 0.72) !important;
  background: transparent !important;
  color: var(--bph-product-ruby) !important;
}

body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__btn.is-disabled {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
}

/* Mobile */
@media (max-width: 575px) {
  body.bephong-theme-luxury .section_product_new.module_product .bph-product-card {
    border-radius: 18px !important;
  }

  body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__top {
    padding: 42px 10px 6px !important;
  }

  body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__brand {
    top: 10px !important;
    right: 10px !important;
    height: 28px !important;
    max-width: 62px !important;
  }

  body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__brand img {
    max-width: 62px !important;
    max-height: 22px !important;
  }

  body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__image {
    padding: 14px 10px 10px !important;
    border-radius: 16px 16px 6px 6px !important;
  }

  body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__info {
    padding: 10px 12px 14px !important;
  }

  body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__name {
    min-height: 42px !important;
    max-height: 42px !important;
    margin-bottom: 8px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__price {
    display: block !important;
    margin-bottom: 14px !important;
  }

  body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__price-current {
    display: block !important;
    font-size: 17px !important;
    margin-bottom: 6px !important;
  }

  body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__price-old {
    display: block !important;
    font-size: 13px !important;
  }

  body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__actions {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  body.bephong-theme-luxury .section_product_new.module_product .bph-product-card__btn {
    height: 42px !important;
    padding: 0 8px !important;
    font-size: 13px !important;
    line-height: 1.18 !important;
    white-space: normal !important;
    text-align: center !important;
  }
}