/* Add custom CSS styles below */ 

/* اللوجو */

@keyframes popup_logo{
0% {
    transform: scale(1);
}
15% { 
    transform: scale(1);
}
80% { 
    transform: scale(1);
}
100% { 
    transform: scale(1); 
}
}


.index .app-inner:before,
.index .app-inner:after {
    all: unset; /* بيمسح كل الخصائص القديمة */
}
.index .app-inner:before,
.index .app-inner:after {
    animation: none ;
    transition: none ;
    transform: none;
    opacity: 1 ;
      pointer-events: none;
}


.index .app-inner:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2e2a26;
    z-index: 999998;
    animation: bg_fade 6s ease forwards;
}

.index .app-inner:after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 6rem;
    height: 6rem;
    background: url(https://cdn.salla.sa/form-builder/fFHwAnpSUqF14iejDg7RjUM3WqPqmDNue8ciO4pK.webp) no-repeat center / contain;
    z-index: 999999;
    transform: translate(-50%, -30%);
    opacity: 0;
    animation: logo_fade 6s ease forwards;
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div > div > div.footer-bottom.col-span-2.items-center.justify-between.py-4.test-container.text-center.lg\:pt-0.test-1 > ul > li:nth-child(4),
#app > div.app-inner.flex.flex-col.min-h-full > footer > div > div > div.footer-bottom.col-span-2.items-center.justify-between.py-4.test-container.text-center.lg\:pt-0.test-1 > ul > li:nth-child(7) {
    display: none !important;
}

/* keyframes */
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translate(-50%, -30%);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%);
  }
}

@keyframes bg_fade {
  0% {
    opacity: 1; 
  }
   50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}





footer.store-footer.overflow-hidden.icons-rounded-md {
    margin-top: 0;
}

.footer__localization {
    display: none;
}


@media only screen and (min-width: 1024px) {
    #app .footer-container {
        flex-direction: column;
        display: grid
;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    a.footer_logo.flex.justify-start.lg\:justify-start.items-center.m-0.my-5.max-w-\[180px\].test-1{
    margin-inline: auto;
    }
    
    .footer_top.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20.test-1{
padding-left:0;
}
li.footer-social-item.mx-2.rounded-md {
    justify-self: flex-end;
}
.footer-bottom.col-span-2.items-center.justify-between.py-4.test-container.text-center.lg\:pt-0.test-1 {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div > div > div.footer_top.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20.test-1 > p:nth-child(4){
margin-bottom:1.25rem;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div > div > div.footer_top.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20.test-1 > a{
margin-bottom:0px;
}

#app.product-card-bg-on custom-salla-product-card .s-product-options-option:not([data-option-type="color"]),
#app.product-card-bg-on custom-salla-product-card  .s-product-options-colors-wrapper input[type=radio] + label div{
display:none !important;
}

/* custom-salla-product-card:not([horizontal=true]) {
    height: fit-content;
}
*/

/* --- Colors --*/

#app .s-product-options-colors-wrapper .s-product-options-colors-item {
    margin-left: 0.5rem;
    margin-right: 0.6rem;
    width: auto;
}
@media (max-width: 768px) {
 #app.product-card-bg-on custom-salla-product-card .s-product-options-colors-item {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 10px !important;
  display: inline-block !important;
  box-sizing: border-box !important;
}
#app.product-card-bg-on custom-salla-product-card .s-product-options-colors-wrapper input[type=radio] + label span {
    height: 20px;
    width: 20px;
}
}