/**
 * TSV - Sticky Add To Cart Flatsome
 *
 * Giao diện riêng của thanh mua hàng dính do Flatsome tạo.
 * File: features/woocommerce/sticky-add-to-cart/connectors/flatsome/assets/css/tsv-sticky-add-to-cart.css
 */

/* =====================================================
   10.1. STICKY ADD TO CART - GIÁ SẢN PHẨM
   Đổi màu giá trong thanh mua hàng dính dưới cùng
===================================================== */

.single-product .sticky-add-to-cart .price,
.single-product .sticky-add-to-cart .amount,
.single-product .sticky-add-to-cart .woocommerce-Price-amount,
.single-product .sticky-add-to-cart .woocommerce-Price-amount bdi,
.single-product .sticky-add-to-cart--active .price,
.single-product .sticky-add-to-cart--active .amount,
.single-product .sticky-add-to-cart--active .woocommerce-Price-amount,
.single-product .sticky-add-to-cart--active .woocommerce-Price-amount bdi {
    color: #e60000 !important;
    font-weight: 700 !important;
}


/* =====================================================
   10.2. STICKY ADD TO CART - TIÊU ĐỀ + NÚT CHỌN TÙY CHỌN
   - Tiêu đề sản phẩm màu xanh đồng bộ với H1
   - Nút "Chọn tùy chọn" bo nhẹ giống nút "Mua ngay"
===================================================== */

/* Tiêu đề sản phẩm trong thanh sticky */
.single-product .sticky-add-to-cart--active .product-title-small,
.single-product .sticky-add-to-cart--active .product-title-small a,
.single-product .sticky-add-to-cart .product-title-small,
.single-product .sticky-add-to-cart .product-title-small a {
    color: #082b63 !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
}

/* Nút "Chọn tùy chọn" trong thanh sticky */
.single-product .sticky-add-to-cart--active .sticky-add-to-cart-select-options-button,
.single-product .sticky-add-to-cart .sticky-add-to-cart-select-options-button,
.single-product button.sticky-add-to-cart-select-options-button,
.single-product .button.sticky-add-to-cart-select-options-button {
    border-radius: 9px !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    text-transform: none !important;
}

/* Chữ bên trong nút "Chọn tùy chọn" */
.single-product .sticky-add-to-cart--active .sticky-add-to-cart-select-options-button span,
.single-product .sticky-add-to-cart .sticky-add-to-cart-select-options-button span {
    font-weight: 700 !important;
    line-height: 1.2 !important;
}
