:root {
	--ss-content-wide: 1560px;
	--ss-content-narrow: 1280px;
	--ss-orange: #e67a20;
}

[hidden] {
	display: none !important;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
	outline: 3px solid rgba(18, 105, 173, 0.28);
	outline-offset: 2px;
}

.ss-wrap {
	width: min(var(--ss-content-wide), calc(100% - 48px));
}

.ss-narrow {
	width: min(var(--ss-content-narrow), calc(100% - 48px));
	margin-inline: auto;
}

.ss-button {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 6px;
	background: var(--ss-black);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.15;
}

.ss-button:hover {
	background: #2a3034;
}

.ss-button--yellow {
	border-color: var(--ss-yellow-dark);
	background: var(--ss-yellow);
	color: var(--ss-black);
}

.ss-button--yellow:hover {
	background: #f0c200;
}

.ss-button--light {
	border-color: var(--ss-line);
	background: #fff;
	color: var(--ss-ink);
}

.ss-button--light:hover {
	background: var(--ss-soft);
}

.ss-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	color: var(--ss-green);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.ss-kicker::before {
	width: 20px;
	height: 3px;
	background: currentColor;
	content: "";
}

/* Header */

.ss-topbar {
	min-height: 34px;
	display: flex;
	align-items: center;
	background: var(--ss-black);
	color: #dce1e4;
	font-size: 12px;
}

.ss-topbar__inner {
	min-height: 34px;
}

.ss-topbar strong {
	color: var(--ss-yellow);
}

.ss-topbar__links {
	display: flex;
	gap: 22px;
}

.ss-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid var(--ss-line);
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(12px);
}

.ss-header__main {
	min-height: 78px;
	display: grid;
	grid-template-columns: auto minmax(320px, 1fr) auto;
	align-items: center;
	gap: 34px;
}

.ss-brand {
	min-width: 190px;
	gap: 11px;
}

.ss-brand__mark {
	width: 39px;
	height: 39px;
	border-width: 3px;
	background: var(--ss-yellow);
}

.ss-brand__name {
	font-size: 21px;
	font-weight: 900;
	line-height: 1;
}

.ss-brand__sub {
	margin-top: 4px;
	font-size: 10px;
	font-weight: 800;
}

.ss-search {
	height: 46px;
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr) 48px;
	border: 1px solid #cfd6da;
	border-radius: 7px;
	overflow: hidden;
	background: #fff;
}

.ss-search select,
.ss-search input {
	min-width: 0;
	border: 0;
	background: transparent;
	outline: 0;
	font-size: 13px;
}

.ss-search select {
	border-right: 1px solid var(--ss-line);
	padding: 0 14px;
	font-weight: 750;
}

.ss-search input {
	padding: 0 16px;
}

.ss-search button {
	display: grid;
	place-items: center;
	border: 0;
	background: var(--ss-yellow);
}

.ss-header__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ss-action-icon,
.ss-mobile-toggle {
	position: relative;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 1px solid var(--ss-line);
	border-radius: 6px;
	background: #fff;
	color: var(--ss-black);
}

.ss-action-icon:hover,
.ss-mobile-toggle:hover {
	background: var(--ss-soft);
}

.ss-action-icon svg,
.ss-mobile-toggle svg {
	width: 19px;
	height: 19px;
}

.ss-cart-count {
	position: absolute;
	top: -6px;
	right: -5px;
	min-width: 18px;
	height: 18px;
	display: grid;
	place-items: center;
	padding: 0 4px;
	border-radius: 9px;
	background: var(--ss-red);
	color: #fff;
	font-size: 10px;
	font-weight: 900;
}

.ss-mobile-toggle {
	display: none;
}

.ss-nav {
	border-top: 1px solid var(--ss-line);
	background: #fff;
}

.ss-nav__inner {
	min-height: 48px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.ss-nav__links {
	display: flex;
	align-items: center;
	gap: 2px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ss-nav a {
	min-height: 36px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 12px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 800;
}

.ss-nav a:hover,
.ss-nav .current-menu-item > a {
	background: var(--ss-soft);
	color: var(--ss-blue);
}

.ss-nav__catalog {
	margin-right: 10px;
	background: var(--ss-yellow) !important;
	color: var(--ss-black) !important;
}

.ss-nav__spacer {
	flex: 1;
}

.ss-nav__help {
	white-space: nowrap;
}

/* Homepage */

.hybrid-home {
	background: #f2f3f3;
}

.b-stage {
	padding: 34px 0 30px;
}

.b-promo-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 16px;
}

.b-banner {
	position: relative;
	min-height: 238px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	border-radius: var(--ss-radius);
	background: #23282c;
	color: #fff;
}

.b-banner img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.65;
}

.b-banner--main::after {
	position: absolute;
	inset: 0;
	background: rgba(17, 20, 22, 0.52);
	content: "";
}

.b-banner--yellow {
	align-items: flex-start;
	background: var(--ss-yellow);
	color: var(--ss-black);
}

.b-banner--blue {
	align-items: flex-start;
	background: var(--ss-blue);
}

.b-banner__content {
	position: relative;
	z-index: 2;
	padding: 25px;
}

.b-banner__content > span {
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.b-banner h1,
.b-banner h2 {
	max-width: 640px;
	margin: 8px 0 12px;
	line-height: 1.08;
}

.b-banner h1 {
	font-size: 34px;
}

.b-banner h2 {
	font-size: 23px;
}

.b-banner p {
	max-width: 560px;
	margin-bottom: 16px;
	font-size: 13px;
}

.a-categories {
	border-block: 1px solid var(--ss-line);
	background: #fff;
}

.category-rail {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(150px, 1fr);
	overflow-x: auto;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
}

.category-rail::-webkit-scrollbar,
.product-rail::-webkit-scrollbar {
	display: none;
}

.a-category {
	min-height: 100px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	border-right: 1px solid var(--ss-line);
	scroll-snap-align: start;
}

.a-category:first-child {
	border-left: 1px solid var(--ss-line);
}

.a-category:hover {
	background: #fafbfb;
}

.a-category__icon {
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #edf2f4;
	color: var(--ss-blue);
}

.a-category__icon svg {
	width: 20px;
	height: 20px;
}

.a-category strong,
.a-category small {
	display: block;
}

.a-category strong {
	font-size: 13px;
	line-height: 1.2;
}

.a-category small {
	margin-top: 4px;
	color: var(--ss-muted);
	font-size: 10px;
}

.hybrid-catalog {
	padding: 18px 0 46px;
	background: #f2f3f3;
}

.a-catalog-row {
	display: grid;
	grid-template-columns: 285px minmax(0, 1fr);
	gap: 28px;
	padding: 34px 0;
	border-bottom: 1px solid var(--ss-line);
}

.a-catalog-row__intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 8px 8px 0 0;
}

.a-catalog-row__icon {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	margin-bottom: 18px;
	border-radius: 50%;
	background: #ebf3f8;
	color: var(--ss-blue);
}

.a-catalog-row__intro h2 {
	margin-bottom: 8px;
	font-size: 25px;
	line-height: 1.12;
}

.a-catalog-row__intro p {
	margin-bottom: 20px;
	color: var(--ss-muted);
	font-size: 13px;
}

.a-catalog-row__intro .ss-button {
	width: 100%;
	margin-top: auto;
}

.product-rail-wrap {
	position: relative;
	min-width: 0;
}

.product-rail {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 64px) / 5);
	grid-template-rows: 1fr;
	gap: 16px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
}

.product-rail > * {
	scroll-snap-align: start;
}

.rail-arrow {
	position: absolute;
	top: 42%;
	z-index: 5;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 1px solid var(--ss-line);
	border-radius: 50%;
	background: #fff;
	box-shadow: var(--ss-shadow);
}

.rail-arrow--prev {
	left: -20px;
}

.rail-arrow--next {
	right: -20px;
}

.product-rail-wrap.is-static .rail-arrow {
	display: none;
}

.ss-product-card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 0;
	border-radius: var(--ss-radius);
	background: #fff;
	box-shadow: 0 1px 0 rgba(17, 20, 22, 0.05);
}

.ss-product-card__visual {
	position: relative;
	min-height: 188px;
	display: grid;
	place-items: center;
	margin: 10px;
	overflow: hidden;
	border-radius: 6px;
	background: #f4f5f5;
}

.ss-product-card__visual > img {
	width: 100%;
	height: 188px;
	object-fit: contain;
	padding: 18px;
}

.ss-product-card__code {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	padding: 4px 7px;
	border: 1px solid var(--ss-line);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.95);
	font-size: 10px;
	font-weight: 900;
}

.ss-product-card__placeholder {
	width: 116px;
	height: 116px;
	display: grid;
	place-items: center;
	border: 7px solid #fff;
	background: var(--ss-yellow);
	box-shadow: 0 8px 22px rgba(17, 20, 22, 0.15);
	transform: rotate(-2deg);
}

.ss-product-card__placeholder svg {
	width: 54px;
	height: 54px;
}

.ss-product-card--category:nth-child(2n) .ss-product-card__placeholder {
	background: var(--ss-blue);
	color: #fff;
}

.ss-product-card--category:nth-child(3n) .ss-product-card__placeholder {
	background: var(--ss-green);
	color: #fff;
}

.ss-product-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 5px 15px 15px;
}

.ss-product-card__family {
	margin-bottom: 5px;
	color: var(--ss-muted);
	font-size: 10px;
	font-weight: 850;
	text-transform: uppercase;
}

.ss-product-card__family a:hover {
	color: var(--ss-blue);
}

.ss-product-card h3 {
	min-height: 42px;
	margin-bottom: 8px;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.36;
}

.ss-product-card__materials {
	margin-bottom: 14px;
	color: var(--ss-muted);
	font-size: 11px;
}

.ss-product-card__footer {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: auto;
}

.ss-product-card .ss-button {
	width: 100%;
	min-height: 36px;
	padding: 8px 11px;
	font-size: 12px;
}

.ss-price {
	display: block;
	color: var(--ss-red);
	font-size: 18px;
	font-weight: 900;
	white-space: nowrap;
}

.ss-price small {
	display: block;
	margin-bottom: 2px;
	color: var(--ss-muted);
	font-size: 10px;
	font-weight: 700;
}

.ss-card-status {
	color: var(--ss-green);
	font-size: 11px;
	font-weight: 850;
}

.b-benefits {
	border-top: 1px solid var(--ss-line);
	background: #fff;
}

.b-benefits__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	padding-block: 28px;
}

.b-benefits article {
	display: flex;
	align-items: center;
	gap: 12px;
}

.b-benefits article > svg {
	flex: 0 0 auto;
	color: var(--ss-blue);
}

.b-benefits strong,
.b-benefits small {
	display: block;
}

.b-benefits strong {
	font-size: 12px;
}

.b-benefits small {
	color: var(--ss-muted);
	font-size: 10px;
}

/* Catalogue and category archives */

.page-breadcrumbs {
	min-height: 28px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 24px;
	color: var(--ss-muted);
	font-size: 12px;
	font-weight: 750;
}

.page-breadcrumbs svg {
	width: 13px;
	height: 13px;
}

.page-breadcrumbs a:hover {
	color: var(--ss-blue);
}

.catalog-page,
.category-page,
.search-page,
.help-page,
.document-page,
.contact-page {
	background: var(--ss-soft);
}

.page-heading,
.category-heading,
.document-heading,
.contact-heading {
	padding: 34px 0 38px;
	border-bottom: 1px solid var(--ss-line);
	background: #fff;
}

.page-heading__row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
}

.page-heading h1,
.category-heading h1,
.document-heading h1,
.search-heading h1,
.help-hero h1,
.contact-heading h1 {
	margin-bottom: 12px;
	font-size: 42px;
	line-height: 1.08;
}

.page-heading__row > div:first-child > p,
.document-heading > .ss-narrow > p {
	max-width: 720px;
	margin-bottom: 0;
	color: var(--ss-muted);
	font-size: 16px;
}

.page-heading__stat {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 14px;
	padding-left: 30px;
	border-left: 1px solid var(--ss-line);
}

.page-heading__stat strong {
	font-size: 44px;
	line-height: 1;
}

.page-heading__stat span {
	color: var(--ss-muted);
	font-size: 12px;
	font-weight: 800;
}

.catalog-directory-search {
	width: min(760px, 100%);
	height: 52px;
	display: grid;
	grid-template-columns: 48px 1fr 48px;
	align-items: center;
	margin-top: 28px;
	overflow: hidden;
	border: 1px solid #cbd3d7;
	border-radius: 7px;
	background: #fff;
}

.catalog-directory-search > svg {
	justify-self: center;
	color: var(--ss-muted);
}

.catalog-directory-search input {
	height: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
}

.catalog-directory-search button {
	height: 100%;
	display: grid;
	place-items: center;
	border: 0;
	background: transparent;
	color: var(--ss-muted);
}

.catalog-directory {
	padding: 38px 0 54px;
}

.catalog-directory__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	gap: 18px;
}

.catalog-group {
	overflow: hidden;
	border: 1px solid var(--ss-line);
	border-radius: var(--ss-radius);
	background: #fff;
}

.catalog-group__head {
	min-height: 138px;
	display: grid;
	grid-template-columns: 44px 1fr auto;
	align-items: start;
	gap: 14px;
	padding: 22px;
	border-bottom: 1px solid var(--ss-line);
}

.catalog-group__head > span {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 6px;
	background: var(--ss-yellow);
}

.catalog-group__head h2 {
	margin: 1px 0 6px;
	font-size: 18px;
}

.catalog-group__head p {
	margin: 0;
	color: var(--ss-muted);
	font-size: 12px;
}

.catalog-group__head > small {
	min-width: 25px;
	height: 25px;
	display: grid;
	place-items: center;
	border-radius: 4px;
	background: var(--ss-soft);
	font-size: 11px;
	font-weight: 900;
}

.catalog-group__links a {
	min-height: 68px;
	display: grid;
	grid-template-columns: 34px 1fr 18px;
	align-items: center;
	gap: 11px;
	padding: 12px 18px;
	border-bottom: 1px solid #edf0f1;
}

.catalog-group__links a:last-child {
	border-bottom: 0;
}

.catalog-group__links a:hover {
	background: #fafbfb;
}

.catalog-link-icon {
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	border: 1px solid var(--ss-line);
	border-radius: 5px;
	color: var(--ss-blue);
}

.catalog-link-icon svg {
	width: 16px;
	height: 16px;
}

.catalog-group__links strong,
.catalog-group__links small {
	display: block;
}

.catalog-group__links strong {
	font-size: 13px;
}

.catalog-group__links small {
	margin-top: 3px;
	color: var(--ss-muted);
	font-size: 10px;
}

.catalog-group__links > a > svg {
	width: 15px;
	color: #a0a9ae;
}

.catalog-no-match {
	padding: 70px 0;
	text-align: center;
}

.catalog-support-band {
	background: var(--ss-black);
	color: #fff;
}

.catalog-support-band__inner {
	min-height: 170px;
	display: grid;
	grid-template-columns: 64px 1fr auto;
	align-items: center;
	gap: 28px;
}

.catalog-support-band__icon {
	width: 62px;
	height: 62px;
	display: grid;
	place-items: center;
	border-radius: 6px;
	background: var(--ss-yellow);
	color: var(--ss-black);
}

.catalog-support-band h2 {
	margin-bottom: 5px;
	font-size: 26px;
}

.catalog-support-band p {
	margin-bottom: 0;
	color: #bac4c9;
	font-size: 13px;
}

.category-heading__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	align-items: end;
	gap: 70px;
}

.category-heading__copy > p,
.category-description {
	max-width: 760px;
	margin-bottom: 0;
	color: var(--ss-muted);
	font-size: 15px;
}

.category-description > :last-child {
	margin-bottom: 0;
}

.category-heading__facts {
	margin: 0;
	border-top: 1px solid var(--ss-line);
}

.category-heading__facts div {
	display: grid;
	grid-template-columns: 135px 1fr;
	gap: 18px;
	padding: 12px 0;
	border-bottom: 1px solid var(--ss-line);
}

.category-heading__facts dt {
	color: var(--ss-muted);
	font-size: 11px;
	font-weight: 800;
}

.category-heading__facts dd {
	margin: 0;
	font-size: 12px;
	font-weight: 850;
}

.category-commerce {
	padding: 38px 0 56px;
}

.category-commerce__layout {
	display: grid;
	grid-template-columns: 245px minmax(0, 1fr);
	align-items: start;
	gap: 26px;
}

.catalog-filter {
	position: sticky;
	top: 150px;
	overflow: hidden;
	border: 1px solid var(--ss-line);
	border-radius: var(--ss-radius);
	background: #fff;
}

.catalog-filter__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 17px 18px;
	border-bottom: 1px solid var(--ss-line);
}

.catalog-filter__head h2 {
	margin: 0;
	font-size: 17px;
}

.catalog-filter fieldset {
	display: grid;
	gap: 10px;
	padding: 18px;
	margin: 0;
	border: 0;
	border-bottom: 1px solid var(--ss-line);
}

.catalog-filter legend {
	width: 100%;
	padding: 0 0 12px;
	font-size: 12px;
	font-weight: 900;
}

.catalog-filter fieldset a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: var(--ss-muted);
	font-size: 11px;
	font-weight: 750;
}

.catalog-filter fieldset a.is-active,
.catalog-filter fieldset a:hover {
	color: var(--ss-blue);
}

.catalog-filter fieldset a svg {
	width: 13px;
}

.catalog-filter__help {
	display: flex;
	gap: 10px;
	padding: 17px;
	background: #fffbea;
}

.catalog-filter__help svg {
	flex: 0 0 auto;
	color: var(--ss-yellow-dark);
}

.catalog-filter__help p,
.catalog-filter__help strong,
.catalog-filter__help a {
	display: block;
}

.catalog-filter__help p {
	margin: 0;
	font-size: 11px;
}

.catalog-filter__help a {
	margin-top: 3px;
	color: var(--ss-blue);
}

.listing-toolbar {
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 10px 14px;
	margin-bottom: 16px;
	border: 1px solid var(--ss-line);
	border-radius: 6px;
	background: #fff;
	color: var(--ss-muted);
	font-size: 12px;
}

.listing-toolbar .woocommerce-ordering {
	float: none;
	margin: 0;
}

.listing-toolbar select {
	min-height: 36px;
	border: 1px solid var(--ss-line);
	border-radius: 5px;
	padding: 0 30px 0 10px;
	background: #fff;
	font-size: 12px;
}

.catalog-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.category-results ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-results ul.products li.product {
	width: auto;
	margin: 0;
}

.catalog-status-note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 18px;
	margin-top: 18px;
	border: 1px solid #bed6cc;
	border-radius: 6px;
	background: #f2faf7;
	color: #315548;
}

.catalog-status-note svg {
	flex: 0 0 auto;
	color: var(--ss-green);
}

.catalog-status-note p {
	margin: 0;
	font-size: 11px;
}

.catalog-empty {
	min-height: 410px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 50px;
	border: 1px solid var(--ss-line);
	border-radius: var(--ss-radius);
	background: #fff;
	text-align: center;
}

.catalog-empty > span {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	margin-bottom: 18px;
	border-radius: 6px;
	background: var(--ss-soft);
}

.catalog-empty h2 {
	margin-bottom: 7px;
	font-size: 21px;
}

.catalog-empty p {
	max-width: 520px;
	color: var(--ss-muted);
	font-size: 13px;
}

.category-editorial {
	padding: 55px 0;
	border-top: 1px solid var(--ss-line);
	background: #fff;
}

.category-editorial__grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	align-items: center;
	gap: 80px;
}

.category-editorial h2 {
	margin-bottom: 10px;
	font-size: 30px;
}

.category-editorial p {
	margin: 0;
	color: var(--ss-muted);
	font-size: 14px;
}

.category-material-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.category-material-list article {
	padding: 18px;
	border-left: 4px solid var(--ss-blue);
	background: var(--ss-soft);
}

.category-material-list article:nth-child(2) {
	border-color: var(--ss-black);
}

.category-material-list article:nth-child(3) {
	border-color: var(--ss-yellow-dark);
}

.category-material-list strong,
.category-material-list small {
	display: block;
}

.category-material-list small {
	margin-top: 4px;
	color: var(--ss-muted);
	font-size: 10px;
}

/* Search */

.search-heading {
	padding: 34px 0 44px;
	background: var(--ss-black);
	color: #fff;
}

.search-heading .page-breadcrumbs,
.help-hero .page-breadcrumbs {
	color: #aeb8bd;
}

.search-heading h1 {
	max-width: 800px;
}

.search-page-form {
	width: min(920px, 100%);
	min-height: 60px;
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) auto;
	align-items: center;
	padding: 5px;
	margin-top: 25px;
	border-radius: 7px;
	background: #fff;
	color: var(--ss-ink);
}

.search-page-form > svg {
	justify-self: center;
	color: var(--ss-muted);
}

.search-page-form input {
	height: 48px;
	min-width: 0;
	border: 0;
	outline: 0;
	font-size: 15px;
}

.search-suggestions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 14px;
	color: #aeb8bd;
	font-size: 11px;
}

.search-suggestions a {
	padding: 5px 8px;
	border: 1px solid #485158;
	border-radius: 4px;
	color: #fff;
	font-weight: 800;
}

.search-results {
	min-height: 520px;
	padding: 40px 0 60px;
}

.search-results__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.search-results__head span {
	color: var(--ss-green);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.search-results__head h2 {
	margin: 4px 0 0;
	font-size: 27px;
}

.search-results__head > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--ss-blue);
	font-size: 12px;
	font-weight: 850;
}

.search-category-results,
.search-product-results {
	margin-top: 28px;
}

.search-category-results > h3,
.search-product-results > h3 {
	margin-bottom: 14px;
	font-size: 16px;
}

.search-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.search-category-grid > a {
	min-height: 82px;
	display: grid;
	grid-template-columns: 42px 1fr 18px;
	align-items: center;
	gap: 12px;
	padding: 16px;
	border: 1px solid var(--ss-line);
	border-radius: 6px;
	background: #fff;
}

.search-category-grid > a:hover {
	border-color: #aebbc2;
}

.search-category-grid > a > span {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 6px;
	background: var(--ss-yellow);
}

.search-category-grid strong,
.search-category-grid small {
	display: block;
}

.search-category-grid small {
	margin-top: 4px;
	color: var(--ss-muted);
	font-size: 10px;
}

.search-products-pending {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 18px;
	margin-top: 20px;
	border: 1px solid var(--ss-line);
	border-radius: 6px;
	background: #fff;
}

.search-products-pending p {
	margin: 0;
	font-size: 12px;
}

.ss-pagination {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 26px;
}

.ss-pagination a {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border: 1px solid var(--ss-line);
	border-radius: 5px;
	background: #fff;
	font-size: 12px;
	font-weight: 850;
}

.ss-pagination a.is-current {
	border-color: var(--ss-black);
	background: var(--ss-black);
	color: #fff;
}

/* Help centre */

.help-hero {
	padding: 34px 0 54px;
	background: var(--ss-black);
	color: #fff;
}

.help-hero__copy {
	max-width: 850px;
	margin-inline: auto;
	text-align: center;
}

.help-hero__copy .ss-kicker {
	justify-content: center;
}

.help-hero__copy > p {
	max-width: 660px;
	margin: 0 auto;
	color: #bac4c9;
	font-size: 15px;
}

.help-search {
	min-height: 58px;
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr) 48px;
	align-items: center;
	margin-top: 26px;
	border-radius: 7px;
	background: #fff;
	color: var(--ss-ink);
	text-align: left;
}

.help-search > svg {
	justify-self: center;
	color: var(--ss-muted);
}

.help-search input {
	height: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
}

.help-search button {
	height: 100%;
	display: grid;
	place-items: center;
	border: 0;
	background: transparent;
	color: var(--ss-muted);
}

.help-topics {
	padding: 48px 0 60px;
}

.help-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.help-section-head h2 {
	margin: 0;
	font-size: 28px;
}

.help-section-head a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--ss-blue);
	font-size: 12px;
	font-weight: 850;
}

.help-topic-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.help-topic {
	min-height: 150px;
	display: grid;
	grid-template-columns: 46px 1fr 20px;
	align-items: flex-start;
	gap: 14px;
	padding: 22px;
	border: 1px solid var(--ss-line);
	border-radius: var(--ss-radius);
	background: #fff;
}

.help-topic:hover {
	border-color: #aebbc2;
	box-shadow: 0 8px 24px rgba(17, 20, 22, 0.06);
}

.help-topic > span {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 6px;
	background: var(--ss-yellow);
}

.help-topic h3 {
	margin: 2px 0 7px;
	font-size: 15px;
}

.help-topic p {
	margin: 0;
	color: var(--ss-muted);
	font-size: 11px;
}

.help-topic > svg {
	width: 16px;
	margin-top: 13px;
	color: #9aa4aa;
}

.help-no-results {
	padding: 45px 0 0;
	text-align: center;
}

.help-faq-section {
	padding: 58px 0 68px;
	border-top: 1px solid var(--ss-line);
	background: #fff;
}

.help-faq-layout {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	align-items: flex-start;
	gap: 70px;
}

.help-faq-layout > div:first-child {
	position: sticky;
	top: 150px;
}

.help-faq-layout h2 {
	margin-bottom: 10px;
	font-size: 30px;
}

.help-faq-layout > div:first-child > p {
	color: var(--ss-muted);
	font-size: 13px;
}

.help-faq {
	scroll-margin-top: 160px;
	border-bottom: 1px solid var(--ss-line);
}

.help-faq:first-child {
	border-top: 1px solid var(--ss-line);
}

.help-faq summary {
	min-height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	cursor: pointer;
	list-style: none;
	font-size: 14px;
	font-weight: 850;
}

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

.help-faq summary svg {
	flex: 0 0 auto;
	width: 18px;
	transition: transform 0.2s ease;
}

.help-faq[open] summary svg {
	transform: rotate(45deg);
}

.help-faq p {
	max-width: 760px;
	padding: 0 34px 20px 0;
	margin: 0;
	color: var(--ss-muted);
	font-size: 12px;
	line-height: 1.65;
}

.help-contact {
	background: var(--ss-blue);
	color: #fff;
}

.help-contact__inner {
	min-height: 128px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.help-contact__inner > div {
	display: flex;
	align-items: center;
	gap: 16px;
}

.help-contact__inner > div > svg {
	width: 32px;
	height: 32px;
}

.help-contact strong,
.help-contact small {
	display: block;
}

.help-contact small {
	margin-top: 4px;
	color: #d8e9f6;
	font-size: 11px;
}

/* Working legal document */

.document-heading h1 {
	max-width: 850px;
}

.document-alert {
	max-width: 960px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 18px;
	margin-top: 26px;
	border: 1px solid #e0c457;
	border-radius: 6px;
	background: #fffbea;
}

.document-alert svg {
	flex: 0 0 auto;
	color: #9a7600;
}

.document-alert p {
	margin: 0;
	color: #665722;
	font-size: 12px;
}

.document-content {
	padding: 42px 0 70px;
}

.document-layout {
	display: grid;
	grid-template-columns: 245px minmax(0, 820px);
	align-items: flex-start;
	justify-content: center;
	gap: 38px;
}

.document-toc {
	position: sticky;
	top: 150px;
	display: grid;
	padding: 18px;
	border: 1px solid var(--ss-line);
	border-radius: var(--ss-radius);
	background: #fff;
}

.document-toc strong {
	padding-bottom: 12px;
	border-bottom: 1px solid var(--ss-line);
	font-size: 12px;
}

.document-toc a {
	padding: 8px 0;
	border-bottom: 1px solid #eef0f1;
	color: var(--ss-muted);
	font-size: 11px;
	font-weight: 750;
}

.document-toc a:hover {
	color: var(--ss-blue);
}

.legal-copy {
	padding: 42px 52px;
	border: 1px solid var(--ss-line);
	border-radius: var(--ss-radius);
	background: #fff;
}

.legal-copy__meta {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--ss-line);
	color: var(--ss-muted);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.legal-copy section {
	scroll-margin-top: 160px;
	padding: 28px 0;
	border-bottom: 1px solid var(--ss-line);
}

.legal-copy section:last-child {
	border-bottom: 0;
}

.legal-copy section > span {
	color: var(--ss-green);
	font-size: 11px;
	font-weight: 900;
}

.legal-copy h2 {
	margin: 5px 0 13px;
	font-size: 22px;
}

.legal-copy p {
	color: #4e5961;
	font-size: 13px;
	line-height: 1.75;
}

.legal-copy p:last-child {
	margin-bottom: 0;
}

/* Contact */

.contact-heading {
	background: var(--ss-black);
	color: #fff;
}

.contact-heading .page-breadcrumbs {
	color: #aeb8bd;
}

.contact-heading__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	align-items: flex-end;
	gap: 70px;
}

.contact-heading__grid > div:first-child > p {
	max-width: 760px;
	margin-bottom: 0;
	color: #bac4c9;
	font-size: 16px;
}

.contact-heading__mark {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 18px;
	border: 1px solid #41494e;
	border-radius: 7px;
	background: #20262a;
}

.contact-heading__mark > svg {
	width: 34px;
	height: 34px;
	color: var(--ss-yellow);
}

.contact-heading__mark strong,
.contact-heading__mark small {
	display: block;
}

.contact-heading__mark small {
	margin-top: 4px;
	color: #aeb8bd;
	font-size: 11px;
}

.contact-main {
	padding: 48px 0 66px;
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
	align-items: flex-start;
	gap: 24px;
}

.contact-options {
	display: grid;
	gap: 12px;
}

.contact-options article {
	min-height: 112px;
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 16px;
	padding: 20px;
	border: 1px solid var(--ss-line);
	border-radius: 7px;
	background: #fff;
}

.contact-options article > span {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 6px;
	background: var(--ss-yellow);
}

.contact-options h2 {
	margin: 1px 0 6px;
	font-size: 17px;
}

.contact-options p {
	margin: 0;
	color: var(--ss-muted);
	font-size: 12px;
}

.contact-status {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 18px;
	border: 1px solid #c5d9e7;
	border-radius: 6px;
	background: #f3f8fb;
	color: #315167;
}

.contact-status svg {
	flex: 0 0 auto;
	color: var(--ss-blue);
}

.contact-status p {
	margin: 0;
	font-size: 11px;
}

.contact-form-panel {
	padding: 28px;
	border: 1px solid var(--ss-line);
	border-radius: var(--ss-radius);
	background: #fff;
}

.contact-form-panel__head {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 15px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--ss-line);
}

.contact-form-panel__head > span {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 6px;
	background: var(--ss-black);
	color: #fff;
}

.contact-form-panel__head h2 {
	margin: 0 0 6px;
	font-size: 22px;
}

.contact-form-panel__head p {
	margin: 0;
	color: var(--ss-muted);
	font-size: 12px;
}

.contact-form-preview fieldset {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	padding: 22px 0 0;
	margin: 0;
	border: 0;
}

.contact-form-preview label {
	display: grid;
	gap: 7px;
	font-size: 12px;
	font-weight: 800;
}

.contact-form-preview label:nth-of-type(3),
.contact-form-preview label:nth-of-type(4),
.contact-form-preview button {
	grid-column: 1 / -1;
}

.contact-form-preview input,
.contact-form-preview select,
.contact-form-preview textarea {
	width: 100%;
	min-height: 46px;
	border: 1px solid var(--ss-line);
	border-radius: 5px;
	padding: 10px 12px;
	background: #f7f8f8;
	color: #758087;
	resize: vertical;
}

.contact-form-preview button:disabled,
.contact-form-preview fieldset:disabled .ss-button {
	cursor: not-allowed;
	opacity: 0.65;
}

.contact-form-disabled {
	margin: 12px 0 0;
	color: var(--ss-muted);
	font-size: 10px;
	text-align: center;
}

.contact-help-band {
	border-top: 1px solid var(--ss-line);
	background: #fff;
}

.contact-help-band > .ss-narrow {
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.contact-help-band h2 {
	max-width: 720px;
	margin: 0;
	font-size: 26px;
}

/* Footer */

.ss-footer {
	padding: 48px 0 0;
	background: var(--ss-black);
	color: #fff;
}

.ss-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr repeat(3, 1fr);
	gap: 44px;
}

.ss-footer .ss-brand__mark {
	border-color: #fff;
	color: var(--ss-black);
}

.ss-footer .ss-brand__sub {
	color: #aab4b9;
}

.ss-footer__brand p {
	max-width: 400px;
	margin: 22px 0 0;
	color: #aeb8bd;
	font-size: 12px;
}

.ss-footer h3 {
	margin: 0 0 13px;
	font-size: 13px;
}

.ss-footer__links a {
	display: block;
	padding: 5px 0;
	color: #aeb8bd;
	font-size: 11px;
}

.ss-footer__links a:hover {
	color: #fff;
}

.ss-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 0;
	margin-top: 38px;
	border-top: 1px solid #30363a;
	color: #7f8b91;
	font-size: 10px;
}

@media (max-width: 1240px) {
	.ss-header__main {
		gap: 18px;
	}

	.a-catalog-row {
		grid-template-columns: 230px minmax(0, 1fr);
	}

	.product-rail {
		grid-auto-columns: calc((100% - 48px) / 4);
	}
}

@media (max-width: 1180px) {
	.catalog-directory__grid,
	.help-topic-grid,
	.search-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 980px) {
	.ss-wrap,
	.ss-narrow {
		width: min(100% - 32px, 920px);
	}

	.ss-header__main {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 12px;
		padding: 12px 0;
	}

	.ss-header__main > .ss-brand {
		grid-column: 1;
		grid-row: 1;
	}

	.ss-header__main > .ss-search {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.ss-header__actions {
		grid-column: 2;
		grid-row: 1;
	}

	.ss-mobile-toggle {
		display: grid;
	}

	.ss-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		border-top: 1px solid var(--ss-line);
		box-shadow: 0 18px 34px rgba(17, 20, 22, 0.14);
		background: var(--ss-line);
	}

	.ss-nav.is-open {
		display: block;
	}

	.ss-nav__inner {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1px;
		padding: 12px 0 16px;
	}

	.ss-nav__links,
	.ss-nav__links > li {
		display: contents;
	}

	.ss-nav a {
		min-height: 44px;
		padding: 10px 12px;
		border-radius: 0;
		background: #fff;
		font-size: 12px;
	}

	.ss-nav__catalog {
		grid-column: 1 / -1;
		margin-right: 0;
	}

	.ss-nav__spacer {
		display: none;
	}

	.b-promo-grid {
		grid-template-columns: 1fr 1fr;
	}

	.b-banner:first-child {
		grid-column: 1 / -1;
	}

	.a-catalog-row {
		grid-template-columns: 1fr;
	}

	.a-catalog-row__intro {
		display: grid;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		gap: 16px;
	}

	.a-catalog-row__icon {
		margin-bottom: 0;
	}

	.a-catalog-row__intro h2,
	.a-catalog-row__intro p {
		grid-column: 2;
	}

	.a-catalog-row__intro p {
		margin-bottom: 0;
	}

	.a-catalog-row__intro .ss-button {
		grid-column: 3;
		grid-row: 1 / span 2;
	}

	.b-benefits__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.page-heading__row {
		align-items: flex-start;
		flex-direction: column;
		gap: 28px;
	}

	.page-heading__stat {
		padding: 0;
		border-left: 0;
	}

	.category-heading__grid,
	.contact-heading__grid {
		grid-template-columns: 1fr;
		align-items: flex-start;
		gap: 28px;
	}

	.category-commerce__layout,
	.category-editorial__grid,
	.help-faq-layout,
	.contact-layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.catalog-filter,
	.help-faq-layout > div:first-child {
		position: static;
	}

	.catalog-filter fieldset {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.document-layout {
		grid-template-columns: 1fr;
	}

	.document-toc {
		position: static;
		grid-template-columns: repeat(3, 1fr);
		gap: 0 18px;
	}

	.document-toc strong {
		grid-column: 1 / -1;
	}

	.ss-footer__grid {
		grid-template-columns: 1.4fr repeat(3, 1fr);
		gap: 28px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .ss-header {
		top: 46px;
	}
}

@media (max-width: 680px) {
	.ss-wrap,
	.ss-narrow {
		width: calc(100% - 32px);
	}

	.ss-topbar {
		min-height: 30px;
	}

	.ss-topbar__inner {
		justify-content: center;
	}

	.ss-topbar__links {
		display: none;
	}

	.ss-brand {
		min-width: 0;
	}

	.ss-brand__mark {
		width: 32px;
		height: 32px;
		border-width: 2px;
	}

	.ss-brand__name {
		font-size: 18px;
	}

	.ss-brand__sub {
		display: none;
	}

	.ss-action-icon,
	.ss-mobile-toggle {
		width: 38px;
		height: 38px;
	}

	.ss-search {
		grid-template-columns: minmax(0, 1fr) 46px;
	}

	.ss-search select {
		display: none;
	}

	.ss-nav__inner {
		grid-template-columns: 1fr;
	}

	.ss-nav__catalog {
		grid-column: auto;
	}

	.b-stage {
		padding: 16px 0 22px;
	}

	.b-promo-grid {
		gap: 10px;
	}

	.b-banner {
		min-height: 170px;
	}

	.b-banner:first-child {
		min-height: 300px;
	}

	.b-banner__content {
		padding: 18px;
	}

	.b-banner h1 {
		font-size: 29px;
	}

	.b-banner h2 {
		font-size: 17px;
	}

	.b-banner:not(.b-banner--main) p {
		display: none;
	}

	.category-rail {
		grid-auto-columns: 42%;
	}

	.a-category {
		min-height: 86px;
		padding: 12px;
	}

	.a-catalog-row {
		gap: 16px;
		padding: 22px 0 30px;
	}

	.a-catalog-row__intro {
		grid-template-columns: 44px 1fr auto;
		gap: 10px;
	}

	.a-catalog-row__icon {
		width: 44px;
		height: 44px;
	}

	.a-catalog-row__intro h2 {
		font-size: 20px;
	}

	.a-catalog-row__intro p,
	.a-catalog-row__intro .ss-button span {
		display: none;
	}

	.a-catalog-row__intro .ss-button {
		width: 40px;
		min-height: 40px;
		padding: 0;
	}

	.product-rail {
		grid-auto-columns: calc((100% - 12px) / 2.08);
		gap: 12px;
		margin-right: -16px;
		padding-right: 16px;
	}

	.rail-arrow {
		display: none;
	}

	.ss-product-card__visual {
		min-height: 142px;
	}

	.ss-product-card__visual > img {
		height: 142px;
	}

	.ss-product-card__placeholder {
		width: 86px;
		height: 86px;
		border-width: 4px;
	}

	.ss-product-card__placeholder svg {
		width: 38px;
		height: 38px;
	}

	.ss-product-card__body {
		padding: 4px 11px 11px;
	}

	.ss-product-card h3 {
		min-height: 38px;
		font-size: 12px;
	}

	.ss-product-card__materials {
		font-size: 9px;
	}

	.ss-price {
		font-size: 15px;
	}

	.b-benefits__grid {
		grid-template-columns: 1fr;
	}

	.page-heading,
	.category-heading,
	.document-heading,
	.contact-heading {
		padding: 24px 0 28px;
	}

	.page-breadcrumbs {
		margin-bottom: 18px;
	}

	.page-heading h1,
	.category-heading h1,
	.document-heading h1,
	.search-heading h1,
	.help-hero h1,
	.contact-heading h1 {
		font-size: 30px;
	}

	.page-heading__stat strong {
		font-size: 36px;
	}

	.catalog-directory {
		padding: 24px 0 38px;
	}

	.catalog-directory__grid,
	.help-topic-grid,
	.catalog-product-grid,
	.category-results ul.products,
	.category-material-list,
	.search-category-grid {
		grid-template-columns: 1fr;
	}

	.catalog-group__head {
		min-height: 0;
		padding: 18px;
	}

	.catalog-group__links a {
		min-height: 62px;
		padding-inline: 14px;
	}

	.catalog-support-band__inner {
		grid-template-columns: 50px 1fr;
		gap: 16px;
		padding: 28px 0;
	}

	.catalog-support-band__icon {
		width: 50px;
		height: 50px;
	}

	.catalog-support-band h2 {
		font-size: 21px;
	}

	.catalog-support-band .ss-button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.category-heading__facts div {
		grid-template-columns: 120px 1fr;
	}

	.category-commerce {
		padding: 22px 0 38px;
	}

	.catalog-filter fieldset {
		grid-template-columns: 1fr;
	}

	.listing-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

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

	.catalog-empty {
		min-height: 330px;
		padding: 34px 22px;
	}

	.category-editorial {
		padding: 38px 0;
	}

	.category-editorial h2,
	.help-faq-layout h2 {
		font-size: 25px;
	}

	.search-heading,
	.help-hero {
		padding: 24px 0 34px;
	}

	.search-page-form {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 4px;
	}

	.search-page-form .ss-button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.search-results {
		padding: 28px 0 44px;
	}

	.search-results__head {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 16px;
	}

	.search-results__head h2 {
		font-size: 22px;
	}

	.help-topics,
	.help-faq-section {
		padding: 34px 0 44px;
	}

	.help-section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.help-topic {
		min-height: 132px;
	}

	.help-contact__inner {
		align-items: stretch;
		flex-direction: column;
		padding: 26px 0;
	}

	.help-contact .ss-button {
		width: 100%;
	}

	.document-alert {
		padding: 14px;
	}

	.document-content {
		padding: 24px 0 44px;
	}

	.document-toc {
		grid-template-columns: 1fr;
	}

	.legal-copy {
		padding: 24px 20px;
	}

	.legal-copy__meta {
		flex-direction: column;
		gap: 5px;
	}

	.legal-copy section {
		padding: 23px 0;
	}

	.contact-heading__mark {
		width: 100%;
	}

	.contact-main {
		padding: 30px 0 44px;
	}

	.contact-form-panel {
		padding: 22px 18px;
	}

	.contact-form-preview fieldset {
		grid-template-columns: 1fr;
	}

	.contact-form-preview label,
	.contact-form-preview button {
		grid-column: 1;
	}

	.contact-help-band > .ss-narrow {
		align-items: flex-start;
		flex-direction: column;
		padding: 30px 0;
	}

	.contact-help-band h2 {
		font-size: 22px;
	}

	.contact-help-band .ss-button {
		width: 100%;
	}

	.ss-footer {
		padding-top: 34px;
	}

	.ss-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 28px 18px;
	}

	.ss-footer__brand {
		grid-column: 1 / -1;
	}

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

@media (max-width: 420px) {
	.ss-header__main {
		gap: 8px;
	}

	.ss-header__actions {
		gap: 6px;
	}

	.ss-brand__mark {
		width: 30px;
		height: 30px;
	}

	.ss-brand__name {
		font-size: 17px;
	}

	.ss-action-icon,
	.ss-mobile-toggle {
		width: 36px;
		height: 36px;
	}
}
