/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 24 2025 | 10:54:26 */
.add_to_cart_button img {
    width: 30px; /* Zmień rozmiar obrazka */
    height: auto; /* Zachowanie proporcji */
    display: block; /* Uniknięcie dziwnych odstępów */
    margin: 0 auto; /* Wyśrodkowanie */
}
.przyciskklasa{
	filter: invert(21%) sepia(50%) saturate(7416%) hue-rotate(353deg) brightness(94%) contrast(129%);
			}
.przyciskklasa:hover {
    filter: invert(0%) sepia(85%) saturate(7442%) hue-rotate(147deg) brightness(112%) contrast(113%);
	transform: scale(1.1); /* Powiększenie o 10% */
    transition: transform 0.2s ease-in-out; /* Płynny efekt */
}