/*
Theme Name: Sheshi Homepage Typography Audit
Version: 0.33.6
Description: Normalizes the responsive search label and tablet interface text without changing the established heading hierarchy.
*/

@media (max-width: 1023px) {
  body.sheshi-home .sheshi-home-search .sheshi-search-hero > .sheshi-search-submit {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body.sheshi-home .sheshi-home-search .sheshi-search-hero > .sheshi-search-submit .sheshi-search-submit-label {
    position: static !important;
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    clip: auto !important;
    transform: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.sheshi-home .sheshi-home-search .sheshi-search-hero-field input {
    font-size: 16px !important;
  }

  body.sheshi-home .sheshi-home-category-name {
    font-size: 14px !important;
  }

  body.sheshi-home .sheshi-home-category-count {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }
}
