/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2026 | 12:25:34 */
/* ==================================================
   TBS – KÉO SÁT HEADER PRODUCT (Astra) – CHẮC ĂN
================================================== */
@media (min-width: 992px){

  /* 1) Kéo sát breadcrumb */
  body.single-product .woocommerce-breadcrumb{
    margin: 0 0 4px !important;
    padding: 0 !important;
  }

  /* 2) Thủ phạm thường nằm ở main/content wrapper */
  body.single-product #primary,
  body.single-product #content,
  body.single-product .content-area,
  body.single-product .site-main,
  body.single-product main#main{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* 3) Astra container đôi khi có padding-top lớn */
  body.single-product .site-content,
  body.single-product .site-content > .ast-container,
  body.single-product .ast-container{
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* 4) Kéo cả khối product lên (cách “đâm chắc”) */
  body.single-product .woocommerce div.product{
    margin-top: -18px !important;  /* <- chỉnh số này */
    padding-top: 0 !important;
  }

  /* 5) Title ăn sát */
  body.single-product h1.product_title{
    margin: 0 0 10px !important;
    line-height: 1.22 !important;
  }

  /* 6) Gallery & summary không được tự đẩy xuống */
  body.single-product .woocommerce-product-gallery,
  body.single-product .summary{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

