/* ETA Shop — globalny design system (cart, checkout, archiwum, single) */
:root {
	--eta-navy: #001f3f;
	--eta-navy-2: #0b2c52;
	--eta-link: #2f80ed;
	--eta-link-strong: #1f5fbf;
	--eta-bg: #ffffff;
	--eta-bg-soft: #f2f8fb;
	--eta-border: rgba(0, 31, 63, 0.08);
	--eta-text: #2d3748;
	--eta-text-muted: #5a6c84;
	--eta-shadow: 0 12px 40px -8px rgba(0, 31, 63, 0.12);
	--eta-radius: 14px;
	--eta-radius-sm: 10px;
	--eta-radius-btn: 6px;
}

/* ── Hero baner (sklep / produkt / koszyk / kasa) ───────────────────── */
/* HERO_OFFSET_Y — przesuwa baner w pionie. Aby podnieść/opuścić,
   zmień tylko jedną wartość: ujemna = wyżej, dodatnia = niżej. */
:root {
	--eta-hero-offset-y: 0;
	--eta-content-top-gap: 25px;
	--eta-hero-min-h: 200px;
	--eta-card-pad: 5px;
	--eta-grid-gap: 20px;
}
.eta-shop-hero {
	position: relative;
	min-height: var(--eta-hero-min-h);
	margin: 0 auto 32px;
	border-radius: var(--eta-radius);
	overflow: hidden;
	background: var(--eta-navy-2);
	max-width: 1200px;
}
.single-product .eta-shop-hero,
.archive.woocommerce .eta-shop-hero,
.tax-product_cat .eta-shop-hero { margin-top: 0; }
body.eta-shop-skin .page_content_wrap,
body.eta-shop-skin .content_wrap,
body.eta-shop-skin .content_wrap_full {
	padding-top: var(--eta-content-top-gap) !important;
}
body.eta-shop-skin.admin-bar .page_content_wrap {
	padding-top: calc(var(--eta-content-top-gap) - 8px) !important;
}
.eta-shop-hero__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0.65;
}
.eta-shop-hero__overlay {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	min-height: var(--eta-hero-min-h);
	padding: 28px 36px 32px;
	background: linear-gradient(180deg, rgba(0, 31, 63, 0.15) 0%, rgba(0, 31, 63, 0.72) 100%);
}
.eta-shop-hero__title {
	margin: 0;
	color: #fff;
	font-size: clamp(26px, 3.2vw, 38px);
	font-weight: 700;
	line-height: 1.15;
}
/* Breadcrumbs pod banerem (bez cienia) */
body.eta-shop-skin .woocommerce-breadcrumb,
body.eta-shop-skin .list_products_header .woocommerce-breadcrumb,
body.eta-shop-skin .eta-archive-subheader .woocommerce-breadcrumb {
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6b7280;
	margin: 0 0 12px;
}
body.eta-shop-skin .woocommerce-breadcrumb a {
	color: #5a6c84;
	text-decoration: none;
}
body.eta-shop-skin .woocommerce-breadcrumb a:hover {
	color: var(--eta-link);
}
body.eta-shop-skin .woocommerce-breadcrumb .woocommerce-breadcrumb-delimiter {
	margin: 0 0.35em;
	opacity: 0.65;
}
/* Ukryj duplikat nagłówka z widgetu WooCommerce Tools (ThemeREX) */
body.eta-shop-skin .trx_addons_woocommerce_tools .trx_addons_woocommerce_title {
	display: none !important;
}
/* Pharma: pusty kontener po wyłączeniu domyślnego WC/TRX nagłówka archiwum */
body.eta-shop-skin .list_products > .list_products_header {
	display: none !important;
}

/* Nagłówek archiwum pod banerem (gdy brak widgetu WooCommerce Tools) */
body.eta-shop-skin .eta-archive-subheader {
	margin: 0 0 28px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
body.eta-shop-skin .eta-archive-subheader__row--title .page-title {
	margin: 0;
	font-size: clamp(1.5rem, 2.4vw, 1.875rem);
	line-height: 1.2;
}
body.eta-shop-skin .eta-archive-subheader__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
	padding-top: 4px;
}
body.eta-shop-skin .eta-archive-subheader__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
body.eta-shop-skin .eta-archive-subheader__row .page-title {
	margin: 0;
	flex: 1 1 auto;
}

/* Pasek: licznik wyników + sortowanie + pokaż wszystko */
body.eta-shop-skin .eta-shop-loop-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 20px;
	margin: 0 0 20px;
	padding: 14px 0;
	border-top: 1px solid #e8edf4;
	border-bottom: 1px solid #e8edf4;
}
body.eta-shop-skin .eta-shop-loop-toolbar .woocommerce-result-count {
	margin: 0;
	flex: 1 1 auto;
	font-size: 0.875rem;
	color: #6b7280;
}
body.eta-shop-skin .eta-shop-loop-toolbar .woocommerce-ordering {
	margin: 0;
	flex: 0 0 auto;
}

body.eta-shop-skin .list_products.eta-shop-ajax-loading {
	pointer-events: none;
}

body.eta-shop-skin ul.products.eta-shop-ajax-loading {
	opacity: 0.72;
	transition: opacity 0.15s ease;
	pointer-events: none;
}

/* Archiwum: bez ukrywania kafelków przez TRX animate.css (po AJAX observer nie odpala). */
body.eta-shop-skin ul.products li.product [data-post-animation^="animated"],
body.eta-shop-skin ul.products li.product .post_item[data-post-animation^="animated"] {
	visibility: visible !important;
}

body.eta-shop-skin .eta-archive-show-all {
	white-space: nowrap;
	flex: 0 0 auto;
	font-size: 0.875rem;
	padding: 0.45rem 1rem;
	margin-left: auto;
}

/* Nagłówek archiwum: tytuł + przyciski polecane / promocja */
body.eta-shop-skin .eta-archive-quick-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0;
	flex: 1 1 auto;
}
body.eta-shop-skin .trx_addons_woocommerce_tools.widget_area {
	position: relative;
	padding-right: 0;
}
body.eta-shop-skin .trx_addons_woocommerce_tools .eta-archive-quick-filters {
	position: absolute;
	top: 2.75rem;
	right: 0;
	z-index: 2;
}
body.eta-shop-skin .eta-archive-quick-filters__btn {
	padding-left: 24px;
	padding-right: 24px;
	white-space: nowrap;
}
body.eta-shop-skin .eta-archive-quick-filters__btn--promocja.is-active {
	box-shadow: 0 8px 24px -6px rgba(0, 31, 63, 0.35);
}
@media (max-width: 767px) {
	body.eta-shop-skin .trx_addons_woocommerce_tools .eta-archive-quick-filters {
		position: static;
		justify-content: flex-start;
		margin: 12px 0 0;
	}
}

/* ── Filtr ceny (slider) — cienki track, okrągłe uchwyty ─────────────── */
.widget_price_filter .ui-slider-horizontal {
	height: 3px !important;
	background: #e8edf4 !important;
	border: none !important;
}
.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	height: 3px !important;
	top: 0 !important;
	background: var(--eta-link) !important;
}
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider-horizontal .ui-slider-handle {
	width: 14px !important;
	height: 14px !important;
	top: 50% !important;
	margin-top: -7px !important;
	margin-left: -7px !important;
	border-radius: 50% !important;
	background: var(--eta-link) !important;
	border: 2px solid #fff !important;
	box-shadow: 0 1px 4px rgba(0, 31, 63, 0.18);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: transparent !important;
	border: none !important;
}
/* Filtruj — wariant accent (eta-buttons-global.css) */

/* ── Układ bez sidebara na koszyk / kasa ─────────────────────────────── */
body.eta-wc-no-sidebar .content_wrap {
	display: block !important;
}
body.eta-wc-no-sidebar .sidebar {
	display: none !important;
}
body.eta-wc-no-sidebar .content {
	width: 100% !important;
	max-width: 100% !important;
}

/* ── Kontener treści sklepu ─────────────────────────────────────────── */
body.woocommerce .content .entry-content,
body.woocommerce-page .content .entry-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px 64px;
}

/* ── Wspólny panel ETA (koszyk / kasa / produkt) ─────────────────────── */
body.eta-shop-skin .eta-wc-panel {
	background: var(--eta-bg);
	border: 1px solid var(--eta-border);
	border-radius: var(--eta-radius);
	padding: 24px 28px;
	box-shadow: var(--eta-shadow);
}

body.eta-shop-skin .eta-wc-panel__title,
body.eta-shop-skin .wc-block-components-sidebar-layout .wc-block-components-sidebar h2,
body.eta-shop-skin .wc-block-cart__sidebar h2 {
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--eta-text-muted) !important;
	margin: 0 0 20px !important;
	line-height: 1.3 !important;
}

/* ── Koszyk (bloki WC) ───────────────────────────────────────────────── */
.wc-block-cart,
.wp-block-woocommerce-cart {
	font-family: inherit;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

body.eta-shop-skin .wc-block-cart .wc-block-components-main.wc-block-cart__main {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
	background: var(--eta-bg) !important;
	border: 1px solid var(--eta-border) !important;
	border-radius: var(--eta-radius) !important;
	padding: 24px 28px !important;
	box-shadow: var(--eta-shadow) !important;
}

@media (min-width: 1024px) {
	body.eta-shop-skin .wc-block-cart .wc-block-components-main.wc-block-cart__main {
		width: min(740px, 100%) !important;
		margin-right: 20px !important;
	}
}

/* Kroki w panelu — identycznie jak kasa (.woocommerce-billing-fields) */
body.eta-shop-skin .eta-checkout-steps--in-billing {
	width: 100%;
	max-width: 100% !important;
	margin: 0 0 32px !important;
	padding: 0 !important;
}

body.eta-shop-skin .eta-checkout-steps--in-billing .eta-checkout-steps__list {
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

body.eta-shop-skin .eta-checkout-steps--in-billing .eta-checkout-steps__divider {
	flex: 1 1 auto;
	min-width: 12px;
	max-width: none;
	margin: 0 8px;
	align-self: center;
}

body.eta-shop-skin .wc-block-cart-items__header th {
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--eta-text-muted) !important;
	border-bottom: 1px solid var(--eta-border) !important;
	padding: 0 0 12px !important;
}

body.eta-shop-skin .wc-block-cart-items__row {
	border-bottom: 1px solid var(--eta-border) !important;
	padding: 16px 0 !important;
}

body.eta-shop-skin .wc-block-cart .wc-block-components-sidebar.wc-block-cart__sidebar {
	padding: 24px 28px !important;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon::before,
.wc-block-cart__empty-cart__title::before {
	display: none !important;
	content: none !important;
}
.wc-block-cart__empty-cart__title {
	font-size: clamp(32px, 5vw, 48px) !important;
	font-weight: 700 !important;
	color: var(--eta-navy) !important;
	line-height: 1.2 !important;
	margin: 24px 0 32px !important;
}
.wc-block-cart .wc-block-components-button,
.wc-block-cart .wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
	border-radius: var(--eta-radius-btn) !important;
	background: var(--eta-link) !important;
	color: #fff !important;
	font-weight: 600 !important;
	min-height: 48px !important;
}
.wc-block-cart .wc-block-components-button:hover,
.wc-block-components-checkout-place-order-button:hover {
	background: var(--eta-link-strong) !important;
}
.wc-block-cart .wc-block-components-product-price,
.wc-block-components-formatted-money-amount {
	color: var(--eta-navy) !important;
	font-weight: 700 !important;
	font-size: 1.05em !important;
}
.wc-block-cart .wc-block-components-totals-item__value {
	font-weight: 700 !important;
	color: var(--eta-navy) !important;
}

/* ── Powiadomienia WooCommerce (spójne z UI sklepu) ─────────────────── */
.woocommerce-notices-wrapper {
	margin: 16px auto 24px !important;
	max-width: 1290px;
	padding: 0 32px;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
	background: #fff !important;
	background-color: #fff !important;
	border: 1px solid var(--eta-border) !important;
	border-top-color: var(--eta-border) !important;
	border-left: 4px solid #2f80ed !important;
	border-radius: var(--eta-radius) !important;
	color: var(--eta-navy) !important;
	padding: 16px 24px !important;
	margin: 0 0 16px !important;
	box-shadow: var(--eta-shadow) !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
	list-style: none !important;
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 12px 16px !important;
	min-height: 56px !important;
	position: relative !important;
}
.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 12px 16px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.woocommerce-error {
	border-left-color: #e53e3e !important;
	align-items: flex-start !important;
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
	color: #2f80ed !important;
	background: transparent !important;
	position: static !important;
	flex-shrink: 0 !important;
	order: -1 !important;
	transform: none !important;
	margin: 0 !important;
	line-height: 1 !important;
	font-size: 18px !important;
	width: 20px !important;
	text-align: center !important;
}
.woocommerce-error::before {
	color: #e53e3e !important;
	align-self: flex-start !important;
	margin-top: 2px !important;
}
.woocommerce-message .button,
.woocommerce-info .button {
	border-radius: var(--eta-radius-btn) !important;
	background: #2f80ed !important;
	color: #fff !important;
	font-weight: 600 !important;
	padding: 10px 18px !important;
	margin: 0 0 0 auto !important;
	flex-shrink: 0 !important;
	order: 2 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	float: none !important;
	min-width: 9.5rem;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover {
	background: var(--eta-link-strong) !important;
	color: #fff !important;
}
@media (max-width: 767px) {
	.woocommerce-notices-wrapper { padding: 0 16px; }
	.woocommerce-message,
	.woocommerce-info,
	.woocommerce-error {
		padding: 14px 18px !important;
	}
	.woocommerce-message .button,
	.woocommerce-info .button {
		margin-left: 0 !important;
		width: 100%;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
	}
}

/* ── Siatka produktów (Nowości / cross-sell / related blocks) ────────── */
.wc-block-grid,
.wc-block-grid.has-4-columns,
.wc-block-grid.has-3-columns,
.wc-block-grid.has-2-columns {
	width: 100% !important;
	max-width: 100% !important;
	text-align: left;
}

.wc-block-grid__products,
.wc-block-grid.has-4-columns .wc-block-grid__products,
.wc-block-grid.has-3-columns .wc-block-grid__products,
.wc-block-grid.has-2-columns .wc-block-grid__products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: var(--eta-grid-gap) !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	width: 100% !important;
	max-width: 100% !important;
}

.wc-block-grid.has-3-columns .wc-block-grid__products {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.wc-block-grid.has-2-columns .wc-block-grid__products {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-3-columns .wc-block-grid__product,
.wc-block-grid.has-2-columns .wc-block-grid__product {
	background: #fff;
	border: 1px solid var(--eta-border);
	border-radius: var(--eta-radius);
	padding: 1.25rem !important;
	box-shadow: var(--eta-shadow);
	transition: transform 200ms ease, box-shadow 200ms ease;
	margin: 0 !important;
	flex: unset !important;
	max-width: none !important;
	width: auto !important;
	min-width: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	border-left: 1px solid var(--eta-border) !important;
	border-right: 1px solid var(--eta-border) !important;
	border-bottom: 1px solid var(--eta-border) !important;
	text-align: left !important;
}
.wc-block-grid__product:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 44px -10px rgba(0, 31, 63, 0.16);
}
.wc-block-grid__product-image,
.wc-block-grid__product-image img,
.wc-block-grid__product-onsale {
	border-radius: var(--eta-radius-sm) !important;
	overflow: hidden;
}
.wc-block-grid__product-title {
	color: var(--eta-navy) !important;
	font-weight: 600 !important;
	font-size: 15px !important;
	line-height: 1.4 !important;
	margin: 12px 0 8px !important;
}
.wc-block-grid__product-price,
.wc-block-grid__product-price .woocommerce-Price-amount {
	color: var(--eta-navy) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	display: block;
	margin: 0 0 12px !important;
}
.wc-block-grid__product-link {
	text-decoration: none !important;
}
.wc-block-grid__product-add-to-cart .wp-block-button__link,
.wc-block-grid__product-add-to-cart .wc-block-components-product-button,
.wc-block-grid__product .wc-block-components-product-button__button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 10px 16px !important;
	border-radius: var(--eta-radius-btn) !important;
	background: var(--eta-navy) !important;
	background-color: var(--eta-navy) !important;
	border-color: var(--eta-navy) !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	text-decoration: none !important;
	border: none !important;
}
.wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
	background: var(--eta-navy-2) !important;
	background-color: var(--eta-navy-2) !important;
	border-color: var(--eta-navy-2) !important;
	color: #fff !important;
}

/* ── Archiwum sklepu (klasyczne loop) ────────────────────────────────── */
.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: var(--eta-grid-gap) !important;
	margin: 0 !important;
	padding: var(--eta-card-pad) !important;
	list-style: none !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none !important;
	content: none !important;
}
.woocommerce ul.products li.product {
	background: #fff;
	border: 1px solid var(--eta-border);
	border-radius: var(--eta-radius);
	padding: calc(14px + var(--eta-card-pad)) !important;
	box-shadow: var(--eta-shadow);
	margin: 0 !important;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: none !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
}
.woocommerce ul.products li.product .post_item,
.woocommerce ul.products li.product .post_data,
.woocommerce ul.products li.product .post_data_inner {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
	height: 100% !important;
}
.woocommerce ul.products li.product img,
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
	border-radius: var(--eta-radius-sm);
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-Price-amount {
	color: var(--eta-navy) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: var(--eta-radius-btn) !important;
}

/* ── Single product — panele jak koszyk ─────────────────────────────── */
body.eta-shop-skin.single-product div.product {
	background: transparent !important;
	padding: 0 0 48px !important;
	max-width: 1280px;
	align-items: start;
}

body.eta-shop-skin.single-product div.product .woocommerce-product-gallery,
body.eta-shop-skin.single-product div.product .summary {
	background: var(--eta-bg) !important;
	border: 1px solid var(--eta-border) !important;
	border-radius: var(--eta-radius) !important;
	box-shadow: var(--eta-shadow) !important;
	padding: 32px 28px 24px !important;
	margin-bottom: 24px;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	float: none !important;
}

@media (min-width: 1024px) {
	body.eta-shop-skin.single-product div.product {
		grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
		column-gap: 32px;
		row-gap: 24px;
	}

	body.eta-shop-skin.single-product div.product > .woocommerce-product-gallery {
		grid-column: 1;
		grid-row: 1 / span 2;
		align-self: start;
		margin-bottom: 0 !important;
	}

	body.eta-shop-skin.single-product div.product > .summary {
		grid-column: 2;
		grid-row: 1;
		align-self: start;
		margin-bottom: 0 !important;
	}

	body.eta-shop-skin.single-product div.product > .woocommerce-tabs,
	body.eta-shop-skin.single-product div.product > .related,
	body.eta-shop-skin.single-product div.product > .related.products {
		grid-column: 1 / -1;
		width: 100%;
		min-width: 0;
	}
}

body.eta-shop-skin.single-product div.product .summary .woocommerce-product-details__short-description {
	margin: 0 0 1.25em !important;
}

body.eta-shop-skin.single-product div.product .summary .woocommerce-product-details__short-description p {
	margin: 0 !important;
}

body.eta-shop-skin.single-product div.product .summary .product_title {
	color: var(--eta-navy) !important;
	font-size: clamp(24px, 2.8vw, 36px) !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	margin: 0 0 12px !important;
}

body.eta-shop-skin.single-product div.product .summary .eta-product-category {
	margin: 0 0 12px !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
}

body.eta-shop-skin.single-product div.product .summary .eta-product-category-link {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.35em !important;
	color: var(--eta-navy, #001f3f) !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

body.eta-shop-skin.single-product div.product .summary .eta-product-category-link:hover {
	color: var(--eta-link-strong, #001f3f) !important;
}

body.eta-shop-skin.single-product .product_meta .posted_in {
	display: none !important;
}

body.eta-shop-skin.single-product div.product .summary .price {
	color: var(--eta-navy) !important;
	font-size: 26px !important;
	font-weight: 700 !important;
	margin: 0 0 16px !important;
}

body.eta-shop-skin.single-product div.product .summary form.cart {
	border: 1px solid var(--eta-border) !important;
	border-radius: var(--eta-radius-sm) !important;
	background: var(--eta-bg-soft) !important;
	padding: 12px !important;
}

body.eta-shop-skin.single-product div.product .summary .single_add_to_cart_button,
body.eta-shop-skin.single-product div.product .summary form.cart .button {
	min-height: 52px !important;
}

body.eta-shop-skin.single-product .woocommerce-tabs .panel {
	padding: 24px 28px !important;
	background: var(--eta-bg) !important;
	border: 1px solid var(--eta-border) !important;
	border-radius: var(--eta-radius) !important;
	box-shadow: var(--eta-shadow) !important;
}

body.eta-shop-skin.single-product .woocommerce-tabs {
	padding: 0 16px;
	max-width: 1280px;
	margin: 32px auto 0;
}

.single-product .woocommerce-breadcrumb {
	display: none;
}

/* ── Powiązane produkty (single product) ─────────────────────────────── */
.single-product .related.products,
.single-product section.related.products {
	background: var(--eta-bg-soft);
	border-radius: var(--eta-radius);
	padding: 36px 32px 40px;
	margin-top: 56px;
	grid-column: 1 / -1 !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}
.single-product div.product > .related.products,
.single-product .product > section.related.products {
	grid-column: 1 / -1 !important;
}
.single-product .related.products > h2 {
	font-size: clamp(22px, 2.2vw, 28px) !important;
	font-weight: 700 !important;
	color: var(--eta-navy) !important;
	margin: 0 0 28px !important;
}
.single-product .related.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: var(--eta-grid-gap) !important;
	margin: 0 !important;
	padding: var(--eta-card-pad) !important;
	width: 100% !important;
}
.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after {
	display: none !important;
	content: none !important;
}
.single-product .related.products ul.products li.product {
	background: #fff !important;
	border: 1px solid var(--eta-border) !important;
	border-radius: var(--eta-radius) !important;
	padding: calc(14px + var(--eta-card-pad)) !important;
	margin: 0 !important;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: none !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
	box-shadow: 0 6px 24px -8px rgba(0, 31, 63, 0.08) !important;
	transition: transform 200ms ease, box-shadow 200ms ease;
}
.single-product .related.products ul.products li.product .post_item {
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
}
.single-product .related.products ul.products li.product .post_data,
.single-product .related.products ul.products li.product .post_data_inner {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
}
.single-product .related.products ul.products li.product:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 36px -10px rgba(0, 31, 63, 0.16) !important;
}
.single-product .related.products ul.products li.product img,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link img {
	border-radius: var(--eta-radius-sm) !important;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	margin: 0 0 4px !important;
}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
	font-size: 15px !important;
	font-weight: 600 !important;
	color: var(--eta-navy) !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.single-product .related.products ul.products li.product .price {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: var(--eta-navy) !important;
	margin: 0 !important;
}
/* Pharma chowa add-to-cart na hover — wymuszamy widoczność */
.single-product .related.products .add_to_cart_wrap,
.woocommerce ul.products li.product .add_to_cart_wrap,
.wc-block-grid__product .wc-block-grid__product-add-to-cart {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: static !important;
	transform: none !important;
	margin-top: auto !important;
	width: 100%;
}
.single-product .related.products ul.products li.product .button,
.single-product .related.products ul.products li.product .add_to_cart_button,
.single-product .related.products ul.products li.product a.product_type_simple {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	margin-top: auto !important;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product a.product_type_simple,
.wc-block-grid__product .wp-block-button__link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	margin-top: auto !important;
}
.single-product .related.products {
	width: 100% !important;
	max-width: 100% !important;
}

/* ── Opis produktu — hierarchia typografii ───────────────────────────── */
.eta-product-description,
.eta-product-description.eta-product-typo {
	box-sizing: border-box;
	max-width: min(var(--eta-desc-measure, 80ch), 100%);
	width: 100%;
}
.eta-product-description h2.eta-desc-title {
	color: var(--eta-navy) !important;
	font-size: clamp(20px, 2.2vw, 26px) !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	margin: 0 0 16px !important;
	padding: 0 !important;
	border: none !important;
}
.eta-product-description h2:not(.eta-desc-title),
.eta-product-description h3.eta-desc-heading,
.eta-product-description h3 {
	color: var(--eta-navy) !important;
	font-size: clamp(18px, 2vw, 22px) !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	margin: 28px 0 12px !important;
	padding-top: 8px;
	border-top: 1px solid var(--eta-border);
}
.eta-product-description h2:first-child,
.eta-product-description h3:first-child {
	margin-top: 0 !important;
	border-top: none;
	padding-top: 0;
}
.eta-product-description p {
	color: var(--eta-text) !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
	margin: 0 0 14px !important;
}
.eta-product-description ul,
.eta-product-description ol {
	margin: 0 0 18px 1.25em !important;
	padding: 0 !important;
}
.eta-product-description li {
	margin-bottom: 8px !important;
	line-height: 1.65 !important;
}
.eta-product-description strong {
	color: var(--eta-navy);
	font-weight: 600;
}
.eta-product-description .eta-desc-lead {
	font-size: 17px !important;
	color: var(--eta-navy) !important;
	font-weight: 500 !important;
	line-height: 1.65 !important;
	margin-bottom: 18px !important;
}

/* ── Checkout / Cart — wspólny, zaokrąglony styl ─────────────────────── */
.wc-block-checkout,
.wp-block-woocommerce-checkout,
.wc-block-cart {
	font-family: inherit;
}
.wc-block-checkout .wc-block-components-checkout-step,
.wc-block-checkout .wc-block-components-checkout-step__container,
.wp-block-woocommerce-checkout .wc-block-components-checkout-step,
.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout-totals-block,
.wp-block-woocommerce-cart-totals-block,
.wc-block-components-sidebar {
	background: #fff !important;
	border: 1px solid var(--eta-border) !important;
	border-radius: var(--eta-radius) !important;
	padding: 24px 28px !important;
	box-shadow: var(--eta-shadow) !important;
	margin-bottom: 20px !important;
}
.wc-block-checkout .wc-block-components-checkout-step__title,
.wp-block-woocommerce-cart .wc-block-components-totals-item__label,
.wc-block-components-order-summary__title {
	color: var(--eta-navy) !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	margin-bottom: 16px !important;
}

.wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-size: inherit !important;
	font-weight: 600 !important;
	margin-bottom: 0 !important;
}
.wc-block-checkout .wc-block-components-text-input,
.wc-block-checkout .wc-block-components-combobox,
.wc-block-checkout .wc-block-components-select {
	margin-bottom: 14px !important;
}
.wc-block-components-text-input input,
.wc-block-components-text-input textarea,
.wc-block-components-combobox input,
.wc-block-components-select select,
.wc-block-components-address-form input,
.wc-block-cart input[type="text"],
.wc-block-cart input[type="email"],
.wc-block-cart input[type="tel"] {
	border-radius: var(--eta-radius-btn) !important;
	border: 1px solid var(--eta-border) !important;
	background: #fff !important;
	padding: 14px 16px !important;
	min-height: 48px !important;
	font-size: 15px !important;
	color: var(--eta-navy) !important;
	box-shadow: none !important;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}
.wc-block-components-text-input input:focus,
.wc-block-components-combobox input:focus,
.wc-block-components-select select:focus {
	border-color: var(--eta-link) !important;
	box-shadow: 0 0 0 3px rgba(47, 128, 237, 0.15) !important;
	outline: none !important;
}
.wc-block-components-text-input label,
.wc-block-components-combobox label,
.wc-block-components-select label {
	color: var(--eta-text-muted) !important;
	font-size: 13px !important;
	font-weight: 500 !important;
}
.wc-block-components-checkbox label,
.wc-block-components-radio-control__option label {
	color: var(--eta-text) !important;
}
.wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control__option,
.wc-block-components-radio-control__option {
	border: 1px solid var(--eta-border) !important;
	border-radius: var(--eta-radius-btn) !important;
	padding: 14px 18px !important;
	margin-bottom: 10px !important;
	background: #fff !important;
	transition: border-color 180ms ease, background 180ms ease;
}
.wc-block-components-radio-control__option--checked,
.wc-block-components-radio-control__option.is-active {
	border-color: var(--eta-link) !important;
	background: var(--eta-bg-soft) !important;
}
.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-proceed-to-checkout-block a {
	min-height: 52px !important;
}
.wc-block-cart-item__product-name,
.wc-block-components-product-name {
	color: var(--eta-navy) !important;
	font-weight: 600 !important;
}
.wc-block-components-quantity-selector {
	border-radius: var(--eta-radius-btn) !important;
	border: 1px solid var(--eta-border) !important;
}
.wc-block-components-totals-item {
	padding: 10px 0 !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
	font-size: inherit !important;
	font-weight: 700 !important;
	color: var(--eta-navy) !important;
}

@media (max-width: 1199px) {
	.single-product .related.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
/* Telefon + wąski tablet: baner edge-to-edge (sklep / produkt / koszyk / kasa) */
@media (max-width: 767px) {
	.eta-shop-hero {
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		margin-bottom: 20px;
		border-radius: 0 !important;
		min-height: max(220px, var(--eta-hero-min-h));
	}

	.eta-shop-hero__img {
		object-fit: cover;
		object-position: center center;
		opacity: 0.72;
	}

	.eta-shop-hero__overlay {
		padding: 22px max(12px, env(safe-area-inset-right, 0px)) 26px max(0px, env(safe-area-inset-left, 0px));
		min-height: max(220px, var(--eta-hero-min-h));
	}

	.eta-shop-hero__title {
		font-size: clamp(22px, 6.2vw, 30px);
		margin-left: 15px;
		margin-right: 12px;
	}

	/* S24 / telefon: ciaśniejszy gutter sklepu (1vw zamiast 4vw/24px) */
	body.eta-shop-skin {
		--eta-shell-content-gutter: max(1vw, 10px);
	}

	/*
	 * Archiwum sklepu: baner NAD filtrami (sidebar nie zasłania obrazu).
	 * display:contents → hero/sidebar/produkty jako rodzeństwo flex.
	 */
	body.eta-shop-skin.archive .content_wrap,
	body.eta-shop-skin.post-type-archive-product .content_wrap,
	body.eta-shop-skin.tax-product_cat .content_wrap,
	body.eta-shop-skin.tax-product_tag .content_wrap {
		display: flex !important;
		flex-direction: column !important;
	}

	body.eta-shop-skin.archive .content_wrap > .clearfix,
	body.eta-shop-skin.post-type-archive-product .content_wrap > .clearfix,
	body.eta-shop-skin.tax-product_cat .content_wrap > .clearfix,
	body.eta-shop-skin.tax-product_tag .content_wrap > .clearfix {
		display: none !important;
	}

	body.eta-shop-skin.archive .content_wrap > .content,
	body.eta-shop-skin.post-type-archive-product .content_wrap > .content,
	body.eta-shop-skin.tax-product_cat .content_wrap > .content,
	body.eta-shop-skin.tax-product_tag .content_wrap > .content {
		display: contents;
	}

	body.eta-shop-skin.archive .eta-shop-hero,
	body.eta-shop-skin.post-type-archive-product .eta-shop-hero,
	body.eta-shop-skin.tax-product_cat .eta-shop-hero,
	body.eta-shop-skin.tax-product_tag .eta-shop-hero {
		order: -20;
	}

	body.eta-shop-skin.archive .content_wrap > .sidebar,
	body.eta-shop-skin.post-type-archive-product .content_wrap > .sidebar,
	body.eta-shop-skin.tax-product_cat .content_wrap > .sidebar,
	body.eta-shop-skin.tax-product_tag .content_wrap > .sidebar {
		order: -10;
		padding-left: max(var(--eta-shell-content-gutter, 24px), env(safe-area-inset-left, 0px));
		padding-right: max(var(--eta-shell-content-gutter, 24px), env(safe-area-inset-right, 0px));
		box-sizing: border-box;
	}

	body.eta-shop-skin.archive .list_products,
	body.eta-shop-skin.post-type-archive-product .list_products,
	body.eta-shop-skin.tax-product_cat .list_products,
	body.eta-shop-skin.tax-product_tag .list_products,
	body.eta-shop-skin.archive .eta-archive-subheader,
	body.eta-shop-skin.tax-product_cat .eta-archive-subheader,
	body.eta-shop-skin.tax-product_tag .eta-archive-subheader,
	body.eta-shop-skin.archive .woocommerce-notices-wrapper,
	body.eta-shop-skin.tax-product_cat .woocommerce-notices-wrapper {
		padding-left: max(var(--eta-shell-content-gutter, 24px), env(safe-area-inset-left, 0px));
		padding-right: max(var(--eta-shell-content-gutter, 24px), env(safe-area-inset-right, 0px));
		box-sizing: border-box;
	}
	body.woocommerce-cart.eta-shop-skin .page_content_wrap,
	body.woocommerce-checkout.eta-shop-skin .page_content_wrap,
	body.woocommerce-account.eta-shop-skin .page_content_wrap {
		overflow-x: clip;
		padding-left: max(12px, env(safe-area-inset-left, 0px));
		padding-right: max(12px, env(safe-area-inset-right, 0px));
		box-sizing: border-box;
	}
	body.woocommerce .content .entry-content { padding: 0 16px 48px; }
	.single-product div.product .summary { padding: 20px 18px !important; }
	.single-product .woocommerce-tabs .panel { padding: 22px 18px !important; }
	/* Telefon: powiązane / upsell — 1 kolumna (2 były za ciasne, tytuły w wieży) */
	.single-product .related.products ul.products,
	.single-product .upsells.products ul.products {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 16px !important;
		padding: 8px 0 !important;
	}

	.single-product .related.products,
	.single-product section.related.products {
		padding: 24px 16px 28px !important;
	}

	.single-product .related.products ul.products li.product {
		padding: 16px !important;
		gap: 12px !important;
	}

	.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
		font-size: 15px !important;
		overflow-wrap: break-word !important;
		word-break: normal !important;
		hyphens: manual !important;
	}

	/* Archiwum / pętla: nadal 2 w rzędzie, ale większy oddech */
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}

	.wc-block-grid__products,
	.wc-block-grid.has-4-columns .wc-block-grid__products,
	.wc-block-grid.has-3-columns .wc-block-grid__products,
	.wc-block-grid.has-2-columns .wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}

	/* Kompaktowe kafelki przy 2 kolumnach */
	body.woocommerce.eta-shop-skin ul.products li.product {
		padding: 8px !important;
	}

	body.woocommerce.eta-shop-skin ul.products li.product .woocommerce-loop-product__title,
	body.woocommerce.eta-shop-skin ul.products li.product .woocommerce-loop-product__title a {
		font-size: 13px !important;
		line-height: 1.3 !important;
	}

	body.woocommerce.eta-shop-skin ul.products li.product .price {
		font-size: 14px !important;
		margin-top: 4px !important;
	}

	body.woocommerce.eta-shop-skin ul.products li.product .button,
	body.woocommerce.eta-shop-skin ul.products li.product .add_to_cart_button,
	body.woocommerce.eta-shop-skin ul.products li.product a.product_type_simple {
		min-height: 40px !important;
		padding: 8px 6px !important;
		font-size: 12px !important;
		line-height: 1.2 !important;
	}
}

@media (max-width: 1023px) and (min-width: 600px) {
	.wc-block-grid.has-4-columns .wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

/* ── v2.8.1 — kafelki + checkout (selektory: body.woocommerce.eta-shop-skin) ─ */
body.woocommerce.eta-shop-skin ul.products li.product .add_to_cart_wrap,
body.woocommerce.eta-shop-skin .single-product .related.products .add_to_cart_wrap {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: static !important;
	margin-top: auto !important;
	padding-top: 12px !important;
	width: 100% !important;
}
body.woocommerce.eta-shop-skin ul.products li.product,
body.woocommerce.eta-shop-skin .wc-block-grid__product {
	background: #fff !important;
	border: 1px solid rgba(0, 31, 63, 0.12) !important;
	border-radius: 8px !important;
	padding: 20px !important;
	box-shadow: 0 1px 2px rgba(0, 31, 63, 0.06) !important;
	margin: 0 !important;
	display: flex !important;
	flex-direction: column !important;
}
body.woocommerce.eta-shop-skin ul.products li.product .post_item {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
	height: 100% !important;
}
body.woocommerce.eta-shop-skin ul.products li.product .post_data {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
	min-height: 0 !important;
}
body.woocommerce.eta-shop-skin ul.products li.product .post_data_inner {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
	justify-content: flex-end !important;
	text-align: left !important;
	gap: 8px !important;
}
body.woocommerce.eta-shop-skin ul.products li.product .post_header,
body.woocommerce.eta-shop-skin ul.products li.product .post_header .entry-header,
body.woocommerce.eta-shop-skin ul.products li.product .woocommerce-loop-product__title {
	text-align: left !important;
	margin: 0 !important;
}
body.woocommerce.eta-shop-skin ul.products li.product .woocommerce-loop-product__title a {
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	color: var(--eta-navy) !important;
	text-decoration: none !important;
}
body.woocommerce.eta-shop-skin ul.products li.product .price {
	text-align: left !important;
	margin: 0 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: var(--eta-navy) !important;
}
body.woocommerce.eta-shop-skin ul.products li.product .post_featured {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin-bottom: 24px !important;
	flex-shrink: 0 !important;
	min-height: 176px !important;
}
body.woocommerce.eta-shop-skin ul.products li.product .post_featured img {
	width: 176px !important;
	height: 176px !important;
	max-width: 100% !important;
	object-fit: contain !important;
	margin: 0 auto !important;
	opacity: 1 !important;
	transform: none !important;
}
body.woocommerce.eta-shop-skin ul.products li.product .post_featured .mask,
body.woocommerce.eta-shop-skin ul.products li.product .post_featured .icons,
body.woocommerce.eta-shop-skin ul.products li.product .product_tags,
body.woocommerce.eta-shop-skin ul.products li.product .star-rating {
	display: none !important;
}
body.woocommerce.eta-shop-skin ul.products li.product .button,
body.woocommerce.eta-shop-skin ul.products li.product .add_to_cart_button {
	display: inline-flex !important;
	width: 100% !important;
	justify-content: center !important;
}

.eta-checkout-steps {
	--eta-steps-accent: #1a56db;
	--eta-steps-muted: #9ca3af;
	--eta-steps-label-active: #6b7280;
	--eta-steps-bg: #f9fafb;
	margin: 0 auto 32px;
	max-width: 640px;
	padding: 0 16px;
}
.eta-checkout-steps__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.eta-checkout-steps__item { flex: 0 0 auto; }
.eta-checkout-steps__divider {
	flex: 1 1 24px;
	height: 1px;
	background: rgba(0, 31, 63, 0.08);
	margin: 0 12px;
	align-self: center;
	list-style: none;
}
.eta-checkout-steps__link {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: var(--eta-steps-muted);
}
.eta-checkout-steps__num {
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	min-width: 26px;
	border-radius: 50%;
	border: 2px solid currentColor;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1;
	color: var(--eta-steps-muted);
}
.eta-checkout-steps__label {
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.25;
	color: var(--eta-steps-muted);
	white-space: nowrap;
}
.eta-checkout-steps__item--active .eta-checkout-steps__num {
	background: var(--eta-navy);
	border-color: var(--eta-navy);
	color: #fff;
}
.eta-checkout-steps__item--active .eta-checkout-steps__label {
	color: var(--eta-steps-label-active);
	font-weight: 600;
}
.eta-checkout-steps__item--active .eta-checkout-steps__link {
	color: var(--eta-steps-label-active);
}
.eta-checkout-steps__item--done .eta-checkout-steps__num,
.eta-checkout-steps__item--done .eta-checkout-steps__label,
.eta-checkout-steps__item--pending .eta-checkout-steps__num,
.eta-checkout-steps__item--pending .eta-checkout-steps__label {
	color: var(--eta-steps-muted);
}
.eta-checkout-steps__item--done .eta-checkout-steps__link:hover .eta-checkout-steps__num,
.eta-checkout-steps__item--done .eta-checkout-steps__link:hover .eta-checkout-steps__label {
	color: var(--eta-steps-accent);
}

/* Warianty .eta-btn — definicja w eta-buttons-global.css */

.eta-btn--primary:focus-visible {
	outline: 2px solid var(--eta-link);
	outline-offset: 2px;
}

/* ── Kup teraz — granat + biały (override Pharma: link-bg + title-color) ─ */
body.woocommerce.eta-shop-skin ul.products li.product .button,
body.woocommerce.eta-shop-skin ul.products li.product .add_to_cart_button,
body.woocommerce.eta-shop-skin ul.products li.product a.product_type_simple,
body.woocommerce.eta-shop-skin .single-product .related.products ul.products li.product .button,
body.woocommerce.eta-shop-skin .single-product .related.products ul.products li.product .add_to_cart_button,
body.woocommerce.eta-shop-skin .single-product .related.products ul.products li.product a.product_type_simple,
body.woocommerce.eta-shop-skin .wc-block-grid__product .wp-block-button__link,
body.woocommerce.eta-shop-skin .wc-block-grid__product-add-to-cart .wp-block-button__link {
	background: var(--eta-navy) !important;
	background-color: var(--eta-navy) !important;
	border-color: var(--eta-navy) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}
body.woocommerce.eta-shop-skin ul.products li.product .button:hover,
body.woocommerce.eta-shop-skin ul.products li.product .add_to_cart_button:hover,
body.woocommerce.eta-shop-skin ul.products li.product a.product_type_simple:hover,
body.woocommerce.eta-shop-skin .single-product .related.products ul.products li.product .button:hover,
body.woocommerce.eta-shop-skin .single-product .related.products ul.products li.product .add_to_cart_button:hover,
body.woocommerce.eta-shop-skin .single-product .related.products ul.products li.product a.product_type_simple:hover,
body.woocommerce.eta-shop-skin .wc-block-grid__product .wp-block-button__link:hover,
body.woocommerce.eta-shop-skin .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
	background: var(--eta-navy-2) !important;
	background-color: var(--eta-navy-2) !important;
	border-color: var(--eta-navy-2) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

/* ── Dodaj do koszyka: jedna linia + checkmark (bez łamania tekstu) ─────── */
body.woocommerce.eta-shop-skin ul.products li.product .add_to_cart_button,
body.woocommerce.eta-shop-skin .single-product .related.products .add_to_cart_button {
	white-space: nowrap !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	gap: 15px !important;
	font-size: 13px !important;
	letter-spacing: -0.01em;
}

body.woocommerce.eta-shop-skin ul.products li.product .add_to_cart_button.added::after,
body.woocommerce.eta-shop-skin .single-product .related.products .add_to_cart_button.added::after {
	content: "\e017" !important;
	font-family: "WooCommerce" !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: 0 0 auto !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	position: static !important;
	top: auto !important;
	right: auto !important;
	animation: none !important;
}

body.woocommerce.eta-shop-skin ul.products li.product .add_to_cart_wrap .added_to_cart,
body.woocommerce.eta-shop-skin .single-product .related.products .add_to_cart_wrap .added_to_cart {
	display: block !important;
	width: 100%;
	margin: 8px 0 0 !important;
	padding: 0 !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
	text-align: center;
	color: var(--eta-text-muted, #5a6c84) !important;
	text-decoration: none !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}

body.woocommerce.eta-shop-skin ul.products li.product .add_to_cart_wrap .added_to_cart::before,
body.woocommerce.eta-shop-skin .single-product .related.products .add_to_cart_wrap .added_to_cart::before {
	content: "Dodano do koszyka · ";
	color: var(--eta-navy, #001f3f);
	font-weight: 600;
}

body.woocommerce.eta-shop-skin ul.products li.product .add_to_cart_wrap .added_to_cart:hover,
body.woocommerce.eta-shop-skin .single-product .related.products .add_to_cart_wrap .added_to_cart:hover {
	color: var(--eta-link, #2f80ed) !important;
	text-decoration: underline !important;
}

/* Zamówienia — stos przycisków w .eta-order-actions (account-my.css) */

/* Checkout Flowbite → checkout-flowbite.css (v2.9.0) */
