.index-products{padding:60px 20px;background-color:#fff;}
@media (min-width:768px){.index-products{padding:80px 30px;}}
.index-products__container{max-width:1180px;margin:0 auto;}
.index-products__header{text-align:center;margin-bottom:32px;}
.index-products__title{font-size:28px;line-height:1.2;margin:0;color:#111827;}
.index-products__divider{display:inline-block;width:63px;height:2px;background:#0a0a0a;margin-top:18px;}
.index-products__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;}
.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 5px 20px rgba(17,24,39,0.08);transition:transform .2s ease,box-shadow .2s ease;}
.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(17,24,39,0.15);}
.product-card__media{position:relative;padding-top:120%;background:#f9fafb;overflow:hidden;}
.product-card__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;transition:opacity .2s ease;}
.product-card:hover .product-card__img{opacity:.9;}
.product-card__body{padding:18px;display:flex;flex-direction:column;flex:1;}
.product-card__title{margin:0 0 10px;font-size:18px;}
.product-card__title a{text-decoration:none;color:#111827;}
.product-card__title a:hover{color:#0f8bff;}
.product-card__intro{color:#6b7280;font-size:14px;line-height:1.5;margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.product-card__footer{margin-top:auto;}
.product-price{font-size:16px;color:#111827;margin:0;}
.product-price .currency{margin-right:2px;font-weight:600;}
.product-price .price-sale{font-weight:600;margin-right:6px;}
.product-price .price-regular{color:#b91c1c;text-decoration:line-through;font-size:14px;}
