/* Custom Video */

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-width-video-section {
    margin-bottom: 2rem;
    min-height: var(--banner1-height-mob);
    position: relative;
    overflow: hidden;
}

.full-width-video-section::after {
    position: absolute;
    content: "";
    background-color: rgb(0 0 0 / 0%);
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.full-width-video-section:hover:after {
    z-index: 2;
}

.full-width-video-section .video-overlay {
    opacity: 0;
}

.full-width-video-section:hover .video-overlay {
    opacity: 1;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 10;
}


/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

body:not(i,span) {
  font-family: 'Cairo', sans-serif;
}
body.index {
    background-color: var(--white-color) !important;
}

:root {
    --color-primary:#593066;
    --main-color:#593066;
    --white-color: #fff;
    --normal-box-shadow: rgb(0,0,0,0.3) 1px 2px 3px;
}
.s-contacts-topnav-link:last-child:where([dir="rtl"], [dir="rtl"] *) {
    display: none;
}




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

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

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

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

.top-navbar {
    background: #593066;
    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: #593066;
    color: #ffffff !important;
}

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

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

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

.w-16 {
    width: 20rem;
}

.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;
    justify-content: space-evenly;
    box-sizing: content-box;
}

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

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

/* ============================= Buttons ============================== */
button.tab-trigger.is-active.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after {
    background: #593066;
    color: #ffffff;
    font-weight: var(--fw-medium);
    border-radius: 8px;
    border: solid 2px #593066;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: linear-gradient(3deg, #593066, #593066);
    color: #fff;
    font-weight: var(--fw-bold);
}

/* ============================= Product Cards ============================== */
.s-product-card-vertical {
    flex-direction: column;
    border: 1.5px solid #593066;
    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;
}

/* ============================= Features ============================== */
.s-block--features__item .feature-icon {
    /* box-shadow: 0px 0px 0 8px #593066; */
    border-radius: 99px;
    BACKGROUND: #593066;
}

.s-block--features__item .feature-icon i {
    font-size: 24px;
    color: #ffffff;
    border-radius: 20px;
}

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


.store-footer__inner {
    padding: 5rem;
}

.footer-is-light .store-footer {
    border-radius: 0px;
    background: #593066;
}

.copyright-text p {
    color: #ffffff;
}

.s-slider-block__title-right {
    padding: 0 !important;
}

footer .flex.items-center.m-0 {
    position: relative;
}

.carousel-slider .swiper-wrapper > div {
    padding: 1rem;
}

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

.s-product-card-content-sub {
    justify-content: center;
    gap: 0.75rem;
    display: flex;
}

.s-reviews-testimonial {
    box-shadow: 0px 0px 4px 0px #593066!important;
    padding: 3rem;
    border-radius: 14px;
}

.s-reviews-container .swiper-slide {
    padding: 7px;
}

.hover\:text-primary:hover {
    color: #ffd5e2;
}

@media (max-width: 767px) {
    salla-slider .slide--one-sixth {
        width: 50%;
    }
}

.s-button-btn,
.s-price-range-number-input {
    border-radius: 4px;
}

.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/1525516250/6fc81173-d08d-4edb-9da6-41144ab4d13b.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;
}

/* Ø§Ù†ØªÙ‚Ø§Ù„ Ù†Ø§Ø¹Ù… */
.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:hover {
    background: unset;
    box-shadow: unset;
}

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

.s-block--features__item {
    padding-left: 2rem;
    padding-right: 2rem;
    BACKGROUND: #ffffff ! IMPORTANT;
    border: solid 1.5px #593066;
}

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





.topnav-is-dark .top-navbar {
    background-color: #593066;
    color: #ffffff;
}

/* ============================= Fixed Media Queries ============================== */
@media only screen and (min-width: 1024px) {
    .main-menu li>a {
        font-size: 16px;
    }
}



/* Ø§Ø®ØªÙØ§Ø¡ Ø±Ø§Ø¨Ø· Ø§Ù„ØªØ®ÙÙŠØ¶Ø§Øª Ø¹Ù„Ù‰ Ø£ÙŠ Ø¬Ù‡Ø§Ø² */
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-block__display-all {
   
    padding: 6px;
    background: #593066;
    border-radius: 6px;
    color: #fff;
}
.store-footer__inner {
    background: #D6D1DC !important;
    color: #593066;
}
li#brands {
    display: none !important;
}



/* ===============================
   ALL TWO BANNERS SECTIONS â€“ FLEX VERSION
   =============================== */

/* ===============================
   DESKTOP & LARGE SCREENS
   =============================== */
#main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 {
    display: flex !important;
    gap: 16px;
    max-width: 100%;
}

/* Ø¥Ø¹Ø¯Ø§Ø¯Ø§Øª Ø¹Ø§Ù…Ø© Ù„Ù„Ø¨Ù†Ø±Ø§Øª */
#main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
    display: block;
    width: 50%;
    height: 640px;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    flex-shrink: 0;
}

/* Ø§Ù„ØµÙˆØ± */
#main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 14px;
}

#main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 .lazy__bg {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 14px;
}

/* ===============================
   LARGE LAPTOP (1400px - 1600px)
   =============================== */
@media (max-width: 1600px) {
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
        height: 580px;
    }
}

/* ===============================
   LAPTOP & MEDIUM DESKTOP (1200px - 1400px)
   =============================== */
@media (max-width: 1400px) {
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
        height: 500px;
    }
}

/* ===============================
   SMALL LAPTOP (992px - 1200px)
   =============================== */
@media (max-width: 1200px) {
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
        height: 420px;
    }
    
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 {
        gap: 14px;
    }
}

/* ===============================
   TABLET (768px - 992px)
   =============================== */
@media (max-width: 991px) {
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
        height: 360px;
        border-radius: 12px;
    }
    
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 {
        gap: 12px;
    }
    
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 img,
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 .lazy__bg {
        border-radius: 12px;
    }
}

/* ===============================
   MOBILE LANDSCAPE & SMALL TABLET (576px - 768px)
   =============================== */
@media (max-width: 768px) {
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 {
        flex-direction: column !important;
        gap: 12px;
    }
    
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
        width: 100% !important;
        height: 380px;
        border-radius: 10px;
    }
    
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 img,
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 .lazy__bg {
        border-radius: 10px;
    }
}

/* ===============================
   MOBILE PORTRAIT (320px - 576px)
   =============================== */
@media (max-width: 576px) {
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
        height: 320px;
    }
    
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 {
        gap: 10px;
    }
}

/* ===============================
   VERY SMALL MOBILE (max-width: 400px)
   =============================== */
@media (max-width: 400px) {
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
        height: 280px;
    }
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
    background-color: #593066;
    color: #ffffff;
}
.s-block__title h2 {
    color: #593066;
}
@media (min-width: 1024px) {
    .s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir=rtl],[dir=rtl] *) {
        padding-left: 18rem;
    }
}
section.s-block.s-block--logos-slider.s-block--full-bg.bg-gray-100.pt-8.sm\:pt-12.pb-8.sm\:pb-20 {
    background: unset;
}