/* Add custom CSS styles below */ 

body#app {
    background-color: #140d1d !important;
}
.inner.bg-white.da-bgm {
    background-color: #000000 !important;
}
a.mburger.mburger--collapse.flex.items-start.me-1,
i.sicon-menu.text-primary.text-2xl,
.language-btn,
.s-cart-summary-total,
.sicon-user:before,
.currency-btn.ms-2 {
    color: #fff !important;
}
section:nth-of-type(1).s-block.s-block--fixed-banner.wide-placeholder {
    padding-top: 0px !important;
}

.s-block__title h2 {
    color: #fff !important;
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent !important;
}
.banner-entry {
    height: 400px;
    padding: 0rem !important;
    background-color: transparent !important;
}

.banner-entry:hover {
    transform: scale(1.1);
    transition: 1s ease;
}
/*proudect*/

.s-slider-block__title-right h2,
.s-block__display-all, .s-slider-block__display-all{
    color: #fff !important;

}

.s-product-card-promotion-title {
    background-color: #67b671 !important;
}
.s-product-card-entry{
border-color: #fff !important;
}

.flex.h-full.transition-shadow.duration-500.hover\:shadow-default.bg-white.da-bgg.rounded-lg.relative {
    background-color: #000000;
    color: #fff !important;
}
div#more-details,
h1.da-tm.leading-normal.text-lg.md\:text-xl.pe-2{
    color: #fff !important;
}

.s-product-card-brand, .s-product-card-category {
    color: #000 !important;
}
.s-product-card-content {
    background-color: #140d1d;
color: #4b46b4;
}

.s-product-card-content-subtitle {
color: #4b46b4;
}
footer.store-footer {
    background-color: #000000 !important;
    color: #fff !important;
}

.store-footer h3{

  color: #fff !important;
}
.large-cards .s-products-slider-card.swiper-slide {
    width: 16.666667% !important;
}

i.sicon-search.text-base.text-black.da-tm {
    color: #fff !important;
}
/*@media*/

@media (max-width: 767px) {
.s-block--banners .two-row .banner-entry {
    height: 107px;
}
.large-cards .s-products-slider-card.swiper-slide {
    width: 50% !important;
}
        /*   ELITES 22/12/2024 */
}
.container.flex.flex-col {
    background: linear-gradient(45deg, #140d1d, #140d1d);
}
.dark .da-bgg {
    background: linear-gradient(45deg, #140d1d, #000000)!important;
    border-width: thin;
}
.mm-spn.mm-spn--navbar ul {
    top: calc(50px + 1px);
    top: calc(var(--mm-spn-item-height) + 1px);
    background: linear-gradient(45deg, #140d1d, #000000);
}
.mm-spn.mm-spn--navbar.mm-spn--main:where([dir="rtl"], [dir="rtl"] *):after {
    padding-right: 0.75rem;
    background: linear-gradient(45deg, #140d1d, #000000);
}