/**
 * HARCHI KOLO Core — «Моє коло».
 */

.hk-my-circle-toggle {
	--hk-circle-green: #123f2f;
	--hk-circle-gold: #c79a2b;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	border: 1px solid rgba(18, 63, 47, 0.28);
	background: #ffffff;
	color: var(--hk-circle-green);
	font: inherit;
	font-weight: 750;
	line-height: 1.2;
	box-shadow: 0 8px 22px rgba(18, 63, 47, 0.12);
	cursor: pointer;
	transition:
		transform 0.18s ease,
		border-color 0.18s ease,
		background-color 0.18s ease,
		color 0.18s ease,
		box-shadow 0.18s ease;
}

.hk-my-circle-toggle:hover {
	border-color: var(--hk-circle-gold);
	color: var(--hk-circle-green);
	box-shadow: 0 12px 28px rgba(18, 63, 47, 0.16);
	transform: translateY(-1px);
}

.hk-my-circle-toggle:focus-visible {
	outline: 3px solid rgba(199, 154, 43, 0.3);
	outline-offset: 3px;
}

.hk-my-circle-toggle[disabled],
.hk-my-circle-toggle.is-loading {
	opacity: 0.62;
	cursor: wait;
	transform: none;
}

.hk-my-circle-toggle.is-active {
	border-color: var(--hk-circle-gold);
	background: var(--hk-circle-gold);
	color: #ffffff;
	box-shadow: 0 10px 26px rgba(199, 154, 43, 0.3);
}

.hk-my-circle-icon {
	display: block;
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	overflow: visible;
}

.hk-my-circle-icon__ring,
.hk-my-circle-icon__leaf,
.hk-my-circle-icon__stem {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hk-my-circle-icon__leaf {
	fill: rgba(18, 63, 47, 0.08);
}

.hk-my-circle-toggle.is-active .hk-my-circle-icon__leaf {
	fill: rgba(255, 255, 255, 0.22);
}

/* Compact control on a listing card. */
.hp-listing__header {
	position: relative;
}

.hk-my-circle-toggle--card {
	position: absolute;
	z-index: 14;
	top: 12px;
	right: 12px;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(7px);
}

.hk-my-circle-toggle--card .hk-my-circle-toggle__label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Full action on the listing page. */
.hk-my-circle-toggle--page {
	width: 100%;
	min-height: 50px;
	padding: 12px 18px;
	border-radius: 12px;
}

.hk-my-circle-toggle--page .hk-my-circle-toggle__label {
	display: inline;
}

/* Branded page. */
body.hk-my-circle-page {
	--hk-circle-green: #123f2f;
	--hk-circle-green-deep: #0c3023;
	--hk-circle-gold: #c79a2b;
	--hk-circle-muted: #667a72;
	--hk-circle-border: rgba(18, 63, 47, 0.13);
	--hk-circle-soft: #f5f8f6;
}

body.hk-my-circle-page .hk-my-circle-shell {
	width: min(100%, 1380px);
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 40px;
}

.hk-my-circle-hero {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	margin: 0 0 28px;
	padding: clamp(22px, 4vw, 36px);
	overflow: hidden;
	border: 1px solid var(--hk-circle-border);
	border-radius: 22px;
	background:
		radial-gradient(circle at 92% 20%, rgba(199, 154, 43, 0.19), transparent 29%),
		linear-gradient(135deg, #ffffff 0%, #f3f8f5 100%);
	box-shadow: 0 18px 48px rgba(18, 63, 47, 0.1);
}

.hk-my-circle-hero__symbol,
.hk-my-circle-empty__symbol,
.hk-my-circle-login__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: var(--hk-circle-green);
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(18, 63, 47, 0.22);
}

.hk-my-circle-hero__symbol .hk-my-circle-icon,
.hk-my-circle-empty__symbol .hk-my-circle-icon,
.hk-my-circle-login__icon .hk-my-circle-icon {
	width: 46px;
	height: 46px;
	flex-basis: 46px;
}

.hk-my-circle-hero__copy {
	min-width: 0;
}

.hk-my-circle-hero__eyebrow {
	display: block;
	margin-bottom: 5px;
	color: var(--hk-circle-gold);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.095em;
	text-transform: uppercase;
}

.hk-my-circle-hero h2 {
	margin: 0;
	color: var(--hk-circle-green);
	font-size: clamp(32px, 4.5vw, 52px);
	font-weight: 850;
	line-height: 1.04;
	letter-spacing: -0.035em;
}

.hk-my-circle-hero p {
	max-width: 720px;
	margin: 10px 0 0;
	color: var(--hk-circle-muted);
	font-size: clamp(15px, 1.8vw, 18px);
	line-height: 1.55;
}

.hk-my-circle-count {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 108px;
	min-height: 92px;
	padding: 14px;
	border: 1px solid rgba(199, 154, 43, 0.35);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--hk-circle-muted);
	text-align: center;
}

.hk-my-circle-count strong {
	color: var(--hk-circle-green);
	font-size: 34px;
	font-weight: 850;
	line-height: 1;
}

.hk-my-circle-count span {
	margin-top: 5px;
	font-size: 13px;
	font-weight: 700;
}

.hk-my-circle-content {
	padding: 0;
}

.hk-my-circle-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 14px;
}

.hk-my-circle-section-heading > div {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hk-my-circle-section-heading__mark {
	display: block;
	width: 11px;
	height: 11px;
	border: 3px solid var(--hk-circle-gold);
	border-radius: 50%;
}

.hk-my-circle-section-heading h3 {
	margin: 0;
	color: var(--hk-circle-green);
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 820;
}

.hk-my-circle-catalog-link {
	color: var(--hk-circle-green);
	font-size: 14px;
	font-weight: 780;
	text-decoration: none;
}

.hk-my-circle-catalog-link:hover {
	color: var(--hk-circle-gold);
}

.hk-my-circle-results .hp-listings {
	margin-top: 0 !important;
}

.hk-my-circle-empty,
.hk-my-circle-login {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 330px;
	padding: 42px 24px;
	border: 1px dashed rgba(18, 63, 47, 0.24);
	border-radius: 22px;
	background: linear-gradient(145deg, #ffffff, var(--hk-circle-soft));
	text-align: center;
}

.hk-my-circle-empty__symbol,
.hk-my-circle-login__icon {
	width: 68px;
	height: 68px;
	margin-bottom: 20px;
	background: #ffffff;
	color: var(--hk-circle-green);
	border: 1px solid rgba(18, 63, 47, 0.16);
	box-shadow: 0 10px 28px rgba(18, 63, 47, 0.1);
}

.hk-my-circle-empty h3,
.hk-my-circle-login h2 {
	margin: 0;
	color: var(--hk-circle-green);
	font-size: clamp(25px, 4vw, 34px);
	font-weight: 830;
}

.hk-my-circle-empty p,
.hk-my-circle-login p {
	max-width: 520px;
	margin: 10px 0 0;
	color: var(--hk-circle-muted);
	font-size: 16px;
	line-height: 1.55;
}

.hk-my-circle-empty__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 22px;
	padding: 11px 22px;
	border-radius: 12px;
	background: var(--hk-circle-green);
	color: #ffffff !important;
	font-weight: 780;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(18, 63, 47, 0.2);
}

.hk-my-circle-empty__button:hover {
	background: var(--hk-circle-gold);
}

.hk-my-circle-item-removing {
	opacity: 0;
	transform: scale(0.97);
	transition: opacity 0.22s ease, transform 0.22s ease;
}

@media (max-width: 700px) {
	.hk-my-circle-toggle--card {
		top: 10px;
		right: 10px;
		width: 42px;
		height: 42px;
		min-width: 42px;
		min-height: 42px;
	}

	.hk-my-circle-toggle--card .hk-my-circle-icon {
		width: 25px;
		height: 25px;
		flex-basis: 25px;
	}

	body.hk-my-circle-page .hk-my-circle-shell {
		padding-top: 4px;
		padding-bottom: 28px;
	}

	.hk-my-circle-hero {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 14px;
		margin-bottom: 22px;
		padding: 20px 18px;
		border-radius: 18px;
	}

	.hk-my-circle-hero__symbol {
		width: 58px;
		height: 58px;
	}

	.hk-my-circle-hero__symbol .hk-my-circle-icon {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
	}

	.hk-my-circle-hero__eyebrow {
		font-size: 10px;
		letter-spacing: 0.075em;
	}

	.hk-my-circle-hero h2 {
		font-size: 32px;
	}

	.hk-my-circle-hero p {
		margin-top: 7px;
		font-size: 14px;
	}

	.hk-my-circle-count {
		grid-column: 1 / -1;
		flex-direction: row;
		gap: 7px;
		width: 100%;
		min-height: 48px;
		padding: 9px 14px;
		border-radius: 13px;
	}

	.hk-my-circle-count strong {
		font-size: 23px;
	}

	.hk-my-circle-count span {
		margin: 0;
	}

	.hk-my-circle-section-heading {
		align-items: flex-start;
	}

	.hk-my-circle-section-heading h3 {
		font-size: 22px;
	}

	.hk-my-circle-catalog-link {
		max-width: 105px;
		text-align: right;
	}

	.hk-my-circle-empty,
	.hk-my-circle-login {
		min-height: 285px;
		padding: 34px 18px;
		border-radius: 18px;
	}
}


/* ==================================================
   Saved-products grid — Core 1.7.82
   ==================================================
   HivePress may wrap a standalone Listings block in an extra .hp-row.
   Lock every supported wrapper to the same stable 3 / 2 / 1 grid used by
   the catalog. These rules are scoped only to the «Моє коло» page.
 */
body.hk-my-circle-page .hk-my-circle-results {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
}

body.hk-my-circle-page .hk-my-circle-results > .hp-listings,
body.hk-my-circle-page .hk-my-circle-results .hp-listings {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
}

body.hk-my-circle-page
	.hk-my-circle-results
	.hp-listings.hp-grid,
body.hk-my-circle-page
	.hk-my-circle-results
	.hp-listings
	> .hp-grid,
body.hk-my-circle-page
	.hk-my-circle-results
	.hp-listings
	> .hp-row {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 24px !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.hk-my-circle-page
	.hk-my-circle-results
	.hp-listings.hp-grid
	> .hp-grid__item,
body.hk-my-circle-page
	.hk-my-circle-results
	.hp-listings
	> .hp-grid
	> .hp-grid__item,
body.hk-my-circle-page
	.hk-my-circle-results
	.hp-listings
	> .hp-row
	> .hp-grid__item,
body.hk-my-circle-page
	.hk-my-circle-results
	.hp-listings
	> .hp-row
	> [class*="hp-col-"] {
	display: block !important;
	grid-column: auto !important;
	flex: none !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

body.hk-my-circle-page
	.hk-my-circle-results
	.hp-listing--view-block,
body.hk-my-circle-page
	.hk-my-circle-results
	.hp-listing {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 100% !important;
	box-sizing: border-box !important;
}

body.hk-my-circle-page
	.hk-my-circle-results
	.hp-listing__content,
body.hk-my-circle-page
	.hk-my-circle-results
	.hp-listing__footer {
	min-width: 0 !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

body.hk-my-circle-page
	.hk-my-circle-results
	.hp-listing__title,
body.hk-my-circle-page
	.hk-my-circle-results
	.hp-listing__title a,
body.hk-my-circle-page
	.hk-my-circle-results
	.hp-listing__footer {
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

@media (max-width: 1100px) {
	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listings.hp-grid,
	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listings
		> .hp-grid,
	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listings
		> .hp-row {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 18px !important;
	}
}

@media (max-width: 700px) {
	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listings.hp-grid,
	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listings
		> .hp-grid,
	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listings
		> .hp-row {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 14px !important;
	}
}


/* ==================================================
   Desktop saved-products layout — Core 1.7.84
   ==================================================
   Desktop only. HivePress applies its column percentage inside our own grid,
   making a card approximately one ninth of the page width. Flatten the
   intermediate rows and let the real listing items occupy our 3-column grid.
   Mobile rendering below 701px is intentionally untouched.
 */
@media (min-width: 701px) {
	body.hk-my-circle-page .hk-my-circle-results {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body.hk-my-circle-page .hk-my-circle-results .hp-listings {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(280px, 1fr)) !important;
		align-items: start !important;
		gap: 24px !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	/*
	 * HivePress may add one or more .hp-row/.hp-grid wrappers. display:contents
	 * removes only their layout boxes while preserving the actual card markup.
	 */
	body.hk-my-circle-page .hk-my-circle-results .hp-listings .hp-row,
	body.hk-my-circle-page .hk-my-circle-results .hp-listings .hp-grid,
	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listings
		> div:not(.hp-grid__item):not([class*="hp-col-"]) {
		display: contents !important;
	}

	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listings
		.hp-grid__item,
	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listings
		[class*="hp-col-"] {
		grid-column: auto !important;
		display: block !important;
		flex: none !important;
		flex-basis: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}

	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listing,
	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listing--view-block {
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		height: auto !important;
		margin: 0 !important;
		box-sizing: border-box !important;
	}

	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listing__header,
	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listing__content,
	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listing__footer {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}

	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listing__title,
	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listing__title a {
		word-break: normal !important;
		overflow-wrap: break-word !important;
	}

	body.hk-my-circle-page
		.hk-my-circle-results
		.hp-listing__footer {
		word-break: normal !important;
		overflow-wrap: normal !important;
	}
}

@media (min-width: 701px) and (max-width: 1100px) {
	body.hk-my-circle-page .hk-my-circle-results .hp-listings {
		grid-template-columns: repeat(2, minmax(280px, 1fr)) !important;
		gap: 18px !important;
	}
}


/* ==================================================
   Producers in «Моє коло» — Core 1.7.86
   ================================================== */

.hk-my-circle-toggle--vendor-page {
	width: 100%;
	min-height: 50px;
	padding: 12px 18px;
	border-radius: 12px;
}

.hk-my-circle-toggle--vendor-page .hk-my-circle-toggle__label {
	display: inline;
}

.hk-my-circle-tabs {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 26px;
	padding: 6px;
	border: 1px solid rgba(18, 63, 47, 0.13);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(18, 63, 47, 0.08);
}

.hk-my-circle-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 10px 18px;
	border: 0;
	border-radius: 11px;
	background: transparent;
	color: #526a61;
	font: inherit;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.hk-my-circle-tab strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 25px;
	height: 25px;
	padding: 0 7px;
	border-radius: 999px;
	background: rgba(18, 63, 47, 0.09);
	color: #123f2f;
	font-size: 12px;
	line-height: 1;
}

.hk-my-circle-tab:hover {
	color: #123f2f;
}

.hk-my-circle-tab.is-active {
	background: #123f2f;
	color: #ffffff;
	box-shadow: 0 8px 20px rgba(18, 63, 47, 0.2);
}

.hk-my-circle-tab.is-active strong {
	background: #c79a2b;
	color: #ffffff;
}

.hk-my-circle-panel[hidden] {
	display: none !important;
}

.hk-my-circle-panel {
	animation: hkMyCirclePanelIn 0.2s ease both;
}

@keyframes hkMyCirclePanelIn {
	from {
		opacity: 0;
		transform: translateY(4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hk-my-circle-vendor-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
}

.hk-my-circle-vendor-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(18, 63, 47, 0.14);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(18, 63, 47, 0.09);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hk-my-circle-vendor-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(18, 63, 47, 0.13);
}

.hk-my-circle-vendor-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(145deg, #edf4f0, #ffffff);
}

.hk-my-circle-vendor-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hk-my-circle-vendor-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #123f2f;
	background:
		radial-gradient(circle at 70% 20%, rgba(199, 154, 43, 0.2), transparent 31%),
		linear-gradient(145deg, #edf4f0, #ffffff);
}

.hk-my-circle-vendor-card__placeholder .hk-my-circle-icon {
	width: 76px;
	height: 76px;
	flex-basis: 76px;
}

.hk-my-circle-toggle--vendor-card {
	position: absolute;
	z-index: 3;
	top: 12px;
	right: 12px;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	border-radius: 50%;
}

.hk-my-circle-toggle--vendor-card .hk-my-circle-toggle__label {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.hk-my-circle-vendor-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: 20px;
}

.hk-my-circle-vendor-card__eyebrow {
	color: #c79a2b;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hk-my-circle-vendor-card h4 {
	margin: 7px 0 0;
	color: #123f2f;
	font-size: 24px;
	font-weight: 850;
	line-height: 1.15;
}

.hk-my-circle-vendor-card h4 a {
	color: inherit;
	text-decoration: none;
}

.hk-my-circle-vendor-card h4 a:hover {
	color: #c79a2b;
}

.hk-my-circle-vendor-card p {
	margin: 11px 0 0;
	color: #60746c;
	font-size: 15px;
	line-height: 1.55;
}

.hk-my-circle-vendor-card__meta {
	margin-top: 16px;
	color: #123f2f;
	font-size: 13px;
	font-weight: 750;
}

.hk-my-circle-vendor-card__profile {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: auto;
	padding: 11px 16px;
	border: 1px solid rgba(18, 63, 47, 0.22);
	border-radius: 11px;
	color: #123f2f !important;
	font-weight: 800;
	text-decoration: none !important;
	transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.hk-my-circle-vendor-card__profile:hover {
	border-color: #123f2f;
	background: #123f2f;
	color: #ffffff !important;
}

@media (max-width: 1100px) {
	.hk-my-circle-vendor-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}
}

@media (max-width: 700px) {
	.hk-my-circle-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		margin-bottom: 20px;
	}

	.hk-my-circle-tab {
		min-width: 0;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 14px;
	}

	.hk-my-circle-vendor-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	.hk-my-circle-vendor-card {
		border-radius: 16px;
	}

	.hk-my-circle-vendor-card__body {
		padding: 18px;
	}

	.hk-my-circle-vendor-card h4 {
		font-size: 22px;
	}

	.hk-my-circle-toggle--vendor-card {
		top: 10px;
		right: 10px;
		width: 42px;
		height: 42px;
		min-width: 42px;
		min-height: 42px;
	}
}


/* ==================================================
   Compact vendor-profile circle button — Core 1.7.87
   ==================================================
   Only the producer-profile action is changed. It no longer stretches across
   the whole profile column and keeps a clear gap below the message button.
 */
.hk-my-circle-toggle--vendor-page {
	display: flex !important;
	width: fit-content !important;
	max-width: calc(100% - 24px) !important;
	min-width: 0 !important;
	min-height: 44px !important;
	margin: 12px auto 0 !important;
	padding: 9px 16px !important;
	border-radius: 11px !important;
	font-size: 14px !important;
	line-height: 1.25 !important;
	text-align: center !important;
	white-space: normal !important;
}

.hk-my-circle-toggle--vendor-page .hk-my-circle-icon {
	width: 23px !important;
	height: 23px !important;
	flex-basis: 23px !important;
}

@media (max-width: 700px) {
	.hk-my-circle-toggle--vendor-page {
		max-width: calc(100% - 28px) !important;
		min-height: 46px !important;
		margin-top: 14px !important;
		padding: 10px 17px !important;
		font-size: 15px !important;
	}
}


/* ==================================================
   Equal vendor button size on desktop — Core 1.7.88
   ==================================================
   Desktop only: both states of the vendor-circle button must have the same
   visual width. Mobile behavior remains unchanged.
 */
@media (min-width: 701px) {
	.hk-my-circle-toggle--vendor-page {
		width: 228px !important;
		min-width: 228px !important;
		max-width: 228px !important;
		justify-content: center !important;
		padding: 10px 14px !important;
	}

	.hk-my-circle-toggle--vendor-page .hk-my-circle-label,
	.hk-my-circle-toggle--vendor-page .hk-my-circle-text,
	.hk-my-circle-toggle--vendor-page span:not(.hk-my-circle-icon) {
		display: block !important;
		flex: 1 1 auto !important;
		text-align: center !important;
		white-space: normal !important;
		line-height: 1.2 !important;
	}
}


/* ==================================================
   Equal vendor button size on mobile — Core 1.7.89
   ==================================================
   Mobile only. Both inactive and active states use the same width and height,
   matching the compact golden state. Desktop styles remain unchanged.
 */
@media (max-width: 700px) {
	.hk-my-circle-toggle--vendor-page {
		width: 416px !important;
		max-width: calc(100% - 56px) !important;
		min-width: 0 !important;
		min-height: 84px !important;
		margin: 24px auto 0 !important;
		padding: 14px 22px !important;
		justify-content: center !important;
		border-radius: 18px !important;
		font-size: 18px !important;
		line-height: 1.2 !important;
		box-sizing: border-box !important;
	}

	.hk-my-circle-toggle--vendor-page .hk-my-circle-icon {
		width: 32px !important;
		height: 32px !important;
		flex: 0 0 32px !important;
	}

	.hk-my-circle-toggle--vendor-page .hk-my-circle-toggle__label {
		display: block !important;
		flex: 0 1 auto !important;
		min-width: 0 !important;
		text-align: center !important;
		white-space: normal !important;
	}
}


/* ==================================================
   Refined mobile vendor button — Core 1.7.90
   ==================================================
   Mobile only. Both states keep the same compact dimensions.
   Desktop remains exactly as in Core 1.7.89.
 */
@media (max-width: 700px) {
	.hk-my-circle-toggle--vendor-page {
		width: calc(100% - 88px) !important;
		max-width: 330px !important;
		min-width: 0 !important;
		height: 72px !important;
		min-height: 72px !important;
		max-height: 72px !important;
		margin: 18px auto 0 !important;
		padding: 10px 16px !important;
		gap: 10px !important;
		justify-content: center !important;
		border-radius: 16px !important;
		font-size: 16px !important;
		line-height: 1.18 !important;
		box-sizing: border-box !important;
	}

	.hk-my-circle-toggle--vendor-page .hk-my-circle-icon {
		width: 26px !important;
		height: 26px !important;
		flex: 0 0 26px !important;
	}

	.hk-my-circle-toggle--vendor-page .hk-my-circle-toggle__label {
		display: block !important;
		flex: 0 1 auto !important;
		min-width: 0 !important;
		max-width: 230px !important;
		text-align: center !important;
		white-space: normal !important;
		line-height: 1.18 !important;
	}
}


/* ==================================================
   Internal news from saved producers — Core 1.7.91
   ================================================== */
.hk-my-circle-menu-news-target {
	position: relative;
}

.hk-my-circle-menu-news-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 21px;
	height: 21px;
	margin-left: 8px;
	padding: 0 6px;
	border-radius: 999px;
	background: #c79a2b;
	color: #ffffff;
	font-size: 11px;
	font-weight: 850;
	line-height: 1;
	vertical-align: middle;
	box-shadow: 0 3px 9px rgba(199, 154, 43, 0.25);
}

.hk-my-circle-news {
	margin: 0 0 26px;
	padding: 24px;
	border: 1px solid rgba(199, 154, 43, 0.34);
	border-radius: 18px;
	background: linear-gradient(145deg, #fffdf7 0%, #ffffff 72%);
	box-shadow: 0 12px 32px rgba(18, 63, 47, 0.07);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.hk-my-circle-news.is-reviewed {
	opacity: 0;
	transform: translateY(-8px);
}

.hk-my-circle-news__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.hk-my-circle-news__title-wrap {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	min-width: 0;
}

.hk-my-circle-news__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 15px;
	background: #123f2f;
	color: #c79a2b;
}

.hk-my-circle-news__icon .hk-my-circle-icon {
	width: 30px;
	height: 30px;
}

.hk-my-circle-news__eyebrow {
	display: block;
	margin: 1px 0 4px;
	color: #9b7420;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hk-my-circle-news h3 {
	margin: 0;
	color: #123f2f;
	font-size: 24px;
	font-weight: 850;
	line-height: 1.15;
}

.hk-my-circle-news__title-wrap p {
	margin: 6px 0 0;
	color: #64776f;
	font-size: 14px;
	line-height: 1.45;
}

.hk-my-circle-news__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.hk-my-circle-news__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 9px;
	border-radius: 999px;
	background: #c79a2b;
	color: #ffffff;
	font-size: 13px;
	font-weight: 850;
}

.hk-my-circle-news__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 15px;
	border: 1px solid rgba(18, 63, 47, 0.22);
	border-radius: 11px;
	background: #ffffff;
	color: #123f2f;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.hk-my-circle-news__mark:hover,
.hk-my-circle-news__mark:focus-visible {
	border-color: #123f2f;
	background: #123f2f;
	color: #ffffff;
}

.hk-my-circle-news__mark:disabled {
	opacity: 0.65;
	cursor: wait;
}

.hk-my-circle-news__list .hp-listings {
	margin-top: 0;
}

@media (max-width: 700px) {
	.hk-my-circle-menu-news-badge {
		min-width: 19px;
		height: 19px;
		margin-left: 6px;
		padding: 0 5px;
		font-size: 10px;
	}

	.hk-my-circle-news {
		margin-bottom: 20px;
		padding: 18px 15px;
		border-radius: 16px;
	}

	.hk-my-circle-news__header {
		display: block;
		margin-bottom: 16px;
	}

	.hk-my-circle-news__title-wrap {
		gap: 12px;
	}

	.hk-my-circle-news__icon {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
		border-radius: 13px;
	}

	.hk-my-circle-news__icon .hk-my-circle-icon {
		width: 26px;
		height: 26px;
	}

	.hk-my-circle-news h3 {
		font-size: 21px;
	}

	.hk-my-circle-news__title-wrap p {
		font-size: 13px;
	}

	.hk-my-circle-news__actions {
		justify-content: space-between;
		margin-top: 15px;
	}

	.hk-my-circle-news__mark {
		min-height: 40px;
		padding: 8px 13px;
		font-size: 12px;
	}
}


/* ==================================================
   News product cards and image ratio — Core 1.7.92
   ==================================================
   Scoped only to «Нове у вашому колі». It gives the native HivePress card
   a normal catalogue width and prevents its image from stretching.
 */
body.hk-my-circle-page .hk-my-circle-news__list {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
}

body.hk-my-circle-page .hk-my-circle-news__list .hp-listings {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(280px, 1fr)) !important;
	align-items: start !important;
	gap: 24px !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.hk-my-circle-page .hk-my-circle-news__list .hp-listings .hp-row,
body.hk-my-circle-page .hk-my-circle-news__list .hp-listings .hp-grid,
body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listings
	> div:not(.hp-grid__item):not([class*="hp-col-"]) {
	display: contents !important;
}

body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listings
	.hp-grid__item,
body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listings
	[class*="hp-col-"] {
	display: block !important;
	grid-column: auto !important;
	flex: none !important;
	flex-basis: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listing,
body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listing--view-block {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
}

body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listing__header {
	display: block !important;
	position: relative !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
}

body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listing__header
	> .hp-listing__image,
body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listing__header
	> .hp-listing__images {
	display: block !important;
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	aspect-ratio: 3 / 2 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listing__header
	.hp-listing__image
	> a,
body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listing__header
	.hp-listing__images
	> a {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listing__header
	.hp-listing__image
	img,
body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listing__header
	.hp-listing__images
	img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	max-height: none !important;
	aspect-ratio: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
}

body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listing__content,
body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listing__footer {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listing__title,
body.hk-my-circle-page
	.hk-my-circle-news__list
	.hp-listing__title
	a {
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

@media (min-width: 701px) and (max-width: 1100px) {
	body.hk-my-circle-page .hk-my-circle-news__list .hp-listings {
		grid-template-columns: repeat(2, minmax(260px, 1fr)) !important;
		gap: 18px !important;
	}
}

@media (max-width: 700px) {
	body.hk-my-circle-page .hk-my-circle-news__list .hp-listings {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 14px !important;
	}
}


/* ==================================================
   Unified My Circle return navigation — Core 1.8.13
   Matches «До мого профілю», «До мого кола» and «До моїх оголошень».
   ================================================== */
.hk-my-circle-back-row {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 0 14px;
}

.hk-my-circle-back {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 7px;
	min-height: 44px;
	margin: 0;
	padding: 8px 13px 8px 10px;
	color: #123f2f;
	-webkit-text-fill-color: #123f2f;
	background: rgba(18, 63, 47, 0.045);
	border: 1px solid rgba(18, 63, 47, 0.16);
	border-radius: 11px;
	box-shadow: none;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	transition:
		color 0.18s ease,
		background-color 0.18s ease,
		border-color 0.18s ease,
		transform 0.18s ease;
}

.hk-my-circle-back__icon {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	fill: currentColor;
	transition: transform 0.18s ease;
}

.hk-my-circle-back:hover {
	color: #c79a2b;
	-webkit-text-fill-color: #c79a2b;
	background: rgba(199, 154, 43, 0.07);
	border-color: rgba(199, 154, 43, 0.48);
	transform: translateY(-1px);
}

.hk-my-circle-back:hover .hk-my-circle-back__icon {
	transform: translateX(-2px);
}

.hk-my-circle-back:active {
	transform: translateY(0) scale(0.98);
}

.hk-my-circle-hero__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: 10px;
	min-width: 150px;
}

.hk-my-circle-hero__actions .hk-my-circle-count {
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 700px) {
	.hk-my-circle-back-row {
		margin: 0 0 12px;
	}

	.hk-my-circle-back {
		width: 100%;
		min-height: 46px;
		font-size: 14px;
	}

	.hk-my-circle-hero__actions {
		grid-column: 1 / -1;
		width: 100%;
		min-width: 0;
		gap: 9px;
	}

	.hk-my-circle-count {
		grid-column: auto;
	}
}

/* ==================================================
   Compact internal-page standard — Core 1.8.34
   Desktop/tablet only. Mobile layout remains unchanged.
   ================================================== */
@media (min-width: 783px) {
	body.hk-my-circle-page .hk-my-circle-shell {
		width: min(100%, 1240px);
		padding-top: 8px;
		padding-bottom: 28px;
	}

	.hk-my-circle-back-row {
		margin-bottom: 10px;
	}

	.hk-my-circle-back {
		min-height: 40px;
		padding: 7px 12px 7px 9px;
		font-size: 13px;
	}

	.hk-my-circle-hero {
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 16px;
		margin-bottom: 18px;
		padding: 20px 24px;
		border-radius: 18px;
		box-shadow: 0 12px 32px rgba(18, 63, 47, 0.075);
	}

	.hk-my-circle-hero__symbol {
		width: 58px;
		height: 58px;
		box-shadow: 0 8px 20px rgba(18, 63, 47, 0.18);
	}

	.hk-my-circle-hero__symbol .hk-my-circle-icon {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
	}

	.hk-my-circle-hero__eyebrow {
		margin-bottom: 3px;
		font-size: 11px;
	}

	.hk-my-circle-hero h2 {
		font-size: clamp(30px, 3.4vw, 40px);
		line-height: 1.06;
	}

	.hk-my-circle-hero p {
		max-width: 680px;
		margin-top: 6px;
		font-size: 14px;
		line-height: 1.45;
	}

	.hk-my-circle-hero__actions {
		min-width: 116px;
		gap: 7px;
	}

	.hk-my-circle-count {
		min-width: 86px;
		min-height: 72px;
		padding: 10px;
		border-radius: 15px;
	}

	.hk-my-circle-count strong {
		font-size: 27px;
	}

	.hk-my-circle-count span {
		margin-top: 3px;
		font-size: 11px;
	}

	.hk-my-circle-tabs {
		gap: 4px;
		margin-bottom: 18px;
		padding: 4px;
		border-radius: 14px;
		box-shadow: 0 7px 20px rgba(18, 63, 47, 0.055);
	}

	.hk-my-circle-tab {
		gap: 7px;
		min-height: 40px;
		padding: 8px 14px;
		border-radius: 10px;
		font-size: 14px;
	}

	.hk-my-circle-tab strong {
		min-width: 22px;
		height: 22px;
		padding: 0 6px;
		font-size: 11px;
	}

	.hk-my-circle-section-heading {
		gap: 14px;
		margin-bottom: 10px;
	}

	.hk-my-circle-section-heading h3 {
		font-size: clamp(21px, 2.5vw, 26px);
	}

	body.hk-my-circle-page .hk-my-circle-results .hp-listings,
	body.hk-my-circle-page .hk-my-circle-results .hp-listings.hp-grid,
	body.hk-my-circle-page .hk-my-circle-results .hp-listings > .hp-grid,
	body.hk-my-circle-page .hk-my-circle-results .hp-listings > .hp-row {
		gap: 18px !important;
	}

	.hk-my-circle-vendor-grid {
		gap: 18px;
	}

	.hk-my-circle-vendor-card {
		border-radius: 16px;
		box-shadow: 0 9px 25px rgba(18, 63, 47, 0.07);
	}

	.hk-my-circle-vendor-card__media {
		aspect-ratio: 16 / 9;
	}

	.hk-my-circle-vendor-card__body {
		padding: 16px;
	}

	.hk-my-circle-vendor-card h4 {
		margin-top: 5px;
		font-size: 21px;
	}

	.hk-my-circle-vendor-card p {
		margin-top: 7px;
		font-size: 13px;
		line-height: 1.45;
	}

	.hk-my-circle-vendor-card__meta {
		margin-top: 11px;
		font-size: 12px;
	}

	.hk-my-circle-vendor-card__profile {
		min-height: 40px;
		padding: 8px 13px;
		border-radius: 10px;
		font-size: 13px;
	}

	.hk-my-circle-news {
		margin-bottom: 18px;
		padding: 18px;
		border-radius: 16px;
		box-shadow: 0 8px 24px rgba(18, 63, 47, 0.055);
	}

	.hk-my-circle-news__header {
		gap: 18px;
		margin-bottom: 14px;
	}

	.hk-my-circle-news__title-wrap {
		gap: 12px;
	}

	.hk-my-circle-news__icon {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
		border-radius: 12px;
	}

	.hk-my-circle-news__icon .hk-my-circle-icon {
		width: 25px;
		height: 25px;
	}

	.hk-my-circle-news h3 {
		font-size: 21px;
	}

	.hk-my-circle-news__title-wrap p {
		margin-top: 4px;
		font-size: 13px;
	}

	.hk-my-circle-news__count {
		min-width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.hk-my-circle-news__mark {
		min-height: 36px;
		padding: 7px 12px;
		border-radius: 9px;
		font-size: 12px;
	}

	.hk-my-circle-empty,
	.hk-my-circle-login {
		min-height: 240px;
		padding: 28px 22px;
		border-radius: 18px;
	}

	.hk-my-circle-empty__symbol,
	.hk-my-circle-login__icon {
		width: 54px;
		height: 54px;
		margin-bottom: 14px;
	}

	.hk-my-circle-empty h3,
	.hk-my-circle-login h2 {
		font-size: clamp(23px, 3vw, 28px);
	}

	.hk-my-circle-empty p,
	.hk-my-circle-login p {
		margin-top: 7px;
		font-size: 14px;
		line-height: 1.45;
	}

	.hk-my-circle-empty__button {
		min-height: 42px;
		margin-top: 16px;
		padding: 9px 18px;
		border-radius: 10px;
		font-size: 13px;
	}
}

/* ==================================================
   Compact mobile section heading — Core 1.8.38
   Only the heading row below the «Продукти / Виробники» tabs is changed.
   Desktop layout, saved cards and catalogue logic remain untouched.
   ================================================== */
.hk-my-circle-catalog-link__mobile {
	display: none;
}

@media (max-width: 700px) {
	body.hk-my-circle-page .hk-my-circle-tabs {
		margin-bottom: 10px;
	}

	body.hk-my-circle-page .hk-my-circle-section-heading {
		align-items: center;
		gap: 10px;
		margin-bottom: 8px;
	}

	body.hk-my-circle-page .hk-my-circle-section-heading > div {
		flex: 1 1 auto;
		min-width: 0;
		gap: 8px;
	}

	body.hk-my-circle-page .hk-my-circle-section-heading__mark {
		position: relative;
		flex: 0 0 15px;
		width: 15px;
		height: 11px;
		border: 0;
		border-radius: 90% 0 90% 0;
		background: var(--hk-circle-gold);
		transform: rotate(-31deg);
	}

	body.hk-my-circle-page .hk-my-circle-section-heading__mark::after {
		content: "";
		position: absolute;
		left: 2px;
		bottom: 2px;
		width: 11px;
		height: 1px;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.78);
		transform: rotate(31deg);
		transform-origin: left center;
	}

	body.hk-my-circle-page .hk-my-circle-section-heading h3 {
		min-width: 0;
		margin: 0;
		font-size: 18px;
		font-weight: 820;
		line-height: 1.12;
		letter-spacing: -0.015em;
		text-wrap: balance;
	}

	body.hk-my-circle-page .hk-my-circle-catalog-link {
		display: inline-flex;
		flex: 0 0 auto;
		align-items: center;
		justify-content: center;
		width: auto;
		max-width: none;
		min-height: 38px;
		padding: 7px 11px;
		border: 1px solid rgba(18, 63, 47, 0.34);
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.92);
		color: var(--hk-circle-green);
		font-size: 13px;
		font-weight: 800;
		line-height: 1;
		text-align: center;
		white-space: nowrap;
		box-shadow: 0 5px 14px rgba(18, 63, 47, 0.07);
		transition:
			border-color 0.18s ease,
			background-color 0.18s ease,
			color 0.18s ease,
			box-shadow 0.18s ease,
			transform 0.18s ease;
	}

	body.hk-my-circle-page .hk-my-circle-catalog-link:hover,
	body.hk-my-circle-page .hk-my-circle-catalog-link:focus-visible {
		border-color: var(--hk-circle-gold);
		background: rgba(199, 154, 43, 0.09);
		color: var(--hk-circle-green);
		box-shadow: 0 7px 18px rgba(199, 154, 43, 0.16);
	}

	body.hk-my-circle-page .hk-my-circle-catalog-link:focus-visible {
		outline: 3px solid rgba(199, 154, 43, 0.22);
		outline-offset: 2px;
	}

	body.hk-my-circle-page .hk-my-circle-catalog-link:active {
		background: var(--hk-circle-gold);
		color: #ffffff;
		transform: translateY(1px);
	}

	body.hk-my-circle-page .hk-my-circle-catalog-link__desktop {
		display: none;
	}

	body.hk-my-circle-page .hk-my-circle-catalog-link__mobile {
		display: inline-flex;
		align-items: center;
		gap: 5px;
	}

	body.hk-my-circle-page .hk-my-circle-catalog-link__mobile > span {
		font-size: 15px;
		line-height: 0.8;
		transition: transform 0.18s ease;
	}

	body.hk-my-circle-page .hk-my-circle-catalog-link:hover .hk-my-circle-catalog-link__mobile > span,
	body.hk-my-circle-page .hk-my-circle-catalog-link:focus-visible .hk-my-circle-catalog-link__mobile > span {
		transform: translateX(2px);
	}
}


/* ==================================================
   «Стежити за виробником» — Core 2.0.33
   ==================================================
   This layer intentionally reuses the existing «Моє коло» relationship.
   The public vendor profile gets a calmer, clearer follow action while the
   older card/listing controls keep their proven behavior.
 */
.hk-vendor-follow {
	--hk-follow-green: #123f2f;
	--hk-follow-green-deep: #0c3023;
	--hk-follow-gold: #c79a2b;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(100%, 292px);
	margin: 14px auto 0;
	text-align: center;
}

.hk-vendor-follow .hk-my-circle-toggle--vendor-page,
.hk-vendor-follow__login {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	width: 100% !important;
	max-width: 292px !important;
	min-width: 0 !important;
	height: 50px !important;
	min-height: 50px !important;
	max-height: 50px !important;
	margin: 0 !important;
	padding: 10px 18px !important;
	box-sizing: border-box !important;
	border: 1px solid var(--hk-follow-green) !important;
	border-radius: 13px !important;
	background: var(--hk-follow-green) !important;
	color: #ffffff !important;
	font: inherit !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	text-align: center !important;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(18, 63, 47, 0.18) !important;
	cursor: pointer;
	transition:
		transform 0.18s ease,
		background-color 0.18s ease,
		border-color 0.18s ease,
		color 0.18s ease,
		box-shadow 0.18s ease !important;
}

.hk-vendor-follow .hk-my-circle-toggle--vendor-page:hover,
.hk-vendor-follow__login:hover {
	border-color: var(--hk-follow-gold) !important;
	background: var(--hk-follow-gold) !important;
	color: #ffffff !important;
	box-shadow: 0 12px 28px rgba(199, 154, 43, 0.28) !important;
	transform: translateY(-1px) !important;
}

.hk-vendor-follow .hk-my-circle-toggle--vendor-page:focus-visible,
.hk-vendor-follow__login:focus-visible {
	outline: 3px solid rgba(199, 154, 43, 0.28) !important;
	outline-offset: 3px !important;
}

.hk-vendor-follow .hk-my-circle-toggle--vendor-page.is-active {
	border-color: rgba(199, 154, 43, 0.72) !important;
	background: #ffffff !important;
	color: var(--hk-follow-green) !important;
	box-shadow:
		inset 0 0 0 1px rgba(199, 154, 43, 0.12),
		0 9px 22px rgba(18, 63, 47, 0.1) !important;
}

.hk-vendor-follow .hk-my-circle-toggle--vendor-page.is-active:hover {
	border-color: var(--hk-follow-gold) !important;
	background: #fffaf0 !important;
	color: var(--hk-follow-green) !important;
	box-shadow: 0 11px 25px rgba(18, 63, 47, 0.13) !important;
}

.hk-vendor-follow .hk-my-circle-toggle--vendor-page[disabled],
.hk-vendor-follow .hk-my-circle-toggle--vendor-page.is-loading {
	opacity: 0.7 !important;
	transform: none !important;
}

.hk-vendor-follow .hk-my-circle-toggle--vendor-page .hk-my-circle-icon,
.hk-vendor-follow__login .hk-my-circle-icon {
	width: 24px !important;
	height: 24px !important;
	flex: 0 0 24px !important;
}

.hk-vendor-follow .hk-my-circle-toggle--vendor-page .hk-my-circle-toggle__label,
.hk-vendor-follow__login > span {
	display: block !important;
	flex: 0 1 auto !important;
	min-width: 0 !important;
	max-width: none !important;
	white-space: nowrap !important;
	line-height: 1.15 !important;
}

.hk-vendor-follow__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 20px;
	margin-top: 8px;
	color: var(--hk-follow-gold);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.01em;
	transition: opacity 0.18s ease, min-height 0.18s ease, margin-top 0.18s ease;
}

.hk-vendor-follow__count::before {
	content: '';
	width: 5px;
	height: 5px;
	margin-right: 7px;
	border-radius: 50%;
	background: var(--hk-follow-gold);
	box-shadow: 0 0 0 4px rgba(199, 154, 43, 0.1);
}

.hk-vendor-follow__count.is-empty {
	min-height: 0;
	margin-top: 0;
	opacity: 0;
	pointer-events: none;
}

.hk-vendor-follow__count.is-empty::before {
	display: none;
}

.hk-vendor-follow__note {
	display: block;
	max-width: 275px;
	margin-top: 4px;
	color: #6c7c75;
	font-size: 12px;
	font-weight: 560;
	line-height: 1.42;
}

@media (max-width: 700px) {
	.hk-vendor-follow {
		width: min(calc(100% - 36px), 330px);
		margin-top: 16px;
	}

	.hk-vendor-follow .hk-my-circle-toggle--vendor-page,
	.hk-vendor-follow__login {
		max-width: 330px !important;
		height: 52px !important;
		min-height: 52px !important;
		max-height: 52px !important;
		padding: 11px 18px !important;
		border-radius: 14px !important;
		font-size: 16px !important;
	}

	.hk-vendor-follow__note {
		max-width: 290px;
		font-size: 12px;
	}
}
