

/* Start:/local/templates/kubaturamall/components/bitrix/catalog/scs-shops/style.css?17697976431329*/
.scs-catalog-filter-panel {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 24px;
}

.scs-catalog-floor {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--scs-secondary-text);
	display: flex;
	align-items: center;
	gap: 16px 32px;
	position: relative;
}

@media (max-width: 767px) {
	.scs-catalog-floor {
		flex-direction: column;
		align-items: flex-start;
	}
}

.scs-catalog-chips-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

@media (max-width: 575px) {
	.scs-catalog-chips-list {
		gap: 8px;
	}
}

.scs-catalog-panel-2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: var(--scs-secondary-text);
	display: flex;
	align-items: self-end;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 24px;
}

@media (max-width: 575px) {
	.scs-catalog-panel-2 {
		font-size: 14px;
	}
}

.scs-catalog-filter-tags {

}
.scs-catalog-filter-tags__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
}
.scs-catalog-filter-tags__link {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--scs-secondary-text);
	cursor: pointer;
}
.scs-catalog-filter-tags__link--active {
	color: var(--scs-accent-primary);
}

.scs-section-text {
	margin-top: 40px;
}
/* End */


/* Start:/local/templates/kubaturamall/custom/css/catalog-search.css?1762762867688*/
.scs-catalog-search {
	display: flex;
	align-items: center;
	background: var(--scs-bg-additional);
	border-radius: 16px;
	height: 48px;
	width: 100%;
	max-width: 550px;
	transition: background-color .25s ease-in-out;
}
.scs-catalog-search button {
	border: none;
	background: transparent;
	height: 100%;
	aspect-ratio: 1 / 1;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.scs-catalog-search input {
	flex-grow: 1;
	padding: 0 8px;
	background: transparent;
	border: none;
}
.scs-catalog-search:focus-within {
	background: var(--scs-bg-soft);
}
.scs-catalog-search input:placeholder-shown ~ .scs-catalog-search__clear {
	display: none;
}
/* End */


/* Start:/local/templates/kubaturamall/custom/css/chips.css?17742457142369*/
.scs-chips {
	min-width: 48px;
	height: 48px;
	padding: 5px 16px;
	border-radius: 70px;
	background: var(--scs-bg-soft);
	color: var(--scs-secondary-text);
	font-family: Manrope;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 4px;
	border: none;
	transition: background-color .25s ease-out,
				color .25s ease-out;
}
.scs-chips--circle {
	width: 48px;
	padding: 5px;
}
.scs-chips--small {
	height: 40px;
	font-size: 14px;
}
.scs-chips--extra-small {
	height: 34px;
	font-size: 12px;
}
.scs-chips svg {
	max-width: 24px;
	max-height: 24px;
}
.scs-chips svg path {
	stroke: var(--scs-secondary-text);
}
a.scs-chips:hover,
button.scs-chips:hover {
	background: var(--scs-soft-accent);
	color: var(--scs-secondary-text);
}
.scs-chips--active,
a.scs-chips--active:hover,
button.scs-chips--active:hover {
	background: var(--scs-accent-primary);
	color: var(--scs-bg-default);
}
.scs-chips--active svg path {
	stroke: var(--scs-bg-default);
}

.scs-chips--active-2,
a.scs-chips--active-2:hover,
button.scs-chips--active-2:hover {
	background: var(--scs-soft-accent);
	color: var(--scs-secondary-text);
}
.scs-chips--active-2 svg path {
	stroke: var(--scs-secondary-text);
}

.scs-chips--color-dark,
a.scs-chips--color-dark:hover,
button.scs-chips--color-dark:hover {
	color: var(--scs-main-text);
}
.scs-chips--color-dark svg path {
	stroke: var(--scs-main-text);
}

.scs-chips--color-accent {
	color: var(--scs-accent-primary);
}

a.scs-chips--color-accent-hover:hover,
button.scs-chips--color-accent-hover:hover {
	background: var(--scs-bg-soft);
	color: var(--scs-accent-primary);
}
a.scs-chips--color-accent-hover:focus,
button.scs-chips--color-accent-hover:focus {
	background: var(--scs-accent-primary);
	color: var(--scs-bg-default);
}

.scs-chips--disabled {
	color: var(--scs-grey);
}
a.scs-chips--disabled:hover,
button.scs-chips--disabled:hover {
	background: var(--scs-bg-soft);
	color: var(--scs-grey);

}

@media (max-width: 575px) {
	.scs-chips {
		min-width: 40px;
		height: 40px;
		padding: 5px 16px;
		font-size: 14px;
	}
	.scs-chips--circle {
		width: 40px;
		padding: 0;
	}
	.scs-chips--small,
	.scs-chips--extra-small {
		height: 34px;
		font-size: 12px;
	}
	.scs-chips svg {
		max-width: 20px;
		max-height: 20px;
	}
}
/* End */


/* Start:/local/templates/kubaturamall/custom/css/catalog-banner.css?1785440016268*/
.scs-catalog-banner {
	margin-bottom: 24px;
	overflow: hidden;
}
.scs-catalog-banner img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	max-height: 180px;
	border-radius: 16px;
}

@media (max-width: 700px) {
	.scs-catalog-banner img {
		max-height: 114px;
	}
}
/* End */


/* Start:/local/templates/kubaturamall/components/bitrix/catalog.section.list/scs-catalog-sections/style.css?17627628671073*/
.scs-catalog-sections {
	display: grid;
	gap: 68px;
	line-height: 1.2;
	color: var(--scs-main-text);
}

.scs-catalog-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	gap: 16px 20px;
}
.scs-catalog-section__name {
	font-weight: 700;
	font-size: 32px;
	color: var(--scs-main-text);
}

.scs-catalog-section-subsections {
	display: grid;
	grid-template-columns: repeat(2,minmax(0, 1fr));
	gap: 8px 20px;
}

.scs-catalog-subsection {
	display: flex;
	align-items: center;
	border-radius: 8px;
	padding: 8px 24px;
	min-height: 72px;
	background: var(--scs-bg-additional);
	font-weight: 700;
	font-size: 20px;
	color: var(--scs-main-text);
}

@media (max-width: 1199px) {
	.scs-catalog-section {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.scs-catalog-section-subsections {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.scs-catalog-sections {
		gap: 60px;
	}

	.scs-catalog-section__name {
		font-size: 24px;
	}

	.scs-catalog-subsection {
		font-size: 18px;
		min-height: 56px;
		padding: 8px 16px;
	}
}

/* End */
/* /local/templates/kubaturamall/components/bitrix/catalog/scs-shops/style.css?17697976431329 */
/* /local/templates/kubaturamall/custom/css/catalog-search.css?1762762867688 */
/* /local/templates/kubaturamall/custom/css/chips.css?17742457142369 */
/* /local/templates/kubaturamall/custom/css/catalog-banner.css?1785440016268 */
/* /local/templates/kubaturamall/components/bitrix/catalog.section.list/scs-catalog-sections/style.css?17627628671073 */
