<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content_block.recently_viewed h3 {
    margin-top: 0;
    text-align: center;
    display: block;
}
.fsbox:not(.vertical) {
    margin: 0 24px;
}
.fsbox.vertical {
    padding: 0!important;
    max-height: 450px;
    margin: 48px 0;
}
.fsbox-content {
    transition: transform 330ms ease-in-out;
    position: relative;
}
.fsbox li {
    border: 1px solid #ddd
}
.fsbox:not(.vertical) .fsbox-item {
    display: inline-block;
    width: 100%;
    max-width: 208px;
}
.fsbox:not(.vertical) .fsbox-content {
    width: max-content;
}
.fsbox:not(.vertical) .sf_picture, .fsbox:not(.vertical) img {
    width: 198px;
    height: 200px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.fsbox.vertical .sf_picture, .fsbox.vertical img {
    width: 120px;
    height: 120px;
    margin-right: 8px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.fsbox.vertical article {
    display: flex;
    align-items: center;
}
.fsbox.vertical .sf_desc {
    width: calc(100% - 130px);
    text-align: left;
}
.fsbox:not(.vertical) .title {
    min-height: 48px;
    margin-top: 4px;
    width:100%;
}
.fsbox.vertical .title {
    min-height: 34px;
    max-height: 34px;
    width:100%;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fsbox .info, .fsbox .localization {
    min-height: 24px;
    max-height: 24px;
    margin-top: 4px;
    width:100%;
    overflow: hidden;
}
.fsbox .bottom {
    min-height: 32px;
    margin-top: 4px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.fsbox-prev, .fsbox-next {
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1;
    user-select: none;
}
.fsbox-prev svg, .fsbox-next svg {
    width: 48px;
    height: 48px;
}

.fsbox:not(.vertical) .fsbox-prev, .fsbox:not(.vertical) .fsbox-next {
    position: absolute;
    top: calc(50% - 14px);
}
.fsbox.vertical .fsbox-prev, .fsbox.vertical .fsbox-next {
    position: absolute;
    left: calc(50% - 14px);
}
.fsbox.vertical .fsbox-prev {
    top: -10px;
}
.fsbox.vertical .fsbox-next {
    bottom: -10px;
}
.fsbox:not(.vertical) .fsbox-prev {
    left: -13px;
}
.fsbox:not(.vertical) .fsbox-next {
    right: -13px;
}

.fsbox article:not([data-id]) .sf_desc &gt; div, .fsbox article:not([data-id]) .sf_picture {
    background: linear-gradient(45deg, #fefefe, #ececec, #fefefe);
    background-size: 800px 800px;
    animation: gradient 2s ease-out infinite;
}

@keyframes gradient {
    0% {
    background-position: 0% 50%;
    }
    50% {
    background-position: 100% 50%;
    }
    100% {
    background-position: 0% 50%;
    }
}
.fsbox:not(.vertical) .fsbox-item {
    margin-right: 4px;
    margin-bottom: 2px;
}
.fsbox.vertical .fsbox-item {
    margin-bottom: 4px;
}
.fsbox a {
    color: #222;
}
.fsbox .title, .fsbox .price {
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .fsbox-prev, .fsbox-next {
        background: #faf9f7;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid silver;
    }
    .fsbox:not(.vertical) .fsbox-prev {
        left: -10px;
    }
    .fsbox:not(.vertical) .fsbox-next {
        right: -10px;
    }
    
}</pre></body></html>