/* center the navigation bar */
.main-navbar .flex.p-3.h-full{
justify-content:center
}

/* discount price color */
.product-card-content-meta-pricing-current-discounted-meta-value{
color:rgb(224 36 36)
}

/* subtitle remove from product card */
.product-card-content-meta-subtitle{
margin-bottom:0;font-size:0;line-height:0
}

/* brands images */
.brands-single-media-logo {
    height: 120px;
    width: 150px;
    overflow: hidden;
    border-radius: 32px;
    -o-object-fit: cover;
    object-fit: scale-down;
}

/* text center for (Footer description, Ratings, Policies, etc.) */
p {
    text-align: center;
}