/* Label */
.woocommerce .woocommerce-product-gallery .product-label>span.onsale,
.woocommerce .woocommerce-product-gallery .product-label>span {
    --ts-border-radius: 3px !important;
}

/* Sale counter */
.woocommerce div.summary .counter-wrapper .number-wrapper,
.ts-product-deals-wrapper .counter-wrapper .number-wrapper {
    background: var(--ts-secondary-color);
    --ts-border-radius: 3px !important;
}

/*add to cart*/
@media (max-width: 767px) {
    .woocommerce div.product.form-cart-fixed:is(.product-type-simple, .product-type-variable) .summary form.cart {
        row-gap: 5px;
    }

    .woocommerce div.product .summary form.cart .single_add_to_cart_button {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 100px;
    }

    .woocommerce div.product .summary .ts-buy-now-button {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 100px;
    }
}

/* Reviews */

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    background-color: transparent;
}