.product--grid .product__name {
    -webkit-line-clamp: 6 !important;
    line-clamp: 6 !important;
}

.product--grid .product__info--price-gross {
    color: #d15824 !important; 
    font-weight: bold !important;
}
    
.product-summary__info--price-gross {
    color: #d15824 !important;
    font-weight: bold !important;
}

.grid-image__save-wishlist {
    display: none;
}

.btn-light {
    color: #000000 !important;
}

.grid-image__quick-view {
    display: none;
}

@media only screen and (min-width: 768px) {
  .floating-wpp .floating-wpp-button {
    display: none;
  }
}

.scroll-to-top-arrow {
    display: none !important;
}


.product-summary__info--price-row>:last-of-type {
    margin-right: 0;
    color: #d15824;
    font-weight: bold;
}


.cookie-policy-overlay .offcanvas-body .cookie-policy-overlay__actions>*+* {
    margin-top: .5rem;
    background: transparent;
}