/*
 * Code-owned Buy Peptides archive.
 *
 * Elementor archive document #397 remains published for rollback, but this
 * stylesheet owns every visible catalog and supporting section.
 */

body.plp-site-shell-shop {
	--plp-shop-blue: #2a5d94;
	--plp-shop-blue-dark: #214d7d;
	--plp-shop-green: #409e4a;
	--plp-shop-ink: #18212c;
	--plp-shop-copy: #526171;
	--plp-shop-line: #dfe6ed;
	--plp-shop-surface: #f5f8fb;
	--plp-shop-white: #fff;
	margin: 0;
	background: var(--plp-shop-surface);
}

body.plp-site-shell-shop .plp-shop-page,
body.plp-site-shell-shop .plp-shop-page * {
	box-sizing: border-box;
}

body.plp-site-shell-shop .plp-shop-page {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	overflow: clip;
	color: var(--plp-shop-ink);
	background: var(--plp-shop-white);
	font-family: "PLP Manrope", "Manrope", sans-serif;
	font-synthesis: none;
}

body.plp-site-shell-shop .plp-shop-page a {
	color: inherit;
}

body.plp-site-shell-shop .plp-shop-page .plp-site-icon {
	display: block;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}

.plp-shop-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	min-height: 292px;
	overflow: hidden;
	border-bottom: 1px solid #e6edf3;
	color: var(--plp-shop-ink);
	background: #fff;
}

.plp-shop-order > img,
.plp-shop-why > img {
	position: absolute;
	z-index: -2;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.plp-shop-hero__visual {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.plp-shop-hero__visual::after {
	position: absolute;
	inset: 0;
	display: block;
	background: linear-gradient(270deg, #fff 33%, rgba(255, 255, 255, 0) 69%);
	content: "";
	pointer-events: none;
}

.plp-shop-hero__visual img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: 50% 75%;
	opacity: 0.78;
}

.plp-shop-hero__inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: min(100% - 40px, 1200px);
	min-height: 292px;
	margin: 0 auto;
	padding: 32px 0;
}

.plp-shop-hero__content {
	width: min(100%, 480px);
	text-align: right;
}

.plp-shop-breadcrumb {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin: 12px 0 0;
	color: #6b7785;
	font-size: 13px;
	font-weight: 650;
	letter-spacing: 0.02em;
}

.plp-shop-breadcrumb a {
	color: var(--plp-shop-blue-dark) !important;
	text-decoration: none;
}

.plp-shop-breadcrumb a:hover,
.plp-shop-breadcrumb a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.plp-shop-breadcrumb .plp-site-icon {
	width: 14px;
	height: 14px;
	flex-basis: 14px;
}

.plp-shop-section-heading__eyebrow {
	margin: 0 0 9px;
	color: var(--plp-shop-green);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.plp-site-shell-shop .plp-shop-hero h1 {
	max-width: none;
	margin: 0;
	padding: 0;
	color: var(--plp-shop-ink);
	font-family: "PLP Manrope", "Manrope", sans-serif;
	font-size: clamp(40px, 3.25vw, 46px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.04em;
	text-transform: none;
}

.plp-shop-hero__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px 0;
	margin: 18px 0 0;
}

.plp-shop-hero__meta span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 22px;
	padding: 0;
	color: #435466;
	font-size: 10.5px;
	font-weight: 700;
}

.plp-shop-hero__meta span + span {
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #d8e1e9;
}

.plp-shop-hero__meta .plp-site-icon {
	width: 13px;
	height: 13px;
	flex-basis: 13px;
	color: var(--plp-shop-green);
	stroke-width: 2.5;
}

.plp-shop-popular,
.plp-shop-catalog,
.plp-shop-assurance,
.plp-shop-standards {
	width: min(100% - 40px, 1280px);
	margin-right: auto;
	margin-left: auto;
}

.plp-shop-popular {
	padding: 78px 0 68px;
}

.plp-shop-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 28px;
}

body.plp-site-shell-shop .plp-shop-section-heading h2,
body.plp-site-shell-shop .plp-shop-catalog__heading h2 {
	margin: 0;
	padding: 0;
	color: var(--plp-shop-ink);
	font-family: "PLP Manrope", "Manrope", sans-serif;
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.14;
	letter-spacing: -0.035em;
	text-transform: none;
}

.plp-shop-section-heading > a,
.plp-shop-section-heading > a:visited {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding-bottom: 4px;
	color: var(--plp-shop-blue) !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.plp-shop-section-heading > a:hover,
.plp-shop-section-heading > a:focus-visible {
	color: var(--plp-shop-blue-dark) !important;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.plp-shop-section-heading > a .plp-site-icon {
	width: 16px;
	height: 16px;
	flex-basis: 16px;
}

.plp-shop-popular__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.plp-shop-popular-card {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--plp-shop-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(29, 53, 78, 0.07);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.plp-shop-popular-card:hover,
.plp-shop-popular-card:focus-within {
	border-color: rgba(42, 93, 148, 0.38);
	box-shadow: 0 16px 34px rgba(29, 53, 78, 0.12);
	transform: translateY(-3px);
}

.plp-shop-popular-card__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	padding: 12px;
	background: linear-gradient(145deg, #eef5fa 0%, #f9fcfe 100%);
}

.plp-shop-popular-card__media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 130px;
	margin: 0;
	object-fit: contain;
}

.plp-shop-popular-card__badge {
	position: absolute;
	z-index: 1;
	top: 9px;
	left: 9px;
	padding: 4px 7px;
	border-radius: 999px;
	color: #fff;
	background: var(--plp-shop-green);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.plp-shop-popular-card__content {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 18px 16px 15px;
}

body.plp-site-shell-shop .plp-shop-popular-card h3 {
	margin: 0;
	padding: 0;
	font-family: "PLP Manrope", "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
}

.plp-shop-popular-card h3 a {
	display: -webkit-box;
	overflow: hidden;
	color: var(--plp-shop-ink) !important;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.plp-shop-popular-card__rating {
	margin-top: 8px;
	color: #f1ae2b;
	font-size: 11px;
}

.plp-shop-popular-card__rating .star-rating {
	float: none;
	margin: 0;
}

.plp-shop-popular-card__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
	padding-top: 12px;
}

.plp-shop-popular-card__price {
	color: var(--plp-shop-blue);
	font-size: 14px;
	font-weight: 800;
}

.plp-shop-popular-card__price del {
	margin-right: 3px;
	color: #8a97a4;
	font-size: 11px;
	font-weight: 600;
}

.plp-shop-popular-card__price ins {
	text-decoration: none;
}

.plp-shop-popular-card__view {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: #fff !important;
	background: var(--plp-shop-blue);
	text-decoration: none;
}

.plp-shop-popular-card__view .plp-site-icon {
	width: 15px;
	height: 15px;
	flex-basis: 15px;
}

.plp-shop-catalog {
	padding: 76px 0 86px;
	border-top: 1px solid var(--plp-shop-line);
}

.plp-shop-catalog__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 26px;
}

body.plp-site-shell-shop .plp-shop-catalog__heading > div > p:last-child {
	max-width: 760px;
	margin: 13px 0 0;
	color: var(--plp-shop-copy);
	font-size: 15px;
	line-height: 1.65;
}

body.plp-site-shell-shop .plp-shop-catalog__total {
	flex: 0 0 auto;
	margin: 0;
	padding: 8px 12px;
	border-radius: 999px;
	color: var(--plp-shop-blue);
	background: #eaf2f9;
	font-size: 12px;
	font-weight: 800;
}

.plp-shop-tools {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: minmax(360px, 1fr) auto minmax(270px, 0.58fr);
	align-items: end;
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--plp-shop-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(29, 53, 78, 0.08);
}

.plp-shop-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 9px;
	min-width: 0;
}

.plp-shop-search > label {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--plp-shop-ink);
	font-size: 12px;
	font-weight: 800;
}

.plp-shop-search__field {
	position: relative;
	min-width: 0;
}

.plp-shop-search__field > .plp-site-icon {
	position: absolute;
	top: 50%;
	left: 14px;
	width: 18px;
	height: 18px;
	color: #748597;
	transform: translateY(-50%);
}

body.plp-site-shell-shop .plp-shop-search input[type="search"] {
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 9px 45px 9px 43px;
	border: 1px solid #cbd6e0;
	border-radius: 9px;
	outline: none;
	color: var(--plp-shop-ink);
	background: #fbfdff;
	box-shadow: none;
	font-family: "PLP Manrope", "Manrope", sans-serif;
	font-size: 14px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.plp-site-shell-shop .plp-shop-search input[type="search"]:focus {
	border-color: var(--plp-shop-blue);
	box-shadow: 0 0 0 3px rgba(42, 93, 148, 0.14);
}

.plp-shop-search__clear {
	position: absolute;
	top: 50%;
	right: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	color: #5f6e7d !important;
	background: #edf2f6;
	transform: translateY(-50%);
}

.plp-shop-search__clear[hidden] {
	display: none !important;
}

.plp-shop-search__clear .plp-site-icon {
	width: 14px;
	height: 14px;
	flex-basis: 14px;
}

body.plp-site-shell-shop .plp-shop-search > button,
body.plp-site-shell-shop .plp-shop-search > button:hover,
body.plp-site-shell-shop .plp-shop-search > button:focus-visible {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	height: 48px;
	margin: 0;
	padding: 10px 17px;
	border: 1px solid var(--plp-shop-blue) !important;
	border-radius: 9px;
	color: #fff !important;
	background: var(--plp-shop-blue) !important;
	box-shadow: none;
	font-family: "PLP Manrope", "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 800;
}

body.plp-site-shell-shop .plp-shop-search > button:hover,
body.plp-site-shell-shop .plp-shop-search > button:focus-visible {
	border-color: var(--plp-shop-blue-dark) !important;
	background: var(--plp-shop-blue-dark) !important;
}

.plp-shop-status-filters {
	display: flex;
	align-items: center;
	gap: 5px;
	min-height: 48px;
	padding: 5px;
	border: 1px solid #d7e0e8;
	border-radius: 10px;
	background: #f5f8fb;
}

.plp-shop-status-filters a,
.plp-shop-status-filters a:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 7px 12px;
	border-radius: 7px;
	color: #58697a !important;
	font-size: 12px;
	font-weight: 750;
	text-decoration: none;
	white-space: nowrap;
}

.plp-shop-status-filters a:hover,
.plp-shop-status-filters a:focus-visible,
.plp-shop-status-filters a[aria-current="true"] {
	color: #fff !important;
	background: var(--plp-shop-blue);
}

.plp-shop-category-filter {
	position: relative;
	min-width: 0;
}

.plp-shop-category-filter summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 48px;
	padding: 8px 13px;
	border: 1px solid #cbd6e0;
	border-radius: 9px;
	color: var(--plp-shop-ink);
	background: #fbfdff;
	cursor: pointer;
	list-style: none;
}

.plp-shop-category-filter summary::-webkit-details-marker {
	display: none;
}

.plp-shop-category-filter summary span {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.plp-shop-category-filter summary small {
	color: #758595;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-transform: uppercase;
}

.plp-shop-category-filter summary strong {
	overflow: hidden;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.plp-shop-category-filter summary .plp-site-icon {
	width: 17px;
	height: 17px;
	color: var(--plp-shop-blue);
	transition: transform 180ms ease;
}

.plp-shop-category-filter[open] summary .plp-site-icon {
	transform: rotate(90deg);
}

.plp-shop-category-filter__panel {
	position: absolute;
	z-index: 30;
	top: calc(100% + 10px);
	right: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
	width: min(820px, calc(100vw - 72px));
	max-height: min(530px, 70vh);
	overflow-y: auto;
	padding: 14px;
	border: 1px solid var(--plp-shop-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(18, 42, 67, 0.2);
}

.plp-shop-category-filter__item,
.plp-shop-category-filter__item:visited {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 48px;
	padding: 9px 11px;
	border: 1px solid #e3e9ef;
	border-radius: 9px;
	color: #314151 !important;
	background: #fff;
	font-size: 11px;
	font-weight: 680;
	line-height: 1.35;
	text-decoration: none;
}

.plp-shop-category-filter__item small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 26px;
	height: 26px;
	padding: 0 6px;
	border-radius: 999px;
	color: #667789;
	background: #eef3f7;
	font-size: 10px;
	font-weight: 800;
}

.plp-shop-category-filter__item:hover,
.plp-shop-category-filter__item:focus-visible,
.plp-shop-category-filter__item[aria-current="true"] {
	border-color: rgba(42, 93, 148, 0.45);
	color: var(--plp-shop-blue-dark) !important;
	background: #edf5fb;
}

.plp-shop-category-filter__item[aria-current="true"] small {
	color: #fff;
	background: var(--plp-shop-blue);
}

.plp-shop-active-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 16px;
	font-size: 11px;
}

.plp-shop-active-filters > span {
	color: #6e7e8e;
	font-weight: 800;
}

.plp-shop-active-filters a,
.plp-shop-active-filters a:visited {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 30px;
	padding: 5px 9px;
	border-radius: 999px;
	color: var(--plp-shop-blue-dark) !important;
	background: #e8f1f8;
	font-weight: 750;
	text-decoration: none;
}

.plp-shop-active-filters a .plp-site-icon {
	width: 12px;
	height: 12px;
	flex-basis: 12px;
}

.plp-shop-active-filters .plp-shop-active-filters__reset {
	color: #68798a !important;
	background: transparent;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.plp-shop-results-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 62px;
	margin-top: 22px;
	padding: 0 2px;
}

body.plp-site-shell-shop .plp-shop-results-bar .woocommerce-result-count {
	float: none;
	margin: 0;
	color: #6a7b8c;
	font-size: 12px;
	font-weight: 650;
}

body.plp-site-shell-shop .plp-shop-results-bar .woocommerce-ordering {
	float: none;
	margin: 0;
}

body.plp-site-shell-shop .plp-shop-results-bar .woocommerce-ordering select {
	height: 42px;
	margin: 0;
	padding: 7px 38px 7px 12px;
	border: 1px solid #cbd6e0;
	border-radius: 8px;
	color: #344454;
	background-color: #fff;
	font-family: "PLP Manrope", "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 700;
}

body.plp-site-shell-shop .plp-shop-products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

body.plp-site-shell-shop .plp-shop-products ul.products::before,
body.plp-site-shell-shop .plp-shop-products ul.products::after {
	display: none !important;
	content: none !important;
}

body.plp-site-shell-shop .plp-shop-products ul.products li.product {
	position: relative;
	display: flex;
	float: none !important;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--plp-shop-line);
	border-radius: 18px;
	color: var(--plp-shop-ink);
	background: #fff;
	box-shadow: 0 8px 24px rgba(29, 53, 78, 0.07);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.plp-site-shell-shop .plp-shop-products ul.products li.product:hover,
body.plp-site-shell-shop .plp-shop-products ul.products li.product:focus-within {
	border-color: rgba(42, 93, 148, 0.4);
	box-shadow: 0 17px 38px rgba(29, 53, 78, 0.12);
	transform: translateY(-4px);
}

body.plp-site-shell-shop .plp-shop-products li.product > .woocommerce-LoopProduct-link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	padding: 0;
	color: inherit !important;
	text-decoration: none;
}

body.plp-site-shell-shop .plp-shop-products li.product .plp-shop-product-card__media {
	position: relative;
	padding: 12px 12px 0;
}

body.plp-site-shell-shop .plp-shop-products li.product img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	margin: 0 !important;
	padding: 10px;
	border-radius: 13px;
	background: linear-gradient(145deg, #f1f6fa 0%, #fbfdff 100%);
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

body.plp-site-shell-shop .plp-shop-products li.product .plp-shop-product-card__body {
	padding: 15px 17px 20px;
}

body.plp-site-shell-shop .plp-shop-products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	color: var(--plp-shop-ink);
	font-family: "PLP Manrope", "Manrope", sans-serif;
	font-size: 15px !important;
	font-weight: 750;
	line-height: 1.36;
	letter-spacing: -0.015em;
	text-transform: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.plp-site-shell-shop .plp-shop-products li.product .plp-shop-product-card__meta {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
}

body.plp-site-shell-shop .plp-shop-products li.product .star-rating {
	float: none;
	min-height: 1em;
	margin: 9px 0 0;
	color: #f2af2d;
	font-size: 0.8em;
	line-height: 1;
}

body.plp-site-shell-shop .plp-shop-products li.product .average-rating {
	display: inline-block;
	margin-top: 4px;
	color: #8493a1;
	font-size: 10px;
	font-weight: 700;
}

body.plp-site-shell-shop .plp-shop-products li.product .price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 5px;
	min-height: 22px;
	margin: 9px 0 0 !important;
	padding: 0;
	color: var(--plp-shop-blue) !important;
	font-size: 17px !important;
	font-weight: 850;
	line-height: 1.25;
}

body.plp-site-shell-shop .plp-shop-products li.product .price del {
	color: #8b98a5;
	font-size: 12px;
	font-weight: 600;
	opacity: 1;
	text-decoration-color: #aab4bd;
	text-decoration-thickness: 1px;
}

body.plp-site-shell-shop .plp-shop-products li.product .price ins {
	font-weight: 850;
	text-decoration: none;
}

body.plp-site-shell-shop .plp-shop-products li.product .onsale,
body.plp-site-shell-shop .plp-shop-products li.product .coming-soon-badge {
	position: absolute !important;
	z-index: 3 !important;
	top: 25px !important;
	right: auto !important;
	left: 25px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 0 !important;
	min-height: 27px !important;
	margin: 0 !important;
	padding: 5px 9px !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: var(--plp-shop-green) !important;
	font-size: 9px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.plp-site-shell-shop .plp-shop-products li.product .coming-soon-badge {
	background: #d98c10 !important;
}

body.plp-site-shell-shop .plp-shop-products .woocommerce-loop-product__buttons {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(44px, auto);
	gap: 8px;
	margin: 0;
	padding: 0 16px 16px;
	background: #fff;
}

body.plp-site-shell-shop .plp-shop-products .woocommerce-loop-product__buttons--added {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.plp-site-shell-shop .plp-shop-products li.product .button,
body.plp-site-shell-shop .plp-shop-products li.product .button:visited,
body.plp-site-shell-shop .plp-shop-products li.product .added_to_cart,
body.plp-site-shell-shop .plp-shop-products li.product .added_to_cart:visited {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin: 0 !important;
	padding: 10px 14px !important;
	border: 1px solid var(--plp-shop-blue) !important;
	border-radius: 11px !important;
	color: #fff !important;
	background: var(--plp-shop-blue) !important;
	box-shadow: 0 6px 14px rgba(42, 93, 148, 0.18) !important;
	font-family: "PLP Manrope", "Manrope", sans-serif !important;
	font-size: 12.5px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body.plp-site-shell-shop .plp-shop-products li.product .button:hover,
body.plp-site-shell-shop .plp-shop-products li.product .button:focus-visible {
	border-color: var(--plp-shop-blue-dark) !important;
	color: #fff !important;
	background: var(--plp-shop-blue-dark) !important;
	box-shadow: 0 8px 18px rgba(33, 77, 125, 0.22) !important;
	transform: translateY(-1px);
}

body.plp-site-shell-shop .plp-shop-products li.product .button:focus-visible,
body.plp-site-shell-shop .plp-shop-products li.product .added_to_cart:focus-visible {
	outline: 3px solid rgba(42, 93, 148, 0.22);
	outline-offset: 2px;
}

body.plp-site-shell-shop .plp-shop-products li.product .button.loading {
	opacity: 0.72;
	pointer-events: none;
}

body.plp-site-shell-shop .plp-shop-products li.product .button.added {
	border-color: var(--plp-shop-green) !important;
	background: var(--plp-shop-green) !important;
}

body.plp-site-shell-shop .plp-shop-products li.product .button.added::after {
	margin-left: 7px;
}

body.plp-site-shell-shop .plp-shop-products li.product .added_to_cart {
	border-color: #cbd8e3 !important;
	color: var(--plp-shop-blue-dark) !important;
	background: #edf4f9 !important;
}

body.plp-site-shell-shop .plp-shop-products li.product .added_to_cart:hover,
body.plp-site-shell-shop .plp-shop-products li.product .added_to_cart:focus-visible {
	border-color: var(--plp-shop-blue) !important;
	color: #fff !important;
	background: var(--plp-shop-blue) !important;
}

body.plp-site-shell-shop .plp-shop-products li.product .plp-shop-product-state--coming {
	border-color: #e0a23b !important;
	color: #7d4d00 !important;
	background: #fff3dc !important;
	cursor: default;
}

body.plp-site-shell-shop .plp-shop-products li.product .plp-shop-product-state--details {
	border-color: #cbd8e3 !important;
	color: var(--plp-shop-blue-dark) !important;
	background: #edf4f9 !important;
}

.plp-shop-pagination {
	margin-top: 42px;
}

body.plp-site-shell-shop .plp-shop-pagination .woocommerce-pagination {
	text-align: center;
}

body.plp-site-shell-shop .plp-shop-pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 0;
}

body.plp-site-shell-shop .plp-shop-pagination .page-numbers li {
	float: none;
	border: 0;
}

body.plp-site-shell-shop .plp-shop-pagination .page-numbers a,
body.plp-site-shell-shop .plp-shop-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 11px;
	border: 1px solid #d6e0e8;
	border-radius: 9px;
	color: #526373;
	background: #fff;
	font-size: 12px;
	font-weight: 800;
}

body.plp-site-shell-shop .plp-shop-pagination .page-numbers a:hover,
body.plp-site-shell-shop .plp-shop-pagination .page-numbers a:focus-visible,
body.plp-site-shell-shop .plp-shop-pagination .page-numbers .current {
	border-color: var(--plp-shop-blue);
	color: #fff;
	background: var(--plp-shop-blue);
}

body.plp-site-shell-shop .woocommerce-info,
body.plp-site-shell-shop .woocommerce-message,
body.plp-site-shell-shop .woocommerce-error {
	margin: 0 0 22px;
	border-radius: 10px;
	font-family: "PLP Manrope", "Manrope", sans-serif;
}

.plp-shop-order,
.plp-shop-why {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	min-height: 660px;
	overflow: hidden;
	color: #fff;
	background: #16314e;
}

.plp-shop-order > img,
.plp-shop-why > img {
	filter: saturate(0.86) contrast(1.04);
}

.plp-shop-order__overlay,
.plp-shop-why__overlay {
	position: absolute;
	z-index: -1;
	inset: 0;
}

.plp-shop-order__overlay {
	background: linear-gradient(90deg, rgba(12, 37, 61, 0.18) 0%, rgba(12, 37, 61, 0.43) 42%, rgba(12, 37, 61, 0.9) 100%);
}

.plp-shop-order__inner,
.plp-shop-why__inner {
	display: flex;
	width: min(100% - 40px, 1280px);
	margin: 0 auto;
	padding: 76px 0;
}

.plp-shop-order__inner {
	justify-content: flex-end;
}

.plp-shop-order__card,
.plp-shop-why__card {
	width: min(100%, 610px);
	padding: 38px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	background: rgba(16, 46, 75, 0.87);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(10px);
}

.plp-shop-order__card .plp-shop-section-heading__eyebrow,
.plp-shop-why__card .plp-shop-section-heading__eyebrow {
	color: #9fe3ab;
}

body.plp-site-shell-shop .plp-shop-order__card h2,
body.plp-site-shell-shop .plp-shop-why__card h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: "PLP Manrope", "Manrope", sans-serif;
	font-size: clamp(32px, 4vw, 46px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.04em;
	text-transform: none;
}

body.plp-site-shell-shop .plp-shop-order__card > p:not(.plp-shop-section-heading__eyebrow) {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 14px;
	line-height: 1.6;
}

.plp-shop-order__card ol {
	display: grid;
	gap: 11px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.plp-shop-order__card li {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: start;
	gap: 11px;
}

.plp-shop-order__card li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 50%;
	color: #fff;
	background: rgba(64, 158, 74, 0.84);
	font-size: 11px;
	font-weight: 850;
}

body.plp-site-shell-shop .plp-shop-order__card li p {
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	line-height: 1.5;
}

.plp-shop-button,
.plp-shop-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	margin-top: 27px;
	padding: 11px 17px;
	border: 1px solid var(--plp-shop-blue);
	border-radius: 8px;
	color: #fff !important;
	background: var(--plp-shop-blue);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 170ms ease, background-color 170ms ease, border-color 170ms ease;
}

.plp-shop-button:hover,
.plp-shop-button:focus-visible {
	border-color: var(--plp-shop-blue-dark);
	color: #fff !important;
	background: var(--plp-shop-blue-dark);
	transform: translateY(-2px);
}

.plp-shop-button--light,
.plp-shop-button--light:visited {
	border-color: #fff;
	color: var(--plp-shop-blue-dark) !important;
	background: #fff;
}

.plp-shop-button--light:hover,
.plp-shop-button--light:focus-visible {
	border-color: #dce8f2;
	color: var(--plp-shop-blue-dark) !important;
	background: #edf5fb;
}

.plp-shop-button .plp-site-icon {
	width: 16px;
	height: 16px;
	flex-basis: 16px;
}

.plp-shop-assurance {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	padding: 82px 0;
}

.plp-shop-assurance-card {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 20px;
	padding: 32px;
	border: 1px solid var(--plp-shop-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(29, 53, 78, 0.07);
}

.plp-shop-assurance-card--blue {
	border-color: var(--plp-shop-blue);
	color: #fff;
	background: linear-gradient(135deg, var(--plp-shop-blue-dark) 0%, var(--plp-shop-blue) 100%);
}

.plp-shop-assurance-card__icon,
.plp-shop-standards__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	color: var(--plp-shop-blue);
	background: #e9f2f9;
}

.plp-shop-assurance-card__icon .plp-site-icon,
.plp-shop-standards__icon .plp-site-icon {
	width: 28px;
	height: 28px;
	flex-basis: 28px;
}

.plp-shop-assurance-card--blue .plp-shop-assurance-card__icon {
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
}

body.plp-site-shell-shop .plp-shop-assurance-card h2 {
	margin: 0;
	padding: 0;
	color: var(--plp-shop-ink);
	font-family: "PLP Manrope", "Manrope", sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: none;
}

body.plp-site-shell-shop .plp-shop-assurance-card--blue h2 {
	color: #fff;
}

body.plp-site-shell-shop .plp-shop-assurance-card p {
	margin: 11px 0 0;
	color: var(--plp-shop-copy);
	font-size: 13px;
	line-height: 1.65;
}

body.plp-site-shell-shop .plp-shop-assurance-card--blue p {
	color: rgba(255, 255, 255, 0.83);
}

.plp-shop-assurance-card a,
.plp-shop-assurance-card a:visited {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 17px;
	color: var(--plp-shop-blue) !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.plp-shop-assurance-card--blue a,
.plp-shop-assurance-card--blue a:visited {
	color: #fff !important;
}

.plp-shop-assurance-card a:hover,
.plp-shop-assurance-card a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.plp-shop-assurance-card a .plp-site-icon {
	width: 15px;
	height: 15px;
	flex-basis: 15px;
}

.plp-shop-why {
	min-height: 720px;
}

.plp-shop-why__overlay {
	background: linear-gradient(90deg, rgba(9, 31, 51, 0.9) 0%, rgba(9, 31, 51, 0.65) 45%, rgba(9, 31, 51, 0.17) 100%);
}

.plp-shop-why__inner {
	justify-content: flex-start;
}

.plp-shop-why__card {
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.plp-shop-why__card .plp-shop-section-heading__eyebrow {
	color: var(--plp-shop-green);
}

body.plp-site-shell-shop .plp-shop-why__card h2 {
	color: var(--plp-shop-ink);
}

.plp-shop-why__features {
	display: grid;
	gap: 12px;
	margin-top: 25px;
}

.plp-shop-why__features article {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	padding: 13px;
	border: 1px solid #e0e7ed;
	border-radius: 13px;
	background: #f9fbfd;
}

.plp-shop-why__features article > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 14px;
	color: var(--plp-shop-blue);
	background: #e8f1f8;
}

.plp-shop-why__features article > div .plp-site-icon--benefit {
	width: 31px;
	height: 31px;
	flex-basis: 31px;
}

.plp-shop-why__features article > span {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-top: 2px;
}

.plp-shop-why__features strong {
	color: var(--plp-shop-ink);
	font-size: 14px;
	font-weight: 800;
}

.plp-shop-why__features small {
	color: var(--plp-shop-copy);
	font-size: 11px;
	line-height: 1.5;
}

.plp-shop-standards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 76px 0 88px;
}

.plp-shop-standards article {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	align-items: start;
	gap: 17px;
	padding: 8px 27px;
}

.plp-shop-standards article + article {
	border-left: 1px solid var(--plp-shop-line);
}

body.plp-site-shell-shop .plp-shop-standards h2 {
	margin: 2px 0 0;
	padding: 0;
	color: var(--plp-shop-ink);
	font-family: "PLP Manrope", "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: none;
}

body.plp-site-shell-shop .plp-shop-standards p {
	margin: 7px 0 0;
	color: var(--plp-shop-copy);
	font-size: 12px;
	line-height: 1.55;
}

@media (max-width: 1120px) {
	.plp-shop-popular__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.plp-shop-tools {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.plp-shop-category-filter {
		grid-column: 1 / -1;
	}

	.plp-shop-category-filter__panel {
		right: auto;
		left: 0;
		width: 100%;
	}

	body.plp-site-shell-shop .plp-shop-products ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.plp-shop-standards article {
		grid-template-columns: 48px minmax(0, 1fr);
		padding: 8px 18px;
	}

	.plp-shop-standards__icon {
		width: 48px;
		height: 48px;
	}
}

@media (max-width: 820px) {
	.plp-shop-hero {
		min-height: 270px;
	}

	.plp-shop-hero__inner {
		min-height: 270px;
		padding: 28px 0;
	}

	.plp-shop-hero__visual {
		width: 100%;
	}

	.plp-shop-hero__content {
		width: min(62%, 480px);
	}

	.plp-shop-popular,
	.plp-shop-catalog {
		padding-top: 62px;
		padding-bottom: 68px;
	}

	.plp-shop-tools {
		grid-template-columns: 1fr;
	}

	.plp-shop-status-filters {
		width: max-content;
		max-width: 100%;
	}

	.plp-shop-category-filter {
		grid-column: auto;
	}

	.plp-shop-category-filter__panel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.plp-site-shell-shop .plp-shop-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.plp-shop-assurance {
		grid-template-columns: 1fr;
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.plp-shop-order,
	.plp-shop-why {
		min-height: 640px;
	}

	.plp-shop-order__overlay {
		background: rgba(10, 34, 56, 0.7);
	}

	.plp-shop-order__inner,
	.plp-shop-why__inner {
		justify-content: center;
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.plp-shop-why__overlay {
		background: rgba(9, 31, 51, 0.58);
	}

	.plp-shop-standards {
		grid-template-columns: 1fr;
		gap: 22px;
		padding-top: 62px;
		padding-bottom: 72px;
	}

	.plp-shop-standards article {
		padding: 0;
	}

	.plp-shop-standards article + article {
		padding-top: 22px;
		border-top: 1px solid var(--plp-shop-line);
		border-left: 0;
	}
}

@media (max-width: 600px) {
	.plp-shop-hero__inner,
	.plp-shop-popular,
	.plp-shop-catalog,
	.plp-shop-order__inner,
	.plp-shop-assurance,
	.plp-shop-why__inner,
	.plp-shop-standards {
		width: min(100% - 28px, 1280px);
	}

	body.plp-site-shell-shop .plp-shop-hero h1 {
		font-size: clamp(28px, 8.4vw, 34px);
		line-height: 1.04;
	}

	.plp-shop-hero {
		min-height: 188px;
	}

	.plp-shop-hero__inner {
		align-items: center;
		justify-content: flex-end;
		min-height: 188px;
		padding-top: 22px;
		padding-bottom: 22px;
	}

	.plp-shop-hero__content {
		width: min(60%, 220px);
	}

	.plp-shop-hero__visual {
		display: block;
	}

	.plp-shop-hero__visual::after {
		background: linear-gradient(270deg, #fff 39%, rgba(255, 255, 255, 0.98) 50%, rgba(255, 255, 255, 0.64) 69%, rgba(255, 255, 255, 0.12) 100%);
	}

	.plp-shop-hero__visual img {
		object-position: 31% 75%;
		opacity: 0.62;
	}

	.plp-shop-breadcrumb {
		gap: 5px;
		margin-top: 10px;
		font-size: 11px;
		letter-spacing: 0;
	}

	.plp-shop-breadcrumb .plp-site-icon {
		width: 12px;
		height: 12px;
		flex-basis: 12px;
	}

	.plp-shop-hero__meta {
		display: none;
	}

	.plp-shop-popular {
		padding-top: 40px;
		padding-bottom: 52px;
	}

	.plp-shop-section-heading,
	.plp-shop-catalog__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 13px;
	}

	.plp-shop-popular__grid {
		grid-template-columns: 1fr;
	}

	.plp-shop-popular-card {
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.plp-shop-tools {
		gap: 15px;
		padding: 16px;
		border-radius: 14px;
	}

	.plp-shop-search {
		grid-template-columns: 1fr;
	}

	body.plp-site-shell-shop .plp-shop-search > button {
		width: 100%;
	}

	.plp-shop-status-filters {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
	}

	.plp-shop-status-filters a {
		padding-right: 7px;
		padding-left: 7px;
	}

	.plp-shop-category-filter__panel {
		grid-template-columns: 1fr;
		width: calc(100vw - 60px);
		max-height: 58vh;
	}

	.plp-shop-results-bar {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
		padding: 15px 0;
	}

	body.plp-site-shell-shop .plp-shop-results-bar .woocommerce-ordering,
	body.plp-site-shell-shop .plp-shop-results-bar .woocommerce-ordering select {
		width: 100%;
	}

	body.plp-site-shell-shop .plp-shop-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	body.plp-site-shell-shop .plp-shop-products li.product > .woocommerce-LoopProduct-link {
		padding: 0;
	}

	body.plp-site-shell-shop .plp-shop-products li.product .plp-shop-product-card__media {
		padding: 8px 8px 0;
	}

	body.plp-site-shell-shop .plp-shop-products li.product img {
		padding: 5px;
		border-radius: 10px;
	}

	body.plp-site-shell-shop .plp-shop-products li.product .plp-shop-product-card__body {
		padding: 11px 11px 15px;
	}

	body.plp-site-shell-shop .plp-shop-products li.product .woocommerce-loop-product__title {
		font-size: 12px !important;
		line-height: 1.42;
	}

	body.plp-site-shell-shop .plp-shop-products li.product .price {
		margin-top: 7px !important;
		font-size: 13px !important;
	}

	body.plp-site-shell-shop .plp-shop-products .woocommerce-loop-product__buttons {
		grid-auto-rows: minmax(40px, auto);
		gap: 6px;
		padding: 0 10px 10px;
	}

	body.plp-site-shell-shop .plp-shop-products li.product .button,
	body.plp-site-shell-shop .plp-shop-products li.product .added_to_cart {
		min-height: 40px;
		padding: 8px 7px !important;
		font-size: 10px !important;
	}

	body.plp-site-shell-shop .plp-shop-products li.product .onsale,
	body.plp-site-shell-shop .plp-shop-products li.product .coming-soon-badge {
		top: 16px !important;
		left: 16px !important;
		min-height: 23px !important;
		padding: 4px 7px !important;
		font-size: 8px !important;
	}

	.plp-shop-order__card,
	.plp-shop-why__card {
		padding: 26px 21px;
		border-radius: 16px;
	}

	body.plp-site-shell-shop .plp-shop-order__card h2,
	body.plp-site-shell-shop .plp-shop-why__card h2 {
		font-size: 34px;
	}

	.plp-shop-assurance-card {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 15px;
		padding: 22px;
	}

	.plp-shop-assurance-card__icon {
		width: 46px;
		height: 46px;
		border-radius: 13px;
	}

	.plp-shop-assurance-card__icon .plp-site-icon {
		width: 23px;
		height: 23px;
		flex-basis: 23px;
	}

	body.plp-site-shell-shop .plp-shop-assurance-card h2 {
		font-size: 19px;
	}
}

@media (max-width: 374px) {
	body.plp-site-shell-shop .plp-shop-products ul.products {
		grid-template-columns: 1fr;
	}

	body.plp-site-shell-shop .plp-shop-products li.product .woocommerce-loop-product__title {
		font-size: 14px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.plp-shop-popular-card,
	body.plp-site-shell-shop .plp-shop-products ul.products li.product,
	.plp-shop-button,
	.plp-shop-category-filter summary .plp-site-icon {
		transition: none !important;
	}
}

/*
 * 1.6 catalog-first composition.
 * The introduction and discovery controls intentionally follow the existing
 * card and lower-page components so this release changes only the top journey.
 */
.plp-shop-intro {
	border-bottom: 1px solid var(--plp-shop-line);
	background: #fff;
}

.plp-shop-intro__inner {
	width: min(100% - 40px, 1280px);
	min-height: 122px;
	margin: 0 auto;
	padding: 14px 0 16px;
}

.plp-shop-intro .plp-shop-breadcrumb {
	justify-content: flex-start;
	gap: 6px;
	margin: 0 0 8px;
	font-size: 11px;
}

.plp-shop-intro__primary {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
}

.plp-shop-intro__copy {
	min-width: 0;
}

body.plp-site-shell-shop .plp-shop-intro h1 {
	margin: 0;
	padding: 0;
	color: var(--plp-shop-ink);
	font-family: "PLP Manrope", "Manrope", sans-serif;
	font-size: clamp(30px, 2.75vw, 38px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
	text-transform: none;
}

body.plp-site-shell-shop .plp-shop-intro__copy p {
	margin: 6px 0 0;
	color: var(--plp-shop-copy);
	font-size: 13px;
	font-weight: 520;
	line-height: 1.45;
}

.plp-shop-intro__trust {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 16px;
	margin: 0 0 3px;
	padding: 0;
	list-style: none;
}

.plp-shop-intro__trust li {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #415263;
	font-size: 10.5px;
	font-weight: 750;
	white-space: nowrap;
}

.plp-shop-intro__trust .plp-site-icon {
	width: 15px;
	height: 15px;
	flex-basis: 15px;
	padding: 2px;
	border: 1px solid #6fb077;
	border-radius: 50%;
	color: #27883a;
	stroke-width: 2.4;
}

.plp-shop-intro__trust li > .plp-site-icon:not(.plp-site-icon--check) {
	display: none;
}

.plp-shop-catalog {
	width: min(100% - 40px, 1280px);
	margin: 0 auto;
	padding: 18px 0 86px;
	border-top: 0;
}

.plp-shop-discovery {
	position: relative;
	z-index: 20;
}

.plp-shop-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	min-width: 0;
}

.plp-shop-search__field {
	position: relative;
	min-width: 0;
}

.plp-shop-search__field > .plp-site-icon {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 18px;
	height: 18px;
	color: #748597;
	transform: translateY(-50%);
}

body.plp-site-shell-shop .plp-shop-search input[type="search"] {
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 8px 46px 8px 44px;
	border: 1px solid #cbd6e0;
	border-radius: 10px;
	outline: none;
	color: var(--plp-shop-ink);
	background: #fff;
	box-shadow: none;
	font-family: "PLP Manrope", "Manrope", sans-serif;
	font-size: 13px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.plp-site-shell-shop .plp-shop-search input[type="search"]:focus {
	border-color: var(--plp-shop-blue);
	box-shadow: 0 0 0 3px rgba(42, 93, 148, 0.13);
}

/* The Site Shell supplies one larger accessible clear control. */
body.plp-site-shell-shop .plp-shop-search input[type="search"]::-webkit-search-cancel-button {
	display: none;
	-webkit-appearance: none;
	appearance: none;
}

body.plp-site-shell-shop .plp-shop-search input[type="search"]::-ms-clear,
body.plp-site-shell-shop .plp-shop-search input[type="search"]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.plp-shop-search__clear {
	position: absolute;
	top: 50%;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	color: #5f6e7d !important;
	background: #edf2f6;
	transform: translateY(-50%);
}

.plp-shop-search__clear .plp-site-icon {
	width: 13px;
	height: 13px;
	flex-basis: 13px;
}

body.plp-site-shell-shop .plp-shop-search > button,
body.plp-site-shell-shop .plp-shop-search > button:hover,
body.plp-site-shell-shop .plp-shop-search > button:focus-visible {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 104px;
	height: 46px;
	margin: 0;
	padding: 8px 17px;
	border: 1px solid var(--plp-shop-blue) !important;
	border-radius: 10px;
	color: #fff !important;
	background: var(--plp-shop-blue) !important;
	box-shadow: none;
	font-family: "PLP Manrope", "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 800;
}

body.plp-site-shell-shop .plp-shop-search > button:hover,
body.plp-site-shell-shop .plp-shop-search > button:focus-visible {
	border-color: var(--plp-shop-blue-dark) !important;
	background: var(--plp-shop-blue-dark) !important;
}

.plp-shop-search > button .plp-site-icon {
	display: none;
	width: 17px;
	height: 17px;
	flex-basis: 17px;
}

.plp-shop-toolbar {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	min-height: 50px;
	margin-top: 9px;
	padding: 5px 0;
	border-top: 1px solid #e7edf2;
	border-bottom: 1px solid #e7edf2;
	background: #fff;
}

.plp-shop-toolbar__count {
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
	min-width: 86px;
	margin: 0;
	color: var(--plp-shop-ink);
}

.plp-shop-toolbar__count strong {
	font-size: 15px;
	font-weight: 850;
}

.plp-shop-toolbar__count span {
	color: #637485;
	font-size: 11px;
	font-weight: 700;
}

.plp-shop-toolbar__desktop-filters {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.plp-shop-status-filters {
	display: flex;
	align-items: center;
	gap: 3px;
	min-height: 38px;
	padding: 3px;
	border: 1px solid #d9e2ea;
	border-radius: 9px;
	background: #f6f8fa;
}

.plp-shop-status-filters a,
.plp-shop-status-filters a:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 5px 10px;
	border-radius: 6px;
	color: #58697a !important;
	font-size: 10.5px;
	font-weight: 750;
	text-decoration: none;
	white-space: nowrap;
}

.plp-shop-status-filters a:hover,
.plp-shop-status-filters a:focus-visible,
.plp-shop-status-filters a[aria-current="true"] {
	color: #fff !important;
	background: var(--plp-shop-blue);
}

.plp-shop-category-filter {
	position: relative;
	min-width: 210px;
}

.plp-shop-category-filter summary {
	display: grid;
	grid-template-columns: 17px minmax(0, 1fr) 14px;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 4px 10px;
	border: 1px solid #d5dfe7;
	border-radius: 9px;
	color: var(--plp-shop-ink);
	background: #fff;
	cursor: pointer;
	list-style: none;
}

.plp-shop-category-filter summary::-webkit-details-marker,
.plp-shop-mobile-filter summary::-webkit-details-marker {
	display: none;
}

.plp-shop-category-filter summary > .plp-site-icon:first-child {
	width: 17px;
	height: 17px;
	color: var(--plp-shop-blue);
}

.plp-shop-category-filter summary > .plp-site-icon:last-child {
	width: 14px;
	height: 14px;
	color: #607183;
	transition: transform 160ms ease;
}

.plp-shop-category-filter[open] summary > .plp-site-icon:last-child {
	transform: rotate(180deg);
}

.plp-shop-category-filter summary span {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.plp-shop-category-filter summary small {
	color: #7a8998;
	font-size: 7.5px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.plp-shop-category-filter summary strong {
	overflow: hidden;
	font-size: 10.5px;
	font-weight: 750;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.plp-shop-category-filter__panel {
	position: absolute;
	z-index: 40;
	top: calc(100% + 8px);
	left: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
	width: min(780px, calc(100vw - 48px));
	max-height: min(520px, 70vh);
	overflow-y: auto;
	padding: 12px;
	border: 1px solid var(--plp-shop-line);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 22px 54px rgba(18, 42, 67, 0.2);
}

.plp-shop-category-filter__item,
.plp-shop-category-filter__item:visited {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 43px;
	padding: 8px 10px;
	border: 1px solid #e3e9ef;
	border-radius: 8px;
	color: #314151 !important;
	background: #fff;
	font-size: 10px;
	font-weight: 680;
	line-height: 1.3;
	text-decoration: none;
}

.plp-shop-category-filter__item small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 5px;
	border-radius: 999px;
	color: #667789;
	background: #eef3f7;
	font-size: 9px;
	font-weight: 800;
}

.plp-shop-category-filter__item:hover,
.plp-shop-category-filter__item:focus-visible,
.plp-shop-category-filter__item[aria-current="true"] {
	border-color: rgba(42, 93, 148, 0.45);
	color: var(--plp-shop-blue-dark) !important;
	background: #edf5fb;
}

.plp-shop-category-filter__item[aria-current="true"] small {
	color: #fff;
	background: var(--plp-shop-blue);
}

.plp-shop-mobile-filter {
	display: none;
}

.plp-shop-sort {
	display: grid;
	grid-template-columns: 16px auto minmax(130px, auto);
	align-items: center;
	gap: 6px;
	min-height: 38px;
	padding-left: 10px;
	border-left: 1px solid #e0e7ed;
}

.plp-shop-sort > .plp-site-icon {
	width: 16px;
	height: 16px;
	color: var(--plp-shop-blue);
}

.plp-shop-sort__label {
	color: #667789;
	font-size: 10px;
	font-weight: 750;
}

body.plp-site-shell-shop .plp-shop-sort .woocommerce-ordering {
	float: none;
	margin: 0;
}

body.plp-site-shell-shop .plp-shop-sort .woocommerce-ordering select {
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 5px 31px 5px 9px;
	border: 1px solid #cbd6e0;
	border-radius: 8px;
	color: #344454;
	background-color: #fff;
	font-family: "PLP Manrope", "Manrope", sans-serif;
	font-size: 10.5px;
	font-weight: 700;
}

.plp-shop-active-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 9px;
	font-size: 10px;
}

.plp-shop-active-filters a,
.plp-shop-active-filters a:visited {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-height: 27px;
	padding: 4px 8px;
	border-radius: 999px;
	color: var(--plp-shop-blue-dark) !important;
	background: #e8f1f8;
	font-weight: 750;
	text-decoration: none;
}

.plp-shop-active-filters a .plp-site-icon {
	width: 11px;
	height: 11px;
	flex-basis: 11px;
}

.plp-shop-active-filters .plp-shop-active-filters__reset {
	color: #68798a !important;
	background: transparent;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.plp-shop-products {
	position: relative;
	margin-top: 14px;
	transition: opacity 150ms ease;
}

.plp-shop-products.is-loading {
	opacity: 0.48;
	pointer-events: none;
}

.plp-shop-products.is-loading.has-live-preview {
	opacity: 1;
}

.plp-shop-live-preview__meta {
	gap: 7px !important;
	margin-top: 10px;
}

.plp-shop-live-preview__meta span {
	display: block;
	width: 46%;
	height: 10px;
	border-radius: 5px;
	background: #e7edf2;
}

.plp-shop-live-preview__meta span:last-child {
	width: 30%;
	height: 17px;
}

.plp-shop-live-preview__button {
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 8px;
	background: #e7edf2;
}

body.plp-shop-filter-open {
	overflow: hidden;
}

@media (max-width: 1060px) {
	.plp-shop-intro__primary {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.plp-shop-intro__inner {
		padding-top: 12px;
		padding-bottom: 13px;
	}

	.plp-shop-intro__trust {
		margin-bottom: 0;
	}

	.plp-shop-toolbar {
		grid-template-columns: auto minmax(0, 1fr) auto;
	}

	.plp-shop-toolbar__desktop-filters {
		justify-content: flex-start;
	}

	.plp-shop-category-filter {
		min-width: 190px;
	}
}

@media (max-width: 900px) {
	.plp-shop-toolbar__desktop-filters {
		display: none;
	}

	.plp-shop-mobile-filter {
		position: relative;
		display: block;
		justify-self: end;
	}

	.plp-shop-mobile-filter > summary {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		min-width: 88px;
		height: 38px;
		padding: 6px 10px;
		border: 1px solid #cbd6e0;
		border-radius: 8px;
		color: var(--plp-shop-ink);
		background: #fff;
		font-size: 11px;
		font-weight: 800;
		cursor: pointer;
		list-style: none;
	}

	.plp-shop-mobile-filter > summary .plp-site-icon {
		width: 16px;
		height: 16px;
		color: var(--plp-shop-blue);
	}

	.plp-shop-mobile-filter > summary small {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 18px;
		height: 18px;
		padding: 0 4px;
		border-radius: 999px;
		color: #fff;
		background: var(--plp-shop-blue);
		font-size: 9px;
	}

	.plp-shop-mobile-filter__drawer {
		position: fixed;
		z-index: 100000;
		inset: 0;
		display: grid;
		grid-template-rows: auto minmax(0, 1fr) auto;
		color: var(--plp-shop-ink);
		background: #fff;
	}

	.plp-shop-mobile-filter:not([open]) .plp-shop-mobile-filter__drawer {
		display: none;
	}

	.plp-shop-mobile-filter__drawer > header,
	.plp-shop-mobile-filter__drawer > footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 15px 18px;
		border-bottom: 1px solid var(--plp-shop-line);
	}

	.plp-shop-mobile-filter__drawer > footer {
		border-top: 1px solid var(--plp-shop-line);
		border-bottom: 0;
		box-shadow: 0 -8px 24px rgba(27, 48, 69, 0.07);
	}

	body.plp-site-shell-shop .plp-shop-mobile-filter__drawer h2,
	body.plp-site-shell-shop .plp-shop-mobile-filter__drawer h3 {
		margin: 0;
		padding: 0;
		color: var(--plp-shop-ink);
		font-family: "PLP Manrope", "Manrope", sans-serif;
		text-transform: none;
	}

	body.plp-site-shell-shop .plp-shop-mobile-filter__drawer h2 {
		font-size: 18px;
		font-weight: 800;
	}

	body.plp-site-shell-shop .plp-shop-mobile-filter__drawer h3 {
		font-size: 13px;
		font-weight: 800;
	}

	.plp-shop-mobile-filter__drawer > header button {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		padding: 0;
		border: 1px solid #d6e0e8;
		border-radius: 50%;
		color: var(--plp-shop-ink);
		background: #fff;
	}

	body.plp-site-shell-shop .plp-shop-mobile-filter__drawer > header button:hover,
	body.plp-site-shell-shop .plp-shop-mobile-filter__drawer > header button:focus,
	body.plp-site-shell-shop .plp-shop-mobile-filter__drawer > header button:focus-visible {
		border-color: var(--plp-shop-blue) !important;
		color: var(--plp-shop-blue-dark) !important;
		background: #fff !important;
		box-shadow: 0 0 0 3px rgba(42, 93, 148, 0.14) !important;
		outline: none;
	}

	.plp-shop-mobile-filter__drawer > header button .plp-site-icon {
		width: 17px;
		height: 17px;
	}

	.plp-shop-mobile-filter__body {
		overflow-y: auto;
		padding: 20px 18px 28px;
	}

	.plp-shop-mobile-filter__body section + section {
		margin-top: 25px;
		padding-top: 22px;
		border-top: 1px solid #e7edf2;
	}

	.plp-shop-mobile-filter__options {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		margin-top: 12px;
	}

	.plp-shop-mobile-filter__options--areas {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.plp-shop-mobile-filter__options a,
	.plp-shop-mobile-filter__options a:visited {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 7px;
		min-height: 45px;
		padding: 8px 10px;
		border: 1px solid #dfe6ed;
		border-radius: 9px;
		color: #405162 !important;
		background: #fff;
		font-size: 10px;
		font-weight: 720;
		line-height: 1.3;
		text-decoration: none;
	}

	.plp-shop-mobile-filter__options a[aria-current="true"] {
		border-color: var(--plp-shop-blue);
		color: var(--plp-shop-blue-dark) !important;
		background: #edf5fb;
	}

	.plp-shop-mobile-filter__options a .plp-site-icon {
		width: 14px;
		height: 14px;
		flex-basis: 14px;
		color: var(--plp-shop-green);
	}

	.plp-shop-mobile-filter__options a small {
		margin-left: auto;
		color: #7a8998;
		font-size: 9px;
		font-weight: 800;
	}

	.plp-shop-mobile-filter__drawer > footer a,
	.plp-shop-mobile-filter__drawer > footer a:visited,
	.plp-shop-mobile-filter__drawer > footer button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		padding: 9px 16px;
		border-radius: 9px;
		font-family: "PLP Manrope", "Manrope", sans-serif;
		font-size: 11px;
		font-weight: 800;
		text-decoration: none;
	}

	.plp-shop-mobile-filter__drawer > footer a,
	.plp-shop-mobile-filter__drawer > footer a:visited {
		border: 1px solid #cbd6e0;
		color: var(--plp-shop-blue-dark) !important;
		background: #fff;
	}

	.plp-shop-mobile-filter__drawer > footer button {
		border: 1px solid var(--plp-shop-blue);
		color: #fff;
		background: var(--plp-shop-blue);
	}
}

@media (max-width: 600px) {
	.plp-shop-intro__inner,
	.plp-shop-catalog {
		width: min(100% - 20px, 1280px);
	}

	.plp-shop-intro__inner {
		min-height: 148px;
		padding: 10px 0 11px;
	}

	.plp-shop-intro .plp-shop-breadcrumb {
		margin-bottom: 6px;
		font-size: 9.5px;
	}

	.plp-shop-intro__primary {
		gap: 7px;
	}

	body.plp-site-shell-shop .plp-shop-intro h1 {
		font-size: clamp(24px, 7.6vw, 29px);
		line-height: 1.05;
	}

	body.plp-site-shell-shop .plp-shop-intro__copy p {
		max-width: 460px;
		margin-top: 5px;
		font-size: 10.5px;
		line-height: 1.38;
	}

	.plp-shop-intro__trust {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
		width: 100%;
	}

	.plp-shop-intro__trust li {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 4px;
		min-width: 0;
		min-height: 36px;
		padding: 4px 3px;
		border: 1px solid #d2e3d5;
		border-radius: 8px;
		color: #365440;
		background: #f4f9f5;
		font-size: 8px;
		font-weight: 780;
		line-height: 1.2;
		text-align: left;
		white-space: normal;
	}

	.plp-shop-intro__trust li span {
		min-width: 0;
		line-height: 1.15;
	}

	body.plp-site-shell-shop .plp-shop-intro__trust .plp-site-icon--check {
		display: none;
	}

	body.plp-site-shell-shop .plp-shop-intro__trust li > .plp-site-icon:not(.plp-site-icon--check) {
		display: block;
		width: 13px;
		height: 13px;
		flex: 0 0 13px;
		padding: 0;
		border: 0;
		border-radius: 0;
		color: #27883a;
		stroke-width: 2;
	}

	.plp-shop-catalog {
		padding-top: 10px;
		padding-bottom: 62px;
	}

	.plp-shop-search {
		grid-template-columns: minmax(0, 1fr) 44px;
		gap: 6px;
	}

	body.plp-site-shell-shop .plp-shop-search input[type="search"] {
		height: 44px;
		padding-left: 39px;
		font-size: 11px;
	}

	body.plp-site-shell-shop .plp-shop-search input[type="search"]:placeholder-shown {
		padding-right: 14px;
	}

	.plp-shop-search__field > .plp-site-icon {
		left: 13px;
		width: 16px;
		height: 16px;
	}

	body.plp-site-shell-shop .plp-shop-search > button,
	body.plp-site-shell-shop .plp-shop-search > button:hover,
	body.plp-site-shell-shop .plp-shop-search > button:focus-visible {
		min-width: 44px;
		width: 44px;
		height: 44px;
		padding: 0;
	}

	.plp-shop-search > button span {
		display: none;
	}

	.plp-shop-search > button .plp-site-icon {
		display: block;
	}

	.plp-shop-toolbar {
		position: sticky;
		top: 0;
		z-index: 80;
		grid-template-columns: max-content max-content minmax(0, 1fr);
		gap: 10px;
		min-height: 51px;
		margin-top: 7px;
		padding: 6px 0;
		box-shadow: 0 8px 16px rgba(28, 51, 75, 0.05);
	}

	body.admin-bar .plp-shop-toolbar {
		top: 46px;
	}

	.plp-shop-toolbar__count {
		min-width: 0;
		gap: 3px;
	}

	.plp-shop-toolbar__count strong {
		font-size: 13px;
	}

	.plp-shop-toolbar__count span {
		font-size: 9px;
	}

	.plp-shop-mobile-filter > summary {
		min-width: 78px;
		height: 37px;
		padding: 5px 8px;
		font-size: 10px;
	}

	.plp-shop-sort {
		grid-template-columns: 14px minmax(0, 1fr);
		gap: 8px;
		min-width: 0;
		min-height: 37px;
		padding-left: 0;
		border-left: 0;
	}

	body.plp-site-shell-shop .plp-shop-sort > .plp-site-icon {
		width: 14px;
		height: 14px;
		flex-basis: 14px;
	}

	.plp-shop-sort__label {
		display: none;
	}

	body.plp-site-shell-shop .plp-shop-sort .woocommerce-ordering {
		min-width: 0;
		width: 100%;
	}

	body.plp-site-shell-shop .plp-shop-sort .woocommerce-ordering select {
		min-width: 0;
		max-width: 100%;
		height: 35px;
		padding-right: 24px;
		font-size: 9.5px;
	}

	.plp-shop-active-filters {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 2px;
		scrollbar-width: none;
	}

	.plp-shop-active-filters::-webkit-scrollbar {
		display: none;
	}

	.plp-shop-active-filters a {
		flex: 0 0 auto;
	}

	.plp-shop-products {
		margin-top: 10px;
	}

	.plp-shop-mobile-filter__options,
	.plp-shop-mobile-filter__options--areas {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 374px) {
	body.plp-site-shell-shop .plp-shop-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.plp-site-shell-shop .plp-shop-products li.product .woocommerce-loop-product__title {
		font-size: 11px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.plp-shop-category-filter summary > .plp-site-icon:last-child {
		transition: none !important;
	}

	.plp-shop-products {
		transition: none !important;
	}
}
