.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
	margin: 0 0 1rem;
	padding: 1rem 1.125rem;
	border-radius: var(--dbp-radius-lg);
	border: 1px solid var(--dbp-color-border);
	background: var(--dbp-color-surface-alt);
	box-shadow: var(--dbp-shadow-xs);
}

.woocommerce .woocommerce-message {
	background: color-mix(in srgb, var(--dbp-color-success-bg) 78%, #ffffff);
	border-color: color-mix(in srgb, var(--dbp-color-success) 26%, #ffffff);
	color: var(--dbp-color-success-text);
}

.woocommerce .woocommerce-error {
	background: color-mix(in srgb, var(--dbp-color-error-bg) 80%, #ffffff);
	border-color: color-mix(in srgb, var(--dbp-color-error) 24%, #ffffff);
	color: var(--dbp-color-error-text);
	list-style: none;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
	min-width: auto;
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	background: var(--dbp-color-accent-soft);
	color: var(--dbp-color-accent-strong);
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1;
}

.woocommerce .price,
.woocommerce-Price-amount {
	color: var(--dbp-color-heading);
	font-weight: 700;
}

.woocommerce .price del {
	opacity: 0.55;
	color: var(--dbp-color-muted);
}

.woocommerce .price ins {
	background: none;
	text-decoration: none;
	color: var(--dbp-color-accent-strong);
}

.woocommerce .star-rating {
	color: #d4af37;
}

.woocommerce table.shop_table {
	border: 1px solid var(--dbp-color-border);
	border-radius: var(--dbp-radius-xl);
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	background: #fff;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 1rem;
	border-top: 1px solid var(--dbp-color-border);
}

.elementor-widget-woocommerce-products .woocommerce ul.products,
.elementor-widget-woocommerce-products ul.products.elementor-grid {
	margin: 0;
	padding: 0;
	padding-inline-start: 0;
	width: 100%;
	list-style: none;
}

.woocommerce table.shop_table thead th {
	border-top: 0;
	background: color-mix(in srgb, var(--dbp-color-surface-alt) 75%, #ffffff);
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.woocommerce .quantity .qty {
	min-height: 3rem;
	min-width: 4.5rem;
	text-align: center;
}

.dbp-product-card {
	list-style: none;
	min-width: 0;
	height: 100%;
}

.dbp-product-card__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0.95rem;
	border: 1px solid #d9e5ec;
	border-radius: 1.65rem;
	background: #ffffff;
	box-shadow: none;
	overflow: hidden;
	transition: transform var(--dbp-transition-fast), box-shadow var(--dbp-transition-base), border-color var(--dbp-transition-base);
}

.dbp-recently-viewed-widget {
	display: grid;
	gap: clamp(1.25rem, 2vw, 1.75rem);
	padding: clamp(1.25rem, 2.5vw, 2rem);
	border: 1px solid var(--dbp-color-border);
	border-radius: var(--dbp-radius-2xl);
	background: linear-gradient(180deg, color-mix(in srgb, var(--dbp-color-accent-soft) 32%, #ffffff) 0%, #ffffff 100%);
	box-shadow: var(--dbp-shadow-xs);
}

.dbp-recently-viewed-widget__header {
	display: grid;
	gap: 0.65rem;
	max-width: 48rem;
}

.dbp-recently-viewed-widget__eyebrow {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--dbp-color-accent-strong);
}

.dbp-recently-viewed-widget__title {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	line-height: 1.1;
	color: var(--dbp-color-heading);
}

.dbp-recently-viewed-widget__description {
	margin: 0;
	max-width: 42rem;
	color: var(--dbp-color-text);
}

.dbp-recently-viewed-widget__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dbp-recently-viewed-widget__item {
	min-width: 0;
}

.dbp-recently-viewed-widget__placeholder {
	padding: 1rem 1.125rem;
	border: 1px dashed var(--dbp-color-border-strong);
	border-radius: var(--dbp-radius-lg);
	background: var(--dbp-color-surface-alt);
	color: var(--dbp-color-muted);
	font-size: 0.95rem;
}

@media (max-width: 1024px) {
	.dbp-recently-viewed-widget__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 639px) {
	.dbp-recently-viewed-widget {
		padding: 1rem;
	}

	.dbp-recently-viewed-widget__grid {
		grid-template-columns: minmax(0, 1fr);
	}
	/* Mobile optimizations for product cards */
	.dbp-product-card__inner {
		padding: 0;
	}

	.dbp-product-card__media-link {
		border-radius: 0;
	}

	.dbp-product-card__badges {
		top: 0.5rem;
		left: 0.5rem;
		font-size: 0.65rem;
	}

	.dbp-product-card__wishlist {
		top: 0.4rem;
		right: 0.4rem;
	}

	.dbp-wishlist-overlay a,
	.dbp-wishlist-overlay .delete_item {
		width: 2.2rem;
		height: 2.2rem;
		min-width: 2.2rem;
	}

	.dbp-product-card__body {
		padding: 0.75rem;
	}
}

.dbp-product-card:hover .dbp-product-card__inner,
.dbp-product-card:focus-within .dbp-product-card__inner {
	transform: translateY(-3px);
	box-shadow: none;
	border-color: #c9d9e2;
}

.dbp-product-card__media-area {
	position: relative;
}

.dbp-product-card__media-link {
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit;
	border-radius: 1.2rem;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: transparent;
}

.dbp-product-card__badges {
	position: absolute;
	top: 0.8rem;
	left: 0.8rem;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.45rem;
	max-width: calc(100% - 4.8rem);
}

.dbp-wishlist-overlay {
	position: absolute;
	z-index: 3;
	transition: opacity var(--dbp-transition-base), transform var(--dbp-transition-base);
}

.dbp-product-card__wishlist {
	top: 0.8rem;
	right: 0.8rem;
}

.dbp-wishlist-overlay .yith-wcwl-add-to-wishlist,
.dbp-wishlist-overlay .yith-wcwl-add-button,
.dbp-wishlist-overlay .yith-wcwl-wishlistaddedbrowse,
.dbp-wishlist-overlay .yith-wcwl-wishlistexistsbrowse {
	margin: 0;
	line-height: 0;
}

.dbp-wishlist-overlay .feedback,
.dbp-wishlist-overlay .separator,
.dbp-wishlist-overlay .view-wishlist {
	display: none !important;
}

.dbp-wishlist-overlay a,
.dbp-wishlist-overlay .delete_item {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.7rem;
	height: 2.7rem;
	min-width: 2.7rem;
	min-height: 2.7rem;
	padding: 0;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 14px 28px rgba(18, 32, 46, 0.08);
	color: transparent;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-decoration: none;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: transform var(--dbp-transition-fast), background-color var(--dbp-transition-base), border-color var(--dbp-transition-base), box-shadow var(--dbp-transition-base);
}

.dbp-wishlist-overlay .yith-wcwl-icon-svg,
.dbp-wishlist-overlay img {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	opacity: 0;
	pointer-events: none;
}

.dbp-wishlist-overlay a::before,
.dbp-wishlist-overlay .delete_item::before {
	content: '';
	display: block;
	width: 1.15rem;
	height: 1.15rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' aria-hidden='true'%3E%3Cpath d='M12 20s-7-4.5-7-10a4 4 0 0 1 7-2.4A4 4 0 0 1 19 10c0 5.5-7 10-7 10Z' fill='none' stroke='%230b6d66' stroke-linejoin='round' stroke-width='1.8'/%3E%3C/svg%3E");
	transform: translateY(0.02rem);
	transition: transform var(--dbp-transition-fast), filter var(--dbp-transition-base);
}

.dbp-wishlist-overlay .yith-wcwl-wishlistaddedbrowse a,
.dbp-wishlist-overlay .yith-wcwl-wishlistexistsbrowse a,
.dbp-wishlist-overlay .delete_item {
	border-color: color-mix(in srgb, var(--c-brand-600) 24%, #ffffff);
	background: color-mix(in srgb, var(--c-brand-600) 10%, #ffffff);
	box-shadow: 0 18px 36px rgba(0, 81, 75, 0.14);
}

.dbp-wishlist-overlay .yith-wcwl-wishlistaddedbrowse a::before,
.dbp-wishlist-overlay .yith-wcwl-wishlistexistsbrowse a::before,
.dbp-wishlist-overlay .delete_item::before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' aria-hidden='true'%3E%3Cpath d='M12 20s-7-4.5-7-10a4 4 0 0 1 7-2.4A4 4 0 0 1 19 10c0 5.5-7 10-7 10Z' fill='%230b6d66' stroke='%230b6d66' stroke-linejoin='round' stroke-width='1.2'/%3E%3C/svg%3E");
	filter: drop-shadow(0 1px 1px rgba(0, 81, 75, 0.14));
	transform: scale(1.08);
}

.dbp-wishlist-overlay .yith-wcwl-wishlistaddedbrowse a::after,
.dbp-wishlist-overlay .yith-wcwl-wishlistexistsbrowse a::after,
.dbp-wishlist-overlay .delete_item::after {
	content: '';
	position: absolute;
	inset: -0.2rem;
	border-radius: inherit;
	border: 1px solid color-mix(in srgb, var(--c-brand-600) 22%, transparent);
	opacity: 0.55;
}

.dbp-wishlist-overlay a span,
.dbp-wishlist-overlay .delete_item span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	opacity: 0;
	pointer-events: none;
}

.dbp-product-card:hover .dbp-product-card__wishlist,
.dbp-product-card:focus-within .dbp-product-card__wishlist {
	opacity: 1;
	transform: translateY(0);
}

.dbp-wishlist-overlay a:hover,
.dbp-wishlist-overlay a:focus-visible,
.dbp-wishlist-overlay .delete_item:hover,
.dbp-wishlist-overlay .delete_item:focus-visible {
	transform: translateY(-1px) scale(1.02);
	border-color: color-mix(in srgb, var(--c-brand-600) 18%, #d8e3e5);
	background: #ffffff;
	box-shadow: 0 18px 32px rgba(18, 32, 46, 0.11);
	outline: 0;
	text-decoration: none;
}

.dbp-wishlist-overlay a:hover::before,
.dbp-wishlist-overlay a:focus-visible::before,
.dbp-wishlist-overlay .delete_item:hover::before,
.dbp-wishlist-overlay .delete_item:focus-visible::before {
	transform: translateY(0.02rem) scale(1.08);
	color: var(--c-brand-600);
}

@media (hover: hover) and (pointer: fine) {
	.dbp-product-card__wishlist {
		opacity: 0;
		transform: translateY(-0.35rem);
	}
}

@media (hover: none) {
	.dbp-product-card__wishlist {
		opacity: 1;
		transform: none;
	}
}

.dbp-product-card__badges .dbp-product-gallery__badge {
	--dbp-gallery-badge-bg: rgba(255, 255, 255, 0.92);
	--dbp-gallery-badge-color: var(--dbp-color-heading);
	--dbp-gallery-badge-border: rgba(15, 23, 42, 0.08);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2rem;
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	border: 1px solid var(--dbp-gallery-badge-border);
	background: var(--dbp-gallery-badge-bg);
	color: var(--dbp-gallery-badge-color);
	box-shadow: none;
	backdrop-filter: blur(12px);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	white-space: nowrap;
	max-width: 100%;
}

.dbp-product-card__badges .dbp-product-gallery__badge--product-month {
	--dbp-gallery-badge-bg: color-mix(in srgb, var(--c-brand-600) 14%, #ffffff);
	--dbp-gallery-badge-color: var(--c-brand-600);
	--dbp-gallery-badge-border: color-mix(in srgb, var(--c-brand-600) 22%, #ffffff);
}

.dbp-product-card__badges .dbp-product-gallery__badge--sale {
	--dbp-gallery-badge-bg: color-mix(in srgb, var(--dbp-color-error-bg) 88%, #ffffff);
	--dbp-gallery-badge-color: var(--dbp-color-error-text);
	--dbp-gallery-badge-border: color-mix(in srgb, var(--dbp-color-error) 20%, #ffffff);
}

.dbp-product-card__badges .dbp-product-gallery__badge--bestseller {
	--dbp-gallery-badge-bg: color-mix(in srgb, #f59e0b 14%, #ffffff);
	--dbp-gallery-badge-color: #9a5b00;
	--dbp-gallery-badge-border: color-mix(in srgb, #f59e0b 24%, #ffffff);
}

.dbp-product-card__badges .dbp-product-gallery__badge--new {
	--dbp-gallery-badge-bg: color-mix(in srgb, var(--c-brand-600) 8%, #ffffff);
	--dbp-gallery-badge-color: var(--c-brand-600);
	--dbp-gallery-badge-border: color-mix(in srgb, var(--c-brand-600) 20%, #ffffff);
}

.dbp-product-card__badges .dbp-product-gallery__badge--low-stock {
	--dbp-gallery-badge-bg: color-mix(in srgb, var(--dbp-color-error-bg) 78%, #fff7f5);
	--dbp-gallery-badge-color: var(--dbp-color-error-text);
	--dbp-gallery-badge-border: color-mix(in srgb, var(--dbp-color-error) 18%, #ffffff);
}

.dbp-product-card__badges .dbp-product-gallery__badge--brand {
	--dbp-gallery-badge-bg: color-mix(in srgb, var(--c-brand-600) 10%, #ffffff);
	--dbp-gallery-badge-color: var(--c-brand-600);
	--dbp-gallery-badge-border: color-mix(in srgb, var(--c-brand-600) 18%, #ffffff);
}

.dbp-product-card__badges .dbp-product-gallery__badge--neutral {
	--dbp-gallery-badge-bg: rgba(255, 255, 255, 0.92);
	--dbp-gallery-badge-color: var(--dbp-color-heading);
	--dbp-gallery-badge-border: rgba(15, 23, 42, 0.08);
}

.dbp-product-card__badges .dbp-product-gallery__badge--dark {
	--dbp-gallery-badge-bg: rgba(15, 23, 42, 0.82);
	--dbp-gallery-badge-color: #ffffff;
	--dbp-gallery-badge-border: rgba(255, 255, 255, 0.18);
}

.dbp-product-card__media-frame {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: 0;
	border: 1px solid #edf3f6;
	border-radius: 1.2rem;
	background: linear-gradient(180deg, #f5fafb 0%, #edf5f4 100%);
	overflow: hidden;
}

.dbp-product-card__media {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
}

.dbp-product-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transition: opacity var(--dbp-transition-base), transform var(--dbp-transition-base);
	margin: 0;
	background: transparent;
	border-radius: 1.2rem;
	box-shadow: none;
	padding: 0;
}

.dbp-product-card__image--secondary {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transform: scale(1.02);
}

.dbp-product-card:hover .dbp-product-card__image--secondary,
.dbp-product-card:focus-within .dbp-product-card__image--secondary {
	opacity: 1;
	transform: scale(1);
}

/* Zdjęcie główne chowamy na hover WYŁĄCZNIE, gdy jest drugie zdjęcie do pokazania.
   Bez tego produkty z jednym zdjęciem gubiłyby je na hover (pusta ramka). */
.dbp-product-card--has-secondary:hover .dbp-product-card__image--primary,
.dbp-product-card--has-secondary:focus-within .dbp-product-card__image--primary {
	opacity: 0;
	transform: scale(0.98);
}

.dbp-product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.85rem;
	padding: 0.85rem 0.15rem 0.15rem;
	min-width: 0;
}

.dbp-product-card__copy {
	display: grid;
	gap: 0.32rem;
	min-width: 0;
}

.dbp-product-card__subtitle {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.45;
	color: #4b5563;
}

.dbp-product-card__title {
	margin: 0;
	font-size: clamp(1.05rem, 1.2vw, 1.4rem);
	font-weight: 700;
	line-height: 1.3;
	color: var(--c-brand-600);
}

.dbp-product-card__title a {
	color: inherit;
	text-decoration: none;
}

.dbp-product-card__title a:hover,
.dbp-product-card__title a:focus-visible {
	color: var(--c-brand-700);
	text-decoration: none;
	outline: 0;
}

.dbp-product-card__footer {
	position: relative;
	display: grid;
	gap: 0.8rem;
	margin-top: auto;
	min-height: 2.9rem;
}

.dbp-product-card__metaRow,
.dbp-product-card__actions {
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.dbp-product-card__metaRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
	min-height: 2.2rem;
}

.dbp-product-card__rating-row {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-width: 0;
	min-height: 1.2rem;
}

.dbp-product-card__rating-stars {
	display: inline-flex;
	align-items: center;
	gap: 0.18rem;
	font-size: 0.9rem;
	line-height: 1;
	color: rgba(0, 102, 94, 0.22);
}

.dbp-product-card__star {
	display: inline-block;
	line-height: 1;
}

.dbp-product-card__star.is-filled {
	color: var(--c-brand-600);
}

.dbp-product-card__price {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: flex-end;
	gap: 0.35rem 0.55rem;
	font-size: 0.92rem;
	line-height: 1.2;
	color: var(--c-brand-600);
	text-align: right;
}

.dbp-product-card__price del {
	order: 1;
	font-size: 0.9em;
	color: #9aa5b1;
	opacity: 1;
	font-weight: 500;
}

.dbp-product-card__price ins {
	order: 2;
	font-size: 1.14rem;
	font-weight: 800;
	text-decoration: none;
	color: var(--c-brand-800);
	background: none;
}

.dbp-product-card__price.is-sale ins {
	color: var(--c-brand-700);
}

.dbp-product-card__price-badge {
	order: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 1.45rem;
	padding: 0.18rem 0.5rem;
	border-radius: 999px;
	border: 1px solid color-mix(in srgb, var(--dbp-color-error) 20%, #ffffff);
	background: color-mix(in srgb, var(--dbp-color-error-bg) 88%, #ffffff);
	color: var(--dbp-color-error-text);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.03em;
}

.dbp-product-card__actions {
	display: flex;
	align-items: stretch;
}

.dbp-product-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 2.75rem;
	padding: 0.75rem 1rem;
	border: 1px solid var(--c-brand-600);
	border-radius: 0.75rem;
	background: var(--c-brand-600);
	color: #ffffff !important;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	transition: transform var(--dbp-transition-fast), background-color var(--dbp-transition-base), border-color var(--dbp-transition-base), box-shadow var(--dbp-transition-base);
	box-shadow: none;
}

.dbp-product-card__cta:hover,
.dbp-product-card__cta:focus-visible {
	transform: translateY(-1px);
	background: var(--c-brand-700);
	border-color: var(--c-brand-700);
	box-shadow: none;
	outline: 0;
}

.dbp-product-card__ctaText {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.dbp-product-card__actions .added_to_cart,
.dbp-product-card__actions .wc-forward {
	display: none !important;
}

@media (max-width: 767px) {
	.dbp-product-card__inner {
		padding: 0;
	}

	.dbp-product-card__title {
		font-size: 0.96rem;
		line-height: 1.24;
	}

	.dbp-product-card__subtitle {
		font-size: 0.74rem;
		line-height: 1.35;
	}

	.dbp-product-card__media-link {
		padding: 0;
	}

	.dbp-product-card__media-frame {
		border: 0;
		border-radius: 0;
	}

	.dbp-product-card__image {
		border-radius: 0;
	}

	.dbp-product-card__body {
		padding: 0.75rem 0.75rem 0.5rem;
	}

	.dbp-product-card__badges {
		top: 0.5rem;
		left: 0.5rem;
		max-width: calc(100% - 1.5rem);
	}

	.dbp-product-card__badges .dbp-product-gallery__badge {
		min-height: 1.45rem;
		padding-inline: 0.48rem;
		font-size: 0.58rem;
	}

	.dbp-product-card__wishlist {
		top: 0.4rem;
		right: 0.4rem;
	}

	.dbp-wishlist-overlay a,
	.dbp-wishlist-overlay .delete_item {
		width: 2.2rem;
		height: 2.2rem;
		min-width: 2.2rem;
		min-height: 2.2rem;
	}

	.dbp-wishlist-overlay a::before,
	.dbp-wishlist-overlay .delete_item::before {
		width: 0.95rem;
		height: 0.95rem;
	}

	.dbp-product-card__price ins {
		font-size: 1.02rem;
	}

	.dbp-product-card__cta {
		min-height: 2.7rem;
		font-size: 0.72rem;
	}

	.dbp-product-card__rating-row {
		flex-wrap: wrap;
		gap: 0.35rem 0.6rem;
	}

	.dbp-product-card__metaRow {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (hover: hover) and (pointer: fine) {
	.dbp-product-card__footer {
		padding-top: 0.1rem;
	}

	.dbp-product-card__actions {
		position: absolute;
		inset: 0;
		opacity: 0;
		transform: translateY(6px);
		pointer-events: none;
	}

	.dbp-product-card:hover .dbp-product-card__metaRow,
	.dbp-product-card:focus-within .dbp-product-card__metaRow {
		opacity: 0;
		transform: translateY(6px);
		pointer-events: none;
	}

	.dbp-product-card:hover .dbp-product-card__actions,
	.dbp-product-card:focus-within .dbp-product-card__actions {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}
}