/**
 * WooCommerce — layout i wygląd spójny z Eureka / Lovable (tokeny z main.css).
 * Zakres: :is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) oraz .entry-content .woocommerce (shortcode [products] na stronach).
 */

/* --- Wspólne: kontener sklepu --- */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce,
.entry-content .woocommerce {
	font-size: 1rem;
	color: var(--eureka-foreground);
}

/* --- Komunikaty --- */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-message,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-info,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-error,
.entry-content .woocommerce-message,
.entry-content .woocommerce-info,
.entry-content .woocommerce-error {
	border-radius: var(--eureka-radius);
	border: 1px solid var(--eureka-border);
	padding: 1rem 1.25rem;
	margin-bottom: 1.25rem;
	list-style: none;
	background: #fff;
	box-shadow: var(--eureka-shadow-card);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-message,
.entry-content .woocommerce-message {
	border-left: 4px solid var(--eureka-primary);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-info,
.entry-content .woocommerce-info {
	border-left: 4px solid hsl(230, 45%, 50%);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-error,
.entry-content .woocommerce-error {
	border-left: 4px solid var(--bs-danger, #dc3545);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-message a.button,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-info a.button,
.entry-content .woocommerce-message a.button {
	margin-left: 0.5rem;
}

/* --- Nagłówki archiwum / kategorii --- */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-products-header__title,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce .page-title,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-products-header h1 {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	margin-bottom: 1rem;
}

/* --- Toolbar: wyniki + sortowanie (HTML: hook eureka-wc-toolbar) --- */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-wc-toolbar {
	border-color: var(--eureka-border) !important;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-wc-toolbar .woocommerce-result-count {
	margin: 0;
	color: var(--eureka-muted);
	font-size: 0.9375rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-wc-toolbar .woocommerce-ordering {
	margin: 0;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-result-count {
	margin: 0;
	color: var(--eureka-muted);
	font-size: 0.9375rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-ordering {
	margin: 0;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-ordering select {
	display: inline-block;
	min-width: 14rem;
	padding: 0.5rem 2.25rem 0.5rem 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.5;
	border: 1px solid var(--eureka-border);
	border-radius: var(--eureka-radius);
	background-color: #fff;
	color: var(--eureka-foreground);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce .woocommerce-ordering,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce .woocommerce-result-count {
	float: none;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-products-header {
	margin-bottom: 1rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-products-header + .woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce.archive .products ~ .woocommerce-pagination {
	clear: both;
	padding-top: 1rem;
}

/* --- Tło archiwum sklepu (jak sekcja „Wybrane kursy”) --- */
body.woocommerce-shop #primary.eureka-wc,
body.tax-product_cat #primary.eureka-wc,
body.tax-product_tag #primary.eureka-wc,
body.tax-product_brand #primary.eureka-wc {
	background-color: var(--bs-secondary-bg);
}

/* --- Lista produktów: karty jak featured-courses (rounded-4, shadow-sm, ratio 4x3) --- */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products,
.entry-content ul.products {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	list-style: none;
	margin: 0 0 2.5rem;
	padding: 0;
	clear: both;
}

@media (min-width: 576px) {
	:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products,
	.entry-content ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 768px) {
	:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products,
	.entry-content ul.products {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5rem;
	}
}

@media (min-width: 992px) {
	:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products.columns-4,
	.entry-content ul.products.columns-4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product,
.entry-content ul.products li.product {
	list-style: none;
	margin: 0;
	width: auto;
	float: none;
	position: relative;
	background: #fff;
	border-radius: 1.5rem;
	border: 1px solid var(--eureka-border);
	box-shadow: 0 0.125rem 0.25rem hsl(230 30% 15% / 0.06);
	overflow: hidden;
	transition: var(--eureka-transition);
	display: flex;
	flex-direction: column;
	height: 100%;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product:hover,
.entry-content ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: var(--eureka-shadow-card);
	border-color: hsl(230 20% 88%);
}

/* Link: miniatura + tytuł (domyślny szablon WC) */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product a.woocommerce-LoopProduct-link,
.entry-content ul.products li.product a.woocommerce-LoopProduct-link {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	text-decoration: none;
	color: inherit;
	min-height: 0;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product > a:not(.button) img,
.entry-content ul.products li.product > a:not(.button) img,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product a.woocommerce-LoopProduct-link img,
.entry-content ul.products li.product a.woocommerce-LoopProduct-link img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	margin: 0;
	display: block;
	background-color: var(--bs-secondary-bg);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product .woocommerce-loop-product__title,
.entry-content ul.products li.product .woocommerce-loop-product__title {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.35;
	margin: 0;
	padding: 1rem 1.25rem 0.5rem;
	color: var(--eureka-foreground);
	transition: color 0.2s ease;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product a.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title,
.entry-content ul.products li.product a.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
	color: var(--eureka-primary);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product .star-rating,
.entry-content ul.products li.product .star-rating {
	margin: 0.15rem 1.25rem 0.35rem;
	font-size: 0.75rem;
	color: hsl(45, 90%, 42%);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product .price,
.entry-content ul.products li.product .price {
	margin: 0;
	padding: 0.35rem 1.25rem 0;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-weight: 800;
	font-size: 1.35rem;
	line-height: 1.2;
	color: var(--eureka-foreground);
	border-top: 1px solid var(--eureka-border);
	padding-top: 1rem;
	padding-bottom: 0.25rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product .price del,
.entry-content ul.products li.product .price del {
	display: block;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	color: var(--eureka-muted);
	text-decoration: line-through;
	margin-bottom: 0.15rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product .price ins,
.entry-content ul.products li.product .price ins {
	display: block;
	text-decoration: none;
	color: var(--eureka-foreground);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product .price .screen-reader-text,
.entry-content ul.products li.product .price .screen-reader-text,
.eureka-featured-course-card-price .screen-reader-text,
.eureka-shop-grid .price .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* Omnibus — najniższa cena z 30 dni */
.iworks-omnibus,
.eureka-product-price-wrap .price .iworks-omnibus,
.eureka-product-price-wrap .iworks-omnibus,
.eureka-featured-course-card-price .iworks-omnibus,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product .iworks-omnibus,
.entry-content ul.products li.product .iworks-omnibus {
	display: block !important;
	position: static !important;
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
	height: auto !important;
	margin: 0.25rem 0 0 !important;
	padding: 0 !important;
	clip: auto !important;
	clip-path: none !important;
	overflow: visible !important;
	white-space: normal !important;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.35;
	color: var(--eureka-muted);
}

.iworks-omnibus .woocommerce-Price-amount,
.iworks-omnibus .woocommerce-Price-amount bdi,
.iworks-omnibus bdi {
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product .iworks-omnibus,
.entry-content ul.products li.product .iworks-omnibus {
	margin: 0.25rem 1.25rem 0 !important;
	width: calc(100% - 2.5rem) !important;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product .price .woocommerce-Price-amount,
.entry-content ul.products li.product .price .woocommerce-Price-amount {
	font-weight: inherit;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product .button,
.entry-content ul.products li.product .button,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product a.add_to_cart_button,
.entry-content ul.products li.product a.add_to_cart_button,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product a.eureka-loop-product-link,
.entry-content ul.products li.product a.eureka-loop-product-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	width: calc(100% - 2.5rem);
	margin: 0.75rem auto 1.25rem;
	padding: 0.5rem 1.25rem;
	font-family: Inter, system-ui, sans-serif;
	font-weight: 600;
	font-size: 0.875rem;
	border-radius: 9999px;
	background: transparent !important;
	color: var(--eureka-primary) !important;
	border: 2px solid var(--eureka-primary) !important;
	text-decoration: none !important;
	transition: var(--eureka-transition);
	line-height: 1.3;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product .button:hover,
.entry-content ul.products li.product .button:hover,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product a.add_to_cart_button:hover,
.entry-content ul.products li.product a.add_to_cart_button:hover,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product a.eureka-loop-product-link:hover,
.entry-content ul.products li.product a.eureka-loop-product-link:hover {
	background: var(--eureka-primary) !important;
	color: #fff !important;
	border-color: var(--eureka-primary) !important;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) ul.products li.product .added_to_cart,
.entry-content ul.products li.product .added_to_cart {
	display: inline-block;
	margin: 0 1.25rem 1rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--eureka-primary);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) span.onsale,
.entry-content span.onsale,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce span.onsale {
	position: absolute;
	top: 0.85rem;
	left: 0.85rem;
	z-index: 2;
	min-height: auto;
	min-width: auto;
	line-height: 1.2;
	padding: 0.35rem 0.75rem;
	border-radius: 9999px;
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: var(--eureka-primary) !important;
	color: #fff !important;
	border: none;
	box-shadow: 0 2px 8px hsl(339 91% 35% / 0.25);
}

/* --- Pojedynczy produkt (domyślny szablon WC; custom: .eureka-product-single) --- */
body.single-product div.product:not(.eureka-product-single) {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {
	body.single-product div.product:not(.eureka-product-single) {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
		align-items: start;
	}

	/* Galeria w lewej kolumnie; gdy są upsells — rozciągnięcie w pionie obok summary + upsells. */
	body.single-product div.product:not(.eureka-product-single) > .woocommerce-product-gallery {
		grid-column: 1;
		grid-row: 1;
	}

	body.single-product div.product:not(.eureka-product-single):has(> section.up-sells.upsells.products) > .woocommerce-product-gallery {
		grid-row: 1 / span 2;
		align-self: start;
	}

	body.single-product div.product:not(.eureka-product-single) > .summary.entry-summary {
		grid-column: 2;
		grid-row: 1;
	}

	/* Upsells: jedna kolumna kafelków pod opisem (prawa kolumna), przed zakładkami — patrz inc/woocommerce.php (kolejność hooków). */
	body.single-product div.product:not(.eureka-product-single) > section.up-sells.upsells.products {
		grid-column: 2;
		grid-row: 2;
		align-self: start;
		width: 100%;
		max-width: 100%;
	}

	/* Zakładki + podobne — pełna szerokość pod blokiem galeria|summary[+upsells]. */
	body.single-product div.product:not(.eureka-product-single) > .woocommerce-tabs,
	body.single-product div.product:not(.eureka-product-single) > section.related.products {
		grid-column: 1 / -1;
	}
}

/* Upsells na pojedynczym produkcie: zawsze jedna kolumna (nadpisuje siatkę archiwum 2–3 kolumny). */
body.single-product div.product > section.up-sells.upsells.products ul.products {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 1rem;
	margin-bottom: 0;
}

body.single-product div.product .woocommerce-product-gallery {
	margin-bottom: 0;
	width: 100%;
	position: relative;
}

body.single-product .woocommerce-product-gallery__wrapper {
	border-radius: var(--eureka-radius);
	overflow: hidden;
	border: none;
	box-shadow: none;
}

body.single-product .woocommerce-product-gallery__image img {
	width: 100%;
	display: block;
}

body.single-product .summary {
	margin-bottom: 0;
	width: 100%;
	float: none;
}

body.single-product .summary .product_title {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(1.65rem, 4vw, 2.25rem);
	margin-bottom: 1rem;
	line-height: 1.15;
}

body.single-product .summary .price {
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--eureka-primary);
	margin-bottom: 1.25rem;
}

body.single-product .summary .price del {
	color: var(--eureka-muted);
	font-size: 0.95em;
	margin-right: 0.5rem;
}

body.single-product .summary .price ins {
	text-decoration: none;
}

body.single-product .woocommerce-product-details__short-description {
	margin-bottom: 1.5rem;
	color: var(--eureka-muted);
	line-height: 1.6;
}

body.single-product .woocommerce-product-details__short-description ul {
	padding-left: 1.25rem;
}

body.single-product form.cart {
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

body.single-product form.cart .quantity {
	margin: 0;
}

body.single-product form.cart .quantity input.qty {
	width: 4.5rem;
	padding: 0.5rem 0.65rem;
	border: 1px solid var(--eureka-border);
	border-radius: var(--eureka-radius);
	text-align: center;
	font-weight: 600;
}

body.single-product form.cart .button,
body.single-product .single_add_to_cart_button {
	padding: 0.65rem 1.75rem;
	font-weight: 600;
	border-radius: 9999px;
	background: var(--eureka-primary) !important;
	color: #fff !important;
	border: none !important;
	transition: var(--eureka-transition);
}

body.single-product form.cart .button:hover,
body.single-product .single_add_to_cart_button:hover {
	background: var(--eureka-primary-deep) !important;
	color: #fff !important;
}

body.single-product .product_meta {
	font-size: 0.875rem;
	color: var(--eureka-muted);
	border-top: 1px solid var(--eureka-border);
	padding-top: 1.25rem;
	margin-top: 0.5rem;
}

body.single-product .product_meta a {
	color: var(--eureka-primary);
	font-weight: 600;
	text-decoration: none;
}

body.single-product .product_meta a:hover {
	text-decoration: underline;
}

/* Galeria — miniatury (FlexSlider) */
body.single-product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0.75rem 0 0;
	padding: 0;
	list-style: none;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
	width: 4.25rem;
	margin: 0;
	list-style: none;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs img {
	border-radius: 0.5rem;
	border: 2px solid var(--eureka-border);
	opacity: 0.88;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li:hover img,
body.single-product .woocommerce-product-gallery .flex-control-thumbs li.flex-active-slide img {
	border-color: var(--eureka-primary);
	opacity: 1;
}

/* Warianty atrybutów */
body.single-product table.variations {
	margin-bottom: 1.25rem;
	border: none;
}

body.single-product table.variations th,
body.single-product table.variations td {
	padding: 0.5rem 0.75rem 0.5rem 0;
	vertical-align: middle;
	border: none;
}

body.single-product table.variations select {
	min-width: 12rem;
	max-width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid var(--eureka-border);
	border-radius: var(--eureka-radius);
	background: #fff;
}

body.single-product .reset_variations {
	display: inline-block;
	margin-top: 0.35rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--eureka-primary);
}

body.single-product p.stock {
	font-weight: 600;
	margin-bottom: 1rem;
}

body.single-product .woocommerce-breadcrumb {
	font-size: 0.875rem;
	color: var(--eureka-muted);
	margin-bottom: 1.25rem;
}

body.single-product .woocommerce-breadcrumb a {
	color: var(--eureka-muted);
	text-decoration: none;
}

body.single-product .woocommerce-breadcrumb a:hover {
	color: var(--eureka-primary);
}

/* Zakładki / opis poniżej */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-tabs {
	margin-top: 2.5rem;
	clear: both;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	border-bottom: 1px solid var(--eureka-border);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 0.65rem 1.1rem;
	font-weight: 600;
	color: var(--eureka-muted);
	text-decoration: none;
	border-radius: var(--eureka-radius) var(--eureka-radius) 0 0;
	border: 1px solid transparent;
	border-bottom: none;
	margin-bottom: -1px;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-tabs ul.tabs li.active a,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-tabs ul.tabs li a:hover {
	color: var(--eureka-foreground);
	background: #fff;
	border-color: var(--eureka-border);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-Tabs-panel {
	padding: 1.5rem 0;
	border-radius: 0 0 var(--eureka-radius) var(--eureka-radius);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-Tabs-panel h2 {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

/* Powiązane produkty */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .related.products > h2,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .upsells.products > h2 {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	margin: 2.5rem 0 1.25rem;
}

/* --- Paginacja --- */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-pagination ul li {
	margin: 0;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-pagination ul li a,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-pagination ul li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	height: 2.5rem;
	padding: 0 0.65rem;
	border-radius: var(--eureka-radius);
	border: 1px solid var(--eureka-border);
	text-decoration: none;
	font-weight: 600;
	color: var(--eureka-foreground);
	background: #fff;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-pagination ul li a:hover {
	border-color: var(--eureka-primary);
	color: var(--eureka-primary);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-pagination ul li span.current {
	background: var(--eureka-primary);
	border-color: var(--eureka-primary);
	color: #fff;
}

/* --- Koszyk --- */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-cart-form table.shop_table,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-checkout-review-order-table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	border: 1px solid var(--eureka-border);
	border-radius: var(--eureka-radius);
	overflow: hidden;
	margin-bottom: 1.5rem;
	box-shadow: var(--eureka-shadow-card);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce table.shop_table th,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce table.shop_table td {
	padding: 0.85rem 1rem;
	border-bottom: 1px solid var(--eureka-border);
	vertical-align: middle;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce table.shop_table thead th {
	background: hsl(230, 25%, 97%);
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--eureka-muted);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce table.shop_table tbody tr:last-child td {
	border-bottom: none;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background: hsl(0 0% 96%);
	color: hsl(0 60% 40%) !important;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce a.remove:hover {
	background: hsl(0 70% 45%);
	color: #fff !important;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce .cart-collaterals .cart_totals,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce .cart-collaterals .cross-sells {
	width: 100%;
	float: none;
}

@media (min-width: 992px) {
	:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce .cart-collaterals {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
		align-items: start;
	}
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .cart_totals h2 {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .wc-proceed-to-checkout .checkout-button {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.85rem 1.5rem;
	font-weight: 700;
	border-radius: 9999px;
	background: var(--eureka-primary) !important;
	color: #fff !important;
	border: none !important;
	text-decoration: none !important;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .wc-proceed-to-checkout .checkout-button:hover {
	background: var(--eureka-primary-deep) !important;
	color: #fff !important;
}

/* --- Checkout (formularz, nie strona podziękowania) --- */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) form.checkout.woocommerce-checkout .col2-set,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-checkout-form .col2-set {
	display: grid;
	gap: 2rem;
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) form.checkout.woocommerce-checkout .col2-set,
	:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-checkout-form .col2-set {
		grid-template-columns: 1fr 1fr;
	}
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-checkout .form-row {
	margin-bottom: 1rem;
	background: transparent;
	border: none;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-checkout input.input-text,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-checkout textarea,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-checkout select {
	width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid var(--eureka-border);
	border-radius: var(--eureka-radius);
	font-size: 1rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) #place_order {
	width: 100%;
	padding: 0.85rem 1.5rem;
	font-weight: 700;
	border-radius: 9999px;
	background: var(--eureka-primary) !important;
	color: #fff !important;
	border: none !important;
	margin-top: 1rem;
}

/* --- Konto: nawigacja (pigułki tylko poza panelem .eureka-account-member) --- */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page):not(.eureka-account-member) .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page):not(.eureka-account-member) .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 0.5rem 1rem;
	border-radius: 9999px;
	border: 1px solid var(--eureka-border);
	text-decoration: none;
	font-weight: 600;
	color: var(--eureka-foreground);
	background: #fff;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page):not(.eureka-account-member) .woocommerce-MyAccount-navigation ul li.is-active a,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page):not(.eureka-account-member) .woocommerce-MyAccount-navigation ul li a:hover {
	border-color: var(--eureka-primary);
	color: var(--eureka-primary);
}


:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-Addresses.addresses.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 1.5rem;
	margin-bottom: 1.5rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-Addresses.col2-set.addresses,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-customer-details .col2-set.addresses,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-columns.col2-set.addresses {
	display: grid;
	gap: 1.5rem;
	width: 100%;
	margin: 0 0 1.5rem;
}

@media (min-width: 768px) {
	:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-Addresses.col2-set.addresses,
	:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-customer-details .col2-set.addresses,
	:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-columns.col2-set.addresses {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Bootstrap .col-1 / .col-2 kolidują z klasami WooCommerce — wymuszamy pełną szerokość kolumn. */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-Addresses.col2-set .woocommerce-Address,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-Addresses.col2-set .u-column1,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-Addresses.col2-set .u-column2,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-Addresses.col2-set .col-1,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-Addresses.col2-set .col-2,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-customer-details .col2-set .woocommerce-column,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-customer-details .col2-set .col-1,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-customer-details .col2-set .col-2,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-columns.col2-set .woocommerce-column,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-columns.col2-set .col-1,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-columns.col2-set .col-2 {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	flex: none !important;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-customer-details {
	margin-top: 2rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-customer-details .woocommerce-column__title {
	margin: 0 0 0.75rem;
	font-size: 1.125rem;
	font-weight: 700;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-customer-details address {
	margin: 0;
	font-style: normal;
	line-height: 1.6;
	color: var(--eureka-muted-foreground, #64748b);
	word-break: normal;
	overflow-wrap: anywhere;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-customer-details .woocommerce-customer-details--phone,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-customer-details .woocommerce-customer-details--email {
	margin: 0.35rem 0 0;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-order-overview {
	display: grid;
	gap: 0.75rem 1.5rem;
	list-style: none;
	margin: 0 0 2rem;
	padding: 1.25rem 1.5rem;
	border: 1px solid var(--eureka-border);
	border-radius: var(--eureka-radius);
	background: #fff;
}

@media (min-width: 768px) {
	:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-order-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-order-overview li {
	margin: 0;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-Addresses .woocommerce-Address {
	border: 1px solid var(--eureka-border);
	border-radius: var(--eureka-radius);
	padding: 1.25rem;
	margin-bottom: 0;
	background: #fff;
	box-shadow: var(--eureka-shadow-card);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-Address-title.title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.5rem 1rem;
	margin-bottom: 1rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-Address-title.title h2 {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-Address-title.title .edit {
	font-weight: 600;
	text-decoration: none;
	color: var(--eureka-primary);
	white-space: nowrap;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-Address address {
	margin: 0;
	font-style: normal;
	line-height: 1.6;
	color: var(--eureka-muted-foreground, #64748b);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-MyAccount-content .woocommerce-address-fields {
	max-width: 42rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
	margin-bottom: 1rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-MyAccount-content .woocommerce-address-fields input.input-text,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-MyAccount-content .woocommerce-address-fields select {
	width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid var(--eureka-border);
	border-radius: var(--eureka-radius);
}

/* --- Moje konto: logowanie / rejestracja (gość) --- */
:is(.eureka-wc, body.woocommerce-account) .eureka-account-login .u-column1,
:is(.eureka-wc, body.woocommerce-account) .eureka-account-login .u-column2,
:is(.eureka-wc, body.woocommerce-account) .eureka-account-login .col-1,
:is(.eureka-wc, body.woocommerce-account) .eureka-account-login .col-2 {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
}

:is(.eureka-wc, body.woocommerce-account) .eureka-account-login--solo .eureka-log-card {
	max-width: 28rem;
	margin-left: auto;
	margin-right: auto;
}

:is(.eureka-wc, body.woocommerce-account) .eureka-account-login .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 0 1rem;
	padding: 0;
}

:is(.eureka-wc, body.woocommerce-account) .eureka-account-login .woocommerce-form-login__rememberme {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

:is(.eureka-wc, body.woocommerce-account) .eureka-account-login .woocommerce-form-login__rememberme input {
	margin: 0;
	flex-shrink: 0;
}

:is(.eureka-wc, body.woocommerce-account) .eureka-account-login .woocommerce-privacy-policy-text {
	display: none !important;
}

:is(.eureka-wc, body.woocommerce-account) .woocommerce-MyAccount-content:has(.eureka-account-login) {
	max-width: 56rem;
}

/* --- Moje konto: edycja konta / adresów --- */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page):not(.eureka-account-member) .woocommerce-MyAccount-content {
	max-width: 48rem;
}

body.eureka-account-member.woocommerce-account .woocommerce-MyAccount-content {
	max-width: none;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-MyAccount-content .clear {
	display: none;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-account-form .form-row,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-MyAccount-content .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 0 1rem;
	padding: 0;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-account-form__field {
	margin-bottom: 0;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-account-form__input-wrap {
	position: relative;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-account-form__input,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-MyAccount-content .woocommerce-EditAccountForm input.input-text,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-MyAccount-content .woocommerce-address-fields input.input-text,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-MyAccount-content .woocommerce-address-fields select {
	width: 100% !important;
	max-width: 100%;
	padding: 0.65rem 0.85rem;
	border: 1px solid var(--eureka-border);
	border-radius: 0.75rem;
	font-size: 1rem;
	min-height: 3rem;
	box-sizing: border-box;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-account-form__input--password {
	padding-right: 2.75rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-account-form__input:focus,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-MyAccount-content .woocommerce-EditAccountForm input.input-text:focus {
	border-color: var(--eureka-primary);
	box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--eureka-primary) 18%, transparent);
	outline: 0;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-account-form__toggle-pw {
	position: absolute;
	right: 0.65rem;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: var(--eureka-muted, #64748b);
	padding: 0.25rem 0.35rem;
	line-height: 1;
	z-index: 2;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-account-form__toggle-pw:hover {
	color: var(--eureka-primary);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-account-form__fieldset legend {
	float: none;
	width: 100%;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-account-form .woocommerce-Button.button,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce-MyAccount-content .woocommerce-Button.button[name="save_account_details"] {
	background: var(--eureka-primary) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 9999px;
	font-weight: 700;
	padding: 0.75rem 1.75rem;
	min-width: 12rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .eureka-account-form .woocommerce-Button.button:hover {
	background: var(--eureka-primary-deep) !important;
	color: #fff !important;
}

/* --- Przyciski globalne WC --- */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce a.button.alt,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce button.button.alt,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce input.button.alt {
	background: var(--eureka-primary) !important;
	color: #fff !important;
	border-radius: 9999px;
	border: none !important;
	font-weight: 600;
	padding: 0.55rem 1.25rem;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce a.button.alt:hover,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .woocommerce button.button.alt:hover {
	background: var(--eureka-primary-deep) !important;
	color: #fff !important;
}

/* Block checkout (WooCommerce Blocks) — podstawowe obramowanie sekcji */
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .wc-block-components-sidebar-layout,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .wp-block-woocommerce-checkout,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .wp-block-woocommerce-cart {
	font-family: inherit;
	color: var(--eureka-foreground);
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .wc-block-components-button:not(.is-link) {
	border-radius: 9999px !important;
}

:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .wc-block-components-button:focus,
:is(.eureka-wc, body.woocommerce, body.woocommerce-shop, body.woocommerce-page) .wc-block-components-button:focus-visible {
	outline: none;
	box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--eureka-primary) 24%, transparent) !important;
}

@media (max-width: 991.98px) {
	body.woocommerce-checkout .woocommerce-checkout .col2-set,
	body.woocommerce-checkout #order_review_heading,
	body.woocommerce-checkout #order_review {
		width: 100% !important;
		float: none !important;
	}

	body.woocommerce-checkout #order_review {
		margin-top: 1.5rem;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation ul {
		flex-direction: column;
		align-items: stretch;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
		text-align: center;
	}

	body.woocommerce-account .woocommerce table.shop_table {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
