@media (min-width: 900px) {
.header {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0.5rem 1rem;
  background-image: linear-gradient(284deg, #fedd4e, #fcb43a);
  color: #fff;
  margin-bottom: 1rem;
}

.header a {
  color: #fff;
  text-decoration: none;
}

.header-title {
  font-size: 1.2rem;
  font-weight: normal;
}

.header-title::after {
  content: ' ▸ ';
  padding: 0 0.5rem;
}

.header-subtitle {
  font-size: 1.2rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.search-panel {
  display: flex;
}


.search-panel__filters {
  /* Eesto es para que salga el scroll*/
  height: calc(-76px + 100vh);
  line-height: 1em;
  overflow-x: hidden;
  overflow-y: scroll;

  /* Esto es para que se fije el menú izquierdo en pantalla */
  position: sticky;
  top: 1rem;
  left: 0;
  margin-top: 20px;
}

.search-panel__results {
    margin-top: 20px;
}


.ais-Highlight-highlighted {
  color: inherit;
  font-size: inherit;
}

#searchbox {
  margin-bottom: 2rem;
}

#pagination {
  margin: 2rem auto;
  text-align: center;
}

#related-products,
.ais-Hits--single {
  margin-top: 1rem;
}

.ais-Hits--single article {
  display: flex;
  gap: 1rem;
}

.ais-Hits--single img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  flex-shrink: 0;
}

.ais-TrendingItems-item,
.ais-RelatedProducts-item {
  background: none !important;
  align-items: stretch !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.ais-TrendingItems-item > div,
.ais-RelatedProducts-item > div {
  align-items: start;
  background: #fff;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 0 0 1px #23263b0d, 0 1px 3px #23263b26;
}

.ais-TrendingItems-item img,
.ais-RelatedProducts-item img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.ais-TrendingItems-item article,
.ais-RelatedProducts-item article {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.ais-TrendingItems-item h2,
.ais-RelatedProducts-item h2 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}

.ais-Carousel-item {
  padding: 0.5rem !important;
}

.ais-Carousel-list {
  margin: -0.5rem !important;
  grid-auto-columns: calc(22% - 0.5rem) !important;
}

.ais-Carousel::before,
.ais-Carousel::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.5rem;
  display: block;
  background: rgb(255, 255, 255);
  content: '';
}

.ais-Carousel::before {
  left: -0.5rem;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.ais-Carousel::after {
  right: -0.5rem;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.ais-HierarchicalMenu-link--selected{
  font-weight: bold;
  white-space: initial;
}
.ais-HierarchicalMenu-label{
  white-space: initial !important;
}
.ellipsis {
  overflow: hidden;
  white-space: pre-line;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 90%;
  height: 3rem;
}
.ellipsis-oem {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 90%;
}
.bloqueProducto:hover {
border-color: darkblue;
}
.ais-HierarchicalMenu-link{
  margin-right: 0px !important;
}
.ais-CurrentRefinements{
  margin-bottom:20px;
}
.ais-CurrentRefinements-item{
  background-color: #CAE2F9 !important;
  color:#1e2782 !important;
  border: 1px #1e2782 !important;
}
.ais-CurrentRefinements-delete{
  color:#1e2782 !important;
}
.liSubcatHeader{
  padding-left:10px;
}
.ais-HierarchicalMenu-link::before {
 /* background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNjAgNjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYwIDYwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbD0iIzAwMDAwMCI+Cjxwb2x5Z29uIHBvaW50cz0iNjAsMjYuNyAzMywyNi43IDMzLC0wLjMgMjcsLTAuMyAyNywyNi43IDAsMjYuNyAwLDMyLjcgMjcsMzIuNyAyNyw1OS43IDMzLDU5LjcgMzMsMzIuNyA2MCwzMi43ICIvPgo8L3N2Zz4K) !important; */
 background-color: rgba(65, 66, 71, 0.08); 
 background-image: url('/image/icon/plus-small.png') !important;
}
/* .short { display: block; width: 100%; } */
}