/* Sinh bởi build/theme.mjs bản 20260907.2340 — nền từ helmet của bộ thiết kế */
body{margin:0;background:#FFFFFF;font-family:'Be Vietnam Pro',system-ui,sans-serif;-webkit-font-smoothing:antialiased}
a{color:#0B6E99;text-decoration:none}
a:hover{color:#084F6E}
*{box-sizing:border-box}
h1,h2,h3,p{margin:0}
a{color:inherit}
/* ---- hai khổ: máy tính ≥701px, điện thoại ≤700px ---- */
.dh-mob{display:none}
@media (max-width:700px){
  .dh-desk{display:none}
  .dh-mob{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}
  html{scroll-padding-top:60px}
}
/* ---- liên kết phủ lên thẻ (thẻ sản phẩm, bài, chip) ---- */
.dh-phu{position:absolute;inset:0;z-index:1;border-radius:inherit}
.dh-noi{position:relative;z-index:2}
/* ---- hover theo bàn giao thiết kế ---- */
@media (hover:hover){
  a[style*="background:#F2711C"]:hover{background:#D9620F !important;color:#fff}
  a[style*="background:#0B6E99"]:hover{background:#084F6E !important;color:#fff}
  .dh-desk [style*="box-shadow:0 2px 8px rgba(11,110,153,.08)"]:hover{box-shadow:0 6px 20px rgba(11,110,153,.12) !important}
  a,[style*="box-shadow"]{transition:background .15s ease,box-shadow .15s ease,color .15s ease}
}
/* ---- ảnh thật thay chỗ trống ---- */
.dh-anh{width:100%;height:100%;object-fit:contain;display:block}
/* ---- dải cuộn ngang ở điện thoại (bàn giao: deal/nhóm/bài cuộn ngang) ---- */
@media (max-width:700px){
  .dh-mob .dh-cuon{display:flex !important;flex-wrap:nowrap !important;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .dh-mob .dh-cuon::-webkit-scrollbar{display:none}
  .dh-mob .dh-cuon>*{flex:0 0 auto;scroll-snap-align:start}
}
/* ---- WooCommerce/nội dung thường trong khung trang ---- */
main .woocommerce{font-family:'Be Vietnam Pro',sans-serif}
main img{max-width:100%;height:auto}
