

/* Start:/local/templates/mrbond/template_styles.css?17851546292211*/
.catalog-filter__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
	flex-wrap: wrap;
    overflow-x: unset;
    padding: 10px 0;
}







/* ===== cookie-banner START ===== */
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 120%;
	max-width: 100%;
	height: 70px;
	background: #ffffff;
	box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1019607843);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	/* Плавное появление (опционально) */
	animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}

/* Левая часть: иконка + текст */
.cookie-banner {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1;
}

.cookie-banner svg {
	flex-shrink: 0;
}

.cookie-banner p {
	font-size: 16px;
	color: #1a1a1a;
	margin: 0;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 20px;
}
.cookie-banner.hidden {
    display: none !important;
}
/* Адаптивность */
@media (max-width: 768px) {
	.cookie-banner {
		flex-direction: column;
		height: auto;
		padding: 20px 20px;
		bottom: 16px;
		width: 94%;
		gap: 14px;
		align-items: stretch;
	}

	.cookie-banner .left {
		flex-direction: column;
		text-align: center;
		gap: 8px;
	}

	.cookie-banner .left p {
		font-size: 14px;
	}

	.cookie-banner .right {
		justify-content: center;
		flex-wrap: wrap;
		gap: 12px;
	}

	.cookie-banner .right .brand {
		white-space: normal;
		font-size: 14px;
		text-align: center;
	}

	.cookie-banner .right .btn {
		padding: 8px 20px;
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.cookie-banner {
		bottom: 10px;
		padding: 16px 14px;
		width: 96%;
	}
	.cookie-banner .left p {
		font-size: 13px;
	}
	.cookie-banner .right .btn {
		padding: 6px 16px;
		font-size: 13px;
	}
	.cookie-banner .right .brand {
		font-size: 13px;
	}
}
/* ===== cookie-banner END ===== */
/* End */


/* Start:/local/templates/mrbond/assets/styles/shop-list-items.min.css?17796322771718*/
.shop-list-items{margin:0}.shop-list-item{border-bottom:1px solid #f1f1f1;padding:1rem}@media (min-width:576px){.shop-list-item{padding:3rem}}@media (min-width:768px){.l-main--has-outer-sidebar .l-main__inner-content .shop-list-item{padding:1rem}}@media (min-width:1200px){.l-main__inner-sidebar .shop-list-item{padding:1rem}}.shop-list-item__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:auto;max-width:68rem}.shop-list-item__picture{-webkit-box-flex:0;-ms-flex:0 1;flex:0 1;margin-bottom:1rem}.shop-list-item__picture img{max-width:100%}.shop-list-item__icon{font-size:1.5rem;color:#ff5605}.shop-list-item__data{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1rem}.shop-list-item__name{margin-bottom:1rem}.shop-list-item__name a{color:#202020;font-weight:700}.shop-list-item__name a:focus,.shop-list-item__name a:hover{color:#202020}.shop-list-item__prop{margin:.38rem 0;position:relative;padding-left:1.63rem}.shop-list-item__prop .icon-svg{margin-right:.56rem;margin-top:.19rem;color:#ff5605;position:absolute;left:0}@media (min-width:992px){.l-main--has-outer-sidebar .l-main__inner-content .shop-list-item{padding:3rem}.l-main__outer-sidebar .shop-list-item{padding:1rem}.shop-list-item__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shop-list-item__picture{margin-left:auto;margin-right:auto;-ms-flex-preferred-size:16.25rem;flex-basis:16.25rem;-ms-flex-negative:0;flex-shrink:0;margin-bottom:0}.shop-list-item__data{padding-left:2rem}}
/* End */
/* /local/templates/mrbond/template_styles.css?17851546292211 */
/* /local/templates/mrbond/assets/styles/shop-list-items.min.css?17796322771718 */
