/* Add custom CSS styles below */
body{
  background: #e0c6e6 !important ;

}
/* Categories */
.s-block {
    margin-bottom: 4rem;
}
.s-block__title {
  justify-content: center;
}
.s-block__title h2 {
  color: #2C1C24;
  font-size: 50px;
}
.s-block__title .right-side:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}
.s-block--banners .grid {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}
.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
    height: 300px;
}
@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 100px;
    }
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}
/* Add custom CSS styles below */ 
.navbar-brand img {

    object-fit: contain;
}



.banner--fixed img {
    background-color: transparent !important;
}
.s-block {
    margin-bottom: 4rem;
}

 .FA-home-banner .lg\:pt-32 ,.faqs-section,.product_features ,
.FA-products-slider ,.testimonials{ 
 background:#e0c6e6;
 }

.quick-eye-model .quick-container {
 
    background: #e0c6e6);
}

.store-footer .instagram-imgs-wrapper {
  
    display: none;
}

.store-footer .copyright-text p {
    color: #ffffff !important;
}
@media (max-width: 768px) {

  .flex.items-stretch.justify-between {
    padding-left: .5rem;
    padding-right: .5rem;
    position: absolute;
    width: 100%;
  margin: auto;
    top: 0;
}

  .FA-home-banner .lg\:pt-32.pt-20 {
    padding-top: 2rem;
}
  section.FA-home-banner.FA-home-banner--0 {
    margin-top: 3rem;
}
}

.quick-eye-model .product-description .product-description-content, .quick-eye-model .product-description p, .quick-eye-model .product-description p span {
    color: #fff !important;
}
.s-product-card-entry .s-product-card-content-title a {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}