:root {
	--color-bg: #f7f4ef;
	--color-surface: #ffffff;
	--color-text: #171717;
	--color-muted: #65615b;
	--color-border: #ded8cf;
	--color-primary: #FF9933;
	--color-primary-dark: #d87612;
	--color-accent: #FF9933;
	--section-warm: #f7f4ef;
	--section-warm-soft: #faf8f5;
	--section-divider: rgba(23, 23, 23, 0.07);
	--shadow-soft: 0 18px 45px rgba(23, 23, 23, 0.08);
	--container: 1180px;
}

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

html {
	scroll-behavior: smooth;
	scrollbar-color: var(--color-accent) #171717;
	scrollbar-width: thin;
}

::-webkit-scrollbar {
	height: 10px;
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #171717;
}

::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, var(--color-accent), var(--color-primary-dark));
	border: 2px solid #171717;
	border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--color-accent);
}

body {
	margin: 0;
	background: var(--color-bg);
	color: var(--color-text);
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
}

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

.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;
}

.screen-reader-text:focus {
	background: var(--color-surface);
	clip: auto;
	clip-path: none;
	color: var(--color-text);
	height: auto;
	left: 16px;
	padding: 12px 16px;
	top: 16px;
	width: auto;
	z-index: 100000;
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu a {
	color: var(--color-text);
	font-weight: 700;
	text-decoration: none;
}

.footer-menu a:hover {
	color: var(--color-primary);
}

.scroll-to-top {
	align-items: center;
	background: var(--color-accent);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	bottom: 24px;
	box-shadow: 0 14px 34px rgba(23, 23, 23, 0.22), 0 6px 18px rgba(216, 118, 18, 0.22);
	color: #171717;
	cursor: pointer;
	display: inline-grid;
	font-size: 1rem;
	height: 46px;
	opacity: 0;
	place-items: center;
	pointer-events: none;
	position: fixed;
	right: calc(24px + var(--cart-drawer-scrollbar-width, 0px));
	transform: translateY(12px) scale(0.92);
	transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease, color 180ms ease;
	width: 46px;
	z-index: 70;
}

.scroll-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.scroll-to-top:hover {
	background: var(--color-primary-dark);
	color: #ffffff;
	transform: translateY(-2px) scale(1.02);
}

.scroll-to-top:focus-visible {
	outline: 3px solid rgba(255, 153, 51, 0.32);
	outline-offset: 3px;
}

.quick-contact {
	display: grid;
	gap: 5px;
	justify-items: end;
	right: 0;
	position: fixed;
	top: calc(50% + 42px);
	transform: translateY(-50%);
	z-index: 62;
}

.quick-contact__button {
	align-items: center;
	border-radius: 8px 0 0 8px;
	box-shadow: 0 14px 30px rgba(23, 23, 23, 0.18), 0 4px 10px rgba(23, 23, 23, 0.12);
	color: #ffffff;
	display: inline-flex;
	gap: 9px;
	min-height: 46px;
	padding: 8px 13px 8px 11px;
	text-decoration: none;
	transform: translateX(0);
	transition: box-shadow 180ms ease, filter 180ms ease, transform 180ms ease;
	width: 156px;
}

.quick-contact__button:hover,
.quick-contact__button:focus-visible {
	box-shadow: 0 16px 34px rgba(23, 23, 23, 0.22), 0 5px 12px rgba(23, 23, 23, 0.14);
	color: #ffffff;
	filter: brightness(1.04);
	transform: translateX(0);
}

.quick-contact__button:focus-visible {
	outline: 3px solid rgba(255, 153, 51, 0.34);
	outline-offset: 3px;
}

.quick-contact__button--phone {
	background: linear-gradient(135deg, #0878e6 0%, #0567cf 100%);
}

.quick-contact__button--whatsapp {
	background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}

.quick-contact__button i {
	align-items: center;
	background: rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	display: inline-grid;
	flex: 0 0 auto;
	font-size: 1.12rem;
	height: 30px;
	justify-content: center;
	line-height: 1;
	transition: transform 220ms ease;
	width: 30px;
}

.quick-contact__button:hover i,
.quick-contact__button:focus-visible i {
	transform: scale(1.08);
}

.quick-contact__button span {
	display: grid;
	line-height: 1.04;
	min-width: 0;
}

.quick-contact__button strong {
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0;
	white-space: nowrap;
}

.quick-contact__button small {
	font-size: 0.64rem;
	font-weight: 700;
	opacity: 0.9;
	white-space: nowrap;
}

.quick-contact__button--phone i {
	font-size: 0.98rem;
}

@media (prefers-reduced-motion: no-preference) {
	.quick-contact__button--phone i {
		animation: mocnyhak-phone-ring 2.4s ease-in-out infinite;
	}

	.quick-contact__button--whatsapp i {
		animation: mocnyhak-whatsapp-pulse 2.2s ease-in-out infinite;
	}
}

@keyframes mocnyhak-phone-ring {
	0%,
	100% {
		transform: rotate(0) scale(1);
	}

	8% {
		transform: rotate(-12deg) scale(1.04);
	}

	16% {
		transform: rotate(10deg) scale(1.04);
	}

	24% {
		transform: rotate(-8deg) scale(1.03);
	}

	32% {
		transform: rotate(6deg) scale(1.02);
	}

	42% {
		transform: rotate(0) scale(1);
	}
}

@keyframes mocnyhak-whatsapp-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		transform: scale(1);
	}

	50% {
		box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12);
		transform: scale(1.08);
	}
}

.site-main {
	min-height: 58vh;
}

.content-layout {
	padding-bottom: 72px;
	padding-top: 56px;
}

.hero {
	background-image:
		linear-gradient(90deg, rgba(11, 11, 11, 0.95) 0%, rgba(16, 15, 14, 0.88) 36%, rgba(17, 16, 15, 0.48) 68%, rgba(17, 16, 15, 0.2) 100%),
		linear-gradient(180deg, rgba(8, 8, 8, 0.36) 0%, rgba(8, 8, 8, 0.04) 46%, rgba(8, 8, 8, 0.58) 100%),
		url("/wp-content/uploads/2026/05/Dakro-081-2048x1365-1.webp");
	background-position: center, center, center 42%;
	background-size: cover;
	color: #ffffff;
	overflow: hidden;
	position: relative;
}

@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
	.hero {
		background-attachment: scroll, scroll, fixed;
	}
}

.hero::after {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0) 18%),
		linear-gradient(180deg, rgba(255, 153, 51, 0.12), rgba(255, 153, 51, 0));
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.hero::before {
	background:
		linear-gradient(115deg, rgba(255, 153, 51, 0.14) 0%, rgba(255, 153, 51, 0.06) 18%, rgba(255, 153, 51, 0) 38%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 58%);
	content: "";
	inset: 0;
	opacity: 0.82;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.hero__inner {
	display: grid;
	align-items: center;
	gap: 56px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
	min-height: 610px;
	padding-bottom: 78px;
	padding-top: 62px;
	position: relative;
	z-index: 1;
}

.hero__content {
	max-width: 640px;
}

.eyebrow {
	color: var(--color-accent);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.hero .eyebrow {
	color: var(--color-accent);
}

.hero h1 span {
	color: var(--color-accent);
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.15;
	margin: 0 0 18px;
}

h1 {
	font-size: clamp(2.3rem, 5.6vw, 4.35rem);
	max-width: 820px;
}

h2 {
	font-size: clamp(1.75rem, 4vw, 2.8rem);
}

p {
	margin: 0 0 18px;
}

.hero p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.125rem;
	max-width: 620px;
}

.hero-assortment {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 34px;
	max-width: 760px;
}

.hero-assortment__item {
	align-items: center;
	background: #171717;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 12px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.14);
	color: #ffffff;
	display: grid;
	isolation: isolate;
	min-height: 132px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.hero-assortment__item::after {
	background: linear-gradient(180deg, rgba(23, 23, 23, 0.05) 0%, rgba(23, 23, 23, 0.72) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.hero-assortment__item:hover {
	border-color: rgba(255, 153, 51, 0.75);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 153, 51, 0.28);
}

.hero-assortment__item img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.hero-assortment__item span {
	align-self: end;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.2;
	padding: 0 8px 12px;
	position: relative;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
	z-index: 2;
}

.brand-slider {
	background: #ffffff;
	border-bottom: 1px solid var(--section-divider);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
	padding: 18px 0;
}

.brand-slider__viewport {
	mask-image: linear-gradient(90deg, transparent 0, #000000 8%, #000000 92%, transparent 100%);
	overflow: hidden;
	width: 100%;
}

.brand-slider__track {
	align-items: center;
	display: flex;
	gap: 18px;
	transform: translate3d(0, 0, 0);
	width: max-content;
	will-change: transform;
}

.brand-slider__item {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 8px;
	display: inline-grid;
	flex: 0 0 auto;
	height: 76px;
	justify-items: center;
	padding: 8px 18px;
	width: 164px;
}

.brand-slider__item img {
	height: auto;
	max-height: 56px;
	object-fit: contain;
	opacity: 1;
	width: 126px;
}

.advice-section {
	background: linear-gradient(180deg, #ffffff 0%, var(--section-warm-soft) 42%, var(--section-warm) 100%);
	padding: 76px 0 82px;
}

.advice-section__inner {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.advice-section__content {
	max-width: 710px;
}

.advice-section .eyebrow {
	color: var(--color-accent);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.055em;
	margin-bottom: 12px;
}

.advice-section__content h2 {
	color: #161412;
	font-size: clamp(2rem, 3.3vw, 3rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin-bottom: 22px;
	max-width: 650px;
}

.advice-section__content p {
	color: #3f3a35;
	font-size: 0.98rem;
	line-height: 1.72;
	max-width: 660px;
}

.advice-section__checklist {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
}

.advice-section__checklist li {
	align-items: center;
	color: #211d19;
	display: flex;
	font-size: 0.98rem;
	font-weight: 700;
	gap: 10px;
	line-height: 1.35;
}

.advice-section__checklist li::before {
	background: var(--color-accent);
	border-radius: 999px;
	color: #ffffff;
	content: "\f00c";
	display: inline-grid;
	flex: 0 0 auto;
	font-family: "Font Awesome 6 Free";
	font-size: 0.68rem;
	font-weight: 900;
	height: 20px;
	place-items: center;
	width: 20px;
}

.advice-section__features {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.advice-feature {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(23, 23, 23, 0.09);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(23, 23, 23, 0.06);
	display: grid;
	gap: 8px;
	min-height: 170px;
	padding: 24px;
}

.advice-feature i {
	align-items: center;
	background: rgba(255, 153, 51, 0.12);
	border: 1px solid rgba(255, 153, 51, 0.28);
	border-radius: 999px;
	color: var(--color-accent);
	display: inline-grid;
	font-size: 1.15rem;
	height: 42px;
	place-items: center;
	width: 42px;
}

.advice-feature strong {
	color: #17130f;
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.25;
}

.advice-feature span {
	color: #514b45;
	font-size: 0.86rem;
	line-height: 1.5;
}

.category-showcase {
	background: linear-gradient(180deg, var(--section-warm) 0%, #ffffff 18%, #ffffff 100%);
	padding: 78px 0 86px;
}

.category-showcase__heading {
	margin: 0 auto 34px;
	max-width: 780px;
	text-align: center;
}

.category-showcase__heading .eyebrow {
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.055em;
	margin-bottom: 10px;
}

.category-showcase__heading h2 {
	color: #161412;
	font-size: clamp(1.9rem, 3.2vw, 2.8rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin-bottom: 14px;
}

.category-showcase__heading p:not(.eyebrow) {
	color: #514b45;
	font-size: 1rem;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 660px;
}

.category-showcase__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 0.9fr 1.48fr 1.18fr;
	grid-template-rows: repeat(2, minmax(0, 218px));
	margin: 0 auto;
	max-width: 1180px;
}

.category-tile {
	align-items: center;
	background: #171717;
	border-radius: 8px;
	color: #ffffff;
	display: grid;
	isolation: isolate;
	min-height: 218px;
	overflow: hidden;
	padding: 26px;
	place-items: center;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.category-tile--large {
	grid-row: span 2;
	min-height: 456px;
}

.category-tile::after {
	background:
		radial-gradient(circle at center, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28) 72%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.34) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.category-tile img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	transition: transform 420ms ease, opacity 220ms ease;
	width: 100%;
	z-index: 0;
}

.category-tile--large img {
	object-position: center 47%;
}

.category-tile--adapters img {
	object-position: center 42%;
}

.category-tile--hooks img {
	object-position: center 40%;
}

.category-tile--wiring img {
	object-position: center 44%;
}

.category-tile--balls img {
	object-position: center 55%;
}

.category-tile span {
	color: #ffffff;
	display: grid;
	gap: 8px;
	justify-items: center;
	max-width: 270px;
	position: relative;
	z-index: 2;
}

.category-tile strong {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.015em;
	line-height: 1.16;
	text-transform: uppercase;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
}

.category-tile small {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.38;
	max-width: 250px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.36);
}

.category-tile--large span {
	max-width: 360px;
}

.category-tile--large strong {
	font-size: 1.28rem;
}

.category-tile--large small {
	font-size: 0.92rem;
	max-width: 330px;
}

.category-tile:hover img {
	opacity: 0.94;
	transform: scale(1.035);
}

.featured-products-section {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 22%, var(--section-warm-soft) 100%);
	padding: 74px 0 82px;
}

.featured-products-section__heading {
	margin: 0 auto 28px;
	max-width: 780px;
	text-align: center;
}

.featured-products-section__heading .eyebrow {
	color: var(--color-accent);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.085em;
	margin-bottom: 12px;
}

.featured-products-section__heading h2 {
	color: #161412;
	font-size: clamp(1.88rem, 3vw, 2.52rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.12;
	margin-bottom: 14px;
}

.featured-products-section__heading p {
	color: #514b45;
	font-size: 0.94rem;
	line-height: 1.66;
	margin: 0 auto;
	max-width: 640px;
}

.featured-products-tabs {
	justify-content: center;
	display: flex;
	gap: 9px;
	margin: 0 auto 32px;
	max-width: 1180px;
	overflow-x: auto;
	padding: 4px 0 18px;
	scrollbar-width: thin;
}

.featured-products-tabs::-webkit-scrollbar {
	height: 0;
}

.featured-products-tabs__button {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.1);
	border-radius: 999px;
	color: #211d19;
	cursor: pointer;
	flex: 0 0 auto;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.005em;
	line-height: 1.2;
	min-height: 36px;
	padding: 0 15px;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
	white-space: nowrap;
}

.featured-products-tabs__button:hover,
.featured-products-tabs__button.is-active {
	background: var(--color-accent);
	border-color: var(--color-accent);
	box-shadow: none;
	color: #ffffff;
}

.featured-products-panels {
	margin: 0 auto;
	max-width: 1060px;
	min-height: 600px;
}

.featured-products-panel[hidden] {
	display: none;
}

.featured-products-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	justify-content: center;
}

.featured-products-panel.is-loading .featured-products-grid {
	pointer-events: none;
}

.featured-products-panel.is-entering .featured-product-card {
	animation: mocnyhak-product-card-enter 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.featured-products-panel.is-entering .featured-product-card:nth-child(2) {
	animation-delay: 45ms;
}

.featured-products-panel.is-entering .featured-product-card:nth-child(3) {
	animation-delay: 90ms;
}

.featured-products-panel.is-entering .featured-product-card:nth-child(4) {
	animation-delay: 135ms;
}

.featured-products-panel.is-entering .featured-product-card:nth-child(n+5) {
	animation-delay: 170ms;
}

.featured-product-card {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.09);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(23, 23, 23, 0.055);
	display: grid;
	overflow: hidden;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.featured-products-panel.is-loading .featured-product-card {
	border-color: rgba(23, 23, 23, 0.07);
	box-shadow: 0 12px 30px rgba(23, 23, 23, 0.035);
}

.featured-product-card:hover {
	border-color: rgba(255, 153, 51, 0.48);
	box-shadow: 0 16px 38px rgba(23, 23, 23, 0.09);
}

.featured-products-panel.is-loading .featured-product-card > * {
	opacity: 0;
}

.featured-products-panel.is-loading .featured-product-card::before {
	animation: mocnyhak-product-skeleton 1.05s linear infinite;
	background:
		linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.82) 45%, rgba(255, 255, 255, 0) 72%) -180% 0 / 56% 100% no-repeat,
		linear-gradient(#f2f0ed, #f2f0ed) 0 0 / 100% 58% no-repeat,
		linear-gradient(#efedea, #efedea) 16px calc(58% + 20px) / 78% 14px no-repeat,
		linear-gradient(#f4f2ef, #f4f2ef) 16px calc(58% + 42px) / 62% 14px no-repeat,
		linear-gradient(#f2f0ed, #f2f0ed) 16px calc(58% + 76px) / 92px 22px no-repeat,
		linear-gradient(#edeae6, #edeae6) calc(100% - 104px) calc(58% + 80px) / 88px 16px no-repeat,
		linear-gradient(#efedea, #efedea) 16px calc(100% - 51px) / calc(43% - 20px) 36px no-repeat,
		linear-gradient(#efedea, #efedea) calc(43% + 8px) calc(100% - 51px) / calc(57% - 24px) 36px no-repeat,
		#ffffff;
	border-radius: inherit;
	content: "";
	inset: 0;
	position: absolute;
	z-index: 4;
}

.featured-product-card::after {
	background: var(--color-accent);
	content: "";
	height: 3px;
	inset: auto 0 0;
	opacity: 0;
	position: absolute;
	transition: opacity 180ms ease;
}

.featured-product-card:hover::after {
	opacity: 1;
}

.featured-products-panel.is-loading .featured-product-card::after {
	opacity: 0;
}

.featured-product-card__image {
	align-items: center;
	aspect-ratio: 1.28 / 1;
	background: #ffffff;
	display: grid;
	justify-items: center;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-decoration: none;
}

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

.featured-product-card__media img {
	inset: 0;
	height: 100%;
	opacity: 0;
	object-fit: contain;
	object-position: center;
	position: absolute;
	transition: transform 360ms ease;
	width: 100%;
}

.featured-product-card__media img.is-active {
	opacity: 1;
	position: relative;
}

.featured-product-card:hover .featured-product-card__media img.is-active {
	transform: scale(1.035);
}

.featured-product-card__favorite {
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border: 0;
	border-radius: 999px;
	color: #171717;
	cursor: pointer;
	display: inline-grid;
	font-size: 0.92rem;
	height: 34px;
	opacity: 0;
	place-items: center;
	position: absolute;
	right: 10px;
	top: 10px;
	transform: translateY(-4px);
	transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
	width: 34px;
	z-index: 3;
}

.featured-product-card:hover .featured-product-card__favorite,
.featured-product-card__favorite.is-active,
.featured-product-card__favorite:focus-visible {
	opacity: 1;
	transform: translateY(0);
}

.featured-product-card__favorite:hover {
	color: #e87517;
}

.featured-product-card__favorite.is-active {
	background: rgba(232, 117, 23, 0.12);
	color: #e87517;
}

.featured-product-card__favorite.is-active:hover {
	background: rgba(232, 117, 23, 0.16);
	color: #d65f09;
}

.featured-product-card__favorite:active {
	transform: translateY(0) scale(0.94);
}

.featured-product-card__gallery-button {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(23, 23, 23, 0.1);
	border-radius: 999px;
	color: #171717;
	cursor: pointer;
	display: inline-grid;
	font-size: 0.72rem;
	height: 34px;
	opacity: 0;
	place-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(0.94);
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
	width: 34px;
	z-index: 2;
}

.featured-product-card__gallery-button--prev {
	left: 10px;
}

.featured-product-card__gallery-button--next {
	right: 10px;
}

.featured-product-card:hover .featured-product-card__gallery-button {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.featured-product-card__gallery-button:hover {
	background: var(--color-accent);
	border-color: var(--color-accent);
	color: #ffffff;
}

.featured-product-card__body {
	display: grid;
	gap: 11px;
	padding: 15px 16px 16px;
}

.featured-product-card h3 {
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.34;
	margin: 0;
	min-height: 2.68em;
	overflow-wrap: anywhere;
}

.featured-product-card h3 a {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #17130f;
	display: -webkit-box;
	overflow: hidden;
	text-decoration: none;
}

.featured-product-card h3 a:hover {
	color: var(--color-accent);
}

.featured-product-card__meta {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.featured-product-card__stock {
	align-items: center;
	background: rgba(34, 160, 107, 0.08);
	border: 1px solid rgba(34, 160, 107, 0.2);
	border-radius: 999px;
	color: #236b4d;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 600;
	gap: 5px;
	line-height: 1.2;
	padding: 5px 8px;
	white-space: nowrap;
}

.featured-product-card__stock i {
	color: #168a55;
	font-size: 0.62rem;
}

.featured-product-card__price {
	color: #e87517;
	font-size: 0.9rem;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	line-height: 1.2;
	text-align: right;
	white-space: nowrap;
}

.featured-product-card__actions {
	display: grid;
	gap: 8px;
	grid-template-columns: 0.82fr 1fr;
}

.featured-product-card__button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	gap: 7px;
	font-size: 0.76rem;
	font-weight: 800;
	justify-content: center;
	min-height: 36px;
	padding: 0 12px;
	position: relative;
	text-decoration: none;
	text-transform: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
	white-space: nowrap;
}

.featured-product-card__button i {
	font-size: 0.76rem;
}

.featured-product-card__button-content {
	align-items: center;
	display: inline-flex;
	gap: 7px;
	transition: opacity 180ms ease, transform 180ms ease;
}

.featured-product-card__button--secondary {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.12);
	color: #171717;
}

.featured-product-card__button--secondary:hover {
	background: rgba(255, 153, 51, 0.1);
	border-color: rgba(255, 153, 51, 0.48);
	color: #171717;
}

.featured-product-card__button--primary {
	background: var(--color-accent);
	border: 1px solid var(--color-accent);
	color: #ffffff;
}

.featured-product-card__button--primary:hover {
	background: var(--color-primary-dark);
	border-color: var(--color-primary-dark);
	color: #ffffff;
}

.featured-product-card__button--primary.is-in-cart {
	background: #168a55;
	border-color: #168a55;
	color: #ffffff;
}

.featured-product-card__button--primary.is-in-cart:hover {
	background: #116f45;
	border-color: #116f45;
	color: #ffffff;
}

.featured-product-card .added_to_cart.wc-forward {
	display: none !important;
}

.featured-product-card__button--primary.loading,
.featured-product-card__button--primary.is-loading {
	pointer-events: none;
}

.featured-product-card__button--primary.loading .featured-product-card__button-content,
.featured-product-card__button--primary.is-loading .featured-product-card__button-content,
.featured-product-card__button--primary.is-finishing .featured-product-card__button-content {
	opacity: 0;
	transform: scale(0.96);
}

.featured-product-card__button--primary.loading::after,
.featured-product-card__button--primary.is-loading::after {
	animation: mocnyhak-spin 760ms linear infinite;
	border: 2px solid rgba(255, 255, 255, 0.46);
	border-top-color: #ffffff;
	border-radius: 999px;
	content: "";
	height: 16px;
	left: 50%;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 180ms ease, transform 180ms ease;
	width: 16px;
}

.featured-product-card__button--primary.is-finishing::after {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.82);
}

@keyframes mocnyhak-spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes mocnyhak-product-skeleton {
	to {
		background-position:
			260% 0,
			0 0,
			16px calc(58% + 20px),
			16px calc(58% + 42px),
			16px calc(58% + 76px),
			calc(100% - 104px) calc(58% + 80px),
			16px calc(100% - 51px),
			calc(43% + 8px) calc(100% - 51px),
			0 0;
	}
}

@keyframes mocnyhak-product-card-enter {
	from {
		opacity: 0;
		transform: translateY(12px);
	}

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

.featured-products-panel__empty {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.09);
	border-radius: 8px;
	color: #514b45;
	margin: 0 auto;
	max-width: 640px;
	padding: 22px;
	text-align: center;
}

.workshop-gallery {
	background: linear-gradient(180deg, var(--section-warm-soft) 0%, var(--section-warm-soft) 26%, var(--section-warm) 100%);
	overflow: hidden;
	padding: 76px 0 80px;
}

.workshop-gallery__heading {
	margin: 0 auto 30px;
	max-width: 780px;
	text-align: center;
}

.workshop-gallery__heading .eyebrow {
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.055em;
	margin-bottom: 10px;
}

.workshop-gallery__heading h2 {
	color: #161412;
	font-size: clamp(1.9rem, 3.2vw, 2.8rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin-bottom: 14px;
}

.workshop-gallery__heading p:not(.eyebrow) {
	color: #514b45;
	font-size: 1rem;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 660px;
}

.workshop-gallery__carousel {
	margin-top: 34px;
	position: relative;
}

.workshop-gallery__viewport {
	mask-image: linear-gradient(90deg, transparent 0, #000000 8%, #000000 92%, transparent 100%);
	overflow: hidden;
	padding: 14px 70px 46px;
}

.workshop-gallery__track {
	display: flex;
	gap: 20px;
	transform: translate3d(0, 0, 0);
	transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.workshop-gallery__slide {
	background: transparent;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 18px 38px rgba(23, 23, 23, 0.14);
	color: #ffffff;
	display: block;
	flex: 0 0 calc((100% - 40px) / 3);
	isolation: isolate;
	min-height: 330px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.workshop-gallery__slide::after {
	background: linear-gradient(180deg, rgba(23, 23, 23, 0.02) 0%, rgba(23, 23, 23, 0.5) 100%);
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 220ms ease;
	z-index: 1;
}

.workshop-gallery__slide::before {
	border-radius: inherit;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.workshop-gallery__slide img {
	height: 360px;
	object-fit: cover;
	object-position: center;
	transition: transform 420ms ease;
	width: 100%;
}

.workshop-gallery__overlay {
	align-items: center;
	color: #ffffff;
	display: grid;
	gap: 10px;
	inset: 0;
	justify-items: center;
	opacity: 0;
	place-content: center;
	position: absolute;
	text-align: center;
	transform: translateY(8px);
	transition: opacity 220ms ease, transform 220ms ease;
	z-index: 3;
}

.workshop-gallery__overlay i {
	align-items: center;
	background: rgba(23, 23, 23, 0.54);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	color: #ffffff;
	display: inline-grid;
	font-size: 1.35rem;
	height: 54px;
	place-items: center;
	width: 54px;
}

.workshop-gallery__overlay span {
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.workshop-gallery__slide:hover {
	box-shadow: 0 22px 50px rgba(23, 23, 23, 0.18);
	transform: translateY(-5px);
}

.workshop-gallery__slide:hover::after,
.workshop-gallery__slide:hover .workshop-gallery__overlay {
	opacity: 1;
}

.workshop-gallery__slide:hover img {
	transform: scale(1.045);
}

.workshop-gallery__slide:hover .workshop-gallery__overlay {
	transform: translateY(0);
}

.workshop-gallery__controls {
	align-items: center;
	display: flex;
	inset: 50% 0 auto;
	justify-content: space-between;
	pointer-events: none;
	position: absolute;
	transform: translateY(-50%);
	z-index: 4;
}

.workshop-gallery__button {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 153, 51, 0.7);
	border-radius: 999px;
	box-shadow: 0 14px 32px rgba(23, 23, 23, 0.14);
	color: #171717;
	cursor: pointer;
	display: inline-grid;
	font-size: 1rem;
	height: 48px;
	place-items: center;
	pointer-events: auto;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
	width: 48px;
}

.workshop-gallery__button:hover {
	background: var(--color-accent);
	border-color: var(--color-accent);
	color: #171717;
	transform: scale(1.06);
}

.reviews-section {
	background: var(--section-warm);
	padding: 70px 0 76px;
}

.reviews-section__heading {
	margin: 0 auto 34px;
	max-width: 760px;
	text-align: center;
}

.reviews-section__heading .eyebrow {
	color: var(--color-accent);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.055em;
	margin-bottom: 10px;
}

.reviews-section__heading h2 {
	color: #161412;
	font-size: clamp(1.9rem, 3.2vw, 2.8rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin-bottom: 14px;
}

.reviews-section__heading p {
	color: #514b45;
	font-size: 1rem;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 650px;
}

.reviews-section__widget {
	margin: 0 auto;
	max-width: 1180px;
}

.faq-section {
	background: linear-gradient(180deg, var(--section-warm) 0%, #ffffff 24%, #ffffff 100%);
	padding: 72px 0 88px;
}

.faq-section__heading {
	margin: 0 auto 36px;
	max-width: 720px;
	text-align: center;
}

.faq-section__heading .eyebrow {
	color: var(--color-accent);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.055em;
	margin-bottom: 10px;
}

.faq-section__heading h2 {
	color: #161412;
	font-size: clamp(1.75rem, 2.8vw, 2.35rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.16;
	margin-bottom: 16px;
}

.faq-section__heading p {
	color: #514b45;
	font-size: 0.98rem;
	line-height: 1.7;
	margin: 0 auto;
	max-width: 620px;
}

.category-showcase__heading,
.workshop-gallery__heading,
.reviews-section__heading,
.faq-section__heading {
	margin-bottom: 32px;
}

.category-showcase__heading h2,
.workshop-gallery__heading h2,
.reviews-section__heading h2,
.faq-section__heading h2 {
	font-size: clamp(1.78rem, 3vw, 2.5rem);
	line-height: 1.14;
}

.category-showcase__heading p:not(.eyebrow),
.workshop-gallery__heading p:not(.eyebrow),
.reviews-section__heading p,
.faq-section__heading p {
	font-size: 0.98rem;
	line-height: 1.68;
}

.faq-section__list {
	display: grid;
	gap: 12px;
	margin: 0 auto;
	max-width: 900px;
}

.faq-item {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.09);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(23, 23, 23, 0.045);
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.faq-item:hover,
.faq-item[open] {
	border-color: rgba(255, 153, 51, 0.48);
	box-shadow: 0 18px 42px rgba(23, 23, 23, 0.08);
}

.faq-item__question {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	list-style: none;
	padding: 20px 24px;
}

.faq-item__question::-webkit-details-marker {
	display: none;
}

.faq-item__question span {
	color: #17130f;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.42;
}

.faq-item__question i {
	align-items: center;
	background: rgba(255, 153, 51, 0.14);
	border: 1px solid rgba(255, 153, 51, 0.3);
	border-radius: 999px;
	color: var(--color-accent);
	display: inline-grid;
	flex: 0 0 auto;
	font-size: 0.72rem;
	height: 32px;
	place-items: center;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
	width: 32px;
}

.faq-item[open] .faq-item__question {
	background: linear-gradient(135deg, rgba(255, 153, 51, 0.1) 0%, #ffffff 72%);
}

.faq-item[open] .faq-item__question i {
	background: var(--color-accent);
	color: #171717;
	transform: rotate(180deg);
}

.faq-item__answer {
	padding: 0 24px 22px;
}

.faq-item__answer p {
	border-top: 1px solid rgba(23, 23, 23, 0.08);
	color: #514b45;
	font-size: 0.94rem;
	line-height: 1.7;
	margin: 0;
	padding-top: 18px;
}

.contact-map-section {
	background: #ffffff;
	display: grid;
	grid-template-columns: minmax(320px, 25%) minmax(0, 75%);
	min-height: 460px;
}

.contact-map-section__info {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(255, 153, 51, 0.14) 0%, rgba(255, 153, 51, 0) 42%),
		#171717;
	color: #ffffff;
	display: grid;
	padding: 38px 24px;
	position: relative;
	z-index: 1;
}

.contact-map-section__content {
	justify-self: center;
	max-width: 330px;
	width: 100%;
}

.contact-map-section__logo {
	display: block;
	filter: brightness(0) invert(1);
	height: auto;
	margin: 0 auto 22px;
	max-height: 56px;
	object-fit: contain;
	object-position: center;
	width: min(220px, 82%);
}

.contact-map-section .eyebrow {
	color: var(--color-accent);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.055em;
	margin-bottom: 10px;
}

.contact-map-section h2 {
	color: #ffffff;
	font-size: clamp(1.55rem, 1.8vw, 2rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin-bottom: 22px;
}

.contact-map-section__details {
	display: grid;
	gap: 10px;
	margin-bottom: 26px;
}

.contact-map-section__details a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.88);
	display: flex;
	gap: 11px;
	min-height: 54px;
	padding: 10px 12px;
	text-decoration: none;
	transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.contact-map-section__details a:hover {
	background: rgba(255, 153, 51, 0.1);
	border-color: rgba(255, 153, 51, 0.42);
	color: #ffffff;
}

.contact-map-section__details i {
	align-items: center;
	background: rgba(255, 153, 51, 0.14);
	border: 1px solid rgba(255, 153, 51, 0.28);
	border-radius: 999px;
	color: var(--color-accent);
	display: inline-grid;
	flex: 0 0 auto;
	font-size: 0.82rem;
	height: 30px;
	place-items: center;
	width: 30px;
}

.contact-map-section__details span {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
}

.contact-map-section__hours {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	gap: 9px;
	padding-top: 22px;
}

.contact-map-section__hours h3 {
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.055em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.contact-map-section__hours div {
	align-items: center;
	color: rgba(255, 255, 255, 0.82);
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.contact-map-section__hours span,
.contact-map-section__hours strong {
	font-size: 0.9rem;
	line-height: 1.35;
}

.contact-map-section__hours strong {
	color: var(--color-accent);
	font-weight: 900;
	white-space: nowrap;
}

.contact-map-section__map {
	background: #ffffff;
	line-height: 0;
	min-height: 460px;
	overflow: hidden;
}

.contact-map-section__map iframe {
	border: 0 !important;
	display: block;
	height: 100%;
	min-height: 460px;
	outline: 0;
	width: 100%;
}

.vehicle-finder {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 242, 0.95));
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	box-shadow: 0 30px 74px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.88);
	color: var(--color-text);
	max-width: 460px;
	padding: 26px;
	position: relative;
}

.vehicle-finder__header {
	display: grid;
	gap: 4px;
	margin-bottom: 24px;
}

.vehicle-finder__header span {
	color: var(--color-accent);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.vehicle-finder__header strong {
	color: #161412;
	font-size: 1.35rem;
	line-height: 1.15;
}

.vehicle-finder__header p {
	color: #3f3a35;
	font-size: 0.88rem;
	line-height: 1.45;
	margin: 4px 0 0;
}

.vehicle-finder__fields {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
}

.vehicle-finder__field {
	display: grid;
	gap: 6px;
	min-width: 0;
	position: relative;
}

.vehicle-finder__field span {
	color: #211d19;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.vehicle-finder__field small {
	color: #574f47;
	font-size: 0.74rem;
	margin-top: -4px;
}

.vehicle-finder__field select {
	appearance: none;
	background-color: #ffffff;
	background-image: linear-gradient(45deg, transparent 50%, #5b554f 50%), linear-gradient(135deg, #5b554f 50%, transparent 50%);
	background-position: calc(100% - 18px) 52%, calc(100% - 13px) 52%;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	border: 1px solid #d4ccc1;
	border-radius: 7px;
	color: #17130f;
	font-weight: 700;
	min-height: 48px;
	padding: 0 40px 0 14px;
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
	width: 100%;
}

.vehicle-finder__field option {
	background: #ffffff;
	color: #17130f;
	font-weight: 600;
}

.vehicle-finder__field option[value=""] {
	color: #5c544c;
	font-weight: 600;
}

.vehicle-finder__field select:hover {
	background-color: #fffdfb;
	border-color: #bfb4a8;
}

.vehicle-finder__field select:invalid {
	color: #332d27;
	font-weight: 700;
}

.vehicle-finder__field select:focus {
	border-color: var(--color-accent);
	box-shadow: 0 0 0 3px rgba(255, 153, 51, 0.16);
	outline: 0;
}

.vehicle-finder__submit {
	align-items: center;
	align-self: end;
	background: var(--color-accent);
	border: 0;
	border-radius: 7px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 900;
	gap: 9px;
	justify-content: center;
	margin-top: 4px;
	min-height: 50px;
	padding: 0 20px;
	transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
	width: 100%;
	white-space: nowrap;
}

.vehicle-finder__submit:hover {
	background: var(--color-primary-dark);
	box-shadow: 0 12px 26px rgba(216, 118, 18, 0.22);
	color: #ffffff;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	align-items: center;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	text-decoration: none;
}

.button--primary,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--color-primary);
	color: #ffffff;
}

.button--primary:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--color-primary-dark);
	color: #ffffff;
}

.button--secondary {
	background: #ffffff;
	color: var(--color-text);
}

.section {
	padding: 72px 0;
}

.section-heading {
	margin-bottom: 28px;
	max-width: 760px;
}

.test-scroll-section {
	background: #ffffff;
	border-top: 1px solid var(--color-border);
}

.test-feature-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.test-feature {
	background: #f7f4ef;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	padding: 28px;
}

.test-feature i {
	align-items: center;
	background: var(--color-accent);
	border-radius: 999px;
	color: #171717;
	display: inline-grid;
	font-size: 1.3rem;
	height: 48px;
	margin-bottom: 18px;
	place-items: center;
	width: 48px;
}

.test-feature h3 {
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.test-feature p {
	color: var(--color-muted);
	margin-bottom: 0;
}

.post-list {
	display: grid;
	gap: 24px;
}

.entry {
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: 8px;
	box-shadow: var(--shadow-soft);
	padding: 28px;
}

.entry__thumbnail {
	display: block;
	margin: -28px -28px 24px;
}

.entry__thumbnail img {
	aspect-ratio: 16 / 7;
	object-fit: cover;
	width: 100%;
}

.entry__title a {
	text-decoration: none;
}

.entry__content > *:last-child {
	margin-bottom: 0;
}

.archive-header {
	margin-bottom: 32px;
}

.site-main--shop {
	padding: 48px 0 72px;
}

.woocommerce ul.products {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: 8px;
	box-shadow: var(--shadow-soft);
	float: none;
	margin: 0;
	padding: 16px;
	width: auto;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--color-text);
	font-size: 1rem;
	font-weight: 900;
	padding: 8px 0;
}

.woocommerce ul.products li.product .price {
	color: var(--color-primary);
	font-weight: 900;
}

.woocommerce div.product {
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: 8px;
	padding: 24px;
}

.woocommerce-cart .content-layout {
	padding-bottom: 74px;
	padding-top: 56px;
}

.woocommerce-cart .entry--page {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.1);
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(23, 23, 23, 0.09);
	margin: 0 auto;
	max-width: 1132px;
	padding: clamp(28px, 3.2vw, 42px);
}

.woocommerce-cart .entry__header {
	margin-bottom: 28px;
}

.woocommerce-cart .entry__title {
	color: #17130f;
	font-size: clamp(2.35rem, 4.2vw, 3.45rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
}

.woocommerce-cart .entry__content > *:last-child {
	margin-bottom: 0;
}

.woocommerce-cart .wc-block-cart,
.woocommerce-cart .wc-block-components-sidebar-layout {
	column-gap: 42px;
	display: grid !important;
	grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.92fr);
	row-gap: 28px;
}

.woocommerce-cart .wc-block-cart__main,
.woocommerce-cart .wc-block-components-main,
.woocommerce-cart .woocommerce-cart-form {
	min-width: 0;
	width: auto !important;
}

.woocommerce-cart .wc-block-cart__sidebar,
.woocommerce-cart .wc-block-components-sidebar {
	width: auto !important;
}

.woocommerce-cart .wc-block-cart-items,
.woocommerce-cart table.shop_table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	width: 100%;
}

.woocommerce-cart .wc-block-cart-items__header,
.woocommerce-cart table.shop_table thead th {
	border-bottom: 1px solid rgba(23, 23, 23, 0.14);
	color: #17130f;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.025em;
	padding: 0 0 13px;
	text-transform: uppercase;
}

.woocommerce-cart .wc-block-cart-items__row,
.woocommerce-cart table.shop_table .cart_item {
	border-bottom: 1px solid rgba(23, 23, 23, 0.12);
	position: relative;
}

.woocommerce-cart .wc-block-cart-items__row td,
.woocommerce-cart table.shop_table .cart_item td {
	border-top: 0;
	padding-bottom: 20px;
	padding-top: 20px;
	vertical-align: top;
}

.woocommerce-cart .wc-block-cart-item__image img,
.woocommerce-cart table.shop_table .product-thumbnail img {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.1);
	border-radius: 7px;
	height: 70px;
	object-fit: contain;
	object-position: center;
	width: 88px;
}

.woocommerce-cart .wc-block-cart-item__product,
.woocommerce-cart table.shop_table .product-name {
	padding-left: 14px;
}

.woocommerce-cart .wc-block-cart-item__product a,
.woocommerce-cart table.shop_table .product-name a {
	color: #17130f;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
	transition: color 180ms ease;
}

.woocommerce-cart .wc-block-cart-item__product a:hover,
.woocommerce-cart table.shop_table .product-name a:hover {
	color: var(--color-accent);
}

.woocommerce-cart .wc-block-cart-item__prices,
.woocommerce-cart .wc-block-cart-item__total,
.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart table.shop_table .product-subtotal {
	color: var(--color-accent);
	font-size: 0.88rem;
	font-weight: 800;
}

.woocommerce-cart .wc-block-components-product-metadata,
.woocommerce-cart .wc-block-components-product-metadata__description,
.woocommerce-cart table.shop_table .product-name dl,
.woocommerce-cart table.shop_table .product-name p {
	color: #5f5a54;
	font-size: 0.82rem;
	line-height: 1.45;
	margin-top: 5px;
}

.woocommerce-cart .wc-block-cart-item__quantity,
.woocommerce-cart table.shop_table .product-quantity {
	margin-top: 10px;
}

.woocommerce-cart .wc-block-components-quantity-selector,
.woocommerce-cart .quantity {
	align-items: center;
	border: 1px solid rgba(23, 23, 23, 0.16);
	border-radius: 5px;
	display: inline-flex;
	height: 34px;
	overflow: hidden;
	width: max-content;
}

.woocommerce-cart .wc-block-components-quantity-selector button,
.woocommerce-cart .quantity button,
.woocommerce-cart .quantity input[type="button"] {
	background: #ffffff;
	border: 0;
	color: #514b45;
	cursor: pointer;
	height: 34px;
	min-width: 34px;
	transition: background-color 180ms ease, color 180ms ease;
}

.woocommerce-cart .wc-block-components-quantity-selector button:hover,
.woocommerce-cart .quantity button:hover,
.woocommerce-cart .quantity input[type="button"]:hover {
	background: rgba(255, 153, 51, 0.1);
	color: var(--color-accent);
}

.woocommerce-cart .wc-block-components-quantity-selector input,
.woocommerce-cart .quantity input.qty {
	-moz-appearance: textfield;
	background: #ffffff;
	border: 0;
	border-left: 1px solid rgba(23, 23, 23, 0.12);
	border-right: 1px solid rgba(23, 23, 23, 0.12);
	color: #17130f;
	font-weight: 600;
	height: 34px;
	text-align: center;
	width: 44px;
}

.woocommerce-cart .wc-block-cart-item__remove-link,
.woocommerce-cart table.shop_table .product-remove a {
	align-items: center;
	background: transparent;
	border: 0;
	color: #514b45 !important;
	display: inline-flex;
	font-size: 1rem;
	justify-content: center;
	text-decoration: none;
	transition: color 180ms ease;
}

.woocommerce-cart .wc-block-cart-item__remove-link:hover,
.woocommerce-cart table.shop_table .product-remove a:hover {
	color: var(--color-accent) !important;
}

.woocommerce-cart .wc-block-cart__sidebar,
.woocommerce-cart .cart-collaterals .cart_totals {
	background: #ffffff;
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	min-width: 0;
}

.woocommerce-cart .wc-block-cart__sidebar h2,
.woocommerce-cart .cart-collaterals .cart_totals h2 {
	color: #17130f;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.025em;
	line-height: 1.2;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.woocommerce-cart .wc-block-components-totals-wrapper,
.woocommerce-cart .cart_totals table tr {
	border-top: 1px solid rgba(23, 23, 23, 0.12);
	padding: 14px 0;
}

.woocommerce-cart .wc-block-components-totals-item,
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
	color: #211d19;
	font-size: 0.9rem;
	font-weight: 500;
}

.woocommerce-cart .wc-block-components-totals-footer-item,
.woocommerce-cart .order-total {
	border-bottom: 1px solid rgba(23, 23, 23, 0.12);
	border-top: 1px solid rgba(23, 23, 23, 0.12);
	margin-top: 8px;
	padding: 18px 0;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-cart .order-total th {
	color: #17130f;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.2;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.woocommerce-cart .order-total .amount {
	color: #17130f;
	font-size: 1.08rem;
	font-weight: 800;
}

.woocommerce-cart .wc-block-components-button,
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	align-items: center;
	background: var(--color-accent) !important;
	border: 0 !important;
	border-radius: 7px !important;
	box-shadow: 0 12px 24px rgba(216, 118, 18, 0.18);
	color: #ffffff !important;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 14px 22px !important;
	text-decoration: none !important;
	transition: background-color 180ms ease, box-shadow 180ms ease;
	width: 100%;
}

.woocommerce-cart .wc-block-components-button:hover,
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
	background: var(--color-primary-dark) !important;
	box-shadow: 0 16px 30px rgba(216, 118, 18, 0.24);
}

.woocommerce-cart .wc-block-components-totals-coupon-link,
.woocommerce-cart .coupon button,
.woocommerce-cart .actions .button {
	font-weight: 700;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error {
	border-radius: 8px;
	box-shadow: none;
}

.site-main--cart {
	background: linear-gradient(180deg, var(--section-warm) 0%, var(--section-warm-soft) 100%);
	padding: 0;
}

.mocnyhak-cart {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(34px, 4vw, 52px) 0;
	position: relative;
}

.mocnyhak-cart.is-loading {
	pointer-events: none;
}

.mocnyhak-cart.is-loading::after {
	background: rgba(255, 255, 255, 0.58);
	border-radius: inherit;
	content: "";
	inset: 0;
	position: absolute;
	z-index: 20;
}

.mocnyhak-cart.is-fragment-entering .mocnyhak-cart__layout,
.mocnyhak-cart.is-fragment-entering .mocnyhak-cart-free-shipping,
.mocnyhak-cart.is-fragment-entering .mocnyhak-cart-summary {
	animation: mocnyhak-cart-fragment-enter 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mocnyhak-cart.is-fragment-entering .mocnyhak-cart-summary {
	animation-delay: 55ms;
}

.mocnyhak-cart-steps {
	align-items: center;
	color: #7a736c;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	justify-content: flex-end;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.mocnyhak-cart-steps span {
	opacity: 0.76;
}

.mocnyhak-cart-steps span.is-active {
	color: #17130f;
	font-weight: 800;
	opacity: 1;
	position: relative;
}

.mocnyhak-cart-steps span.is-active::after {
	background: var(--color-accent);
	border-radius: 999px;
	content: "";
	height: 3px;
	inset: auto 0 -6px;
	position: absolute;
}

.mocnyhak-cart-steps i {
	color: rgba(23, 23, 23, 0.32);
	font-size: 0.72rem;
}

.mocnyhak-cart__header {
	margin-bottom: 34px;
}

.mocnyhak-cart__heading {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, max-content);
}

.mocnyhak-cart__header h1 {
	color: #17130f;
	font-size: clamp(2.2rem, 4vw, 3.25rem);
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 12px;
}

.mocnyhak-cart__header p:not(.eyebrow) {
	color: #5f5a54;
	font-size: 0.96rem;
	line-height: 1.65;
	margin: 0;
}

.mocnyhak-cart__layout {
	display: grid;
	gap: clamp(30px, 3.4vw, 44px);
	grid-template-columns: minmax(0, 1.62fr) minmax(330px, 0.88fr);
}

.mocnyhak-cart__items {
	min-width: 0;
}

.mocnyhak-cart-free-shipping {
	background: rgba(255, 255, 255, 0.54);
	border: 2px dashed rgba(23, 23, 23, 0.12);
	border-radius: 8px;
	display: grid;
	gap: 12px;
	margin-bottom: 28px;
	padding: 20px 22px;
}

.mocnyhak-cart-free-shipping p {
	color: #211d19;
	font-size: 0.91rem;
	line-height: 1.45;
	margin: 0;
}

.mocnyhak-cart-free-shipping strong {
	color: var(--color-accent);
	font-weight: 800;
}

.mocnyhak-cart-free-shipping__success {
	align-items: center;
	display: flex;
	gap: 12px;
}

.mocnyhak-cart-free-shipping__success i {
	align-items: center;
	background: rgba(255, 153, 51, 0.14);
	border: 1px solid rgba(255, 153, 51, 0.28);
	border-radius: 999px;
	color: var(--color-accent);
	display: inline-grid;
	flex: 0 0 auto;
	font-size: 0.78rem;
	height: 30px;
	place-items: center;
	width: 30px;
}

.mocnyhak-cart-free-shipping__success span {
	display: grid;
	gap: 2px;
}

.mocnyhak-cart-free-shipping__success small {
	color: #6b655f;
	font-size: 0.8rem;
	line-height: 1.35;
}

.mocnyhak-cart-free-shipping__bar {
	background: rgba(23, 23, 23, 0.08);
	border-radius: 999px;
	height: 10px;
	overflow: hidden;
}

.mocnyhak-cart-free-shipping__bar span {
	animation: mocnyhak-shipping-stripes 900ms linear infinite;
	background:
		repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.24) 0, rgba(255, 255, 255, 0.24) 6px, rgba(255, 255, 255, 0) 6px, rgba(255, 255, 255, 0) 12px),
		var(--color-accent);
	border-radius: inherit;
	display: block;
	height: 100%;
	min-width: 10px;
	transition: width 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mocnyhak-cart__items-head {
	border-bottom: 1px solid rgba(23, 23, 23, 0.14);
	color: #17130f;
	display: grid;
	font-size: 0.76rem;
	font-weight: 760;
	grid-template-columns: minmax(0, 1fr) 118px;
	letter-spacing: 0.025em;
	padding: 0 2px 13px;
	text-transform: uppercase;
}

.mocnyhak-cart__items-head span {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.mocnyhak-cart__items-head span:last-child {
	justify-content: flex-end;
	text-align: right;
}

.mocnyhak-cart__items-head i {
	color: var(--color-accent);
	font-size: 0.74rem;
}

.mocnyhak-cart-item {
	border-bottom: 1px solid rgba(23, 23, 23, 0.12);
	display: grid;
	gap: 18px;
	grid-template-columns: 92px minmax(0, 1fr) 118px;
	padding: 22px 2px;
	position: relative;
	transition: border-color 240ms ease, max-height 300ms ease, opacity 240ms ease, padding 300ms ease, transform 300ms ease;
}

.mocnyhak-cart-item::after {
	background: rgba(255, 255, 255, 0.78);
	border-radius: 8px;
	content: "";
	inset: 10px 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 180ms ease;
	z-index: 4;
}

.mocnyhak-cart-item::before {
	animation: mocnyhak-cart-page-spin 760ms linear infinite;
	border: 2px solid rgba(255, 153, 51, 0.24);
	border-radius: 999px;
	border-top-color: var(--color-accent);
	content: "";
	height: 24px;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.88);
	transition: opacity 180ms ease, transform 180ms ease;
	width: 24px;
	z-index: 5;
}

.mocnyhak-cart-item.is-loading::after,
.mocnyhak-cart-item.is-loading::before {
	opacity: 1;
}

.mocnyhak-cart-item.is-loading::before {
	transform: translate(-50%, -50%) scale(1);
}

.mocnyhak-cart-item.is-removing {
	border-color: transparent;
	max-height: 0;
	opacity: 0;
	padding-bottom: 0;
	padding-top: 0;
	transform: translateX(16px) scale(0.99);
}

.mocnyhak-cart-item__image {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.1);
	border-radius: 7px;
	display: grid;
	height: 78px;
	overflow: hidden;
	place-items: center;
	text-decoration: none;
	width: 92px;
}

.mocnyhak-cart-item__img {
	height: 100%;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.mocnyhak-cart-item__content {
	min-width: 0;
	padding-top: 2px;
}

.mocnyhak-cart-item__title {
	color: #17130f;
	display: inline-block;
	font-size: 0.93rem;
	font-weight: 680;
	line-height: 1.35;
	margin-bottom: 4px;
	max-width: 520px;
	text-decoration: none;
	transition: color 180ms ease;
}

.mocnyhak-cart-item__title:hover {
	color: var(--color-accent);
}

.mocnyhak-cart-item__price {
	color: var(--color-accent);
	display: block;
	font-size: 0.86rem;
	font-weight: 760;
	margin-bottom: 9px;
}

.mocnyhak-cart-item__content p {
	color: #5f5a54;
	font-size: 0.8rem;
	line-height: 1.48;
	margin: 0 0 11px;
	max-width: 500px;
}

.mocnyhak-cart-item__controls {
	align-items: center;
	display: flex;
	gap: 14px;
}

.mocnyhak-cart-item__quantity {
	align-items: center;
	border: 1px solid rgba(23, 23, 23, 0.14);
	border-radius: 6px;
	display: inline-flex;
	height: 34px;
	overflow: hidden;
}

.mocnyhak-cart-item__quantity button,
.mocnyhak-cart-item__quantity-value {
	align-items: center;
	background: #ffffff;
	border: 0;
	color: #17130f;
	display: inline-flex;
	font-size: 0.82rem;
	height: 34px;
	justify-content: center;
	min-width: 36px;
}

.mocnyhak-cart-item__quantity button {
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease;
}

.mocnyhak-cart-item__quantity button:hover:not(:disabled) {
	background: rgba(255, 153, 51, 0.1);
	color: var(--color-accent);
}

.mocnyhak-cart-item__quantity button:disabled {
	color: rgba(23, 23, 23, 0.28);
	cursor: not-allowed;
}

.mocnyhak-cart-item__quantity-value {
	border-left: 1px solid rgba(23, 23, 23, 0.12);
	border-right: 1px solid rgba(23, 23, 23, 0.12);
	font-weight: 500;
}

.mocnyhak-cart-item__remove {
	align-items: center;
	background: transparent;
	border: 0;
	color: #514b45;
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	height: 34px;
	justify-content: center;
	transition: color 180ms ease;
	width: 34px;
}

.mocnyhak-cart-item__remove:hover {
	color: var(--color-accent);
}

.mocnyhak-cart-item__total {
	color: #17130f;
	display: grid;
	justify-items: end;
	padding-top: 6px;
	text-align: right;
}

.mocnyhak-cart-item__total strong {
	color: #211d19;
	font-size: 0.9rem;
	font-weight: 760;
}

.mocnyhak-cart-coupon {
	background: linear-gradient(180deg, rgba(250, 248, 245, 0.74), rgba(255, 255, 255, 0.92));
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 8px;
	display: grid;
	gap: 12px;
	margin-top: 24px;
	padding: 16px;
}

.mocnyhak-cart-coupon__intro {
	align-items: center;
	color: #17130f;
	display: flex;
	font-size: 0.84rem;
	font-weight: 700;
	gap: 9px;
	line-height: 1.3;
}

.mocnyhak-cart-coupon__intro i {
	color: var(--color-accent);
	font-size: 0.88rem;
}

.mocnyhak-cart-coupon__form {
	display: flex;
	gap: 10px;
	max-width: 520px;
}

.mocnyhak-cart-coupon__form.is-loading {
	pointer-events: none;
}

.mocnyhak-cart-coupon__form input {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.14);
	border-radius: 7px;
	color: #17130f;
	font-size: 0.9rem;
	min-height: 44px;
	padding: 0 14px;
	width: min(260px, 100%);
}

.mocnyhak-cart-coupon__form input:focus {
	border-color: rgba(255, 153, 51, 0.6);
	box-shadow: 0 0 0 3px rgba(255, 153, 51, 0.12);
	outline: 0;
}

.mocnyhak-cart-coupon__form button {
	align-items: center;
	background: var(--color-accent);
	border: 0;
	border-radius: 7px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 760;
	gap: 8px;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	transition: background-color 180ms ease, filter 180ms ease;
	white-space: nowrap;
}

.mocnyhak-cart-coupon__form button:hover {
	background: var(--color-accent);
	filter: brightness(1.035);
}

.mocnyhak-cart-coupon__form button:disabled {
	cursor: wait;
	opacity: 0.9;
}

.mocnyhak-cart-coupon__form button i {
	animation: mocnyhak-cart-page-spin 760ms linear infinite;
	display: none;
	font-size: 0.78rem;
}

.mocnyhak-cart-coupon__form.is-loading button i {
	display: inline-block;
}

.mocnyhak-cart-coupon__notice {
	align-items: center;
	border-radius: 7px;
	display: flex;
	font-size: 0.84rem;
	gap: 9px;
	line-height: 1.45;
	max-width: 520px;
	padding: 10px 12px;
}

.mocnyhak-cart-coupon__notice[hidden] {
	display: none;
}

.mocnyhak-cart-coupon__notice i {
	align-items: center;
	border-radius: 999px;
	display: inline-grid;
	flex: 0 0 auto;
	font-size: 0.7rem;
	height: 22px;
	place-items: center;
	width: 22px;
}

.mocnyhak-cart-coupon__notice.is-success {
	background: rgba(255, 153, 51, 0.08);
	border: 1px solid rgba(255, 153, 51, 0.22);
	color: #3f352b;
}

.mocnyhak-cart-coupon__notice.is-success i {
	background: rgba(255, 153, 51, 0.14);
	color: var(--color-accent);
}

.mocnyhak-cart-coupon__notice.is-error {
	background: rgba(174, 42, 42, 0.06);
	border: 1px solid rgba(174, 42, 42, 0.18);
	color: #6d2525;
}

.mocnyhak-cart-coupon__notice.is-error i {
	background: rgba(174, 42, 42, 0.1);
	color: #b53131;
}

.mocnyhak-cart-coupon__applied {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mocnyhak-cart-coupon__applied span {
	align-items: center;
	background: rgba(255, 153, 51, 0.1);
	border: 1px solid rgba(255, 153, 51, 0.22);
	border-radius: 999px;
	color: #17130f;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	gap: 7px;
	min-height: 30px;
	padding: 4px 8px 4px 10px;
}

.mocnyhak-cart-coupon__applied > span > i {
	color: var(--color-accent);
	font-size: 0.75rem;
}

.mocnyhak-cart-coupon__applied button {
	align-items: center;
	background: transparent;
	border: 0;
	color: #7a736c;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.78rem;
	height: 20px;
	justify-content: center;
	padding: 0;
	width: 20px;
}

.mocnyhak-cart-summary {
	align-self: start;
	background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
	border: 1px solid rgba(23, 23, 23, 0.09);
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(23, 23, 23, 0.055);
	padding: 24px;
	position: sticky;
	top: 102px;
}

.mocnyhak-cart-summary h2 {
	border-bottom: 0;
	color: #17130f;
	font-size: 0.82rem;
	font-weight: 760;
	letter-spacing: 0.025em;
	line-height: 1.2;
	margin: 0 0 16px;
	padding-bottom: 0;
	text-transform: uppercase;
}

.mocnyhak-cart-summary h2,
.mocnyhak-cart-summary__delivery h3,
.mocnyhak-cart-summary__rows span,
.mocnyhak-cart-summary__total span {
	align-items: center;
	display: flex;
	gap: 8px;
}

.mocnyhak-cart-summary h2 i,
.mocnyhak-cart-summary__delivery h3 i,
.mocnyhak-cart-summary__rows span i,
.mocnyhak-cart-summary__total span i {
	color: var(--color-accent);
	font-size: 0.82em;
	width: 14px;
}

.mocnyhak-cart-summary__rows {
	display: grid;
	gap: 0;
}

.mocnyhak-cart-summary__rows div,
.mocnyhak-cart-summary__total {
	align-items: center;
	border-bottom: 1px solid rgba(23, 23, 23, 0.08);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) max-content;
	padding: 15px 0;
}

.mocnyhak-cart-summary__rows span,
.mocnyhak-cart-summary__rows strong {
	color: #211d19;
	font-size: 0.88rem;
	font-weight: 500;
	text-align: right;
	white-space: nowrap;
}

.mocnyhak-cart-summary__discount span,
.mocnyhak-cart-summary__discount strong {
	color: #7a4a14;
}

.mocnyhak-cart-summary__discount strong {
	font-weight: 700;
}

.mocnyhak-cart-summary__discount-amount {
	display: inline-flex;
	gap: 3px;
	white-space: nowrap;
}

.mocnyhak-cart-summary__delivery {
	border-bottom: 1px solid rgba(23, 23, 23, 0.08);
	display: grid;
	gap: 12px;
	padding: 18px 0;
}

.mocnyhak-cart-summary__delivery h3 {
	color: #17130f;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.mocnyhak-cart-summary__shipping-methods {
	display: grid;
	gap: 8px;
}

.mocnyhak-cart-summary__shipping-methods label {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.1);
	border-radius: 7px;
	cursor: pointer;
	display: grid;
	gap: 8px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: 42px;
	padding: 10px 12px;
	transition: border-color 180ms ease, background-color 180ms ease;
}

.mocnyhak-cart-summary__shipping-methods label:has(input:checked) {
	background: rgba(255, 153, 51, 0.07);
	border-color: rgba(255, 153, 51, 0.48);
}

.mocnyhak-cart-summary__shipping-methods label:hover {
	border-color: rgba(255, 153, 51, 0.36);
}

.mocnyhak-cart-summary__shipping-methods input {
	accent-color: var(--color-accent);
	margin: 0;
}

.mocnyhak-cart-summary__shipping-methods span {
	color: #2d2925;
	font-size: 0.86rem;
	line-height: 1.35;
}

.mocnyhak-cart-summary__shipping-methods strong {
	color: var(--color-accent);
	font-size: 0.84rem;
	font-weight: 760;
	white-space: nowrap;
}

.mocnyhak-cart-summary__shipping {
	display: grid;
	gap: 10px;
	padding: 18px 0;
}

.mocnyhak-cart-summary__shipping p {
	color: #2d2925;
	font-size: 0.86rem;
	line-height: 1.5;
	margin: 0;
}

.mocnyhak-cart-summary__shipping strong {
	color: var(--color-accent);
	font-weight: 800;
}

.mocnyhak-cart-summary__bar {
	background: rgba(23, 23, 23, 0.08);
	border-radius: 999px;
	height: 10px;
	overflow: hidden;
}

.mocnyhak-cart-summary__bar span {
	animation: mocnyhak-shipping-stripes 900ms linear infinite;
	background:
		repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.24) 0, rgba(255, 255, 255, 0.24) 6px, rgba(255, 255, 255, 0) 6px, rgba(255, 255, 255, 0) 12px),
		var(--color-accent);
	border-radius: inherit;
	display: block;
	height: 100%;
	min-width: 10px;
	transition: width 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mocnyhak-cart-summary__total {
	margin-top: 2px;
}

.mocnyhak-cart-summary__total span,
.mocnyhak-cart-summary__total strong {
	color: #17130f;
	font-size: 1.02rem;
	font-weight: 760;
	line-height: 1.2;
	white-space: nowrap;
}

.mocnyhak-cart-summary__total strong {
	text-align: right;
}

.mocnyhak-cart-summary__actions {
	display: grid;
	gap: 10px;
	margin-top: 16px;
}

.mocnyhak-cart-summary__checkout,
.mocnyhak-cart-summary__shop {
	align-items: center;
	border-radius: 7px;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 760;
	justify-content: center;
	min-height: 48px;
	padding: 13px 18px;
	text-decoration: none;
	transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease, filter 180ms ease;
	width: 100%;
}

.mocnyhak-cart-summary__checkout {
	background: var(--color-accent);
	box-shadow: none;
	color: #ffffff;
}

.mocnyhak-cart-summary__checkout:hover {
	background: var(--color-accent);
	box-shadow: none;
	color: #ffffff;
	filter: brightness(1.035);
}

.mocnyhak-cart-summary__shop {
	background: #f5f4f2;
	color: #17130f;
}

.mocnyhak-cart-summary__shop:hover {
	background: #f1efec;
	box-shadow: none;
	color: #17130f;
}

.mocnyhak-cart__empty {
	align-items: center;
	display: grid;
	justify-items: center;
	min-height: 340px;
	text-align: center;
}

.mocnyhak-cart__empty i {
	color: rgba(23, 23, 23, 0.08);
	font-size: 5rem;
	margin-bottom: 18px;
}

.mocnyhak-cart__empty h2 {
	font-size: 1.5rem;
	margin: 0 0 8px;
}

.mocnyhak-cart__empty p {
	color: #5f5a54;
	margin: 0 0 22px;
	max-width: 440px;
}

/* Checkout */
.site-main--checkout {
	background: linear-gradient(180deg, var(--section-warm) 0%, var(--section-warm-soft) 100%);
	max-width: 100vw;
	overflow-x: hidden;
	overflow-x: clip;
	padding: 0;
}

body.woocommerce-checkout,
body:has(.site-main--checkout) {
	overflow-x: hidden;
}

.mocnyhak-checkout {
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(34px, 4vw, 52px) 0;
	width: min(1180px, calc(100% - 48px));
}

.mocnyhak-checkout__header {
	margin-bottom: 34px;
}

.mocnyhak-checkout__heading {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, max-content);
}

.mocnyhak-checkout__heading h1 {
	color: #17130f;
	font-size: clamp(2.2rem, 4vw, 3.25rem);
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 12px;
}

.mocnyhak-checkout__heading p {
	color: #5f5a54;
	font-size: 0.96rem;
	line-height: 1.65;
	margin: 0;
}

.mocnyhak-checkout-steps {
	align-items: center;
	color: #7a736c;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 0.84rem;
	font-weight: 700;
	justify-content: flex-end;
	letter-spacing: 0.01em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.mocnyhak-checkout-steps a,
.mocnyhak-checkout-steps span {
	color: inherit;
	opacity: 0.76;
	text-decoration: none;
}

.mocnyhak-checkout-steps a:hover {
	color: var(--color-accent);
	opacity: 1;
}

.mocnyhak-checkout-steps .is-active {
	color: #17130f;
	font-weight: 800;
	opacity: 1;
	position: relative;
}

.mocnyhak-checkout-steps .is-active::after {
	background: var(--color-accent);
	border-radius: 999px;
	content: "";
	height: 3px;
	inset: auto 0 -6px;
	position: absolute;
}

.mocnyhak-checkout-steps i {
	color: rgba(23, 23, 23, 0.32);
	font-size: 0.72rem;
}

.mocnyhak-checkout__content {
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	overflow: clip;
}

.mocnyhak-checkout .woocommerce-notices-wrapper,
.mocnyhak-checkout .woocommerce-NoticeGroup {
	margin-bottom: 18px;
	max-width: 100%;
	min-width: 0;
}

.mocnyhak-checkout .woocommerce-form-coupon-toggle {
	display: none;
}

.mocnyhak-checkout .woocommerce-message,
.mocnyhak-checkout .woocommerce-info,
.mocnyhak-checkout .woocommerce-error {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(23, 23, 23, 0.1);
	border-radius: 8px;
	box-shadow: none;
	color: #211d19;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0 0 16px;
	max-width: 100%;
	overflow-wrap: anywhere;
	padding: 14px 16px 14px 42px;
}

.mocnyhak-checkout .woocommerce-info {
	border-color: rgba(255, 153, 51, 0.26);
}

.mocnyhak-checkout .woocommerce-info::before,
.mocnyhak-checkout .woocommerce-message::before {
	color: var(--color-accent);
	top: 14px;
}

.mocnyhak-checkout .woocommerce-error {
	border-color: rgba(174, 42, 42, 0.22);
}

.mocnyhak-checkout .woocommerce-error::before {
	top: 14px;
}

.mocnyhak-checkout .woocommerce-form-login,
.mocnyhak-checkout .woocommerce-form-coupon {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 8px;
	box-shadow: none;
	margin: 0 0 18px;
	max-width: 100%;
	padding: 18px;
}

.mocnyhak-checkout form.checkout_coupon {
	background: linear-gradient(180deg, rgba(250, 248, 245, 0.74), rgba(255, 255, 255, 0.92));
	border-color: rgba(23, 23, 23, 0.08);
	display: grid !important;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 16px;
}

.mocnyhak-checkout form.checkout_coupon > p:not(.form-row) {
	color: #5f5a54;
	font-size: 0.86rem;
	grid-column: 1 / -1;
	line-height: 1.55;
	margin: 0 0 2px;
}

.mocnyhak-checkout form.checkout_coupon .form-row {
	margin: 0;
}

.mocnyhak-checkout form.checkout_coupon .form-row-first {
	grid-column: 1;
}

.mocnyhak-checkout form.checkout_coupon .form-row-last {
	grid-column: 2;
}

.mocnyhak-checkout form.checkout_coupon input.input-text {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.14) !important;
	border-radius: 7px;
	font-size: 0.9rem;
	min-height: 44px;
	padding: 0 14px;
}

.mocnyhak-checkout form.checkout_coupon input.input-text:focus {
	border-color: rgba(255, 153, 51, 0.6) !important;
	box-shadow: 0 0 0 3px rgba(255, 153, 51, 0.12) !important;
}

.mocnyhak-checkout form.checkout_coupon button.button {
	align-items: center;
	background: var(--color-accent);
	border: 0;
	border-radius: 7px;
	box-shadow: none;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 760;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	transition: filter 180ms ease;
	white-space: nowrap;
}

.mocnyhak-checkout form.checkout_coupon button.button:hover {
	background: var(--color-accent);
	box-shadow: none;
	color: #ffffff;
	filter: brightness(1.035);
}

.mocnyhak-checkout form.checkout_coupon .woocommerce-error,
.mocnyhak-checkout form.checkout_coupon .woocommerce-message,
.mocnyhak-checkout form.checkout_coupon .woocommerce-info {
	align-items: center;
	border-radius: 7px;
	display: flex;
	font-size: 0.84rem;
	gap: 9px;
	grid-column: 1 / -1;
	line-height: 1.45;
	margin: 2px 0 0;
	max-width: 520px;
	padding: 10px 12px;
}

.mocnyhak-checkout form.checkout_coupon .woocommerce-error {
	background: rgba(174, 42, 42, 0.06);
	border-color: rgba(174, 42, 42, 0.18);
	color: #6d2525;
}

.mocnyhak-checkout form.checkout_coupon .woocommerce-error::before,
.mocnyhak-checkout form.checkout_coupon .woocommerce-message::before,
.mocnyhak-checkout form.checkout_coupon .woocommerce-info::before {
	position: static;
}

.mocnyhak-checkout form.checkout {
	align-items: start;
	display: grid;
	gap: clamp(30px, 3.4vw, 44px);
	grid-template-areas: "details summary";
	grid-template-columns: minmax(0, 1.42fr) minmax(360px, 0.9fr);
	max-width: 100%;
	min-width: 0;
}

.mocnyhak-checkout #customer_details {
	display: grid;
	gap: 18px;
	grid-area: details;
	max-width: 100%;
	min-width: 0;
}

.mocnyhak-checkout #customer_details::before,
.mocnyhak-checkout #customer_details::after {
	content: none;
}

.mocnyhak-checkout .col2-set .col-1,
.mocnyhak-checkout .col2-set .col-2 {
	float: none;
	width: auto;
}

.mocnyhak-checkout .form-row-first,
.mocnyhak-checkout .form-row-last {
	float: none;
	width: auto;
}

.mocnyhak-checkout .woocommerce-billing-fields,
.mocnyhak-checkout .woocommerce-shipping-fields,
.mocnyhak-checkout .woocommerce-additional-fields {
	background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(23, 23, 23, 0.045);
	min-width: 0;
	padding: 24px;
}

.mocnyhak-checkout .woocommerce-billing-fields h3,
.mocnyhak-checkout .woocommerce-shipping-fields h3,
.mocnyhak-checkout .woocommerce-additional-fields h3,
.mocnyhak-checkout #order_review_heading {
	align-items: center;
	color: #17130f;
	display: flex;
	font-size: 0.84rem;
	font-weight: 760;
	gap: 9px;
	letter-spacing: 0.025em;
	line-height: 1.2;
	border-bottom: 1px solid rgba(23, 23, 23, 0.08);
	margin: 0 0 20px;
	padding-bottom: 14px;
	text-transform: uppercase;
}

.mocnyhak-checkout .woocommerce-billing-fields h3 {
	justify-content: center;
	text-align: center;
}

.mocnyhak-checkout .woocommerce-billing-fields h3::before,
.mocnyhak-checkout .woocommerce-shipping-fields h3::before,
.mocnyhak-checkout .woocommerce-additional-fields h3::before,
.mocnyhak-checkout #order_review_heading::before {
	color: var(--color-accent);
	content: "\f2bb";
	font-family: "Font Awesome 6 Free";
	font-size: 0.8rem;
	font-weight: 900;
	width: 14px;
}

.mocnyhak-checkout .woocommerce-shipping-fields h3::before {
	content: "\f0d1";
}

.mocnyhak-checkout .woocommerce-additional-fields h3::before {
	content: "\f303";
}

.mocnyhak-checkout #order_review_heading::before {
	content: "\f543";
}

.mocnyhak-checkout .form-row {
	margin: 0 0 16px;
	min-width: 0;
	padding: 0;
	width: 100% !important;
}

.mocnyhak-checkout .woocommerce-billing-fields__field-wrapper,
.mocnyhak-checkout .woocommerce-shipping-fields__field-wrapper,
.mocnyhak-checkout .woocommerce-additional-fields__field-wrapper {
	display: grid;
	gap: 0 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mocnyhak-checkout .woocommerce-billing-fields__field-wrapper > .form-row,
.mocnyhak-checkout .woocommerce-shipping-fields__field-wrapper > .form-row,
.mocnyhak-checkout .woocommerce-additional-fields__field-wrapper > .form-row {
	float: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	min-width: 0;
}

.mocnyhak-checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide,
.mocnyhak-checkout .woocommerce-additional-fields__field-wrapper .form-row-wide,
.mocnyhak-checkout #billing_country_field,
.mocnyhak-checkout #shipping_country_field,
.mocnyhak-checkout #billing_address_1_field,
.mocnyhak-checkout #billing_address_2_field,
.mocnyhak-checkout #shipping_address_1_field,
.mocnyhak-checkout #shipping_address_2_field,
.mocnyhak-checkout #order_comments_field {
	grid-column: 1 / -1;
}

.mocnyhak-checkout #billing_first_name_field,
.mocnyhak-checkout #billing_last_name_field,
.mocnyhak-checkout #billing_company_field,
.mocnyhak-checkout #billing_nip_field,
.mocnyhak-checkout #shipping_first_name_field,
.mocnyhak-checkout #shipping_last_name_field,
.mocnyhak-checkout #shipping_company_field,
.mocnyhak-checkout #shipping_nip_field {
	grid-column: span 1;
}

.mocnyhak-checkout #billing_postcode_field,
.mocnyhak-checkout #billing_city_field,
.mocnyhak-checkout #billing_phone_field,
.mocnyhak-checkout #billing_email_field {
	grid-column: span 2;
}

.mocnyhak-checkout .form-row:last-child {
	margin-bottom: 0;
}

.mocnyhak-checkout label {
	color: #332e29;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 650;
	gap: 4px;
	line-height: 1.35;
	margin-bottom: 7px;
}

.mocnyhak-checkout abbr.required {
	color: var(--color-accent);
	text-decoration: none;
}

.mocnyhak-checkout label .optional {
	display: none;
}

.mocnyhak-checkout input.input-text,
.mocnyhak-checkout textarea,
.mocnyhak-checkout select,
.mocnyhak-checkout .select2-container--default .select2-selection--single {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.12);
	border-radius: 7px;
	box-shadow: none;
	color: #17130f;
	font-size: 0.9rem;
	min-height: 46px;
	padding: 0 14px;
	transition: border-color 180ms ease, box-shadow 180ms ease;
	width: 100%;
}

.mocnyhak-checkout .form-row input.input-text,
.mocnyhak-checkout .form-row textarea,
.mocnyhak-checkout .form-row select,
.mocnyhak-checkout .form-row .select2-container {
	min-width: 0 !important;
	width: 100% !important;
}

body .mocnyhak-checkout .form-row input.input-text,
body .mocnyhak-checkout .form-row textarea,
body .mocnyhak-checkout .form-row select {
	border-color: rgba(23, 23, 23, 0.12) !important;
	box-shadow: none !important;
}

body .mocnyhak-checkout .form-row input.input-text:hover,
body .mocnyhak-checkout .form-row textarea:hover,
body .mocnyhak-checkout .form-row select:hover,
.mocnyhak-checkout .select2-container--default .select2-selection--single:hover {
	border-color: rgba(23, 23, 23, 0.2) !important;
}

.mocnyhak-checkout textarea {
	min-height: 110px;
	padding-bottom: 12px;
	padding-top: 12px;
	resize: vertical;
}

.mocnyhak-checkout input.input-text::placeholder,
.mocnyhak-checkout textarea::placeholder {
	color: #8a847d;
	opacity: 0.82;
}

.mocnyhak-checkout input.input-text:focus,
.mocnyhak-checkout textarea:focus,
.mocnyhak-checkout select:focus,
.mocnyhak-checkout .select2-container--default.select2-container--open .select2-selection--single {
	border-color: rgba(255, 153, 51, 0.58) !important;
	box-shadow: 0 0 0 3px rgba(255, 153, 51, 0.12) !important;
	outline: 0;
}

.mocnyhak-checkout .select2-container--default .select2-selection--single {
	align-items: center;
	display: flex;
	min-width: 0;
}

.mocnyhak-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #17130f;
	line-height: 46px;
	min-width: 0;
	padding-left: 0;
}

.mocnyhak-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
	right: 8px;
}

.mocnyhak-checkout .woocommerce-invalid input.input-text,
.mocnyhak-checkout .woocommerce-invalid textarea,
.mocnyhak-checkout .woocommerce-invalid .select2-selection {
	border-color: rgba(174, 42, 42, 0.42);
}

.mocnyhak-checkout .woocommerce-validated input.input-text,
.mocnyhak-checkout .woocommerce-validated textarea,
.mocnyhak-checkout .woocommerce-validated .select2-selection {
	border-color: rgba(255, 153, 51, 0.32);
}

.mocnyhak-checkout .woocommerce-account-fields,
.mocnyhak-checkout .woocommerce-shipping-fields__field-wrapper {
	margin-top: 4px;
}

.mocnyhak-checkout .woocommerce-account-fields,
.mocnyhak-checkout .woocommerce-shipping-fields {
	color: #514b45;
	font-size: 0.88rem;
}

.mocnyhak-checkout .woocommerce-shipping-fields {
	display: grid;
	gap: 0;
	overflow: hidden;
	padding: 0;
}

.mocnyhak-checkout .woocommerce-shipping-fields > h3 {
	background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
	border: 0;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px rgba(23, 23, 23, 0.08);
	cursor: pointer;
	margin: 0;
	padding: 16px 18px;
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.mocnyhak-checkout .woocommerce-shipping-fields > h3:hover {
	box-shadow: inset 0 0 0 1px rgba(255, 153, 51, 0.26);
}

.mocnyhak-checkout .woocommerce-shipping-fields > h3:has(input:checked) {
	box-shadow: inset 0 0 0 1px rgba(255, 153, 51, 0.36);
}

.mocnyhak-checkout .woocommerce-shipping-fields > h3 label {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 0.84rem;
	font-weight: 760;
	gap: 10px;
	letter-spacing: 0.01em;
	margin: 0;
	min-height: 34px;
	padding-right: 54px;
	position: relative;
	text-transform: none;
	width: 100%;
}

.mocnyhak-checkout .woocommerce-shipping-fields > h3 label::before {
	align-items: center;
	background: rgba(255, 153, 51, 0.12);
	border: 1px solid rgba(255, 153, 51, 0.24);
	border-radius: 999px;
	color: var(--color-accent);
	content: "\f0d1";
	display: inline-grid;
	font-family: "Font Awesome 6 Free";
	font-size: 0.78rem;
	font-weight: 900;
	height: 30px;
	place-items: center;
	width: 30px;
}

.mocnyhak-checkout .woocommerce-shipping-fields > h3 label::after {
	background: #ede9e4;
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 999px;
	content: "";
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 180ms ease, border-color 180ms ease;
	width: 44px;
}

.mocnyhak-checkout .woocommerce-shipping-fields > h3 label:has(input:checked)::after {
	background: var(--color-accent);
	border-color: var(--color-accent);
}

.mocnyhak-checkout .woocommerce-shipping-fields > h3 label span {
	align-items: center;
	display: inline-flex;
	min-width: 0;
}

.mocnyhak-checkout .woocommerce-shipping-fields > h3 label span::after {
	background: #ffffff;
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(23, 23, 23, 0.14);
	content: "";
	height: 18px;
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 180ms ease;
	width: 18px;
	z-index: 2;
}

.mocnyhak-checkout .woocommerce-shipping-fields > h3 label:has(input:checked) span::after {
	transform: translate(20px, -50%);
}

.mocnyhak-checkout .woocommerce-shipping-fields > h3::before {
	display: none;
}

.mocnyhak-checkout #ship-to-different-address-checkbox {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.mocnyhak-checkout .shipping_address {
	animation: mocnyhak-checkout-fields-enter 260ms ease both;
	min-width: 0;
	padding: 22px 24px 24px;
}

.mocnyhak-checkout .woocommerce-form__label-for-checkbox,
.mocnyhak-checkout .input-checkbox + span,
.mocnyhak-checkout label.checkbox {
	align-items: flex-start;
	display: inline-flex;
	gap: 9px;
	line-height: 1.45;
	margin-bottom: 0;
	text-transform: none;
}

.mocnyhak-checkout input[type="checkbox"],
.mocnyhak-checkout input[type="radio"] {
	accent-color: var(--color-accent);
}

.mocnyhak-checkout #order_review_heading {
	display: none;
}

.mocnyhak-checkout #order_review {
	align-self: start;
	background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
	border: 1px solid rgba(23, 23, 23, 0.09);
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(23, 23, 23, 0.055);
	grid-area: summary;
	max-width: 100%;
	min-width: 0;
	padding: 24px;
	position: sticky;
	top: 102px;
}

.mocnyhak-checkout-review {
	display: grid;
	gap: 14px;
}

.mocnyhak-checkout-review__title {
	align-items: center;
	color: #17130f;
	display: flex;
	font-size: 0.84rem;
	font-weight: 760;
	gap: 9px;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1.2;
	border-bottom: 1px solid rgba(23, 23, 23, 0.08);
	padding-bottom: 14px;
	text-align: center;
	text-transform: uppercase;
}

.mocnyhak-checkout-review__title i {
	color: var(--color-accent);
	font-size: 0.82rem;
	width: 14px;
}

.mocnyhak-checkout-review__head {
	align-items: center;
	border-bottom: 1px solid rgba(23, 23, 23, 0.1);
	color: #17130f;
	display: grid;
	font-size: 0.76rem;
	font-weight: 760;
	grid-template-columns: minmax(0, 1fr) max-content;
	letter-spacing: 0.025em;
	padding-bottom: 12px;
	text-transform: uppercase;
}

.mocnyhak-checkout-review__head span {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.mocnyhak-checkout-review__head span:last-child {
	justify-content: flex-end;
	text-align: right;
}

.mocnyhak-checkout-review__head i {
	color: var(--color-accent);
	font-size: 0.74rem;
}

.mocnyhak-checkout-review__products {
	display: grid;
	gap: 10px;
}

.mocnyhak-checkout-review__product {
	align-items: center;
	background: rgba(250, 248, 245, 0.68);
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 8px;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) max-content;
	padding: 14px;
}

.mocnyhak-checkout-review__product-main {
	min-width: 0;
}

.mocnyhak-checkout-review__product-name {
	color: #17130f;
	display: block;
	font-size: 0.9rem;
	font-weight: 640;
	line-height: 1.35;
}

.mocnyhak-checkout-review__product-qty {
	color: #6b655f;
	display: inline-block;
	font-size: 0.82rem;
	margin-top: 4px;
}

.mocnyhak-checkout-review__product-total {
	color: #17130f;
	font-size: 0.88rem;
	font-weight: 760;
	text-align: right;
	white-space: nowrap;
}

.mocnyhak-checkout-review__totals {
	display: grid;
	gap: 0;
}

.mocnyhak-checkout-review__row {
	align-items: center;
	border-bottom: 1px solid rgba(23, 23, 23, 0.08);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) max-content;
	padding: 14px 0;
}

.mocnyhak-checkout-review__row > span {
	color: #211d19;
	font-size: 0.88rem;
	font-weight: 560;
}

.mocnyhak-checkout-review__row > strong {
	color: #17130f;
	font-size: 0.88rem;
	font-weight: 760;
	text-align: right;
	white-space: nowrap;
}

.mocnyhak-checkout-review__row--discount > span,
.mocnyhak-checkout-review__row--discount > strong {
	color: #7a4a14;
}

.mocnyhak-checkout-review__row--discount a {
	color: #7a4a14;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration-color: rgba(122, 74, 20, 0.35);
}

.mocnyhak-checkout-review__shipping {
	border-bottom: 1px solid rgba(23, 23, 23, 0.08);
	display: grid;
	gap: 10px;
	padding: 16px 0;
}

.mocnyhak-checkout-review__shipping-title {
	color: #17130f;
	font-size: 0.88rem;
	font-weight: 700;
}

.mocnyhak-checkout-review__shipping-methods {
	display: grid;
	gap: 8px;
}

.mocnyhak-checkout-review__shipping-method {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.1);
	border-radius: 7px;
	cursor: pointer;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) max-content;
	min-height: 44px;
	padding: 10px 12px;
	transition: background-color 180ms ease, border-color 180ms ease;
}

.mocnyhak-checkout-review__shipping-method:has(input:checked) {
	background: rgba(255, 153, 51, 0.07);
	border-color: rgba(255, 153, 51, 0.48);
}

.mocnyhak-checkout-review__shipping-method > span {
	align-items: center;
	color: #2d2925;
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 500;
	gap: 9px;
	min-width: 0;
}

.mocnyhak-checkout-review__shipping-method input {
	margin: 0;
}

.mocnyhak-checkout-review__shipping-method strong {
	color: #17130f;
	font-size: 0.84rem;
	font-weight: 760;
	white-space: nowrap;
}

.mocnyhak-checkout-review__row--total {
	background: rgba(255, 153, 51, 0.055);
	border: 1px solid rgba(255, 153, 51, 0.16);
	border-radius: 8px;
	margin-top: 12px;
	padding: 14px 12px;
}

.mocnyhak-checkout-review__row--total > span,
.mocnyhak-checkout-review__row--total > strong {
	color: #17130f;
	font-size: 1.02rem;
	font-weight: 760;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	width: 100%;
}

.mocnyhak-checkout table.shop_table.woocommerce-checkout-review-order-table {
	border: 0 !important;
	border-radius: 0;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table thead,
.mocnyhak-checkout .woocommerce-checkout-review-order-table tbody,
.mocnyhak-checkout .woocommerce-checkout-review-order-table tfoot {
	width: 100%;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table tr {
	width: 100%;
}

.mocnyhak-checkout-review.woocommerce-checkout-review-order-table {
	border-collapse: initial;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table th,
.mocnyhak-checkout .woocommerce-checkout-review-order-table td {
	border-top: 0;
	color: #211d19;
	font-size: 0.88rem;
	font-weight: 500;
	padding: 14px 0;
	vertical-align: top;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table thead tr {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr) max-content;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table thead th {
	border-bottom: 1px solid rgba(23, 23, 23, 0.1);
	font-size: 0.76rem;
	font-weight: 760;
	letter-spacing: 0.025em;
	padding-top: 0;
	text-transform: uppercase;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item {
	align-items: center;
	background: rgba(250, 248, 245, 0.62);
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 8px;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) max-content;
	margin: 14px 0 12px;
	padding: 14px;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item td {
	border: 0;
	padding: 0;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table td:last-child,
.mocnyhak-checkout .woocommerce-checkout-review-order-table th:last-child {
	text-align: right;
	white-space: nowrap;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table .shipping td:last-child {
	text-align: left;
	white-space: normal;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table tbody tr,
.mocnyhak-checkout .woocommerce-checkout-review-order-table tfoot tr {
	border-bottom: 1px solid rgba(23, 23, 23, 0.08);
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table tfoot tr th,
.mocnyhak-checkout .woocommerce-checkout-review-order-table tfoot tr td {
	border-bottom: 1px solid rgba(23, 23, 23, 0.08);
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table tbody tr:last-child td,
.mocnyhak-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child th,
.mocnyhak-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child td {
	border-bottom: 0;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table .product-name {
	line-height: 1.4;
	padding-right: 0;
	width: auto;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table .product-total {
	width: auto;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table .product-quantity {
	color: #6b655f;
	font-weight: 500;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table tfoot tr {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) max-content;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table tfoot tr th,
.mocnyhak-checkout .woocommerce-checkout-review-order-table tfoot tr td {
	padding: 14px 0;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table .amount,
.mocnyhak-checkout .cart-subtotal .amount,
.mocnyhak-checkout .order-total .amount {
	color: #17130f;
	font-weight: 760;
	white-space: nowrap;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table .cart-discount .amount {
	display: inline-flex;
	white-space: nowrap;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table .cart-discount th,
.mocnyhak-checkout .woocommerce-checkout-review-order-table .cart-discount td {
	color: #7a4a14;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table .cart-discount a {
	color: #7a4a14;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration-color: rgba(122, 74, 20, 0.35);
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table .order-total th,
.mocnyhak-checkout .woocommerce-checkout-review-order-table .order-total td {
	color: #17130f;
	font-size: 1.02rem;
	font-weight: 760;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table .order-total {
	background: rgba(255, 153, 51, 0.055);
	border: 1px solid rgba(255, 153, 51, 0.16);
	border-radius: 8px;
	margin-top: 12px;
	padding: 0 12px;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table .order-total th,
.mocnyhak-checkout .woocommerce-checkout-review-order-table .order-total td {
	border: 0;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table ul#shipping_method {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table ul#shipping_method li {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.1);
	border-radius: 7px;
	display: grid;
	gap: 9px;
	grid-template-columns: minmax(0, 1fr);
	margin: 0;
	min-height: 42px;
	padding: 10px 12px;
	transition: border-color 180ms ease, background-color 180ms ease;
	width: 100%;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table ul#shipping_method label {
	align-items: center;
	display: flex;
	font-size: 0.84rem;
	font-weight: 500;
	gap: 8px;
	justify-content: space-between;
	margin: 0;
	width: 100%;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table ul#shipping_method input {
	margin: 0;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table ul#shipping_method .amount {
	color: #17130f;
	font-weight: 760;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table .shipping th {
	border: 0;
	padding: 18px 0 2px;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table .shipping td {
	border: 0;
	min-width: 210px;
	padding: 0 0 16px;
	width: 100%;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table .shipping {
	display: block;
	padding-bottom: 2px;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table .shipping th,
.mocnyhak-checkout .woocommerce-checkout-review-order-table .shipping td {
	display: block;
	text-align: left;
}

.mocnyhak-checkout .woocommerce-checkout-review-order-table ul#shipping_method li:has(input:checked) {
	background: rgba(255, 153, 51, 0.07);
	border-color: rgba(255, 153, 51, 0.48);
}

.mocnyhak-checkout #payment {
	background: transparent;
	border-radius: 0;
	margin-top: 20px;
}

.mocnyhak-checkout #payment ul.payment_methods {
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 8px;
	padding: 12px;
}

.mocnyhak-checkout #payment ul.payment_methods {
	display: grid;
	gap: 10px;
	margin: 0;
}

.mocnyhak-checkout #payment ul.payment_methods li {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.1);
	border-radius: 7px;
	color: #514b45;
	font-size: 0.84rem;
	line-height: 1.55;
	margin: 0;
	padding: 12px;
}

.mocnyhak-checkout #payment ul.payment_methods li.woocommerce-notice,
.mocnyhak-checkout #payment ul.payment_methods li.woocommerce-info {
	background: rgba(255, 153, 51, 0.055);
	border-color: rgba(255, 153, 51, 0.26);
	color: #514b45;
	margin: 0;
	line-height: 1.58;
	padding-left: 42px;
	position: relative;
	text-align: left;
}

.mocnyhak-checkout #payment ul.payment_methods li.woocommerce-notice::before,
.mocnyhak-checkout #payment ul.payment_methods li.woocommerce-info::before {
	color: var(--color-accent);
	content: "\f05a";
	font-family: "Font Awesome 6 Free";
	font-size: 0.82rem;
	font-weight: 900;
	left: 16px;
	position: absolute;
	top: 15px;
}

.mocnyhak-checkout #payment ul.payment_methods li label {
	align-items: center;
	display: inline-flex;
	font-weight: 600;
	gap: 8px;
	margin: 0;
}

.mocnyhak-checkout #payment div.payment_box {
	background: rgba(250, 248, 245, 0.85);
	border-radius: 7px;
	color: #514b45;
	font-size: 0.84rem;
	line-height: 1.55;
	margin: 12px 0 0;
	padding: 12px;
}

.mocnyhak-checkout #payment div.payment_box::before {
	display: none;
}

.mocnyhak-checkout #payment .place-order {
	margin: 16px 0 0;
	padding: 0;
}

.mocnyhak-checkout #payment #place_order {
	align-items: center;
	background: var(--color-accent);
	border: 0;
	border-radius: 7px;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 760;
	justify-content: center;
	line-height: 1.2;
	min-height: 50px;
	padding: 14px 22px;
	transition: background-color 180ms ease, filter 180ms ease;
	width: 100%;
}

.mocnyhak-checkout #payment #place_order:hover {
	background: var(--color-accent);
	filter: brightness(1.035);
}

.mocnyhak-checkout .woocommerce-privacy-policy-text {
	color: #5f5a54;
	font-size: 0.8rem;
	line-height: 1.55;
	margin-bottom: 14px;
}

.mocnyhak-checkout .woocommerce-privacy-policy-text p {
	margin: 0 0 10px;
}

.mocnyhak-checkout .woocommerce-order {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(23, 23, 23, 0.055);
	display: grid;
	gap: 26px;
	padding: clamp(24px, 3vw, 36px);
}

.mocnyhak-checkout .woocommerce-thankyou-order-received {
	align-items: center;
	color: #17130f;
	display: flex;
	font-size: clamp(1.12rem, 1.55vw, 1.35rem);
	font-weight: 760;
	gap: 14px;
	line-height: 1.35;
	margin: 0 0 -6px;
}

.mocnyhak-checkout .woocommerce-thankyou-order-received::before {
	align-items: center;
	background: rgba(255, 153, 51, 0.12);
	border: 1px solid rgba(255, 153, 51, 0.28);
	border-radius: 999px;
	color: var(--color-accent);
	content: "\f00c";
	display: inline-grid;
	flex: 0 0 auto;
	font-family: "Font Awesome 6 Free";
	font-size: 0.84rem;
	font-weight: 900;
	height: 34px;
	place-items: center;
	width: 34px;
}

.mocnyhak-checkout .woocommerce-order-overview {
	background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 8px;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 14px;
}

.mocnyhak-checkout .woocommerce-order-overview::before,
.mocnyhak-checkout .woocommerce-order-overview::after {
	content: none !important;
	display: none !important;
}

.mocnyhak-checkout .woocommerce-order-overview li {
	background: transparent;
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 7px;
	clear: none !important;
	color: #6b655f;
	display: grid !important;
	float: none !important;
	font-size: 0.72rem;
	gap: 5px;
	letter-spacing: 0.03em;
	margin: 0 !important;
	min-width: 0;
	padding: 13px 14px;
	text-transform: uppercase;
	width: auto !important;
}

.mocnyhak-checkout .woocommerce-order-overview li:last-child {
	border-right: 1px solid rgba(23, 23, 23, 0.08);
}

.mocnyhak-checkout .woocommerce-order-overview strong {
	color: #17130f;
	display: block;
	font-size: 0.94rem;
	font-weight: 760;
	letter-spacing: 0;
	margin-top: 0;
	text-transform: none;
	word-break: break-word;
}

.mocnyhak-checkout .woocommerce-order-overview__email strong {
	font-size: 0.88rem;
	overflow-wrap: anywhere;
}

.mocnyhak-checkout .woocommerce-order > p:not(.woocommerce-thankyou-order-received) {
	background: rgba(255, 153, 51, 0.07);
	border: 1px solid rgba(255, 153, 51, 0.2);
	border-radius: 8px;
	color: #3f352b;
	font-size: 0.9rem;
	line-height: 1.55;
	margin: 0;
	padding: 14px 16px;
}

.mocnyhak-checkout .woocommerce-order-details,
.mocnyhak-checkout .woocommerce-customer-details {
	margin: 0;
}

.mocnyhak-checkout .woocommerce-order-details__title,
.mocnyhak-checkout .woocommerce-column__title {
	align-items: center;
	color: #17130f;
	display: flex;
	font-size: clamp(1.35rem, 2vw, 1.72rem);
	font-weight: 760;
	gap: 10px;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 0 18px;
}

.mocnyhak-checkout .woocommerce-order-details__title::before,
.mocnyhak-checkout .woocommerce-column__title::before {
	color: var(--color-accent);
	content: "\f543";
	font-family: "Font Awesome 6 Free";
	font-size: 0.52em;
	font-weight: 900;
}

.mocnyhak-checkout .woocommerce-column__title::before {
	content: "\f3c5";
}

.mocnyhak-checkout .woocommerce-table--order-details {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-collapse: separate;
	border-radius: 8px;
	border-spacing: 0;
	box-shadow: none;
	overflow: hidden;
	width: 100%;
}

.mocnyhak-checkout .woocommerce-table--order-details th,
.mocnyhak-checkout .woocommerce-table--order-details td {
	border: 0;
	border-bottom: 1px solid rgba(23, 23, 23, 0.08);
	color: #211d19;
	font-size: 0.9rem;
	line-height: 1.45;
	padding: 14px 16px;
	vertical-align: middle;
}

.mocnyhak-checkout .woocommerce-table--order-details thead th {
	background: rgba(250, 248, 245, 0.82);
	color: #17130f;
	font-size: 0.78rem;
	font-weight: 760;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.mocnyhak-checkout .woocommerce-table--order-details td:last-child,
.mocnyhak-checkout .woocommerce-table--order-details th:last-child {
	text-align: right;
	white-space: nowrap;
}

.mocnyhak-checkout .woocommerce-table--order-details a {
	color: #17130f;
	font-weight: 650;
	text-decoration-color: rgba(255, 153, 51, 0.36);
	text-underline-offset: 3px;
}

.mocnyhak-checkout .woocommerce-table--order-details a:hover {
	color: var(--color-accent);
}

.mocnyhak-checkout .woocommerce-table--order-details .amount {
	color: #17130f;
	font-weight: 760;
}

.mocnyhak-checkout .woocommerce-table--order-details tfoot th {
	color: #332e29;
	font-weight: 700;
	width: 38%;
}

.mocnyhak-checkout .woocommerce-table--order-details tfoot tr.cart-discount th,
.mocnyhak-checkout .woocommerce-table--order-details tfoot tr.cart-discount td,
.mocnyhak-checkout .woocommerce-table--order-details tfoot tr.cart-discount .amount {
	color: #7a4a14;
}

.mocnyhak-checkout .woocommerce-table--order-details tfoot tr:last-child th,
.mocnyhak-checkout .woocommerce-table--order-details tfoot tr:last-child td {
	background: rgba(255, 153, 51, 0.07);
	border-bottom: 0;
	color: #17130f;
	font-size: 1rem;
	font-weight: 780;
}

.mocnyhak-checkout .woocommerce-customer-details {
	display: grid;
	gap: 18px;
	margin-top: 0;
}

.mocnyhak-checkout .woocommerce-customer-details .woocommerce-columns--addresses,
.mocnyhak-checkout .woocommerce-customer-details .col2-set.addresses {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.mocnyhak-checkout .woocommerce-customer-details .woocommerce-column,
.mocnyhak-checkout .woocommerce-customer-details .col-1,
.mocnyhak-checkout .woocommerce-customer-details .col-2 {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 8px;
	float: none !important;
	min-width: 0;
	padding: 18px;
	width: auto !important;
}

.mocnyhak-checkout .woocommerce-customer-details .woocommerce-column::before,
.mocnyhak-checkout .woocommerce-customer-details .woocommerce-column::after,
.mocnyhak-checkout .woocommerce-customer-details .col2-set::before,
.mocnyhak-checkout .woocommerce-customer-details .col2-set::after {
	content: none !important;
}

.mocnyhak-checkout .woocommerce-customer-details address {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #332e29;
	font-size: 0.9rem;
	font-style: normal;
	line-height: 1.7;
	margin: 0;
	min-height: 0;
	padding: 0;
}

.mocnyhak-checkout .woocommerce-customer-details address p {
	align-items: center;
	color: #5f5a54;
	display: flex;
	gap: 8px;
	margin: 10px 0 0;
}

.mocnyhak-checkout .woocommerce-customer-details address p::before {
	color: var(--color-accent);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	width: 14px;
}

.mocnyhak-checkout .woocommerce-customer-details--phone::before {
	content: "\f095";
}

.mocnyhak-checkout .woocommerce-customer-details--email::before {
	content: "\f0e0";
}

.mocnyhak-order-nip {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 0;
}

.mocnyhak-order-nip__item {
	align-items: center;
	background: rgba(255, 153, 51, 0.06);
	border: 1px solid rgba(255, 153, 51, 0.18);
	border-radius: 8px;
	display: grid;
	gap: 3px 10px;
	grid-template-columns: 28px minmax(0, 1fr);
	padding: 14px;
}

.mocnyhak-order-nip__item i {
	align-items: center;
	background: rgba(255, 153, 51, 0.12);
	border-radius: 999px;
	color: var(--color-accent);
	display: inline-grid;
	font-size: 0.78rem;
	grid-row: 1 / span 2;
	height: 28px;
	place-items: center;
	width: 28px;
}

.mocnyhak-order-nip__item span {
	color: #6b655f;
	font-size: 0.76rem;
	line-height: 1.2;
	text-transform: uppercase;
}

.mocnyhak-order-nip__item strong {
	color: #17130f;
	font-size: 0.94rem;
	font-weight: 760;
	line-height: 1.3;
}

.purchase-benefits-section {
	background:
		linear-gradient(180deg, var(--section-warm-soft) 0%, rgba(255, 255, 255, 0.88) 42%, #ffffff 100%);
	margin-top: -1px;
	padding: 38px 32px 0;
}

.purchase-benefits {
	align-items: center;
	background: #1a1f22;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(23, 23, 23, 0.16);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1420px;
	overflow: hidden;
	position: relative;
}

.purchase-benefits::after {
	background: var(--color-accent);
	border-radius: 0 0 8px 8px;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
}

.purchase-benefits__item {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 36px minmax(0, 1fr);
	min-height: 92px;
	padding: 22px 28px 24px;
}

.purchase-benefits__item i {
	color: var(--color-accent);
	font-size: 1.55rem;
	text-align: center;
	width: 36px;
}

.purchase-benefits__item strong {
	color: #ffffff;
	display: block;
	font-size: 1.02rem;
	font-weight: 780;
	line-height: 1.2;
	margin-bottom: 4px;
}

.purchase-benefits__item span {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 0.9rem;
	line-height: 1.35;
}

.purchase-benefits-section + .site-footer {
	background: #ffffff;
	padding-top: 32px;
}

@keyframes mocnyhak-cart-page-spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes mocnyhak-cart-fragment-enter {
	from {
		opacity: 0.72;
		transform: translateY(8px);
	}

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

@keyframes mocnyhak-checkout-fields-enter {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}

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

.widget,
.footer-widget {
	margin-bottom: 24px;
}

.widget-title,
.footer-widget-title {
	font-size: 1.1rem;
}

.site-footer {
	background: linear-gradient(180deg, var(--section-warm-soft) 0%, #ffffff 155px, #ffffff 100%);
	border-top: 0;
	color: var(--color-text);
	padding: 32px 0 0;
}

.site-footer__content {
	margin: 0 auto;
	max-width: 1420px;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.site-footer__inner {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(330px, 1.35fr) repeat(3, minmax(150px, 0.72fr)) minmax(280px, 1fr);
	padding-bottom: 48px;
}

.site-footer__about h2 {
	align-items: center;
	color: #211d19;
	display: flex;
	gap: 9px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 18px;
}

.site-footer__about h2 i,
.site-footer__column h2 i {
	color: var(--color-accent);
	font-size: 0.88rem;
	width: 16px;
}

.site-footer__about p {
	color: #6b655f;
	font-size: 0.94rem;
	line-height: 1.7;
	margin: 0;
	max-width: 390px;
}

.site-footer__column h2 {
	align-items: center;
	color: #211d19;
	display: flex;
	gap: 9px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 18px;
}

.site-footer__column ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__column a {
	color: #6b655f;
	font-size: 0.92rem;
	line-height: 1.35;
	text-decoration: none;
	transition: color 180ms ease;
}

.site-footer__column a:hover {
	color: var(--color-accent);
}

.site-footer__contact {
	background: #1a1f22;
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(23, 23, 23, 0.16);
	color: #ffffff;
	display: grid;
	gap: 9px;
	padding: 24px;
}

.site-footer__contact strong {
	align-items: center;
	color: var(--color-accent);
	display: flex;
	gap: 9px;
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1.3;
	text-transform: uppercase;
}

.site-footer__contact a,
.site-footer__contact span {
	align-items: center;
	color: rgba(255, 255, 255, 0.82);
	display: flex;
	gap: 9px;
	font-size: 0.88rem;
	line-height: 1.45;
	text-decoration: none;
}

.site-footer__contact i {
	color: var(--color-accent);
	flex: 0 0 auto;
	font-size: 0.78rem;
	width: 14px;
}

.site-footer__contact a {
	white-space: nowrap;
}

.site-footer__contact a:hover {
	color: var(--color-accent);
}

.site-footer__bottom {
	border-top: 1px solid var(--section-divider);
	padding: 18px 0;
}

.site-footer__bottom-inner {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.site-footer__bottom p {
	color: #6b655f;
	font-size: 0.88rem;
	line-height: 1.4;
	margin: 0;
}

@media (max-width: 900px) {
	.mocnyhak-cart {
		padding: 28px 24px;
	}

	.mocnyhak-cart-steps {
		font-size: 0.82rem;
		justify-content: flex-start;
	}

	.mocnyhak-cart__heading {
		grid-template-columns: 1fr;
	}

	.mocnyhak-cart__layout {
		grid-template-columns: 1fr;
	}

	.mocnyhak-checkout__heading {
		grid-template-columns: 1fr;
	}

	.mocnyhak-checkout-steps {
		justify-content: flex-start;
	}

	.mocnyhak-checkout form.checkout {
		grid-template-areas:
			"details"
			"summary";
		grid-template-columns: 1fr;
	}

	.mocnyhak-checkout #customer_details,
	.mocnyhak-checkout #order_review_heading,
	.mocnyhak-checkout #order_review {
		grid-column: auto;
	}

	.mocnyhak-checkout #order_review_heading {
		margin: 4px 0 -24px;
	}

	.mocnyhak-checkout #order_review {
		position: static;
	}

	.mocnyhak-checkout .woocommerce-billing-fields__field-wrapper,
	.mocnyhak-checkout .woocommerce-shipping-fields__field-wrapper,
	.mocnyhak-checkout .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.mocnyhak-checkout #billing_first_name_field,
	.mocnyhak-checkout #billing_last_name_field,
	.mocnyhak-checkout #billing_company_field,
	.mocnyhak-checkout #billing_nip_field,
	.mocnyhak-checkout #shipping_first_name_field,
	.mocnyhak-checkout #shipping_last_name_field,
	.mocnyhak-checkout #shipping_company_field,
	.mocnyhak-checkout #shipping_nip_field,
	.mocnyhak-checkout #billing_postcode_field,
	.mocnyhak-checkout #billing_city_field,
	.mocnyhak-checkout #billing_phone_field,
	.mocnyhak-checkout #billing_email_field {
		grid-column: 1 / -1;
	}

	.mocnyhak-checkout .woocommerce-customer-details .woocommerce-columns--addresses {
		grid-template-columns: 1fr;
	}

	.mocnyhak-checkout .woocommerce-order-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mocnyhak-checkout .woocommerce-order-overview li {
		border: 1px solid rgba(23, 23, 23, 0.08);
	}

	.mocnyhak-checkout .woocommerce-order-overview li:nth-child(2n) {
		border-right: 1px solid rgba(23, 23, 23, 0.08);
	}

	.mocnyhak-order-nip {
		grid-template-columns: 1fr;
	}

	.mocnyhak-cart-summary {
		padding: 24px;
		position: static;
	}

	.woocommerce-cart .entry--page {
		padding: 28px 24px;
	}

	.woocommerce-cart .wc-block-cart,
	.woocommerce-cart .wc-block-components-sidebar-layout {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart .wc-block-cart__sidebar,
	.woocommerce-cart .wc-block-components-sidebar,
	.woocommerce-cart .cart-collaterals .cart_totals {
		margin-top: 24px;
	}

	.woocommerce-cart table.shop_table_responsive tr td::before {
		color: #17130f;
		font-weight: 800;
	}

	.advice-section__inner {
		gap: 34px;
		grid-template-columns: 1fr;
	}

	.category-showcase__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
	}

	.category-tile,
	.category-tile--large {
		grid-row: auto;
		min-height: 240px;
	}

	.category-tile--large {
		grid-column: 1 / -1;
		min-height: 360px;
	}

	.workshop-gallery__viewport {
		padding-left: 56px;
		padding-right: 56px;
		padding-bottom: 42px;
	}

	.workshop-gallery__slide {
		flex-basis: calc((100% - 20px) / 2);
		min-height: 300px;
	}

	.workshop-gallery__slide img {
		height: 320px;
	}

	.featured-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.featured-products-panels {
		min-height: 0;
		max-width: 720px;
	}

	.hero__inner {
		grid-template-columns: 1fr;
		min-height: 430px;
	}

	.hero-assortment {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__inner,
	.test-feature-grid {
		grid-template-columns: 1fr;
	}

	.purchase-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__about,
	.site-footer__contact {
		grid-column: 1 / -1;
	}

	.site-footer__contact a {
		white-space: normal;
	}

	.contact-map-section {
		grid-template-columns: 1fr;
	}

	.contact-map-section__info {
		padding: 54px 24px;
	}

	.contact-map-section__content {
		justify-self: center;
		max-width: 680px;
	}
}

@media (max-width: 560px) {
	.quick-contact {
		bottom: 86px;
		right: 0;
		top: auto;
		transform: none;
	}

	.quick-contact__button {
		min-height: 36px;
		padding: 7px 10px 7px 9px;
		transform: translateX(0);
		width: 136px;
	}

	.quick-contact__button i {
		font-size: 0.98rem;
		height: 25px;
		width: 25px;
	}

	.quick-contact__button strong {
		font-size: 0.7rem;
	}

	.quick-contact__button small {
		font-size: 0.56rem;
	}

	.container {
		padding: 0 18px;
	}

	.site-main--cart {
		padding: 0;
	}

	.mocnyhak-cart {
		border-radius: 0;
		margin-left: 0;
		margin-right: 0;
		padding: 28px 0 42px;
	}

	.mocnyhak-cart__header h1 {
		font-size: clamp(2.05rem, 13vw, 2.7rem);
	}

	.mocnyhak-checkout {
		padding: 28px 0 42px;
		width: calc(100% - 28px);
	}

	.mocnyhak-checkout__heading h1 {
		font-size: clamp(2.05rem, 13vw, 2.7rem);
	}

	.mocnyhak-checkout-steps {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.mocnyhak-checkout-steps i {
		display: none;
	}

	.mocnyhak-checkout .woocommerce-billing-fields,
	.mocnyhak-checkout .woocommerce-shipping-fields,
	.mocnyhak-checkout .woocommerce-additional-fields,
	.mocnyhak-checkout #order_review {
		padding-left: 18px;
		padding-right: 18px;
	}

	.mocnyhak-checkout .woocommerce-shipping-fields > h3 {
		margin-left: 0;
		margin-right: 0;
	}

	.mocnyhak-checkout .shipping_address {
		padding: 20px 18px 18px;
	}

	.mocnyhak-checkout form.checkout_coupon {
		grid-template-columns: 1fr;
	}

	.mocnyhak-checkout form.checkout_coupon .form-row-first,
	.mocnyhak-checkout form.checkout_coupon .form-row-last {
		grid-column: 1 / -1;
	}

	.mocnyhak-checkout form.checkout_coupon button.button {
		width: 100%;
	}

	.mocnyhak-checkout .woocommerce-billing-fields__field-wrapper,
	.mocnyhak-checkout .woocommerce-shipping-fields__field-wrapper,
	.mocnyhak-checkout .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mocnyhak-checkout #billing_first_name_field,
	.mocnyhak-checkout #billing_last_name_field,
	.mocnyhak-checkout #billing_company_field,
	.mocnyhak-checkout #billing_nip_field,
	.mocnyhak-checkout #shipping_first_name_field,
	.mocnyhak-checkout #shipping_last_name_field,
	.mocnyhak-checkout #shipping_company_field,
	.mocnyhak-checkout #shipping_nip_field,
	.mocnyhak-checkout #billing_postcode_field,
	.mocnyhak-checkout #billing_city_field,
	.mocnyhak-checkout #billing_phone_field,
	.mocnyhak-checkout #billing_email_field {
		grid-column: span 1;
	}

	.mocnyhak-checkout #order_review_heading {
		padding-left: 18px;
		padding-right: 18px;
	}

	.mocnyhak-checkout .woocommerce-order-overview {
		grid-template-columns: 1fr;
	}

	.mocnyhak-checkout .woocommerce-order-overview li,
	.mocnyhak-checkout .woocommerce-order-overview li:nth-child(2n) {
		border-right: 1px solid rgba(23, 23, 23, 0.08);
	}

	.mocnyhak-checkout .woocommerce-customer-details .woocommerce-columns--addresses,
	.mocnyhak-checkout .woocommerce-customer-details .col2-set.addresses {
		grid-template-columns: 1fr;
	}

	.mocnyhak-checkout .woocommerce-order {
		padding: 18px;
	}

	.mocnyhak-checkout .woocommerce-thankyou-order-received {
		align-items: flex-start;
	}

	.mocnyhak-checkout .woocommerce-table--order-details th,
	.mocnyhak-checkout .woocommerce-table--order-details td {
		font-size: 0.84rem;
		padding: 12px;
	}

	.mocnyhak-checkout .woocommerce-table--order-details td:last-child,
	.mocnyhak-checkout .woocommerce-table--order-details th:last-child {
		white-space: normal;
	}

	.purchase-benefits-section {
		padding: 24px 14px 0;
	}

	.purchase-benefits {
		grid-template-columns: 1fr;
	}

	.purchase-benefits__item {
		min-height: 76px;
		padding: 18px 20px;
	}

	.mocnyhak-cart-steps {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.mocnyhak-cart-steps i {
		display: none;
	}

	.mocnyhak-cart__items-head {
		display: none;
	}

	.mocnyhak-cart-free-shipping {
		margin-bottom: 20px;
		padding: 16px;
	}

	.mocnyhak-cart-item {
		gap: 12px;
		grid-template-columns: 78px minmax(0, 1fr);
	}

	.mocnyhak-cart-item__image {
		height: 64px;
		width: 78px;
	}

	.mocnyhak-cart-item__total {
		grid-column: 2;
		justify-items: start;
		text-align: left;
	}

	.mocnyhak-cart-item__content p {
		display: none;
	}

	.mocnyhak-cart-item__controls {
		gap: 10px;
	}

	.mocnyhak-cart-coupon__form {
		flex-direction: column;
	}

	.mocnyhak-cart-coupon__form input,
	.mocnyhak-cart-coupon__form button {
		width: 100%;
	}

	.woocommerce-cart .content-layout {
		padding-bottom: 56px;
		padding-top: 34px;
	}

	.woocommerce-cart .entry--page {
		border-radius: 0;
		margin-left: -18px;
		margin-right: -18px;
		padding: 24px 18px;
	}

	.woocommerce-cart .entry__title {
		font-size: clamp(2.05rem, 13vw, 2.7rem);
	}

	.woocommerce-cart .wc-block-cart-item__image img,
	.woocommerce-cart table.shop_table .product-thumbnail img {
		height: 62px;
		width: 78px;
	}

	.woocommerce-cart .wc-block-cart-item__product,
	.woocommerce-cart table.shop_table .product-name {
		padding-left: 8px;
	}

	.woocommerce-cart .wc-block-cart-item__product a,
	.woocommerce-cart table.shop_table .product-name a {
		font-size: 0.88rem;
	}

	.advice-section {
		padding: 54px 0 58px;
	}

	.advice-section__content p {
		font-size: 0.95rem;
	}

	.advice-section__checklist li {
		align-items: flex-start;
		font-size: 0.92rem;
	}

	.advice-section__features {
		grid-template-columns: 1fr;
	}

	.advice-feature {
		min-height: 0;
		padding: 20px;
	}

	.category-showcase {
		padding: 56px 0 62px;
	}

	.category-showcase__heading {
		text-align: left;
	}

	.category-showcase__grid {
		gap: 12px;
		grid-template-columns: 1fr;
	}

	.category-tile,
	.category-tile--large {
		grid-column: auto;
		min-height: 230px;
		padding: 22px;
	}

	.category-tile strong,
	.category-tile--large strong {
		font-size: 0.96rem;
	}

	.category-tile small,
	.category-tile--large small {
		font-size: 0.8rem;
		max-width: 250px;
	}

	.featured-products-section {
		padding: 54px 0 62px;
	}

	.featured-products-section__heading {
		text-align: left;
	}

	.featured-products-section__heading h2 {
		font-size: clamp(1.75rem, 8vw, 2.2rem);
		line-height: 1.12;
	}

	.featured-products-section__heading p {
		font-size: 0.94rem;
	}

	.featured-products-tabs {
		justify-content: flex-start;
		margin-bottom: 22px;
	}

	.featured-products-grid {
		grid-template-columns: 1fr;
	}

	.featured-products-panels {
		max-width: 340px;
	}

	.reviews-section {
		padding: 54px 0 60px;
	}

	.workshop-gallery,
	.faq-section {
		padding: 54px 0 62px;
	}

	.workshop-gallery__heading,
	.reviews-section__heading,
	.faq-section__heading {
		text-align: left;
	}

	.workshop-gallery__viewport {
		mask-image: none;
		padding: 10px 44px 36px;
	}

	.workshop-gallery__track {
		gap: 14px;
	}

	.workshop-gallery__slide {
		flex-basis: 100%;
		min-height: 260px;
	}

	.workshop-gallery__slide img {
		height: 280px;
	}

	.workshop-gallery__button {
		height: 42px;
		width: 42px;
	}

	.faq-section__list {
		gap: 10px;
	}

	.faq-item__question {
		gap: 14px;
		padding: 17px 18px;
	}

	.faq-item__question span {
		font-size: 0.92rem;
	}

	.faq-item__question i {
		height: 29px;
		width: 29px;
	}

	.faq-item__answer {
		padding: 0 18px 18px;
	}

	.faq-item__answer p {
		font-size: 0.92rem;
		padding-top: 14px;
	}

	.contact-map-section__info {
		padding: 46px 18px;
	}

	.contact-map-section h2 {
		font-size: clamp(1.65rem, 8vw, 2.1rem);
	}

	.contact-map-section__details a {
		padding: 12px;
	}

	.contact-map-section__details span,
	.contact-map-section__hours span,
	.contact-map-section__hours strong {
		font-size: 0.9rem;
	}

	.contact-map-section__hours div {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.contact-map-section__map,
	.contact-map-section__map iframe {
		min-height: 360px;
	}

	.brand-slider {
		padding: 14px 0;
	}

	.brand-slider__track {
		gap: 12px;
	}

	.brand-slider__item {
		height: 66px;
		padding: 7px 14px;
		width: 136px;
	}

	.brand-slider__item img {
		max-height: 48px;
		width: 108px;
	}

	.site-footer {
		padding-top: 34px;
	}

	.site-footer__content {
		padding-left: 18px;
		padding-right: 18px;
	}

	.site-footer__inner {
		gap: 28px;
		grid-template-columns: 1fr;
		padding-bottom: 36px;
	}

	.site-footer__about p {
		max-width: none;
	}

	.site-footer__contact {
		padding: 20px;
	}

	.site-footer__bottom-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.hero__inner,
	.section,
	.content-layout {
		padding-bottom: 44px;
		padding-top: 44px;
	}

	.vehicle-finder {
		max-width: none;
		padding: 18px;
	}

	.hero-assortment {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vehicle-finder__header {
		gap: 4px;
	}

	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.brand-slider__track,
	.workshop-gallery__track {
		transform: none;
	}

	.workshop-gallery__track,
	.workshop-gallery__slide,
	.workshop-gallery__slide img,
	.workshop-gallery__overlay {
		transition: none;
	}
}
