:root {
	--pm-bg: #f7f9fc;
	--pm-surface: #ffffff;
	--pm-ink: #0f1b33;
	--pm-muted: #6e7891;
	--pm-line: #dfe5f0;
	--pm-blue: #1768f2;
	--pm-blue-dark: #0752dd;
	--pm-violet: #8d4ff6;
	--pm-green: #1fbf75;
	--pm-amber: #ffb11f;
	--pm-shadow: 0 14px 34px rgba(16, 32, 68, .08);
	--pm-radius: 8px;
	--pm-font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--pm-h1-color: #0f1b33;
	--pm-h2-color: #0f1b33;
	--pm-h3-color: #0f1b33;
	--pm-h1-size: 38px;
	--pm-h2-size: 24px;
	--pm-h3-size: 20px;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: var(--pm-bg);
	color: var(--pm-ink);
	font-family: var(--pm-font-family);
	font-size: 16px;
	line-height: 1.55;
}

h1 {
	color: var(--pm-h1-color);
	font-size: var(--pm-h1-size);
}

h2 {
	color: var(--pm-h2-color);
	font-size: var(--pm-h2-size);
}

h3 {
	color: var(--pm-h3-color);
	font-size: var(--pm-h3-size);
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pm-container {
	width: min(100% - 32px, 1366px);
	margin-inline: auto;
}

.pm-site-header {
	z-index: 30;
	background: var(--pm-surface);
	border-bottom: 1px solid var(--pm-line);
	box-shadow: 0 4px 16px rgba(18, 35, 72, .04);
}

.pm-header-main__inner {
	width: min(100% - 32px, 1200px);
	min-height: 64px;
	display: grid;
	grid-template-columns: 250px minmax(260px, 1fr) auto;
	align-items: center;
	gap: 20px;
}

.pm-brand {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.pm-brand__logo {
	display: block;
	width: min(180px, 100%);
	height: auto;
}

.pm-brand__mark {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(135deg, #1680ff, #1453df);
	box-shadow: 0 12px 22px rgba(20, 83, 223, .22);
}

.pm-brand__mark svg {
	width: 25px;
	height: 25px;
}

.pm-brand__text {
	display: grid;
	line-height: 1.12;
}

.pm-brand__text strong {
	font-size: 28px;
	letter-spacing: 0;
}

.pm-brand__text small {
	margin-top: 7px;
	color: var(--pm-muted);
	font-size: 13px;
}

.pm-search {
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0 16px;
	background: #fff;
	border: 1px solid var(--pm-line);
	border-radius: 8px;
	box-shadow: inset 0 1px 2px rgba(16, 32, 68, .04);
}

.pm-search form,
.pm-search .edd-search-form,
.pm-search .edd-search {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
}

.pm-search input[type="search"],
.pm-search input[type="text"] {
	width: 100%;
	border: 0;
	outline: 0;
	color: var(--pm-ink);
	font: inherit;
	font-size: 14px;
	background: transparent;
}

.pm-search input::placeholder {
	color: #9aa6ba;
}

.pm-search input[type="submit"],
.pm-search button {
	min-height: 30px;
	border: 0;
	border-radius: 7px;
	padding: 0 12px;
	background: var(--pm-blue);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.pm-header-actions {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 16px;
}

.pm-icon-button,
.pm-login-button {
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border: 0;
	background: #fff;
	border-radius: 8px;
	color: #18243a;
	box-shadow: none;
}

.pm-icon-button {
	position: relative;
	width: 42px;
}

.pm-icon-button span {
	position: absolute;
	top: -9px;
	right: -9px;
	min-width: 24px;
	height: 24px;
	display: grid;
	place-items: center;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--pm-blue);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.pm-login-button {
	padding: 0;
	font-size: 13px;
	font-weight: 600;
}

.pm-announcement {
	color: #163a77;
	background: #f9fafe;
	border-top: 1px solid var(--pm-line);
	border-bottom: 1px solid var(--pm-line);
}

.pm-announcement__inner {
	position: relative;
	min-height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
}

.pm-announcement__text {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 17px;
	font-weight: 500;
}

.pm-announcement__text svg {
	width: 16px;
	height: 16px;
	color: var(--pm-blue);
}

.pm-announcement a {
	min-height: auto;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: var(--pm-blue);
	font-size: 13px;
	font-weight: 600;
}

.pm-announcement a svg {
	width: 15px;
	height: 15px;
}

.pm-announcement__close {
	position: absolute;
	right: 0;
	width: 34px;
	height: 34px;
	border: 0;
	background: transparent;
	color: #14213b;
	font-size: 22px;
	cursor: pointer;
}

.pm-category-nav {
	background: #fff;
	border-top: 1px solid rgba(223, 229, 240, .76);
}

.pm-category-nav__inner {
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 18px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.pm-category-nav a {
	position: relative;
	min-height: 58px;
	display: inline-flex;
	align-items: center;
	color: #2a3854;
	font-weight: 500;
	white-space: nowrap;
}

.pm-category-nav a::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	content: "";
	background: transparent;
}

.pm-category-nav a.is-active,
.pm-category-nav a:hover {
	color: var(--pm-blue);
}

.pm-category-nav a.is-active::after,
.pm-category-nav a:hover::after {
	background: var(--pm-blue);
}

.pm-main {
	padding: 28px 0 46px;
}

.pm-archive .pm-container,
.pm-single-download .pm-container {
	width: min(100% - 32px, 1200px);
}

.pm-archive-layout {
	display: grid;
	gap: 32px;
	align-items: start;
}

.pm-archive-layout.has-sidebar {
	grid-template-columns: minmax(0, 1fr) 410px;
}

.pm-archive-header {
	margin-bottom: 16px;
}

.pm-archive-header div {
	display: flex;
	align-items: center;
	gap: 16px;
}

.pm-archive-header h1 {
	margin: 0;
	color: var(--pm-h1-color);
	font-size: var(--pm-h1-size);
	line-height: 1.15;
}

.pm-archive-header span,
.pm-version,
.pm-pill {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 0 10px;
	border-radius: 8px;
	background: #f2f6fe;
	color: #6e85b9;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.pm-archive-toolbar {
	min-height: 50px;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
}

.pm-toolbar-spacer {
	flex: 1;
}

.pm-select-wrap {
	min-width: 170px;
	height: 36px;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 0 10px;
	border: 1px solid var(--pm-line);
	background: #fff;
	border-radius: 6px;
	color: var(--pm-muted);
	font-size: 13px;
	font-weight: 600;
}

.pm-select-wrap select {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: #25324b;
	font: inherit;
}

.pm-sort-select {
	min-width: 185px;
}

.pm-view-switch {
	display: inline-flex;
	gap: 8px;
	padding-left: 14px;
	border-left: 1px solid var(--pm-line);
}

.pm-view-switch a {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border: 1px solid var(--pm-line);
	border-radius: 6px;
	color: #8a96ac;
	background: #fff;
}

.pm-view-switch a.is-active {
	color: var(--pm-blue);
	border-color: #b8d1ff;
	background: #edf5ff;
}

.pm-products--list {
	display: grid;
	gap: 8px;
	max-width: 920px;
}

.pm-product-row {
	min-height: 116px;
	display: grid;
	grid-template-columns: 148px minmax(230px, 1fr) 120px 104px;
	align-items: center;
	gap: 16px;
	padding: 10px 18px 10px 10px;
	border: 1px solid var(--pm-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(16, 32, 68, .05);
}

.pm-product-row:last-child {
	border-bottom: 1px solid var(--pm-line);
}

.pm-product-row__media {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	padding: 0;
	border-radius: 6px;
	overflow: hidden;
	color: #fff;
	background: transparent;
}

.pm-product-row__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	grid-column: 1 / -1;
	border-radius: 6px;
}

.pm-product-row__media span {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border: 2px solid rgba(255, 255, 255, .8);
	border-radius: 999px;
}

.pm-product-row__media strong {
	font-size: 13px;
	line-height: 1.25;
}

.pm-product-row h2,
.pm-product-card h2 {
	margin: 0;
	color: var(--pm-h2-color);
	font-size: var(--pm-h2-size);
	line-height: 1.25;
}

.pm-product-row h2 {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pm-product-row h2 span {
	display: inline-flex;
	padding: 3px 8px;
	border-radius: 6px;
	background: #f2f6fe;
	color: #6e85b9;
	font-size: 11px;
}

.pm-product-row p,
.pm-product-card p {
	margin: 6px 0 0;
	color: var(--pm-muted);
	font-size: 13px;
}

.pm-rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	color: #ffb000;
}

.pm-rating__stars,
.pm-rating__stars-base,
.pm-rating__stars-fill {
	display: inline-flex;
	gap: 2px;
}

.pm-rating__stars {
	position: relative;
	color: #d9e0eb;
	flex: 0 0 auto;
}

.pm-rating__stars-fill {
	position: absolute;
	inset: 0 auto 0 0;
	overflow: hidden;
	color: #ffb000;
	white-space: nowrap;
}

.pm-rating svg {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}

.pm-rating small {
	color: var(--pm-muted);
}

.pm-rating-box {
	display: grid;
	gap: 12px;
	padding: 14px 0 18px;
	border-top: 1px solid var(--pm-line);
}

.pm-rating-box__summary:empty {
	display: none;
}

.pm-rating-form {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.pm-rating-form__stars {
	display: inline-flex;
	flex-direction: row-reverse;
	gap: 4px;
}

.pm-rating-form__stars input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.pm-rating-form__stars label {
	width: 26px;
	height: 26px;
	display: grid;
	place-items: center;
	color: #d9e0eb;
	cursor: pointer;
	transition: color .15s ease, transform .15s ease;
}

.pm-rating-form__stars label:hover,
.pm-rating-form__stars label:hover ~ label,
.pm-rating-form__stars input:checked ~ label {
	color: #ffb000;
}

.pm-rating-form__stars label:hover {
	transform: translateY(-1px);
}

.pm-rating-form__stars svg {
	width: 21px;
	height: 21px;
}

.pm-rating-form button {
	height: 34px;
	padding: 0 13px;
	border: 1px solid #b8d1ff;
	border-radius: 6px;
	background: #edf5ff;
	color: var(--pm-blue);
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.pm-rating-form button:disabled {
	cursor: progress;
	opacity: .65;
}

.pm-rating-form__message {
	min-height: 18px;
	color: var(--pm-muted);
	font-size: 12px;
}

.pm-product-row__meta {
	display: grid;
	gap: 4px;
	font-size: 13px;
}

.pm-product-row__meta small {
	color: var(--pm-muted);
}

.pm-product-row__meta strong {
	font-size: 14px;
	font-weight: 600;
}

.pm-products--grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pm-product-card,
.pm-side-panel,
.pm-page-card,
.pm-description-box,
.pm-purchase-card,
.pm-trust-row {
	border: 1px solid var(--pm-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--pm-shadow);
}

.pm-product-card {
	overflow: hidden;
}

.pm-product-card__media {
	height: 170px;
	display: grid;
	place-items: center;
	color: #fff;
	background: linear-gradient(135deg, #102348, #1768f2 55%, #13b7aa);
}

.pm-product-card__media span {
	width: 72px;
	height: 72px;
	display: grid;
	place-items: center;
	border: 2px solid rgba(255, 255, 255, .74);
	border-radius: 999px;
}

.pm-product-card__media svg {
	width: 34px;
	height: 34px;
}

.pm-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pm-demo-button {
	min-height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 10px;
	padding: 0 12px;
	border: 1px solid #b8d1ff;
	border-radius: 6px;
	background: #edf5ff;
	color: var(--pm-blue);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.pm-demo-button:hover {
	border-color: var(--pm-blue);
	background: var(--pm-blue);
	color: #fff;
}

.pm-product-card__body {
	padding: 18px;
}

.pm-product-card__top,
.pm-product-card__foot,
.pm-single-badges {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.pm-product-card h2 {
	margin-top: 14px;
}

.pm-product-card__foot {
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid var(--pm-line);
	color: var(--pm-muted);
	font-size: 13px;
}

.pm-pill {
	background: #e9fbf2;
	color: #0b9f5f;
}

.pm-archive-sidebar {
	display: grid;
	gap: 16px;
}

.pm-side-panel {
	padding: 22px;
}

.pm-side-panel header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.pm-side-panel h2 {
	margin: 0;
	color: var(--pm-h2-color);
	font-size: var(--pm-h2-size);
}

.pm-side-panel header a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--pm-blue);
	font-size: 13px;
	font-weight: 600;
}

.pm-side-panel header svg {
	width: 14px;
	height: 14px;
}

.pm-mini-products,
.pm-members {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 0;
}

.pm-mini-products li,
.pm-members li {
	padding-block: 12px;
	border-bottom: 2px solid var(--pm-bg);
}

.pm-mini-products li:first-child,
.pm-members li:first-child {
	padding-top: 0;
}

.pm-mini-products li:last-child,
.pm-members li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.pm-mini-products a {
	display: grid;
	grid-template-columns: 36px 1fr auto auto;
	align-items: center;
	gap: 12px;
}

.pm-mini-products span {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 7px;
	color: #fff;
	background: linear-gradient(135deg, #1768f2, #8d4ff6);
	overflow: hidden;
}

.pm-mini-products span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pm-mini-products strong,
.pm-members strong {
	font-size: 14px;
}

.pm-mini-products small,
.pm-mini-products time,
.pm-members small {
	color: var(--pm-muted);
	font-size: 12px;
}

.pm-mini-products time {
	color: #25324b;
	font-weight: 700;
}

.pm-members li {
	display: grid;
	grid-template-columns: 42px 1fr 8px;
	align-items: center;
	gap: 12px;
}

.pm-members img {
	border-radius: 999px;
}

.pm-members span {
	display: grid;
	line-height: 1.25;
}

.pm-members i {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #5ecb68;
}

.pm-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 640px) minmax(0, 530px);
	gap: 30px;
	align-items: start;
}

.pm-single-main,
.pm-purchase-panel {
	min-width: 0;
}

.pm-product-preview {
	border: 1px solid var(--pm-line);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: var(--pm-shadow);
}

.pm-product-preview img {
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: 500px;
	height: auto;
	object-fit: initial;
}

.pm-product-preview__placeholder {
	height: 500px;
	display: grid;
	place-items: center;
	color: #fff;
	background: linear-gradient(135deg, #102348, #1768f2, #13b7aa);
}

.pm-product-preview__placeholder svg {
	width: 110px;
	height: 110px;
}

.pm-demo-button--preview {
	width: calc(100% - 24px);
	min-height: 44px;
	margin: 12px;
	font-size: 15px;
}

.pm-description-box {
	margin-top: 16px;
	padding: 24px;
}

.pm-description-box h2,
.pm-page-card h1 {
	margin-top: 0;
}

.pm-entry-content {
	color: #34415c;
}

.pm-purchase-card {
	padding: 28px;
}

.pm-purchase-card h1 {
	margin: 0 0 14px;
	color: var(--pm-h1-color);
	font-size: var(--pm-h1-size);
	line-height: 1.1;
}

.pm-single-badges {
	justify-content: flex-start;
	margin-bottom: 0;
}

.pm-product-facts {
	list-style: none;
	display: grid;
	gap: 16px;
	padding: 18px 0;
	margin: 0;
	border-top: 1px solid var(--pm-line);
}

.pm-product-facts li {
	display: grid;
	grid-template-columns: 44px 1fr;
	grid-template-areas: "icon label" "icon value";
	column-gap: 14px;
	align-items: center;
}

.pm-product-facts span {
	grid-area: icon;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: #f2f6fe;
	color: #6e85b9;
}

.pm-product-facts small {
	grid-area: label;
	color: var(--pm-muted);
}

.pm-product-facts strong {
	grid-area: value;
}

.pm-product-facts strong a {
	color: inherit;
	text-decoration: none;
}

.pm-product-facts strong a:hover {
	color: var(--pm-primary);
}

.pm-buy-actions .edd_purchase_submit_wrapper,
.pm-buy-actions form {
	max-width: 100%;
	min-width: 0;
	margin: 0;
}

.pm-buy-actions {
	max-width: 100%;
	min-width: 0;
}

.pm-download-button,
.pm-buy-actions .edd-submit,
.pm-buy-actions .button {
	width: 100%;
	min-height: 54px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 0 !important;
	border-radius: 7px !important;
	background: linear-gradient(90deg, var(--pm-blue), var(--pm-blue-dark)) !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	box-shadow: 0 12px 24px rgba(23, 104, 242, .24);
}

.pm-trust-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-top: 16px;
	padding: 18px;
}

.pm-trust-row span {
	display: grid;
	grid-template-columns: 38px 1fr;
	grid-template-areas: "icon title" "icon text";
	column-gap: 10px;
	align-items: center;
}

.pm-trust-row svg {
	grid-area: icon;
	width: 38px;
	height: 38px;
	padding: 9px;
	border-radius: 999px;
	background: #eef5ff;
	color: var(--pm-blue);
}

.pm-trust-row strong {
	grid-area: title;
	font-size: 13px;
}

.pm-trust-row small {
	grid-area: text;
	color: var(--pm-muted);
	font-size: 12px;
}

.pm-content-narrow {
	max-width: 940px;
}

.pm-page-card {
	padding: 28px;
	margin-bottom: 18px;
}

.pm-empty-state {
	padding: 42px;
	border: 1px solid var(--pm-line);
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.pm-footer {
	border-top: 1px solid var(--pm-line);
	background: #fff;
	color: var(--pm-muted);
}

.pm-footer__inner {
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.pm-footer-menu {
	display: flex;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-links {
	display: flex;
	gap: 8px;
	margin-top: 20px;
}

.nav-links .page-numbers {
	min-width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border: 1px solid var(--pm-line);
	border-radius: 6px;
	background: #fff;
	color: #2b3852;
}

.nav-links .current {
	background: var(--pm-blue);
	color: #fff;
	border-color: var(--pm-blue);
}

@media (max-width: 1180px) {
	.pm-header-main__inner {
		grid-template-columns: 260px 1fr auto;
	}

	.pm-archive-layout.has-sidebar,
	.pm-single-layout {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 860px) {
	.pm-container {
		width: min(100% - 22px, 1366px);
	}

	.pm-header-main__inner {
		grid-template-columns: 1fr auto;
		gap: 14px;
		padding: 10px 0;
	}

	.pm-brand__logo {
		width: min(170px, 100%);
	}

	.pm-search {
		grid-column: 1 / -1;
		order: 3;
		height: 40px;
	}

	.pm-login-button span {
		display: none;
	}

	.pm-login-button {
		width: 42px;
		padding: 0;
	}

	.pm-announcement__inner {
		min-height: 64px;
		justify-content: flex-start;
		padding-right: 40px;
	}

	.pm-announcement__text {
		font-size: 15px;
	}

	.pm-announcement a {
		display: none;
	}

	.pm-category-nav__inner {
		justify-content: flex-start;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.pm-category-nav__inner::-webkit-scrollbar {
		display: none;
	}

	.pm-archive-header div,
	.pm-archive-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.pm-toolbar-spacer,
	.pm-view-switch {
		padding-left: 0;
		border-left: 0;
	}

	.pm-select-wrap {
		width: 100%;
	}

	.pm-product-row {
		grid-template-columns: 112px 1fr;
		gap: 14px;
		padding: 10px;
	}

	.pm-product-row__media {
		width: 112px;
		grid-template-columns: 1fr;
	}

	.pm-product-row__media strong,
	.pm-product-row__meta {
		display: none;
	}

	.pm-product-row h2 {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.pm-products--grid {
		grid-template-columns: 1fr;
	}

	.pm-purchase-card h1 {
		font-size: var(--pm-h1-size);
	}

	.pm-trust-row {
		grid-template-columns: 1fr;
	}
}
