/* =========================================================
   PRODUCT PAGE TEXT / PRICE
========================================================= */

/* Title spacing */
.tt-producttitle {
  margin-bottom: 2px;
}

/* Model + EAN block */
.product-meta-top {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  color: #666;
}

/* Remove gap before description */
.product-description-short {
  margin-top: 0;
}

/* Product price styling */
.product-prices .price,
.current-price span,
.current-price .value {
  color: #d60000 !important;
  font-weight: 700 !important;
  font-size: 22px !important;
}


/* =========================================================
   MOBILE BACK TO TOP
========================================================= */

/* Hide Warehouse/theme back-to-top button on mobile */
@media (max-width: 767px) {
  #goToTop {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}