/* Add custom CSS styles below */ 
/* --------------------------
   General Enhancements
-------------------------- */
body.dark-mode {
    background-color: #ffffff;
    color: #000000;
}

.theme-toggle, 
.theme-toggle *, 
button.language-model,
i#theme-icon {
    display: none !important;
}

/* --------------------------
   Navbar & Header Styling
-------------------------- */
@media (min-width: 1200px) {
    .option_product .article--main {
        overflow-y: auto;
        scroll-behavior: smooth;
        border-radius: 5px;
        padding: 5px;
    }

    .option_product .article--main::-webkit-scrollbar {
        width: 8px;
    }

    .option_product .article--main::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }
}

.s-quick-order-container {
    background-color: transparent !important;
}

[data-theme="dark"] article.article--main.pb-1 * {
    color: #f9d6ae !important;
}

header.store-header {
    margin-top: 46px;
}

/* Logo sizes */
.navbar-brand img {
    max-height: 5rem;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
}

/* --------------------------
   Homepage - Index Specific
-------------------------- */
.index {
    #mainnav,
    #mainnav #mobile-menu,
    .main-menu {
        background-color: rgba(29, 16, 7, 0);
        color: #211c21;
    }

    header.store-header {
        width: 100%;
        z-index: 9;
    }

    #mainnav .header-btn__icon {
        border-width: 0;
        color: #1e120b;
    }

    .top-navbar a,
    a.s-menu-topnav-item.topnav-link-item.right-side {
        color: #000;
    }

    .main-nav-container.fixed-pinned .inner {
        background: #fff;
        z-index: 200;
    }
}

/* --------------------------
   Sliders & Carousels
-------------------------- */
[dir="rtl"] salla-slider.photos-slider .swiper {
    padding: 0 !important;
}

.s-block salla-slider.photos-slider .swiper-slide {
    margin: 0;
    width: 100%;
}

.carousel-slider .swiper-wrapper > div:first-of-type {
    padding: 0;
}

button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock,
button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    display: none;
}

section.s-block.s-block--photos-slider {
    margin-top: 0;
    margin-bottom: 2rem;
}

/* --------------------------
   Logos Section
-------------------------- */
section.s-block.s-block--logos-slider.bg-gray-100 {
    padding: 0;
    margin-top: 0;
    background-color: rgba(29, 16, 7, 0%);
}

.s-block--logos-slider .md\:grid-cols-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.s-block--logos-slider .container {
    max-width: 45%;
    margin: auto;
}

/* --------------------------
   Footer Styling
-------------------------- */
@media (min-width: 1280px) {
    .copyright-container {
        max-width: 100%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .store-footer__inner {
        max-width: 100%;
    }
}

footer.store-footer.footer-newsllater-mearge .lg\:col-span-2 img {
    height: 80px;
}

.footer-newsllater-mearge {
    padding-bottom: 0;
}

.footer-newsllater-mearge::after {
    background-color: #1d1f1f;
    opacity: 1;
}

.store-footer h3,
.color-mode-light .store-footer h3 {
    color: #fff;
}

/* --------------------------
   Light Mode Theme
-------------------------- */
[data-theme="light"] {
    --background-color: #fff;
}

[data-theme="light"] .slider-home {
    background: linear-gradient(180deg, var(--background-color) 0%, #f2ebe400 100%);
    border-bottom: 2.38px solid;
    border-image-source: linear-gradient(180deg, #f2ebe4 23.87%, #eaca7100 84.09%);
    border-image-slice: 1;
}

/* --------------------------
   Video Banner
-------------------------- */
.vedio_banner.container {
    max-width: 100%;
    width: 100% !important;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

/* --------------------------
   Mobile Specific
-------------------------- */
@media (max-width: 768px) {
 .top-navbar {
        display: none;
    }
}