/* === Mobile: pret sus, Detalii jos === */
@media only screen and (max-width: 700px) {
  .catalog-category-page article.product .product-footer-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    width: 100% !important;
    margin-top: auto !important;
  }

  .catalog-category-page article.product .pret-gradient {
    display: block !important;
    width: 100% !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    color: #d49b2a !important;
  }

  .catalog-category-page article.product .product-footer-row a.red-button,
  .catalog-category-page article.product a.red-button.red-button {
    all: unset !important;
    display: inline-grid !important;
    place-items: center !important;

    width: 100% !important;
    height: 34px !important;
    box-sizing: border-box !important;

    background: #050505 !important;
    color: #fff !important;
    border-radius: 999px !important;

    font-family: Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
}