@font-face {
    font-family: 'tmfeed';
    src: url('font/tmfeed.eot?4460403');
    src: url('font/tmfeed.eot?4460403#iefix') format('embedded-opentype'),
        url('font/tmfeed.woff2?4460403') format('woff2'),
        url('font/tmfeed.woff?4460403') format('woff'),
        url('font/tmfeed.ttf?4460403') format('truetype'),
        url('font/tmfeed.svg?4460403#tmfeed') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "tmfeed";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .3em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
}

.icon-tag:before {
    content: '\e800';
}

.icon-clock:before {
    content: '\e801';
}

.icon-calendar:before {
    content: '\f4c5';
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Arial, Helvetica, Sans-serif;
    line-height: 1.5;
}

body.light {
    background: #fff;
    color: #000;
}

body.dark {
    background: #000;
    color: #fff;
}

.splide_desc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    text-decoration: none;
}

.splide_desc_inner {
    padding: 20px;
    width: 100%;
}

.splide_desc_inner h5 {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: bold;
}

.splide_desc_inner .tmfeed-excerpt {
    margin: 5px 0 0 0;
}

.splide_desc_inner .tmfeed-excerpt p {
    font-size: 0.95rem;
    margin: 0;
    padding: 0;
    font-style: italic;
}

.splide__slide .splide_desc {
    transition: transform 0.5s ease-in-out;
    transform: translateY(100%);
}

.splide__slide.is-active .splide_desc {
    transform: translateY(0);
}

.splide__slide .splide_date {
    transition: transform 0.4s ease-in-out;
    transform: translateX(100%);
}

.splide__slide.is-active .splide_date {
    transform: translateX(0);
}

.splide_date {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    padding: 10px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 0.9rem
}

.products .splide_date {
    font-size: 1.1rem;
    padding: 12px;
}

.product-sale {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 1;
    padding: 4px;
    font-size: 18px
}

.product-sale:before {
    top: 0;
    left: 0;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #009688;
    border-left-color: #009688;
    border-width: 30px;
    z-index: -1
}

body.dark-minimal .splide_date,
body.light-minimal .splide_date,
body.dark-minimal .products .splide_date,
body.light-minimal .products .splide_date {
    margin: 0;
    padding: 15px;
}

body.light .splide_desc_inner,
body.dark-minimal .splide_desc_inner,
body.light .splide_date,
body.dark-minimal .splide_date {
    color: #000;
}

body.dark .splide_desc_inner,
body.light-minimal .splide_desc_inner,
body.dark .splide_date,
body.light-minimal .splide_date {
    color: #fff;
}

body.light .splide_desc_inner {
    background: rgba(255, 255, 255, 0.8);
}

body.dark .splide_desc_inner {
    background: rgba(0, 0, 0, 0.8);
}

body.light .splide_date {
    background: rgba(255, 255, 255, 0.8);
}

body.dark .splide_date {
    background: rgba(0, 0, 0, 0.8);
}

body.light .splide_desc_inner .tmfeed-excerpt p {
    color: #484848;
}

body.dark .splide_desc_inner .tmfeed-excerpt p {
    color: #bbb;
}