.whatsapp-floating {
    background: linear-gradient(to right top, #5ad065, #25b43c);
    color: #fff;
    position: fixed;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    border-radius: 32px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.whatsapp-floating:hover {
    transform: scale(1.1);
}
.whatsapp-floating:hover i {
    color: #fff !important;
}

.tiktok-icon-svg {
    fill: var(--general-300);
}
.tiktok-icon-svg:hover {
    fill: var(--bs-link-color);
}

.ri-16 {
    font-size: 16px;
}

.ri-20 {
    font-size: 20px;
}

.ri-24 {
    font-size: 24px;
}

.ri-32 {
    font-size: 32px;
}

/* Hero */
.hero-image {
    width: 100%;
}

/* Treatment */
.card-treatment {
    border-radius: 16px;
    padding: 150px 16px 16px 16px;
}

.card-treatment .card-body {
    border-radius: 16px !important;
}

.img-treatment-detail {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

/* Product */
.card-product .product-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}

.card-product img {
    border-radius: 16px;
}

.lslide img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.lSSlideOuter .lSPager.lSGallery img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.btn-marketplace {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.btn-marketplace img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.btn-shopee,
.btn-shopee:hover {
    background: #ee4d2d;
    color: #fff;
}

.btn-tiktok,
.btn-tiktok:hover {
    background: #1c1c1e;
    color: #fff;
}

.btn-tokopedia,
.btn-tokopedia:hover {
    background: #4ccb5b;
    color: #fff;
}

.btn-whatsapp,
.btn-whatsapp:hover {
    background: #fff;
    border-color: #4ccb5b !important;
    color: #4ccb5b;
}

/* Testimonial */
.card-testimonial {
    border-radius: 16px !important;
    padding: 16px;
}

/* Contact */
.img-contact {
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: center;
}

.form-control {
    min-height: 54px;
}

.input-group-text {
    background-color: #fff !important;
}

/* Review */
.form-rating-group {
    display: flex;
    justify-content: center;
}
.form-check-review {
    text-align: center;
    padding: 4px !important;
}
.form-check-review label {
    border: 1px solid var(--general-200);
    width: 100px;
    height: auto;
    padding: 4px;
    border-radius: 8px;
    cursor: pointer;
}
.form-check-review input {
    display: none;
}
.form-check-review input[type="radio"]:checked + label {
    background-color: var(--primary-400-main);
    color: #fff;
    border-color: var(--primary-400-main);
}
.form-check-review img {
    width: 32px;
    height: 32px;
}

@media (min-width: 576px) {
    .form-check-review {
        padding: 4px !important;
    }

    .form-check-review label {
        width: 100px;
        height: 100px;
    }

    .form-check-review img {
        width: 64px;
        height: 64px;
    }
}

@media only screen and (max-width: 600px) {
    .btn-mobile-sm {
        padding: 8px 8px;
        font-size: 0.875rem;
        border-radius: 7px;
    }
}
