﻿/* =====================================================================
   Motark Shop — Fabula layout (UX Pilot export)
   Scoped to body.motark-shop-page only.
   ===================================================================== */

body.motark-shop-page .shop-page__inner {
	width: 100%;
	max-width: min(100%, 1680px);
	margin: 0 auto;
	padding: clamp(1.75rem, 3vw, 2.75rem) clamp(1rem, 2.5vw, 2rem);
}

body.motark-shop-page .shop-page__header {
	text-align: center;
	margin-bottom: clamp(2rem, 3.5vw, 3.25rem);
	overflow: visible;
}

body.motark-shop-page .shop-page__title {
	font-family: var(--hp-font-display, var(--font-display));
	font-size: clamp(2.75rem, 6vw, 4.25rem);
	font-weight: 400;
	line-height: 1;
	color: var(--hp-steel, var(--cream));
	text-transform: uppercase;
	margin: 0 0 1.75rem;
}

body.motark-shop-page .shop-page__pills {
	display: flex;
	flex-wrap: nowrap;
	justify-content: stretch;
	align-items: stretch;
	gap: 0.5rem;
	width: 100%;
	max-width: none;
	margin: 0;
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: rgba(245, 166, 35, 0.45) transparent;
	padding: 0.55rem 0 0.65rem;
}

body.motark-shop-page .shop-page__pills::-webkit-scrollbar {
	height: 4px;
}

body.motark-shop-page .shop-page__pills::-webkit-scrollbar-thumb {
	background: rgba(245, 166, 35, 0.45);
	border-radius: 999px;
}

body.motark-textured.motark-shop-page a.shop-page__pill,
body.motark-shop-page .shop-page__pill {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 0;
	min-width: max(4.5rem, 7.5%);
	padding: 0.72rem 0.65rem;
	border: 1px solid rgba(228, 230, 234, 0.18);
	border-radius: 999px;
	background: rgba(10, 14, 8, 0.55);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow:
		0 3px 0 rgba(0, 0, 0, 0.32),
		0 10px 24px rgba(0, 0, 0, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.07);
	text-decoration: none;
	transition:
		border-color 0.22s ease,
		box-shadow 0.22s ease,
		transform 0.22s ease,
		background 0.22s ease;
}

body.motark-textured.motark-shop-page a.shop-page__pill .shop-page__pill-label,
body.motark-shop-page .shop-page__pill .shop-page__pill-label {
	display: block;
	width: 100%;
	color: #c8cdd6 !important;
	-webkit-text-fill-color: #c8cdd6 !important;
	font-family: var(--hp-font-body, var(--font-body));
	font-size: clamp(0.78rem, 0.95vw, 0.92rem);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.22s ease;
}

body.motark-textured.motark-shop-page a.shop-page__pill:hover,
body.motark-shop-page .shop-page__pill:hover {
	border-color: rgba(245, 166, 35, 0.65);
	background: rgba(17, 26, 15, 0.82);
	transform: none;
	box-shadow:
		0 0 0 1px rgba(245, 166, 35, 0.28),
		0 6px 0 rgba(0, 0, 0, 0.34),
		0 16px 32px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

body.motark-textured.motark-shop-page a.shop-page__pill:hover .shop-page__pill-label,
body.motark-shop-page .shop-page__pill:hover .shop-page__pill-label {
	color: #e4e6ea !important;
	-webkit-text-fill-color: #e4e6ea !important;
	text-decoration: underline;
	text-decoration-color: #f5a623;
	text-underline-offset: 0.24em;
	text-decoration-thickness: 2px;
}

body.motark-textured.motark-shop-page a.shop-page__pill.is-active,
body.motark-textured.motark-shop-page a.shop-page__pill.is-active:hover,
body.motark-shop-page .shop-page__pill.is-active,
body.motark-shop-page .shop-page__pill.is-active:hover {
	background: rgba(10, 14, 8, 0.92) !important;
	border: 2px solid #f5a623 !important;
	transform: none;
	box-shadow:
		0 0 0 1px rgba(245, 166, 35, 0.35),
		0 5px 0 rgba(0, 0, 0, 0.36),
		0 14px 32px rgba(245, 166, 35, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

body.motark-textured.motark-shop-page a.shop-page__pill.is-active .shop-page__pill-label,
body.motark-textured.motark-shop-page a.shop-page__pill.is-active:hover .shop-page__pill-label,
body.motark-shop-page .shop-page__pill.is-active .shop-page__pill-label,
body.motark-shop-page .shop-page__pill.is-active:hover .shop-page__pill-label {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
}

body.motark-shop-page .shop-page__pill.is-active::after {
	content: "";
	position: absolute;
	left: 18%;
	right: 18%;
	bottom: 0.42rem;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, #f5a623, transparent);
	box-shadow: 0 0 12px rgba(245, 166, 35, 0.65);
}

body.motark-shop-page .shop-layout {
	display: flex;
	flex-direction: column;
	gap: clamp(1.75rem, 3vw, 2.75rem);
}

body.motark-shop-page .shop-sidebar {
	width: 100%;
	flex-shrink: 0;
	min-width: 0;
}

body.motark-shop-page .shop-sidebar__inner {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
	min-width: 0;
}

body.motark-shop-page .shop-sidebar__panel--sort {
	width: 100%;
}

body.motark-shop-page .shop-sidebar__panel--sort .shop-sidebar__sort {
	padding: 0.75rem 0.85rem;
}

body.motark-shop-page .shop-sidebar__panel {
	min-width: 0;
	overflow: visible;
	padding: 1.15rem 1.1rem 1.15rem;
	border: 1px solid rgba(228, 230, 234, 0.12);
	border-radius: 14px;
	background: linear-gradient(165deg, rgba(26, 60, 42, 0.42) 0%, rgba(10, 14, 8, 0.78) 100%);
	box-shadow:
		0 4px 0 rgba(0, 0, 0, 0.3),
		0 14px 34px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

body.motark-shop-page .shop-sidebar__panel-label {
	margin: 0 0 0.7rem;
	font-family: var(--hp-font-cond, var(--font-mono));
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #9aa0ab;
}

body.motark-shop-page .shop-sidebar__sort {
	width: 100%;
	min-width: 0;
	border: 1px solid rgba(228, 230, 234, 0.12);
	border-radius: 10px;
	padding: 0.65rem 0.7rem;
	background: rgba(10, 14, 8, 0.5);
	box-sizing: border-box;
	overflow: visible;
	transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

body.motark-shop-page .shop-sidebar__sort:hover,
body.motark-shop-page .shop-sidebar__sort:focus-within {
	border-color: rgba(245, 166, 35, 0.4);
	box-shadow: 0 0 18px rgba(245, 166, 35, 0.1);
}

body.motark-shop-page .shop-sidebar__sort-field {
	min-width: 0;
	width: 100%;
	overflow: visible;
}

body.motark-shop-page .shop-sidebar__sort-field .woocommerce-ordering {
	margin: 0 !important;
	float: none !important;
	width: 100%;
	min-width: 0 !important;
	max-width: 100% !important;
	overflow: visible;
}

body.motark-shop-page .shop-sidebar__sort-field select,
body.motark-shop-page .shop-sidebar__sort-field .orderby,
body.motark-shop-page .shop-sidebar__sort-field .woocommerce-ordering select {
	display: block;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	appearance: none;
	border: 0 !important;
	border-bottom: 1px solid rgba(228, 230, 234, 0.16) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #e4e6ea !important;
	color-scheme: dark;
	font-family: var(--hp-font-body, var(--font-body)) !important;
	font-size: 0.82rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	cursor: pointer;
	outline: none;
	padding: 0.45rem 1.5rem 0.45rem 0 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

body.motark-shop-page .shop-sidebar__sort-field select option,
body.motark-shop-page .shop-sidebar__sort-field .orderby option {
	background-color: #111a0f !important;
	color: #e4e6ea !important;
}

body.motark-shop-page .shop-sidebar__sort-field select option:checked,
body.motark-shop-page .shop-sidebar__sort-field .orderby option:checked {
	background-color: #f5a623 !important;
	color: #0a0e08 !important;
}

body.motark-shop-page .shop-sidebar__sort-field select:hover,
body.motark-shop-page .shop-sidebar__sort-field select:focus {
	border-bottom-color: #f5a623 !important;
	color: #ffffff !important;
	box-shadow: 0 1px 0 0 rgba(245, 166, 35, 0.45);
}

body.motark-shop-page .shop-page__pill,
body.motark-shop-page .shop-sidebar__sort-field select,
body.motark-shop-page .shop-sidebar__link,
body.motark-shop-page .shop-sidebar__sublink {
	cursor: pointer;
}

body.motark-shop-page .shop-sidebar__nav {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.motark-shop-page .shop-sidebar__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

body.motark-textured.motark-shop-page a.shop-sidebar__link,
body.motark-textured.motark-shop-page a.shop-sidebar__sublink,
body.motark-shop-page .shop-sidebar__link,
body.motark-shop-page .shop-sidebar__sublink {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.62rem 0.75rem;
	border: 1px solid transparent;
	border-left: 3px solid transparent;
	border-radius: 10px;
	text-decoration: none;
	transition:
		background 0.22s ease,
		border-color 0.22s ease,
		transform 0.22s ease,
		box-shadow 0.22s ease;
}

body.motark-textured.motark-shop-page a.shop-sidebar__link .shop-sidebar__link-label,
body.motark-textured.motark-shop-page a.shop-sidebar__sublink .shop-sidebar__link-label,
body.motark-shop-page .shop-sidebar__link .shop-sidebar__link-label,
body.motark-shop-page .shop-sidebar__sublink .shop-sidebar__link-label {
	color: #b4bac3 !important;
	-webkit-text-fill-color: #b4bac3 !important;
	font-family: var(--hp-font-body, var(--font-body));
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.25;
	transition: color 0.22s ease, text-decoration 0.22s ease;
}

body.motark-shop-page .shop-sidebar__link .shop-sidebar__link-label {
	font-size: 0.95rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

body.motark-textured.motark-shop-page a.shop-sidebar__link:hover,
body.motark-textured.motark-shop-page a.shop-sidebar__sublink:hover,
body.motark-shop-page .shop-sidebar__link:hover,
body.motark-shop-page .shop-sidebar__sublink:hover {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(228, 230, 234, 0.1);
	border-left-color: rgba(245, 166, 35, 0.55);
	transform: translateX(3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

body.motark-textured.motark-shop-page a.shop-sidebar__link:hover .shop-sidebar__link-label,
body.motark-textured.motark-shop-page a.shop-sidebar__sublink:hover .shop-sidebar__link-label,
body.motark-shop-page .shop-sidebar__link:hover .shop-sidebar__link-label,
body.motark-shop-page .shop-sidebar__sublink:hover .shop-sidebar__link-label {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-decoration: underline;
	text-decoration-color: #f5a623;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 2px;
}

body.motark-textured.motark-shop-page a.shop-sidebar__link.is-active,
body.motark-textured.motark-shop-page a.shop-sidebar__sublink.is-active,
body.motark-shop-page .shop-sidebar__link.is-active,
body.motark-shop-page .shop-sidebar__sublink.is-active {
	background: rgba(245, 166, 35, 0.1);
	border-color: rgba(245, 166, 35, 0.28);
	border-left-color: #f5a623;
	box-shadow:
		0 6px 18px rgba(0, 0, 0, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.motark-textured.motark-shop-page a.shop-sidebar__link.is-active .shop-sidebar__link-label,
body.motark-textured.motark-shop-page a.shop-sidebar__sublink.is-active .shop-sidebar__link-label,
body.motark-shop-page .shop-sidebar__link.is-active .shop-sidebar__link-label,
body.motark-shop-page .shop-sidebar__sublink.is-active .shop-sidebar__link-label {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
}

body.motark-shop-page .shop-sidebar__group-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

body.motark-shop-page .shop-sidebar__group-title {
	font-family: var(--hp-font-display, var(--font-display));
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--hp-steel, var(--cream));
}

body.motark-shop-page .shop-sidebar__group-line {
	flex: 1 1 auto;
	height: 1px;
	background: rgba(228, 230, 234, 0.35);
	max-width: 2rem;
}

body.motark-shop-page .shop-sidebar__sublist {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

body.motark-shop-page .shop-main {
	flex: 1 1 auto;
	min-width: 0;
}

body.motark-shop-page ul.products {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 1.5rem 0.65rem !important;
	margin: 0 0 2rem !important;
	list-style: none !important;
	padding: 0 !important;
}

body.motark-shop-page ul.products li.card--shop-fabula {
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
}

body.motark-shop-page ul.products li.card--shop-fabula .card__hover-bar {
	display: none !important;
}

body.motark-shop-page .shop-product-card__media {
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 1rem;
	background: rgba(26, 60, 42, 0.45);
}

body.motark-shop-page .shop-product-card__media .card__image,
body.motark-shop-page .shop-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

body.motark-shop-page ul.products li.card--shop-fabula:hover .shop-product-card__media img {
	transform: scale(1.1);
}

body.motark-shop-page .shop-product-card__badge {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 2;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: var(--hp-ember, var(--sacred-gold));
	color: var(--hp-canvas, var(--jungle-night));
	font-family: var(--hp-font-cond, var(--font-mono));
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.motark-shop-page .shop-product-card__body {
	padding: 0 0.5rem;
	background: transparent !important;
	box-shadow: none !important;
}

body.motark-shop-page .shop-product-card__eyebrow {
	font-family: var(--hp-font-cond, var(--font-mono));
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--hp-ember, var(--sacred-gold));
	margin: 0 0 0.25rem;
}

body.motark-shop-page .shop-product-card__eyebrow-muted {
	color: var(--hp-steel-muted, var(--parchment));
	font-weight: 600;
}

body.motark-shop-page .shop-product-card__title {
	font-family: var(--hp-font-body, var(--font-body));
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.25;
	color: var(--hp-steel, var(--cream));
	text-transform: none;
	letter-spacing: 0;
	margin: 0 0 0.35rem;
	transition: color 0.2s ease;
}

body.motark-shop-page ul.products li.card--shop-fabula:hover .shop-product-card__title {
	color: var(--hp-ember, var(--sacred-gold));
}

body.motark-shop-page .shop-product-card__rating {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 1.1rem;
	margin-bottom: 0.75rem;
}

body.motark-shop-page .shop-product-card__rating--empty {
	margin-bottom: 0.75rem;
	min-height: 0;
}

body.motark-shop-page .shop-product-card__stars {
	color: var(--hp-ember, var(--sacred-gold));
	font-size: 0.62rem;
}

body.motark-shop-page .shop-product-card__review-count {
	font-family: var(--hp-font-body, var(--font-body));
	font-size: 0.78rem;
	color: var(--hp-steel-muted, var(--parchment));
}

body.motark-shop-page .shop-product-card__price {
	margin: 0;
	font-family: var(--hp-font-body, var(--font-body));
	font-size: 0.88rem;
	color: var(--hp-steel-muted, var(--parchment));
}

body.motark-shop-page .shop-product-card__price .woocommerce-Price-amount {
	color: var(--hp-steel, var(--cream));
	font-size: 1rem;
	font-weight: 700;
}

body.motark-shop-page .shop-main__footer {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

body.motark-shop-page nav.woocommerce-pagination {
	margin: 0;
}

body.motark-shop-page nav.woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	border: 0;
	background: transparent;
}

body.motark-shop-page nav.woocommerce-pagination a,
body.motark-shop-page nav.woocommerce-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	min-height: 2.5rem;
	padding: 0.65rem 1.25rem;
	border: 2px solid rgba(228, 230, 234, 0.25) !important;
	border-radius: 999px !important;
	color: var(--hp-steel, var(--cream)) !important;
	background: transparent !important;
	font-family: var(--hp-font-cond, var(--font-mono));
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.motark-shop-page nav.woocommerce-pagination a:hover,
body.motark-shop-page nav.woocommerce-pagination span.current {
	background: var(--hp-ember, var(--sacred-gold)) !important;
	border-color: var(--hp-ember, var(--sacred-gold)) !important;
	color: var(--hp-canvas, var(--jungle-night)) !important;
}

/* Neutralize global shop card styles for Fabula layout */
body.motark-shop-page ul.products li.card--shop-fabula:hover {
	transform: none !important;
	box-shadow: none !important;
	background: transparent !important;
	border: 0 !important;
}

body.motark-shop-page ul.products li.card--shop-fabula .card__body {
	padding: 0 0.5rem !important;
}

body.motark-shop-page ul.products li.card--shop-fabula .card__title,
body.motark-shop-page ul.products li.card--shop-fabula .shop-product-card__title {
	font-family: var(--hp-font-body, var(--font-body)) !important;
	font-weight: 500 !important;
	font-size: 1.05rem !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--hp-steel, var(--cream)) !important;
}

body.motark-shop-page ul.products li.card--shop-fabula .card__price {
	font-family: var(--hp-font-body, var(--font-body)) !important;
	color: var(--hp-steel-muted, var(--parchment)) !important;
}

body.motark-shop-page .woocommerce-products-header,
body.motark-shop-page .term-description {
	display: none;
}

@media (min-width: 640px) {
	body.motark-shop-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1024px) {
	body.motark-shop-page .shop-layout {
		flex-direction: row;
		gap: clamp(2rem, 3vw, 3rem);
		align-items: flex-start;
	}

	body.motark-shop-page .shop-sidebar {
		width: clamp(18rem, 22vw, 22rem);
		position: sticky;
		top: calc(var(--header-h, 64px) + 1.5rem);
	}
}

@media (min-width: 1280px) {
	body.motark-shop-page ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 2.5rem 1.75rem !important;
	}
}

/* Shop landing template (page-shop.php) — keep editorial vein headers */
.section__header--editorial {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: start;
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.vein__header-lead { padding-left: 1.1rem; }
.vein__header-lead .vein__title { margin: 0; line-height: 0.9; }
.vein--premium .vein__header-lead { border-left: 3px solid var(--sacred-gold); }
.vein--green .vein__header-lead { border-left: 3px solid #4a7c59; }
.vein--red .vein__header-lead { border-left: 3px solid #8C3020; }
.vein--white .vein__header-lead { border-left: 3px solid var(--parchment); }
.vein--bundles .vein__header-lead,
.vein--botanical-alternatives .vein__header-lead { border-left: 3px solid var(--monster-slate); }
.vein__header-desc { padding-top: 0.35rem; display: flex; flex-direction: column; gap: 1rem; }
.vein__header-desc .vein__desc { margin: 0; }
.vein__cta-inline {
	font-family: var(--font-mono);
	font-size: 0.62rem;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--gold-light);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}
.vein__cta-inline::after { content: '\2192'; font-size: 0.88rem; }
.vein__cta { display: none !important; }

@media (max-width: 900px) {
	.section__header--editorial { grid-template-columns: 1fr; gap: 0.85rem; }
	.vein__header-lead { padding-left: 0.85rem; }
}

/* Mobile 2x2 product grid tuning */
@media (max-width: 899px) {
	body.motark-shop-page .shop-page__inner {
		padding: 1.25rem var(--gutter) 2rem;
	}

	body.motark-shop-page .shop-page__title {
		font-size: clamp(2rem, 9vw, 2.75rem);
		margin-bottom: 1.25rem;
	}

	body.motark-shop-page .shop-page__pills {
		gap: 0.4rem;
		padding-bottom: 0.5rem;
	}

	body.motark-shop-page a.shop-page__pill,
	body.motark-shop-page .shop-page__pill {
		min-width: max(4rem, 22%);
		padding: 0.62rem 0.5rem;
		flex: 0 0 auto;
	}

	body.motark-shop-page ul.products {
		gap: 1.25rem 0.55rem !important;
	}

	body.motark-shop-page .shop-product-card__media {
		border-radius: 12px;
		margin-bottom: 0.65rem;
	}

	body.motark-shop-page .shop-product-card__body {
		padding: 0 0.15rem;
	}

	body.motark-shop-page .shop-product-card__title {
		font-size: 0.82rem;
		line-height: 1.2;
		margin-bottom: 0.2rem;
	}

	body.motark-shop-page .shop-product-card__eyebrow {
		font-size: 0.52rem;
	}

	body.motark-shop-page .shop-product-card__rating {
		margin-bottom: 0.35rem;
		min-height: 0;
	}

	body.motark-shop-page .shop-product-card__review-count {
		font-size: 0.68rem;
	}

	body.motark-shop-page .shop-product-card__price .woocommerce-Price-amount {
		font-size: 0.88rem;
	}

	body.motark-shop-page .shop-sidebar {
		display: none !important;
	}
}
