.__inline-24 {
    color: #232934;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.__inline-22 .card-body {
    padding: 16px;
}
.__inline-22 .details .nav-pills .nav-link {
    font-weight: 400;
    font-size: 14px;
    color: var(--web-gray);
    text-transform: capitalize;
    padding: 14px 20px;
    border: none;
    border-bottom: 1px solid var(--web-border-color);
    border-radius: 0;
    position: relative;
    transition: all ease 0.3s;
}
.__inline-22 .details .nav-pills .nav-link.active {
    font-weight: 700;
    color: var(--web-primary);
}
.__inline-22 .details .nav-pills .nav-link::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    content: '';
    background: var(--web-primary);
    transition: all ease 0.3s;
    transform: scale(0, 0);
    transform-origin: top center;
}
.__inline-22 .details .nav-pills .nav-link.active::before {
    transform: scale(1, 1);
}
.__inline-25 h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.__inline-25 ul {
    margin: 0;
    padding: 16px 0;
    list-style: none;
}
.__inline-25 ul li {
    border-bottom: 1px solid var(--web-border-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--web-gray);
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.__inline-25 ul li:last-child {
    border: none;
}
.__inline-26 {
    position: relative;
    overflow: hidden;
}
.__inline-26 .review-top {
    background: #F7F8FC;
    padding: 16px 16px 16px 20px;
    border-radius: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}
.__inline-26 .review-top .count {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 8px;
    background: var(--web-primary);
}
.__inline-26 .review-top .count h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
}
.__inline-26 .review-top .count h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}
.__inline-26 .review-top .rating-chart {
    width: calc(100% - 150px);
    padding: 16px;
}
.__inline-26 .review-top .rating-chart ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.__inline-26 .review-top .rating-chart ul li {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 8px;
}
.__inline-26 .review-top .rating-chart ul li .text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--web-gray);
    width: 80px;
}
.__inline-26 .review-top .rating-chart ul li .text strong {
    color: var(--web-primary);
}
.__inline-26 .review-top .rating-chart ul li .progress {
    width: calc(100% - 100px);
    background: var(--web-border-color);
    border-radius: 10px;
    height: 8px;
}
.__inline-26 .review-top .rating-chart ul li .progress .progress-bar {
    background: var(--web-primary);
    border-radius: 10px;
}
.__inline-26 .review-top .rating-chart ul li:last-child {
    margin-bottom: 0;
}
.__inline-27 {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--web-border-color);
}
.__inline-27:last-child {
    margin-bottom: 0;
    border: none;
}
.__inline-27 .profile-img {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    border: 1px solid var(--web-border-color);
    overflow: hidden;
}
.__inline-27 .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.__inline-27 .profile .name {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 0;
}
.__inline-27 .profile .date {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
}
.__inline-27 .review-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 8px;
}
.__inline-27 .review-details {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--web-gray);
}
.__inline-27 .review-images {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}
.__inline-27 .review-images .review-img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--web-border-color);
}
.__inline-27 .review-images .review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 767.98px) {
    .__inline-26 .review-top {
        flex-direction: column;
    }
    .__inline-26 .review-top .count {
        width: 100%;
    }
    .__inline-26 .review-top .rating-chart {
        width: 100%;
        padding: 0;
    }
}
.__inline-28 {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid var(--web-border-color);
    padding: 20px;
}
.__inline-28 .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.__inline-28 .text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.__inline-29 {
    position: relative;
    overflow: hidden;
    padding: 12px 12px 12px 12px;
    border-radius: 16px;
    background: #F7F8FC;
    gap: 12px;
}
.__inline-29 .store-img {
    border-radius: 12px;
    overflow: hidden;
    width: 100px;
    height: 100px;
}
.__inline-29 .store-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.__inline-29 .store-info .name {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.__inline-29 .store-info .review-badge {
    display: inline-flex;
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: var(--web-primary);
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.__inline-29 .store-info .text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--web-gray);
}
.__inline-30 {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--web-border-color);
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}
.__inline-30 .store-img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid var(--web-border-color);
}
.__inline-30 .store-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.__inline-30 .store-name {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.__inline-30 .time {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--web-gray);
}
.__inline-30 .chat {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--web-primary);
}
.__inline-30 .chat i {
    font-size: 16px;
}
.__inline-31 {
    position: relative;
    overflow: hidden;
    margin-top: 16px;
}
.__inline-31 .title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 12px;
}
.__inline-31 .__inline-32 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--web-gray);
}
.__inline-33 {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid var(--web-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--web-secondary);
    cursor: pointer;
}
.__inline-33.active {
    border: 1px solid var(--web-primary);
}
.__inline-33 i {
    color: #232934;
    font-size: 18px;
}
.__inline-33.active i {
    color: var(--web-primary);
}
.__inline-34 {
    position: relative;
    overflow: hidden;
}
.__inline-34 .title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 12px;
}
.__inline-34 .icon-list {
    display: flex;
    gap: 12px;
}
@media (max-width: 767.98px) {
    .__inline-23 {
        padding-top: 0;
    }
    .__inline-23 .container {
        padding: 0;
    }
    .__inline-23 .card-body {
        padding: 14px;
    }
    .__inline-24 {
        font-size: 18px;
    }
    .__inline-29 .store-img {
        width: 70px;
        height: 70px;
    }
    .__inline-29 .store-info .name {
        font-size: 14px;
    }
    .__inline-26 {
        margin-bottom: 16px;
    }
}
.__inline-35 {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--web-border-color);
    background: #fff;
    position: relative;
    overflow: hidden;
}
.__inline-35 .__inline-36 {
    font-size: 18px;
    color: #232934;
    font-weight: 700;
}
.__inline-35 .__inline-37 {
    font-size: 14px;
    font-weight: 400;
    color: var(--web-gray);
}
.__inline-35 .__inline-38 {
    width: 24px;
    height: 24px;
    border: 1px solid var(--web-border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.__inline-35 .__inline-38 i {
    font-size: 16px;
    color: var(--web-primary);
}
@media (max-width: 575.98px) {
    .__inline-35 {
        padding: 12px;
    }
    .__inline-35 .__inline-36 {
        font-size: 14px;
    }
    .__inline-35 .__inline-37 {
        font-size: 12px;
    }
}
.__inline-39 {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}
.__inline-39 .slider-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.__inline-39 .slider-title .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: #232934;
}
.__inline-39 .slider-title .view-all {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--web-primary);
}
.__inline-39 .slider-title .view-all i {
    font-size: 16px;
}
@media (max-width: 575.98px) {
    .__inline-39 {
        margin-bottom: 24px;
    }
    .__inline-39 .slider-title .title {
        font-size: 16px;
    }
    .__inline-39 .slider-title .view-all {
        font-size: 12px;
    }
    .__inline-39 .slider-title .view-all i {
        font-size: 14px;
    }
}
/* Product Details Page - Only Button Layout Fix */
.product-add-and-buy-section {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.product-add-and-buy-section button {
    flex: 1 1 0 !important;
    min-width: 0 !important;
}

@media (max-width: 767px) {
    .product-add-and-buy-section {
        flex-direction: row !important;
        gap: 10px;
    }
    
    .product-add-and-buy-section button {
        flex: 1 1 0 !important;
        width: auto !important;
    }
}

.product-add-and-buy-section-parent {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

@media (min-width: 768px) {
    .product-add-and-buy-section-parent {
        flex-wrap: nowrap;
    }
}

.__btn-grp {
    width: 100%;
}

