

/* Start:/bitrix/templates/main/css/page_make_you_style.css?1738529685395*/
.content.cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.content.cards .item{width:calc(100%/4 - 20px);margin-right:1.25rem}@media (max-width: 1500px){.content.cards .item{width:calc(100%/3 - 20px)}}@media (max-width: 1100px){.content.cards .item{width:calc(100%/2 - 20px)}}@media (max-width: 700px){.content.cards .item{width:100%;margin-right:0}}

/* End */


/* Start:/bitrix/templates/main/components/lukyanoff/colors.list/fullCard/style.css?17803814543921*/
/* Компонент вывода расцветок */
.lukyanoff-colors-list {
    /* font-family: 'Helvetica Neue', Arial, sans-serif; */
}

.lukyanoff-colors-list .effects-block,
.lukyanoff-colors-list .colors-block,
.lukyanoff-colors-list .items-block {
    margin-bottom: 2rem;
}

.lukyanoff-colors-list h3 {

    margin-bottom: 1rem;
    color: #333;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
}

.lukyanoff-colors-list .btn-effect,
.lukyanoff-colors-list .btn-color {
    transition: all 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lukyanoff-colors-list .btn-effect:hover,
.lukyanoff-colors-list .btn-color:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.lukyanoff-colors-list .item-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s;
    /* height: 100%; */
}

.lukyanoff-colors-list .item-card:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.lukyanoff-colors-list .item-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
}

.lukyanoff-colors-list .item-card .no-image {
    height: 200px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;

}

.lukyanoff-colors-list .card-bodies {
    /* padding: 1rem; */
    font-size: 12px;
}
 
.lukyanoff-colors-list .card-title {
    font-size: 12px;

}
 
.row-block{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(6, 1fr);
}

.card-img-top-bg { 
    height:145px;
    border-radius: 3px;
    background-position: center center;
}

.lukyanoff-colors-list .card-text {
    font-size: 0.875rem;
}

/* Модальное окно */
#detailModal .modal-dialog {
    max-width: 90%;
    max-height: 90vh;
}

#detailModal .modal-body {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    background: #f8f9fa;
}

#detailModal .modal-body img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
}

#detailModal .modal-footer {
    justify-content: center;
    border-top: 1px solid #dee2e6;
}

/* Индикатор загрузки */
.lukyanoff-colors-list.loading {
    position: relative;
    pointer-events: none;
}

.lukyanoff-colors-list.loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(255, 255, 255, 0.6); */
    z-index: 9998;
}

.lukyanoff-colors-list.loading::after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -20px 0 0 -20px;
    border: 4px solid #c0c0c0;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Адаптивность */
@media (max-width: 768px) {
    .lukyanoff-colors-list .effects-block .col-1,
    .lukyanoff-colors-list .colors-block .col-1,
    .lukyanoff-colors-list .items-block .col-1 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .lukyanoff-colors-list h3 {
        font-size: 1.25rem;
    }
    
    .lukyanoff-colors-list .item-card img {
        height: 150px;
    }

    .row-block{
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 576px) {
    .lukyanoff-colors-list .effects-block .col-1,
    .lukyanoff-colors-list .colors-block .col-1,
    .lukyanoff-colors-list .items-block .col-1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #detailModal .modal-dialog {
        max-width: 95%;
        margin: 10px auto;
    }

    .row-block{
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(6, 1fr);
    }
}
/* End */
/* /bitrix/templates/main/css/page_make_you_style.css?1738529685395 */
/* /bitrix/templates/main/components/lukyanoff/colors.list/fullCard/style.css?17803814543921 */
