/* Add custom CSS styles below */ 
/* Code written by: www.rqmystore.com */

.s-product-card-entry {
    border-radius: 10px; /* زاوية مستديرة لجميع الزوايا */
    background-color: #e9ebec; /* لون خلفية البطاقة */
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* تأثير الانتقال */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0); /* ظل خفيف حول البطاقة */


}

.s-product-card-entry:hover {
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1); /* زيادة الظل */
    transform: translateY(-1px); /* رفع البطاقة للأعلى */
}



.footer-is-light .store-footer .store-footer__inner {
  background-color: #f0f0f0;
}

/*--------*/

a[href="https://zylo-sa.com/"] h3 {
    position: relative;
    display: inline-block;
    width: 120px;  /* عرض الشعار */
    height: 60px;  /* ارتفاع الشعار */
    font-size: 0 !important;
    background-image: url('https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/YgxbEW/GSdxJYihxY8N37zRtMWEx5aSn1IgKVWQTHlezop8.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}