/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 24 2026 | 11:14:51 */
.products-loop-card {
	list-style: none;
}

.products-loop-card .products-loop-inner {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 12px;
	height: 100%;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	overflow: hidden;
}

.products-loop-card .products-loop-inner:hover {
	border-color: #0A2747;
}

.products-loop-card .e-con-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* SLIKA */
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none;
}

.product-card-image-wrap {
	position: relative;
	padding: 15px 15px 0 15px;
}

.product-card-image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	text-align: center;
}

.product-card-image-link img {
	max-height: 150px;
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	object-fit: contain;
}

/* wishlist */
.product-card-wishlist {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
}

/* popust */
.product-card-sale-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
}

/* DONJI DIO */
.product-card-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 14px;
	padding: 15px;
	height: 100%;
}

.product-card-meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

/* NAZIV */
.product-card-title {
	margin: 0;
	font-size: 14px!important;
	font-weight: 400!important;
	line-height: 1.3em!important;
	word-break: break-all;
}

.product-card-title a {
	color: #000000;
	text-decoration: none;
}

/* STOCK */
.product-card-stock {
	display: flex;
	align-items: center;
	gap: 6px;
	line-height: 1;
}

.product-card-stock-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}

.product-card-stock-icon svg {
	display: block;
	width: 14px;
	height: 14px;
}

.product-card-stock-text {
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;
}

.product-card-stock.in-stock .product-card-stock-icon svg,
.product-card-stock.in-stock .product-card-stock-text {
	fill: #101117;
	color: #101117;
}

.product-card-stock.out-of-stock .product-card-stock-icon svg,
.product-card-stock.out-of-stock .product-card-stock-text {
	fill: #101117;
	color: #101117;
}

/* DONJI BLOK */
.product-card-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: auto;
}

.product-card-price .price,
.product-card-price .my-loop-price {
	margin: 0;
}

/* DUGME */
.product-card-add-to-cart .button,
.product-card-add-to-cart a.button,
.product-card-add-to-cart .added_to_cart,
.products-loop-card .add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 15px;
	font-weight: 600!important;
	line-height: 42px;
	min-height: 42px;
	border-style: solid;
	border-width: 1px;
	border-radius: 100px;
	padding: 0;
	color: #0A2747;
	background-color: #FFFFFF;
	border-color: #0A2747;
	text-align: center;
	text-decoration: none;
	box-shadow: none;
	transition: all 0.2s ease;
}

.product-card-add-to-cart .button:hover,
.product-card-add-to-cart a.button:hover,
.products-loop-card .add_to_cart_button:hover {
	background-color: #0A2747;
	color: #FFFFFF;
	border-color: #0A2747;
}

.product-card-add-to-cart .button.loading,
.product-card-add-to-cart .button.added {
	opacity: 1;
}

.products-loop-card .added_to_cart {
	display: none !important;
}

.wlfmc-add-button > a {
    text-decoration: none!important;
}

/* sakrij Woo spinner */
.product-card-add-to-cart .add_to_cart_button.loading::after,
.products-loop-card .add_to_cart_button.loading::after,
.product-card-add-to-cart .button.loading::after,
.products-loop-card a.button.loading::after {
	display: none !important;
	content: none !important;
}

/* sakrij Woo "added" ikonicu / check */
.product-card-add-to-cart .add_to_cart_button.added::after,
.products-loop-card .add_to_cart_button.added::after,
.product-card-add-to-cart .button.added::after,
.products-loop-card a.button.added::after {
	display: none !important;
	content: none !important;
}

/* sakrij link "View cart" / "added_to_cart" */
.product-card-add-to-cart .added_to_cart,
.products-loop-card .added_to_cart {
	display: none !important;
}