/*
Theme Name: GeneratePress Bricolage
Theme URI: https://bricolage.com.ua/
Description: Bricolage child theme for GeneratePress frontend refinements.
Author: Bricolage
Template: generatepress
Version: 1.0.4
Text Domain: generatepress-bricolage
*/

.site-header {
	display: none;
}

.site-footer {
	display: block !important;
}

@media (min-width: 901px) {
	.grid-container {
		max-width: 1280px;
	}

	.single-product .container.grid-container,
	.single-product .site-content,
	.single-product #primary.content-area,
	.single-product #main.site-main,
	.single-product .inside-article,
	.single-product article.product,
	.single-product .entry-content,
	.single-product div.product {
		max-width: 1280px !important;
		width: 100% !important;
	}

	.single-product .container.grid-container,
	.single-product .site-content,
	.single-product #primary.content-area,
	.single-product #main.site-main,
	.single-product .inside-article,
	.single-product article.product,
	.single-product .entry-content,
	.single-product div.product {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

.bricolage-store-header {
	background: #ffffff;
	border-bottom: 1px solid rgba(32, 32, 32, 0.12);
	position: relative;
	z-index: 20;
}

.bricolage-store-header__top {
	background: #202020;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

body > header > div:first-child,
body > header > div:first-child a,
body > header > div:first-child a:hover,
body > header > div:first-child a:focus {
	color: #ffffff !important;
}

.bricolage-store-header__top-inner {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 38px;
}

.bricolage-store-public-nav {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
	min-height: 38px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.bricolage-store-public-nav a {
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.bricolage-store-public-nav a:hover,
.bricolage-store-public-nav a:focus {
	background: transparent;
	color: #ffffff !important;
	text-decoration: none;
}

.bricolage-store-header__main {
	background: #ffffff;
}

.bricolage-store-header__main-inner {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: auto auto minmax(240px, 1fr) auto auto auto;
	min-height: 82px;
}

.bricolage-catalog-toggle a,
.bricolage-store-brand,
.bricolage-store-phone,
.bricolage-store-auth__link,
.bricolage-store-messenger {
	align-items: center;
	display: inline-flex;
	text-decoration: none;
}

.bricolage-catalog-toggle a {
	background: #126b57;
	border-radius: 8px;
	color: #ffffff;
	font-weight: 800;
	gap: 8px;
	min-height: 46px;
	padding: 0 16px;
}

.bricolage-catalog-toggle a:hover {
	background: #0d5645;
	color: #ffffff;
}

/* =========================================================
   Mobile menu (off-canvas)
   ========================================================= */

.bricolage-mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: flex;
	align-items: stretch;
}

.bricolage-mobile-menu[hidden] {
	display: none;
}

.bricolage-mobile-menu.is-open {
	display: flex;
}

.bricolage-mobile-menu__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	z-index: 1;
}

.bricolage-mobile-menu__panel {
	position: relative;
	width: 90%;
	height: 100%;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	z-index: 2;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
	animation: slideIn 0.3s ease-out;
}

@media (min-width: 901px) {
	.bricolage-mobile-menu__panel {
		width: 380px;
		max-width: 380px;
	}
}

@media (max-width: 900px) {
	.bricolage-mobile-menu__panel {
		width: 85%;
		max-width: 360px;
	}
}

@keyframes slideIn {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}

.bricolage-mobile-menu__header {
	padding: 16px;
	border-bottom: 1px solid rgba(32, 32, 32, 0.12);
	background: #ffffff;
}

.bricolage-mobile-menu__header h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	color: #202020;
}

.bricolage-mobile-menu__content {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0;
}

/* Mobile categories list */
.bricolage-mobile-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bricolage-mobile-categories__item {
	border-bottom: 1px solid rgba(32, 32, 32, 0.08);
}

.bricolage-mobile-categories__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	color: #202020;
	text-decoration: none;
	font-weight: 500;
	gap: 12px;
	transition: background 0.2s;
}

.bricolage-mobile-categories__link:hover {
	background: #eef7f3;
	color: #0d5645;
}

.bricolage-mobile-categories__link span {
	flex: 1;
	text-align: left;
}

/* Subcategories */
.bricolage-mobile-categories__children {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #f8f6f0;
}

.bricolage-mobile-categories__children .bricolage-mobile-categories__item {
	border: none;
	border-bottom: 1px solid rgba(32, 32, 32, 0.04);
}

.bricolage-mobile-categories__children .bricolage-mobile-categories__link {
	padding-left: 32px;
	font-size: 14px;
	color: #4f4f4f;
}

.bricolage-mobile-categories__children .bricolage-mobile-categories__link:hover {
	background: #e8eae5;
	color: #0d5645;
}

/* Lock body scroll when menu is open */
body.bricolage-mobile-menu-open {
	overflow: hidden;
}

.bricolage-store-brand {
	color: #202020;
	font-size: 26px;
	font-weight: 800;
	line-height: 1;
}

.bricolage-store-brand:hover {
	color: #126b57;
}

.bricolage-store-search {
	align-items: stretch;
	display: flex;
	min-width: 0;
}

.bricolage-store-search input[type="search"] {
	background: #f7f7f4;
	border: 1px solid rgba(32, 32, 32, 0.16);
	border-radius: 8px 0 0 8px;
	color: #202020;
	height: 46px;
	min-width: 0;
	padding: 0 14px;
	width: 100%;
}

.bricolage-store-search button {
	background: #202020;
	border: 0;
	border-radius: 0 8px 8px 0;
	color: #ffffff;
	font-weight: 800;
	min-width: 92px;
	padding: 0 16px;
}

.bricolage-store-search button:hover {
	background: #126b57;
	color: #ffffff;
}

.bricolage-store-phone {
	color: #202020;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

.bricolage-store-phone:hover {
	color: #126b57;
}

.bricolage-store-auth {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	white-space: nowrap;
}

.bricolage-store-auth__link {
	border: 1px solid rgba(32, 32, 32, 0.18);
	border-radius: 8px;
	color: #202020;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 40px;
	padding: 0 12px;
}

.bricolage-store-auth__link:hover,
.bricolage-store-auth__link:focus {
	border-color: #126b57;
	color: #126b57;
	text-decoration: none;
}

.bricolage-store-messengers {
	align-items: center;
	display: flex;
	gap: 8px;
}

.bricolage-store-messenger {
	border-radius: 8px;
	color: #ffffff;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.bricolage-store-messenger svg {
	fill: currentColor;
	height: 23px;
	width: 23px;
}

.bricolage-store-messenger--viber {
	background: #7360f2;
}

.bricolage-store-messenger--telegram {
	background: #229ed9;
}

.bricolage-store-messenger--whatsapp {
	background: #1da851;
}

.bricolage-store-messenger--signal {
	background: #3a76f0;
}

.bricolage-store-messenger:hover {
	color: #ffffff;
	filter: brightness(0.92);
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button,
.bricolage-store-search button {
	background: #000000 !important;
	border: 1px solid #000000 !important;
	border-radius: 8px !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

/* Catalog toggle button - visible on all screen sizes */
.bricolage-catalog-toggle {
	background: #126b57;
	border: none;
	border-radius: 8px;
	color: #ffffff;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 16px;
	cursor: pointer;
	font-size: 15px;
	transition: background 0.2s;
}

.bricolage-catalog-toggle:hover {
	background: #0d5645;
	color: #ffffff;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wc-block-components-button:hover,
.bricolage-catalog-toggle a:hover,
.bricolage-store-search button:hover {
	background: #ffffff !important;
	color: #000000 !important;
}

.slideout-navigation.main-navigation {
	background: #ffffff;
	color: #202020;
	width: min(420px, 88vw);
}

.slideout-navigation button.slideout-exit {
	color: #202020;
}

.slideout-navigation .main-nav {
	display: none;
}

.bricolage-slideout-catalog {
	padding: 18px 20px 32px;
	background: #ffffff;
	color: #202020;
}

.bricolage-slideout-catalog h2 {
	color: #202020;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 18px;
}

.bricolage-slideout-categories {
	display: grid;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bricolage-slideout-categories ul {
	border-left: 1px solid rgba(32, 32, 32, 0.12);
	margin: 6px 0 8px 12px;
	padding-left: 12px;
}

.bricolage-slideout-categories a {
	align-items: center;
	border-radius: 8px;
	color: #202020;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	line-height: 1.25;
	min-height: 42px;
	padding: 9px 10px;
	text-decoration: none;
}

.bricolage-slideout-categories a:hover {
	background: #eef7f3;
	color: #0d5645;
}

.bricolage-slideout-categories small {
	background: #f0f0ed;
	border-radius: 999px;
	color: #4f4f4f;
	font-size: 12px;
	font-weight: 800;
	min-width: 28px;
	padding: 3px 7px;
	text-align: center;
}

.woocommerce div.product {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	align-items: start;
}

.woocommerce div.product .woocommerce-product-gallery {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr);
	float: none !important;
	margin: 0 !important;
	opacity: 1 !important;
	width: 100% !important;
}

.bricolage-product-gallery__thumbs {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 4px;
	scrollbar-width: thin;
}

.bricolage-product-gallery__thumb {
	background: #ffffff;
	border: 1px solid rgba(32, 32, 32, 0.14);
	border-radius: 8px;
	display: block;
	flex: 0 0 82px;
	padding: 5px;
}

.bricolage-product-gallery__thumb.is-active {
	border-color: #000000;
}

.bricolage-product-gallery__thumb img {
	aspect-ratio: 1;
	border-radius: 6px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
	background: #f7f7f4;
	border-radius: 8px;
	display: block;
	width: 100%;
}

.woocommerce div.product .summary {
	background: #ffffff;
	border: 1px solid rgba(32, 32, 32, 0.12);
	border-radius: 8px;
	float: none !important;
	margin: 0 !important;
	padding: clamp(22px, 3vw, 34px);
	width: 100% !important;
}

.bricolage-product-kicker {
	color: #5f6368;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.bricolage-product-kicker span {
	background: rgba(32, 32, 32, 0.28);
	height: 4px;
	margin-top: 0.6em;
	width: 4px;
}

.woocommerce div.product .product_title {
	color: #151515;
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 800;
	line-height: 1.08;
	margin-bottom: 14px;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 14px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #000000 !important;
	font-size: 34px;
	font-weight: 800;
	margin: 14px 0;
}

.bricolage-product-stock {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 16px;
	padding: 9px 12px;
}

.bricolage-product-stock--instock {
	background: #eaf7ef;
	color: #116b35;
}

.bricolage-product-stock--outofstock {
	background: #f5eeee;
	color: #8a1f1f;
}

.bricolage-product-stock--onbackorder {
	background: #fff4d6;
	color: #7a5200;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	color: #343434;
	font-size: 17px;
	line-height: 1.7;
}

.woocommerce div.product form.cart {
	align-items: center;
	display: flex;
	gap: 12px;
	margin: 20px 0;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0 !important;
}

.woocommerce div.product form.cart .qty {
	border-radius: 8px;
	height: 48px;
	width: 78px;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
	flex: 1;
	min-height: 50px;
}

.bricolage-product-trust {
	border: 1px solid rgba(32, 32, 32, 0.12);
	border-radius: 8px;
	display: grid;
	gap: 0;
	margin: 20px 0;
	overflow: hidden;
}

.bricolage-product-trust__item {
	background: #ffffff;
	border-bottom: 1px solid rgba(32, 32, 32, 0.1);
	color: #202020;
	display: grid;
	gap: 3px;
	padding: 14px 16px;
	text-decoration: none;
}

.bricolage-product-trust__item:last-child {
	border-bottom: 0;
}

.bricolage-product-trust__item strong {
	font-size: 15px;
}

.bricolage-product-trust__item span {
	color: #5f6368;
	font-size: 14px;
	line-height: 1.45;
}

.woocommerce div.product .product_meta {
	border-top: 1px solid rgba(32, 32, 32, 0.12);
	color: #5f6368;
	display: grid;
	gap: 6px;
	margin-top: 18px;
	padding-top: 16px;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .up-sells {
	grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs {
	background: #ffffff;
	border: 1px solid rgba(32, 32, 32, 0.12);
	border-radius: 8px;
	padding: clamp(18px, 3vw, 32px);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	border: 0;
	display: flex;
	gap: 8px;
	margin: 0 0 24px;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #ffffff;
	border: 1px solid #000000;
	border-radius: 8px;
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #000000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #000000 !important;
	font-weight: 800;
	padding: 10px 14px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #ffffff !important;
}

.bricolage-public-page {
	background: #f7f7f4;
	color: #202020;
}

.bricolage-public-hero {
	background: #ffffff;
	border-bottom: 1px solid rgba(32, 32, 32, 0.1);
	padding: 56px 0 40px;
}

.bricolage-public-hero__inner {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	align-items: center;
}

.bricolage-public-hero__copy {
	max-width: 760px;
}

.bricolage-public-hero h1 {
	font-size: clamp(34px, 5vw, 64px);
	line-height: 1.02;
	margin: 10px 0 0;
}

.bricolage-public-hero p {
	color: #4f4f4f;
	font-size: 18px;
	line-height: 1.65;
	margin: 18px 0 0;
	max-width: 680px;
}

.bricolage-public-hero__image {
	margin: 0;
}

.bricolage-public-hero__image img {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.bricolage-public-layout {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) 320px;
	padding-bottom: 56px;
	padding-top: 40px;
}

.bricolage-public-content {
	background: #ffffff;
	border: 1px solid rgba(32, 32, 32, 0.1);
	border-radius: 8px;
	padding: clamp(24px, 4vw, 44px);
}

.bricolage-public-content > :first-child {
	margin-top: 0;
}

.bricolage-public-content > :last-child {
	margin-bottom: 0;
}

.bricolage-public-content h2,
.bricolage-public-content h3,
.bricolage-public-content h4 {
	color: #151515;
	line-height: 1.18;
	margin-top: 1.4em;
}

.bricolage-public-content p,
.bricolage-public-content li {
	color: #343434;
	font-size: 17px;
	line-height: 1.75;
}

.bricolage-public-content a {
	color: #126b57;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.bricolage-public-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bricolage-public-panel {
	background: #ffffff;
	border: 1px solid rgba(32, 32, 32, 0.1);
	border-radius: 8px;
	padding: 22px;
}

.bricolage-public-panel h2 {
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.bricolage-public-panel p {
	color: #4f4f4f;
	line-height: 1.6;
	margin: 0 0 16px;
}

.bricolage-public-actions,
.bricolage-public-links {
	display: grid;
	gap: 10px;
}

.bricolage-public-actions a,
.bricolage-public-links a {
	align-items: center;
	border: 1px solid rgba(18, 107, 87, 0.24);
	border-radius: 8px;
	color: #126b57;
	display: flex;
	font-weight: 700;
	line-height: 1.3;
	min-height: 44px;
	padding: 10px 12px;
	text-decoration: none;
}

.bricolage-public-actions a:hover,
.bricolage-public-links a:hover {
	background: #eef7f3;
	color: #0d5645;
}

.bricolage-front-page {
	background: #f5f6f2;
	color: #202020;
	overflow: hidden;
}

.bricolage-front-products {
	background: #f5f6f2;
	padding: clamp(32px, 5vw, 58px) 0;
}

.bricolage-front-products h1 {
	color: #202020;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 800;
	line-height: 1;
	margin: 0 0 28px;
}

.bricolage-front-products .woocommerce ul.products {
	margin-bottom: 0;
}

.bricolage-front-products .woocommerce ul.products li.product,
.bricolage-front-products ul.products li.product {
	background: #ffffff;
	border: 1px solid rgba(32, 32, 32, 0.1);
	border-radius: 8px;
	overflow: hidden;
	padding-bottom: 16px;
}

.bricolage-front-products ul.products li.product a img {
	background: #eef0eb;
	margin: 0 0 14px;
}

.bricolage-front-products ul.products li.product .woocommerce-loop-product__title {
	color: #202020;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
	padding: 0 14px;
}

.bricolage-front-products ul.products li.product .price {
	color: #202020 !important;
	font-size: 16px;
	font-weight: 800;
	padding: 0 14px;
}

.bricolage-front-products ul.products li.product .button {
	font-size: 13px;
	margin-left: 14px;
	margin-right: 14px;
	min-height: 36px;
	padding: 8px 12px;
}

.bricolage-front-hero {
	background: #202020;
	color: #ffffff;
	padding: clamp(34px, 5vw, 72px) 0 clamp(28px, 4vw, 56px);
}

.bricolage-front-hero__inner {
	align-items: center;
	display: grid;
	gap: clamp(28px, 5vw, 58px);
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

.bricolage-front-eyebrow {
	color: #2f8f72;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.bricolage-front-hero__copy h1 {
	color: #ffffff;
	font-size: clamp(38px, 6vw, 76px);
	font-weight: 800;
	line-height: 0.98;
	margin: 0;
	max-width: 880px;
}

.bricolage-front-hero__copy p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 19px;
	line-height: 1.65;
	margin: 20px 0 0;
	max-width: 720px;
}

.bricolage-front-search {
	align-items: stretch;
	display: flex;
	margin-top: 28px;
	max-width: 720px;
}

.bricolage-front-search input[type="search"] {
	background: #ffffff;
	border: 0;
	border-radius: 8px 0 0 8px;
	color: #202020;
	font-size: 16px;
	min-height: 54px;
	min-width: 0;
	padding: 0 16px;
	width: 100%;
}

.bricolage-front-search button {
	border-radius: 0 8px 8px 0 !important;
	min-width: 112px;
}

.bricolage-front-hero__actions,
.bricolage-front-contact__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.bricolage-front-hero__actions .button,
.bricolage-front-contact__actions .button {
	font-size: 14px;
	line-height: 1.2;
	min-height: 38px;
	padding: 0 13px;
}

.bricolage-front-link {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 8px;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	min-height: 38px;
	padding: 0 13px;
	text-decoration: none;
}

.bricolage-front-link:hover,
.bricolage-front-link:focus {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff !important;
	text-decoration: none;
}

.bricolage-front-hero__visual {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bricolage-front-hero-tile {
	background: #ffffff;
	border-radius: 8px;
	color: #202020;
	display: grid;
	min-height: 230px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.bricolage-front-hero-tile img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.bricolage-front-hero-tile::after {
	background: linear-gradient(180deg, rgba(32, 32, 32, 0), rgba(32, 32, 32, 0.74));
	content: "";
	inset: 0;
	position: absolute;
}

.bricolage-front-hero-tile span {
	align-self: end;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.15;
	padding: 18px;
	position: relative;
	z-index: 1;
}

.bricolage-front-band {
	background: #ffffff;
	border-bottom: 1px solid rgba(32, 32, 32, 0.1);
}

.bricolage-front-metrics {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bricolage-front-metrics div {
	border-left: 1px solid rgba(32, 32, 32, 0.1);
	display: grid;
	gap: 6px;
	padding: 22px 24px;
}

.bricolage-front-metrics div:last-child {
	border-right: 1px solid rgba(32, 32, 32, 0.1);
}

.bricolage-front-metrics strong {
	color: #202020;
	font-size: 26px;
	font-weight: 800;
	line-height: 1;
}

.bricolage-front-metrics span {
	color: #5f6368;
	font-size: 14px;
	line-height: 1.35;
}

.bricolage-front-section {
	padding: clamp(42px, 6vw, 76px) 0;
}

.bricolage-front-section--soft {
	background: #ffffff;
}

.bricolage-front-section--journal {
	background: #eef7f3;
}

.bricolage-front-section__head {
	align-items: end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.bricolage-front-section__head h2 {
	color: #202020;
	font-size: clamp(30px, 4vw, 52px);
	font-weight: 800;
	line-height: 1;
	margin: 0;
}

.bricolage-front-section__head a {
	border: 1px solid rgba(32, 32, 32, 0.18);
	border-radius: 8px;
	color: #202020;
	display: inline-flex;
	font-weight: 800;
	min-height: 42px;
	padding: 0 14px;
	text-decoration: none;
	align-items: center;
}

.bricolage-front-section__head a:hover,
.bricolage-front-section__head a:focus {
	background: #202020;
	color: #ffffff;
	text-decoration: none;
}

.bricolage-front-category-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bricolage-front-category {
	background: #ffffff;
	border: 1px solid rgba(32, 32, 32, 0.1);
	border-radius: 8px;
	color: #202020;
	display: grid;
	min-height: 260px;
	overflow: hidden;
	text-decoration: none;
}

.bricolage-front-category img {
	aspect-ratio: 4 / 3;
	background: #eef0eb;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.bricolage-front-category span,
.bricolage-front-product span,
.bricolage-front-post span {
	color: #5f6368;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	margin: 16px 16px 0;
	text-transform: uppercase;
}

.bricolage-front-category h3 {
	font-size: 21px;
	font-weight: 800;
	line-height: 1.12;
	margin: 8px 16px 18px;
}

.bricolage-front-category:hover,
.bricolage-front-category:focus,
.bricolage-front-product a:hover,
.bricolage-front-product a:focus,
.bricolage-front-post:hover,
.bricolage-front-post:focus {
	border-color: rgba(47, 143, 114, 0.45);
	color: #202020;
	text-decoration: none;
}

.bricolage-front-product-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bricolage-front-product a,
.bricolage-front-post {
	background: #ffffff;
	border: 1px solid rgba(32, 32, 32, 0.1);
	border-radius: 8px;
	color: #202020;
	display: grid;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
}

.bricolage-front-product img {
	aspect-ratio: 1;
	background: #eef0eb;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.bricolage-front-product h3 {
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
	margin: 7px 16px 10px;
}

.bricolage-front-product p {
	color: #202020;
	font-size: 17px;
	font-weight: 800;
	margin: 0 16px 18px;
}

.bricolage-front-service-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bricolage-front-service-grid article {
	background: #202020;
	border-radius: 8px;
	color: #ffffff;
	padding: clamp(22px, 3vw, 32px);
}

.bricolage-front-service-grid span {
	color: #2f8f72;
	font-size: 14px;
	font-weight: 800;
}

.bricolage-front-service-grid h2 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.08;
	margin: 14px 0 12px;
}

.bricolage-front-service-grid p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 16px;
	line-height: 1.62;
	margin: 0;
}

.bricolage-front-post-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bricolage-front-post img {
	aspect-ratio: 16 / 10;
	background: #dfe8e3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.bricolage-front-post h3 {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.14;
	margin: 8px 16px 18px;
}

.bricolage-front-contact {
	background: #2f8f72;
	color: #ffffff;
	padding: clamp(34px, 5vw, 58px) 0;
}

.bricolage-front-contact__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.bricolage-front-contact .bricolage-front-eyebrow {
	color: rgba(255, 255, 255, 0.78);
}

.bricolage-front-contact h2 {
	color: #ffffff;
	font-size: clamp(30px, 4vw, 52px);
	font-weight: 800;
	line-height: 1;
	margin: 0;
}

.bricolage-front-contact p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.6;
	margin: 14px 0 0;
}

.bricolage-store-footer {
	background: #202020;
	color: #ffffff;
	margin-top: 0;
	padding: 48px 0 0;
}

.bricolage-store-footer__grid {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(260px, 1.35fr) minmax(170px, 0.75fr) minmax(190px, 0.85fr) minmax(230px, 1fr);
	padding-bottom: 34px;
}

.bricolage-store-footer__brand,
.bricolage-store-footer__nav,
.bricolage-store-footer__contacts {
	min-width: 0;
}

.bricolage-store-footer__logo {
	color: #ffffff !important;
	display: inline-flex;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 16px;
	text-decoration: none;
}

.bricolage-store-footer__logo:hover,
.bricolage-store-footer__logo:focus {
	color: #ffffff !important;
	text-decoration: none;
}

.bricolage-store-footer__brand p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 20px;
	max-width: 520px;
}

.bricolage-store-footer__messengers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bricolage-store-footer__messenger {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 36px;
	padding: 0 12px;
	text-decoration: none;
}

.bricolage-store-footer__messenger:hover,
.bricolage-store-footer__messenger:focus {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff !important;
	text-decoration: none;
}

.bricolage-store-footer h2 {
	color: #ffffff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 14px;
}

.bricolage-store-footer__nav {
	display: grid;
	gap: 9px;
	align-content: start;
}

.bricolage-store-footer__nav a,
.bricolage-store-footer__contacts a {
	color: rgba(255, 255, 255, 0.82) !important;
	line-height: 1.35;
	text-decoration: none;
}

.bricolage-store-footer__nav a:hover,
.bricolage-store-footer__nav a:focus,
.bricolage-store-footer__contacts a:hover,
.bricolage-store-footer__contacts a:focus {
	color: #ffffff !important;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.bricolage-store-footer__contacts {
	display: grid;
	gap: 16px;
	align-content: start;
}

.bricolage-store-footer__contacts div {
	display: grid;
	gap: 5px;
}

.bricolage-store-footer__contacts span {
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.bricolage-store-footer__contacts p {
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.45;
	margin: 0;
}

.bricolage-store-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.62);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 10px 22px;
	justify-content: space-between;
	min-height: 54px;
	padding: 14px 0;
}

/* =========================================================
   WooCommerce account pages
   ========================================================= */

.woocommerce-account .woocommerce {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	box-sizing: border-box;
	max-width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	align-items: center;
	border: 1px solid rgba(32, 32, 32, 0.14);
	border-radius: 8px;
	color: #202020;
	display: inline-flex;
	font-weight: 800;
	line-height: 1.2;
	min-height: 42px;
	padding: 0 14px;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: #126b57;
	border-color: #126b57;
	color: #ffffff;
	text-decoration: none;
}

.woocommerce-account .woocommerce table.shop_table {
	table-layout: auto;
	width: 100%;
}

.woocommerce-account .woocommerce table.shop_table th,
.woocommerce-account .woocommerce table.shop_table td {
	vertical-align: middle;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
	margin: 3px;
	white-space: nowrap;
}

@media (max-width: 1100px) {
	.woocommerce-account .site-content,
	.woocommerce-account .inside-article,
	.woocommerce-account .entry-content,
	.woocommerce-account .woocommerce {
		box-sizing: border-box;
		max-width: 100% !important;
		overflow-x: hidden;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none !important;
		width: 100% !important;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce-account .woocommerce-MyAccount-navigation a {
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	.woocommerce-account .woocommerce table.shop_table_responsive,
	.woocommerce-account .woocommerce table.woocommerce-orders-table {
		border: 0 !important;
		display: block !important;
		table-layout: fixed;
		width: 100% !important;
	}

	.woocommerce-account .woocommerce table.shop_table_responsive thead,
	.woocommerce-account .woocommerce table.woocommerce-orders-table thead {
		display: none !important;
	}

	.woocommerce-account .woocommerce table.shop_table_responsive tbody,
	.woocommerce-account .woocommerce table.shop_table_responsive tr,
	.woocommerce-account .woocommerce table.shop_table_responsive td,
	.woocommerce-account .woocommerce table.woocommerce-orders-table tbody,
	.woocommerce-account .woocommerce table.woocommerce-orders-table tr,
	.woocommerce-account .woocommerce table.woocommerce-orders-table td {
		display: block !important;
		width: 100% !important;
	}

	.woocommerce-account .woocommerce table.shop_table_responsive tr,
	.woocommerce-account .woocommerce table.woocommerce-orders-table tr {
		border: 1px solid rgba(32, 32, 32, 0.12) !important;
		border-radius: 8px;
		box-sizing: border-box;
		margin: 0 0 12px;
		overflow: hidden;
	}

	.woocommerce-account .woocommerce table.shop_table_responsive td,
	.woocommerce-account .woocommerce table.woocommerce-orders-table td {
		align-items: center;
		border: 0 !important;
		border-bottom: 1px solid rgba(32, 32, 32, 0.08) !important;
		box-sizing: border-box;
		display: flex !important;
		gap: 14px;
		justify-content: space-between;
		min-height: 44px;
		overflow-wrap: anywhere;
		padding: 12px 14px !important;
		text-align: right !important;
		white-space: normal;
	}

	.woocommerce-account .woocommerce table.shop_table_responsive td:last-child,
	.woocommerce-account .woocommerce table.woocommerce-orders-table td:last-child {
		border-bottom: 0 !important;
	}

	.woocommerce-account .woocommerce table.shop_table_responsive td::before,
	.woocommerce-account .woocommerce table.woocommerce-orders-table td::before {
		color: #5f6368;
		content: attr(data-title);
		flex: 0 0 38%;
		font-weight: 800;
		text-align: left;
	}

	.woocommerce-account .woocommerce table.shop_table_responsive td[data-title=""],
	.woocommerce-account .woocommerce table.woocommerce-orders-table td[data-title=""] {
		justify-content: flex-end;
	}

	.woocommerce-account .woocommerce table.shop_table_responsive td[data-title=""]::before,
	.woocommerce-account .woocommerce table.woocommerce-orders-table td[data-title=""]::before {
		content: none;
	}

	.woocommerce-account .woocommerce-orders-table__cell-order-actions {
		align-items: stretch !important;
		flex-direction: column;
		text-align: left !important;
	}

	.woocommerce-account .woocommerce-orders-table__cell-order-actions::before {
		flex-basis: auto;
	}

	.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
		justify-content: center;
		margin: 4px 0 0;
		white-space: normal;
		width: 100%;
	}
}

@media (max-width: 900px) {
	.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.woocommerce div.product .woocommerce-product-gallery {
		grid-template-columns: 1fr;
	}

	.bricolage-product-gallery__thumb {
		flex: 0 0 76px;
	}

	.bricolage-store-header__main-inner {
		gap: 12px;
		grid-template-columns: auto 1fr auto;
		min-height: auto;
		padding-bottom: 12px;
		padding-top: 12px;
	}

		.bricolage-store-brand {
			font-size: 22px;
		}

		.bricolage-store-search {
			grid-column: 1 / -1;
			grid-row: 2;
		}

		.bricolage-store-phone {
			display: none;
		}

		.bricolage-store-auth {
			grid-column: 1 / -1;
			grid-row: 3;
			justify-content: center;
		}

		.bricolage-store-messengers {
			justify-content: flex-end;
		}

		.woocommerce-account .woocommerce-MyAccount-navigation,
		.woocommerce-account .woocommerce-MyAccount-content {
			float: none;
			width: 100%;
		}

		.woocommerce-account .woocommerce-MyAccount-navigation ul {
			display: grid;
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}

		.woocommerce-account .woocommerce-MyAccount-navigation a {
			justify-content: center;
			text-align: center;
			width: 100%;
		}

		.woocommerce-account .woocommerce table.shop_table_responsive,
		.woocommerce-account .woocommerce table.woocommerce-orders-table {
			border: 0;
			display: block;
			width: 100%;
		}

		.woocommerce-account .woocommerce table.shop_table_responsive thead,
		.woocommerce-account .woocommerce table.woocommerce-orders-table thead {
			display: none;
		}

		.woocommerce-account .woocommerce table.shop_table_responsive tbody,
		.woocommerce-account .woocommerce table.shop_table_responsive tr,
		.woocommerce-account .woocommerce table.shop_table_responsive td,
		.woocommerce-account .woocommerce table.woocommerce-orders-table tbody,
		.woocommerce-account .woocommerce table.woocommerce-orders-table tr,
		.woocommerce-account .woocommerce table.woocommerce-orders-table td {
			display: block;
			width: 100%;
		}

		.woocommerce-account .woocommerce table.shop_table_responsive tr,
		.woocommerce-account .woocommerce table.woocommerce-orders-table tr {
			border: 1px solid rgba(32, 32, 32, 0.12);
			border-radius: 8px;
			margin: 0 0 12px;
			overflow: hidden;
		}

		.woocommerce-account .woocommerce table.shop_table_responsive td,
		.woocommerce-account .woocommerce table.woocommerce-orders-table td {
			align-items: center;
			border: 0;
			border-bottom: 1px solid rgba(32, 32, 32, 0.08);
			box-sizing: border-box;
			display: flex;
			gap: 14px;
			justify-content: space-between;
			min-height: 44px;
			padding: 12px 14px;
			text-align: right !important;
		}

		.woocommerce-account .woocommerce table.shop_table_responsive td:last-child,
		.woocommerce-account .woocommerce table.woocommerce-orders-table td:last-child {
			border-bottom: 0;
		}

		.woocommerce-account .woocommerce table.shop_table_responsive td::before,
		.woocommerce-account .woocommerce table.woocommerce-orders-table td::before {
			color: #5f6368;
			content: attr(data-title);
			flex: 0 0 38%;
			font-weight: 800;
			text-align: left;
		}

		.woocommerce-account .woocommerce table.shop_table_responsive td[data-title=""],
		.woocommerce-account .woocommerce table.woocommerce-orders-table td[data-title=""] {
			justify-content: flex-end;
		}

		.woocommerce-account .woocommerce table.shop_table_responsive td[data-title=""]::before,
		.woocommerce-account .woocommerce table.woocommerce-orders-table td[data-title=""]::before {
			content: none;
		}

		.woocommerce-account .woocommerce-orders-table__cell-order-actions {
			align-items: stretch !important;
			flex-direction: column;
			text-align: left !important;
		}

		.woocommerce-account .woocommerce-orders-table__cell-order-actions::before {
			flex-basis: auto;
		}

		.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
			justify-content: center;
			margin: 4px 0 0;
			width: 100%;
		}

		.bricolage-public-hero {
			padding: 38px 0 30px;
		}

	.bricolage-public-hero__inner,
	.bricolage-public-layout {
		grid-template-columns: 1fr;
	}

	.bricolage-public-layout {
		padding-top: 24px;
	}

	.bricolage-store-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.bricolage-store-footer__brand {
		grid-column: 1 / -1;
	}

	.bricolage-front-hero__inner,
	.bricolage-front-category-grid,
	.bricolage-front-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bricolage-front-hero__copy {
		grid-column: 1 / -1;
	}

	.bricolage-front-hero__visual {
		grid-column: 1 / -1;
	}

	.bricolage-front-metrics,
	.bricolage-front-service-grid,
	.bricolage-front-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bricolage-front-contact__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 560px) {
	.woocommerce div.product .summary {
		padding: 18px;
	}

	.woocommerce div.product form.cart {
		align-items: stretch;
		flex-direction: column;
	}

	.woocommerce div.product form.cart .qty,
	.woocommerce div.product form.cart div.quantity,
	.woocommerce div.product form.cart .single_add_to_cart_button {
		width: 100% !important;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		flex-direction: column;
	}

	.bricolage-store-public-nav {
		gap: 14px;
		padding: 0 2px;
	}

	.bricolage-store-messenger {
		height: 36px;
		width: 36px;
	}

	.bricolage-store-messenger svg {
		height: 20px;
		width: 20px;
	}

	.bricolage-store-search button {
		min-width: 78px;
		padding: 0 12px;
	}

	.bricolage-public-content,
	.bricolage-public-panel {
		padding: 18px;
	}

	.bricolage-public-hero h1 {
		font-size: 34px;
	}

	.bricolage-store-footer {
		padding-top: 36px;
	}

	.bricolage-store-footer__grid {
		gap: 26px;
		grid-template-columns: 1fr;
	}

	.bricolage-store-footer__logo {
		font-size: 26px;
	}

	.bricolage-store-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
	}

	.bricolage-front-hero {
		padding-top: 30px;
	}

	.bricolage-front-hero__inner,
	.bricolage-front-hero__visual,
	.bricolage-front-category-grid,
	.bricolage-front-product-grid,
	.bricolage-front-metrics,
	.bricolage-front-service-grid,
	.bricolage-front-post-grid {
		grid-template-columns: 1fr;
	}

	.bricolage-front-hero__copy h1 {
		font-size: 38px;
	}

	.bricolage-front-search {
		flex-direction: column;
		gap: 8px;
	}

	.bricolage-front-search input[type="search"],
	.bricolage-front-search button {
		border-radius: 8px !important;
		min-height: 50px;
		width: 100%;
	}

	.bricolage-front-section__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.bricolage-front-hero-tile {
		min-height: 190px;
	}

	.bricolage-front-metrics div,
	.bricolage-front-metrics div:last-child {
		border-left: 0;
		border-right: 0;
		border-top: 1px solid rgba(32, 32, 32, 0.1);
		padding-left: 0;
		padding-right: 0;
	}

	.bricolage-front-contact__actions {
		width: 100%;
	}

	.bricolage-front-contact__actions .button,
	.bricolage-front-contact__actions .bricolage-front-link {
		justify-content: center;
		width: 100%;
	}
}

/* =========================================================
   GP Premium slideout — full-width on mobile
   ========================================================= */

@media (max-width: 900px) {
	#generate-slideout-menu.main-navigation.slideout-navigation {
		--gp-slideout-width: 100vw;
		width: 100vw;
	}

	/* Move the overlay close button to the top-right corner */
	.offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit {
		left: auto;
		right: 16px;
		top: 16px;
	}

	/* Ensure the panel can scroll its content */
	#generate-slideout-menu .inside-navigation {
		box-sizing: border-box;
		height: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 0;
	}
}

/* =========================================================
   Header — messenger sizing on mobile
   ========================================================= */

@media (max-width: 900px) {
	.bricolage-store-messengers {
		display: flex;
		gap: 6px;
	}

	.bricolage-store-messenger {
		height: 32px;
		width: 32px;
	}

	.bricolage-store-messenger svg {
		height: 18px;
		width: 18px;
	}
}

@media (max-width: 560px) {
	.bricolage-store-messengers {
		gap: 4px;
	}

	.bricolage-store-messenger {
		height: 28px;
		width: 28px;
	}

	.bricolage-store-messenger svg {
		height: 16px;
		width: 16px;
	}
}

/* Ensure slideout navigation is visible */
#generate-slideout-menu {
	background: #ffffff;
	color: #202020;
}

#generate-slideout-menu .main-navigation-label {
	color: #202020;
}

/* =========================================================
   Slideout catalog responsive on mobile
   ========================================================= */

@media (max-width: 900px) {
	.bricolage-catalog-toggle {
		font-size: 14px;
		padding: 0 12px;
		min-height: 42px;
		gap: 6px;
	}
}

@media (max-width: 560px) {
	.bricolage-slideout-catalog {
		padding: 12px 12px 20px;
	}

	.bricolage-slideout-categories a {
		min-height: 36px;
		padding: 6px 6px;
		gap: 8px;
		font-size: 14px;
	}

	.bricolage-slideout-categories small {
		font-size: 10px;
		padding: 2px 5px;
		min-width: 22px;
	}
}

/* =========================================================
   Public page content — horizontal padding on mobile
   ========================================================= */

@media (max-width: 900px) {
	.entry-content,
	.page-content {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 560px) {
	.entry-content,
	.page-content {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* =========================================================
   Cart page cross-sell products responsive layout
   ========================================================= */

.woocommerce .cross-sells {
	margin-top: 40px;
	margin-bottom: 40px;
}

.woocommerce .cross-sells h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #202020;
}

.woocommerce .cross-sells ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce .cross-sells ul.products li.product {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
}

@media (max-width: 900px) {
	.woocommerce .cross-sells ul.products {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		gap: 16px;
	}

	.woocommerce .cross-sells h2 {
		font-size: 20px;
	}
}

@media (max-width: 560px) {
	.woocommerce .cross-sells ul.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.woocommerce .cross-sells h2 {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.woocommerce .cross-sells {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
