/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* ============================= RTL Fix ============================== */

:root {
    --font-main: 'cairo' !important ;
    --color-primary: #8E7A9B;
    --color-primary-dark: #8E7A9B;
    --color-primary-light: #8E7A9B;
    --color-primary-reverse: #ffffff;
}

.s-contacts-topnav-link:last-child:where([dir="rtl"], [dir="rtl"] *) {
    display: none;
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem !important;
    color: #8E7A9B;
}



/* ============================= General ============================== */
body {
    background-color: #ffffff;
}

/* ============================= Navbar ============================== */
.navbar-brand img {
    max-height: 4rem;
    width: auto;
    max-width: 100px;
}


.main-nav-container {
   min-height: 84px;
    background: #ffffff;
    color: #8E7A9B;
}

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

.top-navbar {
    background: #ffffff;
    color: #000000;
}

.top-navbar .s-search-input {
    border-style: none;
    background-color: #A0A0A0 !important;
}

/* ============================= Slider - Photos ============================== */
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}

section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper > div {
    padding: 0 !important;
}

section:first-of-type.s-block.s-block--photos-slider {
    margin-top: 0;
}

[dir="rtl"] salla-slider.photos-slider .swiper {
    padding: 0;
}

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

/* ============================= Header Buttons ============================== */
.header-btn__icon {
    background-color: unset;
    color: #ffffff !important;
    border: solid 1.2px #E2AE83;
}

.s-cart-summary-total {
    color: #E2AE83;
}

/* ============================= Categories ============================== */
.slide--cat-entry {
    background-color: transparent;
    border-color: transparent;
    height: 17rem;
    padding: 0;
}



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

.w-16 {
    width: 12rem;
}

.h-16 {
    height: auto;
}

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

/* ============================= Responsive ============================== */
@media (min-width: 1024px) {
    salla-slider .slide--one-sixth {
        width: 21.666667%;
    }

    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
/* ============================= Swiper ============================== */
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
    justify-content: space-evenly;
}

.s-slider-block__title {
    display: flex;
    justify-content: center;
}

.s-slider-v-centered .s-slider-block__title-nav button {
    display: none;
}

.h-16 {
    display: inline-block; /* Ã˜Â£Ã™Ë† block Ã˜Â­Ã˜Â³Ã˜Â¨ Ã˜Â§Ã™â€žÃ˜Â¹Ã™â€ Ã˜ÂµÃ˜Â± */
    transition: transform .3s ease;
    transform-origin: center;
    will-change: transform;
}

/* Ã˜Â§Ã™â€žÃ˜Â²Ã™Ë†Ã™â€¦ Ã˜Â¹Ã™â€ Ã˜Â¯ Ã˜Â§Ã™â€žÃ™â€¡Ã™Ë†Ã™ÂÃ˜Â± */
.h-16:hover {
    transform: scale(1.06);
}

.slide--cat-entry h2 {
    display: none;
}
/* Ã˜Â§Ã˜Â®Ã˜ÂªÃ™ÂÃ˜Â§Ã˜Â¡ Ã˜Â±Ã˜Â§Ã˜Â¨Ã˜Â· Ã˜Â§Ã™â€žÃ˜ÂªÃ˜Â®Ã™ÂÃ™Å Ã˜Â¶Ã˜Â§Ã˜Âª Ã˜Â¹Ã™â€žÃ™â€° Ã˜Â£Ã™Å  Ã˜Â¬Ã™â€¡Ã˜Â§Ã˜Â² */
a[href*="offers"],
#offers > a,
.main-menu > li > a[href*="offer"] {
    display: none !important;
}

@media(max-width:769px) {
    footer * {
        justify-content:center;
        margin:auto;
        text-align:center
    }
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *)::after {
  content: "";
  position: absolute;
  top: 120%; /* Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â³Ã˜Â§Ã™ÂÃ˜Â© Ã™â€¦Ã™â€  Ã˜Â§Ã™â€žÃ™â€ Ã˜Âµ */
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 29px;
  background: url("https://cdn.files.salla.network/homepage/1453707643/bee3a3fb-10c0-4edf-bb35-464b9bf8bc93.webp") no-repeat center/contain;
}

.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-left: 0rem;
}
.s-block__display-all {
    color: #000000;
    padding: 10px;
    border-radius: 8px;
}

.store-footer a h3:nth-child(1) {
    display: none;
}
.s-reviews-header {
    margin-right: auto;
    margin-left: auto;
}
a.flex.items-center.m-0:after {
    content: '';
    display: flex
;
    justify-content: center;
    background-repeat: no-repeat;
    padding: 0;
    background-image: url(https://cdn.files.salla.network/homepage/1031759052/fd35b0c1-5c58-4929-b4fe-659a11db4249.webp);
    background-position: center;
    background-size: contain;
    width: 160px;
    height: 80px;
    align-items: center;
    border-radius: 6px;
}

.s-social-list {
    display: flex
;
    gap: 0.625rem;
    justify-content: center;
}
footer .flex.items-center.m-0 {
    position: relative;
    display: flex
;
    justify-content: center;
}
p {
    display: flex
;
    justify-content: flex-start;
}
.topnav-is-dark .top-navbar {
    background-color: #8E7A9B;
    color: #fff;
}

.store-footer__inner {
    background-color: #8e7a9b !important;
    color: #fff;
}
.store-footer {
    background-color: #8e7a9b;
}
.s-button-btn, .s-price-range-number-input {
    border-radius: 8px;
    background: #ffffff;
    color: #8E7A9B;
    border: solid 1.5px #8E7A9B;
}
    .s-block--features__item {
        padding-left: 2rem;
        padding-right: 2rem;
        border: solid 1.5px #8E7A9B;
    }
.bg-inherit {
    background-color: #8E7A9B;
    color: #fff;
}
.s-search-icon svg {
    height: 1rem;
    width: 1rem;
    fill: #ffffff;
}

.s-product-card-vertical {
    flex-direction: column;
    border: solid 1.5px #424242;
}
.s-block--features__item .feature-icon {
    background-color: #8e7a9b;
}
.s-block--features__item .feature-icon i {
    color: #ffffff;
}
.main-menu li>a:hover {
        color: #f5d997;
    }

/* ============================= Product Cards ============================== */
.s-product-card-vertical {
    flex-direction: column;
    border-radius: 8px;
}

.s-product-card-content-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* ÃƒËœÃ‚Â¹ÃƒËœÃ‚Â¯ÃƒËœÃ‚Â¯ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â³ÃƒËœÃ‚Â·Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â± */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
    min-height: calc(1.4em * 2);
    display: flex;
    justify-content: center;
    font-weight: var(--fw-medium);
    font-size: 14px;
}

.s-product-card-price,
.s-product-card-starting-price h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25rem;
}
.banner--fixed img, .banner-entry {
    background: unset;
}
#mainnav .sicon-menu {
    display: inline-block;
    width: 1rem;
    COLOR: #efd897;
}