@charset "UTF-8";

/*
Theme Name: B2B Jubilleo Theme
Theme URI: https://github.com/JustHoryzon/b2b-jubilleo-theme
Author: JustHoryzon
Author URI: https://justhoryzon.pl
Requires at least: 6.6.1
Tested up to: 7.0
Requires PHP: 8.0
Version: 1.0.7
Slug: b2b-jubilleo-theme
License: GNU General Public License v2 or later
Description: A custom theme for WooCommerce B2B platform.
*/

:root {
	--white-color: #FAF7F2;
	--bg-white: #ffffff;
	--black-color: #1F1F1F;
	--gold-color: #B8903A;
	--gold-hover: #D4B05C;
	--icon-color: #4A4540;
	--primary-color: #F7F6F2;
	--product-image-bg: #F5F0E8;
	--secondary-color: #F6EFE5;
	--border-color: #eaeaea;
	--border-color-light: #f0f0f0;
	--text-muted: #999999;
	--text-hover: #777777;
	--border-radius: 4px;
	--transition-default: .3s;
	--padding-horizontal: 15px;
	--content-width: clamp(1200px, 90vw, 1800px);
	--font-family-default: "Jost", sans-serif;
	--font-primary: "Jost", sans-serif;
	--font-heading: "Jost", sans-serif;
	--icon-invalid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(198, 40, 40, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");
	--icon-valid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(56, 142, 60, 0.999)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
	--icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(65, 84, 98, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

button,
.wpcf7-submit {
	all: unset;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/***********
*
* FONTS
*
***********/


@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("assets/fonts/jost/Jost-Light.ttf") format("truetype");
}

@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/jost/Jost-Regular.ttf") format("truetype");
}

@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/jost/Jost-Bold.ttf") format("truetype");
}

@font-face {
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/archivo/Archivo-Bold.ttf") format("truetype");
}

@font-face {
	font-family: 'Font_Awesome_Brands';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("assets/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("assets/fonts/fontawesome/fa-brands-400.ttf") format("truetype");
}

@font-face {
	font-family: 'Font_Awesome_Thin';
	font-style: normal;
	font-weight: 100;
	font-display: block;
	src: url("assets/fonts/fontawesome/fa-thin-100.woff2") format("woff2"), url("assets/fonts/fontawesome/fa-thin-100.ttf") format("truetype");
}

@font-face {
	font-family: 'Font_Awesome_Light';
	font-style: normal;
	font-weight: 300;
	font-display: block;
	src: url("assets/fonts/fontawesome/fa-light-300.woff2") format("woff2"), url("assets/fonts/fontawesome/fa-light-300.ttf") format("truetype");
}

@font-face {
	font-family: 'Font_Awesome_Regular';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("assets/fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("assets/fonts/fontawesome/fa-regular-400.ttf") format("truetype");
}

@font-face {
	font-family: 'Font_Awesome_Solid';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("assets/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("assets/fonts/fontawesome/fa-solid-900.ttf") format("truetype");
}

@font-face {
	font-family: 'Font_Awesome_Duetone';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("assets/fonts/fontawesome/fa-duotone-900.woff2") format("woff2"), url("assets/fonts/fontawesome/fa-duotone-900.ttf") format("truetype");
}


/***********
*
* GLOBAL STYLES
*
***********/


/* Użycie czcionki Archivo Bold wyłącznie na nazwę każdego produktu oraz jego cenę, we wszystkich widokach */
.b2b-product-title,
.b2b-product-title a,
.product-title.entry-title,
.product-name,
.product-name a,
.wc-block-cart-item__product-name,
.wc-block-cart-item__product-name a,
.wc-block-components-product-name,
.woocommerce-loop-product__title,
.woocommerce-table__product-name a,
.cart_item .product-name a,
.mini-cart-item a,
.widget_products a,
.wc-block-grid__product-title,
.wc-block-grid__product-title a,
.b2b-product-price,
.b2b-product-price .woocommerce-Price-amount,
.price-netto-value,
.price-netto-value .woocommerce-Price-amount,
.price-netto .woocommerce-Price-amount,
.price,
.price .amount,
.product-price,
.product-price .amount,
.product-subtotal,
.product-subtotal .amount,
.wc-block-cart-item__total,
.wc-block-components-formatted-money,
.wc-block-components-product-price,
.wc-block-cart-item__product-price,
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
	font-family: 'Archivo', sans-serif !important;
	font-weight: 700 !important;
}


*,
*:after,
*:before {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	min-height: 100vh;
}

body {
	font-family: var(--font-family-default);
	margin: 0;
	padding: 0;
	background-color: var(--white-color);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

main {
	flex: 1;
}

.content-container {
	max-width: var(--content-width);
	width: 100%;
	margin: 0 auto;
	padding: 0 var(--padding-horizontal);
}

i.ico::before {
	font-style: normal !important;
}

.ico-phone::before {
	content: '\f095';
	font-family: 'Font_Awesome_Light';
}

.ico-fb::before {
	content: '\f39e';
	font-family: 'Font_Awesome_Brands';
}

.ico-ig::before {
	content: '\f16d';
	font-family: 'Font_Awesome_Brands';
}

.ico-tiktok::before {
	content: '\e07b';
	font-family: 'Font_Awesome_Brands';
}

.ico-yt::before {
	content: '\f167';
	font-family: 'Font_Awesome_Brands';
}

/***********
*
* FONTAWESOME CLASSES
*
***********/

.fa-light {
	font-family: 'Font_Awesome_Light';
	font-style: normal;
	font-weight: 300;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.fa-magnifying-glass::before {
	content: "\f002";
}

.fa-headset::before {
	content: "\f590";
}

.fa-user::before {
	content: "\f007";
}

.fa-cart-shopping::before {
	content: "\f07a";
}

.fa-language::before {
	content: "\f1ab";
}

.fa-bars::before {
	content: "\f0c9";
}

.fa-xmark::before {
	content: "\f00d";
}

.fa-layer-group::before {
	content: "\f5fd";
}

.fa-arrow-right::before {
	content: "\f061";
}

.fa-arrow-left::before {
	content: "\f060";
}

.fa-phone::before {
	content: "\f095";
}

.fa-envelope::before {
	content: "\f0e0";
}

.fa-location-dot::before {
	content: "\f3c5";
}

.fa-clock::before {
	content: "\f017";
}

.fa-chevron-down::before {
	content: "\f078";
}

.fa-chevron-up::before {
	content: "\f077";
}

.fa-heart-crack::before {
	content: "\f7a9";
}

.fa-folder-plus::before {
	content: "\f65e";
}

.fa-folder-open::before {
	content: "\f07c";
}

.fa-lock::before {
	content: "\f023";
}

.fa-plus::before {
	content: "\f067";
}

.fa-spinner::before {
	content: "\f110";
}

.fa-check::before {
	content: "\f00c";
}

.fa-cart-arrow-down::before {
	content: "\f218";
}

.fa-house::before {
	content: "\f015";
}

.fa-truck-clock::before {
	content: "\f48c";
}

.fa-credit-card::before {
	content: "\f09d";
}

.fa-bell::before {
	content: "\f0f3";
}

.fa-store::before {
	content: "\f54e";
}

.fa-solid {
	font-family: 'Font_Awesome_Solid';
	font-style: normal;
	font-weight: 900;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.fa-brands {
	font-family: 'Font_Awesome_Brands';
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.fa-facebook-f::before {
	content: "\f39e";
}

.fa-instagram::before {
	content: "\f16d";
}

.fa-solid.fa-arrow-left::before {
	content: "\f060";
}


/***********
*
* HEADER
*
***********/

.site-header {
	background-color: var(--bg-white);
	position: sticky;
	top: 0;
	z-index: 999;
	transition: box-shadow var(--transition-default), transform var(--transition-default);
}

.site-header.is-sticky {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

body.admin-bar .site-header {
	top: 32px;
}

.header-top {
	padding: 20px 0;
}

.header-top-inner {
	display: flex;
	align-items: center;
	gap: 40px;
}

.header-logo {
	flex-shrink: 0;
}

.header-logo a {
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
	color: var(--black-color);
	display: block;
}

.header-logo img {
	max-height: 50px;
	width: auto;
}

.header-search {
	flex: 1;
	max-width: 600px;
	position: relative;
}

.search-form-mockup,
.b2b-search-form {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 30px;
	padding: 6px 8px 6px 24px;
}

.search-form-mockup .search-icon {
	color: var(--text-muted);
	margin-right: 12px;
	font-size: 16px;
	flex-shrink: 0;
}

.b2b-search-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background-color: transparent;
	color: var(--text-muted);
	cursor: pointer;
	transition: color 0.15s ease, background-color 0.15s ease;
}

.b2b-search-submit .search-icon {
	font-size: 16px;
	margin: 0;
}

.b2b-search-submit:hover,
.b2b-search-submit:focus-visible {
	color: var(--gold-color);
	background-color: #faf6ee;
	outline: none;
}

.search-form-mockup input,
.b2b-search-form input {
	border: none;
	background: transparent;
	width: 100%;
	min-width: 0;
	flex: 1;
	outline: none;
	font-family: var(--font-family-default);
	font-size: 14px;
	color: var(--black-color);
}

.search-form-mockup input::placeholder,
.b2b-search-form input::placeholder {
	color: var(--text-muted);
}

.b2b-search-hint {
	margin: 0;
	padding: 10px 16px 8px;
	font-size: 12px;
	line-height: 1.4;
	color: var(--text-muted);
	background-color: #fafafa;
	border-bottom: 1px solid #eeeeee;
}

.b2b-search-suggestions {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	z-index: 200;
	margin: 0;
	padding: 0 0 8px;
	list-style: none;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	max-height: 400px;
	overflow-y: auto;
}

.b2b-search-suggestion-item {
	margin: 0;
	padding: 0;
}

.b2b-search-suggestion-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px;
	text-decoration: none;
	color: var(--black-color);
	transition: background-color 0.15s ease;
}

.b2b-search-suggestion-link:hover,
.b2b-search-suggestion-item.is-active .b2b-search-suggestion-link {
	background-color: #f5f5f5;
}

.b2b-search-suggestion-image {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.b2b-search-suggestion-image img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.b2b-search-suggestion-body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.b2b-search-suggestion-sku {
	font-size: 14px;
	font-weight: 600;
	word-break: break-all;
}

.b2b-search-suggestion-price {
	font-size: 13px;
	color: var(--text-muted);
}

.b2b-search-suggestion-price .amount {
	font-weight: 600;
	color: var(--black-color);
}

.b2b-search-view-all {
	border-top: 1px solid #e8e8e8;
}

.b2b-search-view-all-link {
	display: block;
	padding: 12px 16px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	color: var(--gold-color);
	text-decoration: none;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.b2b-search-view-all-link:hover,
.b2b-search-suggestion-item.is-active .b2b-search-view-all-link {
	background-color: #faf6ee;
	color: var(--black-color);
}

.search-page-query {
	margin-top: 0.5rem;
	font-size: 1rem;
	color: var(--text-muted);
}

/* /szukaj — bez paddingu na karcie, żeby tło zdjęcia wypełniało górę karty */
.search-page-wrap .b2b-product-card {
	padding: 0;
}

.search-page-wrap .b2b-product-badges {
	top: 12px;
	left: 12px;
	right: 12px;
}

.header-supervisor {
	font-size: 13px;
	color: var(--text-muted);
	letter-spacing: 0.05em;
	white-space: nowrap;
	flex-shrink: 0;
}

.header-supervisor strong {
	color: var(--black-color);
	font-weight: 700;
	margin-left: 5px;
	transition: color var(--transition-default);
}

.header-supervisor a {
	text-decoration: none;
	color: inherit;
}

.header-supervisor a:hover strong {
	color: var(--gold-hover);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-left: auto;
	flex-shrink: 0;
}

.header-action-item {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: var(--icon-color);
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: color var(--transition-default);
}

.header-action-item:hover {
	color: var(--gold-color);
}

.header-action-item:hover .header-action-icon {
	filter: brightness(0) saturate(100%) invert(56%) sepia(85%) saturate(366%) hue-rotate(5deg) brightness(91%) contrast(87%);
}

.header-action-icon {
	width: 24px;
	height: auto;
	display: block;
	filter: brightness(0) saturate(100%) invert(26%) sepia(8%) saturate(1043%) hue-rotate(-11deg) brightness(96%) contrast(89%);
	transition: filter var(--transition-default);
}



.header-action-item strong {
	font-weight: 600;
}

.cart-icon-wrapper,
.favorite-icon-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.cart-count,
.favorite-count {
	position: absolute;
	top: -6px;
	right: -8px;
	background-color: var(--gold-color);
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	min-width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 2px;
	border: 2px solid #ffffff;
	line-height: 1;
}

.cart-count:empty,
.cart-count[data-count="0"],
.favorite-count:empty,
.favorite-count[data-count="0"] {
	display: none;
}

.language-selector {
	cursor: pointer;
}

@media (max-width: 1200px) {
	.header-top {
		padding: 12px 0 !important;
	}

	.header-top-inner {
		display: grid !important;
		grid-template-columns: auto 1fr auto !important;
		grid-template-rows: auto auto !important;
		gap: 12px 20px !important;
	}

	.header-logo {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	.header-actions {
		grid-column: 2 / span 2 !important;
		grid-row: 1 !important;
		justify-self: end !important;
		margin-left: 0 !important;
		gap: 20px !important;
	}

	.header-search {
		grid-column: 1 / span 2 !important;
		grid-row: 2 !important;
		max-width: none !important;
		width: 100% !important;
	}

	.header-supervisor {
		grid-column: 3 !important;
		grid-row: 2 !important;
		display: flex !important;
		align-items: center !important;
	}

	.header-nav-left,
	.header-nav-right {
		gap: 15px !important;
	}

	.nav-item {
		gap: 8px !important;
		font-size: 12px !important;
	}

	.collections-btn {
		padding: 10px 18px !important;
	}
}

.header-bottom-inner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
}

.header-bottom {
	padding: 0;
	position: relative;
}

.header-bottom::before {
	content: '';
	position: absolute;
	top: 0;
	left: 100px;
	right: 100px;
	height: 1px;
	background-color: var(--border-color-light);
}

.header-nav-left {
	padding: 15px 0;
}

.header-nav-left,
.header-nav-right {
	display: flex;
	align-items: center;
	gap: 30px;
}

.nav-item {
	text-decoration: none;
	color: var(--black-color);
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: color var(--transition-default);
	display: flex;
	align-items: center;
	gap: 10px;
}

.nav-icon {
	width: 18px;
	height: auto;
}

.collections-btn {
	background-color: var(--gold-color);
	color: #ffffff;
	padding: 12px 25px;
	border-radius: 0;
	height: 100%;
	display: flex;
	align-items: center;
	transition: background-color var(--transition-default), color var(--transition-default);
}

.nav-item:hover {
	color: var(--gold-color);
}

.collections-btn:hover {
	background-color: var(--gold-hover);
	color: #ffffff;
}

.collections-btn .nav-icon {
	filter: brightness(0) invert(1);
}

.nav-item i {
	font-size: 16px;
}

/***********
*
* MEGA MENU CATEGORIES
*
***********/

.header-bottom-inner {
	position: relative;
	/* To contain the absolute mega menu if we wanted full width, but we use wrapper */
}

.header-category-dropdown-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.toggle-category-menu {
	cursor: pointer;
}

.chevron-icon-wrapper {
	position: relative;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.chevron-icon-wrapper i {
	position: absolute;
	transition: all var(--transition-default) cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 14px;
}

.chevron-down {
	opacity: 1;
	transform: rotate(0deg) scale(1);
}

.chevron-up {
	opacity: 0;
	transform: rotate(180deg) scale(0.5);
}

.toggle-category-menu.is-active .chevron-down {
	opacity: 0;
	transform: rotate(-180deg) scale(0.5);
}

.toggle-category-menu.is-active .chevron-up {
	opacity: 1;
	transform: rotate(0deg) scale(1);
}

.menu-icon-wrapper {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-icon-wrapper i {
	font-size: 16px;
	color: inherit;
}

.header-category-dropdown {
	position: absolute;
	top: calc(100% + 15px);
	left: 0;
	min-width: 260px;
	background-color: var(--bg-white);
	border-radius: var(--border-radius);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all var(--transition-default) cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 999;
	border: 1px solid var(--border-color-light);
	pointer-events: none;
	overflow: hidden;
	padding: 15px 0;
}

.header-category-dropdown.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

ul.mega-menu-categories {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

ul.mega-menu-categories li {
	margin: 0;
	padding: 0;
}

ul.mega-menu-categories li:not(:last-child) {
	border-bottom: 1px solid var(--border-color-light);
}

ul.mega-menu-categories li a {
	display: flex;
	align-items: center;
	gap: 15px;
	text-decoration: none;
	color: var(--black-color);
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 25px;
	transition: color var(--transition-default), background-color var(--transition-default);
}

ul.mega-menu-categories li a::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--gold-color);
	flex-shrink: 0;
}

ul.mega-menu-categories li a:hover {
	color: var(--gold-color);
	background-color: var(--primary-color);
}

ul.mega-menu-categories .cat-name {
	flex: 1;
	text-align: left;
}

ul.mega-menu-categories .cat-count {
	font-size: 12px;
	color: var(--text-muted);
	font-weight: 400;
	margin-left: 5px;
}

.no-categories {
	color: var(--text-muted);
	font-size: 14px;
	margin: 0;
	padding: 20px;
	text-align: center;
}


/***********
*
* HERO SECTION
*
***********/

.hero-section {
	margin: 0;
	border-radius: 0;
	overflow: hidden;
}

.hero-section .n2-ss-slider,
.hero-section .n2-ss-slider-1,
.hero-section .n2-ss-slider-2 {
	border-radius: 0 !important;
	overflow: hidden !important;
}

/* Slider Controls Styling */
.nextend-arrow {
	--widget-offset: 0px !important;
	background: rgba(255, 255, 255, 0.9) !important;
	border-radius: var(--border-radius) !important;
	width: 44px !important;
	height: 44px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
	transition: all var(--transition-default) !important;
}

.nextend-arrow:hover {
	background: rgba(255, 255, 255, 1) !important;
}

.nextend-arrow img {
	width: 20px !important;
	height: 20px !important;
	filter: brightness(0) saturate(100%) invert(26%) sepia(8%) saturate(1043%) hue-rotate(-11deg) brightness(96%) contrast(89%) !important;
}

#n2-ss-2-arrow-previous {
	left: 10px !important;
}

#n2-ss-2-arrow-next {
	right: 10px !important;
}

.n2-ss-slider-controls-absolute-left-center {
	left: 0 !important;
}

.n2-ss-slider-controls-absolute-right-center {
	right: 0 !important;
}


/***********
*
* CATEGORIES SECTION
*
***********/

.categories-section {
	margin-top: 40px;
	margin-bottom: 60px;
}

.section-title {
	font-size: 28px;
	font-weight: 700;
	color: var(--black-color);
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}

.section-title .product-counter {
	font-size: 12px;
	font-weight: 400;
	color: var(--text-muted);
	margin-left: 15px;
	letter-spacing: 1px;
}

.categories-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

@media (max-width: 991px) {
	.categories-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.categories-grid {
		grid-template-columns: 1fr;
	}
}

.category-card {
	position: relative;
	border-radius: var(--border-radius);
	overflow: hidden;
	display: block;
	aspect-ratio: 4/3;
	text-decoration: none;
	background-color: var(--secondary-color);
}

.category-card:hover .category-image {
	transform: scale(1.05);
}

.category-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform var(--transition-default);
}

.category-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}

.category-info {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
}

.category-name {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0;
}

.category-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--gold-color);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	transition: background var(--transition-default), transform var(--transition-default);
}

.category-card:hover .category-icon {
	background: var(--gold-hover);
	transform: scale(1.08);
}

/***********
*
* FOOTER
*
***********/

.site-footer {
	background-color: var(--secondary-color);
	padding: 70px 0 0;
	margin-top: 80px;
}

.footer-inner {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 60px;
}

.footer-column {
	flex: 0 1 auto;
}

@media (max-width: 768px) {
	.footer-inner {
		flex-direction: column;
		gap: 35px;
	}
}

.footer-heading {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 25px;
	color: var(--black-color);
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links a {
	text-decoration: none;
	color: var(--text-hover);
	font-size: 14px;
	font-weight: 400;
	transition: color var(--transition-default);
}

.footer-links a:hover {
	color: var(--gold-color);
}

.footer-contact-list {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
}

.footer-contact-list li {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
	color: var(--text-hover);
	line-height: 1.5;
}

.contact-item-link,
.contact-item-static {
	display: flex;
	align-items: center;
	gap: 12px;
	color: inherit;
	text-decoration: none;
	transition: color var(--transition-default);
}

.contact-item-link:hover {
	color: var(--gold-color);
}

.footer-contact-list i {
	color: var(--gold-color);
	font-size: 18px;
	width: 20px;
	flex-shrink: 0;
	margin: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-socials {
	display: flex;
	gap: 12px;
}

.footer-socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: var(--bg-white);
	color: var(--icon-color);
	text-decoration: none;
	border: 1px solid var(--border-color);
	transition: all var(--transition-default);
}

.footer-socials a:hover {
	background-color: var(--gold-color);
	border-color: var(--gold-color);
	color: #ffffff;
	transform: translateY(-2px);
}

.footer-bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	padding: 25px 0;
}

.footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.footer-copyright p {
	margin: 0;
	font-size: 13px;
	color: var(--text-muted);
}

.footer-credits p {
	margin: 0;
	font-size: 13px;
	color: var(--text-muted);
}

.footer-credits p + p {
	margin-top: 4px;
}

.footer-credits a {
	color: var(--gold-color);
	text-decoration: none;
	font-weight: 600;
	transition: color var(--transition-default);
}

.footer-credits a:hover {
	color: var(--gold-hover);
}

@media (max-width: 768px) {
	.footer-bottom-inner {
		flex-direction: column;
		text-align: center;
	}
}

/***********
*
* CATEGORY PAGE & SIDEBAR
*
***********/

.category-page-wrap {
	margin-top: 40px;
	margin-bottom: 80px;
}

.category-page-header {
	background-color: var(--secondary-color);
	padding: 40px;
	border-radius: var(--border-radius);
	margin-bottom: 40px;
}

.category-page-title {
	font-size: 32px;
	font-weight: 700;
	color: var(--black-color);
	margin: 0;
}

.category-page-desc {
	margin-top: 15px;
	color: var(--text-muted);
	font-size: 15px;
	line-height: 1.6;
}

.category-page-layout {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 40px;
	align-items: start;
}

.category-page-layout > * {
	min-width: 0;
}

.category-sidebar,
.catalog-filters-panel {
	position: sticky;
	top: calc(var(--header-height, 120px) + 20px);
}

/* --- Catalog filters --- */
.catalog-filters-overlay {
	display: none;
}

.catalog-filters-panel {
	align-self: start;
}

.catalog-filters-form {
	background-color: var(--secondary-color);
	border-radius: var(--border-radius);
	padding: 0;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
}

.catalog-filters-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 22px 12px;
	border-bottom: 1px solid var(--border-color-light);
	flex-shrink: 0;
}

.catalog-filters-title {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0;
	color: var(--black-color);
}

.catalog-filters-close {
	display: none;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: none;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	color: var(--text-muted);
	cursor: pointer;
	padding: 0;
}

.catalog-filters-body {
	overflow-x: hidden;
	padding: 8px 22px 16px;
	min-width: 0;
}

.filter-section {
	border-bottom: 1px solid var(--border-color-light);
}

.filter-section:last-child {
	border-bottom: none;
}

.filter-section-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 14px 0;
	border: none;
	background: none;
	cursor: pointer;
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--black-color);
}

.filter-section-chevron {
	width: 10px;
	height: 10px;
	border-right: 2px solid var(--text-muted);
	border-bottom: 2px solid var(--text-muted);
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	margin-right: 4px;
}

.filter-section:not(.is-open) .filter-section-chevron {
	transform: rotate(-135deg);
}

.filter-section:not(.is-open) .filter-section-content {
	display: none;
}

.filter-section-content {
	padding-bottom: 16px;
}

.filter-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.filter-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-size: 14px;
	color: var(--black-color);
}

.filter-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	accent-color: var(--gold-color);
	cursor: pointer;
}

.filter-checkbox-label {
	flex: 1;
}

.filter-checkbox-count {
	color: var(--text-muted);
	font-size: 13px;
	white-space: nowrap;
}

.filter-range-inputs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
}

.filter-range-input {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	background-color: var(--bg-white);
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
}

.filter-range-sep {
	color: var(--text-muted);
	flex-shrink: 0;
}

.filter-range-slider {
	position: relative;
	height: 24px;
	margin: 8px 8px 20px;
}

.filter-range-track {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 4px;
	background: var(--border-color);
	border-radius: 2px;
}

.filter-range-fill {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 4px;
	background: var(--gold-color);
	border-radius: 2px;
}

.filter-range-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
	background: transparent;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
}

.filter-range-thumb::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--bg-white);
	border: 2px solid var(--gold-color);
	cursor: pointer;
	pointer-events: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.filter-range-thumb::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--bg-white);
	border: 2px solid var(--gold-color);
	cursor: pointer;
	pointer-events: auto;
}

.filter-range-thumb-max {
	z-index: 2;
}

.filter-range-thumb-min {
	z-index: 3;
}

.filter-range-labels {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: var(--text-muted);
}

.filter-color-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
}

.filter-color-swatch {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 40px;
	aspect-ratio: 1;
	margin: 0 auto;
	justify-self: center;
	min-width: 0;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid transparent;
	cursor: pointer;
	transition: border-color 0.15s ease;
}

.filter-color-swatch input[type="checkbox"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.filter-color-swatch.is-selected {
	border-color: var(--gold-color);
}

.filter-color-swatch img {
	width: 100%;
	height: 100%;
	max-width: 32px;
	max-height: 32px;
	border-radius: 50%;
	display: block;
	object-fit: contain;
}

.filter-color-fallback {
	font-size: 12px;
	font-weight: 600;
	color: var(--text-muted);
	line-height: 1;
}

.filter-section-content {
	min-width: 0;
}

.filter-chip-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.filter-chip {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 56px;
	padding: 8px 12px;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	background: var(--bg-white);
	font-size: 13px;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.filter-chip input[type="checkbox"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.filter-chip.is-selected {
	border-color: var(--gold-color);
	background: rgba(181, 142, 61, 0.08);
}

.catalog-filters-actions {
	padding: 16px 22px 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex-shrink: 0;
	border-top: 1px solid var(--border-color-light);
	box-sizing: border-box;
	width: 100%;
}

.catalog-filters-submit.b2b-btn-gold {
	display: flex;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 12px 16px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
}

.catalog-filters-clear {
	display: block;
	width: 100%;
	text-align: center;
	padding: 12px 16px;
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
	background: var(--bg-white);
	color: var(--text-muted);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	box-sizing: border-box;
}

.catalog-filters-clear:hover {
	border-color: var(--text-muted);
	color: var(--black-color);
}

.catalog-filters-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 40px;
	padding: 0 16px;
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
	background: var(--bg-white);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--black-color);
	cursor: pointer;
	white-space: nowrap;
}

.catalog-filters-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 9px;
	background: var(--gold-color);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.category-toolbar-block {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border-color-light);
}

.category-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.catalog-active-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
}

.catalog-filter-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 12px 7px 14px;
	border-radius: 999px;
	border: 1px solid rgba(184, 144, 58, 0.45);
	background-color: var(--bg-white, #fff);
	color: var(--black-color);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.2;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

.catalog-filter-chip:hover {
	border-color: var(--gold-color);
	background-color: rgba(184, 144, 58, 0.06);
	color: var(--black-color);
}

.catalog-filter-chip-remove {
	font-size: 16px;
	line-height: 1;
	color: var(--text-muted);
	font-weight: 400;
}

.toolbar-results-count {
	font-size: 14px;
	color: var(--text-muted);
}

.category-toolbar-actions select,
.woocommerce-ordering select.orderby,
.toolbar-ordering select {
	box-sizing: border-box !important;
	height: 40px !important;
	min-height: 40px !important;
	max-height: 40px !important;
	line-height: 38px !important;
	padding: 0 40px 0 20px !important;
	border: 1px solid var(--border-color) !important;
	border-radius: var(--border-radius) !important;
	margin: 0 !important;
	background-color: var(--bg-white);
	background-image: var(--icon-chevron);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 16px;
	font-size: 14px;
	color: var(--black-color);
	outline: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.category-toolbar-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.category-toolbar-actions .toolbar-ordering form {
	margin: 0 !important;
}

.view-switcher {
	display: flex;
	align-items: center;
	gap: 8px;
}

.view-btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	width: 40px !important;
	height: 40px !important;
	min-height: 40px !important;
	max-height: 40px !important;
	border: 1px solid var(--border-color) !important;
	border-radius: var(--border-radius) !important;
	background-color: var(--bg-white) !important;
	cursor: pointer !important;
	padding: 0 !important;
	margin: 0 !important;
	transition: all var(--transition-default) !important;
}

.view-btn:hover {
	border-color: var(--gold-color) !important;
}

.view-btn.active {
	border-color: var(--gold-color) !important;
	background-color: #fcf9f5 !important;
}

.view-icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: var(--text-muted);
	transition: background-color var(--transition-default);
}

.grid-icon {
	-webkit-mask: url('assets/images/icons/grid.svg') no-repeat center / contain;
	mask: url('assets/images/icons/grid.svg') no-repeat center / contain;
}

.list-icon {
	-webkit-mask: url('assets/images/icons/list.svg') no-repeat center / contain;
	mask: url('assets/images/icons/list.svg') no-repeat center / contain;
}

.view-btn.active .view-icon {
	background-color: var(--gold-color);
}

.view-btn:hover .view-icon {
	background-color: var(--gold-color);
}

/***********
*
* PRODUCTS GRID & CARDS
*
***********/

ul.products {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 30px !important;
}

@media (max-width: 1600px) {
	ul.products {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

/* Nadpisanie domyślnych szerokości i floatów WooCommerce dla produktów w pętli */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	clear: none !important;
}

/* Ukrycie dodatkowych elementów dodawanych przez WC, które psują siatkę grid */
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
	display: none !important;
}

/* Usunięcie marginesu ze zdjęć dodawanego domyślnie przez WooCommerce */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	margin-bottom: 0 !important;
}

.woocommerce ul.products li.product .b2b-product-image img,
.woocommerce-page ul.products li.product .b2b-product-image img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
}

.b2b-product-card {
	background-color: var(--bg-white);
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
	overflow: hidden;
	transition: box-shadow var(--transition-default), transform var(--transition-default);
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	padding: 20px;
	text-align: left;
}

.b2b-product-card:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.b2b-product-badges {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 2;
	pointer-events: none;
}

.b2b-product-labels {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.b2b-product-label {
	display: inline-flex;
	align-items: center;
	pointer-events: none;
}

.b2b-product-label img {
	display: block;
	height: 28px;
	width: auto;
}

.b2b-btn-icon {
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	pointer-events: auto;
	transition: opacity var(--transition-default);
	display: flex;
	align-items: center;
	justify-content: center;
}

.b2b-btn-icon:hover {
	opacity: 0.7;
}

.collection-btn {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -8px;
	margin-right: -8px;
}

.collection-btn img {
	width: 24px;
	height: 24px;
	transition: transform var(--transition-default);
}

.collection-btn:hover {
	opacity: 1;
}

.collection-btn:hover img {
	transform: scale(1.15);
}

.b2b-product-link {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.b2b-product-image {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	flex-shrink: 0;
}

.b2b-product-image::before,
.b2b-product-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.b2b-product-image::before {
	content: '';
	background-color: var(--product-image-bg);
	z-index: 0;
}

.b2b-product-image img {
	display: block;
	object-fit: contain;
	object-position: center;
	z-index: 1;
}

.b2b-product-details {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.b2b-product-title-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 12px;
	gap: 15px;
}

.favorite-btn {
	width: 40px;
	height: 40px;
	border: 1px solid #e0e0e0;
	border-radius: var(--border-radius);
	flex-shrink: 0;
	color: #4A4540;
	background-color: var(--bg-white);
	transition: all var(--transition-default);
	display: flex;
	align-items: center;
	justify-content: center;
}

.favorite-btn .fav-svg-icon {
	width: 18px;
	height: 16px;
	transition: fill 0.3s ease, stroke 0.3s ease, transform 0.2s ease;
	fill: transparent;
	stroke: currentColor;
}

.favorite-btn:hover {
	border-color: var(--gold-color);
	color: var(--gold-color);
}

.favorite-btn.is-favorite {
	border-color: var(--gold-color);
	color: var(--gold-color);
	background-color: #fcf9f2;
}

.favorite-btn.is-favorite .fav-svg-icon {
	fill: var(--gold-color);
	stroke: var(--gold-color);
	transform: scale(1.1);
}

.favorite-btn.loading {
	opacity: 0.6;
	pointer-events: none;
	animation: pulseFav 1s infinite;
}

@keyframes pulseFav {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.95);
	}

	100% {
		transform: scale(1);
	}
}

/* Favorites page styles */
.favorites-header {
	background-color: var(--secondary-color);
	padding: 40px;
	border-radius: var(--border-radius);
	margin-bottom: 40px;
	margin-top: 40px;
}

.favorites-header h1 {
	font-size: 32px;
	font-weight: 700;
	color: var(--black-color);
	margin: 0 0 10px;
}

.favorites-header p {
	color: var(--text-muted);
	font-size: 15px;
	margin: 0;
}

.favorites-empty-state {
	text-align: center;
	padding: 80px 20px;
	background: var(--secondary-color);
	border-radius: var(--border-radius);
	margin: 40px 0 80px;
}

.favorites-empty-icon {
	font-size: 64px;
	color: var(--gold-color);
	margin-bottom: 25px;
	opacity: 0.8;
}

.favorites-empty-state h2 {
	font-size: 28px;
	font-weight: 700;
	color: var(--black-color);
	margin: 0 0 15px;
}

.favorites-empty-state p {
	color: var(--text-muted);
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 30px;
}

.favorites-empty-state .b2b-btn-gold {
	display: inline-block;
	background: var(--gold-color);
	color: #fff;
	padding: 15px 35px;
	border-radius: var(--border-radius);
	text-decoration: none;
	font-weight: 600;
	transition: background var(--transition-default);
}

.favorites-empty-state .b2b-btn-gold:hover {
	background: var(--gold-hover);
}

/* Info page — payments & shipping not yet available */
.info-page {
	padding: 60px 0 100px;
	min-height: 60vh;
}

.info-notice-card {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	padding: 64px 40px;
	background: var(--secondary-color);
	border-radius: var(--border-radius);
	border: 1px solid var(--border-color);
}

.info-notice-icon {
	font-size: 72px;
	color: var(--gold-color);
	margin-bottom: 28px;
	opacity: 0.85;
	line-height: 1;
}

.info-notice-card h1 {
	font-size: clamp(26px, 4vw, 34px);
	font-weight: 800;
	color: var(--black-color);
	margin: 0 0 18px;
	line-height: 1.25;
}

.info-notice-lead {
	color: var(--text-muted);
	font-size: 17px;
	line-height: 1.65;
	max-width: 520px;
	margin: 0 auto 32px;
}

.info-notice-highlight {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	text-align: left;
	padding: 22px 24px;
	margin-bottom: 28px;
	background: #fff;
	border-radius: var(--border-radius);
	border: 1px solid var(--border-color);
	border-left: 4px solid var(--gold-color);
}

.info-notice-highlight > i {
	flex-shrink: 0;
	font-size: 28px;
	color: var(--gold-color);
	margin-top: 2px;
	line-height: 1;
}

.info-notice-highlight strong {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: var(--black-color);
	margin-bottom: 8px;
}

.info-notice-highlight p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.55;
	color: var(--text-muted);
}

.info-notice-highlight-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.info-notice-highlight-links a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: var(--gold-color);
	text-decoration: none;
	transition: color var(--transition-default);
}

.info-notice-highlight-links a:hover {
	color: var(--gold-hover);
	text-decoration: underline;
}

.info-notice-list {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.info-notice-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 18px;
	background: #fff;
	border-radius: var(--border-radius);
	border: 1px solid var(--border-color);
	color: var(--black-color);
	font-size: 15px;
	line-height: 1.5;
}

.info-notice-list li i {
	flex-shrink: 0;
	width: 22px;
	margin-top: 2px;
	color: var(--gold-color);
	font-size: 18px;
	text-align: center;
}

.info-notice-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	align-items: center;
}

.info-notice-actions .b2b-btn-gold {
	gap: 10px;
}

.info-notice-btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 35px;
	border-radius: var(--border-radius);
	border: 1px solid var(--border-color);
	background: #fff;
	color: var(--black-color);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: border-color var(--transition-default), color var(--transition-default), transform var(--transition-default);
}

.info-notice-btn-secondary:hover {
	border-color: var(--gold-color);
	color: var(--gold-color);
	transform: translateY(-1px);
}

@media (max-width: 640px) {
	.info-notice-card {
		padding: 48px 24px;
	}

	.info-notice-highlight {
		flex-direction: column;
		gap: 12px;
		padding: 18px 16px;
	}

	.info-notice-highlight-links {
		flex-direction: column;
		align-items: flex-start;
	}

	.info-notice-list li {
		padding: 14px 16px;
		font-size: 14px;
	}

	.info-notice-actions {
		flex-direction: column;
		width: 100%;
	}

	.info-notice-actions .b2b-btn-gold,
	.info-notice-btn-secondary {
		width: 100%;
	}
}

.favorites-grid-wrapper ul.products {
	grid-template-columns: repeat(5, 1fr) !important;
}

@media (max-width: 1600px) {
	.favorites-grid-wrapper ul.products {
		grid-template-columns: repeat(4, 1fr) !important;
	}
}

@media (max-width: 1200px) {
	.favorites-grid-wrapper ul.products {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media (max-width: 992px) {
	.favorites-grid-wrapper ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 576px) {
	.favorites-grid-wrapper ul.products {
		grid-template-columns: 1fr !important;
	}
}


.b2b-product-title {
	font-size: 22px;
	font-weight: 700;
	color: var(--black-color);
	margin: 0;
	line-height: 1.2;
}

.b2b-product-title a {
	color: inherit;
	text-decoration: none;
}

.b2b-product-meta {
	font-size: 14px;
	color: var(--text-muted);
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.b2b-product-ean {
	color: #999999;
}

.b2b-product-weight {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #999999;
}

.b2b-product-weight img {
	width: 14px;
	height: auto;
	opacity: 0.6;
}

.b2b-product-price-wrap {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: auto;
	margin-bottom: 5px;
}

.b2b-product-price {
	font-size: 24px;
	font-weight: 700;
	color: var(--black-color);
}

.b2b-product-price del {
	font-size: 14px;
	color: var(--text-muted);
	font-weight: 400;
	margin-right: 5px;
}

.b2b-product-price ins {
	text-decoration: none;
}

.b2b-product-price .woocommerce-Price-amount {
	color: var(--black-color);
}

.b2b-price-suffix {
	font-size: 14px;
	color: #a0a0a0;
}

.b2b-product-actions {
	margin-top: auto;
	padding-top: 10px;
}

.b2b-cart-form {
	display: flex;
	flex-direction: column;
}

.b2b-cart-form-actions {
	display: flex;
	gap: 12px;
	align-items: stretch;
	height: 40px;
}

.b2b-quantity-wrapper {
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: var(--border-radius);
	height: 100%;
}

.b2b-quantity-wrapper input {
	width: 35px;
	border: none;
	background: transparent;
	text-align: center;
	font-size: 15px;
	color: var(--black-color);
	font-family: inherit;
	-moz-appearance: textfield;
	appearance: textfield;
}

.b2b-quantity-wrapper input:focus {
	outline: none;
}

.b2b-quantity-wrapper input::-webkit-outer-spin-button,
.b2b-quantity-wrapper input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.b2b-qty-controls {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-left: 1px solid #d9d9d9;
	height: 100%;
	width: 30px;
}

.b2b-qty-btn {
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	color: var(--text-muted);
	font-weight: 400;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color var(--transition-default);
}

.b2b-qty-plus {
	border-bottom: 1px solid #d9d9d9;
}

.b2b-qty-btn:hover {
	color: var(--black-color);
}

.b2b-qty-suffix {
	font-size: 14px;
	color: var(--black-color);
	padding: 0 10px 0 10px;
	font-weight: 500;
	border-left: 1px solid #d9d9d9;
	height: 100%;
	display: flex;
	align-items: center;
}

.b2b-submit-group {
	display: flex;
	flex: 1;
}

.b2b-add-to-cart-btn {
	background-color: var(--gold-color);
	color: #fff;
	border: none;
	border-radius: var(--border-radius);
	padding: 0;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color var(--transition-default);
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.b2b-add-to-cart-btn.loading {
	opacity: 0.6;
	cursor: not-allowed;
}

.b2b-add-to-cart-btn.added {
	background-color: #55a858 !important;
	/* Łagodny zielony kolor info sukcesu */
}

a.added_to_cart {
	display: none !important;
}

.b2b-add-to-cart-btn:hover {
	background-color: var(--gold-hover);
}

.b2b-add-to-cart-btn .btn-text {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}

.b2b-add-to-cart-btn .btn-icon {
	width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.b2b-add-to-cart-btn .btn-icon img {
	filter: brightness(0) invert(1);
	width: 14px;
}

/* Pagination — dopasowanie do toolbaru (view-btn) i reset WooCommerce */
.category-pagination {
	margin-top: 40px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.category-pagination .woocommerce-pagination {
	text-align: center;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.woocommerce .category-pagination nav.woocommerce-pagination,
.category-pagination nav.woocommerce-pagination {
	clear: both;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.woocommerce .category-pagination nav.woocommerce-pagination ul.page-numbers,
.category-pagination nav.woocommerce-pagination ul.page-numbers {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	white-space: normal;
}

.woocommerce .category-pagination nav.woocommerce-pagination ul.page-numbers li,
.category-pagination nav.woocommerce-pagination ul.page-numbers li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

.woocommerce .category-pagination nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.category-pagination nav.woocommerce-pagination ul.page-numbers li .page-numbers {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
	background-color: var(--bg-white);
	color: var(--black-color);
	font-family: var(--font-family-default);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: border-color var(--transition-default), background-color var(--transition-default), color var(--transition-default);
}

.woocommerce .category-pagination nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover,
.category-pagination nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
	border-color: var(--gold-color);
	color: var(--black-color);
	background-color: #fcf9f5;
}

.woocommerce .category-pagination nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current,
.category-pagination nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
	border-color: var(--gold-color);
	background-color: #fcf9f5;
	color: var(--black-color);
	font-weight: 600;
	cursor: default;
}

.woocommerce .category-pagination nav.woocommerce-pagination ul.page-numbers li span.page-numbers.dots,
.category-pagination nav.woocommerce-pagination ul.page-numbers li span.page-numbers.dots {
	min-width: auto;
	height: auto;
	padding: 0 4px;
	border: none;
	background: transparent;
	color: var(--text-muted);
	font-weight: 400;
}

.woocommerce .category-pagination nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next,
.woocommerce .category-pagination nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev,
.category-pagination nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next,
.category-pagination nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev {
	min-width: 40px;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
}

/* Responsywność dla układu */
@media (max-width: 992px) {
	.category-page-layout {
		grid-template-columns: 1fr;
	}

	.category-sidebar {
		position: relative;
		top: 0;
	}

	ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 16px !important;
	}
}

/* --- Mobile-specific category page styles --- */
@media (max-width: 991px) {

	.catalog-filters-toggle {
		display: inline-flex;
		height: 36px !important;
		min-height: 36px !important;
		padding: 0 12px !important;
		font-size: 11px !important;
	}

	.catalog-filters-overlay {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.45);
		z-index: 10050;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.25s ease, visibility 0.25s ease;
	}

	body.catalog-filters-open .catalog-filters-overlay {
		opacity: 1;
		visibility: visible;
	}

	.catalog-filters-panel {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: min(320px, 92vw);
		z-index: 10060;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		max-height: none;
		top: 0;
	}

	body.catalog-filters-open .catalog-filters-panel {
		transform: translateX(0);
	}

	.catalog-filters-close {
		display: flex;
	}

	.catalog-filters-form {
		height: 100%;
		max-height: 100vh;
		border-radius: 0;
		overflow: hidden;
	}

	.catalog-filters-body {
		flex: 1;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	body.catalog-filters-open {
		overflow: hidden;
	}

	/* Reduce top/bottom margins on mobile */
	.category-page-wrap {
		margin-top: 16px;
		margin-bottom: 40px;
	}

	/* Compact category header on mobile */
	.category-page-header {
		padding: 20px;
		margin-bottom: 20px;
		border-radius: 12px;
	}

	.category-page-title {
		font-size: 22px;
	}

	/* Toolbar: stack results and actions more compactly */
	.category-toolbar-block {
		margin-bottom: 16px;
		padding-bottom: 14px;
	}

	.category-toolbar {
		flex-wrap: wrap;
		gap: 10px;
		align-items: center;
	}

	.catalog-active-filters {
		margin-top: 10px;
		gap: 6px;
	}

	.catalog-filter-chip {
		font-size: 10px;
		padding: 6px 10px 6px 12px;
	}

	.toolbar-results-count {
		font-size: 13px;
		white-space: nowrap;
	}

	.category-toolbar-actions {
		gap: 8px;
	}

	/* Make sorting select smaller on mobile */
	.category-toolbar-actions select,
	.woocommerce-ordering select.orderby,
	.toolbar-ordering select {
		height: 36px !important;
		min-height: 36px !important;
		max-height: 36px !important;
		line-height: 34px !important;
		padding: 0 32px 0 14px !important;
		font-size: 12px !important;
		max-width: 170px;
	}

	/* Compact view switch buttons */
	.view-btn {
		width: 36px !important;
		height: 36px !important;
		min-height: 36px !important;
		max-height: 36px !important;
	}

	.category-page-wrap {
		overflow-x: clip;
	}

	.category-pagination {
		margin-top: 28px;
		overflow: hidden;
	}

	.woocommerce .category-pagination nav.woocommerce-pagination ul.page-numbers,
	.category-pagination nav.woocommerce-pagination ul.page-numbers {
		width: 100%;
		min-width: 0;
		gap: 6px;
	}

	.woocommerce .category-pagination nav.woocommerce-pagination ul.page-numbers li,
	.category-pagination nav.woocommerce-pagination ul.page-numbers li {
		flex-shrink: 0;
	}

	.woocommerce .category-pagination nav.woocommerce-pagination ul.page-numbers li .page-numbers,
	.category-pagination nav.woocommerce-pagination ul.page-numbers li .page-numbers {
		min-width: 36px;
		height: 36px;
		padding: 0 8px;
		font-size: 13px;
	}

	.woocommerce .category-pagination nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next,
	.woocommerce .category-pagination nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev,
	.category-pagination nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next,
	.category-pagination nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev {
		min-width: 36px;
		font-size: 16px;
	}

	/* Product grid: 2 columns on mobile */
	ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 12px !important;
	}

	/* Compact product cards */
	.b2b-product-card {
		padding: 12px;
	}

	.b2b-product-badges {
		top: 12px;
		left: 12px;
		right: 12px;
	}

	/* Compact product card internals */
	.b2b-product-details {
		padding: 10px 12px 12px;
	}

	.b2b-product-title-row {
		margin-bottom: 8px;
		gap: 8px;
	}

	.b2b-product-title {
		font-size: 13px;
		line-height: 1.3;
	}

	.b2b-product-meta {
		font-size: 11px;
		margin-bottom: 10px;
		gap: 4px;
	}

	.b2b-product-price {
		font-size: 16px;
	}

	.b2b-price-suffix {
		font-size: 11px;
	}

	.favorite-btn {
		width: 30px;
		height: 30px;
		flex-shrink: 0;
	}

	.favorite-btn .fav-svg-icon {
		width: 14px;
		height: 12px;
	}

	.b2b-cart-form-actions {
		height: 36px;
		gap: 8px;
	}

	.b2b-quantity-wrapper input {
		width: 28px;
		font-size: 13px;
	}

	.b2b-qty-controls {
		width: 24px;
	}

	.b2b-qty-suffix {
		font-size: 12px;
		padding: 0 6px;
	}

	.b2b-add-to-cart-btn {
		font-size: 12px;
	}

	.b2b-add-to-cart-btn .btn-icon {
		width: 28px;
	}

	.b2b-add-to-cart-btn .btn-icon img {
		width: 12px;
	}

	.b2b-product-label img {
		height: 20px;
	}

	.b2b-product-card .collection-btn,
	ul.products .collection-btn {
		width: 30px;
		height: 30px;
	}

	.b2b-product-card .collection-btn img,
	ul.products .collection-btn img {
		width: 18px;
		height: 18px;
	}
}

@media (max-width: 991px) {

	/* Stack the cart form vertically on mobile grid view */
	.b2b-cart-form-actions {
		flex-direction: column !important;
		height: auto !important;
		gap: 6px !important;
	}

	.b2b-quantity-wrapper {
		height: 32px;
		width: 100%;
	}

	.b2b-quantity-wrapper input {
		flex: 1;
	}

	.b2b-submit-group {
		width: 100%;
	}

	.b2b-add-to-cart-btn {
		height: 32px;
		width: 100%;
	}

	/* Hide EAN/weight meta on tiny cards to keep things clean */
	.b2b-product-meta {
		display: none;
	}

	/* But show a hint just for the sku area if needed */
	.b2b-product-price-wrap {
		margin-top: 8px;
	}
}

@media (max-width: 480px) {

	/* Keep 2 columns even on very small phones */
	ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 10px !important;
	}
}

/***********
*
* SINGLE PRODUCT PAGE
*
***********/

.single-product-wrap {
	margin-top: 40px;
	margin-bottom: 80px;
}

.single-product-layout {
	display: grid;
	grid-template-columns: 50% 1fr;
	gap: 40px;
	margin-bottom: 40px;
}

.b2b-panel {
	background-color: var(--bg-white);
	border: 1px solid var(--border-color-light);
	border-radius: 20px;
	padding: 30px;
}

.b2b-panel.product-main-panel,
.b2b-panel.product-attributes-panel {
	margin-bottom: 30px;
}

.single-product-gallery-area .b2b-panel {
	padding: 0;
	overflow: hidden;
	background-color: var(--primary-color);
	position: relative;
	max-height: 600px;
}

.product-sku-wrapper {
	font-size: 13px;
	color: var(--text-muted);
	margin-bottom: 10px;
}

.product-title.entry-title {
	font-size: 32px;
	font-weight: 700;
	color: var(--black-color);
	margin: 0 0 20px;
	line-height: 1.2;
}

.product-price-box {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border-color-light);
}

.price-netto {
	font-size: 14px;
	color: var(--text-muted);
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.price-netto .woocommerce-Price-amount {
	font-size: 28px;
	font-weight: 700;
	color: var(--black-color);
}

.price-netto del {
	text-decoration: none !important;
	position: relative;
	display: inline-block;
}

.price-netto del::after {
	content: "";
	position: absolute;
	left: 0;
	top: 45%;
	/* Minimalne przesunięcie dla lepszego efektu wizualnego na cyfrach */
	width: 100%;
	height: 1.5px;
	background: currentColor;
	transform: translateY(-50%);
	opacity: 0.6;
}

.price-netto del .woocommerce-Price-amount {
	font-size: 18px;
	font-weight: 500;
	color: var(--text-muted);
}

/* Formularz dodaj do koszyka */
.product-add-to-cart form.cart {
	display: flex;
	gap: 15px;
	align-items: center;
}

.product-add-to-cart form.cart .quantity {
	display: flex;
}

.product-add-to-cart form.cart .quantity input.qty {
	width: 70px;
	height: 50px;
	padding: 0 10px;
	text-align: center;
	border: 1px solid var(--border-color);
	border-radius: 10px;
	font-size: 16px;
	background-color: var(--bg-white);
}

.product-add-to-cart form.cart button.single_add_to_cart_button {
	flex: 1;
	height: 50px;
	background-color: var(--black-color);
	color: var(--bg-white);
	border: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color var(--transition-default);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-add-to-cart form.cart button.single_add_to_cart_button:hover {
	background-color: var(--text-hover);
}

/* Atrybuty */
.panel-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--black-color);
	margin: 0 0 20px;
}

.product-attributes-wrapper table.shop_attributes {
	width: 100%;
	border-collapse: collapse;
}

.product-attributes-wrapper table.shop_attributes th,
.product-attributes-wrapper table.shop_attributes td {
	padding: 12px 0;
	border-bottom: 1px solid var(--border-color-light);
}

.product-attributes-wrapper table.shop_attributes th {
	text-align: left;
	font-weight: 600;
	color: var(--black-color);
	width: 40%;
}

.product-attributes-wrapper table.shop_attributes td {
	color: var(--text-hover);
}

.product-attributes-wrapper table.shop_attributes td p {
	margin: 0;
}

/* Opis */
.product-content {
	line-height: 1.7;
	color: var(--text-hover);
	font-size: 15px;
}

.product-content p {
	margin-top: 0;
}

/* WC Gallery Overrides */
.woocommerce-product-gallery {
	position: relative;
	opacity: 1 !important;
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 99;
	background: var(--bg-white);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--black-color);
	text-decoration: none;
}

.woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce-product-gallery__image img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	display: block;
}

@media (max-width: 992px) {
	.single-product-layout {
		grid-template-columns: 1fr;
	}
}

/* BREADCRUMBS (Ścieżka) */
.woocommerce-breadcrumb {
	font-size: 14px;
	color: var(--text-muted);
	margin-top: 20px;
	margin-bottom: 30px;
}

.woocommerce-breadcrumb a {
	color: var(--black-color);
	text-decoration: none;
	font-weight: 600;
	transition: color var(--transition-default);
}

.woocommerce-breadcrumb a:hover {
	color: var(--text-hover);
}

/* ETYKIETA PROMOCJI */
.woocommerce span.onsale,
.woocommerce-page span.onsale {
	position: absolute !important;
	top: 20px !important;
	left: 20px !important;
	background: url('assets/images/labels/sale-label.svg') no-repeat center / contain !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
	width: 45px !important;
	height: 21px !important;
	min-height: auto !important;
	min-width: auto !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	color: transparent !important;
	z-index: 10 !important;
	margin: 0 !important;
}

/* Naprawa kresek (podkreślenia) przy nowych cenach */
.woocommerce .price ins,
.woocommerce-page .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.price-netto ins,
.price-netto-value ins,
.price-netto-row ins,
ins {
	text-decoration: none !important;
}

/* WOOCOMMERCE NOTICES (Komunikaty - wsparcie dla klasyków i nowych bloków) */
@keyframes wcNoticeSlideIn {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.wc-block-components-notice-banner {
	padding: 12px 20px !important;
	border: 1px solid var(--border-color) !important;
	border-radius: var(--border-radius) !important;
	background-color: var(--bg-white) !important;
	box-shadow: none !important;
	margin: 25px auto 45px !important;
	max-width: var(--content-width);
	width: calc(100% - 30px);
	font-size: 14px !important;
	color: var(--black-color) !important;
	line-height: 1.5;
	font-weight: 500;
	list-style: none;
	animation: wcNoticeSlideIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* Classic WC notices are <ul><li> — block layout keeps HTML inline (strong, links) readable */
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
	display: block !important;
}

.woocommerce .woocommerce-message li,
.woocommerce-page .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce-page .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce-page .woocommerce-info li {
	display: block !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none outside !important;
}

.woocommerce .woocommerce-message li:not(:last-child),
.woocommerce-page .woocommerce-message li:not(:last-child),
.woocommerce .woocommerce-error li:not(:last-child),
.woocommerce-page .woocommerce-error li:not(:last-child),
.woocommerce .woocommerce-info li:not(:last-child),
.woocommerce-page .woocommerce-info li:not(:last-child) {
	margin-bottom: 0.5em !important;
}

.woocommerce .woocommerce-message li:has(.button.wc-forward),
.woocommerce-page .woocommerce-message li:has(.button.wc-forward),
.woocommerce .woocommerce-info li:has(.button.wc-forward),
.woocommerce-page .woocommerce-info li:has(.button.wc-forward) {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	flex-wrap: wrap;
}

.wc-block-components-notice-banner {
	display: flex !important;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
}

.woocommerce .woocommerce-message:focus,
.woocommerce-page .woocommerce-message:focus,
.wc-block-components-notice-banner:focus {
	outline: none !important;
}

.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
	display: none !important;
}

/* Ikona SVG */
.wc-block-components-notice-banner svg {
	fill: currentColor;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	padding: 6px;
	border-radius: 50%;
	display: block;
	margin: 0 !important;
}

/* Success Message Color */
.woocommerce-message,
.wc-block-components-notice-banner.is-success {
	border-color: var(--border-color) !important;
	background-color: var(--primary-color) !important;
}

.wc-block-components-notice-banner.is-success svg {
	background-color: var(--secondary-color);
	color: var(--gold-color);
}

/* Error Message Color */
.woocommerce-error,
.wc-block-components-notice-banner.is-error {
	border-color: rgba(211, 47, 47, 0.2) !important;
}

.wc-block-components-notice-banner.is-error svg {
	background-color: #ffebee;
	color: #d32f2f;
}

/* Info Message Color */
.woocommerce-info,
.wc-block-components-notice-banner.is-info {
	border-color: rgba(25, 118, 210, 0.2) !important;
}

.wc-block-components-notice-banner.is-info svg {
	background-color: #e3f2fd;
	color: #1976d2;
}

/* Przycisk "Zobacz koszyk" */
.woocommerce-message a.button.wc-forward,
.woocommerce-info a.button.wc-forward,
.wc-block-components-notice-banner__content a.button.wc-forward {
	background-color: var(--gold-color) !important;
	color: var(--bg-white) !important;
	padding: 8px 20px !important;
	border-radius: var(--border-radius) !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	text-decoration: none !important;
	transition: all var(--transition-default) !important;
	margin: 0 !important;
	float: none !important;
	display: inline-block !important;
	margin-left: auto !important;
	/* Pcha przycisk na koniec */
}

.woocommerce-message a.button.wc-forward:hover,
.woocommerce-info a.button.wc-forward:hover,
.wc-block-components-notice-banner__content a.button.wc-forward:hover {
	background-color: var(--gold-hover) !important;
	transform: none;
}

.wc-block-components-notice-banner__content {
	display: block !important;
	width: 100%;
	flex: 1;
	min-width: 0;
	line-height: 1.5;
}

.wc-block-components-notice-banner__content:has(.button.wc-forward) {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	flex-wrap: wrap;
}

/* Responsywność */
@media (max-width: 600px) {

	.woocommerce-message,
	.woocommerce-error,
	.woocommerce-info {
		text-align: left;
		border-radius: var(--border-radius) !important;
		padding: 20px !important;
	}

	.wc-block-components-notice-banner {
		flex-direction: column;
		align-items: center;
		text-align: center;
		border-radius: var(--border-radius) !important;
		padding: 20px !important;
	}

	.wc-block-components-notice-banner__content:has(.button.wc-forward) {
		flex-direction: column;
		align-items: stretch;
		gap: 15px;
	}

	.woocommerce-message a.button.wc-forward,
	.wc-block-components-notice-banner__content a.button.wc-forward {
		width: 100%;
		margin-left: 0 !important;
	}

	body.b2b-auth-page .b2b-login-content .woocommerce-notices-wrapper {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

/***********
*
* CART PAGE (WC BLOCKS)
*
***********/

.wc-block-cart {
	margin-top: 40px;
}

/* Układ główny */
.wc-block-cart__main {
	padding-right: 50px !important;
}

.wc-block-cart__sidebar {
	background-color: var(--bg-white);
	border: 1px solid var(--border-color-light);
	border-radius: var(--border-radius);
	padding: 35px !important;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
}

/* Tytuł strony */
.wp-block-woocommerce-cart .wc-block-cart__title {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 40px;
	color: var(--black-color);
}

/* Wiersze produktów */
.wc-block-cart-items__header {
	font-size: 12px !important;
	color: var(--text-muted) !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 20px !important;
	border-bottom: 1px solid var(--border-color-light) !important;
}

.wc-block-cart-items__row {
	border-bottom: 1px solid var(--border-color-light) !important;
	padding: 30px 0 !important;
}

.wc-block-cart-item__image {
	width: 100px !important;
}

.wc-block-cart-item__image img {
	border-radius: var(--border-radius);
	background-color: var(--primary-color);
	border: 1px solid var(--border-color-light);
}

/* Linki ogólne w koszyku */
.wp-block-woocommerce-cart a:not(.wc-block-components-quantity-selector button):not(.button):not(.wp-element-button):not(.wc-block-cart__submit-button) {
	text-decoration: none !important;
	color: var(--black-color) !important;
	transition: color var(--transition-default) !important;
}

.wp-block-woocommerce-cart a:not(.wc-block-components-quantity-selector button):not(.button):not(.wp-element-button):not(.wc-block-cart__submit-button):hover {
	color: var(--text-hover) !important;
}

/* Tytuł produktu */
.wc-block-cart-item__product-name,
.wc-block-cart-item__product-name a,
.wc-block-components-product-name {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: var(--black-color) !important;
	margin-bottom: 8px !important;
	text-decoration: none !important;
	display: block;
	transition: color var(--transition-default) !important;
}

.wc-block-cart-item__product-name a:hover,
.wc-block-components-product-name:hover {
	color: var(--text-hover) !important;
}

.wc-block-cart-item__product-metadata {
	font-size: 13px;
	color: var(--text-muted);
}

.wc-block-components-product-metadata {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	gap: 4px !important;
}

.wc-block-components-product-metadata__item {
	display: flex !important;
	align-items: center !important;
	font-size: 13px !important;
	color: var(--text-muted) !important;
	margin-bottom: 0 !important;
}

/* Ukryj ukośniki i separatory między metadanymi */
.wc-block-components-product-metadata__item::after,
.wc-block-components-product-metadata__item-separator {
	display: none !important;
	content: none !important;
}

.wc-block-components-product-metadata__label {
	font-weight: 500 !important;
	color: var(--text-muted) !important;
}

.wc-block-components-product-metadata__value {
	color: var(--text-muted) !important;
}

/* Ukryj etykietę "Waga" */
.wc-block-components-product-metadata__item:nth-child(2) .wc-block-components-product-metadata__label {
	display: none !important;
}

/* Dodaj ikonkę wagi dla drugiego elementu (Waga) */
.wc-block-components-product-metadata__item:nth-child(2) .wc-block-components-product-metadata__value {
	position: relative !important;
	padding-left: 20px !important;
	display: inline-flex !important;
	align-items: center !important;
}

.wc-block-components-product-metadata__item:nth-child(2) .wc-block-components-product-metadata__value::before {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 14px !important;
	height: 14px !important;
	background-image: url('assets/images/icons/weight-icon.svg') !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

/* Ukryj opis w koszyku */
.wc-block-components-product-metadata__description,
.wc-block-cart-item__product-metadata [class*="description"] {
	display: none !important;
}

/* Cena i Łącznie */
.wc-block-cart-item__product-price .wc-block-components-product-price {
	color: var(--text-hover) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
}

.wc-block-cart-item__product-price .wc-block-components-product-price::after {
	content: " Netto/szt";
	font-size: 12px;
	color: var(--text-muted);
	font-weight: 500;
	margin-left: 4px;
}

.wc-block-cart-item__total {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: var(--black-color) !important;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

/* Ilość */
.wc-block-components-quantity-selector {
	border: 1px solid var(--border-color) !important;
	border-radius: var(--border-radius) !important;
	max-width: 110px !important;
	height: 36px;
	background-color: var(--bg-white);
}

.wc-block-components-quantity-selector input {
	font-weight: 600 !important;
	font-size: 14px !important;
}

.wc-block-components-quantity-selector button {
	font-size: 16px !important;
	color: var(--black-color) !important;
}

/* Ikona usuwania */
.wc-block-cart-item__remove-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 20px !important;
	height: 20px !important;
	color: transparent !important;
	background-color: var(--text-muted) !important;
	-webkit-mask: url('assets/images/icons/bin.svg') no-repeat center / contain !important;
	mask: url('assets/images/icons/bin.svg') no-repeat center / contain !important;
	margin-left: 15px !important;
	transition: background-color var(--transition-default), transform var(--transition-default) !important;
	cursor: pointer !important;
}

.wc-block-cart-item__remove-link svg {
	display: none !important;
}

.wc-block-cart-item__remove-link:hover {
	background-color: var(--gold-color) !important;
	transform: scale(1.15) !important;
}

/* Sidebar Totals */
.wc-block-cart__sidebar-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.wc-block-components-totals-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	font-size: 15px;
}

.wc-block-components-totals-item__value {
	font-weight: 600;
}

.wc-block-components-totals-item--total {
	border-top: 1px solid var(--border-color-light);
	margin-top: 25px;
	padding-top: 25px;
}

.wc-block-components-totals-item--total .wc-block-components-totals-item__label {
	font-size: 18px;
	font-weight: 700;
	color: var(--black-color);
}

.wc-block-components-totals-item--total .wc-block-components-totals-item__value {
	font-size: 24px;
	font-weight: 800;
	color: var(--black-color);
}

/* Główne przyciski w koszyku */
.wc-block-cart__submit-button,
.wp-block-woocommerce-cart .wp-element-button {
	background-color: var(--gold-color) !important;
	color: #ffffff !important;
	border-radius: var(--border-radius) !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: all 0.3s ease !important;
	text-decoration: none !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.wc-block-cart__submit-button:hover,
.wp-block-woocommerce-cart .wp-element-button:hover {
	background-color: var(--gold-hover) !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	text-decoration: none !important;
}

/* Specyficzne dla przycisku Przejdź do płatności */
.wc-block-cart__submit-button {
	padding: 20px !important;
	font-size: 16px !important;
	margin-top: 30px !important;
	width: 100%;
}

/* --- KUPONY --- */
.wc-block-components-totals-coupon__form {
	display: flex !important;
	gap: 12px !important;
	align-items: flex-start !important;
	margin-top: 15px;
}

.wc-block-components-totals-coupon .wc-block-components-text-input {
	flex: 1;
	margin-bottom: 0 !important;
}

/* Pole input dla kuponu */
.wc-block-components-totals-coupon input[type="text"],
.wc-block-components-totals-coupon .wc-block-components-text-input input {
	border-radius: var(--border-radius) !important;
	border: 1px solid var(--border-color) !important;
	height: 48px !important;
	padding: 18px 15px 6px 15px !important;
	/* Dolny tekst zepchnięty na dół, miejsce na label */
	box-shadow: none !important;
	transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

/* Usunięcie niebieskiej obramówki focus */
.wc-block-components-totals-coupon input[type="text"]:focus,
.wc-block-components-totals-coupon .wc-block-components-text-input input:focus {
	outline: none !important;
	border-color: var(--black-color) !important;
	box-shadow: 0 0 0 1px var(--black-color) !important;
}

/* Przycisk dodawania kuponu */
.wc-block-components-totals-coupon .wp-element-button,
.wc-block-components-totals-coupon__button {
	margin-top: 0 !important;
	/* Nadpisanie margin-top z głównego przycisku */
	padding: 0 20px !important;
	height: 48px !important;
	/* Wyrównanie wysokości z inputem */
	font-size: 13px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: none !important;
}

/* Badge oszczędności */
.wc-block-components-sale-badge,
.wc-block-components-totals-discount,
.wc-block-cart-item__total .wc-block-components-badge {
	background-color: #f1f8e9 !important;
	color: #2e7d32 !important;
	font-weight: 600 !important;
	border-radius: 6px !important;
	padding: 4px 10px !important;
	font-size: 11px !important;
	display: inline-block;
	margin-top: 5px;
}

/* Sidebar — wysokość dopasowana do treści (nie rozciąga się na cały koszyk) */
.wc-block-cart {
	align-items: flex-start !important;
}

.wc-block-cart__sidebar {
	align-self: flex-start !important;
	height: auto !important;
	min-height: 0 !important;
}

.wc-block-cart__totals-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--black-color);
}

/* Cross-sells — polecane produkty w koszyku */
.wc-block-cart .wp-block-woocommerce-product-collection {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid var(--border-color-light);
}

.wc-block-cart .wp-block-woocommerce-product-collection > h2.wp-block-heading {
	font-size: 28px !important;
	font-weight: 800 !important;
	color: var(--black-color) !important;
	margin-bottom: 30px !important;
	text-align: left !important;
}

.wc-block-cart .wc-block-product-template,
.wc-block-cart .wc-block-product-template.wc-block-product-template__responsive.columns-3 {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 20px !important;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100% !important;
}

.wc-block-cart .wc-block-product-template > li.wc-block-product {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: var(--bg-white);
	border: 1px solid var(--border-color-light);
	border-radius: var(--border-radius);
	padding: 16px 12px;
	margin: 0;
	height: auto;
	align-self: stretch;
	min-width: 0 !important;
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box;
}

/* Reset .wc-block-grid__product-image z pustego koszyka — inaczej padding-top:100% rozciąga box */
.wc-block-cart .wc-block-product .wc-block-grid__product-image,
.wc-block-cart .wc-block-product .wc-block-components-product-image.wc-block-grid__product-image {
	position: relative !important;
	width: 100% !important;
	max-width: 100% !important;
	padding-top: 0 !important;
	height: auto !important;
	margin: 0 auto 12px !important;
	overflow: visible !important;
	flex-shrink: 0;
}

.wc-block-cart .wc-block-product .wc-block-grid__product-image::before,
.wc-block-cart .wc-block-product .wc-block-components-product-image.wc-block-grid__product-image::before {
	display: none !important;
	content: none !important;
}

.wc-block-cart .wc-block-product .wc-block-grid__product-image a,
.wc-block-cart .wc-block-product .wc-block-components-product-image a {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 !important;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: var(--border-radius);
	background-color: var(--product-image-bg);
	border: 1px solid var(--border-color-light);
}

.wc-block-cart .wc-block-product .wc-block-grid__product-image img,
.wc-block-cart .wc-block-product .wc-block-components-product-image img {
	position: absolute !important;
	inset: 0 !important;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	object-fit: contain !important;
	border-radius: var(--border-radius);
	z-index: 1 !important;
}

.wc-block-cart .wc-block-product .wc-block-components-product-image__inner-container {
	display: none !important;
}

.wc-block-cart .wc-block-product .wc-block-grid__product-price {
	padding: 0 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
}

.wc-block-cart .wc-block-product .wp-block-post-title {
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	margin: 0 0 6px !important;
	word-break: break-word;
}

.wc-block-cart .wc-block-product .wp-block-post-title a {
	color: var(--black-color) !important;
	text-decoration: none !important;
}

.wc-block-cart .wc-block-product .wp-block-post-title a:hover {
	color: var(--text-hover) !important;
}

.wc-block-cart .wc-block-product .wp-block-woocommerce-product-price {
	margin-bottom: 12px;
	width: 100%;
}

.wc-block-cart .wc-block-product .wc-block-components-product-price {
	font-size: 15px;
	font-weight: 700;
	color: var(--text-hover);
}

.wc-block-cart .wc-block-product .wp-block-woocommerce-product-button {
	width: 100%;
	margin-top: auto;
}

.wc-block-cart .wc-block-product .wc-block-components-product-button__button {
	width: 100% !important;
	padding: 12px 8px !important;
	font-size: 11px !important;
	margin-top: 0 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	white-space: normal;
	line-height: 1.2;
}

.wc-block-cart .wc-block-product .wc-block-components-product-button .added_to_cart {
	display: none !important;
}

@media (max-width: 767px) {
	.wc-block-cart .wc-block-product-template,
	.wc-block-cart .wc-block-product-template.wc-block-product-template__responsive.columns-3 {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}

	.wc-block-cart .wc-block-product-template > li.wc-block-product {
		padding: 20px 16px;
	}

	.wc-block-cart .wc-block-product .wc-block-components-product-button__button {
		font-size: 13px !important;
		padding: 14px 16px !important;
	}
}

/* Utility classes */
.py-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* Responsywność koszyka */
@media (max-width: 992px) {
	.wc-block-cart__main {
		padding-right: 0 !important;
		margin-bottom: 40px;
	}

	.wc-block-cart-items__row {
		flex-direction: column;
		align-items: flex-start !important;
	}
}

@media (max-width: 767px) {
	.wc-block-cart-items__row {
		display: grid !important;
		grid-template-areas: none !important;
		grid-template-columns: 80px 1fr !important;
		grid-template-rows: auto auto !important;
		gap: 8px 16px !important;
		align-items: start !important;
		padding: 20px 0 !important;
		position: relative !important;
	}

	.wc-block-cart-items__row>* {
		grid-area: auto !important;
	}

	.wc-block-cart-item__image {
		grid-column: 1 !important;
		grid-row: 1 / span 2 !important;
		width: 80px !important;
		height: 80px !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.wc-block-cart-item__image img {
		width: 80px !important;
		height: 80px !important;
		object-fit: contain !important;
		border-radius: var(--border-radius) !important;
	}

	.wc-block-cart-item__product {
		grid-column: 2 !important;
		grid-row: 1 !important;
		padding: 0 !important;
		margin: 0 !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		text-align: left !important;
	}

	.wc-block-cart-item__wrap {
		width: 100% !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		text-align: left !important;
	}

	.wc-block-components-product-name {
		font-size: 14px !important;
		line-height: 1.3 !important;
		margin-bottom: 6px !important;
		text-align: left !important;
	}

	/* Unit prices row */
	.wc-block-cart-item__prices {
		margin-bottom: 6px !important;
		display: block !important;
		text-align: left !important;
	}

	.wc-block-cart-item__prices .wc-block-components-product-price {
		text-align: left !important;
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 6px !important;
		align-items: center !important;
	}

	/* Metadata wrapper */
	.wc-block-components-product-metadata {
		margin-top: 4px !important;
		text-align: left !important;
	}

	/* Quantity wrapper containing selector and remove button */
	.wc-block-cart-item__quantity {
		grid-column: auto !important;
		grid-row: auto !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 16px !important;
		padding: 12px 0 0 0 !important;
		margin: 12px 0 0 0 !important;
		border-top: 1px dashed var(--border-color-light) !important;
		width: 100% !important;
	}

	.wc-block-components-quantity-selector {
		margin: 0 !important;
	}

	.wc-block-cart-item__remove-link {
		position: static !important;
		margin: 0 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	/* Subtotal total price and sale badge cell */
	.wc-block-cart-item__total {
		grid-column: 2 !important;
		grid-row: 2 !important;
		display: block !important;
		padding: 0 !important;
		margin: 10px 0 0 0 !important;
		text-align: left !important;
		width: 100% !important;
	}

	.wc-block-cart-item__total-price-and-sale-badge-wrapper {
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		text-align: left !important;
		gap: 4px !important;
	}

	.wc-block-cart-item__total .wc-block-components-product-price {
		font-size: 16px !important;
		font-weight: 700 !important;
		text-align: left !important;
		color: var(--black-color) !important;
		margin: 0 !important;
	}

	.wc-block-cart-item__total .wc-block-components-product-badge.wc-block-components-sale-badge {
		font-size: 11px !important;
		padding: 4px 10px !important;
		margin: 4px 0 0 0 !important;
		display: inline-block !important;
		text-align: left !important;
		background-color: #e2f4e8 !important;
		color: #1b8540 !important;
		border-radius: 4px !important;
	}
}

/***********
*
* EMPTY CART STYLING (WC BLOCKS)
*
***********/

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block,
.content-container .wp-block-woocommerce-empty-cart-block {
	padding: 80px 0 !important;
	text-align: center;
	max-width: var(--content-width) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
}

.wc-block-cart__empty-cart__title {
	font-size: 32px !important;
	font-weight: 800 !important;
	margin-bottom: 20px !important;
	color: var(--black-color) !important;
}

.wc-block-cart__empty-cart__icon {
	margin-bottom: 30px !important;
	display: inline-block !important;
}

.wc-block-cart__empty-cart__icon img {
	width: 156px !important;
	height: auto !important;
}

/* Dots separator */
.wp-block-separator.is-style-dots {
	border: none !important;
	height: auto !important;
	line-height: 1 !important;
	text-align: center !important;
	margin: 60px auto !important;
	background: none !important;
	opacity: 0.3 !important;
}

.wp-block-separator.is-style-dots::before {
	content: "···" !important;
	font-size: 60px !important;
	letter-spacing: 1em !important;
	padding-left: 1em !important;
	color: var(--gold-color) !important;
	font-family: serif !important;
}

.wp-block-woocommerce-empty-cart-block h2:not(.wc-block-cart__empty-cart__title) {
	font-size: 28px !important;
	font-weight: 800 !important;
	color: var(--black-color);
}

/* WooCommerce Blocks Grid */
.wc-block-grid {
	margin-top: 50px !important;
	width: 100% !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wc-block-grid__products {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 25px !important;
	padding: 0 !important;
	list-style: none !important;
	margin: 0 !important;
	width: 100% !important;
}

.wc-block-grid__product {
	flex: 0 1 calc(25% - 25px) !important;
	/* 4 columns minus gap */
	min-width: 260px !important;
	background-color: var(--bg-white);
	border: 1px solid var(--border-color-light) !important;
	border-radius: var(--border-radius) !important;
	padding: 0 !important;
	overflow: hidden !important;
	transition: box-shadow var(--transition-default), transform var(--transition-default) !important;
	display: flex !important;
	flex-direction: column !important;
	text-align: center !important;
	margin: 0 !important;
	position: relative !important;
	box-sizing: border-box !important;
}

.wc-block-grid__product:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06) !important;
	transform: translateY(-8px) !important;
}

.wc-block-grid__product-link {
	text-decoration: none !important;
	color: inherit !important;
	display: block !important;
	padding: 0 !important;
	width: 100% !important;
}

.wc-block-grid__product-image {
	position: relative !important;
	width: 100% !important;
	padding-top: 100% !important;
	overflow: hidden !important;
	margin: 0 !important;
}

.wc-block-grid__product-image::before {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background-color: var(--product-image-bg) !important;
	z-index: 0 !important;
}

.wc-block-grid__product-image img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	display: block !important;
	z-index: 1 !important;
}

.wc-block-grid__product-title {
	padding: 20px 15px 10px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: var(--black-color) !important;
	margin: 0 !important;
	line-height: 1.4 !important;
	min-height: 3em !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.wc-block-grid__product-price {
	padding: 0 15px 20px !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	color: var(--black-color) !important;
	margin: 0 !important;
}

.wc-block-grid__product-price del {
	font-size: 14px !important;
	color: var(--text-muted) !important;
	font-weight: 400 !important;
	margin-right: 8px !important;
}

.wc-block-grid__product-price ins {
	text-decoration: none !important;
}

.wc-block-grid__product-add-to-cart {
	padding: 0 20px 25px !important;
	margin: 0 !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.wc-block-grid__product-add-to-cart .wp-block-button__link {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	background-color: var(--gold-color) !important;
	color: var(--white-color) !important;
	padding: 14px 10px !important;
	border-radius: var(--border-radius) !important;
	text-decoration: none !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	box-sizing: border-box !important;
	border: none !important;
	transition: background-color var(--transition-default) !important;
}

.wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
	background-color: var(--gold-hover) !important;
}

/* Sale badge in grid */
.wc-block-grid__product-onsale {
	position: absolute !important;
	top: 12px !important;
	left: 12px !important;
	right: auto !important;
	width: 45px !important;
	height: 21px !important;
	background: url('assets/images/labels/sale-label.svg') no-repeat center / contain !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
	z-index: 10 !important;
	margin: 0 !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	color: transparent !important;
	display: inline-block !important;
}

.wc-block-grid__product-onsale span {
	display: none !important;
}

@media (max-width: 1200px) {
	.wc-block-grid__product {
		flex: 0 1 calc(33.33% - 25px) !important;
	}
}

@media (max-width: 900px) {
	.wc-block-grid__product {
		flex: 0 1 calc(50% - 25px) !important;
	}
}

@media (max-width: 600px) {
	.wc-block-grid__product {
		flex: 0 1 100% !important;
		min-width: 0 !important;
	}

	.wc-block-cart__empty-cart__title {
		font-size: 24px !important;
	}
}

/***********
*
* CHECKOUT PAGE (WC BLOCKS)
*
***********/

.wc-block-checkout {
	margin-top: 40px;
}

/* Układ główny */
.wc-block-checkout__main {
	padding-right: 50px !important;
}

/* Titles */
.wp-block-woocommerce-checkout .wc-block-checkout__title {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 40px;
	color: var(--black-color);
}

.wc-block-components-checkout-step__title {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: var(--black-color) !important;
	margin-bottom: 25px !important;
	padding-bottom: 15px !important;
	border-bottom: 1px solid var(--border-color-light) !important;
}

/* Inputs and Selects */
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-select-input select {
	border-radius: var(--border-radius) !important;
	border: 1px solid var(--border-color) !important;
	height: 52px !important;
	padding: 20px 15px 8px 15px !important;
	box-shadow: none !important;
	transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
	background-color: var(--bg-white) !important;
	font-size: 14px !important;
	color: var(--black-color) !important;
}

.wc-block-components-select-input select {
	padding: 0 15px !important;
}

/* Textarea specifically */
.wc-block-components-textarea input,
.wc-block-components-textarea textarea {
	border-radius: var(--border-radius) !important;
	border: 1px solid var(--border-color) !important;
	padding: 20px 15px !important;
	box-shadow: none !important;
	transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
	background-color: var(--bg-white) !important;
	font-size: 14px !important;
	min-height: 100px;
}

.wc-block-components-text-input input:focus,
.wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-select-input select:focus,
.wc-block-components-textarea textarea:focus {
	outline: none !important;
	border-color: var(--black-color) !important;
	box-shadow: 0 0 0 1px var(--black-color) !important;
}

/* Opcje wysyłki i płatności (Radio Buttons) */
.wc-block-components-radio-control__option,
.wc-block-components-radio-control-accordion-option {
	border: 1px solid var(--border-color) !important;
	border-radius: var(--border-radius) !important;
	padding: 18px 20px !important;
	margin-bottom: 12px !important;
	transition: all 0.3s ease !important;
	background-color: var(--bg-white);
	box-shadow: none !important;
	position: relative !important;
}

.wc-block-components-radio-control__option:hover {
	border-color: var(--black-color) !important;
}

.wc-block-components-radio-control__label {
	padding-left: 35px !important;
	font-weight: 600 !important;
	display: block !important;
}

.wc-block-components-radio-control__input {
	accent-color: var(--black-color) !important;
	margin-right: 10px !important;
	position: absolute !important;
	left: 20px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
}

/* Usuwanie dziwnych kresek i obramowań z kontenerów nadrzędnych bloków */
.wc-block-components-shipping-rates-control,
.wc-block-components-shipping-rates-control__package,
.wc-block-components-radio-control,
.wc-block-components-radio-control__option-layout,
.wc-block-components-radio-control__label-group,
.wc-block-components-checkout-step,
.wc-block-components-checkout-step__content,
.wc-block-checkout__shipping-option,
.wc-block-checkout__payment-method {
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	background: none !important;
}

.wc-block-checkout fieldset,
.wc-block-components-shipping-rates-control,
.wc-block-components-shipping-rates-control__package {
	border: none !important;
	background: none !important;
}

.wc-block-components-radio-control__option::before,
.wc-block-components-radio-control__option::after,
.wc-block-components-radio-control__option-layout::before,
.wc-block-components-radio-control__option-layout::after,
.wc-block-components-checkout-step__content::before,
.wc-block-components-checkout-step__content::after,
.wc-block-components-shipping-rates-control::before,
.wc-block-components-shipping-rates-control::after,
.wc-block-components-shipping-rates-control__package::before,
.wc-block-components-shipping-rates-control__package::after,
.wc-block-components-radio-control::before,
.wc-block-components-radio-control::after {
	display: none !important;
}

fieldset.wc-block-components-checkout-step {
	border: none !important;
	padding: 0 !important;
}

/* Checkboxes */
.wc-block-components-checkbox__input[type="checkbox"] {
	border-radius: 4px !important;
	border: 1px solid var(--border-color) !important;
	width: 20px !important;
	height: 20px !important;
	cursor: pointer;
	accent-color: var(--black-color);
}

/* Przycisk Złóż zamówienie (Place Order) */
.wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-checkout .wp-element-button {
	background-color: var(--gold-color) !important;
	color: var(--white-color) !important;
	border-radius: var(--border-radius) !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: all 0.3s ease !important;
	text-decoration: none !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
	padding: 20px !important;
	font-size: 16px !important;
	width: 100%;
	margin-top: 20px;
}

.wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-checkout .wp-element-button:hover {
	background-color: var(--gold-hover) !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

/* Sidebar Totals in Checkout */
.wc-block-checkout__sidebar {
	background-color: var(--bg-white);
	border: 1px solid var(--border-color-light);
	border-radius: var(--border-radius);
	padding: 35px !important;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
}

.wc-block-components-order-summary__button {
	display: none !important;
	/* Ukrywa domyślny przycisk podsumowania na mobile z WP Blocks */
}

/* Hide checkout terms text */
.wc-block-checkout__terms,
.wp-block-woocommerce-checkout-terms-block {
	display: none !important;
}

/* Responsywność */
@media (max-width: 1200px) {
	.wc-block-components-sidebar-layout {
		display: flex !important;
		flex-direction: column !important;
	}

	.wc-block-checkout__main {
		order: 2 !important;
	}

	.wc-block-checkout__sidebar {
		order: 1 !important;
		margin-bottom: 40px !important;
		margin-top: 0 !important;
		position: static !important;
	}

	.wc-block-components-sidebar-layout .wc-block-components-main,
	.wc-block-components-sidebar-layout .wc-block-components-sidebar,
	.wc-block-checkout__main,
	.wc-block-checkout__sidebar {
		width: 100% !important;
		max-width: 100% !important;
		flex: 1 1 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/* Ukrycie dublującego się podsumowania w formularzu na desktopie i tabletach */
@media (min-width: 768px) {
	.checkout-order-summary-block-fill-wrapper {
		display: none !important;
	}
}

@media (max-width: 767px) {

	/* Ukrycie całego domyślnego sidebaru (który ma rozwijany toggle u góry) na telefonie */
	.wc-block-checkout__sidebar {
		display: none !important;
	}

	.wc-block-components-order-summary-item {
		display: grid !important;
		grid-template-columns: 48px 1fr !important;
		grid-template-rows: auto auto !important;
		gap: 8px 12px !important;
		align-items: start !important;
		padding: 12px 0 !important;
	}

	.wc-block-components-order-summary-item__image {
		grid-column: 1 !important;
		grid-row: 1 / span 2 !important;
		margin: 0 !important;
		position: relative !important;
	}

	.wc-block-components-order-summary-item__description {
		grid-column: 2 !important;
		grid-row: 1 !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		text-align: left !important;
	}

	.wc-block-components-order-summary-item__total-price {
		grid-column: 2 !important;
		grid-row: 2 !important;
		display: block !important;
		padding: 0 !important;
		text-align: left !important;
		width: 100% !important;
	}

	.wc-block-components-order-summary-item__total-price .wc-block-cart-item__total-price-and-sale-badge-wrapper {
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		text-align: left !important;
		gap: 4px !important;
	}
}

/* Przycisk powrotu do koszyka */
.checkout-back-link {
	margin-bottom: 25px;
}

.back-to-cart-btn {
	display: inline-flex;
	align-items: center;
	color: var(--text-muted);
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition: color var(--transition-default);
	background-color: var(--bg-white);
	padding: 10px 20px;
	border-radius: 50px;
	border: 1px solid var(--border-color-light);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
	gap: 8px;
}

.back-to-cart-btn:hover {
	color: var(--black-color);
	border-color: var(--border-color);
}

/* Naprawa błędu z podwójną ramką / fokusem w radio buttons WooCommerce Blocks */
.wc-block-components-radio-control__option:focus-within,
.wc-block-components-radio-control-accordion-option:focus-within,
.wc-block-components-radio-control__option:focus,
.wc-block-components-radio-control-accordion-option:focus,
.wc-block-components-radio-control__option-checked,
.wc-block-components-radio-control__option--checked-option-highlighted {
	box-shadow: none !important;
	outline: none !important;
	border-color: var(--black-color) !important;
	background-color: var(--bg-white) !important;
}

/* Ukrycie domyślnego powrotu do koszyka z WooCommerce Blocks na dole formularza */
.wc-block-components-checkout-return-to-cart-button,
.wc-block-checkout__return-to-cart {
	display: none !important;
}

/* Dostosowanie marginesu głównego dla checkoutu żeby pomieścić przycisk na górze */
.wc-block-checkout {
	margin-top: 10px !important;
}

/***********
*
* 404 ERROR PAGE
*
***********/

.error-404-page {
	padding: 100px 0;
	text-align: center;
	background-color: var(--white-color);
	min-height: 60vh;
	display: flex;
	align-items: center;
}

.error-404.not-found {
	max-width: 600px;
	margin: 0 auto;
}

.error-title {
	font-size: 120px;
	font-weight: 800;
	color: var(--secondary-color);
	margin: 0;
	line-height: 1;
	letter-spacing: -5px;
	opacity: 0.8;
}

.error-content .page-title {
	font-size: 32px;
	font-weight: 700;
	color: var(--black-color);
	margin: -20px 0 20px;
}

.error-message {
	color: var(--text-muted);
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 40px;
}

.error-actions {
	margin-bottom: 60px;
}

.btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background-color: var(--gold-color);
	color: #ffffff;
	padding: 16px 32px;
	border-radius: var(--border-radius);
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	transition: all var(--transition-default);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
	background-color: var(--gold-hover);
	transform: translateY(-3px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
	color: #ffffff;
}

.error-search {
	background-color: var(--bg-white);
	padding: 40px;
	border-radius: var(--border-radius);
	border: 1px solid var(--border-color-light);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.error-search p {
	font-weight: 600;
	color: var(--black-color);
	margin-bottom: 20px;
}

.error-search .search-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	background-color: var(--primary-color);
	border-radius: var(--border-radius);
	padding: 6px 6px 6px 20px;
}

.error-search .search-icon {
	color: var(--text-muted);
	font-size: 18px;
	margin-right: 15px;
}

.error-search .search-field {
	border: none;
	background: transparent;
	width: 100%;
	outline: none;
	font-family: var(--font-family-default);
	font-size: 15px;
	color: var(--black-color);
}

/* Stylizacja krzyżyka "clear" w wyszukiwarce */
.error-search .search-field::-webkit-search-cancel-button {
	-webkit-appearance: none;
	height: 14px;
	width: 14px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B8903A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	margin-right: 10px;
}

.error-search .search-submit {
	background-color: var(--gold-color);
	color: #ffffff;
	border: none;
	padding: 12px 25px;
	border-radius: var(--border-radius);
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: background-color var(--transition-default);
}

.error-search .search-submit:hover {
	background-color: var(--gold-hover);
}

@media (max-width: 768px) {
	.error-title {
		font-size: 80px;
	}

	.error-content .page-title {
		font-size: 24px;
	}

	.error-search {
		padding: 30px 20px;
	}

	.error-search .search-input-wrapper {
		flex-direction: column;
		border-radius: 20px;
		padding: 15px;
		gap: 15px;
	}

	.error-search .search-icon {
		display: none;
	}

	.error-search .search-submit {
		width: 100%;
	}
}

/***********
*
* B2B LOGIN / REGISTRATION
*
***********/

.b2b-login-content .woocommerce {
	width: 100%;
}

.b2b-login-content .u-columns.col2-set {
	display: block !important;
	margin: 0 !important;
	width: 100% !important;
}

.b2b-login-content .u-column1,
.b2b-login-content .u-column2 {
	display: block;
	width: 100% !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.b2b-login-content .u-column2 {
	display: none;
}

/* Form transition class */
.fade-in-form {
	animation: fadeInForm 0.4s ease-in-out forwards;
}

@keyframes fadeInForm {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.toggle-form-btn {
	background: none;
	border: none;
	color: var(--black-color);
	cursor: pointer;
	text-decoration: none;
	font-size: 15px;
	padding: 0;
	display: inline-block;
	font-weight: 700;
	transition: color var(--transition-default);
}

.toggle-form-btn:hover {
	color: var(--text-hover);
}

.b2b-login-footer {
	text-align: center;
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px solid var(--border-color-light);
}

.b2b-login-footer p {
	margin: 0;
	color: var(--text-muted);
}

.b2b-login-content h2 {
	font-size: 24px;
	margin-bottom: 30px;
	color: var(--black-color);
	text-align: center;
}

.b2b-login-content .woocommerce-form-row {
	margin-bottom: 20px;
}

.b2b-login-content label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: var(--black-color);
}

.b2b-login-content .woocommerce-Input,
.b2b-login-content input[type="text"],
.b2b-login-content input[type="email"],
.b2b-login-content input[type="password"] {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	font-size: 15px;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.b2b-login-content .woocommerce-Input:focus,
.b2b-login-content input[type="text"]:focus,
.b2b-login-content input[type="email"]:focus,
.b2b-login-content input[type="password"]:focus {
	border-color: var(--black-color);
	outline: none;
}

.b2b-login-content .woocommerce-Button,
.b2b-login-content .woocommerce-button,
.b2b-login-content button[type="submit"] {
	background-color: var(--black-color) !important;
	color: #fff !important;
	padding: 14px 30px !important;
	border: none !important;
	border-radius: 8px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: background-color 0.3s ease !important;
	width: 100% !important;
	margin-top: 15px !important;
	box-sizing: border-box !important;
	display: block !important;
	text-align: center !important;
}

.b2b-login-content .woocommerce-Button:hover,
.b2b-login-content .woocommerce-button:hover,
.b2b-login-content button[type="submit"]:hover {
	background-color: var(--text-hover) !important;
}

.b2b-login-content label.woocommerce-form__label-for-checkbox {
	display: inline-flex;
	align-items: center;
	font-weight: normal;
	color: var(--text-muted);
	font-size: 14px;
	margin-bottom: 0;
}

.b2b-login-content input[type="checkbox"] {
	margin-right: 8px;
	accent-color: var(--black-color);
}

.b2b-login-content .woocommerce-LostPassword {
	margin-top: 15px;
	text-align: center;
}

.b2b-login-content .woocommerce-LostPassword a {
	color: var(--text-muted);
	text-decoration: underline;
}

/* My Account Page for Logged In Users */
.b2b-account-container {
	max-width: 1200px !important;
	width: 100% !important;
	margin: 0 auto !important;
}

.b2b-account-container .woocommerce {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	width: 100% !important;
	max-width: 100% !important;
}

.b2b-account-container .woocommerce-MyAccount-navigation {
	flex: 0 0 280px !important;
	max-width: 280px !important;
	width: 280px !important;
	align-self: flex-start;
	height: auto;
	background-color: var(--bg-white);
	border-radius: var(--border-radius);
	padding: 15px 0 0;
	border: 1px solid var(--border-color-light);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.b2b-account-container .woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li:not(:last-child) {
	border-bottom: 1px solid var(--border-color-light);
}

.woocommerce-MyAccount-navigation ul li a {
	display: flex;
	align-items: center;
	gap: 15px;
	text-decoration: none;
	color: var(--black-color);
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 25px;
	transition: color var(--transition-default), background-color var(--transition-default);
}

.woocommerce-MyAccount-navigation ul li a::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--gold-color);
	flex-shrink: 0;
	opacity: 0;
	transform: translateX(-10px);
	transition: all var(--transition-default);
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
	color: var(--gold-color);
	background-color: var(--primary-color);
}

.woocommerce-MyAccount-navigation ul li.is-active a::before,
.woocommerce-MyAccount-navigation ul li a:hover::before {
	opacity: 1;
	transform: translateX(0);
}

.woocommerce-MyAccount-content {
	flex: 1;
	background-color: var(--bg-white);
	border: 1px solid var(--border-color-light);
	border-radius: var(--border-radius);
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
}

.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content header.title h3 {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 600;
	color: var(--black-color);
}

.woocommerce-MyAccount-content p {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.6;
	color: var(--black-color);
}

.woocommerce-MyAccount-content a {
	color: var(--black-color);
	text-decoration: underline;
	font-weight: 600;
	transition: color var(--transition-default);
}

.woocommerce-MyAccount-content a:hover {
	color: var(--gold-color);
}

/* My Account Tables (Orders, Downloads) */
.woocommerce-MyAccount-content table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--border-color-light);
	border-radius: var(--border-radius);
	overflow: hidden;
	margin-bottom: 30px;
}

.woocommerce-MyAccount-content table th {
	background-color: var(--secondary-color);
	padding: 15px 20px;
	font-weight: 600;
	text-align: left;
	border-bottom: 1px solid var(--border-color-light);
}

.woocommerce-MyAccount-content table td {
	padding: 15px 20px;
	border-bottom: 1px solid var(--border-color-light);
	vertical-align: middle;
}

.woocommerce-MyAccount-content table tr:last-child td {
	border-bottom: none;
}

/* Buttons in My Account */
.woocommerce-MyAccount-content .woocommerce-button,
.woocommerce-MyAccount-content .button {
	background-color: var(--gold-color) !important;
	color: var(--white-color) !important;
	padding: 10px 20px;
	border-radius: var(--border-radius);
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	transition: all var(--transition-default);
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: none !important;
	cursor: pointer;
	margin: 0 !important;
	line-height: 1 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.woocommerce-MyAccount-content .woocommerce-button:hover,
.woocommerce-MyAccount-content .button:hover {
	background-color: var(--gold-hover) !important;
}

/* Addresses */
.woocommerce-MyAccount-content address {
	font-style: normal;
	line-height: 1.8;
	margin-bottom: 25px;
	color: var(--black-color);
}

.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses {
	display: flex;
	gap: 30px;
}

.woocommerce-MyAccount-content .woocommerce-Address {
	flex: 1;
	background-color: var(--primary-color);
	padding: 30px;
	border-radius: var(--border-radius);
	margin-bottom: 25px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
}

.woocommerce-MyAccount-content .woocommerce-Address-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border-color-light);
}

.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.woocommerce-MyAccount-content .woocommerce-Address-title a {
	font-size: 13px;
	color: var(--white-color) !important;
	background-color: var(--gold-color);
	text-decoration: none !important;
	font-weight: 600;
	padding: 6px 15px;
	border-radius: var(--border-radius);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-left: 0;
	flex-shrink: 0;
	transition: background-color var(--transition-default);
	text-align: center;
}

.woocommerce-MyAccount-content .woocommerce-Address-title a:hover {
	background-color: var(--gold-hover);
}

/* Forms inside My Account */
.woocommerce-MyAccount-content form {
	max-width: 600px;
}

.woocommerce-MyAccount-content .woocommerce-form-row {
	margin-bottom: 20px;
}

.woocommerce-MyAccount-content label {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	color: var(--black-color);
}

.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
	font-size: 15px;
	transition: border-color var(--transition-default);
	font-family: inherit;
}

.woocommerce-MyAccount-content input:focus,
.woocommerce-MyAccount-content select:focus,
.woocommerce-MyAccount-content textarea:focus {
	border-color: var(--black-color);
	outline: none;
}

.woocommerce-MyAccount-content fieldset {
	border: 1px solid var(--border-color-light);
	padding: 25px;
	border-radius: var(--border-radius);
	margin-top: 35px;
	margin-bottom: 25px;
	background-color: var(--primary-color);
}

.woocommerce-MyAccount-content fieldset legend {
	font-weight: 600;
	padding: 0 15px;
	font-size: 18px;
	background-color: var(--primary-color);
	border-radius: var(--border-radius);
}

.woocommerce-MyAccount-content mark {
	background-color: var(--primary-color);
	padding: 2px 8px;
	border-radius: var(--border-radius);
	font-weight: 600;
	color: var(--black-color);
}

.woocommerce-MyAccount-content .woocommerce-Message,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-error {
	background-color: var(--primary-color) !important;
	color: var(--black-color) !important;
	border: none !important;
	border-left: 4px solid var(--black-color) !important;
	border-radius: var(--border-radius) !important;
	padding: 20px 25px !important;
	margin-bottom: 25px !important;
	display: block !important;
	list-style: none;
}

.woocommerce-MyAccount-content .woocommerce-message li,
.woocommerce-MyAccount-content .woocommerce-error li,
.woocommerce-MyAccount-content .woocommerce-info li {
	display: block !important;
	width: 100%;
	line-height: 1.5;
}

.woocommerce-MyAccount-content .woocommerce-message li:has(.button),
.woocommerce-MyAccount-content .woocommerce-info li:has(.button) {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
}

.woocommerce-MyAccount-content .woocommerce-info::before,
.woocommerce-MyAccount-content .woocommerce-message::before,
.woocommerce-MyAccount-content .woocommerce-error::before {
	display: none !important;
}

.woocommerce-MyAccount-content .woocommerce-info .button,
.woocommerce-MyAccount-content .woocommerce-message .button {
	background-color: var(--black-color) !important;
	color: var(--white-color) !important;
	border-radius: var(--border-radius) !important;
	padding: 10px 20px !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	border: none !important;
	margin: 0 !important;
}

.woocommerce-MyAccount-content .woocommerce-info .button:hover,
.woocommerce-MyAccount-content .woocommerce-message .button:hover {
	background-color: var(--text-hover) !important;
}

@media (max-width: 768px) {
	.b2b-account-container .woocommerce {
		flex-direction: column;
		gap: 20px;
	}

	.b2b-account-container .woocommerce-MyAccount-navigation {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
	}

	.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses {
		flex-direction: column;
		gap: 20px;
	}
}

/***********
*
* B2B LOGIN PAGE
*
***********/

/* Dedykowane style dla ekranu logowania B2B */
body.b2b-auth-page {
	margin: 0;
	padding: 0;
	font-family: var(--font-primary, 'Inter', sans-serif);
	overflow-x: hidden;
	background-color: var(--primary-color, #1a1a1a);
}

.b2b-auth-container {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background-image: url('assets/images/auth-background-2.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.b2b-auth-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
	z-index: 1;
}

.b2b-auth-header-logo {
	position: absolute;
	top: 40px;
	left: 60px;
	z-index: 10;
}

.b2b-auth-header-logo img {
	height: 65px;
	width: auto;
}

.b2b-auth-header-logo .text-logo {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 2px;
}

.b2b-auth-content-wrapper {
	position: relative;
	z-index: 2;
	flex: 1;
	display: flex;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 40px;
	justify-content: space-between;
	align-items: center;
}

.b2b-auth-info {
	max-width: 600px;
	color: #fff;
}

.b2b-auth-info h1 {
	font-size: 54px;
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 24px;
	color: #fff;
	font-family: var(--font-heading, 'Inter', sans-serif);
}

.b2b-auth-info p {
	font-size: 18px;
	line-height: 1.6;
	opacity: 0.9;
	font-weight: 300;
}

.b2b-auth-form-column {
	width: 100%;
	max-width: 480px;
	display: flex;
	justify-content: flex-end;
}

body.b2b-auth-page .b2b-login-content {
	background: transparent;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
}

/* Komunikaty logowania — nad białą kartą formularza */
body.b2b-auth-page .b2b-login-content .woocommerce-notices-wrapper {
	width: 100%;
	max-width: 480px;
	margin: 0 0 16px auto;
}

body.b2b-auth-page .b2b-login-content .woocommerce-notices-wrapper .woocommerce-error,
body.b2b-auth-page .b2b-login-content .woocommerce-notices-wrapper .woocommerce-message,
body.b2b-auth-page .b2b-login-content .woocommerce-notices-wrapper .woocommerce-info {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 12px !important;
	padding: 14px 18px !important;
	line-height: 1.5;
}

body.b2b-auth-page .b2b-login-content .woocommerce-notices-wrapper .woocommerce-error li,
body.b2b-auth-page .b2b-login-content .woocommerce-notices-wrapper .woocommerce-message li,
body.b2b-auth-page .b2b-login-content .woocommerce-notices-wrapper .woocommerce-info li {
	display: block !important;
}

body.b2b-auth-page .b2b-login-content .woocommerce-notices-wrapper .woocommerce-error a {
	color: var(--gold-color, #B8903A);
	text-decoration: underline;
	white-space: nowrap;
}

body.b2b-auth-page .b2b-login-content .woocommerce-notices-wrapper .woocommerce-error strong {
	font-weight: 600;
}

/* Jedyny biały box — karta z formularzem logowania / rejestracji / resetu hasła */
body.b2b-auth-page #customer_login .col-1,
body.b2b-auth-page #customer_login .col-2,
body.b2b-auth-page .b2b-login-content .u-column1,
body.b2b-auth-page .b2b-login-content .u-column2,
body.b2b-auth-page .b2b-login-content .b2b-auth-form-card {
	background: #ffffff !important;
	padding: 32px 28px !important;
	border: none !important;
	border-radius: var(--border-radius) !important;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18) !important;
	box-sizing: border-box;
}

body.b2b-auth-page .b2b-login-content > .woocommerce {
	width: 100%;
	max-width: 480px;
	margin-left: auto;
}

body.b2b-auth-page .b2b-login-content .b2b-auth-form-card {
	width: 100%;
}

body.b2b-auth-page .b2b-login-content .b2b-auth-form-title {
	display: block !important;
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--black-color, #1f1f1f);
	text-align: left;
}

body.b2b-auth-page .b2b-login-content .b2b-auth-form-intro {
	margin: 0 0 24px;
	font-size: 14px;
	line-height: 1.55;
	color: var(--text-muted, #666);
}

body.b2b-auth-page .b2b-login-content .b2b-auth-form-card label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 500;
	color: var(--black-color, #1f1f1f);
}

body.b2b-auth-page .b2b-login-content .b2b-auth-form-card form.lost_reset_password {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

body.b2b-auth-page .b2b-login-content .b2b-auth-form-card .form-row-wide {
	width: 100%;
	float: none;
}

body.b2b-auth-page .b2b-login-content .b2b-auth-back-link {
	margin: 20px 0 0;
	padding-top: 20px;
	border-top: 1px solid var(--border-color, #eaeaea);
	text-align: center;
}

body.b2b-auth-page .b2b-login-content .b2b-auth-back-link a {
	font-size: 14px;
	font-weight: 500;
	color: var(--text-muted, #666);
	text-decoration: none;
	transition: color 0.2s;
}

body.b2b-auth-page .b2b-login-content .b2b-auth-back-link a:hover {
	color: var(--black-color, #1f1f1f);
	text-decoration: underline;
}

body.b2b-auth-page .b2b-login-content .b2b-lost-password-confirmation .b2b-auth-form-intro {
	color: var(--black-color, #1f1f1f);
}

body.b2b-auth-page .b2b-login-content .u-column1 label,
body.b2b-auth-page .b2b-login-content .u-column2 label {
	color: var(--black-color, #1f1f1f);
}

body.b2b-auth-page .b2b-login-content .woocommerce-form-login__rememberme,
body.b2b-auth-page .b2b-login-content .u-column1 label.woocommerce-form__label-for-checkbox,
body.b2b-auth-page .b2b-login-content .u-column2 label.woocommerce-form__label-for-checkbox {
	color: var(--text-muted, #666);
}

body.b2b-auth-page .b2b-login-content .u-column1 .woocommerce-LostPassword a,
body.b2b-auth-page .b2b-login-content .u-column2 .woocommerce-LostPassword a {
	color: #666;
}

body.b2b-auth-page .b2b-login-content .u-column1 .woocommerce-LostPassword a:hover,
body.b2b-auth-page .b2b-login-content .u-column2 .woocommerce-LostPassword a:hover {
	color: var(--black-color, #1f1f1f);
}

body.b2b-auth-page .b2b-login-content form.login,
body.b2b-auth-page .b2b-login-content form.register {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

/* Stylowanie formularzy logowania WooCommerce wewnątrz boxa */
.b2b-login-content form {
	border: none;
	padding: 0;
	margin: 0;
}

.b2b-login-content .woocommerce-form-row,
.b2b-login-content p.form-row {
	margin-bottom: 20px;
}

body.b2b-auth-page .b2b-login-content .u-column1 label,
body.b2b-auth-page .b2b-login-content .u-column2 label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 500;
}

.b2b-login-content .woocommerce-Input,
.b2b-login-content input.input-text {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid var(--border-color, #eaeaea);
	border-radius: 8px;
	font-size: 15px;
	background-color: var(--white-color, #FAF7F2);
	transition: border-color 0.3s, box-shadow 0.3s;
	box-sizing: border-box;
}

.b2b-login-content .woocommerce-Input:focus,
.b2b-login-content input.input-text:focus {
	border-color: var(--black-color, #1F1F1F);
	box-shadow: 0 0 0 1px var(--black-color, #1F1F1F);
	outline: none;
}

.b2b-login-content .woocommerce-Button,
.b2b-login-content button.button {
	width: 100%;
	padding: 15px;
	background-color: var(--gold-color) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: var(--border-radius) !important;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s, transform 0.1s;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
	text-align: center;
}

.b2b-login-content .woocommerce-Button:hover,
.b2b-login-content button.button:hover {
	background-color: var(--gold-hover) !important;
}

.b2b-login-content .woocommerce-Button:active,
.b2b-login-content button.button:active {
	transform: scale(0.98);
}

.b2b-login-content .woocommerce-LostPassword {
	text-align: right;
	margin-top: -10px;
	margin-bottom: 20px;
}

.b2b-login-content .woocommerce-LostPassword a {
	font-size: 13px;
	color: #666;
	text-decoration: none;
}

.b2b-login-content .woocommerce-LostPassword a:hover {
	color: var(--black-color, #1F1F1F);
	text-decoration: underline;
}

.b2b-login-content .woocommerce-privacy-policy-text a,
.b2b-login-content p a {
	color: var(--black-color, #1F1F1F);
	text-decoration: underline;
	font-weight: 600;
	transition: color 0.3s;
}

.b2b-login-content .woocommerce-privacy-policy-text a:hover,
.b2b-login-content p a:hover {
	color: var(--text-hover, #777);
}

.b2b-login-content .toggle-form-btn {
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	border: 1px solid var(--gold-color);
	color: var(--gold-color);
	padding: 12px;
	border-radius: var(--border-radius);
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
}

.b2b-login-content .toggle-form-btn:hover {
	background-color: var(--gold-color);
	color: #ffffff;
}

.b2b-login-content .woocommerce-form-login__rememberme {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 20px;
}

.b2b-login-content .woocommerce-form-login__rememberme input[type="checkbox"] {
	margin-right: 10px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.b2b-login-content h2 {
	display: none;
}

/* Password field — show/hide toggle, strength meter, hints */
body.b2b-auth-page .b2b-login-content .password-input {
	display: block;
	position: relative;
}

body.b2b-auth-page .b2b-login-content .password-input .woocommerce-Input,
body.b2b-auth-page .b2b-login-content .password-input input.input-text {
	padding-right: 48px;
}

body.b2b-auth-page .b2b-login-content .show-password-input {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	cursor: pointer;
	opacity: 0.45;
	transition: opacity 0.2s ease, background-color 0.2s ease;
}

body.b2b-auth-page .b2b-login-content .show-password-input:hover,
body.b2b-auth-page .b2b-login-content .show-password-input:focus {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.04);
	outline: none;
}

body.b2b-auth-page .b2b-login-content .show-password-input::before {
	width: 18px;
	height: 18px;
}

body.b2b-auth-page .b2b-login-content .b2b-field-password {
	margin-bottom: 16px;
}

body.b2b-auth-page .b2b-login-content .b2b-field-password label .b2b-password-hint {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.45;
	color: var(--text-muted, #999);
}

body.b2b-auth-page .b2b-login-content .woocommerce-password-strength {
	position: relative;
	margin: 10px 0 0;
	padding: 8px 0 0;
	background: none !important;
	border: none !important;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--text-muted, #999);
	text-align: left;
}

body.b2b-auth-page .b2b-login-content .woocommerce-password-strength::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	border-radius: 1px;
	background: var(--border-color, #eaeaea);
}

body.b2b-auth-page .b2b-login-content .woocommerce-password-strength::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	border-radius: 1px;
	transition: width 0.2s ease;
}

body.b2b-auth-page .b2b-login-content .woocommerce-password-strength.short {
	color: #b54a4a;
}

body.b2b-auth-page .b2b-login-content .woocommerce-password-strength.short::after {
	width: 20%;
	background: #c95555;
}

body.b2b-auth-page .b2b-login-content .woocommerce-password-strength.bad {
	color: #b07a2a;
}

body.b2b-auth-page .b2b-login-content .woocommerce-password-strength.bad::after {
	width: 45%;
	background: var(--gold-color, #B8903A);
}

body.b2b-auth-page .b2b-login-content .woocommerce-password-strength.good {
	color: #8a7332;
}

body.b2b-auth-page .b2b-login-content .woocommerce-password-strength.good::after {
	width: 72%;
	background: var(--gold-hover, #D4B05C);
}

body.b2b-auth-page .b2b-login-content .woocommerce-password-strength.strong {
	color: #4d8a52;
}

body.b2b-auth-page .b2b-login-content .woocommerce-password-strength.strong::after {
	width: 100%;
	background: #5a9e5a;
}

body.b2b-auth-page .b2b-login-content .woocommerce-password-hint {
	display: none;
}

.b2b-auth-footer-text {
	position: relative;
	z-index: 10;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 60px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	letter-spacing: 0.5px;
}

.b2b-auth-footer-credits {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
}

.b2b-auth-footer-text a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	transition: color 0.2s;
}

.b2b-auth-footer-text a:hover {
	color: rgba(255, 255, 255, 1);
}

@media (max-width: 992px) {
	.b2b-auth-content-wrapper {
		flex-direction: column;
		justify-content: center;
		padding: 100px 20px 24px;
		gap: 40px;
	}

	.b2b-auth-info {
		text-align: center;
		max-width: 100%;
	}

	.b2b-auth-header-logo {
		left: 20px;
		top: 20px;
	}

	.b2b-auth-footer-text {
		flex-direction: column;
		gap: 8px;
		padding: 20px;
		text-align: center;
	}

	.b2b-auth-footer-credits {
		align-items: center;
	}

	.b2b-auth-form-column {
		justify-content: center;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.b2b-auth-info h1 {
		font-size: 36px;
	}
}

/* ==========================================================================
   Zamówienie (Order Received / Thank You Page)
   ========================================================================== */

/* Nadpisanie ograniczeń szerokości z domyślnych bloków WooCommerce */
.woocommerce[data-block-name="woocommerce/checkout"] {
	max-width: 1200px !important;
	width: 100% !important;
	margin: 0 auto !important;
}

.woocommerce-order {
	background-color: var(--bg-white);
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	margin: 30px auto 50px auto;
	width: 100% !important;
	max-width: 1200px !important;
	box-sizing: border-box;
}

.woocommerce-notice.woocommerce-thankyou-order-received {
	font-size: 24px;
	font-weight: 600;
	color: var(--black-color);
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border-color);
	border-left: none;
	/* nadpisanie domyślnego paska WooCommerce */
	background: transparent;
}

.woocommerce-order ul.woocommerce-order-overview {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 20px !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 0 40px 0 !important;
}

.woocommerce-order ul.woocommerce-order-overview::before,
.woocommerce-order ul.woocommerce-order-overview::after {
	display: none !important;
}

.woocommerce-order ul.woocommerce-order-overview li {
	flex: 1 1 180px !important;
	background-color: var(--primary-color) !important;
	padding: 20px !important;
	border-radius: 12px !important;
	font-size: 13px !important;
	color: var(--text-muted) !important;
	border: none !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	margin: 0 !important;
}

.woocommerce-order ul.woocommerce-order-overview li strong {
	display: block !important;
	margin-top: 8px !important;
	font-size: 16px !important;
	color: var(--black-color) !important;
	font-weight: 600 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

/* Ukrycie niepotrzebnego tekstu o metodzie płatności */
.woocommerce-order>p:not(.woocommerce-notice) {
	display: none !important;
}

/* Order Table */
.woocommerce-order-details__title {
	font-size: 22px;
	margin-bottom: 20px;
}

table.woocommerce-table--order-details {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--border-color);
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 40px;
}

table.woocommerce-table--order-details th,
table.woocommerce-table--order-details td {
	padding: 15px 20px !important;
	border-bottom: 1px solid var(--border-color) !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}

table.woocommerce-table--order-details tr:last-child th,
table.woocommerce-table--order-details tr:last-child td {
	border-bottom: none !important;
}

table.woocommerce-table--order-details thead th {
	background-color: var(--primary-color);
	font-weight: 600;
	text-align: left;
	color: var(--black-color);
}

table.woocommerce-table--order-details tbody td {
	background-color: var(--bg-white);
}

table.woocommerce-table--order-details tbody td.product-name a {
	color: var(--black-color);
	text-decoration: none;
	font-weight: 500;
	transition: color var(--transition-default);
}

table.woocommerce-table--order-details tbody td.product-name a:hover {
	color: var(--text-hover);
}

/* Wyrównanie cen produktów do prawej (aby pasowały do podsumowania) */
table.woocommerce-table--order-details thead th.product-total,
table.woocommerce-table--order-details tbody td.product-total {
	text-align: right !important;
}

/* Wyraźne oddzielenie sekcji podsumowania (tfoot) */
table.woocommerce-table--order-details tfoot th,
table.woocommerce-table--order-details tfoot td {
	background-color: var(--primary-color) !important;
}

table.woocommerce-table--order-details tfoot th {
	text-align: left;
	font-weight: 500;
	color: var(--text-muted);
}

table.woocommerce-table--order-details tfoot td {
	text-align: right;
	font-weight: 600;
	color: var(--black-color);
}

/* Addresses */
.woocommerce-customer-details h2 {
	font-size: 22px;
	margin-bottom: 20px;
}

.woocommerce-customer-details .col2-set {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 30px !important;
	width: 100% !important;
	margin: 0 !important;
}

/* Ukrycie pseudoelementów z clearfixa WooCommerce, które psują CSS Grid */
.woocommerce-customer-details .col2-set::before,
.woocommerce-customer-details .col2-set::after {
	display: none !important;
}

.woocommerce-customer-details .woocommerce-column {
	background-color: var(--primary-color) !important;
	padding: 30px !important;
	border-radius: 12px !important;
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}

.woocommerce-customer-details address {
	font-style: normal;
	line-height: 1.6;
	color: var(--black-color);
}

.woocommerce-customer-details .woocommerce-customer-details--email {
	margin-top: 10px;
	color: var(--text-muted);
}

/* Responsive */
@media (max-width: 768px) {
	.woocommerce-customer-details .col2-set {
		grid-template-columns: 1fr !important;
	}

	.woocommerce-order ul.woocommerce-order-overview {
		flex-direction: column !important;
	}

	table.woocommerce-table--order-details th,
	table.woocommerce-table--order-details td {
		padding: 12px 15px !important;
	}

	.woocommerce-order {
		padding: 20px;
	}
}

/* ==========================================
 * PRODUCT COLLECTIONS FEATURE
 * ========================================== */

/* Modal Overlay & Container */
.collections-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(4px);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.collections-modal-container {
	background-color: var(--bg-white);
	width: 100%;
	max-width: 450px;
	border-radius: 8px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	animation: colModalFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	border: 1px solid var(--border-color-light);
}

@keyframes colModalFadeIn {
	from {
		opacity: 0;
		transform: translateY(20px) scale(0.98);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.collections-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 25px;
	border-bottom: 1px solid var(--border-color-light);
}

.collections-modal-header h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--black-color);
}

.collections-modal-close {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: var(--text-muted);
	transition: color var(--transition-default);
	padding: 5px;
}

.collections-modal-close:hover {
	color: var(--black-color);
}

.collections-modal-body {
	padding: 25px;
}

.collections-modal-loader {
	text-align: center;
	padding: 30px 0;
	color: var(--text-muted);
	font-size: 14px;
}

.collections-modal-loader i {
	margin-right: 8px;
	color: var(--gold-color);
}

.collections-modal-create-toggle-btn {
	display: block;
	background: none;
	border: 1px dashed var(--gold-color) !important;
	color: var(--gold-color) !important;
	padding: 12px;
	width: 100%;
	box-sizing: border-box !important;
	text-align: center;
	border-radius: var(--border-radius);
	font-weight: 600;
	font-size: 13px;
	cursor: pointer;
	transition: background-color var(--transition-default), color var(--transition-default);
}

.collections-modal-create-toggle-btn:hover {
	background-color: var(--primary-color) !important;
}

.collections-modal-footer {
	padding: 0 25px 25px;
	box-sizing: border-box !important;
}

.collections-modal-done {
	display: flex !important;
	width: 100% !important;
	box-sizing: border-box !important;
	padding: 12px 20px !important;
}

/* Custom Checkbox in Modal */
.collections-checkbox-label {
	user-select: none;
}

.collections-custom-checkbox {
	width: 20px;
	height: 20px;
	border: 2px solid var(--border-color);
	border-radius: var(--border-radius);
	display: inline-block;
	position: relative;
	background: #fff;
	flex-shrink: 0;
	transition: border-color var(--transition-default), background-color var(--transition-default);
}

.collections-checkbox-label input:checked~.collections-custom-checkbox {
	border-color: var(--gold-color);
	background-color: var(--gold-color);
}

.collections-checkbox-label input:checked~.collections-custom-checkbox::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 6px;
	width: 4px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.collections-checkbox-label:hover .collections-custom-checkbox {
	border-color: var(--gold-color);
}

/* Overview page styles */
.collections-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (max-width: 991px) {
	.collections-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.collections-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

.collection-list-card {
	background: #fff;
	padding: 25px;
	border-radius: var(--border-radius);
	border: 1px solid var(--border-color);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 250px;
	position: relative;
	transition: transform var(--transition-default), box-shadow var(--transition-default);
}

.collection-list-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.collection-card-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.collection-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid var(--border-color-light);
	padding-top: 15px;
}

.col-thumb-wrapper {
	width: 45px;
	height: 45px;
	border-radius: var(--border-radius);
	border: 1px solid var(--border-color-light);
	overflow: hidden;
	background: #fff;
}

.col-thumb-more {
	width: 45px;
	height: 45px;
	border-radius: var(--border-radius);
	border: 1px solid var(--border-color-light);
	background: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	color: var(--gold-color);
}

.collection-products-table-wrapper {
	background: #fff;
	border-radius: var(--border-radius);
	border: 1px solid var(--border-color);
	overflow: hidden;
	margin-bottom: 40px;
}

.collection-products-table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.collection-products-table thead tr {
	border-bottom: 1px solid var(--border-color);
	background: var(--primary-color);
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--icon-color);
}

.collection-product-row {
	border-bottom: 1px solid var(--border-color);
	transition: background var(--transition-default);
}

.collection-product-thumb-link {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: var(--border-radius);
	border: 1px solid var(--border-color-light);
	overflow: hidden;
}

.collections-modal-create-input,
.create-collection-input,
.rename-collection-input {
	box-sizing: border-box;
	padding: 12px 15px;
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
	outline: none;
	font-family: var(--font-family-default);
	font-size: 14px;
}

.collections-modal-create-input {
	flex: 1;
	padding: 10px 15px;
}

.create-collection-input,
.rename-collection-input {
	width: 100%;
}

.collections-input-error {
	border-color: #c62828 !important;
}

.collections-back-link {
	display: inline-flex;
	align-items: center;
	color: var(--text-muted);
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition: all var(--transition-default);
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	border: 1px solid var(--border-color-light);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
	gap: 8px;
}

.collections-back-link:hover {
	color: var(--black-color);
	border-color: var(--border-color);
	transform: translateX(-3px);
}

/* Global Golden Button */
.b2b-btn-gold {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--gold-color) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: var(--border-radius);
	padding: 15px 35px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: background-color var(--transition-default), transform var(--transition-default);
}

.b2b-btn-gold:hover {
	background-color: var(--gold-hover) !important;
	color: #ffffff !important;
}

.b2b-btn-inline-edit {
	background: none;
	border: none;
	padding: 5px;
	transition: transform var(--transition-default), color var(--transition-default);
}

.b2b-btn-inline-edit:hover {
	transform: scale(1.1);
	color: var(--gold-hover) !important;
}

.collection-products-table th,
.collection-products-table td {
	border-bottom: 1px solid var(--border-color-light);
}



.remove-product-from-collection-trigger {
	background: none;
	border: none;
	padding: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bin-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: var(--text-muted);
	-webkit-mask: url('assets/images/icons/bin.svg') no-repeat center / contain;
	mask: url('assets/images/icons/bin.svg') no-repeat center / contain;
	transition: background-color var(--transition-default), transform var(--transition-default);
}

.remove-product-from-collection-trigger:hover .bin-icon,
.delete-collection-trigger:hover .bin-icon {
	background-color: var(--gold-color);
	transform: scale(1.15);
}

.rename-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: var(--text-muted);
	-webkit-mask: url('assets/images/icons/rename.svg') no-repeat center / contain;
	mask: url('assets/images/icons/rename.svg') no-repeat center / contain;
	transition: background-color var(--transition-default), transform var(--transition-default);
}

.rename-collection-trigger:hover .rename-icon {
	background-color: var(--gold-color);
	transform: scale(1.15);
}

.add-entire-collection-to-cart-trigger.added {
	background-color: #55a858 !important;
	border-color: #55a858 !important;
}

.collections-detail-header h1 {
	line-height: 1;
}

/* Responsive Table Fixes */
@media (max-width: 991px) {
	.collection-detail-title {
		font-size: 26px !important;
	}

	.collection-title-edit-wrap {
		gap: 12px !important;
	}

	.collection-products-table-wrapper {
		background: transparent !important;
		border: none !important;
		overflow: visible !important;
		margin-bottom: 25px !important;
	}

	.collection-products-table {
		display: block !important;
		width: 100% !important;
	}

	.collection-products-table thead {
		display: none !important;
	}

	.collection-products-table tbody {
		display: flex !important;
		flex-direction: column !important;
		gap: 16px !important;
		background: transparent !important;
		padding: 0 !important;
	}

	.collection-products-table tr.collection-product-row {
		display: grid !important;
		grid-template-columns: 80px 1fr !important;
		grid-template-rows: auto auto auto auto !important;
		gap: 12px !important;
		padding: 16px !important;
		background: #ffffff !important;
		border-radius: var(--border-radius) !important;
		border: 1px solid var(--border-color-light) !important;
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
		box-sizing: border-box !important;
		margin-bottom: 0 !important;
	}

	/* Image td (1st child) */
	.collection-products-table td:first-child {
		grid-column: 1 !important;
		grid-row: 1 / span 2 !important;
		padding: 0 !important;
		margin: 0 !important;
		width: 80px !important;
		height: 80px !important;
		display: block !important;
		border: none !important;
	}

	.collection-products-table td:first-child a {
		width: 80px !important;
		height: 80px !important;
		display: block !important;
		border-radius: var(--border-radius) !important;
		border: 1px solid var(--border-color-light) !important;
		background: #fff !important;
		overflow: hidden !important;
	}

	.collection-products-table td:first-child a img {
		width: 100% !important;
		height: 100% !important;
		object-fit: contain !important;
		border-radius: var(--border-radius) !important;
	}

	/* Title & meta td (2nd child) */
	.collection-products-table td:nth-child(2) {
		grid-column: 2 !important;
		grid-row: 1 !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		text-align: left !important;
		padding: 0 !important;
		margin: 0 !important;
		width: auto !important;
		border: none !important;
	}

	.collection-products-table td:nth-child(2) h3 {
		font-size: 14px !important;
		font-weight: 600 !important;
		line-height: 1.3 !important;
		margin: 0 0 6px 0 !important;
	}

	.collection-products-table td:nth-child(2) h3 a {
		color: var(--black-color) !important;
	}

	/* Price td (3rd child) */
	.collection-products-table td:nth-child(3) {
		grid-column: 2 !important;
		grid-row: 2 !important;
		display: flex !important;
		justify-content: flex-start !important;
		align-items: center !important;
		padding: 0 !important;
		margin: 0 !important;
		text-align: left !important;
		font-size: 15px !important;
		font-weight: 700 !important;
		color: var(--black-color) !important;
		border: none !important;
	}

	.collection-products-table td:nth-child(3)::before {
		content: "Cena netto: " !important;
		font-weight: 500 !important;
		color: var(--text-muted) !important;
		font-size: 12px !important;
		margin-right: 6px !important;
		text-transform: none !important;
		display: inline-block !important;
	}

	/* Quantity Selector td (4th child) */
	.collection-products-table td:nth-child(4) {
		grid-column: 1 / span 2 !important;
		grid-row: 3 !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		padding: 12px 0 0 0 !important;
		margin: 8px 0 0 0 !important;
		border-top: 1px dashed var(--border-color-light) !important;
		border-bottom: none !important;
		width: 100% !important;
	}

	.collection-products-table td:nth-child(4)::before {
		content: "Ilość:" !important;
		font-weight: 600 !important;
		font-size: 13px !important;
		color: var(--black-color) !important;
		text-transform: none !important;
		display: block !important;
	}

	.collection-products-table td:nth-child(4) .b2b-quantity-wrapper {
		margin: 0 !important;
		height: 36px !important;
		width: 90px !important;
	}

	.collection-products-table td:nth-child(4) .b2b-quantity-wrapper input {
		flex: none !important;
		width: 45px !important;
	}

	/* Actions td (5th child) */
	.collection-products-table td:nth-child(5) {
		grid-column: 1 / span 2 !important;
		grid-row: 4 !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		padding: 12px 0 0 0 !important;
		margin: 8px 0 0 0 !important;
		border-top: 1px solid var(--border-color-light) !important;
		border-bottom: none !important;
		width: 100% !important;
	}

	.collection-products-table td:nth-child(5)>div {
		width: 100% !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
	}

	.collection-products-table td:nth-child(5) .b2b-add-to-cart-btn {
		flex: 1 !important;
		margin-right: 12px !important;
		height: 38px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0 15px !important;
	}

	.collection-products-table td:nth-child(5) .remove-product-from-collection-trigger {
		flex-shrink: 0 !important;
		width: 38px !important;
		height: 38px !important;
		border: 1px solid var(--border-color-light) !important;
		border-radius: var(--border-radius) !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		background: #fff !important;
		padding: 0 !important;
	}

	/* Responsive Summary Panel */
	.collection-summary-panel {
		padding: 20px !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 20px !important;
	}

	.collection-summary-info {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
	}

	.collection-total-price-wrap {
		display: flex !important;
		align-items: baseline !important;
		justify-content: center !important;
		margin-top: 8px !important;
	}

	.collection-summary-actions {
		width: 100% !important;
	}

	.collection-summary-actions .add-entire-collection-to-cart-trigger {
		width: 100% !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		height: 48px !important;
		padding: 0 !important;
	}
}

/***********
* PRODUCT LIST VIEW
***********/

/* Hide / Show Grid & List Only Buttons */
.list-only-btn {
	display: none !important;
}

ul.products.view-list .list-only-btn {
	display: flex !important;
}

ul.products.view-list .grid-only-btn {
	display: none !important;
}

/* List View Container */
ul.products.view-list {
	grid-template-columns: 1fr !important;
	gap: 20px !important;
}

/* List View Product Card */
ul.products.view-list li.product.b2b-product-card {
	display: flex !important;
	flex-direction: row !important;
	align-items: stretch !important;
	height: auto !important;
	padding: 24px !important;
	gap: 30px !important;
}

/* Badges Alignment in List View */
ul.products.view-list .b2b-product-badges {
	position: absolute !important;
	top: 24px !important;
	left: 24px !important;
	right: auto !important;
	bottom: auto !important;
	width: auto !important;
	pointer-events: none !important;
	z-index: 2 !important;
}

ul.products.view-list .badge-placeholder {
	display: none !important;
}

/* Image wrapper in List View */
ul.products.view-list .b2b-product-link {
	flex: 0 0 160px !important;
	width: 160px !important;
	height: 160px !important;
	display: flex !important;
	text-decoration: none !important;
}

ul.products.view-list .b2b-product-image {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important;
	border-radius: var(--border-radius) !important;
}

ul.products.view-list .b2b-product-image::before {
	background-color: var(--product-image-bg) !important;
}

/* Details Column in List View */
ul.products.view-list .b2b-product-details {
	flex: 1 !important;
	padding: 0 !important;
	display: grid !important;
	grid-template-columns: 1fr auto !important;
	grid-template-rows: auto 1fr !important;
	gap: 16px !important;
}

/* Details Grid Placement */
ul.products.view-list .b2b-product-title-row {
	grid-column: 1 !important;
	grid-row: 1 !important;
	margin: 0 !important;
	gap: 0 !important;
	align-self: start !important;
}

ul.products.view-list .b2b-product-meta {
	grid-column: 1 !important;
	grid-row: 2 !important;
	margin: 0 !important;
	align-self: end !important;
}

ul.products.view-list .b2b-product-price-wrap {
	grid-column: 2 !important;
	grid-row: 1 !important;
	text-align: right !important;
	margin: 0 !important;
	justify-self: end !important;
	display: flex !important;
	align-items: baseline !important;
	gap: 8px !important;
	align-self: start !important;
}

ul.products.view-list .b2b-product-price {
	font-size: 26px !important;
	font-weight: 700 !important;
}

ul.products.view-list .b2b-price-suffix {
	font-size: 14px !important;
	color: var(--text-muted) !important;
}

ul.products.view-list .b2b-product-actions {
	grid-column: 2 !important;
	grid-row: 2 !important;
	margin: 0 !important;
	justify-self: end !important;
	align-self: end !important;
}

/* Collection button inside action row styling */
ul.products.view-list .b2b-cart-form-actions .collection-btn {
	width: 40px !important;
	height: 40px !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: var(--border-radius) !important;
	margin: 0 !important;
	background-color: var(--bg-white) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	transition: all var(--transition-default) !important;
}

ul.products.view-list .b2b-cart-form-actions .collection-btn:hover {
	border-color: var(--gold-color) !important;
	background-color: #fcf9f5 !important;
}

ul.products.view-list .b2b-cart-form-actions .collection-btn img {
	width: 20px !important;
	height: 20px !important;
	transition: transform var(--transition-default) !important;
}

ul.products.view-list .b2b-cart-form-actions .collection-btn:hover img {
	transform: scale(1.1) !important;
}

/* Submit button minimum width in list view to look like design */
ul.products.view-list .b2b-add-to-cart-btn {
	min-width: 120px !important;
}

/* Responsive List View — phone layout */
@media (max-width: 768px) {

	/* Compact horizontal card: image left, details right */
	ul.products.view-list li.product.b2b-product-card {
		flex-direction: row !important;
		align-items: stretch !important;
		gap: 0 !important;
		padding: 0 !important;
		overflow: hidden;
	}

	/* Small square thumbnail */
	ul.products.view-list .b2b-product-link {
		flex: 0 0 100px !important;
		width: 100px !important;
		height: auto !important;
		min-height: 100px !important;
		aspect-ratio: unset !important;
		border-radius: 0 !important;
		align-self: stretch !important;
	}

	ul.products.view-list .b2b-product-image {
		width: 100px !important;
		height: 100% !important;
		min-height: 100px !important;
		padding-top: 0 !important;
		aspect-ratio: unset !important;
		border-radius: 0 !important;
	}

	/* Details: flex column taking remaining space */
	ul.products.view-list .b2b-product-details {
		flex: 1 !important;
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: unset !important;
		grid-template-rows: unset !important;
		gap: 0 !important;
		padding: 10px 12px 12px !important;
		min-width: 0 !important;
	}

	/* Title row */
	ul.products.view-list .b2b-product-title-row {
		grid-column: unset !important;
		grid-row: unset !important;
		margin-bottom: 4px !important;
		gap: 6px !important;
		align-items: flex-start !important;
	}

	ul.products.view-list .b2b-product-title {
		font-size: 13px !important;
		font-weight: 700 !important;
		line-height: 1.3 !important;
		margin: 0 !important;
	}

	/* Price row */
	ul.products.view-list .b2b-product-price-wrap {
		grid-column: unset !important;
		grid-row: unset !important;
		justify-self: unset !important;
		text-align: left !important;
		flex-direction: row !important;
		align-items: baseline !important;
		margin: 0 0 6px 0 !important;
	}

	ul.products.view-list .b2b-product-price {
		font-size: 16px !important;
	}

	ul.products.view-list .b2b-price-suffix {
		font-size: 11px !important;
	}

	/* Meta: small but visible */
	ul.products.view-list .b2b-product-meta {
		display: flex !important;
		grid-column: unset !important;
		grid-row: unset !important;
		font-size: 10px !important;
		margin-bottom: 8px !important;
		align-self: unset !important;
		gap: 2px !important;
	}

	/* Actions */
	ul.products.view-list .b2b-product-actions {
		grid-column: unset !important;
		grid-row: unset !important;
		justify-self: unset !important;
		align-self: unset !important;
		width: 100% !important;
		padding-top: 0 !important;
		margin: auto 0 0 0 !important;
	}

	ul.products.view-list .b2b-cart-form-actions {
		flex-direction: row !important;
		height: 34px !important;
		width: 100% !important;
		gap: 6px !important;
	}

	ul.products.view-list .b2b-quantity-wrapper {
		height: 34px !important;
		width: auto;
		flex-shrink: 0;
	}

	ul.products.view-list .b2b-submit-group {
		flex: 1 !important;
	}

	ul.products.view-list .b2b-add-to-cart-btn {
		height: 34px !important;
		width: 100% !important;
		font-size: 12px !important;
	}

	ul.products.view-list .b2b-add-to-cart-btn .btn-icon {
		width: 28px !important;
	}

	/* Badges in phone list view */
	ul.products.view-list .b2b-product-badges {
		top: 8px !important;
		left: 8px !important;
		right: auto !important;
	}

	/* Hide favorite btn in title row for list-only (it's duplicated in cart form) */
	ul.products.view-list .b2b-product-title-row .favorite-btn {
		display: none !important;
	}
}

/* Override mobile grid-form stacking — ensure list view keeps row orientation */
@media (max-width: 991px) {
	ul.products.view-list .b2b-cart-form-actions {
		flex-direction: row !important;
		height: 40px !important;
		gap: 8px !important;
	}

	ul.products.view-list .b2b-quantity-wrapper {
		height: 40px;
		width: auto;
	}

	ul.products.view-list .b2b-add-to-cart-btn {
		height: 40px;
		width: auto;
	}

	ul.products.view-list .b2b-product-meta {
		display: flex !important;
	}

	/* FIX: Tablet — restore favorite-btn to same size as collection-btn (40px) */
	ul.products.view-list .b2b-cart-form-actions .favorite-btn {
		width: 40px !important;
		height: 40px !important;
	}

	ul.products.view-list .b2b-cart-form-actions .favorite-btn .fav-svg-icon {
		width: 18px !important;
		height: 16px !important;
	}
}

/* FIX: Phone list view — SALE label on image, collection btn top-right, thumbnail border-radius */
@media (max-width: 768px) {

	/* Stretch badges across full card width at top, space-between:
	   SALE label → left (over thumbnail), collection btn → right (over details) */
	ul.products.view-list .b2b-product-badges {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: auto !important;
		width: auto !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: flex-start !important;
		padding: 8px !important;
		pointer-events: none !important;
		z-index: 3 !important;
	}

	/* Product labels stay on left side (over thumbnail area), non-interactive */
	ul.products.view-list .b2b-product-badges .b2b-product-labels {
		pointer-events: none !important;
	}

	ul.products.view-list .b2b-product-badges .b2b-product-label img {
		height: 22px !important;
		width: auto !important;
	}

	/* badge-placeholder takes up the left slot when there are no labels */
	ul.products.view-list .b2b-product-badges .badge-placeholder {
		display: block !important;
		width: 1px !important;
	}

	/* Un-hide the grid-only collection btn — positioned at the right via space-between */
	ul.products.view-list .b2b-product-badges .grid-only-btn {
		display: flex !important;
		flex-shrink: 0 !important;
		width: 28px !important;
		height: 28px !important;
		margin: 0 !important;
		align-items: center !important;
		justify-content: center !important;
		cursor: pointer !important;
		pointer-events: auto !important;
		backdrop-filter: blur(4px) !important;
		transition: all var(--transition-default) !important;
	}

	ul.products.view-list .b2b-product-badges .grid-only-btn:hover {
		border-color: var(--gold-color) !important;
		background-color: #fcf9f5 !important;
	}

	ul.products.view-list .b2b-product-badges .grid-only-btn img {
		width: 14px !important;
		height: 14px !important;
	}

	/* Add border-radius and white background to the thumbnail image */
	ul.products.view-list .b2b-product-link {
		border-radius: var(--border-radius) !important;
		overflow: hidden !important;
		background-color: #ffffff !important;
	}

ul.products.view-list .b2b-product-image {
	border-radius: var(--border-radius) !important;
}

ul.products.view-list .b2b-product-image::before {
	background-color: var(--product-image-bg) !important;
}

	/* Hide the list-only collection btn from the cart form row on phones */
	ul.products.view-list .b2b-cart-form-actions .collection-btn {
		display: none !important;
	}

	/* Favorite btn in cart form: keep same size */
	ul.products.view-list .b2b-cart-form-actions .favorite-btn {
		width: 34px !important;
		height: 34px !important;
	}

	ul.products.view-list .b2b-cart-form-actions .favorite-btn .fav-svg-icon {
		width: 14px !important;
		height: 12px !important;
	}
}

/***********
* SINGLE PRODUCT PAGE REDESIGN
***********/

/* 1. Breadcrumbs Styling */
.woocommerce-breadcrumb {
	font-size: 13px !important;
	color: var(--text-muted) !important;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	font-weight: 500 !important;
	max-width: var(--content-width) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: var(--padding-horizontal, 15px) !important;
	padding-right: var(--padding-horizontal, 15px) !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.woocommerce-breadcrumb a {
	color: var(--text-muted) !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	transition: color var(--transition-default) !important;
}

.woocommerce-breadcrumb a:hover {
	color: var(--gold-color) !important;
}

/* 2. Layout Structure */
.single-product-layout {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 60px !important;
	margin-bottom: 60px !important;
	align-items: start !important;
}

.product-gallery-panel {
	position: relative !important;
	background-color: var(--bg-white) !important;
	border: 1px solid var(--border-color-light) !important;
	border-radius: var(--border-radius) !important;
	padding: 0 !important;
	overflow: hidden !important;
	aspect-ratio: 1/1 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.product-gallery-panel img {
	width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
}

/* Custom Gallery Hover-Zoom styling */
.custom-gallery-zoom-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: zoom-in;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: 200%;
	background-position: center;
}

.custom-gallery-zoom-wrapper img.zoom-main-image {
	transition: opacity 0.25s ease-in-out;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	display: block;
}

/* Zoom icon overlay */
.zoom-icon-overlay {
	position: absolute;
	bottom: 24px;
	right: 24px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid var(--border-color-light);
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--black-color);
	pointer-events: none;
	opacity: 0;
	transform: scale(0.9);
	transition: opacity var(--transition-default), transform var(--transition-default), background var(--transition-default);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	z-index: 4;
}

.custom-gallery-zoom-wrapper:hover .zoom-icon-overlay {
	opacity: 1;
	transform: scale(1);
}

.zoom-icon-svg {
	stroke: var(--black-color);
	transition: stroke var(--transition-default);
}

/* Custom Lightbox Modal styling */
.custom-lightbox-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.custom-lightbox-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.custom-lightbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(18, 17, 16, 0.92);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.custom-lightbox-content {
	position: relative;
	max-width: 90%;
	max-height: 85%;
	z-index: 2;
	transform: scale(0.95);
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-lightbox-modal.is-open .custom-lightbox-content {
	transform: scale(1);
}

.custom-lightbox-image {
	max-width: 100%;
	max-height: 85vh;
	object-fit: contain;
	border-radius: var(--border-radius);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
	background: var(--bg-white);
	padding: 16px;
	border: 1px solid var(--border-color-light);
}

.custom-lightbox-close {
	position: absolute;
	top: -48px;
	right: 0;
	background: none;
	border: none;
	color: var(--bg-white);
	font-size: 36px;
	cursor: pointer;
	line-height: 1;
	transition: color var(--transition-default), transform var(--transition-default);
	padding: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-lightbox-close:hover {
	color: var(--gold-color);
	transform: rotate(90deg);
}

/* Bestseller Badge and Favorite Button Overlays */
.product-gallery-panel .b2b-product-badges {
	position: absolute !important;
	top: 24px !important;
	left: 24px !important;
	z-index: 5 !important;
}

.product-gallery-panel .b2b-product-labels {
	gap: 6px !important;
}

.product-gallery-panel .b2b-product-label img {
	width: auto !important;
	max-width: 120px !important;
	height: auto !important;
	display: block !important;
}

.product-gallery-panel .image-overlay-fav-btn {
	position: absolute !important;
	top: 24px !important;
	right: 24px !important;
	z-index: 5 !important;
	width: 44px !important;
	height: 44px !important;
	border-radius: 50% !important;
	background: var(--bg-white) !important;
	border: 1px solid var(--border-color-light) !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	transition: all var(--transition-default) !important;
}

.product-gallery-panel .image-overlay-fav-btn:hover {
	background: #FAF7F2 !important;
	border-color: var(--gold-color) !important;
}

/* Right Details Panel */
.single-product-details-area .product-main-panel {
	border: none !important;
	padding: 0 !important;
	background: transparent !important;
}

.single-product-details-area .product-sku-wrapper {
	font-size: 15px !important;
	font-weight: 500 !important;
	color: var(--text-muted) !important;
	margin-bottom: 12px !important;
}

.single-product-details-area .product-title.entry-title {
	font-size: 44px !important;
	font-weight: 700 !important;
	color: var(--black-color) !important;
	margin-bottom: 24px !important;
	line-height: 1.1 !important;
}

/* Wholesale Price Box */
.single-product-details-area .product-price-box {
	border-bottom: 1px solid var(--border-color-light) !important;
	padding-bottom: 24px !important;
	margin-bottom: 24px !important;
}

.price-netto-label {
	font-size: 11px !important;
	font-weight: 700 !important;
	color: var(--text-muted) !important;
	letter-spacing: 0.1em !important;
	display: block !important;
	margin-bottom: 8px !important;
}

.price-netto-row {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	margin-bottom: 12px !important;
}

.price-netto-value {
	font-size: 40px !important;
	font-weight: 700 !important;
	color: var(--black-color) !important;
}

.price-netto-value .woocommerce-Price-amount {
	font-size: 40px !important;
	font-weight: 700 !important;
	color: var(--black-color) !important;
}

.product-ean-pill {
	background: #FAF7F2 !important;
	border: 1px solid #E3D6C5 !important;
	padding: 6px 14px !important;
	border-radius: 50px !important;
	font-size: 11px !important;
	color: #9E8568 !important;
	font-weight: 600 !important;
	letter-spacing: 0.05em !important;
}

.price-tax-info {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	font-size: 13px !important;
	color: var(--text-muted) !important;
}

.price-separator {
	color: #e0e0e0 !important;
}

/* Weight and Material Row */
.product-weight-material-row {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	padding-bottom: 24px !important;
	border-bottom: 1px solid var(--border-color-light) !important;
	margin-bottom: 24px !important;
}

.product-weight {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	font-size: 14px !important;
	color: var(--text-muted) !important;
	font-weight: 500 !important;
}

.product-weight .weight-icon {
	width: 18px !important;
	height: auto !important;
	opacity: 0.6 !important;
}

.product-material-label {
	font-size: 13px !important;
	font-weight: 700 !important;
	color: var(--gold-color) !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
}

/* Color Selector Options Styling */
.product-color-options {
	display: flex !important;
	flex-direction: column !important;
	gap: 20px !important;
	margin-bottom: 30px !important;
}

.product-color-note {
	font-size: 12px !important;
	color: var(--text-muted) !important;
	line-height: 1.4 !important;
	margin-top: 5px !important;
}

.color-option-group {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
}

.color-option-label {
	font-size: 13px !important;
	font-weight: 700 !important;
	color: var(--black-color) !important;
}

.color-option-buttons {
	display: grid !important;
	gap: 10px !important;
}

.color-option-buttons.main-colors {
	grid-template-columns: repeat(2, 1fr) !important;
}

.color-option-buttons.fill-colors {
	grid-template-columns: repeat(4, 1fr) !important;
}

.color-option-btn {
	background: var(--bg-white) !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: var(--border-radius) !important;
	padding: 10px 14px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	cursor: pointer !important;
	transition: all var(--transition-default) !important;
	height: 42px !important;
	box-sizing: border-box !important;
	text-decoration: none !important;
	color: inherit !important;
}

.color-icon {
	width: 14px !important;
	height: 14px !important;
	flex-shrink: 0 !important;
	display: block !important;
}

.color-option-buttons.length-options {
	grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)) !important;
}

.color-option-buttons.variant-options {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
}

.color-option-buttons.variant-options .color-option-btn {
	flex: 0 1 auto !important;
	min-width: max-content !important;
	white-space: nowrap !important;
}

.color-option-buttons.is-single-option {
	grid-template-columns: minmax(0, max-content) !important;
	justify-content: start !important;
}

.color-option-buttons.is-single-option .color-option-btn {
	min-width: 120px !important;
}

.color-option-btn:hover {
	border-color: var(--gold-color) !important;
	background: #FAF7F2 !important;
}

.color-option-btn.active {
	border-color: var(--gold-color) !important;
	background: #FAF7F2 !important;
	box-shadow: 0 0 0 1px var(--gold-color) !important;
}

.color-dot {
	width: 14px !important;
	height: 14px !important;
	border-radius: 50% !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	display: inline-block !important;
	flex-shrink: 0 !important;
}

/* Color dot fills matching B2B style */
.color-rhodium {
	background-color: #d1d1d1 !important;
}

.color-gold {
	background-color: #d4af37 !important;
}

.color-gold-matte {
	background-color: #e3c16f !important;
}

.color-rhodium-matte {
	background-color: #b5b5b5 !important;
}

.color-black {
	background-color: #2b2b2b !important;
}

.color-bronze {
	background-color: #8b5a2b !important;
}

.color-blue {
	background-color: #4169e1 !important;
}

.color-titan-ombre {
	background-image: linear-gradient(135deg, #4169e1, #8a2be2) !important;
}

.color-text {
	font-size: 13px !important;
	font-weight: 500 !important;
	color: var(--black-color) !important;
}

/* Quantity and Add to Cart Form Section */
.product-add-to-cart {
	margin-bottom: 24px !important;
}

.b2b-cart-unavailable-hint {
	margin: 0;
	padding: 12px 16px;
	font-size: 13px;
	line-height: 1.45;
	color: var(--icon-color);
	background: var(--secondary-color);
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
}

.product-add-to-cart form.cart {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 16px !important;
	width: 100% !important;
}

.b2b-quantity-row {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	width: 100% !important;
}

.b2b-quantity-row::before {
	content: "ILOŚĆ" !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	color: var(--black-color) !important;
	margin-right: 8px !important;
	white-space: nowrap !important;
}

.b2b-submit-row {
	display: flex !important;
	align-items: stretch !important;
	gap: 12px !important;
	width: 100% !important;
}

.b2b-submit-row .single-product-action-buttons-in-form {
	display: flex !important;
	flex-shrink: 0 !important;
	align-items: stretch !important;
}

.b2b-submit-row button.single_add_to_cart_button {
	flex: 1 1 auto !important;
	min-height: 48px !important;
	height: 48px !important;
	padding: 0 16px !important;
	box-sizing: border-box !important;
	line-height: 1 !important;
}

.b2b-submit-row .collection-btn {
	flex: 0 0 48px !important;
	width: 48px !important;
	min-width: 48px !important;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

/* Horizontal qty picker styling */
.b2b-quantity-wrapper-horizontal {
	display: flex !important;
	align-items: center !important;
	height: 48px !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: var(--border-radius) !important;
	background: var(--bg-white) !important;
	overflow: hidden !important;
	width: auto !important;
	flex-shrink: 0 !important;
}

.b2b-qty-btn-horizontal {
	border: none !important;
	background: transparent !important;
	width: 36px !important;
	height: 100% !important;
	font-size: 18px !important;
	color: var(--text-muted) !important;
	cursor: pointer !important;
	transition: color var(--transition-default) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.b2b-qty-btn-horizontal:hover {
	color: var(--gold-color) !important;
}

.b2b-quantity-wrapper-horizontal input.qty {
	width: 44px !important;
	height: 100% !important;
	border: none !important;
	background: transparent !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: var(--black-color) !important;
	padding: 0 !important;
}

.b2b-qty-suffix-text {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: var(--text-muted) !important;
	margin-right: 12px !important;
}

/* Add to cart / ADD TO ORDER button */
.product-add-to-cart form.cart button.single_add_to_cart_button {
	flex: 1 !important;
	height: 48px !important;
	background-color: var(--gold-color) !important;
	color: var(--bg-white) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	border: none !important;
	border-radius: var(--border-radius) !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	cursor: pointer !important;
	transition: background-color var(--transition-default) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
}

.product-add-to-cart form.cart button.single_add_to_cart_button:hover {
	background-color: #c59b27 !important;
}

.product-add-to-cart form.cart button.single_add_to_cart_button.loading {
	opacity: 0.6;
	cursor: not-allowed;
}

.product-add-to-cart form.cart button.single_add_to_cart_button.added {
	background-color: #55a858 !important;
}

.product-add-to-cart form.cart button.single_add_to_cart_button.added:hover {
	background-color: #55a858 !important;
}

.product-add-to-cart form.cart button.single_add_to_cart_button.added::before {
	display: none !important;
}

/* Inline icon inside submit button */
.product-add-to-cart form.cart button.single_add_to_cart_button::before {
	content: "" !important;
	display: inline-block !important;
	width: 18px !important;
	height: 18px !important;
	background: url('assets/images/icons/add-to-cart-icon.svg') no-repeat center / contain !important;
	filter: brightness(0) invert(1) !important;
}

/* Single product buttons size overrides */
.single-product-action-buttons-in-form .b2b-btn-icon,
.b2b-submit-row .collection-btn {
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	min-height: 48px !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: var(--border-radius) !important;
	background: var(--bg-white) !important;
	cursor: pointer !important;
	transition: all var(--transition-default) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	flex-shrink: 0 !important;
}

.single-product-action-buttons-in-form .b2b-btn-icon:hover,
.b2b-submit-row .collection-btn:hover {
	border-color: var(--gold-color) !important;
	background: #FAF7F2 !important;
	opacity: 1 !important;
}

.b2b-submit-row .collection-btn img {
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
}

/* Secondary Ask & Share Button layout */
.product-secondary-actions {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 12px !important;
	margin-bottom: 24px !important;
}

.btn-secondary-action {
	height: 44px !important;
	background: transparent !important;
	border: 1px solid #EAEAEA !important;
	border-radius: var(--border-radius) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	color: var(--black-color) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	transition: all var(--transition-default) !important;
	letter-spacing: 0.05em !important;
}

.btn-secondary-action:hover {
	background: transparent !important;
	border-color: var(--gold-color) !important;
}

.btn-secondary-action svg {
	color: var(--text-muted) !important;
	transition: color var(--transition-default) !important;
}

.btn-secondary-action:hover svg {
	color: var(--gold-color) !important;
}

/* Social share block */
.product-share-social {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 12px !important;
	padding-top: 16px !important;
	border-top: 1px solid var(--border-color-light) !important;
	position: relative !important;
}

.share-label {
	font-size: 11px !important;
	font-weight: 700 !important;
	color: var(--text-muted) !important;
	letter-spacing: 0.05em !important;
}

.social-share-btn {
	width: 32px !important;
	height: 32px !important;
	border-radius: 50% !important;
	border: 1px solid #e0e0e0 !important;
	background: var(--bg-white) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: var(--text-muted) !important;
	cursor: pointer !important;
	transition: all var(--transition-default) !important;
}

.social-share-btn:hover {
	border-color: var(--gold-color) !important;
	color: var(--gold-color) !important;
	background: #FAF7F2 !important;
}

.share-copy-toast {
	font-size: 12px !important;
	font-weight: 600 !important;
	color: var(--gold-color) !important;
	line-height: 1.3 !important;
	width: 100% !important;
	flex-basis: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	max-height: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	transition: opacity 0.2s ease, max-height 0.2s ease, margin 0.2s ease !important;
}

.share-copy-toast.is-visible {
	max-height: 2em !important;
	margin-top: 8px !important;
	opacity: 1 !important;
}

/* Related Products Grid & Placeholder styling */
.related-products-section {
	margin-top: 60px !important;
	padding-top: 40px !important;
	border-top: 1px solid var(--border-color-light) !important;
}

.related-products-header {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	margin-bottom: 30px !important;
}

.related-products-title {
	font-size: 28px !important;
	font-weight: 700 !important;
	color: var(--black-color) !important;
	margin: 0 !important;
}

.related-products-link {
	font-size: 12px !important;
	font-weight: 700 !important;
	color: var(--gold-color) !important;
	text-decoration: none !important;
	letter-spacing: 0.05em !important;
	transition: color var(--transition-default) !important;
}

.related-products-link:hover {
	color: #c59b27 !important;
}

.related-products-carousel {
	position: relative !important;
	padding: 0 52px !important;
}

.related-products-owl.owl-carousel {
	position: relative !important;
	display: block !important;
	touch-action: pan-y !important;
}

.related-products-owl.owl-carousel .owl-stage-outer {
	overflow: hidden !important;
}

.related-products-owl .owl-item {
	display: flex !important;
}

.related-products-owl .related-carousel-slide,
.related-products-owl .b2b-product-card {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	float: none !important;
}

/* Karuzela: bez paddingu na karcie (jak /szukaj) — tylko .b2b-product-details */
.related-products-owl .b2b-product-card.related-carousel-slide {
	padding: 0 !important;
}

.related-products-owl .related-carousel-slide .b2b-product-badges {
	top: 12px !important;
	left: 12px !important;
	right: 12px !important;
}

/* Owl (.owl-item img { width: 100% }) rozciąga też ikonki — przywracamy rozmiary z katalogu */
.related-products-owl.owl-carousel .owl-item .b2b-product-image img {
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	object-fit: contain !important;
}

.related-products-owl.owl-carousel .owl-item .b2b-product-weight img,
.related-products-owl.owl-carousel .owl-item .collection-btn img,
.related-products-owl.owl-carousel .owl-item .b2b-add-to-cart-btn .btn-icon img,
.related-products-owl.owl-carousel .owl-item .b2b-product-label img {
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	position: static !important;
}

.related-products-owl.owl-carousel .owl-item .b2b-product-weight img {
	width: 14px !important;
	height: 14px !important;
	opacity: 0.6 !important;
	flex-shrink: 0 !important;
}

.related-products-owl.owl-carousel .owl-item .collection-btn img {
	width: 24px !important;
	height: 24px !important;
}

.related-products-owl.owl-carousel .owl-item .b2b-add-to-cart-btn .btn-icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0 !important;
}

.related-products-owl.owl-carousel .owl-item .b2b-add-to-cart-btn .btn-icon img {
	width: 14px !important;
	height: 14px !important;
	filter: brightness(0) invert(1) !important;
}

.related-products-owl.owl-carousel .owl-item .b2b-product-label img {
	width: auto !important;
	height: 18px !important;
}

.related-products-owl .owl-nav {
	position: absolute !important;
	top: 50% !important;
	left: 0 !important;
	right: 0 !important;
	transform: translateY(-50%) !important;
	pointer-events: none !important;
	margin: 0 !important;
}

.related-products-owl .owl-nav button.owl-prev,
.related-products-owl .owl-nav button.owl-next {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	border: 1px solid var(--border-color-light) !important;
	background: var(--bg-white) !important;
	color: var(--black-color) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	pointer-events: auto !important;
	transition: border-color var(--transition-default), color var(--transition-default), box-shadow var(--transition-default) !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
}

.related-products-owl .owl-nav button.owl-prev {
	left: -52px !important;
}

.related-products-owl .owl-nav button.owl-next {
	right: -52px !important;
}

.related-products-owl .owl-nav button.owl-prev:hover,
.related-products-owl .owl-nav button.owl-next:hover {
	border-color: var(--gold-color) !important;
	color: var(--gold-color) !important;
}

.related-products-owl .owl-nav button.disabled {
	opacity: 0.35 !important;
	pointer-events: none !important;
}

.related-products-owl .related-owl-nav-icon {
	font-size: 24px !important;
	line-height: 1 !important;
	font-weight: 400 !important;
}

.related-products-owl .owl-nav .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;
	white-space: nowrap !important;
	border: 0 !important;
}

/* Skeleton Placeholder Cards */
.related-placeholder-card {
	background: var(--bg-white) !important;
	border: 1px solid var(--border-color-light) !important;
	border-radius: var(--border-radius) !important;
	padding: 20px !important;
	display: flex !important;
	flex-direction: column !important;
	position: relative !important;
	min-height: 380px !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01) !important;
}

/* Skeleton animations */
.related-placeholder-card * {
	background-color: #f3f3f3 !important;
	background-image: linear-gradient(90deg, #f3f3f3 0px, #ececec 40px, #f3f3f3 80px) !important;
	background-size: 250px 100% !important;
	background-repeat: no-repeat !important;
	animation: skeleton-shimmer 1.5s infinite linear !important;
	border-radius: 4px !important;
}

@keyframes skeleton-shimmer {
	0% {
		background-position: -150px 0;
	}

	100% {
		background-position: 150px 0;
	}
}

.placeholder-badge {
	position: absolute !important;
	top: 20px !important;
	left: 20px !important;
	width: 80px !important;
	height: 18px !important;
}

.placeholder-fav {
	position: absolute !important;
	top: 20px !important;
	right: 20px !important;
	width: 32px !important;
	height: 32px !important;
	border-radius: 50% !important;
}

.placeholder-img {
	width: 100% !important;
	aspect-ratio: 1/1 !important;
	margin-bottom: 20px !important;
	border-radius: var(--border-radius) !important;
}

.placeholder-title {
	height: 20px !important;
	width: 70% !important;
	margin-bottom: 10px !important;
}

.placeholder-ean {
	height: 14px !important;
	width: 50% !important;
	margin-bottom: 20px !important;
}

.placeholder-price {
	height: 24px !important;
	width: 40% !important;
	margin-bottom: 20px !important;
}

.placeholder-actions {
	display: flex !important;
	gap: 10px !important;
	margin-top: auto !important;
	background: transparent !important;
	animation: none !important;
}

.placeholder-qty {
	width: 60px !important;
	height: 36px !important;
}

.placeholder-btn {
	flex: 1 !important;
	height: 36px !important;
}

/* Mobile responsive single product styles */
@media (max-width: 991px) {
	.single-product-layout {
		grid-template-columns: 1fr !important;
		gap: 30px !important;
	}

	.single-product-details-area .product-title.entry-title {
		font-size: 32px !important;
	}

	.color-option-buttons.fill-colors {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media (max-width: 767px) {
	.related-products-carousel {
		padding: 0 44px !important;
	}

	.related-products-owl .owl-nav button.owl-prev {
		left: -44px !important;
	}

	.related-products-owl .owl-nav button.owl-next {
		right: -44px !important;
	}

	.color-option-buttons.fill-colors {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.product-secondary-actions {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 480px) {
	.related-products-carousel {
		padding: 0 40px !important;
	}

	.related-products-owl .owl-nav button.owl-prev,
	.related-products-owl .owl-nav button.owl-next {
		width: 36px !important;
		height: 36px !important;
	}

	.related-products-owl .owl-nav button.owl-prev {
		left: -40px !important;
	}

	.related-products-owl .owl-nav button.owl-next {
		right: -40px !important;
	}
}

/* ==========================================================================
   MOBILE HEADER & DRAWER STYLES
   ========================================================================== */

/* Hide mobile header elements on desktop */
.mobile-header-bar,
.mobile-drawer-overlay,
.mobile-drawer {
	display: none;
}

@media (max-width: 991px) {
	.site-header {
		position: sticky !important;
		top: 0 !important;
		z-index: 9999 !important;
	}

	/* Hide desktop header */
	.site-header .header-top,
	.site-header .header-bottom {
		display: none !important;
	}

	/* Show mobile header */
	.mobile-header-bar {
		display: block;
		background-color: var(--bg-white);
		width: 100%;
	}

	.mobile-header-inner {
		display: flex;
		flex-direction: column;
		padding: 0 var(--padding-horizontal);
	}

	.mobile-header-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 64px;
		position: relative;
	}

	.mobile-menu-toggle {
		background: none;
		border: none;
		padding: 10px 5px;
		margin: 0;
		cursor: pointer;
		color: var(--icon-color);
		font-size: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: color var(--transition-default);
	}

	.mobile-menu-toggle:hover {
		color: var(--gold-color);
	}

	.mobile-header-bar .header-logo img {
		max-height: 38px;
		width: auto;
		display: block;
	}

	.mobile-actions {
		display: flex;
		align-items: center;
		gap: 16px;
	}

	.mobile-action-item {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		text-decoration: none;
		width: 32px;
		height: 32px;
	}

	.mobile-action-item .header-action-icon {
		width: 22px;
		height: auto;
		filter: brightness(0) saturate(100%) invert(26%) sepia(8%) saturate(1043%) hue-rotate(-11deg) brightness(96%) contrast(89%);
		transition: filter var(--transition-default);
	}

	.mobile-action-item:hover .header-action-icon {
		filter: brightness(0) saturate(100%) invert(56%) sepia(85%) saturate(366%) hue-rotate(5deg) brightness(91%) contrast(87%);
	}

	.mobile-search-row {
		padding: 4px 0 14px 0;
		width: 100%;
	}

	.mobile-search-row .header-search {
		max-width: 100%;
		width: 100%;
	}

	.mobile-search-row .search-form-mockup,
	.mobile-search-row .b2b-search-form {
		padding: 8px 18px;
		border-radius: 20px;
		background-color: var(--primary-color);
		border: 1px solid transparent;
		transition: all var(--transition-default);
	}

	.mobile-search-row .search-form-mockup:focus-within,
	.mobile-search-row .b2b-search-form:focus-within {
		background-color: #ffffff;
		border-color: var(--gold-color);
		box-shadow: 0 4px 12px rgba(184, 144, 58, 0.08);
	}

	.mobile-search-row .search-form-mockup input,
	.mobile-search-row .b2b-search-form input {
		font-size: 13px;
	}

	.mobile-search-row .b2b-search-submit {
		width: 32px;
		height: 32px;
	}

	.mobile-search-row .b2b-search-hint {
		font-size: 11px;
		padding: 8px 14px 6px;
	}

	/* Mobile Sticky Header adjustment */
	.site-header.is-sticky {
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	}

	/* --- Mobile Drawer Overlay --- */
	.mobile-drawer-overlay {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(31, 31, 31, 0.4);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		z-index: 99998;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.4s ease, visibility 0.4s ease;
	}

	body.drawer-open .mobile-drawer-overlay {
		opacity: 1;
		visibility: visible;
	}

	/* --- Mobile Drawer Panel --- */
	.mobile-drawer {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 310px;
		max-width: 85vw;
		background-color: #ffffff;
		z-index: 99999;
		box-shadow: 10px 0 40px rgba(0, 0, 0, 0.1);
		transform: translate3d(-100%, 0, 0);
		transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s ease;
		overflow: hidden;
		visibility: hidden;
	}

	body.drawer-open .mobile-drawer {
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	.drawer-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px 24px;
		border-bottom: 1px solid var(--border-color-light);
		background-color: #ffffff;
	}

	.drawer-logo img {
		max-height: 32px;
		width: auto;
		display: block;
	}

	.drawer-close {
		background: none;
		border: none;
		padding: 5px;
		cursor: pointer;
		color: var(--icon-color);
		font-size: 22px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: color var(--transition-default), transform var(--transition-default);
	}

	.drawer-close:hover {
		color: var(--gold-color);
		transform: rotate(90deg);
	}

	.drawer-body {
		flex: 1;
		overflow-y: auto;
		padding: 20px 0;
		-webkit-overflow-scrolling: touch;
	}

	.drawer-nav {
		display: flex;
		flex-direction: column;
	}

	.drawer-nav-item {
		display: flex;
		align-items: center;
		text-decoration: none;
		color: var(--black-color);
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		padding: 14px 24px;
		border-left: 3px solid transparent;
		transition: all var(--transition-default);
	}

	.drawer-nav-item:hover,
	.drawer-nav-item:focus {
		color: var(--gold-color);
		background-color: var(--primary-color);
		border-left-color: var(--gold-color);
	}

	/* Special Kolekcje button styling in Drawer */
	.drawer-collections-btn {
		background-color: var(--gold-color);
		color: #ffffff !important;
		margin: 15px 24px 5px 24px;
		padding: 12px 20px;
		border-radius: 0;
		border: none;
		justify-content: center;
		gap: 10px;
		box-shadow: 0 4px 10px rgba(184, 144, 58, 0.2);
	}

	.drawer-collections-btn:hover {
		background-color: var(--gold-hover) !important;
		border-left-color: transparent;
	}

	.drawer-collections-btn .nav-icon {
		width: 18px;
		height: auto;
		filter: brightness(0) invert(1);
	}

	/* --- Categories Section & Accordion --- */
	.drawer-categories-section {
		padding: 10px 0;
	}

	.drawer-section-title {
		font-size: 10px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		color: var(--text-muted);
		padding: 0 24px 10px 24px;
	}

	.drawer-categories-section .drawer-accordion {
		margin: 0 24px;
		border: 1px solid var(--border-color-light);
		border-radius: var(--border-radius);
		overflow: hidden;
		background-color: var(--primary-color);
		transition: border-color var(--transition-default);
	}

	.drawer-categories-section .drawer-accordion-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		background: none;
		border: none;
		padding: 12px 16px;
		color: var(--black-color);
		font-size: 13px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		cursor: pointer;
		text-align: left;
		transition: all var(--transition-default);
	}

	.drawer-categories-section .drawer-accordion-toggle:hover {
		color: var(--gold-color);
	}

	.drawer-categories-section .drawer-accordion-toggle-inner {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.drawer-categories-section .drawer-accordion-toggle-inner i {
		font-size: 14px;
		color: var(--icon-color);
		transition: color var(--transition-default);
	}

	.drawer-categories-section .drawer-accordion-toggle .acc-chevron {
		font-size: 11px;
		color: var(--text-muted);
		transition: transform 0.3s ease, color var(--transition-default);
	}

	.drawer-categories-section .drawer-accordion.is-active {
		border-color: var(--gold-color);
	}

	.drawer-categories-section .drawer-accordion.is-active .drawer-accordion-toggle {
		color: var(--gold-color);
		background-color: var(--secondary-color);
	}

	.drawer-categories-section .drawer-accordion.is-active .drawer-accordion-toggle-inner i,
	.drawer-categories-section .drawer-accordion.is-active .acc-chevron {
		color: var(--gold-color);
	}

	.drawer-categories-section .drawer-accordion.is-active .acc-chevron {
		transform: rotate(180deg);
	}

	.drawer-categories-section .drawer-accordion-content {
		max-height: 0;
		overflow: hidden;
		background-color: #ffffff;
		transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	}

	ul.drawer-categories {
		list-style: none;
		padding: 6px 0;
		margin: 0;
	}

	ul.drawer-categories li {
		padding: 0;
		margin: 0;
	}

	ul.drawer-categories li a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 8px 16px 8px 32px;
		text-decoration: none;
		color: var(--black-color);
		font-size: 12px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 0.03em;
		transition: color var(--transition-default);
		position: relative;
	}

	ul.drawer-categories li a::before {
		content: '';
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background-color: var(--gold-color);
	}

	ul.drawer-categories li a:hover {
		color: var(--gold-color);
	}

	ul.drawer-categories .cat-count {
		font-size: 10px;
		font-weight: 600;
		color: var(--text-muted);
		background-color: var(--primary-color);
		padding: 2px 6px;
		border-radius: 10px;
		border: 1px solid var(--border-color-light);
	}

	.drawer-divider {
		height: 1px;
		background-color: var(--border-color-light);
		margin: 20px 24px;
	}

	/* --- Secondary Nav Links --- */
	.drawer-secondary-nav {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.drawer-sub-item {
		display: flex;
		align-items: center;
		gap: 12px;
		text-decoration: none;
		color: var(--icon-color);
		font-size: 13px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		padding: 10px 24px;
		transition: color var(--transition-default);
	}

	.drawer-sub-item:hover {
		color: var(--gold-color);
	}

	.drawer-sub-icon {
		width: 18px;
		height: auto;
		filter: brightness(0) saturate(100%) invert(26%) sepia(8%) saturate(1043%) hue-rotate(-11deg) brightness(96%) contrast(89%);
		transition: filter var(--transition-default);
	}

	.drawer-sub-item:hover .drawer-sub-icon {
		filter: brightness(0) saturate(100%) invert(56%) sepia(85%) saturate(366%) hue-rotate(5deg) brightness(91%) contrast(87%);
	}

	/* --- Drawer Footer & Contact card --- */
	.drawer-footer {
		padding: 20px 24px;
		border-top: 1px solid var(--border-color-light);
		background-color: var(--secondary-color);
	}

	.drawer-supervisor {
		display: flex;
		flex-direction: column;
		gap: 4px;
	}

	.drawer-supervisor .supervisor-label {
		font-size: 10px;
		font-weight: 600;
		color: var(--text-muted);
		text-transform: uppercase;
		letter-spacing: 0.08em;
	}

	.drawer-supervisor .supervisor-phone {
		display: flex;
		align-items: center;
		gap: 8px;
		font-size: 15px;
		font-weight: 700;
		color: var(--black-color);
		text-decoration: none;
		transition: color var(--transition-default);
	}

	.drawer-supervisor .supervisor-phone:hover {
		color: var(--gold-color);
	}

	.drawer-supervisor .supervisor-phone i {
		color: var(--gold-color);
		font-size: 14px;
	}
}

/* ==========================================================================
   WordPress Admin Bar and Scroll Lock Adjustments
   ========================================================================== */

/* Global Admin Bar overrides for sticky header */
body.admin-bar .site-header {
	top: 32px !important;
}

/* Mobile specific admin-bar & scroll-lock overrides */
@media (max-width: 991px) {

	body.admin-bar .mobile-drawer,
	body.admin-bar .mobile-drawer-overlay {
		top: 32px;
	}

	body.drawer-open,
	html.drawer-open {
		overflow: hidden !important;
		height: 100% !important;
	}
}

@media (max-width: 782px) {

	/* On mobile screens <= 782px, the admin bar is position: absolute (default WP behavior) 
	   and scrolls away. Therefore, the sticky header should stick to top: 0 when scrolled down.
	   At the top of the page, the html's margin-top: 46px naturally pushes the header below the admin bar. */
	body.admin-bar .site-header {
		top: 0 !important;
	}

	body.admin-bar .mobile-drawer,
	body.admin-bar .mobile-drawer-overlay {
		top: 0 !important;
	}
}