.pdsz-acf-shop-active .site-main {
	background: #fff;
	overflow: hidden;
}

.pdsz-acf-shop-active .woocommerce-breadcrumb {
	margin: 0;
	word-spacing: 0;
}

.pdsz-shop-archive {
	background: #fff;
}

.pdsz-shop-archive-hero {
	position: relative;
	padding: 0;
	background: var(--pdsz-shop-hero) 0 -40px / cover no-repeat #1a1b21;
}

.pdsz-shop-archive-hero__inner {
	position: relative;
	max-width: none;
	min-height: 300px;
	padding: 0 10px;
	margin: 0;
	width: 100%;
}

.pdsz-shop-archive-hero__breadcrumbs {
	position: absolute;
	top: 35px;
	left: 10px;
	z-index: 2;
}

.pdsz-shop-breadcrumbs,
.pdsz-shop-breadcrumbs a,
.pdsz-shop-breadcrumbs span {
	color: #fff;
	font: 400 20px/30px "Antonio", sans-serif;
	text-decoration: none;
}

.pdsz-shop-breadcrumbs__inner {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

.pdsz-shop-breadcrumbs__sep {
	opacity: 0.9;
}

.pdsz-shop-archive-hero__headline {
	min-height: 300px;
	display: grid;
	place-items: center;
	text-align: center;
	padding: 0;
	transform: translateY(12px);
}

.pdsz-shop-archive-hero__title {
	margin: 0;
	max-width: 422px;
	color: #fff;
	font: 700 65px/65px "Antonio", sans-serif;
	text-transform: uppercase;
}

.pdsz-shop-archive-hero__lead {
	max-width: 760px;
	margin: 18px auto 0;
	color: #fff;
	font: 400 18px/1.7 "Lato", sans-serif;
}

.pdsz-shop-catalog__layout {
	display: grid;
	grid-template-columns: 206px minmax(0, 864px);
	gap: 24px;
	justify-content: start;
	padding-top: 22px;
	padding-bottom: 46px;
}

@media (min-width: 1025px) {
	.pdsz-shop-catalog__layout {
		column-gap: 74px;
	}
}

.pdsz-shop-catalog__sidebar,
.pdsz-shop-catalog__content {
	min-width: 0;
}

.pdsz-shop-catalog__content {
	display: grid;
	align-content: start;
	gap: 18px;
}

.pdsz-shop-mobile-panel-trigger {
	display: none;
}

.pdsz-shop-widget__title,
.pdsz-shop-widget__eyebrow {
	margin: 0;
	color: #15161b;
	font: 600 17px/1.2 "Lato", sans-serif;
}

.pdsz-shop-widget__eyebrow {
	margin-top: 24px;
	font-size: 15px;
	text-transform: uppercase;
}

.pdsz-shop-category-list {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

.pdsz-shop-category-list__item + .pdsz-shop-category-list__item {
	margin-top: 5px;
}

.pdsz-shop-category-list__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #777 !important;
	font: 400 16px/24px "Lato", sans-serif;
	text-decoration: none;
	transition: color 0.2s ease;
}

.pdsz-shop-category-list__item.is-current .pdsz-shop-category-list__link,
.pdsz-shop-category-list__link:hover {
	color: #000 !important;
}

.pdsz-shop-category-list__item.is-current .pdsz-shop-category-list__link {
	font-weight: 700;
}

.pdsz-shop-category-list__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	width: 30px;
	height: 27.6px;
	margin-left: 8px;
	padding: 2px 0;
	border: 1px solid #919191;
	border-radius: 10px;
	background: transparent;
	color: #777;
	font: 400 14.4px/21.6px "Lato", sans-serif;
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.pdsz-shop-category-list__link:hover .pdsz-shop-category-list__count {
	border-color: #000;
	color: #000;
}

.pdsz-shop-category-list__item.is-current .pdsz-shop-category-list__count,
.pdsz-shop-category-list__item.is-current .pdsz-shop-category-list__link:hover .pdsz-shop-category-list__count {
	border-color: transparent;
	background: #b10403;
	color: #fff;
	font-weight: 700;
}

.pdsz-shop-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: 14px;
	border: 2px solid rgba(190, 190, 190, 0.55);
	border-radius: 5px;
	overflow: hidden;
}

.pdsz-shop-search input {
	min-width: 0;
	height: 44px;
	border: 0;
	padding: 0 12px;
	font: 400 14px/1 "Lato", sans-serif;
}

.pdsz-shop-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	border: 0;
	background: #b10403;
	color: #fff;
}

.pdsz-shop-search svg {
	width: 22px;
	height: 22px;
}

.pdsz-shop-catalog__content .woocommerce-notices-wrapper:empty {
	display: none;
}

.pdsz-shop-catalog__content .woocommerce-notices-wrapper {
	margin: 0;
}

.pdsz-shop-archive .products,
.pdsz-shop-related .products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.pdsz-shop-archive .products::before,
.pdsz-shop-archive .products::after,
.pdsz-shop-related .products::before,
.pdsz-shop-related .products::after {
	display: none !important;
}

.pdsz-shop-archive .products li.product,
.pdsz-shop-related .products li.product {
	float: none !important;
	clear: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0;
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid #eee;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
	text-align: center;
	list-style: none;
}

.pdsz-shop-archive .products li.product a.woocommerce-LoopProduct-link,
.pdsz-shop-related .products li.product a.woocommerce-LoopProduct-link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0;
	color: #15161b;
	text-decoration: none;
}

.pdsz-shop-archive .products li.product img,
.pdsz-shop-related .products li.product img {
	display: block !important;
	visibility: visible !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	aspect-ratio: auto;
	object-fit: fill;
	object-position: center;
	border-radius: 0;
}

.pdsz-shop-archive .products li.product .onsale,
.pdsz-shop-related .products li.product .onsale {
	background-color: #b10403 !important;
	color: #fff !important;
}

.pdsz-shop-archive .products li.product .woocommerce-loop-product__title,
.pdsz-shop-related .products li.product .woocommerce-loop-product__title {
	margin: 25px 0 12px !important;
	min-height: 64px !important;
	padding: 0 !important;
	color: #15161b;
	font: 700 16px/16px "Antonio", sans-serif;
	letter-spacing: 0.01em;
	text-transform: none;
}

.pdsz-shop-archive .products li.product .price,
.pdsz-shop-related .products li.product .price {
	display: block;
	margin: auto 0 10px;
	padding: 0;
	color: #272727 !important;
	font-family: "Lato", sans-serif;
	font-size: 22px !important;
	font-weight: 600;
	line-height: 1.2 !important;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
}

.pdsz-shop-archive .products li.product .price *,
.pdsz-shop-related .products li.product .price * {
	color: inherit !important;
}

.pdsz-shop-archive .products li.product .price ins,
.pdsz-shop-related .products li.product .price ins {
	text-decoration: none;
}

.pdsz-shop-archive .products li.product .price del,
.pdsz-shop-related .products li.product .price del {
	display: inline-block;
	margin-right: 6px;
	opacity: 0.48;
	font-size: 0.8em;
}

.pdsz-shop-archive .products li.product .price .amount,
.pdsz-shop-related .products li.product .price .amount {
	font: inherit;
}

.pdsz-shop-archive .products li.product .price .woocommerce-Price-currencySymbol,
.pdsz-shop-related .products li.product .price .woocommerce-Price-currencySymbol,
.pdsz-shop-archive .products li.product .price small,
.pdsz-shop-related .products li.product .price small {
	font-size: 0.72em;
	font-weight: 700;
	color: #60656e;
	text-transform: none;
}

.pdsz-shop-archive .products li.product .star-rating,
.pdsz-shop-related .products li.product .star-rating {
	display: none;
}

.pdsz-shop-archive .products li.product .button,
.pdsz-shop-archive .products li.product .added_to_cart,
.pdsz-shop-related .products li.product .button,
.pdsz-shop-related .products li.product .added_to_cart {
	display: block;
	width: calc(100% - 30px);
	height: 40px;
	margin: 32px 15px 15px !important;
	padding: 0 10px;
	border: 1px solid #b10403;
	border-radius: 0;
	background: #b10403;
	color: #fff;
	font: 400 14px/38px "Lato", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.pdsz-shop-archive .products li.product .button:hover,
.pdsz-shop-archive .products li.product .added_to_cart:hover,
.pdsz-shop-related .products li.product .button:hover,
.pdsz-shop-related .products li.product .added_to_cart:hover {
	background: #fff;
	color: #b10403;
}

.pdsz-shop-archive .products li.product .button.loading::after,
.pdsz-shop-related .products li.product .button.loading::after {
	display: none;
}

/* The sidecart opens after AJAX add-to-cart, so WooCommerce's extra view-cart link
 * would only add a second CTA and change the card height. */
.pdsz-shop-archive .products li.product .added_to_cart,
.pdsz-shop-related .products li.product .added_to_cart {
	display: none !important;
}

.pdsz-shop-archive__pagination {
	margin-top: 20px;
}

.pdsz-shop-archive .woocommerce-pagination {
	display: flex;
	justify-content: center;
}

.pdsz-shop-archive .woocommerce-pagination ul.page-numbers {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.pdsz-shop-archive .woocommerce-pagination ul.page-numbers li {
	border: 0;
}

.pdsz-shop-archive .woocommerce-pagination .page-numbers a,
.pdsz-shop-archive .woocommerce-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	min-height: 22px;
	padding: 0 6px;
	background: transparent;
	color: #000;
	font: 400 14px/1 "Lato", sans-serif;
}

.pdsz-shop-archive .woocommerce-pagination .current {
	background: #b10403;
	color: #fff;
}

.pdsz-shop-single .woocommerce-notices-wrapper:empty {
	display: none;
}

.pdsz-shop-single .woocommerce-product-gallery {
	opacity: 1 !important;
}

.pdsz-shop-product-stage__layout {
	display: grid;
	grid-template-columns: minmax(360px, 1fr) minmax(0, 1fr);
	gap: 80px;
	align-items: start;
	padding-top: 50px;
	padding-bottom: 50px;
}

.pdsz-shop-product-stage__media,
.pdsz-shop-product-stage__summary {
	min-width: 0;
}

.pdsz-shop-product-stage__media .woocommerce-product-gallery {
	margin: 0;
}

.pdsz-shop-product-stage__media .woocommerce-product-gallery img {
	display: block;
	width: 100%;
	height: auto;
}

.pdsz-shop-product-stage__media .woocommerce-product-gallery__trigger {
	top: 15px;
	right: 15px;
	left: auto;
	width: 36px;
	height: 36px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.9);
	color: #8d8d8d;
}

.pdsz-shop-product-stage__summary,
.pdsz-shop-product-stage__summary .pdsz-shop-breadcrumbs,
.pdsz-shop-product-stage__summary .pdsz-shop-breadcrumbs a,
.pdsz-shop-product-stage__summary .pdsz-shop-breadcrumbs span {
	color: #15161b;
}

.pdsz-shop-product-stage__summary .pdsz-shop-breadcrumbs {
	margin-bottom: 10px;
	font: 600 14px/16px "Titillium Web", sans-serif;
}

.pdsz-shop-product-stage__title {
	margin: 0 0 18px;
	color: #15161b;
	font: 400 30px/40px "Lato", sans-serif;
}

.pdsz-shop-product-stage__price .price,
.pdsz-shop-product-stage__price .amount {
	color: #b10403;
	font: 600 25px/1.25 "Lato", sans-serif;
}

.pdsz-shop-product-stage__price .price {
	margin: 0;
}

.pdsz-shop-product-stage__price small {
	color: inherit;
	font-size: 0.88em;
}

.pdsz-shop-product-stage__cart {
	margin-top: 22px;
}

.pdsz-shop-product-stage__cart form.cart,
.pdsz-shop-product-stage__cart p.cart {
	margin: 0;
}

.pdsz-shop-product-stage__cart .single_add_to_cart_button,
.pdsz-shop-product-stage__cart .single_add_to_cart_button.button.alt {
	min-width: 160px;
	padding: 15px;
	border: 0;
	background: #b10403;
	color: #fff;
	font: 700 13px/1 "Lato", sans-serif;
	text-transform: uppercase;
}

.pdsz-shop-product-stage__cart .single_add_to_cart_button:hover,
.pdsz-shop-product-stage__cart .single_add_to_cart_button.button.alt:hover {
	background: #dd1717;
	color: #fff;
}

.pdsz-shop-editorial {
	padding-top: 34px;
}

.pdsz-shop-archive-editorial {
	padding: 4px 0 46px;
	background: #fff;
}

.pdsz-shop-archive-editorial__content {
	color: #23252c;
}

.pdsz-shop-archive-editorial__content > :first-child {
	margin-top: 0;
}

.pdsz-shop-archive-editorial__content h1,
.pdsz-shop-archive-editorial__content h2,
.pdsz-shop-archive-editorial__content h3 {
	margin: 0 0 22px;
	color: #1b1d23;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

.pdsz-shop-archive-editorial__content h1 {
	font-size: clamp(38px, 4vw, 55px);
	line-height: 1.08;
}

.pdsz-shop-archive-editorial__content h2 {
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1.12;
}

.pdsz-shop-archive-editorial__content h3 {
	font-size: clamp(24px, 2.3vw, 32px);
	line-height: 1.18;
}

.pdsz-shop-archive-editorial__content p,
.pdsz-shop-archive-editorial__content li,
.pdsz-shop-archive-editorial__content div {
	color: #2b2d34;
	font: 400 18px/1.62 "Lato", sans-serif;
}

.pdsz-shop-archive-editorial__content ul,
.pdsz-shop-archive-editorial__content ol {
	padding-left: 24px;
}

.pdsz-shop-editorial__stack {
	max-width: 1130px;
	display: grid;
	gap: 18px;
}

.pdsz-shop-editorial__block {
	padding-top: 0;
}

.pdsz-shop-editorial__title {
	margin: 0 0 16px;
	color: #15161b;
	font: 400 clamp(28px, 3.1vw, 38px) / 1.08 "Lato", sans-serif;
}

.pdsz-shop-editorial__content {
	color: #15161b;
	font: 400 16px/1.36 "Lato", sans-serif;
}

.pdsz-shop-editorial__content > * {
	margin-top: 0;
	margin-bottom: 10px;
}

.pdsz-shop-editorial__content > :first-child {
	margin-top: 0;
}

.pdsz-shop-editorial__content > :last-child {
	margin-bottom: 0;
}

.pdsz-shop-editorial__content h1,
.pdsz-shop-editorial__content h2,
.pdsz-shop-editorial__content h3 {
	margin: 0 0 16px;
	color: #15161b;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	line-height: 1.08;
}

.pdsz-shop-editorial__content h1 {
	font-size: clamp(34px, 4vw, 50px);
}

.pdsz-shop-editorial__content h2 {
	font-size: clamp(28px, 2.8vw, 36px);
}

.pdsz-shop-editorial__content p,
.pdsz-shop-editorial__content div,
.pdsz-shop-editorial__content li {
	font-size: 16px;
	line-height: 1.34;
}

.pdsz-shop-editorial__content ul,
.pdsz-shop-editorial__content ol {
	padding-left: 20px;
}

.pdsz-shop-editorial__content strong {
	font-weight: 700;
}

.pdsz-shop-editorial__content img {
	max-width: 100%;
	height: auto;
}

.pdsz-shop-reviews {
	padding-top: 24px;
}

.pdsz-shop-related {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pdsz-shop-related .related > h2,
.pdsz-shop-related__title {
	margin: 0 0 15px;
	text-align: center;
	color: #15161b;
	font: 400 25px/1.2 "Lato", sans-serif;
}

.pdsz-shop-related .products {
	grid-template-columns: repeat(4, minmax(210px, 210px));
	justify-content: start;
}

.pdsz-shop-related__pagination {
	margin-top: 40px;
	text-align: center;
}

.pdsz-shop-related__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pdsz-shop-related__pagination .page-numbers .current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	min-height: 22px;
	padding: 0 6px;
	background: #b10403;
	color: #fff;
	font: 400 14px/1 "Lato", sans-serif;
}

.pdsz-shop-usps__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pdsz-shop-usps__card {
	padding: 24px;
	border: 1px solid #eee;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.pdsz-shop-usps__title {
	margin: 0 0 14px;
	color: #15161b;
	font: 400 28px/1.05 "Antonio", sans-serif;
	text-transform: uppercase;
}

.pdsz-shop-usps__text {
	color: #2b2d35;
	font: 400 17px/1.7 "Lato", sans-serif;
}

.pdsz-shop-cta__panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 32px 40px;
	background: linear-gradient(135deg, #15161b 0%, #242731 100%);
}

.pdsz-shop-cta__title {
	margin: 0;
	font-size: clamp(28px, 4vw, 50px);
}

.pdsz-shop-cta__text {
	color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 1024px) {
	.pdsz-shop-archive-hero {
		background-position: 0 0;
	}

	.pdsz-shop-catalog__layout,
	.pdsz-shop-product-stage__layout,
	.pdsz-shop-usps__grid,
	.pdsz-shop-cta__panel {
		grid-template-columns: 1fr !important;
	}

	.pdsz-shop-product-stage__layout {
		gap: 48px;
	}

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

	.pdsz-shop-related .products {
		grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
	}

	.pdsz-shop-catalog__sidebar {
		display: none;
	}

	.pdsz-shop-archive .pdsz-mobile-panel .pdsz-shop-catalog__sidebar {
		display: block;
		padding: 0 14px;
	}

	.pdsz-shop-mobile-panel-trigger {
		display: block;
		background: #fff;
		border-bottom: 1px solid rgba(21, 22, 27, 0.12);
	}

	.pdsz-shop-mobile-panel-trigger .pdsz-acf-shell {
		padding-top: 8px;
		padding-bottom: 12px;
	}

	.pdsz-shop-mobile-panel-trigger .pdsz-mobile-panel-trigger__button {
		display: inline-flex;
		align-items: center;
		gap: 14px;
		min-height: 44px;
		padding: 0;
		border: 0;
		background: transparent;
		color: #15161b;
		font: 400 17px/1.2 "Lato", sans-serif;
	}

	.pdsz-shop-mobile-panel-trigger .pdsz-mobile-panel-trigger__icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
	}

	.pdsz-shop-mobile-panel-trigger .pdsz-mobile-panel-trigger__icon svg {
		width: 24px;
		height: 24px;
	}

	.pdsz-shop-mobile-panel-trigger .pdsz-mobile-panel-trigger__label {
		display: inline-block;
	}

	.pdsz-shop-archive .pdsz-mobile-panel__header {
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 14px 14px 25px;
	}

	.pdsz-shop-archive .pdsz-mobile-panel__title {
		margin: 0;
		color: #15161b;
		font: 700 20px/1 "Antonio", sans-serif;
		letter-spacing: 0.03em;
		text-transform: uppercase;
	}

	.pdsz-shop-archive .pdsz-mobile-panel__body {
		padding-top: 0;
	}

	.pdsz-shop-archive .pdsz-mobile-panel .pdsz-shop-widget__title {
		display: none;
	}

	.pdsz-shop-archive .pdsz-mobile-panel .pdsz-shop-category-list {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.pdsz-shop-archive-hero {
		padding-top: 0;
		background-position: 50% 50%;
	}

	.pdsz-shop-archive-hero__inner {
		min-height: 155px;
		padding: 0 10px;
	}

	.pdsz-shop-archive-hero__breadcrumbs {
		top: 95px;
		left: 10px;
	}

	.pdsz-acf-shop-active .woocommerce-breadcrumb {
		font: 400 20px/30px "Antonio", sans-serif;
	}

	.pdsz-shop-archive-hero__headline {
		min-height: 155px;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		padding-top: 35px;
		transform: none;
		text-align: left;
	}

	.pdsz-shop-archive-hero__title {
		max-width: none;
		width: 100%;
		font: 700 35px/35px "Antonio", sans-serif;
		text-align: left;
	}

	.pdsz-shop-catalog__layout {
		gap: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.pdsz-shop-catalog__sidebar {
		display: none;
	}

	.pdsz-shop-archive .pdsz-mobile-panel .pdsz-shop-catalog__sidebar {
		display: block;
		padding: 0 14px;
	}

	.pdsz-shop-mobile-panel-trigger {
		display: block;
		background: #fff;
		border-bottom: 1px solid rgba(21, 22, 27, 0.12);
	}

	.pdsz-shop-mobile-panel-trigger .pdsz-acf-shell {
		padding-top: 8px;
		padding-bottom: 12px;
	}

	.pdsz-shop-widget {
		padding-bottom: 24px;
	}

	.pdsz-shop-archive .pdsz-mobile-panel__header {
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 14px 14px 25px;
	}

	.pdsz-shop-archive .pdsz-mobile-panel__title {
		margin: 0;
		color: #15161b;
		font: 700 20px/1 "Antonio", sans-serif;
		letter-spacing: 0.03em;
		text-transform: uppercase;
	}

	.pdsz-shop-archive .pdsz-mobile-panel__body {
		padding-top: 0;
	}

	.pdsz-shop-archive .pdsz-mobile-panel .pdsz-shop-widget__title {
		display: none;
	}

	.pdsz-shop-archive .pdsz-mobile-panel .pdsz-shop-category-list {
		margin-top: 0;
	}

	.pdsz-shop-archive .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 14px;
	}

	.pdsz-shop-archive .products li.product a.woocommerce-LoopProduct-link {
		flex: 1 1 auto;
		padding: 0;
	}

	.pdsz-shop-archive .products li.product .woocommerce-loop-product__title {
		min-height: 64px;
		margin: 18px 8px 10px;
		padding: 0;
		font-size: 14px;
		line-height: 16px;
	}

	.pdsz-shop-archive .products li.product .price {
		margin: 0 8px 12px;
		padding: 0;
		font-size: 20px !important;
		line-height: 1.2 !important;
	}

	.pdsz-shop-archive .products li.product .button,
	.pdsz-shop-archive .products li.product .added_to_cart {
		width: calc(100% - 24px);
		height: 40px;
		margin: 10px 12px 14px !important;
		padding: 0 8px;
		font-size: 12px;
		line-height: 38px;
	}

	.pdsz-shop-product-stage__layout {
		gap: 24px;
		padding-top: 24px;
		padding-bottom: 30px;
	}

	.pdsz-shop-product-stage__title {
		font-size: 27px;
		line-height: 1.18;
	}

	.pdsz-shop-product-stage__price .price,
	.pdsz-shop-product-stage__price .amount {
		font-size: 22px;
	}

	.pdsz-shop-product-stage__cart .single_add_to_cart_button,
	.pdsz-shop-product-stage__cart .single_add_to_cart_button.button.alt {
		width: 100%;
	}

	.pdsz-shop-editorial__content,
	.pdsz-shop-editorial__content p,
	.pdsz-shop-editorial__content div,
	.pdsz-shop-editorial__content li {
		font-size: 16px;
		line-height: 1.34;
	}

	.pdsz-shop-editorial__content h1 {
		font-size: 30px;
	}

	.pdsz-shop-editorial__content h2 {
		font-size: 24px;
	}

	.pdsz-shop-archive-editorial {
		padding: 12px 0 34px;
	}

	.pdsz-shop-archive-editorial__content h1 {
		font-size: 32px;
	}

	.pdsz-shop-archive-editorial__content h2 {
		font-size: 28px;
	}

	.pdsz-shop-archive-editorial__content p,
	.pdsz-shop-archive-editorial__content li,
	.pdsz-shop-archive-editorial__content div {
		font-size: 16px;
		line-height: 1.54;
	}

	.pdsz-shop-related {
		padding-top: 32px;
		padding-bottom: 24px;
	}

	.pdsz-shop-related .products {
		grid-template-columns: 1fr !important;
	}

	.pdsz-shop-related__title {
		font-size: 18px;
	}

	.pdsz-shop-cta__panel {
		padding: 24px;
	}
}
