

/* Start:/local/templates/main/components/bitrix/catalog/catalog/style.min.css?1766402645959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.element/catalog/style.css?17709330861563*/
.thumbnails-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.thumbnails {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth; /* Плавность при программной прокрутке */
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -webkit-overflow-scrolling: touch; /* Нативная плавность на iOS */
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x; /* Только горизонтальная прокрутка */
}

.thumbnails::-webkit-scrollbar {
    display: none;
}

.thumbnails:active {
    cursor: grabbing;
}

.thumbnail-item {
    flex: 0 0 auto;
    display: block;
    text-decoration: none;
    will-change: transform; /* Оптимизация для плавности */
}

.thumbnail-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Отключаем выделение при drag */
.thumbnails.dragging {
    scroll-behavior: auto;
}

.thumbnails.dragging * {
    pointer-events: none;
}

.product-detail .product-header {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .thumbnail-item {
        width: 80px;
    }
    .thumbnails {
        gap: 15px;
    }
}

@media (min-width: 1024px) {
    /*.thumbnail-item {
        width: calc(20% - 16px);
    }*/
    .thumbnails {
        gap: 20px;
    }
}

/* End */
/* /local/templates/main/components/bitrix/catalog/catalog/style.min.css?1766402645959 */
/* /local/templates/main/components/bitrix/catalog.element/catalog/style.css?17709330861563 */
