

/* Start:/bitrix/templates/FRESH/components/bitrix/breadcrumb/bread/style.css?1777290682673*/
.breadcrumbs {
    margin: 32px 0 16px;
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

.breadcrumbs__item {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.breadcrumbs__link,
.breadcrumbs__current {
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumbs__link {
    color: var(--text-secondary-light);
}

.breadcrumbs__link:hover {
    color: #111111;
}

.breadcrumbs__current {
    color: #111111;
}

.breadcrumbs__sep {
    margin: 0 10px;
    color: #c3c8cd;
    user-select: none;
}
/* End */


/* Start:/bitrix/templates/FRESH/components/bitrix/catalog/catalog/style.css?17798185289825*/
.catalog-layout {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: var(--gap-m);
	padding: 40px 0;
}

.catalog-toolbar__top {
	width: 100%;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.catalog-toolbar__title {
	margin: 0 0 6px;
	font-family: "Cormorant Garamond", serif;
	font-size: 48px;
	line-height: 0.95;
	font-weight: 300;
	color: var(--black);
}

.catalog-toolbar__count {
	font-size: 13px;
	margin-left: 2px;
	color: var(--text-secondary-light);
}

.catalog-toolbar__controls {
	flex: 0 0 auto;
}

.catalog-toolbar__sort {
	min-width: 220px;
	height: 44px;
	padding: 0 16px;
	border: 1px solid var(--border-color);
	background: var(--white);
	font-size: 14px;
	color: var(--black);
	outline: none;
}

.catalog-toolbar__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	overflow-x: auto;
	padding: 0 0 16px 2px;
	border-bottom: 1px solid var(--border-color);
}

.catalog-toolbar__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	border: 1px solid var(--grey2);
	background: var(--white);
	color:var(--black);
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	white-space: nowrap;
	transition: 0.3s;
}

.catalog-toolbar__tab:hover {
	border-color: var(--accent);
}

.catalog-toolbar__tab.is-active {
	background: var(--black);
	border-color: var(--black);
	color: var(--white);
}

.catalog-toolbar__controls {
	position: relative;
	flex: 0 0 auto;
}

.catalog-toolbar__sort-form {
	position: relative;
}

.catalog-sort {
	position: relative;
	min-width: 225px;
}

.catalog-sort__current {
	width: 100%;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid var(--border-color);
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	cursor: pointer;
	color: var(--black);
	font-size: 14px;
	text-align: left;
}

.catalog-sort__current-text {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	color: var(--black);
}

.catalog-sort__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #a6a099;
	transition: transform 0.2s ease;
	flex: 0 0 auto;
}

.catalog-sort.is-open .catalog-sort__arrow {
	transform: rotate(180deg);
}

.catalog-sort__menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	background: var(--white);
	border: 1px solid var(--border-color);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
	z-index: 50;
	display: none;
}

.catalog-sort.is-open .catalog-sort__menu {
	display: block;
}

.catalog-sort__option {
	width: 100%;
	min-height: 46px;
	padding: 0 18px;
	border: 0;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	cursor: pointer;
	text-align: left;
	color: var(--black);
	font-size: 14px;
	transition:
		background 0.2s ease,
		color 0.2s ease;
}

.catalog-sort__option:hover {
	background: #fafafa;
}

.catalog-sort__option.is-active {
	background: var(--milk);
}

.catalog-sort__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--accent);
	flex: 0 0 auto;
}

.catalog-toolbar__controls {
	display: flex;
	align-items: center;
	gap: 10px;
}

.catalog-filter-button {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 120px;
	height: 44px;
	padding: 0 16px;
	border: 1px solid var(--border-color);
	background: var(--white);
	color: var(--grey2);
	cursor: pointer;
	font-size: 13px;
	transition: 0.2s ease;
}

.catalog-filter-button:hover {
	border-color: var(--black);
}

.catalog-filter-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--grey2);
}

.catalog-sidebar__head {
	display: none;
}

.catalog-filter-overlay {
	display: none;
}

.catalog-filter-actions-row {
	margin-top: 24px;
}

.catalog-filter-actions__inner {
	display: flex;
	gap: 10px;
	align-items: center;
}

.catalog-filter-button {
	position: relative;
}

.catalog-filter-button__marker {
    position: absolute;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    flex: 0 0 auto;
    box-shadow: 0 0 0 3px rgba(147, 141, 136, 0.12);
    right: 11px;
}

.catalog-filter-button.is-active {
	border-color: var(--accent);
	color: var(--black);
}

@media (max-width: 1080px) {
	.catalog-layout {
		grid-template-columns: 1fr;
		padding-top: 20px;
	}

	.catalog-toolbar__top {
		flex-direction: column;
		align-items: normal;
		gap: 10px;
	}

	.catalog-toolbar__controls {
		align-self: end;
	}

	.catalog-toolbar__title {
		font-size: 40px;
	}

	.catalog-toolbar__tab {
		min-height: 32px;
		font-size: 11px;
		padding: 0 14px;
	}
	.catalog-sort__current-text,
	.catalog-sort__option {
		font-size: 13px;
		color: var(--grey2);
	}

	.catalog-toolbar__tabs {
		display: none;
	}

	.catalog-toolbar__controls {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 10px;
		align-self: end;
	}

	.catalog-toolbar__top {
		margin-bottom: 0;
	}

	.catalog-filter-button {
		display: inline-flex;
	}

	.catalog-sidebar {
		position: fixed;
		z-index: 1002;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: min(82dvh, 760px);
		padding: 0;
		background: var(--white);
		box-shadow: 0 -18px 44px rgba(0, 0, 0, 0.16);
		transform: translateY(105%);
		transition: transform 0.28s ease;
		border-radius: 12px 12px 0 0;
		overflow: hidden;

		display: flex;
		flex-direction: column;
	}

	body.catalog-filter-is-open .catalog-sidebar {
		transform: translateY(0);
	}

	.catalog-sidebar__head {
		position: relative;
		z-index: 5;
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		min-height: 50px;
		padding: 0 18px;
		border-bottom: 1px solid var(--border-color);
		background: var(--white);
		border-radius: 18px 18px 0 0;
	}

	.catalog-sidebar__title {
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 1.4px;
		text-transform: uppercase;
		color: var(--black);
		display: flex;
		align-items: center;
		gap: 4px;
	}

	.catalog-sidebar__close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border: 0;
		background: transparent;
		color: var(--black);
		cursor: pointer;
	}

	.catalog-sidebar__body {
		flex: 1 1 auto;
		min-height: 0;
		padding: 10px 18px 0;
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.catalog-filter-overlay {
		position: fixed;
		z-index: 1001;
		inset: 0;
		display: block;
		border: 0;
		background: rgba(0, 0, 0, 0.32);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.25s ease;
	}

	body.catalog-filter-is-open .catalog-filter-overlay {
		opacity: 1;
		pointer-events: auto;
	}

	body.catalog-filter-is-open {
		overflow: hidden;
	}

	.catalog-sort {
		min-width: 225px;
	}

	.catalog-sidebar .catalog-filter-actions-row {
		position: sticky;
		bottom: 0;
		z-index: 20;
		margin: 24px -18px 0;
		padding: 0 0 20px;
		background: var(--white);
		border-top: 1px solid var(--border-color);
	}

	.catalog-sidebar .catalog-filter-actions {
		width: 100%;
		padding: 0;
		float: none;
	}

	.catalog-sidebar .catalog-filter-actions .bx-filter-block {
		margin: 0;
		padding: 0;
	}

	.catalog-sidebar .catalog-filter-actions__inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.catalog-sidebar .catalog-filter-actions__apply,
	.catalog-sidebar .catalog-filter-actions__reset {
		width: 100%;
		min-height: 48px;
		margin: 0;
		padding: 0 14px;
		border-radius: 0;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 1.2px;
		text-transform: uppercase;
		cursor: pointer;
		box-shadow: none;
		outline: none;
	}

	.catalog-sidebar .catalog-filter-actions__apply,
	.catalog-sidebar input[name="set_filter"].catalog-filter-actions__apply {
		border: 1px solid var(--black);
		background: var(--black);
		color: var(--white);
	}

	.catalog-sidebar .catalog-filter-actions__reset,
	.catalog-sidebar input[name="del_filter"].catalog-filter-actions__reset {
		border: 1px solid var(--border-color);
		background: var(--white);
		color: var(--black);
		text-decoration: none;
	}

	.catalog-sidebar .catalog-filter-actions__apply:hover {
		background: #000;
		border-color: #000;
		color: var(--white);
	}

	.catalog-sidebar .catalog-filter-actions__reset:hover {
		border-color: var(--black);
		color: var(--black);
		background: var(--white);
	}

	.catalog-sidebar .catalog-filter-actions .bx-filter-popup-result {
		display: none !important;
	}
	.catalog-sidebar__body {
		scrollbar-width: thin;
		scrollbar-color: rgba(147, 141, 136, 0.45) transparent;
	}

	.catalog-sidebar__body::-webkit-scrollbar {
		width: 3px;
	}

	.catalog-sidebar__body::-webkit-scrollbar-track {
		background: transparent;
	}

	.catalog-sidebar__body::-webkit-scrollbar-thumb {
		background: rgba(147, 141, 136, 0.38);
		border-radius: 999px;
	}

	.catalog-sidebar__body::-webkit-scrollbar-thumb:hover {
		background: rgba(147, 141, 136, 0.58);
	}
}

@media (max-width: 520px) {
	.catalog-toolbar__controls {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1.3fr;
		gap: 10px;
		align-self: stretch;
	}

	.catalog-filter-button {
		width: 100%;
		min-width: 0;
		padding: 0 12px;
	}

	.catalog-toolbar__sort-form,
	.catalog-sort {
		width: 100%;
		min-width: 0;
	}

	.catalog-sort__current {
		padding: 0 12px;
	}

	.catalog-sidebar {
		height: 88dvh;
		border-radius: 10px 10px 0 0;
	}

	.catalog-sidebar__head {
		border-radius: 10px 10px 0 0;
	}

	.catalog-sidebar .catalog-filter-actions__inner {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 380px) {
	.catalog-sidebar .catalog-filter-actions__inner {
		grid-template-columns: 1fr;
	}
}

/* End */


/* Start:/bitrix/templates/FRESH/components/bitrix/catalog.smart.filter/main_filter/style.css?177981954912727*/
.bx-filter-jewelry {
	background: #fff;
	color: #111;
	font-family: inherit;
}

.bx-filter-jewelry .bx-filter-section {
	padding: 0;
}

.bx-filter-jewelry .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.bx-filter-jewelry .row {
	margin-left: 0;
	margin-right: 0;
}

.bx-filter-jewelry .row > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
	float: none;
	width: 100%;
}

.bx-filter-jewelry .bx-filter-title {
	position: relative;
	padding: 0 0 18px 28px;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 500;
	color: #4e4a46;
}

.bx-filter-jewelry .bx-filter-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23938d88' stroke-width='1.7' stroke-linecap='round'><path d='M5 12V4m14 16v-3M5 20v-4m14-3V4m-7 3V4m0 16v-9'/><circle cx='5' cy='14' r='2'/><circle cx='12' cy='9' r='2'/><circle cx='19' cy='15' r='2'/></svg>");
}

.bx-filter-jewelry .bx-filter-parameters-box {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ebe7e2;
	border-bottom: 0;
	box-shadow: none;
	background: transparent;
}

.bx-filter-jewelry .bx-filter-container-modef {
	display: none;
}

.bx-filter-jewelry .bx-filter-parameters-box-title {
	padding: 18px 0;
	margin: 0;
	cursor: pointer;
}

.bx-filter-jewelry .bx-filter-parameters-box-title > span,
.bx-filter-jewelry .bx-filter-parameters-box-hint {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #4e4a46;
}

.bx-filter-jewelry .bx-filter-parameters-box-title .fa-angle-up,
.bx-filter-jewelry .bx-filter-parameters-box-title .fa-angle-down,
.bx-filter-jewelry .bx-filter-parameters-box-title i[data-role="prop_angle"] {
	font-size: 16px;
	color: #b1aba5;
	min-width: 14px;
	text-align: right;
}

.bx-filter-jewelry .fa-question-circle {
	display: none;
}

.bx-filter-jewelry .bx-filter-block {
	padding: 18px 0 22px;
}

.bx-filter-jewelry .bx-filter-parameters-box-container {
	margin: 0;
}

.bx-filter-jewelry .bx-filter-parameters-box-container-block {
	margin-bottom: 0;
}

.bx-filter-jewelry .bx-ft-sub {
	display: none;
}

/* checklist */
.bx-filter-jewelry .checkbox,
.bx-filter-jewelry .radio {
	margin: 0 0 16px;
}

.bx-filter-jewelry .checkbox:last-child,
.bx-filter-jewelry .radio:last-child {
	margin-bottom: 0;

}

.bx-filter-jewelry .bx-filter-param-label {
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-weight: 400;
	color: #8f8a85;
}

.bx-filter-jewelry .bx-filter-input-checkbox {
	position: relative;
	display: block;
}

.bx-filter-jewelry .bx-filter-input-checkbox input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.bx-filter-jewelry .bx-filter-param-text {
	position: relative;
	display: block;
	padding-left: 30px;
	padding-right: 44px;
	font-size: 14px;
	line-height: 24px;
	color: #606060;
}

.bx-filter-jewelry .bx-filter-param-text::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border: 1px solid #cfc8c1;
	background: #fff;
	border-radius: 1px;
}

.bx-filter-jewelry .bx-filter-input-checkbox input:checked + .bx-filter-param-text,
.bx-filter-jewelry .bx-filter-param-label.bx-active .bx-filter-param-text {
	color: #111;
}

.bx-filter-jewelry .bx-filter-input-checkbox input:checked + .bx-filter-param-text::before {
	background: #111;
	border-color: #111;
}

.bx-filter-jewelry .bx-filter-input-checkbox input:checked + .bx-filter-param-text::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	width: 5px;
	height: 9px;
	margin-top: -6px;
	border: solid #fff;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(45deg);
}

.bx-filter-jewelry [data-role^="count_"] {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	line-height: 24px;
	color: #b5afaa;
}

.bx-filter-jewelry .disabled,
.bx-filter-jewelry .bx-filter-param-label.disabled {
	opacity: 0.45;
	pointer-events: none;
}

/* price fields */
.bx-filter-jewelry .bx-left,
.bx-filter-jewelry .bx-right {
	width: calc(50% - 10px);
	display: inline-block;
	vertical-align: top;
}

.bx-filter-jewelry .bx-left {
	margin-right: 20px;
}

.bx-filter-jewelry .bx-filter-input-container {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 14px;
	border: 1px solid #e4ddd7;
	background: #fff;
	box-shadow: none;
	flex-direction: row-reverse;
}

.bx-filter-jewelry .bx-left .bx-filter-input-container::before,
.bx-filter-jewelry .bx-right .bx-filter-input-container::before {
	content: "$";
	margin-right: 6px;
	font-size: 14px;
	line-height: 1;
	color: #b9b2ab;
}

.bx-filter-jewelry .bx-filter-input-container input {
	width: 100%;
	border: 0;
	outline: none;
	box-shadow: none;
	background: transparent;
	padding: 0;
	font-size: 14px;
	line-height: 1;
	color: #111;
}

.bx-filter-jewelry .bx-filter-input-container input::placeholder {
	color: #b9b2ab;
}

/* slider */
.bx-filter-jewelry .bx-ui-slider-track-container {
	width: 100%;
	padding: 16px 6px 0;
	margin: 0;
}

.bx-filter-jewelry .bx-ui-slider-track {
	position: relative;
	height: 30px;
}

.bx-filter-jewelry .bx-ui-slider-part {
	display: none;
}

.bx-filter-jewelry .bx-ui-slider-pricebar-vd,
.bx-filter-jewelry .bx-ui-slider-pricebar-vn {
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	height: 2px;
	background: #d8d2cc;
}

.bx-filter-jewelry .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 14px;
	height: 2px;
	background: #111;
}

.bx-filter-jewelry .bx-ui-slider-range {
	position: absolute;
	top: 0;
	bottom: 0;
}

.bx-filter-jewelry .bx-ui-slider-handle {
	position: absolute;
	top: 5px;
	width: 18px;
	height: 18px;
	margin-left: -9px;
	border-radius: 50%;
	background: #fff;
	border: 1.5px solid #111;
	box-shadow: none;
}

.bx-filter-jewelry .bx-ui-slider-handle.right {
	margin-left: 0;
	margin-right: -9px;
}

/* dropdown */
.bx-filter-jewelry .bx-filter-select-container {
	margin: 0;
}

.bx-filter-jewelry .bx-filter-select-block {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 0 38px 0 14px;
	border: 1px solid #e4ddd7;
	background: #fff;
	cursor: pointer;
}

.bx-filter-jewelry .bx-filter-select-text {
	font-size: 14px;
	line-height: 1.3;
	color: #111;
}

.bx-filter-jewelry .bx-filter-select-arrow {
	position: absolute;
	right: 14px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-right: 1.5px solid #a8a19a;
	border-bottom: 1.5px solid #a8a19a;
	transform: rotate(45deg);
}

.bx-filter-jewelry .bx-filter-select-popup {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	z-index: 30;
	background: #fff;
	border: 1px solid #e4ddd7;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	padding: 8px 0;
}

.bx-filter-jewelry .bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-filter-jewelry .bx-filter-select-popup li {
	margin: 0;
}

.bx-filter-jewelry .bx-filter-select-popup .bx-filter-param-label {
	padding: 10px 14px;
}

.bx-filter-jewelry .bx-filter-select-popup .selected {
	background: #f7f4f1;
	color: #111;
}

/* buttons + result */
.bx-filter-jewelry .bx-filter-button-box {
	margin-top: 22px;
}

.bx-filter-jewelry .bx-filter-button-box .bx-filter-block {
	padding: 0;
}

.bx-filter-jewelry .bx-filter-button-box .bx-filter-parameters-box-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.bx-filter-jewelry .btn.btn-themes {
	height: 44px;
	padding: 0 28px;
	border: 0;
	border-radius: 0;
	background: #111;
	color: #fff;
	font-size: 12px;
	line-height: 44px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	box-shadow: none;
}

.bx-filter-jewelry .btn.btn-themes:hover,
.bx-filter-jewelry .btn.btn-themes:focus {
	background: #2a2a2a;
	color: #fff;
}

.bx-filter-jewelry .btn.btn-link {
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #8f8a85;
	font-size: 13px;
	text-decoration: underline;
	box-shadow: none;
}

.bx-filter-jewelry .btn.btn-link:hover,
.bx-filter-jewelry .btn.btn-link:focus {
	color: #111;
}

.bx-filter-jewelry .bx-filter-popup-result .arrow,
.bx-filter-jewelry .bx-filter-popup-result br {
	display: none;
}

.bx-filter-jewelry .bx-filter-popup-result a {
	margin-left: 4px;
	color: #111;
	text-decoration: underline;
}

.bx-filter-jewelry #modef_num {
	font-weight: 600;
}

.bx-filter-jewelry .clb {
	display: none;
}

.bx-filter-jewelry .bx-filter-parameters-box .bx-filter-block {
	display: none;
}

.bx-filter-jewelry .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}

.bx-filter-jewelry .bx-filter-container-modef {
	display: block;
	position: relative;
	height: 0;
	overflow: visible;
}

.bx-filter-jewelry .bx-filter-button-box {
	position: relative;
}

.bx-filter-jewelry .bx-filter-popup-result {
	position: absolute !important;
	right: -80px;
	display: inline-block;
	padding: 10px 14px;
	margin: 0;
	border: 1px solid #e4ddd7;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
	font-size: 13px;
	line-height: 1.4;
	color: #111;
	white-space: nowrap;
	z-index: 20;
}

.bx-filter-jewelry .bx-filter-popup-result .arrow {
	display: none;
}

.bx-filter-jewelry .bx-filter-popup-result br {
	display: none;
}

.bx-filter-jewelry .bx-filter-popup-result a {
	margin-left: 8px;
	color: #111;
	text-decoration: underline;
}

.bx-filter-jewelry #modef_num {
	font-weight: 600;
}

.bx-filter-jewelry > .bx-filter-section > .row > [class*="col-"] {
	float: none;
	width: 100%;
	padding-left: 20px;
	padding-right: 0;
	padding-top: 2px;
}

.bx-filter-jewelry .bx-filter-parameters-box-container > .col-xs-6 {
	float: left;
	width: calc(50% - 10px);
	padding-left: 0;
	padding-right: 0;
}

.bx-filter-jewelry .bx-filter-parameters-box-container > .col-xs-6.bx-left {
	margin-right: 20px;
}

.bx-filter-jewelry .bx-filter-parameters-box-container > .col-xs-6.bx-right {
	margin-right: 0;
}

.bx-filter-jewelry .bx-filter-parameters-box-container > .col-xs-10.col-xs-offset-1 {
	float: left;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	margin-top: 16px;
}

.bx-filter-jewelry .bx-filter-parameters-box-container::after {
	content: "";
	display: block;
	clear: both;
}

.bx-filter-jewelry .bx-left .bx-filter-input-container,
.bx-filter-jewelry .bx-right .bx-filter-input-container {
	height: 46px;
	border: 1px solid #ded8d2;
	background: #fff;
	padding: 0 14px;
	box-shadow: none;
}

.bx-filter-jewelry .bx-left .bx-filter-input-container::before,
.bx-filter-jewelry .bx-right .bx-filter-input-container::before {
	content: "₽";
	margin-right: 6px;
	font-size: 14px;
	color: #b7b0a8;
}

.bx-filter-jewelry .row {
	margin-left: 0;
	margin-right: 0;
}

.bx-filter-jewelry .bx-filter-parameters-box-container {
	margin-left: 0;
	margin-right: 0;
}

.bx-filter-jewelry .bx-filter-values-wrap {
	position: relative;
}

.bx-filter-jewelry .bx-filter-values-list {
	display: block;
}

.bx-filter-jewelry .bx-filter-values-wrap.is-expanded .bx-filter-values-list {
	max-height: 395px;
	overflow-y: auto;
	padding-right: 6px;
}

.bx-filter-jewelry .bx-filter-values-wrap.is-expanded .bx-filter-values-list::-webkit-scrollbar {
	width: 6px;
}

.bx-filter-jewelry .bx-filter-values-wrap.is-expanded .bx-filter-values-list::-webkit-scrollbar-track {
	background: #f3f0ec;
}

.bx-filter-jewelry .bx-filter-values-wrap.is-expanded .bx-filter-values-list::-webkit-scrollbar-thumb {
	background: #c9c2bb;
	border-radius: 10px;
}

.bx-filter-jewelry .bx-filter-values-wrap.is-expanded .bx-filter-values-list {
	scrollbar-width: thin;
	scrollbar-color: #c9c2bb #f3f0ec;
}

.bx-filter-jewelry .bx-filter-values-toggle {
	margin-top: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #8f8a85;
	font-size: 13px;
	line-height: 1.4;
	text-decoration: underline;
	cursor: pointer;
}

.bx-filter-jewelry .bx-filter-values-toggle:hover,
.bx-filter-jewelry .bx-filter-values-toggle:focus {
	color: #111;
}

.bx-filter-single-checkbox {
	margin-top: 12px !important;
}


@media (max-width: 1080px) {
	.bx-filter-jewelry .bx-filter-button-box .bx-filter-parameters-box-container {
		flex-wrap: nowrap;
	}
	.bx-filter-jewelry .btn.btn-themes,
	.bx-filter-jewelry .btn.btn-link {
		font-size: 12px;
		font-weight: 500;
	}
	.col-lg-12.bx-filter-title {
		display: none;
	}

	.bx-filter-jewelry .bx-filter-parameters-box:first-child {
		border-top: 0;
	}

	.bx-filter-popup-result {
		opacity: 0 !important;
	}
}

/* End */


/* Start:/bitrix/templates/FRESH/components/bitrix/system.pagenavigation/fresh_catalog/style.css?1777290682646*/
.catalog-pages {
	display: flex;
	justify-content: center;
	margin-top: 6px;
}

.catalog-pages__list {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.catalog-pages__item,
.catalog-pages__dots {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	font-size: 12px;
	text-decoration: none;
	color: var(--text-secondary);
}

.catalog-pages__item:hover {
	color: var(--black);
}

.catalog-pages__item.is-active {
	background: var(--black);
	color: var(--white);
}

.catalog-pages__dots {
	min-width: auto;
	color:var(--text-secondary);
}
/* End */


/* Start:/bitrix/templates/FRESH/components/bitrix/catalog.section/main_section/style.css?17778958802953*/
.catalog-section {
	width: 100%;
}

.catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px 24px;
	align-items: start;
}

.catalog-grid__item {
	min-width: 0;
}

.catalog-grid__item > * {
	height: 100%;
}

.catalog-grid[data-entity="items-row"] + .catalog-grid[data-entity="items-row"] {
	margin-top: 32px;
}

.catalog-content,
.catalog-section {
	display: flex;
	flex-direction: column;
}

.catalog-load-more-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: fit-content;
	min-width: 240px;
	height: 46px;
	padding: 0 42px;
	margin: 40px auto 28px;
	border: 1px solid var(--text-secondary-light);
	background: var(--white);
	cursor: pointer;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-secondary);
	transition: all 0.2s ease;
	clear: both;
}

.catalog-load-more-btn:hover {
	border-color: var(--black);
	color: var(--black);
}

.catalog-load-more-btn:hover {
	border-color: var(--black);
	color: var(--black);
}

.catalog-pagination-outer {
	width: 100%;
	clear: both;
}

.catalog-pagination-block {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}

.catalog-pagination-meta {
	margin: 0 auto 30px;
}

.catalog-pagination-meta__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 14px;
	font-size: 11px;
	letter-spacing: 0.8px;
	color: var(--text-secondary-light);
}

.catalog-pagination-progress {
	height: 1px;
	background: #ebebeb;
	position: relative;
	overflow: hidden;
}

.catalog-pagination-progress span {
	display: block;
	height: 100%;
	background: var(--text-secondary);
}

.catalog-pages,
.bx-pagination {
	display: flex;
	justify-content: center;
}

.catalog-loadmore-outer {
	width: 100%;
	display: flex;
	justify-content: center;
	clear: both;
	margin: 40px 0 28px;
}

.catalog-load-more-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 46px;
	padding: 0 42px;
	border: 1px solid var(--text-secondary-light);
	background: var(--white);
	cursor: pointer;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-secondary);
	transition: all 0.2s ease;
}

.catalog-load-more-btn:hover {
	border-color: var(--black);
	color: var(--black);
}

.catalog-grid .catalog-loadmore-outer {
	grid-column: 1 / -1;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 40px 0 28px;
}

.catalog-grid [data-use^="show-more-"] {
	justify-self: center;
}

.catalog-grid .catalog-pagination-outer,
.catalog-grid [data-pagination-num] {
	grid-column: 1 / -1;
	width: 100%;
}

.catalog-section .catalog-load-more-btn,
.catalog-grid .catalog-load-more-btn {
	grid-column: 1 / -1;
	justify-self: center;
}



@media (max-width: 680px) {
		.catalog-grid {
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}
}

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

/* End */


/* Start:/bitrix/templates/FRESH/components/bitrix/catalog.item/main_item/style.css?17798228115855*/
.product-card {
    width: 100%;
    background: var(--white);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card__media {
    position: relative;
    overflow: hidden;
}

.product-card__image-link {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.product-card__image,
.product-item-image-original,
.product-item-image-alternative {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 6;
    object-fit: contain;
}

.product-item-image-original,
.product-item-image-alternative {
    background: none !important;
}

.product-card__image--secondary,
.product-item-image-alternative {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
    pointer-events: none;
}

.product-card:hover .product-card__image--secondary,
.product-card:hover .product-item-image-alternative {
    opacity: 1;
}

.product-card__badges {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    pointer-events: none;
}

.product-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 10px;
}

.product-card__badge--new {
    background: var(--accent);
}

.product-card__badge--best {
    background: var(--black);
}

.product-card__actions {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-card:hover .product-card__actions {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.product-card__icon-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: var(--milk);
    color: var(--black);
    display: grid;
    place-items: center;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s ease, transform 0.2s ease;
}

.product-card__icon-btn:hover {
    background: var(--white);
}

.product-card__icon-btn svg .heart-fill {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.product-card__icon-btn svg .heart-outline {
  opacity: 1;
}

/* активное состояние */
.product-card__icon-btn.is-active svg{
  color: #111;
}

.product-card__icon-btn.is-active  svg .heart-fill {
  opacity: 1;
}

.product-card__basket {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    pointer-events: none;
}

.product-card__basket-actions,
.product-item-button-container,
.product-card__basket #bx_ {
    width: 100%;
}

.product-card__quick-add {
    position: relative;
    width: 100%;
    height: 42px;
    background: var(--milk);
    border-top: var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: var(--black);
    text-decoration: none;
    opacity: 0;
    transform: translateY(100%);
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    pointer-events: auto;
}

.product-card__quick-add:hover {
    background: var(--black);
    color: var(--white);
}

.product-card:hover .product-card__quick-add {
    opacity: 1;
    transform: translateY(0);
}

.product-card__quick-add svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke-width: 1.7;
    flex: 0 0 auto;
}

.product-card__not-available {
    position: relative;
    width: 100%;
    height: 42px;
    background: var(--milk);
    border-top: var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: var(--black);
    text-decoration: none;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: auto;
}

.product-card:hover .product-card__not-available {
    opacity: 1;
    transform: translateY(0);
}

.product-card__body {
    padding: 20px 0 0;
    background: var(--white);
}

.product-card__meta {
    margin: 0 0 8px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-secondary-light);
}

.product-card__title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--black);
    transition: color 0.3s ease;
}

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

.product-card:hover .product-card__title {
    color: var(--accent);
}

.product-card__price-wrap {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.product-card__price-old {
    font-size: 14px;
    line-height: 1.2;
    color: var(--text-secondary-light);
    text-decoration: line-through;
}

.product-card__price {
    font-size: 16px;
    line-height: 1.2;
    color: var(--black);
}

.product-item-hidden {
    display: none !important;
}

.product-item-image-slider-slide-container,
.product-item-image-slider-control-container,
.product-item-image-slider-progress-bar-container {
    display: none !important;
}

.product-item-hidden {
    display: none !important;
}

.product-card .btn-main{
    border-radius: 0;
    box-shadow: none;
}

.product-card__quick-add.btn,
.product-card__not-available.btn-main{
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}


@media (max-width: 580px) {
    .product-card__title {
        font-size: 14px;
    }

} 
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17772906721413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */
/* /bitrix/templates/FRESH/components/bitrix/breadcrumb/bread/style.css?1777290682673 */
/* /bitrix/templates/FRESH/components/bitrix/catalog/catalog/style.css?17798185289825 */
/* /bitrix/templates/FRESH/components/bitrix/catalog.smart.filter/main_filter/style.css?177981954912727 */
/* /bitrix/templates/FRESH/components/bitrix/system.pagenavigation/fresh_catalog/style.css?1777290682646 */
/* /bitrix/templates/FRESH/components/bitrix/catalog.section/main_section/style.css?17778958802953 */
/* /bitrix/templates/FRESH/components/bitrix/catalog.item/main_item/style.css?17798228115855 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17772906721413 */
