.r-widget.rees46-recommend {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: inherit;
    margin-bottom: 0;
}
.r-widget .item-content.empty_product {
    min-height: 300px;
}
.r-widget .item-content.empty_product .goods-tile__inner .goods-tile__top {
    height: 180px;
    border-radius: 4px;
}
.r-widget .item-content.empty_product .goods-tile__inner .goods-tile__name {
    height: 24px;
    border-radius: 4px;
}
.r-widget .item-content.empty_product .goods-tile__inner .goods-tile__row {
    height: 48px;
}
.r-widget .item-content.empty_product .goods-tile__inner .goods-tile__row > div {
    flex: 0 0 50%;
}
.r-widget .item-content.empty_product .goods-tile__inner .goods-tile__row .cost > div {
    height: 18px;
    border-radius: 4px;
    margin: 4px auto;
    width: 100%;
}
.r-widget .item-content.empty_product .goods-tile__inner .goods-tile__row .buyBntPlaceholder > div {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    margin-left: auto;
}
.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 100px;
    position: relative;
}

@media only screen and (max-width: 480px) {
    .r-widget .item-content.empty_product {
        min-height: 50vw;
    }
    .r-widget .item-content.empty_product .goods-tile__inner .goods-tile__top {
        height: 36vw;
    }
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
