div.fs-has-links {
    text-indent: -9999px;
    position: static;
    font-weight: 500;
}

.fs-has-links::after {
    padding: 5px 7.5px;
    background-color: rgba(255, 255, 255, 0);
    color: rgba(250, 235, 236, 0.69);
    content: "shop it";
    text-indent: 0;
    display: block;
    font-size: 10pt;
    margin: 10px;
}
#home_banner{
    margin-bottom: 15px;
}
.fs-desktop .fs-entry-date {
    display: none;
}
.product-slider .saleOff{
    right: 16px;
}
.fs-entry-container {
    width: 16.666666666666668% !important;
    padding-top: 16.666666666666668% !important;
}

.fs-mobile .fs-entry-container {
    width: 50% !important;
    padding-top: 50% !important;
}

.fs-desktop .fs-timeline-entry div.fs-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    transition: opacity .25s;
}

.fs-desktop .fs-timeline-entry .fs-text-container:hover {
    opacity: 1;
}

.fs-wrapper div.fs-text-container .fs-entry-title, div.fs-detail-title {
    font-style: normal;
    font-weight: normal;
}

div.fs-text-container div.fs-detail-container .fs-post-info, div.fs-wrapper div.fs-has-links::after {
    padding: 3px 6px;
    color: rgb(64, 64, 64);
    content: "SHOP IT";
    text-indent: 0;
    display: block;
    font-size: 10pt;
    line-height: initial;
    margin: 10px;
}
.fs-text-product, .fs-overlink-text {
    font-style: normal;
    font-weight: bold;
}

.fs-wrapper div.fs-text-container * {
    color: rgb(64, 64, 64);
}

.fs-wrapper div.fs-text-container {
    background-color: rgba(250, 235, 236, 0.69);
    margin: 0px
}

div.fs-entry-date {
    display: none
}

div.fs-entry-title {
    display: none
}

.fs-wrapper div.fs-timeline-entry {
    margin: 4px
}


@media (min-width:1200px) {
    body{
        padding-top: 150px !important;
    }
}