.csm-products-page {
	background: #fff;
	color: #111;
	font-family: inherit;
}

.csm-products-container {
	max-width: 1380px;
	margin: 0 auto;
	padding: 48px 24px 72px;
}

.csm-products-breadcrumbs {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 70px;
	color: #6d6d6d;
	font-size: 15px;
}

.csm-products-breadcrumbs a {
	color: #6d6d6d;
	text-decoration: none;
}

.csm-products-breadcrumbs span:last-child {
	color: #ef7f1a;
	text-decoration: none;
}

.csm-products-layout {
	display: grid;
	grid-template-columns: 268px minmax(0, 1fr);
    gap: 63px;
    align-items: start;
}

.csm-products-menu h2 {
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 10px;
	color: #014569;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.1;
}

.csm-products-menu h2::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	background: #ef7f1a;
	content: "";
}

.csm-products-menu__list,
.csm-products-menu__children {
	margin: 0;
	padding: 0;
	list-style: none;
}

.csm-products-menu__item {
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.csm-products-menu__row {
	display: flex;
	min-height: 40px;
	align-items: center;
	justify-content: space-between;
	padding:10px 0px;
}

.csm-products-menu__row > a {
	flex: 1;
	color: #111;
	text-decoration: none;
}

.csm-products-menu__toggle {
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: flex-end;
	border: 0;
	background: transparent;
	color: #111;
	cursor: pointer;
	font: inherit;
	font-weight: 900;
}

.csm-products-menu__item.is-active > .csm-products-menu__row > a,
.csm-products-menu__children .is-active a {
	color: #ef7f1a;
}

.csm-products-menu__children {
	padding: 0 0 10px 18px;
	font-size: 14px;
	font-weight: 500;
}

.csm-products-menu__children .csm-products-menu__item {
	border-bottom: 0;
	font-size: 16px;
	font-weight: 500;
}

.csm-products-menu__children .csm-products-menu__row {
	min-height: 28px;
}

.csm-products-menu__children .csm-products-menu__children {
	padding-left: 18px;
	font-size: 14px;
}

.csm-products-menu__children .csm-products-menu__row > a {
	position: relative;
	color: #111;
	text-decoration: none;
}

.csm-products-menu__children .csm-products-menu__row > a::before {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 8px;
	border-radius: 50%;
	background: #ef7f1a;
	vertical-align: 2px;
	content: "";
}

.csm-products-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px 18px;
}

.csm-product-category-card {
	position: relative;
	display: flex;
	aspect-ratio: 1 / 1;
	min-height: 0;
	align-items: flex-end;
	overflow: hidden;
	padding: 24px 30px;
	background-color: #014569;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-decoration: none;
}

.csm-product-category-card::before {
	position: absolute;
	inset: 0;
	background: rgba(1, 69, 105, 0.72);
	content: "";
	transition: background 0.2s ease;
}

.csm-product-category-card--featured {
	grid-column: span 2;
	aspect-ratio: 2.08 / 1;
}

.csm-product-category-card--featured::before {
	background: rgba(239, 127, 26, 0.78);
}

.csm-product-category-card:hover::before,
.csm-product-category-card:focus::before {
	background: rgba(1, 69, 105, 0.58);
}

.csm-product-category-card--featured:hover::before,
.csm-product-category-card--featured:focus::before {
	background: rgba(239, 127, 26, 0.68);
}

.csm-product-category-card span {
	position: relative;
	z-index: 1;
	max-width: 190px;
	color: #fff;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.12;
}

.csm-products-empty,
.csm-product-list-placeholder {
	margin: 0;
	padding: 24px;
	background: #f7f7f7;
	color: #333;
	font-size: 16px;
}

.csm-products-tax-header h1 {
	margin: 0 0 16px;
	color: #014569;
	font-size: 42px;
	line-height: 1.1;
}

.csm-products-tax-header__title {
	display: flex;
	gap: 24px;
	align-items: baseline;
	justify-content: space-between;
}

.csm-product-filters__reset {
	flex-shrink: 0;
	color: #ef7f1a;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.csm-product-filters__reset:hover,
.csm-product-filters__reset:focus {
	color: #014569;
}

.csm-products-listing-content {
	color: #333;
	font-size: 16px;
	line-height: 1.65;
}

.csm-products-listing-content--before {
	margin: 0 0 38px;
}

.csm-products-listing-content--after {
	margin: 34px 0 0;
}

.csm-products-listing-content > :first-child {
	margin-top: 0;
}

.csm-products-listing-content > :last-child {
	margin-bottom: 0;
}

.csm-products-tax-description {
	margin-bottom: 28px;
	font-size: 17px;
	line-height: 1.6;
}

.csm-products-tax-description p {
	margin: 0 0 22px;
}

.csm-product-filters {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0;
	margin: 0 0 22px;
	padding: 22px 28px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.csm-product-filter {
	padding: 0 28px;
	border-left: 1px solid #eee;
}

.csm-product-filter:first-child {
	padding-left: 0;
	border-left: 0;
}

.csm-product-filter label {
	display: block;
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: 800;
}

.csm-product-filter select{
	padding: 9px;
    font-weight: 600;
	height: auto;
	width: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background: #fff;
	font-size: 11px;
}

.csm-product-filter input[type="number"] {
	width: 100%;
	height: 26px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background: #fff;
	font-size: 11px;
}

.csm-product-price-range {
	position: relative;
	height: 18px;
	margin: 2px 5px 12px;
	--min-percent: 0%;
	--max-percent: 100%;
}

.csm-product-price-range::before,
.csm-product-price-range::after {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 3px;
	border-radius: 999px;
	transform: translateY(-50%);
	content: "";
}

.csm-product-price-range::before {
	background: #dfe6ea;
}

.csm-product-price-range::after {
	right: calc(100% - var(--max-percent));
	left: var(--min-percent);
	background: transparent;
}

.csm-product-price-range input {
	position: absolute;
	top: 27%;
	left: 0;
	z-index: 1;
	width: 100%;
	margin: 0;
	background: transparent;
	appearance: none;
	pointer-events: none;
	transform: translateY(-50%);
}

.csm-product-price-range input::-webkit-slider-thumb {
	width: 13px;
	height: 13px;
	border: 0;
	border-radius: 50%;
	background: #006ca6;
	appearance: none;
	cursor: pointer;
	pointer-events: auto;
}

.csm-product-price-range input::-moz-range-thumb {
	width: 13px;
	height: 13px;
	border: 0;
	border-radius: 50%;
	background: #006ca6;
	cursor: pointer;
	pointer-events: auto;
}

.csm-product-price-range input::-webkit-slider-runnable-track {
	height: 3px;
	background: transparent;
}

.csm-product-price-range input::-moz-range-track {
	height: 3px;
	background: transparent;
}

.csm-product-price-range input.is-active {
	z-index: 2;
}

.csm-product-price-inputs {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 10px;
	align-items: center;
	margin-top: 0;
}

.csm-product-price-inputs span {
	color: #777;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.csm-product-filter--price input[type="number"] {
	padding: 0 8px;
	text-align: right;
}

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

.csm-product-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	padding: 18px;
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.csm-product-card__image {
	display: flex;
	height: 170px;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.csm-product-card__image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.csm-product-card h2 {
	margin: 0 0 8px;
	font-size: 17px;
	line-height: 1.25;
}

.csm-product-card h2 a {
	color: #111;
	text-decoration: none;
}

.csm-product-card__producer {
	margin-bottom: 18px;
	color: #9b9b9b;
	font-size: 12px;
	text-transform: uppercase;
}

.csm-product-card__price {
	display: flex;
	gap: 10px;
	align-items: baseline;
	margin-top: auto;
	font-size: 16px;
}

.csm-product-card__price del {
	color: #555;
	font-size: 11px;
}

.csm-product-card__refund {
	margin-top: 8px;
	color: #194865;
	font-weight: 700;
	background: linear-gradient(180deg,rgba(143, 210, 255, 0.171) 0%, rgba(132, 198, 255, 0.106) 100%);
	border:1px solid #e3e3e3;
	padding:5px;
	text-align: center;
	font-size: 12px;
	font-weight: 900;
	border-radius: 4px;
}

.csm-product-card__button {
	display: flex;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	border-radius: 6px;
	background: #ef7f1a;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.csm-product-pagination {
	display: flex;
	gap: 8px;
	margin-top: 34px;
}

.csm-product-pagination a {
	display: inline-flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #111;
	text-decoration: none;
}

.csm-product-pagination a.is-active {
	border-color: #ef7f1a;
	background: #ef7f1a;
	color: #fff;
}

.csm-products-listing.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.csm-product-hero {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	padding: 62px 24px 82px;
	background: #07679b;
	color: #fff;
	text-align: center;
}

.csm-product-hero::after {
	position: absolute;
	right: -5%;
	bottom: -44px;
	left: -5%;
	height: 76px;
	border-radius: 50% 50% 0 0 / 50% 50% 0 0;
	background: #fff;
	content: "";
	transform: rotate(-1deg);
}

.csm-product-hero h1 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #fff;
	font-size: 31px;
	font-weight: 800;
	line-height: 1.2;
}

.csm-single-product .csm-products-container {
	padding-top: 30px;
}

.csm-single-product .csm-products-breadcrumbs {
	margin-bottom: 52px;
}

.csm-single-layout {
	grid-template-columns: 270px minmax(0, 1fr);
	gap: 54px;
}

.csm-single-content {
	min-width: 0;
}

.csm-product-overview {
	display: grid;
	grid-template-columns: minmax(290px, 1fr) minmax(300px, 1.08fr);
	gap: 20px;
	margin-bottom: 42px;
}

.csm-product-gallery__main,
.csm-product-summary,
.csm-product-description {
	border: 1px solid #e5e7e8;
	border-radius: 9px;
	background: #fff;
}

.csm-product-gallery__main {
	position: relative;
	display: flex;
	height: 360px;
	align-items: center;
	justify-content: center;
	color: #777;
}

.csm-product-gallery__main > span {
	padding: 30px;
}

.csm-product-gallery__open {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 30px;
	border: 0;
	border-radius: inherit;
	background: transparent;
	cursor: zoom-in;
}

.csm-product-gallery__main img,
.csm-product-gallery__modal-image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.csm-product-gallery__expand-icon {
	position: absolute;
	top: 18px;
	right: 18px;
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border: 1px solid #eef0f2;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 3px 11px rgba(0, 0, 0, 0.1);
}

.csm-product-gallery__expand-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: #111;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.5;
}

.csm-product-gallery__slider {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
	gap: 10px;
	align-items: center;
	margin-top: 14px;
}

.csm-product-gallery__viewport {
	overflow: hidden;
}

.csm-product-gallery__thumbs {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 1px;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
}

.csm-product-gallery__thumbs::-webkit-scrollbar {
	display: none;
}

.csm-product-gallery__arrow {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: #111;
	cursor: pointer;
}

.csm-product-gallery__arrow span {
	font-size: 42px;
	font-weight: 300;
	line-height: 1;
}

.csm-product-gallery__arrow:hover,
.csm-product-gallery__arrow:focus-visible {
	color: #ef7f1a;
}

.csm-product-gallery__thumb {
	display: flex;
	flex: 0 0 calc((100% - 20px) / 3);
	height: 92px;
	align-items: center;
	justify-content: center;
	padding: 8px;
	border: 1px solid #e5e7e8;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	scroll-snap-align: center;
	transition: border-color 0.2s ease;
}

.csm-product-gallery__thumb.is-active {
	border: 2px solid #ef7f1a;
}

.csm-product-gallery__thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.csm-gallery-modal-open {
	overflow: hidden;
}

.csm-product-gallery__modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 34px;
}

.csm-product-gallery__modal[hidden] {
	display: none;
}

.csm-product-gallery__modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.76);
}

.csm-product-gallery__modal-dialog {
	position: relative;
	z-index: 1;
	display: flex;
	width: min(1120px, 100%);
	height: min(86vh, 900px);
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #fff;
}

.csm-product-gallery__modal-image {
	width: calc(100% - 150px);
	height: calc(100% - 54px);
}

.csm-product-gallery__modal-close {
	position: absolute;
	top: 14px;
	right: 18px;
	z-index: 1;
	border: 0;
	background: transparent;
	color: #111;
	cursor: pointer;
	font-size: 38px;
	font-weight: 300;
	line-height: 1;
}

.csm-product-gallery__modal-arrow {
	position: absolute;
	top: 50%;
	display: inline-flex;
	width: 54px;
	height: 54px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
	color: #111;
	cursor: pointer;
	font-size: 48px;
	font-weight: 300;
	line-height: 1;
	transform: translateY(-50%);
}

.csm-product-gallery__modal-arrow--previous {
	left: 18px;
}

.csm-product-gallery__modal-arrow--next {
	right: 18px;
}

.csm-product-summary {
	padding: 25px 24px 20px;
}

.csm-product-summary h2 {
	margin: 0 0 25px;
	color: #272727;
	font-size: 29px;
	font-weight: 800;
	line-height: 1.08;
}

.csm-product-summary__meta {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e7e8;
	font-size: 13px;
}

.csm-product-summary__meta div {
	display: flex;
	gap: 12px;
	margin: 5px 0;
}

.csm-product-summary__meta dt {
	min-width: 112px;
	color: #333;
	font-weight: 400;
}

.csm-product-summary__meta dd {
	margin: 0;
	color: #006ca6;
	font-weight: 700;
}

.csm-product-summary__price {
	display: flex;
	gap: 12px;
	align-items: baseline;
	margin-bottom: 10px;
	color: #7c7c7c;
	font-size: 13px;
}

.csm-product-summary__price strong {
	color: #006ca6;
	font-size: 25px;
}

.csm-product-summary__price del {
	color: #7c7c7c;
}

.csm-product-summary__refund {
	gap: 10px;
	align-items: baseline;
	color: #2C2C2C;
	margin-bottom: 16px;
	padding: 13px 15px;
	border-radius: 6px;
	background: #f0f8fc;
	font-size: 12px;
}

.csm-product-summary__refund > span {
	display: block;
	font-weight: 500;
}

.csm-product-summary__refund strong {
	color: #ef7f1a;
	font-size: 22px;
	font-weight: 800;
}

.csm-product-summary__refund-info {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #172348;
	color: #fff;
	cursor: help;
	font: 700 12px/1 Arial, sans-serif;
	vertical-align: 3px;
}

.csm-product-summary__refund-info:focus-visible {
	outline: 2px solid #006ca6;
	outline-offset: 2px;
}

.csm-product-summary__refund-tooltip {
	position: absolute;
	right: -12px;
	bottom: calc(100% + 10px);
	z-index: 2;
	width: min(280px, calc(100vw - 48px));
	padding: 10px 12px;
	border-radius: 6px;
	background: #172348;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	transform: translateY(4px);
	transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
}

.csm-product-summary__refund-tooltip::after {
	position: absolute;
	right: 16px;
	top: 100%;
	border: 6px solid transparent;
	border-top-color: #172348;
	content: "";
}

.csm-product-summary__refund-info:hover .csm-product-summary__refund-tooltip,
.csm-product-summary__refund-info:focus .csm-product-summary__refund-tooltip {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.csm-product-summary__notice {
	margin: 0;
	padding: 14px 14px 14px 43px;
	border: 1px solid #e9e9e9;
	border-radius: 6px;
	color: #777;
	display: flex;
    align-items: center;
	font-size: 12px;
	line-height: 1.4;
}

.csm-product-summary__notice::before {
	display: inline-block;
    width: 29px;
    height: 22px;
	margin: 0 10px 0 -29px;
	border-radius: 50%;
	background-image: url(../images/shield.svg);
	color: #fff;
	content: "";
	font-weight: 700;
	background-size: contain;
	line-height: 21px;
	text-align: center;
	background-repeat: no-repeat;
    background-position: center;
}

.csm-product-description {
	margin-bottom: 32px;
	padding: 30px 28px;
	color: #222;
	font-size: 15px;
	line-height: 1.65;
}

.csm-product-description h2,
.csm-related-products h2 {
	margin: 0 0 23px;
	color: #252525;
	font-size: 21px;
	font-weight: 800;
}

.csm-product-description h3 {
	margin: 28px 0 14px;
	font-size: 17px;
}

.csm-product-rich-text {
	margin-bottom: 26px;
}

.csm-product-rich-text > :first-child {
	margin-top: 0;
}

.csm-product-rich-text > :last-child {
	margin-bottom: 0;
}

.csm-product-video {
	position: relative;
	overflow: hidden;
	margin: 28px 0;
	border-radius: 8px;
	padding-top: 56.25%;
	background: #eee;
}

.csm-product-video iframe,
.csm-product-video video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.csm-product-downloads {
	margin-top: 28px;
	padding: 18px 20px;
	border: 1px solid #dceaf1;
	border-radius: 6px;
	background: #f4fafc;
}

.csm-product-downloads h3 {
	margin: 0 0 12px;
}

.csm-product-downloads ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.csm-product-downloads li + li {
	margin-top: 8px;
}

.csm-product-downloads a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #142a43;
	font-weight: 600;
	text-decoration: none;
}

.csm-product-downloads a::before {
	display: inline-flex;
	width: 23px;
	height: 23px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #142a43;
	color: #fff;
	content: "\2193";
}

.csm-related-products {
	margin-top: 26px;
}

.csm-related-products .csm-product-cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.csm-related-products .csm-product-card {
	padding: 15px;
}

.csm-related-products .csm-product-card__image {
	height: 142px;
}

@media (max-width: 1180px) {
	.csm-products-layout {
		gap: 48px;
		grid-template-columns: 260px minmax(0, 1fr);
	}

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

	.csm-product-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 22px;
	}

	.csm-product-filter:nth-child(3) {
		padding-left: 0;
		border-left: 0;
	}

	.csm-product-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.csm-single-layout {
		gap: 34px;
		grid-template-columns: 240px minmax(0, 1fr);
	}

	.csm-product-overview {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 860px) {
	.csm-products-container {
		padding: 24px 18px 48px;
	}

	.csm-products-breadcrumbs {
		margin-bottom: 36px;
	}

	.csm-products-layout {
		display: block;
	}

	.csm-products-menu {
		margin-bottom: 36px;
	}

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

	.csm-product-filters,
	.csm-product-cards {
		grid-template-columns: 1fr;
	}

	.csm-product-filter {
		padding: 18px 0 0;
		border-top: 1px solid #eee;
		border-left: 0;
	}

	.csm-product-filter:first-child {
		padding-top: 0;
		border-top: 0;
	}

	.csm-product-hero {
		padding: 42px 18px 62px;
	}

	.csm-product-hero h1 {
		font-size: 25px;
	}

	.csm-product-gallery__main {
		height: 300px;
	}

	.csm-product-gallery__expand-icon {
		top: 12px;
		right: 12px;
		width: 44px;
		height: 44px;
	}

	.csm-product-gallery__modal {
		padding: 16px;
	}

	.csm-product-gallery__modal-image {
		width: calc(100% - 70px);
		height: calc(100% - 66px);
	}

	.csm-product-gallery__modal-arrow {
		width: 42px;
		height: 42px;
		font-size: 38px;
	}

	.csm-product-gallery__modal-arrow--previous {
		left: 8px;
	}

	.csm-product-gallery__modal-arrow--next {
		right: 8px;
	}

	.csm-related-products .csm-product-cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.csm-products-grid {
		grid-template-columns: 1fr;
	}

	.csm-product-category-card,
	.csm-product-category-card--featured {
		grid-column: auto;
		aspect-ratio: 1.35 / 1;
	}
}
