.section-feature-collection-v2 {
    padding-top: 16px!important;
    padding-bottom: 32px!important;

    @media (min-width: 992px) {
        padding-top: 12px!important;
        padding-bottom: 56px!important;
    }

    .card-information {
        .justify-collection-center.price {
            justify-content: start!important;
        }
    }

    .product__inventory {
        display: none !important;
    }

    .owl-carousel.owl-theme {
        .owl-stage {
            padding: 0!important;
        }
    }

    .card__content {
        background: white;
        border-top: 1px solid #E8EAEB;
    }

    .card__inner {
        .card__content {
            background: transparent;
            border: none;
        }
    }
}
