/* Add custom CSS styles below */ 
.dark *.dark\:bg-\[\#1f1f2ceb\] {
    background-color: rgb(255 255 255 / 92%);
}



.product-card {
    height: 100%;
    overflow: hidden;
    border-radius: 1rem;
    background-color: #fff;
    background-color: #2b2b3a;
    padding: 12px;
    --tw-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12157);
    --tw-shadow-colored: 0px 3px 16px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 3px 16px rgba(47, 83, 109, 0.12157);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.banners-slider {
margin-top: 100px;
}

.banners-slider-swiper-actions-pagination.pagination-center-style{
  bottom: .5rem !important;
}
.banners-slider .container{
  max-width: 1500px;
}
.dark *.dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgb(27 96 53);
}

p, a, h3, h5, h6 {
    color: #ffffff;
}

.s-add-product-button-mini-checkout-content:where([dir="rtl"], [dir="rtl"] *) {
    flex-direction: row-reverse;
    COLOR: WHITE;
}

.dark *.blog-single-content-description {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: white;
}

footer .flex p,footer .flex a{
  font-size: 20px;
}
footer .flex p:nth-child(1){
  display: none; 
}
.blog-single-content-description *,.blog-single-content-description p, .blog-single-content-description span{
  color: white !important;
} 
footer ul.flex li{
  width: 80px;
    height: 60px;
}

.product__description leading-7 p{
  color:white;
}

@media (min-width: 768px) {
    .product-card-actions-add-to-cart {
        width: 75%;
        border-radius: 0.75rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        BACKGROUND-COLOR: #1b6035;
        COLOR: WHITE;
    }
}

footer a[aria-label="Store Homepage"] img{
  filter: brightness(0) invert(3);
}