
/* === ppw-emb-hide-card-addcart === */

    .woocommerce ul.products li.product[class*='product_cat-embroidered'] .astra-shop-thumbnail-wrap .ast-on-card-button,
    .woocommerce ul.products li.product[class*='product_cat-embroidered'] .astra-shop-thumbnail-wrap .add_to_cart_button.ajax_add_to_cart,
    .woocommerce ul.products li.product[class*='product_cat-embroidered'] .astra-shop-thumbnail-wrap .ast-select-options-trigger,
    .woocommerce ul.products li.product[class*='product_cat-leather-patch'] .astra-shop-thumbnail-wrap .ast-on-card-button,
    .woocommerce ul.products li.product[class*='product_cat-leather-patch'] .astra-shop-thumbnail-wrap .add_to_cart_button.ajax_add_to_cart {
        display: none !important;
    }
    li.product[class*='product_cat-embroidered'] .astra-shop-thumbnail-wrap::after,
    li.product[class*='product_cat-leather-patch'] .astra-shop-thumbnail-wrap::after {
        content: 'Click to customize';
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 187, 200, 0.92);
        color: #fff;
        padding: 4px 12px;
        border-radius: 3px;
        font-size: 12px;
        font-weight: 600;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.2s;
    }
    li.product[class*='product_cat-embroidered'] .astra-shop-thumbnail-wrap:hover::after,
    li.product[class*='product_cat-leather-patch'] .astra-shop-thumbnail-wrap:hover::after {
        opacity: 1;
    }
    li.product[class*='product_cat-embroidered'] .astra-shop-thumbnail-wrap,
    li.product[class*='product_cat-leather-patch'] .astra-shop-thumbnail-wrap {
        position: relative;
    }
    
