/* Final overrides for the latest typography requests. Loaded after custom.min.css. */
@media screen and (min-width: 992px) {
  .text-lg {
    font-size: 16px !important;
    line-height: 1.75rem !important;
  }
}

.font-medium {
  font-weight: 400 !important;
}

/* Final button normalization requested for the site. */
@media screen and (min-width: 992px) and (max-width: 1599px) {
  html body [type="button"],
  html body [type="reset"],
  html body button {
    cursor: pointer !important;
    -webkit-appearance: button !important;
    border: 0 !important;
    font-size: 12px !important;
  }
}

html body [type="button"],
html body [type="reset"],
html body button {
  cursor: pointer !important;
  -webkit-appearance: button !important;
  border: 0 !important;
  font-size: 12px !important;
}

/* Product-card media spacing for laptop and MacBook Air layouts. */
@media screen and (min-width: 992px) and (max-width: 1599px) {
  html body .kavto-card-animate > .p-12 {
    padding: 4rem !important;
    padding-top: 110px !important;
  }
}

/* Keep catalog filter actions visible on laptop, MacBook, desktop and Mac. */
@media screen and (min-width: 992px) {
  html body.kc-tienda-page .kc-shop-sidebar {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
  }

  html body.kc-tienda-page .kc-shop-sidebar .master-filters {
    min-height: 0 !important;
    overflow-y: auto !important;
  }

  html body.kc-tienda-page .kc-shop-sidebar .kc-catalog-panel-actions {
    display: flex !important;
    flex: 0 0 auto !important;
    position: sticky !important;
    z-index: 3 !important;
    bottom: 0 !important;
    gap: 8px !important;
    padding: 12px 14px !important;
    border-top: 1px solid #e5e7eb !important;
    background: #ffffff !important;
  }

  html body.kc-tienda-page .kc-shop-sidebar .kc-catalog-panel-actions button {
    min-height: 42px !important;
    flex: 1 1 0 !important;
    border: 1px solid #d8dde4 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #303744 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
  }

  html body.kc-tienda-page .kc-shop-sidebar .kc-catalog-panel-actions button:last-child {
    border-color: #e30613 !important;
    background: #e30613 !important;
    color: #ffffff !important;
  }
}
