.pc-store-listing-active {
	background: #fffdf9;
}

.pc-store-listing-active .wd-page-title,
.pc-store-listing-active .dokan-store-listing-filter-wrap,
.pc-store-listing-active #dokan-seller-listing-wrap {
	display: none !important;
}

.pc-store-listing-active .main-page-wrapper {
	padding-top: 0;
}

.pc-store-listing-active #main-content,
.pc-store-listing-active #main-content > .wd-content-area,
.pc-store-listing-active .site-content {
	width: 100%;
	max-width: none;
	padding-inline: 0;
}

.pc-store-listing-active .main-page-wrapper > .container {
	width: 100%;
	max-width: none;
	padding-inline: 0;
}

.pc-store-listing-active .sidebar-container {
	display: none !important;
}

.pc-store-directory,
.pc-store-directory * {
	box-sizing: border-box;
}

.pc-store-directory {
	--pc-store-line: rgba(107, 79, 63, .16);
	--pc-store-shadow: 0 18px 48px rgba(66, 42, 28, .09);
	margin: 0;
	background: #fffdf9;
	color: var(--pc-ink);
	font-family: var(--pc-font-family);
}

.pc-store-directory a {
	color: inherit;
	text-decoration: none;
}

.pc-store-directory :is(a, button, select, input):focus-visible {
	outline: 3px solid rgba(244, 162, 97, .62);
	outline-offset: 3px;
}

.pc-store-shell {
	width: min(1120px, calc(100% - 32px));
	margin-inline: auto;
}

.pc-store-icon {
	display: block;
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
}

.pc-store-hero {
	position: relative;
	overflow: hidden;
	padding: 20px 0 42px;
	background:
		radial-gradient(circle at 8% 12%, rgba(244, 162, 97, .15), transparent 26%),
		linear-gradient(180deg, #fffdf9, #f9f0df);
}

.pc-store-hero::before,
.pc-store-hero::after {
	position: absolute;
	border: 1px dashed rgba(184, 92, 56, .22);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.pc-store-hero::before {
	width: 280px;
	height: 280px;
	inset: -216px auto auto 4%;
}

.pc-store-hero::after {
	width: 190px;
	height: 190px;
	inset: auto 8% -155px auto;
}

.pc-store-breadcrumb {
	display: flex;
	width: fit-content;
	min-height: 42px;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	padding: 7px 14px;
	border: 1px solid var(--pc-store-line);
	border-radius: 13px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 7px 20px rgba(69, 46, 31, .05);
	color: var(--pc-muted);
	font-size: 12px;
	font-weight: 700;
}

.pc-store-breadcrumb a:hover {
	color: var(--pc-terracotta);
}

.pc-store-breadcrumb .pc-store-icon {
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	padding: 5px;
	border-radius: 50%;
	background: rgba(217, 179, 130, .22);
	color: var(--pc-sand);
}

.pc-store-hero__panel {
	position: relative;
	display: grid;
	min-height: 430px;
	grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
	overflow: hidden;
	border: 1px solid rgba(217, 179, 130, .48);
	border-radius: 34px;
	background:
		linear-gradient(116deg, rgba(242, 232, 213, .96), rgba(255, 250, 241, .9)),
		url("../images/pileh-fiber-pattern.webp") center / cover;
	box-shadow: var(--pc-store-shadow);
}

.pc-store-hero__panel::before {
	position: absolute;
	width: 320px;
	height: 320px;
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: 48% 52% 62% 38%;
	background: rgba(255, 255, 255, .16);
	content: "";
	inset: -90px -65px auto auto;
	transform: rotate(-14deg);
}

.pc-store-hero__copy {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 42px 46px;
}

.pc-store-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	color: var(--pc-terracotta);
	font-size: 13px;
	font-weight: 900;
}

.pc-store-kicker .pc-store-icon {
	width: 24px;
	height: 24px;
}

.pc-store-hero h1 {
	max-width: 610px;
	margin: 0;
	color: var(--pc-green);
	font-size: clamp(34px, 4.2vw, 59px);
	font-weight: 900;
	letter-spacing: -.03em;
	line-height: 1.15;
}

.pc-store-hero__copy > p {
	max-width: 590px;
	margin: 14px 0 22px;
	color: var(--pc-brown);
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
}

.pc-store-search {
	display: grid;
	width: 100%;
	max-width: 660px;
	grid-template-columns: minmax(220px, 1fr) minmax(145px, .52fr) auto;
	gap: 8px;
	padding: 7px;
	border: 1px solid rgba(107, 79, 63, .14);
	border-radius: 17px;
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 10px 28px rgba(69, 46, 31, .08);
}

.pc-store-search__text,
.pc-store-search__select {
	display: flex;
	min-height: 48px;
	align-items: center;
	gap: 9px;
	padding-inline: 12px;
	border-radius: 11px;
	background: rgba(242, 232, 213, .42);
	color: var(--pc-muted);
}

.pc-store-search__text input,
.pc-store-search__select select,
.pc-store-sort select {
	width: 100%;
	height: 100%;
	min-height: 42px;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	color: var(--pc-ink);
	font-family: var(--pc-font-family);
	font-size: 12px;
	font-weight: 700;
}

.pc-store-search__text input::placeholder {
	color: #948579;
}

.pc-store-search__select {
	position: relative;
	overflow: hidden;
	padding: 0;
	border: 1px solid transparent;
	transition: border-color .2s var(--pc-ease), background .2s var(--pc-ease), box-shadow .2s var(--pc-ease);
}

.pc-store-search__select select {
	position: relative;
	z-index: 1;
	min-width: 0;
	margin: 0 !important;
	padding: 0 14px 0 40px !important;
	border: 0 !important;
	border-radius: 11px !important;
	outline: 0 !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: var(--pc-brown) !important;
	font-family: var(--pc-font-family) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	text-align: right;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	cursor: pointer;
}

.pc-store-search__select select::-ms-expand {
	display: none;
}

.pc-store-search__select::after {
	position: absolute;
	z-index: 2;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid var(--pc-terracotta);
	border-left: 2px solid var(--pc-terracotta);
	content: "";
	inset: 50% auto auto 15px;
	pointer-events: none;
	transform: translateY(-67%) rotate(-45deg);
	transition: transform .2s var(--pc-ease), border-color .2s var(--pc-ease);
}

.pc-store-search__select:hover {
	border-color: rgba(184, 92, 56, .26);
	background: rgba(255, 250, 241, .88);
}

.pc-store-search__select:focus-within {
	border-color: rgba(6, 74, 49, .45);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(6, 74, 49, .08);
}

.pc-store-search__select:hover::after,
.pc-store-search__select:focus-within::after {
	border-color: var(--pc-green);
	transform: translateY(-55%) rotate(-45deg);
}

.pc-store-search button,
.pc-store-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 10px 19px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-family: var(--pc-font-family);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.3;
	transition: transform .25s var(--pc-ease), box-shadow .25s var(--pc-ease), background .25s var(--pc-ease), color .25s var(--pc-ease), border-color .25s var(--pc-ease);
}

.pc-store-search button {
	border: 0;
	background: var(--pc-green);
	color: #fff;
	cursor: pointer;
}

.pc-store-search button .pc-store-icon,
.pc-store-button .pc-store-icon {
	width: 18px;
	height: 18px;
	transition: transform .25s var(--pc-ease);
}

.pc-store-search button:hover,
.pc-store-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 11px 24px rgba(45, 36, 31, .15);
}

.pc-store-search button:hover .pc-store-icon,
.pc-store-button:hover .pc-store-icon {
	transform: translateX(-3px);
}

.pc-store-search__reset {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: 9px;
	color: var(--pc-terracotta) !important;
	font-size: 11px;
	font-weight: 800;
}

.pc-store-search__reset .pc-store-icon {
	width: 16px;
	height: 16px;
}

.pc-store-metrics {
	display: flex;
	align-items: stretch;
	gap: 0;
	margin-top: 22px;
}

.pc-store-metrics span {
	display: flex;
	min-width: 112px;
	align-items: flex-start;
	flex-direction: column;
	padding: 0 18px;
	border-inline-start: 1px solid rgba(107, 79, 63, .18);
}

.pc-store-metrics span:first-child {
	padding-inline-start: 0;
	border-inline-start: 0;
}

.pc-store-metrics b {
	color: var(--pc-green);
	font-size: 21px;
	font-weight: 900;
	line-height: 1.2;
}

.pc-store-metrics small {
	margin-top: 2px;
	color: var(--pc-muted);
	font-size: 10px;
	font-weight: 700;
}

.pc-store-hero__visual {
	position: relative;
	min-height: 430px;
}

.pc-store-hero__p {
	position: absolute;
	width: 294px;
	height: 294px;
	inset: 62px 50% auto auto;
	transform: translateX(50%);
}

.pc-store-hero__p::before {
	position: absolute;
	border: 1px dashed rgba(184, 92, 56, .3);
	border-radius: 50%;
	content: "";
	inset: -27px;
	animation: pc-store-spin 26s linear infinite;
}

.pc-store-hero__p > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 22px 25px rgba(38, 55, 42, .14));
	opacity: .98;
}

.pc-store-orbit {
	position: absolute;
	z-index: 3;
	display: flex;
	max-width: 150px;
	align-items: center;
	gap: 7px;
	padding: 6px 10px 6px 7px;
	border: 1px solid rgba(107, 79, 63, .14);
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 10px 25px rgba(69, 46, 31, .12);
	transition: transform .25s var(--pc-ease), box-shadow .25s var(--pc-ease);
}

.pc-store-orbit:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px rgba(69, 46, 31, .18);
}

.pc-store-orbit > span {
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--pc-cream);
}

.pc-store-orbit img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pc-store-orbit b {
	overflow: hidden;
	color: var(--pc-green);
	font-size: 10px;
	font-weight: 900;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc-store-orbit--1 {
	inset: 58px auto auto 18px;
}

.pc-store-orbit--2 {
	inset: 186px 5px auto auto;
}

.pc-store-orbit--3 {
	inset: auto auto 38px 34px;
}

.pc-store-hero__butterfly {
	position: absolute;
	z-index: 2;
	width: 34px;
	height: auto;
	inset: 42px 28px auto auto;
	object-fit: contain;
	object-position: center;
	transform: rotate(-22deg);
}

.pc-store-results {
	position: relative;
	padding: 54px 0 64px;
	background:
		linear-gradient(rgba(255, 253, 249, .96), rgba(255, 253, 249, .96)),
		url("../images/pileh-fiber-pattern.webp") center / cover fixed;
}

.pc-store-results__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.pc-store-results__head > div > span {
	color: var(--pc-terracotta);
	font-size: 12px;
	font-weight: 900;
}

.pc-store-results__head h2 {
	margin: 2px 0 0;
	color: var(--pc-green);
	font-size: clamp(25px, 2.5vw, 34px);
	font-weight: 900;
	line-height: 1.35;
}

.pc-store-results__head p {
	margin: 3px 0 0;
	color: var(--pc-muted);
	font-size: 12px;
	font-weight: 700;
}

.pc-store-sort {
	display: flex;
	min-height: 45px;
	align-items: center;
	gap: 8px;
	padding: 0 13px;
	border: 1px solid var(--pc-store-line);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 7px 19px rgba(69, 46, 31, .05);
	color: var(--pc-brown);
}

.pc-store-sort label {
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.pc-store-sort select {
	width: auto;
	min-width: 130px;
	color: var(--pc-green);
}

.pc-store-sort button {
	min-height: 31px;
	padding: 4px 11px;
	border: 0;
	border-radius: 9px;
	background: var(--pc-green);
	color: #fff;
	font-family: var(--pc-font-family);
	font-size: 10px;
	font-weight: 900;
	cursor: pointer;
}

.pc-store-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pc-store-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(217, 179, 130, .42);
	border-radius: 108px 26px 26px 26px;
	background: #fffdf9;
	box-shadow: 0 13px 36px rgba(63, 42, 30, .08);
	transition: transform .3s var(--pc-ease), box-shadow .3s var(--pc-ease), border-color .3s var(--pc-ease);
}

.pc-store-card:hover {
	border-color: rgba(184, 92, 56, .35);
	transform: translateY(-7px);
	box-shadow: 0 23px 48px rgba(63, 42, 30, .14);
}

.pc-store-card__cover {
	position: relative;
	display: block;
	height: 220px;
	overflow: hidden;
	border-radius: 106px 24px 0 0;
	background: #e8eef0;
}

.pc-store-card__cover > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s var(--pc-ease), filter .55s var(--pc-ease);
}

.pc-store-card:hover .pc-store-card__cover > img {
	transform: scale(1.045);
	filter: saturate(1.05);
}

.pc-store-card__cover.is-fallback {
	display: grid;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(242, 232, 213, .92), rgba(217, 179, 130, .32)),
		url("../images/pileh-fiber-pattern.webp") center / cover;
}

.pc-store-card__cover.is-fallback > span {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	color: var(--pc-green);
}

.pc-store-card__cover.is-fallback > span img {
	width: 52px;
	height: 72px;
	object-fit: contain;
}

.pc-store-card__cover.is-fallback > span b {
	max-width: 240px;
	overflow: hidden;
	font-size: 13px;
	font-weight: 900;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc-store-card__active {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 9px;
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 999px;
	background: rgba(6, 74, 49, .9);
	box-shadow: 0 7px 18px rgba(6, 74, 49, .2);
	color: #fff;
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
	inset: 13px 13px auto auto;
	backdrop-filter: blur(8px);
}

.pc-store-card__active .pc-store-icon {
	width: 13px;
	height: 13px;
}

.pc-store-card__body {
	position: relative;
	padding: 50px 18px 18px;
}

.pc-store-card__avatar {
	position: absolute;
	display: grid;
	width: 76px;
	height: 76px;
	place-items: center;
	overflow: hidden;
	border: 5px solid #fffdf9;
	border-radius: 50%;
	background: var(--pc-cream);
	box-shadow: 0 8px 20px rgba(46, 42, 30, .13);
	inset: -38px 18px auto auto;
}

.pc-store-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pc-store-card__heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

.pc-store-card__heading h3 {
	margin: 0;
	color: var(--pc-green);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
}

.pc-store-card__heading h3 a:hover {
	color: var(--pc-terracotta);
}

.pc-store-card__heading p {
	margin: 3px 0 0;
	color: var(--pc-terracotta);
	font-size: 10px;
	font-weight: 800;
}

.pc-store-card__rating {
	display: inline-flex;
	min-height: 27px;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(244, 162, 97, .13);
	color: #9a5a19;
	font-size: 9px;
	font-weight: 900;
	white-space: nowrap;
}

.pc-store-card__bio {
	display: -webkit-box;
	min-height: 52px;
	overflow: hidden;
	margin: 13px 0 12px;
	color: var(--pc-muted);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.75;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pc-store-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 12px;
}

.pc-store-card__facts span {
	display: inline-flex;
	min-height: 29px;
	align-items: center;
	gap: 5px;
	padding: 4px 8px;
	border-radius: 9px;
	background: rgba(242, 232, 213, .56);
	color: var(--pc-brown);
}

.pc-store-card__facts .pc-store-icon {
	width: 14px;
	height: 14px;
	color: var(--pc-terracotta);
}

.pc-store-card__facts b {
	max-width: 115px;
	overflow: hidden;
	font-size: 9px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc-store-card__products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
	margin: 4px 0 13px;
	padding: 7px;
	border-radius: 14px;
	background: var(--pc-cream);
}

.pc-store-card__products a {
	display: block;
	aspect-ratio: 1 / .78;
	overflow: hidden;
	border-radius: 9px;
	background: #e6eef0;
}

.pc-store-card__products img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s var(--pc-ease);
}

.pc-store-card__products a:hover img {
	transform: scale(1.08);
}

.pc-store-card .pc-store-button {
	width: 100%;
	min-height: 44px;
}

.pc-store-button--outline {
	border-color: rgba(6, 74, 49, .33);
	background: rgba(255, 255, 255, .65);
	color: var(--pc-green) !important;
}

.pc-store-button--outline:hover {
	border-color: var(--pc-green);
	background: var(--pc-green);
	color: #fff !important;
}

.pc-store-button--cream {
	background: var(--pc-cream);
	color: var(--pc-green) !important;
}

.pc-store-button--cream:hover {
	background: #fff;
}

.pc-store-empty {
	display: flex;
	min-height: 330px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 36px;
	border: 1px dashed rgba(184, 92, 56, .34);
	border-radius: 28px;
	background: rgba(242, 232, 213, .42);
	text-align: center;
}

.pc-store-empty > span {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	border-radius: 50% 50% 16% 50%;
	background: var(--pc-green);
	color: #fff;
}

.pc-store-empty > span .pc-store-icon {
	width: 27px;
	height: 27px;
}

.pc-store-empty h2 {
	margin: 15px 0 4px;
	color: var(--pc-green);
	font-size: 23px;
	font-weight: 900;
}

.pc-store-empty p {
	margin: 0 0 17px;
	color: var(--pc-muted);
	font-size: 12px;
}

.pc-store-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: 30px;
}

.pc-store-pagination a {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--pc-store-line);
	border-radius: 12px;
	background: #fff;
	color: var(--pc-brown);
	font-size: 12px;
	font-weight: 900;
	transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.pc-store-pagination a:hover,
.pc-store-pagination a[aria-current="page"] {
	border-color: var(--pc-green);
	background: var(--pc-green);
	color: #fff;
	transform: translateY(-2px);
}

.pc-store-pagination__arrow .pc-store-icon {
	width: 18px;
	height: 18px;
}

.pc-store-join {
	padding: 0 0 48px;
	background: #fffdf9;
}

.pc-store-join__panel {
	position: relative;
	display: grid;
	min-height: 220px;
	grid-template-columns: 230px minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	overflow: hidden;
	padding: 26px 34px;
	border-radius: 30px;
	background:
		linear-gradient(105deg, rgba(6, 74, 49, .98), rgba(5, 81, 52, .94)),
		url("../images/pileh-fiber-pattern.webp") center / cover;
	box-shadow: 0 20px 48px rgba(6, 74, 49, .18);
	color: #fff;
}

.pc-store-join__panel::after {
	position: absolute;
	width: 240px;
	height: 240px;
	border: 1px dashed rgba(244, 162, 97, .48);
	border-radius: 50%;
	content: "";
	inset: -160px auto auto 7%;
}

.pc-store-join__art {
	position: relative;
	height: 170px;
}

.pc-store-join__art img:first-child {
	position: absolute;
	width: 155px;
	height: 155px;
	object-fit: contain;
	filter: brightness(0) invert(1) sepia(.15);
	opacity: .96;
	inset: 7px 10px auto auto;
}

.pc-store-join__art img:last-child {
	position: absolute;
	width: 42px;
	height: auto;
	object-fit: contain;
	inset: 9px auto auto 18px;
	transform: rotate(-18deg);
}

.pc-store-join__panel > div:nth-child(2) {
	position: relative;
	z-index: 2;
}

.pc-store-join__panel > div:nth-child(2) > span {
	color: var(--pc-orange);
	font-size: 12px;
	font-weight: 900;
}

.pc-store-join h2 {
	margin: 3px 0 7px;
	color: #fff;
	font-size: clamp(24px, 3vw, 37px);
	font-weight: 900;
	line-height: 1.35;
}

.pc-store-join p {
	max-width: 600px;
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
	line-height: 1.9;
}

.pc-store-join__panel > .pc-store-button {
	position: relative;
	z-index: 2;
	min-width: 135px;
}

.pc-store-fallback-logo {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
	padding: 6px;
}

@keyframes pc-store-spin {
	to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
	.pc-store-hero__p::before {
		animation: none;
	}

	.pc-store-directory *,
	.pc-store-directory *::before,
	.pc-store-directory *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (max-width: 1024px) {
	.pc-store-hero__panel {
		grid-template-columns: minmax(0, 1.2fr) minmax(290px, .8fr);
	}

	.pc-store-hero__copy {
		padding: 36px 30px;
	}

	.pc-store-search {
		grid-template-columns: minmax(200px, 1fr) 140px auto;
	}

	.pc-store-hero__p {
		width: 238px;
		height: 238px;
		inset-block-start: 91px;
	}

	.pc-store-orbit--2 {
		display: none;
	}

	.pc-store-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pc-store-join__panel {
		grid-template-columns: 170px minmax(0, 1fr) auto;
	}
}

@media (max-width: 767px) {
	.pc-store-shell {
		width: min(100% - 20px, 1120px);
	}

	.pc-store-hero {
		padding: 10px 0 28px;
	}

	.pc-store-breadcrumb {
		margin-bottom: 10px;
	}

	.pc-store-hero__panel {
		min-height: 0;
		grid-template-columns: 1fr;
		border-radius: 25px;
	}

	.pc-store-hero__copy {
		padding: 29px 18px 25px;
	}

	.pc-store-hero h1 {
		font-size: clamp(31px, 11vw, 45px);
	}

	.pc-store-hero__copy > p {
		margin: 10px 0 16px;
		font-size: 13px;
		line-height: 1.85;
	}

	.pc-store-search {
		grid-template-columns: 1fr;
	}

	.pc-store-search__text,
	.pc-store-search__select,
	.pc-store-search button {
		min-height: 46px;
	}

	.pc-store-metrics {
		width: 100%;
		justify-content: space-between;
	}

	.pc-store-metrics span {
		min-width: 0;
		padding: 0 10px;
	}

	.pc-store-metrics b {
		font-size: 18px;
	}

	.pc-store-hero__visual {
		min-height: 255px;
	}

	.pc-store-hero__p {
		width: 195px;
		height: 195px;
		inset: 27px 50% auto auto;
	}

	.pc-store-orbit--1 {
		inset: 18px auto auto 9px;
	}

	.pc-store-orbit--3 {
		inset: auto 8px 16px auto;
	}

	.pc-store-orbit--1,
	.pc-store-orbit--3 {
		max-width: 130px;
	}

	.pc-store-orbit > span {
		width: 36px;
		height: 36px;
	}

	.pc-store-results {
		padding: 36px 0 45px;
	}

	.pc-store-results__head {
		align-items: stretch;
		flex-direction: column;
		margin-bottom: 16px;
	}

	.pc-store-sort {
		width: 100%;
	}

	.pc-store-sort select {
		flex: 1;
	}

	.pc-store-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.pc-store-card {
		border-radius: 92px 22px 22px 22px;
	}

	.pc-store-card__cover {
		height: 215px;
		border-radius: 90px 20px 0 0;
	}

	.pc-store-join {
		padding-bottom: 28px;
	}

	.pc-store-join__panel {
		grid-template-columns: 1fr;
		gap: 17px;
		padding: 25px 20px;
		border-radius: 24px;
		text-align: center;
	}

	.pc-store-join__art {
		display: none;
	}

	.pc-store-join__panel > .pc-store-button {
		width: 100%;
	}
}

@media (max-width: 380px) {
	.pc-store-metrics small {
		font-size: 9px;
	}

	.pc-store-orbit b {
		display: none;
	}

	.pc-store-orbit {
		padding: 5px;
	}
}
