<meta name="google-site-verification" content="pp6WZYb5yxAa1Bew-ViXZWkq1gpBhldn70w4ZQJELFo" />
/*
/* Add custom CSS styles below */ 
/* حجم الخلفية*/
.navbar-brand img 
{
    max-height: 15rem;
}

/*لون واطار المنتجات*/
.s-product-card-entry {
    border-radius:10px;
        box-sizing: border-box;
    border: 0.5px groove var(--color-primary);
   /* box-shadow: rgba(0, 0, 0, 0.36) 2.5px 2.5px 5px, rgba(0, 0, 0, 0) -2.5px -2.5px 5px;
}*/

/*حركة المنتجات*/
.s-product-card-entry:hover {
    animation: danmove ease 1s;
}
@keyframes danmove {
    0% {
        /*transform: translate(0, -100px)*/
    }
.logo img {
    height : 300px;
    }
  
    
element.style {
    background-color:#a884b8;
}
.promotion-banner, .animated-text {
    padding: 5px 0;
    position: relative;
}
--------------------------------------------------------------