/* Perfectbud Shop Archive Layout — v0.3.0.7d */
body.woocommerce-shop,
body.tax-product_cat,
body.tax-product_tag {
	--pb-shop-accent: var(--e-global-color-primary, #ef3123);
	--pb-shop-text: #151515;
	--pb-shop-muted: #6f6f6f;
	--pb-shop-border: #e4e4e1;
	--pb-shop-surface: #f5f5f2;
	--pb-shop-dark: #171717;
	--pb-shop-container: 1520px;
	--pb-shop-header-offset: 92px;
	overflow-x: hidden;
}

body.woocommerce-shop main.pb-shop,
body.tax-product_cat main.pb-shop,
body.tax-product_tag main.pb-shop {
	width: 100%;
	margin: 0;
	background: #fff;
	color: var(--pb-shop-text);
}

.pb-shop__container {
	width: min(calc(100% - 80px), var(--pb-shop-container));
	margin-inline: auto;
}

/* Hero */
.pb-shop-hero {
	width: 100%;
	padding: calc(var(--pb-shop-header-offset) + 38px) 0 58px;
	background: var(--pb-shop-dark);
	color: #fff;
}

.pb-shop-hero__breadcrumbs {
	margin-bottom: 36px;
	color: rgba(255, 255, 255, .62);
	font-size: 12px;
}

.pb-shop-hero__breadcrumbs .woocommerce-breadcrumb {
	margin: 0;
	color: inherit;
}

.pb-shop-hero__breadcrumbs a {
	color: rgba(255, 255, 255, .82);
}

.pb-shop-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(520px, .9fr);
	align-items: center;
	gap: clamp(52px, 7vw, 110px);
}

.pb-shop-hero__content {
	max-width: 760px;
}

.pb-shop-hero__eyebrow,
.pb-shop-section-heading__eyebrow {
	margin: 0 0 14px;
	color: var(--pb-shop-accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.pb-shop-hero h1.pb-shop-hero__title {
	margin: 0;
	color: #fff;
	font-size: clamp(54px, 5.4vw, 84px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: .95;
}

.pb-shop-hero p.pb-shop-hero__description {
	max-width: 720px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, .8);
	font-size: clamp(17px, 1.25vw, 20px);
	line-height: 1.65;
}

.pb-shop-hero__mode {
	align-self: center;
}

.pb-shop-hero__mode-label {
	margin: 0 0 16px;
	color: rgba(255, 255, 255, .72);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.pb-customer-switcher {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.pb-customer-switcher__item {
	display: flex;
	min-height: 124px;
	align-items: center;
	gap: 18px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, .24);
	background: rgba(255, 255, 255, .07);
	color: #fff;
	text-decoration: none;
	transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.pb-customer-switcher__item:hover,
.pb-customer-switcher__item:focus-visible,
.pb-customer-switcher__item.is-active {
	border-color: var(--pb-shop-accent);
	background: var(--pb-shop-accent);
	color: #fff;
	transform: translateY(-2px);
}

.pb-customer-switcher__item:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.pb-customer-switcher__icon {
	display: grid;
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	place-items: center;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: inherit;
	font-size: 11px;
	font-weight: 800;
}

.pb-customer-switcher__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.pb-customer-switcher__label {
	color: inherit;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

.pb-customer-switcher__description {
	margin-top: 6px;
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	line-height: 1.45;
}

.pb-customer-switcher__item:hover .pb-customer-switcher__description,
.pb-customer-switcher__item:focus-visible .pb-customer-switcher__description,
.pb-customer-switcher__item.is-active .pb-customer-switcher__description {
	color: rgba(255, 255, 255, .9);
}

.pb-customer-switcher__all {
	display: inline-flex;
	margin-top: 15px;
	color: rgba(255, 255, 255, .76);
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.pb-customer-switcher__all:hover {
	color: #fff;
}

.pb-shop-hero__account {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 9px;
	margin-top: 20px;
	color: rgba(255, 255, 255, .65);
	font-size: 12px;
}

.pb-shop-hero__account strong {
	color: #fff;
}

.pb-shop-hero__account a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* Categories */
.pb-shop-categories {
	padding: 58px 0 24px;
	background: #fff;
}

.pb-shop-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 26px;
}

.pb-shop-section-heading h2,
.pb-shop-toolbar__heading h2 {
	margin: 0;
	color: var(--pb-shop-text);
	font-size: clamp(30px, 2.7vw, 44px);
	font-weight: 800;
	line-height: 1;
}

.pb-shop-section-heading > a {
	color: var(--pb-shop-text);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.pb-shop-section-heading > a:hover {
	color: var(--pb-shop-accent);
}

.pb-category-rail {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pb-category-card {
	position: relative;
	display: grid;
	min-height: 132px;
	grid-template-columns: 84px minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 18px;
	border: 1px solid var(--pb-shop-border);
	background: #fff;
	color: var(--pb-shop-text);
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pb-category-card:hover,
.pb-category-card:focus-visible,
.pb-category-card.is-active {
	border-color: var(--pb-shop-accent);
	box-shadow: 0 14px 36px rgba(0, 0, 0, .07);
	transform: translateY(-3px);
}

.pb-category-card__media {
	display: grid;
	width: 84px;
	height: 84px;
	place-items: center;
	overflow: hidden;
	background: var(--pb-shop-surface);
}

.pb-category-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pb-category-card__placeholder {
	width: 34px;
	height: 34px;
	border: 2px solid var(--pb-shop-accent);
	transform: rotate(45deg);
}

.pb-category-card__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.pb-category-card__content strong {
	color: var(--pb-shop-text);
	font-size: 15px;
	line-height: 1.3;
}

.pb-category-card__content small {
	margin-top: 7px;
	color: var(--pb-shop-muted);
	font-size: 11px;
}

.pb-category-card__arrow {
	color: var(--pb-shop-accent);
	font-size: 20px;
}

/* Dynamic banner */
.pb-shop-promotion {
	padding: 28px 0 8px;
}

.pb-shop-banner {
	position: relative;
	isolation: isolate;
	min-height: 320px;
	overflow: hidden;
	background: #121212;
	color: #fff;
}

.pb-shop-banner::before {
	position: absolute;
	z-index: -2;
	inset: 0;
	background-image: var(--pb-shop-banner-image, none);
	background-position: center;
	background-size: cover;
	content: "";
}

.pb-shop-banner__overlay {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(90deg, rgba(10, 10, 10, .97), rgba(10, 10, 10, .78) 58%, rgba(10, 10, 10, .28));
}

.pb-shop-banner__content {
	display: flex;
	min-height: 320px;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	padding: clamp(36px, 5vw, 66px);
}

.pb-shop-banner__copy {
	max-width: 780px;
}

.pb-shop-banner__eyebrow {
	margin: 0 0 13px;
	color: var(--pb-shop-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.pb-shop-banner h2.pb-shop-banner__title {
	max-width: 740px;
	margin: 0;
	color: #fff;
	font-size: clamp(32px, 3.7vw, 54px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.03;
}

.pb-shop-banner p.pb-shop-banner__description {
	max-width: 680px;
	margin: 19px 0 0;
	color: rgba(255, 255, 255, .8);
	font-size: 16px;
	line-height: 1.65;
}

.pb-shop-banner__button {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-top: 26px;
	padding: 15px 21px;
	background: var(--pb-shop-accent);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.pb-shop-banner__button:hover {
	background: #fff;
	color: #111;
	transform: translateY(-2px);
}

.pb-shop-banner__status {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 10px;
	padding: 12px 15px;
	border: 1px solid rgba(255, 255, 255, .28);
	background: rgba(0, 0, 0, .4);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.pb-shop-banner__status-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}

.pb-shop-banner--b2b .pb-shop-banner__status-dot { background: #5fd18b; }
.pb-shop-banner--pending .pb-shop-banner__status-dot { background: #f3bf54; }

/* Catalogue */
.pb-shop__body {
	display: grid;
	grid-template-columns: minmax(230px, 272px) minmax(0, 1fr);
	gap: clamp(42px, 4vw, 68px);
	padding-block: 70px 104px;
}

.pb-shop-sidebar {
	position: sticky;
	top: calc(var(--pb-shop-header-offset) + 24px);
	align-self: start;
	min-width: 0;
}

.pb-shop-sidebar__section {
	position: static;
}

/* Sidebar remains one sticky column. Keeping the category list and support card
   in the same flow prevents the support card from sliding underneath the list. */
.pb-shop-sidebar {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.pb-shop-sidebar__section {
	padding: 26px 24px 8px;
	border: 1px solid var(--pb-shop-border);
	background: #fff;
}

.pb-shop-sidebar__title {
	margin: 0 0 20px;
	color: var(--pb-shop-text);
	font-size: 28px;
	font-weight: 800;
}

.pb-shop-sidebar__list {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--pb-shop-border);
	list-style: none;
}

.pb-shop-sidebar__list li {
	border-bottom: 1px solid var(--pb-shop-border);
}

.pb-shop-sidebar__list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 15px 2px;
	color: var(--pb-shop-text);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: color .2s ease, padding-left .2s ease;
}

.pb-shop-sidebar__list a:hover,
.pb-shop-sidebar__list a.is-active {
	padding-left: 7px;
	color: var(--pb-shop-accent);
}

.pb-shop-sidebar__count {
	color: var(--pb-shop-muted);
	font-size: 11px;
}

.pb-shop-sidebar__support {
	margin-top: 0;
	padding: 28px;
	background: var(--pb-shop-dark);
	color: #fff;
}

.pb-shop-sidebar__support-label {
	margin: 0 0 11px;
	color: var(--pb-shop-accent);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.pb-shop-sidebar__support h2 {
	margin: 0 0 22px;
	color: #fff;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.4;
}

.pb-shop-sidebar__support a {
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.pb-shop-catalogue {
	min-width: 0;
}

.pb-shop-toolbar {
	display: flex;
	min-height: 64px;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	margin-bottom: 28px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--pb-shop-border);
}

.pb-shop-toolbar__heading {
	display: flex;
	align-items: baseline;
	gap: 18px;
}

.pb-shop-toolbar .woocommerce-result-count,
.pb-shop-toolbar .woocommerce-ordering {
	float: none;
	margin: 0;
}

.pb-shop-toolbar .woocommerce-result-count {
	color: var(--pb-shop-muted);
	font-size: 12px;
}

.pb-shop-toolbar .woocommerce-ordering select {
	min-width: 230px;
	padding: 13px 42px 13px 15px;
	border: 1px solid var(--pb-shop-border);
	border-radius: 0;
	background-color: #fff;
	color: var(--pb-shop-text);
	font-size: 13px;
}

.pb-shop-catalogue ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px 22px;
	margin: 0;
}

.pb-shop-catalogue ul.products::before,
.pb-shop-catalogue ul.products::after {
	display: none;
}

.pb-shop-catalogue ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
}

.pb-shop-catalogue .woocommerce-pagination {
	margin-top: 58px;
}

.pb-b2b-price-label {
	display: block;
	margin-top: .35rem;
	color: var(--pb-shop-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

@media (max-width: 1240px) {
	.pb-shop-hero__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.pb-shop-hero__mode {
		max-width: 760px;
	}

	.pb-category-rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	body.woocommerce-shop,
	body.tax-product_cat,
	body.tax-product_tag {
		--pb-shop-header-offset: 78px;
	}

	.pb-shop__container {
		width: min(calc(100% - 40px), var(--pb-shop-container));
	}

	.pb-shop__body {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.pb-shop-sidebar__section {
		position: static;
	}

	.pb-shop-sidebar__support {
		display: none;
	}

	.pb-shop-sidebar__list {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding-bottom: 8px;
		border: 0;
	}

	.pb-shop-sidebar__list li {
		flex: 0 0 auto;
		border: 0;
	}

	.pb-shop-sidebar__list a {
		padding: 10px 14px;
		border: 1px solid var(--pb-shop-border);
	}

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

@media (max-width: 680px) {
	.pb-shop__container {
		width: min(calc(100% - 28px), var(--pb-shop-container));
	}

	.pb-shop-hero {
		padding-top: calc(var(--pb-shop-header-offset) + 26px);
		padding-bottom: 42px;
	}

	.pb-customer-switcher {
		grid-template-columns: 1fr;
	}

	.pb-customer-switcher__item {
		min-height: 98px;
	}

	.pb-shop-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.pb-category-rail {
		display: flex;
		overflow-x: auto;
		padding-bottom: 10px;
		scroll-snap-type: x mandatory;
	}

	.pb-category-card {
		min-width: 276px;
		scroll-snap-align: start;
	}

	.pb-shop-banner,
	.pb-shop-banner__content {
		min-height: 390px;
	}

	.pb-shop-banner__content {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-end;
	}

	.pb-shop-banner__status {
		white-space: normal;
	}

	.pb-shop-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.pb-shop-toolbar__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.pb-shop-toolbar .woocommerce-ordering,
	.pb-shop-toolbar .woocommerce-ordering select {
		width: 100%;
	}

	.pb-shop-catalogue ul.products {
		gap: 24px 12px;
	}
}

@media (max-width: 430px) {
	.pb-shop-catalogue ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.pb-shop-sidebar {
		position: static;
		top: auto;
	}
}

/* ========================================================================== 
   Shop contrast and hero corrections
   Version: 0.3.0.7e
   ========================================================================== */
body.woocommerce-shop .pb-shop-hero,
body.tax-product_cat .pb-shop-hero,
body.tax-product_tag .pb-shop-hero {
	color: #fff;
}

body.woocommerce-shop .pb-shop-hero .pb-shop-hero__title,
body.tax-product_cat .pb-shop-hero .pb-shop-hero__title,
body.tax-product_tag .pb-shop-hero .pb-shop-hero__title,
body.woocommerce-shop .pb-shop-hero .pb-customer-switcher__label,
body.tax-product_cat .pb-shop-hero .pb-customer-switcher__label,
body.tax-product_tag .pb-shop-hero .pb-customer-switcher__label,
body.woocommerce-shop .pb-shop-hero .pb-customer-switcher__icon,
body.tax-product_cat .pb-shop-hero .pb-customer-switcher__icon,
body.tax-product_tag .pb-shop-hero .pb-customer-switcher__icon {
	color: #fff;
}

body.woocommerce-shop .pb-shop-hero .pb-shop-hero__description,
body.tax-product_cat .pb-shop-hero .pb-shop-hero__description,
body.tax-product_tag .pb-shop-hero .pb-shop-hero__description,
body.woocommerce-shop .pb-shop-hero .pb-customer-switcher__description,
body.tax-product_cat .pb-shop-hero .pb-customer-switcher__description,
body.tax-product_tag .pb-shop-hero .pb-customer-switcher__description {
	color: rgba(255, 255, 255, .78);
}

body.woocommerce-shop .pb-shop-hero .pb-customer-switcher__item,
body.tax-product_cat .pb-shop-hero .pb-customer-switcher__item,
body.tax-product_tag .pb-shop-hero .pb-customer-switcher__item {
	color: #fff;
}

body.woocommerce-shop .pb-shop-hero .pb-customer-switcher__all,
body.tax-product_cat .pb-shop-hero .pb-customer-switcher__all,
body.tax-product_tag .pb-shop-hero .pb-customer-switcher__all,
body.woocommerce-shop .pb-shop-hero .pb-shop-hero__account a,
body.tax-product_cat .pb-shop-hero .pb-shop-hero__account a,
body.tax-product_tag .pb-shop-hero .pb-shop-hero__account a {
	color: #fff;
}

body.woocommerce-shop .pb-shop-hero .pb-customer-switcher__item:hover,
body.woocommerce-shop .pb-shop-hero .pb-customer-switcher__item:focus-visible,
body.woocommerce-shop .pb-shop-hero .pb-customer-switcher__item.is-active,
body.tax-product_cat .pb-shop-hero .pb-customer-switcher__item:hover,
body.tax-product_cat .pb-shop-hero .pb-customer-switcher__item:focus-visible,
body.tax-product_cat .pb-shop-hero .pb-customer-switcher__item.is-active,
body.tax-product_tag .pb-shop-hero .pb-customer-switcher__item:hover,
body.tax-product_tag .pb-shop-hero .pb-customer-switcher__item:focus-visible,
body.tax-product_tag .pb-shop-hero .pb-customer-switcher__item.is-active {
	color: #fff;
}

/* v0.9.4.2 — compact mobile archive rhythm and real two-column grid */
@media (max-width: 767px) {
	:root {
		--mobile-section-gap: calc(var(--pb-space-xl) + var(--pb-space-xs) - 2px);
		--mobile-card-gap: var(--pb-container-mobile);
		--mobile-content-gap: var(--pb-space-md);
		--mobile-page-padding: var(--pb-space-md);
	}

	body.woocommerce-shop .pb-shop,
	body.tax-product_cat .pb-shop,
	body.tax-product_tag .pb-shop {
		overflow-x: clip;
	}

	.pb-shop__container {
		width: calc(100% - (var(--mobile-page-padding) * 2));
	}

	.pb-shop-hero {
		padding-top: 18px;
		padding-bottom: 28px;
	}

	.pb-shop__body {
		gap: 28px;
	}

	.pb-shop-sidebar__section {
		padding: 14px;
	}

	.pb-shop-toolbar {
		gap: 16px;
		margin-bottom: 20px;
	}

	.pb-shop-catalogue ul.products,
	body.woocommerce-shop .pb-shop-catalogue ul.products,
	body.tax-product_cat .pb-shop-catalogue ul.products,
	body.tax-product_tag .pb-shop-catalogue ul.products,
	.woocommerce .pb-shop-catalogue ul.products {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--mobile-card-gap) 10px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.pb-shop-catalogue ul.products::before,
	.pb-shop-catalogue ul.products::after {
		display: none;
		content: none;
	}

	.pb-shop-catalogue ul.products li.product,
	body.woocommerce-shop .pb-shop-catalogue ul.products li.product,
	body.tax-product_cat .pb-shop-catalogue ul.products li.product,
	body.tax-product_tag .pb-shop-catalogue ul.products li.product,
	.woocommerce .pb-shop-catalogue ul.products li.product {
		float: none;
		clear: none;
		width: auto;
		min-width: 0;
		max-width: none;
		margin: 0;
	}
}

@media (max-width: 360px) {
	.pb-shop__container {
		width: calc(100% - 24px);
	}

	.pb-shop-catalogue ul.products,
	body.woocommerce-shop .pb-shop-catalogue ul.products,
	body.tax-product_cat .pb-shop-catalogue ul.products,
	body.tax-product_tag .pb-shop-catalogue ul.products {
		gap: 12px 8px;
	}
}

/* v0.9.4.3 — balanced two-column mobile catalogue gutters */
@media (max-width: 767px) {
	.pb-shop__container,
	body.woocommerce-shop .pb-shop__container,
	body.tax-product_cat .pb-shop__container,
	body.tax-product_tag .pb-shop__container {
		width: calc(100% - 32px);
		margin-inline: auto;
	}

	.pb-shop__body {
		padding-block: 32px 48px;
	}

	.pb-shop-catalogue {
		width: 100%;
		min-width: 0;
	}

	.pb-shop-catalogue ul.products,
	body.woocommerce-shop .pb-shop-catalogue ul.products,
	body.tax-product_cat .pb-shop-catalogue ul.products,
	body.tax-product_tag .pb-shop-catalogue ul.products,
	.woocommerce .pb-shop-catalogue ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 12px;
		row-gap: 16px;
		box-sizing: border-box;
		width: 100%;
		padding: 0;
	}

	.pb-shop-catalogue ul.products li.product,
	body.woocommerce-shop .pb-shop-catalogue ul.products li.product,
	body.tax-product_cat .pb-shop-catalogue ul.products li.product,
	body.tax-product_tag .pb-shop-catalogue ul.products li.product,
	.woocommerce .pb-shop-catalogue ul.products li.product {
		min-width: 0;
		width: 100%;
	}
}

@media (max-width: 360px) {
	.pb-shop__container,
	body.woocommerce-shop .pb-shop__container,
	body.tax-product_cat .pb-shop__container,
	body.tax-product_tag .pb-shop__container {
		width: calc(100% - 24px);
	}

	.pb-shop-catalogue ul.products,
	body.woocommerce-shop .pb-shop-catalogue ul.products,
	body.tax-product_cat .pb-shop-catalogue ul.products,
	body.tax-product_tag .pb-shop-catalogue ul.products {
		column-gap: 8px;
	}
}
