

/* Start:/local/components/pan/catalog.section/templates/main_catalog/style.css?17563919773774*/
.shop-catalog-list-item__slider-list {
    padding: 0;
    --gap: 0;
    align-content: stretch;
    list-style: none;
    position: static;
}
.shop-catalog-list-item__slider-list-item {
    position: static !important;
}
.shop-catalog-list-item__slider-list-item img {
    object-fit: contain;
}
.shop-catalog-list-item__slider-list-item picture {
    opacity: 0;
}
.shop-catalog-list-item__slider-marker {
    height: auto;
    width: calc(100% / var(--col-count));
    position: relative;
    padding: 1px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-item-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
}
@media (max-width: 812px) {
    .product-item-nav {
        display: none;
    }
    a.prod-list-item__link {
        max-width: 230px;
        max-height: 200px;
    }
}
.shop-catalog-list-item__slider-marker:before {
    content: '';
    display: block;
    background: #e5e5e5;
    /* box-shadow: 0px 0px 0px 3px white; */
    height: 4px;
    width: 10px;
    border-radius: 3px;
}
.shop-catalog-list-item__slider-marker.active:before {
    background: #fed700;
}
.shop-catalog-list-item__slider-list:not(:hover) .shop-catalog-list-item__slider-list-item:first-child picture,
.shop-catalog-list-item__slider-list-item:hover picture {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
/* slick-slider */
.shop-catalog-list-item__slider-list.slick-slider .slick-list {
    height: 100%;
}
.shop-catalog-list-item__slider-list.slick-slider .slick-list .slick-track{
    height: 100%;
}
.shop-catalog-list-item__slider-list.slick-slider .slick-list .slick-slide > div {
    height: 100%;
}
.shop-catalog-list-item__slider-list.slick-slider .shop-catalog-list-item__slider-list-item {
    height: 100%;
    position: relative !important;
}
.shop-catalog-list-item__slider-list.slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
}
.shop-catalog-list-item__slider-list.slick-slider .slick-prev {
    left: -35px;
    background: url(/local/templates/main/css/../img/arrow-left.png) no-repeat 0 0;
    width: 23px;
    height: 46px;
}
.shop-catalog-list-item__slider-list.slick-slider .slick-next {
    right: -35px;
    background: url(/local/templates/main/css/../img/arrow-right.png) no-repeat 0 0;
    width: 23px;
    height: 46px;
}
.shop-catalog-list-item__slider-list.slick-slider .slick-arrow:before {
    font-size: 30px;
    color: #cacaca;
    font-family: inherit;
    content: " ";
}
.slick-arrow.slick-disabled {
    opacity: 0.5;
}
.shop-catalog-list-item__slider-list.slick-slider .shop-catalog-list-item__slider-list-item picture {
    opacity: 1;
}
.shop-catalog-list-item__slider-list.slick-slider .slick-dots li button {
    width: auto;
    height: auto;
    padding: 3px;
}
.shop-catalog-list-item__slider-list.slick-slider .slick-dots li button:before {
    display: block;
    background: #e5e5e5;
    height: 4px;
    width: 10px;
    border-radius: 3px;
    opacity: 1;
    position: relative;
    content: '';
    font-family: inherit;
}
.shop-catalog-list-item__slider-list.slick-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}
.shop-catalog-list-item__slider-list.slick-slider .slick-dots {
    bottom: -14px;
}
.shop-catalog-list-item__slider-list.slick-slider .slick-dots li.slick-active button:before {
    background: #fed700;
}
.shop-catalog-list-item__slider-list.slick-slider .slick-slide.slick-active {
    /*background: #fed700;*/
}
/* End */
/* /local/components/pan/catalog.section/templates/main_catalog/style.css?17563919773774 */
