

/* Start:/local/templates/astra_dacha/components/bitrix/catalog.section.list/main_categories/style.css?17853418602392*/
.main-catalog-categories {
	margin: 0 0 32px;
	padding: 24px 0 8px;
}

.main-catalog-categories__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.main-catalog-categories__tile {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	min-height: 128px;
	padding: 24px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.main-catalog-categories__image {
	flex: 0 0 128px;
	width: 128px;
	height: 128px;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	text-decoration: none;
}

.main-catalog-categories__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-catalog-categories__image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
}

.main-catalog-categories__body {
	flex: 1 1 auto;
	min-width: 0;
}

.main-catalog-categories__title {
	margin: 0 0 14px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: #101828;
}

.main-catalog-categories__title a {
	color: inherit;
	text-decoration: none;
}

.main-catalog-categories__title a:hover {
	color: #637e5b;
}

.main-catalog-categories__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-catalog-categories__list-item {
	margin: 0 0 6px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0;
	color: #667085;
}

.main-catalog-categories__list-item:last-child {
	margin-bottom: 0;
}

.main-catalog-categories__list-item a {
	color: inherit;
	text-decoration: none;
}

.main-catalog-categories__list-item a:hover {
	color: #637e5b;
}

.main-catalog-categories__tile:hover .main-catalog-categories__title a {
	color: #637e5b;
}

@media (max-width: 1199px) {
	.main-catalog-categories__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.main-catalog-categories__grid {
		grid-template-columns: 1fr;
	}

	.main-catalog-categories__tile {
		gap: 16px;
		padding: 20px;
	}

	.main-catalog-categories__image {
		flex-basis: 128px;
		width: 128px;
		height: 128px;
	}
}

@media (max-width: 575px) {
	.main-catalog-categories {
		margin-left: -12px;
		margin-right: -12px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.main-catalog-categories__tile {
		flex-direction: column;
	}

	.main-catalog-categories__image {
		flex-basis: auto;
		width: 100%;
		max-width: 128px;
	}
}

/* End */


/* Start:/local/templates/astra_dacha/components/bitrix/catalog.item/bootstrap_v4/style.css?17853434774792*/
.product-card-wrap {
	height: 100%;
}

.product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid #e8ebe6;
	border-radius: 14px;
	overflow: hidden;
	font-family: "Montserrat", Arial, sans-serif;
}

.product-card__media {
	position: relative;
	padding: 14px 14px 0;
}

.product-card__image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	overflow: hidden;
	background: #f3f4f6;
}

.product-card__image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.product-card__image--empty {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #f3f4f6;
}

.product-card__badge {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #3e5235;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

.product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 12px 14px 14px;
}

.product-card__status {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #8fa887;
}

.product-card__status.is-unavailable {
	color: #98a2b3;
}

.product-card__status-dot {
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
}

.product-card__title {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: #101828;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: calc(16px * 1.35 * 2);
}

.product-card__title a {
	color: inherit;
	text-decoration: none;
}

.product-card__title a:hover {
	color: #3e5235;
}

.product-card__desc {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #98a2b3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 36px;
}

.product-card__price-wrap {
	margin-top: 0;
	margin-bottom: 12px;
}

.product-card__price-old {
	display: block;
	margin: 0 0 4px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	color: #98a2b3;
	text-decoration: line-through;
}

.product-card__price {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #637e5b;
}

.product-card__actions {
	margin-top: auto;
	flex-shrink: 0;
}

.product-card__btn-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid #637e5b;
	border-radius: 12px;
	background: #fff;
	color: #637e5b;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, filter 0.2s ease;
}

.product-card__btn-cart:hover:not(:disabled):not(.product-card__btn-cart--disabled) {
	background: #637e5b;
	border-color: #637e5b;
	color: #fff;
}

.product-card__btn-cart-icon {
	display: block;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	filter: brightness(0) saturate(100%) invert(38%) sepia(18%) saturate(497%) hue-rotate(56deg) brightness(92%) contrast(88%);
	transition: filter 0.2s ease;
}

.product-card__btn-cart:hover:not(:disabled):not(.product-card__btn-cart--disabled) .product-card__btn-cart-icon {
	filter: brightness(0) invert(1);
}

.product-card__btn-cart--disabled,
.product-card__btn-cart--disabled:hover {
	border-color: #d0d5dd;
	background: #f9fafb;
	color: #98a2b3;
	cursor: not-allowed;
}

.product-card__btn-cart--detail {
	display: inline-flex;
}

.product-card__btn-cart.btn-primary,
.product-card__btn-cart.btn-buy {
	background: #fff;
	border-color: #637e5b;
	color: #637e5b;
	box-shadow: none;
}

.product-card__btn-cart.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

.product-card__btn-cart.is-added {
	border-color: #3e5235;
	background: #f8f9f5;
}

.home-products .product-item-small-card,
.catalog-section .product-item-small-card {
	display: flex;
	flex-direction: column;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 24px;
}

.home-products .product-item-small-card > .product-card-wrap,
.catalog-section .product-item-small-card > .product-card-wrap {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.home-products .product-card-wrap {
	margin-bottom: 0;
}

.home-products [data-entity="items-row"],
.catalog-section [data-entity="items-row"] {
	align-items: stretch;
}

/* End */
/* /local/templates/astra_dacha/components/bitrix/catalog.section.list/main_categories/style.css?17853418602392 */
/* /local/templates/astra_dacha/components/bitrix/catalog.item/bootstrap_v4/style.css?17853434774792 */
