/* Add custom CSS styles below */ 
.s-product-card-image{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
   display: block;
  text-decoration: none;
  z-index: 1; 
}

.s-product-card-image:hover::before {
  content: "قسط مع تمارا حد ادني 99 ";
  position: absolute;
  top: 10;
  left: 10;
  width: 100%;
  height: 100%;
  background-color:rgba(0, 0, 0, 0.5); 
  color: #fff; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
}

.s-product-card-image a img {
  transition: transform 0.3s ease;
}

.s-product-card-image:hover a img {
  transform: scale(1.1); 
}

#mainnav .container > .flex {
  position: relative;
}

#mainnav [data-testid="store-header-logo"] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  z-index: 10;
}