/* 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;
}

/* hide show all testimonials button */
.enhanced-products-slider-heading-action {
    visibility: hidden;
    }
    
/* fix big gaps in mobile */
.container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* fix gap in banners */
.static-banners-wrapper {
    display: grid
;
    grid-gap: 0.5rem;
    gap: 0.5rem;
}

/* Divider margin top remover */
.my-8 {
    margin-top: 0rem;
}