/* ========== Responsive Styles ========== */
/* ===== Mobile ===== */
@media only screen and (max-width: 999px) {
  body.woocommerce.single-product ul.products {
    flex-direction: column !important;
    li.product {
      width: 100% !important;
    }
  }
}