@media (min-width: 1500px) {
  .product-archive-page .product-properties-col .product-information #add-to-cart-or-refresh .product_cs_wrapper__top {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .product-archive-page #add-to-cart-or-refresh .product_cs_wrapper__bottom .add-to-cart::after {
    position: static;
    text-wrap: auto;
  }
}

@media (max-width: 576px) {
  .product-archive-page #add-to-cart-or-refresh .product_cs_wrapper .product_cs_wrapper__bottom .add {
    max-width: 100% !important;
  }
}
