#floating-whatsapp {
 bottom: 75px !important;
}
.custom_dev_social_icons {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  background-color: transparent;
}

.custom_dev_social_icons a {
  margin: 0 12.5px; /* replaces gap: 25px */
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.custom_dev_social_icons a:hover {
  transform: scale(1.2);
  color: #cccccc;
}

/* GRID (shop / category cards) */
.call-for-price-grid {
    font-weight: 600;
    color: rgba(23,78,146,1);
    font-size: 14px;
		padding: 0 5px;
}

.call-for-price-product-page{
		font-weight: 600;
		font-size: 14px;
}

.call-for-price-product-page a {
		color: rgba(23,78,146,1);
}