/*
Theme Name: TMZ Collection

WooCommerce styles override
*/
.woocommerce-breadcrumb{
	padding: 15px 0;
	background: rgba(193, 131, 46, .6);
}
.woocommerce-products-header{
	margin: 20px 0 30px 0;
}
.woocommerce-no-products-found .woocommerce-info{
	background: #ffffff !important;
}
.woocommerce-ordering{
	margin: 25px 0;
}
ul.products{
	list-style: none;
	padding: 0;
	margin: 0;
}
.woocommerce-loop-product__title{
	font-size: 17px;
	margin: 10px 0 !important;
	color: #000000;
}
.product_type_variable.add_to_cart_button,
.woocommerce-Price-amount.amount{
	color: #ffffff;
	text-decoration: none;
}

.product{
	position: relative;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link .onsale{
  position: absolute; /* Positions the badge over the product item */
    top: 0px;
    right: 12px;
    background-color: rgba(132, 3, 0, .7); /* Red background for attention */
    color: #ffffff; /* White text */
    padding: 6px 12px; /* Spacing inside the badge */
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 10; /* Ensures the badge is above other content */
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price{
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 88px;
  background: rgba(132, 3, 0, .7);
  padding: 15px 0;
  text-align: center;
  color: #ffffff !important;
}
.button.product_type_simple.add_to_cart_button{
	margin: 10px 0 0 0;
	width: 100%;
	background: #000000;
	color: #ffffff;
	padding: 12px 0;
	text-align: center;
	display: block;
}