:root{
    --color-primary: #5b2167;
    --color-primary-dark: #3e1747;
    --color-bg: #f6f3ee;
    --color-text: #2b2b2b;
}

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');

body, html {
    margin: 0;
    width: 100%;
    background: linear-gradient(180deg, #f6f3ee 0%, #f3eef6 100%);
    color: var(--color-text);
    font-family: 'Cairo', sans-serif;
    text-shadow: 0 1px 2px rgba(0,0,0,0.06);
}

@media (min-width: 1024px){

    body{
        zoom: 1;
    }

    .store-footer .grid > div,
    .store-footer .footer-item,
    .store-footer .footer-block{
        min-height: 100%;
        padding: 32px 30px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .store-footer .grid{
        align-items: stretch;
    }
}

.main-nav-container,
.top-navbar{
    background: rgba(255,255,255,0.6) !important;
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,0.45);
}

.main-nav-container *,
.top-navbar *{
    color: #2a2a2a !important;
}

.s-product-card-entry{
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(14px);
    border-radius: 0;
    padding: 14px;
    transition: 0.4s ease;
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.s-product-card-entry:hover{
    transform: translateY(-7px);
    box-shadow: 0 20px 45px rgba(91,33,103,0.18);
}

.s-button-primary{
    background: #5b2167 !important;
    color: #fff !important;
    border-radius: 0;
}

.s-button-primary:hover{
    background: #3e1747 !important;
}

.store-footer,
.store-footer__inner{
    background: transparent !important;
    color: #2b2b2b;
}

.store-footer .grid > div,
.store-footer .footer-item,
.store-footer .footer-block{
    background: rgba(255,255,255,0.30);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 18px;
    box-shadow: 0 18px 24px rgba(91,33,103,0.06);
}

.store-footer .copyright-text,
.store-footer .copyright-text *{
    color: #5b2167 !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.store-footer a[href*="artag"],
.store-footer .brand,
.store-footer .store-name{
    color: #5b2167 !important;
}

.store-footer .social,
.store-footer .social a,
.store-footer .social i,
.store-footer [class*="social"]{
    color: inherit !important;
    background: transparent !important;
    filter: none !important;
    opacity: 1 !important;
}

.store-footer .social a:hover{
    transform: none !important;
    color: inherit !important;
}

.store-footer *,
.store-footer p,
.store-footer span,
.store-footer a{
    color: #2b2b2b !important;
    line-height: 1.8;
}
.s-product-card-image{
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: block;
    background: #fff;
}

.s-product-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
@media (min-width: 1024px){

.store-footer .grid{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
}

.store-footer .grid > div,
.store-footer .footer-item,
.store-footer .footer-block{

    height: auto !important;
    min-height: 100% !important;

    display: flex;
    flex-direction: column;

    justify-content: flex-start;

    padding: 35px 30px;

    box-sizing: border-box;

    overflow: hidden;
}

.store-footer .grid > div{
    width: 100%;
}

.store-footer a,
.store-footer p,
.store-footer span{
    white-space: nowrap;
    display: block;
    line-height: 1.9;
}

.store-footer{
    overflow: visible !important;
}

}
.store-footer a,
.store-footer .contact a,
.store-footer .footer-contact a{

    display: flex;
    align-items: center;
    gap: 10px;

    white-space: nowrap;
}

.store-footer i,
.store-footer svg{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;
    line-height: 1;
}
.store-footer h1,
.store-footer h2,
.store-footer h3,
.store-footer .footer-title,
.store-footer .title,
.store-footer .heading{

    font-weight: 800 !important;
    color: #6b3e2e !important;

    text-shadow: 0 2px 4px rgba(0,0,0,0.15);

    margin-bottom: 12px;
}
.store-footer .footer-item,
.store-footer .footer-block,
.store-footer .grid > div{

    font-weight: 700 !important;
   

}
.main-menu,
.main-nav-container,
.header-menu,
.s-menu-nav{

    position: relative;
    z-index: 9999 !important;
}

.main-menu .sub-menu,
.main-menu .dropdown-menu,
.main-nav-container .sub-menu,
.main-nav-container .dropdown-menu,
.s-menu-nav .sub-menu,
.s-menu-nav .dropdown-menu{

    position: absolute !important;

    z-index: 99999 !important;

    background: rgba(255,255,255,0.98);

    backdrop-filter: blur(12px);

    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.banner-entry,
.s-block--slider-with-bg,
salla-slider,
.swiper,
.swiper-wrapper,
.swiper-slide{

    position: relative;
    z-index: 1 !important;
  
}