.f-lookbook .f-mixed-layout + .f-lookbook__col-full, .f-lookbook .f-lookbook__col-full + .f-lookbook__col-full {
    margin-top: 30px
}

.f-lookbook__col-full {
    grid-column: 1/-1
}

.f-lookbook__header {
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .f-lookbook__header {
        margin-bottom: 40px
    }
}

.f-lookbook__subheading {
    margin-bottom: 20px
}

.f-lookbook__description {
    margin-top: 12px
}

.f-lookbook-product {
    position: absolute;
    padding: 10px 12px;
    opacity: 0;
    width: 160px;
    visibility: hidden;
    transform: translate3d(0, 20px, 0);
    transition: all var(--f-duration-default, 0.25s);
    pointer-events: none
}

@media screen and (min-width: 768px) {
    .f-lookbook-product {
        width: 200px
    }
}

.f-lookbook-product > * {
    display: block
}

.f-lookbook-product__title {
    color: rgba(var(--color-heading), 1);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 8px
}

.f-lookbook-product__price {
    color: rgba(var(--color-price-regular), 1);
    font-size: 12px;
    margin-top: 4px
}

.f-lookbook-product__top {
    top: calc(100% - 5px)
}

.f-lookbook-product__bottom {
    bottom: calc(100% - 5px)
}

.f-lookbook-product__left {
    left: 50%
}

.f-lookbook-product__right {
    right: 50%
}

.f-lookbook-icon {
    position: absolute;
    top: var(--pos-y);
    left: var(--pos-x);
    width: 44px;
    height: 44px;
    padding: 4px;
    cursor: pointer;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.f-lookbook-icon__wrapper, .f-lookbook-icon__wrapper * {
    pointer-events: none
}

.f-lookbook-icon__main {
    color: #fff;
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff
}

.f-lookbook-icon__main::after, .f-lookbook-icon__main::before {
    content: "";
    border-radius: 50%;
    background: currentColor;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: 1.5s dotScale ease-in-out infinite
}

.f-lookbook-icon__main::before {
    animation-delay: 1s
}

.f-lookbook-icon--dark .f-lookbook-icon__main {
    color: #000;
    background-color: #000
}

.f-lookbook-icon.is-active, .f-lookbook-icon:hover {
    z-index: 10
}

.f-lookbook-icon.is-active .f-lookbook-product, .f-lookbook-icon:hover .f-lookbook-product {
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
    visibility: visible;
    opacity: 1
}

@media screen and (max-width: 767px) {
    .f-lookbook-icon {
        top: var(--pos-y-mobile, var(--pos-y));
        left: var(--pos-x-mobile, var(--pos-x))
    }
}

.f-lookbook-card {
    position: relative
}

.f-lookbook-card__image {
    position: relative;
    height: 100%
}

.f-lookbook-card__heading {
    margin-top: 12px
}

@media screen and (min-width: 768px) {
    .f-lookbook-card__heading {
        margin-top: 24px
    }
}

.f-lookbook-card__heading a {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500
}

.f-lookbook-slider {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap
}

.f-lookbook-slider > * {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .f-lookbook-slider > * {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.f-lookbook-slider__wrapper {
    --offset-x: 110px;
    --offset-y: 50px
}

.f-lookbook-slider__wrapper--col-1 {
    --offset-x: 15%
}

@media screen and (max-width: 1279px) {
    .f-lookbook-slider__wrapper {
        --offset-x: 60px;
        --offset-y: 40px
    }

    .f-lookbook-slider__wrapper--col-1 {
        --offset-x: 90px
    }
}

@media screen and (max-width: 767px) {
    .f-lookbook-slider__wrapper {
        --offset-x: 0;
        --offset-y: 0;
        margin-top: 20px
    }

    .f-lookbook-slider__wrapper--col-1 {
        --offset-x: 0
    }
}

.f-lookbook-slider .f-lookbook-icon .f-lookbook-product a {
    margin-top: 0
}

.f-lookbook-slider .f-lookbook-icon .f-lookbook-product .f-image {
    display: none
}

.f-lookbook-slider--image-right .f-lookbook-slider__wrapper {
    padding-right: var(--offset-x)
}

.f-lookbook-slider--image-right .f-lookbook-slider__wrapper--col-1 {
    padding-left: var(--offset-x)
}

.f-lookbook-slider--image-left {
    flex-direction: row
}

.f-lookbook-slider--image-left .f-lookbook-slider__wrapper {
    padding-left: var(--offset-x)
}

.f-lookbook-slider--image-left .f-lookbook-slider__wrapper--col-1 {
    padding-right: var(--offset-x)
}

@media screen and (max-width: 767px) {
    .f-lookbook-slider .f-product-card__action, .f-lookbook-slider .f-product-card__action-wrapper {
        display: none
    }

    .f-lookbook-slider .f-product-card--style-5.f-product-card--enable-wishlist .f-product-card__info {
        padding-left: 0;
        padding-right: 0
    }

    .f-lookbook-slider .f-slider-controls--pagination-fraction {
        border: 0
    }

    .f-lookbook-slider__wrapper--col-1 .f-product-card {
        display: flex
    }

    .f-lookbook-slider__wrapper--col-1 .f-product-card .f-product-card__addons {
        display: none
    }

    .f-lookbook-slider__wrapper--col-1 .f-product-card__media {
        width: 80px;
        flex-shrink: 0
    }

    .f-lookbook-slider__wrapper--col-1 .f-product-card .f-product-card__tags, .f-lookbook-slider__wrapper--col-1 .f-product-card .f-product-tag {
        display: none !important
    }

    .f-lookbook-slider__wrapper--col-1 .f-product-card__content {
        flex: 1;
        margin: 0;
        text-align: left;
        padding-left: 15px
    }

    .f-lookbook-slider__wrapper--col-1 .f-product-card__content > div {
        margin-top: 0
    }

    .f-lookbook-slider__wrapper--col-1 .f-product-card__content pcard-swatch.f-product-option {
        justify-content: flex-start;
        margin-left: 0;
        margin-right: 0
    }

    .f-lookbook-slider__wrapper--col-1 .f-product-card__name {
        --product-title-line-clamp: 1
    }

    .f-lookbook-slider__wrapper--col-1 .f-product-card__reviews, .f-lookbook-slider__wrapper--col-1 .f-product-card__countdown, .f-lookbook-slider__wrapper--col-1 .f-product-card__background-expand {
        display: none
    }
}

f-lookbook-slider {
    display: block
}

@media screen and (min-width: 768px) {
    f-lookbook-slider .f-product-card > * {
        transition: opacity var(--f-duration-default, 0.25s)
    }

    f-lookbook-slider.is-hovering .f-product-card:not(.is-active) > * {
        opacity: .3
    }
}

@media screen and (max-width: 767px) {
    .no-scroll {
        overflow: hidden
    }
}

.f-stl-card__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    background: rgba(var(--bg-black), 0.3);
    opacity: 0;
    visibility: hidden;
    transition: var(--f-duration-default, 0.25s) all
}

@media screen and (min-width: 768px) {
    .f-stl-card__overlay {
        background: rgba(0, 0, 0, 0);
        pointer-events: none
    }
}

.f-stl-card .is-hide {
    opacity: 0;
    visibility: hidden;
    transition: var(--f-duration-default, 0.25s) all
}

.f-stl-card .is-show {
    opacity: 1;
    visibility: visible
}

.f-stl-card__heading {
    margin-top: 16px
}

@media screen and (min-width: 768px) {
    .f-stl-card__heading {
        margin-top: 24px
    }
}

.f-stl-card__image {
    position: relative;
    overflow: hidden
}

.f-stl-card__btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 1;
    padding: 11px
}

@media screen and (min-width: 768px) {
    .f-stl-card__btn {
        right: 20px;
        bottom: 20px
    }
}

.f-stl-card__btn .f-stl-card__btn-icon svg {
    width: 22px;
    height: 22px
}

.f-stl-card__btn .f-stl-card__btn-text {
    display: grid;
    grid-template-columns:0fr;
    white-space: nowrap;
    transition: all var(--f-duration-long, 0.25s) cubic-bezier(0.104, 0.204, 0.492, 1)
}

.f-stl-card__btn .f-stl-card__btn-text span {
    overflow: hidden
}

.f-stl-card__btn:hover, .f-stl-card__btn:focus {
    background: rgba(var(--bg-white), 1);
    color: rgba(var(--text-black), 1);
    box-shadow: none !important;
    border-color: rgba(var(--bg-white), 1)
}

.f-stl-card__btn:hover .f-stl-card__btn-text, .f-stl-card__btn:focus .f-stl-card__btn-text {
    grid-template-columns:1fr;
    padding-left: 8px
}

.f-stl-popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid rgb(var(--color-border));
    box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, .03);
    background-color: rgb(var(--color-background));
    opacity: 0;
    visibility: hidden;
    transition: var(--f-duration-default, 0.25s) all;
    overflow: auto;
    max-height: 80%;
    z-index: 81
}

@media screen and (min-width: 768px) {
    .f-stl-popup {
        max-height: calc(100% - 40px);
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 20px
    }
}

.f-stl-popup::-webkit-scrollbar {
    width: 0
}

.f-stl-popup__title {
    font-size: calc((var(--font-h4-desktop)) / (var(--font-base-size)) * 1rem);
    line-height: 1.333
}

.f-stl-popup__heading {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-stl-popup .f-stl-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(var(--color-border));
    padding: 16px 0;
    gap: 8px;
    position: relative;
    transition: var(--f-duration-default, 0.25s) all
}

.f-stl-popup .f-stl-product:hover .f-stl-product__title, .f-stl-popup .f-stl-product:focus .f-stl-product__title {
    text-decoration: underline
}

.f-stl-popup .f-stl-product:hover .f-stl-product__btn, .f-stl-popup .f-stl-product:focus .f-stl-product__btn {
    box-shadow: none;
    background-color: rgb(var(--color-button-hover));
    color: rgb(var(--color-button-text-hover))
}

.f-stl-popup .f-stl-product:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.f-stl-popup .f-stl-product .f-placeholder-svg {
    min-width: 50px;
    width: 50px;
    height: 67px
}

.f-stl-popup .f-stl-product__title {
    margin-bottom: 2px;
    font-weight: 500
}

.f-stl-popup .f-stl-product__details {
    display: flex;
    column-gap: 12px;
    align-items: flex-start
}

.f-stl-popup .f-stl-product__price {
    color: rgb(var(--color-price-regular))
}

.f-stl-popup .f-stl-product__btn {
    min-width: 26px;
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(var(--color-background-secondary));
    border-radius: 50px;
    transition: var(--f-duration-default, 0.25s) all
}

.f-lookbook-hero .f-lookbook-product {
    display: none
}

.f-lookbook-hero .f-lookbook-product__thumb {
    flex: 0 0 60px
}

.f-lookbook-hero .f-lookbook-product__info {
    flex: 1;
    padding-left: 12px
}

.f-lookbook-hero .f-product-card__name {
    --product-title-line-clamp: 2
}

.f-lookbook-hero__wrapper {
    --slider-width: 310px;
    max-width: var(--slider-width);
    width: 100%;
    position: absolute;
    top: 50%;
    left: max(0px, var(--slider-offset) - var(--slider-width));
    transform: translateY(-50%)
}

.f-lookbook-hero__wrapper .swiper-slide {
    padding: 20px;
    height: auto;
    background-color: rgb(var(--color-background))
}

.f-lookbook-hero .f-slider-controls {
    margin-top: 24px
}

.f-lookbook-hero .f-slider-controls--pagination-fraction .f-slider-controls__wrapper {
    background-color: rgb(var(--color-background))
}

.f-lookbook-hero .f-slider-controls:not(.f-slider-controls--show-pagination) .f-slider-controls__button {
    margin-left: 2px;
    margin-right: 2px
}

@media screen and (min-width: 1024px)and (max-width: 1279px) {
    .f-lookbook-hero__wrapper {
        --slider-width: 220px
    }

    .f-lookbook-hero__wrapper .swiper-slide {
        padding: 15px
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .f-lookbook-hero__wrapper {
        display: none
    }

    .f-lookbook-hero .f-lookbook-product {
        display: flex;
        width: 250px
    }
}

@media screen and (max-width: 767px) {
    .f-lookbook-hero .f-product-card {
        display: flex
    }

    .f-lookbook-hero .f-product-card .f-product-card__tags, .f-lookbook-hero .f-product-card .f-product-tag {
        display: none !important
    }

    .f-lookbook-hero .f-product-card__action, .f-lookbook-hero .f-product-card__addons, .f-lookbook-hero .f-product-card__action-wrapper {
        display: none
    }

    .f-lookbook-hero .f-product-card__media {
        flex: 0 0 80px
    }

    .f-lookbook-hero .f-product-card__content {
        flex: 1;
        margin: 0;
        text-align: left;
        padding-left: 12px
    }

    .f-lookbook-hero .f-product-card__content > div {
        margin-top: 0
    }

    .f-lookbook-hero .f-product-card__content pcard-swatch.f-product-option {
        justify-content: flex-start;
        margin-left: 0;
        margin-right: 0
    }

    .f-lookbook-hero .f-product-card__info {
        margin-top: 0
    }

    .f-lookbook-hero .f-product-card .f-product-option--node__label[data-option-type=image].has-bg-img, .f-lookbook-hero .f-product-card .f-product-option--node__label[data-option-type=default].has-bg-img {
        width: 40px;
        height: 40px
    }

    .f-lookbook-hero .f-product-card .f-product-option--node__label[data-option-type=image]:not(.has-bg-img), .f-lookbook-hero .f-product-card .f-product-option--node__label[data-option-type=default]:not(.has-bg-img) {
        min-width: 40px;
        height: 40px
    }

    .f-lookbook-hero .f-product-card__reviews, .f-lookbook-hero .f-product-card__countdown, .f-lookbook-hero .f-product-card__background-expand {
        display: none
    }

    .f-lookbook-hero__wrapper {
        position: static;
        transform: none;
        max-width: unset;
        margin-top: 15px
    }

    .f-lookbook-hero__wrapper .swiper-slide {
        padding: 0
    }

    .f-lookbook-hero__products {
        padding-left: 15px;
        padding-right: 15px
    }
}
