/* To hide caption on Collection Pages new Sierra UI */

.listing-grid .asset:not(.title-element) .title {
  display:none!important;
}

/* Beginning of Ticket 17814200228532 - Steve */

/* https://app.intercom.com/a/apps/uinqovrx/inbox/inbox/143112/conversations/17814200228532 */

/* To reduce logo height for desktop and mobile devices */

.header .logo img {
  /* max-height: 150px; */
  max-height: 50px!important;
}

@media only screen and (max-width: 767px) {
  .header .logo img {
    /* max-height: 150px !important; */
    max-height: 50px !important;
  }
}

/* End of Ticket 17814200228532 */