/* Add custom CSS styles below */ 
/* header  */
.fixed-pinned [class="header-inner inner bg-white da-bgm "] {
  background-color:transparent !important;;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari */
  border-radius: 12px;
/*   padding: 20px; */
}

/* card */

.s-product-card-content{
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:0 !important;
  
}

.s-product-card-content-main ,
[class="s-product-card-actions s-product-card-actions-bottom"]{
width:100%}
.s-product-card-content [class="s-product-card-content-sub justify-center gap-2 "]{
/*   border:1px solid red !important;; */
  width:unset !important;;
min-width: unset !important;
  
}
.s-product-card-content [class="s-product-card-content-footer rounded-none"] salla-add-product-button div.w-full button{ 
  width:unset !important;;
border-radius: 50%;
  border:none

}

.s-product-card-content [class="s-product-card-content-footer rounded-none"] salla-add-product-button div.w-full button span{
  font-size:0 !important;
}

/* @media (max-width:600px){
[class="s-product-card-actions s-product-card-actions-bottom"]{

height:40px;
display: flex;
justify-content: space-between;
padding:1rem

}

  [class="s-product-card-actions s-product-card-actions-bottom"] button {
    background-color:transparent;
  }
.s-product-card-content{
 margin-top:-38px
  
}
} */