.tp-product-price.new-price {
    color: #000 !important;
}

.tp-product-details-query-item {
    display: none !important;
}

.svg-icon-ti-ti-brand-instagram {
    color: #E1306C;
}

.svg-icon-ti-ti-brand-instagram:hover {
    color: #C13584;
}

.svg-icon-ti-ti-brand-whatsapp {
  color: #25D366;
  transition: color 0.3s ease;
}

.svg-icon-ti-ti-brand-whatsapp:hover {
  color: #1DA851;
}

.svg-icon-ti-ti-copy {
  color: #555;
  cursor: pointer;
  transition: color 0.2s ease;
}

.svg-icon-ti-ti-copy:hover {
  color: #2563eb;
}

.svg-icon-ti-ti-brand-facebook {
  color: #555;
  cursor: pointer;
  transition: color 0.2s ease;
}

.svg-icon-ti-ti-brand-facebook:hover {
  color: #1877F2;
}

.svg-icon-ti-ti-brand-tiktok {
  color: #555;
  cursor: pointer;
  transition: color 0.2s ease;
}

.svg-icon-ti-ti-brand-tiktok:hover {
  color: #EE1D52;
}