/*****************************
******************************
******************************

Questo file include file scss di configurazione e non genera elementi CSS.

******************************
******************************
******************************/
/******** 
Inizio Mixins
********/
/********
Fine Mixins
********/
/********
Inizio Typography
********/
/********
Fine Typography
********/
/********
 Inizio Colors 
********/
/********
Fine colors
********/
.products-selection {
  position: relative;
  width: 100%;
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  gap: 10px;
}
.products-selection::after {
  display: none !important;
}

.total-products {
  display: none;
}

.btn-filter {
  width: 100%;
}

.card-header .PM_ASBlockTitle {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

#PM_ASBlock_1 .card-header {
  border: none;
}
#PM_ASBlock_1 .PM_ASCriterionsGroupName {
  font-weight: 700;
}

@media (min-width: 992px) {
  .products-selection {
    display: block;
    padding: 0;
  }
  .products-selection::after {
    display: block !important;
  }
  .total-products {
    display: block;
  }
}
.product-attr li.Sold-Out a {
  text-decoration: none !important;
  color: #74946f !important;
}

.product_Gift.card.template {
  display: none;
}