body.style-b {
	--container-max-width: 1320px;
	--container-max-width-wide: 1440px;
	--container-padding: 20px;
	--section-spacing: 48px;

	--green-dark: #064d2b;
	--green: #008f3c;
	--green-bright: #04a64b;
	--yellow: #f6b600;
	--yellow-soft: #ffe08a;

	--bg-main: #f7f3df;
	--bg-card: #ffffff;

	--text-primary: #103820;
	--text-muted: #5f6f64;
	--border: #e3dec7;
	--footer-bg: #063f25;
	--radius: 10px;
	--shadow: 0 8px 20px rgba(6, 77, 43, 0.08);
	--card-radius: 8px;
	--card-shadow: 0 4px 14px rgba(6, 77, 43, 0.08);
	--card-shadow-hover: 0 6px 16px rgba(6, 77, 43, 0.1);
	--surface-shadow: 0 2px 8px rgba(6, 77, 43, 0.07);

	--topbar-height: 32px;
	--nav-height: 72px;
	--hero-height: 420px;
}

body.style-b {
	background: var(--bg-main);
	color: var(--text-primary);
	font-size: 14px;
	--content-max-width: calc(var(--container-max-width) * 0.75);
	--header-gap: 0px;
}

body.style-b #page {
	padding-top: 0;
}

body.style-b .site-main {
	padding-top: 0;
	padding-bottom: 3rem;
}

body.style-b .shell,
body.style-b .container {
	width: min(calc(100% - (var(--container-padding) * 2)), var(--container-max-width));
}

body.style-b .site-main {
	padding-block: 0 calc(var(--section-spacing) + 0.5rem);
}

body.style-b .site-main.shell {
	width: min(calc(100% - (var(--container-padding) * 2)), var(--container-max-width));
}

body.style-b .content-narrow,
body.style-b .layout-narrow-content,
body.style-b.page:not(.home):not(.woocommerce) .page-section > .post-entry,
body.style-b.single-post .page-section > .content-breadcrumb,
body.style-b.single-post .page-section > .post-entry,
body.style-b.single-scowatt_project .project-entry-shell > .content-breadcrumb,
body.style-b.single-scowatt_project .project-entry-shell > .project-entry,
body.style-b.woocommerce-account .scowatt-shop-layout,
body.style-b.woocommerce-cart .scowatt-shop-layout,
body.style-b.woocommerce-checkout .scowatt-shop-layout {
	width: min(calc(100% - (var(--container-padding) * 2)), 990px);
	margin-inline: auto;
}

body.style-b .layout-wide-catalogue {
	width: min(calc(100% - (var(--container-padding) * 2)), var(--container-max-width));
	margin-inline: auto;
}

body.style-b.woocommerce-account .scowatt-shop-layout,
body.style-b.woocommerce-cart .scowatt-shop-layout,
body.style-b.woocommerce-checkout .scowatt-shop-layout {
	grid-template-columns: 1fr;
}

body.style-b.woocommerce-account .scowatt-shop-main,
body.style-b.woocommerce-cart .scowatt-shop-main,
body.style-b.woocommerce-checkout .scowatt-shop-main {
	width: 100%;
}

@media (min-width: 1600px) {
	body.style-b .shell,
	body.style-b .container {
		max-width: var(--container-max-width-wide);
	}
}

body.style-b .page-section,
body.style-b .home-section,
body.style-b .section,
body.style-b .archive-shell,
body.style-b .project-entry-shell,
body.style-b .scowatt-shop-shell,
body.style-b .scowatt-single-shell,
body.style-b .scowatt-section {
	margin-bottom: var(--section-spacing);
}

body.style-b .section,
body.style-b .home-section,
body.style-b .page-section,
body.style-b .archive-shell,
body.style-b .project-entry-shell,
body.style-b .scowatt-shop-shell,
body.style-b .scowatt-single-shell,
body.style-b .scowatt-section {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.style-b .home-section,
body.style-b .page-section,
body.style-b .archive-shell,
body.style-b .project-entry-shell,
body.style-b .scowatt-shop-shell,
body.style-b .scowatt-single-shell {
	scroll-margin-top: calc(var(--topbar-height) + var(--nav-height) + 24px);
}

body.style-b .home-section {
	margin-top: 0;
}

body.style-b .home-hero + .home-section {
	margin-top: clamp(1.15rem, 3vw, 1.8rem);
}

body.style-b .site-main > :last-child,
body.style-b .page-section > :last-child,
body.style-b .home-section > :last-child,
body.style-b .archive-shell > :last-child,
body.style-b .project-entry-shell > :last-child,
body.style-b .scowatt-shop-shell > :last-child,
body.style-b .scowatt-single-shell > :last-child {
	margin-bottom: 0;
}

body.style-b .page-section,
body.style-b .archive-shell,
body.style-b .project-entry-shell {
	display: grid;
	gap: 1.5rem;
	padding: 0;
}

body.style-b .layout-narrow-content .cards-grid--projects,
body.style-b .layout-narrow-content .cards-grid--posts {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

body.style-b .content-related-section {
	display: grid;
	gap: 1.2rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(16, 56, 32, 0.08);
}

body.style-b .layout-narrow-content > .content-related-section .section-heading {
	margin-bottom: 0;
}

body.style-b .layout-narrow-content > .content-related-section .section-heading--split {
	align-items: end;
	gap: 0.9rem;
}

body.style-b .page-section,
body.style-b .archive-shell,
body.style-b .project-entry-shell,
body.style-b .scowatt-shop-header,
body.style-b .scowatt-single-header,
body.style-b .archive-hero,
body.style-b .project-entry__hero,
body.style-b .post-entry__hero {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.style-b .archive-hero,
body.style-b .project-entry__hero,
body.style-b .post-entry__hero {
	padding: 0;
	color: var(--text-primary);
}

body.style-b .archive-hero__copy,
body.style-b .project-entry__summary,
body.style-b .post-entry__excerpt {
	max-width: 68ch;
	color: var(--text-muted);
}

body.style-b .home-section + .home-section,
body.style-b .page-section + .page-section,
body.style-b .scowatt-shop-shell + .page-section,
body.style-b .page-section + .scowatt-shop-shell,
body.style-b .scowatt-single-shell + .home-section,
body.style-b .page-section + .home-section,
body.style-b .home-section + .page-section {
	margin-top: 0;
}

body.style-b .section-band {
	position: relative;
	isolation: isolate;
	padding-block: 36px;
}

body.style-b .section-band::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: calc(50% - 50vw);
	width: 100vw;
}

body.style-b .section-band > * {
	position: relative;
	z-index: 1;
}

body.style-b .section-band-light::before {
	background: rgba(255, 255, 255, 0.45);
}

body.style-b .section-band-green::before {
	background: var(--green-dark);
}

body.style-b .section-band-green,
body.style-b .section-band-green .section-kicker,
body.style-b .section-band-green .section-title,
body.style-b .section-band-green .section-heading h2 {
	color: #ffffff;
}

body.style-b .scowatt-shop-shell,
body.style-b .scowatt-single-shell,
body.style-b .project-entry-shell {
	display: grid;
	gap: 1.4rem;
}

body.style-b .scowatt-shop-layout,
body.style-b .project-entry__content-grid,
body.style-b .scowatt-single-main > .product,
body.style-b .footer-grid {
	gap: 1.75rem;
}

body.style-b .scowatt-shop-main,
body.style-b .scowatt-single-main {
	min-width: 0;
}

body.style-b .scowatt-shop-header,
body.style-b .scowatt-single-header {
	padding: 0;
}

body.style-b .scowatt-shop-title,
body.style-b .archive-hero .entry-title,
body.style-b .project-entry__hero .entry-title,
body.style-b .post-entry__hero .entry-title,
body.style-b .page-section .entry-title {
	font-size: clamp(2rem, 4vw, 2.75rem);
	line-height: 1.03;
}

body.style-b .section-heading {
	margin-bottom: 1.25rem;
}

body.style-b .section-heading--split {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 0.9rem 1.25rem;
}

body.style-b .section-heading--centered {
	display: grid;
	justify-items: center;
	text-align: center;
	gap: 0.3rem;
}

body.style-b .section-heading h2,
body.style-b .contact-cta h2,
body.style-b .section-title {
	font-size: 24px;
	line-height: 1.08;
}

body.style-b .post-entry__meta,
body.style-b .content-breadcrumb,
body.style-b .content-breadcrumb__separator,
body.style-b .content-breadcrumb__current {
	color: var(--text-muted);
}

body.style-b .archive-hero__copy a,
body.style-b .content-breadcrumb__link {
	color: var(--green-dark);
}

body.style-b .project-entry__meta-card {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	box-shadow: none;
}

body.style-b .project-meta-list dt {
	color: var(--text-muted);
}

body.style-b .project-meta-list dd {
	color: var(--green-dark);
}

body.style-b .section-heading h2::after,
body.style-b .section-title::after {
	content: "";
	display: block;
	width: 64px;
	height: 4px;
	margin-top: 0.55rem;
	border-radius: 999px;
	background: var(--yellow);
}

body.style-b .section-heading--split h2::after {
	margin-bottom: 0;
}

body.style-b .section-heading--centered h2::after {
	margin-inline: auto;
}

body.style-b .section-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--green-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.style-b .section-link:hover {
	color: var(--green);
}

body.style-b .section-cta {
	display: flex;
	justify-content: center;
	margin-top: 1.15rem;
}

body.style-b .card,
body.style-b .product-card,
body.style-b .project-card,
body.style-b .post-card,
body.style-b .brand-tile,
body.style-b .category-tile,
body.style-b .detail-card,
body.style-b .archive-empty,
body.style-b .mobile-navigation__panel,
body.style-b .mobile-drawer__search {
	background: var(--bg-card);
	border-color: var(--border);
	border-radius: var(--card-radius);
	box-shadow: var(--surface-shadow);
}

body.style-b .section-heading h2,
body.style-b .contact-cta h2,
body.style-b .entry-title,
body.style-b .section-title {
	color: var(--green-dark);
}

body.style-b .section-kicker,
body.style-b .card-copy,
body.style-b .post-card__date,
body.style-b .project-card__meta,
body.style-b .archive-empty p,
body.style-b .detail-card p {
	color: var(--text-muted);
}

body.style-b .detail-card,
body.style-b .archive-empty {
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	box-shadow: var(--surface-shadow);
}

body.style-b .detail-card {
	padding: 1rem 1.1rem;
	background: rgba(255, 255, 255, 0.92);
}

body.style-b .archive-empty {
	background: rgba(255, 255, 255, 0.72);
}

body.style-b .button--primary {
	background: var(--yellow);
	color: var(--text-primary);
}

body.style-b .button--secondary {
	background: var(--bg-card);
	color: var(--green-dark);
	border-color: var(--border);
}

body.style-b .button--outline {
	color: var(--green-dark);
	border-color: var(--border);
}

body.style-b .cards-grid--products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

body.style-b .cards-grid--projects,
body.style-b .cards-grid--posts,
body.style-b .brand-strip {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

body.style-b .cards-grid--products,
body.style-b .cards-grid--projects,
body.style-b .cards-grid--posts,
body.style-b .service-grid,
body.style-b .brand-strip {
	align-items: start;
}

body.style-b .card.product-card,
body.style-b .card.project-card,
body.style-b .card.post-card {
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100%;
	padding: 14px;
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	background: var(--bg-card);
	box-shadow: var(--card-shadow);
	overflow: hidden;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.style-b .card.product-card:hover,
body.style-b .card.project-card:hover,
body.style-b .card.post-card:hover {
	transform: translateY(-2px);
	border-color: rgba(246, 182, 0, 0.55);
	box-shadow: var(--card-shadow-hover);
}

body.style-b .card-media {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid rgba(227, 222, 199, 0.72);
	border-radius: calc(var(--card-radius) - 2px);
	background: linear-gradient(180deg, #fffef8, #f8f2df);
}

body.style-b .product-card__image {
	min-height: 180px;
	position: relative;
}

body.style-b .project-card__image,
body.style-b .post-card__image {
	min-height: 200px;
}

body.style-b .product-card__image img,
body.style-b .project-card__image img,
body.style-b .post-card__image img,
body.style-b .product-card__placeholder,
body.style-b .card-media-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.22s ease;
}

body.style-b .card.product-card:hover .product-card__image img,
body.style-b .card.project-card:hover .project-card__image img,
body.style-b .card.post-card:hover .post-card__image img {
	transform: scale(1.05);
}

body.style-b .product-card__placeholder,
body.style-b .card-media-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: inherit;
	background: linear-gradient(160deg, rgba(6, 77, 43, 0.94), rgba(0, 143, 60, 0.88));
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: 800;
}

body.style-b .card-body {
	display: grid;
	grid-template-rows: auto 1fr auto;
	gap: 0.9rem;
	padding: 14px 2px 0;
}

body.style-b .card-header,
body.style-b .card-content {
	display: grid;
	gap: 0.55rem;
}

body.style-b .card-badge {
	width: fit-content;
	padding: 0.36rem 0.72rem;
	border: 1px solid rgba(246, 182, 0, 0.32);
	border-bottom-width: 3px;
	border-radius: 999px;
	background: #fff9e7;
	color: var(--green-dark);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.style-b .product-card__badge {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	max-width: calc(100% - 1rem);
	padding: 0.36rem 0.68rem;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 4px 10px rgba(6, 77, 43, 0.12);
}

body.style-b .product-card__badge--category {
	top: 10px;
	left: 10px;
	background: #fff4c6;
	color: var(--green-dark);
	border: 1px solid rgba(246, 182, 0, 0.42);
}

body.style-b .product-card__badge--featured {
	top: 10px;
	right: 10px;
	background: rgba(6, 77, 43, 0.94);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

body.style-b .product-card__body,
body.style-b .product-card .card-header,
body.style-b .product-card .card-content {
	justify-items: center;
	text-align: center;
}

body.style-b .card-title {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.42;
}

body.style-b .card-title a {
	color: var(--text-primary);
}

body.style-b .card-title a:hover {
	color: var(--green);
}

body.style-b .card-meta,
body.style-b .project-card__meta,
body.style-b .post-card__date {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.7rem;
	font-size: 12px;
	line-height: 1.5;
	color: var(--text-muted);
}

body.style-b .project-card__meta span,
body.style-b .post-card__date {
	position: relative;
}

body.style-b .card-copy {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: var(--text-muted);
}

body.style-b .card-price {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--green);
}

body.style-b .card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 0.15rem;
	align-items: center;
}

body.style-b .product-card .card-actions {
	justify-content: center;
}

body.style-b .card-actions .button {
	display: inline-flex;
	width: auto;
	flex: 0 0 auto;
	min-height: 40px;
	padding: 0.72rem 1rem;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

body.style-b .product-card .button--primary,
body.style-b .project-card .button--primary,
body.style-b .post-card .button--primary {
	background: var(--green);
	color: #ffffff;
}

body.style-b .product-card .button--primary:hover,
body.style-b .project-card .button--primary:hover,
body.style-b .post-card .button--primary:hover {
	background: var(--green-dark);
	color: #ffffff;
}

body.style-b .brand-tile {
	min-height: 136px;
	padding: 16px;
	border-radius: var(--card-radius);
	background: var(--bg-card);
	box-shadow: var(--surface-shadow);
}

body.style-b .brand-tile__logo img {
	max-height: 72px;
}

body.style-b .site-header {
	position: sticky;
	top: 0;
	z-index: 90;
	background: transparent;
	backdrop-filter: none;
	border-bottom: 0;
	box-shadow: none;
}

body.admin-bar.style-b .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar.style-b .site-header {
		top: 46px;
	}
}

body.style-b .site-topbar {
	min-height: var(--topbar-height);
	background: linear-gradient(90deg, var(--green-dark), var(--green));
	color: #ffffff;
	font-size: 11px;
}

body.style-b .site-topbar__inner {
	width: min(calc(100% - (var(--container-padding) * 2)), var(--container-max-width));
	min-height: var(--topbar-height);
	padding-block: 2px;
	margin-inline: auto;
}

body.style-b .site-topbar__contacts,
body.style-b .site-topbar__utility {
	gap: 0.45rem 0.75rem;
}

body.style-b .contact-pill {
	padding: 0.2rem 0.55rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
}

body.style-b .contact-pill__label {
	font-size: 9px;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.78);
}

body.style-b .contact-pill__value,
body.style-b .utility-links a {
	font-size: 11px;
	color: #ffffff;
}

body.style-b .utility-links a:hover,
body.style-b .social-badge:hover {
	color: #ffffff;
}

body.style-b .social-links,
body.style-b .footer-socials {
	gap: 0.45rem;
}

body.style-b .social-badge {
	width: 1.45rem;
	height: 1.45rem;
	border-color: rgba(255, 255, 255, 0.2);
	background: transparent;
	color: #ffffff;
	font-size: 0.68rem;
}

body.style-b .navbar-shell {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding-block: 0;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid rgba(227, 222, 199, 0.75);
	backdrop-filter: blur(14px);
}

body.style-b .navbar-main {
	width: min(calc(100% - (var(--container-padding) * 2)), var(--container-max-width));
	min-height: var(--nav-height);
	padding: 0.75rem 1rem;
	margin-inline: auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.style-b .site-branding__home {
	gap: 0.65rem;
}

body.style-b .site-logo img {
	max-height: 44px;
}

body.style-b .site-title {
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--text-primary);
}

body.style-b .site-description {
	font-size: 0.72rem;
	color: var(--text-muted);
}

body.style-b .primary-navigation__list {
	gap: 0.05rem;
}

body.style-b .primary-navigation__link,
body.style-b .primary-navigation__trigger {
	position: relative;
	min-height: 40px;
	padding: 0.72rem 0.85rem;
	border-radius: 4px;
	color: var(--text-primary);
	font-size: 0.88rem;
	font-weight: 700;
}

body.style-b .primary-navigation__link::after,
body.style-b .primary-navigation__trigger::after {
	content: "";
	position: absolute;
	right: 1rem;
	bottom: 0.52rem;
	left: 1rem;
	height: 3px;
	border-radius: 999px;
	background: transparent;
	transition: background-color 0.18s ease;
}

body.style-b .primary-navigation__item.is-current > .primary-navigation__link,
body.style-b .primary-navigation__item.has-mega-menu.is-open > .primary-navigation__trigger,
body.style-b .primary-navigation__link:hover,
body.style-b .primary-navigation__trigger:hover {
	background: rgba(4, 166, 75, 0.08);
	color: var(--green);
}

body.style-b .primary-navigation__item.is-current > .primary-navigation__link::after,
body.style-b .primary-navigation__item.has-mega-menu.is-open > .primary-navigation__trigger::after,
body.style-b .primary-navigation__link:hover::after,
body.style-b .primary-navigation__trigger:hover::after {
	background: var(--yellow);
}

body.style-b .nav-caret {
	width: 0.5rem;
	height: 0.5rem;
}

body.style-b .icon-button,
body.style-b .mobile-nav-toggle,
body.style-b .mobile-drawer__close {
	border-color: var(--border);
	background: #fffdf5;
	color: var(--green-dark);
	box-shadow: none;
}

body.style-b .icon-button {
	width: 2.6rem;
	height: 2.6rem;
}

body.style-b .navbar-cta,
body.style-b .products-mega-menu__browse,
body.style-b .mobile-navigation__shop-link {
	background: var(--yellow);
	color: var(--text-primary);
	box-shadow: none;
}

body.style-b .navbar-cta:hover,
body.style-b .products-mega-menu__browse:hover,
body.style-b .mobile-navigation__shop-link:hover {
	background: #ffd34a;
	color: var(--text-primary);
}

body.style-b .header-search-panel {
	margin-top: 0.7rem;
	padding: 0;
}

body.style-b .header-search-panel__inner {
	padding: 1rem 1.15rem;
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	background: #fffdf6;
	box-shadow: var(--surface-shadow);
}

body.style-b .header-search-panel__title {
	color: var(--green-dark);
}

body.style-b .products-mega-menu {
	padding-bottom: 0.75rem;
}

body.style-b .products-mega-menu__inner {
	grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
	gap: 1.15rem;
	padding-top: 0.6rem;
}

body.style-b .products-mega-menu__intro,
body.style-b .mega-card,
body.style-b .products-mega-menu__empty {
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	box-shadow: var(--surface-shadow);
}

body.style-b .products-mega-menu__intro {
	padding: 1.25rem;
	background: linear-gradient(160deg, rgba(6, 77, 43, 0.98), rgba(0, 143, 60, 0.9));
}

body.style-b .products-mega-menu__intro h2 {
	font-size: 1.5rem;
	color: #ffffff;
}

body.style-b .products-mega-menu__intro p {
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.84);
}

body.style-b .products-mega-menu__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

body.style-b .mega-card {
	grid-template-columns: 100px minmax(0, 1fr);
	background: #ffffff;
}

body.style-b .mega-card__media {
	background: linear-gradient(160deg, rgba(6, 77, 43, 0.96), rgba(0, 143, 60, 0.86));
}

body.style-b .mega-card__body {
	padding: 0.9rem;
}

body.style-b .mega-card__title {
	font-size: 1rem;
}

body.style-b .mega-card__description,
body.style-b .mega-card__empty {
	font-size: 0.82rem;
	color: var(--text-muted);
}

body.style-b .mega-card__links {
	gap: 0.35rem;
}

body.style-b .mega-card__links a {
	color: var(--text-primary);
	font-size: 0.88rem;
}

body.style-b .mega-card__links a:hover {
	color: var(--green);
}

body.style-b .mobile-drawer__panel {
	background: #f9f4e1;
	box-shadow: -12px 0 28px rgba(6, 77, 43, 0.14);
}

body.style-b .mobile-drawer__search,
body.style-b .mobile-navigation__panel {
	border-color: var(--border);
	border-radius: var(--card-radius);
	background: #ffffff;
}

body.style-b .mobile-navigation__link,
body.style-b .mobile-navigation__accordion {
	border-color: var(--border);
	border-radius: 10px;
	background: #ffffff;
	color: var(--text-primary);
}

body.style-b .mobile-products__children {
	border-left-color: rgba(0, 143, 60, 0.18);
}

body.style-b .mobile-drawer__contact a {
	color: var(--green-dark);
	font-weight: 700;
}

body.style-b .site-footer {
	margin-top: calc(var(--section-spacing) * 0.8);
	padding-block: 40px 24px;
	background: var(--footer-bg);
	color: #ffffff;
}

body.style-b .site-footer,
body.style-b .site-footer p,
body.style-b .site-footer li,
body.style-b .site-footer span,
body.style-b .site-footer .widget,
body.style-b .site-footer .footer-column,
body.style-b .site-footer .footer-summary,
body.style-b .site-footer .footer-links,
body.style-b .site-footer .footer-contact-list,
body.style-b .site-footer .site-info {
	color: rgba(255, 255, 255, 0.86);
}

body.style-b .site-footer h1,
body.style-b .site-footer h2,
body.style-b .site-footer h3,
body.style-b .site-footer h4,
body.style-b .site-footer .footer-title,
body.style-b .site-footer .widget-title {
	color: #ffffff;
}

body.style-b .site-footer a {
	color: rgba(255, 255, 255, 0.9);
}

body.style-b .site-footer a:hover {
	color: var(--yellow-soft);
}

body.style-b .footer-grid {
	grid-template-columns: 1.3fr 1fr 1fr 1fr;
	gap: 1.4rem;
}

body.style-b .site-footer .widget,
body.style-b .footer-column {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.style-b .site-footer .widget + .widget {
	margin-top: 1rem;
}

body.style-b .footer-title {
	font-size: 1rem;
	font-weight: 800;
	color: #ffffff;
}

body.style-b .footer-summary,
body.style-b .footer-links a,
body.style-b .footer-contact-list a,
body.style-b .site-info {
	color: rgba(255, 255, 255, 0.82);
}

body.style-b .footer-links a:hover,
body.style-b .footer-contact-list a:hover {
	color: var(--yellow-soft);
}

body.style-b .site-info {
	border-top-color: rgba(255, 255, 255, 0.1);
	font-size: 0.88rem;
}

body.style-b .home-hero {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	min-height: calc(100svh - var(--topbar-height) - var(--nav-height));
	padding: 0;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(90deg, rgba(247, 243, 223, 0.94) 0%, rgba(247, 243, 223, 0.82) 32%, rgba(247, 243, 223, 0.12) 66%),
		linear-gradient(135deg, rgba(247, 243, 223, 0.92), rgba(247, 243, 223, 0.3));
	box-shadow: none;
	background-position: center;
	background-size: cover;
}

body.style-b .home-hero__shell {
	display: grid;
	align-items: center;
	width: min(calc(100% - (var(--container-padding) * 2)), var(--content-max-width));
	min-height: calc(100svh - var(--topbar-height) - var(--nav-height));
	padding-block: 2.4rem 2.75rem;
	margin-inline: auto;
}

body.style-b .home-hero::after {
	inset: auto auto 0 0;
	width: min(48vw, 420px);
	background: radial-gradient(circle, rgba(255, 255, 255, 0.28), transparent 70%);
}

body.style-b .home-hero__content {
	max-width: 560px;
}

body.style-b .home-hero .section-kicker {
	color: rgba(16, 56, 32, 0.72);
}

body.style-b .home-hero__content h1 {
	margin-top: 0.1rem;
	font-size: clamp(2.5rem, 5vw, 4.2rem);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.05em;
	color: #111111;
	text-shadow: 0 2px 8px rgba(255, 255, 255, 0.28);
}

body.style-b .home-hero__copy {
	margin-top: 0.75rem;
	font-size: 1.05rem;
	line-height: 1.5;
	color: rgba(16, 56, 32, 0.88);
	max-width: 30ch;
}

body.style-b .home-hero__actions {
	margin-top: 1.45rem;
}

body.style-b .home-hero__actions .button {
	display: inline-flex;
	width: auto;
	flex: 0 0 auto;
	min-height: 50px;
	padding: 0.95rem 1.45rem;
	border-radius: 4px;
	box-shadow: 0 8px 18px rgba(6, 77, 43, 0.12);
}

body.style-b .home-hero__actions .button--primary {
	background: #6f9206;
	color: #ffffff;
}

body.style-b .home-hero__actions .button--secondary {
	background: #ffffff;
	color: var(--green-dark);
	border-color: transparent;
}

body.style-b .home-section--categories {
	margin-top: 0;
}

body.style-b .home-section--categories > .shell {
	width: min(calc(100% - (var(--container-padding) * 2)), var(--content-max-width));
	margin-inline: auto;
}

body.style-b .category-tiles {
	display: flex;
	gap: 14px;
	margin-top: 0;
	padding: 0;
}

body.style-b .category-rail {
	position: relative;
	width: min(calc(100% - (var(--container-padding) * 2)), var(--content-max-width));
	margin-inline: auto;
	margin-top: 0.3rem;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	overscroll-behavior-inline: contain;
	scroll-snap-type: x proximity;
}

body.style-b .category-rail::-webkit-scrollbar {
	display: none;
}

body.style-b .category-rail__track {
	display: flex;
	width: max-content;
	min-width: 100%;
	padding-inline: 0;
	padding-block: 0.2rem 0.35rem;
}

body.style-b .category-rail__indicators {
	display: flex;
	justify-content: center;
	gap: 0.45rem;
	padding-top: 0.8rem;
}

body.style-b .category-rail__dot {
	display: inline-flex;
	padding: 0;
	border: 0;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 999px;
	background: rgba(16, 56, 32, 0.18);
	cursor: pointer;
	transition: transform 0.18s ease, background-color 0.18s ease;
}

body.style-b .category-rail__dot:hover,
body.style-b .category-rail__dot:focus-visible {
	background: rgba(31, 159, 226, 0.65);
	transform: scale(1.15);
	outline: 0;
}

body.style-b .category-rail__dot.is-active {
	background: #1f9fe2;
}

body.style-b .category-rail__dot[hidden] {
	display: none;
}

body.style-b .home-section--best-sellers,
body.style-b .home-section--latest-products,
body.style-b .home-section--shop-brands,
body.style-b .home-section--projects,
body.style-b .home-section--news-events {
	display: grid;
	gap: 1.35rem;
	align-content: start;
}

body.style-b .home-section--categories .section-heading,
body.style-b .home-section--best-sellers .section-heading,
body.style-b .home-section--latest-products .section-heading,
body.style-b .home-section--shop-brands .section-heading,
body.style-b .home-section--projects .section-heading,
body.style-b .home-section--news-events .section-heading {
	margin-bottom: 0;
	text-align: center;
	justify-items: center;
}

body.style-b .home-section--categories .section-heading--split,
body.style-b .home-section--best-sellers .section-heading--split,
body.style-b .home-section--latest-products .section-heading--split,
body.style-b .home-section--shop-brands .section-heading--split,
body.style-b .home-section--projects .section-heading--split,
body.style-b .home-section--news-events .section-heading--split {
	display: grid;
	justify-items: center;
	align-items: start;
	gap: 0.8rem;
}

body.style-b .home-section--categories .section-heading > div,
body.style-b .home-section--best-sellers .section-heading > div,
body.style-b .home-section--latest-products .section-heading > div,
body.style-b .home-section--shop-brands .section-heading > div,
body.style-b .home-section--projects .section-heading > div,
body.style-b .home-section--news-events .section-heading > div {
	text-align: center;
}

body.style-b .home-section--categories .section-kicker,
body.style-b .home-section--best-sellers .section-kicker,
body.style-b .home-section--latest-products .section-kicker,
body.style-b .home-section--shop-brands .section-kicker,
body.style-b .home-section--projects .section-kicker,
body.style-b .home-section--news-events .section-kicker {
	margin-bottom: 0.35rem;
}

body.style-b .home-section--best-sellers .cards-grid--products,
body.style-b .home-section--latest-products .cards-grid--products,
body.style-b .home-section--shop-brands .brand-strip {
	margin-top: 0;
}

body.style-b .home-section--categories .section-link,
body.style-b .home-section--best-sellers .section-link,
body.style-b .home-section--latest-products .section-link,
body.style-b .home-section--shop-brands .section-link,
body.style-b .home-section--projects .section-link,
body.style-b .home-section--news-events .section-link {
	margin-bottom: 0;
	padding-bottom: 0;
}

body.style-b .home-section--categories .section-heading h2::after,
body.style-b .home-section--best-sellers .section-heading h2::after,
body.style-b .home-section--latest-products .section-heading h2::after,
body.style-b .home-section--shop-brands .section-heading h2::after,
body.style-b .home-section--projects .section-heading h2::after,
body.style-b .home-section--news-events .section-heading h2::after {
	margin-inline: auto;
}

body.style-b .home-section--shop-brands .brand-strip {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.style-b .category-tile {
	flex: 0 0 200px;
	display: grid;
	grid-template-columns: 1fr;
	min-width: 200px;
	min-height: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	box-shadow: none;
	scroll-snap-align: start;
	overflow: hidden;
}

body.style-b .category-rail {
	position: relative;
}

body.style-b .category-rail__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.9rem;
	height: 2.9rem;
	transform: translateY(-50%);
	border: 1px solid rgba(6, 77, 43, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--green-dark);
	box-shadow: 0 10px 20px rgba(6, 77, 43, 0.08);
}

body.style-b .category-rail__arrow:hover {
	background: #ffffff;
	color: var(--green);
}

body.style-b .category-rail__arrow--prev {
	left: 8px;
}

body.style-b .category-rail__arrow--next {
	right: 8px;
}

body.style-b .category-tile__image {
	display: block;
	aspect-ratio: 1.18 / 1;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(6, 77, 43, 0.12);
}

body.style-b .category-tile__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.style-b .category-tile__body {
	display: grid;
	align-content: start;
	padding: 0.65rem 0.2rem 0;
	text-align: center;
}

body.style-b .category-tile__title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--text-primary);
}

body.style-b .category-tile__copy {
	display: none;
}

body.style-b .home-section--services {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

body.style-b .service-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

body.style-b .service-card {
	padding: 16px;
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	background: #ffffff;
	box-shadow: var(--surface-shadow);
}

body.style-b .service-card__icon {
	width: 2.9rem;
	height: 2.9rem;
	border-radius: 10px;
	background: #f3f8ec;
	color: var(--green-dark);
}

body.style-b .service-card h3 {
	font-size: 16px;
}

body.style-b .service-card p {
	font-size: 13px;
	line-height: 1.6;
	color: var(--text-muted);
}

body.style-b .service-card__link {
	color: var(--green);
}

body.style-b .home-section--brands {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.style-b .home-section--brands .section-kicker,
body.style-b .home-section--brands h2 {
	color: inherit;
}

body.style-b .brand-strip {
	margin-top: 0.1rem;
}

body.style-b .brand-tile {
	place-items: center;
	min-height: 126px;
	padding: 16px;
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	background: #ffffff;
	box-shadow: var(--surface-shadow);
}

body.style-b .brand-tile__name {
	color: var(--green-dark);
}

body.style-b .contact-cta {
	grid-template-columns: 1fr;
	justify-items: center;
	text-align: center;
	gap: 1rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.style-b .contact-cta__content {
	width: 100%;
	max-width: 720px;
	display: grid;
	gap: 0.7rem;
	justify-items: center;
}

body.style-b .contact-cta p {
	font-size: 13px;
	line-height: 1.6;
	color: var(--text-muted);
}

body.style-b .contact-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.8rem;
}

body.style-b .contact-cta__actions .button {
	display: inline-flex;
	width: auto;
	flex: 0 0 auto;
	min-height: 44px;
	padding: 0.82rem 1.15rem;
	border-radius: 999px;
}

body.style-b .contact-cta__actions .button--primary {
	background: var(--green);
	color: #ffffff;
}

body.style-b .contact-cta__actions .button--secondary {
	background: var(--yellow);
	color: var(--text-primary);
	border-color: transparent;
}

body.style-b .scowatt-shop-shell {
	margin-top: 0;
}

body.style-b .scowatt-shop-layout {
	grid-template-columns: minmax(0, 1fr) 300px;
	align-items: start;
}

body.style-b .scowatt-shop-main {
	display: grid;
	gap: 1.45rem;
}

body.style-b .scowatt-shop-header {
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.style-b .scowatt-shop-breadcrumbs,
body.style-b .woocommerce-breadcrumb,
body.style-b .breadcrumb-separator {
	font-size: 12px;
	color: var(--text-muted);
}

body.style-b .woocommerce-breadcrumb a {
	color: var(--green-dark);
}

body.style-b .scowatt-shop-title {
	font-size: clamp(2rem, 3vw, 2.6rem);
	line-height: 1.03;
}

body.style-b .scowatt-shop-description {
	font-size: 13px;
	line-height: 1.7;
	color: var(--text-muted);
}

body.style-b .scowatt-shop-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem 1rem;
	padding: 0.75rem 0;
	border: 0;
	border-top: 1px solid rgba(227, 222, 199, 0.95);
	border-bottom: 1px solid rgba(227, 222, 199, 0.95);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.style-b .woocommerce .woocommerce-result-count,
body.style-b .woocommerce-page .woocommerce-result-count,
body.style-b .woocommerce .woocommerce-ordering,
body.style-b .woocommerce-page .woocommerce-ordering {
	margin: 0;
	float: none;
}

body.style-b .woocommerce .woocommerce-result-count,
body.style-b .woocommerce-page .woocommerce-result-count {
	font-size: 12px;
	font-weight: 600;
	color: var(--text-muted);
}

body.style-b .woocommerce .woocommerce-ordering select,
body.style-b .woocommerce-page .woocommerce-ordering select {
	min-width: 220px;
	padding: 0.8rem 0.95rem;
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	background: rgba(255, 255, 255, 0.92);
	color: var(--text-primary);
	font-size: 13px;
}

body.style-b .woocommerce ul.products,
body.style-b .woocommerce-page ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

body.style-b .woocommerce ul.products li.product.shop-product-card,
body.style-b .woocommerce-page ul.products li.product.shop-product-card {
	display: block;
}

body.style-b .woocommerce ul.products li.product.shop-product-card .card,
body.style-b .woocommerce-page ul.products li.product.shop-product-card .card {
	height: 100%;
}

body.style-b .scowatt-shop-sidebar {
	gap: 0.85rem;
	top: calc(var(--topbar-height) + var(--nav-height) + 1rem);
}

body.style-b .scowatt-shop-sidebar .widget {
	padding: 0.9rem 0.95rem;
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: none;
}

body.style-b .scowatt-shop-sidebar .widget-title {
	margin-bottom: 0.8rem;
	font-size: 15px;
	font-weight: 800;
	color: var(--green-dark);
}

body.style-b .scowatt-shop-sidebar ul {
	gap: 0.5rem;
}

body.style-b .scowatt-shop-sidebar a {
	font-size: 13px;
	color: var(--text-primary);
}

body.style-b .scowatt-shop-sidebar a:hover {
	color: var(--green);
}

body.style-b .scowatt-shop-sidebar .chosen a,
body.style-b .scowatt-shop-sidebar .current-cat > a {
	color: var(--green-dark);
}

body.style-b .scowatt-shop-sidebar .woocommerce-widget-layered-nav-list__item,
body.style-b .scowatt-shop-sidebar .wc-layered-nav-term {
	align-items: center;
	padding: 0.2rem 0;
}

body.style-b .scowatt-shop-sidebar .count {
	font-size: 11px;
	color: var(--text-muted);
}

body.style-b .scowatt-shop-sidebar input[type="search"],
body.style-b .scowatt-shop-sidebar input[type="text"],
body.style-b .scowatt-shop-sidebar select {
	padding: 0.78rem 0.9rem;
	border: 1px solid var(--border);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.92);
	font-size: 13px;
}

body.style-b .scowatt-shop-sidebar .price_slider_wrapper .ui-widget-content {
	background: rgba(6, 77, 43, 0.1);
}

body.style-b .scowatt-shop-sidebar .ui-slider .ui-slider-range {
	background: var(--green);
}

body.style-b .scowatt-shop-sidebar .ui-slider .ui-slider-handle {
	background: var(--yellow);
}

body.style-b .scowatt-shop-sidebar .woocommerce-widget-layered-nav-dropdown__submit,
body.style-b .scowatt-shop-sidebar .woocommerce-product-search button,
body.style-b .scowatt-shop-sidebar .widget_price_filter .button {
	display: inline-flex;
	width: auto;
	flex: 0 0 auto;
	min-height: 40px;
	margin-top: 0.65rem;
	padding: 0.75rem 1rem;
	border-radius: 999px;
	background: var(--green);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
}

body.style-b .scowatt-shop-sidebar .widget_price_filter .price_label {
	font-size: 12px;
	color: var(--text-muted);
}

body.style-b .scowatt-empty-state {
	padding: 1.4rem 0;
	border: 0;
	border-top: 1px dashed rgba(227, 222, 199, 0.95);
	border-bottom: 1px dashed rgba(227, 222, 199, 0.95);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.style-b .scowatt-empty-state h2 {
	font-size: 22px;
	color: var(--green-dark);
}

body.style-b .scowatt-empty-state p {
	font-size: 13px;
	line-height: 1.65;
	color: var(--text-muted);
}

body.style-b .scowatt-empty-state .button--primary {
	background: var(--green);
	color: #ffffff;
}

body.style-b .woocommerce nav.woocommerce-pagination,
body.style-b .woocommerce-page nav.woocommerce-pagination {
	margin-top: 0.4rem;
}

body.style-b .woocommerce nav.woocommerce-pagination ul,
body.style-b .woocommerce-page nav.woocommerce-pagination ul {
	gap: 0.5rem;
}

body.style-b .woocommerce nav.woocommerce-pagination ul li a,
body.style-b .woocommerce nav.woocommerce-pagination ul li span,
body.style-b .woocommerce-page nav.woocommerce-pagination ul li a,
body.style-b .woocommerce-page nav.woocommerce-pagination ul li span {
	min-width: 2.6rem;
	height: 2.6rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: #ffffff;
	color: var(--green-dark);
	font-size: 12px;
	font-weight: 700;
}

body.style-b .woocommerce nav.woocommerce-pagination ul li span.current,
body.style-b .woocommerce-page nav.woocommerce-pagination ul li span.current,
body.style-b .woocommerce nav.woocommerce-pagination ul li a:hover,
body.style-b .woocommerce-page nav.woocommerce-pagination ul li a:hover {
	background: var(--green);
	color: #ffffff;
}

body.style-b .woocommerce-notices-wrapper {
	margin-bottom: 0.2rem;
}

body.style-b .woocommerce-info,
body.style-b .woocommerce-message,
body.style-b .woocommerce-error {
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: none;
}

body.style-b .scowatt-single-shell {
	margin-top: 0;
}

body.style-b .scowatt-single-header {
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.style-b .scowatt-single-header,
body.style-b .scowatt-single-main {
	max-width: 1160px;
	margin-inline: auto;
}

body.style-b .scowatt-single-main > .product {
	grid-template-columns: minmax(360px, 450px) minmax(500px, 620px);
	justify-content: center;
	gap: clamp(1.5rem, 3vw, 2.6rem);
	align-items: start;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images,
body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary {
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	background: #ffffff;
	box-shadow: var(--surface-shadow);
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images,
body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary,
body.style-b.woocommerce.single-product .scowatt-single-main > .product > .woocommerce-tabs {
	min-width: 0;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images {
	padding: 12px;
	align-self: start;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images.woocommerce-product-gallery,
body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images .flex-viewport,
body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images .woocommerce-product-gallery__wrapper,
body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images .woocommerce-product-gallery__image,
body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images .woocommerce-product-gallery__image a {
	display: block;
	width: 100%;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images.woocommerce-product-gallery {
	display: grid;
	gap: 0.9rem;
	align-content: start;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images .woocommerce-product-gallery__image,
body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images .woocommerce-product-gallery__image a {
	height: auto;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images.woocommerce-product-gallery,
body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images .flex-viewport {
	overflow: visible;
	background: transparent;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images .woocommerce-product-gallery__wrapper {
	height: auto;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images .woocommerce-product-gallery__image a {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: calc(var(--card-radius) - 2px);
	background: #fffef8;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: calc(var(--card-radius) - 2px);
	background: #fffef8;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.7rem;
	margin-top: 0.9rem;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product .flex-control-thumbs li {
	margin: 0;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product .flex-control-thumbs img {
	border: 1px solid var(--border);
	border-radius: 8px;
	background: #fffef8;
	opacity: 1;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary {
	padding: 1.15rem 1.2rem;
	background: rgba(255, 255, 255, 0.96);
	align-self: start;
	max-width: none;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .product_title {
	font-size: clamp(28px, 2.8vw, 42px);
	font-weight: 800;
	line-height: 1.08;
	color: var(--green-dark);
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .price {
	font-size: 20px;
	font-weight: 800;
	color: var(--green);
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .woocommerce-product-details__short-description {
	font-size: 13px;
	line-height: 1.7;
	color: var(--text-muted);
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary form.cart {
	gap: 0.85rem;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .variations {
	border-spacing: 0 0.65rem;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .variations label {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--green-dark);
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .variations select,
body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .quantity .qty {
	padding: 0.82rem 0.95rem;
	border: 1px solid var(--border);
	border-radius: 10px;
	background: #fffef8;
	font-size: 13px;
	color: var(--text-primary);
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .variations td.value {
	display: grid;
	gap: 0.5rem;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .reset_variations {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	font-size: 12px;
	font-weight: 700;
	color: var(--green);
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .single_variation_wrap {
	display: grid;
	gap: 0.85rem;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .woocommerce-variation {
	padding: 0.95rem 1rem;
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	background: #fffdf6;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .woocommerce-variation .price {
	margin: 0;
	font-size: 18px;
	color: var(--green-dark);
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .woocommerce-variation-description,
body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .woocommerce-variation-availability {
	font-size: 12px;
	line-height: 1.6;
	color: var(--text-muted);
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 0.8rem;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .woocommerce-variation-add-to-cart .quantity {
	margin: 0;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .single_add_to_cart_button {
	min-height: 44px;
	padding: 0.85rem 1.2rem;
	border-radius: 999px;
	background: var(--green);
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .single_add_to_cart_button:hover {
	background: var(--green-dark);
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .product_meta {
	margin-top: 1rem;
	padding-top: 0.9rem;
	border-top: 1px solid var(--border);
	font-size: 12px;
	line-height: 1.7;
	color: var(--text-muted);
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .product_meta a {
	color: var(--green-dark);
}

body.style-b .scowatt-single-cta {
	padding: 1rem 0 0;
	border: 0;
	border-top: 1px solid rgba(227, 222, 199, 0.95);
	border-radius: 0;
	background: transparent;
}

body.style-b .scowatt-single-cta__title {
	font-size: 15px;
	font-weight: 800;
	color: var(--green-dark);
}

body.style-b .scowatt-single-cta__copy {
	font-size: 13px;
	line-height: 1.65;
	color: var(--text-muted);
}

body.style-b .scowatt-single-cta__actions {
	gap: 0.7rem;
}

body.style-b .scowatt-single-cta__actions .button {
	display: inline-flex;
	width: auto;
	flex: 0 0 auto;
	min-height: 42px;
	padding: 0.8rem 1.05rem;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
}

body.style-b .scowatt-single-cta__actions .button--outline {
	border-color: var(--border);
	background: #ffffff;
	color: var(--green-dark);
}

body.style-b .scowatt-single-cta__actions .button--secondary {
	background: var(--yellow);
	color: var(--text-primary);
	border-color: transparent;
}

body.style-b .scowatt-single-payment-info {
	display: grid;
	gap: 0.7rem;
	margin-top: 1rem;
	padding-top: 0.95rem;
	border-top: 1px solid rgba(227, 222, 199, 0.95);
}

body.style-b .scowatt-single-payment-info__title {
	margin: 0;
	font-size: 14px;
	font-weight: 800;
	color: var(--green-dark);
}

body.style-b .scowatt-single-payment-info__note {
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
	color: var(--text-muted);
}

body.style-b .scowatt-single-payment-info__media {
	display: block;
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	background: #fffef8;
}

body.style-b .scowatt-single-payment-info__media img {
	display: block;
	width: 100%;
	height: auto;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .woocommerce-tabs {
	grid-column: 1 / -1;
	padding: 0.55rem 0 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	border-top: 1px solid rgba(227, 222, 199, 0.95);
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .woocommerce-tabs ul.tabs {
	gap: 0.5rem;
	margin-bottom: 1rem;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .woocommerce-tabs ul.tabs li a {
	min-height: 40px;
	padding: 0.7rem 0.95rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: #fffef8;
	color: var(--green-dark);
	font-size: 12px;
	font-weight: 800;
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .woocommerce-tabs ul.tabs li.active a,
body.style-b.woocommerce.single-product .scowatt-single-main > .product > .woocommerce-tabs ul.tabs li a:hover {
	background: var(--green);
	color: #ffffff;
	border-color: var(--green);
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .woocommerce-tabs .panel {
	font-size: 13px;
	line-height: 1.7;
	color: var(--text-primary);
}

body.style-b.woocommerce.single-product .scowatt-single-main > .product > .related,
body.style-b.woocommerce.single-product .scowatt-single-main > .product > .up-sells,
body.style-b.woocommerce.single-product .scowatt-single-main > .related,
body.style-b.woocommerce.single-product .scowatt-single-main > .up-sells {
	grid-column: 1 / -1;
	width: 100%;
	min-width: 0;
}

body.style-b .single-product .shop_attributes,
body.style-b .single-product .scowatt-specifications-table {
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
}

body.style-b .single-product .shop_attributes th,
body.style-b .single-product .shop_attributes td,
body.style-b .single-product .scowatt-specifications-table th,
body.style-b .single-product .scowatt-specifications-table td {
	padding: 0.8rem 0.95rem;
	border-bottom-color: rgba(227, 222, 199, 0.82);
	font-size: 13px;
}

body.style-b .single-product .shop_attributes th,
body.style-b .single-product .scowatt-specifications-table th {
	background: #faf6e7;
	color: var(--green-dark);
	font-weight: 800;
}

body.style-b .scowatt-additional-information__list,
body.style-b .scowatt-downloads__list {
	gap: 0.7rem;
}

body.style-b .scowatt-additional-information__list li,
body.style-b .scowatt-downloads__item {
	padding: 0.9rem 1rem;
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	background: #fffef8;
}

body.style-b .scowatt-downloads__meta strong {
	font-size: 13px;
	color: var(--text-primary);
}

body.style-b .scowatt-downloads__meta span {
	font-size: 12px;
	color: var(--text-muted);
}

body.style-b .scowatt-downloads__item .button--outline {
	display: inline-flex;
	width: auto;
	flex: 0 0 auto;
	min-height: 40px;
	padding: 0.72rem 1rem;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
}

body.style-b.single-product .related,
body.style-b.single-product .up-sells {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	border-top: 1px solid rgba(227, 222, 199, 0.95);
}

body.style-b.single-product .related > h2,
body.style-b.single-product .up-sells > h2 {
	font-size: 24px;
	color: var(--green-dark);
	margin: 0;
	padding-top: 1rem;
	margin-bottom: 1rem;
}

body.style-b.single-product .related ul.products,
body.style-b.single-product .up-sells ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

@media (max-width: 1024px) {
	body.style-b {
		--section-spacing: 40px;
	}

	body.style-b .scowatt-single-header,
	body.style-b .scowatt-single-main {
		max-width: none;
	}

	body.style-b .scowatt-shop-layout,
	body.style-b .project-entry__content-grid,
	body.style-b .scowatt-single-main > .product,
	body.style-b .footer-grid {
		gap: 1.35rem;
	}

	body.style-b .cards-grid--products,
	body.style-b .cards-grid--projects,
	body.style-b .cards-grid--posts,
	body.style-b .brand-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	body.style-b .layout-narrow-content .cards-grid--projects,
	body.style-b .layout-narrow-content .cards-grid--posts {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	body.style-b .scowatt-shop-layout {
		grid-template-columns: 1fr;
	}

	body.style-b .woocommerce ul.products,
	body.style-b .woocommerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	body.style-b .scowatt-single-main > .product,
	body.style-b.single-product .related ul.products,
	body.style-b.single-product .up-sells ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.style-b .scowatt-shop-sidebar {
		position: static;
	}

	body.style-b .products-mega-menu__grid {
		grid-template-columns: 1fr;
	}

	body.style-b .service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	body.style-b {
		--container-padding: 16px;
		--section-spacing: 36px;
	}

	body.style-b .section-band {
		padding-block: 30px;
	}

	body.style-b .site-main {
		padding-block: 0 var(--section-spacing);
	}

	body.style-b .card-body {
		gap: 0.8rem;
	}

	body.style-b .scowatt-shop-toolbar {
		align-items: stretch;
	}

	body.style-b .scowatt-single-main > .product {
		gap: 1.25rem;
	}

	body.style-b .site-topbar__inner,
	body.style-b .site-topbar__contacts,
	body.style-b .site-topbar__utility,
	body.style-b .site-info {
		align-items: flex-start;
	}

	body.style-b .navbar-main {
		width: min(calc(100% - (var(--container-padding) * 2)), var(--container-max-width));
		padding: 0.8rem 1rem;
	}

	body.style-b .navbar-cta {
		display: none;
	}

	body.style-b .home-hero {
		min-height: calc(100svh - var(--topbar-height) - var(--nav-height));
	}

	body.style-b .home-hero__shell {
		min-height: calc(100svh - var(--topbar-height) - var(--nav-height));
		padding-block: 2rem 2.15rem;
	}

	body.style-b .home-hero__content h1 {
		font-size: 36px;
	}

	body.style-b .home-section--shop-brands .brand-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

body.style-b .contact-cta {
		grid-template-columns: 1fr;
	}

	body.style-b .category-rail__arrow {
		display: none;
	}
}

@media (max-width: 640px) {
	body.style-b {
		--container-padding: 14px;
		--section-spacing: 32px;
	}

	body.style-b .section-band {
		padding-block: 24px;
	}

	body.style-b .page-section,
	body.style-b .archive-shell,
	body.style-b .project-entry-shell,
	body.style-b .scowatt-shop-header,
	body.style-b .scowatt-single-header,
	body.style-b .archive-hero,
	body.style-b .project-entry__hero,
	body.style-b .post-entry__hero {
		padding: 0;
	}

	body.style-b .section-heading h2,
	body.style-b .contact-cta h2,
	body.style-b .section-title {
		font-size: 22px;
	}

	body.style-b .cards-grid--products,
	body.style-b .cards-grid--projects,
	body.style-b .cards-grid--posts,
	body.style-b .brand-strip {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.style-b .card.product-card,
	body.style-b .card.project-card,
	body.style-b .card.post-card {
		padding: 12px;
	}

	body.style-b .card-actions .button {
		width: 100%;
	}

	body.style-b .site-topbar {
		font-size: 11px;
	}

	body.style-b .contact-pill {
		width: 100%;
		justify-content: space-between;
	}

	body.style-b .footer-grid {
		grid-template-columns: 1fr;
	}

	body.style-b .home-hero {
		min-height: calc(100svh - var(--topbar-height) - var(--nav-height));
	}

	body.style-b .home-hero__shell {
		min-height: calc(100svh - var(--topbar-height) - var(--nav-height));
		padding-block: 1.45rem 1.6rem;
	}

	body.style-b .home-hero__content h1 {
		font-size: 30px;
	}

	body.style-b .home-hero__copy {
		font-size: 14px;
	}

	body.style-b .home-section--categories .section-heading--split,
	body.style-b .home-section--best-sellers .section-heading--split,
	body.style-b .home-section--latest-products .section-heading--split,
	body.style-b .home-section--shop-brands .section-heading--split,
	body.style-b .home-section--projects .section-heading--split,
	body.style-b .home-section--news-events .section-heading--split {
		border-bottom: 0;
		padding-bottom: 0;
	}

	body.style-b .category-tile {
		flex-basis: 150px;
		min-width: 150px;
		grid-template-columns: 1fr;
	}

	body.style-b .category-tile__body {
		padding: 0.4rem 0.1rem 0;
	}

	body.style-b .service-grid {
		grid-template-columns: 1fr;
	}

	body.style-b .contact-cta__actions .button {
		width: 100%;
	}

	body.style-b .woocommerce ul.products,
	body.style-b .woocommerce-page ul.products {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.style-b .scowatt-single-main > .product,
	body.style-b.single-product .related ul.products,
	body.style-b.single-product .up-sells ul.products {
		grid-template-columns: 1fr;
	}

	body.style-b .scowatt-shop-toolbar,
	body.style-b .woocommerce .woocommerce-ordering,
	body.style-b .woocommerce-page .woocommerce-ordering {
		width: 100%;
	}

	body.style-b .woocommerce .woocommerce-ordering select,
	body.style-b .woocommerce-page .woocommerce-ordering select {
		width: 100%;
		min-width: 0;
	}

	body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary,
	body.style-b.woocommerce.single-product .scowatt-single-main > .product > .images {
		padding: 0.95rem;
	}

	body.style-b.woocommerce.single-product .scowatt-single-main > .product > .woocommerce-tabs,
	body.style-b.woocommerce.single-product .scowatt-single-main > .product > .related,
	body.style-b.woocommerce.single-product .scowatt-single-main > .product > .up-sells,
	body.style-b.woocommerce.single-product .scowatt-single-main > .related,
	body.style-b.woocommerce.single-product .scowatt-single-main > .up-sells,
	body.style-b.single-product .related,
	body.style-b.single-product .up-sells {
		padding: 0.6rem 0 0;
	}

	body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .product_title {
		font-size: 28px;
	}

	body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .woocommerce-variation-add-to-cart {
		display: grid;
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	body.style-b.woocommerce.single-product .scowatt-single-main > .product > .summary .woocommerce-variation-add-to-cart .quantity {
		width: 100%;
	}

	body.style-b .scowatt-single-cta__actions .button,
	body.style-b .scowatt-downloads__item .button--outline {
		width: 100%;
	}

	body.style-b .scowatt-downloads__item {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 1120px) {
	body.style-b {
		--section-spacing: 42px;
	}

	body.style-b .navbar-shell {
		padding-block: 0;
	}

	body.style-b .navbar-main {
		gap: 0.95rem;
		padding: 0.85rem 1rem;
	}

	body.style-b .site-branding,
	body.style-b .site-branding__home,
	body.style-b .site-identity {
		min-width: 0;
	}

	body.style-b .site-description {
		max-width: 28ch;
	}

	body.style-b .navbar-actions {
		margin-left: auto;
	}

	body.style-b .header-search-panel {
		padding-inline: 0;
	}

	body.style-b .mobile-drawer__panel {
		width: min(100%, 420px);
		padding: 1rem;
	}

	body.style-b .mobile-drawer__header {
		gap: 0.85rem;
	}

	body.style-b .mobile-drawer__search,
	body.style-b .mobile-navigation__panel {
		padding: 0.9rem;
	}

	body.style-b .scowatt-shop-sidebar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: start;
	}

	body.style-b .footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	body.style-b .site-topbar__inner,
	body.style-b .site-topbar__contacts,
	body.style-b .site-topbar__utility,
	body.style-b .site-info {
		flex-direction: column;
		align-items: flex-start;
	}

	body.style-b .site-topbar__contacts,
	body.style-b .site-topbar__utility {
		width: 100%;
	}

	body.style-b .contact-pill {
		width: 100%;
		justify-content: space-between;
	}

	body.style-b .site-title {
		font-size: 1.2rem;
	}

	body.style-b .site-description {
		font-size: 0.8rem;
		max-width: 24ch;
	}

	body.style-b .home-hero__actions,
	body.style-b .contact-cta__actions,
	body.style-b .scowatt-single-cta__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.style-b .home-hero__actions .button,
	body.style-b .contact-cta__actions .button,
	body.style-b .scowatt-single-cta__actions .button {
		width: 100%;
		justify-content: center;
	}

	body.style-b.woocommerce.single-product .scowatt-single-main > .product > .woocommerce-tabs ul.tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.style-b.woocommerce.single-product .scowatt-single-main > .product > .woocommerce-tabs ul.tabs li {
		margin: 0;
	}

	body.style-b.woocommerce.single-product .scowatt-single-main > .product > .woocommerce-tabs ul.tabs li a {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 640px) {
	body.style-b .site-branding {
		gap: 0.65rem;
	}

	body.style-b .site-logo img {
		max-height: 48px;
	}

	body.style-b .navbar-main {
		padding: 0.8rem 0.9rem;
	}

	body.style-b .icon-button,
	body.style-b .mobile-nav-toggle {
		width: 2.7rem;
		height: 2.7rem;
	}

	body.style-b .mobile-drawer__panel {
		width: 100%;
		max-width: none;
		padding: 0.9rem;
	}

	body.style-b .mobile-drawer__search form,
	body.style-b .scowatt-search-form__fields {
		grid-template-columns: 1fr;
	}

	body.style-b .mobile-drawer__search button,
	body.style-b .scowatt-search-form__button {
		width: 100%;
	}

	body.style-b .home-hero__actions,
	body.style-b .contact-cta__actions,
	body.style-b .scowatt-single-cta__actions,
	body.style-b .card-actions,
	body.style-b.woocommerce.single-product .scowatt-single-main > .product > .woocommerce-tabs ul.tabs {
		display: grid;
		grid-template-columns: 1fr;
	}

	body.style-b .home-hero__actions .button,
	body.style-b .contact-cta__actions .button,
	body.style-b .scowatt-single-cta__actions .button {
		width: 100%;
	}

	body.style-b .category-tiles {
		gap: 12px;
		padding-bottom: 2px;
		scroll-padding-inline: 14px;
	}

	body.style-b .category-rail__track {
		padding-inline: 0;
	}

	body.style-b .home-section--shop-brands .brand-strip {
		grid-template-columns: 1fr;
	}

	body.style-b .scowatt-shop-sidebar {
		grid-template-columns: 1fr;
	}

	body.style-b.woocommerce.single-product .scowatt-single-main > .product .flex-control-thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
