/* Add custom CSS styles below */ 
/* develope By Package +201002241591  3lwaaa@gmail.com - https://wa.me/201002241591 */ 
:root {
    --color-primary: #ac7e81;
    --color-primary-dark: #85575a;
    --color-primary-light: #d2a4a7;
    --color-primary-reverse: #2c0001;
}

/*===start header===*/
.s-slider-block__title {
    align-items: center;
    justify-content: center !important;
}

[dir="rtl"] .s-slider-block__title h2 {
    padding-left: 0rem;
    text-align: center;
}

div.s-block__title {
    justify-content: center;
}

/*تغيير لون الهيدر*/
.main-nav-container {
    background-color: #fff;
}

/*ايقونات الهيدر*/
.header-btn__icon {
    color: var(--color-primary);
    background-color: rgba(172, 126, 129, 0.1);
    padding: 8px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--color-primary-light);
    transition: all 0.3s ease;
}

.header-btn__icon:hover {
    background-color: var(--color-primary);
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 0 8px rgba(172, 126, 129, 0.5);
}

/*ايقونة القائمة الجانبية*/
.sicon-menu:before {
    color: var(--color-primary);
}

/*search*/
.top-navbar {
    background-color: #ffff;
}

/*ملخص السلة*/
.s-cart-summary-total {
    color: #000;
}

/*==end header==*/
/*==start slider image==*/
@media (min-width: 750px) {
    salla-slider.photos-slider .swiper-slide {
        position: relative;
        margin-left: 0rem;
        margin-right: 0rem;
        height: auto;
        width: 100%;
        overflow: hidden;
        border-radius: 0.375rem;
    }

    section:nth-of-type(1).s-block.s-block--photos-slider {
        margin-top: 0rem;
    }
}

@media (max-width: 991px) {
    salla-slider.photos-slider .swiper {
        padding-left: 0 !important;
    }

    salla-slider.photos-slider .swiper-slide {
        border-radius: 0px !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

/*==end slider image==*/
/*==statrt categories==*/
s-block.s-block--banners > .grid {
    grid-template-columns: 1fr 1fr;
}

.s-block.s-block--banners > .grid .banner-entry {
    padding-top: 0%;
}

.two-row .banner-entry:first-child {
    grid-column: auto;
    grid-row: auto;
}

.s-block.s-block--banners:nth-of-type(19) {
    margin-bottom: 1rem;
}

.s-block.s-block--banners > .grid .banner-entry {
    height: 170px;
}

@media (max-width: 2001px) {
    .s-block.s-block--banners > .grid {
        grid-template-columns: 1fr 1fr 1fr !important ;
    }

    .s-block.s-block--banners:nth-of-type(19) > .grid .banner-entry:last-child, 
    .s-block.s-block--banners:nth-of-type(21) > .grid .banner-entry:last-child, 
    .s-block.s-block--banners:nth-of-type(22) > .grid .banner-entry:last-child {
        grid-column: 1 ;
    }
}

/*categories responsive*/
@media (max-width: 600px) {
    .s-block.s-block--banners > .grid .banner-entry {
        height: 110px;
    }
}

@media screen and (max-width: 900px) and (min-width:600px) {
    .s-block.s-block--banners > .grid .banner-entry {
        height: 210px;
    }
}

@media screen and (min-width: 900px) {
    .s-block.s-block--banners > .grid .banner-entry {
        height: 280px;
    }
}

section:nth-of-type(1).s-block.s-block--fixed-banner.wide-placeholder .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

section.s-block.s-block--fixed-banner.wide-placeholder .container {
    transition: transform 0.3s, box-shadow 0.3s;
}

@media (max-width: 991px) {
    section.s-block.s-block--fixed-banner.wide-placeholder .container {
        padding: 0;
    }
}

/*توسيط عنوان اقسام المتجر*/
.s-block.s-block--banners.container .s-block__title {
    justify-content: center !important;
}

/*==end categories==*/
/*==start procducts==*/
.s-product-card-image {
    background-color: #fff;
}

.s-product-card-entry {
    border: 1px groove var(--color-primary);
    box-shadow: rgba(0, 0, 0, 0.36) 2.5px 2.5px 5px, rgba(0, 0, 0, 0) -2.5px -2.5px 5px;
}

.s-product-card-entry:hover {
    animation: danmove ease 1s;
}

@keyframes danmove {
    0% { transform: rotate(-2deg) }
    40% { transform: rotate(2deg) }
    100% { transform: rotate(0) }
}

salla-add-product-button[width=wide]:hover {
    box-shadow: rgba(0,0,0,0.43) 0 2px 4px,rgba(0,0,0,0.43) 0 7px 13px -3px,rgba(0,0,0,0.43) 0 -3px 0 inset;
    animation: signal 2000ms infinite
}

@keyframes signal {
    0% { box-shadow: 0 0 0 0 var(--color-primary) inset }
    100% { box-shadow: 0 0 0 5px var(--color-primary) inset }
}

/*==end products==*/
/*== genral==*/
.s-block__title {
    background: var(--color-primary);
}

body#app {
    background-color: #fff;
}

.app-inner.flex.flex-col.min-h-full {
    background-color: #ffffff;
}

.shadow-default {
    box-shadow: none;
}

/*==end general==*/
/*==start footer==*/
.footer-is-light .store-footer .store-footer__inner {
    background-color: #000;
    color: #fff;
}

@media (max-width: 991px) {
    .store-footer {
        text-align: center;
        margin-top: 0px;
    }

    .store-footer a {
        justify-content: center;
        flex-direction: column;
    }

    .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
        justify-content: center;
        display: inline-grid;
    }

    .unicode {
        margin-top: 7px;
        margin-bottom: 10px;
    }

    .store-footer .contact-social ul {
        justify-content: center;
    }
}

i.rtl\:ml-2\.5.ltr\:mr-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center.shrink-0.sicon-whatsapp2,
i.rtl\:ml-2\.5.ltr\:mr-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center.shrink-0.sicon-iphone,
i.rtl\:ml-2\.5.ltr\:mr-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center.shrink-0.sicon-paper-plane-o,
i.rtl\:ml-2\.5.ltr\:mr-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center.shrink-0.sicon-phone,
i.rtl\:ml-2\.5.ltr\:mr-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center.shrink-0.sicon-mail,
.footer-is-light .store-footer .social-link {
    border-radius: 9px;
    border-width: 0px;
    color: #fff;
    background: #ffffff54;
}

/*==end footer==*/
/*==start footer customization==*/
.footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.footer-links .row {
    margin: 10px 0;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--color-primary-light);
}

.footer-contact {
    text-align: center;
    margin-top: 15px;
}

.footer-contact span {
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
}

.footer-contact a {
    color: var(--color-primary-light);
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    color: var(--color-primary);
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .footer-links .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-links a {
        margin: 5px 0;
    }
    
    .footer-contact a {
        display: inline-block;
        margin: 5px 5px;
    }
}
/*==end footer customization==*/
/*==start main menu==*/
.mm-spn.mm-spn--light {
    color: #000;
    background: #ffff;
}

nav#mobile-menu {
    color: AC7E8130;
}