top of page
Best Sellers
Editor's Choice
Blenders for Every Kitchen
bottom of page
/* Stilizē visas Wix pogas ar Amazon oranžo stilu */ button { background-color: #FF9900 !important; /* Amazon oranžā */ color: #ffffff !important; /* Balts teksts */ font-size: 18px !important; font-weight: bold !important; padding: 12px 20px !important; border-radius: 8px !important; text-align: center !important; text-decoration: none !important; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2) !important; transition: all 0.3s ease-in-out !important; } /* Hover efekts – krāsas maiņa */ button:hover { background-color: #FFB600 !important; /* Gaišāks oranžais */ transform: translateY(-2px) !important; } /* Pielāgo pogas tekstu */ button span { font-family: sans-serif !important; font-weight: 700 !important; text-transform: uppercase !important; color: white !important; } /* Pielāgo pogas ikonu, ja tāda ir */ button img { width: 24px !important; height: 24px !important; margin-right: 8px !important; } /* Responsivitāte – mazākiem ekrāniem */ @media (max-width: 768px) { button { font-size: 16px !important; padding: 10px 16px !important; } }