﻿.bg-image {
    background-image: url('/images/bg-7.png');
    min-height: 758px;
}

.bg-image-2 {
    background-image: url('/images/bg-10.png');
    min-height: 816px;
}

.chiet-suat {
    font-weight: 800;
    font-size: 43px;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.thien-nhien {
    font-weight: 800;
    font-size: 55px;
    color: #A2FF01;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.nuoc-uong-title {
    font-weight: 700;
    font-size: 48px;
    color: #19760C;
}

.vinoni {
    color: #FFA800
}

.product-desc {
    font-weight: 400;
    font-size: 24px;
    color: #6D6C6C;
    line-height: 35px;
    text-align: justify; /* căn đều 2 bên */
    text-justify: inter-word; /* căn đều theo từ */
}

.price {
    background-color: #F5F5F5;
    color: #F26A24;
    font-size: 50px;
    font-weight: 700;
    padding: 30px 50px;
}

.vinoni-care {
    color: #FFA800;
    font-weight: 600
}

.vinoni-care-tt {
    color: #FFA800;
    font-weight: 700
}

.care-tt {
    color: #54B848;
    font-weight: 700
}

.care {
    color: #54B848;
    font-weight: 600
}

.variant-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; /* hoặc dùng gap-2 nếu bạn dùng Bootstrap 5+ */
    padding-top: 10px;
    font-size: 22px
}


.variant {
    display: inline-block;
    border: 1px solid #9A9A9A;
    border-radius: 6px;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.2s;
}

.variant.active {
    border-color: #19760C;
    color: #19760C;
}

.btn-add-to-cart {
    background-color: #FFA800;
    color: white;
    border-radius: 15px;
    font-weight: 700;
    font-size: 26px;
    padding: 10px 20px;
}

.col-left {
    background-color: #D9D9D9;
    justify-content: center;
    align-items: center;
    display: flex
}

.product-img {
    display: flex;
    align-items: center
}

.cong-dung {
    font-weight: 400;
    font-size: 24px;
    color: #6D6C6C;
    padding-left: 100px;
    line-height: 50px;
}

.thanh-loc {
    color: #2DAF1B;
    font-family: Playball, sans-serif;
    font-size: 48px;
    font-weight: 400;
}


.leftslide {
    padding-right: 30px;
}

.thong-tin {
    color: #19760C;
    font-size: 40px;
    font-weight: 800;
}

.tac-dung {
    /*background: linear-gradient(270deg, #52C276 0%, #2AAC92 100%);*/
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    line-height: 35px;
}
.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

ul {
    padding-left: 1rem;
}

.col-title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.icon-pair img {
    display: inline-block;
}

.product-border-bot {
    border-bottom: 1px solid #6D6C6C;
}

.zoomable {
    transition: transform 0.3s ease;
    cursor: zoom-in;
}

    .zoomable:hover {
        transform: scale(1.5); /* Điều chỉnh mức độ zoom */
        z-index: 10;
    }

.input-group .btn-outline-secondary {
    border-color: #D9D9D9;
}


.post-card {
    width: 400px;
    height: 420px;
}

.produc-title {
    font-size: 48px;
    font-weight: 600;
    color: #19760C;
}

.pagination .page-link {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    text-align: center;
    padding: 6px;
    margin: 0 2px;
    color: #6D6C6C;
    font-size: 25px;
}

.pagination .page-item.active .page-link {
    background-color: #2D9D48;
    border-color: #2D9D48;
    color: white;
}

a {
    text-decoration: none
}

.post-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: #19760C;
    padding-top: 20px
}

@media (max-width: 768px) {
    .nuoc-uong-title {
        font-size: 28px;
    }

    .product-desc {
        font-size: 18px;
        line-height: 28px;
        padding-top: 15px
    }

    .variant-container {
        font-size: 18px
    }

    .btn-add-to-cart {
        font-size: 18px;
        padding: 3px 10px;
    }

    .input-group {
        width: 180px !important;
    }

    .thong-tin {
        font-size: 28px;
        font-weight: 700;
    }
}
