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

:root {
    --font-main: 'cairo' !important ;
    --color-primary: #5A2136;
    --color-primary-dark: #5A2136;
    --color-primary-light: #5A2136;
    --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: #5A2136;
}



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

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

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

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

.top-navbar {
    background: #5A2136;
    color: white;
}

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

/* ============================= 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: #5A2136!important;
    border: 1;
}

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

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



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

.w-16 {
    width: 16rem;
}

.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 {
    background: #5b2036;
    color: #ffff;
    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/1453707643/d17777cd-5232-4487-ba37-b5178ab450e1.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;
}

.topnav-is-dark .top-navbar {
    background-color: #5A2136;
    color: #fff;
}

.store-footer__inner {
    background-color: #5A2136;
}
.store-footer {
    background-color: #D4BCB5;
}
.s-button-btn, .s-price-range-number-input {
    border-radius: 8px;
    background: #5a2136;
    color: #fff;
}
    .s-block--features__item {
        padding-left: 2rem;
        padding-right: 2rem;
        border: solid 1.5px #5a2136;
    }