.features {
    background: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 40px;
}

.features .item {
    white-space: nowrap;    
    text-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 28px 20px;
    justify-content: center;
}

@media screen and (max-width:920px) {
    .features {
        background: #f9f9f9;
        display: grid;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0px;
        padding: 0px;
        grid-template-columns: repeat(2, 1fr);
    }
    .features .item {
        white-space: nowrap;       
        text-align: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 28px 0px;
        justify-content: center;
    }
}

.advc-title {
    text-transform: uppercase;
    word-break: break-word;
    width: 180px;
    color: var(--advc-title-color);
    font-family: var(--advc-title-font-family);
    font-size: var(--advc-title-font-size);
    font-style: var(--advc-title-font-style);
    font-weight: var(--advc-title-font-weight);
    letter-spacing: var(--advc-title-letter-spacing);
    line-height: var(--advc-title-line-height);
}

.advc-body {
    color: var(--advc-body-color);
    width: 180px;
    font-family: var(--advc-body-font-family);
    font-size: var(--advc-body-font-size);
    font-style: var(--advc-body-font-style);
    font-weight: var(--advc-body-font-weight);
    letter-spacing: var(--advc-body-letter-spacing);
    line-height: var(--advc-body-line-height);
}
.advc-gallery-image-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: var(--advc-img-round) !important;
    height: var(--advc-pc-img-height);
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.advc-gallery-image-wrapper[href]:hover .advc-scale {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.advc-gallery-image-wrapper .advc-transition {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -moz-transition: transform .5s,-moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}

.advc-gallery-image-wrapper--mask--hover:hover{
    opacity: 1;
    transition: all ease-out .3s;
}

.advc-gallery-image-wrapper--mask--hover {
    opacity: 0;
}

.global-content-border-shadow {
    border-color: rgba(var(--color-text), var(--content-border-opacity));
    border-radius: var(--content-border-radius);
    border-style: solid;
    border-width: var(--content-border-thickness) !important;
    box-shadow: var(--content-shadow-offset-x) var(--content-shadow-offset-y) var(--content-shadow-blur) rgba(var(--color-text), var(--content-shadow-opacity));
    box-sizing: border-box;
}

.text-columns-with-images-item__extract-mask {
    background-color: rgba(0, 0, 0, 0.05);
}

.text-columns-with-images__wrapper {
    gap: 20px 0px;
}

.text-columns-with-images-item__wrapper {
    height: 100%;
    padding: 24px;
    overflow: hidden;
    position: relative;
    transition: all .2s;
    z-index: 2;
    background-color: #f9f9f9;
}

.text-columns-with-images-item__image .lazyloaded img {
    height: 100%;
    min-width: 100% !important;
    object-fit: cover;
    animation: stage-fade-in 1s cubic-bezier(.26, .54, .32, 1) 0s forwards;
}

.advc-gallery-image-wrapper--mask {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.advc-sub-title {

    font-family: var(--advc-sub-title-font-family);
    font-size: var(--advc-sub-title-font-size);
    font-style: var(--advc-sub-title-font-style);
    font-weight: var(--advc-sub-title-font-weight);
    letter-spacing: var(--advc-sub-title-letter-spacing);
    line-height: 34px;
}

.advc-richtext {
    color: #fff;
}

.genset-shop-thumbnail-wrap p {
    font-size: 19px;
    line-height: 1.2;
}

.sl-richtext p {
    font-size: calc(var(--type-body-size) * 1.125);
    line-height: 1.2;
}

.product-list-description-top .sl-richtext p{
    font-size:var(--fs16);
    line-height: var(--lh28);
}

.sl-richtext br {
    content: "";
    display: block;
    margin: 0px 0;
    line-height: 18px;
}

.sl-richtext ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 20px;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 20px;
    unicode-bidi: isolate;
}

.sl-richtext ul li {
    display: list-item;
    unicode-bidi: isolate;
}

.sl-richtext ul li::marker {
    content: "• " !important;
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
    font-weight: bold;
    font-size: 22px;
}

.advc-body {
    font-family: var(--advc-body-font-family);
    font-size: var(--advc-body-font-size);
    font-style: var(--advc-body-font-style);
    font-weight: var(--advc-body-font-weight);
    letter-spacing: var(--advc-body-letter-spacing);

    line-height: 34px;
}

.woocommerce-page img.lazyloaded {
    min-width: 100% !important;
}

.text-columns-with-images-item__link .img2 {
    height: 100%;
    left: 0;
    min-height: 1px;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    animation: stage-fade-in 1s cubic-bezier(.26, .54, .32, 1) 0s forwards;
}

.text-columns-with-images-item__main {
    position: relative;
    z-index: 2;
}

@keyframes stage-fade-in {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}