/*
Theme Name: Shirion Demo Child
Theme URI: https://example.test/shirion-demo
Description: RTL WooCommerce staging child theme for Shirion Computers.
Author: Shirion Staging
Template: storefront
Version: 0.2.12
Text Domain: shirion-demo-child
*/

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

@font-face {
	font-family: "Heebo";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("assets/fonts/heebo-500.ttf") format("truetype");
}

@font-face {
	font-family: "Heebo";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/heebo-600.ttf") format("truetype");
}

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

@font-face {
	font-family: "Heebo";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("assets/fonts/heebo-800.ttf") format("truetype");
}

@font-face {
	font-family: "Heebo";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("assets/fonts/heebo-900.ttf") format("truetype");
}

:root {
	--shirion-ink: #172033;
	--shirion-navy: #0f2a44;
	--shirion-blue: #263a8b;
	--shirion-blue-dark: #14245f;
	--shirion-orange: #f29120;
	--shirion-slate: #eef3f7;
	--shirion-line: #d7e1ea;
	--shirion-accent: #11a36a;
	--shirion-warm: #ffb000;
	--shirion-white: #ffffff;
	--shirion-muted: #637083;
	--shirion-font-ui: "Heebo", "Segoe UI", Arial, sans-serif;
	--shirion-font-display: "Heebo", "Segoe UI", Arial, sans-serif;
	--shirion-wide-shell: min(1720px, calc(100% - 2rem));
}

html[lang^="he"],
body.rtl {
	direction: rtl;
}

body.shirion-lang-dir-ltr {
	direction: ltr;
	unicode-bidi: isolate;
}

body {
	color: var(--shirion-ink);
	background: #f3f5f8;
	font-family: var(--shirion-font-ui);
	font-weight: 400;
	letter-spacing: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title,
.page-title,
.product_title,
.woocommerce-loop-product__title,
.shirion-logo-text,
.shirion-retail-hero h1,
.shirion-retail-section__head h2,
.shirion-section h2,
.shirion-category-rail h2,
.shirion-product-specs h2,
.shirion-product-filters__header h2 {
	font-family: var(--shirion-font-display);
	font-style: normal;
	letter-spacing: 0;
}

.shirion-gpu-family-nav,
.shirion-product-family-nav {
	margin: 0 0 1rem;
	padding: 1rem;
	border: 1px solid var(--shirion-line);
	border-radius: 8px;
	background: var(--shirion-white);
}

.shirion-gpu-family-nav h2,
.shirion-product-family-nav h2 {
	margin: 0 0 0.8rem;
	color: var(--shirion-navy);
	font-family: var(--shirion-font-display);
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0;
}

.shirion-gpu-family-nav nav,
.shirion-product-family-nav nav {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 0.65rem;
}

.shirion-gpu-family-nav a,
.shirion-gpu-family-nav a:visited,
.shirion-product-family-nav a,
.shirion-product-family-nav a:visited {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	min-height: 48px;
	padding: 0.65rem 0.8rem;
	border: 1px solid #d9e0eb;
	border-radius: 6px;
	color: var(--shirion-navy);
	background: #f7f9fc;
	text-decoration: none;
}

.shirion-gpu-family-nav a:hover,
.shirion-gpu-family-nav a:focus-visible,
.shirion-product-family-nav a:hover,
.shirion-product-family-nav a:focus-visible {
	border-color: var(--shirion-blue);
	color: var(--shirion-blue);
	background: #ffffff;
}

.shirion-gpu-family-nav a[aria-current="page"],
.shirion-gpu-family-nav a[aria-current="page"]:visited,
.shirion-product-family-nav a[aria-current="page"],
.shirion-product-family-nav a[aria-current="page"]:visited {
	border-color: var(--shirion-blue);
	color: #ffffff;
	background: var(--shirion-blue);
}

.shirion-gpu-family-nav a strong,
.shirion-product-family-nav a strong {
	font-size: 0.95rem;
	font-weight: 850;
}

.shirion-gpu-family-nav a span,
.shirion-product-family-nav a span {
	font-size: 0.78rem;
	font-weight: 700;
	opacity: 0.78;
}

a {
	color: #1266a3;
}

.shirion-access-widget {
	position: fixed;
	top: 110px;
	left: 0;
	z-index: 10000;
	font-family: var(--shirion-font-ui);
}

.shirion-access-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 54px;
	min-width: 54px;
	max-width: 54px;
	height: 54px;
	padding: 0;
	border: 0;
	border-radius: 0 8px 8px 0;
	color: #ffffff;
	background: var(--shirion-navy);
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.22);
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.shirion-access-toggle:hover,
.shirion-access-toggle:focus {
	color: #ffffff;
	background: #173a5c;
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.26);
	outline: 0;
}

.shirion-access-toggle:focus-visible {
	outline: 3px solid rgba(242, 145, 32, 0.72);
	outline-offset: 3px;
}

.shirion-access-toggle__icon {
	display: block;
	width: 38px;
	height: 38px;
	color: currentColor;
	flex: 0 0 auto;
	font-family: "Segoe UI Symbol", "Arial Unicode MS", "Noto Sans Symbols", sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	text-align: start;
}

.shirion-access-panel {
	position: absolute;
	top: 0;
	left: 54px;
	width: min(360px, calc(100vw - 66px));
	max-height: min(680px, calc(100vh - 120px));
	padding: 0.85rem;
	border: 1px solid #111827;
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.24);
	overflow: auto;
}

.shirion-access-panel[hidden] {
	display: none;
}

.shirion-access-panel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

.shirion-access-panel__header h2 {
	margin: 0;
	color: #111827;
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1.2;
}

.shirion-access-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 0;
	color: #000000;
	background: transparent;
	box-shadow: none;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
}

.shirion-access-font-controls {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.45rem;
	margin-bottom: 0.45rem;
}

.shirion-access-font-controls button,
.shirion-access-actions button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	min-height: 44px;
	padding: 0.45rem 0.65rem;
	border: 1px solid #111827;
	border-radius: 0;
	color: #111827;
	background: #ffffff;
	box-shadow: none;
	font-size: 1rem;
	font-weight: 650;
	text-align: right;
	cursor: pointer;
}

.shirion-access-font-controls button {
	flex-direction: column;
	justify-content: center;
	font-size: 0.92rem;
	line-height: 1.2;
}

.shirion-access-font-controls strong {
	display: block;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
}

.shirion-access-font-controls button:first-child strong {
	font-size: 2.55rem;
}

.shirion-access-font-controls button:last-child strong {
	font-size: 1.55rem;
}

.shirion-access-actions {
	display: grid;
	gap: 0.45rem;
}

.shirion-access-actions strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.5rem;
	color: #000000;
	font-size: 1.45rem;
	line-height: 1;
}

.shirion-access-font-controls button:hover,
.shirion-access-font-controls button:focus,
.shirion-access-actions button:hover,
.shirion-access-actions button:focus,
.shirion-access-actions button[aria-pressed="true"] {
	border-color: var(--shirion-blue);
	color: var(--shirion-blue);
	background: #eef3ff;
	outline: 2px solid rgba(38, 58, 139, 0.18);
}

.shirion-access-statement {
	display: block;
	margin-top: 0.65rem;
	color: #1266d6;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

html[data-shirion-access-font="1"] {
	font-size: 18px;
}

html[data-shirion-access-font="2"] {
	font-size: 20px;
}

html[data-shirion-access-font="-1"] {
	font-size: 15px;
}

html.shirion-access-readable body,
html.shirion-access-readable button,
html.shirion-access-readable input,
html.shirion-access-readable select,
html.shirion-access-readable textarea {
	font-family: Arial, "Segoe UI", sans-serif !important;
	letter-spacing: 0 !important;
}

html.shirion-access-links a {
	text-decoration: underline !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 0.18em !important;
}

html.shirion-access-headings h1,
html.shirion-access-headings h2,
html.shirion-access-headings h3,
html.shirion-access-headings h4,
html.shirion-access-headings h5,
html.shirion-access-headings h6 {
	outline: 2px solid var(--shirion-warm);
	outline-offset: 3px;
	background: rgba(255, 176, 0, 0.12);
}

html.shirion-access-keyboard :focus {
	outline: 4px solid #ffb000 !important;
	outline-offset: 3px !important;
}

html.shirion-access-contrast-dark body {
	color: #ffffff !important;
	background: #000000 !important;
}

html.shirion-access-contrast-dark body *:not(img):not(svg):not(path) {
	color: #ffffff !important;
	background-color: #000000 !important;
	border-color: #ffffff !important;
	box-shadow: none !important;
}

html.shirion-access-contrast-dark a,
html.shirion-access-contrast-dark button {
	color: #ffff00 !important;
}

html.shirion-access-contrast-light body {
	color: #000000 !important;
	background: #ffffff !important;
}

html.shirion-access-contrast-light body *:not(img):not(svg):not(path) {
	color: #000000 !important;
	background-color: #ffffff !important;
	border-color: #000000 !important;
	box-shadow: none !important;
}

html.shirion-access-contrast-light a,
html.shirion-access-contrast-light button {
	color: #0033cc !important;
}

html.shirion-access-grayscale body {
	filter: grayscale(1);
}

.shirion-demo-banner {
	position: sticky;
	top: 0;
	z-index: 9999;
	padding: 0.55rem 1rem;
	color: #201400;
	background: var(--shirion-warm);
	font-weight: 700;
	text-align: center;
}

.site-header {
	border-bottom: 1px solid var(--shirion-line);
	background: var(--shirion-white);
}

.site-header.shirion-site-header {
	padding: 0;
	border: 0;
	box-shadow: 0 8px 18px rgba(23, 32, 51, 0.08);
}

.shirion-header-shell {
	width: var(--shirion-wide-shell);
	margin-inline: auto;
}

.shirion-utility-bar {
	border-bottom: 1px solid #e5e9ef;
	background: #ffffff;
	font-size: 0.92rem;
}

.shirion-utility-bar .shirion-header-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 34px;
}

.shirion-utility-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.2rem;
}

.shirion-utility-links--secondary {
	gap: 1rem;
}

.shirion-utility-links a,
.shirion-utility-links a:visited {
	color: #111827;
	font-weight: 700;
	text-decoration: none;
}

.shirion-utility-links a:hover,
.shirion-utility-links a:focus {
	color: var(--shirion-blue);
}

.shirion-language-switcher {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
	z-index: 60;
}

.shirion-language-menu {
	position: relative;
}

.shirion-language-menu__button {
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
	min-height: 38px;
	padding: 0.26rem 0.72rem;
	border: 1px solid #d7e1ea;
	border-radius: 999px;
	color: #172033;
	background: #ffffff;
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	list-style: none;
	white-space: nowrap;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.shirion-language-menu__button::-webkit-details-marker {
	display: none;
}

.shirion-language-menu__button::marker {
	content: "";
}

.shirion-language-menu__button:hover {
	border-color: var(--shirion-blue);
}

.shirion-language-menu__button:focus {
	border-color: var(--shirion-blue);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
	outline: none;
}

.shirion-language-menu__label {
	color: var(--shirion-muted);
	font-size: 0.78rem;
	font-weight: 800;
}

.shirion-language-menu__globe,
.shirion-language-menu__icon {
	width: 0.95rem;
	height: 0.95rem;
	color: #607089;
	flex: 0 0 auto;
}

.shirion-language-menu__icon {
	transition: transform 160ms ease;
}

.shirion-language-menu[open] .shirion-language-menu__icon {
	transform: rotate(180deg);
}

.shirion-language-menu__list {
	position: absolute;
	inset-block-start: calc(100% + 0.45rem);
	left: 50%;
	z-index: 1000;
	min-width: 10.5rem;
	margin: 0;
	padding: 0.38rem;
	border: 1px solid #d7e1ea;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16);
	list-style: none;
	transform: translateX(-50%);
}

.shirion-language-menu__list a,
.shirion-language-menu__list a:visited {
	display: flex;
	align-items: center;
	min-height: 38px;
	padding: 0.5rem 0.7rem;
	border-radius: 6px;
	color: #172033;
	font-size: 0.86rem;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.shirion-language-menu__list a:hover,
.shirion-language-menu__list a:focus {
	background: #eef4ff;
	color: var(--shirion-blue);
	outline: none;
}

.shirion-language-menu__list a[aria-current="page"] {
	background: var(--shirion-blue);
	color: #ffffff;
}

.shirion-cookie-notice[hidden] {
	display: none;
}

.shirion-cookie-notice {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	z-index: 9998;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	width: min(960px, calc(100vw - 2rem));
	margin-inline: auto;
	padding: 0.95rem 1rem;
	border: 1px solid #cbd8e8;
	border-radius: 8px;
	color: #172033;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.2);
}

.shirion-cookie-notice__copy strong {
	display: block;
	margin-bottom: 0.22rem;
	color: #0f2a44;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
}

.shirion-cookie-notice__copy p {
	margin: 0;
	color: #455366;
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.45;
}

.shirion-cookie-notice__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.65rem;
	white-space: nowrap;
}

.shirion-cookie-notice__actions a,
.shirion-cookie-notice__actions a:visited {
	color: var(--shirion-blue);
	font-size: 0.9rem;
	font-weight: 850;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.shirion-cookie-notice__actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.48rem 1.05rem;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	background: var(--shirion-blue);
	box-shadow: 0 10px 20px rgba(38, 58, 139, 0.18);
	font-size: 0.92rem;
	font-weight: 900;
	line-height: 1.1;
	cursor: pointer;
}

.shirion-cookie-notice__actions button:hover,
.shirion-cookie-notice__actions button:focus {
	background: var(--shirion-blue-dark);
	outline: 3px solid rgba(255, 176, 0, 0.36);
	outline-offset: 2px;
}

.shirion-language-switcher--header {
	margin: 0;
	justify-content: flex-start;
	z-index: 80;
}

.shirion-language-switcher--header .shirion-language-menu__button {
	min-height: 34px;
	padding: 0.18rem 0;
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}

.shirion-language-switcher--header .shirion-language-menu__button:hover,
.shirion-language-switcher--header .shirion-language-menu__button:focus {
	color: var(--shirion-blue);
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}

.shirion-language-switcher--header .shirion-language-menu__label {
	color: currentColor;
}

.shirion-language-switcher--header .shirion-language-menu__globe,
.shirion-language-switcher--header .shirion-language-menu__icon {
	color: currentColor;
}

.shirion-site-header[dir="rtl"] .shirion-language-switcher--header .shirion-language-menu__list {
	right: auto;
	left: 0;
	transform: none;
}

.shirion-site-header[dir="ltr"] .shirion-language-switcher--header .shirion-language-menu__list {
	right: 0;
	left: auto;
	transform: none;
}

body.shirion-lang-dir-ltr .shirion-demo-banner,
body.shirion-lang-dir-ltr .shirion-utility-links,
body.shirion-lang-dir-ltr .shirion-site-tagline,
body.shirion-lang-dir-ltr .shirion-action span,
body.shirion-lang-dir-ltr .shirion-department-links,
body.shirion-lang-dir-ltr .shirion-categories-trigger span,
body.shirion-lang-dir-ltr .shirion-primary-menu a,
body.shirion-lang-dir-ltr .shirion-ai-ad-slide__copy,
body.shirion-lang-dir-ltr .shirion-retail-hero__copy,
body.shirion-lang-dir-ltr .shirion-side-promo,
body.shirion-lang-dir-ltr .shirion-short-banner__copy,
body.shirion-lang-dir-ltr .shirion-short-deal,
body.shirion-lang-dir-ltr .shirion-retail-section__head,
body.shirion-lang-dir-ltr .shirion-hardware-row__head,
body.shirion-lang-dir-ltr .shirion-product-assurance,
body.shirion-lang-dir-ltr .shirion-footer-brand,
body.shirion-lang-dir-ltr .shirion-footer-column,
body.shirion-lang-dir-ltr .shirion-footer__trust,
body.shirion-lang-dir-ltr .shirion-footer__bottom {
	direction: ltr;
	unicode-bidi: isolate;
}

body.shirion-lang-dir-ltr .shirion-ai-ad-slide__copy {
	width: min(44%, 500px);
	margin-inline-start: auto;
	margin-inline-end: 0;
	align-items: flex-start;
	text-align: left;
}

body.shirion-lang-dir-ltr .shirion-ai-ad-slide strong {
	max-width: 18ch;
	font-size: clamp(1.25rem, 1.85vw, 2rem);
	overflow-wrap: break-word;
	hyphens: auto;
}

body.shirion-lang-dir-ltr .shirion-ai-ad-slide em {
	max-width: 34ch;
	line-height: 1.42;
	overflow-wrap: break-word;
	hyphens: auto;
}

body.shirion-lang-dir-ltr .shirion-short-banner__copy {
	width: min(52%, 340px);
	margin-inline-start: auto;
	margin-inline-end: 0;
	align-items: flex-start;
	text-align: left;
}

body.shirion-lang-dir-ltr .shirion-short-banner__copy strong {
	max-width: 16ch;
	font-size: clamp(1rem, 1.42vw, 1.38rem);
	line-height: 1.12;
	overflow-wrap: break-word;
	hyphens: auto;
}

body.shirion-lang-dir-ltr .shirion-short-banner__copy em {
	max-width: 24ch;
	font-size: 0.84rem;
	line-height: 1.35;
	overflow-wrap: break-word;
	hyphens: auto;
}

.shirion-header-main {
	display: grid;
	grid-template-columns: minmax(250px, 320px) minmax(430px, 1fr) auto;
	align-items: center;
	gap: 1.25rem;
	min-height: 112px;
	padding: 0.75rem 0;
	background: #ffffff;
}

.shirion-branding {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
	height: 100%;
}

.shirion-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding: 0.25rem 0;
	text-decoration: none;
}

.shirion-logo {
	display: block;
	width: clamp(220px, 17.5vw, 280px);
	max-width: 100%;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 6px 12px rgba(23, 32, 51, 0.15));
}

.shirion-logo-text {
	color: var(--shirion-navy);
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.1;
}

.shirion-site-tagline {
	display: none;
	color: var(--shirion-muted);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
	white-space: nowrap;
}

.shirion-header-search {
	position: relative;
	display: flex;
	align-items: stretch;
	min-width: 0;
	height: 46px;
	margin: 0;
	border: 2px solid var(--shirion-blue);
	border-radius: 4px;
	background: #ffffff;
	overflow: hidden;
}

.shirion-header-search input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	height: 100%;
	margin: 0;
	padding: 0 1rem;
	border: 0;
	box-shadow: none;
	background: transparent;
	color: var(--shirion-ink);
	font-size: 0.98rem;
	text-align: right;
}

.shirion-header-search input[type="search"]::placeholder {
	color: #7c8796;
	opacity: 1;
}

.shirion-header-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 54px;
	width: 54px;
	height: 46px;
	margin: 0;
	padding: 0;
	border: 0;
	border-inline-start: 1px solid var(--shirion-line);
	border-radius: 0;
	color: var(--shirion-white);
	background: var(--shirion-blue);
}

.shirion-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.65rem;
	min-width: 0;
}

.shirion-action,
.shirion-action:visited {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 46px;
	padding: 0.55rem 0.75rem;
	border: 1px solid var(--shirion-line);
	border-radius: 4px;
	color: var(--shirion-ink);
	background: var(--shirion-white);
	text-decoration: none;
	white-space: nowrap;
}

.shirion-action:hover,
.shirion-action:focus {
	border-color: #b6c6d6;
	color: var(--shirion-navy);
	background: #f8fafc;
}

.shirion-action--cart,
.shirion-action--cart:visited {
	border-color: #cfe0ff;
	color: var(--shirion-blue-dark);
	background: #eef4ff;
}

.shirion-action strong,
.shirion-action small {
	display: block;
	line-height: 1.15;
}

.shirion-action strong {
	font-size: 0.92rem;
	font-weight: 900;
}

.shirion-action small {
	margin-top: 0.15rem;
	color: var(--shirion-muted);
	font-size: 0.78rem;
	font-weight: 700;
}

.shirion-icon {
	display: inline-block;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
}

.shirion-primary-nav {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: var(--shirion-blue-dark);
}

.shirion-primary-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.15rem;
	width: min(1500px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 0.35rem 0;
	list-style: none;
}

.shirion-primary-menu li {
	margin: 0;
}

.shirion-primary-menu a,
.shirion-primary-menu a:visited {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 44px;
	padding: 0.55rem 0.85rem;
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
	font-weight: 850;
	text-decoration: none;
}

.shirion-primary-menu a:hover,
.shirion-primary-menu a:focus,
.shirion-primary-menu .current-menu-item > a {
	color: var(--shirion-white);
	background: rgba(255, 255, 255, 0.14);
}

.shirion-nav-icon {
	width: 18px;
	height: 18px;
	color: var(--shirion-warm);
}

.shirion-department-strip {
	position: relative;
	border-top: 1px solid #e9edf3;
	border-bottom: 1px solid #dfe5ee;
	background: #f6f7fa;
}

.shirion-department-strip .shirion-department-shell {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.75rem;
	min-height: 46px;
	overflow: visible;
	white-space: normal;
}

.shirion-department-links {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: thin;
}

.shirion-department-links a,
.shirion-department-links a:visited {
	color: #111827;
	font-size: 0.97rem;
	font-weight: 900;
	text-decoration: none;
}

.shirion-department-links a + a::before {
	content: "|";
	margin-inline-start: 0.85rem;
	margin-inline-end: 0.85rem;
	color: #9aa3b2;
	font-weight: 700;
}

.shirion-department-links a:hover,
.shirion-department-links a:focus {
	color: var(--shirion-blue);
}

.shirion-all-categories {
	position: relative;
	z-index: 1000;
	flex: 0 0 auto;
}

.shirion-categories-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 44px;
	padding: 0 0.9rem;
	border: 0;
	border-radius: 6px;
	background: var(--shirion-blue-dark);
	color: var(--shirion-white);
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	box-shadow: none;
	touch-action: manipulation;
}

.shirion-categories-trigger:hover,
.shirion-categories-trigger:focus-visible,
.shirion-all-categories.is-open .shirion-categories-trigger {
	background: var(--shirion-blue);
	color: var(--shirion-white);
}

.shirion-categories-trigger__icon,
.shirion-categories-trigger__chevron {
	width: 18px;
	height: 18px;
}

.shirion-all-categories.is-open .shirion-categories-trigger__chevron {
	transform: rotate(180deg);
}

.shirion-mega-menu {
	position: absolute;
	inset-block-start: calc(100% + 8px);
	inset-inline-start: 0;
	display: grid;
	grid-template-columns: minmax(235px, 280px) minmax(0, 1fr);
	width: min(1120px, calc(100vw - 2rem));
	max-height: min(72vh, 680px);
	border: 1px solid #d8dee9;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
	color: #111827;
	overflow: hidden;
	white-space: normal;
	z-index: 10000;
}

.shirion-mega-menu[hidden],
.shirion-mega-panel[hidden] {
	display: none !important;
}

.shirion-mega-roots {
	overflow-y: auto;
	padding: 0.45rem 0;
	border-inline-end: 1px solid #e5e9f0;
	background: #f8fafc;
}

.shirion-mega-root {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) 16px;
	align-items: center;
	gap: 0.55rem;
	width: 100%;
	min-height: 46px;
	padding: 0.55rem 0.8rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #1f2937;
	font-size: 0.94rem;
	font-weight: 850;
	line-height: 1.25;
	text-align: start;
	cursor: pointer;
	touch-action: manipulation;
}

.shirion-mega-root:hover,
.shirion-mega-root:focus-visible,
.shirion-mega-root.is-active {
	background: #e8eef9;
	color: var(--shirion-blue-dark);
}

.shirion-mega-root span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shirion-mega-root-icon {
	width: 19px;
	height: 19px;
	color: var(--shirion-blue);
}

.shirion-mega-root-chevron {
	width: 16px;
	height: 16px;
	color: #738099;
}

.shirion-mega-panels {
	min-width: 0;
	overflow: hidden;
}

.shirion-mega-panel {
	height: 100%;
	max-height: min(72vh, 680px);
	overflow-y: auto;
	padding: 1rem 1.15rem 1.25rem;
}

.shirion-mega-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.9rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #e5e9f0;
}

.shirion-mega-panel-head a,
.shirion-mega-panel-head a:visited,
.shirion-mega-panel-head strong {
	color: var(--shirion-navy);
	font-size: 1.15rem;
	font-weight: 950;
	text-decoration: none;
}

.shirion-mega-panel-head a:hover,
.shirion-mega-panel-head a:focus {
	color: var(--shirion-blue);
}

.shirion-mega-panel-head span {
	flex: 0 0 auto;
	color: #697386;
	font-size: 0.82rem;
	font-weight: 800;
}

.shirion-mega-groups {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 1rem 1.35rem;
	align-items: start;
}

.shirion-mega-group {
	min-width: 0;
}

.shirion-mega-group h3 {
	margin: 0 0 0.45rem;
	font-size: 0.97rem;
	line-height: 1.35;
}

.shirion-mega-group h3 a,
.shirion-mega-group h3 a:visited,
.shirion-mega-group h3 span {
	color: #13233a;
	font-weight: 950;
	text-decoration: none;
}

.shirion-mega-group h3 a:hover,
.shirion-mega-group h3 a:focus {
	color: var(--shirion-blue);
}

.shirion-mega-group ul {
	display: grid;
	gap: 0.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.shirion-mega-group li {
	margin: 0;
}

.shirion-mega-group li a,
.shirion-mega-group li a:visited {
	display: inline-block;
	max-width: 100%;
	color: #374151;
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.35;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.shirion-mega-group li a:hover,
.shirion-mega-group li a:focus {
	color: var(--shirion-blue);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.shirion-mega-more a,
.shirion-mega-more a:visited {
	color: var(--shirion-blue);
	font-weight: 850;
}

.site-branding .site-title a,
.site-branding .site-title {
	color: var(--shirion-navy);
	font-weight: 800;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
	color: var(--shirion-ink);
	font-weight: 700;
}

.shirion-home {
	background: var(--shirion-white);
}

.shirion-hero {
	min-height: 62vh;
	display: grid;
	align-items: end;
	padding: clamp(4rem, 9vw, 8rem) 0 3rem;
	color: var(--shirion-white);
	background-image:
		linear-gradient(90deg, rgba(15, 42, 68, 0.92), rgba(15, 42, 68, 0.68) 48%, rgba(15, 42, 68, 0.2)),
		url("https://images.unsplash.com/photo-1593640408182-31c70c8268f5?auto=format&fit=crop&w=1600&q=80");
	background-position: center;
	background-size: cover;
}

.shirion-container {
	width: min(1120px, calc(100% - 2rem));
	margin-inline: auto;
}

.shirion-hero__content {
	max-width: 760px;
}

.shirion-hero h1 {
	margin: 0 0 1rem;
	color: var(--shirion-white);
	font-size: clamp(2.4rem, 6vw, 4.6rem);
	line-height: 1.05;
	letter-spacing: 0;
}

.shirion-hero p {
	max-width: 680px;
	margin: 0 0 1.5rem;
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.25rem;
	line-height: 1.7;
}

.shirion-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.shirion-button,
.shirion-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.75rem 1.15rem;
	border: 1px solid transparent;
	border-radius: 6px;
	font-weight: 800;
	text-decoration: none;
}

.shirion-button--primary,
.shirion-button--primary:visited {
	color: #062316;
	background: var(--shirion-accent);
}

.shirion-button--secondary,
.shirion-button--secondary:visited {
	color: var(--shirion-white);
	border-color: rgba(255, 255, 255, 0.75);
	background: rgba(255, 255, 255, 0.08);
}

.shirion-section {
	padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.shirion-section--soft {
	background: var(--shirion-slate);
}

.shirion-section__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.shirion-section h2 {
	margin: 0;
	color: var(--shirion-navy);
	font-size: clamp(1.6rem, 3vw, 2.35rem);
	letter-spacing: 0;
}

.shirion-category-grid,
.shirion-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.shirion-category-card,
.shirion-trust-item {
	min-height: 112px;
	padding: 1.2rem;
	border: 1px solid var(--shirion-line);
	border-radius: 8px;
	background: var(--shirion-white);
	box-shadow: 0 10px 28px rgba(23, 32, 51, 0.06);
}

.shirion-category-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--shirion-ink);
	font-size: 1.1rem;
	font-weight: 800;
	text-decoration: none;
}

.shirion-category-card span {
	color: var(--shirion-accent);
	font-size: 1.4rem;
}

.shirion-trust-item h3 {
	margin: 0 0 0.4rem;
	color: var(--shirion-navy);
	font-size: 1.12rem;
}

.shirion-trust-item p {
	margin: 0;
	color: var(--shirion-muted);
	line-height: 1.6;
}

.shirion-contact-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	padding: 1.25rem;
	border-radius: 8px;
	color: var(--shirion-white);
	background: var(--shirion-navy);
}

.shirion-contact-strip strong,
.shirion-contact-strip span {
	display: block;
}

.shirion-contact-strip span {
	color: rgba(255, 255, 255, 0.76);
}

.woocommerce ul.products li.product {
	overflow: hidden;
	padding: 0 0 1rem;
	border: 1px solid var(--shirion-line);
	border-radius: 8px;
	background: var(--shirion-white);
	box-shadow: 0 10px 28px rgba(23, 32, 51, 0.06);
}

.woocommerce ul.products li.product img,
.woocommerce ul.products li.product .shirion-product-image-placeholder {
	aspect-ratio: 1 / 1;
	width: 100%;
	padding: 1rem;
	background:
		radial-gradient(circle at 50% 44%, #f3f8ff 0%, #e9f2fd 46%, #ddeafa 100%);
}

.woocommerce ul.products li.product img {
	object-fit: contain;
	mix-blend-mode: multiply;
	filter: drop-shadow(0 14px 14px rgba(14, 23, 42, 0.14));
}

.shirion-product-image-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	color: #617086;
	text-align: center;
}

.shirion-product-image-placeholder__mark {
	position: relative;
	display: block;
	width: 4.5rem;
	height: 3.6rem;
	border: 2px solid #bfccd9;
	border-radius: 6px;
	background: #ffffff;
}

.shirion-product-image-placeholder__mark::before,
.shirion-product-image-placeholder__mark::after {
	content: "";
	position: absolute;
	background: #bfccd9;
}

.shirion-product-image-placeholder__mark::before {
	inset: 0.7rem auto auto 0.7rem;
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
}

.shirion-product-image-placeholder__mark::after {
	inset: auto 0.65rem 0.65rem;
	height: 1.2rem;
	clip-path: polygon(0 100%, 32% 35%, 48% 68%, 64% 28%, 100% 100%);
}

.shirion-product-image-placeholder__text {
	font-size: 0.95rem;
	font-weight: 700;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
	margin-inline: 1rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 3.2rem;
	color: var(--shirion-ink);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.woocommerce ul.products li.product .price {
	color: var(--shirion-navy);
	font-size: 1.05rem;
	font-weight: 800;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #ffffff;
	background: var(--shirion-blue);
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	box-shadow: 0 8px 18px rgba(38, 58, 139, 0.18);
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		box-shadow 160ms ease,
		color 160ms ease;
}

.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus {
	color: #ffffff;
	background: var(--shirion-blue-dark);
	box-shadow: 0 10px 22px rgba(20, 36, 95, 0.22);
}

.woocommerce ul.products li.product .button {
	width: calc(100% - 2rem);
}

.woocommerce.archive .site-content,
.tax-product_cat .site-content,
.post-type-archive-product .site-content {
	background: #f3f5f8;
}

.woocommerce.archive .site-content .col-full,
.tax-product_cat .site-content .col-full,
.post-type-archive-product .site-content .col-full {
	width: min(1500px, calc(100% - 2rem));
	max-width: none;
	margin-inline: auto;
	padding: 0 0 2.5rem;
}

.woocommerce.archive .content-area,
.tax-product_cat .content-area,
.post-type-archive-product .content-area,
.woocommerce.archive .site-main,
.tax-product_cat .site-main,
.post-type-archive-product .site-main {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0;
	padding: 0;
	color: #728095;
	font-size: 0.92rem;
	font-weight: 700;
	text-align: right;
}

.archive.woocommerce .storefront-breadcrumb,
.tax-product_cat .storefront-breadcrumb,
.post-type-archive-product .storefront-breadcrumb {
	margin: 0;
	padding: 0.85rem 0;
	border-bottom: 1px solid #e2e8f0;
	background: #f8fafc;
}

.archive.woocommerce .storefront-breadcrumb .col-full,
.tax-product_cat .storefront-breadcrumb .col-full,
.post-type-archive-product .storefront-breadcrumb .col-full {
	width: min(1500px, calc(100% - 2rem));
	max-width: none;
	margin-inline: auto;
	padding: 0;
}

.woocommerce-products-header {
	margin: 0;
	padding: clamp(0.85rem, 1.7vw, 1.35rem) 0 clamp(0.45rem, 1vw, 0.75rem);
	text-align: right;
}

.woocommerce-products-header__title.page-title,
.woocommerce .page-title {
	margin: 0;
	color: #2f3540;
	font-size: clamp(1.75rem, 2.35vw, 2.25rem);
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
}

.storefront-sorting {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin: 1rem 0 1.35rem;
	padding: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	float: none;
	margin: 0;
	text-align: right;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	color: #4c5a6d;
	font-size: 0.95rem;
	font-weight: 800;
}

.woocommerce .woocommerce-ordering select {
	min-height: 38px;
	min-width: 190px;
	padding: 0.35rem 0.75rem;
	border: 1px solid #cad6e4;
	border-radius: 4px;
	color: #1f2937;
	background: #ffffff;
	font-size: 0.92rem;
	font-weight: 700;
}

.woocommerce.archive ul.products,
.tax-product_cat ul.products,
.post-type-archive-product ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
	margin: 0 0 1.7rem;
	padding: 0;
}

.woocommerce.archive ul.products::before,
.woocommerce.archive ul.products::after,
.tax-product_cat ul.products::before,
.tax-product_cat ul.products::after,
.post-type-archive-product ul.products::before,
.post-type-archive-product ul.products::after {
	display: none;
	content: none;
}

.woocommerce.archive ul.products li.product,
.tax-product_cat ul.products li.product,
.post-type-archive-product ul.products li.product {
	display: flex;
	float: none !important;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	transition:
		border-color 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

.woocommerce.archive ul.products li.product:hover,
.tax-product_cat ul.products li.product:hover,
.post-type-archive-product ul.products li.product:hover {
	border-color: #b9c9dc;
	box-shadow: 0 16px 34px rgba(23, 32, 51, 0.11);
	transform: translateY(-2px);
}

.woocommerce.archive ul.products li.product .price,
.tax-product_cat ul.products li.product .price,
.post-type-archive-product ul.products li.product .price {
	margin-top: auto;
}

.woocommerce nav.woocommerce-pagination {
	margin: 0.6rem 0 1.5rem;
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	justify-content: flex-start;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 38px;
	border: 1px solid #d8e1ec;
	border-radius: 4px;
	color: #3f4c5f;
	background: #ffffff;
	font-weight: 800;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
	color: #ffffff;
	border-color: var(--shirion-blue);
	background: var(--shirion-blue);
}

.shirion-empty-category-children {
	max-width: 980px;
	margin: 0 auto 2rem;
	padding: 1.1rem;
	border: 1px solid #dbe4ef;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(23, 32, 51, 0.08);
	text-align: right;
}

.shirion-empty-category-children h2 {
	margin: 0 0 0.9rem;
	color: var(--shirion-navy);
	font-size: 1.15rem;
	font-weight: 950;
	line-height: 1.35;
}

.shirion-empty-category-children__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 0.75rem;
}

.shirion-empty-category-children__item,
.shirion-empty-category-children__item:visited {
	display: grid;
	gap: 0.25rem;
	min-height: 76px;
	padding: 0.9rem 1rem;
	border: 1px solid #d8e1ee;
	border-radius: 6px;
	color: #172033;
	background: #f8fafc;
	text-decoration: none;
}

.shirion-empty-category-children__item:hover,
.shirion-empty-category-children__item:focus {
	border-color: var(--shirion-blue);
	background: #eef4ff;
	color: var(--shirion-blue-dark);
}

.shirion-empty-category-children__item strong {
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.3;
}

.shirion-empty-category-children__item span {
	color: #64748b;
	font-size: 0.86rem;
	font-weight: 750;
}

.shirion-product-filters {
	margin: 0 auto 1.35rem;
	padding: 0;
	border: 1px solid #dbe4ef;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(23, 32, 51, 0.08);
	overflow: hidden;
}

.shirion-product-filters form {
	margin: 0;
}

.shirion-product-filters__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.1rem;
	border-bottom: 1px solid #e6ecf4;
	background: linear-gradient(90deg, #ffffff, #f7faff);
}

.shirion-product-filters__header h2 {
	margin: 0;
	color: var(--shirion-navy);
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.35;
}

.shirion-product-filters__header a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0.25rem 0.7rem;
	border: 1px solid #cbd8e8;
	border-radius: 999px;
	color: var(--shirion-blue);
	background: #ffffff;
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.shirion-product-filters__header a:hover,
.shirion-product-filters__header a:focus {
	color: #ffffff;
	border-color: var(--shirion-blue);
	background: var(--shirion-blue);
}

.shirion-product-filters__grid {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0;
}

.shirion-product-filters__group {
	flex: 1 1 230px;
	min-width: 0;
	margin: 0;
	padding: 0.95rem 1rem;
	border: 0;
	border-inline-start: 1px solid #edf1f6;
	border-bottom: 1px solid #edf1f6;
	background: #ffffff;
}

.shirion-product-filters__group summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
	margin: 0;
	padding: 0;
	color: var(--shirion-navy);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.3;
	white-space: normal;
	cursor: pointer;
	list-style: none;
}

.shirion-product-filters__group summary::-webkit-details-marker {
	display: none;
}

.shirion-product-filters__group summary::before {
	content: "";
	width: 9px;
	height: 9px;
	border-block-end: 2px solid currentColor;
	border-inline-start: 2px solid currentColor;
	transform: rotate(-45deg);
	transition: transform 160ms ease;
}

.shirion-product-filters__group[open] summary::before {
	transform: rotate(135deg);
}

.shirion-product-filters__group summary span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.shirion-product-filters__group summary small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	min-height: 24px;
	padding: 0.15rem 0.45rem;
	border-radius: 999px;
	color: #506076;
	background: #eef3f8;
	font-size: 0.78rem;
	font-weight: 850;
}

.shirion-product-filters__terms {
	display: flex;
	flex-wrap: wrap;
	clear: both;
	gap: 0.45rem;
	min-width: 0;
	max-height: 220px;
	margin-top: 0.75rem;
	padding-inline-end: 0.1rem;
	overflow-y: auto;
}

.shirion-product-filters__terms label {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin: 0;
	position: relative;
	cursor: pointer;
	font-size: 0.88rem;
	line-height: 1.35;
	touch-action: manipulation;
}

.shirion-product-filters__terms input {
	position: absolute;
	inset: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.shirion-product-filters__terms span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-height: 32px;
	padding: 0.35rem 0.65rem;
	border: 1px solid #d5dfeb;
	border-radius: 999px;
	color: #29364a;
	background: #f8fafc;
	font-weight: 700;
	text-align: center;
	overflow-wrap: anywhere;
	word-break: normal;
	transition:
		background-color 150ms ease,
		border-color 150ms ease,
		color 150ms ease,
		box-shadow 150ms ease;
}

.shirion-product-filters__terms label:hover span {
	border-color: #b8c8da;
	background: #eef4fb;
}

.shirion-product-filters__terms input:focus-visible + span {
	outline: 3px solid rgba(38, 58, 139, 0.18);
	outline-offset: 2px;
}

.shirion-product-filters__terms input:checked + span {
	color: var(--shirion-blue);
	border-color: var(--shirion-blue);
	background: #eef4ff;
	box-shadow: inset 0 0 0 1px rgba(38, 58, 139, 0.16);
}

.shirion-product-filters__actions {
	display: flex;
	justify-content: flex-start;
	gap: 0.6rem;
	padding: 1rem 1.1rem;
	border-top: 1px solid #e6ecf4;
	background: #f8fafc;
}

.shirion-product-filters__actions .button {
	min-width: 146px;
	margin: 0;
}

.shirion-pc-builder-template .site-content {
	background: #f3f5f8;
}

.shirion-pc-builder-template .site-content .col-full,
.shirion-pc-builder-template .storefront-breadcrumb .col-full {
	width: min(1500px, calc(100% - 2rem));
	max-width: none;
	margin-inline: auto;
	padding: 0;
}

.shirion-pc-builder-page {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0 0 2.5rem;
}

.shirion-pc-builder {
	--pc-builder-z-backdrop: 10010;
	--pc-builder-z-drawer: 10020;
	display: grid;
	gap: 1rem;
	padding-top: 1rem;
	text-align: start;
}

.shirion-pc-builder__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem;
	border: 1px solid #dbe4ef;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 4px 8px rgba(23, 32, 51, 0.07);
}

.shirion-pc-builder__eyebrow,
.shirion-pc-builder__catalog-head p {
	margin: 0 0 0.2rem;
	color: #64748b;
	font-size: 0.86rem;
	font-weight: 850;
	line-height: 1.35;
}

.shirion-pc-builder h1,
.shirion-pc-builder__catalog-head h2,
.shirion-pc-builder__summary h2 {
	margin: 0;
	color: var(--shirion-navy);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.2;
}

.shirion-pc-builder h1 {
	font-size: 2rem;
}

.shirion-pc-builder__shop-link,
.shirion-pc-builder__shop-link:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0.45rem 0.85rem;
	border: 1px solid #cbd8e8;
	border-radius: 6px;
	color: var(--shirion-blue);
	background: #ffffff;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.shirion-pc-builder__shop-link:hover,
.shirion-pc-builder__shop-link:focus {
	border-color: var(--shirion-blue);
	color: #ffffff;
	background: var(--shirion-blue);
}

.shirion-pc-builder__layout {
	display: grid;
	grid-template-areas: "workspace summary";
	grid-template-columns: minmax(0, 1fr) minmax(288px, 320px);
	gap: 1rem;
	align-items: start;
	direction: ltr;
}

.shirion-pc-builder__summary,
.shirion-pc-builder__catalog {
	border: 1px solid #dbe4ef;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 4px 8px rgba(23, 32, 51, 0.08);
}

.shirion-pc-builder__summary {
	grid-area: summary;
	position: sticky;
	top: 1rem;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto auto auto;
	gap: 0.75rem;
	max-height: calc(100vh - 2rem);
	padding: 1rem;
	overflow: hidden;
}

.shirion-pc-builder__summary-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #e6ecf4;
}

.shirion-pc-builder__summary h2 {
	font-size: 1.15rem;
}

.shirion-pc-builder__reset {
	min-height: 44px;
	padding: 0.25rem 0.65rem;
	border: 1px solid #d5dfeb;
	border-radius: 6px;
	color: #475569;
	background: #f8fafc;
	box-shadow: none;
	font-size: 0.84rem;
	font-weight: 850;
}

.shirion-pc-builder__reset:hover,
.shirion-pc-builder__reset:focus-visible {
	color: var(--shirion-blue-dark);
	border-color: #b7c8dc;
	background: #eef5fd;
}

.shirion-pc-builder__reset:focus-visible,
.shirion-pc-builder__summary-product button:focus-visible {
	outline: 3px solid rgba(38, 58, 139, 0.16);
	outline-offset: 2px;
}

.shirion-pc-builder__summary-list {
	display: grid;
	gap: 0;
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
}

.shirion-pc-builder__summary-group {
	display: grid;
	gap: 0.5rem;
	min-width: 0;
	padding: 0.75rem 0;
	border: 0;
	border-bottom: 1px solid #e3e9f2;
	border-radius: 0;
	background: transparent;
}

.shirion-pc-builder__summary-group:first-child {
	padding-top: 0;
}

.shirion-pc-builder__summary-group:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.shirion-pc-builder__summary-group h3 {
	margin: 0;
	color: #172033;
	font-size: 0.93rem;
	font-weight: 900;
	line-height: 1.3;
}

.shirion-pc-builder__summary-empty {
	color: #7a8798;
	font-size: 0.86rem;
	font-weight: 700;
}

.shirion-pc-builder__summary-product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	align-items: center;
	gap: 0.45rem;
	color: #29364a;
	font-size: 0.86rem;
	font-weight: 750;
	line-height: 1.35;
}

.shirion-pc-builder__summary-product span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.shirion-pc-builder__summary-product button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid #e5b7b7;
	border-radius: 6px;
	color: #9f1d1d;
	background: #fff5f5;
	box-shadow: none;
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1;
}

.shirion-pc-builder__summary-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.85rem 0;
	border-top: 2px solid #e6ecf4;
	color: #172033;
	font-weight: 950;
}

.shirion-pc-builder__summary-total strong {
	font-size: 1.35rem;
}

.shirion-pc-builder__actions {
	display: grid;
	gap: 0.55rem;
}

.shirion-pc-builder__copy,
.shirion-pc-builder__share,
.shirion-pc-builder__add-cart {
	width: 100%;
	min-height: 44px;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	box-shadow: none;
	font-weight: 950;
	transition:
		background-color 160ms ease,
		color 160ms ease,
		opacity 160ms ease;
}

.shirion-pc-builder__copy {
	color: #ffffff;
	background: var(--shirion-blue);
}

.shirion-pc-builder__copy:hover,
.shirion-pc-builder__copy:focus,
.shirion-pc-builder__copy:active {
	color: #ffffff;
	background: var(--shirion-blue-dark);
}

.shirion-pc-builder__share {
	color: #ffffff;
	background: #172033;
}

.shirion-pc-builder__share:hover,
.shirion-pc-builder__share:focus,
.shirion-pc-builder__share:active {
	color: #ffffff;
	background: #29364a;
}

.shirion-pc-builder__add-cart {
	color: #ffffff;
	background: var(--shirion-orange);
}

.shirion-pc-builder__add-cart:hover,
.shirion-pc-builder__add-cart:focus,
.shirion-pc-builder__add-cart:active {
	color: #ffffff;
	background: #c96200;
}

.shirion-pc-builder__add-cart:disabled {
	cursor: progress;
	opacity: 0.72;
}

.shirion-pc-builder__copy:disabled,
.shirion-pc-builder__copy:disabled:hover,
.shirion-pc-builder__copy:disabled:focus,
.shirion-pc-builder__share:disabled,
.shirion-pc-builder__share:disabled:hover,
.shirion-pc-builder__share:disabled:focus {
	cursor: not-allowed;
	color: #ffffff;
	background: #6b7280;
	opacity: 1 !important;
}

.shirion-pc-builder__share-panel[hidden] {
	display: none;
}

.shirion-pc-builder__share-panel {
	display: grid;
	gap: 0.4rem;
	padding: 0.65rem;
	border: 1px solid #dbe4ef;
	border-radius: 6px;
	background: #f8fafc;
}

.shirion-pc-builder__share-panel label {
	display: grid;
	gap: 0.35rem;
	margin: 0;
}

.shirion-pc-builder__share-panel span {
	color: #475569;
	font-size: 0.8rem;
	font-weight: 850;
	line-height: 1.3;
}

.shirion-pc-builder__share-panel input {
	width: 100%;
	min-height: 38px;
	padding: 0.45rem 0.6rem;
	border: 1px solid #cbd8e8;
	border-radius: 6px;
	color: #172033;
	background: #ffffff;
	box-shadow: none;
	direction: ltr;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
}

.shirion-pc-builder__share-panel input:focus {
	border-color: var(--shirion-blue);
	outline: 2px solid rgba(30, 70, 143, 0.16);
	outline-offset: 1px;
}

.shirion-pc-builder__status {
	min-height: 1.35rem;
	margin: 0;
	color: #0f7b52;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.35;
}

.shirion-pc-builder__workspace {
	grid-area: workspace;
	display: grid;
	gap: 1rem;
	min-width: 0;
}

.shirion-pc-builder__categories {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.5rem;
}

.shirion-pc-builder__category {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.5rem;
	min-height: 52px;
	padding: 0.75rem;
	border: 1px solid #d8e1ec;
	border-radius: 6px;
	color: #1f2937;
	background: #ffffff;
	box-shadow: none;
	font-size: 0.92rem;
	font-weight: 900;
	line-height: 1.25;
	text-align: start;
}

.shirion-pc-builder__category span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.shirion-pc-builder__category small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	min-height: 24px;
	padding: 0.1rem 0.42rem;
	border-radius: 6px;
	color: #526071;
	background: #eef3f8;
	font-size: 0.78rem;
	font-weight: 900;
}

.shirion-pc-builder__category-icon {
	width: 20px;
	height: 20px;
	color: var(--shirion-orange);
}

.shirion-pc-builder__category:hover,
.shirion-pc-builder__category.is-active {
	border-color: var(--shirion-blue);
	color: var(--shirion-blue-dark);
	background: #eef4ff;
}

.shirion-pc-builder__category:focus {
	outline: none;
}

.shirion-pc-builder__category:focus-visible {
	border-color: var(--shirion-blue);
	outline: 3px solid rgba(38, 58, 139, 0.16);
	outline-offset: 2px;
}

.shirion-pc-builder__category.has-selection small {
	color: #063f2a;
	background: #dff7ec;
}

.shirion-pc-builder__catalog {
	grid-area: catalog;
	min-width: 0;
	overflow: hidden;
}

.shirion-pc-builder__workbench {
	display: grid;
	grid-template-areas: "catalog";
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
	min-width: 0;
	align-items: start;
	direction: ltr;
}

.shirion-pc-builder__catalog-head {
	display: grid;
	grid-template-columns: minmax(220px, 0.8fr) minmax(360px, 1.2fr);
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem;
	border-bottom: 1px solid #e6ecf4;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.shirion-pc-builder__catalog-head > div:first-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.25rem;
	min-width: 0;
	text-align: start;
}

.shirion-pc-builder__catalog-head p {
	order: 2;
	display: block;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	color: #5f6f84;
	background: transparent;
	font-size: 0.93rem;
	font-weight: 800;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.shirion-pc-builder__catalog-head h2 {
	order: 1;
	font-size: 1.75rem;
	line-height: 1.08;
	text-align: start;
}

.shirion-pc-builder__tools {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(150px, 200px) auto;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem;
	width: 100%;
	min-width: 0;
}

.shirion-pc-builder__tools label {
	display: flex;
	min-width: 0;
	margin: 0;
}

.shirion-pc-builder__tools input,
.shirion-pc-builder__tools select {
	min-height: 44px;
	padding: 0.45rem 0.8rem;
	border: 1px solid #cad6e4;
	border-radius: 8px;
	color: #1f2937;
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(15, 42, 68, 0.02);
	font-size: 0.92rem;
	font-weight: 750;
	line-height: 1.35;
	text-align: start;
	transition:
		border-color 150ms ease,
		box-shadow 150ms ease,
		background-color 150ms ease;
}

.shirion-pc-builder__tools input {
	width: 100%;
}

.shirion-pc-builder__tools select {
	width: 100%;
	cursor: pointer;
}

.shirion-pc-builder__tools input:hover,
.shirion-pc-builder__tools select:hover {
	border-color: #b6c5d8;
	background: #fbfdff;
}

.shirion-pc-builder__tools input:focus,
.shirion-pc-builder__tools select:focus {
	border-color: var(--shirion-blue);
	outline: 3px solid rgba(38, 58, 139, 0.14);
	outline-offset: 1px;
	box-shadow: 0 6px 18px rgba(15, 42, 68, 0.08);
}

.shirion-pc-builder__tools input:disabled,
.shirion-pc-builder__tools select:disabled {
	cursor: not-allowed;
	color: #64748b;
	border-color: #d8e0ea;
	background: #eef2f7;
	box-shadow: none;
}

.shirion-pc-builder__filter-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-width: 132px;
	min-height: 44px;
	margin: 0;
	padding: 0.5rem 0.75rem;
	border: 1px solid #c5d3e4;
	border-radius: 8px;
	color: var(--shirion-blue);
	background: #f5f8fd;
	box-shadow: none;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1.2;
	cursor: pointer;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.shirion-pc-builder__filter-trigger:hover {
	border-color: #aebfd4;
	color: var(--shirion-blue-dark);
	background: #eaf2fc;
}

.shirion-pc-builder__filter-trigger:focus-visible {
	border-color: var(--shirion-blue);
	outline: 3px solid rgba(38, 58, 139, 0.16);
	outline-offset: 2px;
}

.shirion-pc-builder__filter-trigger-icon {
	width: 20px;
	height: 20px;
}

.shirion-pc-builder__filter-trigger small,
.shirion-pc-builder__filter-panel-title small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	min-height: 24px;
	padding: 0.1rem 0.4rem;
	border-radius: 999px;
	color: #ffffff;
	background: var(--shirion-blue);
	font-size: 0.78rem;
	font-weight: 900;
	font-variant-numeric: tabular-nums;
}

.shirion-pc-builder__filter-trigger small[hidden],
.shirion-pc-builder__filter-panel-title small[hidden] {
	display: none;
}

.shirion-pc-builder__filter-panel {
	grid-area: filters;
	min-width: 0;
	border: 1px solid #dbe4ef;
	border-radius: 8px;
	background: #ffffff;
}

.shirion-pc-builder__filter-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1rem;
	border-bottom: 1px solid #e3e9f2;
	background: #ffffff;
}

.shirion-pc-builder__filter-panel-title,
.shirion-pc-builder__filter-panel-actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.shirion-pc-builder__filter-panel-title h2 {
	margin: 0;
	color: var(--shirion-navy);
	font-size: 1.1rem;
	font-weight: 950;
	line-height: 1.2;
}

.shirion-pc-builder__filter-clear,
.shirion-pc-builder__filter-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin: 0;
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	cursor: pointer;
}

.shirion-pc-builder__filter-clear {
	padding: 0.4rem 0.25rem;
	color: var(--shirion-blue);
	background: transparent;
	font-size: 0.82rem;
	font-weight: 850;
}

.shirion-pc-builder__filter-clear:hover:not(:disabled),
.shirion-pc-builder__filter-clear:focus-visible:not(:disabled) {
	color: var(--shirion-blue-dark);
	background: #eef4ff;
}

.shirion-pc-builder__filter-clear:focus-visible,
.shirion-pc-builder__filter-close:focus-visible {
	outline: 3px solid rgba(38, 58, 139, 0.16);
	outline-offset: 2px;
}

.shirion-pc-builder__filter-clear:disabled {
	cursor: default;
	color: #8793a3;
	background: transparent;
}

.shirion-pc-builder__filter-close {
	display: none;
	width: 44px;
	padding: 0;
	color: #344256;
	background: #f3f6fa;
}

.shirion-pc-builder__filter-close:hover {
	color: var(--shirion-blue-dark);
	background: #e7eef8;
}

.shirion-pc-builder__filter-close .shirion-icon {
	width: 20px;
	height: 20px;
}

.shirion-pc-builder__active-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 0.75rem 1rem;
	border-bottom: 1px solid #e6ecf4;
	background: #fbfdff;
}

.shirion-pc-builder__active-filters[hidden] {
	display: none;
}

.shirion-pc-builder__active-filter-list {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 0.5rem;
	min-width: 0;
}

.shirion-pc-builder__active-filter-list button,
.shirion-pc-builder__active-filter-clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin: 0;
	box-shadow: none;
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.25;
	cursor: pointer;
}

.shirion-pc-builder__active-filter-list button {
	position: relative;
	gap: 0.5rem;
	max-width: 100%;
	padding: 0.45rem 0.75rem;
	border: 1px solid #cbd9ea;
	border-radius: 999px;
	color: #253650;
	background: #ffffff;
}

.shirion-pc-builder__active-filter-list button::after {
	content: "×";
	color: #6b7788;
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1;
}

.shirion-pc-builder__active-filter-list button:hover,
.shirion-pc-builder__active-filter-list button:focus-visible {
	border-color: #aebfd4;
	color: var(--shirion-blue-dark);
	background: #eef5fd;
}

.shirion-pc-builder__active-filter-list button:focus-visible,
.shirion-pc-builder__active-filter-clear:focus-visible {
	outline: 3px solid rgba(38, 58, 139, 0.16);
	outline-offset: 2px;
}

.shirion-pc-builder__active-filter-list button span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.shirion-pc-builder__active-filter-clear {
	padding: 0.45rem 0.75rem;
	border: 0;
	border-radius: 6px;
	color: var(--shirion-blue);
	background: transparent;
}

.shirion-pc-builder__active-filter-clear:hover {
	color: var(--shirion-blue-dark);
	background: #eef4ff;
}

.shirion-pc-builder__filter-backdrop[hidden] {
	display: none;
}

.shirion-pc-builder__filters {
	display: block;
	padding: 0;
	border: 0;
	background: transparent;
}

.shirion-pc-builder__filter {
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #e3e9f2;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.shirion-pc-builder__filter:last-child {
	border-bottom: 0;
}

.shirion-pc-builder__filter--gate {
	border-color: #d7e2ef;
	background: transparent;
	box-shadow: none;
}

.shirion-pc-builder__filter--gate > .shirion-pc-builder__filter-options {
	display: grid;
	grid-template-columns: 1fr;
	max-width: none;
}

.shirion-pc-builder__filter--gate .shirion-pc-builder__filter-options > label > span {
	min-height: 44px;
	background: transparent;
	font-size: 0.9rem;
}

.shirion-pc-builder__filter legend {
	width: auto;
	max-width: 100%;
	margin: 0 0 0.6rem;
	padding: 0 0.25rem;
	color: var(--shirion-navy);
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1.3;
	text-align: start;
}

.shirion-pc-builder__filter-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 0.75rem 1rem;
	border: 0;
	border-radius: 0;
	color: var(--shirion-navy);
	background: transparent;
	box-shadow: none;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1.25;
	text-align: start;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease;
}

.shirion-pc-builder__filter-toggle:hover {
	color: var(--shirion-blue-dark);
	background: #f5f8fc;
}

.shirion-pc-builder__filter-toggle:focus:not(:focus-visible) {
	outline: none;
}

.shirion-pc-builder__filter-toggle:focus-visible {
	outline: 2px solid var(--shirion-blue);
	outline-offset: -3px;
}

.shirion-pc-builder__filter-toggle > span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.shirion-pc-builder__filter-toggle > small {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	min-height: 24px;
	margin-inline-start: auto;
	padding: 0.1rem 0.4rem;
	border-radius: 999px;
	color: #254074;
	background: #dce7f7;
	font-size: 0.76rem;
	font-weight: 900;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.shirion-pc-builder__filter-toggle::after {
	content: "";
	flex: 0 0 auto;
	width: 0.45rem;
	height: 0.45rem;
	margin-inline-start: 0.25rem;
	border-inline-end: 2px solid currentColor;
	border-block-end: 2px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	transition: transform 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.shirion-pc-builder__filter-toggle[aria-expanded="true"]::after {
	transform: rotate(225deg) translateY(-1px);
}

.shirion-pc-builder__filter-body {
	padding: 0 1rem 1rem;
}

.shirion-pc-builder__filter-body[hidden] {
	display: none;
}

.shirion-pc-builder__filter--gate .shirion-pc-builder__filter-body {
	padding-top: 0.25rem;
	background: #f7faff;
}

.shirion-pc-builder__filter-options {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.25rem;
}

.shirion-pc-builder__filter-options > label {
	position: relative;
	display: flex;
	width: 100%;
	margin: 0;
	cursor: pointer;
}

.shirion-pc-builder__filter-options > label > input {
	position: absolute;
	inset: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.shirion-pc-builder__filter-options > label > span {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) max-content;
	align-items: center;
	column-gap: 0.625rem;
	width: 100%;
	max-width: 100%;
	min-height: 44px;
	padding: 0.5rem 0.625rem;
	padding-inline-start: 2.5rem;
	border: 0;
	border-radius: 6px;
	color: #29364a;
	background: transparent;
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.25;
	text-align: start;
	transition:
		border-color 150ms ease,
		background-color 150ms ease,
		box-shadow 150ms ease,
		color 150ms ease;
}

.shirion-pc-builder__filter-option-name {
	display: block;
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: normal;
}

.shirion-pc-builder__filter-options > label > span::before {
	content: "";
	position: absolute;
	inset-inline-start: 0.625rem;
	top: 50%;
	width: 18px;
	height: 18px;
	border: 2px solid #9cabbc;
	border-radius: 4px;
	background: #ffffff;
	transform: translateY(-50%);
	transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.shirion-pc-builder__filter-options > label > input[type="radio"] + span::before {
	border-radius: 50%;
}

.shirion-pc-builder__filter-options > label > input:checked + span::after {
	content: "";
	position: absolute;
	inset-inline-start: 1rem;
	top: 50%;
	width: 5px;
	height: 9px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: translateY(-58%) rotate(45deg);
}

.shirion-pc-builder__filter-options > label > input[type="radio"]:checked + span::after {
	width: 8px;
	height: 8px;
	border: 0;
	border-radius: 50%;
	background: #ffffff;
	transform: translateY(-50%);
}

.shirion-pc-builder__filter-options > label > span > small {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 1.75rem;
	width: max-content;
	min-height: 1.35rem;
	margin-inline-start: 0;
	padding: 0.08rem 0.36rem;
	border-radius: 999px;
	color: #64748b;
	background: #edf2f8;
	font-size: 0.78rem;
	font-weight: 900;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	overflow-wrap: normal;
	white-space: nowrap;
	word-break: normal;
}

.shirion-pc-builder__filter-options > label:hover > span,
.shirion-pc-builder__filter-options > label > input:focus-visible + span {
	background: #eef5fd;
	box-shadow: none;
}

.shirion-pc-builder__filter-options > label > input:focus-visible + span {
	outline: 3px solid rgba(38, 58, 139, 0.16);
	outline-offset: 2px;
}

.shirion-pc-builder__filter-options > label > input:checked + span {
	color: var(--shirion-blue-dark);
	background: #eef4ff;
	box-shadow: none;
	font-weight: 900;
}

.shirion-pc-builder__filter-options > label > input:checked + span::before {
	border-color: var(--shirion-blue);
	background: var(--shirion-blue);
}

.shirion-pc-builder__filter-options > label > input:checked + span > small {
	color: #20336f;
	background: #dce7fa;
}

.shirion-pc-builder__filter--range {
	width: 100%;
	max-width: none;
}

.shirion-pc-builder__filter .shirion-pc-builder__range-controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: end;
	gap: 0.5rem;
}

.shirion-pc-builder__range-controls label {
	display: grid;
	gap: 0.28rem;
	min-width: 0;
	cursor: default;
}

.shirion-pc-builder__filter .shirion-pc-builder__range-controls label > span {
	display: block;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	color: #475569;
	background: transparent;
	box-shadow: none;
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1.3;
	text-align: start;
}

.shirion-pc-builder__range-controls select {
	width: 100%;
	min-height: 44px;
	margin: 0;
	padding: 0.48rem 0.7rem;
	border: 1px solid #c9d6e5;
	border-radius: 8px;
	color: #1f2937;
	background: #ffffff;
	box-shadow: none;
	font-size: 0.9rem;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	line-height: 1.3;
	cursor: pointer;
	transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.shirion-pc-builder__range-controls select:hover {
	border-color: #afc0d5;
	background: #fbfdff;
}

.shirion-pc-builder__range-controls select:focus-visible {
	border-color: var(--shirion-blue);
	outline: 3px solid rgba(38, 58, 139, 0.14);
	outline-offset: 1px;
	box-shadow: 0 2px 8px rgba(15, 42, 68, 0.08);
}

.shirion-pc-builder__range-controls button {
	min-height: 44px;
	margin: 0;
	padding: 0.48rem 0.72rem;
	border: 1px solid #cbd8e8;
	border-radius: 8px;
	color: var(--shirion-blue);
	background: #ffffff;
	box-shadow: none;
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.25;
	cursor: pointer;
	transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
}

.shirion-pc-builder__range-controls button:hover {
	border-color: #b7c8dc;
	color: var(--shirion-blue-dark);
	background: #eef5fd;
	outline: none;
}

.shirion-pc-builder__range-controls button:focus-visible {
	border-color: var(--shirion-blue);
	color: var(--shirion-blue-dark);
	background: #eef5fd;
	outline: 3px solid rgba(38, 58, 139, 0.16);
	outline-offset: 2px;
}

.shirion-pc-builder__range-controls button:active:not(:disabled) {
	background: #dfeaf8;
}

.shirion-pc-builder__range-controls button:disabled {
	cursor: not-allowed;
	color: #7a8798;
	border-color: #d8e0ea;
	background: #eef2f7;
}

.shirion-pc-builder__range-output {
	display: block;
	margin-top: 0.55rem;
	color: #536277;
	font-size: 0.8rem;
	font-weight: 750;
	font-variant-numeric: tabular-nums;
	line-height: 1.4;
}

.shirion-pc-builder__filter-expand {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	width: fit-content;
	max-width: 100%;
	min-width: 12.5rem;
	min-height: 44px;
	margin: 0.7rem auto 0;
	padding: 0.52rem 0.95rem;
	border: 1px solid #d4e0ee;
	border-radius: 8px;
	color: var(--shirion-blue);
	background: #f5f8fd;
	box-shadow: none;
	font-size: 0.84rem;
	font-weight: 850;
	line-height: 1.25;
	cursor: pointer;
	transition:
		border-color 160ms cubic-bezier(0.22, 1, 0.36, 1),
		background-color 160ms cubic-bezier(0.22, 1, 0.36, 1),
		color 160ms cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.shirion-pc-builder__filter-expand::after {
	content: "";
	display: block;
	flex: 0 0 auto;
	width: 0.48rem;
	height: 0.48rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	transform-origin: center;
	transition: transform 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.shirion-pc-builder__filter-expand[aria-expanded="true"]::after {
	transform: rotate(225deg) translateY(-1px);
}

.shirion-pc-builder__filter-expand:hover {
	border-color: #b7c8dc;
	color: var(--shirion-blue-dark);
	background: #eaf2fc;
	box-shadow: 0 2px 6px rgba(15, 42, 68, 0.08);
	outline: none;
}

.shirion-pc-builder__filter-expand:focus-visible {
	border-color: var(--shirion-blue);
	color: var(--shirion-blue-dark);
	background: #f5f8fd;
	outline: 3px solid rgba(38, 58, 139, 0.16);
	outline-offset: 2px;
}

.shirion-pc-builder__filter-expand:active {
	color: var(--shirion-blue-dark);
	background: #dfeaf8;
	box-shadow: none;
}

.shirion-pc-builder__filter-panel .shirion-pc-builder__range-controls button,
.shirion-pc-builder__filter-panel .shirion-pc-builder__filter-expand {
	width: 100%;
	min-width: 0;
}

.shirion-pc-builder__filter-panel .shirion-pc-builder__filter-expand {
	margin: 0.5rem 0 0;
}

.shirion-pc-builder__filter-panel .shirion-pc-builder__empty {
	min-height: 0;
	padding: 1.5rem 1rem;
	border: 0;
}

.shirion-pc-builder__results {
	display: grid;
	gap: 0;
	min-height: 320px;
}

.shirion-pc-builder__product {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr) minmax(138px, 170px);
	align-items: center;
	gap: 0.85rem;
	min-width: 0;
	padding: 0.8rem 1rem;
	border-bottom: 1px solid #edf1f6;
	background: #ffffff;
	transition:
		background-color 150ms ease,
		box-shadow 150ms ease;
}

.shirion-pc-builder__product:nth-child(even) {
	background: #f8fafc;
}

.shirion-pc-builder__product:hover,
.shirion-pc-builder__product.is-selected {
	background: #eef4ff;
}

.shirion-pc-builder__product.is-selected {
	box-shadow: inset 0 0 0 2px rgba(38, 58, 139, 0.2);
}

.shirion-pc-builder__product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	background: #ffffff;
	overflow: hidden;
}

.shirion-pc-builder__product-image img {
	width: 88%;
	height: 88%;
	object-fit: contain;
}

.shirion-pc-builder__product-body {
	display: grid;
	gap: 0.45rem;
	min-width: 0;
}

.shirion-pc-builder__product-title,
.shirion-pc-builder__product-title:visited {
	color: #172033;
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.35;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.shirion-pc-builder__product-title:hover,
.shirion-pc-builder__product-title:focus {
	color: var(--shirion-blue);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.shirion-pc-builder__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.shirion-pc-builder__badges span {
	min-height: 26px;
	padding: 0.22rem 0.45rem;
	border: 1px solid #dbe4ef;
	border-radius: 6px;
	color: #475569;
	background: #ffffff;
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.25;
}

.shirion-pc-builder__product-action {
	display: grid;
	justify-items: stretch;
	gap: 0.55rem;
	min-width: 0;
}

.shirion-pc-builder__product-action strong {
	color: #111827;
	font-size: 1.08rem;
	font-weight: 950;
	line-height: 1.25;
	text-align: center;
}

.shirion-pc-builder__product-action button {
	min-height: 40px;
	padding: 0.45rem 0.75rem;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	background: var(--shirion-blue);
	box-shadow: none;
	font-weight: 950;
}

.shirion-pc-builder__product-action button:hover:not(:disabled),
.shirion-pc-builder__product-action button:focus-visible:not(:disabled) {
	background: var(--shirion-blue-dark);
}

.shirion-pc-builder__product-action button:disabled {
	cursor: not-allowed;
	color: #64748b;
	background: #e2e8f0;
}

.shirion-pc-builder__product.is-selected .shirion-pc-builder__product-action button {
	color: #063f2a;
	background: #aee8ca;
}

.shirion-pc-builder__more {
	padding: 1rem;
	text-align: center;
	background: #ffffff;
	border-top: 1px solid #edf1f6;
}

.shirion-pc-builder__more button {
	min-height: 42px;
	padding: 0.55rem 1.1rem;
	border: 1px solid #cbd7e6;
	border-radius: 6px;
	color: var(--shirion-blue);
	background: #ffffff;
	font-weight: 950;
}

.shirion-pc-builder__more button:hover,
.shirion-pc-builder__more button:focus {
	border-color: var(--shirion-blue);
	background: #eef4ff;
}

.shirion-pc-builder__empty {
	padding: 2.2rem 1.2rem;
	color: #64748b;
	font-size: 1rem;
	font-weight: 800;
	text-align: center;
}

.shirion-pc-spec {
	display: grid;
	gap: 1.4rem;
	padding-top: 1.1rem;
	text-align: right;
}

.shirion-pc-spec__hero {
	display: grid;
	place-items: center;
	min-height: 150px;
	padding: 1.4rem;
	color: #ffffff;
	background: #13233a;
	text-align: center;
}

.shirion-pc-spec__hero p {
	margin: 0 0 0.45rem;
	color: #dbe7f7;
	font-size: 0.9rem;
	font-weight: 850;
	line-height: 1.4;
}

.shirion-pc-spec__hero h1 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.7rem, 3vw, 2.45rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.2;
}

.shirion-pc-spec__body {
	display: grid;
	gap: 1.15rem;
	width: min(1180px, 100%);
	margin-inline: auto;
	padding: 1.3rem 0 0;
}

.shirion-pc-spec__toolbar {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-start;
	gap: 0.85rem;
}

.shirion-pc-spec__tool-actions {
	display: flex;
	gap: 0.55rem;
}

.shirion-pc-spec__icon-btn,
.shirion-pc-spec__cart-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid #172033;
	border-radius: 6px;
	color: #ffffff;
	background: #172033;
	box-shadow: none;
}

.shirion-pc-spec__icon-btn:hover,
.shirion-pc-spec__icon-btn:focus,
.shirion-pc-spec__cart-icon:hover,
.shirion-pc-spec__cart-icon:focus {
	color: #ffffff;
	background: #29364a;
}

.shirion-pc-spec__icon-btn .shirion-icon,
.shirion-pc-spec__cart-icon .shirion-icon {
	width: 20px;
	height: 20px;
}

.shirion-pc-spec__quote-link,
.shirion-pc-spec__quote-link:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	min-width: 220px;
	padding: 0.55rem 1rem;
	border: 1px solid #cbd8e8;
	border-radius: 6px;
	color: #64748b;
	background: #ffffff;
	font-weight: 850;
	text-decoration: none;
}

.shirion-pc-spec__quote-link:hover,
.shirion-pc-spec__quote-link:focus {
	border-color: var(--shirion-blue);
	color: var(--shirion-blue);
}

.shirion-pc-spec__table-wrap {
	overflow-x: auto;
	background: #ffffff;
}

.shirion-pc-spec__table {
	width: 100%;
	border-collapse: collapse;
	color: #111827;
	background: #ffffff;
	font-size: 0.96rem;
	line-height: 1.45;
}

.shirion-pc-spec__table th,
.shirion-pc-spec__table td {
	padding: 0.72rem 0.85rem;
	vertical-align: middle;
	text-align: right;
}

.shirion-pc-spec__table thead th {
	border-bottom: 3px solid #172033;
	color: #7a8798;
	font-weight: 850;
}

.shirion-pc-spec__table tbody tr:nth-child(even) {
	background: #f3f4f6;
}

.shirion-pc-spec__table tbody td {
	border-bottom: 1px solid #e2e8f0;
	font-weight: 780;
}

.shirion-pc-spec__table tbody td:nth-child(4) {
	width: 38%;
}

.shirion-pc-spec__table tbody td:nth-child(5),
.shirion-pc-spec__table tbody td:nth-child(7) {
	font-weight: 950;
	white-space: nowrap;
}

.shirion-pc-spec__price {
	display: inline-block;
	direction: ltr;
	white-space: nowrap;
	unicode-bidi: isolate;
}

.shirion-pc-spec__thumb-cell {
	width: 92px;
	text-align: center;
}

.shirion-pc-spec__thumb {
	display: block;
	width: 64px;
	height: 64px;
	margin-inline: auto;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	background: #ffffff;
	object-fit: contain;
}

.shirion-pc-spec__thumb-empty {
	color: #94a3b8;
	font-weight: 950;
}

.shirion-pc-spec__table a,
.shirion-pc-spec__table a:visited {
	color: #111827;
	text-decoration: none;
}

.shirion-pc-spec__table a:hover,
.shirion-pc-spec__table a:focus {
	color: var(--shirion-blue);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.shirion-pc-spec__table tfoot th,
.shirion-pc-spec__table tfoot td {
	color: #ffffff;
	background: #111111;
	font-size: 1.03rem;
	font-weight: 950;
}

.shirion-pc-spec__table tfoot td {
	color: var(--shirion-orange);
	font-size: 1.35rem;
	min-width: 8rem;
	text-align: left;
	white-space: nowrap;
}

.shirion-pc-spec__actions {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 0.75rem;
}

.shirion-pc-spec__buy,
.shirion-pc-spec__edit,
.shirion-pc-spec__edit:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	min-width: 160px;
	padding: 0.55rem 1.15rem;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	background: #172033;
	box-shadow: none;
	font-weight: 950;
	text-align: center;
	text-decoration: none;
}

.shirion-pc-spec__buy:hover,
.shirion-pc-spec__buy:focus,
.shirion-pc-spec__edit:hover,
.shirion-pc-spec__edit:focus {
	color: #ffffff;
	background: #29364a;
}

.shirion-pc-spec__status {
	min-height: 1.35rem;
	margin: 0;
	color: #0f7b52;
	font-size: 0.9rem;
	font-weight: 850;
	line-height: 1.35;
}

.shirion-pc-spec__empty {
	display: grid;
	justify-items: center;
	gap: 0.75rem;
	padding: 2rem;
	border: 1px solid #dbe4ef;
	border-radius: 8px;
	background: #ffffff;
	text-align: center;
}

.shirion-pc-spec__empty h2,
.shirion-pc-spec__empty p {
	margin: 0;
}

.shirion-pc-spec__empty h2 {
	color: var(--shirion-navy);
	font-size: 1.4rem;
	font-weight: 950;
}

.shirion-pc-spec__empty p {
	color: #64748b;
	font-weight: 800;
}

@media print {
	@page {
		size: A4 portrait;
		margin: 10mm;
	}

	html,
	body {
		width: auto !important;
		min-width: 0 !important;
		background: #ffffff !important;
		color: #111827 !important;
		font-size: 10pt !important;
	}

	.shirion-top-notice,
	.shirion-demo-banner,
	#wpadminbar,
	.site-header,
	.storefront-breadcrumb,
	.site-footer,
	.shirion-pc-spec__toolbar,
	.shirion-pc-spec__actions,
	.shirion-pc-spec__status,
	.storefront-handheld-footer-bar,
	.shirion-access-widget,
	.pojo-a11y-toolbar,
	.pojo-a11y-toolbar-toggle,
	.acwp-toolbar,
	.accessibility-menu,
	.accessibility-widget,
	[class*="accessibility-toolbar"],
	[class*="accessibility-widget"] {
		display: none !important;
	}

	.shirion-pc-builder-template .site-content .col-full,
	.shirion-pc-builder-page,
	.shirion-pc-spec,
	.shirion-pc-spec__body {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		background: #ffffff !important;
		box-shadow: none !important;
	}

	.shirion-pc-builder-page {
		display: block !important;
	}

	.shirion-pc-spec__hero {
		display: block !important;
		min-height: auto;
		margin: 0 0 7mm;
		padding: 0;
		color: #111827;
		background: #ffffff;
		text-align: center;
		page-break-after: avoid;
	}

	.shirion-pc-spec__hero h1,
	.shirion-pc-spec__hero p {
		color: #111827;
	}

	.shirion-pc-spec__hero h1 {
		margin: 0;
		font-size: 20pt;
		line-height: 1.2;
	}

	.shirion-pc-spec__hero p {
		margin: 0 0 2mm;
		font-size: 9pt;
		line-height: 1.3;
	}

	.shirion-pc-spec__table-wrap {
		overflow: visible !important;
		background: #ffffff !important;
	}

	.shirion-pc-spec__table {
		width: 100% !important;
		table-layout: fixed;
		border-collapse: collapse;
		background: #ffffff !important;
		color: #111827 !important;
		font-size: 8.2pt;
		line-height: 1.25;
	}

	.shirion-pc-spec__table thead {
		display: table-header-group;
	}

	.shirion-pc-spec__table tr {
		break-inside: avoid;
		page-break-inside: avoid;
	}

	.shirion-pc-spec__table th,
	.shirion-pc-spec__table td {
		padding: 3.5pt 4pt;
		border-bottom: 1px solid #d8dee8;
		text-align: right;
		vertical-align: middle;
	}

	.shirion-pc-spec__table thead th {
		border-bottom: 2px solid #172033;
		color: #374151 !important;
		font-size: 8pt;
		font-weight: 850;
	}

	.shirion-pc-spec__table tbody tr:nth-child(even) {
		background: #ffffff !important;
	}

	.shirion-pc-spec__table th:nth-child(1),
	.shirion-pc-spec__table td:nth-child(1) {
		width: 10%;
	}

	.shirion-pc-spec__table th:nth-child(2),
	.shirion-pc-spec__table td:nth-child(2) {
		width: 8%;
	}

	.shirion-pc-spec__table th:nth-child(3),
	.shirion-pc-spec__table td:nth-child(3) {
		width: 17%;
	}

	.shirion-pc-spec__table th:nth-child(4),
	.shirion-pc-spec__table td:nth-child(4) {
		width: 35%;
	}

	.shirion-pc-spec__table th:nth-child(5),
	.shirion-pc-spec__table td:nth-child(5),
	.shirion-pc-spec__table th:nth-child(7),
	.shirion-pc-spec__table td:nth-child(7) {
		width: 10%;
		white-space: nowrap;
	}

	.shirion-pc-spec__table th:nth-child(6),
	.shirion-pc-spec__table td:nth-child(6) {
		width: 6%;
		text-align: center;
	}

	.shirion-pc-spec__thumb-cell {
		text-align: center;
	}

	.shirion-pc-spec__thumb {
		width: 30pt;
		height: 30pt;
		border-radius: 4px;
	}

	.shirion-pc-spec__table tfoot th,
	.shirion-pc-spec__table tfoot td {
		border-top: 2px solid #172033;
		border-bottom: 0;
		color: #111827 !important;
		background: #f1f5f9 !important;
		font-size: 10pt;
	}

	.shirion-pc-spec__table tfoot td {
		min-width: 0;
		color: #111827 !important;
		font-size: 12pt;
		text-align: left;
	}
}

@media (min-width: 1400px) {
	.shirion-pc-builder__workbench {
		grid-template-areas: "filters catalog";
		grid-template-columns: minmax(260px, 280px) minmax(0, 1fr);
	}

	.shirion-pc-builder__filter-panel {
		position: sticky;
		top: 1rem;
		align-self: start;
	}

	.shirion-pc-builder__filter-trigger {
		display: none;
	}
}

@media (max-width: 1399px) {
	.shirion-pc-builder-filter-open {
		overflow: hidden;
	}

	.shirion-pc-builder__filter-panel {
		position: fixed;
		z-index: var(--pc-builder-z-drawer);
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
		width: min(360px, calc(100vw - 1rem));
		max-width: 100%;
		border-radius: 0 8px 8px 0;
		box-shadow: 6px 0 20px rgba(15, 23, 42, 0.18);
		overflow-y: auto;
		overscroll-behavior: contain;
		transform: translateX(-104%);
		visibility: hidden;
		transition: transform 200ms cubic-bezier(0.22, 1, 0.36, 1), visibility 200ms linear;
	}

	.shirion-pc-builder.is-filter-panel-open .shirion-pc-builder__filter-panel {
		transform: translateX(0);
		visibility: visible;
	}

	.shirion-pc-builder__filter-panel-head {
		position: sticky;
		z-index: 1;
		top: 0;
	}

	.shirion-pc-builder__filter-close {
		display: inline-flex;
	}

	.shirion-pc-builder__filter-backdrop {
		position: fixed;
		z-index: var(--pc-builder-z-backdrop);
		inset: 0;
		background: rgba(15, 23, 42, 0.52);
	}

	.admin-bar .shirion-pc-builder__filter-panel {
		top: 32px;
	}
}

@media (max-width: 1180px) {
	.shirion-pc-builder__layout {
		grid-template-columns: minmax(0, 1fr) 300px;
	}

	.shirion-pc-builder__categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shirion-pc-builder__catalog-head {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
	}
}

@media (max-width: 980px) {
	.shirion-pc-builder__layout {
		grid-template-areas:
			"workspace"
			"summary";
		grid-template-columns: 1fr;
	}

	.shirion-pc-builder__summary {
		position: static;
		max-height: none;
		overflow: visible;
	}

	.shirion-pc-builder__summary-list {
		overflow: visible;
	}

	.shirion-pc-builder__categories {
		display: flex;
		overflow-x: auto;
		padding-bottom: 0.1rem;
		scroll-snap-type: inline mandatory;
		scrollbar-width: thin;
	}

	.shirion-pc-builder__category {
		flex: 0 0 min(210px, 62vw);
		scroll-snap-align: start;
	}
}

@media (max-width: 700px) {
	.shirion-pc-builder-template .site-content .col-full,
	.shirion-pc-builder-template .storefront-breadcrumb .col-full {
		width: min(100% - 1rem, 1500px);
	}

	.shirion-pc-spec {
		gap: 0.9rem;
	}

	.shirion-pc-spec__hero {
		min-height: 112px;
		padding: 1rem;
	}

	.shirion-pc-spec__body {
		padding-top: 0.4rem;
	}

	.shirion-pc-spec__toolbar,
	.shirion-pc-spec__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.shirion-pc-spec__tool-actions {
		justify-content: center;
	}

	.shirion-pc-spec__quote-link,
	.shirion-pc-spec__buy,
	.shirion-pc-spec__edit {
		width: 100%;
		min-width: 0;
	}

	.shirion-pc-spec__cart-icon {
		width: 100%;
	}

	.shirion-pc-spec__table,
	.shirion-pc-spec__table thead,
	.shirion-pc-spec__table tbody,
	.shirion-pc-spec__table tfoot,
	.shirion-pc-spec__table tr,
	.shirion-pc-spec__table th,
	.shirion-pc-spec__table td {
		display: block;
	}

	.shirion-pc-spec__table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.shirion-pc-spec__table tbody {
		display: grid;
		gap: 0.65rem;
	}

	.shirion-pc-spec__table tbody tr {
		padding: 0.75rem;
		border: 1px solid #dbe4ef;
		border-radius: 8px;
		background: #ffffff;
	}

	.shirion-pc-spec__table tbody tr:nth-child(even) {
		background: #f8fafc;
	}

	.shirion-pc-spec__table tbody td {
		display: flex;
		align-items: start;
		justify-content: space-between;
		gap: 0.75rem;
		padding: 0.42rem 0;
		border-bottom: 1px solid #edf1f6;
	}

	.shirion-pc-spec__table tbody td:last-child {
		border-bottom: 0;
	}

	.shirion-pc-spec__table tbody td::before {
		content: attr(data-label);
		flex: 0 0 auto;
		color: #64748b;
		font-weight: 900;
	}

	.shirion-pc-spec__table tbody td:nth-child(4) {
		width: auto;
	}

	.shirion-pc-spec__table tbody td:nth-child(4) a {
		max-width: 68%;
		text-align: left;
	}

	.shirion-pc-spec__table tbody td.shirion-pc-spec__thumb-cell {
		align-items: center;
		width: auto;
		text-align: right;
	}

	.shirion-pc-spec__thumb {
		width: 58px;
		height: 58px;
		margin-inline: 0;
	}

	.shirion-pc-spec__table tfoot tr {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 0.75rem;
		background: #111111;
	}

	.shirion-pc-spec__table tfoot th,
	.shirion-pc-spec__table tfoot td {
		padding: 0.75rem;
	}

	.shirion-pc-builder__header,
	.shirion-pc-builder__catalog-head {
		align-items: stretch;
		flex-direction: column;
	}

	.shirion-pc-builder__catalog-head {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	.shirion-pc-builder__tools {
		grid-template-columns: 1fr;
	}

	.shirion-pc-builder__shop-link,
	.shirion-pc-builder__tools,
	.shirion-pc-builder__tools label,
	.shirion-pc-builder__tools input,
	.shirion-pc-builder__tools select,
	.shirion-pc-builder__filter-trigger {
		width: 100%;
	}

	.shirion-pc-builder__filters {
		padding: 0;
	}

	.shirion-pc-builder__filter {
		width: 100%;
	}

	.shirion-pc-builder__filter-options > label > span {
		min-height: 44px;
	}

	.shirion-pc-builder__product {
		grid-template-columns: 82px minmax(0, 1fr);
		align-items: start;
		padding: 0.75rem;
	}

	.shirion-pc-builder__product-action {
		grid-column: 1 / -1;
		grid-template-columns: minmax(0, 1fr) minmax(120px, 0.8fr);
		align-items: center;
	}

	.shirion-pc-builder h1 {
		font-size: 1.75rem;
	}

	.shirion-pc-builder__catalog-head h2 {
		font-size: 1.5rem;
	}
}

@media (max-width: 782px) {
	.admin-bar .shirion-pc-builder__filter-panel {
		top: 46px;
	}
}

@media (max-width: 480px) {
	.shirion-pc-builder__filter .shirion-pc-builder__range-controls {
		grid-template-columns: 1fr;
	}

	.shirion-pc-builder__range-controls button {
		width: 100%;
	}

	.shirion-pc-builder__filter-expand {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 1180px) {
	.woocommerce.archive ul.products,
	.tax-product_cat ul.products,
	.post-type-archive-product ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.woocommerce.archive ul.products,
	.tax-product_cat ul.products,
	.post-type-archive-product ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.shirion-footer-brand {
		max-width: none;
	}

	.shirion-footer__trust {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.woocommerce.archive .site-content .col-full,
	.tax-product_cat .site-content .col-full,
	.post-type-archive-product .site-content .col-full {
		width: min(100% - 1rem, 1500px);
	}

	.woocommerce-products-header {
		padding: 0.85rem 0 0.55rem;
	}

	.storefront-sorting {
		align-items: stretch;
		flex-direction: column;
	}

	.woocommerce .woocommerce-ordering select {
		width: 100%;
	}

	.shirion-product-filters__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.shirion-product-filters__grid,
	.woocommerce.archive ul.products,
	.tax-product_cat ul.products,
	.post-type-archive-product ul.products {
		grid-template-columns: 1fr;
	}

	.shirion-product-filters__group {
		flex-basis: 100%;
	}

	.shirion-product-filters__terms span {
		justify-content: flex-start;
		min-height: 36px;
		text-align: right;
	}

	.shirion-product-filters__actions {
		justify-content: stretch;
	}

	.shirion-product-filters__actions .button {
		width: 100%;
	}

	.shirion-footer__main {
		grid-template-columns: 1fr;
		gap: 1.35rem;
		padding-top: 1.65rem;
	}

	.shirion-footer-column ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.48rem 1rem;
	}

	.shirion-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.shirion-footer-payments img {
		height: 24px;
	}
}

.single-product div.product {
	padding: clamp(1rem, 3vw, 2rem);
	border: 1px solid var(--shirion-line);
	border-radius: 8px;
	background: var(--shirion-white);
}

.single-product .site-content .col-full,
.single-product .storefront-breadcrumb .col-full {
	width: var(--shirion-wide-shell);
	max-width: none;
	margin-inline: auto;
	padding-inline: 0;
}

.single-product .content-area,
.single-product .site-main {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.single-product div.product::after {
	content: "";
	display: table;
	clear: both;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .shirion-remote-product-gallery,
.single-product div.product .shirion-product-gallery {
	width: min(42%, 460px);
	margin: 0 0 2rem 3rem;
	float: right;
	opacity: 1;
}

.single-product div.product .summary {
	width: calc(58% - 3rem);
	margin: 0 0 2rem;
	float: left;
}

.single-product div.product .shirion-remote-product-gallery,
.single-product div.product .shirion-product-gallery__stage {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
	border: 1px solid var(--shirion-line);
	border-radius: 8px;
	background: #f4f7fa;
}

.single-product div.product .shirion-product-gallery {
	display: block;
}

.single-product div.product .shirion-product-gallery__stage {
	width: 100%;
	margin: 0;
	aspect-ratio: 1 / 1;
	min-height: 0;
	padding: clamp(1rem, 2vw, 1.45rem);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.single-product div.product .shirion-remote-product-image {
	display: block;
	width: min(100%, 420px);
	max-height: 420px;
	object-fit: contain;
	padding: 1.25rem;
}

.single-product div.product .shirion-product-gallery__stage .shirion-remote-product-image {
	width: 100%;
	height: 100%;
	max-height: none;
	padding: 0;
}

.shirion-product-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
	gap: 0.65rem;
	margin-top: 0.85rem;
}

.shirion-product-gallery__thumb {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	min-width: 0;
	min-height: 68px;
	margin: 0;
	padding: 0.35rem;
	border: 1px solid #cfd9e6;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 4px 12px rgba(15, 42, 68, 0.06);
	cursor: pointer;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.shirion-product-gallery__thumb:hover,
.shirion-product-gallery__thumb:focus {
	border-color: var(--shirion-blue);
	box-shadow: 0 8px 20px rgba(38, 58, 139, 0.16);
	outline: none;
}

.shirion-product-gallery__thumb:focus-visible {
	outline: 3px solid rgba(242, 145, 32, 0.38);
	outline-offset: 2px;
}

.shirion-product-gallery__thumb.is-selected {
	border-color: var(--shirion-blue);
	box-shadow: 0 0 0 2px rgba(38, 58, 139, 0.18), 0 8px 20px rgba(15, 42, 68, 0.12);
}

.shirion-product-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.shirion-product-gallery__source {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin: 0.75rem 0 0;
	color: var(--shirion-muted);
	font-size: 0.84rem;
	font-weight: 700;
}

.shirion-product-gallery__source a {
	color: var(--shirion-blue);
	text-decoration: none;
}

.single-product div.product .shirion-product-image-placeholder {
	width: 100%;
	min-height: 360px;
}

.single-product div.product .product_title {
	color: var(--shirion-navy);
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	font-weight: 800;
	line-height: 1.18;
}

.single-product div.product .summary .price {
	color: var(--shirion-navy);
	font-size: 1.8rem;
	font-weight: 800;
}

.single-product div.product form.cart {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.single-product div.product form.cart .quantity,
.single-product div.product form.cart .single_add_to_cart_button {
	margin: 0;
}

.shirion-warranty-addon {
	flex: 1 0 100%;
	width: 100%;
	max-width: 520px;
	margin: 0 auto 0.35rem;
	text-align: right;
}

.shirion-warranty-addon label {
	display: block;
	margin: 0 0 0.35rem;
	color: var(--shirion-navy);
	font-size: 0.95rem;
	font-weight: 800;
}

.shirion-warranty-addon select {
	width: 100%;
	min-height: 44px;
	padding: 0.45rem 0.75rem;
	border: 1px solid #cbd6e3;
	border-radius: 4px;
	color: var(--shirion-ink);
	background: #fff;
	font-weight: 700;
	text-align: right;
}

.shirion-warranty-addon select:focus {
	border-color: var(--shirion-blue);
	outline: 3px solid rgba(38, 58, 139, 0.16);
	outline-offset: 1px;
}

.shirion-build-customizer {
	flex: 1 0 100%;
	width: 100%;
	max-width: 720px;
	margin: 0 auto 0.35rem;
	padding: 0.95rem 0 0.2rem;
	border-top: 1px solid var(--shirion-line);
	text-align: right;
}

.shirion-build-customizer__title {
	margin: 0 0 0.75rem;
	color: var(--shirion-navy);
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.3;
}

.shirion-build-customizer__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
	gap: 0.7rem;
}

.shirion-build-customizer__field {
	min-width: 0;
}

.shirion-build-customizer__field label {
	display: block;
	margin: 0 0 0.35rem;
	color: var(--shirion-navy);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.35;
}

.shirion-build-customizer__field select {
	width: 100%;
	min-height: 44px;
	padding: 0.45rem 0.75rem;
	border: 1px solid #cbd6e3;
	border-radius: 4px;
	color: var(--shirion-ink);
	background: #fff;
	font-size: 0.93rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: right;
}

.shirion-build-customizer__field select:focus {
	border-color: var(--shirion-blue);
	outline: 3px solid rgba(38, 58, 139, 0.16);
	outline-offset: 1px;
}

.shirion-legacy-details {
	width: 100%;
	margin: 1.15rem auto 0;
	padding-top: 1rem;
	border-top: 1px solid var(--shirion-line);
	text-align: right;
}

.shirion-legacy-details h2 {
	margin: 0 0 0.75rem;
	color: var(--shirion-navy);
	font-size: 1.05rem;
	font-weight: 800;
}

.shirion-legacy-details dl {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
	gap: 0.6rem;
	margin: 0;
}

.shirion-legacy-details dl > div {
	min-width: 0;
	padding: 0.65rem 0.75rem;
	border: 1px solid #e1e7ef;
	border-radius: 6px;
	background: #f8fafc;
}

.shirion-legacy-details dt {
	margin: 0 0 0.15rem;
	color: var(--shirion-muted);
	font-size: 0.78rem;
	font-weight: 800;
}

.shirion-legacy-details dd {
	margin: 0;
	color: var(--shirion-ink);
	font-size: 0.95rem;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.shirion-legacy-details a {
	color: var(--shirion-blue);
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.shirion-product-assurance {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.65rem;
	width: 100%;
	max-width: 760px;
	margin: 1rem auto 0;
	padding-top: 1rem;
	border-top: 1px solid var(--shirion-line);
	text-align: right;
}

.shirion-product-assurance div {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 0.1rem 0.55rem;
	align-items: start;
	min-width: 0;
	padding: 0.72rem;
	border: 1px solid #e1e7ef;
	border-radius: 6px;
	background: #fbfcfe;
}

.shirion-product-assurance .shirion-icon {
	grid-row: span 2;
	width: 28px;
	height: 28px;
	color: var(--shirion-orange);
}

.shirion-product-assurance strong {
	min-width: 0;
	color: var(--shirion-navy);
	font-size: 0.86rem;
	line-height: 1.35;
}

.shirion-product-assurance span {
	min-width: 0;
	color: var(--shirion-muted);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.45;
}

.single-product .woocommerce-tabs {
	clear: both;
	width: min(1180px, 100%);
	margin: clamp(1.75rem, 3vw, 2.5rem) auto 0;
	padding-top: clamp(1rem, 2vw, 1.5rem);
	border-top: 1px solid var(--shirion-line);
}

.single-product .woocommerce-tabs ul.tabs {
	display: none;
}

.single-product .woocommerce-tabs .panel,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
	display: block !important;
	float: none !important;
	width: 100% !important;
	margin: 0 auto clamp(1.5rem, 3vw, 2.5rem) !important;
	padding: 0 !important;
	border: 0;
	background: transparent;
	text-align: start !important;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description > h2:first-child {
	display: none;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description > p {
	max-width: 920px;
	margin-inline: auto;
	font-size: 1.05rem;
	line-height: 1.7;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description .shirion-product-full-description {
	max-width: 1180px;
	margin-inline: auto;
	color: var(--shirion-ink);
	font-size: 1.02rem;
	line-height: 1.7;
	direction: rtl;
	text-align: start;
}

.shirion-product-full-description p,
.shirion-product-full-description > div {
	margin-block: 0 0.85rem;
}

.shirion-product-full-description [class*="row-"] {
	margin-block: 0 1.5rem;
	text-align: start;
}

.shirion-product-full-description [class*="header-"],
.shirion-product-full-description [class*="body-"] {
	margin: 0;
	text-align: start;
}

.shirion-product-full-description [class*="header-"] h2,
.shirion-product-full-description [class*="header-"] h3 {
	margin: 0 0 0.35rem;
	text-align: start;
}

.shirion-product-full-description .alignleft {
	float: none !important;
	width: auto;
	margin: 0;
	text-align: start;
	unicode-bidi: plaintext;
}

.shirion-product-full-description img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.shirion-product-full-description table {
	width: 100%;
	max-width: 100% !important;
	height: auto !important;
	margin-block: 1rem;
	border-collapse: collapse;
}

.shirion-product-full-description td,
.shirion-product-full-description th {
	padding: 0.65rem 0.85rem;
	border: 1px solid var(--shirion-line);
	vertical-align: top;
}

@media (max-width: 680px) {
	.shirion-product-full-description table {
		width: 100% !important;
		table-layout: fixed;
	}

	.shirion-product-full-description td,
	.shirion-product-full-description th {
		width: auto !important;
		overflow-wrap: anywhere;
		word-break: break-word;
	}
}

.shirion-product-specs {
	clear: both;
	width: min(1180px, 100%);
	margin: clamp(1.75rem, 3vw, 2.5rem) auto 0;
	max-width: 100%;
	padding-top: clamp(1rem, 2vw, 1.5rem);
	border-top: 1px solid var(--shirion-line);
	scroll-margin-top: 7rem;
	text-align: right;
}

.shirion-product-specs h2 {
	margin: 0 0 1rem;
	color: var(--shirion-navy);
	font-size: 1.35rem;
}

.shirion-spec-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid var(--shirion-line);
	background: var(--shirion-white);
	table-layout: fixed;
}

.shirion-spec-table th,
.shirion-spec-table td {
	padding: 0.75rem 1rem;
	border-bottom: 1px solid var(--shirion-line);
	text-align: right;
	vertical-align: top;
}

.shirion-spec-table th {
	width: 32%;
	color: var(--shirion-navy);
	background: #f4f7fa;
	font-weight: 800;
}

.shirion-spec-table td {
	color: var(--shirion-ink);
	font-weight: 600;
	overflow-wrap: anywhere;
}

.single-product .shirion-spec-table tr.shirion-spec-table__group > th {
	width: auto;
	padding-block: 0.62rem;
	color: var(--shirion-white) !important;
	background: var(--shirion-navy) !important;
	font-size: 0.95rem;
	letter-spacing: 0;
	text-align: right;
}

.shirion-recent-products {
	clear: both;
	width: min(1180px, 100%);
	margin: clamp(1.75rem, 3vw, 2.5rem) auto 0;
	padding-top: clamp(1rem, 2vw, 1.5rem);
	border-top: 1px solid var(--shirion-line);
	text-align: right;
}

.shirion-recent-products h2 {
	margin: 0 0 1rem;
	color: var(--shirion-navy);
	font-size: 1.35rem;
}

.shirion-recent-products__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
	gap: 0.85rem;
}

.shirion-recent-product {
	display: grid;
	grid-template-rows: 140px minmax(3.1rem, auto) auto;
	gap: 0.55rem;
	min-width: 0;
	padding: 0.75rem;
	border: 1px solid #e1e7ef;
	border-radius: 6px;
	color: var(--shirion-ink);
	background: #fff;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(15, 42, 68, 0.05);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.shirion-recent-product:hover,
.shirion-recent-product:focus {
	border-color: var(--shirion-blue);
	box-shadow: 0 12px 28px rgba(15, 42, 68, 0.12);
	outline: none;
	transform: translateY(-1px);
}

.shirion-recent-product:focus-visible {
	outline: 3px solid rgba(242, 145, 32, 0.38);
	outline-offset: 2px;
}

.shirion-recent-product__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	border: 1px solid #edf1f6;
	border-radius: 6px;
	background: #f8fafc;
}

.shirion-recent-product__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.45rem;
}

.shirion-recent-product strong {
	min-width: 0;
	color: var(--shirion-navy);
	font-size: 0.92rem;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.shirion-recent-product__price {
	color: var(--shirion-blue);
	font-size: 0.95rem;
	font-weight: 800;
}

.shirion-source-note {
	margin-top: 1rem;
}

.storefront-full-width-content.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
	align-items: start;
	gap: clamp(1.25rem, 3vw, 2rem);
	box-sizing: border-box;
	width: min(1244px, calc(100% - 2rem));
	margin-inline: auto;
	direction: ltr;
}

.storefront-full-width-content.single-product div.product::before,
.storefront-full-width-content.single-product div.product::after {
	display: none;
}

.storefront-full-width-content.single-product div.product > * {
	min-width: 0;
	direction: rtl;
}

html[dir="ltr"] .storefront-full-width-content.single-product div.product > *,
html[dir="ltr"] .single-product div.product .summary,
html[dir="ltr"] .single-product div.product .product_title,
html[dir="ltr"] .single-product div.product .woocommerce-product-details__short-description,
html[dir="ltr"] .single-product .woocommerce-tabs .woocommerce-Tabs-panel--description {
	direction: ltr;
}

html[dir="ltr"] .storefront-full-width-content.single-product div.product .woocommerce-product-gallery__image {
	float: left !important;
}

.storefront-full-width-content.single-product div.product .onsale {
	grid-column: 2;
	grid-row: 1;
	align-self: start;
	justify-self: end;
	z-index: 2;
	margin: clamp(0.55rem, 1vw, 0.8rem) clamp(0.55rem, 1vw, 0.8rem) 0 0;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery,
.storefront-full-width-content.single-product div.product .shirion-remote-product-gallery,
.storefront-full-width-content.single-product div.product .shirion-product-gallery {
	grid-column: 2;
	grid-row: 1;
	float: none;
	width: 100%;
	margin: 0;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
	align-self: start;
	padding: clamp(0.75rem, 1.5vw, 1.1rem);
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery__wrapper,
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery__image {
	width: 100%;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery__image {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: clamp(330px, 34vw, 470px);
	background: transparent;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery__image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery__image img.wp-post-image {
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: clamp(320px, 32vw, 450px);
	object-fit: contain;
}

.storefront-full-width-content.single-product div.product .summary {
	grid-column: 1;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	float: none;
	width: 100%;
	margin: 0;
	padding-top: clamp(0.25rem, 1vw, 0.65rem);
	text-align: center;
}

.storefront-full-width-content.single-product div.product .product_title {
	max-width: 660px;
	margin: 0 0 1rem;
	font-size: clamp(1.75rem, 2.15vw, 2.2rem);
	line-height: 1.15;
	text-align: center;
}

.storefront-full-width-content.single-product .site-main > .shirion-product-admin-edit {
	width: min(1120px, calc(100% - 2rem));
	margin: clamp(0.75rem, 1.6vw, 1.25rem) auto -0.35rem;
	text-align: right;
	line-height: 1;
}

html[dir="ltr"] .storefront-full-width-content.single-product .site-main > .shirion-product-admin-edit {
	text-align: left;
}

.storefront-full-width-content.single-product div.product .shirion-product-admin-edit {
	margin: -0.35rem 0 0.65rem;
	line-height: 1;
}

.storefront-full-width-content.single-product .site-main > .shirion-product-admin-edit .shirion-product-admin-edit__link,
.storefront-full-width-content.single-product div.product .shirion-product-admin-edit__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0.45rem 0.9rem;
	border: 1px solid #c8d3e2;
	border-radius: 6px;
	color: var(--shirion-blue);
	background: #f8fbff;
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(15, 42, 68, 0.08);
}

.storefront-full-width-content.single-product .site-main > .shirion-product-admin-edit .shirion-product-admin-edit__link:hover,
.storefront-full-width-content.single-product .site-main > .shirion-product-admin-edit .shirion-product-admin-edit__link:focus,
.storefront-full-width-content.single-product div.product .shirion-product-admin-edit__link:hover,
.storefront-full-width-content.single-product div.product .shirion-product-admin-edit__link:focus {
	color: var(--shirion-white);
	background: var(--shirion-blue);
	text-decoration: none;
}

.storefront-full-width-content.single-product div.product .summary > .edit-link {
	display: none;
}

.storefront-full-width-content.single-product div.product .summary .price {
	margin: 0.75rem 0 1rem;
	font-size: clamp(1.35rem, 1.8vw, 1.65rem);
	line-height: 1.25;
	text-align: center;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-details__short-description {
	max-width: 620px;
	margin: 0 auto 1rem;
	font-size: 0.98rem;
	line-height: 1.65;
	text-align: center;
}

.storefront-full-width-content.single-product div.product form.cart {
	width: 100%;
	max-width: 620px;
	margin-bottom: 0;
	padding-top: 0.85rem;
}

.storefront-full-width-content.single-product div.product .shirion-legacy-details,
.storefront-full-width-content.single-product div.product .shirion-product-assurance,
.storefront-full-width-content.single-product div.product .woocommerce-tabs {
	grid-column: 1 / -1;
	width: 100%;
	margin-top: 0;
}

.storefront-full-width-content.single-product div.product .shirion-product-assurance {
	max-width: none;
	margin-inline: 0;
}

.storefront-full-width-content.single-product div.product .shirion-product-specs {
	grid-column: 1 / -1;
	width: 100%;
	margin-top: 0;
}

.storefront-full-width-content.single-product div.product .related.products {
	grid-column: 1 / -1;
	width: 100%;
	margin: 0;
	padding-top: clamp(1rem, 2vw, 1.5rem);
	border-top: 1px solid var(--shirion-line);
}

@media (max-width: 900px) {
	.storefront-full-width-content.single-product div.product {
		display: block;
		width: min(100% - 1rem, 720px);
		direction: rtl;
	}

	.storefront-full-width-content.single-product div.product .woocommerce-product-gallery,
	.storefront-full-width-content.single-product div.product .shirion-remote-product-gallery,
	.storefront-full-width-content.single-product div.product .shirion-product-gallery,
	.storefront-full-width-content.single-product div.product .summary,
	.storefront-full-width-content.single-product div.product .shirion-legacy-details,
	.storefront-full-width-content.single-product div.product .shirion-product-assurance,
	.storefront-full-width-content.single-product div.product .woocommerce-tabs,
	.storefront-full-width-content.single-product div.product .shirion-product-specs,
	.storefront-full-width-content.single-product div.product .related.products {
		width: 100%;
		margin-inline: 0;
	}

	.storefront-full-width-content.single-product div.product .summary,
	.storefront-full-width-content.single-product div.product .shirion-legacy-details,
	.storefront-full-width-content.single-product div.product .shirion-product-assurance,
	.storefront-full-width-content.single-product div.product .woocommerce-tabs,
	.storefront-full-width-content.single-product div.product .shirion-product-specs,
	.storefront-full-width-content.single-product div.product .related.products {
		margin-top: clamp(1.25rem, 4vw, 2rem);
	}
}

.site-footer {
	padding: 0;
	color: rgba(255, 255, 255, 0.82);
	background: #0f2a44;
}

.site-footer a {
	color: var(--shirion-white);
}

.site-footer .col-full {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.shirion-footer {
	background:
		linear-gradient(180deg, rgba(38, 58, 139, 0.2), rgba(15, 42, 68, 0)),
		#0f2a44;
}

.shirion-footer__main,
.shirion-footer__trust,
.shirion-footer__bottom {
	width: var(--shirion-wide-shell);
	margin-inline: auto;
}

.shirion-footer__main {
	display: grid;
	grid-template-columns: minmax(280px, 1.25fr) repeat(3, minmax(160px, 0.7fr));
	gap: clamp(1.25rem, 3vw, 3rem);
	padding: clamp(2rem, 4vw, 3rem) 0 clamp(1.25rem, 2.5vw, 1.8rem);
	text-align: right;
}

.shirion-footer-brand {
	max-width: 430px;
}

.shirion-footer-logo {
	display: inline-flex;
	align-items: center;
	margin-bottom: 1rem;
}

.shirion-footer-logo img {
	display: block;
	width: min(210px, 100%);
	height: auto;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25));
}

.shirion-footer-brand h2,
.shirion-footer-column h2 {
	margin: 0 0 0.85rem;
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.35;
}

.site-footer .shirion-footer .shirion-footer-brand p {
	max-width: 34rem;
	margin: 0 0 1.1rem;
	color: #e7eef8;
	font-size: 0.98rem;
	line-height: 1.75;
}

.shirion-footer-contact {
	display: grid;
	gap: 0.5rem;
}

.site-footer .shirion-footer .shirion-footer-contact a {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	width: fit-content;
	color: #f8fbff;
	font-weight: 800;
	text-decoration: none;
}

.site-footer .shirion-footer .shirion-footer-contact .shirion-icon {
	width: 1.05rem;
	height: 1.05rem;
	color: var(--shirion-orange);
}

.shirion-footer-brand .shirion-language-switcher {
	margin-top: 1rem;
}

.shirion-footer-brand .shirion-language-menu__button {
	border-color: rgba(255, 255, 255, 0.16);
	color: #eef5ff;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

.shirion-footer-brand .shirion-language-menu__label {
	color: #b9c7da;
}

.shirion-footer-brand .shirion-language-menu__globe,
.shirion-footer-brand .shirion-language-menu__icon {
	color: #eef5ff;
}

.shirion-footer-brand .shirion-language-menu__button:hover,
.shirion-footer-brand .shirion-language-menu__button:focus {
	border-color: var(--shirion-orange);
	background: rgba(255, 255, 255, 0.14);
}

.shirion-footer-brand .shirion-language-menu__list {
	background: #102a47;
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.shirion-footer-brand .shirion-language-menu__list a,
.shirion-footer-brand .shirion-language-menu__list a:visited {
	color: #eef5ff;
}

.shirion-footer-brand .shirion-language-menu__list a:hover,
.shirion-footer-brand .shirion-language-menu__list a:focus {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

.shirion-footer-brand .shirion-language-menu__list a[aria-current="page"] {
	background: #ffffff;
	color: var(--shirion-blue-dark);
}

.shirion-footer-column ul {
	display: grid;
	gap: 0.42rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .shirion-footer .shirion-footer-column a {
	display: inline-block;
	color: #dbe7f7;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
	text-underline-offset: 0.2em;
}

.site-footer .shirion-footer .shirion-footer-column a:hover,
.site-footer .shirion-footer .shirion-footer-column a:focus,
.site-footer .shirion-footer .shirion-footer-contact a:hover,
.site-footer .shirion-footer .shirion-footer-contact a:focus {
	color: #ffffff;
	text-decoration: underline;
}

.shirion-footer__trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	padding: 1rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.shirion-footer__trust div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 44px;
	padding: 0.55rem 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
	font-size: 0.92rem;
	font-weight: 800;
	text-align: center;
}

.shirion-footer__trust .shirion-icon {
	width: 1.15rem;
	height: 1.15rem;
	flex: 0 0 auto;
	color: var(--shirion-orange);
}

.shirion-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.15rem 0 1.35rem;
}

.site-footer .shirion-footer .shirion-footer__bottom p {
	margin: 0;
	color: #d4deeb;
	font-size: 0.9rem;
	font-weight: 700;
}

.shirion-footer-payments {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.shirion-footer-payments img {
	display: block;
	width: auto;
	height: 26px;
	padding: 0.18rem 0.28rem;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.page:not(.home) .hentry {
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--shirion-line);
	border-radius: 8px;
	background: var(--shirion-white);
	box-shadow: 0 12px 30px rgba(23, 32, 51, 0.06);
}

.page:not(.home) .entry-header {
	margin-bottom: 1rem;
	border-bottom: 1px solid var(--shirion-line);
}

.page:not(.home) .entry-title {
	margin: 0 0 1rem;
	color: var(--shirion-navy);
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.15;
	text-align: right;
}

.woocommerce-cart .site-content,
.woocommerce-checkout .site-content,
.woocommerce-account .site-content {
	background: #f3f5f8;
}

.woocommerce-cart .site-content .col-full,
.woocommerce-checkout .site-content .col-full,
.woocommerce-account .site-content .col-full,
.woocommerce-cart .storefront-breadcrumb .col-full,
.woocommerce-checkout .storefront-breadcrumb .col-full,
.woocommerce-account .storefront-breadcrumb .col-full {
	width: min(1360px, calc(100% - 2rem));
	max-width: none;
	margin-inline: auto;
	padding-inline: 0;
}

.woocommerce-cart .content-area,
.woocommerce-checkout .content-area,
.woocommerce-account .content-area,
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main,
.woocommerce-account .site-main {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.woocommerce-cart .storefront-breadcrumb,
.woocommerce-checkout .storefront-breadcrumb,
.woocommerce-account .storefront-breadcrumb {
	margin: 0;
	padding: 0.85rem 0;
	border-bottom: 1px solid #e2e8f0;
	background: #f8fafc;
}

.woocommerce-cart .hentry,
.woocommerce-checkout .hentry,
.woocommerce-account .hentry {
	max-width: none;
	margin: clamp(1.25rem, 3vw, 2.5rem) auto 2.5rem;
	padding: clamp(1.15rem, 2.2vw, 1.75rem);
	overflow: visible;
}

.woocommerce-account:not(.logged-in) .hentry {
	max-width: 720px;
}

.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header,
.woocommerce-account .entry-header {
	margin-bottom: 1.25rem;
	padding-bottom: 0.9rem !important;
	min-height: 0;
}

.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-account .entry-title {
	font-size: clamp(2rem, 3vw, 2.7rem);
}

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content {
	min-width: 0;
}

.woocommerce-account .entry-content > .woocommerce {
	direction: rtl;
}

.woocommerce-account:not(.logged-in) .entry-content > .woocommerce {
	max-width: 560px;
	margin-inline: auto;
}

.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3 {
	margin: 0 0 1rem;
	color: var(--shirion-navy);
	font-weight: 950;
	line-height: 1.3;
	text-align: right;
}

.woocommerce-account:not(.logged-in) .woocommerce h2 {
	display: none;
}

.shirion-account-tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	border: 1px solid #dbe4ef;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	background: #ffffff;
	overflow: hidden;
}

.shirion-account-tab {
	position: relative;
	min-height: 58px;
	padding: 0.85rem 1rem;
	border: 0;
	border-bottom: 1px solid #dbe4ef;
	border-radius: 0;
	color: #243044;
	background: #ffffff;
	box-shadow: none;
	font-size: 1.1rem;
	font-weight: 900;
	line-height: 1.2;
	cursor: pointer;
}

.shirion-account-tab + .shirion-account-tab {
	border-right: 1px solid #dbe4ef;
}

.shirion-account-tab::after {
	position: absolute;
	right: 28%;
	bottom: -1px;
	left: 28%;
	height: 3px;
	background: transparent;
	content: "";
}

.shirion-account-tab.is-active {
	border-bottom-color: var(--shirion-warm);
	color: var(--shirion-blue);
	background: #fbfdff;
}

.shirion-account-tab.is-active::after {
	background: var(--shirion-warm);
}

.shirion-account-tab:focus-visible {
	z-index: 1;
	outline: 3px solid rgba(38, 58, 139, 0.2);
	outline-offset: -3px;
}

.woocommerce-account .u-columns.col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: start;
}

.woocommerce-account:not(.logged-in) .u-columns.col2-set {
	display: block;
	float: none !important;
	width: 100%;
	margin: 0;
	padding: 1.25rem;
	border: 1px solid #dbe4ef;
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background: #ffffff;
	box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
}

.woocommerce-account .u-columns.col2-set::before,
.woocommerce-account .u-columns.col2-set::after {
	display: none;
}

.woocommerce-account .u-columns.col2-set .col-1,
.woocommerce-account .u-columns.col2-set .col-2 {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 1rem;
	border: 1px solid #dbe4ef;
	border-radius: 8px;
	background: #fbfdff;
}

.woocommerce-account:not(.logged-in) .u-columns.col2-set .col-1,
.woocommerce-account:not(.logged-in) .u-columns.col2-set .col-2 {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	flex: none !important;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.woocommerce-account:not(.logged-in) .u-columns.col2-set .col-1[hidden],
.woocommerce-account:not(.logged-in) .u-columns.col2-set .col-2[hidden] {
	display: none !important;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
	max-width: 760px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.woocommerce-account:not(.logged-in) .woocommerce form.login,
.woocommerce-account:not(.logged-in) .woocommerce form.register {
	width: 100% !important;
	max-width: none;
	margin-inline: auto;
	text-align: center;
}

.woocommerce-account:not(.logged-in) .woocommerce .form-row {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

.woocommerce-account:not(.logged-in) .woocommerce .form-row-first,
.woocommerce-account:not(.logged-in) .woocommerce .form-row-last {
	float: none !important;
	width: 100% !important;
	margin-inline: 0;
}

.woocommerce-account .woocommerce-form-row,
.woocommerce-account .form-row {
	margin-bottom: 1rem;
	text-align: right;
}

.woocommerce-account .woocommerce-form-row label,
.woocommerce-account .form-row label {
	display: block;
	margin-bottom: 0.4rem;
	color: #1f2937;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.35;
	text-align: right;
}

.woocommerce-account .woocommerce-form-row input.input-text,
.woocommerce-account .form-row input.input-text,
.woocommerce-account .form-row textarea,
.woocommerce-account .form-row select {
	width: 100%;
	min-height: 46px;
	padding: 0.65rem 0.8rem;
	border: 1px solid #cbd8e8;
	border-radius: 4px;
	color: #111827;
	background: #ffffff;
	box-shadow: none;
	font-size: 1rem;
	text-align: right;
}

.woocommerce-account .woocommerce-form-row input.input-text:focus,
.woocommerce-account .form-row input.input-text:focus,
.woocommerce-account .form-row textarea:focus,
.woocommerce-account .form-row select:focus {
	border-color: var(--shirion-blue);
	outline: 3px solid rgba(38, 58, 139, 0.16);
	outline-offset: 1px;
}

.woocommerce-account .show-password-input {
	right: auto;
	left: 0;
}

.woocommerce-account .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0 0.75rem;
}

.woocommerce-account .woocommerce-form-login__rememberme input {
	margin: 0;
}

.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce form.login button.button,
.woocommerce-account .woocommerce form.register button.button,
.woocommerce-account .woocommerce-Button.button {
	min-width: 132px;
	min-height: 44px;
	margin: 0.25rem 0 0;
	border-radius: 4px;
	font-size: 0.98rem;
	font-weight: 900;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__submit,
.woocommerce-account:not(.logged-in) .woocommerce form.login button.button,
.woocommerce-account:not(.logged-in) .woocommerce form.register button.button {
	width: 100%;
}

.woocommerce-account .lost_password {
	margin: 0.85rem 0 0;
	text-align: right;
}

.woocommerce-account:not(.logged-in) .lost_password {
	text-align: center;
}

.woocommerce-account .woocommerce-privacy-policy-text {
	max-width: 62ch;
	margin: 0 0 1rem;
	color: #536174;
	font-size: 0.92rem;
	line-height: 1.65;
	text-align: right;
}

.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text {
	margin-inline: auto;
	text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: right;
	width: 260px;
	margin: 0 0 1.5rem 1.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	padding: 0.72rem 2.9rem 0.72rem 0.9rem;
	border: 1px solid #dbe4ef;
	border-radius: 6px;
	color: #243044;
	background: #f8fafc;
	font-weight: 850;
	line-height: 1.35;
	text-align: right;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before,
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a::before {
	position: absolute;
	top: 50%;
	right: 0.9rem;
	left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	margin: 0;
	float: none;
	color: #9aa6b6;
	font-size: 1rem;
	line-height: 1;
	transform: translateY(-50%);
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:focus {
	color: #ffffff;
	border-color: var(--shirion-blue);
	background: var(--shirion-blue);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::before,
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a::before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover::before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus::before,
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover::before,
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:focus::before {
	color: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus-visible,
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:focus-visible {
	outline: 3px solid rgba(255, 176, 0, 0.45);
	outline-offset: 2px;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
	min-width: 0;
	overflow: hidden;
	color: #263244;
	font-size: 1rem;
	line-height: 1.7;
	text-align: right;
}

.woocommerce-account .woocommerce-MyAccount-content mark,
.woocommerce-account .woocommerce-MyAccount-content code {
	border-radius: 4px;
	background: #eef4ff;
	color: var(--shirion-blue-dark);
	font-weight: 800;
}

.woocommerce-account table.shop_table {
	border-color: #dbe4ef;
	border-radius: 6px;
	overflow: hidden;
}

.woocommerce-cart .entry-content > .wp-block-woocommerce-cart,
.woocommerce-checkout .entry-content > .wp-block-woocommerce-checkout,
.woocommerce-cart .entry-content > .alignwide,
.woocommerce-checkout .entry-content > .alignwide {
	width: 100%;
	max-width: none !important;
	margin-inline: 0 !important;
	direction: rtl;
}

.woocommerce-cart .wp-block-woocommerce-filled-cart-block,
.woocommerce-cart .wc-block-cart,
.woocommerce-checkout .wp-block-woocommerce-checkout,
.woocommerce-checkout .wc-block-checkout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 370px);
	gap: 1.25rem;
	align-items: start;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block,
.woocommerce-cart .wc-block-cart__main,
.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block,
.woocommerce-checkout .wc-block-checkout__main {
	grid-column: 1;
	float: none !important;
	min-width: 0;
	width: auto !important;
	max-width: 100%;
}

.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
.woocommerce-cart .wc-block-cart__sidebar,
.woocommerce-cart .wc-block-components-sidebar,
.woocommerce-checkout .wp-block-woocommerce-checkout-totals-block,
.woocommerce-checkout .wc-block-checkout__sidebar,
.woocommerce-checkout .wc-block-components-sidebar {
	grid-column: 2;
	float: none !important;
	min-width: 0;
	width: auto !important;
	max-width: 100%;
	padding: 1rem;
	border: 1px solid var(--shirion-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(23, 32, 51, 0.08);
}

.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-totals-block {
	position: sticky;
	top: 112px;
}

.woocommerce-cart .wc-block-cart-items,
.woocommerce-cart table.cart,
.woocommerce-checkout .wc-block-components-order-summary,
.woocommerce-checkout .wc-block-components-order-summary__content {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.woocommerce-cart .wc-block-cart-items th,
.woocommerce-cart .wc-block-cart-items td,
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
	padding: 0.9rem 0.75rem;
	border-color: var(--shirion-line);
	text-align: right;
	vertical-align: middle;
}

.woocommerce-cart .wc-block-cart-items__row,
.woocommerce-cart .cart_item,
.woocommerce-checkout .wc-block-components-order-summary-item {
	min-width: 0;
}

.woocommerce-cart .wc-block-cart-item__wrap,
.woocommerce-cart .wc-block-cart-item__product,
.woocommerce-cart .product-name,
.woocommerce-checkout .wc-block-components-order-summary-item__description {
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: normal;
}

.woocommerce-cart .wc-block-cart-item__image img,
.woocommerce-cart table.cart img,
.woocommerce-checkout .wc-block-components-order-summary-item__image img {
	width: 78px !important;
	height: 78px !important;
	padding: 0.35rem;
	border: 1px solid #dce7f2;
	border-radius: 6px;
	background: #f6f9fc;
	object-fit: contain;
}

.woocommerce-cart .wc-block-cart-item__image,
.woocommerce-cart table.cart .product-thumbnail {
	width: 96px;
	min-width: 96px;
}

.woocommerce-cart .wc-block-components-quantity-selector,
.woocommerce-cart .quantity {
	display: inline-flex;
	align-items: stretch;
	justify-content: center;
	min-width: 108px;
	height: 42px;
	border: 1px solid #cfd9e6;
	border-radius: 4px;
	background: #ffffff;
	overflow: hidden;
}

.woocommerce-cart .wc-block-components-quantity-selector input,
.woocommerce-cart .quantity input.qty {
	width: 44px;
	min-width: 44px;
	padding: 0;
	border: 0;
	box-shadow: none;
	text-align: center;
}

.woocommerce-cart .wc-block-components-quantity-selector button,
.woocommerce-cart .quantity .minus,
.woocommerce-cart .quantity .plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	min-width: 32px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #f4f7fa;
	color: var(--shirion-navy);
	box-shadow: none;
}

.woocommerce-cart .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-totals-wrapper {
	padding: 0.8rem 0;
	border-color: var(--shirion-line);
}

.woocommerce-cart .wc-block-components-totals-item,
.woocommerce-checkout .wc-block-components-totals-item {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	font-weight: 800;
}

.woocommerce-cart .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-item__label {
	text-align: right;
}

.woocommerce-cart .wc-block-components-totals-item__value,
.woocommerce-checkout .wc-block-components-totals-item__value {
	text-align: left;
	white-space: nowrap;
}

.woocommerce-cart .wc-block-components-button:not(.is-link),
.woocommerce-checkout .wc-block-components-button:not(.is-link),
.woocommerce-cart .checkout-button,
.woocommerce-checkout .button.alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	border: 0;
	border-radius: 4px;
	background: var(--shirion-blue);
	color: #ffffff;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(20, 36, 95, 0.18);
}

.woocommerce-cart .wc-block-components-button:not(.is-link):hover,
.woocommerce-cart .wc-block-components-button:not(.is-link):focus,
.woocommerce-checkout .wc-block-components-button:not(.is-link):hover,
.woocommerce-checkout .wc-block-components-button:not(.is-link):focus,
.woocommerce-cart .checkout-button:hover,
.woocommerce-cart .checkout-button:focus,
.woocommerce-checkout .button.alt:hover,
.woocommerce-checkout .button.alt:focus {
	background: var(--shirion-blue-dark);
	color: #ffffff;
}

.woocommerce-cart .wc-block-components-text-input input,
.woocommerce-cart .wc-block-components-text-input textarea,
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-text-input textarea,
.woocommerce-checkout .wc-block-components-combobox-control input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	min-height: 46px;
	border: 1px solid #cfd9e6;
	border-radius: 4px;
	background: #ffffff;
	color: var(--shirion-ink);
	text-align: right;
}

.woocommerce-cart .wp-block-woocommerce-product-collection {
	margin-top: 1.75rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--shirion-line);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
	display: grid;
	gap: 1.5rem;
	max-width: 1120px;
	margin-inline: auto;
	text-align: center;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
	margin: 0;
	padding: 1.1rem 0 1rem;
	border-bottom: 1px solid var(--shirion-line);
	color: var(--shirion-navy);
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 950;
	line-height: 1.25;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::before {
	width: 68px;
	height: 68px;
	margin: 0 auto 0.75rem;
	background-color: #20324a;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
	margin: 0;
	color: var(--shirion-navy);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 950;
	line-height: 1.3;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid {
	margin: 0;
}

.woocommerce-cart .wc-block-grid__products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 1rem;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-cart .wc-block-grid__product {
	display: flex !important;
	float: none !important;
	flex: none !important;
	flex-direction: column;
	align-items: stretch;
	min-width: 0;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 1rem;
	border: 1px solid var(--shirion-line);
	border-radius: 8px;
	background: #f8fafc;
	text-align: center;
	box-shadow: 0 10px 24px rgba(23, 32, 51, 0.05);
}

.woocommerce-cart .wc-block-grid__product > * {
	min-width: 0;
}

.woocommerce-cart .wc-block-grid__product-link {
	display: grid;
	gap: 0.7rem;
	width: 100%;
	color: var(--shirion-navy);
	text-decoration: none;
}

.woocommerce-cart .wc-block-grid__product-image {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 150px;
}

.woocommerce-cart .wc-block-grid__product-image img,
.woocommerce-cart .wc-block-grid__product .shirion-product-image-placeholder {
	width: min(100%, 150px) !important;
	height: 150px !important;
	margin-inline: auto;
	padding: 0.75rem;
	border: 1px solid #dce7f2;
	border-radius: 6px;
	background: #ffffff;
	object-fit: contain;
}

.woocommerce-cart .wc-block-grid__product-onsale {
	position: static;
	z-index: auto;
	justify-self: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: calc(100% - 1rem);
	min-width: 4.8rem;
	padding: 0.25rem 0.55rem;
	border: 1px solid #fed7aa;
	border-radius: 999px;
	color: #9a3412;
	background: #fff7ed;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.15;
}

.woocommerce-cart .wc-block-grid__product-title {
	color: var(--shirion-navy);
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.woocommerce-cart .wc-block-grid__product-price {
	margin-top: auto;
	color: var(--shirion-navy);
	font-size: 1rem;
	font-weight: 950;
	line-height: 1.35;
}

.woocommerce-cart .wc-block-grid__product-price del,
.woocommerce-cart .wc-block-grid__product-price .wc-block-components-product-price__regular {
	color: #7a8798;
	font-size: 0.85rem;
	font-weight: 800;
}

.woocommerce-cart .wc-block-grid__product-price ins {
	color: var(--shirion-orange);
	background: transparent;
	font-weight: 950;
	text-decoration: none;
}

.woocommerce-cart .wc-block-grid__product-add-to-cart {
	display: flex;
	justify-content: center;
	margin-top: 0.85rem;
}

.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: auto;
	min-width: 92px;
	height: 38px;
	min-height: 38px !important;
	padding: 0 0.95rem !important;
	border-radius: 4px;
	color: #ffffff;
	background: var(--shirion-blue);
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1 !important;
	text-decoration: none;
	vertical-align: middle;
	box-shadow: none;
}

.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link:focus {
	color: #ffffff;
	background: var(--shirion-blue-dark);
}

@media (max-width: 1100px) {
	.woocommerce-cart .site-content .col-full,
	.woocommerce-checkout .site-content .col-full,
	.woocommerce-account .site-content .col-full,
	.woocommerce-cart .storefront-breadcrumb .col-full,
	.woocommerce-checkout .storefront-breadcrumb .col-full,
	.woocommerce-account .storefront-breadcrumb .col-full {
		width: min(100% - 1.25rem, 100%);
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: none;
		width: 100%;
		margin: 0 0 1rem;
	}

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

	.woocommerce-account .u-columns.col2-set {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart .wp-block-woocommerce-filled-cart-block,
	.woocommerce-cart .wc-block-cart,
	.woocommerce-checkout .wp-block-woocommerce-checkout,
	.woocommerce-checkout .wc-block-checkout {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart .wp-block-woocommerce-cart-items-block,
	.woocommerce-cart .wc-block-cart__main,
	.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block,
	.woocommerce-checkout .wc-block-checkout__main,
	.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
	.woocommerce-cart .wc-block-cart__sidebar,
	.woocommerce-cart .wc-block-components-sidebar,
	.woocommerce-checkout .wp-block-woocommerce-checkout-totals-block,
	.woocommerce-checkout .wc-block-checkout__sidebar,
	.woocommerce-checkout .wc-block-components-sidebar {
		grid-column: 1;
	}

	.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
	.woocommerce-checkout .wp-block-woocommerce-checkout-totals-block {
		position: static;
	}

	.woocommerce-cart .wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 680px) {
	.woocommerce-cart .hentry,
	.woocommerce-checkout .hentry,
	.woocommerce-account .hentry {
		margin-top: 1rem;
		padding: 1rem;
	}

	.woocommerce-cart .entry-title,
	.woocommerce-checkout .entry-title,
	.woocommerce-account .entry-title {
		font-size: 2rem;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		box-sizing: border-box;
		padding-left: 3.25rem;
	}

	.woocommerce-account .woocommerce-form-login__submit,
	.woocommerce-account .woocommerce form.login button.button,
	.woocommerce-account .woocommerce form.register button.button,
	.woocommerce-account .woocommerce-Button.button {
		width: 100%;
	}

	.woocommerce-cart .wc-block-cart-items,
	.woocommerce-cart table.cart {
		table-layout: auto;
	}

	.woocommerce-cart .wc-block-cart-item__image img,
	.woocommerce-cart table.cart img,
	.woocommerce-checkout .wc-block-components-order-summary-item__image img {
		width: 64px;
		height: 64px;
	}

	.woocommerce-cart .wc-block-components-quantity-selector,
	.woocommerce-cart .quantity {
		min-width: 96px;
	}

	.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
	.woocommerce-cart .wc-block-cart__sidebar,
	.woocommerce-cart .wc-block-components-sidebar,
	.woocommerce-checkout .wp-block-woocommerce-checkout-totals-block,
	.woocommerce-checkout .wc-block-checkout__sidebar,
	.woocommerce-checkout .wc-block-components-sidebar {
		padding: 0.85rem;
	}

	.woocommerce-cart .wc-block-grid__products {
		grid-template-columns: 1fr !important;
	}
}

.shirion-info-page {
	max-width: 980px;
	margin-inline: auto;
}

.shirion-info-lead {
	margin-bottom: 1.25rem;
	padding: 1.2rem 1.35rem;
	border-inline-start: 5px solid var(--shirion-accent);
	border-radius: 8px;
	background: #f4f9f7;
}

.shirion-info-eyebrow {
	margin: 0 0 0.35rem;
	color: #0b6b48;
	font-size: 0.92rem;
	font-weight: 900;
}

.shirion-info-lead p:last-child {
	margin-bottom: 0;
	color: var(--shirion-ink);
	font-size: 1.08rem;
	line-height: 1.75;
}

.shirion-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.shirion-info-card {
	min-height: 150px;
	padding: 1.15rem;
	border: 1px solid var(--shirion-line);
	border-radius: 8px;
	background: #ffffff;
}

.shirion-info-card h2 {
	margin: 0 0 0.45rem;
	color: var(--shirion-navy);
	font-size: 1.16rem;
	line-height: 1.35;
}

.shirion-info-card p {
	margin: 0;
	color: var(--shirion-muted);
	font-size: 0.98rem;
	line-height: 1.7;
}

.shirion-accessibility-statement .shirion-info-card p + p {
	margin-top: 0.65rem;
}

.shirion-accessibility-statement .shirion-info-card a {
	color: var(--shirion-blue);
	font-weight: 800;
}

.shirion-info-card--wide {
	grid-column: 1 / -1;
	min-height: auto;
}

.shirion-language-page .shirion-info-lead h2,
.shirion-seo-page .shirion-info-lead h2 {
	margin: 0 0 0.55rem;
	color: var(--shirion-navy);
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.18;
}

.shirion-language-page .shirion-info-card p + p {
	margin-top: 0.65rem;
}

.shirion-language-page .shirion-info-card a {
	color: var(--shirion-blue);
	font-weight: 850;
}

.shirion-language-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1rem !important;
}

.shirion-language-page__button,
.shirion-language-page__button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0.55rem 0.9rem;
	border: 1px solid var(--shirion-blue);
	border-radius: 4px;
	color: #ffffff !important;
	background: var(--shirion-blue);
	font-weight: 900;
	text-decoration: none;
}

.shirion-language-page__button--secondary,
.shirion-language-page__button--secondary:visited {
	color: var(--shirion-blue) !important;
	background: #ffffff;
}

.shirion-language-page__button:hover,
.shirion-language-page__button:focus {
	filter: brightness(0.96);
	text-decoration: none;
}

.shirion-seo-page__related {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--shirion-line);
}

.shirion-seo-page__related a,
.shirion-seo-page__related a:visited {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0.5rem 0.78rem;
	border: 1px solid rgba(37, 64, 151, 0.22);
	border-radius: 4px;
	color: var(--shirion-blue);
	background: #f7f9fe;
	font-size: 0.94rem;
	font-weight: 850;
	text-decoration: none;
}

.shirion-seo-page__related a:hover,
.shirion-seo-page__related a:focus {
	border-color: var(--shirion-blue);
	background: #ffffff;
	text-decoration: none;
}

@media (max-width: 640px) {
	.shirion-language-page .shirion-info-lead h2,
	.shirion-seo-page .shirion-info-lead h2 {
		font-size: 1.55rem;
	}

	.shirion-seo-page__related a {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
}

.shirion-info-footer {
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid var(--shirion-line);
}

.shirion-info-source {
	font-weight: 800;
}

body.shirion-bank-transfer-page .site-content {
	background: #eef2f7;
}

body.shirion-bank-transfer-page .content-area,
body.shirion-bank-transfer-page .site-main {
	float: none;
	width: 100%;
	margin: 0;
}

.page.shirion-bank-transfer-page:not(.home) .hentry {
	max-width: 1120px;
	margin: clamp(1.5rem, 3vw, 2.75rem) auto 3rem;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.page.shirion-bank-transfer-page:not(.home) .entry-header {
	max-width: 980px;
	margin: 0 auto clamp(1rem, 2vw, 1.5rem);
	border: 0;
}

.page.shirion-bank-transfer-page:not(.home) .entry-title {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.1rem, 4vw, 3.25rem);
	font-weight: 900;
	line-height: 1.12;
	text-wrap: balance;
}

.page.shirion-bank-transfer-page:not(.home) .entry-content {
	margin: 0;
}

.shirion-bank-transfer {
	max-width: 980px;
	margin-inline: auto;
}

.shirion-bank-transfer__intro {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	border-radius: 14px;
	color: #ffffff;
	background: var(--shirion-navy);
}

.shirion-bank-transfer__mark {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	color: var(--shirion-warm);
	background: rgba(255, 255, 255, 0.08);
	font-size: 2rem;
	font-weight: 900;
}

.shirion-bank-transfer__intro-copy {
	min-width: 0;
}

.shirion-bank-transfer__kicker {
	margin: 0 0 0.25rem;
	color: #ffd36f;
	font-size: 0.95rem;
	font-weight: 800;
}

.shirion-bank-transfer__intro h2 {
	margin: 0 0 0.45rem;
	color: #ffffff;
	font-size: clamp(1.55rem, 3vw, 2.25rem);
	font-weight: 900;
	line-height: 1.2;
	text-wrap: balance;
}

.shirion-bank-transfer__intro-copy > p:last-child {
	max-width: 66ch;
	margin: 0;
	color: #e4edf6;
	font-size: 1.05rem;
	line-height: 1.7;
	text-wrap: pretty;
}

.shirion-bank-transfer__summary {
	flex: 0 0 auto;
	margin-inline-start: auto;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	color: #172033;
	background: var(--shirion-warm);
	font-size: 0.9rem;
	font-weight: 900;
	white-space: nowrap;
}

.shirion-bank-transfer__body {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	margin-top: 1rem;
	overflow: hidden;
	border: 1px solid #ced9e5;
	border-radius: 12px;
	background: #ffffff;
}

.shirion-bank-transfer__account,
.shirion-bank-transfer__steps {
	padding: clamp(1.25rem, 3vw, 2rem);
}

.shirion-bank-transfer__section-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.shirion-bank-transfer__section-head p,
.shirion-bank-transfer__steps > p {
	margin: 0 0 0.15rem;
	color: #58677a;
	font-size: 0.92rem;
	font-weight: 800;
}

.shirion-bank-transfer__section-head h3,
.shirion-bank-transfer__steps h3 {
	margin: 0;
	color: var(--shirion-navy);
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.3;
}

.shirion-bank-transfer__bank-name {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	color: #ffffff;
	background: var(--shirion-blue);
	font-size: 0.86rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.shirion-bank-transfer__details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(1.25rem, 3vw, 2.5rem);
	margin: 1rem 0 0;
}

.shirion-bank-transfer__details > div {
	padding: 1rem 0 0.85rem;
	border-top: 1px solid #e0e7ef;
}

.shirion-bank-transfer__details dt {
	margin: 0 0 0.25rem;
	color: #637083;
	font-size: 0.9rem;
	font-weight: 700;
}

.shirion-bank-transfer__details dd {
	margin: 0;
	color: var(--shirion-navy);
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.35;
}

.shirion-bank-transfer__details dd small {
	color: #58677a;
	font-size: 0.8em;
	font-weight: 700;
}

.shirion-bank-transfer__account-number dd {
	font-size: 1.65rem;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.04em;
}

.shirion-bank-transfer__steps {
	border-inline-start: 1px solid #d9e2ec;
	background: #f4f7fb;
}

.shirion-bank-transfer__steps ol {
	display: grid;
	gap: 1rem;
	margin: 1.15rem 0 0;
	padding: 0;
	list-style: none;
}

.shirion-bank-transfer__steps li {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 0.75rem;
	align-items: start;
}

.shirion-bank-transfer__steps li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #ffffff;
	background: var(--shirion-blue);
	font-weight: 900;
}

.shirion-bank-transfer__steps li p {
	margin: 0;
	color: #465568;
	font-size: 0.98rem;
	line-height: 1.55;
}

.shirion-bank-transfer__steps li strong {
	display: block;
	color: var(--shirion-ink);
	font-weight: 900;
}

.shirion-bank-transfer__receipt {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 1rem clamp(1.25rem, 3vw, 2rem);
	border-top: 1px solid #ead9aa;
	background: #fff8e6;
}

.shirion-bank-transfer__receipt-mark {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #ffffff;
	background: #9a6500;
	font-weight: 900;
}

.shirion-bank-transfer__receipt strong {
	display: block;
	color: #4a3300;
	font-size: 1rem;
	font-weight: 900;
}

.shirion-bank-transfer__receipt p {
	margin: 0.1rem 0 0;
	color: #654b14;
	font-size: 0.92rem;
	line-height: 1.45;
}

.shirion-bank-transfer__receipt a,
.shirion-bank-transfer__receipt a:visited {
	margin-inline-start: auto;
	color: #173d76;
	font-size: 1rem;
	font-weight: 900;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.shirion-bank-transfer__receipt a:focus-visible {
	border-radius: 2px;
	outline: 3px solid rgba(38, 58, 139, 0.24);
	outline-offset: 4px;
}

@media (max-width: 760px) {
	.page.shirion-bank-transfer-page:not(.home) .hentry {
		margin-top: 1.25rem;
	}

	.page.shirion-bank-transfer-page:not(.home) .entry-title {
		font-size: clamp(1.85rem, 9vw, 2.35rem);
		line-height: 1.18;
	}

	.shirion-bank-transfer__intro {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.shirion-bank-transfer__mark {
		width: 48px;
		height: 48px;
		font-size: 1.65rem;
	}

	.shirion-bank-transfer__intro-copy {
		flex: 1 1 calc(100% - 64px);
	}

	.shirion-bank-transfer__summary {
		margin-inline-start: 64px;
	}

	.shirion-bank-transfer__body {
		grid-template-columns: 1fr;
	}

	.shirion-bank-transfer__steps {
		border-top: 1px solid #d9e2ec;
		border-inline-start: 0;
	}
}

@media (max-width: 520px) {
	body.shirion-bank-transfer-page .site-content .col-full,
	body.shirion-bank-transfer-page .storefront-breadcrumb .col-full {
		width: calc(100% - 1.25rem);
		max-width: 980px;
		margin-right: auto;
		margin-left: auto;
	}

	.shirion-bank-transfer__intro,
	.shirion-bank-transfer__account,
	.shirion-bank-transfer__steps {
		padding: 1.1rem;
	}

	.shirion-bank-transfer__summary {
		margin-inline-start: 0;
	}

	.shirion-bank-transfer__details {
		grid-template-columns: 1fr;
	}

	.shirion-bank-transfer__receipt {
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 1rem 1.1rem;
	}

	.shirion-bank-transfer__receipt a {
		width: 100%;
		margin-inline-start: calc(38px + 0.85rem);
		overflow-wrap: anywhere;
	}
}

/* Quiet bank-transfer page: restrained reading scale inspired by classic store information pages. */
body.shirion-bank-transfer-page .site-content {
	background: #ffffff;
}

.page.shirion-bank-transfer-page:not(.home) .hentry {
	margin: clamp(1.25rem, 2vw, 2rem) auto 3rem;
}

.page.shirion-bank-transfer-page:not(.home) .entry-header {
	max-width: 1040px;
	margin-bottom: 1.25rem;
}

.page.shirion-bank-transfer-page:not(.home) .entry-title {
	max-width: none;
	color: #23272d;
	font-size: clamp(2rem, 2.3vw, 2.25rem);
	font-weight: 500;
	line-height: 1.3;
}

.shirion-bank-transfer--quiet {
	max-width: 1040px;
	color: #25282d;
}

.shirion-bank-transfer-quiet__lead {
	max-width: 780px;
	margin-bottom: 2.25rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #eceff2;
}

.shirion-bank-transfer-quiet__eyebrow {
	margin: 0 0 0.45rem;
	color: #d65f0b;
	font-size: 1rem;
	font-weight: 500;
}

.shirion-bank-transfer-quiet__lead > p:last-child {
	margin: 0;
	color: #3c4148;
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.8;
	text-wrap: pretty;
}

.shirion-bank-transfer-quiet__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2.5rem, 5vw, 4.5rem);
	align-items: start;
}

.shirion-bank-transfer-quiet__columns h2 {
	margin: 0 0 1rem;
	color: #22262b;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
}

.shirion-bank-transfer-quiet__account dl {
	margin: 0;
	border-top: 1px solid #e7e9ec;
}

.shirion-bank-transfer-quiet__account dl > div {
	display: grid;
	grid-template-columns: minmax(7rem, 0.7fr) minmax(0, 1.3fr);
	gap: 1rem;
	align-items: baseline;
	padding: 0.78rem 0;
	border-bottom: 1px solid #e7e9ec;
}

.shirion-bank-transfer-quiet__account dt {
	color: #626870;
	font-size: 0.95rem;
	font-weight: 400;
}

.shirion-bank-transfer-quiet__account dd {
	margin: 0;
	color: #25282d;
	font-size: 1.08rem;
	font-weight: 500;
	line-height: 1.5;
}

.shirion-bank-transfer-quiet__account dd > span + span {
	margin-inline-start: 0.3rem;
	color: #626870;
	font-size: 0.92em;
	font-weight: 400;
}

.shirion-bank-transfer-quiet__account-number dd {
	font-size: 1.2rem;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.02em;
}

.shirion-bank-transfer-quiet__instructions > p {
	margin: 0 0 0.8rem;
	color: #3c4148;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}

.shirion-bank-transfer-quiet__instructions ul {
	display: grid;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.shirion-bank-transfer-quiet__instructions li {
	position: relative;
	padding-inline-start: 1.15rem;
	color: #30343a;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.65;
}

.shirion-bank-transfer-quiet__instructions li::before {
	position: absolute;
	inset-inline-start: 0.1rem;
	top: 0.7em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #e66b13;
	content: "";
}

.shirion-bank-transfer-quiet__notice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-top: 2.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid #e7e9ec;
}

.shirion-bank-transfer-quiet__notice strong {
	display: block;
	margin-bottom: 0.15rem;
	color: #25282d;
	font-size: 1rem;
	font-weight: 500;
}

.shirion-bank-transfer-quiet__notice p {
	margin: 0;
	color: #626870;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.55;
}

.shirion-bank-transfer-quiet__notice a,
.shirion-bank-transfer-quiet__notice a:visited {
	flex: 0 0 auto;
	color: #c75000;
	font-size: 1rem;
	font-weight: 500;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.shirion-bank-transfer-quiet__notice a:focus-visible {
	border-radius: 2px;
	outline: 2px solid rgba(199, 80, 0, 0.28);
	outline-offset: 4px;
}

@media (max-width: 760px) {
	.page.shirion-bank-transfer-page:not(.home) .entry-title {
		font-size: 1.9rem;
	}

	.shirion-bank-transfer-quiet__lead {
		margin-bottom: 1.75rem;
		padding-bottom: 1.25rem;
	}

	.shirion-bank-transfer-quiet__columns {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.shirion-bank-transfer-quiet__columns h2 {
		font-size: 1.35rem;
	}

	.shirion-bank-transfer-quiet__notice {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.75rem;
		margin-top: 2rem;
	}

	.shirion-bank-transfer-quiet__notice a {
		overflow-wrap: anywhere;
	}
}

.shirion-contact-page {
	max-width: 1120px;
	margin-inline: auto;
}

.shirion-contact-lead {
	margin-bottom: 1.25rem;
	padding: 1.2rem 1.35rem;
	border-inline-start: 5px solid var(--shirion-accent);
	border-radius: 8px;
	background: #f4f9f7;
}

.shirion-contact-lead p:last-child {
	margin-bottom: 0;
	color: var(--shirion-ink);
	font-size: 1.05rem;
	line-height: 1.75;
}

.shirion-contact-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
	gap: 1rem;
	align-items: start;
}

.shirion-contact-details,
.shirion-contact-form-panel {
	border: 1px solid var(--shirion-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(23, 32, 51, 0.06);
}

.shirion-contact-details {
	padding: 1.15rem;
}

.shirion-contact-form-panel {
	padding: 1.2rem;
}

.shirion-contact-details h2,
.shirion-contact-form-panel h2 {
	margin: 0 0 1rem;
	color: var(--shirion-navy);
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.35;
}

.shirion-contact-details ul {
	display: grid;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.shirion-contact-details li {
	display: grid;
	grid-template-columns: 2.35rem minmax(0, 1fr);
	gap: 0.75rem;
	align-items: start;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid #e8eef5;
}

.shirion-contact-details li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.shirion-contact-details .shirion-icon {
	width: 2.35rem;
	height: 2.35rem;
	padding: 0.55rem;
	border-radius: 8px;
	background: #eef4ff;
	color: var(--shirion-blue);
}

.shirion-contact-details strong {
	display: block;
	margin-bottom: 0.12rem;
	color: var(--shirion-ink);
	font-size: 0.94rem;
	font-weight: 900;
}

.shirion-contact-details span,
.shirion-contact-details a {
	color: var(--shirion-muted);
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.6;
}

.shirion-contact-details a {
	color: #1266a3;
	text-decoration: none;
}

.shirion-contact-details a:hover,
.shirion-contact-details a:focus {
	color: var(--shirion-blue);
	text-decoration: underline;
}

.shirion-contact-note {
	margin: 1rem 0 0;
	padding: 0.9rem;
	border-radius: 8px;
	background: #fff7ec;
	color: #7a410b;
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.65;
}

.shirion-contact-alert {
	margin-bottom: 1rem;
	padding: 0.85rem 1rem;
	border-radius: 8px;
	font-weight: 800;
	line-height: 1.6;
}

.shirion-contact-alert p {
	margin: 0;
}

.shirion-contact-alert p + p {
	margin-top: 0.25rem;
}

.shirion-contact-alert--success {
	border: 1px solid #b9e6cf;
	background: #ecfbf3;
	color: #0b6b48;
}

.shirion-contact-alert--error {
	border: 1px solid #f2bebd;
	background: #fff0f0;
	color: #a33a33;
}

.shirion-contact-confirmation {
	padding: 1.2rem;
	border: 1px solid #b9e6cf;
	border-radius: 8px;
	background: #ecfbf3;
	color: #0b6b48;
	line-height: 1.7;
}

.shirion-contact-confirmation h3 {
	margin: 0 0 0.45rem;
	font-size: 1.15rem;
	font-weight: 900;
}

.shirion-contact-confirmation p {
	margin: 0;
	font-weight: 800;
}

.shirion-contact-form {
	margin: 0;
}

.shirion-contact-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.shirion-contact-field {
	margin: 0 0 0.9rem;
}

.shirion-contact-field--wide {
	margin-top: 0;
}

.shirion-contact-field label,
.shirion-contact-turnstile__label {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--shirion-ink);
	font-size: 0.94rem;
	font-weight: 900;
	line-height: 1.35;
}

.shirion-contact-field input,
.shirion-contact-field select,
.shirion-contact-field textarea {
	width: 100%;
	min-height: 46px;
	border: 1px solid #cfdbe8;
	border-radius: 8px;
	background: #ffffff;
	color: var(--shirion-ink);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	box-shadow: none;
}

.shirion-contact-field textarea {
	min-height: 132px;
	resize: vertical;
}

.shirion-contact-field input:focus,
.shirion-contact-field select:focus,
.shirion-contact-field textarea:focus {
	border-color: var(--shirion-blue);
	outline: 3px solid rgba(38, 58, 139, 0.14);
	outline-offset: 0;
}

.shirion-contact-turnstile {
	margin-bottom: 1rem;
	padding: 0.85rem;
	border: 1px solid #e4edf6;
	border-radius: 8px;
	background: #f7faff;
}

.shirion-contact-turnstile .cf-turnstile {
	direction: ltr;
	min-height: 65px;
}

.shirion-contact-turnstile__missing {
	margin: 0.35rem 0 0;
	color: #a33a33;
	font-weight: 800;
	line-height: 1.6;
}

.shirion-contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	min-width: 180px;
	padding: 0.75rem 1.2rem;
	border: 0;
	border-radius: 8px;
	background: var(--shirion-orange);
	color: #ffffff;
	font-size: 1.03rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
}

.shirion-contact-submit:hover,
.shirion-contact-submit:focus {
	background: #d97910;
	color: #ffffff;
}

.shirion-contact-hp {
	position: absolute;
	inset-inline-start: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.home .site-content {
	background: #f3f5f8;
}

.home .site-content .col-full {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.home.shirion-pc-builder-template .site-content .col-full,
.home.shirion-pc-builder-template .storefront-breadcrumb .col-full,
.shirion-pc-builder-template .site-content .col-full,
.shirion-pc-builder-template .storefront-breadcrumb .col-full {
	width: min(1500px, calc(100% - 2rem));
	max-width: 1500px;
	margin-inline: auto;
	padding: 0;
}

@media (max-width: 700px) {
	.home.shirion-pc-builder-template .site-content .col-full,
	.home.shirion-pc-builder-template .storefront-breadcrumb .col-full,
	.shirion-pc-builder-template .site-content .col-full,
	.shirion-pc-builder-template .storefront-breadcrumb .col-full {
		width: min(100% - 1rem, 1500px);
	}
}

.shirion-language-home .storefront-breadcrumb {
	display: none;
}

.shirion-retail-home {
	padding-bottom: 2rem;
	background: #f3f5f8;
}

.shirion-retail-shell {
	width: var(--shirion-wide-shell);
	margin-inline: auto;
}

.shirion-retail-stage {
	padding: 0.9rem 0 0.85rem;
}

.shirion-retail-stage .shirion-retail-shell {
	display: grid;
	grid-template-columns: minmax(260px, 300px) minmax(0, 1fr) minmax(300px, 340px);
	gap: 0.9rem;
	align-items: start;
}

.shirion-retail-stage .shirion-retail-hero {
	display: none;
}

.shirion-category-rail {
	align-self: start;
	max-height: clamp(330px, 23vw, 410px);
	border: 1px solid #dfe5ee;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(23, 32, 51, 0.05);
	overflow: auto;
	scrollbar-width: thin;
}

.shirion-category-rail h2 {
	margin: 0;
	padding: 0.95rem 1rem;
	border-bottom: 1px solid #e4e9f0;
	color: #111827;
	font-size: 1.12rem;
	font-weight: 900;
	line-height: 1.25;
}

.shirion-category-rail nav {
	display: grid;
}

.shirion-category-rail a,
.shirion-category-rail a:visited {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.65rem;
	min-height: 41px;
	padding: 0.45rem 0.8rem;
	border-bottom: 1px solid #edf1f6;
	color: #111827;
	font-size: 0.94rem;
	font-weight: 800;
	text-decoration: none;
}

.shirion-category-rail a:hover,
.shirion-category-rail a:focus {
	color: var(--shirion-blue);
	background: #f6f8fc;
}

.shirion-category-rail__icon {
	width: 19px;
	height: 19px;
	color: var(--shirion-blue);
}

.shirion-category-rail small {
	color: #7a8494;
	font-size: 0.78rem;
	font-weight: 800;
}

.shirion-ai-ad-carousel {
	position: relative;
	align-self: start;
	min-width: 0;
	height: clamp(330px, 23vw, 410px);
	min-height: 0;
	border: 1px solid #dfe5ee;
	border-radius: 6px;
	background: #061231;
	box-shadow: 0 12px 28px rgba(23, 32, 51, 0.12);
	overflow: hidden;
}

.shirion-ai-ad-carousel__viewport {
	position: absolute;
	inset: 0;
}

.shirion-ai-ad-slide,
.shirion-ai-ad-slide:visited {
	--ad-overlay: linear-gradient(270deg, rgba(2, 10, 30, 0.96) 0%, rgba(8, 20, 54, 0.85) 34%, rgba(8, 20, 54, 0.28) 67%, rgba(8, 20, 54, 0.05) 100%), linear-gradient(0deg, rgba(2, 8, 24, 0.2), rgba(2, 8, 24, 0));
	--ad-title-color: #ffffff;
	--ad-body-color: rgba(255, 255, 255, 0.84);
	--ad-meta-color: #a8c4ff;
	--ad-title-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
	--ad-kicker-bg: var(--shirion-warm);
	--ad-kicker-color: #101827;
	--ad-cta-bg: var(--shirion-warm);
	--ad-cta-color: #111827;
	position: absolute;
	inset: 0;
	display: block;
	color: #ffffff;
	text-decoration: none;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
	transition: opacity 280ms ease;
}

.shirion-ai-ad-slide.is-active,
.shirion-ai-ad-slide.is-active:visited {
	opacity: 1;
	z-index: 3;
	pointer-events: auto;
}

.shirion-ai-ad-slide--2 {
	--ad-overlay: linear-gradient(270deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 247, 255, 0.9) 36%, rgba(241, 247, 255, 0.24) 70%, rgba(241, 247, 255, 0.02) 100%);
	--ad-title-color: #0b1738;
	--ad-body-color: #3f4d63;
	--ad-meta-color: #263a8b;
	--ad-title-shadow: none;
	--ad-kicker-bg: #dff0ff;
	--ad-kicker-color: #17346b;
	--ad-cta-bg: var(--shirion-blue);
	--ad-cta-color: #ffffff;
}

.shirion-ai-ad-slide--3 {
	--ad-overlay: linear-gradient(270deg, rgba(3, 26, 30, 0.96) 0%, rgba(5, 43, 49, 0.82) 35%, rgba(5, 43, 49, 0.26) 69%, rgba(5, 43, 49, 0.02) 100%);
	--ad-meta-color: #8cead8;
	--ad-kicker-bg: #9be7d7;
	--ad-kicker-color: #062d32;
	--ad-cta-bg: #9be7d7;
	--ad-cta-color: #062d32;
}

.shirion-ai-ad-slide--4 {
	--ad-overlay: linear-gradient(270deg, rgba(38, 25, 15, 0.9) 0%, rgba(74, 49, 27, 0.72) 36%, rgba(74, 49, 27, 0.18) 68%, rgba(74, 49, 27, 0.02) 100%);
	--ad-meta-color: #ffd38a;
	--ad-kicker-bg: #fff0d1;
	--ad-kicker-color: #673f00;
	--ad-cta-bg: #ffffff;
	--ad-cta-color: #14245f;
}

.shirion-ai-ad-slide--5 {
	--ad-overlay: linear-gradient(270deg, rgba(2, 8, 22, 0) 0%, rgba(2, 8, 22, 0) 100%);
	--ad-meta-color: #7dbdff;
	--ad-kicker-bg: #d9ecff;
	--ad-kicker-color: #0c2b58;
	--ad-cta-bg: #ffb000;
	--ad-cta-color: #111827;
	background: #020816;
}

.shirion-ai-ad-slide picture,
.shirion-short-banner picture {
	position: absolute;
	inset: 0;
	display: block;
}

.shirion-ai-ad-slide img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.03);
}

.shirion-ai-ad-slide--5 img {
	background: #020816;
	object-fit: cover;
	object-position: center center;
	transform: none;
}

.shirion-ai-ad-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: var(--ad-overlay);
}

.shirion-ai-ad-slide__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: min(48%, 470px);
	height: 100%;
	margin-inline-start: 0;
	margin-inline-end: auto;
	padding: clamp(0.95rem, 2.25vw, 2.1rem);
	text-align: right;
}

.shirion-ai-ad-slide__kicker {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 0.58rem;
	padding: 0.28rem 0.58rem;
	border: 1px solid rgba(255, 176, 0, 0.45);
	border-radius: 999px;
	color: var(--ad-kicker-color);
	background: var(--ad-kicker-bg);
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1.25;
}

.shirion-ai-ad-slide strong {
	max-width: 18ch;
	color: var(--ad-title-color);
	font-size: clamp(1.35rem, 2.1vw, 2.22rem);
	font-weight: 900;
	line-height: 1.03;
	text-shadow: var(--ad-title-shadow);
}

.shirion-ai-ad-slide em {
	max-width: 470px;
	margin-top: 0.55rem;
	color: var(--ad-body-color);
	font-size: clamp(0.88rem, 1vw, 1rem);
	font-style: normal;
	font-weight: 600;
	line-height: 1.55;
}

.shirion-ai-ad-slide__meta {
	margin-top: 0.56rem;
	color: var(--ad-meta-color);
	font-size: 0.95rem;
	font-weight: 900;
}

.shirion-ai-ad-slide__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	margin-top: 0.62rem;
	padding: 0.42rem 0.95rem;
	border-radius: 999px;
	color: var(--ad-cta-color);
	background: var(--ad-cta-bg);
	font-weight: 900;
	box-shadow: 0 10px 26px rgba(255, 176, 0, 0.26);
}

.shirion-ai-ad-controls {
	position: absolute;
	z-index: 5;
	top: 50%;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.42rem;
	padding: 0 1.05rem;
	direction: ltr;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-50%);
	transition: opacity 160ms ease;
}

.shirion-ai-ad-carousel:hover .shirion-ai-ad-controls,
.shirion-ai-ad-carousel:focus-within .shirion-ai-ad-controls {
	opacity: 1;
	pointer-events: auto;
}

.shirion-ai-ad-control {
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 76px;
	padding: 0;
	border: 0;
	border-radius: 0;
	color: rgba(255, 255, 255, 0.68);
	background: transparent !important;
	box-shadow: none;
	font-size: 0;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.74);
	transition: color 160ms ease, transform 160ms ease;
}

.shirion-ai-ad-control::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-top: 2px solid currentColor;
	border-left: 2px solid currentColor;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.78));
}

.shirion-ai-ad-control--prev::before {
	transform: rotate(-45deg);
}

.shirion-ai-ad-control--next::before {
	transform: rotate(135deg);
}

.shirion-ai-ad-control:hover,
.shirion-ai-ad-control:focus,
.shirion-ai-ad-control:active {
	color: rgba(255, 255, 255, 0.94);
	background: transparent !important;
	box-shadow: none;
	outline: none;
	transform: scale(1.05);
}

.shirion-ai-ad-control:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.72);
	outline-offset: 2px;
}

.shirion-ai-ad-dots {
	display: none;
}

.shirion-ai-ad-dots button {
	display: block;
	width: 9px;
	height: 9px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.42);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
	cursor: pointer;
	transition: width 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.shirion-ai-ad-dots button:hover,
.shirion-ai-ad-dots button:focus,
.shirion-ai-ad-dots button.is-active {
	width: 28px;
	background: var(--shirion-warm);
	box-shadow: 0 0 0 1px rgba(255, 176, 0, 0.4);
	outline: none;
}

.shirion-retail-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.8fr);
	align-items: center;
	min-height: 420px;
	border: 1px solid #dfe5ee;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.8), #ffffff 48%, #eef4ff);
	overflow: hidden;
	box-shadow: 0 8px 22px rgba(23, 32, 51, 0.05);
}

.shirion-retail-hero::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 38%;
	background: linear-gradient(135deg, rgba(242, 145, 32, 0.16), rgba(38, 58, 139, 0.08));
	clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
	pointer-events: none;
}

.shirion-retail-hero__copy {
	position: relative;
	z-index: 1;
	padding: clamp(1.4rem, 3vw, 3rem);
}

.shirion-retail-kicker {
	display: inline-block;
	margin-bottom: 0.75rem;
	padding: 0.35rem 0.65rem;
	border-radius: 4px;
	color: #ffffff;
	background: var(--shirion-orange);
	font-size: 0.9rem;
	font-weight: 900;
}

.shirion-retail-hero h1 {
	max-width: 620px;
	margin: 0 0 0.75rem;
	color: #111827;
	font-size: clamp(1.9rem, 3vw, 3.15rem);
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0;
}

.shirion-retail-hero p {
	max-width: 620px;
	margin: 0 0 1rem;
	color: #4b5563;
	font-size: 1.12rem;
	line-height: 1.65;
}

.shirion-retail-hero__price {
	margin-bottom: 1rem;
	color: var(--shirion-blue-dark);
	font-size: 1.65rem;
	font-weight: 900;
}

.shirion-retail-hero__price del,
.shirion-retail-product__price del {
	color: #8b95a5;
	font-size: 0.8em;
	font-weight: 700;
}

.shirion-retail-hero__price ins,
.shirion-retail-product__price ins {
	color: #111827;
	text-decoration: none;
}

.shirion-retail-cta,
.shirion-retail-cta:visited,
.shirion-retail-product__button,
.shirion-retail-product__button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0.55rem 1rem;
	border-radius: 4px;
	color: #ffffff;
	background: var(--shirion-blue);
	font-weight: 900;
	text-decoration: none;
}

.shirion-retail-cta:hover,
.shirion-retail-cta:focus,
.shirion-retail-product__button:hover,
.shirion-retail-product__button:focus {
	color: #ffffff;
	background: var(--shirion-blue-dark);
}

.shirion-retail-hero__media {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 1.5rem;
}

.shirion-retail-hero__media img {
	width: min(100%, 430px);
	max-height: 360px;
	object-fit: contain;
}

.shirion-side-promos {
	display: grid;
	grid-template-rows: minmax(0, 1fr);
	align-self: start;
	gap: 0.75rem;
	height: clamp(330px, 23vw, 410px);
	min-height: 0;
}

.shirion-side-promo,
.shirion-side-promo:visited {
	position: relative;
	display: grid;
	grid-template-rows: auto minmax(2.6rem, auto) auto minmax(0, 1fr) auto;
	gap: 0.35rem;
	min-height: 0;
	padding: 0.82rem;
	border: 1px solid #cfdbec;
	border-radius: 10px;
	color: #111827;
	background:
		linear-gradient(180deg, #eef6ff 0%, #ffffff 72%);
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(23, 32, 51, 0.09);
	transition:
		border-color 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

.shirion-side-promo:hover,
.shirion-side-promo:focus {
	border-color: #aebfd8;
	color: #111827;
	box-shadow: 0 16px 34px rgba(23, 32, 51, 0.14);
	transform: translateY(-2px);
}

.shirion-side-promo > span:first-child {
	justify-self: start;
	padding: 0.22rem 0.55rem;
	border-radius: 999px;
	color: #865200;
	background: #fff4dd;
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1.25;
}

.shirion-side-promo strong {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	min-height: 2.7rem;
	color: #0b1738;
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1.22;
	text-align: right;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.shirion-side-promo__price {
	display: block;
	min-height: 1.65rem;
	color: #0b1738;
	font-size: 1.38rem;
	font-weight: 900;
	line-height: 1.15;
}

.shirion-side-promo__price del {
	display: inline-block;
	margin-inline-start: 0.4rem;
	color: #7c8898;
	font-size: 0.58em;
	font-weight: 700;
}

.shirion-side-promo__price ins {
	color: #0b1738;
	text-decoration: none;
}

.shirion-side-promo__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 130px;
	margin: 0.15rem -0.25rem 0;
	border-radius: 10px;
	background:
		radial-gradient(circle at 58% 45%, #ffffff 0%, #eef5ff 52%, #d9eaff 100%);
	overflow: hidden;
}

.shirion-side-promo__media::before {
	content: "";
	position: absolute;
	inset: auto 12% 8% 12%;
	height: 18px;
	border-radius: 50%;
	background: rgba(37, 52, 80, 0.12);
	filter: blur(8px);
}

.shirion-side-promo__media img {
	position: relative;
	z-index: 1;
	width: min(78%, 240px);
	max-height: 140px;
	object-fit: contain;
	mix-blend-mode: multiply;
	filter: drop-shadow(0 18px 16px rgba(14, 23, 42, 0.18));
}

.shirion-side-promo__media img.shirion-processed-product-image,
.shirion-short-deal__media img.shirion-processed-product-image,
.shirion-retail-product__image img.shirion-processed-product-image {
	mix-blend-mode: normal;
}

.shirion-side-promo__discount,
.shirion-short-deal__discount {
	position: absolute;
	z-index: 2;
	inset: auto auto 0.8rem 0.8rem;
	display: grid;
	align-content: center;
	justify-items: center;
	width: 70px;
	height: 70px;
	padding: 0.25rem;
	border: 2px solid rgba(255, 255, 255, 0.74);
	border-radius: 50%;
	color: #ffffff;
	background:
		linear-gradient(145deg, #f29120 0%, #d86f0b 100%);
	font-variant-numeric: tabular-nums;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 12px 24px rgba(166, 76, 0, 0.28);
}

.shirion-side-promo__discount-number,
.shirion-short-deal__discount-number {
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	direction: ltr;
	font-size: 1.52rem;
	font-weight: 900;
	line-height: 0.9;
}

.shirion-side-promo__discount-number small,
.shirion-short-deal__discount-number small {
	margin-inline-start: 1px;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 0.9;
	transform: translateY(-1px);
}

.shirion-side-promo__discount-text,
.shirion-short-deal__discount-text {
	margin-top: 0.18rem;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
}

.shirion-side-promo__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	margin-top: 0.15rem;
	border-radius: 999px;
	color: #111827;
	background: var(--shirion-warm);
	font-size: 0.92rem;
	font-weight: 900;
}

.shirion-short-promo-band {
	padding: 0 0 0.95rem;
}

.shirion-short-promo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1.15fr)) minmax(210px, 0.8fr);
	gap: 0.85rem;
	align-items: stretch;
}

.shirion-short-banner,
.shirion-short-banner:visited,
.shirion-short-deal,
.shirion-short-deal:visited {
	--short-overlay: linear-gradient(270deg, rgba(5, 15, 43, 0.95) 0%, rgba(10, 25, 67, 0.78) 43%, rgba(10, 25, 67, 0.18) 74%, rgba(10, 25, 67, 0.02) 100%);
	--short-title: #ffffff;
	--short-copy: rgba(255, 255, 255, 0.82);
	--short-kicker-bg: var(--shirion-warm);
	--short-kicker-color: #101827;
	--short-cta-bg: #ffffff;
	--short-cta-color: #111827;
	position: relative;
	min-height: 172px;
	border: 1px solid #d6e0ed;
	border-radius: 6px;
	color: #ffffff;
	background: #061231;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(23, 32, 51, 0.08);
}

.shirion-short-banner {
	display: block;
}

.shirion-short-banner--1 {
	--short-overlay: linear-gradient(270deg, rgba(255, 255, 255, 0.96) 0%, rgba(240, 247, 255, 0.9) 42%, rgba(240, 247, 255, 0.22) 76%, rgba(240, 247, 255, 0.02) 100%);
	--short-title: #0b1738;
	--short-copy: #3d4b63;
	--short-kicker-bg: #fff1d4;
	--short-kicker-color: #704600;
	--short-cta-bg: var(--shirion-blue);
	--short-cta-color: #ffffff;
}

.shirion-short-banner--2 {
	--short-overlay: linear-gradient(270deg, rgba(246, 252, 255, 0.96) 0%, rgba(230, 244, 255, 0.82) 43%, rgba(230, 244, 255, 0.22) 76%, rgba(230, 244, 255, 0.02) 100%);
	--short-title: #12315a;
	--short-copy: #435166;
	--short-kicker-bg: #dff0ff;
	--short-kicker-color: #17346b;
	--short-cta-bg: #12315a;
	--short-cta-color: #ffffff;
}

.shirion-short-banner--3 {
	--short-overlay: linear-gradient(270deg, rgba(42, 25, 14, 0.92) 0%, rgba(78, 48, 27, 0.72) 43%, rgba(78, 48, 27, 0.2) 76%, rgba(78, 48, 27, 0.02) 100%);
	--short-kicker-bg: #fff0d1;
	--short-kicker-color: #704600;
}

.shirion-short-banner img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 28% center;
	transform: scale(1.02);
}

.shirion-short-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: var(--short-overlay);
}

.shirion-short-banner__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: min(58%, 360px);
	height: 100%;
	margin-inline-start: 0;
	margin-inline-end: auto;
	padding: 1rem 1.15rem;
	text-align: right;
}

.shirion-short-banner__copy span {
	display: inline-flex;
	margin-bottom: 0.45rem;
	padding: 0.22rem 0.5rem;
	border-radius: 999px;
	color: var(--short-kicker-color);
	background: var(--short-kicker-bg);
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.2;
}

.shirion-short-banner__copy strong {
	max-width: 14ch;
	color: var(--short-title);
	font-size: clamp(1.12rem, 1.7vw, 1.55rem);
	font-weight: 900;
	line-height: 1.08;
}

.shirion-short-banner__copy em {
	max-width: 28ch;
	margin-top: 0.42rem;
	color: var(--short-copy);
	font-size: 0.88rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.42;
}

.shirion-short-banner__copy b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	margin-top: 0.62rem;
	padding: 0.32rem 0.78rem;
	border-radius: 999px;
	color: var(--short-cta-color);
	background: var(--short-cta-bg);
	font-size: 0.82rem;
	font-weight: 900;
}

.shirion-short-deal {
	display: grid;
	grid-template-rows: auto minmax(2.2rem, auto) auto minmax(0, 1fr);
	gap: 0.28rem;
	padding: 0.72rem;
	color: #0b1738;
	background:
		linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.shirion-short-deal__label {
	justify-self: start;
	padding: 0.16rem 0.42rem;
	border-radius: 999px;
	color: #865200;
	background: #fff4dd;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.2;
}

.shirion-short-deal strong {
	display: -webkit-box;
	color: #0b1738;
	font-size: 0.88rem;
	font-weight: 900;
	line-height: 1.24;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.shirion-short-deal__price {
	color: #0b1738;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.15;
}

.shirion-short-deal__price del {
	margin-inline-start: 0.25rem;
	color: #7c8898;
	font-size: 0.76em;
	font-weight: 700;
}

.shirion-short-deal__price ins {
	color: #0b1738;
	text-decoration: none;
}

.shirion-short-deal__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 76px;
	margin-top: 0.1rem;
	border-radius: 6px;
	background:
		radial-gradient(circle at 52% 45%, #ffffff 0%, #eef5ff 54%, #dceaff 100%);
	overflow: hidden;
}

.shirion-short-deal__media img {
	position: relative;
	z-index: 1;
	width: min(78%, 160px);
	max-height: 96px;
	object-fit: contain;
	mix-blend-mode: multiply;
	filter: drop-shadow(0 12px 12px rgba(14, 23, 42, 0.16));
}

.shirion-short-deal__discount {
	inset: auto auto 0.5rem 0.5rem;
	width: 58px;
	height: 58px;
	border-width: 2px;
}

.shirion-short-deal__discount-number {
	font-size: 1.18rem;
}

.shirion-short-deal__discount-number small {
	font-size: 0.62rem;
}

.shirion-short-deal__discount-text {
	font-size: 0.62rem;
}

.shirion-retail-band {
	padding: 0 0 1rem;
}

.shirion-quick-links {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.75rem;
}

.shirion-quick-links a,
.shirion-quick-links a:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 72px;
	border: 1px solid #dfe5ee;
	color: #111827;
	background: #ffffff;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 8px 22px rgba(23, 32, 51, 0.04);
}

.shirion-quick-links a:hover,
.shirion-quick-links a:focus {
	border-color: #b8c5dc;
	color: var(--shirion-blue);
}

.shirion-quick-links .shirion-icon {
	color: var(--shirion-orange);
}

.shirion-retail-section {
	padding: 1rem 0;
}

.shirion-retail-section--soft {
	background: #eef2f7;
}

.shirion-retail-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.75rem;
	padding-bottom: 0.45rem;
	border-bottom: 3px solid var(--shirion-blue);
}

.shirion-retail-section__head h2 {
	margin: 0;
	color: #111827;
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.25;
}

.shirion-retail-section__head a {
	color: var(--shirion-blue);
	font-weight: 900;
	text-decoration: none;
}

.shirion-hardware-showcase {
	display: grid;
	gap: 1.25rem;
}

.shirion-hardware-row {
	min-width: 0;
}

.shirion-hardware-row__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.65rem;
}

.shirion-hardware-row__head h3 {
	margin: 0;
	color: var(--shirion-navy);
	font-size: 1.15rem;
	font-weight: 950;
	line-height: 1.25;
}

.shirion-hardware-row__head p {
	margin: 0.18rem 0 0;
	color: #5c6878;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.45;
}

.shirion-hardware-row__head a,
.shirion-hardware-row__head a:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0.35rem 0.85rem;
	border: 1px solid #cbd8e8;
	border-radius: 4px;
	color: var(--shirion-blue);
	background: #ffffff;
	font-size: 0.9rem;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.shirion-hardware-row__head a:hover,
.shirion-hardware-row__head a:focus {
	border-color: var(--shirion-blue);
	background: #f6f8fc;
}

.shirion-retail-product-grid,
.shirion-retail-product-strip {
	display: grid;
	gap: 0.85rem;
}

.shirion-retail-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shirion-retail-product-strip {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.shirion-retail-product {
	position: relative;
	display: grid;
	grid-template-rows: 190px minmax(0, 1fr);
	min-width: 0;
	border: 1px solid #dfe5ee;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(23, 32, 51, 0.04);
	overflow: hidden;
}

.shirion-retail-product__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem;
	background:
		linear-gradient(180deg, #ffffff 0%, #f6f9ff 52%, #e8f1ff 100%);
	overflow: hidden;
}

.shirion-retail-product__image::after {
	content: "";
	position: absolute;
	inset: auto 18% 9% 18%;
	height: 18px;
	border-radius: 50%;
	background: rgba(37, 52, 80, 0.1);
	filter: blur(8px);
}

.shirion-retail-product__image img,
.shirion-retail-product__image .shirion-product-image-placeholder {
	position: relative;
	z-index: 1;
	object-fit: contain;
}

.shirion-retail-product__image img {
	width: auto;
	height: auto;
	max-width: 88%;
	max-height: 88%;
	mix-blend-mode: multiply;
	filter: drop-shadow(0 16px 15px rgba(14, 23, 42, 0.14));
}

.shirion-retail-product__image .shirion-product-image-placeholder {
	width: 100%;
	height: 100%;
}

.shirion-retail-product__body {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	padding: 0.85rem;
	border-top: 1px solid #edf1f6;
}

.shirion-retail-product__badge {
	align-self: flex-start;
	justify-self: start;
	padding: 0.2rem 0.45rem;
	border-radius: 4px;
	color: #ffffff;
	background: var(--shirion-orange);
	font-size: 0.78rem;
	font-weight: 900;
}

.shirion-retail-product h3 {
	min-height: 2.75rem;
	margin: 0;
	color: #111827;
	font-size: 0.98rem;
	font-weight: 850;
	line-height: 1.38;
}

.shirion-retail-product h3 a,
.shirion-retail-product h3 a:visited {
	color: inherit;
	text-decoration: none;
}

.shirion-retail-product__price {
	margin-top: auto;
	min-height: 2.1rem;
	color: #111827;
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.25;
}

.shirion-retail-product__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 36px;
	font-size: 0.9rem;
}

.shirion-retail-product--compact {
	grid-template-rows: 160px minmax(0, 1fr);
}

.shirion-retail-product--compact h3 {
	font-size: 0.92rem;
}

@media (max-width: 1180px) {
	.shirion-retail-stage .shirion-retail-shell {
		grid-template-columns: 250px minmax(0, 1fr);
	}

	.shirion-ai-ad-carousel {
		height: clamp(310px, 32vw, 380px);
	}

	.shirion-side-promos {
		grid-column: 1 / -1;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: none;
		height: auto;
	}

	.shirion-short-promo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shirion-retail-product-grid,
	.shirion-retail-product-strip {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.shirion-header-main {
		grid-template-columns: 1fr;
		gap: 0.75rem;
		min-height: 0;
	}

	.shirion-branding {
		align-items: center;
		justify-content: center;
		width: 100%;
		text-align: center;
	}

	.shirion-header-actions {
		justify-content: space-between;
		width: 100%;
	}

	.shirion-retail-stage .shirion-retail-shell {
		grid-template-columns: 1fr;
	}

	.shirion-category-rail {
		max-height: none;
	}

	.shirion-ai-ad-carousel {
		height: 360px;
	}

	.shirion-category-rail nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shirion-retail-product-grid,
	.shirion-retail-product-strip,
	.shirion-quick-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.shirion-header-main {
		grid-template-columns: 1fr;
		gap: 0.8rem;
		padding: 0.85rem 0;
		min-height: 0;
	}

	.shirion-utility-bar .shirion-header-shell {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.35rem;
		padding: 0.45rem 0;
	}

	.shirion-utility-links {
		gap: 0.8rem;
	}

	.shirion-language-switcher--header {
		margin-inline: 0;
		justify-content: flex-start;
	}

	.shirion-access-widget {
		top: auto;
		bottom: 84px;
	}

	.shirion-access-panel {
		top: auto;
		bottom: 0;
	}

	.shirion-cookie-notice {
		right: 0.75rem;
		bottom: calc(92px + env(safe-area-inset-bottom));
		left: 4.6rem;
		grid-template-columns: 1fr;
		align-items: stretch;
		gap: 0.75rem;
		width: auto;
		max-height: min(48vh, 360px);
		padding: 0.82rem 0.9rem;
		overflow: auto;
	}

	.shirion-cookie-notice__copy strong {
		font-size: 0.96rem;
	}

	.shirion-cookie-notice__copy p {
		font-size: 0.86rem;
		line-height: 1.38;
	}

	.shirion-cookie-notice__actions {
		justify-content: space-between;
		gap: 0.55rem;
		white-space: normal;
	}

	.shirion-cookie-notice__actions button {
		flex: 0 0 auto;
	}

	.shirion-branding {
		align-items: center;
		justify-content: center;
		width: 100%;
		text-align: center;
	}

	.shirion-logo-link {
		align-self: center;
	}

	.shirion-header-actions {
		justify-content: space-between;
		width: 100%;
	}

	.shirion-logo {
		width: min(76vw, 288px);
	}

	.shirion-action {
		flex: 1 1 0;
		justify-content: center;
		padding-inline: 0.55rem;
	}

	.shirion-primary-menu {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 0.35rem 1rem;
		scrollbar-width: thin;
	}

	.shirion-primary-menu a {
		white-space: nowrap;
	}

	.shirion-hardware-row__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.shirion-hardware-row__head a {
		width: 100%;
	}

	.shirion-department-strip .shirion-department-shell {
		align-items: stretch;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0.5rem;
		padding-block: 0.45rem;
	}

	.shirion-all-categories {
		width: 100%;
	}

	.shirion-categories-trigger {
		width: 100%;
		justify-content: space-between;
	}

	.shirion-department-links {
		flex: 1 0 100%;
		width: 100%;
	}

	.shirion-mega-menu {
		position: fixed;
		inset-block-start: var(--shirion-mega-top, 9rem);
		inset-inline-start: 1rem;
		inset-inline-end: 1rem;
		grid-template-columns: 1fr;
		width: auto;
		max-height: min(70vh, calc(100vh - var(--shirion-mega-top, 9rem) - 4.5rem));
	}

	.shirion-mega-roots {
		display: flex;
		gap: 0.45rem;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0.55rem;
		border-inline-end: 0;
		border-bottom: 1px solid #e5e9f0;
	}

	.shirion-mega-root {
		flex: 0 0 auto;
		grid-template-columns: 20px minmax(7rem, 1fr);
		width: auto;
		min-width: 9rem;
		min-height: 42px;
		border: 1px solid #d8dee9;
		border-radius: 6px;
		background: #fff;
	}

	.shirion-mega-root-chevron {
		display: none;
	}

	.shirion-mega-panels {
		max-height: min(calc(70vh - 72px), calc(100vh - var(--shirion-mega-top, 9rem) - 9rem));
	}

	.shirion-mega-panel {
		max-height: min(calc(70vh - 72px), calc(100vh - var(--shirion-mega-top, 9rem) - 9rem));
		padding: 0.9rem;
	}

	.shirion-mega-panel-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.25rem;
	}

	.shirion-mega-groups {
		grid-template-columns: 1fr;
	}

	.shirion-retail-hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.shirion-ai-ad-carousel {
		height: 340px;
	}

	.shirion-ai-ad-slide img {
		object-position: 30% center;
	}

	.shirion-ai-ad-slide::before {
		background:
			linear-gradient(0deg, rgba(2, 10, 30, 0.98) 0%, rgba(8, 20, 54, 0.82) 56%, rgba(8, 20, 54, 0.12) 100%),
			linear-gradient(270deg, rgba(2, 10, 30, 0.55), rgba(2, 10, 30, 0.05));
	}

	.shirion-ai-ad-slide--5::before {
		background: var(--ad-overlay);
	}

	.shirion-ai-ad-slide--5 img {
		inset: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		object-fit: cover;
		object-position: 31% center;
	}

	.shirion-ai-ad-slide--2::before {
		background:
			linear-gradient(270deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 247, 255, 0.92) 56%, rgba(241, 247, 255, 0.34) 82%, rgba(241, 247, 255, 0.08) 100%),
			linear-gradient(0deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.08));
	}

	.shirion-ai-ad-slide--2 img {
		object-position: 18% center;
	}

	.shirion-ai-ad-slide--5::before {
		background:
			linear-gradient(270deg, rgba(2, 8, 22, 0.94) 0%, rgba(2, 8, 22, 0.8) 48%, rgba(2, 8, 22, 0.2) 78%, rgba(2, 8, 22, 0.04) 100%),
			linear-gradient(0deg, rgba(2, 8, 22, 0.2), rgba(2, 8, 22, 0));
	}

	.shirion-ai-ad-slide--5 .shirion-ai-ad-slide__copy {
		padding: 0.95rem 1rem 1rem;
	}

	.shirion-ai-ad-slide--5 .shirion-ai-ad-slide__kicker {
		margin-bottom: 0.38rem;
		font-size: 0.74rem;
	}

	.shirion-ai-ad-slide--5 .shirion-ai-ad-slide__meta {
		display: none;
	}

	.shirion-ai-ad-slide--5 .shirion-ai-ad-slide__cta {
		min-height: 32px;
		margin-top: 0.46rem;
		padding: 0.35rem 0.78rem;
	}

	.shirion-ai-ad-slide__copy {
		justify-content: flex-end;
		width: 100%;
		padding: 1.2rem;
	}

	.shirion-ai-ad-slide strong {
		max-width: 13ch;
		font-size: 2rem;
	}

	.shirion-ai-ad-slide em {
		font-size: 1rem;
	}

	.shirion-ai-ad-slide--5 strong {
		max-width: 12ch;
		font-size: 1.45rem;
		line-height: 1.04;
	}

	.shirion-ai-ad-slide--5 em {
		max-width: 25ch;
		margin-top: 0.38rem;
		font-size: 0.82rem;
		line-height: 1.34;
	}

	.site-footer {
		padding-bottom: calc(72px + env(safe-area-inset-bottom));
		overflow: hidden;
	}

	.shirion-footer__main,
	.shirion-footer__trust,
	.shirion-footer__bottom {
		box-sizing: border-box;
		width: min(100% - 24px, var(--shirion-wide-shell));
		max-width: 100%;
	}

	.shirion-footer__main {
		grid-template-columns: 1fr;
		justify-items: stretch;
		gap: 1.1rem;
		padding: 1.45rem 0 1rem;
		text-align: center;
	}

	.shirion-footer-brand,
	.shirion-footer-column {
		width: 100%;
		max-width: none;
		min-width: 0;
		text-align: center;
	}

	.shirion-footer-brand {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.shirion-footer-logo {
		justify-content: center;
		margin-inline: auto;
	}

	.shirion-footer-logo img {
		width: min(220px, 82vw);
	}

	.site-footer .shirion-footer .shirion-footer-brand p {
		max-width: 100%;
		text-align: center;
	}

	.shirion-footer-contact {
		justify-items: center;
		width: 100%;
	}

	.site-footer .shirion-footer .shirion-footer-contact a {
		justify-content: center;
		width: auto;
		max-width: 100%;
		text-align: center;
	}

	.site-footer .shirion-footer .shirion-footer-contact span,
	.site-footer .shirion-footer .shirion-footer-column a {
		overflow-wrap: anywhere;
	}

	.shirion-footer-brand .shirion-language-switcher {
		align-self: center;
	}

	.shirion-footer-column ul {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 0.42rem;
	}

	.shirion-footer__trust {
		grid-template-columns: 1fr;
		gap: 0.55rem;
	}

	.shirion-footer__bottom {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.shirion-footer-payments {
		justify-content: center;
		max-width: 100%;
	}

	.shirion-ai-ad-dots {
		right: 1.2rem;
		bottom: auto;
		top: 1rem;
	}

	.shirion-ai-ad-controls {
		top: 50%;
		right: 0;
		bottom: auto;
		left: 0;
		gap: 0;
		padding: 0 0.48rem;
	}

	.shirion-ai-ad-control {
		width: 36px;
		height: 58px;
	}

	.shirion-ai-ad-control::before {
		width: 18px;
		height: 18px;
		border-width: 1.75px;
	}

	body.shirion-lang-dir-ltr .shirion-ai-ad-slide--2::before {
		background:
			linear-gradient(270deg, rgba(246, 251, 255, 0.96) 0%, rgba(238, 247, 255, 0.9) 62%, rgba(238, 247, 255, 0.16) 100%),
			linear-gradient(0deg, rgba(238, 247, 255, 0.28), rgba(238, 247, 255, 0));
	}

	body.shirion-lang-dir-ltr .shirion-ai-ad-dots {
		right: auto;
		left: 1rem;
	}

	body.shirion-lang-dir-ltr .shirion-ai-ad-slide__copy {
		width: min(68%, 290px);
		margin-inline-start: auto;
		margin-inline-end: 0;
		text-align: left;
	}

	body.shirion-lang-dir-ltr .shirion-ai-ad-slide strong {
		max-width: 100%;
		font-size: 1.35rem;
		line-height: 1.14;
		hyphens: none;
		overflow-wrap: normal;
		text-wrap: balance;
		word-break: normal;
	}

	body.shirion-lang-dir-ltr .shirion-ai-ad-slide em {
		max-width: 100%;
		font-size: 0.9rem;
		line-height: 1.36;
		hyphens: none;
		overflow-wrap: normal;
		word-break: normal;
	}

	body.shirion-lang-dir-ltr .shirion-ai-ad-slide__meta {
		font-size: 0.86rem;
		line-height: 1.3;
	}

	body.shirion-lang-dir-ltr .shirion-ai-ad-slide__cta {
		max-width: 100%;
		min-height: 34px;
		padding: 0.38rem 0.78rem;
		font-size: 0.86rem;
		line-height: 1.16;
		text-align: center;
		white-space: normal;
	}

	.shirion-retail-hero__copy {
		padding: 1.25rem;
	}

	.shirion-retail-hero h1 {
		font-size: 2rem;
	}

	.shirion-retail-hero__media {
		min-height: 220px;
		padding: 0 1rem 1rem;
	}

	.shirion-side-promos {
		grid-template-columns: 1fr;
	}

	.shirion-category-rail nav,
	.shirion-retail-product-grid,
	.shirion-retail-product-strip,
	.shirion-quick-links,
	.shirion-short-promo-grid {
		grid-template-columns: 1fr;
	}

	.shirion-retail-product {
		grid-template-rows: 180px minmax(0, 1fr);
	}

	body.shirion-lang-dir-ltr .shirion-short-banner__copy {
		width: min(66%, 280px);
		margin-inline-start: auto;
		margin-inline-end: 0;
		text-align: left;
	}

	body.shirion-lang-dir-ltr .shirion-short-banner__copy strong {
		max-width: 100%;
		font-size: 1.14rem;
		line-height: 1.14;
		hyphens: none;
		overflow-wrap: normal;
		text-wrap: balance;
		word-break: normal;
	}

	body.shirion-lang-dir-ltr .shirion-short-banner__copy em {
		max-width: 100%;
		font-size: 0.82rem;
		line-height: 1.34;
		hyphens: none;
		overflow-wrap: normal;
		word-break: normal;
	}

	body.shirion-lang-dir-ltr .shirion-short-banner__copy b {
		max-width: 100%;
		line-height: 1.16;
		text-align: center;
		white-space: normal;
	}

	.shirion-hero {
		min-height: 70vh;
		background-position: center;
	}

	.shirion-section__head {
		display: block;
	}

	.shirion-category-grid,
	.shirion-trust-grid,
	.shirion-contact-strip {
		grid-template-columns: 1fr;
	}

	.shirion-info-grid {
		grid-template-columns: 1fr;
	}

	.shirion-contact-layout,
	.shirion-contact-form-grid {
		grid-template-columns: 1fr;
	}

	.shirion-contact-details,
	.shirion-contact-form-panel {
		padding: 1rem;
	}

	.shirion-contact-submit {
		width: 100%;
	}

	.shirion-hero p {
		font-size: 1.08rem;
	}

	.single-product div.product .woocommerce-product-gallery,
	.single-product div.product .shirion-remote-product-gallery,
	.single-product div.product .shirion-product-gallery,
	.single-product div.product .summary {
		float: none;
		width: 100%;
		margin-inline: 0;
	}

	.single-product div.product .shirion-remote-product-gallery,
	.single-product div.product .shirion-product-gallery__stage {
		min-height: 260px;
	}

	.single-product div.product .shirion-product-gallery__stage {
		aspect-ratio: 4 / 3;
	}

	.single-product div.product .shirion-product-image-placeholder {
		min-height: 260px;
	}

	.shirion-legacy-details dl {
		grid-template-columns: 1fr;
	}

	.shirion-product-assurance {
		grid-template-columns: 1fr;
	}

	.shirion-spec-table th,
	.shirion-spec-table td {
		display: block;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.shirion-ai-ad-slide {
		transition: none;
	}

	.shirion-pc-builder__category,
	.shirion-pc-builder__filter-options > label > span,
	.shirion-pc-builder__range-controls select,
	.shirion-pc-builder__range-controls button,
	.shirion-pc-builder__filter-trigger,
	.shirion-pc-builder__filter-panel,
	.shirion-pc-builder__filter-toggle,
	.shirion-pc-builder__filter-toggle::after,
	.shirion-pc-builder__filter-options > label > span::before,
	.shirion-pc-builder__active-filter-list button,
	.shirion-pc-builder__filter-expand,
	.shirion-pc-builder__filter-expand::after,
	.shirion-pc-builder__product {
		transition: none;
	}
}
