


.woo-badge-badge{
	position: absolute;
    z-index: 2;
    left: 15px;
    /* right: 0; */
    /* border: 10px; */
	bottom: 15px;

	text-align: center;
    border-radius: 5px;
    background: #e6e6e6;
    line-height: 20px;
    padding: 0 10px;
    font-size: 12px;
    /* pointer-events: none; */
    user-select: none; 
	max-width: calc(100% - 30px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    /* white-space: nowrap; */
    /* padding-right: 10px; */
}

.woo-badge-img-container{
	position: relative;

	container-type: inline-size;  
	/* 监听宽度变化 */
    container-name: badge-container;  
	/* 可选：命名容器 */
}

/* .product-container .woo-badge-badge{
	bottom: 55px;
} */

@media screen (max-width: 767px) {
	
}

@container badge-container (max-width: 120px) {
    .woo-badge-badge{
		left: 0;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		border-top-left-radius: 0;
		border-top-right-radius: 0;

		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;

	}
}

@container badge-container (min-width: 300px) {
	.woo-badge-badge{
		font-size: 16px;
		line-height: 30px;
	}
}

/* @media screen and (max-width: 767px) {
    .checkout.woocommerce-checkout>div>div .has-border .shop_table .cart_item td .woo-badge-badge {
        border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
    }
} */
