/* V26 - restore visible + icon on add-to-cart button */
.mk15-theme .foodmart-add-btn .foodmart-add-plus,
.mk15-theme .foodmart-product-card .foodmart-add-btn .foodmart-add-plus,
.mk15-theme .product-item.foodmart-product-card .foodmart-add-btn .foodmart-add-plus{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 22px!important;
  width:22px!important;
  height:22px!important;
  margin-left:2px!important;
  border-radius:999px!important;
  background:#0d6f31!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 3px 8px rgba(13,111,49,.20)!important;
  opacity:1!important;
  visibility:visible!important;
}

/* protect the icon from older white/pastel rules */
.mk15-theme .foodmart-add-btn .foodmart-add-plus::before,
.mk15-theme .foodmart-add-btn .foodmart-add-plus::after{
  content:none!important;
  display:none!important;
}

@media(max-width:991.98px){
  .mk15-theme .foodmart-add-btn{
    gap:5px!important;
  }
  .mk15-theme .foodmart-add-btn .foodmart-add-plus,
  .mk15-theme .foodmart-product-card .foodmart-add-btn .foodmart-add-plus,
  .mk15-theme .product-item.foodmart-product-card .foodmart-add-btn .foodmart-add-plus{
    display:inline-flex!important;
    flex-basis:17px!important;
    width:17px!important;
    height:17px!important;
    min-width:17px!important;
    margin-left:1px!important;
    background:#0b6a2e!important;
    color:#fff!important;
    font-size:12px!important;
    box-shadow:none!important;
  }
}
