body, ul, ol, table, blockquote {
    color: var(--text);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 26px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}
.ba-item-content-slider .ba-slideshow-img + .ba-grid-column, .ba-item-related-posts-slider .slideshow-type .ba-slideshow-caption, .ba-item-recently-viewed-products .slideshow-type .ba-slideshow-caption, .ba-item-recent-posts-slider .slideshow-type .ba-slideshow-caption, .ba-item-slideshow .ba-slideshow-caption {
    bottom: 0;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    justify-content: center;
    left: 0;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    overflow: visible;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}