
/* ===== RECENT PRODUCTS RESTORE v130 =====
   Isolated to product detail "Sản phẩm đã xem gần đây".
   Keeps global menu font from v129.
*/
.recent-section{
  margin-top:34px!important;
  padding-top:4px!important;
}
.recent-section .section-title{
  margin-bottom:16px!important;
}
.recent-section .section-title span{
  font-size:10px!important;
  letter-spacing:.12em!important;
  color:#9a741d!important;
}
.recent-section .section-title h2{
  margin:3px 0 0!important;
  font-size:24px!important;
  line-height:1.2!important;
  letter-spacing:-.02em!important;
}
.recent-section .product-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
.recent-section .premium-product-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #e2e4e8!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(15,23,42,.055)!important;
  transform:none!important;
}
.recent-section .premium-product-card:hover{
  border-color:#d4d7dc!important;
  box-shadow:0 9px 24px rgba(15,23,42,.09)!important;
  transform:translateY(-2px)!important;
}
.recent-section .product-image{
  display:block!important;
  height:220px!important;
  padding:16px 16px 6px!important;
  background:#fff!important;
  overflow:hidden!important;
}
.recent-section .product-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  transition:transform .2s ease!important;
}
.recent-section .premium-product-card:hover .product-image img{
  transform:scale(1.025)!important;
}
.recent-section .product-body{
  display:flex!important;
  flex:1!important;
  flex-direction:column!important;
  padding:10px 14px 14px!important;
}
.recent-section .product-body h3{
  min-height:42px!important;
  margin:0 0 10px!important;
  color:#171717!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.45!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.recent-section .price-line{
  min-height:27px!important;
  display:flex!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  gap:7px!important;
  margin-bottom:6px!important;
}
.recent-section .price-line b{
  font-size:19px!important;
  font-weight:800!important;
  color:#c92b26!important;
}
.recent-section .price-line del{
  font-size:11px!important;
  font-weight:400!important;
  color:#9fa4ab!important;
}
.recent-section .premium-installment,
.recent-section .premium-warranty{
  margin:0!important;
  padding:3px 0!important;
  border:0!important;
  background:transparent!important;
  color:#45484d!important;
  font-size:11px!important;
  font-weight:400!important;
  line-height:1.35!important;
}
.recent-section .product-tools{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:7px!important;
  margin-top:auto!important;
  padding-top:11px!important;
}
.recent-section .product-tools button{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  height:34px!important;
  margin:0!important;
  padding:0 7px!important;
  border:1px solid #dfe2e6!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#34373c!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
.recent-section .product-tools button:hover{
  background:#f7f8f9!important;
  border-color:#cfd3d8!important;
}
.recent-section .product-tools button.active{
  background:#fff1f1!important;
  border-color:#f1caca!important;
  color:#c92b26!important;
}

@media(max-width:900px){
  .recent-section .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .recent-section .product-image{height:200px!important}
}
@media(max-width:520px){
  .recent-section .product-grid{gap:8px!important}
  .recent-section .premium-product-card{border-radius:11px!important}
  .recent-section .product-image{height:150px!important;padding:9px 9px 2px!important}
  .recent-section .product-body{padding:8px!important}
  .recent-section .product-body h3{min-height:35px!important;font-size:12px!important}
  .recent-section .price-line b{font-size:15px!important}
  .recent-section .price-line del{font-size:9px!important}
  .recent-section .premium-installment,
  .recent-section .premium-warranty{font-size:9px!important}
  .recent-section .product-tools{grid-template-columns:1fr!important}
  .recent-section .product-tools button{height:30px!important;font-size:9px!important}
}
