.sapo-product-reviews-module .bpr-products-module-heading .bpr-products-module-title {
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 24px;
  padding-bottom: 15px;
  line-height: 1.2; }

.sapo-product-reviews-module .bpr-product-img img {
  width: 100%; }

.sapo-product-reviews-module .bpr-product-content {
  margin: 20px 0px 15px; }
  .sapo-product-reviews-module .bpr-product-content .bpr-product-name {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 24px; }
  .sapo-product-reviews-module .bpr-product-content .bpr-product-star {
    display: flex;
    align-items: center;
    line-height: 1; }
    .sapo-product-reviews-module .bpr-product-content .bpr-product-star i {
      font-size: 18px;
      font-style: normal; }
    .sapo-product-reviews-module .bpr-product-content .bpr-product-star.bpr-product-reviews-heart i.star-on-png:before {
      content: "\f004";
      font-family: 'FontAwesome'; }
    .sapo-product-reviews-module .bpr-product-content .bpr-product-star.bpr-product-reviews-heart i.star-off-png:before {
      content: "\f08a";
      font-family: 'FontAwesome'; }
    .sapo-product-reviews-module .bpr-product-content .bpr-product-star.bpr-product-reviews-heart i.star-half-png {
      position: relative; }
      .sapo-product-reviews-module .bpr-product-content .bpr-product-star.bpr-product-reviews-heart i.star-half-png:before {
        content: "\f08a";
        font-family: 'FontAwesome'; }
      .sapo-product-reviews-module .bpr-product-content .bpr-product-star.bpr-product-reviews-heart i.star-half-png:after {
        font-family: 'FontAwesome';
        content: "\f004";
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        overflow: hidden;
        line-height: 1; }
  .sapo-product-reviews-module .bpr-product-content .bpr-product-price .price {
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    color: #363636;
    font-weight: 700;
    margin-right: 10px; }
    .sapo-product-reviews-module .bpr-product-content .bpr-product-price .price.bpr-product-oldprice {
      font-size: 13px;
      color: #acacac;
      font-family: 'Arial', sans-serif;
      line-height: 24px;
      font-weight: 300;
      text-decoration: line-through; }

.sapo-product-reviews-module .bpr-button-prev, .sapo-product-reviews-module .bpr-button-next {
  font-size: 42px;
  background: transparent;
  color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-140%);
  z-index: 999; }
  .sapo-product-reviews-module .bpr-button-prev:not(.swiper-button-disabled), .sapo-product-reviews-module .bpr-button-next:not(.swiper-button-disabled) {
    cursor: pointer; }

.sapo-product-reviews-module .bpr-button-next {
  right: 0;
  left: auto; }

/* Khung bao ngoài */
.price-box {
    background: linear-gradient(90deg, #e52d27, #b31217) !important;
    padding: 10px 15px !important;
    border-radius: 6px !important;
    display: block !important;
    margin: 15px 0 !important;
}

/* Thêm chữ Giá sốc Online phía trên */
.price-box::before {
    content: "⚡ GIÁ SỐC ONLINE";
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* Ép các thành phần giá và % lên cùng 1 hàng */
.price-box .special-price, 
.price-box .old-price, 
.price-box .label-sale {
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Giá thực tế màu vàng to */
.price-box .special-price .product-price {
    color: #ffeb3b !important;
    font-size: 24px !important;
    font-weight: bold !important;
    margin-right: 10px !important;
}

/* Giá gốc màu trắng gạch ngang */
.price-box .old-price .product-price-old {
    color: #fff !important;
    text-decoration: line-through !important;
    font-size: 14px !important;
    opacity: 0.8;
    margin-right: 10px !important;
}

/* Nhãn % giảm giá: nền trắng chữ đỏ */
.price-box .label-sale {
    background: #fff !important;
    color: #d70018 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    font-size: 13px !important;
}
<style>
/* Ẩn thanh này trên máy tính */
@media (min-width: 992px) {
    .fixed-bottom-bar { display: none !important; }
}

/* Định dạng thanh cố định trên Mobile */
@media (max-width: 991px) {
    .fixed-bottom-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        z-index: 9999;
        padding: 5px;
    }
    .bar-container {
        display: flex;
        gap: 5px;
        height: 50px;
    }
    .btn-fixed {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none !important;
        border-radius: 4px;
        color: #fff !important;
        font-weight: bold;
    }
    /* Nút Mua ngay màu đỏ */
    .btn-buy-now {
        background: #ff0000;
        font-size: 16px;
        text-transform: uppercase;
        gap: 8px;
    }
    /* Nút Hãy gọi màu vàng */
    .btn-call-now {
        background: #fff200;
        color: #000 !important;
        flex-direction: row;
        gap: 8px;
    }
    .call-text {
        display: flex;
        flex-direction: column;
        line-height: 1.2;
    }
    .main-t { font-size: 14px; }
    .sub-t { font-size: 12px; }
    
    /* Đẩy chân trang lên để không bị thanh này che mất nội dung cuối */
    body { padding-bottom: 60px !important; }
}
</style>