/* 2 колонки */
.market-home-collections-grid.grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* 3 колонки */
.market-home-collections-grid.grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* 4 колонки (если нужно явно) */
.market-home-collections-grid.grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.market-my-choice-box {
    background: #f5f5f5;
    border: 0;
    border-radius: 18px;
    padding: 18px 18px 16px;
    box-shadow: none;
}

.market-my-choice-box__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 -20px 15px;
    font-size: 0;
    line-height: 1;
    gap: 10px;
    border-bottom: 1px solid #f0f2f5;
    padding: 0 20px 15px;
}

.market-my-choice-box__title-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    color: #111 !important;
}

.market-my-choice-box__title-link:hover,
.market-my-choice-box__title-link:focus {
    text-decoration: none !important;
    color: #111 !important;
}

.market-my-choice-box__title-icon {
    width: 20px;
    min-width: 20px;
    text-align: center;
    color: #c6c6c6;
    font-size: 18px;
    line-height: 1;
}
.market-my-choice-box__title-icon img {
    width: 20px;
    min-width: 20px;
}

.market-my-choice-box__title-text {
    font-size: 15px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: 0;
    color: #111;
}

.market-my-choice-box__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #e8b777;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.market-my-choice-box__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.market-my-choice-box__link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    color: #222 !important;
    min-height: 24px;
}

.market-my-choice-box__link:hover,
.market-my-choice-box__link:focus {
    text-decoration: none !important;
    color: #222 !important;
}

.market-my-choice-box__icon img {
    width: 20px;
    height: auto;
}

.market-my-choice-box__text {
    flex: 0 1 auto;
    font-size: 15px;
    font-weight: 400;
    color: #222;
}

.market-my-choice-box__count {
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    background: #9ca3af;
    min-width: 18px;
    height: 18px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.market-my-choice-box .js-market-purchased-znaki-count:empty,
.market-my-choice-box .js-market-purchased-podarki-count:empty,
.market-my-choice-box .js-market-favorites-count:empty {
    display: none;
}

@media (max-width: 1400px) {
    .market-my-choice-box__title-text {
        font-size: 16px;
    }

    .market-my-choice-box__badge {
        min-width: 20px;
        height: 20px;
        font-size: 14px;
    }

    .market-my-choice-box__text,
    .market-my-choice-box__count {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .market-my-choice-box {
        padding: 16px;
    }

    .market-my-choice-box__title-text {
        font-size: 16px;
    }
}

.market-container {
    display: flex;
    gap: 20px;
}

.market-main {
    flex: 1;
}

.market-sidebar {
    width: 300px;
}

.market-top {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}


.market-box {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 15px;
}


.market-top-switcher {
	margin-bottom: 20px;
}

.market-top-grid {
	display: flex;
	gap: 16px;
	align-items: stretch;
}

.market-top-switcher {
	margin-bottom: 18px;
}

.market-hero {
	position: relative;
	background: #fff;
	border-radius: 16px;
	overflow: visible;
}

.market-hero--znaki {
	background: linear-gradient(58deg, #d3f1ff 0%, #d3fff5 100%);
}

.market-hero--podarki {
	background: linear-gradient(58deg, #ffe8c9 0%, #ffe0f8 100%);
}

.market-hero__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 28px;
}

.market-hero__left {
	flex: 1 1 auto;
	min-width: 0;
}

.market-hero__right {
	flex: 0 0 290px;
	display: flex;
	justify-content: flex-end;
}

.market-hero__eyebrow {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #9b8570;
	margin-bottom: 10px;
}

.market-hero__title {
	margin: 0 0 12px;
	font-size: 34px;
	line-height: 1.12;
	font-weight: 800;
	color: #2f2a24;
}

.market-hero__badge-icon {
    margin-right: 10px;
}
.market-hero__badge-icon img {
    width: 24px;
    height: 24px;
}

.market-hero-badge-subscription {
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 16px;
    padding: 8px 16px;
}
.market-hero-badge-subscription a {
    color: #e8b777;
    margin-left: 5px;
}

.market-hero-badge-subscription span {
    color: #000;
}


.market-hero__desc {
	max-width: 700px;
	font-size: 16px;
	color: #62584d;
	font-weight: 500;
}

.market-hero__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.market-hero__image-box {
	width: 100%;
	max-width: 290px;
	height: 240px;
	border-radius: 18px;
	overflow: hidden;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.market-hero__image-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.market-hero__footer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 16px;
	padding: 0 28px 24px;
}

.market-hero__footer-link {
	font-size: 14px;
	line-height: 1.35;
	color: #7b6b5c;
	text-decoration: none !important;
	transition: color .2s ease;
}

.market-hero__footer-link:hover {
	color: #4c4035;
}

@media (max-width: 1200px) {
	.market-hero__content {
		gap: 20px;
		padding: 24px;
	}

	.market-hero__right {
		flex: 0 0 240px;
	}

	.market-hero__image-box {
		max-width: 240px;
		height: 190px;
	}

	.market-hero__title {
		font-size: 30px;
	}
}

@media (max-width: 900px) {
	.market-hero__content {
		flex-direction: column;
		align-items: flex-start;
	}

	.market-hero__right {
		width: 100%;
		flex: 0 0 auto;
		justify-content: flex-start;
	}

	.market-hero__image-box {
		max-width: 100%;
		width: 100%;
		height: 220px;
	}

	.market-hero__footer {
		padding: 0 24px 22px;
	}
}

@media (max-width: 640px) {
    
    .market-top-switcher {
    display: none;
}
.market-home-collections-grid.grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
	.market-mode-tabs {
		width: 100%;
		display: flex;
	}

	.market-mode-tab {
		flex: 1 1 50%;
		padding: 0 12px;
		text-align: center;
	}

	.market-hero__content {
		padding: 18px;
	}

	.market-hero__footer {
		padding: 0 18px 18px;
	}

	.market-hero__title {
		font-size: 26px;
	}

	.market-hero__desc {
		font-size: 14px;
	}

	.market-hero__image-box {
		height: 180px;
	}
}

.market-categories-dropdown {
	position: absolute;
	top: calc(100% + 14px);
	left: 0;
	width: 430px;
	max-width: 430px;
	display: none;
	z-index: 30;
}

.market-categories-dropdown.open {
	display: block;
}

.market-categories-dropdown__panel {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
	padding: 18px 18px 14px;
}

.market-categories-dropdown__item {
	margin-bottom: 8px;
}

.market-categories-dropdown__item:last-child {
	margin-bottom: 0;
}

.market-categories-dropdown__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 6px;
	cursor: pointer;
	border-radius: 10px;
	transition: background .2s ease;
}

.market-categories-dropdown__head:hover {
	background: #faf7f2;
}

.market-categories-dropdown__left {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.market-categories-dropdown__icon {
	width: 24px;
	min-width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.market-categories-dropdown__icon img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	object-fit: contain;
}

.market-categories-dropdown__title {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
	color: #2e2e2e;
}

.market-categories-dropdown__arrow {
	color: #8c8c8c;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform .2s ease;
}

.market-categories-dropdown__item.expanded .market-categories-dropdown__arrow {
	transform: rotate(180deg);
}

.market-categories-dropdown__children {
	display: none;
	padding: 2px 0 0 36px;
}

.market-categories-dropdown__item.expanded .market-categories-dropdown__children {
	display: block;
}

.market-categories-dropdown__child-link {
	display: block;
	padding: 6px 12px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 1.35;
	color: #5c5c5c !important;
	text-decoration: none !important;
	transition: background .2s ease, color .2s ease;
}

.market-categories-dropdown__child-link:hover {
	background: #f3f3f3;
	color: #2c2c2c !important;
	text-decoration: none !important;
}

.market-categories-dropdown__child-link.active {
	background: #f3f3f3;
	color: #2c2c2c !important;
}

@media (max-width: 1399px) {
	.market-categories-dropdown {
		width: 390px;
		max-width: 390px;
	}
}

@media (max-width: 1200px) {
	.market-categories-dropdown {
		width: 100%;
		max-width: 100%;
	}
}

.market-main-shell {
	float: left;
}

.market-stage {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
}

.market-content-area {
	width: 70%;
	min-width: 0;
}

.market-sidebar-area {
	width: 30%;
	min-width: 0;
}

@media (max-width: 1200px) {
	.market-stage {
		display: block;
	}

	.market-content-area,
	.market-sidebar-area {
		width: 100%;
	}
}

.market-categories-dropdown {
	opacity: 0;
	transform: translateY(8px) scale(0.98);
	pointer-events: none;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: opacity, transform;
}

.market-categories-dropdown.open {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.market-categories-dropdown.closing {
	opacity: 0;
	transform: translateY(6px) scale(0.97);
	pointer-events: none;
}

.market-home-page {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.market-home-section {
	background: #fff;
}

.market-home-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.market-home-section__title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 20px;
}

.market-topic-grid {
	display: grid;
	gap: 14px;
}

.market-topic-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.market-topic-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.market-topic-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.market-topic-card {
	display: flex;
	align-items: flex-start;
	min-height: 90px;
	padding: 15px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e9edf5;
	text-decoration: none !important;
	transition: .2s ease;
}

.market-topic-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
	border-color: #d9e4f2;
}

.market-topic-card__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: #243041;
}



.market-category-placeholder {
	padding: 28px;
	border-radius: 18px;
}

.market-category-placeholder__title {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 700;
	color: #1f2937;
}

.market-category-placeholder__text {
	font-size: 15px;
	color: #5b6472;
}

@media (max-width: 1200px) {
	.market-topic-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.market-topic-grid--3,
	.market-topic-grid--2,
	.market-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.market-topic-grid--4,
	.market-topic-grid--3,
	.market-topic-grid--2,
	.market-product-grid {
		grid-template-columns: 1fr;
	}

	.market-home-section {
		padding: 0;
	}

	.market-home-section__title {
		font-size: 20px;
	}

	.market-topic-card {
		min-height: 78px;
		padding: 16px;
	}

	.market-product-card__image {
		height: 150px;
	}

}

.market-toolbar {
	background: #fff;
	border-radius: 18px;
	padding: 16px 18px;
	margin-bottom: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.market-toolbar__top {
	display: flex;
	align-items: center;
	gap: 12px;
}

.market-search-form {
	flex: 1;
	position: relative;
	display: flex;
    align-items: center;
    gap: 10px;
}

.market-search-input {
	width: 100%;
	height: 42px;
	padding: 0 42px 0 14px;
	border-radius: 12px;
	border: 1px solid #e5eaf2;
	font-size: 14px;
	outline: none;
	transition: .2s;
}

.market-search-input:focus {
	border-color: #cfd9e6;
	box-shadow: 0 0 0 3px rgba(207, 217, 230, 0.3);
}

.market-search-btn {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #6b7280;
}

.market-sort-select {
	height: 42px;
	padding: 0 12px;
	border-radius: 12px;
	border: 1px solid #e5eaf2;
	font-size: 13px;
	background: #fff;
	outline: none;
	cursor: pointer;
}

.market-toolbar__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.market-breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 13px;
	color: #6b7280;
}

.market-breadcrumbs__link {
	text-decoration: none;
	color: #6b7280;
	transition: .2s;
}

.market-breadcrumbs__link:hover {
	color: #111827;
}

.market-breadcrumbs__current {
	color: #111827;
	font-weight: 500;
}

.market-breadcrumbs__sep {
	opacity: 0.5;
}
.market-content-inner {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.market-content-body {
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
}

.market-sidebar-categories {
	background: #fff;
	border-radius: 16px;
	padding: 14px;
	margin-bottom: 16px;
}

.market-sidebar-title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #1f2937;
}

.market-sidebar-list {
	display: flex;
	flex-direction: column;
}

.market-sidebar-group {
    margin-bottom: 4px;
}

.market-sidebar-group:last-child {
    margin-bottom: 0;
}

.market-sidebar-link {
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	gap: 15px;
	background: #fff;
	padding: 6px 10px;
	border-radius: 10px;
	text-decoration: none;
	color: #1f2937;
	transition: .2s ease;
	cursor: pointer;
	border: 0;
	margin-bottom: 5px;
}

.market-sidebar-link:hover,
.market-sidebar-link.active,
.market-sidebar-link-group:hover {
	background: #fff9f1;
	text-decoration: none;
}


.market-sidebar-arrow {
	margin-left: auto;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    transition: transform .2s ease, color .2s ease;
}

.market-sidebar-arrow i {
    font-size: 13px;
    color: #bdbdbd;
}
.market-sidebar-group.is-open .market-sidebar-arrow {
    transform: rotate(90deg);
    color: #6f6f6f;
}
.market-sidebar-categories__children {
    margin: 0 0 10px 46px;
}

.market-sidebar-categories__child {
    display: block;
    padding: 8px 14px;
    border-radius: 10px;
    transition: background .2s ease, color .2s ease;
}

.market-sidebar-text-child {
    font-size: 15px;
    font-weight: 400;
    color: #5a5a5a;
    line-height: 1;
    text-decoration: none;
}

.market-sidebar-categories__child:hover {
    text-decoration: none;
}
.market-sidebar-categories__child:hover .market-sidebar-text-child {
    color: #e0ab5d;
}
.market-sidebar-categories__child.active:hover .market-sidebar-text-child {
    color: #5a5a5a;
}

.market-sidebar-categories__child.active {
    background: #fff9f1;
    color: #2f2f2f;
    font-weight: 600;
    text-decoration: none;
}

.market-icon-bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.market-icon-bg img {
	width: 32px;
	height: 32px;
}

.market-sidebar-text {
	font-size: 15px;
	font-weight: 600;
}

.market-sidebar-link.active .market-sidebar-text {
    color: #2f2f2f;
    font-weight: 600;
}

.market-sidebar-group-toggle:focus {
    outline: none;
}

.market-sidebar-children {
	margin-left: 28px;
	display: none;
	flex-direction: column;
	gap: 4px;
	padding-top: 6px;
}

.market-sidebar-item.is-open .market-sidebar-children {
	display: flex;
}

.market-sidebar-child {
	display: block;
	padding: 8px 10px;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.35;
	color: #6b7280;
	text-decoration: none;
	transition: all .2s ease;
}

.market-sidebar-child:hover {
	background: #f3f6fb;
	color: #111827;
	text-decoration: none;
}

.market-sidebar-child.active {
	background: #f3f6fb;
	color: #111827;
	font-weight: 600;
}

.market-sidebar-item.has-children .market-sidebar-children {
	display: none;
}

.market-sidebar-item.has-children.is-open .market-sidebar-children {
	display: flex;
}

.market-sidebar-group.is-open .market-sidebar-group-toggle:hover {
    background: #fff9f1 !important;
}

.market-sidebar-group.is-open .market-sidebar-group-toggle.active {
    background: transparent;
}



.market-category-page h1 {
    margin-top: 0;
    font-size: 22px;
}

.market-product-modal-dialog {
  width: 920px;
  max-width: calc(100% - 30px);
}

.market-product-modal-content {
  border: 0;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  background: #fff;
}

.market-product-modal-header {
  border-bottom: 0;
  padding: 16px;
  min-height: auto;
  display: flex;
}

.market-product-modal-close {
    margin: 0 0 0 auto !important;
    float: none;
    font-size: 29px;
    font-weight: 300;
    line-height: 1;
    color: #5f6368;
    opacity: 1;
    text-shadow: none;
    padding: 0 !important;
}

.market-product-modal-close:hover,
.market-product-modal-close:focus {
  color: #202124;
  opacity: 1;
}

.market-product-modal-body {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 30px;
}

.market-product-modal__left {
  width: 48%;
  flex: 0 0 48%;
}

.market-product-modal__right {
  width: 52%;
  flex: 0 0 52%;
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  align-self: stretch;
}

.market-product-modal__image-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  overflow: hidden;
  background: #f6f7f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.market-product-modal__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.market-product-modal__subscription {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    gap: 10px;
}

.market-product-modal__sub-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #6db33f;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.market-product-modal__sub-text {
  color: #6db33f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.market-product-modal__title {
  margin: 0 0 18px;
  color: #202124;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.18;
  word-break: break-word;
}

.market-product-modal__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.market-product-modal__price-old {
  color: #9aa0a6;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: line-through;
}

.market-product-modal__price-current {
  color: #202124;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.market-product-modal__description {
  color: #4b5563;
  font-size: 16px;
  white-space: pre-line;
  word-break: break-word;
}

.market-product-modal__actions {
  margin-top: auto;
}

.market-product-modal__select-btn {
    min-width: 190px;
    height: 42px;
    padding: 0 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}
.js-market-modal-qty-box {
    min-width: 190px;
    height: 42px;
    padding: 0 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    background: #d9a24f;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.js-market-modal-qty-value {
    font-size: 18px !important;
}

@media (max-width: 991px) {
  .market-product-modal-body {
    gap: 22px;
    padding: 6px 22px 24px;
  }

  .market-product-modal__title {
    font-size: 26px;
  }

  .market-product-modal__price-current {
    font-size: 30px;
  }

  .market-product-modal__price-old {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .market-product-modal-dialog {
    width: auto;
    max-width: calc(100% - 16px);
    margin: 8px auto;
  }

  .market-product-modal-content {
    border-radius: 18px;
  }

  .market-product-modal-header {
    padding: 12px 12px 0;
  }

  .market-product-modal-close {
    font-size: 30px;
  }

  .market-product-modal-body {
    flex-direction: column;
    gap: 18px;
    padding: 4px 14px 18px;
  }

  .market-product-modal__left,
  .market-product-modal__right {
    width: 100%;
    flex: 0 0 100%;
  }

  .market-product-modal__image-wrap {
    border-radius: 18px;
  }

  .market-product-modal__title {
    margin-bottom: 14px;
    font-size: 24px;
  }

  .market-product-modal__price {
    margin-bottom: 14px;
  }

  .market-product-modal__price-current {
    font-size: 28px;
  }

  .market-product-modal__price-old {
    font-size: 20px;
  }

  .market-product-modal__description {
    font-size: 14px;
    line-height: 1.55;
  }

  .market-product-modal__actions {
    margin-top: 22px;
  }

  .market-product-modal__select-btn {
    width: 100%;
  }
  	.market-content-body {
    padding: 10px;
    margin-bottom: 15px;
}
  .market-sort-select {
    font-size: 0;
    width: 42px;
}
}


.my-choice-page {
    padding: 0;
}
.my-choice-page__grid {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.my-choice-page__main {
    flex: 1 1 auto;
    min-width: 0;
}
.my-choice-page__sidebar {
    width: 270px;
    flex: 0 0 270px;
}
.my-choice-page__title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #1f1f1f;
}
.my-choice-page__section {
    margin-bottom: 28px;
}
.my-choice-page__section-title {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}
.my-choice-page__section-count {
    margin-left: 6px;
}
.my-choice-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    padding: 16px 14px;
    margin-bottom: 14px;
    position: relative;
}
.my-choice-item.is-loading {
    opacity: .65;
    pointer-events: none;
}
.my-choice-item__image-col {
    width: 128px;
    flex: 0 0 128px;
}
.my-choice-item__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.my-choice-content-total {
    display: flex;
    width: 100%;
}
.my-choice-item__content-col {
    flex: 1 1 auto;
    min-width: 0;
}
.my-choice-item__subscription {
    margin-bottom: 8px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}
.my-choice-item__sub-badge {
    display: inline-block;
    background: #62a60a;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 4px 10px;
    border-radius: 30px;
    font-weight: 600;
}
.my-choice-item__sub-text {
    font-size: 12px;
    color: #6e8b45;
}
.my-choice-item__price {
    margin-bottom: 6px;
}
.my-choice-item__price-old {
    color: #9c9c9c;
    text-decoration: line-through;
    margin-right: 8px;
}
.my-choice-item__price-current {
    color: #222;
    font-size: 16px;
    font-weight: 500;
}
.my-choice-item__title {
    font-size: 14px;
    font-weight: 400;
    color: #2a2a2a;
    margin-bottom: 20px;
}
.my-choice-item__description {
    font-size: 14px;
    line-height: 1.45;
    color: #4a4a4a;
    margin-bottom: 14px;
}
.my-choice-item__controls {
    display: flex;
    align-items: center;
    gap: 14px;
}
.my-choice-item__delete {
    border: 0;
    background: transparent;
    color: #b7b7b7;
    font-size: 18px;
    padding: 0;
    width: 24px;
    height: 24px;
}
.my-choice-item__qty {
    display: flex;
    align-items: center;
    gap: 10px;
}
.my-choice-item__qty-btn {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: #f0f2f5;
    color: #8d8d8d;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding: 0;
}
.my-choice-item__qty-value {
    min-width: 14px;
    text-align: center;
    font-size: 14px;
    color: #2b2b2b;
}
.my-choice-item__total-col {
    text-align: right;
    color: #2a2a2a;
    margin-left: auto;
}
.my-choice-item__total-label {
    display: inline-block;
    margin-right: 4px;
    font-weight: 700;
}
.my-choice-item__total-value {
    display: inline-block;
    font-weight: 700;
}
.my-choice-page__summary {
    margin-top: 12px;
    text-align: right;
    font-size: 17px;
    font-weight: 700;
    color: #1e1e1e;
}
.my-choice-page__payment {
    margin-top: 18px;
    padding: 14px 12px 8px;
}
.my-choice-page__payment-title {
    font-size: 16px;
    font-weight: 600;
    color: #242424;
    margin-bottom: 12px;
}
.my-choice-page__payment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.my-choice-page__payment-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.my-choice-page__payment-card {
    font-size: 16px;
    color: #3a3a3a;
}
.my-choice-page__payment-edit {
    color: #d9a55d;
    font-size: 18px;
}
.my-choice-page__payment-add {
    border: 0;
    background: #d8d8d8;
    color: #1f1f1f;
    border-radius: 6px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
}
.my-choice-page__pay-btn {
    border: 0;
    background: #e8b777;
    color: #fff;
    border-radius: 24px;
    min-width: 135px;
    padding: 0 28px;
    font-size: 16px;
    font-weight: 600;
    height: 42px;
}
.my-choice-tabs__nav {
    display: flex;
    gap: 34px;
    margin-bottom: 20px;
}
.my-choice-tabs__nav-item {
    position: relative;
    padding-bottom: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #2c2c2c;
    cursor: pointer;
    border: 0;
    background: transparent;
}
.my-choice-tabs__nav-item.is-active {
    color: #1f1f1f;
}
.my-choice-tabs__nav-item.is-active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #d9a55d;
}
.my-choice-tabs__badge {
    display: inline-block;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background: #9ca3af;
    color: #fff;
    font-size: 13px;
    margin-left: 5px;
    padding: 0 5px;
}
.my-choice-tabs__panel {
    display: none;
}
.my-choice-tabs__panel.is-active {
    display: block;
}
.my-choice-tabs__empty {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 60px 22px;
    text-align: center;
    color: #888;
    font-size: 14px;
}
.market-box + .market-box {
    margin-top: 16px;
}
.market-box.my-choice-actions-box {
    padding: 18px 16px;
}
.my-choice-actions-box__title {
    font-size: 16px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 10px;
}
.my-choice-actions-box__empty {
    font-size: 14px;
    color: #7b7b7b;
    line-height: 1.45;
}
.my-choice-page__empty {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 18px;
    padding: 60px 22px;
    text-align: center;
    color: #888;
    font-size: 14px;
}

.my-choice-page__empty-image {
    margin-bottom: 30px;
}


@media (max-width: 1200px) {
    .my-choice-page__grid {
        flex-direction: column;
    }
    .my-choice-page__sidebar {
        width: 100%;
        flex: 1 1 auto;
    }
}
@media (max-width: 767px) {
   
    .my-choice-item__image-col {
        width: 100px;
        flex: 0 0 auto;
        text-align: left;
    }
    .my-choice-page__payment-row {
        align-items: stretch;
    }
    .my-choice-page__pay-btn {
        width: 100%;
    }
    .my-choice-page__payment-actions--single {
    margin-bottom: 30px;
}
    .my-choice-page__payment {
    margin-bottom: 0;
}
    .my-choice-content-total {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
}
    #znaki, #podarki, #favorites {
        display: none;
    }
}

/* ===== САЙДБАР ФИЛЬТРА МАГАЗИНА ===== */

.market-filter-box {
    background: #fff;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    border: 0;
}

.market-filter-box h4 {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 500;
    color: #1f1f1f;
    letter-spacing: 0;
}

.market-filter-box #marketSidebarFilterForm {
    margin: 0;
}

.market-filter-box .market-filter-group {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 20px 18px;
    border-bottom: 1px solid #f0f2f5;
}

.market-filter-box .market-filter-group + .market-filter-group {
    padding-top: 15px;
}

.market-filter-box .market-filter-group:last-of-type {
    border-bottom: 0;
}

.market-filter-box .market-filter-group > div:first-child {
    position: relative;
    margin: 0 0 14px;
    padding-right: 18px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    color: #111111;
}

/* декоративная стрелка справа как в прототипе */
.market-filter-box .market-filter-group > div:first-child::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 5px;
    height: 5px;
    border-right: 1.5px solid #8e8e8e;
    border-bottom: 1.5px solid #8e8e8e;
    transform: rotate(45deg);
    pointer-events: none;
}

/* перебиваем глобальные стили checkbox */
.market-filter-box .checkbox {
    position: relative;
    margin: 0 0 10px;
    min-height: 20px;
    padding-left: 0;
}

.market-filter-box .checkbox:last-child {
    margin-bottom: 0;
}

.market-filter-box .checkbox input[type=checkbox],
.market-filter-box .checkbox-inline input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 1px;
    margin-left: 0 !important;
    margin-top: 0 !important;
    opacity: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* label */
.market-filter-box .checkbox label {
    position: relative;
    display: block;
    min-height: 18px;
    padding-left: 30px;
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    color: #4b4b4b;
    cursor: pointer;
}

/* квадрат чекбокса */
.market-filter-box .checkbox label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    background: #ffffff;
    box-sizing: border-box;
    transition: all .15s ease;
}

/* галочка */
.market-filter-box .checkbox label::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 3px;
    width: 6px;
    height: 9px;
    border-right: 2px solid #e0ab5d;
    border-bottom: 2px solid #e0ab5d;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .15s ease;
    box-sizing: border-box;
}

/* checked */
.market-filter-box .checkbox input[type=checkbox]:checked + label::before {
    background: #f7f1e7;
    border-color: #e8b777;
}

.market-filter-box .checkbox input[type=checkbox]:checked + label::after {
    opacity: 1;
}

/* hover / focus */
.market-filter-box .checkbox input[type=checkbox]:hover + label::before,
.market-filter-box .checkbox input[type=checkbox]:focus + label::before,
.market-filter-box .checkbox label:hover::before {
    border-color: #b9ab9a;
}

/* кнопка сброса */
.market-filter-box #marketResetFilterBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #d7d0c6;
    border-radius: 10px;
    background: #ffffff;
    color: #5a5248;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none;
    transition: all .15s ease;
}

.market-filter-box #marketResetFilterBtn:hover,
.market-filter-box #marketResetFilterBtn:focus {
    background: #f8f4ee;
    border-color: #c9bba9;
    color: #3f372f;
}

/* если в группе нет тегов */
.market-filter-box .market-filter-group div[style*="color:#888"] {
    font-size: 13px !important;
    line-height: 1.4;
    color: #8d8d8d !important;
}



.market-category-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
    position: relative;
    flex-wrap: wrap;
}
.market-category-head__title {
    margin: 0;
}
.market-category-filter-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    flex-wrap: wrap;
}
.market-category-filter__toggle,
.market-category-filter__clear {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
}
.market-category-filter__clear.is-disabled {
    opacity: 0.6;
}
.market-category-filter__dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 250px;
    max-width: 92vw;
    z-index: 50;
}

.market-category-filter-box__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    background: #f0f2f5;
    border-radius: 16px 16px 0 0;
    padding: 14px 16px;
}
.market-category-filter-box__header h4 {
    margin: 0;
}
.market-category-filter-box__close {
    border: 0;
    background: transparent;
    padding: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
}
.market-category-filter-box__close:hover {
    background: #ddd;
    color: #111;
}
.market-category-filter-group-title {
    font-weight: 600;
    margin-bottom: 12px;
}
.market-category-filter__empty {
    color: #888;
    font-size: 13px;
}

.market-filter-apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 30px;
    background: #e8b777;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.market-filter-apply-btn:hover {
    background: #dda85f;
    color: #fff;
}

.market-filter-apply-btn:active {
    transform: translateY(1px);
}

.market-filter-apply-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(232, 183, 119, 0.22);
}

.market-category-filter-box__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.market-selected-tags {
    margin: 0 0 18px;
}

.market-selected-tags__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.market-active-filters {
    margin-bottom: 15px;
}

.market-selected-tag-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #d8dee8;
    border-radius: 999px;
    background: #fff;
    color: #2d3643;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
    transition: all .2s ease;
    outline: none;
    box-shadow: none;
}

.market-selected-tag-chip:hover {
    border-color: #b9c3d1;
    transform: translateY(-1px);
}

.market-selected-tag-chip__text {
    display: inline-block;
    white-space: nowrap;
}

.market-selected-tag-chip__close {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    opacity: .75;
}

.market-selected-tag-chip:hover .market-selected-tag-chip__close {
    opacity: 1;
}


.market-home-page--collections {
    padding: 4px 0 8px;
}

.market-home-section--collections {
    margin-bottom: 28px;
}

.market-home-section--collections .market-home-section__title {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
}

.market-home-collections-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.market-home-collection-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 192px;
    padding: 14px 14px 10px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 14px;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    overflow: hidden;
}

.market-home-collection-card:hover {
    transform: translateY(-2px);
    border-color: #c8c8c8;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    text-decoration: none !important;
}

.market-home-collection-card__title {
    display: block;
    min-height: 46px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.28;
    font-weight: 600;
    color: #141414;
    word-break: break-word;
}

.market-home-collection-card__image-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 118px;
    overflow: hidden;
}

.market-home-collection-card__image {
    display: block;
    max-width: 100%;
    max-height: 118px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.market-home-collection-card__placeholder {
    width: 100%;
    height: 118px;
    border-radius: 10px;
    background: linear-gradient(180deg, #f4f4f4 0%, #ececec 100%);
}

.grid-3 .slova {
    padding: 0;
    border: 1px solid #ebd4c3;
}
.grid-3 .market-home-collection-card__title {
   margin-bottom: 0;
   padding: 12px;
   font-weight: 600;
   color: #995929;
}
.grid-3 .market-home-collection-card__image-wrap {
    height: auto;
}
.grid-3 .market-home-collection-card__image {
    max-height: none;
}


@media (max-width: 1200px) {
    .market-home-collections-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .market-home-collections-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
.market-home-collections-grid.grid-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
    .market-home-collection-card {
        min-height: 130px;
        padding: 12px 12px 10px;
        border-radius: 12px;
    }
.grid-3 .market-home-collection-card__title {
    padding: 9px;
    font-size: 12px;

}
    .market-home-collection-card__title {
        min-height: 42px;
        font-size: 14px;
    }

    .market-home-collection-card__image-wrap {
        height: 104px;
    }

    .market-home-collection-card__image,
    .market-home-collection-card__placeholder {
        max-height: 104px;
    }
    .market-home-section--collections {
    margin-bottom: 0;
}
}

@media (max-width: 480px) {
    .market-home-collections-grid {
        grid-template-columns: 1fr;
    }
}



.market-collection-page {
    padding: 4px 0 8px;
}

.market-collection-page__header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
    padding: 18px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
}

.market-collection-page__image-wrap {
    flex: 0 0 140px;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.market-collection-page__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.market-collection-page__meta {
    min-width: 0;
}

.market-collection-page__group {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    color: #6b7280;
}

.market-collection-page__title {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
}

@media (max-width: 767px) {
    .market-collection-page__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 14px;
    }

    .market-collection-page__image-wrap {
        width: 110px;
        height: 110px;
        flex-basis: 110px;
    }

    .market-collection-page__title {
        font-size: 22px;
    }
}

.market-sidebar-mode-switch {
    background: #f0f2f5;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0 0 7px -3px #b3b3b3;
    padding: 3px;
}

.market-sidebar-tab {
    padding: 0 15px 15px;
    border-bottom: 1px solid #f0f2f5;
    margin: 0 -15px 15px;
}

.market-mode-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border-radius: 50px;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 600;
	color: #6f6256;
	transition: all .2s ease;
	background: transparent;
}

.market-mode-tab:hover {
	color: #444;
}

.market-mode-tab.active {
    background: #e8b777;
    color: #ffffff;
    border: 2px solid #d9af79;
}

/* Переопределяем стили только для карточек с классом .important-date-card */
.important-date-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(58deg, #ffe8c9 0%, #ffe0f8 100%);
    border: 0;
}

/* Картинка внутри карточки — растягиваем на всю высоту и ширину правой половины */
.important-date-card .market-home-collection-card__image-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 192px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Картинка внутри обёртки — растягиваем на всю высоту и ширину */
.important-date-card .market-home-collection-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 192px;
}

/* Заголовок — поверх картинки, слева сверху */
.important-date-card .market-home-collection-card__title {
    position: relative;
    z-index: 3;
    font-size: 17px;
    line-height: 1.2;
    color: #dd6123;
    word-break: break-word;
    width: 100px;
    margin: 6px;
    font-weight: 800;
}
.simvol .market-home-collection-card {
    padding: 14px 5px 10px;
}
.simvol .market-home-collection-card__image-wrap {
    height: 140px;
}
.simvol .market-home-collection-card__image {
    max-height: 150px;
}
.simvol .market-home-collection-card__title {
    min-height: 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.svechi {
    background: radial-gradient(at 50% 47%, #ffffff 13%, #ffe9c1 85%);
    border: 0;
}
.angels {
    background: radial-gradient(at 50% 43%, #ffffff 29%, #d1f0fb 91%);
    border: 0;
}
.geroy {
    background: radial-gradient(at 50% 60%, #ffffff 33%, #e5e5e5 77%);
    border: 0;
}
.svyatoy {
    background: radial-gradient(at 50% 43%, #ffffff 29%, #e6f7d2 91%);
    border: 0;
}



.market-product-card__title--purchased {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 10px;
}

.market-product-card__purchased-qty {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f3f6fb;
    color: #4b5666;
    font-size: 14px;
    line-height: 1.2;
}

.market-product-card__purchased-qty-value {
    font-weight: 700;
    color: #222b38;
}

.market-product-modal-dialog--purchased {
    max-width: 920px;
}

.market-product-modal-content--purchased {
    border-radius: 24px;
    overflow: hidden;
}

.market-product-modal-body--purchased {
    align-items: flex-start;
}

.market-product-modal-body--purchased .market-product-modal__right {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 10px;
}

.market-product-modal-body--purchased .market-product-modal__title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2937;
}

.market-product-modal-body--purchased .market-product-modal__description {
    font-size: 16px;
    line-height: 1.65;
    color: #4b5563;
    white-space: pre-line;
}

@media (max-width: 767px) {
    .market-product-card__body--purchased {
        padding: 14px;
    }

    .market-product-card__title--purchased {
        font-size: 15px;
        min-height: auto;
    }

    .market-product-modal-body--purchased .market-product-modal__title {
        font-size: 22px;
    }

    .market-product-modal-body--purchased .market-product-modal__description {
        font-size: 15px;
        line-height: 1.55;
    }
}

