<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');

.lookbook-header {
    font: normal 500 34px/41px 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    color: #2C180B;
}

.lookbook-banner {
    max-width: 1920px;
    margin:0 auto 48px;
}

.lookbook-banner img {
    max-width: 100%;
}

.lookbook-paragraph {
    max-width: 1105px;
    margin: 0 auto 63px;
    text-align: center;
}

.lookbook-paragraph__text {
    font: normal 400 18px/20px 'Montserrat', sans-serif;
    color: #2C180B;
    display: inline-block;
    text-align: left;
    border-left: 1px solid #000000;
    padding-left: 28px;
}

.lookbook-block-header {
    font: normal 400 36px/42px 'Montserrat', sans-serif;
    margin-left: 13%;
    text-transform: uppercase;
    color: #2C180B;
}

.lookbook-block {
    margin: 0 auto 60px;
    max-width: 1222px;
}

.lookbook-block--with-main-image {
    max-width: 1480px;
}

.lookbook-block--row {
    max-width: 1355px;
    width: 100%;
}

.lookbook-block__main-image-wrapper {
    display: flex;
    align-items: center;
}

.lookbook-block__main-image {
    max-width: 662px;
}

.lookbook-block__main-image img {
    width: 100%;
}

.lookbook-block__main-image-paragraph {
    margin-left: 57px;
    padding-left: 26px;
    border-left: 1px solid #000000;
    font: normal 400 18px/20px 'Montserrat', sans-serif;
    max-width: 620px;
    color: #2C180B;
    text-transform: initial;
}

.lookbook-block__image-row {
    display: flex;
    justify-content: space-between;
}

.lookbook-block__image-cell {
    max-width: 421px;
}

.lookbook-block__image-cell--with-popup,
.lookbook-block__main-image--with-popup {
    cursor: pointer;
    position: relative;
}

.lookbook-block__icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #FCF8F6 url('/local/images/lookbook/bag.svg') no-repeat center;
    border-radius: 5px;
    right: 10px;
    bottom: 10px;
    text-align: center;
}

.lookbook-block__image-cell img {
    width: 100%;
}

.lookbook-block__tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.lookbook-block__tile {
    margin-bottom: 60px;
}

.lookbook-block__tile:nth-child(4n+1),
.lookbook-block__tile:nth-child(4n+4) {
    max-width: 583px;
}

.lookbook-block__tile:nth-child(4n+2),
.lookbook-block__tile:nth-child(4n+3) {
    max-width: 483px;
}

.lookbook-block__tile img {
    width: 100%
}
.lookbook-block__tile .lookbook-paragraph__text {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .lookbook-block,
    .lookbook-paragraph,
    .lookbook-block-header
    {
        margin-left: 15px;
        margin-right: 15px;
    }

    .lookbook-header {
        margin-top: 23px;
    }

    .lookbook-banner {
        margin-bottom: 20px;
    }

    .lookbook-block__main-image-paragraph {
        font-size: 14px;
    }

    .lookbook-block__icon {
        width: 30px;
        height: 30px;
    }
}

/* Popup */
.lookbook-popup {
    position: fixed;
    top: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: -11px 4px 42px rgba(0, 0, 0, 0.1);
    display: none;
    height: 100%;
    overflow: auto;
    z-index: 111;
}

.lookbook-popup.sticky_header {
    position: fixed;
}

.lookbook-popup.fixed-line {
    top: 60px;
    height: calc(100% - 60px);
}

.lookbook-popup.opened {
    display: block;
}

.lookbook-popup__header {
    position: relative;
    padding: 20px 30px 20px 40px;
    font: normal 600 24px 'Montserrat';
    letter-spacing: 0.1px;
}

.lookbook-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url('/local/images/lookbook/cross.svg') center no-repeat;
}

.lookbook-popup__product-list {
    padding: 20px 30px 20px 40px;
}

.lookbook-popup__product {
    margin-bottom: 30px;
}

.lookbook-popup__product:last-child {
    margin-bottom: 0;
}

.lookbook-popup__product-image {
    width: 75px;
    margin-right: 17px;
}

.lookbook-popup__product-info {
    position: relative;
    margin-bottom: 25px;
    display: flex;
}

.lookbook-popup__product-info-body {
    display: flex;
    flex-direction: column;
}

.lookbook-popup__product-favorite {
    position: absolute;
    right: 10px;
    top: 2px;
    width: 24px;
    height: 24px;
    background: url('/local/images/lookbook/heart.svg') no-repeat center;
    cursor: pointer;
}

.lookbook-popup__product-favorite--full {
    background-image: url('/local/images/lookbook/heart-full.svg');
}

.lookbook-popup__link {
    font: normal 500 14px/21px 'Montserrat';
    color: #2C180B;
    text-decoration: none;
    padding-bottom: 2px;
    margin-left: 3px;
    margin-bottom: auto;
    max-width: 200px;
}

.lookbook-popup__product-price-wrapper {
    vertical-align: bottom;
    margin-bottom: 13px;
}

.lookbook-popup__product-price {
    font: normal 500 16px/24px 'Montserrat';
    color: #2C180B;
}

.lookbook-popup__product-price-wrapper--with-discount .lookbook-popup__product-price {
    color: #E13A16;
}

.lookbook-popup__product-price-old-wrapper {
    display: flex;
    align-items: center;
}

.lookbook-popup__product-price-old {
    font: normal 500 12px/15px 'Montserrat';
    text-decoration-line: line-through;
    color: #84807D;
    margin-right: 5px;
}

.lookbook-popup__product-price-percent {
    font: normal 500 12px/24px 'Montserrat';
    color: #E13A16;
}

.lookbook-popup__product-button {
    border: 1px solid #71553A;
    border-radius: 5px;
    font: normal 600 14px/21px 'Montserrat';
    text-align: center;
    text-transform: uppercase;
    padding: 14px 30px 15px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
}

.lookbook-popup__product-button:hover {
    border-color: #543B26;
}

.lookbook-popup__product-button:last-child {
    margin-right: 0;
}

.lookbook-popup__product-button--add-to-cart {
    color: #FFFFFF;
    background: #71553A;
}

.lookbook-popup__product-button--add-to-cart:hover {
    background: #543B26;
}

.lookbook-popup__product-button--booking {
    color: #71553A;
}

.lookbook-popup__product-button--booking:hover {
    color: #533A25;
}

.lookbook-popup__selector.custom-style.select_styles {
    margin-bottom: 10px;
}

.lookbook-popup__selector .custom-value {
    width: auto;
}

.lookbook-popup__product-buttons &gt; div:not([class]) {
    display: contents;
}


@media (max-width: 768px) {
    .lookbook-popup,
    .lookbook-popup.fixed-line {
        top: 50px;
        z-index: 40;
    }

    .lookbook-popup__product-button {
        padding: 7px 15px 8px;
        font-size: 12px;
    }

    .lookbook-paragraph__text,
    .lookbook-block__main-image-paragraph {
        font: normal 400 16px/18px 'Montserrat', sans-serif;
    }
}

.sticky_header.fixed-line .menu-line-wrap:after {
    display: none!important;
}</pre></body></html>