/**
 * Trade storefront — header, mega nav, footer, homepage, WooCommerce polish.
 */

:root {
	--mastic-navy: #1b2a4a;
	--mastic-navy-dark: #121d33;
	--mastic-red: #cc1b1b;
	--mastic-red-dark: #a81414;
	--mastic-border: #e2e6ef;
	--mastic-muted: #5c6578;
	--mastic-bg-soft: #f5f7fb;
	--mastic-radius: 6px;
	--mastic-radius-sm: 4px;
	--mastic-inner: min(1200px, 100% - 2rem);
}

.mastic-trade-active .site-content {
	padding-top: var(--mastic-header-offset, 0px);
}

.mastic-inner {
	width: var(--mastic-inner);
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* ——— Top header ——— */
.mastic-trade-top {
	background: #fff;
	border-bottom: 1px solid var(--mastic-border);
}

.mastic-trade-top__inner {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.75rem 0;
	flex-wrap: wrap;
}

.mastic-trade-logo .custom-logo-link,
.mastic-trade-logo .mastic-custom-logo {
	display: inline-flex;
	align-items: center;
	max-height: 44px;
	width: auto;
}

.mastic-trade-logo .custom-logo-link img {
	max-height: 44px;
	width: auto;
}

.mastic-trade-logo__text {
	font-weight: 700;
	font-size: 1.1rem;
	color: var(--mastic-navy);
	text-decoration: none;
	letter-spacing: 0.02em;
}

.mastic-trade-search {
	flex: 1 1 220px;
	display: flex;
	align-items: stretch;
	border: 1px solid var(--mastic-border);
	border-radius: var(--mastic-radius-sm);
	overflow: hidden;
	background: var(--mastic-bg-soft);
	min-width: 0;
}

.mastic-trade-search input[type="search"] {
	flex: 1;
	border: 0;
	background: transparent;
	padding: 0.55rem 0.75rem;
	font-size: 0.95rem;
	min-width: 0;
}

.mastic-trade-search__btn {
	border: 0;
	background: #fff;
	padding: 0 0.85rem;
	cursor: pointer;
	color: var(--mastic-navy);
	border-left: 1px solid var(--mastic-border);
}

.mastic-trade-actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
}

.mastic-mobile-utility,
.mastic-mobile-searchbar {
	display: none;
}


.mastic-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1rem;
	border-radius: var(--mastic-radius-sm);
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid transparent;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
	white-space: nowrap;
}

.mastic-btn--sale {
	background: #e8f0fb;
	color: #185fa5;
	border-color: #b5d4f4;
}

.mastic-btn--sale:hover {
	background: #dce8f8;
}

.mastic-btn--contact {
	background: var(--mastic-navy);
	color: #fff;
	border-color: var(--mastic-navy);
}

.mastic-btn--contact:hover {
	background: var(--mastic-navy-dark);
}

.mastic-btn--primary {
	background: var(--mastic-navy);
	color: #fff;
	border-color: var(--mastic-navy);
	padding: 0.65rem 1.25rem;
}

.mastic-btn--primary:hover {
	background: var(--mastic-navy-dark);
	color: #fff;
}

.mastic-btn--ghost {
	background: transparent;
	color: var(--mastic-navy);
	border-color: rgba(27, 42, 74, 0.35);
	padding: 0.65rem 1.25rem;
}

.mastic-btn--ghost:hover {
	border-color: var(--mastic-navy);
}

.mastic-btn--newsletter {
	background: #fff;
	color: var(--mastic-red);
	border-color: #fff;
	font-weight: 600;
}

.mastic-btn--newsletter:hover {
	background: #f8f8f8;
}

.mastic-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--mastic-border);
	border-radius: var(--mastic-radius-sm);
	color: var(--mastic-navy);
	text-decoration: none;
}

.mastic-cart:hover {
	border-color: var(--mastic-navy);
}

.mastic-cart__count {
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 1.15rem;
	height: 1.15rem;
	padding: 0 4px;
	font-size: 0.65rem;
	font-weight: 700;
	line-height: 1.15rem;
	text-align: center;
	background: var(--mastic-red);
	color: #fff;
	border-radius: 99px;
}

/* ——— Category nav ——— */
.mastic-trade-nav-wrap {
	background: var(--mastic-navy);
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	position: sticky;
	top: 0;
	z-index: 1200;
}

.mastic-trade-nav {
	position: relative;
}

.mastic-trade-nav__toggle {
	display: none;
	width: 100%;
	text-align: left;
	padding: 0.65rem 1rem;
	background: transparent;
	color: #fff;
	border: 0;
	font-weight: 600;
	cursor: pointer;
	align-items: center;
	gap: 0.5rem;
}

.mastic-trade-nav__toggle-bars {
	width: 18px;
	height: 2px;
	background: #fff;
	box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
	display: inline-block;
}

.mastic-mega {
	list-style: none;
	margin: 0;
	padding: 0.4rem 0.35rem 0.55rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 0.2rem;
	row-gap: 0.35rem;
}

.mastic-mega__item {
	position: relative;
}

.mastic-mega__trigger {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	padding: 0.4rem 0.55rem;
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
	font-size: 0.82rem;
	font-weight: 500;
	white-space: nowrap;
	border-radius: 4px;
	line-height: 1.25;
}

.mastic-mega__trigger:hover,
.mastic-mega__item:focus-within .mastic-mega__trigger {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.mastic-mega__caret {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(255, 255, 255, 0.7);
	margin-top: 2px;
}

.mastic-mega__panel {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 220px;
	max-width: min(320px, 90vw);
	background: #fff;
	color: var(--mastic-navy);
	border: 1px solid var(--mastic-border);
	border-radius: 0 0 var(--mastic-radius-sm) var(--mastic-radius-sm);
	box-shadow: 0 12px 28px rgba(18, 29, 51, 0.12);
	z-index: 200;
	padding: 0.5rem 0;
}

.mastic-mega__item:hover .mastic-mega__panel,
.mastic-mega__item:focus-within .mastic-mega__panel {
	display: block;
}

.mastic-mega__sub {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mastic-mega__sub a {
	display: block;
	padding: 0.4rem 1rem;
	font-size: 0.8125rem;
	color: var(--mastic-navy);
	text-decoration: none;
}

.mastic-mega__sub a:hover {
	background: var(--mastic-bg-soft);
}

.mastic-mega__view-all a {
	font-weight: 600;
	color: #185fa5;
}

@media (max-width: 900px) {
	.mastic-trade-nav__toggle {
		display: flex;
	}

	.mastic-trade-nav__panel {
		display: none;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		max-height: 70vh;
		overflow-y: auto;
	}

	.mastic-trade-nav__panel.is-open {
		display: block;
	}

	.mastic-mega {
		flex-direction: column;
		align-items: flex-start;
		padding: 0.35rem 0.9rem 0.7rem;
		row-gap: 0;
		width: 100%;
	}

	.mastic-mega__item {
		width: 100%;
	}

	.mastic-mega__trigger {
		white-space: normal;
		width: 100%;
		justify-content: flex-start;
		padding: 0.8rem 0.25rem 0.62rem;
		border-radius: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
		font-size: 1.02rem;
		font-weight: 600;
		letter-spacing: 0.01em;
		color: #fff;
	}

	.mastic-mega__item.is-open > .mastic-mega__trigger {
		border-bottom-color: rgba(255, 255, 255, 0.5);
	}

	.mastic-mega__item:hover .mastic-mega__panel,
	.mastic-mega__item:focus-within .mastic-mega__panel {
		display: none;
	}

	.mastic-mega__panel {
		position: static !important;
		left: auto !important;
		transform: none !important;
		width: auto !important;
		max-height: none !important;
		display: none;
		box-shadow: none;
		border: 0;
		border-radius: 0;
		background: transparent;
		color: #fff;
		padding: 0.35rem 0 0.55rem;
	}

	.mastic-mega__item.is-open .mastic-mega__panel {
		display: block;
	}

	.mastic-mega__sub a {
		color: rgba(255, 255, 255, 0.95);
		padding: 0.44rem 0.2rem 0.44rem 1.2rem;
		font-size: 0.94rem;
		line-height: 1.35;
		position: relative;
	}

	.mastic-mega__sub a:hover {
		background: transparent;
		color: #fff;
	}

	.mastic-mega__sub li a::before {
		content: "";
		position: absolute;
		left: 0.35rem;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 4px;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.75);
	}

	.mastic-mega__view-all a {
		color: #9ec5ff;
		font-weight: 700;
		padding-top: 0.62rem;
	}
}

/* Mobile: tap parent toggles submenu */
@media (max-width: 900px) {
	.mastic-mega__item .mastic-mega__trigger {
		cursor: pointer;
	}
}

/* ——— Hero ——— */
.mastic-hero {
	position: relative;
	z-index: 1;
	margin-top: 0.5rem;
	margin-bottom: 0.75rem;
}

.mastic-home-editor {
	padding: 0.35rem 0;
}

.mastic-home-editor--top {
	padding-top: 0.25rem;
	padding-bottom: 0.75rem;
}

.mastic-home-editor--after-trust {
	padding-top: 0.85rem;
	padding-bottom: 0.35rem;
}

.mastic-home-editor__content {
	color: #23324f;
}

.mastic-home-editor__content .widget {
	margin: 0;
}

.mastic-home-editor__content p:last-child {
	margin-bottom: 0;
}

.mastic-home-editor-widget__title {
	margin: 0 0 0.45rem;
	color: var(--mastic-navy);
	font-size: 1.2rem;
}

.mastic-hero__grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 0;
	border-radius: var(--mastic-radius);
	overflow: visible;
	border: 1px solid #cfd7e7;
	margin: 1.25rem auto 0;
	background: #fff;
	box-shadow: 0 10px 26px rgba(18, 29, 51, 0.12);
}

.mastic-hero__promo {
	position: relative;
	background: #102249;
	min-height: 400px;
	display: flex;
	align-items: center;
	padding: 0;
	border-right: 1px solid var(--mastic-border);
	border-radius: var(--mastic-radius) 0 0 var(--mastic-radius);
	overflow: hidden;
}

.mastic-hero-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: inherit;
}

.mastic-hero-carousel__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.45s ease;
}

.mastic-hero-carousel__slide.is-active {
	opacity: 1;
	visibility: visible;
}

.mastic-hero__image {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	filter: contrast(1.04) saturate(1.04);
}

.mastic-hero__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(102deg, rgba(12, 24, 48, 0.86) 0%, rgba(12, 24, 48, 0.5) 42%, rgba(12, 24, 48, 0.12) 74%);
}

.mastic-hero__image--fallback {
	background: linear-gradient(135deg, #18305f 0%, #2c4f8b 45%, #d31d2b 100%);
}

.mastic-hero__promo-inner {
	position: relative;
	z-index: 2;
	max-width: 36rem;
	padding: 2rem 2.1rem;
}

.mastic-eyebrow {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.92);
	font-weight: 700;
	margin: 0 0 0.35rem;
}

.mastic-hero__title {
	font-size: clamp(1.55rem, 3vw, 2.1rem);
	margin: 0 0 0.5rem;
	color: #fff;
	font-weight: 800;
	line-height: 1.12;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.mastic-hero__lead {
	margin: 0 0 1.25rem;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
	line-height: 1.45;
	max-width: 40ch;
}

.mastic-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.mastic-hero__cta .mastic-btn--primary {
	background: #fff;
	color: #102249;
	border-color: #fff;
}

.mastic-hero__cta .mastic-btn--primary:hover {
	background: #f2f5fb;
	color: #102249;
}

.mastic-hero__cta .mastic-btn--ghost {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.75);
}

.mastic-hero__cta .mastic-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: #fff;
}

.mastic-hero__sale {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--mastic-red);
	color: #fff;
	text-decoration: none;
	padding: 1.5rem 1rem 1.2rem;
	min-height: 100%;
	box-sizing: border-box;
	transition: background 0.15s;
	border-radius: 0 var(--mastic-radius) var(--mastic-radius) 0;
	overflow: visible;
}

.mastic-hero__sale:hover {
	background: var(--mastic-red-dark);
	color: #fff;
}

.mastic-hero__sale-label {
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 800;
	letter-spacing: 0.06em;
}

.mastic-hero__sale-sub {
	font-size: 0.85rem;
	font-weight: 600;
	opacity: 0.95;
	margin-top: 0.5rem;
	text-align: center;
	line-height: 1.35;
	max-width: 11rem;
	padding: 0 0.25rem;
}

.mastic-hero__sale-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.75rem;
	padding: 0.4rem 0.8rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #b51717;
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.mastic-hero-highlights {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem;
	margin-top: 0.85rem;
}

.mastic-hero-highlights__item {
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
	border: 1px solid #d9dfeb;
	border-radius: var(--mastic-radius-sm);
	padding: 0.72rem 0.8rem;
	font-size: 0.8rem;
	font-weight: 700;
	color: #1e2c47;
	text-align: center;
	box-shadow: 0 3px 10px rgba(18, 29, 51, 0.07);
	position: relative;
}

.mastic-hero-highlights__item::before {
	content: "✓";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	margin-right: 0.35rem;
	border-radius: 999px;
	background: #e8f5ec;
	color: #1a7f3c;
	font-size: 0.68rem;
	font-weight: 800;
	vertical-align: middle;
}

.mastic-trade-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 0.8rem;
	padding: 0.85rem 1rem;
	background: var(--mastic-red);
	color: #fff;
	border-radius: var(--mastic-radius-sm);
}

.mastic-trade-strip__text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
	font-size: 0.88rem;
}

.mastic-trade-strip__text strong {
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.mastic-trade-strip__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.9rem;
	background: #fff;
	color: #a21414;
	text-decoration: none;
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.mastic-trade-strip__cta:hover {
	background: #f8f8f8;
	color: #8f1111;
}

.mastic-hero-carousel__controls {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	z-index: 3;
	pointer-events: none;
	padding-bottom: 0.9rem;
}

.mastic-hero-carousel__prev,
.mastic-hero-carousel__next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 50%;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.92);
	color: #132245;
	font-size: 0.92rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: auto;
	box-shadow: 0 6px 16px rgba(18, 29, 51, 0.16);
	transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.mastic-hero-carousel__prev {
	left: 0.75rem;
}

.mastic-hero-carousel__next {
	right: 0.75rem;
}

.mastic-hero-carousel__prev:hover,
.mastic-hero-carousel__next:hover,
.mastic-hero-carousel__prev:focus-visible,
.mastic-hero-carousel__next:focus-visible {
	background: #fff;
	box-shadow: 0 8px 20px rgba(18, 29, 51, 0.24);
}

.mastic-hero-carousel__dots {
	display: flex;
	gap: 0.45rem;
	pointer-events: auto;
	align-items: center;
	justify-content: center;
}

.mastic-hero-carousel__dot {
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	padding: 0;
	border-radius: 999px;
	border: 0;
	background: rgba(255, 255, 255, 0.45);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.mastic-hero-carousel__dot.is-active {
	background: #fff;
}

@media (max-width: 900px) {
	.mastic-hero-carousel__prev,
	.mastic-hero-carousel__next {
		display: none;
	}
}

@media (max-width: 640px) {
	.mastic-hero__grid {
		grid-template-columns: 1fr;
	}

	.mastic-hero__promo {
		border-right: 0;
		border-radius: var(--mastic-radius) var(--mastic-radius) 0 0;
		min-height: 280px;
	}

	.mastic-hero__sale {
		min-height: 120px;
		border-radius: 0 0 var(--mastic-radius) var(--mastic-radius);
	}

	.mastic-hero-highlights {
		grid-template-columns: 1fr;
	}

	.mastic-hero-highlights__item {
		border-radius: var(--mastic-radius-sm);
		padding: 0.72rem 0.85rem;
	}

	.mastic-trade-strip {
		flex-direction: column;
		align-items: flex-start;
	}

	.mastic-hero__promo-inner {
		padding: 1.2rem 1.2rem 2.7rem;
	}
}

@media (max-width: 900px) {
	/* Hide only the default GP mobile toggle around our header area. */
	.site-header .mobile-menu-control-wrapper,
	.site-header .main-navigation.mobile-menu-control-wrapper,
	.site-header #mobile-menu-control-wrapper,
	.site-header .main-navigation .menu-toggle,
	.site-header button.menu-toggle {
		display: none !important;
		height: 0 !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		overflow: hidden !important;
	}

	/* Keep the very top utility nav visible on mobile as inline links (not hamburger). */
	.secondary-navigation {
		display: block !important;
	}

	.secondary-navigation .menu-toggle {
		display: none !important;
	}

	.secondary-navigation .main-nav,
	.secondary-navigation .main-nav > ul,
	.secondary-navigation .inside-navigation {
		display: block !important;
	}

	.secondary-navigation:not(.toggled) .main-nav > ul,
	.secondary-navigation.toggled .main-nav > ul {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.05rem 0.4rem;
	}

	.secondary-navigation .main-nav > ul > li {
		float: none !important;
		display: inline-flex !important;
	}

	.secondary-navigation .main-nav > ul > li > a {
		padding: 0.34rem 0.3rem !important;
		font-size: 0.75rem;
		line-height: 1.2;
	}

	.mastic-trade-nav-wrap {
		top: 0;
	}

	.mastic-trade-top__inner {
		display: none;
	}

	.mastic-mobile-utility {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0.75rem 0;
	}

	.mastic-mobile-utility__left .custom-logo-link img {
		max-height: 44px;
		width: auto !important;
		height: auto !important;
		max-width: 230px;
		object-fit: contain;
	}

	.mastic-mobile-utility__actions {
		display: flex;
		align-items: center;
		gap: 0.45rem;
	}

	.mastic-mobile-utility__actions .mastic-btn {
		padding: 0.4rem 0.62rem;
		font-size: 0.74rem;
	}

	.mastic-mobile-utility__actions a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
	}

	.mastic-mobile-cart {
		position: relative;
		width: 36px;
		height: 36px;
		border: 1px solid var(--mastic-border);
		border-radius: 8px;
		color: var(--mastic-navy);
		background: #fff;
	}

	.mastic-mobile-cart .mastic-cart__count {
		top: -6px;
		right: -9px;
	}

	.mastic-mobile-searchbar {
		display: flex;
		align-items: center;
		gap: 0.65rem;
		padding-bottom: 0.75rem;
	}

	.mastic-mobile-menu-trigger {
		width: 42px;
		height: 42px;
		border: 0;
		background: transparent;
		padding: 0;
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
	}

	.mastic-mobile-menu-trigger span {
		display: block;
		height: 3px;
		border-radius: 999px;
		background: var(--mastic-navy);
	}

	.mastic-mobile-menu-trigger span:nth-child(1) { width: 28px; }
	.mastic-mobile-menu-trigger span:nth-child(2) { width: 22px; }
	.mastic-mobile-menu-trigger span:nth-child(3) { width: 28px; }

	.mastic-trade-search--mobile {
		flex: 1 1 auto;
		border: 2px solid #11316a;
		border-radius: 6px;
		background: #fff;
	}

	.mastic-trade-search--mobile .mastic-trade-search__btn {
		background: #11316a;
		color: #fff;
		border-left: 1px solid #11316a;
	}

	.mastic-trade-nav__toggle {
		display: none !important;
	}

	.mastic-trade-nav__panel {
		display: none;
	}

	.mastic-trade-nav__panel.is-open {
		display: block;
	}
}

/* ——— Sections ——— */
.mastic-section {
	padding: 2rem 0;
}

.mastic-section__title {
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--mastic-navy);
	margin: 0 0 1rem;
}

.mastic-cat-tiles {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(170px, 1fr);
	gap: 0.75rem;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	padding: 0.25rem 0.1rem 0.35rem;
	scrollbar-width: thin;
	scrollbar-color: rgba(27, 42, 74, 0.25) transparent;
}

.mastic-cat-tiles::-webkit-scrollbar {
	height: 7px;
}

.mastic-cat-tiles::-webkit-scrollbar-thumb {
	background: rgba(27, 42, 74, 0.28);
	border-radius: 999px;
}

.mastic-cat-carousel {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	gap: 0.55rem;
	padding: 0 2.6rem;
}

.mastic-cat-carousel__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 34px;
	height: 34px;
	border: 1px solid #cfd7e7;
	border-radius: 999px;
	background: #fff;
	color: #102249;
	cursor: pointer;
	font-size: 0.9rem;
	line-height: 1;
	appearance: none;
	-webkit-appearance: none;
}

.mastic-cat-carousel__nav--prev {
	left: 0;
}

.mastic-cat-carousel__nav--next {
	right: 0;
}

.mastic-cat-carousel__nav:hover {
	background: #f3f6fb;
}

@media (max-width: 700px) {
	.mastic-cat-carousel {
		grid-template-columns: 1fr;
		padding: 0;
	}

	.mastic-cat-carousel__nav {
		display: none;
	}
}

.mastic-cat-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.6rem;
	padding: 1rem 0.75rem 0.9rem;
	background: #fff;
	border: 1px solid var(--mastic-border);
	border-radius: var(--mastic-radius);
	text-decoration: none;
	color: var(--mastic-muted);
	font-size: 0.9rem;
	font-weight: 500;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
	scroll-snap-align: start;
}

.mastic-cat-tile:hover {
	transform: translateY(-2px);
	border-color: #c7d0e2;
	box-shadow: 0 7px 20px rgba(16, 34, 73, 0.08);
	color: var(--mastic-navy);
}

.mastic-cat-tiles__empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 1rem;
	text-align: center;
	color: var(--mastic-muted);
	font-size: 0.9rem;
	background: var(--mastic-bg-soft);
	border-radius: var(--mastic-radius);
}

.mastic-cat-tile__icon {
	width: 100%;
	max-width: 96px;
	height: 76px;
	border-radius: 0;
	background: transparent;
	border: 0;
}

.mastic-cat-tile__img {
	width: 100%;
	max-width: 120px;
	height: 82px;
	object-fit: contain;
	border-radius: 0;
	background: transparent;
	border: 0;
	padding: 0;
	filter: drop-shadow(0 2px 2px rgba(16, 34, 73, 0.08));
}

.mastic-cat-tile__label {
	line-height: 1.25;
}

.mastic-trade-nav__empty {
	margin: 0;
	padding: 0.65rem 1rem;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.85);
}

.mastic-trade-nav__empty a {
	color: #fff;
	font-weight: 600;
}

.mastic-tabs__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.mastic-tabs__btn {
	border: 1px solid var(--mastic-border);
	background: #fff;
	padding: 0.45rem 1rem;
	border-radius: 99px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--mastic-muted);
	cursor: pointer;
}

.mastic-tabs__btn.is-active {
	background: var(--mastic-red);
	border-color: var(--mastic-red);
	color: #fff;
}

.mastic-tabs__panel[hidden] {
	display: none !important;
}

.mastic-section.mastic-featured--home {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	background: linear-gradient(180deg, #eef1f8 0%, #e8ecf4 100%);
	margin-top: 0.25rem;
	border-top: 1px solid var(--mastic-border);
	border-bottom: 1px solid var(--mastic-border);
}

.mastic-featured__title {
	font-size: clamp(1.2rem, 2.4vw, 1.65rem);
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #0f1a33;
	margin-bottom: 1.25rem;
}

.mastic-featured__foot {
	text-align: center;
	margin: 1.75rem 0 0;
}

.mastic-featured__view-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 1.5rem;
	background: var(--mastic-navy);
	color: #fff !important;
	text-decoration: none;
	border-radius: var(--mastic-radius-sm);
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: background 0.15s, transform 0.15s;
}

.mastic-featured__view-all:hover {
	background: var(--mastic-navy-dark);
	color: #fff !important;
}

.mastic-product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

@media (max-width: 900px) {
	.mastic-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.mastic-empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 1.5rem;
	text-align: center;
	color: var(--mastic-muted);
	background: var(--mastic-bg-soft);
	border-radius: var(--mastic-radius);
}

.mastic-product-card {
	background: #fff;
	border: 1px solid var(--mastic-border);
	border-radius: var(--mastic-radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.15s;
}

.mastic-product-card:hover {
	box-shadow: 0 8px 24px rgba(18, 29, 51, 0.08);
}

.mastic-product-card__media {
	position: relative;
	display: block;
	background: #fff;
	aspect-ratio: 1;
	overflow: hidden;
	border-bottom: 1px solid var(--mastic-border);
}

.mastic-product-card__badge {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	z-index: 2;
	background: var(--mastic-red);
	color: #fff;
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 0.2rem 0.45rem;
	border-radius: 2px;
	line-height: 1.2;
}

.mastic-product-card__badge--tab {
	background: #0f2a57;
}

.mastic-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.5rem;
}

.mastic-product-card__body {
	padding: 0.9rem 0.85rem 1.05rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	flex: 1;
	text-align: center;
	align-items: center;
}

.mastic-product-card__title {
	font-size: 0.92rem;
	font-weight: 600;
	margin: 0;
	line-height: 1.35;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
}

.mastic-product-card__title a {
	color: var(--mastic-navy);
	text-decoration: none;
}

.mastic-product-card__title a:hover {
	text-decoration: underline;
}

.mastic-product-card__rating {
	font-size: 0.92rem;
	line-height: 1;
	min-height: 1rem;
}

.mastic-product-card__rating .star-rating {
	margin: 0 auto;
	float: none;
}

.mastic-product-card__rating-empty {
	color: #f3b01b;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}

.mastic-product-card__price {
	font-size: 1.08rem;
	font-weight: 500;
	color: var(--mastic-navy);
	margin-top: auto;
	line-height: 1.3;
}

.mastic-product-card__price .woocommerce-Price-amount {
	font-weight: 600;
}

.mastic-product-card__price-fallback {
	font-size: 0.95rem;
	color: #4a556f;
	font-weight: 500;
}

.mastic-trust {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border-top: 0;
	border-bottom: 0;
	padding: 1.4rem 0 1.2rem;
}

.mastic-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.9rem;
	text-align: center;
	font-size: 0.86rem;
	color: #2b3853;
}

@media (max-width: 700px) {
	.mastic-trust__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.mastic-trust__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.45rem;
	padding: 0.6rem 0.55rem;
	border-radius: 10px;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.mastic-trust__item:hover {
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(18, 29, 51, 0.08);
	transform: translateY(-2px);
}

.mastic-trust__icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #e6f6ed;
	color: #14834a;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.76rem;
}

.mastic-brands__strip {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.mastic-brands__strip--widgets {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.55rem 0.9rem;
	align-items: center;
}

.mastic-brands__strip--widgets .mastic-brand-widget {
	width: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mastic-brands__strip--widgets .widget {
	width: 100%;
	margin: 0;
}

.mastic-brands__strip--widgets img {
	max-height: 72px !important;
	height: 72px !important;
	width: auto !important;
	display: block;
	object-fit: contain;
	image-rendering: -webkit-optimize-contrast;
}

.mastic-brands__strip--widgets a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.45rem 1.05rem;
	min-height: 78px;
}

@media (max-width: 900px) {
	.mastic-brands__strip--widgets {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.45rem 0.65rem;
	}
}

.mastic-brands__title {
	margin-bottom: 0.65rem;
}

.mastic-brands__slot {
	flex: 1 1 120px;
	height: 48px;
	border-radius: var(--mastic-radius-sm);
	background: var(--mastic-bg-soft);
	border: 1px dashed var(--mastic-border);
}

.mastic-brands__note {
	font-size: 0.75rem;
	color: var(--mastic-muted);
	margin: 0.75rem 0 0;
}

.mastic-newsletter {
	background: var(--mastic-red);
	color: #fff;
	margin: 1.5rem auto 0;
	border-radius: var(--mastic-radius);
	max-width: var(--mastic-inner);
}

.mastic-newsletter__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1rem 1.25rem;
}

.mastic-newsletter__text {
	margin: 0;
	font-weight: 600;
	font-size: 0.95rem;
}

.mastic-newsletter__form {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.mastic-newsletter__form input[type="email"] {
	border: 0;
	border-radius: var(--mastic-radius-sm);
	padding: 0.5rem 0.75rem;
	min-width: 200px;
	font-size: 0.875rem;
}

/* CF7 in homepage newsletter: keep previous inline look */
.mastic-newsletter__form .wpcf7 {
	width: 100%;
}

.mastic-newsletter__form .wpcf7 form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
	flex-wrap: nowrap;
	margin: 0;
}

.mastic-newsletter__form .wpcf7 form > p {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: nowrap;
	margin: 0;
}

.mastic-newsletter__form .wpcf7-form {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	flex-wrap: nowrap !important;
	gap: 0.5rem !important;
}

.mastic-newsletter__form .wpcf7-form p {
	display: flex !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	gap: 0.5rem !important;
	margin: 0 !important;
	width: 100%;
}

.mastic-newsletter__form .wpcf7-form-control-wrap {
	display: inline-flex;
	flex: 1 1 320px;
	min-width: 0;
	width: auto !important;
	margin: 0 !important;
}

.mastic-newsletter__form .wpcf7 input[type="email"] {
	border: 0;
	border-radius: var(--mastic-radius-sm);
	padding: 0.5rem 0.75rem;
	width: 100%;
	min-width: 260px;
	height: 40px;
	font-size: 0.875rem;
	line-height: 1.2;
	box-sizing: border-box;
}

.mastic-newsletter__form .wpcf7 input[type="submit"] {
	height: 40px;
	padding: 0.5rem 1.25rem;
	border: 1px solid #fff;
	border-radius: var(--mastic-radius-sm);
	background: #fff;
	color: var(--mastic-red);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	width: auto !important;
}

.mastic-newsletter__form .wpcf7 input[type="submit"]:hover {
	background: #f8f8f8;
}

.mastic-newsletter__form .wpcf7 br {
	display: none;
}

.mastic-newsletter__form .wpcf7-spinner {
	margin: 0 0 0 0.35rem;
}

@media (max-width: 700px) {
	.mastic-newsletter__form .wpcf7 form {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.mastic-newsletter__form .wpcf7 form > p {
		flex-wrap: wrap;
	}

	.mastic-newsletter__form .wpcf7-form-control-wrap {
		flex-basis: 100%;
	}

	.mastic-newsletter__form .wpcf7 input[type="email"] {
		min-width: 100%;
	}
}

/* ——— Footer ——— */
.mastic-trade-footer {
	background: var(--mastic-navy);
	color: rgba(255, 255, 255, 0.88);
	margin-top: 2rem;
}

.mastic-trade-footer__grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 2rem;
	padding: 2.5rem 0 2rem;
}

@media (max-width: 900px) {
	.mastic-trade-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {
	.mastic-trade-footer__grid {
		grid-template-columns: 1fr;
	}
}

.mastic-trade-footer__brand .custom-logo-link img {
	max-height: 40px;
	width: auto;
	opacity: 0.95;
}

.mastic-trade-footer__title {
	color: #fff;
	font-weight: 700;
	font-size: 1.15rem;
	text-decoration: none;
}

.mastic-trade-footer__tagline {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.65);
	margin: 0.75rem 0 0;
	max-width: 32ch;
}

.mastic-trade-footer__trade {
	margin: 1rem 0 0;
	font-size: 0.875rem;
}

.mastic-trade-footer__trade a {
	color: #9ec5ff;
	font-weight: 600;
	text-decoration: none;
}

.mastic-trade-footer__trade a:hover {
	text-decoration: underline;
}

.mastic-trade-footer__heading {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.55);
	margin: 0 0 0.75rem;
	font-weight: 600;
}

.mastic-trade-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mastic-trade-footer__col a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	font-size: 0.875rem;
	display: inline-block;
	padding: 0.2rem 0;
}

.mastic-trade-footer__col a:hover {
	color: #fff;
	text-decoration: underline;
}

.mastic-trade-footer__bar {
	background: var(--mastic-navy-dark);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mastic-trade-footer__bar-inner {
	padding: 0.85rem 0;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.5);
}

/* ——— WooCommerce pages (lighter, less blocky) ——— */
.mastic-trade-active.woocommerce ul.products,
.mastic-trade-active .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1rem;
}

.mastic-trade-active.woocommerce ul.products li.product,
.mastic-trade-active .woocommerce ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	border: 1px solid var(--mastic-border);
	border-radius: var(--mastic-radius);
	padding: 0.75rem;
	background: #fff;
	transition: box-shadow 0.15s;
}

.mastic-trade-active .woocommerce ul.products li.product .stock,
.mastic-trade-active.woocommerce ul.products li.product .stock {
	display: none !important;
}

.mastic-trade-active .woocommerce ul.products li.product .star-rating,
.mastic-trade-active.woocommerce ul.products li.product .star-rating {
	display: block !important;
	float: none;
	margin: 0.35rem auto 0.5rem;
	font-size: 0.86rem;
}

.mastic-trade-active .woocommerce ul.products li.product .price,
.mastic-trade-active.woocommerce ul.products li.product .price {
	font-size: 1.02rem !important;
	font-weight: 500 !important;
	line-height: 1.35;
	color: #1c2945 !important;
}

.mastic-trade-active .woocommerce ul.products li.product .price .amount,
.mastic-trade-active.woocommerce ul.products li.product .price .amount {
	font-weight: 600;
}

.mastic-trade-active .woocommerce ul.products li.product .woocommerce-loop-product__title,
.mastic-trade-active.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.02rem;
	line-height: 1.35;
}

.mastic-trade-active.woocommerce ul.products li.product:hover,
.mastic-trade-active .woocommerce ul.products li.product:hover {
	box-shadow: 0 8px 22px rgba(18, 29, 51, 0.07);
}

.mastic-trade-active .woocommerce div.product div.images,
.mastic-trade-active .woocommerce div.product div.summary {
	background: #fff;
	border: 1px solid var(--mastic-border);
	border-radius: var(--mastic-radius);
	padding: 1.25rem;
}

.mastic-trade-active .woocommerce div.product {
	gap: 1.5rem;
}

.mastic-trade-active .woocommerce-breadcrumb {
	font-size: 0.8125rem;
	color: var(--mastic-muted);
}

.mastic-trade-active .woocommerce .button.alt,
.mastic-trade-active .woocommerce button.button.alt {
	background: var(--mastic-navy);
	border-radius: var(--mastic-radius-sm);
}

.mastic-trade-active .woocommerce .button.alt:hover,
.mastic-trade-active .woocommerce button.button.alt:hover {
	background: var(--mastic-navy-dark);
}

/* Blog & generic pages */
.mastic-trade-active .site-main .inside-article,
.mastic-trade-active .page .inside-article {
	border: 1px solid var(--mastic-border);
	border-radius: var(--mastic-radius);
	padding: 1.5rem 1.75rem;
	background: #fff;
}

.mastic-trade-active .entry-title {
	color: var(--mastic-navy);
}

/* ——— Shop & category archives (trade layout) ——— */
/* Must beat .mastic-trade-active .site-main .inside-article (blog / page card padding). */
.mastic-shop-archive-layout.mastic-trade-active .site-main .inside-article,
.mastic-shop-archive-layout .site-main .inside-article {
	border: 0;
	border-radius: 0;
	padding: 0 !important;
	background: transparent;
	box-shadow: none;
}

/* GP still reserves a sidebar column on shop — stretch main and hide that column. */
.mastic-shop-archive-layout #main,
.mastic-shop-archive-layout .site-main {
	width: 100% !important;
	max-width: 100% !important;
	flex: 1 1 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.mastic-shop-archive-layout .site-content > .content-area {
	width: 100% !important;
	max-width: 100% !important;
	flex: 1 1 100% !important;
}

.mastic-shop-archive-layout .site-content > .widget-area.sidebar {
	display: none !important;
}

/* Match header offset only — extra padding-top here stacked with .mastic-trade-active .site-content and looked like a “double gap”. */
.mastic-shop-archive-layout.one-container .site-content,
.mastic-shop-archive-layout .site-content {
	padding-top: var(--mastic-header-offset, 0px) !important;
	padding-bottom: 2rem;
	padding-left: clamp(0.75rem, 2vw, 1.5rem) !important;
	padding-right: clamp(0.75rem, 2vw, 1.5rem) !important;
}

/* Kill duplicate WC archive headers / shop page intro (we use custom hero). */
.mastic-shop-archive-layout .woocommerce-products-header,
.mastic-shop-archive-layout header.woocommerce-products-header {
	display: none !important;
}

.mastic-shop-archive-layout .woocommerce .page-header-image,
.mastic-shop-archive-layout .woocommerce .page-header-image-single {
	display: none !important;
}

.mastic-shop-archive-layout .mastic-shop-hero {
	margin-top: 0;
}

/* Shop / taxonomy hero — split: title band (left) + fixed photo (right), full-bleed section */
.mastic-shop-hero.mastic-shop-hero--split {
	position: relative;
	overflow: hidden;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 0;
	display: block;
	padding: 0;
}

.mastic-shop-hero--split .mastic-shop-hero__split {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
	min-height: 280px;
	max-height: 420px;
}

.mastic-shop-hero--split .mastic-shop-hero__band {
	flex: 0 0 clamp(260px, 36vw, 420px);
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 2rem clamp(1rem, 3vw, 2rem);
	background: linear-gradient(165deg, var(--mastic-navy) 0%, var(--mastic-navy-dark) 100%);
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.mastic-shop-hero--split .mastic-shop-hero__band-inner {
	width: 100%;
	max-width: 17rem;
	margin: 0 auto;
	text-align: center;
}

.mastic-shop-hero--split .mastic-shop-hero__visual {
	flex: 1 1 0%;
	min-width: 0;
	position: relative;
	background-color: #1a2438;
	background-size: cover;
	background-position: 58% center;
	background-repeat: no-repeat;
}

.mastic-shop-hero--split .mastic-shop-hero__visual-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(18, 29, 51, 0.5) 0%,
		rgba(18, 29, 51, 0.12) 38%,
		rgba(18, 29, 51, 0) 72%
	);
	pointer-events: none;
}

.mastic-shop-hero--split .mastic-shop-hero__title {
	margin: 0;
	font-size: clamp(1.45rem, 3.6vw, 2rem);
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.15;
}

.mastic-shop-hero--split .mastic-shop-hero__lead {
	margin: 0.65rem 0 0;
	font-size: 0.875rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.88);
	text-align: center;
}

.mastic-shop-archive__layout.mastic-inner,
.mastic-shop-archive__layout {
	display: grid;
	grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
	gap: 1.65rem 2rem;
	align-items: start;
	padding-top: 1.25rem;
	padding-bottom: 2.25rem;
	width: min(1380px, calc(100% - 1.5rem)) !important;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.mastic-shop-archive__sidebar {
	min-width: 0;
	background: linear-gradient(180deg, #f8fafc 0%, #eef2f9 100%);
	border: 1px solid var(--mastic-border);
	border-radius: var(--mastic-radius);
	padding: 1rem 0.9rem 1.15rem;
	box-shadow: 0 8px 24px rgba(18, 29, 51, 0.06);
	align-self: start;
}

.mastic-shop-archive__sidebar .widget-area,
.mastic-shop-archive__sidebar .sidebar {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.mastic-shop-archive__sidebar .inside-left-sidebar,
.mastic-shop-archive__sidebar .inside-right-sidebar {
	padding: 0;
}

.mastic-shop-archive__sidebar-inner {
	width: 100%;
}

/* Mobile filter drawer: trigger + backdrop hidden on desktop */
.mastic-shop-filter-drawer__toggle,
.mastic-shop-filter-drawer__backdrop,
.mastic-shop-filter-drawer__close {
	display: none;
}

.mastic-shop-archive__sidebar-empty {
	margin: 0;
	padding: 0.5rem 0.25rem;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: var(--mastic-muted);
}

.mastic-trade-sidebar__title {
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--mastic-navy);
}

.mastic-shop-archive__sidebar .widget_price_filter .mastic-trade-sidebar__title {
	text-transform: none;
	letter-spacing: 0.01em;
	font-size: 1rem;
	font-weight: 700;
}

/*
 * Sidebar: programmatic WC widgets (see inc/woo-archive-sidebar.php).
 * Classic widgets use .widget; WooCommerce block filters use .widget_block / .wp-block-woocommerce-*.
 */
.mastic-shop-archive__sidebar .widget_block {
	background: #fff;
	border: 1px solid rgba(226, 230, 239, 0.95);
	border-radius: 10px;
	padding: 0.95rem 1rem 1.05rem;
	margin: 0 0 0.75rem;
	box-shadow: 0 2px 10px rgba(18, 29, 51, 0.04);
}

.mastic-shop-archive__sidebar .widget_block .wp-block-heading,
.mastic-shop-archive__sidebar .widget_block h2,
.mastic-shop-archive__sidebar .widget_block h3 {
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--mastic-navy);
	margin: 0 0 0.65rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #e8edf5;
}

.mastic-shop-archive__sidebar .wp-block-woocommerce-attribute-filter,
.mastic-shop-archive__sidebar .wp-block-woocommerce-price-filter {
	margin-bottom: 0;
}

.mastic-shop-archive__sidebar .wc-block-attribute-filter,
.mastic-shop-archive__sidebar .wc-block-components-price-slider {
	margin-bottom: 0;
}

.mastic-shop-archive__sidebar .wc-block-components-dropdown,
.mastic-shop-archive__sidebar .wc-block-components-form-token-field-wrapper {
	width: 100%;
}

.mastic-shop-archive__sidebar .wc-block-components-dropdown select,
.mastic-shop-archive__sidebar .wc-block-components-dropdown .components-select-control__input {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #cfd7e7 !important;
	padding: 0.52rem 0.75rem !important;
	font-size: 0.875rem;
	background: #fff !important;
	box-shadow: inset 0 1px 2px rgba(18, 29, 51, 0.04);
}

.mastic-shop-archive__sidebar .wc-block-components-filter-submit-button,
.mastic-shop-archive__sidebar .wc-block-components-filter-reset-button {
	border-radius: 8px !important;
	font-weight: 600 !important;
}

.mastic-shop-archive__sidebar .wc-block-components-price-slider__range-input-wrapper {
	margin-top: 0.35rem;
}

.mastic-shop-archive__sidebar .widget {
	background: #fff;
	border: 1px solid rgba(226, 230, 239, 0.95);
	border-radius: 10px;
	padding: 0.95rem 1rem 1.05rem;
	margin: 0 0 0.75rem;
	box-shadow: 0 2px 10px rgba(18, 29, 51, 0.04);
	transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.mastic-shop-archive__sidebar .widget:hover {
	box-shadow: 0 6px 18px rgba(18, 29, 51, 0.07);
	border-color: #d5deeb;
}

.mastic-shop-archive__sidebar .widget .widget-title,
.mastic-shop-archive__sidebar .widgettitle {
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--mastic-navy);
	margin: 0 0 0.65rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #e8edf5;
}

.mastic-shop-archive__sidebar .widget select,
.mastic-shop-archive__sidebar .widget input[type="search"] {
	width: 100%;
	border: 1px solid #cfd7e7;
	border-radius: 10px;
	padding: 0.52rem 0.75rem;
	font-size: 0.875rem;
	background: #fff;
	box-shadow: inset 0 1px 2px rgba(18, 29, 51, 0.04);
}

/* Price range — minimal card, From/To, no visible submit (see content-widget-price-filter.php + trade-nav.js) */
.mastic-shop-archive__sidebar .widget_price_filter form.mastic-price-range {
	margin: 0;
}

.mastic-shop-archive__sidebar .widget_price_filter .mastic-price-range__scale {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin: 0.85rem 2px 0.55rem;
	padding-top: 0.1rem;
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--mastic-muted);
	letter-spacing: 0.02em;
}

.mastic-shop-archive__sidebar .widget_price_filter .mastic-price-range__fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem 0.65rem;
	margin-top: 0.35rem;
}

.mastic-shop-archive__sidebar .widget_price_filter .mastic-price-range__field {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
}

.mastic-shop-archive__sidebar .widget_price_filter .mastic-price-range__field-label {
	font-size: 0.68rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--mastic-muted);
}

.mastic-shop-archive__sidebar .widget_price_filter .mastic-price-range__input {
	width: 100%;
	border-radius: 12px;
	border: 1px solid var(--mastic-border);
	padding: 0.48rem 0.55rem;
	font-size: 0.84rem;
	font-weight: 500;
	color: var(--mastic-navy);
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.mastic-shop-archive__sidebar .widget_price_filter .mastic-price-range__input:focus {
	outline: none;
	border-color: #185fa5;
	box-shadow: 0 0 0 3px rgba(24, 95, 165, 0.12);
}

.mastic-shop-archive__sidebar .widget_price_filter #min_price,
.mastic-shop-archive__sidebar .widget_price_filter #max_price {
	display: block !important;
}

.mastic-shop-archive__sidebar .widget_price_filter .mastic-price-range__submit-fallback {
	display: none !important;
}

.mastic-shop-archive__sidebar .widget_price_filter .price_slider_amount {
	display: block;
}

.mastic-shop-archive__sidebar .widget_price_filter .price_slider_amount .price_label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.mastic-shop-archive__sidebar .woocommerce-widget-layered-nav-list li a {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.55rem;
	border-radius: 999px;
	font-size: 0.82rem;
	text-decoration: none;
	color: var(--mastic-navy);
	background: #f0f4fa;
	border: 1px solid transparent;
	transition: background 0.12s ease, border-color 0.12s ease;
}

.mastic-shop-archive__sidebar .woocommerce-widget-layered-nav-list li a:hover {
	background: #e4ecf8;
	border-color: #c5d4ec;
}

.mastic-shop-archive__sidebar .widget select:focus,
.mastic-shop-archive__sidebar .widget input[type="search"]:focus {
	outline: none;
	border-color: var(--mastic-navy);
	background: #fff;
}

.mastic-shop-archive__sidebar .woocommerce-widget-layered-nav-list,
.mastic-shop-archive__sidebar .woocommerce-widget-layered-nav-dropdown {
	margin: 0;
}

.mastic-shop-archive__sidebar .price_slider_wrapper {
	position: relative;
	margin-top: 0.25rem;
	padding: 0.15rem 0 0.05rem;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* ลบแท่งพื้นหลังเทาจาก jQuery UI (.ui-slider / .ui-widget-content) */
.mastic-shop-archive__sidebar .widget_price_filter .price_slider.ui-slider,
.mastic-shop-archive__sidebar .widget_price_filter .price_slider.ui-slider.ui-widget-content {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	min-height: 0 !important;
	height: auto !important;
	padding: 0 !important;
}

.mastic-shop-archive__sidebar .widget_price_filter .price_slider.ui-slider {
	margin: 0 2px 0.2rem;
}

.mastic-shop-archive__sidebar .widget_price_filter .ui-widget-content {
	border: 0 !important;
	background: transparent !important;
}

/* แทร็ก: เส้นเต็มความกว้าง (::before) รวมซ้าย–ขวาของ handle + ช่วงเลือกทับด้านบน */
.mastic-shop-archive__sidebar .widget_price_filter .ui-slider-horizontal {
	position: relative;
	height: 2px !important;
	border-radius: 99px;
	border: 0 !important;
	box-shadow: none !important;
	margin: 16px 6px 0;
	background: transparent !important;
}

.mastic-shop-archive__sidebar .widget_price_filter .ui-slider-horizontal::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background: rgba(27, 42, 74, 0.24);
	border-radius: 99px;
	pointer-events: none;
	z-index: 0;
}

.mastic-shop-archive__sidebar .widget_price_filter .ui-slider .ui-slider-range {
	top: 0;
	height: 2px;
	background: linear-gradient(90deg, #185fa5 0%, var(--mastic-navy) 100%) !important;
	border-radius: 99px;
	box-shadow: none;
	z-index: 1;
	position: absolute;
}

.mastic-shop-archive__sidebar .widget_price_filter .ui-slider .ui-slider-handle {
	width: 18px;
	height: 18px;
	top: -8px;
	margin-left: -9px;
	border-radius: 50%;
	background: #fff !important;
	border: 2px solid #185fa5 !important;
	box-shadow: 0 1px 3px rgba(18, 29, 51, 0.1);
	cursor: grab;
	z-index: 2;
}

.mastic-shop-archive__sidebar .widget_price_filter .ui-slider .ui-slider-handle:hover,
.mastic-shop-archive__sidebar .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	border-color: var(--mastic-navy) !important;
	box-shadow: 0 0 0 5px rgba(24, 95, 165, 0.12), 0 2px 6px rgba(18, 29, 51, 0.12);
}

.mastic-shop-archive__sidebar .widget_price_filter .ui-slider .ui-slider-handle:active {
	cursor: grabbing;
}

.mastic-shop-archive__sidebar .widget_price_filter .ui-slider .ui-slider-handle:focus {
	outline: none;
	border-color: var(--mastic-navy) !important;
	box-shadow: 0 0 0 5px rgba(24, 95, 165, 0.18), 0 2px 8px rgba(18, 29, 51, 0.14);
}

/* Bestsellers — row: ~30% thumb | ~70% meta (override WC widget defaults) */
.mastic-shop-archive__sidebar .widget_products ul.product_list_widget,
.mastic-shop-archive__sidebar ul.product_list_widget {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mastic-shop-archive__sidebar .widget_products ul.product_list_widget li.mastic-trade-bestseller,
.mastic-shop-archive__sidebar ul.product_list_widget li.mastic-trade-bestseller {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	gap: 0.75rem !important;
	padding: 0.75rem 0 !important;
	margin: 0 !important;
	border-bottom: 1px solid #e8edf5 !important;
	overflow: visible !important;
}

.mastic-shop-archive__sidebar .widget_products ul.product_list_widget li.mastic-trade-bestseller:last-child,
.mastic-shop-archive__sidebar ul.product_list_widget li.mastic-trade-bestseller:last-child {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.mastic-shop-archive__sidebar ul.product_list_widget li.mastic-trade-bestseller::after {
	display: none !important;
	content: none !important;
}

.mastic-shop-archive__sidebar .mastic-trade-bestseller__thumb {
	flex: 0 0 30% !important;
	max-width: 30% !important;
	display: block !important;
	line-height: 0 !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	background: #eef2f9 !important;
	box-shadow: 0 2px 8px rgba(18, 29, 51, 0.08) !important;
}

.mastic-shop-archive__sidebar .mastic-trade-bestseller__thumb img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	float: none !important;
	display: block !important;
	vertical-align: middle;
}

.mastic-shop-archive__sidebar .mastic-trade-bestseller__meta {
	flex: 1 1 0% !important;
	min-width: 0 !important;
	max-width: 70% !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 0.25rem !important;
	align-items: flex-start !important;
	text-align: left !important;
}

.mastic-shop-archive__sidebar .mastic-trade-bestseller__title {
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.38;
	color: var(--mastic-navy);
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mastic-shop-archive__sidebar .mastic-trade-bestseller__title:hover {
	color: #185fa5;
}

.mastic-shop-archive__sidebar .mastic-trade-bestseller__meta .star-rating {
	float: none;
	margin: 0;
	font-size: 0.7rem;
}

.mastic-shop-archive__sidebar .mastic-trade-bestseller__price {
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--mastic-navy);
	line-height: 1.25;
}

.mastic-shop-archive__sidebar .mastic-trade-bestseller__price .woocommerce-Price-amount {
	font-weight: 700;
}

.mastic-shop-archive__main {
	min-width: 0;
}

.mastic-shop-archive__toolbar {
	margin-bottom: 0.35rem;
}

.mastic-shop-archive__toolbar .woocommerce-breadcrumb {
	margin: 0 0 0.75rem;
	font-size: 0.8125rem;
	color: var(--mastic-muted);
}

.mastic-shop-archive__toolbar .woocommerce-breadcrumb a {
	color: #185fa5;
	text-decoration: none;
}

.mastic-shop-archive__toolbar .woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}

.mastic-cats--archive {
	padding: 0 0 0.85rem;
	margin-bottom: 0.35rem;
}

.mastic-cats--archive .mastic-section__title {
	margin-bottom: 0.55rem;
	font-size: 1.02rem;
}

.mastic-cats--archive .mastic-cat-tiles {
	grid-auto-columns: minmax(118px, 1fr);
	gap: 0.55rem;
}

.mastic-cats--archive .mastic-cat-tile {
	padding: 0.65rem 0.45rem 0.55rem;
	font-size: 0.82rem;
}

.mastic-cats--archive .mastic-cat-tile__img {
	max-height: 48px !important;
	height: 48px !important;
	width: auto !important;
	object-fit: contain;
}

.mastic-cats--archive .mastic-cat-tile__icon {
	width: 36px;
	height: 36px;
}

.mastic-cat-tile.is-active {
	border-color: #185fa5;
	box-shadow: 0 0 0 2px rgba(24, 95, 165, 0.2);
	background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.mastic-shop-archive__controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem 1rem;
	margin: 0.55rem 0 1rem;
	padding: 0.35rem 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.mastic-shop-archive__controls .woocommerce-result-count {
	margin: 0;
	font-size: 0.84rem;
	color: var(--mastic-muted);
}

.mastic-shop-archive__controls .woocommerce-ordering {
	margin: 0;
	float: none;
}

.mastic-shop-archive__controls .woocommerce-ordering select {
	border: 1px solid var(--mastic-border);
	border-radius: 10px;
	padding: 0.48rem 2.1rem 0.48rem 0.75rem;
	font-size: 0.84rem;
	font-weight: 600;
	color: var(--mastic-navy);
	background: linear-gradient(180deg, #fff 0%, #f5f8fc 100%);
	box-shadow: 0 2px 10px rgba(18, 29, 51, 0.07);
}

.mastic-shop-archive-layout .mastic-shop-archive__main ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 0.95rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mastic-shop-archive-layout .mastic-shop-archive__main ul.products::before,
.mastic-shop-archive-layout .mastic-shop-archive__main ul.products::after {
	display: none !important;
	content: none !important;
}

.mastic-shop-archive-layout .mastic-shop-archive__main ul.products li.product.mastic-shop-loop__item {
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	width: auto !important;
	float: none !important;
}

.mastic-shop-archive-layout .mastic-shop-archive__main ul.products li.product.mastic-shop-loop__item:hover {
	box-shadow: none;
}

.mastic-shop-archive-layout .woocommerce-pagination {
	margin-top: 1.75rem;
	padding-top: 1rem;
	border-top: 1px solid var(--mastic-border);
	text-align: center;
}

.mastic-shop-archive-layout .woocommerce-pagination ul {
	border: 0;
	margin: 0;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	justify-content: center;
}

.mastic-shop-archive-layout .woocommerce-pagination ul li {
	border: 0;
	display: inline-flex;
}

.mastic-shop-archive-layout .woocommerce-pagination ul li a,
.mastic-shop-archive-layout .woocommerce-pagination ul li span {
	border: 1px solid var(--mastic-border);
	border-radius: 8px;
	padding: 0.4rem 0.75rem;
	min-width: 2.25rem;
	text-align: center;
	font-weight: 600;
	color: var(--mastic-navy);
	background: #fff;
}

.mastic-shop-archive-layout .woocommerce-pagination ul li span.current {
	background: var(--mastic-navy);
	color: #fff;
	border-color: var(--mastic-navy);
}

.mastic-shop-archive__term-description {
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid var(--mastic-border);
	color: #2f3d57;
	font-size: 0.95rem;
	line-height: 1.7;
}

.mastic-shop-archive__term-description p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1100px) {
	.mastic-shop-archive-layout .mastic-shop-archive__main ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 900px) {
	html.mastic-shop-filter-drawer-locked,
	html.mastic-shop-filter-drawer-locked body {
		overflow: hidden;
	}

	/* One horizontal rhythm: override GP .one-container .site-content (e.g. 40px) + keep safe area. */
	.mastic-shop-archive-layout.one-container .site-content,
	.mastic-shop-archive-layout .site-content {
		padding-top: var(--mastic-header-offset, 0px) !important;
		padding-bottom: 2rem !important;
		padding-left: max(0.75rem, env(safe-area-inset-left, 0px)) !important;
		padding-right: max(0.75rem, env(safe-area-inset-right, 0px)) !important;
	}

	.mastic-shop-filter-drawer__toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding: 0.85rem max(1rem, env(safe-area-inset-right, 0px)) 0.85rem max(1rem, env(safe-area-inset-left, 0px));
		border: 0;
		border-radius: 0;
		box-sizing: border-box;
		font-family: inherit;
		font-size: 0.95rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		color: #fff;
		background: #1a1f2e;
		cursor: pointer;
		text-align: left;
	}

	.mastic-shop-filter-drawer__toggle:hover,
	.mastic-shop-filter-drawer__toggle:focus-visible {
		background: #232a3d;
		color: #fff;
		outline: 2px solid rgba(255, 255, 255, 0.35);
		outline-offset: 2px;
	}

	.mastic-shop-filter-drawer__toggle-icon {
		display: flex;
		flex-shrink: 0;
		opacity: 0.95;
	}

	.mastic-shop-filter-drawer__backdrop {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 100000;
		margin: 0;
		padding: 0;
		border: 0;
		background: rgba(18, 29, 51, 0.45);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.22s ease, visibility 0.22s ease;
	}

	body.mastic-shop-filter-drawer--open .mastic-shop-filter-drawer__backdrop {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.mastic-shop-archive__layout.mastic-inner,
	.mastic-shop-archive__layout {
		display: block;
		grid-template-columns: unset;
		gap: 1.1rem;
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.mastic-shop-archive__sidebar.mastic-shop-filter-drawer__panel {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 90vw;
		max-width: 90vw;
		height: 100vh;
		height: 100dvh;
		max-height: 100dvh;
		margin: 0;
		padding: 0.65rem 0.85rem 1rem;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 100010;
		align-self: stretch;
		border-radius: 0;
		border: 0;
		border-right: 1px solid var(--mastic-border);
		box-shadow: 8px 0 32px rgba(18, 29, 51, 0.18);
		transform: translateX(-102%);
		transition: transform 0.28s ease;
	}

	body.mastic-shop-filter-drawer--open .mastic-shop-archive__sidebar.mastic-shop-filter-drawer__panel {
		transform: translateX(0);
	}

	.mastic-shop-filter-drawer__close {
		display: flex;
		align-items: center;
		justify-content: center;
		position: sticky;
		top: 0;
		z-index: 3;
		width: 2.5rem;
		height: 2.5rem;
		margin: 0 0 0.35rem auto;
		padding: 0;
		border: 1px solid var(--mastic-border);
		border-radius: 10px;
		background: #fff;
		color: var(--mastic-navy);
		font-size: 1.35rem;
		line-height: 1;
		cursor: pointer;
		box-shadow: 0 2px 8px rgba(18, 29, 51, 0.06);
	}

	.mastic-shop-filter-drawer__close:hover,
	.mastic-shop-filter-drawer__close:focus-visible {
		background: #f5f8fc;
		outline: 2px solid rgba(24, 95, 165, 0.35);
		outline-offset: 2px;
	}

	.mastic-shop-hero--split .mastic-shop-hero__split {
		flex-direction: column;
		min-height: 0;
		max-height: none;
	}

	.mastic-shop-hero--split .mastic-shop-hero__band {
		flex: 0 0 auto;
		width: 100%;
		max-width: none;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		padding: 1.35rem clamp(0.75rem, 2vw, 1.5rem) 1.45rem;
	}

	.mastic-shop-hero--split .mastic-shop-hero__visual {
		min-height: 200px;
		flex: 1 1 auto;
		background-position: center center;
	}

	.mastic-shop-archive-layout .mastic-shop-archive__main ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
