.product-section {
    margin: 70px 0px 0px 0px;
}

.product-img {
    width: 100%;
    border-radius: 10px;
    background: #f4f7fb;
}
.badge-green {
    background: #28a745;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.product-title {
    font-weight: 400;
    font-size: 19px;
    margin: 12px 0px;
    color: #113F8A;
    line-height: 27px;
}
.product-sub {
    font-size: 15px;
    color: #324e7a;
    margin-bottom: 10px;
}
.rating {
    font-size: 0.9rem;
    color: #444;
}
.benefits li {
    margin-bottom: 5px;
    font-size: 0.9rem;
}
.price-box {
    display: flex;
    justify-content: center;
    padding: 15px 20px;
    border-radius: 100px;
    margin-bottom: 15px;
    background: #fff;
}
.price-box h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #173a75;
}
.price-box .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9rem;
    margin-left: 8px;
}
.discount {
    color: green;
    font-weight: 600;
    font-size: 0.95rem;
}
.offer-box {
    border: 1px dashed #173a75;
    padding: 12px 30px;
    border-radius: 100px;
    margin-bottom: 20px;
    background: #DAE7FF;
}
.offer-box .txt {
    font-size: 14px;
}
.offer-box .best-price {
    font-size: 20px;
    font-weight: bold;
    color: #173a75;
}
.save-upto-icon {
    width: 40px;
}
.offer-box code {
    background: #f0f0f0;
    padding: 4px 8px;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 10px;
}
.size-options button {
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.quantity-box {
    max-width: 120px;
    border-radius: 200px;
    border: 1.5px solid #113F8A;
}
.quantity-box button {
    background-color: #fff;
    border: none;
    border-radius: 200px;
    color: #113F8A !important;
    font-size: 18px;
    font-weight: bold;
}
.quantity-box button:hover {
    background-color: #fff;
    color: #113F8A;
}
.btn-yellow {
    background-color: #ffd700;
    border: none;
    font-weight: 600;
    border-radius: 800px;
    padding: 10px 25px;
}

.review-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
    padding: 20px;
    height: 100%;
}
.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e9f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #0056b3;
    margin-right: 10px;
    font-size: 18px;
}
.review-name {
    font-weight: 600;
    margin: 0;
}
.review-time {
    font-size: 0.8rem;
    color: #777;
}
.review-stars {
    color: #fbc02d;
    font-size: 1rem;
    margin-bottom: 10px;
}
.review-text {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.4;
}

.price-real {
    font-size: 24px;
    font-weight: 600;
    color: #173a75;
    margin: 0;
    line-height: 32px;
    margin: 10px 0px 0px 0px;
}

.small-text-tax {
    font-size: 13px;
    font-weight: 400;
    color: grey;
    margin: 5px 0px;
}
.HBF {
    padding: 7px 20px;
    background-color: #173a75;
    color: #fff;
    border-radius: 20px;
    margin-left: 12px;
    font-size: 13px;
}
.main-container {
    background-color: #E9EAF4;
}
.red-b0x {
    border-radius: 10px;
}
.price-code button {
    padding: 6px 14px;
}
.frebie-box {
    width: auto;
    background: #DAE7FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    height: max-content;
    border: 1px solid #173a75;
}
.bx-mid {
    padding: 10px 10px 15px 10px;
}
.boxes {
    display: flex;
    gap: 20px;
}
.bx-header {
    background-color: #1CA672;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
.bx-mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bx-mid h5 {
    font-size: 18px;
    text-align: center;
    line-height: 31px;
    color: #173a75;
}
.bx-mid h5 span {
    font-weight: bold;
}
.bx-mid h6 {
    font-size: 14px;
    text-decoration: line-through;
}
.most-pop {
    background: #173a75;
    color: #fff;
    padding: 2px 12px;
    font-size: 12px;
    border-radius: 200px;
}
.bx-mid .free {
    font-size: 12px;
    margin: 10px 0px 0px 0px;
}
.fw-bold {
    font-size: 17px;
    margin: 5px 0px 12px 0px;
    font-weight: 500 !important;
    color: #173a75;
}
.btn-shop-b {
    margin-top: 20px;
}
.small-images {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
    overflow: auto;
}
.small-images img {
    width: 120px;
    border-radius: 10px;
}
.product-detail-card {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media screen and (max-width: 768px) {
    .product-detail-card {
        padding-left: 20px !important;
        padding-right: 10px !important;
    }
}