.elementor-221 .elementor-element.elementor-element-b617ba7 .row [class*=col-]{width:33.3% !important;}.elementor-221 .elementor-element.elementor-element-9c7aeea{margin-top:-2px;margin-bottom:0px;}.elementor-221 .elementor-element.elementor-element-85c2019{padding:70px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-5c6a493 *//* ========================================
   PRODUCTS - COMING SOON
   ======================================== */

/* Hide product price */
.new-product__single .new-product__price {
    display: none !important;
}

/* Hide Add to Cart icon/button on hover */
.new-product__single .new-product__img-icon {
    display: none !important;
}

/* We need the image container as positioning parent */
.new-product__single .new-product__img {
    position: relative;
}

/* Hide existing Sale badge */
.new-product__single .new-product__sale {
    display: none !important;
}

/* Coming Soon Badge */
.new-product__single .new-product__img::after {
    content: "Coming Soon";
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;

    background: #f4b41a;
    color: #ffffff;

    padding: 7px 14px;
    border-radius: 4px;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    pointer-events: none;
}

/* Disable all product title links */
.new-product__single .new-product__title a {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
}/* End custom CSS */