/*карточки ворот*/

body.base-page .special-products-section {
    margin-bottom: 40px;
}

body.base-page .special-products-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
}

body.base-page .product-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

body.base-page .product-card .title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 25px;
}

body.base-page .product-card .specs {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
}

body.base-page .product-card .price {
    font-weight: 500;
    color: #008c3b;
    font-size: 20px;
}