/* Sepahan 2.2.3: guarantee tabs ellipsis + safe cart/download buttons. */
.sepahan-nikan-guarantees-wrap{
  max-width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
}
.sepahan-nikan-guarantees{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  gap:6px!important;
}
.sepahan-nikan-guarantees>li{
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  text-align:center!important;
  direction:rtl!important;
}
.sepahan-nikan-guarantees>li>span{
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  display:block!important;
}
.sepahan-nikan-guarantees>li:before{
  flex:0 0 auto!important;
  margin-left:4px!important;
}
.sepahan-nikan-cart .single_add_to_cart_button,
.woocommerce div.product form.cart .single_add_to_cart_button{
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
@media(max-width:767px){
  .sepahan-nikan-guarantees-wrap{
    padding:9px!important;
  }
  .sepahan-nikan-guarantees{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:5px!important;
  }
  .sepahan-nikan-guarantees>li{
    font-size:10.5px!important;
    line-height:1.8!important;
    padding-inline:2px!important;
  }
  .sepahan-nikan-cart .single_add_to_cart_button,
  .woocommerce div.product form.cart .single_add_to_cart_button{
    min-width:0!important;
    font-size:12px!important;
    padding-inline:8px!important;
  }
}
