.sticky-header {
  background-color: #e95b0c !important;
  color: #fff !important;
}

.default_background {
  background-color: #fff;
  padding: 0.25rem;
}

.products-container .product:not(.theme-horizontal) .product-name {
  max-width: 100% !important;
  height: 3rem;
  overflow: hidden;
}

.product-title {
  line-height: 1rem;
}

.product-description {
  font-size: 0.7rem;
  line-height: 1rem;
  font-weight: 300;
}

.product-price {
  color: #e95b0c;
  -webkit-text-stroke: 0.05rem white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 900 !important;
  letter-spacing: -2px;
}

.product-price .decimali {
  font-size: 70%;
}

.product > div:after {
  /* border-bottom: 0.2rem solid #e30613; */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #eee, transparent);
}

.product-info {
  padding: 0 0.25rem 0.5rem !important;
}

.modalProduct .product-price {
  font-size: 3rem;
}

.modalProduct .product-price .euro {
  font-size: 1.8rem;
  margin-right: 0.2rem;
}

.product-button,
.native-bar.native-left > .btn-group-vertical,
.native-bar.native-right {
  display: none !important;
}

#fullContainer {
  background-color: #fff;
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.native-bar {
  width: 22rem;
}

.content_start a {
  width: 100% !important;
}

.reparti > li {
  font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.product-info > span {
  font-size: 0.6rem;
  font-style: italic;
  margin-right: auto;
  padding-top: 0.2rem;
}

.modalProduct .product-name > span {
  font-style: italic;
}

.top-filter li.active {
  color: #e95b0c;
}
