.lookbook-products-list .product-miniature {
    margin: 0;
}
.lookbook-products-list .product-miniature:hover {
    z-index: 999;
}

.lookbook-image a,
.lookbook-image img {
    display: block;
}
.lookbook-image img {
    width: 100%;
    height: auto;
}
.lookbook-container > button,
.lookbook-products-list-wrap > button {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 99;
    width: 36px;
    height: 36px;
    background: none;
    color: #444;
}
.lookbook-page:not(.pk-list-view) .lookbook-image .product-thumbnail {
    margin-bottom: 0;
}
.lookbook-item .short-desc {
    display: none;
}
.lookbook-item .product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block !important;
}
.lookbook-item .product-miniature {
    background: #fff;
    width: 100%;
}
.lookbook-slides {
    list-style: none;
}
.lookbook-item-space {
    width: 100%;
}

.pois {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    counter-reset: link;
}
.pois > div,
.pois > a {
    position: absolute;
    width: 23px;
    height: 23px;
    background: #fff;
    border: 1px solid #222;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    line-height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: 50% 50%;
    cursor: pointer;
    counter-increment: link;
}
.pois > div:hover,
.pois > a:hover,
.pk-poi.pk-active {
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%) scale(1.4, 1.4);
}
.pk-poi:not(.pk-active),
.pk-poi:not(:hover) {
    background: #fff;
}
.pois > div:after,
.pois > a:after {
    font: 500 13px Roboto, Arial;
    color: #222;
    content: counter(link);
}
@media (max-width: 766px) {
    .lookbook-products-list,
    .lookbook-item-space {
        flex-direction: column;
    }
    .lookbook-products-list {
        padding: 0 0 0 30px;
        min-width: 50%;
    }
    .lookbook-image {
        max-width: 50%;
    }
    body .lookbook-container > button {
        top: 0;
        padding: 0;
    }

    .pk-lookbook .slider-mode .lookbook-item-space > *,
    #lookbook-page .slider-mode .lookbook-item-space > * {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .pk-lookbook .slider-mode .lookbook-products-list .thumbnail,
    #lookbook-page .slider-mode .lookbook-products-list .thumbnail {
        padding: 0;
        position: relative;
        z-index: 2;
    }
    .pk-lookbook .slider-mode .lookbook-products-list .thumbnail:after,
    .pk-lookbook .slider-mode .lookbook-products-list .thumbnail:before,
    #lookbook-page .slider-mode .lookbook-products-list .thumbnail:after,
    #lookbook-page .slider-mode .lookbook-products-list .thumbnail:before {
        display: none;
    }
    #lookbook-page .slider-mode .lookbook-item-space .lookbook-products-list,
    #wrapper .lookbook-title {
        position: static;
    }
}
@media (min-width: 767px) {
    .lookbook-products-list > .product-miniature {
        transition: all 0.5s ease;
    }
    .lookbook-products-list > .product-miniature.pk-active {
        z-index: 98;
        background: #fff;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
        transform: scale(0.96);
        padding: 20px;
    }
    .pk-lookbook .slider-mode .lookbook-products-list > .product-miniature:hover .product-thumbnail img,
    .pk-lookbook .slider-mode .lookbook-products-list > .product-miniature.pk-active .product-thumbnail img {
        transform: scale(1.02);
    }
}

@-webkit-keyframes poianimation {
    from {
        box-shadow: 0 0 0 0 #fff, 0 0 4px 2px rgba(0, 0, 0, 0.4);
    }
    to {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0), 0 0 4px 2px rgba(0, 0, 0, 0.4);
    }
}
@keyframes poianimation {
    from {
        box-shadow: 0 0 0 0 #fff, 0 0 4px 2px rgba(0, 0, 0, 0.4);
    }
    to {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0), 0 0 4px 2px rgba(0, 0, 0, 0.4);
    }
}
.pk-poi.pk-active {
    -webkit-animation: poianimation 800ms ease-out infinite;
    animation: poianimation 800ms ease-out infinite;
}
