

/* Start:/local/components/custom/catalog.element/templates/.default/style.css?175153412722466*/
@charset "UTF-8";

.loading {
	position: relative;
	overflow: hidden;
}
.loading:not(.lazyloaded) {
	width: 100%;
	background: #e3e1e2;
}
.image.loading:not(.lazyloaded) {
	height: 0;
	padding: 66.67% 0;
}
.image.loading:not(.lazyloaded) > *, .swiper:not(.swiper-initialized) #explain {
	position: absolute !important;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.kit_img, .detail-add.to-cart .hide, .basket_kit {
	display: none;
}
.basket_kit {
	width: 100%;
	margin: 10px 0 0;
	padding: 5px 10px;
	text-align: center;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
/*.lazyloaded > * {
	position: relative !important;
	opacity: 1 !important;
	visibility: visible !important;
}*/
.detail-add.to-cart .disabled {
	pointer-events: none;
	font-size: 0 !important;
}
.loading:not(.lazyloaded):after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg, #e3e1e2, #fff, #e3e1e2);
	transform: translateX(-100%);
	animation-name: react-loading-skeleton;
	animation-direction: normal;
	animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
@keyframes react-loading-skeleton {
	to {
		transform: translateX(100%)
	}
}
.catalog-item-info .loading {
	margin: 5px 0 0;
	height: 30px;
}
.container.recommend {
	max-width: 1140px !important;
}
h1 {
	margin: 0;
	padding: 0;
}
.block h3 {
	margin-bottom: 0;
	color: var(--black);
	font-weight: bold;
	text-transform: uppercase;
}
.detail-wrap {
	margin-top: 20px;
}
.notallowed {
	display: none !important;
}
.wrap_size_table,
.charts, .chart_ {
	display: none;
}
.productcode {
	color: var(--gray);
}
.modelsize {
	list-style: none;
	width: 200px;
}
.modelsize li {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}
.detail-product div.item-info.item-details {
	position: relative;
}
.detail-product .detail-info {
	z-index: 9;
}
.detail-product .slick-slide img {
	margin: auto;
}
.detail-product .slick-list {
	margin: 0;
	padding: 0;
}
.ask-question {
	display: none !important;
}

.right-col.col-12 {
	padding: 0;
}

.similar > h3 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 24px;
}
.size-text {
	padding: 0 0 10px;
	color: var(--gray);
}
.item-info > .helper {
	margin-top: 10px;
}
.helper-wrap {
	width: 100%;
    max-width: 370px;
	margin-top: 30px;
}
.helper, .call-help {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.helper-wrap > .call-help {
	flex-flow: column;
}
.helper span, .call-help span {
	font-weight: bold;
}
.call-help * {
	color: var(--black);
}
.call-help a {
	font-size: 10px;
	font-weight: bold;
	background: #f5f5f5;
	padding: 5px 0;
	width: 55px;
	height: 55px;
	text-align: center;
	border-radius: 5px;
}
.call-help a:before {
	display: block;
	content: "";
	width: 100% !important;
	margin-bottom: 5px;
}
.helper .help-whatsapp, .call-help .help-whatsapp:before {
	width: 30px;
	height: 30px;
	background-size: 28px;
	background-position: center;
	background-image: url(/local/img/whatsapp-black.svg);
	background-repeat: no-repeat;
}
.helper .help-email, .call-help .help-email:before {
	width: 30px;
	height: 30px;
	background-size: 30px;
	background-position: center;
	background-image: url(/local/img/email-black.svg);
	background-repeat: no-repeat;
}
.helper .help-phone, .call-help .help-phone:before {
	width: 30px;
	height: 30px;
	background-size: 30px;
	background-position: center;
	background-image: url(/local/img/callme-black.svg);
	background-repeat: no-repeat;
}
.helper .help-telegram, .call-help .help-telegram:before {
	width: 40px;
	height: 30px;
	background-size: 38px;
	background-position: center;
	background-image: url(/local/img/telegram-black.svg);
	background-repeat: no-repeat;
}
.name-color {
	margin-bottom: 10px;
}
.name-color, .name-size {
	width: 100%;
	font-size: 16px;
}
.name-size.only {
	margin-right: 20px;
	width: auto;
}
.modal-container .size-select {
	text-align: center;
	width: 100%;
}
.size-select {
	display: inline-table;
	list-style: none;
	margin: 0;
	padding: 0 !important;
}
.size-select li.name {
	display: inline-block;
	white-space: pre;
	margin-right: 5px;
}
.size-select li.SIZES {
	position: relative;
	display: inline-block;
	margin: 5px 5px 0 0;
	padding: 0;
	line-height: 43px;
	height: 45px;
	width: 45px;
	text-align: center;
	font-weight: normal;
	color: var(--gray);
	border: 1px solid #f2f2f2;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.size-select li.size:hover {
	color: var(--black);
	border-color: var(--black);
}
.size-select li.SIZES.selected {
	font-weight: bold;
	border-color: var(--black);
	background: var(--black);
	color: var(--white);
}
.size-select li.SIZES.selected span {
	color: var(--white);
}
ul.product-item-scu-item-list, #size {
	display: flex;
	flex-flow: wrap;
	gap: 10px;
	list-style: none;
	padding: 0 !important;
}
ul.product-item-scu-item-list li {
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
}
/*ul.product-item-scu-item-list li, #size li {
	margin: 0 10px 0 0;
}*/
.product-item-scu-item-list.hide {
	visibility: hidden;
	opacity: 0;
	height: 0;
}
.no-count-product {
	color: var(--red);
	margin-bottom: 30px;
}
.product-item-scu-item-text-block > a {
	position: relative;
	cursor: pointer;
}
.product-item-scu-item-text-block.load:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 120px;
	background-color: rgba(255,255,255,0.9);
	background-image: url(/local/img/load.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35px;
	z-index: 9;
}

.detail-price span {
	font-weight: normal !important;
}

.item-info > a:first-child {
	width: fit-content;
	display: flex;
}

/*detail info*/
.detail-brand {
	display: block;
}
.product-empty {
	margin-top: 30px;
	font-size: 30px;
	text-transform: uppercase;
	color: var(--red);
}
.product-item-detail-price-current {
	display: flex;
	gap: 10px;
	margin: 0;
	color: var(--black);
	line-height: 1;
	text-transform: uppercase;
	transition: .3s ease;
}
.product-item-detail-price-current * {
	font-size: 24px !important;
}
.detail-type {
	margin-bottom: var(--gutter);
	font-size: 16px;
	font-weight: normal !important;
	line-height: 1;
}
.detail-type span {
	font-weight: 600 !important;
}
.detail-art span {
	font-weight: 600 !important;
}
.h1 {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	color: var(--black);
}
.h1:hover, a.kit_name:hover {
	opacity: 0.5;
}

.detail-product h3 {
	font-size: 30px !important;
}
.modal-container .h1 {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
}
#pic-list .detail-images-container {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}
#pic-list {
	display: table;
	width: 100%;
}
#pic-list .top {
	order: -1;
}
#pic-list .detail-images-container {
	width: 45.5%;
	float: left;
}
#pic-list .slick-arrow {
	top: 0;
	bottom: 0;
	margin: auto;
}
#pic-list .pic-list {
	position: relative;
	width: 85.1%;
	max-width: 600px;
}
#pic-list .right-col {
	position: relative;
	width: 52.5%;
	float: right;
}
#pic-list .swiper-slide {
	width: 100%;
	height: 0;
	padding: 66.667% 0;
}
#pic-list .swiper-slide > img, #pic-list .swiper-slide picture {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: auto;
	max-width: 100%;
}
.detail-product .wrap-preview {
	position: relative;
	display: flex;
	flex-flow: column;
	width: 12.75%;
	max-width: 90px;
}
.wrap-preview .button-prev, .wrap-preview .button-next {
	position: absolute;
	width: 100%;
	height: 20px;
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	z-index: 9;
}
.wrap-preview .button-prev:hover, .wrap-preview .button-next:hover {
	background: black;
}
.wrap-preview .button-prev:before, .wrap-preview .button-next:before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	margin: auto;
	padding: 0;
	transform: rotate(135deg);
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: white;
	transition: .3s ease;
}
.wrap-preview .button-prev:before {
	margin: 7px auto 0;
	transform: rotate(-45deg);
}
.wrap-preview .button-next {
	bottom: 0;
}
.detail-product .preview {
	flex-direction: column;
	position: absolute;
	top: 0 !important;
	left:0 !important;
	width: 100%;
	transform: none;
}
.detail-product .preview picture {
	margin: 0 0 17.8% !important;
}
.detail-product .preview picture:last-child {
	margin: 0 !important;
}
.detail-product .preview img {
	position: absolute !important;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	cursor: pointer;
}
.detail-product .preview .player {
	position: relative;
}
.detail-product .preview .player.lazyloaded:before {
	content: "";
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	margin: auto;
	z-index: 9;
	background: url(/local/img/play.svg);
}

.slick-arrow.slick-next {
	right: 0;
}
.slick-arrow.slick-prev {
	left: 0;
}
#pic-list .swiper {
	margin: 0 !important;
}

#pic-list .swiper-slide video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
#pic-list .vjs-loading-spinner {
	display: none !important;
}
#pic-list .slick-initialized .slick-slide div {
	/*display: flex;
	flex-flow: column;
	text-align: center;
	justify-content: center;*/
	width: 100%;
	height: 100%;
	margin: auto;
}

#pic-list .slick-initialized .slick-slide img {
	width: auto;
	height: 100%;
}
.similar {
	padding: 0 !important;
	margin-top: 60px;
}
.similar .slick-arrow.slick-next, .similar .slick-arrow.slick-prev {
	margin: auto;
	top: -100px;
	bottom: 0;
}
.item-details .h2 {
	display: block;
	margin: 10px 0;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}
.item-details .h2 .spr {
	text-transform: lowercase !important;
}
.item-details .h2 .mpn {
	color: var(--gray);
}
.item-details .h2 > * {
	display: block;
	color: var(--black);
}
.item-details .h2 b {
	font-weight: 600;
	margin-bottom: 5px;
}
.item-details .h2::first-letter {
	text-transform: capitalize;
}

.right-col .btnFavorite {
	position: relative;
	width: 40px !important;
	min-width: 40px;
	height: 40px !important;
	top: 0px !important;
	right: 0 !important;
	border-left: none;
	background-size: 35px;
	background-image: url(/local/img/wishlist.svg);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.right-col .btnFavorite.added {
	background-image: url(/local/img/wishlist-added.svg) !important;
}

.detail-desc-heading {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	padding: 10px 0;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.detail-wrap .detail-desc .detail-desc-heading {
	padding: 10px 0;
	border-top: 1px solid #f2f2f2;
}
.detail-wrap .detail-desc > div:first-child {
	border: none;
}
.detail-wrap .detail-desc-heading + * {
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.3s linear;
}
.detail-wrap .detail-desc-heading.active + * {
	opacity: 1;
}
.detail-desc p {
	max-width: 90%;
	margin-bottom: 10px !important;
	line-height: 1.4;
}
.detail-params {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}
.detail-params > .select-box {
	width: 49%;
}

.detail-params:not(:last-child) {
	margin-bottom: 0 !important;
}

.select-box.detail-param {
	position: relative;
}
.label {
	font-size: 20px;
	font-weight: 600 !important;
	white-space: pre;
}
.label.min {
	font-size: 16px;
}
.detail-param select {
	-webkit-appearance: none;
	width: 100%;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid var(--gray);
	border-radius: 4px;
	cursor: pointer;
	text-align: left;
}
.detail-params > .select-box > select {
	height: 45px;
	line-height: normal;
	padding: 10px 10px 10px 120px;
}
.detail-price {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.detail-buttons, .detail-price {
	width: 100%;
	max-width: 370px;
}
.detail-price {
	height: 80px;
}

/*.detail-buttons > *:not(.buy-block) {
	width: 49%;
}*/
.detail-buttons .detail-add {
	width: 100%;
	height: 45px;
}
.detail-add.question {
	background: var(--white);
	color: var(--black);
	position:relative;
}
.detail-add.to-cart .gtag-add-to-cart {
	position: relative;
	width: 100%;
}
.detail-add.in-cart .gtag-add-to-cart::after {
	content: '';
	position: absolute;
	right: 21px;
	top: 13px;
	width: 21px;
	height: 11px;
	transform: rotate(135deg);
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: white;
}
.detail-add.ask-question:hover {
	background: var(--black);
	color: var(--white);
	transition: .3s ease;
}

.modal-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 5px;
}
.info-block {
	margin-top: 40px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	width: 100%;
	gap: 20px;
}
.info-block > * {
	width: 25%;
	position: relative;
	padding: 5px 15px 40px;
	border: 1px solid #f2f2f2;
}

.info-block ul {
	margin: 0 0 0 20px;
}
/*.info-block li {
	margin-bottom: 5px;
}*/
.info-block a {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: var(--black) !important;
	text-decoration: none !important;
	font-weight: bold;
}
.info-block a:hover {
	display: block;
	text-decoration: underline !important;
}
.size_table select {
	padding: 10px;
	font-size: 20px;
	border: 1px solid var(--gray);
	border-radius: 6px;
	cursor: pointer;
}

.size_table h2 {
	font-size: 30px;
}

.size_table h2, .size_default {
	margin-bottom: 10px;
}

.size_table > div {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	white-space: nowrap;
	font-size: 17px;
	padding: 5px 0;
	border-bottom: 1px solid #f2f2f2;
}
.size_table > div:last-child {
	border: none;
}
.size_table .modal-content {
	display: flex;
}
#size_table_title {
	cursor: pointer;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
#size_table_title:hover {
	text-decoration: none;
}
.sizes-table {
	font-size: 16px;
	cursor: pointer;
	transition: .3s ease;
}
.sizes-table:hover {
	color: var(--gray);	transition: .3s ease;
}
/*.detail-images-container .pic-list {
	position: relative;
	overflow: hidden;
}*/
/*.detail-images {
	position: relative;
	display: flex;
	flex-flow: column;
}*/
/*.pic-list:not(.swiper-initialized) .detail-images > a {
	position: absolute;
}*/
.detail-images > a:first-child {
	position: relative;
	z-index: 9;
}
.gallery-open {
	position: absolute;
	top: 0;
	right: var(--gutterbig);
	width: 35px;
	height: 35px;
	z-index: 3;
}
.gallery-open svg {
	fill: var(--black);
	transition: .3s ease;
}
.gallery-open:hover svg {
	fill: var(--gray);
	transition: .3s ease;
}
.detail-image {
	width: fit-content;
	margin-bottom: var(--gutter);
}
.detail-image:last-child {
	margin-bottom: 0;
}
.fancybox-bg {
	background: var(--white);
}
.fancybox-is-open .fancybox-bg {
	opacity: 1;
}

/*looks*/
.detail-looks {
	padding: var(--gutterbig) 0 var(--gutter);
	border-bottom: 1px solid var(--gray);
}
.detail-looks-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: var(--gutter);
	text-transform: uppercase;
}
.detail-looks-heading h4 {
	font-size: var(--hfs);
	font-weight: bold;
	line-height: 1;
}
.detail-looks-heading a {
	color: var(--gray);
	font-size: 16px;
	font-weight: 600;
	transition: .3s ease;
}
.detail-looks-heading a:hover {
	color: var(--black);
	transition: .3s ease;
}
.detail-looks .container {
	margin-bottom: -30px;
}

/*tags*/
.detail-tags {
	display: flex;
	flex-flow: row wrap;
	margin-top: var(--gutterbig);
	border-top: 1px solid var(--black);
}
.detail-tags .item {
	margin-top: var(--gutter);
	margin-right: var(--gutter);
	padding: 7px;
	color: var(--black);
	border: 1px solid var(--black);
	transition: .3s ease;
}
.detail-tags .item:hover {
	background: var(--black);
	color: var(--white);
	transition: .3s ease;
}

/*sliders*/
.addition-slide {
	padding: 0 15px;
}
/*shild*/
.catalog-item .offer-image {
	position: absolute;
	top: 30px;
	right: 10px;
	max-width: 60px;
	z-index: 2;
	pointer-events: none;
}
.offer-block {
	margin-bottom: var(--gutterbig);
	display: flex;
	align-items: center;
}
.offer-texts {
	margin-top: -5px;
}
.offer-block .offer-image {
	max-width: 135px;
}
.offer-texts-row {
	margin-left: 15px;
}
.offer-texts-row:not(:last-child) {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}
.offer-texts-row p,
.offer-texts-row a {
	margin: 0;
	color: var(--black);
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.offer-texts-row a {
	text-decoration: underline;
	transition: .3s ease;
}
.offer-texts-row a:hover {
	color: var(--gray);
	transition: .3s ease;
}
.offer-question {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	color: var(--gray);
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	border: 1px solid var(--gray);
	border-radius: 50%;
	cursor: pointer;
}
.product-item-detail-info-container {
	margin-top: 10px;
}
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 0 1px;
	max-width: 100%;
}
.product-item-scu-container-title span:first-child {
	font-size: 13px !important;
}
.product-item-scu-container-title span:last-child {
	font-size: 14px !important;
	font-weight: bold !important;
}
.product-item-scu-container-title {
	margin-bottom: 5px;
}
.product-item-scu-item-text {
	font-size: 13px !important;
	line-height: normal !important;
}
.product-item-scu-item-text-container.selected {
	border-bottom: 2px solid var(--black);
}
.product-item-scu-item-text-block {
	position: relative;
	padding: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
}
.vjs-error-display {
	display: none !important;
}
#catalog-listing .catalog-wrap {
	width: 100% !important;
	max-width: none !important;
}
.similar .swiper-slide {
	width: 24.25%;
	max-width: 300px;
	margin-right: 0 !important;
}
.swiper-button-next, .swiper-button-prev {
	margin-top: -40px !important;
}
.similar .swiper-slide:not(:last-child) {
	margin-right: 0.8% !important;
}
#together .swiper-button-next, #together .swiper-button-prev {
	display: none !important;
}
.similar .catalog-item-images {
	width: 100%;
	height: 0;
	padding: 66.67% 0;
	overflow: hidden;
}
.similar .catalog-item-images img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: auto;
	margin: auto;
}
.block .catalog-item h3 {
	color: var(--black) !important;
	font-size: 16px;
	font-weight: bold !important;
	text-align: left;
	text-transform: uppercase !important;
	height: 30px;
	margin: 5px 0;
	padding: 5px 0;
	box-sizing: border-box;
}
@media (min-width: 1285px) {
	#catalog-listing .row {
		gap: 0.8% !important;
	}
	#catalog-listing .product-item-container, .together .swiper-slide {
		width: 19.36% !important;
	}
}
@media (min-width: 801px) and (max-width: 1200px) {
	#pic-list .detail-images-container {
		flex-flow: column;
		justify-content: flex-start;
		width: 44%;
	}
	#pic-list .detail-images-container .pic-list {
		width: 100%;
		order: -1;
	}
	.detail-product .preview {
		flex-flow: row;
		width: 100%;
		max-width: 100%;
	}
	#pic-list .right-col {
		width: 54%;
	}
}
@media (min-width: 801px) {
	.detail-wrap .detail-desc-heading::after {
		content: '';
		width: 13px;
		height: 13px;
		margin-right: 4px;
		padding: 0;
		transform: rotate(135deg);
		border-style: solid;
		border-width: 1px 1px 0 0;
		border-color: var(--gray);
		transition: .3s ease;
	}
	.detail-wrap .detail-desc-heading.active::after {
		margin-top: 4px;
		transform: rotate(-45deg);
	}
	.detail-wrap > div {
		border-bottom: 1px solid #f2f2f2;
	}
}
@media (max-width: 1284px) {
	#catalog-listing .preload .product-item-container:last-child {
		display: none;
	}
	.similar .swiper-slide:not(:last-child) {
		margin-right: 1% !important;
	}
	.info-block {
		flex-flow: wrap;
	}
	.info-block > * {
		width: 49% !important;
	}
}
@media (max-width: 991px) {
	.catalog-item h3 {
		font-size: 14px !important;
	}
}
@media (max-width: 800px) {
	#pic-list {
		flex-flow: column;
	}
	#pic-list .detail-images-container, #pic-list .right-col {
		width: 100%;
	}
	.swiper-button-next, .swiper-button-prev {
		display: none !important;
	}
	.helper-wrap {
		margin-top: 20px;
	}
	#pic-list {
		padding: 0;
	}
	.detail-product div.item-info.item-details {
		padding: 0 !important;
	}
	.detail-product .slick-list {
		padding: 0 0 3px;
	}
	.detail-product h3 {
		font-size: 20px !important;
	}
	.detail-wrap .detail-desc-heading + * {
		display: block !important;
		opacity: 1 !important;
		height: 100% !important;
	}
	.info-block {
		margin-top: 20px;
		flex-flow: column;
	}
	.info-block > * {
		width: 100% !important;
	}
}
@media (max-width: 650px) {
	.similar .swiper-slide {
		width: 270px !important;
	}
	.similar .swiper-slide:not(:last-child) {
		margin-right: 10px !important;
	}
	#catalog-listing .preload .product-item-container:nth-child(2n) {
		display: none;
	}
}
@media (max-width: 620px) {
	#pic-list .pic-list {
		width: 100%;
		order: -1;
	}
	#pic-list .detail-images-container {
		flex-flow: column;
	}
	.detail-product .preview {
		flex-flow: row;
		gap: 2px;
		min-width: 100%;
	}
	.detail-product .preview img, .image.loading:not(.lazyloaded):after, .detail-product .preview .player.lazyloaded:before {
		display: none;
	}
	.detail-product .preview picture/*, .detail-product .preview picture:first-child*/ {
		margin: 2px 0 0 !important;
		width: 50%;
		border-radius: 0;
		height: 2px !important;
		padding: 0 !important;
		background: #f2f2f2;
		transition: background .3s ease;
	}
	.detail-product .preview picture.swiper-pagination-bullet-active {
		margin: 2px 0 0 !important;
		background: black;
	}
	#pic-list .swiper-button-next, #pic-list .swiper-button-prev {
		display: none !important;
	}
}
@media (max-width: 450px) {
	.h1 {
		font-size: 25px;
	}
	.productcode {
		margin: 5px 0 0;
	}
	ul.product-item-scu-item-list {
		gap: 3%;
	}
	ul.product-item-scu-item-list li {
		width: 22.75%;
		margin-bottom: 3%;
	}
	.similar {
		margin-top: 30px !important;
	}
	#together .swiper-slide, #similar .swiper-slide {
		width: 160px !important;
		max-width: 160px !important;
	}
}
/* End */
/* /local/components/custom/catalog.element/templates/.default/style.css?175153412722466 */
