.s-product-card-entry {

animation: slide-in-right 1s ease-in-out both;

}

@keyframes slide-in-right {

0% {

-webkit-transform: translateX(100px);

transform: translateX(100px);

opacity: 0;

}

100% {

-webkit-transform: translateX(0);

transform: translateX(0);

opacity: 1;

}

}
body{

background-image: linear-gradient(#ffffff, #f1e9e0 , #ffffff);

}

.text-gray-400{color:#f1e9e0 !important;}

.text-black

{color:#9f6347 !important;}

.s-product-card-entry.rounded-2xl{background-color: transparent !important;}

.s-products-list-wrapper{grid-gap:1rem !important;}

.lazy__bg.lazy_img {border: 20px red!important;}

.bg-gray-100{background-color: #ddd2c6!important;}

.contact-links a{background-color: #ddd2c6 !important;}
/** .store-footer__inner{background-image:url("https://cdn.salla.sa/YRVKq/X3Am8GSusA4LHWyjWFKdHY4pU044kNyRFDZJRNTq.png")!important;}**/