/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2026 | 12:25:17 */
/* TBS – chặn tràn ngang gây lắc mobile */
html, body{
  overflow-x: hidden !important;
}
/* TBS – chống element rộng hơn màn hình trong mô tả + tabs */
.single-product .woocommerce-Tabs-panel,
.single-product .woocommerce-Tabs-panel *{
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Ảnh/video trong mô tả luôn co vừa khung */
.single-product .woocommerce-Tabs-panel img,
.single-product .woocommerce-Tabs-panel iframe,
.single-product .woocommerce-Tabs-panel video{
  max-width: 100% !important;
  height: auto !important;
}

/* Bảng thông số (table) hay làm tràn ngang */
.single-product .woocommerce-Tabs-panel table{
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed !important;
}
.single-product .woocommerce-Tabs-panel td,
.single-product .woocommerce-Tabs-panel th{
  word-break: break-word !important;
}
/* TBS – sticky bar không tràn ngang trên mobile */
@media (max-width: 991px){
  .astra-sticky-add-to-cart,
  .ast-sticky-add-to-cart,
  .ast-sticky-add-to-cart-wrapper,
  .ast-sticky-add-to-cart-wrap,
  .ast-sticky-add-to-cart-bar{
    max-width: 100% !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
  }
}
