

















.default_category_card {

display:flex;
height:500px;
  width: 300px;               /* اضبط حسب الاحتياج */
  background: #fff;

  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  transition: transform .18s ease;


}


.default_category_card_img {

height:500px;
  width: 300px;
  display: block;
  transition: transform .20s ease;
  transform-origin: center;


}


.default_category_card_img:hover {
 transform: scale(1.6);
  
  
  
  
  }
.default_category_card_name {

  position: absolute;
  bottom: 50%;
  right: 50%;

  border: none;

/* تقدر تغيّره */
  color: white;
  font-weight: bold;
  cursor: pointer;
color:balck;
  opacity: 1;
  transform: translateY(50%)  translateX(50%) scale(.98);
  transition: opacity .22s ease, transform .22s ease;



}
.default_category_card h4 svg{

display:none;}




.fasty_product_card_wishlist_btn {

  position: absolute;
  
  top:45px;
  right:50%;
 

}



.fasty_product_card_wishlist_btn svg{


  width:25px;
  height:25px;
  
    transform: translateX(50%) ;}





.fasty_product_card_btn {


background-color:black;
color:white;
}

.fasty_product_card_btn:hover{

background-color:black;
color:white;}

.carouselWrapper .fasty_product_card::after{

content:"New";

  position: absolute;
  
  width:60px;
height:30px;

background-color:#00ab40;
color:white;

  border-radius: 20px 0; 
  
  text-align: center;
  padding:5px;
  font-wieght:bold;

}









































