:root {
	--sm-racing: #12372a;
	--sm-racing-hover: #0b2b21;
	--sm-racing-active: #071f18;
	--sm-deep-racing: #0b241c;
	--sm-ivory: #f5efe3;
	--sm-white: #ffffff;
	--sm-paper: #fbf8f2;
	--sm-mist: #f1f3ef;
	--sm-ink: #202522;
	--sm-muted: #5e6862;
	--sm-border: #cbd1cc;
	--sm-oxblood: #6e2634;
	--sm-brass: #a47c48;
	--sm-success: #1f6b45;
	--sm-success-bg: #e8f4ed;
	--sm-info: #175cd3;
	--sm-info-bg: #eaf2ff;
	--sm-warning: #8a5a00;
	--sm-warning-bg: #fff4d6;
	--sm-error: #b42318;
	--sm-error-bg: #fdecea;
	--sm-disabled: #d9ded9;
	--sm-focus-light: #005fcc;
	--sm-focus-dark: #f2c94c;
	--sm-container: 1280px;
	--sm-text: 760px;
	--sm-radius: 4px;
	--sm-shadow: 0 14px 34px rgba(11, 36, 28, .08);
}

.smolarec-b2b-brand {
	background: var(--sm-ivory);
	color: var(--sm-ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

.smolarec-b2b-brand .wp-site-blocks {
	min-height: 100vh;
}

.smolarec-b2b-brand h1,
.smolarec-b2b-brand h2,
.smolarec-b2b-brand .wp-block-post-title,
.smolarec-b2b-brand .woocommerce-products-header__title,
.smolarec-b2b-brand .product_title {
	color: var(--sm-racing);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
	letter-spacing: -.025em;
}

.smolarec-b2b-brand h1,
.smolarec-b2b-brand .wp-block-post-title,
.smolarec-b2b-brand .woocommerce-products-header__title,
.smolarec-b2b-brand .product_title {
	font-size: clamp(2.45rem, 5vw, 4rem);
	line-height: 1.02;
}

.smolarec-b2b-brand h2 {
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	line-height: 1.1;
}

.smolarec-b2b-brand h3,
.smolarec-b2b-brand h4,
.smolarec-b2b-brand .woocommerce-loop-product__title {
	color: var(--sm-ink);
	font-family: "Manrope", Arial, sans-serif;
	font-weight: 600;
	line-height: 1.25;
}

.smolarec-b2b-brand p,
.smolarec-b2b-brand li,
.smolarec-b2b-brand td,
.smolarec-b2b-brand th,
.smolarec-b2b-brand label,
.smolarec-b2b-brand input,
.smolarec-b2b-brand select,
.smolarec-b2b-brand textarea,
.smolarec-b2b-brand button {
	font-family: "Manrope", Arial, sans-serif;
}

.smolarec-b2b-brand a {
	color: var(--sm-racing);
	text-decoration-thickness: 1px;
	text-underline-offset: .18em;
}

.smolarec-b2b-brand a:hover {
	color: var(--sm-racing-hover);
}

.smolarec-b2b-brand :where(a, button, input, select, textarea, [tabindex]):focus-visible {
	outline: 3px solid var(--sm-focus-light) !important;
	outline-offset: 2px !important;
}

.smolarec-b2b-brand .has-global-padding {
	padding-left: clamp(1.25rem, 4vw, 4rem);
	padding-right: clamp(1.25rem, 4vw, 4rem);
}

.smolarec-b2b-brand .alignwide {
	max-width: var(--sm-container);
}

.smolarec-b2b-brand header.wp-block-template-part {
	position: sticky;
	top: 0;
	z-index: 900;
	border-bottom: 1px solid var(--sm-border);
	background: rgba(255, 255, 255, .97);
	backdrop-filter: blur(12px);
}

.admin-bar.smolarec-b2b-brand header.wp-block-template-part {
	top: 32px;
}

.smolarec-b2b-brand header .wp-block-site-title {
	margin: 0;
}

.smolarec-b2b-brand header .wp-block-site-title a {
	display: grid;
	gap: .18rem;
	width: clamp(13.5rem, 16vw, 16rem);
	min-width: 0;
	color: var(--sm-racing);
	font-size: 0;
	line-height: 1;
	text-decoration: none;
}

.smolarec-b2b-brand header .wp-block-site-title a::before {
	display: block;
	width: 100%;
	aspect-ratio: 4.7 / 1;
	background: url("smolarec-logo-racing-green-horizontal.svg") center / contain no-repeat;
	content: "";
}

.smolarec-b2b-brand header .wp-block-site-title a::after {
	content: "DLA FIRM";
	box-sizing: border-box;
	padding-left: 20%;
	font-family: "Manrope", Arial, sans-serif;
	font-size: .56rem;
	font-weight: 600;
	letter-spacing: .22em;
	text-align: center;
}

.smolarec-b2b-brand header .wp-block-navigation-item__content {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	color: var(--sm-ink);
	font-size: .9rem;
	font-weight: 600;
	text-decoration: none;
}

.smolarec-b2b-brand header .wp-block-navigation-item__content:hover {
	color: var(--sm-racing);
	text-decoration: underline;
	text-underline-offset: .35em;
}

.smolarec-b2b-brand .wc-block-customer-account__link,
.smolarec-b2b-brand .wc-block-mini-cart__button {
	position: relative;
	display: inline-flex;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	min-width: 48px;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	border: 1px solid transparent !important;
	border-radius: var(--sm-radius) !important;
	background: transparent !important;
	color: var(--sm-racing);
	overflow: visible;
	transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.smolarec-b2b-brand header .wp-block-group.is-content-justification-right.is-nowrap {
	gap: clamp(.55rem, 1vw, .75rem);
}

.smolarec-b2b-brand .wp-block-woocommerce-customer-account,
.smolarec-b2b-brand .wc-block-mini-cart {
	position: relative;
	margin: 0 !important;
}

.smolarec-b2b-brand .wc-block-customer-account__link {
	text-decoration: none;
}

.smolarec-b2b-brand .wc-block-customer-account__link:hover,
.smolarec-b2b-brand .wc-block-mini-cart__button:hover {
	border-color: var(--sm-racing) !important;
	background: var(--sm-ivory) !important;
	color: var(--sm-deep-racing);
	transform: translateY(-1px);
}

.smolarec-b2b-brand .wc-block-customer-account__link:active,
.smolarec-b2b-brand .wc-block-mini-cart__button:active {
	background: var(--sm-mist) !important;
	transform: translateY(0);
}

.smolarec-b2b-brand .wc-block-customer-account__link:focus-visible,
.smolarec-b2b-brand .wc-block-mini-cart__button:focus-visible {
	outline: 3px solid var(--sm-focus-light) !important;
	outline-offset: 2px !important;
}

.smolarec-b2b-brand.woocommerce-account .wc-block-customer-account__link,
.smolarec-b2b-brand .wc-block-customer-account__link[aria-current="page"] {
	border-color: var(--sm-racing) !important;
	background: transparent !important;
	color: var(--sm-racing);
}

.smolarec-b2b-brand .wc-block-customer-account__link::after,
.smolarec-b2b-brand .wc-block-mini-cart__button::after {
	position: absolute;
	top: calc(100% + .55rem);
	right: 0;
	z-index: 1000;
	width: max-content;
	max-width: 12rem;
	padding: .42rem .58rem;
	border-radius: .3rem;
	background: var(--sm-deep-racing);
	box-shadow: var(--sm-shadow);
	color: var(--sm-ivory);
	font-family: "Manrope", Arial, sans-serif;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.2;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-.25rem);
	transition: opacity .16s ease, transform .16s ease;
}

.smolarec-b2b-brand .wc-block-customer-account__link::after {
	content: attr(aria-label);
}

.smolarec-b2b-brand .wc-block-mini-cart__button::after {
	content: "Koszyk";
}

.smolarec-b2b-brand .wc-block-customer-account__link:hover::after,
.smolarec-b2b-brand .wc-block-customer-account__link:focus-visible::after,
.smolarec-b2b-brand .wc-block-mini-cart__button:hover::after,
.smolarec-b2b-brand .wc-block-mini-cart__button:focus-visible::after {
	opacity: 1;
	transform: translateY(0);
}

.smolarec-b2b-brand main {
	margin-top: clamp(2.5rem, 6vw, 6rem) !important;
}

.smolarec-b2b-brand .entry-content > :where(p, ul, ol):not(.alignwide):not(.alignfull) {
	max-width: var(--sm-text);
}

.smolarec-b2b-brand .wp-element-button,
.smolarec-b2b-brand .wp-block-button__link,
.smolarec-b2b-brand .button,
.smolarec-b2b-brand button:not(.wp-block-navigation__responsive-container-open):not(.wp-block-navigation__responsive-container-close):not(.wc-block-mini-cart__button),
.smolarec-b2b-brand input[type="submit"] {
	min-height: 48px;
	padding: .8rem 1.35rem;
	border: 1px solid var(--sm-racing);
	border-radius: var(--sm-radius);
	background: var(--sm-racing);
	color: var(--sm-white);
	font-size: .95rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}

.smolarec-b2b-brand .wp-element-button:hover,
.smolarec-b2b-brand .wp-block-button__link:hover,
.smolarec-b2b-brand .button:hover,
.smolarec-b2b-brand button:not(.wp-block-navigation__responsive-container-open):not(.wp-block-navigation__responsive-container-close):not(.wc-block-mini-cart__button):hover,
.smolarec-b2b-brand input[type="submit"]:hover {
	border-color: var(--sm-racing-hover);
	background: var(--sm-racing-hover);
	color: var(--sm-white);
	transform: translateY(-1px);
}

.smolarec-b2b-brand .is-style-outline > .wp-block-button__link,
.smolarec-b2b-brand .sm-b2b-button-secondary {
	border: 1px solid var(--sm-racing);
	background: var(--sm-white);
	color: var(--sm-racing);
}

.smolarec-b2b-brand .is-style-outline > .wp-block-button__link:hover,
.smolarec-b2b-brand .sm-b2b-button-secondary:hover {
	background: var(--sm-mist);
	color: var(--sm-deep-racing);
}

.smolarec-b2b-brand button:disabled,
.smolarec-b2b-brand input:disabled,
.smolarec-b2b-brand .disabled {
	border-color: var(--sm-disabled) !important;
	background: var(--sm-disabled) !important;
	color: var(--sm-muted) !important;
	cursor: not-allowed;
	transform: none !important;
}

.smolarec-b2b-brand input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.smolarec-b2b-brand select,
.smolarec-b2b-brand textarea {
	width: 100%;
	min-height: 52px;
	padding: .75rem .9rem;
	border: 1px solid var(--sm-border);
	border-radius: var(--sm-radius);
	background: var(--sm-white);
	color: var(--sm-ink);
	font-size: 1rem;
	line-height: 1.4;
}

.smolarec-b2b-brand textarea {
	min-height: 9rem;
	resize: vertical;
}

.smolarec-b2b-brand label {
	color: var(--sm-ink);
	font-size: .92rem;
	font-weight: 600;
}

.smolarec-b2b-brand .woocommerce-error,
.smolarec-b2b-brand .woocommerce-info,
.smolarec-b2b-brand .woocommerce-message {
	padding: 1rem 1.2rem 1rem 3rem;
	border: 1px solid;
	border-radius: var(--sm-radius);
	box-shadow: none;
}

.smolarec-b2b-brand .woocommerce-error {
	border-color: var(--sm-error);
	background: var(--sm-error-bg);
	color: var(--sm-error);
}

.smolarec-b2b-brand .woocommerce-info {
	border-color: var(--sm-info);
	background: var(--sm-info-bg);
	color: var(--sm-ink);
}

.smolarec-b2b-brand .woocommerce-message {
	border-color: var(--sm-success);
	background: var(--sm-success-bg);
	color: var(--sm-ink);
}

.smolarec-b2b-brand .woocommerce-breadcrumb {
	color: var(--sm-muted);
	font-size: .86rem;
}

.smolarec-b2b-brand .woocommerce-breadcrumb a {
	color: var(--sm-muted);
}

.smolarec-b2b-brand .woocommerce-result-count,
.smolarec-b2b-brand .woocommerce-ordering {
	color: var(--sm-muted);
	font-size: .9rem;
}

.smolarec-b2b-brand .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.smolarec-b2b-brand .woocommerce ul.products::before,
.smolarec-b2b-brand .woocommerce ul.products::after {
	display: none;
}

.smolarec-b2b-brand .woocommerce ul.products li.product {
	width: auto;
	margin: 0;
	padding: 0 0 1.5rem;
	border-bottom: 1px solid var(--sm-border);
	text-align: left;
}

.smolarec-b2b-brand .woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 0 1.1rem;
	background: var(--sm-paper);
	object-fit: cover;
}

.smolarec-b2b-brand .woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	font-size: clamp(1.12rem, 2vw, 1.35rem);
}

.smolarec-b2b-brand .woocommerce ul.products li.product .price,
.smolarec-b2b-brand .woocommerce div.product p.price,
.smolarec-b2b-brand .woocommerce div.product span.price {
	color: var(--sm-ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 600;
}

.smolarec-b2b-brand .woocommerce ul.products li.product .button {
	margin-top: .75rem;
}

.smolarec-b2b-brand .wc-block-product-template {
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.smolarec-b2b-brand .wc-block-product-template > li.wc-block-product {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--sm-border);
}

.smolarec-b2b-brand .wc-block-product .wc-block-components-product-image img {
	background: var(--sm-paper);
	object-fit: cover;
}

.smolarec-b2b-brand .wc-block-product .wp-block-post-title {
	color: var(--sm-ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(1.12rem, 2vw, 1.35rem) !important;
	font-weight: 600;
	line-height: 1.25 !important;
	text-align: left !important;
}

.smolarec-b2b-brand .wc-block-product .wp-block-woocommerce-product-price,
.smolarec-b2b-brand .wc-block-product .wp-block-woocommerce-product-button {
	text-align: left !important;
}

.smolarec-b2b-brand .wc-block-product .wc-block-components-product-price {
	color: var(--sm-ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: .95rem;
	font-weight: 600;
}

.smolarec-b2b-brand .wc-block-product .wc-block-components-product-button {
	justify-content: flex-start;
}

.smolarec-b2b-brand .woocommerce div.product div.images img {
	background: var(--sm-paper);
	object-fit: cover;
}

.smolarec-b2b-brand .woocommerce div.product .summary {
	padding: clamp(1.25rem, 3vw, 2.5rem);
	border: 1px solid var(--sm-border);
	background: var(--sm-white);
}

.smolarec-b2b-brand .woocommerce div.product .quantity .qty {
	width: 5.25rem;
}

.smolarec-b2b-brand form.cart .quantity {
	flex: 0 0 5.25rem;
	width: 5.25rem;
	min-width: 5.25rem;
}

.smolarec-b2b-brand form.cart .quantity .qty {
	width: 100% !important;
	min-width: 5.25rem;
}

.smolarec-b2b-brand .woocommerce div.product .product_meta {
	color: var(--sm-muted);
	font-size: .82rem;
	line-height: 1.7;
}

.smolarec-b2b-brand .woocommerce div.product .woocommerce-tabs {
	margin-top: clamp(3rem, 7vw, 6rem);
}

.smolarec-b2b-brand .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	border: 1px solid var(--sm-border);
	background: var(--sm-white);
	list-style: none;
}

.smolarec-b2b-brand .woocommerce-MyAccount-navigation li + li {
	border-top: 1px solid var(--sm-border);
}

.smolarec-b2b-brand .woocommerce-MyAccount-navigation a {
	display: block;
	padding: .8rem 1rem;
	font-weight: 600;
	text-decoration: none;
}

.smolarec-b2b-brand .woocommerce-MyAccount-navigation .is-active a {
	border-left: 4px solid var(--sm-racing);
	background: var(--sm-mist);
}

.smolarec-b2b-brand .sm-b2b-eyebrow {
	margin-bottom: .8rem;
	color: var(--sm-oxblood);
	font-size: .76rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.smolarec-b2b-brand .sm-b2b-section {
	padding-top: clamp(4rem, 8vw, 7.5rem);
	padding-bottom: clamp(4rem, 8vw, 7.5rem);
}

.smolarec-b2b-brand .sm-b2b-section--mist {
	background: var(--sm-mist);
}

.smolarec-b2b-brand .sm-b2b-section--paper {
	background: var(--sm-paper);
}

.smolarec-b2b-brand .sm-b2b-hero {
	padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 5vw, 5rem);
	background: var(--sm-deep-racing);
	color: var(--sm-ivory);
}

.smolarec-b2b-brand .sm-b2b-hero h1,
.smolarec-b2b-brand .sm-b2b-hero h2,
.smolarec-b2b-brand .sm-b2b-hero a:not(.wp-block-button__link) {
	color: var(--sm-ivory);
}

.smolarec-b2b-brand .sm-b2b-hero .sm-b2b-eyebrow {
	color: var(--sm-ivory);
	opacity: .82;
}

.smolarec-b2b-brand .sm-b2b-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	border-color: var(--sm-ivory);
	background: var(--sm-ivory);
	color: var(--sm-deep-racing);
}

.smolarec-b2b-brand .sm-b2b-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
	border-color: var(--sm-white);
	background: var(--sm-white);
	color: var(--sm-deep-racing);
}

.smolarec-b2b-brand .sm-b2b-hero .is-style-outline .wp-block-button__link {
	border-color: var(--sm-ivory);
	background: transparent;
	color: var(--sm-ivory);
}

.smolarec-b2b-brand .sm-b2b-hero .is-style-outline .wp-block-button__link:hover {
	background: rgb(245 239 227 / 10%);
	color: var(--sm-white);
}

.smolarec-b2b-brand .sm-b2b-hero :where(a, button):focus-visible {
	outline-color: var(--sm-focus-dark) !important;
}

.smolarec-b2b-brand .sm-b2b-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	align-items: stretch;
}

/*
 * WordPress applies flow spacing to direct children of block groups. Inside a
 * CSS grid that spacing moved every card except the first one down by 1.2em.
 * Keep spacing on the grid as a component and reset it on the grid items so
 * headings, cards and mobile stacks share one predictable rhythm.
 */
body.smolarec-b2b-brand .sm-b2b-section .sm-b2b-grid:not(:first-child) {
	margin-block-start: clamp(1.5rem, 3vw, 2rem) !important;
}

.smolarec-b2b-brand .sm-b2b-grid > * {
	box-sizing: border-box;
	min-width: 0;
	margin-block-start: 0 !important;
}

.smolarec-b2b-brand .sm-b2b-card {
	height: 100%;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--sm-border);
	border-radius: var(--sm-radius);
	background: var(--sm-white);
}

.smolarec-b2b-brand .sm-b2b-status {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	padding: .35rem .55rem;
	border-radius: 999px;
	background: var(--sm-mist);
	color: var(--sm-ink);
	font-size: .78rem;
	font-weight: 600;
}

.smolarec-b2b-brand .sm-b2b-status::before {
	content: "";
	width: .55rem;
	height: .55rem;
	border-radius: 50%;
	background: currentColor;
}

.smolarec-b2b-brand .sm-b2b-product-meta {
	margin: .45rem 0 .9rem;
	color: var(--sm-muted);
	font-size: .78rem;
	line-height: 1.45;
}

.smolarec-b2b-brand .sm-b2b-order-info {
	margin: 1rem 0 1.5rem;
	padding: 1rem 1.25rem;
	border: 1px solid var(--sm-border);
	border-radius: var(--sm-radius);
	background: var(--sm-mist);
}

.smolarec-b2b-brand .sm-b2b-order-info__grid {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 1.5rem;
	margin-bottom: .55rem;
}

.smolarec-b2b-brand .sm-b2b-order-info p:last-child {
	margin-bottom: 0;
	color: var(--sm-muted);
	font-size: .88rem;
}

.smolarec-b2b-brand.sm-b2b-has-tier-rules .tpt__tiered-pricing {
	display: none !important;
}

.smolarec-b2b-brand .tiered-pricing-you-save {
	display: none !important;
}

.smolarec-b2b-brand.single-product .product_meta .posted_in {
	display: none !important;
}

.smolarec-b2b-brand .sm-b2b-category-meta {
	display: block;
	margin: .35rem 0 .9rem;
	color: var(--sm-muted);
	font-size: .875rem;
}

.smolarec-b2b-brand .sm-b2b-tier-table {
	margin: 0 0 1.5rem;
}

.smolarec-b2b-brand .sm-b2b-tier-table table {
	width: 100%;
	border-collapse: collapse;
	background: var(--sm-white);
}

.smolarec-b2b-brand .sm-b2b-tier-table :where(th, td) {
	padding: .7rem .85rem;
	border: 1px solid var(--sm-border);
	text-align: left;
}

.smolarec-b2b-brand .sm-b2b-tier-table thead th {
	background: var(--sm-mist);
	color: var(--sm-deep-racing);
	font-size: .82rem;
}

.smolarec-b2b-brand .wp-block-details {
	padding: 1rem 0;
	border-top: 1px solid var(--sm-border);
}

.smolarec-b2b-brand .wp-block-details:last-child {
	border-bottom: 1px solid var(--sm-border);
}

.smolarec-b2b-brand .wp-block-details summary {
	min-height: 44px;
	cursor: pointer;
	font-weight: 600;
}

.smolarec-b2b-brand .sm-b2b-page-intro {
	max-width: 62rem;
	padding: clamp(1rem, 3vw, 2rem) 0 clamp(2.5rem, 6vw, 5rem);
}

.smolarec-b2b-brand .sm-b2b-lead {
	max-width: 54rem;
	color: var(--sm-muted);
	font-size: clamp(1.1rem, 2.4vw, 1.45rem);
	line-height: 1.55;
}

.smolarec-b2b-brand .sm-b2b-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .85rem 1.25rem;
	align-items: center;
	margin-top: 1.5rem;
}

.smolarec-b2b-brand .sm-b2b-page-actions > a:not(.wp-element-button) {
	font-weight: 700;
}

.smolarec-b2b-brand .sm-b2b-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.smolarec-b2b-brand .sm-b2b-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.smolarec-b2b-brand .sm-b2b-check-list {
	display: grid;
	gap: .8rem;
	max-width: 56rem;
	padding: 0;
	list-style: none;
}

.smolarec-b2b-brand .sm-b2b-check-list li {
	position: relative;
	padding-left: 1.75rem;
}

.smolarec-b2b-brand .sm-b2b-check-list li::before {
	position: absolute;
	left: 0;
	color: var(--sm-racing);
	content: "✓";
	font-weight: 700;
}

.smolarec-b2b-brand .sm-b2b-steps {
	display: grid;
	gap: 0;
	max-width: 62rem;
	padding: 0;
	list-style: none;
	counter-reset: sm-step;
}

.smolarec-b2b-brand .sm-b2b-steps li {
	display: grid;
	grid-template-columns: minmax(11rem, .45fr) 1fr;
	gap: 1.25rem;
	padding: 1.25rem 0;
	border-top: 1px solid var(--sm-border);
}

.smolarec-b2b-brand .sm-b2b-steps li:last-child {
	border-bottom: 1px solid var(--sm-border);
}

.smolarec-b2b-brand .sm-b2b-steps span {
	color: var(--sm-muted);
}

.smolarec-b2b-brand .sm-b2b-final-cta,
.smolarec-b2b-brand .sm-b2b-brief-success {
	padding: clamp(2rem, 6vw, 4.5rem);
	background: var(--sm-deep-racing);
	color: var(--sm-ivory);
}

.smolarec-b2b-brand .sm-b2b-final-cta :where(h2, p, a),
.smolarec-b2b-brand .sm-b2b-brief-success :where(h2, p, a) {
	color: var(--sm-ivory);
}

.smolarec-b2b-brand .sm-b2b-final-cta .wp-element-button,
.smolarec-b2b-brand .sm-b2b-brief-success .wp-element-button {
	border-color: var(--sm-ivory);
	background: var(--sm-ivory);
	color: var(--sm-deep-racing);
}

.smolarec-b2b-brand .sm-b2b-faq-list details {
	padding: 1.1rem 0;
	border-top: 1px solid var(--sm-border);
}

.smolarec-b2b-brand .sm-b2b-faq-list details:last-child {
	border-bottom: 1px solid var(--sm-border);
}

.smolarec-b2b-brand .sm-b2b-faq-list summary {
	min-height: 44px;
	cursor: pointer;
	color: var(--sm-deep-racing);
	font-size: 1.05rem;
	font-weight: 700;
}

.smolarec-b2b-brand .sm-b2b-faq-list details p {
	max-width: 56rem;
	color: var(--sm-muted);
}

.smolarec-b2b-brand .sm-b2b-brief-form {
	display: grid;
	gap: 1.5rem;
	max-width: 64rem;
}

.smolarec-b2b-brand .sm-b2b-brief-form fieldset {
	margin: 0;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--sm-border);
	background: var(--sm-white);
}

.smolarec-b2b-brand .sm-b2b-brief-form legend {
	padding: 0 .5rem;
	color: var(--sm-deep-racing);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.55rem;
	font-weight: 600;
}

.smolarec-b2b-brand .sm-b2b-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.25rem;
}

.smolarec-b2b-brand .sm-b2b-brief-form label {
	display: block;
	margin-bottom: .35rem;
	font-size: .88rem;
	font-weight: 700;
}

.smolarec-b2b-brand .sm-b2b-brief-form :where(input:not([type="checkbox"]), select, textarea) {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--sm-border);
	border-radius: var(--sm-radius);
	background: var(--sm-white);
}

.smolarec-b2b-brand .sm-b2b-brief-form :where(input, select, textarea):focus {
	border-color: var(--sm-racing);
	outline: 3px solid rgb(18 55 42 / 18%);
	outline-offset: 1px;
}

.smolarec-b2b-brand .sm-b2b-brief-consent label {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: .7rem;
	align-items: start;
	font-weight: 500;
}

.smolarec-b2b-brand .sm-b2b-brief-consent input {
	margin-top: .25rem;
}

.smolarec-b2b-brand .sm-b2b-form-note,
.smolarec-b2b-brand .sm-b2b-brief-form .optional {
	color: var(--sm-muted);
	font-size: .82rem;
	font-weight: 400;
}

.smolarec-b2b-brand .sm-b2b-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.smolarec-b2b-brand .sm-b2b-commerce-guidance {
	margin: 0 0 1.5rem;
	padding: 1rem 1.25rem;
	border: 1px solid var(--sm-border);
	border-left: 4px solid var(--sm-racing);
	background: var(--sm-mist);
}

.smolarec-b2b-brand .sm-b2b-commerce-guidance p:last-child {
	max-width: 62rem;
	margin: 0;
	color: var(--sm-muted);
	font-size: .9rem;
}

.smolarec-b2b-brand .wc-block-cart,
.smolarec-b2b-brand .wc-block-checkout {
	--wp--preset--color--contrast: var(--sm-deep-racing);
}

.smolarec-b2b-brand .wc-block-components-totals-wrapper,
.smolarec-b2b-brand .wc-block-components-order-summary,
.smolarec-b2b-brand .wc-block-checkout__order-notes,
.smolarec-b2b-brand .wc-block-checkout__terms {
	border-color: var(--sm-border) !important;
}

.smolarec-b2b-brand .wc-block-components-checkout-step {
	padding: 1.25rem;
	border: 1px solid var(--sm-border);
	background: var(--sm-white);
}

.smolarec-b2b-brand .wc-block-components-checkout-step + .wc-block-components-checkout-step {
	margin-top: 1rem;
}

.smolarec-b2b-brand .wc-block-components-order-summary-item__description p {
	color: var(--sm-muted);
	font-size: .8rem;
}

/* Minikoszyk: jasna powierzchnia robocza, czytelna hierarchia i bezpieczne
 * odsunięcie przycisku zamknięcia od krawędzi panelu. */
.smolarec-b2b-brand .wc-block-mini-cart__drawer .wc-block-components-drawer__content {
	margin-top: 0 !important;
}

.smolarec-b2b-brand .wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents {
	background: var(--sm-paper) !important;
	color: var(--sm-ink) !important;
}

.smolarec-b2b-brand .wc-block-mini-cart__drawer .wc-block-components-drawer__close {
	top: 1rem !important;
	right: 1rem !important;
	width: 48px;
	min-width: 48px;
	height: 48px;
	min-height: 48px;
	margin: 0 !important;
	padding: .7rem !important;
	border: 1px solid var(--sm-racing) !important;
	background: var(--sm-racing) !important;
	color: var(--sm-white) !important;
}

.smolarec-b2b-brand .wc-block-mini-cart__drawer .wc-block-components-drawer__close:hover {
	background: var(--sm-racing-hover) !important;
	color: var(--sm-white) !important;
}

.smolarec-b2b-brand .wc-block-mini-cart__title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: .35rem .6rem;
	margin: 0 !important;
	padding: 1.5rem 4.75rem 1.1rem 1.25rem;
	border-bottom: 1px solid var(--sm-border);
	color: var(--sm-racing) !important;
	font-family: "Manrope", Arial, sans-serif !important;
	font-size: clamp(1.35rem, 3vw, 1.6rem) !important;
	font-weight: 700;
	line-height: 1.25 !important;
}

.smolarec-b2b-brand .wc-block-mini-cart__title .wp-block-woocommerce-mini-cart-title-items-counter-block {
	color: var(--sm-muted) !important;
	font-family: "Manrope", Arial, sans-serif;
	font-size: .78rem !important;
	font-weight: 600;
}

.smolarec-b2b-brand .wc-block-mini-cart__items {
	padding: 1rem 1.25rem 0 !important;
	scrollbar-gutter: stable;
}

.smolarec-b2b-brand .wc-block-mini-cart__products-table .wc-block-cart-items__row {
	border-bottom: 1px solid var(--sm-border);
}

.smolarec-b2b-brand .wc-block-mini-cart__drawer :where(
	.wc-block-components-product-name,
	.wc-block-components-product-price,
	.wc-block-components-formatted-money-amount,
	.wc-block-components-totals-item__label,
	.wc-block-components-totals-item__value
) {
	color: var(--sm-ink) !important;
}

.smolarec-b2b-brand .wc-block-mini-cart__drawer a.wc-block-components-product-name {
	color: var(--sm-racing) !important;
	font-weight: 700;
}

.smolarec-b2b-brand .wc-block-mini-cart__drawer .wc-block-components-product-metadata__description p,
.smolarec-b2b-brand .wc-block-mini-cart__drawer .wc-block-components-totals-item__description {
	color: var(--sm-muted) !important;
	line-height: 1.5;
}

.smolarec-b2b-brand .wc-block-mini-cart__drawer .wc-block-components-quantity-selector__button,
.smolarec-b2b-brand .wc-block-mini-cart__drawer .wc-block-cart-item__remove-link {
	width: 44px;
	min-width: 44px;
	height: 44px;
	min-height: 44px;
	padding: .6rem !important;
}

.smolarec-b2b-brand .wc-block-mini-cart__footer {
	padding: 1.25rem !important;
	border-top: 1px solid var(--sm-border);
	background: var(--sm-white);
	box-shadow: 0 -10px 28px rgba(11, 36, 28, .06);
}

.smolarec-b2b-brand .wc-block-mini-cart__footer-actions {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .75rem !important;
}

.smolarec-b2b-brand .wc-block-mini-cart__footer-actions > a {
	box-sizing: border-box !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 50px;
	padding: .75rem 1rem !important;
	font-size: .9rem !important;
	line-height: 1.3;
	text-align: center;
}

.smolarec-b2b-brand .wc-block-mini-cart__footer .wc-block-mini-cart__footer-cart.wc-block-components-button:not(.is-link) {
	border-color: var(--sm-racing) !important;
	background: var(--sm-white) !important;
	color: var(--sm-racing) !important;
}

.smolarec-b2b-brand .wc-block-mini-cart__footer-checkout {
	border-color: var(--sm-racing) !important;
	background: var(--sm-racing) !important;
	color: var(--sm-white) !important;
}

/* Karta produktu: zwarta decyzja zakupowa oraz jednoznaczne pole ilości. */
.smolarec-b2b-brand .sm-b2b-order-paths {
	margin: 1.5rem 0 1.25rem;
	padding: clamp(1.25rem, 2vw, 1.65rem);
	border: 1px solid var(--sm-border);
	border-radius: 6px;
	background: var(--sm-mist);
	box-shadow: 0 10px 28px rgba(11, 36, 28, .05);
}

.smolarec-b2b-brand .sm-b2b-order-paths h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.75rem, 2.5vw, 2.15rem);
	line-height: 1.08;
}

.smolarec-b2b-brand .sm-b2b-order-paths__grid {
	gap: 1rem;
}

.smolarec-b2b-brand .sm-b2b-order-paths__grid > div {
	padding: 1.15rem;
	border: 1px solid var(--sm-border);
	border-radius: 4px;
	background: var(--sm-white);
}

.smolarec-b2b-brand .sm-b2b-order-paths__grid > div:first-child {
	border-left: 4px solid var(--sm-racing);
	background: #f7faf8;
}

.smolarec-b2b-brand .sm-b2b-order-paths h3 {
	margin: 0 0 .45rem;
	font-size: 1.05rem;
	line-height: 1.3;
}

.smolarec-b2b-brand .sm-b2b-order-paths p {
	font-size: .9rem;
	line-height: 1.55;
}

.smolarec-b2b-brand .woocommerce .sm-b2b-order-paths a.button.sm-b2b-secondary-button {
	border: 1px solid var(--sm-racing) !important;
	background: var(--sm-white) !important;
	color: var(--sm-racing) !important;
}

.smolarec-b2b-brand .woocommerce .sm-b2b-order-paths a.button.sm-b2b-secondary-button:hover {
	background: var(--sm-racing) !important;
	color: var(--sm-white) !important;
}

.smolarec-b2b-brand.single-product .wp-block-add-to-cart-form {
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--sm-border);
}

.smolarec-b2b-brand.single-product form.cart {
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: .75rem;
	margin-bottom: 1.5rem;
}

.smolarec-b2b-brand.single-product form.cart > .clear,
.smolarec-b2b-brand.single-product form.cart > .tpt__tiered-pricing {
	display: none !important;
}

.smolarec-b2b-brand.single-product form.cart .quantity {
	display: grid;
	flex: 0 0 7rem !important;
	gap: .4rem;
	width: 7rem !important;
	min-width: 7rem !important;
	margin: 0 !important;
}

.smolarec-b2b-brand.single-product form.cart .quantity label.screen-reader-text {
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	white-space: normal !important;
	font-size: 0;
}

.smolarec-b2b-brand.single-product form.cart .quantity label.screen-reader-text::after {
	content: "Liczba sztuk";
	color: var(--sm-ink);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .02em;
}

.smolarec-b2b-brand.single-product form.cart .quantity .qty {
	width: 100% !important;
	min-width: 0 !important;
	height: 52px;
	margin: 0 !important;
	padding: .7rem .9rem;
	text-align: center;
}

.smolarec-b2b-brand.single-product form.cart .single_add_to_cart_button {
	min-height: 52px;
	margin: 0 !important;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

/* Wszystkie blokowe listy produktów korzystają z pełnej szerokości kolumny.
 * WooCommerce pozostawiał na kartach szerokość z dawnego układu 5-kolumnowego. */
.smolarec-b2b-brand .wp-block-woocommerce-product-collection .wc-block-product-template,
.smolarec-b2b-brand .wp-block-woocommerce-product-template {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(1rem, 2vw, 1.5rem) !important;
}

.smolarec-b2b-brand .wc-block-product-template > .wc-block-product,
.smolarec-b2b-brand .wp-block-woocommerce-product-template > .wc-block-product {
	display: flex !important;
	flex-direction: column;
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	height: 100%;
	margin: 0 !important;
	padding: 1rem !important;
	border: 1px solid var(--sm-border);
	border-radius: 6px;
	background: var(--sm-white);
	box-shadow: 0 8px 24px rgba(11, 36, 28, .04);
}

.smolarec-b2b-brand .wc-block-product-template .wp-block-woocommerce-product-image {
	width: 100% !important;
	margin-bottom: .9rem !important;
	overflow: hidden;
	border-radius: 3px;
}

.smolarec-b2b-brand .wc-block-product-template .wp-block-post-title {
	margin-bottom: .65rem !important;
	font-size: 1.05rem !important;
	line-height: 1.35 !important;
}

.smolarec-b2b-brand .wc-block-product-template .wp-block-woocommerce-product-price {
	margin-bottom: .8rem !important;
	font-size: .92rem !important;
	line-height: 1.45;
}

.smolarec-b2b-brand .wc-block-product-template .woocommerce-price-suffix {
	display: block;
	margin-top: .15rem;
	color: var(--sm-muted);
	font-size: .8rem;
	font-weight: 500;
}

.smolarec-b2b-brand .wc-block-product-template .sm-b2b-model-link {
	align-self: flex-start;
	margin-top: auto !important;
}

.smolarec-b2b-brand.page-id-49 main#wp--skip-link--target {
	margin-top: 0 !important;
}

.smolarec-b2b-brand.page-id-49 main#wp--skip-link--target > .wp-block-group:first-child {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.smolarec-b2b-brand.page-id-49 .wp-block-post-content {
	margin-top: 0 !important;
}

.smolarec-b2b-brand.page-id-49 .wp-block-post-title {
	display: none;
}

.smolarec-b2b-brand.page-id-49 footer.wp-block-template-part {
	margin-top: 0;
}

.smolarec-b2b-brand footer.wp-block-template-part {
	margin-top: clamp(4rem, 8vw, 7.5rem);
	background: var(--sm-deep-racing);
	color: var(--sm-ivory);
}

.smolarec-b2b-brand footer.wp-block-template-part :where(h2, h3, h4, p, li, a, strong) {
	color: var(--sm-ivory);
}

.smolarec-b2b-brand footer.wp-block-template-part a:focus-visible {
	outline-color: var(--sm-focus-dark) !important;
}

.smolarec-b2b-brand footer.wp-block-template-part .sm-b2b-footer-meta {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: clamp(1.25rem, 3vw, 3rem);
	align-items: center;
	width: 100%;
}

.smolarec-b2b-brand footer.wp-block-template-part .sm-b2b-footer-meta > p {
	margin: 0;
}

.smolarec-b2b-brand footer.wp-block-template-part .sm-b2b-footer-meta > .sm-b2b-legal-footer {
	position: static;
	display: flex;
	flex-wrap: wrap;
	gap: .45rem .8rem;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: auto;
	min-height: 44px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.smolarec-b2b-brand footer.wp-block-template-part .sm-b2b-footer-meta > .sm-b2b-legal-footer :where(a, button) {
	display: inline-flex;
	box-sizing: border-box;
	align-items: center;
	height: 44px;
	min-height: 44px !important;
	margin: 0;
	padding: .35rem .15rem !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--sm-ivory) !important;
	font-size: .82rem;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: .22em;
	transform: none !important;
}

.smolarec-b2b-brand footer.wp-block-template-part .sm-b2b-footer-meta > .sm-b2b-legal-footer :where(a, button):hover {
	color: var(--sm-white) !important;
	text-decoration-thickness: 2px;
}

.smolarec-b2b-brand footer.wp-block-template-part .sm-b2b-footer-meta > .sm-b2b-legal-footer button {
	cursor: pointer;
	font-family: inherit;
}

@media (max-width: 900px) {
	.smolarec-b2b-brand .woocommerce ul.products,
	.smolarec-b2b-brand .sm-b2b-grid,
	.smolarec-b2b-brand .wp-block-woocommerce-product-collection .wc-block-product-template,
	.smolarec-b2b-brand .wp-block-woocommerce-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.smolarec-b2b-brand footer.wp-block-template-part .sm-b2b-footer-meta {
		grid-template-columns: 1fr;
		gap: .35rem;
		justify-items: start;
	}

	.smolarec-b2b-brand footer.wp-block-template-part .sm-b2b-footer-meta > .sm-b2b-legal-footer {
		justify-content: flex-start;
		order: 3;
	}
}

@media (max-width: 782px) {
	.admin-bar.smolarec-b2b-brand header.wp-block-template-part {
		top: 46px;
	}
}

@media (max-width: 600px) {
	/* Motyw blokowy dodaje ujemne marginesy do zagnieżdżonych elementów
	 * alignfull. Na małych ekranach ich suma przesuwała treść poza viewport. */
	.smolarec-b2b-brand .wp-site-blocks > .has-global-padding > .alignfull {
		box-sizing: border-box;
		width: auto !important;
		max-width: none !important;
		margin-right: -20px !important;
		margin-left: -20px !important;
	}

	.smolarec-b2b-brand .entry-content.alignfull {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.smolarec-b2b-brand .entry-content.alignfull > .alignfull {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.smolarec-b2b-brand .entry-content.alignfull > .alignfull > .alignwide {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.smolarec-b2b-brand h1,
	.smolarec-b2b-brand .wp-block-post-title,
	.smolarec-b2b-brand .woocommerce-products-header__title,
	.smolarec-b2b-brand .product_title {
		font-size: clamp(2.35rem, 12vw, 2.9rem);
	}

	.smolarec-b2b-brand .woocommerce ul.products,
	.smolarec-b2b-brand .sm-b2b-grid,
	.smolarec-b2b-brand .sm-b2b-form-grid,
	.smolarec-b2b-brand .wp-block-woocommerce-product-collection .wc-block-product-template,
	.smolarec-b2b-brand .wp-block-woocommerce-product-template {
		grid-template-columns: 1fr;
	}

	.smolarec-b2b-brand .wc-block-mini-cart__footer-actions {
		grid-template-columns: 1fr;
	}

	.smolarec-b2b-brand .wc-block-mini-cart__title {
		padding-left: 1rem;
	}

	.smolarec-b2b-brand.single-product form.cart .quantity,
	.smolarec-b2b-brand.single-product form.cart .single_add_to_cart_button {
		width: 100% !important;
		flex-basis: 100% !important;
	}

	.smolarec-b2b-brand .sm-b2b-steps li {
		grid-template-columns: 1fr;
		gap: .4rem;
	}

	.smolarec-b2b-brand .woocommerce div.product .summary {
		padding: 1.25rem;
	}

	.smolarec-b2b-brand header .wp-block-site-title a {
		width: 10.75rem;
		min-width: 0;
	}

	.smolarec-b2b-brand header .wp-block-site-title a::before {
		aspect-ratio: 4.7 / 1;
	}

	.smolarec-b2b-brand header .wp-block-site-title a::after {
		font-size: .46rem;
		letter-spacing: .18em;
	}
}

@media (prefers-reduced-motion: reduce) {
	.smolarec-b2b-brand *,
	.smolarec-b2b-brand *::before,
	.smolarec-b2b-brand *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
