/* GBC catalog critical CSS: header + first catalog viewport. Rest styles load async. */
#header,
#headerfixed,
.top-block,
.logo,
.logo-row,
.menu-row,
.mega-menu,
.main-catalog-wrapper,
.section-content-wrapper,
.catalog_block_template,
.catalog_block.items,
.catalog_block .item,
.catalog_block .item_info,
.catalog_block .image_wrapper_block,
.catalog_block .thumb,
.catalog_block .cost.prices,
.catalog_block .buy_block,
.catalog_block .counter_wrapp,
.catalog_block .button_block,
.section-gallery-wrapper,
.section-gallery-wrapper__item,
.section-gallery-wrapper__item-nav,
.ajax_load,
.js_append,
.filter-panel,
.bx_filter,
.sort_header,
.display_list,
.display-type,
.breadcrumbs,
.page-top,
.left_block,
.right_block {
	box-sizing: border-box;
}

#header,
#headerfixed {
	position: relative;
	z-index: 300;
	background: #fff;
}

#header .logo img,
#headerfixed .logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.main-catalog-wrapper .catalog_block_template .catalog_block.items,
.catalog_block.items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.main-catalog-wrapper .catalog_block_template .catalog_block.items > .col-lg-3,
.catalog_block.items > .col-lg-3 {
	width: 25%;
	max-width: 25%;
	flex: 0 0 25%;
}

.catalog_block .item {
	position: relative;
	height: 100%;
	background: #fff;
}

.catalog_block .image_wrapper_block {
	position: relative;
	overflow: hidden;
	padding-top: 92.7% !important;
	margin-bottom: 20px;
}

.catalog_block .thumb {
	position: absolute;
	inset: 0;
	display: block;
	color: inherit;
	text-decoration: none;
}

.section-gallery-wrapper {
	position: absolute;
	inset: 0;
	display: flex;
	width: 100%;
	height: 100%;
}

.section-gallery-wrapper__item {
	display: block;
	position: static;
	flex: 1 1 0;
	min-width: 0;
}

#main .catalog_block .inner_wrap.TYPE_2 .image_wrapper_block {
	overflow: visible;
}

.section-gallery-wrapper__item-nav {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.section-gallery-wrapper__item img,
.catalog_block .image_wrapper_block img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
}

.section-gallery-wrapper__item._active img,
.section-gallery-wrapper__item:first-child img {
	opacity: 1;
}

.catalog_block .item_info {
	position: relative;
}

.catalog_block .item-title a,
.catalog_block .dark_link {
	color: inherit;
	text-decoration: none;
}

.catalog_block .cost.prices,
.catalog_block .buy_block {
	position: relative;
}

.linked-category-list:not(.is-clone) {
	display: none;
}

.main-catalog-wrapper .catalog_block_template .catalog_block.items > .col-lg-3.category-bar,
.catalog_block.items > .col-lg-3.category-bar.linked-category-list {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	flex: 0 0 100% !important;
	flex-basis: 100% !important;
	overflow: visible;
	margin-bottom: 50px;
}

.category-bar__wrapper,
.flower-bar__wrapper {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: visible;
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}

.category-bar__slider,
.category-bar .swiper {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.category-bar__title {
	font-size: 24px;
	margin: 10px 0 30px;
	color: #000;
	line-height: 1.4;
}

.category-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.category-item__pic {
	display: block;
	border-radius: 20px;
	background-color: #ebebeb;
	overflow: hidden;
	height: 92px;
	width: 92px;
	max-width: 100%;
}

.category-item__name {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	color: #313131;
}

@media (min-width: 1200px) {
	.main-catalog-wrapper .catalog_block_template .catalog_block.items {
		flex-wrap: wrap;
		gap: 20px;
	}

	.main-catalog-wrapper .catalog_block_template .catalog_block.items > .col-lg-3 {
		width: 25%;
		max-width: 25%;
		flex: 0 0 calc(25% - 15px);
	}

	.category-bar .swiper-button-prev,
	.flower-bar .swiper-button-prev {
		left: 0 !important;
	}

	.category-bar .swiper-button-next,
	.flower-bar .swiper-button-next {
		right: 0 !important;
	}
}

@media (max-width: 991px) {
	.main-catalog-wrapper .catalog_block_template .catalog_block.items > .col-lg-3,
	.catalog_block.items > .col-lg-3 {
		width: 50%;
		max-width: 50%;
		flex-basis: 50%;
	}
}

@media (max-width: 767px) {
	.main-catalog-wrapper .catalog_block_template .catalog_block.items > .col-lg-3,
	.catalog_block.items > .col-lg-3 {
		width: 50%;
		max-width: 50%;
		flex-basis: 50%;
	}

	.main-catalog-wrapper .catalog_block_template .catalog_block.items > .col-lg-3.category-bar {
		margin-bottom: 50px;
		padding: 10px;
	}

	.category-bar__title {
		margin-top: 0;
	}

	.category-item__pic {
		height: 64px;
		width: 64px;
	}

	.category-item__name {
		font-size: 10px;
	}
}
