@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
}

h1, h2, h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

p {
    font-family: 'Cairo', sans-serif;
    line-height: 1.6;
}

.store-footer__inner {
    background: #8e4388 !important;
    color: white;
}
.store-footer h3 {
    color: #000 !important;
    background: #fff;
    border-radius: 8px;
    font-weight: 700;
    padding-top: .3rem;
    width: 100%;
    padding-bottom: .3rem;
    box-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
footer > div.store-footer_inner > div > div:nth-child(2) > h3:hover, #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer_inner > div > div:nth-child(3) > div:nth-child(1) > h3:hover {
    opacity: .7;
    transition: all 200ms;
}
.mb-6 {
    margin-bottom: 1.5rem;
    margin-top: 10px;
}
@media only screen and (min-width: 767px) {
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div{
    grid-template-columns: repeat(4,minmax(0,1fr));
}
}
//////footer logooo & animation ///////////////
.footer-is-light .store-footer .store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 80px;
    width: 100px;
    margin: auto auto 50px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/qQzwAO/hnxAI6AHZ9dCbPRwkxiqsgO9QFeWV2b2RtgPdNOE.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    animation: ss 1000ms linear infinite;
    filter: contrast(7.5);
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > p{
    margin: auto;
}
.s-apps-icons-list {
    place-content: center;
}
@keyframes ss {
0% {
    top: 0;
}

50% {
    top: 8px;
}
100% {
    top: 0px;
}
}
span.s-contacts-icon {
    background: white;
    color: #000;
}
li.s-social-link {
    background: white;
    color: #000;
    border-radius: 50%;
}
.store-footer__inner {
    border-radius: 50px 50px 0 0;
}

.section-1 {
    margin-top: 0;
    z-index: -1;
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.banner-entry {
    background-color: rgb(249 250 251);
}
.s-slider-nav-arrow {
  display: none !important;
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-color: #8e4388;
    border-color: #8e4388;
    color: rgb(255 255 255);
}
.s-fast-checkout-button.outline {
    background-color: transparent;
    border: 1px solid #8e4388;
    color: #8e4388;
}
.btn--collapse {
    background-color: rgb(142 67 136);
}
.s-button-primary {
    color: #f9fafb;
}
.s-button-primary-outline {
    color: #ffffff;
}
.btn--collapse {
    color: #ffffff;
}
.s-button-light-outline {
    color: rgb(255 255 255);
}