/* FILTRI LATERALI */

#facets_search_wrapper {
  border: 2px solid var(--bs-primary);
  border-radius: 20px;
  overflow: hidden;
  padding: 0px 20px;
}

/* FINE FILTRI LATERALI */

/* CAMBIO VISTA LISTA PRODOTTI */

.view-switcher a {
  padding: 4px;
  border-radius: 50%;
  background-color: #F5F5F5;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  align-content: end;
}

.view-switcher a.current {
  background-color: var(--bs-primary);
  color: #fff;
}

.view-switcher a.current i {
  color: #fff;
}

/* FINE CAMBIO VISTA LISTA PRODOTTI */

/* METODO DI VISUALIZZAZIONE */

.showing {
  color: var(--bs-dark);
}

.products-sort-nb-dropdown a {
  color: var(--bs-dark);
  background-color: #F5F5F5;
  border: none;
}

/* FINE METODO DI VISUALIZZAZIONE */

/* MINIATURA PRODOTTO */

.js-product-miniature-wrapper {
  margin-bottom: 20px;
}

.product-miniature {
  background-color: #F6FAFF;
  padding: 10px;
  width: calc(100% - 20px);
}

.product-title a {
  color: #404040 !important;
  font-size: 1.2rem !important;
  font-weight: bold !important;
}

.product-price {
  /* color: #404040 !important; */
  font-size: 1.1rem !important;
  font-weight: bold !important;
}

.regular-price {
  font-size: 0.9rem;
  color: var(--bs-danger) !important;
}

.lazy-product-image {
  width: 200px;
  height: 250px;
  object-fit: cover;
}

.btn-product-list {
  background-color: var(--bs-primary) !important;
  color: #fff !important;
}

/* FINE MINIATURA PRODOTTO */
