﻿/* Основні стилі для плитки */
/*.modelBlock_div {
    position: relative;
    transition: all .3s;
    padding: 7px;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: #fdb60a;
}

    .modelBlock_div figure.modelBlock_container, .modelBlock_div figure.modelBlock_container a {
        position: relative;
        display: block;
        overflow: hidden;
        height: 320px;  Висота плитки 
        min-height: 320px;
        max-height: 320px;
        margin-bottom: 0;
        border-radius: 4px;
    }

        .modelBlock_div figure.modelBlock_container img {
            object-fit: cover;
            height: 100%;
            width: 100%;
            display: block;
        }*/

 /*Стилі для кнопки "See More"*/ 
/*.see-more-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

    .see-more-content p {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        color: #f03d8c;  Колір тексту 
        background-color: #fff;
        padding: 15px 40px;  Довший овал 
        border-radius: 30px;  Овальна форма 
        border: 2px solid #f03d8c;  Колір контуру 
        display: inline-flex;
        align-items: center;
    }*/

     /*Жирніша стрілка*/ 
    /*.see-more-content span {
        font-size: 24px;  Збільшено розмір стрілки 
        font-weight: bold;  Зроблено стрілку жирнішою 
        margin-left: 10px;  Відстань між текстом і стрілкою 
    }*/

 /*Стилі для покращення вигляду плитки при наведенні*/ 
/*.modelBlock_div:hover {
    background-color: #ffb500;  Трохи темніший колір при наведенні 
}

.modelBlock_div .modelInfo_details {
    padding-top: 0px;
    margin-top: 0;
    text-align: left;
}

    .modelBlock_div .modelInfo_details h2 {
        text-transform: capitalize;
        font-family: 'Oswald', sans-serif;
        font-size: 1.7rem;
        font-weight: 600;
        margin-bottom: 0;
        color: #666666;
        padding: 10px 16px;
        display: block;
        text-align: center;
    }

        .modelBlock_div .modelInfo_details h2.model-title.modelTitle_ThumbInfo a {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 700;
            font-size: 1.8rem;
            color: #333333;
            text-decoration: none;
        }
a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;*/ /* Центрує текст */
    /*height: 100%;*/ /* Залежно від батьківського контейнера */
/*}

    a h2 {
        text-decoration: none;
        position: relative;
        display: inline-block;
    }

        a h2::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -5px;*/ /* Відступ підкреслення */
            /*width: 100%;
            height: 2px;
            background-color: white;*/ /* Білий колір лінії */
            /*transform: translateX(-50%) scaleX(0);*/ /* Вирівнює по центру і ховає лінію */
            /*transition: transform 0.3s ease-in-out;
        }

    a:hover h2::after {
        transform: translateX(-50%) scaleX(1);*/ /* Показує підкреслення при наведенні */
    /*}*/
