/* Add custom CSS styles below */ 
/*Logo*/
.navbar-brand img {
    max-height: 5rem;
}
.thick-header .main-nav-container {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
}
/*Logo*/
/*categories*/
@media (min-width: 768px) {
    .f_enhanced-square-photos .f_image-one-sixth {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }
}
.f_enhanced-square-photos:not(.f_rounded-photos) .f_image-entry img {
   background-color: #b9bfeb;
       padding: 15px;
 }
/*categories*/
/*product page*/
.f_product-section .product__description {
    background-color: #b9bfeb;
}
.is-sticky-product-bar .sticky-product-bar {
        border-radius: 2rem;
        background-color: #b9bfeb;
  }
  .tamara-summary-widget__container {
    background-color: #b9bfeb;
}
/*product page*/
/*Cart*/
.shadow-default.bg-\[var\(--main-background\)\].p-5.xs\:p-7.rounded-\[2rem\].lg\:rounded-\[2\.5rem\].mb-5.relative.transition-height.duration-1000 {
    background-color: #b9bfeb;
}
.f_cart-section .f_cart-item-form .cart-item {
    background-color: #b9bfeb;
}
/*cart*/
/*FQA*/
.faqs__item h3{
    overflow: inherit;
    display: block;
}
/*FQA*/
/*footer*/
    .store-footer__inner {
        padding-top: 4rem;
        padding-bottom: 4rem;
        background-color: #b9bfeb;
    }
    .store-footer__inner .about-us-block {
        padding-left: 2rem;
        padding-right: 2rem;
        background-color:  #969fdc;
    }
    /*footer*/
  
  .faqs__item {
    background-color: #b9bfeb;
   }
       .f_enhanced-store-features .f_features-item {
        background-color: #b9bfeb;
    }
/*test*/
    .f_enhanced-store-features .f_features-item {
    background-color: #c5e2c8;
}
.faqs__item {
    background-color: #c5e2c8;
}
.f_enhanced-square-photos:not(.f_rounded-photos) .f_image-entry img {
    background-color: #c5e2c8;
}