/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2026 | 12:25:26 */
/* =========================================
   T_compile – GIỮ NGUYÊN HOA/THƯỜNG ĐÚNG NỘI DUNG EM GÕ
   (Tắt mọi text-transform trong mô tả sản phẩm)
========================================= */

/* Khu vực mô tả / tab nội dung sản phẩm */
.single-product .woocommerce-Tabs-panel,
.single-product .woocommerce-Tabs-panel * ,
.single-product .product .entry-content,
.single-product .product .entry-content * {
  text-transform: none !important;
}
/* TBS – Ẩn sticky add-to-cart trên DESKTOP */
@media (min-width: 992px){
  .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{
    display: none !important;
  }
}
