body{
    font-family:'Poppins',sans-serif;
    background:#f8f9fa;
    color:#212529;
}

.navbar{
    padding:15px 0;
}

.navbar-brand{
    font-size:28px;
    font-weight:700;
    letter-spacing:1px;
}

.footer{
    margin-top:60px;
    padding:25px 0;
    background:#ffffff;
    border-top:1px solid #e9ecef;
}

.footer p{
    margin:0;
    color:#6c757d;
}
/* Banner */

img{

    max-width:100%;

}

.product-card{

    background:#fff;

    border-radius:16px;

    overflow:hidden;

    transition:.3s;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.product-card:hover{

    transform:translateY(-5px);

}

.product-card img{

    width:100%;

    aspect-ratio:1/1;

    object-fit:cover;

}

.product-body{

    padding:15px;

}

.product-body h6{

    height:48px;

    overflow:hidden;

    font-size:15px;

}

.price{

    color:#d62828;

    font-size:22px;

    font-weight:bold;

}
.btn{

    border-radius:10px;

}

.btn-lg{

    padding:14px;

}

input{

    border-radius:10px;

}

img{

    border-radius:15px;

}

h2{

    font-weight:700;

}

.text-danger{

    color:#dc3545!important;

}

.card{

    border:none;

    border-radius:15px;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

}

.btn-group .btn{

    min-width:45px;

}

.card img{

    aspect-ratio:1/1;

    object-fit:cover;

}


