.arc-product-card-design.new_card_product {
    padding: 0;
    background-color: transparent;
    border: unset;
    box-shadow: unset;
}

.arc-product-card-design.new_card_product {
    .cloneBtn span {
        display: none;
    }

    .new_card_product_info {
        position: relative;
    }

    .cloneBtn {
        z-index: 2;
        position: relative;
    }

    .showColorModal {
        position: absolute;
        bottom: 100%;
        right: 0;
        margin-bottom: 5px;
        border-top-left-radius: 28px;
        background: transparent;
    }

    .title_link:not(.styleNoDate + .title_link) {
        > :first-child {
            margin-top: 12px;
        }

        +.btn_price .showColorModal {
            margin-bottom: 12px;
        }
    }

    .cloneBtn,
    .atc-popup-soldOutDesk {
        padding: 15px 13px 15px 15px;
        border-radius: 16px;
        background:#302E2F;
    }

    .custom_card_heading {
        margin-bottom: 8px;
    }

    /* price */
    .btn_price .product_price {
        font-size: clamp(20px, calc(22 * (100vw / 1440)), 22px);
    }

    .custom_card_heading {
        font-size: clamp(16px, calc(18 * (100vw / 1440)), 18px);
    }
}

.styleNoDate:empty {
    display: none;
}

.genz-product-card-svg{
    position: absolute;
    right: -1px;
    top: -21px;
    display: inline-block;
    z-index: 1;
    width: 80px;
    height: 80px;
}