Blog
Sorry, but nothing was found. Please try a search with different keywords.
Rzeżby
Nazwa produktu
Cena: 120 zł
Opis produktu. Ręcznie wykonana rzeźba z gliny.
Zapytaj o dostępność
* Przed dokonaniem zakupu skontaktuj się z nami w celu potwierdzenia dostępności produktu.
.product-menu ul {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 15px;
padding: 0;
}
.product-menu ul li a {
text-decoration: none;
background: #f4f4f4;
padding: 10px 20px;
border-radius: 25px;
color: #333;
font-weight: bold;
transition: background 0.3s;
}
.product-menu ul li a:hover {
background: #dcdcdc;
}
.product-section {
margin-top: 40px;
}
.product-item {
border: 1px solid #ddd;
padding: 15px;
border-radius: 12px;
max-width: 400px;
background: #fff;
}
.product-item img {
max-width: 100%;
border-radius: 12px;
}
.product-item .price {
font-weight: bold;
margin-top: 10px;
}
.product-item .description {
margin: 10px 0;
}
.product-item button {
background: #0078ff;
color: white;
border: none;
padding: 10px 15px;
border-radius: 8px;
cursor: pointer;
margin-top: 10px;
}
.product-item .note {
font-size: 0.9em;
color: #666;
margin-top: 8px;
}