Главная
Контакты
Калькулятор мателла
База знаний
Каталог СКИФ
Нержавеющая сталь оптом от производителя
Полный ассортимент марок, любые виды обработки и доставка по всей России
.tilda-product-card { background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 3px 10px rgba(0,0,0,0.1); margin-bottom: 25px; transition: transform 0.3s ease; } .tilda-product-card:hover { transform: translateY(-5px); } .product-image { height: 200px; background: #f0f0f0; display: flex; align-items: center; justify-content: center; overflow: hidden; } .product-image img { width: 100%; height: 100%; object-fit: contain; } .product-info { padding: 20px; } .product-name { font-size: 18px; font-weight: bold; margin-bottom: 10px; color: #2c3e50; } .product-specs { margin-bottom: 15px; } .product-spec { display: flex; justify-content: space-between; margin-bottom: 5px; font-size: 14px; } .product-price { font-size: 20px; font-weight: bold; color: #e74c3c; margin-bottom: 15px; } .add-to-cart { width: 100%; padding: 12px; background: #3498db; color: white; border: none; border-radius: 4px; font-size: 16px; cursor: pointer; transition: background 0.3s ease; } .add-to-cart:hover { background: #2980b9; }