
            .wc-contact-price {
                transition: all 0.3s ease;
            }
            .wc-contact-price:hover {
                background: #0e4d6e !important;
                transform: translateY(-2px);
            }
            .woocommerce-loop-product__title + .wc-contact-price {
                margin-top: 10px;
            }
            .single-product .wc-contact-price {
                font-size: 24px;
                padding: 12px 30px !important;
            }
        