h1 {
	clear: both;
}

.p-name {
	height: auto !important;
	min-height: 70px;
}

.product {
	margin-bottom: 0.25rem;
}

.large-block-grid-3 > li:nth-of-type(1n),
.small-block-grid-1 > li:nth-of-type(1n),
.small-block-grid-1 > li:nth-of-type(1n+1),
.small-block-grid-1 > li:nth-last-of-type(-n+1),
.large-block-grid-3 > li:nth-of-type(3n+1),
.large-block-grid-3 > li:nth-last-of-type(-n+3) {
	clear: none !important;
}

@media only screen and (max-width: 990px) {
	.catListDetail {
		width: 100%;
		min-height: 440px;
		margin: 2% 0;
		float: left;
		border: 1px solid #248ecc;
	}

	.catListDetail a {
		color: black;
		text-transform: none;
		text-decoration: none;
	}
}

@media only screen and (min-width: 990px) {
	.catListDetail {
		position: relative;
		width: 18%;
		min-height: 480px;
		margin: 1%;
		float: left;
		border: 1px solid #248ecc;
	}
}

@media only screen and (min-width: 990px) {
	.type-category .catListDetail {
		position: relative;
		width: 31%;
		min-height: 350px;
		margin: 1%;
		float: left;
		border: 1px solid #248ecc;
	}
}

.catListDetail p,
.catListDetail h3 {
	padding: 0 10px;
}

.catListDetail h3 {
	min-height: 90px;
	margin-top: 20px;
	padding: 0 10px;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
}

.catListDetail p {
	min-height: 80px;
	margin: 0 !important;
	padding: 0 10px;
	line-height: 1.2rem;
}

.catListDetail .detailButton a {
	color: #fff !important;
}

.catListDetail .detailButton {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	visibility: hidden;
	background: #248ecc;
	color: #fff;
	text-align: center;
}

.catListDetail:hover .detailButton {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	visibility: visible;
	background: #248ecc;
	color: #fff;
	text-align: center;
}

@media only screen and (max-width: 990px) {
	.catListDetail .imageDetail img {
		display: block;
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
	}

	.in-test .catListDetail {
		width: 100%;
		min-height: 300px;
		margin: 1%;
		float: left;
		border: 1px solid #248ecc;
	}

	.catListDetail .imageDetail {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
}

.catListDetail .imageDetail img {
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#category-tabs {
	display: none;
}

#top-links {
	display: none;
}

@media only screen and (min-width: 64.063em) {
	.large-block-grid-3 > li {
		width: 50%;
		list-style: none;
	}
}

@media only screen and (min-width: 64.063em) {
	.id-1 .large-3 {
		display: none;
	}

	.id-1 .large-9 {
		width: 100% !important;
	}
}

.b-cart-variants.button.success,
.add-to-cart-button.button.success {
	background-color: #009901;
	border-color: #009901;
}

#column-l-in > div > div a {
	font-weight: bold;
}

.categories .topic:hover a,
.categories .topic:hover,
.categories.expanded .topic:hover,
.categories .topic a:hover,
.categories.expanded .topic,
#column-l-in #categories .categories.expanded .topic a,
#column-r #categories .categories.expanded .topic a {
	background-color: #398fcd;
}

.product > .p-image {
	margin-right: -15px;
	margin-left: -15px;
	padding-top: 20px;
}

.product > .p-image a {
	display: inline-block;
	max-width: 33.33%;
	padding-right: 15px;
	padding-left: 15px;
}

#tr-links {
	display: none;
}

.product-variants {
	margin-top: 2rem;
}

.cell-price-final-value {
	width: auto;
}

.cell-price-final-value > .button-cart-wrap {
	width: 97px;
	border-color: #009901;
}

.cell-price-final-value > .button-cart-wrap > input {
	padding: 0.69rem 1rem;
	border-width: 1px;
	line-height: 13px;
	vertical-align: middle;
}

.cell-price-final-value > .field-pieces-wrap {
	width: 56px;
	margin-right: 0.3rem;
}

.p-info #product-detail .cell-price-final-value > .field-pieces-wrap > input {
	width: 3.5rem;
	height: 2.313rem;
	padding: 0 0.25rem;
}

.page-category .p-detail {
	min-height: 50px;
}

.page-category #content-in ul li,
.page-category #content-in ol li {
	padding: 1rem !important;
}

.imageDetail {
	min-height: 220px;
}

.catListDetail p {
	min-height: 120px;
}

@media only screen and (max-width: 768px) {
	.id-1 .list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 1rem;
	}

	.id-1 .list .list__detail {
		padding: 2rem;
		border: 2px solid #dadada;
		text-align: center;
		cursor: pointer;
	}

	.id-1 .list .list__detail:hover {
		padding: 2rem;
		border: 2px solid #398fcd;
		text-align: center;
		cursor: pointer;
	}

	.id-1 .list .list__detail:hover h2,
	.id-1 .list .list__detail:hover h2:hover {
		color: #398fcd;
		text-decoration: underline;
	}

	.id-1 .list .list__detail h2 {
		display: block;
		min-height: 80px;
		margin: 2rem 0 0;
		font-size: 18px;
		font-weight: bold;
	}
}

@media only screen and (min-width: 768px) {
	.id-1 .list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 1rem;
	}

	.id-1 .list .list__detail {
		padding: 2rem;
		border: 2px solid #dadada;
		text-align: center;
		cursor: pointer;
	}

	.id-1 .list .list__detail picture {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 220px;
		flex-wrap: wrap;
	}

	.id-1 .list .list__detail:hover {
		padding: 2rem;
		border: 2px solid #398fcd;
		text-align: center;
		cursor: pointer;
	}

	.id-1 .list .list__detail:hover h2,
	.id-1 .list .list__detail:hover h2:hover {
		color: #398fcd;
		text-decoration: underline;
	}

	.id-1 .list .list__detail h2 {
		display: block;
		min-height: 80px;
		margin: 2rem 0 0;
		font-size: 18px;
		font-weight: bold;
	}
}

.list__detail {
	position: relative;
}

.list__detail > a {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-kat .home-kat__detail a.imageKat {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	min-height: 220px;
	max-height: 220px;
	height: 220px;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.home-kat .home-kat__detail h2 {
	display: block;
	max-width: 80%;
	min-height: 80px;
	margin: 0 10% 2rem;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.home-kat {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.home-kat .home-kat__detail {
		border: 1px solid #248ecc;
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home-kat {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
	}

	.home-kat .home-kat__detail {
		border: 1px solid #248ecc;
		text-align: center;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1441px) {
	.home-kat {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 1rem;
	}

	.home-kat .home-kat__detail {
		border: 1px solid #248ecc;
		text-align: center;
	}
}

@media only screen and (min-width: 1441px) {
	.home-kat {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 1rem;
	}

	.home-kat .home-kat__detail {
		border: 1px solid #248ecc;
		text-align: center;
	}
}

.so-category-list {
	margin: 40px 0;
}

.so-category-section {
	margin-bottom: 56px;
}

.so-category-section:last-child {
	margin-bottom: 0;
}

.so-category-section__head {
	margin-bottom: 22px;
	text-align: left;
}

.so-category-section__head h2 {
	margin: 0;
	color: #111;
	font-size: clamp(24px, 3vw, 40px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.015em;
}

.so-category-section__eyebrow {
	display: inline-flex;
	margin-bottom: 8px;
	color: #efc400;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}

.so-category-section__count {
	display: inline-flex;
	margin-top: 10px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #f6f6f6;
	color: #777;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

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

.so-category-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #ececec;
	border-radius: 5px;
	background: #fff;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		border-color 0.25s ease;
}

.so-category-card:hover {
	transform: translateY(-3px);
	border-color: #efc400;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.so-category-card:hover .so-category-card__image img {
	transform: scale(1.05);
}

.so-category-card:hover .so-category-card__content strong {
	color: #111;
}

.so-category-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none !important;
}

.so-category-card__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	aspect-ratio: 1 / 0.72;
	padding: 18px;
	background: linear-gradient(180deg, #fafafa 0%, #f4f4f4 100%);
}

.so-category-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
	transition: transform 0.35s ease;
}

.so-category-card__image.is-missing-image {
	background: #f5f5f5;
}

.so-category-card__image.is-missing-image span {
	color: #999;
	font-size: 13px;
	font-weight: 700;
}

.so-category-card__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 132px;
	padding: 18px 18px 20px;
}

.so-category-card__content strong {
	color: #171717;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.015em;
	transition: color 0.25s ease;
}

.so-category-card__content span {
	color: #666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
}

@media only screen and (max-width: 1199px) {
	.so-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 767px) {
	.so-category-list {
		margin: 28px 0;
	}

	.so-category-section {
		margin-bottom: 42px;
	}

	.so-category-section__head {
		margin-bottom: 16px;
	}

	.so-category-section__head h2 {
		font-size: clamp(24px, 7vw, 34px);
	}

	.so-category-section__eyebrow {
		font-size: 14px;
	}

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

	.so-category-card {
		border-radius: 5px;
	}

	.so-category-card__image {
		aspect-ratio: 1 / 0.8;
		padding: 12px;
	}

	.so-category-card__content {
		min-height: 124px;
		padding: 14px;
	}

	.so-category-card__content strong {
		font-size: 16px;
	}

	.so-category-card__content span {
		font-size: 13px;
	}
}

@media only screen and (max-width: 420px) {
	.so-category-grid {
		grid-template-columns: 1fr;
	}

	.so-category-card__link {
		flex-direction: row;
		align-items: stretch;
	}

	.so-category-card__image {
		width: 38%;
		min-width: 120px;
		aspect-ratio: auto;
	}

	.so-category-card__content {
		flex: 1;
		justify-content: center;
		min-height: auto;
	}
}