/* Add custom CSS styles below */ 
:root {
    --bg: #FFFFFF;
    --header-bg: #FFFFFF;
    --header-color: #935D37;
    --feat-bg: #935D37;
    --feat-color: #FFFFFF;
    --footer-bg: #F7F7F7;
    --color-primary: #935D37;
    --color-secondary: #935D37;
    --product-color: #935D37;
}

/* ============================= General ============================== */

body {
    background-color: var(--bg) !important;
}

/* ============================= Header ============================== */

@media (min-width: 992px) {
    .navbar-brand img {
        max-height: 4rem;
    }

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


#mainnav i {
    border: unset !important;
}

.main-nav-container.fixed-pinned .main-menu > li > a {
    padding-top: 40px;
    padding-bottom: 0;
}


/* ============================= Main Slider ============================== */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav,
.carousel-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    width: 100%;
}

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

#main-content > section:nth-child(2) > div {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100%;
}

/* ============================= Categories ============================== */

.slide--cat-entry {
    position: relative;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    height: 19rem;
    padding: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transition: 0.3s;
}

.slide--cat-entry:hover {
    transform: scale(1.05);
    box-shadow: none;
}

.slide--cat-entry::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    transform: translateX(-100%);
    transition: 0.6s;
}

.slide--cat-entry:hover::before {
    transform: translateX(100%);
}

.slide--cat-entry h2 {
    display: none;
}

.slide--cat-entry img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s;
}

.rounded-full {
    border-radius: 0;
}

.w-16 {
    width: 14rem;
}

.h-16 {
    height: auto;
}

.sm\:py-16 {
    background: #fff;
}

@media (min-width: 1024px) {
    salla-slider .slide--one-sixth {
        width: 33%;
    }

    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .s-block--categories .swiper-wrapper {
        display: flex;
        justify-content: space-evenly;
    }
}

@media (max-width: 768px) {
    salla-slider .slide--one-sixth {
        width: 55% !important;
    }

  .slide--cat-entry {  
    height: 25vh !important;
    
}
}

/* ============================= Products ============================== */

section#featured-products-style2-7,
section#featured-products-style2-5 {
    margin: 0;
    background: unset;
}

.s-product-card-entry {
    height: 470px;
    border: solid 1.5px var(--product-color) !important;
    border-radius: 0.5rem !important;
}

.s-product-card-image {
    background-color: transparent !important;
}

.s-product-card-entry img {
    height: 319px;
    transition: 0.3s;
}

.s-product-card-entry:hover img {
    scale: 1.1;
}

.s-product-card-fit-height .s-product-card-image {
    height: 20rem;
    max-height: 20rem;
}

/* Product Title */

.s-product-card-content-title {
    text-align: center !important;
}

.s-product-card-content-title a {
    display: block;
    overflow: hidden;
    color: #000 !important;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s-product-card-content-sub {
    justify-content: center;
}

/* Product Price */

.s-product-card-sale-price h4,
.s-product-card-sale-price h3,
.s-product-card-price {
    color: var(--product-color) !important;
}

/* Add To Cart */

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline {
    background-color: var(--product-color) !important;
    color: #F7F7F7 !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: 700;
}

/* Wishlist */

.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
}

.s-product-card-vertical
.s-product-card-wishlist-btn
button:hover
.sicon-heart {
    color: #fff !important;
}

@media (max-width: 768px) {
    .s-products-slider-card {
        width: 55%;
    }
  .s-product-card-entry img {
    height: 150px;
}
  .s-product-card-entry {
    height: 300px;
}

  
}

/* ============================= Banners ============================== */

.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
    border-radius: 0;
}

.object-cover {
    object-fit: fill;
}

/* ============================= Section Titles ============================== */

.s-slider-block__title,
.s-block__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 24px;
}

.s-slider-block__title h2,
.s-block__title h2 {
    position: relative;
    padding: 0;
    font-size: 28px !important;
}

.s-slider-block__title-left {
    display: none;
}

.s-block__title .right-side:where([dir=ltr], [dir=ltr] *) {
    padding-right: 0;
}

.s-slider-block__title-right:where([dir=rtl], [dir=rtl] *) {
    padding-left: 0 !important;
}

.s-slider-block__title-right:where([dir=ltr], [dir=ltr] *) {
    padding-left: 0;
}

.s-slider-block__title-right::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 24px;
    margin-top: 30px;
    background: url("https://cdn.files.salla.network/homepage/1380807638/3927b553-9624-4cf6-b73a-074c5fe0b58b-original.webp")
        no-repeat center bottom;
    background-size: 160px;
}

.s-slider-block__title::after {
    content: "اختر من بين مجموعتنا المميزة";
    max-width: 600px;
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}

/* ============================= Features ============================== */

.s-block--features__item {
    border: solid 2px #B7907E;
    border-radius: 12px;
}

.s-block-trust-store-features__grid {
    grid-template-columns: repeat(1, 1fr) !important;
}

/* ============================= FAQ ============================== */

.s-block-trust-faq-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.s-block-trust-faq-title::after {
    content: "إجابات على أهم الأسئلة الي تدور في بالك";
    max-width: 600px;
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}

/* ============================= Footer ============================== */

.store-footer {
    background-color: var(--color-primary) !important;
}

.store-footer__inner {
    color: #1E1E1E;
    border-top: solid 2px var(--color-primary);
}

.md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: var(--color-primary);
}

@media (min-width: 1024px) {
    footer .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 769px) {
    footer * {
        margin: 0 auto;
        text-align: center;
    }
}

.copyright-text p,
.copyright-text p a:hover {
    color: #fff !important;
    opacity: 1;
}

/* Footer Logo */

a.flex.items-center.m-0 {
    justify-content: center;
}

a.flex.items-center.m-0::after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 174px;
    height: 150px;
    padding: 0;
    background-image: url("https://cdn.files.salla.network/other/186270326/9e5b06c1-4d19-47cb-8fdd-7610ea81d92b-original.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 6px;
}

.store-footer a h3:nth-child(1) {
    display: none;
}

/* ============================= Other ============================== */

.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    margin-inline: auto;
}

.carousel-slider .swiper:where([dir=rtl], [dir=rtl] *),
salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir=rtl], [dir=rtl] *),
salla-slider[type]:not(.hydrated) > div:where([dir=rtl], [dir=rtl] *) {
    padding-bottom: 1rem;
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
    color: #fff;
}


/* ============================= Mobile Header ============================== */

@media (max-width: 768px) {

    #mainnav .navbar-brand {
        position: absolute !important;
        left: 55% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        z-index: 20 !important;
        margin: 0 !important;
    }

  #mainnav .navbar-brand img {
        width: auto !important;
        max-height: 75px !important;
        object-fit: contain !important;
    }
}