/* Стилизация под AutoEuropa */
body { font-family: 'Open Sans', sans-serif; background: #f8f9fa; }
header { background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.product-layout .product-thumb { border: none; box-shadow: 0 2px 5px rgba(0,0,0,0.05); transition: 0.3s; border-radius: 8px; overflow: hidden; margin-bottom: 20px; }
.product-layout .product-thumb:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.1); transform: translateY(-3px); }
.product-thumb .image { padding: 0; }
.product-thumb .image img { width: 100%; height: 200px; object-fit: cover; }
.product-thumb .caption { padding: 15px; min-height: 120px; }
.product-thumb h4 a { color: #333; font-weight: 600; font-size: 16px; text-decoration: none; }
.product-thumb .price { color: #e74c3c; font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.product-thumb .button-group { display: none; } /* Скрываем кнопки корзины в списке */

/* Карточка товара */
.product-gallery .main-image img { border-radius: 8px; width: 100%; }
.thumbnails-row { margin-top: 10px; display: flex; gap: 10px; overflow-x: auto; padding-bottom: 10px; }
.thumb-item img { width: 80px; height: 60px; object-fit: cover; border-radius: 4px; cursor: pointer; border: 2px solid transparent; }
.thumb-item.active img { border-color: #337ab7; }
.product-specs { margin: 20px 0; background: #fff; padding: 20px; border-radius: 8px; }
.spec-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #eee; }
.spec-label { color: #777; }
.spec-value { font-weight: 600; }
.price-notice { background: #e8f4fc; color: #1976d2; padding: 10px; border-radius: 4px; margin-bottom: 15px; font-size: 14px; }
#btn-request { background: #28a745; border: none; padding: 15px; font-size: 18px; width: 100%; border-radius: 6px; margin-top: 20px; }
#btn-request:hover { background: #218838; }
