.hss-catalog {
	--hss-orange: #d63400;
	--hss-orange-dark: #ae2a00;
	--hss-ink: #0d101b;
	--hss-muted: #68707d;
	--hss-line: #e7e9ed;
	--hss-soft: #f6f7f9;
	--hss-white: #fff;
	--hss-shadow: 0 18px 45px rgba(13, 16, 27, 0.1);
	position: relative;
	width: 100%;
	color: var(--hss-ink);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.65;
}

.hss-product-hero {
	--hss-product-hero-orange: #d73502;
	position: relative;
	display: grid;
	box-sizing: border-box;
	width: 100%;
	min-height: 348px;
	place-items: center;
	padding: 100px 24px 120px;
	margin: 0 0 clamp(34px, 4vw, 58px);
	overflow: hidden;
	background-color: #080a14;
	background-image: linear-gradient(rgba(8, 10, 20, 0.7), rgba(8, 10, 20, 0.7)), var(--hss-product-hero-image, none);
	background-position: center 25%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	isolation: isolate;
}

.hss-product-hero *,
.hss-product-hero *::before,
.hss-product-hero *::after {
	box-sizing: border-box;
}

.hss-product-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	width: min(1150px, 100%);
	justify-items: center;
	text-align: center;
}

.hss-product-hero__title {
	max-width: 100%;
	padding: 0;
	margin: 0;
	color: #fff;
	font: inherit;
	font-size: clamp(2.35rem, 5vw, 3.4375rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.1;
	overflow-wrap: anywhere;
	text-align: center;
}

.hss-product-hero__breadcrumb {
	margin-block-start: 25px;
	color: #fff;
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
}

.hss-product-hero__breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.hss-product-hero__breadcrumb li {
	padding: 0;
	margin: 0;
	color: #fff;
}

.hss-product-hero__breadcrumb a {
	color: #fff !important;
	text-decoration: none !important;
}

.hss-product-hero__breadcrumb a:hover,
.hss-product-hero__breadcrumb a:focus-visible {
	color: #fff !important;
	text-decoration: underline !important;
	text-underline-offset: 4px;
}

.hss-product-hero__breadcrumb a:focus-visible {
	outline: 3px solid rgba(215, 53, 2, 0.55);
	outline-offset: 4px;
}

.hss-product-hero__separator {
	display: grid;
	place-items: center;
}

.hss-product-hero__separator svg {
	display: block;
	width: 14px;
	height: 14px;
	fill: var(--hss-product-hero-orange);
}

.hss-product-hero[dir="rtl"] .hss-product-hero__separator svg {
	transform: scaleX(-1);
}

.hss-product-hero__shape {
	position: absolute;
	z-index: 1;
	inset-inline: 0;
	inset-block-end: -1px;
	width: 100%;
	height: 70px;
	overflow: hidden;
	line-height: 0;
	pointer-events: none;
}

.hss-product-hero__shape svg {
	display: block;
	width: calc(100% + 1.3px);
	height: 100%;
}

.hss-product-hero__shape path {
	fill: #fff;
}

body.hss-product-hero-enabled .site-main > .page-header,
body.hss-product-hero-enabled .site-main > .entry-header,
body.hss-product-hero-enabled .site-main > article > .entry-header {
	display: none;
}

.hss-catalog-archive {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.hss-catalog-archive__body {
	width: min(1240px, 100%);
	box-sizing: border-box;
	padding-inline: clamp(16px, 4vw, 32px);
	padding-block-end: clamp(48px, 6vw, 92px);
	margin-inline: auto;
}

.hss-product-hero--archive {
	margin-block-end: clamp(26px, 3.4vw, 48px);
}

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

.hss-catalog button,
.hss-catalog input,
.hss-catalog select {
	font: inherit;
}

.hss-catalog__header {
	max-width: 760px;
	margin-block-end: clamp(28px, 4vw, 48px);
}

.hss-catalog__eyebrow,
.hss-product-modal__eyebrow {
	margin: 0 0 5px;
	color: var(--hss-orange);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1.4;
	text-transform: uppercase;
}

.hss-catalog__title {
	margin: 0;
	color: var(--hss-ink);
	font: inherit;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.hss-catalog__intro {
	max-width: 680px;
	margin-block-start: 14px;
	color: var(--hss-muted);
	font-size: 1.02rem;
}

.hss-catalog__intro > :first-child,
.hss-product-detail__copy > :first-child {
	margin-block-start: 0;
}

.hss-catalog__intro > :last-child,
.hss-product-detail__copy > :last-child {
	margin-block-end: 0;
}

.hss-catalog__filters {
	display: grid;
	grid-template-columns: minmax(220px, 1.6fr) minmax(180px, 0.8fr) auto auto;
	gap: 12px;
	align-items: center;
	padding: 14px;
	margin-block-end: 18px;
	border: 1px solid var(--hss-line);
	border-radius: 4px;
	background: var(--hss-white);
	box-shadow: 0 10px 32px rgba(13, 16, 27, 0.06);
}

.hss-catalog__field {
	position: relative;
}

.hss-catalog__field input,
.hss-catalog__field select {
	width: 100%;
	min-height: 48px;
	margin: 0;
	border: 1px solid #d9dce2;
	border-radius: 4px;
	outline: 0;
	background-color: var(--hss-white);
	color: var(--hss-ink);
	font-size: 0.94rem;
	line-height: 1.25;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.hss-catalog__field input {
	padding: 0 14px 0 44px;
}

.hss-catalog--rtl .hss-catalog__field input {
	padding: 0 44px 0 14px;
}

.hss-catalog__field select {
	padding-inline: 14px 38px;
	cursor: pointer;
}

.hss-catalog__field input:focus,
.hss-catalog__field select:focus {
	border-color: var(--hss-orange);
	box-shadow: 0 0 0 3px rgba(214, 52, 0, 0.13);
}

.hss-catalog__field-icon {
	position: absolute;
	z-index: 1;
	inset-block-start: 50%;
	inset-inline-start: 15px;
	display: grid;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	pointer-events: none;
}

.hss-catalog__field-icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: var(--hss-orange);
	stroke-linecap: round;
	stroke-width: 2;
}

.hss-catalog__submit,
.hss-catalog__reset {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	border: 1px solid var(--hss-orange);
	border-radius: 4px;
	background: var(--hss-orange);
	color: var(--hss-white) !important;
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.hss-catalog__submit:hover,
.hss-catalog__reset:hover {
	border-color: var(--hss-orange-dark);
	background: var(--hss-orange-dark);
	transform: translateY(-1px);
}

.hss-catalog__clear {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding-inline: 8px;
	color: var(--hss-muted) !important;
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.hss-catalog__status {
	min-height: 25px;
	margin-block-end: 16px;
	color: var(--hss-muted);
	font-size: 0.84rem;
	font-weight: 600;
}

.hss-catalog__grid {
	display: grid;
	grid-template-columns: repeat(var(--hss-columns, 3), minmax(0, 1fr));
	gap: clamp(18px, 2.4vw, 28px);
}

.hss-product-card {
	position: relative;
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--hss-line);
	border-radius: 4px;
	background: var(--hss-white);
	box-shadow: 0 8px 26px rgba(13, 16, 27, 0.06);
	transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.hss-product-card::after {
	position: absolute;
	inset-block-start: 0;
	inset-inline: 0;
	height: 4px;
	background: var(--hss-orange);
	content: "";
}

.hss-product-card:hover,
.hss-product-card:focus-within {
	border-color: rgba(214, 52, 0, 0.32);
	box-shadow: var(--hss-shadow);
	transform: translateY(-5px);
}

.hss-product-card__media {
	position: relative;
	display: grid;
	min-height: 210px;
	aspect-ratio: 4 / 3;
	place-items: center;
	overflow: hidden;
	background: linear-gradient(145deg, #f9f9fa, #eceef1);
}

.hss-product-card__image {
	display: block;
	width: 100%;
	height: 100% !important;
	margin: 0;
	object-fit: cover;
	transition: transform 450ms ease;
}

.hss-product-card:hover .hss-product-card__image {
	transform: scale(1.035);
}

.hss-product-card__placeholder,
.hss-product-modal__placeholder,
.hss-catalog__empty-icon {
	display: grid;
	width: 68px;
	height: 76px;
	place-items: center;
	color: rgba(214, 52, 0, 0.68);
}

.hss-product-card__placeholder svg,
.hss-product-modal__placeholder svg,
.hss-catalog__empty-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.hss-product-card__category {
	position: absolute;
	inset-block-start: 16px;
	inset-inline-start: 16px;
	max-width: calc(100% - 32px);
	padding: 6px 10px;
	overflow: hidden;
	border-radius: 5px;
	background: var(--hss-orange);
	box-shadow: 0 5px 15px rgba(214, 52, 0, 0.2);
	color: var(--hss-white);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.hss-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.hss-product-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	margin-block-end: 8px;
	color: var(--hss-orange);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	line-height: 1.35;
	text-transform: uppercase;
}

.hss-product-card__meta span + span::before {
	margin-inline-end: 12px;
	color: #c5c8cf;
	content: "/";
}

.hss-product-card__title {
	margin: 0;
	color: var(--hss-ink);
	font: inherit;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

.hss-product-card__excerpt {
	display: -webkit-box;
	margin: 11px 0 20px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: var(--hss-muted);
	font-size: 0.9rem;
	line-height: 1.65;
}

.hss-product-card__action {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 9px;
	margin-block-start: auto;
	color: var(--hss-orange) !important;
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none !important;
}

.hss-product-card__action svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	transition: transform 160ms ease;
}

.hss-product-card__action:hover svg {
	transform: translateX(3px);
}

.hss-catalog--rtl .hss-product-card__action svg {
	transform: scaleX(-1);
}

.hss-catalog--rtl .hss-product-card__action:hover svg {
	transform: scaleX(-1) translateX(3px);
}

.hss-catalog__empty {
	display: flex;
	min-height: 300px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 42px 20px;
	border: 1px dashed #d4d7dd;
	border-radius: 4px;
	background: var(--hss-soft);
	text-align: center;
}

.hss-catalog__empty h3 {
	margin: 14px 0 4px;
	color: var(--hss-ink);
	font: inherit;
	font-size: 1.25rem;
	font-weight: 800;
}

.hss-catalog__empty p {
	margin: 0 0 18px;
	color: var(--hss-muted);
}

.hss-catalog__pagination {
	margin-block-start: clamp(26px, 4vw, 44px);
}

.hss-catalog__pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.hss-catalog__pagination .page-numbers li {
	padding: 0;
	margin: 0;
}

.hss-catalog__pagination a.page-numbers,
.hss-catalog__pagination span.page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	padding: 0 10px;
	border: 1px solid var(--hss-line);
	border-radius: 4px;
	background: var(--hss-white);
	color: var(--hss-ink);
	font-size: 0.86rem;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
}

.hss-catalog__pagination a.page-numbers:hover,
.hss-catalog__pagination a.page-numbers:focus-visible,
.hss-catalog__pagination span.page-numbers.current {
	border-color: var(--hss-orange);
	background: var(--hss-orange);
	color: var(--hss-white);
}

.hss-catalog__sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.hss-product-modal[hidden] {
	display: none !important;
}

.hss-product-modal {
	--hss-orange: #d63400;
	--hss-orange-dark: #ae2a00;
	--hss-ink: #0d101b;
	--hss-muted: #68707d;
	--hss-line: #e7e9ed;
	--hss-soft: #f6f7f9;
	--hss-white: #fff;
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: clamp(14px, 3vw, 34px);
	overflow-y: auto;
	background: rgba(7, 9, 16, 0.84);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.65;
}

.hss-product-modal *,
.hss-product-modal *::before,
.hss-product-modal *::after {
	box-sizing: border-box;
}

.hss-product-modal__panel {
	position: relative;
	width: min(920px, 100%);
	max-height: calc(100vh - clamp(28px, 6vw, 68px));
	overflow-y: auto;
	border-radius: 5px;
	background: var(--hss-white);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
	color: var(--hss-ink);
	animation: hss-modal-in 180ms ease-out both;
	overscroll-behavior: contain;
}

.hss-product-modal__close {
	position: absolute;
	z-index: 3;
	inset-block-start: 14px;
	inset-inline-end: 14px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	background: var(--hss-ink);
	box-shadow: 0 5px 16px rgba(13, 16, 27, 0.22);
	color: var(--hss-white);
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease;
}

.hss-product-modal__close:hover {
	background: var(--hss-orange);
	transform: rotate(4deg);
}

.hss-product-modal__close svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2;
}

.hss-product-modal__hero {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
	min-height: 310px;
	background: var(--hss-ink);
}

.hss-product-modal__media {
	display: grid;
	min-height: 290px;
	place-items: center;
	overflow: hidden;
	background: linear-gradient(145deg, #f4f5f7, #e5e7eb);
}

.hss-product-modal__image {
	display: block;
	width: 100%;
	height: 100% !important;
	margin: 0;
	object-fit: cover;
}

.hss-product-modal__heading {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(32px, 5vw, 58px);
}

.hss-product-modal__heading h2 {
	margin: 0;
	color: var(--hss-white);
	font: inherit;
	font-size: clamp(1.75rem, 4vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

.hss-product-modal__identity {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 26px;
	margin: 25px 0 0;
}

.hss-product-modal__identity div {
	display: grid;
	gap: 2px;
}

.hss-product-modal__identity dt {
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.07em;
	line-height: 1.4;
	text-transform: uppercase;
}

.hss-product-modal__identity dd {
	margin: 0;
	color: var(--hss-white);
	font-size: 0.9rem;
	font-weight: 750;
}

.hss-product-modal__content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	padding: clamp(26px, 5vw, 50px);
	background: var(--hss-white);
}

.hss-product-detail {
	min-width: 0;
	padding: 22px;
	border: 1px solid var(--hss-line);
	border-radius: 4px;
	background: var(--hss-soft);
}

.hss-product-detail--wide {
	grid-column: 1 / -1;
}

.hss-product-detail h3 {
	position: relative;
	padding-inline-start: 15px;
	margin: 0 0 16px;
	color: var(--hss-ink);
	font: inherit;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
}

.hss-product-detail h3::before {
	position: absolute;
	inset-block: 3px;
	inset-inline-start: 0;
	width: 4px;
	border-radius: 4px;
	background: var(--hss-orange);
	content: "";
}

.hss-product-detail__copy {
	color: #555e6c;
	font-size: 0.93rem;
}

.hss-product-detail ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.hss-product-detail li {
	display: grid;
	grid-template-columns: 15px 1fr;
	gap: 8px;
	align-items: start;
	margin: 0;
	color: #4e5662;
	font-size: 0.88rem;
}

.hss-product-detail li > span {
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	margin-block-start: 5px;
	border-radius: 50%;
	background: rgba(214, 52, 0, 0.12);
}

.hss-product-detail li > span::after {
	position: absolute;
	inset-block-start: 3px;
	inset-inline-start: 5px;
	width: 4px;
	height: 7px;
	border: solid var(--hss-orange);
	border-width: 0 1.5px 1.5px 0;
	content: "";
	transform: rotate(45deg);
}

.hss-catalog--rtl .hss-product-detail li > span::after,
.hss-product-modal[dir="rtl"] .hss-product-detail li > span::after {
	inset-inline-start: 4px;
	transform: rotate(-45deg) scaleX(-1);
}

.hss-product-detail__table-wrap {
	overflow-x: auto;
}

.hss-product-detail table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	background: transparent;
	font-size: 0.88rem;
}

.hss-product-detail th,
.hss-product-detail td {
	padding: 11px 12px;
	border: 0;
	border-block-end: 1px solid #dfe2e7;
	background: transparent;
	color: #4e5662;
	text-align: start;
	vertical-align: top;
}

.hss-product-detail th {
	width: 36%;
	color: var(--hss-ink);
	font-weight: 750;
}

.hss-product-detail tr:last-child th,
.hss-product-detail tr:last-child td {
	border-block-end: 0;
}

.hss-catalog--single-details {
	margin-block-start: clamp(28px, 5vw, 48px);
}

.hss-single-product__overview {
	display: grid;
	grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(24px, 4vw, 46px);
	align-items: stretch;
	margin-block-end: clamp(24px, 4vw, 38px);
}

.hss-single-product__overview--no-image,
.hss-single-product__overview--image-only {
	grid-template-columns: minmax(0, 1fr);
}

.hss-single-product__media {
	display: grid;
	min-height: 340px;
	padding: clamp(18px, 3vw, 32px);
	margin: 0;
	place-items: center;
	overflow: hidden;
	border: 1px solid var(--hss-line);
	border-radius: 5px;
	background: linear-gradient(145deg, #fff, #f3f4f6);
	box-shadow: 0 16px 38px rgba(13, 16, 27, 0.08);
}

.hss-single-product__overview--image-only .hss-single-product__media {
	width: min(720px, 100%);
	box-sizing: border-box;
	margin-inline: auto;
}

.hss-single-product__image {
	display: block;
	width: 100%;
	height: auto !important;
	max-height: 520px;
	margin: 0;
	object-fit: contain;
}

.hss-single-product__summary {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
}

.hss-single-product__description {
	color: #4e5662;
}

.hss-single-product__description > :first-child {
	margin-block-start: 0;
}

.hss-single-product__description > :last-child {
	margin-block-end: 0;
}

.hss-single-product__identity {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 36px;
	padding: 20px 24px;
	margin: 0;
	border-block-start: 4px solid var(--hss-orange);
	border-radius: 4px;
	background: var(--hss-ink);
	color: var(--hss-white);
}

.hss-single-product__identity div {
	display: grid;
	gap: 3px;
}

.hss-single-product__identity dt {
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hss-single-product__identity dd {
	margin: 0;
	font-weight: 800;
}

.hss-single-product__details {
	padding: 22px 0 0;
	background: transparent;
}

body.hss-product-modal-open {
	overflow: hidden;
}

.hss-catalog a:focus-visible,
.hss-catalog button:focus-visible,
.hss-product-modal button:focus-visible {
	outline: 3px solid rgba(214, 52, 0, 0.38);
	outline-offset: 3px;
}

@keyframes hss-modal-in {
	from {
		opacity: 0;
		transform: translateY(12px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (max-width: 1024px) {
	.hss-catalog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hss-catalog--columns-1 .hss-catalog__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.hss-catalog__filters {
		grid-template-columns: 1fr 1fr auto;
	}

	.hss-catalog__clear {
		grid-column: 1 / -1;
		justify-content: flex-start;
		min-height: 24px;
	}
}

@media (max-width: 700px) {
	.hss-product-hero {
		min-height: 280px;
		padding: 72px 18px 92px;
		background-position: center center;
	}

	.hss-product-hero__title {
		font-size: clamp(2rem, 10vw, 2.7rem);
	}

	.hss-product-hero__breadcrumb {
		margin-block-start: 18px;
		font-size: 16px;
	}

	.hss-product-hero__shape {
		height: 46px;
	}

	.hss-catalog {
		font-size: 15px;
	}

	.hss-catalog__filters,
	.hss-catalog__grid,
	.hss-product-modal__hero,
	.hss-product-modal__content {
		grid-template-columns: minmax(0, 1fr);
	}

	.hss-catalog__submit {
		width: 100%;
	}

	.hss-product-card__media {
		min-height: 190px;
	}

	.hss-product-modal {
		padding: 10px;
	}

	.hss-product-modal__panel {
		max-height: calc(100vh - 20px);
		border-radius: 5px;
	}

	.hss-product-modal__hero {
		min-height: 0;
	}

	.hss-product-modal__media {
		min-height: 210px;
		max-height: 270px;
	}

	.hss-product-modal__heading {
		padding: 28px 24px 32px;
	}

	.hss-product-modal__content {
		gap: 14px;
		padding: 20px 16px;
	}

	.hss-product-detail--wide {
		grid-column: auto;
	}

	.hss-product-detail {
		padding: 18px;
	}

	.hss-single-product__overview {
		grid-template-columns: minmax(0, 1fr);
	}

	.hss-single-product__media {
		min-height: 260px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hss-catalog *,
	.hss-catalog *::before,
	.hss-catalog *::after,
	.hss-product-modal *,
	.hss-product-modal *::before,
	.hss-product-modal *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
