/**
 * ЛК — список заказов: узел Figma 6728:31373 (карточка), 6728:30642 (вкладки), фон 6728:30371.
 * Крошки: Frame 6728:30384.
 * Корень карточек: .regagro-shop-account-orders
 */

/* Хлебные крошки (6728:30384): gap 5, 17px DM Sans, предыдущий шаг opacity 0.5 */
.regagro-shop-account-orders__breadcrumb,
.regagro-shop-unified-breadcrumb--account-orders {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	margin: 0 0 24px;
	padding: 0;
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: -0.02em;
}

.regagro-shop-account-orders__breadcrumb--above-title,
.regagro-shop-unified-breadcrumb--account-orders {
	margin-bottom: 12px;
}

.regagro-shop-account-orders__crumb-link,
.regagro-shop-unified-breadcrumb--account-orders a {
	color: var(--regagro-color-text, #1a1a1a);
	opacity: 0.6;
	text-decoration: none;
	transition: opacity 0.15s ease;
}

.regagro-shop-unified-breadcrumb--account-orders {
	color: var(--regagro-color-text, #1a1a1a);
}

.regagro-shop-unified-breadcrumb--account-orders .breadcrumb-delimiter {
	opacity: 0.6;
}

.regagro-shop-unified-breadcrumb--account-orders .breadcrumb-delimiter {
	opacity: 0.6;
}

.regagro-shop-account-orders__crumb-link:hover {
	opacity: 0.85;
}

.regagro-shop-account-orders__crumb-sep {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--regagro-color-text, #1a1a1a);
	opacity: 0.5;
}

.regagro-shop-account-orders__crumb-chevron {
	display: block;
}

.regagro-shop-account-orders__crumb-current {
	color: var(--regagro-color-text, #1a1a1a);
	font-weight: 400;
}

body.regagro-shop-account-orders-figma .regagro-shop-account-orders__crumb-link,
body.regagro-shop-account-orders-figma .regagro-shop-unified-breadcrumb--account-orders a {
	color: #ffffff;
	opacity: 0.5;
}

body.regagro-shop-account-orders-figma .regagro-shop-account-orders__crumb-link:hover,
body.regagro-shop-account-orders-figma .regagro-shop-unified-breadcrumb--account-orders a:hover,
body.regagro-shop-account-orders-figma .regagro-shop-unified-breadcrumb--account-orders a:focus-visible {
	opacity: 0.72;
}

body.regagro-shop-account-orders-figma .regagro-shop-unified-breadcrumb--account-orders {
	color: #ffffff;
}

body.regagro-shop-account-orders-figma .regagro-shop-unified-breadcrumb--account-orders .breadcrumb-delimiter {
	color: #ffffff;
	opacity: 0.5;
}

body.regagro-shop-account-orders-figma .regagro-shop-account-orders__crumb-sep {
	color: #ffffff;
	opacity: 0.5;
}

body.regagro-shop-account-orders-figma .regagro-shop-account-orders__crumb-current {
	color: #ffffff;
	opacity: 1;
}

.regagro-shop-account-orders {
	--regagro-figma-aorders-card-bg: rgb(180 180 180 / 0.09);
	--regagro-figma-aorders-card-border: rgb(19 133 108 / 0.5);
	--regagro-figma-aorders-card-radius: 20px;
	--regagro-figma-aorders-card-pad: 40px;
	--regagro-figma-aorders-card-col-gap: 24px;
	--regagro-figma-aorders-text: #ffffff;
	--regagro-figma-aorders-muted: #8d8e8e;
	--regagro-figma-aorders-btn: #18785b;
	--regagro-figma-aorders-thumb: #434343;
	--regagro-figma-aorders-row-gap: 2px;
	--regagro-figma-aorders-item-gap: 20px;
	box-sizing: border-box;
	width: 100%;
	margin-top: 0;
}

.regagro-shop-account-orders *,
.regagro-shop-account-orders *::before,
.regagro-shop-account-orders *::after {
	box-sizing: border-box;
}

/* Заголовок + вкладки в одну строку (Figma 6728:30371). */
.regagro-shop-account-orders__page-head {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: flex-start;
	gap: 40px;
	margin-bottom: 40px;
}

.regagro-shop-account-orders__page-head .entry-title {
	flex: 0 0 auto;
	min-width: 0;
	margin: 0;
}

.regagro-shop-account-orders__page-head .regagro-shop-account-orders__toolbar {
	flex: 0 0 auto;
	flex-wrap: nowrap;
	margin-bottom: 0;
	justify-content: flex-start;
}

.regagro-shop-account-orders__page-head .regagro-shop-account-orders__tab {
	white-space: nowrap;
}

/* Вкладки: Frame 6728:30642 — DM Sans 18 / активный #fff, неактивный #a2a2a2, gap 20 */
.regagro-shop-account-orders__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
	padding-bottom: 0;
	border-bottom: none;
}

.regagro-shop-account-orders__tab {
	background: transparent;
	border: none;
	padding: 10px 0;
	font-family: "DM Sans", system-ui, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #a2a2a2;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	margin-bottom: 0;
	opacity: 1;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.regagro-shop-account-orders__tab:hover,
.regagro-shop-account-orders__tab:focus-visible {
	color: #ffffff;
	outline: none;
}

.regagro-shop-account-orders__tab--active {
	color: #ffffff;
	border-bottom-color: transparent;
	font-weight: 400;
}

.regagro-shop-account-orders__panel--hidden {
	display: none;
}

.regagro-shop-account-orders__panel:not(.regagro-shop-account-orders__panel--hidden) {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.regagro-shop-account-orders__panels {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

/* Карточка заказа: INSTANCE 6728:31373 */
.regagro-shop-account-orders__card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--regagro-figma-aorders-card-col-gap);
	background: var(--regagro-figma-aorders-card-bg);
	color: var(--regagro-figma-aorders-text);
	border: 1px solid var(--regagro-figma-aorders-card-border);
	border-radius: var(--regagro-figma-aorders-card-radius);
	padding: var(--regagro-figma-aorders-card-pad);
	margin-bottom: 0;
}

@media (min-width: 769px) {
	.regagro-shop-account-orders__card {
		flex-direction: row;
	}

	.regagro-shop-account-orders__card-main {
		flex: 0 0 376px;
		width: 376px;
		max-width: 100%;
	}

	.regagro-shop-account-orders__card-items {
		flex: 1 1 auto;
		min-width: 0;
	}
}

.regagro-shop-account-orders__card-main {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.regagro-shop-account-orders__card-items {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Заголовок заказа + дата: gap 10, дата 18px */
.regagro-shop-account-orders__order-line {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
}

.regagro-shop-account-orders__order-no {
	font-family: "DM Sans", system-ui, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	color: var(--regagro-figma-aorders-text);
	letter-spacing: 0;
}

.regagro-shop-account-orders__meta {
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;
	color: var(--regagro-figma-aorders-muted);
}

.regagro-shop-account-orders__cost-label {
	margin: 30px 0 0;
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--regagro-figma-aorders-muted);
	letter-spacing: 0;
	text-transform: none;
}

.regagro-shop-account-orders__cost-total {
	margin: 5px 0 0;
	font-family: "Montserrat", "DM Sans", system-ui, sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--regagro-figma-aorders-text);
}

.regagro-shop-account-orders__cost-total .woocommerce-Price-amount,
.regagro-shop-account-orders__cost-total .woocommerce-Price-currencySymbol {
	font: inherit;
	color: inherit;
}

.regagro-shop-account-orders__breakdown {
	margin: 0;
	padding-top: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 13px;
	line-height: 1.2;
}

.regagro-shop-account-orders__breakdown div {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
}

.regagro-shop-account-orders__breakdown dt {
	margin: 0;
	color: var(--regagro-figma-aorders-muted);
	font-weight: 400;
}

.regagro-shop-account-orders__breakdown dd {
	margin: 0;
	text-align: right;
	font-weight: 400;
	color: var(--regagro-figma-aorders-text);
}

.regagro-shop-account-orders__actions {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.regagro-shop-account-orders__status-date {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
	min-height: 43px;
	justify-content: center;
	padding: 8px 0;
}

.regagro-shop-account-orders__status-date-label {
	color: var(--regagro-figma-aorders-muted);
	font-size: 12px;
	line-height: 1.2;
}

.regagro-shop-account-orders__status-date-value {
	color: var(--regagro-figma-aorders-text);
	font-family: "DM Sans", system-ui, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
}

.regagro-shop-account-orders__status-date-na {
	opacity: 0.6;
}

/* Кнопка «Отследить»: Figma 6728:31373 — #18785b, текст #fff (специфичность выше ссылок ЛК). */
.regagro-shop-account .woocommerce-MyAccount-content .regagro-shop-account-orders .regagro-shop-account-orders__btn-track {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 43px;
	padding: 10px 60px;
	border-radius: 100px;
	background-color: var(--regagro-figma-aorders-btn);
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	text-decoration: none;
	font-family: "DM Sans", system-ui, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: none;
	text-align: center;
	transition: filter 0.15s ease;
}

.regagro-shop-account .woocommerce-MyAccount-content .regagro-shop-account-orders .regagro-shop-account-orders__btn-track:hover,
.regagro-shop-account .woocommerce-MyAccount-content .regagro-shop-account-orders .regagro-shop-account-orders__btn-track:focus-visible {
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	filter: brightness(1.06);
	text-decoration: none;
}

.regagro-shop-account .woocommerce-MyAccount-content .regagro-shop-account-orders .regagro-shop-account-orders__btn-track:visited {
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
}

.regagro-shop-account-orders__btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	padding: 10px 20px;
	border-radius: 100px;
	border: 1px solid rgb(255 255 255 / 0.2);
	background: transparent;
	color: var(--regagro-figma-aorders-text);
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}

.regagro-shop-account-orders__btn-secondary:hover {
	border-color: rgb(255 255 255 / 0.35);
	color: #ffffff;
}

/* Правая колонка: «Состав заказа» 13px #fff */
.regagro-shop-account-orders__items-title {
	margin: 0;
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--regagro-figma-aorders-text);
}

/* Скролл-область: Frame 61 radius 10, высота макета 229 */
.regagro-shop-account-orders__items {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	max-height: 229px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
	gap: var(--regagro-figma-aorders-row-gap);
	border-radius: 10px;
	scrollbar-width: thin;
	scrollbar-color: #a2a2a2 #2f2f2f;
}

.regagro-shop-account-orders__items::-webkit-scrollbar {
	width: 5px;
}

.regagro-shop-account-orders__items::-webkit-scrollbar-track {
	background: #2f2f2f;
	border-radius: 10px;
}

.regagro-shop-account-orders__items::-webkit-scrollbar-thumb {
	background: #a2a2a2;
	border-radius: 10px;
}

.regagro-shop-account-orders__item {
	display: grid;
	grid-template-columns: 75px 1fr auto;
	column-gap: var(--regagro-figma-aorders-item-gap);
	align-items: center;
	min-height: 75px;
	padding: 0;
	border-bottom: none;
}

.regagro-shop-account-orders__thumb {
	display: block;
	width: 75px;
	height: 75px;
	border-radius: 0;
	overflow: hidden;
	background: rgb(180 180 180 / 0.09);
	border: 0.38px solid var(--regagro-figma-aorders-thumb);
	flex-shrink: 0;
}

.regagro-shop-account-orders__thumb img,
.regagro-shop-account-orders__thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.regagro-shop-account-orders__item-body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 10px 30px 10px 0;
	justify-content: center;
}

.regagro-shop-account-orders__item-name {
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--regagro-figma-aorders-muted);
}

.regagro-shop-account-orders__item-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 13px;
	color: var(--regagro-figma-aorders-muted);
}

/* Бейдж количества: белый фон, цифра #000, pill */
.regagro-shop-account-orders__qty {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 19px;
	height: 18px;
	padding: 3px 5px;
	border-radius: 30px;
	background: #ffffff;
	border: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 12px;
	color: #000000;
}

.regagro-shop-account-orders__unit {
	font-size: 13px;
	color: var(--regagro-figma-aorders-muted);
}

.regagro-shop-account-orders__line-total {
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: var(--regagro-figma-aorders-text);
	white-space: nowrap;
	align-self: center;
}

.regagro-shop-account-orders__items-footnote {
	margin: 0;
	padding-top: 4px;
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 12px;
	color: var(--regagro-figma-aorders-muted);
}

.regagro-shop-account-orders__empty {
	margin: 0;
	padding: 1rem 0;
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 15px;
	color: var(--regagro-figma-aorders-muted);
}

/* Пустой список заказов: вместо светлого .woocommerce-info */
.regagro-shop-account-orders--empty {
	margin-top: 8px;
	margin-bottom: 32px;
}

.regagro-shop-account-orders__empty-card {
	max-width: 520px;
	margin: 0 auto;
	padding: 32px 28px;
	text-align: center;
	border-radius: var(--regagro-figma-aorders-card-radius, 20px);
	background: var(--regagro-figma-aorders-card-bg);
	border: 1px solid var(--regagro-figma-aorders-card-border);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.04);
}

.regagro-shop-account-orders__empty-headline {
	margin: 0 0 12px;
	font-family: "DM Sans", system-ui, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--regagro-figma-aorders-text);
}

.regagro-shop-account-orders__empty-hint {
	margin: 0 0 24px;
	font-family: "DM Sans", system-ui, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.45;
	color: var(--regagro-figma-aorders-muted);
}

.regagro-shop-account-orders__empty-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 43px;
	padding: 10px 28px;
	border-radius: 100px;
	background-color: var(--regagro-figma-aorders-btn);
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	text-decoration: none;
	font-family: "DM Sans", system-ui, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	transition: filter 0.15s ease;
}

.regagro-shop-account-orders__empty-cta:hover,
.regagro-shop-account-orders__empty-cta:focus-visible {
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	filter: brightness(1.06);
	text-decoration: none;
}

.regagro-shop-account-orders__empty-cta:visited {
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
}

@media (max-width: 768px) {
	.regagro-shop-account-orders__empty-card {
		padding: 24px 20px;
	}

	.regagro-shop-account-orders__empty-cta {
		width: 100%;
	}
}

.regagro-shop-account-orders__pagination {
	margin-top: 40px;
}

.regagro-shop-account .regagro-shop-account-orders__pagination .woocommerce-button {
	background: var(--regagro-figma-aorders-btn);
	color: #fff;
	border: none;
	border-radius: 100px;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 24px;
}

/* Страница списка заказов — фон и типографика как frame «Мои заказы» 6728:30371 */
body.regagro-shop-account-orders-figma.woocommerce-account {
	background: linear-gradient(180deg, #0b0d11 0%, #1c1d1e 55.77%, #292929 100%);
	color: #f3f4f6;
	min-height: 100vh;
}

body.regagro-shop-account-orders-figma.woocommerce-account .site-inner {
	background: transparent;
}

body.regagro-shop-account-orders-figma.woocommerce-account .entry-header .entry-title {
	font-family: "Montserrat", "DM Sans", system-ui, sans-serif;
	font-weight: 600;
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
}

body.regagro-shop-account-orders-figma .regagro-shop-account .woocommerce-MyAccount-content > p:first-child {
	color: rgb(255 255 255 / 0.75);
}

body.regagro-shop-account-orders-figma .regagro-shop-account .woocommerce-MyAccount-content h2 {
	color: #ffffff;
	font-family: "Montserrat", "DM Sans", system-ui, sans-serif;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: -0.02em;
}

/* Макет без бокового меню на «Мои заказы» (как в Figma 6728:30371). */
body.regagro-shop-account-orders-figma .regagro-shop-account .woocommerce-MyAccount-navigation {
	display: none;
}

body.regagro-shop-account-orders-figma .regagro-shop-account {
	display: block;
}

body.regagro-shop-account-orders-figma .regagro-shop-account .woocommerce-MyAccount-content {
	width: 100%;
	max-width: 100%;
}

body.regagro-shop-account-orders-figma .woocommerce-info,
body.regagro-shop-account-orders-figma .woocommerce-message,
body.regagro-shop-account-orders-figma .woocommerce-error {
	border-radius: 12px;
}

/* ≤1366px: компактнее шапка → крошки → строка заголовок + вкладки. */
@media (max-width: 1366px) {
	body.regagro-shop-account-orders-figma.woocommerce-account .site-header {
		margin-bottom: 0.5rem;
	}

	body.regagro-shop-account-orders-figma.woocommerce-account .site-inner {
		padding-top: 0.5rem;
	}

	body.regagro-shop-account-orders-figma.woocommerce-account .site-main {
		padding-top: 0.5rem;
	}

	body.regagro-shop-account-orders-figma.woocommerce-account article.page {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	body.regagro-shop-account-orders-figma .regagro-shop-account-orders__breadcrumb--above-title,
	body.regagro-shop-account-orders-figma.woocommerce-account .entry-header {
		margin-bottom: 0;
	}

	body.regagro-shop-account-orders-figma.woocommerce-account .entry-content,
	body.regagro-shop-account-orders-figma.woocommerce-account .entry-content > .woocommerce,
	body.regagro-shop-account-orders-figma .regagro-shop-account,
	body.regagro-shop-account-orders-figma .regagro-shop-account .woocommerce-MyAccount-content {
		margin-top: 0;
	}

	body.regagro-shop-account-orders-figma.woocommerce-account .woocommerce-notices-wrapper {
		margin-bottom: 0.5rem;
	}

	body.regagro-shop-account-orders-figma .woocommerce-MyAccount-content > .woocommerce-notices-wrapper:not(:has(.woocommerce-message, .woocommerce-info, .woocommerce-error)) {
		display: none;
		margin: 0;
	}

	body.regagro-shop-account-orders-figma .regagro-shop-account-orders__page-head {
		margin-bottom: 24px;
	}

	body.regagro-shop-account-orders-figma .regagro-shop-account-orders__page-head .regagro-shop-account-orders__toolbar {
		margin-bottom: 0;
	}

	body.regagro-shop-account-orders-figma.woocommerce-account .entry-header .entry-title {
		font-size: clamp(26px, 4.2vw, 40px);
		line-height: 1.05;
	}
}

@media (max-width: 768px) {
	.regagro-shop-account-orders__card {
		padding: 24px 20px;
	}

	body.regagro-shop-account-orders-figma .regagro-shop-account-orders__page-head {
		gap: 16px;
		align-items: baseline;
	}

	body.regagro-shop-account-orders-figma .regagro-shop-account-orders__page-head .entry-title {
		font-size: clamp(22px, 5.5vw, 28px);
		line-height: 1.1;
	}

	body.regagro-shop-account-orders-figma .regagro-shop-account-orders__page-head .regagro-shop-account-orders__toolbar {
		gap: 12px;
	}

	body.regagro-shop-account-orders-figma .regagro-shop-account-orders__page-head .regagro-shop-account-orders__tab {
		font-size: 14px;
		padding: 6px 0;
	}

	/* Все товары видны сразу: на touch скроллбар скрыт и неочевиден. */
	.regagro-shop-account-orders__items {
		max-height: none;
		overflow-y: visible;
	}

	.regagro-shop-account-orders__items-footnote {
		margin-top: 12px;
		padding-top: 8px;
		border-top: 1px solid rgb(255 255 255 / 0.08);
		font-size: 13px;
		color: var(--regagro-figma-aorders-muted);
	}

	.regagro-shop-account-orders__item {
		grid-template-columns: 56px 1fr auto;
		column-gap: 12px;
		min-height: 64px;
	}

	.regagro-shop-account-orders__thumb {
		width: 56px;
		height: 56px;
	}

	body.regagro-shop-account-orders-figma.woocommerce-account .entry-header .entry-title,
	body.regagro-shop-account-orders-figma .regagro-shop-account .woocommerce-MyAccount-content h2 {
		font-size: clamp(1.75rem, 6vw, 50px);
	}
}
