

/* Start:/local/templates/dresscodeV2/components/dresscode/catalog/.default/style.css?17739207005064*/
#middleSlider {
	margin-bottom: 24px;
}

.panel-click.selected {
	pointer-events: none;
}

.items.productList {
	margin-bottom: 24px;
}

.removeFromWishlist {
	display: none;
}

/* SEO-текст внизу каталога */
.tsk-seo-text {
	margin-top: 24px;
	padding: 18px 18px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
	font-family: "Montserrat", sans-serif;
	color: #0f172a;
	line-height: 1.7;
	font-size: 14px;
	max-width: 980px;
}

/* Если контейнер растягивается на всю ширину — центрируем */
.tsk-seo-text {
	margin-left: auto;
	margin-right: auto;
}

.tsk-seo-text p {
	margin: 0 0 12px 0;
}

.tsk-seo-text p:last-child {
	margin-bottom: 0;
}

.tsk-seo-text h2,
.tsk-seo-text h3,
.tsk-seo-text h4 {
	margin: 16px 0 10px;
	line-height: 1.25;
	color: #111827;
}

.tsk-seo-text h2 {
	font-size: 18px;
	font-weight: 700;
}
.tsk-seo-text h3 {
	font-size: 16px;
	font-weight: 700;
}
.tsk-seo-text h4 {
	font-size: 15px;
	font-weight: 700;
}

.tsk-seo-text ul,
.tsk-seo-text ol {
	padding-left: 20px;
	margin: 10px 0 14px;
}

.tsk-seo-text li {
	margin: 6px 0;
}

/* Ссылки внутри SEO-текста: фирменные цвета без !important (берём специфичностью id) */
#catalogSeoText a,
#catalogSeoText p a,
#catalogSeoText li a {
	color: var(--primary-color, #fcb514);
	text-decoration: none;
	border-bottom: 1px dashed rgba(252, 181, 20, 0.55);
	transition:
		border-color 0.2s ease,
		color 0.2s ease;
}

#catalogSeoText a:visited,
#catalogSeoText p a:visited,
#catalogSeoText li a:visited {
	color: var(--primary-color, #fcb514);
}

#catalogSeoText a:hover,
#catalogSeoText p a:hover,
#catalogSeoText li a:hover {
	color: #f59e0b;
	border-bottom-color: rgba(245, 158, 11, 0.9);
}

.tsk-seo-text a:focus-visible {
	outline: 2px solid rgba(252, 181, 20, 0.55);
	outline-offset: 3px;
	border-radius: 6px;
}

.tsk-seo-text blockquote {
	margin: 14px 0;
	padding: 10px 14px;
	border-left: 3px solid rgba(252, 181, 20, 0.75);
	background: rgba(252, 181, 20, 0.06);
	border-radius: 10px;
}

.tsk-seo-text img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

/* Блок быстрых тегов seo.meta.tags в каталоге */
.sotbit-seometa-tags-wrapper .sotbit-seometa-tags-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a1a;
}

.sotbit-seometa-tags-wrapper .answer {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 14px 0 16px;
	border-top: 0;
	color: inherit;
}

.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link {
	margin: 0;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.2px;
	color: #1a1a1a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #ffcc33, #ffd700 50%, #ffcc33);
	background-size: 200% 200%;
	border: 1px solid rgba(255, 204, 51, 0.3);
	box-shadow:
		0 2px 6px rgba(255, 204, 51, 0.25),
		inset 0 1px 2px rgba(255, 255, 255, 0.5);
}

.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link.btn-simple.btn-micro {
	min-width: auto;
	padding: 10px 14px;
	line-height: 1.2;
	border-radius: 8px;
}

.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link:hover {
	transform: translateY(-1px);
	background-position: 100% 0;
	color: #1a1a1a;
	box-shadow:
		0 4px 12px rgba(255, 204, 51, 0.4),
		inset 0 1px 2px rgba(255, 255, 255, 0.6);
}

.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link:active {
	transform: translateY(0);
}

.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link:focus-visible {
	outline: 2px solid rgba(255, 204, 51, 0.65);
	outline-offset: 2px;
}

.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link.selected,
.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link.active,
.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link[aria-current="page"] {
	color: #111827;
	background: linear-gradient(135deg, #ffcc33, #ffd700 50%, #ffcc33);
	background-size: 200% 200%;
	border-color: rgba(255, 204, 51, 0.45);
	box-shadow:
		0 6px 18px rgba(255, 204, 51, 0.2),
		inset 0 1px 2px rgba(255, 255, 255, 0.55);
}

@media (max-width: 1024px) {
	.tsk-seo-text {
		max-width: none;
		margin-left: 12px;
		margin-right: 12px;
	}
}

@media (max-width: 768px) {
	.tsk-seo-text {
		padding: 14px 14px;
		border-radius: 12px;
		font-size: 13px;
		line-height: 1.65;
	}
	.tsk-seo-text h2 {
		font-size: 16px;
	}
	.tsk-seo-text h3 {
		font-size: 15px;
	}
}

@media (max-width: 420px) {
	.tsk-seo-text {
		margin-left: 10px;
		margin-right: 10px;
		padding: 12px 12px;
	}
}

/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/style.css?177556257374860*/
.mainContainer .markerContainer {
	position: absolute;
	z-index: 3;
	left: 24px;
	top: 24px;
}

/* Маркеры в новой карточке товара (detail) — как .tsk-product-card__badges */
.mainContainer .markerContainer.cardprod,
.markerContainer.cardprod {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	width: auto;
	margin-bottom: 10px;
}
.wishCompWrap {
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 24px;
}

/* В деталке кнопки должны быть поверх фото в слайдере */
.slide-image-container .wishCompWrap {
	right: 10px;
	top: 10px;
	z-index: 6;
}

/* Новые кнопки сравнить/избранное (как в tsk_react) поверх фото */
.slide-image-container .icons-wish-and-compare {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	z-index: 6;
	pointer-events: auto;
}

.slide-image-container .icons-wish-and-compare .row {
	margin: 0;
}

.slide-image-container .icons-wish-and-compare .custom-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.95);
	color: #6b7280;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.18);
	transition:
		background 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease,
		opacity 0.15s ease;
}

.slide-image-container .icons-wish-and-compare .custom-icon:hover {
	background: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.32);
	opacity: 0.98;
}

.slide-image-container .icons-wish-and-compare .addWishlist.custom-icon.added {
	color: #ef4444;
}

.slide-image-container
	.icons-wish-and-compare
	.addWishlist.custom-icon.added
	.icon-svg
	path {
	fill: #ef4444;
	stroke: #ef4444;
}

.slide-image-container .icons-wish-and-compare .addCompare.custom-icon.added {
	color: var(--primary-color, #fcb514);
}

.slide-image-container .icons-wish-and-compare .icon-svg {
	pointer-events: none;
}

.slide-image-container .icons-wish-and-compare img.icon {
	display: none;
}

/* Бейджи на фото (как tsk-product-card__badges) */
.slide-image-container .tsk-product-card__badges {
	position: absolute;
	left: 10px;
	top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	z-index: 6;
	pointer-events: none;
}

.slide-image-container .tsk-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	border-radius: 999px;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
	white-space: nowrap;
}

.slide-image-container .tsk-badge--sale {
	color: #ffffff;
	background: rgba(239, 68, 68, 0.95);
	border-color: rgba(239, 68, 68, 0.5);
}

.slide-image-container .tsk-badge--hit {
	color: #111827;
	background: rgba(251, 191, 36, 0.95);
	border-color: rgba(251, 191, 36, 0.6);
}

.slide-image-container .tsk-badge--new {
	color: #ffffff;
	background: rgba(34, 197, 94, 0.95);
	border-color: rgba(34, 197, 94, 0.55);
}
.wishCompWrap .elem {
	display: block;
	position: relative;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 8px;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	background: #fff;
	font-size: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.wishCompWrap .elem:before,
.wishCompWrap .elem:after {
	content: "";
	position: absolute;
	left: 9px;
	top: 9px;
	width: 16px;
	height: 16px;
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/wishCompImage.png") 0 0 no-repeat;
	transition: all 0.2s ease-in-out;
}
.wishCompWrap .elem:after {
	opacity: 0;
}
.wishCompWrap .addWishlist:before {
	background-position: 0px 0px;
}
.wishCompWrap .addWishlist:after {
	background-position: -16px 0px;
}
.wishCompWrap .addCompare:before {
	background-position: 0px -16px;
}
.wishCompWrap .addCompare:after {
	background-position: -16px -16px;
}
.wishCompWrap .elem:hover {
	border-color: #e7e8ea;
	background: #e7e8ea;
}
.wishCompWrap .elem:active {
	top: 1px;
}
.wishCompWrap .elem.added:before {
	opacity: 0;
}
.wishCompWrap .elem.added:after {
	opacity: 1;
}
.wishCompWrap .elem img {
	display: none;
	display: inline-block;
	vertical-align: middle;
}
.marker {
	font:
		normal normal 11px "roboto_ltregular",
		arial,
		sans-serif;
	/* стилизуем маркеры как tsk-badge (визуально 1 в 1) */
	margin: 0;
	color: #0f172a;
	line-height: 1.2;
	z-index: 2;
	padding: 4px 8px;
	border-radius: 999px !important;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* Варианты бейджа — берём по inline background-color */
.marker[style*="#ef4444"],
.marker[style*="#EF4444"],
.marker[style*="#424242"],
.marker[style*="#424242"] {
	background: rgba(239, 68, 68, 0.95) !important;
	border-color: rgba(239, 68, 68, 0.5) !important;
	color: #ffffff !important;
}

.marker[style*="#fbbf24"],
.marker[style*="#FBBF24"] {
	background: rgba(251, 191, 36, 0.95) !important;
	border-color: rgba(251, 191, 36, 0.6) !important;
	color: #1a1a1a !important;
}

.marker[style*="#22c55e"],
.marker[style*="#22C55E"] {
	background: rgba(34, 197, 94, 0.95) !important;
	border-color: rgba(34, 197, 94, 0.55) !important;
	color: #ffffff !important;
}

/* Маркеры на карточке товара в деталке — визуально как .tsk-badge */
.mainContainer .marker.cardprod,
.marker.cardprod {
	font-size: 11px;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 6px !important;
	line-height: 1.3;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	width: auto;
}
.brandImageWrap {
	display: block;
}
.brandImageWrap .tb {
	width: auto;
}
.brandImage {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 12px;
}

/* Логотип бренда + кнопка "Рассчитать" в одну строку */
.art .brand-calc-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 8px;
}

.art .brand-calc-row .brandImage,
.art .brand-calc-row .brandImage123 {
	display: inline-flex;
	align-items: center;
}

.art .brand-calc-row .brandImage img,
.art .brand-calc-row .brandImage123 img {
	max-height: 32px;
	max-width: 140px;
	height: auto;
	width: auto;
	object-fit: contain;
}
.bindAction {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 24px;
	line-height: 18px;
	font-size: 13px;
}
/*  .tb{
	width: auto;
}*/
.bindActionImage {
	width: 38px;
}
.bindActionImage .image {
	display: block;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.bindAction a {
	position: relative;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.bindAction a:active {
	position: relative;
	top: 1px;
}
.newReviewTable {
	font-size: 0;
}
.newReviewTable .left {
	vertical-align: top;
	font-size: 14px;
}
.reviewsBtnWrap {
	padding-bottom: 6px;
	border-bottom: 1px solid #e8e8e8;
}
.reviewsBtnWrap .row {
	display: inline-block;
	vertical-align: top;
	margin: 0 24px 12px 0;
	font-family: "roboto_ltregular";
	font-size: 13px;
}
.reviewsBtnWrap .row:last-child {
	margin-right: 0;
}
.reviewsBtnWrap .row img {
	margin-top: -4px;
}
.reviewsBtnWrap .label {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	line-height: 21px;
	color: #717171;
}
.reviewsBtnWrap .labelDotted {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	color: #1a1a1a;
}
.reviewsBtnWrap a.label:hover .labelDotted {
	border-color: #1a1a1a;
}
.reviewsBtnWrap a.label:hover {
	color: #1a1a1a;
}
.reviewsBtnWrap a.label:active {
	position: relative;
	top: 1px;
}
.brandImage img {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	max-height: 200px;
	max-width: 200px;
}
.brandImage:hover img {
	opacity: 0.7;
}
.headingBox {
	table-layout: fixed;
	display: table;
	width: 100%;
}
.headingBox .heading {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 12px;
	font-size: 16px;
}
.headingBox .moreProperties {
	vertical-align: top;
	display: table-cell;
	padding-right: 24px;
	padding-left: 12px;
	width: 40%;
}
.headingBox .morePropertiesLink {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	/*text-decoration: none;*/
	color: #888888;
}
.headingBox .morePropertiesLink:hover {
	color: #1a1a1a;
}
.elementProperties .propertyTable {
	table-layout: fixed;
	display: table;
	width: 100%;
}
.elementProperties .propertyTable {
	font-size: 15px;
}
.elementProperties .propertyTable .propertyName,
.elementProperties .propertyTable .propertyValue {
	vertical-align: middle;
	display: table-cell;
	position: relative;
	overflow: hidden;
	padding: 2px 0;
}
.elementProperties .propertyTable .propertyValue {
	padding-left: 12px;
	width: 40%;
}
.elementProperties .propertyTable .analog {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #1a1a1a;
}
.elementProperties .propertyTable .analog:hover {
	color: #888888;
}
.elementProperties .propertyTable .propertyName:after {
	border-bottom: 1px dotted #cccccc;
	position: absolute;
	margin-left: 12px;
	height: 13px;
	content: "";
	width: 100%;
}
.elementSkuPropertyValue {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.elementSkuPropertyValue.loading {
	opacity: 0.5;
}
.elementSkuPropertyName {
	font-family: "robotomedium";
	font-size: 16px;
	color: #1a1a1a;
	margin: 10px 0px;
}
.elementSkuPropertyList {
	overflow: hidden;
	list-style: none;
	margin: 0px -2px 0 -4px;
	padding: 0px;
}
.elementSkuProperty {
	overflow: hidden;
	margin: 6px 0 12px;
}
.elementSkuPropertyDropdown {
	margin: 6px 0 12px;
}
.elementSkuProperty li {
	box-sizing: border-box;
	overflow: hidden;
	min-width: 54px;
	padding: 4px 2px 2px 4px;
	float: left;
}
.elementSkuProperty .elementSkuPropertyValue_with_img {
	width: 100px;
}
.elementSkuProperty .selected .elementSkuPropertyLink {
	position: relative;
	/*top: -2px;*/
}

/* Выбранное значение SKU (вариант из старого стиля) */
li.elementSkuPropertyValue.selected a {
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #fcb514;
	background: #1a1a1a;
}
.elementSkuProperty .disabled {
	display: none;
}
.elementSkuPropertyLink,
.elementSkuCustomPropertyLink {
	border: 1px solid #0061b2;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	padding: 6px;
	display: block;
	color: #0061b2;
	border-radius: 4px;
	background: #fff;
	word-break: break-word;
}

/* Обновлённый вид выбора SKU (толщина, размер и т.п.) в карточке товара */
#catalogElement .elementSkuProperty {
	margin: 8px 0 14px;
}

#catalogElement .elementSkuPropertyName {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #000000;
	margin: 0 0 6px;
}

#catalogElement .elementSkuPropertyList {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
}

#catalogElement .elementSkuPropertyList .elementSkuPropertyValue {
	float: none;
	min-width: auto;
	padding: 0;
}

#catalogElement .elementSkuPropertyLink,
#catalogElement .elementSkuCustomPropertyLink {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 14px;
	font-size: 13px;
	line-height: 1.3;
	border-radius: 999px;
	border: 1px solid #e5e7eb;
	background: #f9fafb;
	color: #111827;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
}

#catalogElement .elementSkuPropertyLink:hover,
#catalogElement .elementSkuCustomPropertyLink:hover {
	background: #fffbeb;
	border-color: rgba(255, 204, 51, 0.9);
	color: #1a1a1a;
}

#catalogElement li.elementSkuPropertyValue.selected a.elementSkuPropertyLink,
#catalogElement
	li.elementSkuPropertyValue.selected
	a.elementSkuCustomPropertyLink {
	background: linear-gradient(135deg, #ffcc33 0%, #ffd700 50%, #ffcc33 100%);
	border-color: rgba(255, 204, 51, 0.95);
	color: #1a1a1a;
	font-weight: 600;
	box-shadow:
		0 4px 10px rgba(15, 23, 42, 0.12),
		inset 0 1px 2px rgba(255, 255, 255, 0.8);
}
.elementSkuPropertyLink:active {
	position: relative;
	top: 1px;
}
.elementSkuPropertyList img {
	max-height: 100%;
	max-width: 100%;
	border: 1px solid #fff;
	display: block;
	margin-bottom: 2px;
}
#catalogElement .elementSkuDropDownProperty {
	overflow: visible;
}
#catalogElement .elementSkuDropDownProperty .skuDropdownListItem {
	box-sizing: content-box;
	overflow: visible;
	min-width: auto;
	padding: 0px;
	float: none;
}
#catalogElement .skuDropdown {
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
	position: relative;
	line-height: 13px;
	font-size: 13px;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 2px;
	width: 264px;
	margin-top: 4px;
}
#catalogElement .skuCheckedItem {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/selectArrow.png) 97% 50% no-repeat transparent;
	padding: 12px 30px 12px 8px !important;
	border-radius: 4px;
	display: block;
	cursor: pointer;
}
#catalogElement .skuCheckedItem:hover {
	opacity: 0.8;
}
#catalogElement .skuCheckedItem:active {
	position: relative;
	top: 1px;
}
#catalogElement .skuDropdown label:before,
#catalogElement .skuCheckboxList label:before {
	display: none;
}
#catalogElement .skuDropdownList {
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
	visibility: hidden;
	position: absolute;
	list-style: none;
	margin: 0 -1px;
	opacity: 0;
	padding: 0;
	z-index: 2;
	top: 44px;
	right: 0;
	left: 0;
}
#catalogElement .skuDropdownList.opened {
	visibility: visible;
	opacity: 1;
}
#catalogElement .pics .skuDropdownList {
	top: 52px;
}
#catalogElement .skuDropdownList .elementSkuPropertyValue {
	border-top: 1px solid #e7e8ea;
	position: relative;
	display: block;
}
#catalogElement .skuDropdownList .elementSkuPropertyValue:first-child {
	border-top: 0px;
}
#catalogElement .skuDropdownList .selected {
	font-family: "robotomedium";
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}
#catalogElement .skuDropdownList .elementSkuPropertyValue:hover {
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}
#catalogElement .skuDropdownList .skuPropertyItemLink {
	padding: 12px 8px !important;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	font-size: 13px;
	color: #1a1a1a;
	display: block;
	border: 0px;
}
#catalogElement
	.skuDropdownList
	.skuDropdownListItem.selected
	.skuPropertyItemLink {
	border: 0px;
}
#catalogElement .skuDropdownList .skuDropdownListItem.disabled {
	display: none;
}
#catalogElement
	.skuDropdownList
	.elementSkuPropertyValue:active
	.skuPropertyItemLink,
#catalogElement .skuDropdownList .skuPropertyItemLink:active {
	position: relative;
	top: 1px;
}
#detailText {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-top: 24px;*/
	padding: 0 24px 24px 24px;
	font-size: 14px;
	line-height: 1.6;
	clear: both;
}

/* Полный текст описания товара внутри таба "Описание" */
#detailText .changeDescription {
	color: #374151;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 1.7;
}

#detailText .changeDescription h1,
#detailText .changeDescription h2,
#detailText .changeDescription h3,
#detailText .changeDescription h4,
#detailText .changeDescription h5,
#detailText .changeDescription h6 {
	margin: 18px 0 8px;
	font-weight: 600;
	color: #111827;
	line-height: 1.3;
}

#detailText .changeDescription h4 {
	font-size: 15px;
}

#detailText .changeDescription p {
	margin: 0 0 10px;
}

#detailText .changeDescription ul,
#detailText .changeDescription ol {
	margin: 6px 0 12px 18px;
	padding: 0;
}

#detailText .changeDescription li {
	margin-bottom: 4px;
}

#detailText .changeDescription a {
	color: #2563eb;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	transition: color 0.2s ease;
}

#detailText .changeDescription a:hover {
	color: #1d4ed8;
}

/* Таблицы в описании (характеристики, нормы и т.п.) */
#detailText .changeDescription table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 14px;
	font-size: 13px;
}

#detailText .changeDescription table td,
#detailText .changeDescription table th {
	border: 1px solid #e5e7eb;
	padding: 6px 8px;
	vertical-align: top;
}

#detailText .changeDescription table thead td,
#detailText .changeDescription table thead th {
	background-color: #f9fafb;
	font-weight: 600;
	color: #111827;
}

#detailText .changeDescription table tr:nth-child(even) td {
	background-color: #f9fafb;
}

/* Мобильная типографика описания */
@media (max-width: 768px) {
	#detailText .changeDescription {
		font-size: 13px;
		line-height: 1.6;
	}

	#detailText .changeDescription h1,
	#detailText .changeDescription h2,
	#detailText .changeDescription h3,
	#detailText .changeDescription h4,
	#detailText .changeDescription h5,
	#detailText .changeDescription h6 {
		margin: 14px 0 6px;
	}

	#detailText .changeDescription p {
		margin: 0 0 8px;
	}

	#detailText .changeDescription ul,
	#detailText .changeDescription ol {
		margin: 4px 0 8px 16px;
	}

	#detailText .changeDescription table {
		font-size: 12px;
	}
}

/* Краткое описание товара (превью текста) */
#detailText_preview {
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
}

#detailText_preview .description {
	margin: 0;
}

#detailText_preview .changeShortDescription p {
	margin: 0 0 6px;
	font-size: 13px;
	line-height: 1.4;
}

#detailText .heading {
	border-top: 1px solid #e7e8ea;
	font-family: "robotobold";
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 0;
	font-weight: 800;
	font-size: 20px;
}
#detailText img {
	max-width: 100%;
}
#morePhotoSlider {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 24px 48px 0 48px;
}
#morePhotoSlider .morePhotos {
	-webkit-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
}
#morePhotoSlider .morePhotos .photoItem {
	/*transform: scale(0.7);*/
	position: relative;
	text-align: center;
	opacity: 0.6;
	float: left;
}
#morePhotoSlider .morePhotos .photoItem.selected {
	padding-bottom: 24px;
	/*transform: scale(1);*/
	opacity: 1;
}
#morePhotoSlider .morePhotos .photoItem.selected:after {
	transform: translateX(-50%);
	border-bottom: 2px solid #1a1a1a;
	position: absolute;
	display: block;
	content: "";
	width: 30%;
	left: 50%;
	bottom: 0px;
}
#morePhotoSlider .morePhotos .photoItem a {
	display: inline-block;
	line-height: 100px;
	height: 100px;
}
#morePhotoSlider .morePhotos .photoItem img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.zoom {
	cursor: zoom-in;
}
#related,
#similar {
	margin-top: 24px;
}
#related .heading,
#similar .heading {
	border-top: 1px solid #e7e8ea;
	font-family: "robotobold";
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
}
#catalogElement .productList {
	border-left: 0px;
}
#catalogElement .product {
	width: 25%;
}
#giftContainer {
	padding-bottom: 24px;
	margin-top: 24px;
}
#giftContainer .heading {
	border-top: 1px solid #e7e8ea;
	font-family: "robotobold";
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}
#elementProperties {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-top: 24px;*/
	padding: 0 24px;
	overflow: auto;
}
#elementProperties .heading {
	border-top: 1px solid #efefef;
	font-family: "robotobold";
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 0px 24px 0;
	font-weight: 800;
	font-size: 20px;
	display: block;
}
.elementProperties a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #1a1a1a;
}
#elementProperties .stats {
	/*min-width: 600px;*/
	width: 100%;
	padding: 12px;
	border-collapse: collapse;
	table-layout: fixed;
}
#elementProperties .stats a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #1a1a1a;
}
#elementProperties .stats a:active {
	position: relative;
	top: 1px;
}
#elementProperties .stats td {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#catalogElement .question {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffcc33;
	color: #1f2937;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	cursor: help;
	position: relative;
	vertical-align: middle;
	transition:
		background 0.2s,
		transform 0.2s;
}

#catalogElement .question::before {
	content: "?";
	display: block;
}

#catalogElement .question:hover {
	background: #f5c22e;
	transform: scale(1.05);
}
#elementProperties .stats tr {
	border: 1px solid #e4e4e4;
}
#elementProperties .stats .gray td {
	background-color: #f6f6f6;
}
#elementProperties .stats tr:hover td {
	background: #eee;
}
#elementProperties .stats .cap,
#elementProperties .stats .cap:hover td {
	border: 0 !important;
}
#elementProperties .stats .cap td {
	font-family: "robotomedium";
	font-size: 16px;
	color: #1a1a1a;
	padding: 12px 0;
}
#elementProperties .stats td {
	padding: 6px 0px;
}
#elementProperties .stats .name {
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	overflow: hidden;
	width: 40%;
}
#elementProperties .stats .name span {
	padding: 0px 12px;
}
#elementProperties .stats .analog {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 13px;
	text-decoration: none;
	color: #9d9d9d;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 1px;
}
#elementProperties .stats .analog:hover {
	color: #1a1a1a;
	border-bottom-color: #1a1a1a;
}
#elementProperties .stats .analog:active {
	position: relative;
	top: 1px;
}
#elementProperties .stats .right {
	text-align: right;
	padding-right: 10%;
}

/* Подсказки характеристик — как в фильтре */
#elementProperties .hint {
	position: relative;
	display: inline-block;
}

#elementProperties .hint .hintValue {
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
	position: absolute;
	line-height: 1.5;
	min-width: 260px;
	max-width: 360px;
	margin-top: 8px;
	font-size: 13px;
	cursor: default;
	display: none;
	padding: 14px 16px 12px;
	z-index: 10;
	top: 100%;
	right: 0;
	border-radius: 10px;
	background-clip: padding-box;
}

#elementProperties .hint .hintValue .close {
	text-decoration: none;
	position: absolute;
	font-size: 18px;
	cursor: pointer;
	z-index: 2;
	right: 8px;
	top: 6px;
	color: #9ca3af;
	transition: color 0.2s ease-in-out;
}

#elementProperties .hint .hintValue .close:hover {
	color: #000000;
}
#catalogElement .bx_pagination_bottom {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}
#files {
	margin-top: 24px;
}
#files .wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}
#files .heading {
	border-top: 1px solid #efefef;
	font-family: "robotobold";
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}
#files .items {
	overflow: hidden;
}
/* Базовый элемент документа во вкладке "Документация"
   Общий layout дальше переопределяется через flex в блоке "Files block inside tabs" */
#files .item {
	margin-bottom: 24px;
	height: 65px;
	width: 50%;
}
#files .item .tb {
	table-layout: fixed;
	display: table;
	width: 100%;
}
#files .item .tbr {
	display: flex;
	width: 100%;
}
#files .item .icon {
	vertical-align: middle;
	display: table-cell;
	width: 20%;
}
#files .item .icon a {
	display: block;
}
#files .item .icon img {
	vertical-align: middle;
	max-width: 100%;
}
#files .item .info {
	vertical-align: middle;
	display: table-cell;
	padding-right: 18px;
	width: 50%;
}
#files .item .info .name {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	display: block;
	color: #1a1a1a;
}
#files .item .info .name span {
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}
#files .item small {
	display: block;
}

/* Адаптив документации (вкладка \"Документация\") */
@media (max-width: 768px) {
	#files .wrap {
		padding: 0 16px;
	}

	#files .item {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 16px;
	}

	#files .item .icon {
		width: 48px;
	}

	#files .item .info {
		padding-right: 8px;
	}

	#files .item .info .name {
		height: auto;
		line-height: 1.3;
		font-size: 13px;
	}

	#files .item small {
		font-size: 11px;
	}
}
#video {
	margin-top: 24px;
}
#video .wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}
#video .heading {
	border-top: 1px solid #efefef;
	font-family: "robotobold";
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}
#video .items {
	overflow: hidden;
	margin: 0 -12px;
}
#video .items.sz1 {
	margin: 0;
}
#video .item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 33.33333%;
	padding: 0px 12px 24px 12px;
}
#video .item iframe {
	height: 200px;
	width: 100%;
}
#video .items.sz1 .item {
	padding: 0px;
	width: 100%;
}
#video .items.sz1 iframe {
	height: 500px;
}
#video .items.sz2 .item {
	width: 50%;
}
#video .items.sz2 iframe {
	height: 300px;
}
#elementError {
	background-color: rgba(0, 0, 0, 0.298);
	display: none;
	height: 100%;
	left: 0px;
	overflow: visible;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 998;
}
#elementErrorContainer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
	margin-left: -150px;
	margin-top: -130px;
	position: relative;
	overflow: hidden;
	color: #1a1a1a;
	width: 300px;
	z-index: 999;
	left: 50%;
	top: 50%;
}
#elementErrorContainer span.heading {
	background-color: #424242;
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#elementErrorContainer p {
	text-align: center;
	color: #1a1a1a;
	padding: 12px;
}
#elementErrorContainer #elementErrorClose {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/exit.png") 0px 0px no-repeat transparent;
	margin-bottom: 24px;
	position: absolute;
	display: block;
	height: 21px;
	right: 24px;
	width: 21px;
	top: 16px;
}
#elementErrorContainer #elementErrorClose:hover {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/exit.png") 0px -21px no-repeat transparent;
}
#elementErrorContainer #elementErrorClose:active {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/exit.png") 0px -42px no-repeat transparent;
}
#elementErrorContainer .close {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #cccccc;
	background: #424242;
	width: 140px;
	text-decoration: none;
	margin: 0px auto 12px;
}
#elementErrorContainer .close:hover {
	background: #2b2b2b;
}
#elementErrorContainer .close:active {
	position: relative;
	top: 1px;
}
#catalogElement #hint {
	position: absolute;
	z-index: 9999;
	margin: 0;
	padding: 12px 14px 12px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
	font-size: 13px;
	line-height: 1.5;
	color: #374151;
	min-width: 200px;
	max-width: 320px;
	white-space: normal;
	font-family: "Montserrat", sans-serif;
	box-sizing: border-box;
}

#catalogElement #hint span {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	display: block;
	margin-bottom: 6px;
}

#catalogElement #hint ins {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 6px;
	right: 8px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	font-size: 16px;
	color: #9ca3af;
}

#catalogElement #hint ins::before {
	content: "×";
	line-height: 1;
}

#catalogElement #hint ins:active {
	top: 7px;
}
#skuOffersTable {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
#skuOffersTable .offersTableContainer {
	box-sizing: border-box;
	padding: 0px 24px;
}
#skuOffersTable .offersTableContainerBtn {
	margin-top: 24px;
	text-align: center;
}
#skuOffersTable .catalogProductOffersNext img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
	margin-top: -2px;
}
#skuOffersTable .catalogProductOffersNext.btn-simple {
	border-radius: 4px;
	width: 156px;
}
#skuOffersTable .heading {
	font-family: "robotomedium";
	text-transform: uppercase;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}
#skuOffersTable .offersTable {
	/*border-collapse: collapse;*/
	/*border-spacing: 8px;*/
	width: 100%;
}
#skuOffersTable .tb {
	transition: all 0.2s ease-in-out;
	width: 100%;
}
#skuOffersTable .tableElem .tb:hover {
	background-color: #fdfdfd;
}
#skuOffersTable .tc {
	box-sizing: border-box;
	text-align: center;
	padding: 8px 6px;
}
#skuOffersTable .thead {
	border-radius: 4px;
	background: #f1f1f1;
}
#skuOffersTable .thead .tc {
	padding: 12px 6px;
}
#skuOffersTable .tableElem {
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	margin-top: 8px;
}
#skuOffersTable .offersTable th,
#skuOffersTable .offersTable td {
	text-align: center;
}
#skuOffersTable .offersTable th {
	background-color: #f1f1f1;
	padding: 12px 0px;
	font-weight: 400;
	font-size: 14px;
	color: #1a1a1a;
}
#skuOffersTable .offersTable td {
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	padding-bottom: 8px;
	padding-top: 8px;
}
#skuOffersTable .offersTable th {
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
}
#skuOffersTable .offersTable th:first-child,
#skuOffersTable .offersTable td:first-child {
	border-left: 1px solid #f3f3f3;
}
#skuOffersTable .offersTable th:last-child,
#skuOffersTable .offersTable td:last-child {
	border-right: 1px solid #f3f3f3;
}
#skuOffersTable .offersTable .offersName {
	text-align: left;
	width: 220px;
}
#skuOffersTable .offersTable .offersName + td {
	padding-left: 12px;
}
#skuOffersTable .offersTable .offersPicture {
	width: 96px;
}
#skuOffersTable .offersTable .offersPicture img {
	vertical-align: middle;
	max-height: 80px;
	max-width: 80px;
	height: auto;
	width: auto;
}
#skuOffersTable .offersTable .priceWrap {
	width: 184px;
}
#skuOffersTable .offersTable .quantity img {
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
	margin-top: -4px;
}
#skuOffersTable .offersTable .price {
	font-family: "robotomedium";
	position: relative;
	font-size: 16px;
}
#skuOffersTable .offersTable .quanBaskWrap {
	width: 250px;
	padding: 0;
}
#skuOffersTable .offersTable .quanBaskWrap .tc {
	width: 50%;
}
#skuOffersTable .offersTable .basket {
	padding-right: 12px;
}
#skuOffersTable .offersTable .price .priceIcon {
	margin-right: 6px;
}
#skuOffersTable .offersTable .price .lnk {
	border-bottom: 1px dashed #1a1a1a;
	transition: all 0.2s ease-in-out;
	padding-bottom: 2px;
}
#skuOffersTable .offersTable .price:hover .lnk {
	border-color: #888888;
}
#skuOffersTable .offersTable .property {
	/*font-family: "robotobold";*/
	font-size: 14px;
}
#skuOffersTable .offersTable .discount {
	font-family: "roboto_ltregular";
	position: absolute;
	font-size: 13px;
	color: #888888;
	display: block;
	right: -12px;
	top: -16px;
}
#skuOffersTable .offersTable .basket .addCart {
	/*width: 76px;*/
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	line-height: 30px;
	padding: 0 12px;
	color: #ffffff;
	height: 30px;
}
#skuOffersTable .offersTable .basket .addCart.requestPrice {
	margin-top: 0px;
}
#skuOffersTable .offersTable .basket .addCart:active {
	position: relative;
	top: 1px;
}
#skuOffersTable .offersTable .basket .addCart img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -4px;
}
#skuOffersTable .outOfStock {
	color: #888888;
}
#complect {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}
#complect .heading {
	border-top: 1px solid #efefef;
	font-family: "robotobold";
	text-transform: uppercase;
	padding: 24px 0px 12px 0;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}
#complect .complectList {
	overflow: hidden;
	margin: 0 -12px;
}
#complect .complectListItem {
	position: relative;
	height: 355px;
	float: left;
	width: 25%;
}
#complect .complectListItemWrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
}
#complect .complectListItemPicture img {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}
#complect .complectListItemPicture:hover img {
	opacity: 0.8;
}
#complect .complectListItemPicLink {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: block;
	text-align: center;
	height: 240px;
	line-height: 240px;
}
#complect .complectListItemLink {
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	text-decoration: none;
	margin-bottom: 12px;
	line-height: 44px;
	overflow: hidden;
	font-size: 14px;
	display: block;
	height: 44px;
}
#complect .complectListItemLink .middle {
	display: inline-block;
	vertical-align: top;
	line-height: 21px;
}
#complect .complectListItemPrice {
	font-family: "robotobold";
	font-size: 18px;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
}
#complect .complectListItemPrice .measure {
	font-size: 16px;
}
#complect .complectListItemPrice .discount {
	font-family: "roboto_ltregular";
	padding-left: 4px;
	font-size: 14px;
}
#complect .complectResult {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	background-color: #fdfdfd;
	padding-right: 24px;
	padding-left: 24px;
	line-height: 60px;
	overflow: hidden;
	height: 60px;
}
#complect .complectPriceResult {
	font-family: "robotobold";
	display: inline-block;
	margin-left: 12px;
	font-size: 18px;
}
#complect .complectResult .discount {
	font-family: "roboto_ltregular";
	margin-left: 12px;
	font-size: 14px;
	color: #888888;
}
#complect .complectResultEconomy {
	border-left: 1px solid #e8e8e8;
	padding-left: 24px;
	float: right;
}
#complect .complectResultEconomyValue {
	font-family: "robotobold";
	margin-left: 12px;
	font-size: 16px;
}
#complect .complectListItem:after {
	font-family: "roboto_thregular";
	transform: translateY(-50%);
	position: absolute;
	font-size: 48px;
	display: block;
	color: #888888;
	content: "+";
	right: -12px;
	top: 50%;
}
#complect .complectListItem:last-child:after,
#complect .complectListItem:nth-child(4n):after {
	display: none;
}
#zoomer {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.7);
}
#zoomer.opened {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
#zoomer #zoomerExitLink {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/exitBig.png) 0 0 no-repeat transparent;
	height: 50px;
	opacity: 0.5;
	width: 50px;
}
#zoomer #zoomerExitLink:hover {
	opacity: 0.8;
}
#zoomer #zoomerExitLink:active {
	height: 48px;
	opacity: 1;
	top: 25px;
}
#zoomerMoreImagesContainerWrapper .item {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#zoomerMoreImagesContainerWrapper .item:hover {
	opacity: 0.9 !important;
}
#zoomerMoreImagesContainerWrapper .selected {
	opacity: 1 !important;
}
#zoomerBigPrevMore,
#zoomerBigNextMore {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/carouselArrowsBig.png) 0 0 no-repeat transparent;
	opacity: 0.5;
}
#zoomerBigNextMore {
	background-position: -57px 0;
}
#zoomerNextMore,
#zoomerPrevMore {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/carouselArrows.png) 0 0 no-repeat transparent;
	opacity: 0.5;
}
#zoomerNextMore {
	background-position: -80px 0;
}
#zoomerPrevMore:hover,
#zoomerNextMore:hover,
#zoomerBigPrevMore:hover,
#zoomerBigNextMore:hover {
	opacity: 0.8;
}
#zoomerPrevMore:active,
#zoomerNextMore:active,
#zoomerBigPrevMore:active,
#zoomerBigNextMore:active {
	opacity: 1;
}
#zoomerNextMore:active {
	right: -1px !important;
}
#zoomerPrevMore:active {
	left: -1px !important;
}
#zoomerBigPrevMore:active {
	left: 23px !important;
}
#zoomerBigNextMore:active {
	right: 23px !important;
}
#zoomerMoreImagesContainerWrapper .link:active {
	position: relative;
	top: 1px;
}
.catalogProductOffersPager {
	text-align: center;
}
.catalogProductOffersNext {
	margin-top: 24px;
}
#catalogElement input[type="radio"]:not(checked) {
	position: absolute;
	opacity: 0;
}
#catalogElement input[type="radio"] + label {
	cursor: pointer;
}
#catalogElement input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}
.smallSpecialTime {
	padding-bottom: 12px;
	color: #ffffff;
	font-size: 0;
	line-height: 0;
}
.smallSpecialTime .specialTimeItem {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	overflow: hidden;
	margin-left: 4px;
	padding: 8px 0px;
	line-height: 14px;
	height: 42px;
	width: 48px;
}
.smallSpecialTime .specialTimeItem:first-child {
	margin-left: 0px;
}
.smallSpecialTime .specialTimeItemValue {
	font-family: "robotomedium";
	font-size: 14px;
}
.smallSpecialTime .specialTimeItemlabel {
	font-family: "roboto_ltregular";
	font-size: 12px;
}
.detail-text-wrap {
	box-sizing: border-box;
	margin-top: 12px;
	padding: 0 24px 24px;
	border-top: 1px solid #ededed;
}
.detail-text-wrap .heading {
	font-family: "robotomedium";
	padding: 30px 0 0px;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 400;
	color: #1a1a1a;
	text-decoration: none;
}
.new-list-items-wrap {
	box-sizing: border-box;
	margin-top: 12px;
	margin-bottom: 0;
	padding: 0 24px;
	border-top: 1px solid #ededed;
}
.new-list-items-wrap .heading {
	display: block;
	padding: 36px 0 18px;
	font-family: "robotomedium";
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 400;
	color: #1a1a1a;
	text-decoration: none;
}
.new-list-items {
	max-width: none;
	margin: 0 -12px;
	font-size: 0;
}
.new-list-items .list-item-wrap {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 12px;
	box-sizing: border-box;
}
.new-list-items .list-item {
	padding: 24px 18px;
	border: 1px solid #e7e8ea;
	border-radius: 2px;
}
.new-list-items .image {
	width: 54px;
	padding-right: 18px;
}
.new-list-items .image-container {
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.new-list-items .image-container:hover {
	opacity: 0.9;
}
.new-list-items .image-container:active {
	position: relative;
	top: 1px;
}
.new-list-items .text {
	color: #1a1a1a;
}
.new-list-items .name {
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
	max-height: 18px;
	overflow: hidden;
	text-decoration: none;
	color: #1a1a1a;
}
.new-list-items .name:active {
	position: relative;
	top: 1px;
}
.new-list-items .price {
	position: relative;
	display: inline-block;
	padding-right: 18px;
	font-size: 18px;
	font-family: "robotobold";
}
.new-list-items .old-price {
	position: absolute;
	right: 0;
	top: -12px;
	font-size: 13px;
	line-height: 15px;
	font-family: "roboto_ltregular";
	font-size: 13px;
	color: #888888;
}
.new-list-items .active-link {
	display: inline-block;
	font-family: "roboto_ltregular";
	font-size: 14px;
	color: #1a1a1a;
	text-decoration: none;
	border-bottom: 1px dashed #1a1a1a;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*����� �������*/
input + div.content {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid;
	border-block-style: groove;
	z-index: 10;
	padding: 10px;
	border-collapse: initial;
}
input:focus + div.content {
	display: block;
}
div.content:hover {
	display: block;
}
input[type="button"] {
	font-family: "FontAwesome";
	content: "f24e";
	font-size: 1.3333333333333333em;
	font-weight: 900;
	color: transparent;
	text-shadow: 0 0 0 #1a1a1a;
	position: absolute;
	width: 10px;
	cursor: pointer;
	outline: none !important;
	box-shadow: none !important;
	border: none;
	background-color: transparent;
	height: 20px;
}
.dop {
	color: darkgreen;
	position: absolute;
	padding-left: 2px;
}

/* ===== PageProduct-inspired visual tweaks for product detail ===== */

#catalogElement .new-design {
	display: flex;
	gap: 24px;
	align-items: stretch;
}

#catalogElement .left-new-design {
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
	padding: 20px 0;
}

#catalogElement .small-desc {
	padding: 0 16px;
}

#catalogElement .right-new-design {
	width: 25%;
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
	padding: 16px 16px 20px;
	max-width: 300px;
	box-sizing: border-box;
}

#catalogElement .price-zag {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

#catalogElement .price-zag p {
	margin: 0;
	font-size: 13px;
	color: #6b7280;
}

#catalogElement .vverx {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

#catalogElement .vverx .pipka {
	margin: 0;
}

/* Верхние переключатели цены (м2 / м3 / упак и т.п.) — компактные кнопки в фирменном стиле */
#catalogElement .vverx .priceChooseMeasure {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 500;
	color: #374151;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid rgba(255, 204, 51, 0.55);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	box-sizing: border-box;
}

#catalogElement .vverx .priceChooseMeasure:hover {
	background: linear-gradient(135deg, #fff7d6 0%, #fffbeb 60%, #fff7d6 100%);
	color: #111827;
	box-shadow: 0 2px 5px rgba(255, 204, 51, 0.25);
}

#catalogElement .vverx .priceChooseMeasure.priceChooseMeasure-active,
#catalogElement .vverx .priceChooseMeasure.active-price {
	background: linear-gradient(135deg, #ffcc33 0%, #ffd700 50%, #ffcc33 100%);
	background-size: 200% 200%;
	color: #1a1a1a;
	font-weight: 700;
	box-shadow:
		0 4px 12px rgba(255, 204, 51, 0.4),
		inset 0 1px 2px rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 204, 51, 0.85);
}

#catalogElement .vverx .priceChooseMeasure.priceChooseMeasure-active:hover,
#catalogElement .vverx .priceChooseMeasure.active-price:hover {
	background-position: 100% 0;
}

#catalogElement .vverx .priceChooseMeasure .priceContainer {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	font-size: 11px;
	line-height: 1.2;
}

#catalogElement .vverx .priceChooseMeasure .measure {
	font-weight: 600;
	font-size: 11px;
}

#catalogElement .upto .fullPrice_number {
	font-size: 20px;
	font-weight: 700;
	color: #111827;
}

#catalogElement .upto .price.fullPrice {
	margin: 0 0 10px 0;
}

/* Крупное отображение суммы "Итого" над блоком количества */
#catalogElement .itog .price.fullPrice.price-num .fullPrice_number {
	font-size: 24px;
	font-weight: 700;
	color: #111827;
}

/* Tabs / related products layout block */
#catalogElement .tabs-new-con {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 16px;
	gap: 24px;
}

#catalogElement .tabs-view-con {
	display: flex;
	width: 80%;
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
	padding: 16px 16px 20px;
}

#catalogElement .related-products-new-con {
	width: 25%;
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid rgba(15, 23, 42, 0.06);
	padding: 16px 16px 20px;
	max-width: 300px;
	box-sizing: border-box;
}

/* Заголовок блока "С этим товаром покупают" */
#catalogElement .related-products-new-con .heading {
	display: block;
	margin: 0 0 10px 0;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #111827;
}

/* Swiper-контейнер для аксессуаров */
#catalogElement .related-products-swiper {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
}

#catalogElement .related-products-swiper .swiper-slide {
	height: auto;
}

/* Перебиваем грид-сетку каталога для слайдера аксессуаров */
#catalogElement .related-products-new-con .items.productList {
	display: flex !important;
}

/* Карточка товара внутри правого слайдера должна полностью влезать в колонку */
#catalogElement .related-products-new-con .product-card,
#catalogElement .related-products-new-con .tsk-product-card {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}
/* === Price summary, quantity and bottom block (itog, qty, one-click, prems) === */

#catalogElement .row.columnRow {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 12px;
}

#catalogElement .itog .price-zag.ima {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
}

#catalogElement .itog .price-zag.ima p {
	margin: 0;
	font-size: 13px;
	color: #6b7280;
}

#catalogElement .itog .price.fullPrice.price-num {
	margin: 0;
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
	font-weight: 700;
}
.itog {
	display: flex;
	gap: 15px;
	flex-direction: column;
}

#catalogElement .UpakNotice {
	background: linear-gradient(135deg, #fff9e6, #fff5cc);
	border: 1px solid rgba(255, 204, 51, 0.3);
	border-radius: 12px;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 600;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 6px 10px;
	text-align: center;
	width: 100%;
	box-shadow:
		0 2px 6px rgba(255, 204, 51, 0.15),
		inset 0 1px 2px rgba(255, 255, 255, 0.6);
	transition: all 0.3s ease;
	position: relative;
	cursor: default;
	opacity: 0.7;
	pointer-events: none;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
}

#catalogElement .price-num-and-card.mainTool {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-start;
}

#catalogElement .price-num-and-card .qtyBlock.row.quant {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: #f3f4f6;
	padding: 4px;
	width: 100%;
	flex: 1 0 100%;
	box-sizing: border-box;
	justify-content: space-between;
}

#catalogElement .price-num-and-card .qtyBlock.row.quant .qty {
	flex: 1 1 auto;
	min-width: 0;
	text-align: center;
	border: none;
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	margin: 0 4px;
}

#catalogElement .price-num-and-card .qtyBlock.row.quant .minus,
#catalogElement .price-num-and-card .qtyBlock.row.quant .plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: #e5e7eb;
	color: #111827;
	text-decoration: none;
}

#catalogElement .price-num-and-card .qtyBlock.row.quant .minus i,
#catalogElement .price-num-and-card .qtyBlock.row.quant .plus i {
	font-style: normal;
}

#catalogElement .price-num-and-card .down {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

/* Сброс "кривого" display для кнопки "Запросить Спец Цену" */
#catalogElement .price-num-and-card .buto a.openWebFormModalOnhandMy {
	display: inline-flex !important;
}

#catalogElement .zapr-and-sclad {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-top: 12px;
}

#catalogElement .zapr-and-sclad .social.lala {
	display: flex;
	align-items: center;
	gap: 8px;
}

#catalogElement .zapr-and-sclad .zag-share {
	font-size: 13px;
	color: #6b7280;
}

/* Bottom advantages block (desktop / base) */
#catalogElement .prems-cont {
	margin-top: 20px;
}

#catalogElement .prems-prod .cont-by-prem {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 16px;
}

#catalogElement .prems-prod .item-prem {
	background: #ffffff;
	border-radius: 14px;
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04);
	padding: 14px 16px;
}

#catalogElement .prems-prod .cont-prems-zag {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}

#catalogElement .prems-prod .cont-prems-zag img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	flex-shrink: 0;
}

#catalogElement .prems-prod .cont-prems-zag p {
	margin: 0;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 600;
}

#catalogElement .prems-prod .desc-item-prem p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #000000;
}

#catalogElement .prems-prod .desc-item-prem a {
	color: #fbbf24;
	text-decoration: underline;
}

/* === Material calculator modal (tsk-modal) === */

.tsk-modal-toggle {
	display: none;
}

.tsk-modal-calc {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 8px;
	text-decoration: none;
}

.tsk-modal-calc p {
	margin: 0;
}

.tsk-modal {
	position: fixed;
	inset: 0;
	background: rgba(15, 23, 42, 0.45);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1300;
}

.tsk-modal-toggle:checked ~ .tsk-modal {
	display: flex;
}

.tsk-modal-content {
	background: #ffffff;
	border-radius: 16px;
	max-width: 520px;
	width: 100%;
	padding: 20px 24px 22px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
	position: relative;
	box-sizing: border-box;
}

.tsk-close {
	position: absolute;
	top: 10px;
	right: 14px;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: #000000;
}

.tsk-modal-body h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 600;
}

.tsk-modal-body #calculatedArea {
	margin-top: 4px;
	font-size: 13px;
	color: #000000;
}

.tsk-modal-body .but-and-in {
	margin-top: 12px;
	display: flex;
	gap: 8px;
	align-items: center;
}

.tsk-modal-body .but-and-in input#inputNumber {
	flex: 1;
	padding: 8px 10px;
	border-radius: 8px;
	border: 1px solid #d1d5db;
	font-size: 14px;
	box-sizing: border-box;
}

.tsk-modal-body .but-and-in .total-price-in {
	padding: 8px 14px;
	border-radius: 999px;
	border: none;
	cursor: pointer;
	background: linear-gradient(135deg, #ffcc33 0%, #ffd700 50%, #ffcc33 100%);
	color: #1a1a1a;
	font-weight: 600;
	font-size: 13px;
	white-space: nowrap;
}

.tsk-modal-body #result {
	margin-top: 12px;
	font-size: 13px;
	color: #111827;
}

.tsk-modal-body #result .total-count-modal {
	font-weight: 600;
}

.tsk-modal-body #result .total-modal-price {
	margin-top: 4px;
	font-weight: 600;
}

/* ===== Inline styles moved from template.php (product detail) ===== */

/* Product gallery (thumbnails, main image, fullscreen modal) */
.product-gallery * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.product-gallery {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	position: relative;
}

.gallery-container {
	display: flex;
	gap: 15px;
}

.gallery-thumbs {
	flex: 0 0 50px;
}

.thumbs-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 400px;
	overflow-y: auto;
	padding-right: 5px;
}

.thumbs-list::-webkit-scrollbar {
	width: 4px;
}

.thumbs-list::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.thumbs-list::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 4px;
}

.thumb-item {
	width: 50px;
	height: 50px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	transition: border-color 0.2s ease;
}

.thumb-item.active {
	border: 1px solid #ffd700;
}

.thumb-img {
	width: 100%;
	height: 100%;
	object-fit: none;
	display: block;
}

.gallery-main {
	flex: 1;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
}

.main-slider {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.slider-track {
	display: flex;
	transition: transform 0.5s ease;
	height: 100%;
}

.slide-item {
	height: 100%;
	background-color: #fff;
}

.slide-image-container {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
	cursor: pointer;
}

.left-new-design {
	width: 80%;
}

.fullscreen-icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	background: #ffffff;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 5;
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
	transition:
		background 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease;
}

.fullscreen-icon svg {
	width: 18px;
	height: 18px;
	stroke: #111827;
	stroke-width: 2;
	fill: none;
}

.fullscreen-icon:hover {
	background: #ffffff;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.18);
	transform: translateY(-1px);
}

.nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: #ffffff;
	border: none;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
	transition:
		background 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease;
	padding: 0;
}

.nav-arrow svg {
	width: 18px;
	height: 18px;
	stroke: #111827;
	stroke-width: 2;
	fill: none;
}

.nav-arrow:hover {
	background: #ffffff;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.2);
	transform: translateY(-50%) translateY(-1px);
}

.arrow-prev {
	left: 10px;
}

.arrow-next {
	right: 10px;
}

.fullscreen-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.modal-content {
	position: relative;
	width: 90%;
	height: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fullscreen-image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.close-modal {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #1a1a1a;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

.modal-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: #ffffff;
	border: none;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.25);
	transition:
		background 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease;
	padding: 0;
}

.modal-nav svg {
	width: 20px;
	height: 20px;
	stroke: #111827;
	stroke-width: 2.2;
	fill: none;
}

.modal-nav:hover {
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.32);
	transform: translateY(-50%) translateY(-1px);
}

.modal-prev {
	left: 20px;
}

.modal-next {
	right: 20px;
}
/* Small reviews/info block near article */
.reviewsBtnWrap {
	display: flex;
	align-items: center;
	gap: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e7eb;
}

.reviewsBtnWrap .label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #000000;
	text-decoration: none;
}

.reviews-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.reviews-info .countReviewsTools {
	font-size: 12px;
	line-height: 1.3;
	color: #000000;
	font-weight: 500;
}

.reviews-info .rating {
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 15px;
	width: 79px;
	margin-top: 2px;
}

.reviews-info .rating i {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/rating.png) repeat 0 0 transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}

.reviews-info .rating i.m {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/rating.png) repeat 0 -14px transparent;
	width: 0;
	z-index: 10;
}

/* Компактные звезды рейтинга в блоке рядом с количеством отзывов */
#catalogElement .reviews-info .rating.star-rating {
	gap: 2px;
}

#catalogElement .reviews-info .star-rating .star-icon {
	width: 12px;
	height: 12px;
}

.reviewsBtnWrap .row img {
	margin-top: 0px;
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.reviewsBtnWrap .row {
	margin: 0 !important;
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
}

.new-design {
	display: flex;
}

.small-desc {
	padding: 0rem 1rem;
}

.left-new-design {
	width: 80%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	padding-bottom: 1rem;
}

.reviewsBtnWrap .label {
	display: flex;
}

.reviewsBtnWrap {
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
}

.store-label {
	font-size: 13px;
	font-weight: bold;
}

/* Price block and tabs-related styles */
.price-zag.niz {
	margin-top: 0px !important;
}

/* Styles for price tabs */
.price-tab-item {
	display: inline-block;
	margin-right: 5px;
}

.price-tab-item.active .price-tab-link {
	font-weight: bold;
}

.price-tab-link {
	text-decoration: none;
}

/* Bottom per-unit prices: look like secondary text, not big CTA */
#catalogElement .vniz.price-tabs-content .price-tab-item {
	display: none;
}

#catalogElement .vniz.price-tabs-content .price-tab-item.active {
	display: inline-block;
}

#catalogElement .vniz.price-tabs-content .price-tab-item a.priceChooseMeasure {
	cursor: default;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #000000;
	font-size: 13px;
	pointer-events: none; /* делаем цену за 1 некликабельной */
}

#catalogElement .vniz.price-tabs-content .priceVal {
	font-size: 13px;
	font-weight: 500;
	color: #111827;
}

#catalogElement .vniz.price-tabs-content .priceChooseMeasure.active-price,
#catalogElement
	.vniz.price-tabs-content
	.priceChooseMeasure.priceChooseMeasure-active {
	background: transparent;
	color: #111827;
}

/* Tabs container above characteristics / description / reviews */
.tabs-new-con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tabs-new-con .tab-znak {
	font-size: 12px;
}

.tabsContainer {
	width: 100%;
}

.tabList {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px;
	background-color: #f3f4f6;
	border-radius: 999px;
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.tabButton {
	position: relative;
	padding: 8px 18px;
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 13px;
	line-height: 1.2;
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	border-radius: 999px;
	transition:
		color 0.2s ease,
		background 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.1s ease;
	white-space: nowrap;
}

.LeftCont {
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	width: 80%;
	padding-bottom: 1rem;
	font-size: 13px;
}

.tabButton:hover {
	background-color: #e5e7eb;
	color: #111827;
}

.tabButton.active {
	background: linear-gradient(135deg, #ffcc33 0%, #ffd700 50%, #ffcc33 100%);
	border: 1px solid rgba(255, 204, 51, 0.95);
	color: #1a1a1a;
	font-weight: 600;
	box-shadow:
		0 4px 10px rgba(15, 23, 42, 0.12),
		inset 0 1px 2px rgba(255, 255, 255, 0.8);
}

.tabContentContainer {
	position: relative;
	overflow: hidden;
}

.tabContent {
	padding: 20px;
	border-top: none;
	font-size: 13px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
	box-sizing: border-box;
}

.tabContent.activeContent {
	opacity: 1;
	visibility: visible;
	position: relative;
}

.characteristicsContainer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.characteristicsColumn {
	display: flex;
	flex-direction: column;
}

.characteristicItem {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
}

.characteristicLabel {
	font-weight: bold;
	color: #666;
}

.characteristicValue {
	color: #333;
}

.docLink {
	color: #0066cc;
	text-decoration: none;
}

.docLink:hover {
	text-decoration: underline;
}

.review {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.review h4 {
	margin: 0 0 5px 0;
}

.rating {
	color: #ffc107;
}

/* Files block inside tabs (аккуратная сетка документов) */
/* Files block inside tabs (аккуратная сетка документов) */
#documentation-panel #files .wrap {
	margin-bottom: 20px;
	padding: 0 24px;
}

#documentation-panel #files .items {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

#documentation-panel #files .item {
	flex: 1 1 280px;
	max-width: 360px;
	margin: 0;
	padding: 10px 12px;
	height: auto;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #e5e7eb;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
	box-sizing: border-box;
}

#documentation-panel #files .item:hover {
	border-color: rgba(255, 204, 51, 0.7);
	box-shadow:
		0 4px 12px rgba(15, 23, 42, 0.12),
		0 0 0 1px rgba(255, 204, 51, 0.15);
	transform: translateY(-1px);
	transition:
		border-color 0.18s ease,
		box-shadow 0.18s ease,
		transform 0.18s ease;
}

#documentation-panel #files .tb {
	display: table;
	width: 100%;
}

#documentation-panel #files .tbr {
	display: table-row;
}

#documentation-panel #files .icon {
	display: table-cell;
	vertical-align: middle;
	width: 40px;
}

#documentation-panel #files .icon img {
	max-width: 32px;
	max-height: 32px;
}

#documentation-panel #files .info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
	width: auto;
}

#documentation-panel #files .name {
	display: block;
	color: #111827;
	text-decoration: none;
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 600;
}

#documentation-panel #files .name span {
	word-break: break-word;
}

#documentation-panel #files .parentName {
	color: #6b7280;
	font-size: 12px;
}

/* Адаптив PDF‑файлов во вкладке "Документация" */
@media (max-width: 1024px) {
	#documentation-panel #files .wrap {
		padding: 0 16px;
	}

	#documentation-panel #files .items {
		gap: 12px;
	}

	#documentation-panel #files .item {
		flex: 1 1 calc(50% - 12px);
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	#documentation-panel #files .wrap {
		padding: 0 12px 16px;
	}

	#documentation-panel #files .item {
		flex: 1 1 100%;
	}

	#documentation-panel #files .tb {
		display: flex;
		align-items: flex-start;
	}

	#documentation-panel #files .icon {
		width: 40px;
		min-width: 40px;
		max-width: 40px;
		flex: 0 0 40px;
	}

	#documentation-panel #files .icon a {
		display: block;
		width: 100%;
		height: auto;
	}

	#documentation-panel #files .icon img {
		display: block;
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: 40px;
	}

	#documentation-panel #files .info {
		padding-left: 10px;
		width: 100%;
	}

	#documentation-panel #files .name {
		font-size: 13px;
		line-height: 1.3;
		word-break: break-word;
	}

	#documentation-panel #files .parentName {
		font-size: 11px;
	}
}

@media (max-width: 480px) {
	#documentation-panel #files .wrap {
		padding: 0 10px 14px;
	}

	#documentation-panel #files .item {
		padding: 8px 10px;
	}

	#documentation-panel #files .icon {
		width: 32px;
		flex: 0 0 32px;
	}

	#documentation-panel #files .name {
		font-size: 12px;
	}
}

/* Video tab styles */
#video .wrap {
	margin-top: 15px;
}

#video .items {
	display: flex;
	flex-wrap: wrap;
}

#video .item {
	flex: 1;
	min-width: 300px;
	margin: 0 15px 15px 0;
}

.videoFrame {
	width: 100%;
	height: 250px;
	border: none;
}
.up-container {
	display: flex;
	gap: 20px;
}
.image-cont,
.small-desc {
	width: 50%;
}
/* TechnoSonus button small tweak */
.button-technosonus.prod-sklad-a p {
	margin: 0;
}

/* Product characteristics block (cards-style table, new design) */
#catalogElement .changePropertiesNoGroup {
	width: 100%;
	box-sizing: border-box;
	margin-top: 30px;
	margin-bottom: 0;
}

#catalogElement .product-characteristics {
	margin-top: 16px;
	margin-bottom: 0;
	padding: 14px 18px 16px;
	border-radius: 12px;
	border: 1px solid rgba(15, 23, 42, 0.06);
	background: #ffffff;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
	font-family: "Montserrat", sans-serif;
}

#catalogElement .characteristics-title {
	font-size: 15px;
	font-weight: 700;
	color: #111827;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
	margin-bottom: 10px;
	letter-spacing: 0.01em;
}

#catalogElement .characteristics-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

#catalogElement .characteristics-table tr {
	border-bottom: 1px solid #f3f4f6;
}

#catalogElement .characteristics-table tr:nth-child(odd) {
	background-color: #f9fafb;
}

#catalogElement .characteristics-table tr:last-child {
	border-bottom: none;
}

#catalogElement .characteristics-table td {
	padding: 9px 14px 9px 4px;
	line-height: 1.4;
	box-sizing: border-box;
}

#catalogElement .property-name {
	color: #6b7280;
	font-size: 12px;
	font-weight: 500;
	text-transform: none;
	width: 16.66%;
	padding-right: 8px;
	vertical-align: middle;
}

#catalogElement .property-value {
	color: #111827;
	font-size: 13px;
	font-weight: 600;
	width: 16.66%;
	padding-right: 16px;
	vertical-align: middle;
}

/* Ссылки внутри характеристик — не синие, а под фирменный стиль */
#catalogElement .characteristics-table a {
	color: #111827;
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px dashed rgba(17, 24, 39, 0.25);
	transition: all 0.2s ease-in-out;
}

#catalogElement .characteristics-table a:hover {
	color: #1a1a1a;
	border-bottom-color: #fbbf24;
}

#catalogElement .characteristics-table a:active {
	transform: translateY(1px);
}

#catalogElement .scroll-text-tab a {
	font-size: 14px;
}
/* ===== Характеристики: dvice-conts / properties-cont-dv / property-cont ===== */

.dvice-conts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 24px;
	padding: 16px 18px;
	border-radius: 12px;
	border: 1px solid rgba(15, 23, 42, 0.06);
	background: #ffffff;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
	font-family: "Montserrat", sans-serif;
	box-sizing: border-box;
}

.properties-cont-dv {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.property-cont {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	column-gap: 8px;
	padding: 6px 0;
	border-bottom: 1px solid #f3f4f6;
}

.property-cont:last-child {
	border-bottom: none;
}

.propname {
	color: #6b7280;
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dvoyka {
	position: relative;
	height: 1px;
	overflow: hidden;
}

.dvoyka::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: 1px dashed rgba(209, 213, 219, 0.9);
}

.propvalue {
	text-align: right;
	color: #111827;
	font-size: 13px;
	font-weight: 600;
	white-space: normal;
}

.propvalue a {
	color: #111827;
	text-decoration: none;
	border-bottom: 1px dashed rgba(17, 24, 39, 0.25);
	transition: all 0.2s ease-in-out;
}

.propvalue a:hover {
	color: #1a1a1a;
	border-bottom-color: #fbbf24;
}

/* ============================================
   Адаптивная сетка карточки товара (новая)
   ============================================ */

@media (max-width: 1024px) {
	/* Верхний блок карточки и блок с табами/аксессуарами в один столбец */
	#catalogElement .new-design,
	#catalogElement .tabs-new-con {
		flex-direction: column;
		gap: 16px;
	}
	#catalogElement .left-new-design {
		border: none;
	}

	#catalogElement .left-new-design,
	#catalogElement .right-new-design,
	#catalogElement .tabs-view-con,
	#catalogElement .related-products-new-con {
		width: 100%;
		max-width: 100%;
	}

	#catalogElement .right-new-design,
	#catalogElement .related-products-new-con {
		margin-top: 12px;
	}
}

@media (max-width: 900px) {
	/* Таб-меню переводим в горизонтальный скролл */
	.tabList {
		display: flex;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.tabList::-webkit-scrollbar {
		display: none;
	}

	.tabButton {
		flex: 0 0 auto;
		padding: 8px 15px;
		font-size: 11px;
	}

	.tabContent {
		padding: 16px;
	}

	/* Карточки отзывов и форма отзыва в одну колонку */
	#catalogElement #catalogReviews .reviewTable {
		flex-direction: column;
	}

	#catalogElement #catalogReviews .reviewColumn {
		width: 100%;
		padding: 4px 0;
	}

	#catalogElement #newReview .newReviewTable {
		flex-direction: column;
	}

	#catalogElement #newReview .newReviewTable .left,
	#catalogElement #newReview .newReviewTable .right {
		min-width: 100%;
	}

	#catalogElement #newReview input {
		width: 100%;
	}

	/* Файлы и видео – по одному в строке */
	#files .item {
		flex: 0 0 100%;
		width: 100%;
	}

	#video .item {
		min-width: 100%;
	}

	.videoFrame {
		height: 200px;
	}
}

@media (max-width: 768px) {
	/* Верхний блок: галерея над коротким описанием */
	.tabList {
		gap: 0px;
	}
	.tabButton {
		flex: 0 0 auto;
		padding: 8px 12px;
		font-size: 11px;
	}
	#catalogElement .new-design {
		gap: 12px;
	}

	#catalogElement .up-container {
		flex-direction: column;
		gap: 12px;
	}

	#catalogElement .image-cont,
	#catalogElement .small-desc {
		width: 100%;
		padding: 0px;
	}

	.product-gallery {
		max-width: 100%;
	}

	.main-slider {
		height: 300px;
	}

	.nav-arrow {
		width: 30px;
		height: 30px;
	}

	/* Колонки с ценой и количеством подстраиваем под узкий экран */
	#catalogElement .price-num-and-card.mainTool {
		flex-direction: column;
	}

	#catalogElement .price-num-and-card .qtyBlock.row.quant {
		flex: 0 0 auto;
		width: 100%;
	}

	#catalogElement .price-num-and-card .down {
		width: 100%;
	}

	/* Таблицы характеристик и блок dvice-conts */
	/* Основные характеристики: вместо горизонтального скролла делаем пары "название / значение"
	   в две колонки, а пары располагаются друг под другом. */
	#catalogElement .characteristics-table {
		display: block;
		width: 100%;
		overflow-x: visible;
	}

	#catalogElement .characteristics-table tbody,
	#catalogElement .characteristics-table tr {
		display: block;
		width: 100%;
	}

	#catalogElement .characteristics-table tr {
		border-bottom: 1px solid #f3f4f6;
	}

	#catalogElement .characteristics-table td {
		text-align: left;
		display: inline-block;
		box-sizing: border-box;
		width: 50%;
		padding: 8px 8px;
		vertical-align: top;
	}

	#catalogElement .property-name {
		width: 50%;
		white-space: normal;
		font-size: 11px;
	}

	#catalogElement .property-value {
		width: 50%;
		white-space: normal;
		font-size: 13px;
	}

	.dvice-conts {
		grid-template-columns: 1fr;
		padding: 12px 14px;
	}

	.property-cont {
		grid-template-columns: 1fr;
		row-gap: 2px;
	}

	.dvoyka {
		display: none;
	}

	.propvalue {
		text-align: left;
	}
}

/* Адаптив блока преимуществ под ценой (prems-prod) */
@media (max-width: 1024px) {
	#catalogElement .prems-prod .cont-by-prem {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	#catalogElement .prems-prod .item-prem {
		padding: 12px 14px;
	}

	#catalogElement .prems-prod .cont-prems-zag p {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	#detailText .changeDescription {
		padding-top: 10px;
	}
	.tabContent {
		padding: 0px;
	}
	#catalogElement .prems-cont {
		margin-top: 16px;
	}

	#catalogElement .prems-prod .cont-by-prem {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	#catalogElement .prems-prod .item-prem {
		padding: 10px 12px;
	}

	#catalogElement .prems-prod .cont-prems-zag img {
		width: 26px;
		height: 26px;
	}

	#catalogElement .prems-prod .cont-prems-zag p {
		font-size: 13px;
	}

	#catalogElement .prems-prod .desc-item-prem p {
		font-size: 12px;
		line-height: 1.4;
	}
	#catalogElement .tabs-view-con {
		padding: 0;
	}
	.tabList {
		border-radius: 8px;
		box-shadow: none;
		display: flex;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: row;
	}
}

/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/review.css?177383973910249*/
/* Новый дизайн блока отзывов в карточке товара */

#catalogElement #catalogReviews {
	margin-top: 10px;
	margin-bottom: 20px;
}

#catalogElement #catalogReviews .heading {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 12px;
	padding: 0 0 10px;
	border: none;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #111827;
}

#catalogElement #catalogReviews .heading .ratingContainer {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
	flex-wrap: nowrap;
}

#catalogElement #catalogReviews .heading .ratingContainer .label {
	font-size: 12px;
	color: #6b7280;
	font-weight: 500;
}

#catalogElement #catalogReviews .reviewAddButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #1a1a1a;
	background: linear-gradient(135deg, #ffcc33 0%, #ffd700 50%, #ffcc33 100%);
	border: 1px solid rgba(255, 204, 51, 0.95);
	box-shadow:
		0 4px 10px rgba(15, 23, 42, 0.12),
		inset 0 1px 2px rgba(255, 255, 255, 0.8);
	white-space: nowrap;
	max-width: 100%;
}

#catalogElement #catalogReviews .reviewAddButton:hover {
	filter: brightness(1.03);
}

#catalogElement #catalogReviews .catalogReviewsContainer {
	margin-top: 10px;
}

#catalogElement #catalogReviews ul#reviews {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#catalogElement #catalogReviews .reviewItem {
	margin: 0;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid rgba(15, 23, 42, 0.06);
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
}

#catalogElement #catalogReviews .reviewTable {
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
	row-gap: 8px;
}

#catalogElement #catalogReviews .reviewColumn {
	flex: 1;
	min-width: 220px;
	padding: 4px 0;
}

#catalogElement #catalogReviews .reviewDate,
#catalogElement #catalogReviews .reviewName,
#catalogElement #catalogReviews .reviewRating {
	margin-bottom: 8px;
}

#catalogElement #catalogReviews .reviewRating {
	display: flex;
	align-items: center;
	gap: 6px;
}

#catalogElement #catalogReviews .reviewRating .ratingValue {
	font-size: 12px;
	color: #6b7280;
}

#catalogElement #catalogReviews .reviewDate .label,
#catalogElement #catalogReviews .reviewName .label,
#catalogElement #catalogReviews .advantages .label,
#catalogElement #catalogReviews .limitations .label,
#catalogElement #catalogReviews .impressions .label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #9ca3af;
	margin-bottom: 2px;
}

#catalogElement #catalogReviews .reviewDate,
#catalogElement #catalogReviews .reviewName {
	font-size: 13px;
	color: #111827;
}

#catalogElement #catalogReviews .advantages p,
#catalogElement #catalogReviews .limitations p,
#catalogElement #catalogReviews .impressions p {
	margin: 0;
	font-size: 13px;
	color: #374151;
}

#catalogElement #catalogReviews .advantages,
#catalogElement #catalogReviews .limitations,
#catalogElement #catalogReviews .impressions {
	margin-bottom: 10px;
}

#catalogElement #catalogReviews .controls {
	margin-top: 10px;
	font-size: 12px;
	color: #6b7280;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

#catalogElement #catalogReviews .controls a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid #e5e7eb;
	background: #f9fafb;
	color: #374151;
	text-decoration: none;
	transition: all 0.2s ease;
	max-width: 100%;
	box-sizing: border-box;
}

#catalogElement #catalogReviews .controls a:hover {
	background: #eef2ff;
	border-color: #c7d2fe;
	color: #111827;
}

#catalogElement #catalogReviews .rating {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.star-rating .star-icon {
	width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.star-rating .star-icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.star-rating .star-icon--filled img {
	content: url("/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../images/starActive.svg");
}

#catalogElement #catalogReviews .noReviewsYet {
	margin: 6px 0 0;
	font-size: 13px;
	color: #6b7280;
}

@media (max-width: 899px) {
	#catalogElement #catalogReviews .heading {
		align-items: flex-start;
	}

	#catalogElement #catalogReviews .heading .ratingContainer {
		width: 100%;
		justify-content: flex-start;
		margin-left: 0;
	}

	#catalogElement #catalogReviews .reviewAddButton {
		order: 3;
	}

	#catalogElement #catalogReviews .controls {
		flex-direction: column;
		align-items: flex-start;
	}
}

#catalogElement #newReview {
	display: none;
	background: #ffffff;
	border-radius: 16px;
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
	margin-top: 20px;
}

#catalogElement #newReview .heading {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #111827;
	padding: 18px 24px 10px;
	border-bottom: 1px solid #f3f4f6;
	display: block;
}

#catalogElement #newReview form {
	padding: 0 24px 20px;
}

#catalogElement #newReview ins {
	text-decoration: none;
	margin-bottom: 4px;
	font-size: 14px;
	display: block;
}

#catalogElement #newReview #newRating {
	position: relative;
	margin: 12px 0 18px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

#catalogElement #newReview .rating {
	display: inline-block;
	cursor: pointer;
	position: relative;
	height: 18px;
	width: 90px; /* 5 звёзд по ~18px */
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../images/star.svg) repeat-x left center / 18px 18px
		transparent;
}

#catalogElement #newReview .rating i {
	background: none;
	height: 18px;
	width: 90px;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}

#catalogElement #newReview .rating i.m {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../images/starActive.svg) repeat-x left center / 18px 18px
		transparent;
	width: 0;
	z-index: 10;
}

#catalogElement #newReview .usedSelect {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0;
	margin: 4px 0 10px;
}

#catalogElement #newReview .usedSelect li {
	margin: 0;
}

#catalogElement #newReview .usedSelect li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	border: 1px solid #e5e7eb;
	background: #f9fafb;
	color: #374151;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
}

#catalogElement #newReview .usedSelect li a:hover {
	background: #fffbeb;
	border-color: rgba(255, 204, 51, 0.7);
	color: #111827;
}

#catalogElement #newReview .usedSelect li a.selected {
	background: linear-gradient(
		135deg,
		#ffcc33 0%,
		#ffd700 50%,
		#ffcc33 100%
	) !important;
	border-color: rgba(255, 204, 51, 0.95);
	color: #1a1a1a;
	font-weight: 600;
	box-shadow:
		0 3px 8px rgba(15, 23, 42, 0.15),
		inset 0 1px 2px rgba(255, 255, 255, 0.8);
}

#catalogElement #newReview table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 16px 0;
}

#catalogElement #newReview table td {
	vertical-align: top;
	width: 50%;
	padding: 4px 0;
}

#catalogElement #newReview table td:first-child {
	padding-right: 8px;
}

/* Две колонки left / right внутри формы отзыва */
#catalogElement #newReview .newReviewTable {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
}

#catalogElement #newReview .newReviewTable .left,
#catalogElement #newReview .newReviewTable .right {
	flex: 1 1 0;
	min-width: 260px;
}

#catalogElement #newReview label {
	display: block;
	margin: 10px 0 6px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	color: #4b5563;
}

#catalogElement #newReview textarea {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	font-family: "Montserrat", sans-serif;
	padding: 10px 12px;
	background: #fff;
	resize: vertical;
	min-height: 90px;
	width: 100%;
}

#catalogElement #newReview textarea:focus {
	outline: none;
	border: 1px solid rgba(255, 204, 51, 0.95);
	box-shadow: 0 0 0 1px rgba(255, 204, 51, 0.25);
}

#catalogElement #newReview input {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	border: 1px solid #e5e7eb;
	display: inline-block;
	margin-bottom: 12px;
	vertical-align: top;
	background: #fff;
	padding: 10px 12px;
	height: 43px;
	width: 50%;
	border-radius: 8px;
}

#catalogElement #newReview input:focus {
	border: 1px solid rgba(255, 204, 51, 0.95);
	box-shadow: 0 0 0 1px rgba(255, 204, 51, 0.25);
}

#catalogElement #newReview .submit {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	margin-left: 8px;
	color: #1a1a1a;
	height: 40px;
	padding: 0 18px;
	min-width: 120px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	background: linear-gradient(
		135deg,
		#ffcc33 0%,
		#ffd700 50%,
		#ffcc33 100%
	) !important;
	border: 1px solid rgba(255, 204, 51, 0.95);
	box-shadow:
		0 4px 10px rgba(15, 23, 42, 0.12),
		inset 0 1px 2px rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
	#catalogElement #newReview .newReviewTable {
		flex-direction: column;
	}
}

#catalogElement #newReview .submit:active {
	position: relative;
	top: 1px;
}

#catalogElement #newReview .reviewError {
	overflow: hidden;
	padding: 0px 24px 0px 24px;
}

#catalogElement #newReview .reviewError .cap {
	color: #1a1a1a;
	font-size: 16px;
}

#catalogElement #newReview .reviewError img {
	vertical-align: middle;
	float: left;
	margin-right: 24px;
}

#catalogElement .countReviewsTools {
	cursor: pointer;
}

/* End */


/* Start:/local/templates/dresscodeV2/vendor/swiper/swiper-bundle.min.css?177271543818454*/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog.section/related_swiper/style.css?1773836576656*/
/* Пагинация слайдера аксессуаров — ниже карточки и в фирменном жёлтом */
#catalogElement .related-products-new-con .related-products-swiper .swiper-pagination {
	position: static;
	margin-top: 8px;
	margin-bottom: 2px;
	text-align: center;
}

#catalogElement .related-products-new-con .related-products-swiper .swiper-pagination-bullet {
	background: #fbbf24;
	opacity: 0.4;
	width: 6px;
	height: 6px;
	margin: 0 3px !important;
}

#catalogElement .related-products-new-con .related-products-swiper .swiper-pagination-bullet-active {
	background: #ffb800;
	opacity: 1;
	transform: scale(1.2);
}


/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/system.pagenavigation/round/style.css?17727030592400*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span {
	-webkit-transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
	-moz-transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
	-ms-transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
	-o-transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
	transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span {
	background: #dadada;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #dadada;
	color: #1a1a1a;
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/form.result.new/modal/style.css?17745925999507*/
#reloadCaptcha {
	font-size: 13px;
	color: #4b5563;
	padding: 6px 0;
	display: inline-block;
}

/* Оверлей модального окна — приводим к такому же виду, как #requestPrice / #appFastBuy */
.webformModal {
	position: fixed;
	inset: 0;
	background: rgba(15, 23, 42, 0.45);
	display: none;
	z-index: 1300;
	padding: 16px;
	box-sizing: border-box;
	color: #111827;
	font-family: "Montserrat", "Roboto", Arial, sans-serif;
	font-size: 14px;
}

.webformModal.visible {
	display: flex;
	align-items: center;
	justify-content: center;
}

.webformModalHideScrollBar,
.webformModalcn100 {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Контейнер модального окна — стилистика как у .request-price-modal / .fastbuy-modal */
.webformModalContainer {
	background: #ffffff;
	border-radius: 16px;
	max-width: 720px;
	width: 100%;
	padding: 20px 24px 22px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
}

.small .webformModalContainer {
	max-width: 520px;
	border-radius: 16px;
}

.webFormDw form {
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
}

.webFormDw form.loading {
	pointer-events: none;
	opacity: 0.8;
}

/* Шапка модалки */
.webFormModalHeading {
	margin: 0 0 12px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e7eb;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	color: #111827;
	position: relative;
}

.webformModal .webFormModalHeadingExit {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	width: 24px;
	right: 0;
	top: 2px;
	background: none;
	cursor: pointer;
}

.webformModal .webFormModalHeadingExit::before {
	content: "×";
	font-size: 22px;
	line-height: 1;
	color: #4b5563;
}

.webFormDescription {
	margin: 2px 0 0 0;
	max-width: 800px;
	font-size: 13px;
	color: #4b5563;
}

.webformModal .webFormDescription,
.webformModal .webFormItems,
.webformModal .webFormTools,
.webformModal .webFormError {
	padding: 0;
}

.webFormItems {
	margin-top: 8px;
}

.webFormItem {
	margin-top: 10px;
}

.webFormItemCaption {
	margin-top: 6px;
	line-height: 1.4;
	font-size: 13px;
	font-weight: 500;
	color: #374151;
	display: flex;
	align-items: center;
	gap: 6px;
}

.webFormItemImage {
	vertical-align: middle;
	display: inline-block;
	padding-right: 0;
	max-height: 20px;
}

.webFormItemLabel {
	display: inline-block;
	color: #374151;
}

.webFormItemRequired {
	display: inline-block;
	padding-left: 2px;
	color: #ef4444;
}

.webFormItemFieldVariant {
	display: inline-block;
	margin-left: 12px;
}

.webFormItemFieldVariant:first-child {
	margin-left: 0;
}

/* Поля формы в стиле модалок быстрого заказа */
.webFormItemField input[type="password"],
.webFormItemField input[type="text"],
.webFormItemField select,
.webFormItemField .inputtext {
	transition: all 0.15s ease-in-out;
	box-sizing: border-box;
	font-family: "Montserrat", "Roboto", Arial, sans-serif;
	border-radius: 8px;
	border: 1px solid #d1d5db;
	padding: 8px 10px;
	max-width: 100%;
	font-size: 14px;
	color: #111827;
	outline: none;
	height: auto;
	width: 100%;
}

.webFormItemField textarea,
.webFormItemField .inputtextarea {
	transition: all 0.15s ease-in-out;
	box-sizing: border-box;
	font-family: "Montserrat", "Roboto", Arial, sans-serif;
	border-radius: 8px;
	border: 1px solid #d1d5db;
	padding: 8px 10px;
	max-width: 100%;
	font-size: 14px;
	color: #111827;
	outline: none;
	width: 100%;
	min-height: 70px;
	max-height: 140px;
	resize: vertical;
}

.webFormItemField input[id*="form_date_"] {
	margin-bottom: 6px;
}

.webFormItemField input[type="text"]:focus,
.webFormItemField input[type="password"]:focus,
.webFormItemField textarea:focus,
.webFormItemField .inputtext:focus,
.webFormItemField .inputtextarea:focus {
	border-color: #2563eb;
	box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
}

/* Чекбоксы и радиокнопки для обычных полей (если есть) */
.webFormItemField input[type="checkbox"] + label,
.webFormItemField input[type="radio"] + label {
	cursor: pointer;
	font-size: 12px;
}

.webFormItemField input[type="checkbox"]:not(checked),
.webFormItemField input[type="radio"]:not(checked) {
	position: absolute;
	opacity: 0;
}

.webFormItemField input[type="checkbox"]:not(checked) + label,
.webFormItemField input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 26px;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:before,
.webFormItemField input[type="radio"]:not(checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 2px solid #d1d5db;
	background: #fff;
}

.webFormItemField input[type="checkbox"].error + label:before {
	border-color: #f87171 !important;
}

.webFormItemField input[type="checkbox"]:checked + label:before,
.webFormItemField input[type="radio"]:checked + label:before {
	background: #ffcc33;
	border-color: #ffcc33;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f2937' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
}

.webFormItemField img.calendar-icon {
	vertical-align: middle !important;
	margin: 0 0 0 4px !important;
	border: 0 !important;
}

.webFormItemField [multiple] {
	line-height: 1.4;
	height: auto;
	padding: 8px 10px;
}

/* Капча */
.webFormCaptchaPicture {
	margin-top: 10px;
	font-size: 12px;
	color: #6b7280;
}

.webFormCaptchaPicture img {
	vertical-align: middle;
	max-width: 100%;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
}

.webFormCaptchaLabel {
	margin: 10px 0 6px;
	font-size: 13px;
	color: #374151;
}

.webFormItemField input.captcha_word {
	max-width: 260px;
}

/* Блок согласия на персональные данные внутри модалки */
.personalInfo {
	margin-top: 10px;
	font-size: 12px;
	color: #4b5563;
}

.personalInfo .webFormItemField {
	display: flex;
	align-items: flex-start;
}

.personalInfoField {
	position: absolute;
	opacity: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	cursor: pointer;
}

.label-for {
	position: relative;
	padding-left: 28px;
	min-height: 20px;
	display: block;
	align-items: center;
	cursor: pointer;
	color: #4b5563;
}

.label-for::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 2px solid #d1d5db;
	background: #fff;
}

.personalInfoField:checked + .label-for::before {
	background: #ffcc33;
	border-color: #ffcc33;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f2937' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
}

.label-for .webFormItemRequired {
	padding-left: 2px;
}

.pilink {
	color: #1d4ed8;
	text-decoration: underline;
}

/* Ошибки */
.webFormItemError,
.webFormError {
	margin-bottom: 6px;
	font-size: 12px;
	color: #ef4444;
	display: none;
}

.webFormError {
	margin-top: 14px;
}

.webFormItemError.visible,
.webFormError.visible {
	display: block;
}

.webFormItemField .error {
	border-color: #f87171 !important;
	box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.35);
}

/* Низ модалки: кнопки */
.webFormTools {
	box-sizing: border-box;
	margin-top: 16px;
	font-size: 12px;
	color: #6b7280;
}

.webFormTools .tb {
	display: flex;
	gap: 10px;
	align-items: center;
}

.webFormTools .tc {
	flex: 1;
}

.webFormTools input[type="submit"],
.webFormTools input[type="reset"] {
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	border-radius: 999px;
	line-height: 1.2;
	font-size: 13px;
	cursor: pointer;
	outline: none;
	height: 40px;
	width: 100%;
	padding: 0 14px;
	border: 1px solid #e5e7eb;
	background-color: #f9fafb;
	color: #111827;
	font-weight: 600;
}

.webFormTools input[type="submit"] {
	background: linear-gradient(135deg, #ffcc33 0%, #ffd700 50%, #ffcc33 100%);
	border-color: rgba(255, 204, 51, 0.95);
	color: #1a1a1a;
	box-shadow:
		0 4px 10px rgba(15, 23, 42, 0.12),
		inset 0 1px 2px rgba(255, 255, 255, 0.8);
}

.webFormTools input[type="submit"]:hover {
	filter: brightness(1.03);
	box-shadow:
		0 6px 14px rgba(15, 23, 42, 0.18),
		inset 0 1px 2px rgba(255, 255, 255, 0.9);
}

.webFormTools input[type="reset"]:hover {
	background-color: #f3f4f6;
}

.webFormTools input[type="submit"]:active,
.webFormTools input[type="reset"]:active {
	transform: translateY(1px);
}

.sendWebFormDw {
	/* для совместимости: класс на submit */
}

.webFormMessage {
	display: none;
}

/* Отключаем скролл фона при открытой модалке */
body.webform-modal-open {
	overflow: hidden;
}

@media all and (max-width: 640px) {
	.webformModal {
		padding: 12px;
	}

	.webformModalContainer {
		max-width: 100%;
		padding: 16px 16px 18px;
		border-radius: 12px;
	}

	.webFormModalHeading {
		font-size: 16px;
	}

	.webFormTools .tb {
		flex-direction: row;
	}
	.webFormItemField textarea,
	.webFormItemField .inputtextarea {
		min-height: 50px;
		max-height: 50px;
	}
}

/* End */
/* /local/templates/dresscodeV2/components/dresscode/catalog/.default/style.css?17739207005064 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.item/detail/style.css?177556257374860 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/review.css?177383973910249 */
/* /local/templates/dresscodeV2/vendor/swiper/swiper-bundle.min.css?177271543818454 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.section/related_swiper/style.css?1773836576656 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/round/style.css?17727030592400 */
/* /local/templates/dresscodeV2/components/bitrix/form.result.new/modal/style.css?17745925999507 */
