#product-lookbook-modal {
    position: fixed;
    z-index: 15;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgba(255,255,255,0.8);
}

.loopbook-loading-mask {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 60px;
}

.loopbook-loading-mask .loader:after {
    border-width: 0 3px 0 0;
    border-style: solid;
    border-color: rgb(252, 97, 115);
    border-radius: 50%;
    display: block;
    height: 55px;
    width: 55px;
    content: "";
    animation: spin .6s infinite linear;
    -webkit-animation: spin .6s infinite linear;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

#product-lookbook-modal .modal-content {
    background-color: #fff;
    margin: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    box-shadow: #999 0 0 9px 0;
    position: relative;
}

#product-lookbook-modal .modal-body {
    height: 100%;
    width: 100%;
    overflow: hidden auto;
}

#product-lookbook-modal .modal-body.fullview {
    overflow: hidden;
}

#product-lookbook-modal .close {
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: -14px;
    right: -14px;
    background: #333;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 10;
    line-height: 32px;
}

#product-lookbook-modal .close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    content: '\e616';
    font-family: 'luma-icons';
    font-weight: bold;
    overflow: hidden;
    speak: none;
    text-align: center;
    line-height: 27px;
}

.not-found-product {
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #cdcdcd;
    margin: 0 0 15px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}

.not-found-product i {
    color: #cdcdcd;
    font-size: 3.8rem;
    margin-right: 15px;
}

.product-lookbook-wrapper {
    margin: -1px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
    line-height: 2px;
}

.product-lookbook-fullview {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body.fullview .product-lookbook-fullview {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

.product-lookbook-fullview .product-lookbook-image {
    overflow: hidden;
    max-height: 100%;
}

.product-lookbook-fullview img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-lookbook-fullview .product-lookbook-fullview-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-lookbook-fullview-action a {
    margin-left: 5px;
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
}

.product-lookbook-item {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
}

.product-lookbook-item-action {
    position: absolute;
    left: auto;
    right: 3px;
    bottom: 3px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-lookbook-item-action a {
    margin-left: 5px;
    text-decoration: none;
    background-color: #fff;
    border-radius: 14px;
    font-size: 11px;
    font-weight: 900;
    height: 26px;
    width: 26px;
    color:  #000;
    line-height: 27px;
    text-align: center;
    opacity: 0.6;
}

.product-lookbook-item-action a:hover {
    opacity: 1;
}

.product-lookbook-image {
    position: relative;
}

.product-lookbook-item .product-lookbook-image {
    min-height: 400px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.product-lookbook-image.loaded {
    opacity: 1;
    min-height: 0;
}

.product-lookbook-item img {
    display: block;
    width: 100%;
}

.product-lookbook-marker {
    position: absolute;
}

.product-lookbook-marker:before {
    font-family: "Font Awesome 5 Free";
    content: "\f02b";
    font-size: 14px;
    font-weight: 900;
    height: 33px;
    width: 33px;
    background-color: #fc6173;
    border-radius: 150px;
    color: white;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    opacity: .6;
}
.product-lookbook-marker:hover::before {
    cursor: pointer;
    opacity: 1 !important;
}
.product-lookbook-slider,
.product-lookbook-slider .owl-stage-outer,
.product-lookbook-slider .owl-stage,
.product-lookbook-slider .owl-item,
.product-lookbook-slider .product-lookbook-slide {
    height: 100%;
}

.product-lookbook-slider .product-lookbook-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-lookbook-slider .product-lookbook-image {
    display: inline-block;
}

.product-lookbook-slider.owl-carousel .owl-item img {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.product-lookbook-slider.owl-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 20px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0;
}

.product-lookbook-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 0;
}

.product-lookbook-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    right: 0;
}
.product-lookbook-slider.owl-carousel .owl-nav button:hover {
    color: #fc6173;
    outline: 0;
    background: black;
}

.category-lookbook-launcher {
    position: fixed;
    left: 15px;
    bottom: 50px;
    z-index: 12;
}

.category-lookbook-launcher:before {
    font-family: "Font Awesome 5 Free";
    content: "\f518";
    font-size: 3.8rem;
    font-weight: 900;
    color: #fc6173;
    display: inline-block;
    text-align: center;
    opacity: .6;
}

.category-lookbook-launcher .counter {
    position: absolute;
    border-radius: 20px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    right: -10px;
    top: 0;
    background: #333;
    min-width: auto;
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    cursor: pointer;
}
@media only screen and (min-width: 1360px) {
    .category-lookbook-launcher {
        left: calc(50vw - 600px - 72px);
    }
}
@media only screen and (min-width: 768px) {
    #product-lookbook-modal .close:hover,
    #product-lookbook-modal .close:focus {
        cursor: pointer;
    }
}
@media (max-width: 1023px) {
    .product-lookbook-wrapper {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 767px) {
    #product-lookbook-modal .close {
        right: 15px;
        top: 15px;
        width: 30px;
        height: 30px;
        line-height: 32px;
    }

    #product-lookbook-modal .modal-content {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .product-lookbook-marker::before {
        cursor: pointer;
        background-color: #fc6173;
        opacity: 1;
    }
}

@media (max-width: 539px) {
    .product-lookbook-wrapper {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .product-lookbook-item-action {
        display: none;
    }
}

@media (hover: hover) {
    .category-lookbook-launcher:hover::before {
        cursor: pointer;
        opacity: 1 !important;
    }
}