:root {
	--store-ink: #17212b;
	--store-muted: #607080;
	--store-paper: #f7f8fa;
	--store-surface: #ffffff;
	--store-line: #dbe6ee;
	--store-accent: #0d6ab2;
	--store-accent-dark: #09538c;
	--store-warm: #ff9418;
	--store-danger: #a63f3f;
	--store-radius: 6px;
	--store-shadow: 0 12px 32px rgba(24, 32, 29, 0.09);
}

.store-brand-neo,
.store-brand-lauko {
	--store-accent: #0d6ab2;
	--store-accent-dark: #09538c;
	--store-warm: #ff9418;
}

.store-brand-sodo {
	--store-accent: #356b3f;
	--store-accent-dark: #244c2c;
	--store-warm: #d8a64a;
}

body {
	color: var(--store-ink);
	background: var(--store-surface);
	font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.site-title,
.woocommerce-loop-product__title {
	color: var(--store-ink);
	font-family: "Inter", "Segoe UI", system-ui, sans-serif;
	letter-spacing: -0.025em;
}

a {
	text-underline-offset: 0.16em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--store-accent) 34%, transparent);
	outline-offset: 3px;
}

.site-header,
.main-header {
	box-shadow: 0 1px 0 var(--store-line);
}

@media (min-width: 993px) {
	.store-brand-lauko .main-navigation,
	.store-brand-neo .main-navigation {
		background: var(--store-accent);
	}
}

.main-header .site-branding img {
	max-height: 58px;
	width: auto;
}

/* Shoptimizer-style utility links: small, legible icons without extra markup. */
.secondary-navigation .menu a {
	display: flex !important;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	justify-content: center;
	padding: 0 0.875em !important;
	line-height: 1.15;
}

.secondary-navigation a::before {
	display: inline-block;
	width: 32px;
	height: 32px;
	content: "";
	background: currentColor;
	-webkit-mask: var(--store-utility-icon) center / contain no-repeat;
	mask: var(--store-utility-icon) center / contain no-repeat;
}

.secondary-navigation a[href*="my-account"] {
	--store-utility-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='16' r='13'/%3E%3Ccircle cx='16' cy='12' r='4'/%3E%3Cpath d='M8.5 25c1.4-4.2 4-6.2 7.5-6.2s6.1 2 7.5 6.2'/%3E%3C/svg%3E");
}

.secondary-navigation a[href*="kontaktai"] {
	--store-utility-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='16' r='13'/%3E%3Cpath d='M12.2 12.3a4 4 0 1 1 6.9 2.7c-1.8 1.6-3.1 2.1-3.1 4'/%3E%3Cpath d='M16 23h.01'/%3E%3C/svg%3E");
}

.secondary-navigation a[href*="checkout"] {
	--store-utility-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='16' r='13'/%3E%3Cpath d='M10 16h11M17 11l5 5-5 5'/%3E%3C/svg%3E");
}

.main-navigation ul.menu > li > a {
	background: transparent !important;
	font-size: 0.9rem;
	font-weight: 650;
	letter-spacing: 0.01em;
}

.woocommerce-products-header,
.woocommerce-breadcrumb {
	max-width: 1240px;
	margin-inline: auto;
}

.woocommerce-products-header__title.page-title {
	max-width: 24ch;
	font-size: clamp(1.75rem, 3vw, 2.75rem);
	line-height: 1.05;
}

/*
 * Product titles here are long and specification-heavy ("POLAMP Girlianda-
 * varvekliai, universali IP44, pastovios sviesos"). A display-size heading
 * turned them into six-line walls; the specification rail below carries the
 * detail instead.
 */
.single-product .product_title {
	max-width: 30ch;
	font-size: clamp(1.5rem, 2.2vw, 2.125rem);
	line-height: 1.15;
}

.single-product div.product .summary > .price,
.single-product div.product .woocommerce-variation-price .price {
	display: flex;
	gap: 10px;
	align-items: baseline;
	margin: 0.5rem 0 1rem;
	font-size: clamp(1.35rem, 2vw, 1.7rem) !important;
	font-weight: 750;
	line-height: 1.2;
}

.single-product div.product .price del {
	font-size: 0.72em;
	font-weight: 500;
	opacity: 0.62;
}

.single-product div.product .price ins {
	font-size: 1em;
	font-weight: 800;
	text-decoration: none;
}

/*
 * Do NOT set `gap` on ul.products, and do NOT set padding/width on li.product.
 * Shoptimizer lays the grid out with a negative-margin gutter system:
 *   ul.products      -> width: calc(100% + 30px); margin-left: -15px
 *   li.product       -> padding-left/right: 15px   (this IS the gutter)
 *   .columns-N li    -> width: 19.98% / 24.97% / 33.3% ...
 * Adding a gap pushes the row past 100%, so the last column wraps and leaves a
 * dead band on the right — the page looks shifted left. Overriding li padding
 * also removes the padding-bottom:40px that the hover Add-to-Cart button
 * is absolutely positioned into.
 *
 * Card styling goes on li.product::before, which Shoptimizer already renders as
 * an absolutely positioned card behind each product (so it costs no layout).
 */
@media (min-width: 993px) {
	ul.products li.product:not(.product-category)::before {
		visibility: visible;
		opacity: 1;
		border: 1px solid transparent;
		border-radius: var(--store-radius);
		background: var(--store-surface);
		box-shadow: none;
		transition: box-shadow 180ms ease, border-color 180ms ease;
	}

	ul.products li.product:not(.product-category):hover::before {
		border-color: color-mix(in srgb, var(--store-accent) 32%, var(--store-line));
		box-shadow: var(--store-shadow);
	}
}

ul.products li.product img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border-radius: calc(var(--store-radius) - 3px);
	background: #fff;
}

ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.8em;
	font-size: 1rem;
	line-height: 1.38;
}

.price {
	color: var(--store-ink) !important;
	font-variant-numeric: tabular-nums;
}

.price ins {
	color: var(--store-danger);
}

.button,
button,
input[type="submit"] {
	border-radius: 4px !important;
	font-weight: 700;
}

.single_add_to_cart_button,
.checkout-button,
#place_order {
	background: var(--store-warm) !important;
	color: var(--store-ink) !important;
}

.single_add_to_cart_button:hover,
.checkout-button:hover,
#place_order:hover {
	background: #e97800 !important;
	color: #fff !important;
}

/* CommerceKit: choices look and behave like a compact configurator. */
.variations_form .variations {
	margin: 1.2rem 0 0.5rem;
	padding: 0;
	border: 0;
	background: transparent;
}

.variations_form .variations tr {
	display: grid;
	grid-template-columns: minmax(120px, 0.3fr) minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 0.9rem 0;
	border-bottom: 1px solid var(--store-line);
}

.variations_form .variations tr:last-child {
	border-bottom: 0;
}

.variations_form .variations th,
.variations_form .variations td {
	display: block;
	width: auto;
	padding: 0;
}

.variations_form .variations label {
	display: block;
	padding-top: 0.38rem;
	font-size: 0.82rem;
	line-height: 1.25;
}

.cgkit-as-wrap .cgkit-swatch-title {
	display: none;
}

.cgkit-attribute-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0;
}

.cgkit-attribute-swatch {
	margin: 0 !important;
}

.cgkit-attribute-swatch.cgkit-button .cgkit-swatch {
	min-height: 38px;
	padding: 7px 12px !important;
	border: 1px solid #9ca7af !important;
	border-radius: 3px !important;
	background: #fff !important;
	color: var(--store-ink) !important;
	font-weight: 650;
}

.cgkit-attribute-swatch.cgkit-button .cgkit-swatch-selected {
	border-color: var(--store-ink) !important;
	box-shadow: inset 0 0 0 1px var(--store-ink);
}

.cgkit-attribute-swatch.cgkit-color .cgkit-swatch {
	position: relative;
	width: 38px;
	height: 38px;
	border: 2px solid #fff !important;
	border-radius: 50% !important;
	box-shadow: 0 0 0 1px #bdc4ca;
}

.cgkit-attribute-swatch.cgkit-color .cgkit-swatch-selected {
	box-shadow: 0 0 0 2px var(--store-accent), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.cgkit-attribute-swatch.cgkit-color .color-div {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	font-size: 0;
}

.cgkit-attribute-swatch .cross {
	display: none;
}

.cgkit-attribute-swatch .cgkit-swatch {
	position: relative;
}

.cgkit-as-outofstock,
.cgkit-attribute-swatch.store-option-unavailable {
	opacity: 0.38;
}

.cgkit-attribute-swatch.store-option-unavailable .cgkit-swatch::after,
.cgkit-attribute-swatch.cgkit-as-outofstock .cgkit-swatch::after {
	position: absolute;
	inset: 1px;
	z-index: 3;
	content: "";
	border-radius: inherit;
	background: linear-gradient(135deg, transparent 49%, #111827 49%, #111827 51%, transparent 51%);
	pointer-events: none;
}

.cgkit-attribute-swatch.store-option-unavailable .cgkit-swatch-selected {
	box-shadow: 0 0 0 2px var(--store-danger);
}

.reset_variations {
	display: inline-block;
	margin-top: 8px;
	font-size: 0.78rem;
}

.store-specifications {
	margin: 1.35rem 0 0;
	border-block: 1px solid var(--store-line);
}

.store-specifications__title {
	margin: 0;
	padding: 1rem 0;
	font-size: 0.85rem;
	font-weight: 750;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.store-spec-rail {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding: 0 0 1rem;
}

.store-spec-rail__item {
	padding: 0.8rem 0.9rem 0.8rem 0;
}

.store-spec-rail dt {
	margin: 0 0 0.16rem;
	color: var(--store-muted);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.store-spec-rail dd {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 650;
}

.store-trust-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	max-width: 1240px;
	margin: clamp(24px, 5vw, 64px) auto;
	overflow: hidden;
	border: 1px solid var(--store-line);
	border-radius: var(--store-radius);
	background: var(--store-line);
}

.store-trust-strip__item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 22px;
	background: var(--store-surface);
}

.store-trust-strip__mark {
	width: 28px;
	height: 28px;
	margin-top: 1px;
	flex: 0 0 auto;
	background: var(--store-accent);
	-webkit-mask: var(--store-trust-icon) center / contain no-repeat;
	mask: var(--store-trust-icon) center / contain no-repeat;
}

.store-icon-sliders { --store-trust-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7'%3E%3Cpath d='M4 7h10M18 7h2M4 17h2M10 17h10M14 4v6M7 14v6'/%3E%3C/svg%3E"); }
.store-icon-shield { --store-trust-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7'%3E%3Cpath d='M12 3 4 6v6c0 5 3.4 8 8 9 4.6-1 8-4 8-9V6z'/%3E%3Cpath d='m8.5 12 2.2 2.2 4.8-5'/%3E%3C/svg%3E"); }
.store-icon-chat { --store-trust-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3Cpath d='M8 10h8M8 14h5'/%3E%3C/svg%3E"); }

.woocommerce-variation-availability .stock,
.store-availability-notice {
	margin: 0.75rem 0 0.85rem;
	padding: 0.75rem 0.9rem;
	border-left: 4px solid var(--store-accent);
	border-radius: 3px;
	background: color-mix(in srgb, var(--store-accent) 8%, #fff);
	font-weight: 750;
}

.woocommerce-variation-availability .stock.out-of-stock,
.store-availability-notice.is-out {
	border-left-color: var(--store-danger);
	background: color-mix(in srgb, var(--store-danger) 9%, #fff);
	color: var(--store-danger);
}

.store-trust-strip strong,
.store-trust-strip span {
	display: block;
}

.store-trust-strip strong {
	margin-bottom: 4px;
}

.store-trust-strip span {
	color: var(--store-muted);
	font-size: 0.86rem;
	line-height: 1.45;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	border-radius: var(--store-radius);
}

@media (max-width: 768px) {
	.main-header .site-branding img {
		max-height: 44px;
	}

	.woocommerce-products-header__title.page-title {
		font-size: clamp(1.6rem, 7vw, 2.1rem);
	}

	.single-product .product_title {
		font-size: clamp(1.35rem, 5.5vw, 1.75rem);
	}

	.store-trust-strip,
	.store-spec-rail {
		grid-template-columns: 1fr;
	}

	.store-trust-strip__item {
		padding: 18px;
	}

	.variations_form .variations tr {
		grid-template-columns: 1fr;
		gap: 6px;
	}

}

/*
 * Full-bleed cover blocks (the home hero and the closing call to action) span
 * the viewport, but their content was left-aligned against a 16px edge. Centre
 * the content and hold it to the same measure as the rest of the site.
 */
.entry-content .wp-block-cover.alignfull > .wp-block-cover__inner-container {
	box-sizing: border-box;
	width: 100%;
	max-width: 1170px;
	margin-inline: auto;
	padding-inline: clamp(16px, 4vw, 32px);
	text-align: center;
}

.entry-content .wp-block-cover.alignfull > .wp-block-cover__inner-container > * {
	margin-inline: auto;
}

.entry-content .wp-block-cover.alignfull .wp-block-buttons {
	justify-content: center;
}

.store-cta-button .wp-block-button__link,
.store-service-cta .button {
	border: 0 !important;
	border-radius: 4px !important;
	background: var(--store-warm) !important;
	color: var(--store-ink) !important;
	box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16);
}

.store-cta-button .wp-block-button__link:hover,
.store-service-cta .button:hover {
	background: #e97800 !important;
	color: #fff !important;
}

/* The home hero follows Shoptimizer's compact, left-led promotional layout. */
.entry-content .store-home-hero.wp-block-cover.alignfull > .wp-block-cover__inner-container {
	text-align: left;
}

.entry-content .store-home-hero.wp-block-cover.alignfull > .wp-block-cover__inner-container > * {
	max-width: 650px;
	margin-left: 0;
}

.entry-content .store-home-hero.wp-block-cover.alignfull .wp-block-buttons {
	justify-content: flex-start;
}

/*
 * Taller hero on desktop. The cover block carries an inline min-height of
 * 54vh, which suits phones but leaves the desktop hero shallow, so override
 * it above the layout breakpoint only.
 */
@media (min-width: 993px) {
	.entry-content .store-home-hero.wp-block-cover.alignfull {
		min-height: 72vh !important;
	}
}

.store-contact-intro {
	max-width: 760px;
	margin-bottom: 2rem;
}

.store-contact-details {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 clamp(36px, 6vw, 72px);
}

.store-info-card {
	min-height: 210px;
	padding: 28px;
	border: 1px solid var(--store-line);
	border-radius: var(--store-radius);
	background: var(--store-surface);
}

.store-info-card img {
	width: 52px;
	height: 52px;
	margin-bottom: 22px;
	object-fit: contain;
}

.store-info-card h3 {
	margin: 0 0 8px;
	font-size: 1.1rem;
}

.store-info-card p {
	margin: 0;
	color: var(--store-muted);
}

.store-contact-panel {
	display: grid;
	grid-template-columns: minmax(260px, 0.75fr) minmax(360px, 1.25fr);
	gap: clamp(30px, 6vw, 80px);
	align-items: start;
	padding: clamp(28px, 5vw, 56px);
	border-radius: var(--store-radius);
	background: var(--store-paper);
}

.store-contact-panel__copy h2 {
	margin-top: 0;
}

/*
 * Variation attributes that only have one possible option are pre-selected in
 * PHP and hidden here, so the customer only chooses things that actually vary.
 * The `.store-fixed-row` class is added by storefront.js; the :has() rule is
 * the no-JS path.
 */
.variations tr:has(select.store-fixed-attribute),
.variations .store-fixed-row,
.variations tr:has(select.store-dependent-attribute),
.variations .store-dependent-row {
	display: none;
}

/* If nothing is left to choose, the reset link has nothing to reset. */
.variations.store-all-fixed + .single_variation_wrap .reset_variations,
.variations.store-all-fixed ~ .reset_variations,
.store-all-fixed .reset_variations {
	display: none !important;
}

.variations tr > td.value {
	padding-bottom: 0.9rem;
}

.variations label {
	font-weight: 650;
}

.store-contact-form {
	width: 100%;
	max-width: 680px;
	margin: 0;
}

.store-contact-form__trap {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.store-contact-form__fields p {
	margin: 0 0 1rem;
}

.store-contact-form__fields label {
	display: block;
	margin-bottom: 0.3rem;
	font-weight: 650;
	font-size: 0.9rem;
}

.store-contact-form__fields input,
.store-contact-form__fields textarea,
.store-callback-form input[type="text"],
.store-callback-form input[type="tel"] {
	display: block;
	min-height: 48px;
	width: 100%;
	padding: 0.6rem 0.75rem;
	border: 1px solid var(--store-line);
	border-radius: 7px;
	font: inherit;
}

.store-human-check {
	padding: 0.75rem 0.85rem;
	border: 1px solid var(--store-line);
	border-radius: 5px;
	background: #fff;
}

.store-human-check label {
	display: flex !important;
	gap: 10px;
	align-items: center;
	margin: 0 !important;
}

.store-human-check input {
	width: 18px !important;
	height: 18px;
	margin: 0;
}

.store-callback-form h2 {
	margin: 0 0 1.2rem;
}

.store-callback-form form > p {
	margin: 0 0 1rem;
}

.store-callback-form form > p > label:not(.store-human-check label) {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 650;
}

.store-callback-form fieldset {
	display: flex;
	gap: 18px;
	margin: 0 0 1rem;
	padding: 0;
	border: 0;
}

.store-callback-form legend {
	width: 100%;
	margin-bottom: 0.45rem;
	font-weight: 650;
}

/* Compact Shoptimizer archive banner; the term image becomes atmosphere, not content. */
.store-category-banner {
	position: relative;
	display: flex;
	min-height: 250px;
	align-items: center;
	margin-bottom: 2.25rem;
	background-color: #eef4f7;
	background-image: linear-gradient(90deg, rgba(10, 27, 42, 0.92) 0%, rgba(10, 27, 42, 0.72) 48%, rgba(10, 27, 42, 0.12) 100%), var(--store-category-image);
	background-position: center;
	background-size: cover;
}

.store-category-banner .store-category-banner__content {
	max-width: 670px;
	padding-block: 42px;
	color: #fff;
}

.store-category-banner h1 {
	margin: 0 0 0.7rem;
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.3rem);
}

.shoptimizer-category-banner.store-category-banner h1 {
	color: #fff !important;
}

.store-category-banner p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
	line-height: 1.55;
}

.store-category-banner__details {
	margin-top: 0.8rem;
}

.store-category-banner__details summary {
	display: inline-block;
	cursor: pointer;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.store-category-banner__details[open] p {
	margin-top: 0.7rem;
}

/* User-triggered progressive loading keeps the footer reachable. */
.store-infinite-loader {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	clear: both;
	padding: 1.5rem 0 2.5rem;
}

.store-js .woocommerce-pagination.store-pagination-enhanced {
	display: none;
}

.store-infinite-loader__status {
	color: var(--store-muted);
	font-size: 0.85rem;
}

.store-infinite-loader .button {
	min-width: min(100%, 290px);
	padding: 0.9rem 1.4rem;
	background: var(--store-warm);
	color: var(--store-ink);
}

.store-service-cta {
	max-width: 1240px;
	min-height: 340px;
	margin: clamp(42px, 7vw, 86px) auto;
	padding: clamp(42px, 7vw, 76px) 24px;
	border-radius: 20px;
	background-image: linear-gradient(rgba(1, 8, 18, 0.63), rgba(1, 8, 18, 0.7)), var(--store-service-image);
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.store-service-cta > div {
	max-width: 650px;
	margin-inline: auto;
}

.store-service-cta h2 {
	margin: 0 0 1rem;
	color: #fff;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.store-service-cta p {
	margin: 0 auto 1.5rem;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.05rem;
}

.store-service-cta .button,
.store-service-cta .button:hover {
	background: #fff !important;
	color: #111 !important;
}

/* Keep long related cards within their section instead of touching the footer. */
.single-product .related.products {
	padding-bottom: clamp(44px, 7vw, 84px);
}

.single-product .related.products ul.products {
	margin-bottom: 0;
}

/* CommerceKit's mobile sticky action must never offer purchase for an
 * incomplete or out-of-stock variable selection. */
.store-variable-product:not(.store-variable-selection-ready) #cgkit-mobile-commercekit-sticky-atc,
.store-variable-product:not(.store-variable-selection-ready) .commercekit-sticky-add-to-cart {
	display: none !important;
}

/* The page template already prints the legal page title. */
.page-id-3 .entry-content > h1:first-child,
.page-id-12 .entry-content > h1:first-child {
	display: none;
}

/* Native Shoptimizer footer populated by the rehearsal configuration script. */
.site-footer {
	background: #121b24;
	color: rgba(255, 255, 255, 0.78);
}

.site-footer a,
.site-footer h2,
.site-footer h3 {
	color: #fff;
}

.store-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 0.8fr 1fr;
	gap: clamp(28px, 5vw, 72px);
	padding-block: clamp(48px, 7vw, 82px);
}

.store-footer-grid h3 {
	margin: 0 0 1rem;
	font-size: 1rem;
}

.store-footer-grid p {
	max-width: 45ch;
	font-size: 0.92rem;
}

.store-footer-grid ul {
	margin: 0;
	list-style: none;
}

.store-footer-grid li {
	margin: 0 0 0.55rem;
}

.store-footer-logo {
	max-width: 230px;
	height: auto;
	margin-bottom: 1.1rem;
}

.store-copyright {
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding-block: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	font-size: 0.82rem;
}

.store-copyright p {
	margin: 0;
}

.woocommerce-order-received .woocommerce-order {
	max-width: 980px;
	margin-inline: auto;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
	padding: 1.2rem 1.4rem;
	border-radius: 5px;
	background: color-mix(in srgb, var(--store-accent) 9%, #fff);
	font-size: 1.15rem;
	font-weight: 750;
}

.store-contact-form__success {
	padding: 0.9rem 1rem;
	border-radius: var(--store-radius);
	background: color-mix(in srgb, var(--store-accent) 12%, transparent);
	color: var(--store-accent-dark);
	font-weight: 650;
}

.store-contact-form__errors {
	padding: 0.9rem 1rem;
	margin-bottom: 1rem;
	border-radius: var(--store-radius);
	background: color-mix(in srgb, var(--store-danger) 10%, transparent);
	color: var(--store-danger);
}

.store-contact-form__errors p {
	margin: 0;
}

@media (max-width: 768px) {
	.menu-toggle .bar-text {
		display: none !important;
	}

	.col-full-nav,
	.store-brand-lauko .main-navigation,
	.store-brand-neo .main-navigation {
		background: #fff !important;
	}

	.main-navigation ul.menu > li > a,
	.main-navigation ul.menu > li > span,
	.main-navigation ul.menu > li.nolink > span {
		background: transparent !important;
		color: var(--store-ink) !important;
	}

	.main-navigation ul.menu {
		padding-block: 12px 18px;
		padding-inline: 22px;
	}

	.main-navigation ul.menu > li {
		margin-bottom: 6px;
	}

	.main-navigation ul.menu > li:last-child {
		margin-bottom: 0;
	}

	.mobile-extra {
		padding: 32px 22px 40px;
		border-top: 1px solid var(--store-line);
		background: #fff;
		color: var(--store-ink);
	}

	.store-mobile-extra p {
		margin: 0 0 1.35rem;
		color: var(--store-muted);
		line-height: 1.55;
	}

	.store-mobile-extra .button {
		display: block;
		width: 100%;
		padding: 0.9rem 1rem;
		margin-top: 18px;
		background: var(--store-warm);
		color: var(--store-ink);
		text-align: center;
	}

	.entry-content .store-home-hero.wp-block-cover.alignfull {
		width: 100vw;
		max-width: none;
		margin-left: calc(50% - 50vw) !important;
		border: 0;
	}

	.single-product .related.products ul.products li.product {
		margin-bottom: 24px;
	}
	.store-contact-details,
	.store-contact-panel {
		grid-template-columns: minmax(0, 1fr);
	}

	.store-info-card {
		min-height: 0;
		padding: 22px;
	}

	.store-contact-panel {
		padding: 24px 18px;
	}

	.store-category-banner {
		min-height: 220px;
		background-image: linear-gradient(rgba(10, 27, 42, 0.78), rgba(10, 27, 42, 0.78)), var(--store-category-image);
	}

	.store-footer-grid {
		grid-template-columns: 1fr;
	}

	.store-copyright {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}
