

/* Start:/local/templates/dresscodeV2/components/bitrix/news/brands/style.css?17739194805676*/
.brandsHeading {
	border-top: 1px solid #e7e8ea;
	padding-top: 24px;
}

.brandsDescription {
	margin-bottom: 24px;
	color: #888888;
	font-size: 12px;
}

.brandsBigPicture {
	margin-top: 24px;
	margin-bottom: 24px;
}

.backToList {
	margin-bottom: 24px;
	margin-top: 12px;

	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease,
		color 0.2s ease;
	text-decoration: none;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	color: #111827;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.10);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
	width: fit-content;
}

.backToList:hover {
	color: #fcb514;
	border-color: rgba(255, 204, 51, 0.55);
	box-shadow:
		0 6px 16px rgba(15, 23, 42, 0.08),
		0 2px 6px rgba(255, 204, 51, 0.15);
	transform: translateY(-1px);
}

.backToList:focus-visible {
	outline: none;
	box-shadow:
		0 0 0 3px rgba(255, 204, 51, 0.25),
		0 6px 16px rgba(15, 23, 42, 0.08),
		0 2px 6px rgba(255, 204, 51, 0.15);
}

.backToList:active {
	position: relative;
	top: 1px;
}

#left .heading .arrow {
	background-position: -27px 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#left .heading.opened .arrow {
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#nextSection {
	border-right: 1px solid #e7e8ea;
	border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
	margin-bottom: 24px;
	border-radius: 4px;
	margin-top: 24px;
}

#nextSection .title {
	background-color: #f3f3f3;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	cursor: pointer;
	font-size: 14px;
	display: block;
}

#nextSection ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nextSection li,
#nextSection .title {
	border-bottom: 1px solid #e7e8ea;
}

/*#nextSection li{
	padding: 12px 24px;
}*/

#nextSection li a {
	-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;
	display: inline-block;
	padding: 12px 24px;
	font-size: 13px;
	color: #1a1a1a;
}

#nextSection li a:hover,
#nextSection li .selected {
	color: #ffa800;
}

#nextSection li .cnt {
	color: #888888;
	float: right;
}

@media all and (max-width: 700px) {
	.backToList {
		float: none;
		margin: 18px 0;
		width: 100%;
		max-width: 520px;
	}
}

/* ===== Brand list page (/brands/) — TSK style (как brands.list/.default) ===== */
#brandList.brandlist-page{
	background-color: #ffffff;
	padding: 32px 0 40px;
	margin: 0;
}

#brandList.brandlist-page .tsk-brand-list-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

#brandList.brandlist-page .tsk-brand-title-stamp{
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	color: #1a1a1a;
	border: none;
	padding: 0;
	margin: 0;
	text-transform: none;
}

#brandList.brandlist-page .tsk-brand-title-stamp .blueprint-title-sub{
	font-weight: 700;
	color: #ffcc33;
}

#brandList.brandlist-page .ajaxContainer.brand-cont{
	padding: 8px 0;
	border: none;
}

#brandList.brandlist-page .items{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 16px;
	border: none;
}

@media (max-width: 480px){
	#brandList.brandlist-page .items{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 360px){
	#brandList.brandlist-page .items{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

#brandList.brandlist-page .item{
	box-sizing: border-box;
	background-color: transparent;
	border: none;
	height: auto;
	line-height: normal;
	overflow: visible;
	float: none;
	width: auto;
}

#brandList.brandlist-page .item:before{
	content: none;
	display: none;
}

#brandList.brandlist-page .tabloid{
	position: relative;
	padding: 16px;
	background-color: #f9fafb;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease,
		background-color 0.2s ease;
}

#brandList.brandlist-page .tabloid:hover{
	border-color: #ffcc33;
	background-color: #fffdf5;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
	transform: translateY(-2px);
}

#brandList.brandlist-page .markerContainer{
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 10px;
}

#brandList.brandlist-page .marker{
	font:
		normal normal 11px "Montserrat",
		Arial,
		sans-serif;
	background-color: #424242;
	margin-bottom: 6px;
	color: #fff;
	padding: 2px 8px;
	line-height: 1.4;
	border-radius: 999px;
}

#brandList.brandlist-page .picture{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#brandList.brandlist-page .picture img{
	vertical-align: middle;
	max-height: 56px;
	max-width: 100%;
	object-fit: contain;
	filter: grayscale(100%);
	transition:
		filter 0.25s ease,
		transform 0.2s ease;
}

#brandList.brandlist-page .tabloid:hover .picture img{
	filter: grayscale(0%);
	transform: scale(1.03);
}

/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog/.default/section.css?177392070010605*/
/**
 * Стили страницы каталога (section.php): панель сортировки и сетка товаров.
 * Подключается отдельно из section.php.
 */

/* Панель сортировки/фильтра #catalogLine */
#catalogLine {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 8px;
	padding: 12px 16px;
	margin-bottom: 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	gap: 20px;
	height: auto !important;
	line-height: normal !important;
	box-sizing: border-box;
}

#catalogLine .oFilter {
	display: block !important;
	margin: 0 !important;
}

#catalogLine .column {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 !important;
	float: none !important;
	min-width: 0;
}

#catalogLine .label {
	font-size: 14px;
	color: #6c757d;
	white-space: nowrap;
	margin-right: 8px;
}

#catalogLine .dropDownList {
	position: relative;
	min-width: 160px;
	cursor: pointer;
	user-select: none;
}

#catalogLine .dropDownSelected {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 12px;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	background-color: #fff;
	font-size: 14px;
	color: #212529;
	transition: all 0.2s;
	position: relative;
}

#catalogLine .dropDownSelected:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #adb5bd;
	border-bottom: 2px solid #adb5bd;
	transform: rotate(45deg);
	margin-left: 8px;
	position: relative;
	top: -2px;
}

#catalogLine .dropDownSelected:hover {
	border-color: #adb5bd;
}

#catalogLine .dropDownItems {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	margin-top: 0;
	padding-top: 6px;
	background-color: white;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}

#catalogLine .dropDownItems::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 10px;
}

#catalogLine .dropDownList:hover .dropDownItems {
	display: block;
}

#catalogLine .dropDownItem {
	padding: 8px 12px;
	font-size: 14px;
	color: #495057;
	transition: background-color 0.2s;
}

#catalogLine .dropDownItem:hover {
	background-color: #f8f9fa;
}

#catalogLine .dropDownItem.selected {
	background-color: #e9ecef;
	color: #212529;
	font-weight: 500;
}

#catalogLine .viewList {
	display: flex;
	align-items: center;
	gap: 8px;
}

#catalogLine .viewList .element {
	margin: 0;
}

#catalogLine .viewList .element a {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	transition: all 0.2s;
}

#catalogLine .viewList .element a:hover {
	background-color: #e9ecef;
	border-color: #ced4da;
}

#catalogLine .viewList .element a.selected {
	background-color: #e9ecef;
	border-color: #adb5bd;
}

#catalogLine .oSmartFilter {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 38px;
	padding: 8px 16px;
	border-radius: 12px;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	color: #1a1a1a !important;
	text-decoration: none !important;
	border: 1px solid rgba(255, 204, 51, 0.3);
	background: linear-gradient(135deg, #ffcc33, #ffd700 50%, #ffcc33);
	background-size: 200% 200%;
	box-shadow:
		0 2px 6px rgba(255, 204, 51, 0.25),
		inset 0 1px 2px rgba(255, 255, 255, 0.5);
	transition:
		background 0.25s ease,
		border-color 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.2s ease;
}

#catalogLine .oSmartFilter:hover {
	border-color: rgba(255, 204, 51, 0.45);
	box-shadow:
		0 4px 10px rgba(255, 204, 51, 0.32),
		inset 0 1px 2px rgba(255, 255, 255, 0.55);
}

#catalogLine .oSmartFilter:active {
	transform: translateY(1px);
}

#catalogLine .oSmartFilter .ico {
	width: 14px;
	height: 14px;
	opacity: 1;
	/* Иконка фильтра приходит background-image (png) из template_styles.css.
	   Делаем её чёрной и на ПК, и на мобилке без замены картинки. */
	filter: brightness(0) saturate(100%);
}

#catalogColumn #smartFilter .smart-filter__close {
	display: none;
	border: 0;
	background: transparent;
	color: #6b7280;
	font-size: 22px;
	line-height: 1;
	padding: 0;
	margin-left: auto;
	cursor: pointer;
	transition: color 0.2s ease;
}

#catalogColumn #smartFilter .smart-filter__close:hover {
	color: #1f2937;
}

@media (max-width: 768px) {
	#catalogLine {
		flex-direction: column;
		align-items: flex-start;
	}
	#catalogLine .column {
		width: 100%;
		margin-bottom: 10px !important;
		display: block;
	}
	#catalogLine .dropDownList {
		width: 100%;
	}

	#catalogLine .oFilter {
		width: 100%;
	}

	#catalogLine .oSmartFilter {
		width: 100%;
	}

	/* Фильтр как full-screen modal на мобилке */
	html.tsk-filter-open,
	body.tsk-filter-open {
		overflow: hidden;
		height: 100%;
	}

	#catalogColumn #smartFilter {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: auto;
		z-index: 10000;
		width: 100vw;
		height: 100vh;
		background: #ffffff;
		margin-top: 0 !important;
		transform: translateY(110vh);
		transition: transform 0.25s ease;
		overflow: hidden;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
	}

	#catalogColumn #smartFilter.opened {
		transform: translateY(0);
	}

	#catalogColumn #smartFilter.opened {
		box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.18);
	}

	/* Прокрутка только внутри формы, чтобы не было "пустого" скролла */
	#catalogColumn #smartFilter.opened {
		overflow: hidden;
	}

	#catalogColumn #smartFilter .smart-filter__form {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}

	/* Убираем лишние нижние паддинги из глобальных/min стилей */
	#catalogColumn #smartFilter #smartFilterForm.smart-filter__form {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	/* Кнопки — с безопасной зоной снизу, но без "пустого" скролла */
	#catalogColumn #smartFilterControls.smart-filter__actions {
		position: sticky;
		bottom: 0;
		background: #fff;
		box-shadow: 0 -10px 24px rgba(15, 23, 42, 0.06);
		padding-top: 12px;
		padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
	}

	/* Кнопку закрытия показываем в full-screen режиме */
	#catalogColumn #smartFilter.opened .smart-filter__close {
		display: inline-flex;
	}
}

/* На ПК кнопку фильтра в панели скрываем */
@media (min-width: 1025px) {
	#catalogLine .oFilter {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	#catalogLine {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		height: auto !important;
		line-height: normal !important;
		padding: 8px 0 !important;
		gap: 10px;
		box-sizing: border-box;
	}

	#catalogLine .oFilter {
		flex: 0 0 100%;
		width: 100%;
		margin-right: 0 !important;
	}

	#catalogLine .column {
		flex: 0 0 100%;
		width: 100%;
		min-width: 0;
		display: block;
		margin: 0 !important;
	}

	#catalogLine .dropDownList {
		min-width: 0;
		width: 100%;
	}

	#catalogColumn #smartFilter.opened .smart-filter__close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
}

/* Сетка товаров каталога — CSS Grid (как у .catalog-categories-grid), без calc() на карточках */
#catalogColumn .rightColumn .items.productList,
#ajaxSection .items.productList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	width: 100%;
	margin: 0;
	max-width: none;
	box-sizing: border-box;
}

/* Карточки в гриде — без принудительного width/flex */
#catalogColumn .rightColumn .items.productList .product-card,
#catalogColumn .rightColumn .items.productList .tsk-product-card,
#ajaxSection .items.productList .product-card,
#ajaxSection .items.productList .tsk-product-card {
	box-sizing: border-box;
	min-width: 0;
}

#ajaxSection .product-card,
#ajaxSection .tsk-product-card,
.product-card {
	min-width: 0;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	padding: 10px;
	position: relative;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden !important;
	justify-content: space-between;
}

@media (max-width: 1400px) {
	#catalogColumn .rightColumn .items.productList,
	#ajaxSection .items.productList {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 1100px) {
	#catalogColumn .rightColumn .items.productList,
	#ajaxSection .items.productList {
		grid-template-columns: repeat(3, 1fr);
		gap: 18px;
	}
}

@media (max-width: 700px) {
	#catalogColumn .rightColumn .items.productList,
	#ajaxSection .items.productList {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}

@media (max-width: 450px) {
	#catalogColumn .rightColumn .items.productList,
	#ajaxSection .items.productList {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

/* Кнопка «В корзину» в карточках — не растягивать по высоте (перебиваем flex: 0 0 100% из глобальных стилей) */
@media (max-width: 1199.98px) {
	#catalogColumn .rightColumn .items.productList .product-card .cart-button,
	#catalogColumn
		.rightColumn
		.items.productList
		.tsk-product-card
		.cart-button,
	#ajaxSection .items.productList .product-card .cart-button,
	#ajaxSection .items.productList .tsk-product-card .cart-button,
	#catalogColumn .rightColumn .items.productList .product-card .addCart,
	#catalogColumn .rightColumn .items.productList .tsk-product-card .addCart,
	#catalogColumn .rightColumn .items.productList .product-card .tsk-btn--cart,
	#catalogColumn
		.rightColumn
		.items.productList
		.tsk-product-card
		.tsk-btn--cart,
	#ajaxSection .items.productList .product-card .addCart,
	#ajaxSection .items.productList .tsk-product-card .addCart,
	#ajaxSection .items.productList .product-card .tsk-btn--cart,
	#ajaxSection .items.productList .tsk-product-card .tsk-btn--cart {
		flex: none !important;
		height: auto !important;
		min-height: auto;
		width: 100%;
		max-width: 100%;
		display: block;
		text-align: center;
		box-sizing: border-box;
	}
}

/* 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/dresscode/catalog.section/squares3_newtabs/style.css?1773836576824*/
/* Сетка товаров в таб-компоненте на главной: 4 карточки в строку */
.items.productList {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

.items.productList .product-card,
.items.productList .tsk-product-card {
	box-sizing: border-box;
	width: auto !important;
	min-width: 0;
	max-width: none !important;
}

@media (max-width: 1100px) {
	.items.productList {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px;
	}
}

@media (max-width: 700px) {
	.items.productList {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 15px;
	}
}

@media (max-width: 450px) {
	.items.productList {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}


/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog.item/tsk_react/style.css?177390454215302*/
/* Карточка товара в стиле React PageProduct (tskdiplomat) */
/* Важно: саму сетку (.items.productList) строим через grid в section.css,
   здесь не задаем display/flex/width для контейнера, чтобы не ломать ширину. */

.tsk-product-card {
	cursor: pointer;
	position: relative;
	z-index: 1;
	padding: 12px;
	padding-bottom: 16px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid transparent;
	transition:
		box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
		border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	min-height: 0;
	font-family: "Montserrat", sans-serif;
	justify-content: space-between;
}

.tsk-product-card:hover {
	box-shadow: 0 4px 16px rgba(255, 204, 51, 0.2);
	border-color: rgba(255, 204, 51, 0.3);
}

/* Ссылка на товар: растянута на всю карточку, клик по карточке ведёт в карточку товара */
.tsk-product-card__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: auto;
}

/* Верхний блок: клики проходят к ссылке карточки */
.tsk-product-card__top {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 0;
	pointer-events: none;
}

/* Нижний блок поверх ссылки, но клики проходят кроме кнопок и табов цен */
.tsk-product-card__bottom {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
	pointer-events: none;
}

.tsk-product-card__buttons,
.tsk-product-card__price-tabs,
.tsk-product-card__availability {
	pointer-events: auto;
}

.tsk-product-card__buttons a {
	transition: all 0.25s ease;
}

/* Ссылка "В наличии на складах" — пунктирное подчёркивание */
.tsk-product-card__availability-link {
	position: relative;
	color: #059669;
	text-decoration: none;
	border-bottom: 1px dashed rgba(5, 150, 105, 0.7);
	padding-bottom: 1px;
	cursor: pointer;
}

.tsk-product-card__availability-link:hover {
	color: #047857;
	border-bottom-color: rgba(4, 120, 87, 0.9);
}

/* Модалка "Наличие на складах" как оверлей */
.modal-window.js-stores-modal {
	position: fixed;
	inset: 0;
	z-index: 1400;
	display: none;
	background: rgba(15, 23, 42, 0.45);
}

.modal-window.js-stores-modal .modal-header {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.modal-window.js-stores-modal .modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 12px;
	padding: 16px 18px 18px;
	min-width: 260px;
	max-width: 360px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.4);
	box-sizing: border-box;
}

.modal-window.js-stores-modal .modal-close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
	color: #4b5563;
}

.modal-window.js-stores-modal .store-info {
	font-size: 13px;
	color: #111827;
}

.modal-window.js-stores-modal .store-label {
	font-weight: 600;
	margin-right: 4px;
}

.tsk-product-card__img {
	position: relative;
	margin-bottom: 12px;
	border-radius: 8px;
	overflow: hidden;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

/* Иконки избранного / сравнения поверх изображения */
.tsk-product-card .icons-wish-and-compare {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	z-index: 3;
	pointer-events: auto;
}

.tsk-product-card .icons-wish-and-compare .row {
	margin: 0;
}

.tsk-product-card .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;
}

.tsk-product-card .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;
}

/* Состояние «добавлено в избранное» — красное сердце */
.tsk-product-card .icons-wish-and-compare .addWishlist.custom-icon.added {
	color: #ef4444;
}

.tsk-product-card
	.icons-wish-and-compare
	.addWishlist.custom-icon.added
	.icon-svg
	path {
	fill: #ef4444;
	stroke: #ef4444;
}

/* Состояние «в сравнении» — жёлтые столбики */
.tsk-product-card .icons-wish-and-compare .addCompare.custom-icon.added {
	color: var(--primary-color, #fcb514);
}

.tsk-product-card .icons-wish-and-compare .icon-svg {
	pointer-events: none;
}

/* Скрытые старые иконки для JS-логики addWishlist/addCompare */
.tsk-product-card .icons-wish-and-compare img.icon {
	display: none;
}

.tsk-product-card__img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.tsk-product-card:hover .tsk-product-card__img img {
	opacity: 0.95;
}

.tsk-product-card__badges {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	z-index: 2;
	pointer-events: none;
}

.tsk-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 999px;
	font-family: "Montserrat", sans-serif;
	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;
}

.tsk-badge--new {
	color: #fff;
	background: rgba(34, 197, 94, 0.95);
	border-color: rgba(34, 197, 94, 0.55);
}

.tsk-badge--hit {
	color: #1a1a1a;
	background: rgba(251, 191, 36, 0.95);
	border-color: rgba(251, 191, 36, 0.6);
}

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

.tsk-product-card__name {
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	min-height: 60px; /* резерв под 3 строки, чтобы артикул/цена/кнопки были на одной высоте */
	color: #1f2937;
	font-weight: 500;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}

.tsk-product-card__art-wrap {
	min-height: 28px;
	margin-bottom: 2px;
	flex-shrink: 0;
}

.tsk-product-card__art {
	font-size: 12px;
	color: #4b5563;
	margin: 0;
	position: relative;
	z-index: 1;
}

.tsk-product-card__avoid {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 4px 0;
	min-height: 24px;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}

.tsk-product-card__avoid-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	font-size: 14px;
	color: #10b981;
	font-weight: bold;
}

.tsk-product-card__avoid--backorder .tsk-product-card__avoid-icon {
	color: #9ca3af;
	filter: grayscale(100%) brightness(0.7);
}

.tsk-product-card__availability--instock {
	color: #047857;
	margin: 0;
	font-weight: 500;
}

.tsk-product-card__availability--backorder {
	color: #6b7280;
	margin: 0;
	font-weight: 500;
}

.tsk-product-card__price-block {
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
	padding: 8px 0;
	min-height: 40px;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}

.tsk-product-card__price-tabs {
	display: flex;
	align-items: center;
	gap: 6px;
	flex: 1;
	flex-wrap: wrap;
}

.tsk-tab {
	cursor: pointer;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	color: #6b7280;
	font-weight: 400;
	transition: all 0.2s ease;
}

.tsk-tab:hover {
	background: #f3f4f6;
	color: #374151;
}

.tsk-tab--active {
	font-weight: 600;
	color: #1f2937;
	background: #fef3c7;
}

.tsk-product-card__price {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	white-space: nowrap;
	color: #1f2937;
}

.tsk-product-card__buttons {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: auto;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}

/* Базовые кнопки: фиксированная высота и выравнивание, чтобы не ломались при смене текста */
.tsk-btn {
	display: inline-flex;
	width: 100%;
	min-height: 38px;
	padding: 8px 16px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	border-radius: 12px;
	text-decoration: none;
	cursor: pointer;
	transition:
		background 0.25s ease,
		box-shadow 0.25s ease,
		border-color 0.25s ease,
		opacity 0.25s ease,
		transform 0.2s ease;
	border: 1px solid transparent;
	box-sizing: border-box;
	white-space: nowrap;
	line-height: 1.2;
}

@media (max-width: 450px) {
	.tsk-btn {
		min-height: 34px !important;
		padding: 6px 10px !important;
		font-size: 11px !important;
	}
}

.tsk-btn span {
	white-space: nowrap;
}

/* «В корзину» — основное состояние */
.tsk-btn--cart {
	background: linear-gradient(135deg, #ffcc33 0%, #ffd700 50%, #ffcc33 100%);
	background-size: 200% 200%;
	background-position: 0 0;
	color: #1a1a1a;
	border-color: rgba(255, 204, 51, 0.4);
	box-shadow:
		0 2px 8px rgba(255, 204, 51, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.tsk-btn--cart:hover:not(.disabled):not(.added) {
	background-position: 100% 0;
	box-shadow:
		0 4px 12px rgba(255, 204, 51, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.5);
	transform: translateY(-1px);
}

.tsk-btn--cart:active:not(.disabled) {
	transform: translateY(0);
	box-shadow:
		0 1px 4px rgba(255, 204, 51, 0.35),
		inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

/* «В корзине» — тёмный фон, белый текст, при наведении аккуратное выцветание */
.tsk-btn--cart.added,
.tsk-btn--cart.cart-add {
	background: #1a1a1a !important;
	color: #fff !important;
	border: 1px solid #2d2d2d !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition:
		opacity 0.25s ease,
		background 0.25s ease;
}

.tsk-btn--cart.added:hover,
.tsk-btn--cart.cart-add:hover {
	background: #2d2d2d !important;
	color: #fff !important;
	border-color: #3d3d3d !important;
	opacity: 0.92;
	transform: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.tsk-btn--cart.added:active,
.tsk-btn--cart.cart-add:active {
	opacity: 0.88;
}

.tsk-btn--cart.disabled {
	background: #e5e7eb;
	color: #fff;
	cursor: not-allowed;
	box-shadow: none;
}

.tsk-btn--cart.disabled:hover {
	transform: none;
}

.tsk-btn.addCart.loading {
	pointer-events: none;
	opacity: 0.9;
}

/* Купить в 1 клик */
.tsk-btn--oneclick {
	background: #f9fafb;
	color: #1f2937;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.tsk-btn--oneclick:hover {
	background: #fff;
	border-color: #d1d5db;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}

.tsk-btn--oneclick:active {
	transform: translateY(0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

/* Запросить цену — тёмный фон, белый текст, без жёлтой обводки */
/* Убираем margin-top из глобального @media (max-width: 1800px) .addCart.requestPrice */
.tsk-btn--request,
.tsk-product-card .addCart.requestPrice {
	margin-top: 0 !important;
}

.tsk-btn--request {
	background: #1a1a1a;
	color: #fff;
	border: 1px solid #2d2d2d;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	transition:
		opacity 0.25s ease,
		background 0.25s ease;
}

.tsk-btn--request:hover {
	background: #2d2d2d;
	color: #fff;
	border-color: #3d3d3d;
	opacity: 0.92;
	transform: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.tsk-btn--request:active {
	opacity: 0.88;
	transform: none;
}

/* Запросить цену — после отправки (если добавляют .added) */
.tsk-btn--request.added {
	background: #252525;
	border-color: #353535;
	color: #e5e5e5;
	cursor: default;
}

.tsk-btn--request.added:hover {
	background: #2d2d2d;
	border-color: #3d3d3d;
	color: #e5e5e5;
	opacity: 0.92;
	transform: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Фокус для доступности */
.tsk-btn:focus {
	outline: none;
}

.tsk-btn:focus-visible {
	outline: 2px solid #ffcc33;
	outline-offset: 2px;
}

/* У тёмных кнопок — нейтральная обводка фокуса, без жёлтого */
.tsk-btn--request:focus-visible,
.tsk-btn--cart.added:focus-visible,
.tsk-btn--cart.cart-add:focus-visible {
	outline-color: rgba(255, 255, 255, 0.7);
}

/* Переопределение глобальных .addCart.added — тёмный фон, белый текст */
.tsk-product-card .tsk-btn--cart.added,
.tsk-product-card .tsk-btn--cart.cart-add {
	background: #1a1a1a !important;
	color: #fff !important;
	border-color: #2d2d2d !important;
}

.tsk-product-card .tsk-btn--cart.added:hover,
.tsk-product-card .tsk-btn--cart.cart-add:hover {
	background: #2d2d2d !important;
	color: #fff !important;
	border-color: #3d3d3d !important;
}

@media (max-width: 1400px) {
	.tsk-product-card {
		flex: 0 0 25%;
	}
}

@media (max-width: 1100px) {
	.tsk-product-card {
		flex: 0 0 33.333%;
	}
}

@media (max-width: 700px) {
	.tsk-product-card {
		flex: 0 0 50%;
	}
}

/* Мобильный: компактные карточки — меньше места между названием и блоком «под заказ» */
@media (max-width: 768px) {
	.tsk-product-card {
		padding: 10px 10px 12px;
	}
	.tsk-product-card__top {
		min-height: 0;
	}
	.tsk-product-card__img {
		margin-bottom: 8px;
		height: 180px;
	}
	.tsk-product-card__name {
		margin-bottom: 4px;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		min-height: 40px;
	}
	.tsk-product-card__art-wrap {
		min-height: 0;
		margin-bottom: 0;
	}
	.tsk-product-card__art {
		font-size: 11px;
	}
	.tsk-product-card__avoid {
		margin: 0 0 6px 0;
		padding: 2px 0;
		min-height: 20px;
		font-size: 12px;
	}
	.tsk-product-card__price-block {
		margin-bottom: 8px;
		padding: 4px 0;
		min-height: 36px;
	}
	.tsk-product-card__buttons {
		gap: 3px;
	}
	.tsk-btn {
		min-height: 36px;
		padding: 6px 12px;
		font-size: 12px;
	}
}

@media (max-width: 450px) {
	.tsk-product-card {
		flex: 0 0 100%;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	.tsk-product-card__img {
		height: 160px;
		margin-bottom: 6px;
	}
	.tsk-product-card__name {
		margin-bottom: 3px;
		font-size: 13px;
	}
	.tsk-product-card__avoid {
		margin: 0 0 4px 0;
		min-height: 18px;
		font-size: 11px;
	}
	.tsk-product-card__price-block {
		margin-bottom: 6px;
		min-height: 32px;
	}
	.tsk-product-card__price {
		font-size: 18px;
	}
	.tsk-btn {
		min-height: 34px;
		padding: 6px 10px;
		font-size: 11px;
	}
}

/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/slider/middle/style.css?17736578681966*/
#middleSlider{
	margin-bottom: 36px;
	position: relative;
	display: none;
}

#middleSlider .wrap,
#middleSlider .limiter{
	position: relative;
	overflow: hidden;
}

#middleSlider ul{
	position:relative;
}

#middleSlider ul li{
	display: block;
	float:left;
}

#middleSlider ul li img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#middleSlider ol{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: 50%;
	bottom:12px;
}

#middleSlider ol{
	position: absolute;
	left: 50%;
	bottom: 12px;
}

#middleSlider ol li{
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/middle/images/slideButton.png) 0 0 no-repeat transparent;
	margin-right: 4px;
	width: 18px;
	height: 18px;
	float:left;
	cursor: pointer;
}

#middleSlider ol li:hover{
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/middle/images/slideButton.png) -18px 0  no-repeat transparent;
}

#middleSlider ol li:active{
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/middle/images/slideButton.png) -36px 0  no-repeat transparent;
}

#middleSlider ol li.selected{
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/middle/images/slideButton.png) -54px 0  no-repeat transparent;	
}

#middleSlider ol li.selected:hover{
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/middle/images/slideButton.png) -72px 0  no-repeat transparent;	
}

#middleSlider ol li.selected:active{
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/middle/images/slideButton.png) -90px 0  no-repeat transparent;	
}

#middleSlider .middleSliderBtnLeft, 
#middleSlider .middleSliderBtnRight{
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/middle/images/slideArrow.png) no-repeat transparent;
	position: absolute;
	margin-top: -30px;
	display: block;
	height: 60px;
	width: 30px;
	top: 50%;

}

#middleSlider .middleSliderBtnLeft{
	background-position: 0 0;
	left: 0px;
}

#middleSlider .middleSliderBtnLeft:hover{
	background-position: -30px 0;	
}

#middleSlider .middleSliderBtnLeft:active{
	background-position: -60px 0;		
}

#middleSlider .middleSliderBtnRight{
	background-position: 0 -60px;
	right: 0px;
}

#middleSlider .middleSliderBtnRight:hover{
	background-position: -30px -60px;
}

#middleSlider .middleSliderBtnRight:active{
	background-position: -60px -60px;
}
/* End */
/* /local/templates/dresscodeV2/components/bitrix/news/brands/style.css?17739194805676 */
/* /local/templates/dresscodeV2/components/dresscode/catalog/.default/section.css?177392070010605 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/round/style.css?17727030592400 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.section/squares3_newtabs/style.css?1773836576824 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.item/tsk_react/style.css?177390454215302 */
/* /local/templates/dresscodeV2/components/dresscode/slider/middle/style.css?17736578681966 */
