/* Device = Tablets, Ipads (portrait) */
/* Device = Laptops, Desktops */
/* Device = Desktops */
/* Higher Resolution Screens */
/* COLORS */
/* FONTS */
.search__hero-banner {
  padding: 24px;
  gap: 16px; }
  @media (min-width: 768px) {
    .search__hero-banner {
      padding: 40px 0;
      gap: 40px; } }
  .search__hero-banner__empty-component {
    width: 374px; }
  .search__hero-banner__image picture {
    z-index: 1; }
    .search__hero-banner__image picture img {
      object-fit: contain; }

/* COLORS */
/* FONTS */
.bg-brand {
  background-color: #046A38; }

.color-brand {
  color: #046A38 !important; }

.bg-light-brand {
  background-color: #B7CE95 !important; }

/* PDP COLORS */
/* PLP COLORS */
/* PDP FONTS */
.search__hero-banner-container .search__hero-banner__text {
  font-size: 18px;
  line-height: normal;
  text-transform: none !important; }

.search__hero-banner-container .search__hero-banner__text-container {
  gap: 8px; }

.search__hero-banner-container .search__hero-banner__pet-type {
  font-weight: 400;
  font-family: "thirsty-rough-two"; }
  @media (min-width: 768px) {
    .search__hero-banner-container .search__hero-banner__pet-type {
      font-size: 40px;
      line-height: 44px; } }

/*# sourceMappingURL=heroBanner.css.map*/