/* Add custom CSS styles below */ 
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
}
h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #4256f7;
}
.customer-reviews-block .reviewsSwiper .testimonial, .customer-reviews-block .testimonialSwiper .testimonial {
    width: inherit;
    padding: 1rem;
    border-radius: 19px;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
    color: blue;
}
.sicon-user:before {
    content: "\f078";
      display: none;
}
.sicon-heart:before {
    content: "\eca1";
   display: none;
}
.dark *.mobile-bottom-nav {
    background-color: var(--header-bg-dark);
    display: none;
}
.dark *.A-card {
    border-style: none;
    background-color: #000000;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #ffffff;
}