@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic&display=swap');

body {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

:root {
    --primary-color: #233068!important;
    --secondary-color: #ffff!important;
    --linear-gradient: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;
    --font-color: #fff !important
}

.main-nav-container.fixed-header .inner {
background-color: var(--primary-color)!important;

}
salla-slider[type="carousel"] .swiper-wrapper{
background-color: var(--primary-color)!important;
}

body::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color)!important;
    background: #233068 url(https://cdn.salla.sa/BrQnly/yn96ewwoZkogfddmfxWMM6gUeM4fE0YIBjlm8Oju.png);
    position: fixed;
    z-index: 9999999999999!important;
    transform: scale(0);
    background-size: 20%!important;
    background-repeat: no-repeat;
    background-position: center!important;
    animation-name: splash;
    animation-duration: 2s
}

/*Testimonials*/
.testimonials-slider .swiper-slide {
    background: #fff!important;
    border: 0 solid var(--primary-color)!important;
    border-radius: 30px!important;
    padding: 8px 25px 12px!important;
    box-shadow: 4px 4px 10px -4px var(--primary-color);
    margin: 10px!important
}
/*Testimonials*/

/*Header*/



.top-navbar .hidden {
    display: none !important;
}
.bg-inherit {
    background-color: #FFFFFF;
}
.store-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 10px;
}

.top-navbar,
.main-nav-container {
    width: 100%;
    background: #fff;
}

.s-search-inline {
    min-width: 220px;
    max-width: 100%;
}


@media only screen and (min-width: 1024px) {
    .main-menu li>a:hover {
        color: var(--primary-color) !important;
    }
    salla-slider.photos-slider .swiper-slide {
    width: 100%;
    }
    .s-slider-v-centered .s-slider-block__title-nav button {
    display: none;
    }
}

@media (min-width: 640px) {
    .navbar-brand img {
        max-height: 6rem !important;
    }
    .navbar-brand img {
        padding: 10px;
    }
    .s-block--slider-with-bg .slider-bg h3 {
        font-size: 2rem;
    }

    .s-block--slider-with-bg .slider-bg p {
        font-size: 1.2rem;
        line-height: 50px;
    }
    .s-block {
    margin-top: 2rem;
    }
    salla-slider.photos-slider .swiper:where([dir=rtl],            
         [dir=rtl] *) {
      padding-left: 0rem;
      padding-right: 0rem; 
    }
}

.navbar-brand img {
    max-height: 4rem;
}

.top-navbar .s-search-input {
    color: #000 !important;
    border: 1px solid var(--primary-color) !important;
}

.s-search-inline {
    margin-left: auto;
}

.s-menu-topnav-list {
    display: none;
}

.top-navbar .s-search-input {
background-color: rgb(255 255 255);
}

.sicon-menu {
    font-size: 30px;
}

.main-nav-container .leading-none {
    margin-top: 10px;
}

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

.main-nav-container.fixed-header .inner {
    background: #ffffffcc;
    backdrop-filter: blur(40px);
}

.sub-menu li>a {
    color: var(--primary-color) !important;
}

.header-btn__icon {
    position: relative;
}

.header-btn__icon::after {
    content: "";
    position: absolute;
    top: 7%;
    left: 7%;
    border-radius: 50%;
    border-top: 1px solid transparent;
    border-right: 1px solid var(--primary-color);
    border-bottom: 1px solid transparent;
    border-left: 1px solid var(--primary-color);
    width: 85%;
    height: 85%;
    transition: border 600ms cubic-bezier(.785, .135, .15, .86), transform 600ms cubic-bezier(.785, .135, .15, .86);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.header-btn__icon:hover:after {
    border: 1px solid var(--primary-color) !important;
    transform: rotate(135deg)
}

.s-contacts-header{
        display: none!important;
}
.store-header .btn--rounded-gray{
    border: 1px solid #e0e1e0 !important
}
.s-block--features_item .feature-icon, .store-footer a .rtl\:ml-2\.5, .s-slider-nav-arrow, .header-btn_icon {
    box-shadow: rgba(0,0,0,.24) 0 3px 8px;
}
text-gray-500:hover span {
  color: #4b2f83 !important;
}

@media only screen and (max-width: 1024px){
.mm-spn li:after {
    border-color: var(--primary-color);
}
}
@media (max-width: 1024px){
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0rem;
    padding-left: 0rem; 
}
}

.mm-spn li:after {
    opacity: .8;
}
.mm-spn li:hover a {
    color: var(--secondary-color); 
    transition: .3s;
}
.sicon-menu:hover {
    color: var(--secondary-color);
    transition: .3s;
}

salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0rem;
    padding-left: 0rem;
}
/*Header*/

/*Products*/

.s-block__title h2,.s-slider-block__title h2  {
    color: var(--font-color);
    font-size: 1.4rem!important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: var(--primary-color)!important;
    text-transform: uppercase;
    /* background-image: linear-gradient(-225deg,#3790c8 0%,#29a8de 29%,var(--primary-color) 67%,#fff800 100%); */
    background-size: 200% auto;
    animation: textclip 8s linear infinite;
    padding: 5px 0
}

.navbar-brand {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.navbar-brand img {
  display: block;
  width: 100%; /* أو حجم ثابت مثل 150px حسب الحاجة */
  height: auto;
  z-index: 1;
  position: relative;
}

/* اللمعة */
/*.navbar-brand::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: logoShine 2.5s infinite ease-in-out;
  z-index: 2; /* فوق الصورة */
  pointer-events: none; /* لا تعطل التفاعل */
}

@keyframes logoShine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
*/
.s-product-card-entry {
    border: 0 solid var(--primary-color);
    border-radius: 12px;
    margin: auto 5px
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.s-product-card-image {
    height: 100%;
    width: 98%;
    margin: 2px
}

.s-product-card-image-cover {
    object-fit: fill
}

.s-product-card-content {
    text-align: center
}

.s-product-card-content-title a {
    color: var(--primary-color)!important;
    font-size: 15px!important
}

.s-product-card-content-subtitle {
    color: #233068!important;
    font-size: 15px!important;
    font-weight: 700
}

.s-product-card-price {
    font-size: 16px
}

.s-button-primary-outline {
    color: var(--font-color);
    background: var(--primary-color)
}

.s-button-btn {
    padding-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem
}

.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
    padding: 10px 15px;
    border: ridge 2px #c97aff;
    background: linear-gradient(15deg,#4f198f 0%,#852cee 50%,#4f198f 100%);
    background-size: 250%;
    animation: shine 1s alternate infinite
}

.s-button-text {
    font-size: 15px
}

@property --a {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

.s-product-card-entry::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #fff;
    z-index: -1;
    border-radius: 12px
}

.s-product-card-entry {
    position: relative;
    z-index: 9;
    background: repeating-conic-gradient(from var(--a),var(--primary-color) 0%,var(--primary-color) 5%,transparent 5%,transparent 40%,var(--primary-color) 50%);
    animation: animate 5s linear infinite;
    border-radius: 12px
}

@keyframes animate {
    0% {
        --a: 0deg
    }

    100% {
        --a: 360deg
    }
}

.product-single .s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled  {
    color: var(--font-color)!important;
    padding: 10px 15px;
    text-align: center;
    border-radius: 12px;
    border: ridge 2px #c97aff;
    background: linear-gradient(15deg, #60a7d3 0%, #fdaf2f 50%, #60a7d3 100%);
    background-size: 250%;
    animation: shine 1s alternate infinite
}

.product-single .md\:text-2xl {
    font-size: 1.35rem;
    line-height: 2rem
}

.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg {
    fill: var(--font-color)
}

.s-slider-nav-arrow:not(:disabled),.s-slider-nav-arrow:not(:disabled):hover,.s-slider-nav-arrow:not(:disabled) svg,.s-slider-nav-arrow:not(:disabled):hover svg {
    fill: var(--primary-color);
    background: var(--secondary-color)
}

.product-single .s-product-card-content-footer .sicon-shopping-bag::before {
    color: var(--font-color);
    fill: var(--font-color);
    opacity: 1
}
.md\:text-2xl {
    color: var(--primary-color)!important
}

.s-comments-product {
    margin-bottom: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: 0 0
}

.s-comment-form-content .s-comment-form-input {
    color: var(--primary-color)!important;
    opacity: 1
}

.rtl\:ml-2:where([dir=rtl],[dir=rtl] *) {
    color: var(--primary-color)!important
}

.link--primary,.link--primary:hover {
    color: var(--primary-color)!important;
    font-weight: 600
}

.s-quantity-input-button svg {
    fill: var(--primary-color)
}

.cart .text-gray-500 {
    color: var(--primary-color);
    font-weight: 600
}

.s-product-options-thumbnails-wrapper div p {
    color: var(--primary-color);
    font-weight: 600
}

.cart .xs\:p-7 {
    padding: .5rem;
    border: 1px solid var(--primary-color);
    border-radius: 12px!important
}

.cart .text-lg span {
    color: var(--font-color)!important;
    font-size: 15px;
    background: var(--primary-color)!important;
    border: 2px solid var(--font-color)!important;
    border-radius: 30px!important;
    padding: 4px 20px 6px 16px!important;
    box-shadow: 0 0 10px -1px var(--primary-color);
    width: 25%
}

.s-reviews-header {
    color: var(--primary-color);
    font-size: 1rem;
    background-color: var(--secondary-color);
    border: 0 var(--font-color) solid;
    border-radius: 40px 0;
    box-shadow: 5px 8px 1px var(--primary-color);
    font-weight: 600!important;
    padding: 10px 20px!important;
    margin-right: 25px
}

.s-reviews-display-all {
    color: var(--primary-color);
    font-size: 1rem;
    margin-left: 10px
}
/*Products*/

/*Features*/

.s-block--features__item {
    box-shadow: 4px 4px 10px -4px var(--primary-color);
    border-radius: 15px!important;
    text-align: center!important;
    padding: 15px 0
}

.s-block--features__item .feature-icon {
    background-color: #fff!important;
    border: 2px solid #fff!important;
    box-shadow: 0 0 10px -2px var(--primary-color)
}

.s-block--features__item .feature-icon i {
    color: #fff!important
}

.s-block--features__item .sicon-fire::before,.s-block--features__item .sicon-store2::before,.s-block--features__item .sicon-headset::before,.s-block--features__item .sicon-money-circle:before,.s-block--features__item .sicon-full-wallet::before,.s-block--features__item .sicon-shipping-fast::before,.s-block--features__item .sicon-clothes-hanger:before {
    content: ""!important
}

.s-block--features__item:nth-child(1) .feature-icon {
    background-image: url(https://cdn.salla.sa/form-builder/Z0QWjt0DvfOorRoJt4ADsni5AvpwdKtts6GTONLy.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    background-color: var(--primary-color) !important;
    width: 70px;
    height: 70px
}

.s-block--features__item:nth-child(2) .feature-icon {
    background-image: url(https://cdn.salla.sa/form-builder/8YJBulRnoovssR9pbCfIxT9Bv7zNVMh0jFy478FJ.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
        background-color: var(--primary-color) !important;
    width: 70px;
    height: 70px
}

.s-block--features__item:nth-child(3) .feature-icon {
    background-image: url(https://cdn.salla.sa/form-builder/8Rsom4VwoGKoMH3oEfOIsWvx3oMoMjOaLeEM8rnR.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
        background-color: var(--primary-color) !important;
    width: 70px;
    height: 70px
}

.s-block--features__item h2 {
    color: var(--primary-color)!important;
    font-size: 16px!important;
    font-weight: 700;
    margin-bottom: 5px!important
}

.s-block--features__item p {
    color: #233068!important;
    font-size: 14px!important;
    font-weight: 700;
    background-color: #fff!important;
    border: 0 solid var(--primary-color)!important;
    box-shadow: 0 0 0 0 var(--secondary-color);
    border-radius: 0!important;
    padding: 8px 2px!important;
    width: 95%!important;
    margin: auto!important
}
/*Features*/

/*Footer*/
.store-footer {
    color: var(--primary-color)!important;
    font-weight: 600;
    text-align: center!important;
    border: 1px solid var(--primary-color);
    border-radius: 50px!important;
    box-shadow: 0 0 10px -2px var(--primary-color);
    background: var(--font-color)!important;
    width: 95%!important;
    margin: 40px auto 15px!important
}

.store-footer__inner {
    color: (--primary-color)!important;
    font-weight: 600;
    text-align: center!important;
    border-radius: 50px!important;
    background: var(--font-color)!important;
    border-bottom-color: var(--primary-color)!important;
    border-bottom-width: 1px;
    padding-top: 0!important;
    padding-bottom:10px!important
}

.store-footer__inner:after {
    text-align: center;
    content: "";
    display: block;
    height: 70px;
    width: 70px;
    margin: 2px auto 15px;
    background-image: url(https://cdn.salla.sa/BrQnly/yn96ewwoZkogfddmfxWMM6gUeM4fE0YIBjlm8Oju.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    border-radius: 0;
    animation: scale 1.3s linear infinite
}

.store-footer h3 {
    color: var(--font-color)!important;
    font-size: 16px!important;
    background-color: var(--primary-color)!important;
    box-shadow: 2px 2px 12px -2px var(--primary-color);
    border-radius: 12px!important;
    padding: 5px!important;
    width: 145px!important;
    margin: 0 auto 15px!important
}

.me-4 {
    margin-left: auto!important;
    margin-right: auto!important
}

.py-4 {
    padding-top: 10px!important;
    padding-bottom: .5rem
}

.lg\:gap-6 {
    gap: 1.5rem;
    display: flex!important
}

.store-footer a,.store-footer .contact-social {
    display: grid!important;
    text-align: center;
    justify-content: center
}

.s-social-list .s-social-link a,.store-footer .rounded-full,.store-footer .social-link,.store-footer .s-contacts-icon {
    border: 0 solid var(--primary-color)!important;
    box-shadow: 0 0 10px -2px var(--primary-color)
}

.store-footer .unicode {
    display: none
}

.store-footer .social-link {
    padding-top: 5px!important
}

.store-footer .contact-social {
    border-color: var(--primary-color)!important
}

.store-links-items .leading-none {
    line-height: 1.75!important
}

.lg:col-span-2 .flex {
    display: inline-block!important;
    text-align: center!important
}

.md\:flex {
    display: block!important
}

.store-footer .rounded-full,.store-footer .social-link {
    border: 1px solid var(--font-color)!important;
    border-radius: 50%!important
}

.footer-list,.store-links-items {
    display: grid!important
}

.store-footer__inner .lg\:block {
    display: none!important
}

.store-footer__inner:nth-child(1) .lg\:gap-6 .lg\:col-span-2 a {
    display: none!important
}

.store-footer__inner .space-x-2 {
    display: grid!important
}

.s-apps-icons-list {
    text-align: center;
    justify-content: center
}

.s-contacts-list-vertical {
    flex-direction: initial;
    justify-content: center
}

.md\:mb-0 {
    margin-bottom: 20px;
    color: var(--primary-color)!important;
    font-weight: 600
}
/*Footer*/

@media only screen and (max-width: 767px) {
    body::before {
        background-size:35%!important
    }

    .mm-spn li a span,.mm-spn li>span {
        color: var(--primary-color);
        font-size: 1rem;
        font-weight: 600!important;
        text-align: center;
        justify-content: center
    }

    .mm-spn li a span:hover,.mm-spn li>span:hover {
        color: var(--secondary-color)
    }

    .mm-spn #offers a span {
        color: red!important
    }

    .s-block--banners .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .s-block--banners+.s-block--banners {
        margin-top: 1em
    }

    .banner-entry {
        height: 100px!important
    }

    .banner-entry h3 {
        font-size: 12px!important;
        line-height: 20px!important;
        background: gray;
        border-radius: 8px;
        width: 115%!important;
        margin: 95px -10px auto;
        margin-top: 90px;
        padding: 2px
    }

    .two-row .banner-entry:first-child h3 {
        width: 130%!important;
        margin: 95px -18px auto;
        margin-top: 82px;
        padding: 10px
    }

    .s-block__title h2,.s-slider-block__title h2 {
        font-size: 1.2rem!important
    }

    .s-block__display-all {
        font-size: 18px!important
    }

    .testimonials-slider .swiper-slide {
        margin: 10px 15px 10px 0!important
    }

    .text-lg span {
        font-size: 14px!important
    }

    .last\:border-0:last-child {
        width: 100%;
        padding: 12px 10px 25px 30px!important
    }

    .s-block--features__item {
        width: 94%;
        margin: auto
    }

    .store-footer {
        width: 92%!important;
        margin: 25px auto 15px!important
    }

    .store-footer__inner:after {
        height: 60px;
        width: 60px
    }

    .store-footer__inner {
        text-align: center!important;
        border-radius: 50px!important
    }

    .me-4 {
        margin-left: 12px;
        margin-right: 12px
    }

    .md\:flex::after {
        font-size: 12px;
        margin: 10px auto 0!important
    }

    .lg\:gap-6 {
        gap: 1.5rem;
        display: grid!important
    }
}

/*WhatsApp Button*/
.dkuywW {
    display: none;
}
.deQKmp {
  animation: WhatsApp 1200ms linear infinite;
  border-radius: 50%;
}

@keyframes WhatsApp {
    0% {
        box-shadow: 0 0 0 0 #e8cdad;
    }

    100% {
        box-shadow: 0 0 0 5px rgb(77, 194, 71);
    }
}
/*WhatsApp Button*/

@keyframes splash {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scale(1)
    }

    80% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes scale {
    0%,100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.9);
        opacity: .7
    }
}

@keyframes up-down {
    0%,100% {
        top: 0
    }

    50% {
        top: -25px
    }
}

@keyframes textclip {
    100% {
        background-position: 200% center
    }
}

@keyframes shine {
    100% {
        background-position: 250% center
    }
}


@keyframes whatsapp {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100%{
        opacity: 0;
        transform: scale(1.4);
    }
}

.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled, .s-button-element:not(:disabled):not([loading]){
background-color: #233068 !important;
color: #ffff

}

s-block__title h2, .s-slider-block__title h2 , .s-slider-block__title h2 , .s-block__title h2,.s-slider-block__title h2{

background-image: linear-gradient(-225deg, #233068 0%, #29a8de 29%, var(--primary-color) 67%, #ffff 100%) !important ;
}

    .store-footer__inner:after {

        background-color: #233068;
        border-radius: 20px;
    }






@media only screen and (max-width: 767px) {
  .s-block--banners .md\:grid-cols-3 > * {
    transform: scale(1.2); /* scale up to 110% */
    transform-origin: center;
    transition: transform 0.3s ease;
    margin-bottom : 15px;

  }
  
    .s-block--video div .videoWrapper {
    height: 250px;
}
  
  .s-block--banners .md\:grid-cols-3 {
    display: grid; /* Make sure it's a grid */
    gap: 25px; /* Increase gap (change value as needed) */
  }
}

.main-nav-container .inner {
  background-color: #233068;
  padding-bottom : 10px;
  padding-top: 10px;

}

.main-nav-container .inner i ,.main-nav-container .inner b{
color: #fff; 
}








.s-slider-block__title , .s-block__title{
  justify-content: center !important;
  position: relative; /* ضروري لتمركز الـ ::after
 */
}

.s-slider-block__title::after , .s-block__title::after{
  content: "";
  position: absolute;
  bottom: 5px; /* يتحكم في المسافة للأسفل */
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #F9C46A;
  z-index: -1;
}

salla-slider[type="carousel"] .s-slider-block__title::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .s-block--banners .md\:grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* صف من عمودين */
    gap: 10px;
      column-gap: 25px; /* المسافة الأفقية بين الأعمدة */
  row-gap: 50px; /* المسافة الرأسية بين الصفوف */
    margin-bottom: 20px;
    
  }
  
  .s-block--video div .videoWrapper {
    height: 250px;
}
  

  
  .square-photos{
  background-color: transparent !important;

  }

  
  
 .s-block--banners .md\:grid-cols-3 > * {
    padding: 20px; /* مسافة داخلية */
    font-size: 1.2rem; /* تكبير النص */
    transform: scale(1.5); /* تكبير العنصر */
    transition: transform 0.3s ease;
   
  }
  
    .s-block--video div .videoWrapper {
    height: 400px;
    width: 300px
    
  }

}

a .lazy__bg {
background-color: transparent !important;

}


.s-block__title {
margin-bottom: 50px !important;
}

button[aria-label="Previous slide"] ,button[aria-label="Next slide"] {
display: none;
}

.lazy__bg {
background-color: #f9fafb;

}

.app-inner {
overflow: hidden;
}


.s-block--video div {
    overflow: hidden;
    padding: 20px;
    border-radius: 40px !important;
}

.s-block--video div .videoWrapper{
    border-radius: 20px;
    overflow: hidden;
}


.s-block--features div {

margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1440px) {
  .s-block--video div .videoWrapper {
    height: 450px;
    width: 300px
    
  }
  .main-menu {
  display:none !important;
  }
  
  salla-apps-icons {
display: none !important;
}

.store-footer__inner .container {

justify-content: space-around;
align-items: center;
}


}


salla-products-list{
display:none !important;

}


.s-slider-block__title {
display: none !important;
text-align: center !important;
}


.swiper-wrapper {

justify-content: center;
}

.store-footer__inner::after , .s-block__title{
display: none !important;
}

.store-footer__inner {
padding-top : 50px!important;
}

.s-block--video .container {
    justify-content: center;
    display: flex;
}

.sc-q8c6tt-1{
transform: translateY(10px);
}


div.store-footer__inner  div  div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20  p:nth-child(3) {
display: none !important;
}

p.max-w-sm {
font-size: 40px !important;
}

ul, li {
margin : 3px;
}

.s-contacts-icon:where([dir="rtl"], [dir="rtl"] *){
margin-left: 0px !important;
}

salla-apps-icons{
display: none !important;
}

.store-footer__inner .container {

justify-content: space-around;
align-items: center;
}

 div.app-inner.flex.flex-col.min-h-full  div  div  div  div.flex.min-h-screen  salla-products-list {
 display: block !important;
 
 }