/* .hero-section {
    background: url('assets/img/new-in/0.png') no-repeat center center;
    background-size: cover;
    height: 50vh;
} */

.collection-card img,
.product-card img {
    border-radius: 0 !important;
}

.promo-banner {
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}



.promo-banner h3 {
    font-size: 1.5rem;
    max-width: 70%;
    margin: 0 auto 1rem;

}

/* .promo-title{
    color:#494949 !important;
} */
.promo-banner-content {
    border: 1px solid #ffffff;
}

.promo-banner .btn {
    background-color: #fff;
    color: #000;
    border: none;
}

/* .featured .card{
    height: 480px !important;
} */
.featured .card img {
    height: 320px !important;
    object-fit: cover !important;
}

.card-title {
    font-size: 1rem;
    font-weight: 500;
}

.card-text {
    font-weight: 600;
    color: #333;
}

.collection-card .card-body,
.product-card .card-body {
    padding: 1rem 0;
}

.text-dark {
    text-decoration: none !important;
}

.collection-caption {
    background-color: #FFFFFF;
    color: #555555;
    padding: 0.75rem 1.5rem;
    margin: 1rem;
    font-weight: 500;
    display: inline-block;
    border-radius: 4px !important;
}

.collection-item .card-img {
    height: 380px;
    object-fit: cover;
}

.discovery-card {
    background-color: #F5F5F5 !important;
    border: 1px solid #E0E0E0;
    transition: all 0.3s;
    padding: 0px 18px
}

.discovery-card:hover {
    background-color: #ECECEC !important;
}

.discovery-card .bi {
    font-size: 2.5rem;
    color: #333;
    margin-left: 1rem;
}

.discovery-card p {
    font-size: 1.1rem;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
}

.info-banner {
    background-color: #E7F1F1 !important;
    margin-bottom: 2rem;
}

.translateme::before {
    transform: rotate(320deg);
}