/* KERNBERG Product Loop PRO v2.1.0 */

/* ==========================================================
   SIATKA
========================================================== */

.kernberg-shop-template .shopengine-archive-products ul.products,
.kernberg-shop-template ul.products.kernberg-products-grid,
.kernberg-product-archive .shopengine-archive-products ul.products,
.kernberg-product-archive ul.products.kernberg-products-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 22px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.kernberg-shop-template ul.products::before,
.kernberg-shop-template ul.products::after,
.kernberg-product-archive ul.products::before,
.kernberg-product-archive ul.products::after {
	display: none !important;
}

/* ==========================================================
   ZEWNĘTRZNY ELEMENT WOO / SHOPENGINE
========================================================== */

.kernberg-shop-template ul.products li.product,
.kernberg-product-archive ul.products li.product,
.kernberg-product-archive .shopengine-archive-products ul.products li.product {
	position: relative !important;
	display: block !important;
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Ukrywa elementy, które nie powinny pojawić się obok własnej karty. */
.kernberg-shop-template ul.products li.product > :not(.kernberg-product-card),
.kernberg-product-archive ul.products li.product > :not(.kernberg-product-card) {
	display: none !important;
}

/* ==========================================================
   KARTA
========================================================== */

.kernberg-product-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid #DDE4EA;
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0 6px 18px rgba(15, 23, 42, .04);
	transition:
		transform .28s cubic-bezier(.23, 1, .32, 1),
		box-shadow .28s ease,
		border-color .28s ease;
}

.kernberg-product-card:hover {
	transform: translateY(-5px);
	border-color: #B9C8C1;
	box-shadow: 0 16px 34px rgba(15, 23, 42, .10);
}

/* ==========================================================
   ZDJĘCIE
========================================================== */

.kernberg-product-card__image-link {
	display: block;
	flex: 0 0 auto;
	color: inherit;
	text-decoration: none !important;
}

.kernberg-product-card__image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 260px;
	padding: 18px;
	overflow: hidden;
	background: #F3F5F6;
}

.kernberg-product-card__image {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: contain !important;
	object-position: center center !important;
	transform: none !important;
}

/* ==========================================================
   TREŚĆ
========================================================== */

.kernberg-product-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 190px;
	padding: 22px 20px 18px;
}

.kernberg-product-card__title-link {
	display: block;
	color: inherit !important;
	text-decoration: none !important;
}

.kernberg-product-card__title {
	display: -webkit-box;
	min-height: 42px;
	max-height: 42px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	color: #111827 !important;
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	line-height: 1.3 !important;
	text-overflow: ellipsis;
	text-transform: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* ==========================================================
   CENA + KOSZYK — JEDEN WIERSZ FLEX
========================================================== */

.kernberg-product-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	margin-top: auto;
	padding-top: 26px;
}

.kernberg-product-card__price {
	min-width: 0;
	color: #111827;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.15;
	white-space: nowrap;
}

.kernberg-product-card__price del {
	margin-right: 5px;
	color: #94A3B8;
	font-size: 12px;
	font-weight: 600;
}

.kernberg-product-card__price ins {
	color: #111827;
	text-decoration: none;
}

/* ==========================================================
   KOSZYK
========================================================== */

.kernberg-product-card__cart,
.kernberg-product-card__cart.button {
	position: static !important;
	display: inline-flex !important;
	flex: 0 0 40px;
	align-items: center;
	justify-content: center;
	width: 40px !important;
	min-width: 40px !important;
	height: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #007550 !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transform: none !important;
	transition: color .25s ease !important;
}

.kernberg-product-card__cart:hover {
	background: transparent !important;
	color: #007550 !important;
	box-shadow: none !important;
	transform: none !important;
}

.kernberg-product-card__cart:active,
.kernberg-product-card__cart:focus,
.kernberg-product-card__cart.added {
	background: transparent !important;
	color: #0B3B2C !important;
	outline: none !important;
	box-shadow: none !important;
	transform: none !important;
}

.kernberg-product-card__cart-icon {
	display: block;
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kernberg-product-card + .added_to_cart,
.kernberg-product-card .added_to_cart {
	display: none !important;
}

/* ==========================================================
   RESPONSYWNOŚĆ
========================================================== */

@media (max-width: 1024px) {
	.kernberg-shop-template .shopengine-archive-products ul.products,
	.kernberg-shop-template ul.products.kernberg-products-grid,
	.kernberg-product-archive .shopengine-archive-products ul.products,
	.kernberg-product-archive ul.products.kernberg-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.kernberg-shop-template .shopengine-archive-products ul.products,
	.kernberg-shop-template ul.products.kernberg-products-grid,
	.kernberg-product-archive .shopengine-archive-products ul.products,
	.kernberg-product-archive ul.products.kernberg-products-grid {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
	}

	.kernberg-product-card__image-wrap {
		height: 240px;
	}

	.kernberg-product-card__content {
		min-height: 170px;
	}
}


/* ==========================================================
   v2.1.0 — NATURALNA WYSOKOŚĆ KARTY, BEZ PUSTEJ LUKI
========================================================== */

.kernberg-shop-template .shopengine-archive-products ul.products,
.kernberg-shop-template ul.products.kernberg-products-grid,
.kernberg-product-archive .shopengine-archive-products ul.products,
.kernberg-product-archive ul.products.kernberg-products-grid {
	align-items: start !important;
}

.kernberg-shop-template ul.products li.product,
.kernberg-product-archive ul.products li.product,
.kernberg-product-archive .shopengine-archive-products ul.products li.product {
	height: auto !important;
	min-height: 0 !important;
	align-self: start !important;
}

.kernberg-product-card {
	height: auto !important;
	min-height: 0 !important;
}

.kernberg-product-card__content {
	flex: 0 0 auto !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 22px 20px 18px !important;
}

.kernberg-product-card__title {
	min-height: 0 !important;
	max-height: none !important;
}

.kernberg-product-card__footer {
	margin-top: 22px !important;
	padding-top: 0 !important;
}
