art creation ikame
₺179,00'den Başlayan Fiyatlarla
/* Tüm Renkleri Görüntüle Butonu */
.iueklenti-view-colors-wrapper {
margin: 20px 0;
text-align: center;
}
.iueklenti-view-colors-wrapper {
margin: 20px 0;
text-align: center;
}
.iueklenti-view-colors-button {
display: inline-block;
padding: 14px 32px;
background-color: #000;
color: #fff !important;
text-decoration: none !important;
border-radius: 4px;
font-size: 16px;
font-weight: 600;
transition: all 0.3s ease;
cursor: pointer;
}
.iueklenti-view-colors-button:hover {
background-color: #333;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.iueklenti-view-colors-button .iueklenti-icon {
font-size: 20px;
margin-right: 8px;
}
@media (max-width: 768px) {
.iueklenti-view-colors-button {
width: 100%;
max-width: 300px;
}
}

