/* product */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	margin-bottom: 10px;
	background: #fff;
	padding: 5px 20px 5px 5px;
	border: 1px solid #d7d7d7;
}

.product-list > div > h5{
	font-size: 21px;
	margin: 0;
}

.product-list > div > .review-summary{
	margin-bottom: 10px;
}
.product-list > div > .status-info{
	font-size: 11px;
	line-height: 26px;
	margin-bottom: 11px;
	margin-top: 10px;
}

.product-list > div > .status-info > span{
	display: inline-block;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.product-list > div > .status-info .stock-status{
	background: #d4d4d4;
	margin-left: 1px;
}

.product-list > div > .status-info .new-product{
	background: url('/img/header-red-small.png') repeat-x top left;
	color: #fff;
}

.product-list > div > .status-info .price{
	float: right;
	font-size: 12px;
	padding: 10px 0 0 0;
	text-transform: none;
	text-align: right;
}

.product-list > div > .status-info .price > span{
	display: block;

}
.product-list > div > .status-info .price > span > span{
	font-size: 24px;
	font-weight: 600;
	color: #cb0108;
}

.product-list > div > .status-info .price .old-price{
	font-size: 18px;
	line-height: 28px;
	color: #CFCFCF;
	text-decoration: line-through;
	margin: 0 10px 0 0;
}
.product-list > div > .main-info > .description{
	overflow: auto;
}
.product-list > div > .main-info > .description{
	text-align: justify;
}
.product-list > div > .main-info > .actions{
	text-align: right;
	float: right;
	width: 165px;
}

.product-list > div > .main-info > .actions a.button{
	height:30px;
	margin-bottom: 7px;
	line-height: 31px;
	padding: 0 21px;
	font-size: 12px;
}
.product-list .image {
	float: left;
	margin-right: 18px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}

.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('/img/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('/img/add.png') left 60% no-repeat;
}
.product-grid {
	/* width: 107%; */

	overflow: auto;
}

* > html > .product-grid{
		\width: 104%;
}
.product-grid > div{
	background: #fff;
	border:1px solid  rgb(199,199,199,1);
	min-height: 26.4em;
	float: left;
	width: 19.5em;
	padding: 8px 0;
	margin: 6px 5px 8px 5px;
	border-radius: 0.2rem;
}

/* Rândul cu stelele de review, între titlu și banda cu prețul */
.product-grid .rating-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 1.4em;
	padding: 0 8px 4px 8px;
	font-size: 12px;
	line-height: 1;
	color: #555;
}
.product-grid .rating-row.empty { visibility: hidden; }

.product-grid .rating-row .stars {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	color: #d9d9d9;
}
.product-grid .rating-row .stars::before { content: '\2605\2605\2605\2605\2605'; }
.product-grid .rating-row .stars-fill {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	color: #f5a623;
	white-space: nowrap;
}
.product-grid .rating-row .stars-fill::before { content: '\2605\2605\2605\2605\2605'; }
.product-grid .rating-row .rating-value { font-weight: 600; color: #333; }
.product-grid .rating-row .rating-count { color: #888; }
@media (min-width: 1260px) {
    .product-grid > div {
		width: 20em;
    }
}
@media (min-width: 1530px) {
    .product-grid > div {
        width: 19.2em;
    }
}


.product-grid > div:hover {
	--tw-shadow: 5px 5px 10px 0 rgb(215 45 18 / 15%), -5px -5px 10px 0 rgb(245 235 194 / 15%);
    
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
* html .product-grid > div{
	width: 196px;
	margin: 8px 0px 8px 0;
}

.product-grid > div:nth-child(4n+4){
	/* margin: 8px 0 10px 0; */
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid > div > .image {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	margin: 0 8px 10px 8px;
	/* border: 1px solid #D6D6D6; */
	height:16em;
}
.product-grid .image img {
	margin: 0 auto;
}

.product-grid > div > h5{
	text-align: center;
	font-size: 13px;
	color: #404040;
	height: 32px;
	padding: 2px 8px;
	vertical-align: text-bottom;
	margin: 0;
}
.product-grid > div > .price{
	background: #f1f1f1;
	padding: 4px 8px 4px 8px;
	margin: 0;
	height:2em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-grid > div > .price > span{
	color: #cb0108;
	line-height: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	display: block;
	/*	margin: 10px auto;*/
}

.content > h2{
	font-size: 26px;
	font-weight:600;
	background-color: #fff;
	margin: 0;
	padding: 0px;
	border-bottom: none;
}

/* .product-grid > div > .price > span > span{
	font-size: 14px;
} */

.product-grid > div > .price > span.old-price{
	display: inline-block;
	width: auto;
	font-weight: 400;
	text-decoration: line-through;
	text-decoration-color: #cb0108;
	color: inherit;
	margin-right: 5px;
	font-size: 12px;
	/*	line-height: 22px;*/
}

.product-grid > div > .price > span.new-price{
	display: inline-block;
	width: auto;
}
.product-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}

.product-grid .more-info{
	display: none;
	height: 24px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('/img/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('/img/add.png') left center no-repeat;
}

/* Product Grid Add to Cart Button */
.product-grid-cart-form {
	margin: 0;
	padding: 0;
}

.product-grid-add-to-cart {
	margin: 14px 8px 0 14px;
	padding: 0;
}

.product-grid-cart-button {
	width: 100%;
	padding: 6px 10px;
	background: #fff;
	color: #cb0108;
	border: 1px solid #cb0108;
	border-radius: 0.2rem;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	text-transform: none;
	transition: all 0.2s ease;
	line-height: 1.4;
}

.product-grid-cart-button:hover {
	background: #cb0108;
	color: #fff;
	border-color: #cb0108;
}

.product-grid-cart-button:active {
	background: #a00000;
	border-color: #a00000;
	color: #fff;
	transform: translateY(1px);
}

.product-grid-cart-button:focus {
	outline: 1px solid #cb0108;
	outline-offset: 1px;
}

.product-grid-cart-button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Product Grid Cart Notification */
.product-cart-notification {
	position: fixed;
	top: 20px;
	right: 20px;
	background: #EAF7D9;
	color: #555555;
	border: 1px solid #BBDF8D;
	padding: 10px 10px 10px 33px;
	border-radius: 4px;
	z-index: 10000;
	display: none;
	animation: slideInRight 0.3s ease;
	max-width: 400px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	background-image: url('/img/success.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	box-shadow: none;
}

.product-cart-notification.show {
	display: block;
}

.product-cart-notification.error {
	background: #FFD1D1;
	border-color: #F8ACAC;
	color: #555555;
	background-image: url('/img/warning.png');
}

@keyframes slideInRight {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideOutRight {
	from {
		transform: translateX(0);
		opacity: 1;
	}
	to {
		transform: translateX(100%);
		opacity: 0;
	}
}

.product-cart-notification.hide {
	animation: slideOutRight 0.3s ease;
}

/* =================================================================
   WISHLIST TOGGLE BUTTON IN PRODUCT GRID
   ================================================================= */

.product .image {
	position: relative;
}

.product-wishlist-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	background: rgba(255, 255, 255, 0.95);
	border: none;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	padding: 0;
}

.product-wishlist-toggle:hover {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	transform: scale(1.1);
}

.product-wishlist-toggle:active {
	transform: scale(0.95);
}

.product-wishlist-toggle:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.product-wishlist-toggle .heart-icon {
	width: 20px;
	height: 20px;
	position: relative;
}

.product-wishlist-toggle .heart-outline {
	fill: none;
	stroke: #cb0108;
	stroke-width: 2;
	transition: all 0.3s ease;
}

.product-wishlist-toggle .heart-filled {
	fill: #cb0108;
	opacity: 0;
	transition: all 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
}

/* When product is in wishlist */
.product-wishlist-toggle.in-wishlist .heart-outline {
	opacity: 0;
}

.product-wishlist-toggle.in-wishlist .heart-filled {
	opacity: 1;
}

/* Animation on click */
@keyframes heartBeat {
	0%, 100% {
		transform: scale(1);
	}
	25% {
		transform: scale(1.3);
	}
	50% {
		transform: scale(1.15);
	}
}

.product-wishlist-toggle.animating .heart-icon {
	animation: heartBeat 0.5s ease;
}

/* Wishlist uses same notification as cart (product-cart-notification) */

/* =================================================================
   PRICE FORMATTING - DECIMALS AS SUPERSCRIPT
   ================================================================= */
.product-price-wrapper .product-new-price .price-integer{
	font-size: 32px;
}
.product-price-wrapper .product-new-price .price-decimal{
	font-size: 16px;
}
.product-price-wrapper .product-old-price .price-integer{
	font-size: 20px;
}
.product-price-wrapper .product-old-price .price-decimal{
	font-size: 12px;
	text-decoration: line-through;
}

.price .old-price .price-integer{
	font-size: 14px;
}
.price .old-price .price-decimal{
	font-size: 12px;
	text-decoration: line-through;
}
.price-integer,
.price-currency {
	font-size: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}

.price-decimal {


	font-size: 12px;
	vertical-align: super;
	line-height: 1;
	font-weight: inherit;
}
.price-integer{
	font-size: 16px;
}
.price-decimal{
	font-size: 12px;
}

/* Apply to all price displays */
.product-grid .price .price-integer,
.product-grid .price .price-currency,
.product-list .price .price-integer,
.product-list .price .price-currency,
.product-price .price-integer,
.product-price .price-currency,
.product-new-price .price-integer,
.product-new-price .price-currency,
.product-old-price .price-integer,
.product-old-price .price-currency {
	color: inherit;
	font-weight: inherit;
}

/* =================================================================
   PROMOTION BADGE / VOUCHER BADGE IN PRODUCT GRID
   ================================================================= */

.promotion-badge.voucher-badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: #FFD700;
	background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
	border: none;
	padding: 6px 10px;
	border-radius: 0 0 8px 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	transform: translateY(0);
}

.promotion-badge.voucher-badge .voucher-text {
	color: #000;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	line-height: 1.2;
	display: block;
	white-space: nowrap;
}