/*
Theme Name: TBG Storefront
Theme URI: https://thatbutcherguy.co.za/
Description: Reusable Astra child theme for a local butchery storefront.
Author: TBG
Template: astra
Version: 0.6.3
Text Domain: tbg-storefront
*/

:root {
	--tbg-ink: #111111;
	--tbg-paper: #f7f3eb;
	--tbg-red: #a71920;
	--tbg-gold: #b79246;
	--tbg-radius: 0.5rem;
}

body {
	background: var(--tbg-paper);
	color: var(--tbg-ink);
}

/*
 * Compact header with a deliberate badge overhang.
 *
 * Astra's uploaded logo has a portrait ratio. Letting its intrinsic height
 * control the row produced a 250px black band, so the row and badge are sized
 * independently here.
 */
#masthead {
	position: relative;
	z-index: 100;
	background: #0c0c0c;
	box-shadow: 0 0.35rem 1.4rem rgb(0 0 0 / 22%);
}

#masthead .ast-primary-header-bar {
	min-height: 6.25rem;
	border-bottom: 2px solid var(--tbg-gold);
	background: linear-gradient(100deg, #080808 0%, #151515 70%, #221516 100%);
}

#masthead .site-primary-header-wrap {
	min-height: 6.25rem;
	padding-inline: clamp(1rem, 4vw, 4rem);
}

#masthead .ast-builder-grid-row {
	grid-template-columns: auto 1fr !important;
	column-gap: clamp(1.5rem, 4vw, 4rem);
}

#masthead .site-header-primary-section-center {
	display: none;
}

#masthead .site-header-primary-section-right {
	grid-column: 2;
	justify-content: flex-end;
}

#masthead .site-branding,
#masthead .ast-site-identity {
	padding: 0;
}

#masthead .ast-site-title-wrap {
	display: block;
	margin-left: 1rem;
}

#masthead .tbg-site-wordmark {
	margin: 0;
	line-height: 1;
}

#masthead .tbg-site-wordmark a {
	display: flex;
	flex-direction: column;
	gap: 0.18rem;
	color: #fff;
	text-decoration: none;
}

#masthead .tbg-site-wordmark__name {
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: clamp(1.25rem, 1.8vw, 1.75rem);
	font-weight: 400;
	letter-spacing: 0.045em;
	line-height: 0.95;
	white-space: nowrap;
}

#masthead .tbg-site-wordmark__at {
	display: inline-block;
	margin-inline: 0.02em;
	color: var(--tbg-red);
	font-size: 1.08em;
	transform: rotate(-7deg);
}

#masthead .tbg-site-wordmark__place {
	color: #d8b96f;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

#masthead .custom-logo-link {
	position: relative;
	z-index: 2;
	display: block;
	width: 5.4rem;
	height: 6.25rem;
}

#masthead img.custom-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: auto !important;
	height: 7.5rem !important;
	max-height: none !important;
	transform: translateY(0.75rem);
	filter: drop-shadow(0 0.3rem 0.35rem rgb(0 0 0 / 30%));
}

/*
 * The portrait badge intentionally hangs below the navigation row. Give all
 * inner pages enough breathing room so their title never sits underneath it;
 * the homepage keeps its designed badge-over-hero treatment.
 */
body:not(.home) #content {
	padding-top: 2.75rem;
}

#masthead .main-header-menu > .menu-item > .menu-link {
	height: 6.25rem;
	padding-inline: clamp(0.65rem, 1.25vw, 1.15rem);
	color: #f7f3eb;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

#masthead .main-header-menu > .menu-item > .menu-link:hover,
#masthead .main-header-menu > .current-menu-item > .menu-link {
	color: #d8b96f;
}

#masthead .main-header-menu > .menu-item:last-child > .menu-link {
	display: flex;
	height: 2.75rem !important;
	min-height: 2.75rem;
	margin-left: 0.5rem;
	padding: 0.7rem 1rem;
	border: 1px solid var(--tbg-red);
	border-radius: 999px;
	background: var(--tbg-red);
	color: #fff;
}

.home .entry-content > .wp-block-search {
	display: none;
}

.home .entry-content > .uagb-block-33914ddc {
	margin-top: 0 !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: var(--tbg-radius);
}

.tbg-deposit-ordering {
	margin: 1.5rem 0;
	padding: 1.25rem;
	border: 1px solid var(--tbg-gold);
	border-radius: var(--tbg-radius);
	background: #181818;
	color: var(--tbg-paper);
}

.tbg-deposit-ordering p,
.tbg-deposit-ordering label {
	color: var(--tbg-paper);
}

.tbg-deposit-ordering strong {
	color: #d8b96f;
}

.tbg-fulfilment-notice,
.tbg-order-fulfilment {
	margin: 1.5rem 0;
	padding: 1.25rem;
	border: 1px solid var(--tbg-gold);
	border-left: 4px solid #ffda24;
	border-radius: var(--tbg-radius);
	background: #10292d;
	color: #fff;
}

.tbg-fulfilment-notice h2,
.tbg-order-fulfilment h2,
.tbg-fulfilment-notice p,
.tbg-order-fulfilment p {
	margin-top: 0;
	color: #fff !important;
}

.tbg-fulfilment-notice p:last-child,
.tbg-order-fulfilment p:last-child {
	margin-bottom: 0;
}

.tbg-fulfilment-notice__remote {
	color: #d8e0e1 !important;
	font-size: 0.92rem;
}

.tbg-deposit-ordering select,
.tbg-deposit-ordering textarea {
	width: 100%;
	margin-top: 0.4rem;
	border: 1px solid #5f5f5f;
	border-radius: var(--tbg-radius);
	background: #ffffff;
	color: var(--tbg-ink);
}

.tbg-deposit-ordering select:focus,
.tbg-deposit-ordering textarea:focus {
	border-color: var(--tbg-gold);
	box-shadow: 0 0 0 2px rgb(183 146 70 / 25%);
	outline: 0;
}

.tbg-deposit-ordering .required {
	color: #ff6b6b;
}

/*
 * Homepage hero
 *
 * The original full-height PNG was visually overwhelming and expensive to
 * download. These responsive WebP assets keep the existing Spectra block
 * editable while giving the storefront a faster, more compact opening.
 */
.home .uagb-block-33914ddc {
	position: relative;
	overflow: hidden;
	min-height: clamp(26rem, 38vw, 34rem) !important;
	background-image: url("assets/images/tbg-kleinmond-hero-v2.webp") !important;
	background-position: center center !important;
	background-size: cover !important;
}

.home .uagb-block-33914ddc::before {
	position: absolute;
	top: clamp(6.5rem, 8vw, 8rem);
	right: auto !important;
	bottom: auto !important;
	left: clamp(1.5rem, 7vw, 7rem);
	z-index: 3;
	display: grid;
	width: clamp(8.5rem, 13vw, 11rem);
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: 1;
	box-sizing: border-box;
	padding: 1.35rem;
	border: 0.22rem double rgb(247 243 235 / 90%);
	border-radius: 50%;
	background: rgb(116 13 20 / 88%);
	box-shadow:
		0 0 0 0.45rem rgb(116 13 20 / 55%),
		0 0.8rem 2rem rgb(0 0 0 / 35%);
	color: #fff;
	content: "PREMIUM MEAT\A★\A BEST IN\A KLEINMOND";
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: clamp(0.72rem, 1.05vw, 0.98rem);
	letter-spacing: 0.09em;
	line-height: 1.12;
	opacity: 1 !important;
	place-items: center;
	text-align: center;
	text-shadow: 0 0.1rem 0.15rem rgb(0 0 0 / 30%);
	white-space: pre-line;
	transform: rotate(-7deg);
}

.home .uagb-block-33914ddc::after {
	position: absolute;
	bottom: 1.5rem;
	left: clamp(1rem, 4vw, 4rem);
	z-index: 3;
	padding: 0.65rem 1rem;
	border: 1px solid rgb(255 255 255 / 28%);
	border-radius: 999px;
	background: rgb(12 12 12 / 82%);
	box-shadow: 0 0.35rem 1rem rgb(0 0 0 / 20%);
	color: #fff;
	content: "✓  CUT & PACKED TO ORDER   •   KLEINMOND LOCAL   •   QUALITY GUARANTEED";
	font-size: clamp(0.65rem, 0.9vw, 0.82rem);
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.tbg-category-nav {
	position: relative;
	z-index: 4;
	padding: clamp(2.25rem, 5vw, 4rem) 1.25rem;
	border-top: 1px solid #d9c78f;
	border-bottom: 1px solid #d8d0bf;
	background:
		linear-gradient(135deg, rgb(255 255 255 / 78%), transparent 55%),
		var(--tbg-paper);
	color: var(--tbg-ink);
}

.tbg-hero-action {
	position: relative;
	z-index: 7;
	width: min(74rem, calc(100% - 2.5rem));
	height: 0;
	margin-inline: auto;
}

.tbg-hero-action > a {
	position: absolute;
	right: 0;
	bottom: 1.35rem;
	display: grid;
	grid-template-columns: 1fr auto;
	min-width: min(21rem, 100%);
	padding: 0.9rem 1rem 0.9rem 1.15rem;
	border: 1px solid rgb(255 255 255 / 48%);
	border-radius: 0.65rem;
	background: #ffde2f;
	box-shadow: 0 0.8rem 2.2rem rgb(0 0 0 / 28%);
	color: #0b2329;
	text-decoration: none;
	transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tbg-hero-action > a:hover,
.tbg-hero-action > a:focus-visible {
	background: #fff;
	box-shadow: 0 1rem 2.5rem rgb(0 0 0 / 35%);
	color: #0b2329;
	transform: translateY(-3px);
}

.tbg-hero-action span,
.tbg-hero-action small {
	grid-column: 1;
}

.tbg-hero-action span {
	font-size: 0.92rem;
	font-weight: 950;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.tbg-hero-action small {
	margin-top: 0.08rem;
	color: #4b4a36;
	font-size: 0.68rem;
	font-weight: 650;
}

.tbg-hero-action strong {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: center;
	padding-left: 1.25rem;
	font-size: 1.4rem;
}

.tbg-category-nav__inner {
	width: min(74rem, 100%);
	margin-inline: auto;
}

.tbg-category-nav__heading {
	display: flex;
	gap: 2rem;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 1.75rem;
}

.tbg-category-nav__heading > div > span {
	color: var(--tbg-red);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tbg-category-nav__heading h2 {
	margin: 0.3rem 0 0;
	color: var(--tbg-ink);
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1.05;
}

.tbg-category-nav__heading > a {
	flex: 0 0 auto;
	padding-bottom: 0.25rem;
	border-bottom: 2px solid var(--tbg-red);
	color: var(--tbg-red);
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
}

.tbg-category-nav__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.85rem;
}

.tbg-category-card {
	position: relative;
	display: flex;
	min-height: 15rem;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.15rem;
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 18%);
	border-radius: 0.75rem;
	background: #18272a;
	box-shadow: 0 0.5rem 1.4rem rgb(28 22 13 / 15%);
	color: #fff;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tbg-category-card::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgb(8 19 21 / 4%) 25%, rgb(8 19 21 / 92%) 84%);
	content: "";
}

.tbg-category-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.tbg-category-card:hover,
.tbg-category-card:focus-visible {
	border-color: var(--tbg-red);
	box-shadow: 0 0.8rem 1.8rem rgb(28 22 13 / 13%);
	color: #fff;
	transform: translateY(-4px);
}

.tbg-category-card:hover .tbg-category-card__image,
.tbg-category-card:focus-visible .tbg-category-card__image {
	transform: scale(1.045);
}

.tbg-category-card__number {
	position: absolute;
	z-index: 2;
	top: 1rem;
	left: 1.1rem;
	display: grid;
	width: 2.55rem;
	aspect-ratio: 1;
	place-items: center;
	border-radius: 50%;
	background: var(--tbg-red);
	box-shadow: 0 0.2rem 0.7rem rgb(0 0 0 / 22%);
	color: #fff;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.06em;
}

.tbg-category-card strong {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 1rem;
	line-height: 1.15;
	text-shadow: 0 1px 3px rgb(0 0 0 / 55%);
}

.tbg-category-card small {
	position: relative;
	z-index: 2;
	margin-top: 0.3rem;
	color: #e7edef;
	font-size: 0.72rem;
}

.tbg-category-card__arrow {
	position: absolute;
	z-index: 2;
	right: 1rem;
	bottom: 1rem;
	color: #ffd528;
	font-size: 1.05rem;
}

/*
 * Product Slider for WooCommerce inherits grey catalogue text from the
 * starter template. The carousel itself is dark, so enforce accessible
 * foregrounds and turn its add-to-cart link into a real action button.
 */
.home .sp-wps-product-details-inner,
.home .sp-wps-product-details-inner a,
.home .wpsf-product-title a,
.home .wpsf-product-price,
.home .wpsf-product-price .woocommerce-Price-amount {
	color: #f7fafb !important;
}

.home .wpsf-cart-button .product {
	border: 0 !important;
	background: transparent !important;
}

.home .wpsf-cart-button .button {
	border: 1px solid #ffd528 !important;
	background: #ffd528 !important;
	color: #111 !important;
	font-weight: 800;
}

.home .wpsf-cart-button .button:hover,
.home .wpsf-cart-button .button:focus-visible {
	border-color: #fff !important;
	background: #fff !important;
	color: #111 !important;
}

/*
 * Homepage social proof: native, fast cards instead of heavy third-party
 * iframe widgets. Links lead back to the original Google/Facebook content.
 */
.tbg-social-proof {
	position: relative;
	padding: clamp(3.5rem, 8vw, 6.5rem) 1.25rem;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 15%, rgb(167 25 32 / 18%), transparent 32%),
		#f7f3eb;
	color: #111;
}

/* The moderated review wall replaces the old page-builder testimonials. */
.home .uagb-block-7e6769fe {
	display: none;
}

.tbg-social-proof__inner {
	width: min(74rem, 100%);
	margin-inline: auto;
}

.tbg-social-proof__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(16rem, 0.8fr);
	gap: 2rem;
	align-items: end;
	margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.tbg-social-proof__heading > div > span {
	color: var(--tbg-red);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tbg-social-proof__heading h2 {
	max-width: 13ch;
	margin: 0.3rem 0 0;
	color: #111;
	font-size: clamp(2.2rem, 5vw, 4.2rem);
	line-height: 0.98;
	letter-spacing: -0.035em;
}

.tbg-social-proof__heading > p {
	margin: 0;
	color: #5c5549;
	font-size: 1rem;
	line-height: 1.65;
}

.tbg-social-proof__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.tbg-review-card,
.tbg-facebook-card {
	overflow: hidden;
	border: 1px solid #d8d0bf;
	border-radius: 1rem;
	box-shadow: 0 1rem 2.5rem rgb(28 22 13 / 9%);
}

.tbg-review-card {
	display: flex;
	flex-direction: column;
	padding: 0;
	background: #fff;
}

.tbg-review-card__photo {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: #e7dfd1;
}

.tbg-review-card__brand {
	display: flex;
	gap: 0.8rem;
	align-items: center;
	margin: clamp(1.25rem, 3vw, 1.8rem) clamp(1.25rem, 3vw, 1.8rem) 0;
}

.tbg-review-card__brand > div {
	display: flex;
	flex-direction: column;
}

.tbg-review-card__brand strong,
.tbg-facebook-card__body strong {
	color: #111;
	font-size: 1rem;
}

.tbg-review-card__brand small,
.tbg-facebook-card__body small {
	color: #756d60;
	font-size: 0.72rem;
}

.tbg-review-card__google {
	display: grid;
	width: 2.65rem;
	aspect-ratio: 1;
	place-items: center;
	border-radius: 50%;
	background: conic-gradient(from -45deg, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
	box-shadow: inset 0 0 0 0.52rem #fff;
	color: #1b1b1b;
	font-family: Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 900;
}

.tbg-review-card__stars {
	margin: 1.1rem clamp(1.25rem, 3vw, 1.8rem) 0.8rem;
	color: #f6b600;
	font-size: 1.05rem;
	letter-spacing: 0.04em;
}

.tbg-review-card blockquote {
	flex: 1;
	margin: 0;
	padding: 0 clamp(1.25rem, 3vw, 1.8rem) clamp(1.4rem, 3vw, 2rem);
	border: 0;
}

.tbg-review-card blockquote p {
	margin: 0;
	color: #24211d !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.05rem, 1.6vw, 1.28rem);
	font-style: italic;
	line-height: 1.4;
}

.tbg-review-card blockquote footer {
	display: flex;
	flex-direction: column;
	color: #111;
}

.tbg-review-card blockquote footer span {
	color: #756d60;
	font-size: 0.72rem;
}

.tbg-social-proof__link {
	display: inline-flex;
	gap: 0.45rem;
	align-items: center;
	width: fit-content;
	padding-bottom: 0.2rem;
	border-bottom: 2px solid var(--tbg-red);
	color: var(--tbg-red) !important;
	font-size: 0.78rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.tbg-facebook-card {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(13rem, 0.95fr) minmax(15rem, 1.05fr);
	background: #071d20;
}

.tbg-facebook-card__media {
	position: relative;
	display: block;
	min-height: 27rem;
	overflow: hidden;
}

.tbg-facebook-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.tbg-facebook-card__media:hover img,
.tbg-facebook-card__media:focus-visible img {
	transform: scale(1.035);
}

.tbg-facebook-card__media > span {
	position: absolute;
	top: 1rem;
	left: 1rem;
	padding: 0.45rem 0.7rem;
	border-radius: 999px;
	background: #2867b2;
	box-shadow: 0 0.3rem 1rem rgb(0 0 0 / 25%);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.tbg-facebook-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

.tbg-facebook-card__body > div {
	display: flex;
	flex-direction: column;
}

.tbg-facebook-card__body strong {
	color: #fff;
	font-size: clamp(1.35rem, 3vw, 2rem);
}

.tbg-facebook-card__body small {
	color: #aababc;
}

.tbg-facebook-card__body p {
	margin: 1.25rem 0 1.75rem;
	color: #e1e9ea !important;
	line-height: 1.65;
}

.tbg-facebook-card .tbg-social-proof__link {
	border-color: #ffd528;
	color: #ffd528 !important;
}

.tbg-review-action {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	justify-content: space-between;
	margin-top: 1rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	border-radius: 1rem;
	background: var(--tbg-red);
	color: #fff;
}

.tbg-review-action > div {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.tbg-review-action > div > span {
	color: #ffd528;
	font-size: 2.2rem;
	line-height: 1;
}

.tbg-review-action p {
	display: flex;
	flex-direction: column;
	margin: 0;
	color: #fff !important;
}

.tbg-review-action strong {
	color: #fff;
	font-size: 1.15rem;
}

.tbg-review-action small {
	color: #ffe8e9;
	line-height: 1.5;
}

.tbg-review-action > a {
	flex: 0 0 auto;
	padding: 0.85rem 1.1rem;
	border-radius: 999px;
	background: #fff;
	color: #111 !important;
	font-size: 0.78rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.tbg-review-form {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
	margin-top: clamp(2rem, 5vw, 4rem);
	padding: clamp(1.5rem, 5vw, 4rem);
	border: 1px solid #d8d0bf;
	border-radius: 1.25rem;
	background: #071d20;
	box-shadow: 0 1rem 3rem rgb(28 22 13 / 14%);
}

.tbg-review-form__intro > span {
	color: #ffd528;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tbg-review-form__intro h3 {
	margin: 0.45rem 0 1rem;
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1;
	letter-spacing: -0.035em;
}

.tbg-review-form__intro p {
	margin: 0 0 0.75rem;
	color: #e1e9ea !important;
	font-size: 1rem;
	line-height: 1.65;
}

.tbg-review-form__intro small {
	color: #9fb2b4;
}

.tbg-review-form__panel {
	padding: clamp(1.25rem, 3vw, 2rem);
	border-radius: 1rem;
	background: #fff;
}

.tbg-review-form__panel form {
	display: grid;
	gap: 1rem;
}

.tbg-review-form__notice {
	margin-bottom: 1rem;
	padding: 0.9rem 1rem;
	border-radius: 0.55rem;
	font-weight: 700;
	line-height: 1.5;
}

.tbg-review-form__notice--success {
	background: #e6f7ec;
	color: #165c2f;
}

.tbg-review-form__notice--error {
	background: #fff0f0;
	color: #8c171c;
}

.tbg-review-form__honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.tbg-review-form__rating {
	margin: 0;
	padding: 0;
	border: 0;
}

.tbg-review-form__rating legend,
.tbg-review-form__field > span,
.tbg-review-form__photo > span {
	display: block;
	margin-bottom: 0.4rem;
	color: #24211d;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.tbg-review-form__rating > div {
	display: inline-flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.tbg-review-form__rating input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.tbg-review-form__rating label {
	padding: 0.08rem;
	color: #d7d0c4;
	cursor: pointer;
	font-size: clamp(2rem, 5vw, 2.75rem);
	line-height: 1;
	transition: color 160ms ease, transform 160ms ease;
}

.tbg-review-form__rating label:hover,
.tbg-review-form__rating label:hover ~ label,
.tbg-review-form__rating input:checked ~ label {
	color: #f6b600;
}

.tbg-review-form__rating input:focus-visible + label {
	outline: 3px solid var(--tbg-red);
	outline-offset: 3px;
}

.tbg-review-form__rating label:hover {
	transform: translateY(-2px);
}

.tbg-review-form__field input,
.tbg-review-form__field textarea,
.tbg-review-form__photo input {
	width: 100%;
	border: 1px solid #cfc7b8;
	border-radius: 0.55rem;
	background: #fff;
	color: #171512;
}

.tbg-review-form__field input,
.tbg-review-form__field textarea {
	padding: 0.8rem 0.9rem;
}

.tbg-review-form__field textarea {
	resize: vertical;
}

.tbg-review-form__photo {
	display: block;
	padding: 0.9rem;
	border: 1px dashed #b9ae9b;
	border-radius: 0.65rem;
	background: #faf8f3;
}

.tbg-review-form__photo > small {
	display: block;
	margin-top: 0.35rem;
	color: #756d60;
}

.tbg-review-form__consent {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.65rem;
	align-items: start;
	color: #5c5549;
	font-size: 0.78rem;
	line-height: 1.45;
}

.tbg-review-form__consent input {
	margin-top: 0.2rem;
}

.tbg-review-form button[type="submit"] {
	display: inline-flex;
	gap: 0.75rem;
	align-items: center;
	justify-content: center;
	min-height: 3.2rem;
	padding: 0.8rem 1.2rem;
	border: 0;
	border-radius: 999px;
	background: var(--tbg-red);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.tbg-review-form button[type="submit"]:hover,
.tbg-review-form button[type="submit"]:focus-visible {
	background: #7f1117;
}

@media (max-width: 820px) {
	.tbg-social-proof__heading,
	.tbg-social-proof__grid {
		grid-template-columns: 1fr;
	}

	.tbg-social-proof__heading {
		gap: 1rem;
	}

	.tbg-facebook-card {
		grid-template-columns: minmax(0, 1fr);
	}

	.tbg-facebook-card__media {
		min-height: 0;
		aspect-ratio: 1;
	}

	.tbg-review-action {
		align-items: stretch;
		flex-direction: column;
	}

	.tbg-review-action > a {
		text-align: center;
	}

	.tbg-review-form {
		grid-template-columns: 1fr;
	}

	.tbg-hero-action {
		width: calc(100% - 2rem);
	}

	.tbg-hero-action > a {
		right: 0;
		left: 0;
		bottom: 1rem;
		min-width: 0;
	}
}

/*
 * About: remove the accidental 350px collapsed margin, restore the owners'
 * portrait at an appropriate scale, and override old black-on-teal copy.
 */
.page-id-227 .site-main,
.page-id-227 .ast-article-single,
.page-id-227 .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.page-id-227 {
	overflow-x: hidden;
}

.page-id-227 .uagb-block-9ed5e6d4 {
	min-height: clamp(32rem, 72vw, 46rem);
	margin-top: 0 !important;
	padding: clamp(2rem, 7vw, 5rem) !important;
	background-image:
		linear-gradient(90deg, rgb(6 22 25 / 82%) 0%, rgb(6 22 25 / 48%) 48%, rgb(6 22 25 / 16%) 100%),
		url("assets/images/charlene-michael-restored-v2.png") !important;
	background-position: center 30% !important;
	background-size: cover !important;
}

.page-id-227 .uagb-block-9ed5e6d4 .uagb-container-inner-blocks-wrap {
	display: flex;
	width: min(74rem, 100%);
	align-items: flex-end;
	margin-inline: auto;
}

.page-id-227 .uagb-block-9ed5e6d4 .uagb-ifb-title-prefix,
.page-id-227 .uagb-block-9ed5e6d4 .uagb-ifb-title {
	color: #fff !important;
	text-shadow: 0 2px 14px rgb(0 0 0 / 55%);
}

.page-id-227 .uagb-block-9ed5e6d4 .uagb-ifb-title {
	max-width: 12ch;
	font-size: clamp(2.5rem, 6vw, 5.4rem);
	line-height: 0.98;
}

.page-id-227 .entry-content .uagb-ifb-title,
.page-id-227 .entry-content .uagb-ifb-desc,
.page-id-227 .entry-content .uagb-ifb-desc p,
.page-id-227 .entry-content .uagb-question,
.page-id-227 .entry-content .uagb-faq-content,
.page-id-227 .entry-content .uagb-faq-content p {
	color: #f1f6f7 !important;
}

.page-id-227 .entry-content .uagb-ifb-desc {
	line-height: 1.75;
}

/* Services: keep every service-card description readable on dark panels. */
.page-id-228 .entry-content .uagb-ifb-desc,
.page-id-228 .entry-content .uagb-ifb-desc p,
.page-id-228 .entry-content .uagb-ifb-desc li,
.page-id-228 .entry-content .uagb-ifb-desc strong {
	color: #e8f0f1 !important;
}

.page-id-228 .entry-content .uagb-ifb-desc {
	line-height: 1.75;
}

.page-id-228 .entry-content .uagb-ifb-desc a {
	color: #ffd528 !important;
}

.page-id-228 .entry-content .uagb-ifb-desc a:hover,
.page-id-228 .entry-content .uagb-ifb-desc a:focus-visible {
	color: #fff !important;
}

/*
 * Shop: turn WooCommerce's plain archive header into a branded introduction
 * and make the product controls/cards readable against the dark background.
 */
.post-type-archive-product .ast-woocommerce-container {
	width: min(82rem, 100%);
	margin-inline: auto;
}

.post-type-archive-product .woocommerce-breadcrumb {
	margin: 1rem 0;
	color: #b7c3c5;
	font-size: 0.78rem;
}

.post-type-archive-product .woocommerce-breadcrumb a {
	color: #ffd528;
}

.post-type-archive-product .woocommerce-products-header {
	position: relative;
	margin-bottom: clamp(1.5rem, 4vw, 3rem);
	padding: clamp(2rem, 6vw, 4.75rem);
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 15%);
	border-radius: 1.15rem;
	background:
		linear-gradient(100deg, rgb(5 19 22 / 96%) 0%, rgb(5 19 22 / 84%) 52%, rgb(122 17 23 / 74%) 100%),
		url("assets/images/tbg-kleinmond-hero-v2.webp") center 52% / cover;
	box-shadow: 0 1.5rem 3rem rgb(0 0 0 / 22%);
}

.post-type-archive-product .woocommerce-products-header::after {
	position: absolute;
	right: -5rem;
	bottom: -8rem;
	width: 20rem;
	aspect-ratio: 1;
	border: 2rem solid rgb(255 213 40 / 12%);
	border-radius: 50%;
	content: "";
}

.post-type-archive-product .woocommerce-products-header__title {
	position: relative;
	z-index: 1;
	max-width: 9ch;
	margin: 0;
	color: #fff !important;
	font-size: clamp(3.1rem, 8vw, 6.8rem);
	line-height: 0.88;
	letter-spacing: -0.045em;
}

.tbg-shop-intro {
	position: relative;
	z-index: 1;
	max-width: 44rem;
	margin-top: 1rem;
}

.tbg-shop-intro__eyebrow {
	display: inline-block;
	margin-bottom: 0.65rem;
	color: #ffd528;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.tbg-shop-intro p {
	max-width: 38rem;
	margin: 0 0 1.25rem;
	color: #e4edef !important;
	font-size: clamp(1rem, 2vw, 1.25rem);
	line-height: 1.55;
}

.tbg-shop-intro__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.tbg-shop-intro__proof span {
	padding: 0.42rem 0.7rem;
	border: 1px solid rgb(255 255 255 / 25%);
	border-radius: 999px;
	background: rgb(255 255 255 / 8%);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.post-type-archive-product .page-description {
	position: relative;
	z-index: 1;
	max-width: 48rem;
	margin-top: 1.5rem;
}

.post-type-archive-product .wp-block-search__label {
	display: block;
	margin-bottom: 0.5rem;
	color: #fff;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.post-type-archive-product .wp-block-search__input {
	min-height: 3.25rem;
	border: 0;
	border-radius: 0.35rem 0 0 0.35rem;
	background: #fff;
	color: #111;
}

.post-type-archive-product .wp-block-search__button {
	min-width: 8rem;
	margin-left: 0;
	border-radius: 0 0.35rem 0.35rem 0;
	background: #ffd528;
	color: #111;
	font-weight: 900;
}

.post-type-archive-product .woocommerce-result-count,
.post-type-archive-product .woocommerce-ordering select,
.post-type-archive-product .ast-woo-product-category,
.post-type-archive-product .woocommerce-loop-product__title,
.post-type-archive-product .price {
	color: #eef4f5 !important;
}

.post-type-archive-product ul.products li.product {
	padding: 0 0 1.25rem;
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 18%);
	border-radius: 0.65rem;
	background: rgb(255 255 255 / 4%);
}

.post-type-archive-product .astra-shop-summary-wrap {
	padding: 0.95rem 1rem 0;
}

/*
 * Contact: remove the starter-template spacer, improve hierarchy and keep
 * every business detail and form control readable.
 */
.page-id-229 {
	overflow-x: hidden;
}

.page-id-229 .site-main,
.page-id-229 .ast-article-single,
.page-id-229 .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.page-id-229 .uagb-block-9ed5e6d4 {
	min-height: clamp(28rem, 52vw, 42rem);
	margin-top: 0 !important;
	padding: clamp(4rem, 10vw, 8rem) 1.25rem !important;
	background-image:
		linear-gradient(90deg, rgb(5 19 22 / 90%), rgb(5 19 22 / 32%)),
		url("https://thatbutcherguy.co.za/wp-content/uploads/2026/01/pexels-photo-13279401.jpeg") !important;
	background-position: center 45% !important;
	background-size: cover !important;
}

.page-id-229 .uagb-block-9ed5e6d4 .uagb-container-inner-blocks-wrap {
	display: flex;
	width: min(74rem, 100%);
	align-items: flex-end;
	margin-inline: auto;
}

.page-id-229 .uagb-block-9ed5e6d4 .uagb-ifb-title-prefix {
	color: #ffd528 !important;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.page-id-229 .uagb-block-9ed5e6d4 .uagb-ifb-title {
	max-width: 15ch;
	margin-top: 0.55rem;
	color: #fff !important;
	font-size: clamp(2.8rem, 7vw, 6rem);
	line-height: 0.95;
	letter-spacing: -0.045em;
	text-shadow: 0 2px 16px rgb(0 0 0 / 42%);
}

.page-id-229 .uagb-block-5504678b {
	padding: clamp(2rem, 5vw, 3.75rem) 1.25rem !important;
	border-top: 1px solid rgb(255 213 40 / 35%);
	border-bottom: 1px solid rgb(255 255 255 / 12%);
	background: #071d20;
}

.page-id-229 .uagb-block-5504678b > .uagb-container-inner-blocks-wrap {
	width: min(74rem, 100%);
	margin-inline: auto;
}

.page-id-229 .uagb-block-5504678b .wp-block-uagb-info-box {
	min-height: 8.5rem;
	padding: 0.75rem clamp(0.75rem, 2vw, 1.35rem);
	border-left: 1px solid rgb(255 255 255 / 18%);
}

.page-id-229 .uagb-block-5504678b .wp-block-uagb-info-box:first-child {
	border-left: 0;
}

.page-id-229 .uagb-block-5504678b .uagb-ifb-title-prefix {
	color: #ffd528 !important;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 1.1rem;
	letter-spacing: 0.08em;
}

.page-id-229 .uagb-block-5504678b .uagb-ifb-title {
	margin-top: 0.35rem;
	color: #fff !important;
	font-size: 1.2rem;
}

.page-id-229 .uagb-block-5504678b .uagb-ifb-desc,
.page-id-229 .uagb-block-5504678b .uagb-ifb-desc p,
.page-id-229 .uagb-block-5504678b .uagb-ifb-desc a {
	color: #dfe9ea !important;
	font-size: 0.88rem;
	line-height: 1.55;
}

.page-id-229 .uagb-block-5504678b .uagb-ifb-desc a:hover,
.page-id-229 .uagb-block-5504678b .uagb-ifb-desc a:focus-visible {
	color: #ffd528 !important;
}

.page-id-229 .uagb-block-7dfed97e {
	padding: clamp(3rem, 7vw, 6rem) 1.25rem !important;
	background:
		linear-gradient(135deg, rgb(255 255 255 / 78%), transparent 58%),
		#f7f3eb;
}

.page-id-229 .uagb-block-7dfed97e > .uagb-container-inner-blocks-wrap {
	width: min(74rem, 100%);
	margin-inline: auto;
}

.page-id-229 .uagb-block-7dfed97e .uagb-forms-main-form,
.page-id-229 .uagb-block-7dfed97e .srfm-form-container {
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid #d8d0bf;
	border-radius: 0.85rem;
	background: #fff;
	box-shadow: 0 1rem 2.6rem rgb(28 22 13 / 9%);
}

.page-id-229 .uagb-block-7dfed97e .uagb-forms__outer-wrap,
.page-id-229 .uagb-block-7dfed97e .srfm-form {
	color: #111;
}

.page-id-229 .uagb-block-7dfed97e .uagb-advanced-heading,
.page-id-229 .uagb-block-7dfed97e .uagb-heading-text,
.page-id-229 .uagb-block-7dfed97e .uagb-ifb-title,
.page-id-229 .uagb-block-7dfed97e .uagb-desc-text {
	color: #111 !important;
}

.page-id-229 .uagb-block-7dfed97e .uagb-heading-text,
.page-id-229 .uagb-block-7dfed97e .uagb-ifb-title {
	font-size: clamp(2.2rem, 5vw, 4rem);
	line-height: 1;
	letter-spacing: -0.035em;
}

.page-id-229 .uagb-block-7dfed97e .uagb-desc-text {
	color: #5f584d !important;
	line-height: 1.7;
}

.page-id-229 .uagb-block-7dfed97e .srfm-block-label {
	color: #25211d !important;
	font-weight: 800;
}

.page-id-229 .uagb-block-7dfed97e .srfm-input-common {
	min-height: 3.25rem;
	border: 1px solid #c9c0b0 !important;
	border-radius: 0.4rem !important;
	background: #fff !important;
	color: #111 !important;
	box-shadow: none !important;
}

.page-id-229 .uagb-block-7dfed97e textarea.srfm-input-common {
	min-height: 9rem;
}

.page-id-229 .uagb-block-7dfed97e .srfm-input-common:focus {
	border-color: var(--tbg-red) !important;
	box-shadow: 0 0 0 3px rgb(167 25 32 / 13%) !important;
}

.page-id-229 .uagb-block-7dfed97e .srfm-submit-button {
	min-height: 3.2rem;
	padding-inline: 2rem;
	border: 0 !important;
	border-radius: 0.4rem !important;
	background: #ffd528 !important;
	color: #111 !important;
	font-weight: 950;
	letter-spacing: 0.05em;
}

.page-id-229 .uagb-block-7dfed97e .srfm-submit-button:hover,
.page-id-229 .uagb-block-7dfed97e .srfm-submit-button:focus-visible {
	background: var(--tbg-red) !important;
	color: #fff !important;
}

.page-id-229 .uagb-block-7dfed97e iframe {
	overflow: hidden;
	border: 0 !important;
	border-radius: 0.85rem;
	box-shadow: 0 1rem 2.6rem rgb(28 22 13 / 12%);
}

@media (max-width: 1024px) {
	.page-id-229 .uagb-block-5504678b > .uagb-container-inner-blocks-wrap {
		flex-wrap: wrap !important;
		gap: 0 !important;
	}

	.page-id-229 .uagb-block-5504678b > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container {
		flex: 0 0 50% !important;
		width: 50% !important;
		max-width: 50% !important;
	}

	.page-id-229 .uagb-block-5504678b .wp-block-uagb-info-box {
		width: 100% !important;
		max-width: 100% !important;
		border-top: 1px solid rgb(255 255 255 / 15%);
	}
}

@media (max-width: 768px) {
	.page-id-227 .uagb-block-9ed5e6d4 {
		position: relative;
		min-height: 40rem;
		padding: 2rem 1.25rem !important;
		background-image:
			linear-gradient(180deg, rgb(6 22 25 / 5%) 30%, rgb(6 22 25 / 92%) 90%),
			url("assets/images/charlene-michael-restored-v2.png") !important;
		background-position: center top !important;
	}

	.page-id-227 .uagb-block-9ed5e6d4 .uagb-container-inner-blocks-wrap {
		position: absolute !important;
		top: auto !important;
		right: 1.25rem;
		bottom: 5.5rem !important;
		left: 1.25rem;
		display: block !important;
		width: auto;
		height: fit-content !important;
		min-height: 0 !important;
		text-align: left;
	}

	.page-id-227 .uagb-block-9ed5e6d4 .uagb-ifb-title {
		max-width: 12ch;
		font-size: clamp(2.15rem, 9vw, 3.2rem);
		line-height: 1;
	}

	.post-type-archive-product .woocommerce-products-header {
		padding: 2rem 1.25rem;
	}

	.post-type-archive-product .woocommerce-products-header__title {
		font-size: clamp(3.3rem, 18vw, 5rem);
	}

	.post-type-archive-product .wp-block-search__inside-wrapper {
		flex-wrap: wrap;
		gap: 0.55rem;
	}

	.post-type-archive-product .wp-block-search__input,
	.post-type-archive-product .wp-block-search__button {
		width: 100%;
		border-radius: 0.35rem;
	}

	.page-id-229 .uagb-block-9ed5e6d4 {
		min-height: 34rem;
		padding: 3rem 1.25rem !important;
		background-image:
			linear-gradient(180deg, rgb(5 19 22 / 35%), rgb(5 19 22 / 90%)),
			url("https://thatbutcherguy.co.za/wp-content/uploads/2026/01/pexels-photo-13279401.jpeg") !important;
	}

	.page-id-229 .uagb-block-9ed5e6d4 .uagb-ifb-title {
		font-size: clamp(2.6rem, 12vw, 4.2rem);
	}

	.page-id-229 .uagb-block-5504678b > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container {
		flex-basis: 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.page-id-229 .uagb-block-5504678b .wp-block-uagb-info-box {
		min-height: 0;
		border-top: 1px solid rgb(255 255 255 / 15%);
		border-left: 0;
	}
}

/* WooCommerce cart: keep every value readable against the branded dark canvas. */
.woocommerce-cart table.shop_table,
.woocommerce-cart .cart_totals {
	border-color: rgb(255 255 255 / 24%);
	background: #081f23;
	color: #fff;
}

.woocommerce-cart table.shop_table thead th,
.woocommerce-cart .cart_totals h2 {
	margin: 0;
	padding: 1rem 1.25rem;
	background: #f5f2ec;
	color: #101010 !important;
}

.woocommerce-cart table.shop_table thead th.product-price,
.woocommerce-cart table.shop_table thead th.product-subtotal {
	color: #101010 !important;
}

.woocommerce-cart table.shop_table tbody td,
.woocommerce-cart table.shop_table tbody th,
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td,
.woocommerce-cart .cart_totals .woocommerce-Price-amount,
.woocommerce-cart .cart_totals .woocommerce-Price-currencySymbol {
	color: #fff !important;
}

.woocommerce-cart table.shop_table .product-name a {
	color: #ffda24 !important;
	font-weight: 800;
}

.woocommerce-cart table.shop_table .product-name a:hover,
.woocommerce-cart table.shop_table .product-name a:focus-visible {
	color: #fff !important;
}

.woocommerce-cart table.shop_table tbody .product-price,
.woocommerce-cart table.shop_table tbody .product-subtotal,
.woocommerce-cart table.shop_table tbody .woocommerce-Price-amount,
.woocommerce-cart table.shop_table tbody .woocommerce-Price-currencySymbol {
	color: #fff !important;
	font-weight: 700;
}

.woocommerce-cart table.shop_table td,
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
	border-color: rgb(255 255 255 / 24%) !important;
}

.woocommerce-cart table.shop_table .quantity .qty {
	border-color: #ddd;
	background: #fff;
	color: #111 !important;
}

.woocommerce-cart table.shop_table .remove {
	border: 1px solid rgb(255 255 255 / 45%);
	color: #fff !important;
}

.woocommerce-cart table.shop_table .remove:hover,
.woocommerce-cart table.shop_table .remove:focus-visible {
	border-color: var(--tbg-red);
	background: var(--tbg-red);
	color: #fff !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	background: #ffda24 !important;
	color: #111 !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:focus-visible {
	background: #fff !important;
	color: #111 !important;
}

@media (max-width: 768px) {
	.woocommerce-cart table.shop_table_responsive tr td::before {
		color: #fff;
	}
}

/*
 * Product details: give every WooCommerce product field a deliberate colour.
 * This also covers content entered later through the product editor, including
 * long descriptions, attributes, variations, stock messages and related items.
 */
.single-product .woocommerce-breadcrumb {
	color: #b9c4c5;
}

.single-product .woocommerce-breadcrumb a {
	color: #d8e0e1;
}

.single-product .summary .woocommerce-product-details__short-description,
.single-product .summary .woocommerce-product-details__short-description p,
.single-product .summary .product_meta,
.single-product .summary .product_meta > span {
	color: #d8e0e1 !important;
}

.single-product .summary .product_meta a {
	color: #ffda24 !important;
}

.single-product div.product .summary,
.single-product div.product .summary p,
.single-product div.product .summary label,
.single-product div.product .summary .stock,
.single-product div.product .summary .single-product-category,
.single-product div.product .summary .woocommerce-variation-description,
.single-product div.product .summary .woocommerce-variation-description p,
.single-product div.product .summary .woocommerce-variation-availability,
.single-product div.product .summary .woocommerce-product-attributes-item__value,
.single-product div.product .summary .reset_variations {
	color: #dfe8e9 !important;
}

.single-product div.product .product_title,
.single-product div.product .summary .price,
.single-product div.product .summary .price .woocommerce-Price-amount,
.single-product div.product .summary .price .woocommerce-Price-currencySymbol,
.single-product div.product .summary .woocommerce-variation-price,
.single-product div.product .summary .woocommerce-variation-price .woocommerce-Price-amount {
	color: #fff !important;
}

.single-product div.product .summary .price {
	font-weight: 900;
}

.single-product div.product .summary select,
.single-product div.product .summary input.qty,
.single-product div.product .summary textarea,
.single-product div.product .summary input[type="text"] {
	border-color: #c7cecf;
	background: #fff;
	color: #111 !important;
}

.single-product div.product .summary table.variations th,
.single-product div.product .summary table.variations td {
	border-color: rgb(255 255 255 / 22%);
	color: #fff !important;
}

.single-product div.product .summary .woocommerce-error,
.single-product div.product .summary .woocommerce-info,
.single-product div.product .summary .woocommerce-message {
	border-top-color: #ffda24;
	background: #f5f2ec;
	color: #171717 !important;
}

.single-product div.product .summary .woocommerce-error *,
.single-product div.product .summary .woocommerce-info *,
.single-product div.product .summary .woocommerce-message * {
	color: #171717 !important;
}

.single-product .woocommerce-tabs {
	margin-top: clamp(2rem, 5vw, 4rem);
	border: 1px solid rgb(255 255 255 / 20%);
	border-radius: 0.75rem;
	background: #081f23;
}

.single-product .woocommerce-tabs ul.tabs {
	margin: 0 !important;
	padding: 0 1rem !important;
	border-bottom: 1px solid rgb(255 255 255 / 22%);
	background: #06171a;
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li,
.single-product .woocommerce-tabs ul.tabs li.active {
	margin: 0 0.25rem 0 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #dfe8e9 !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
	padding: 1rem 0.8rem !important;
	color: #dfe8e9 !important;
	font-weight: 800;
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li a:hover,
.single-product .woocommerce-tabs ul.tabs li a:focus-visible {
	color: #ffda24 !important;
}

.single-product .woocommerce-tabs .panel {
	margin: 0 !important;
	padding: clamp(1.25rem, 3vw, 2rem);
	color: #e8eeee !important;
}

.single-product .woocommerce-tabs .panel h2,
.single-product .woocommerce-tabs .panel h3,
.single-product .woocommerce-tabs .panel h4,
.single-product .woocommerce-tabs .panel p,
.single-product .woocommerce-tabs .panel li,
.single-product .woocommerce-tabs .panel dt,
.single-product .woocommerce-tabs .panel dd,
.single-product .woocommerce-tabs .panel th,
.single-product .woocommerce-tabs .panel td,
.single-product .woocommerce-tabs .panel strong,
.single-product .woocommerce-tabs .panel label,
.single-product .woocommerce-tabs .panel .woocommerce-review__author,
.single-product .woocommerce-tabs .panel .woocommerce-review__published-date {
	color: #e8eeee !important;
}

.single-product .woocommerce-tabs .panel a {
	color: #ffda24 !important;
}

.single-product .woocommerce-tabs .woocommerce-product-attributes th,
.single-product .woocommerce-tabs .woocommerce-product-attributes td {
	border-color: rgb(255 255 255 / 22%) !important;
	background: transparent !important;
}

.single-product .related.products > h2,
.single-product .upsells.products > h2 {
	color: #fff !important;
}

.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product {
	padding: 0 0 1.25rem;
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 18%);
	border-radius: 0.65rem;
	background: rgb(255 255 255 / 4%);
}

.single-product .related.products .astra-shop-summary-wrap,
.single-product .upsells.products .astra-shop-summary-wrap {
	padding: 0.95rem 1rem 0;
}

.single-product .related.products .ast-woo-product-category,
.single-product .related.products .woocommerce-loop-product__title,
.single-product .related.products .price,
.single-product .related.products .price .woocommerce-Price-amount,
.single-product .upsells.products .ast-woo-product-category,
.single-product .upsells.products .woocommerce-loop-product__title,
.single-product .upsells.products .price,
.single-product .upsells.products .price .woocommerce-Price-amount {
	color: #eef4f5 !important;
}

@media (max-width: 768px) {
	.single-product .woocommerce-tabs ul.tabs {
		display: grid;
		padding: 0 !important;
	}

	.single-product .woocommerce-tabs ul.tabs li {
		margin: 0 !important;
		border-bottom: 1px solid rgb(255 255 255 / 15%) !important;
	}
}

/* Checkout review: high contrast for products, totals and legal copy. */
.woocommerce-checkout #order_review {
	border-color: rgb(255 255 255 / 38%);
	background: #081f23;
	color: #fff;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review table th,
.woocommerce-checkout #order_review table td,
.woocommerce-checkout #order_review .product-name,
.woocommerce-checkout #order_review .product-total,
.woocommerce-checkout #order_review .woocommerce-Price-amount,
.woocommerce-checkout #order_review .woocommerce-Price-currencySymbol {
	color: #fff !important;
}

.woocommerce-checkout #order_review table th,
.woocommerce-checkout #order_review table td {
	border-color: rgb(255 255 255 / 28%) !important;
}

.woocommerce-checkout #order_review .woocommerce-privacy-policy-text,
.woocommerce-checkout #order_review .woocommerce-privacy-policy-text p,
.woocommerce-checkout #order_review .woocommerce-terms-and-conditions-wrapper {
	color: #d8e0e1 !important;
}

.woocommerce-checkout #order_review a {
	color: #ffda24;
}

.woocommerce-checkout #order_review .payment_box {
	background: #f5f2ec;
	color: #273033;
}

.woocommerce-checkout #order_review .payment_box::before {
	border-bottom-color: #f5f2ec;
}

/* Order confirmation: make the successful-payment summary unmistakable. */
.woocommerce-order-received .woocommerce-thankyou-order-received {
	margin: 1.25rem 0;
	padding: 1rem 1.2rem;
	border-left: 4px solid #ffda24;
	background: #10292d;
	color: #fff !important;
	font-size: 1.08rem;
	font-weight: 700;
}

.woocommerce-order-received .woocommerce-order-overview {
	padding: 1rem 1.2rem;
	border: 1px solid rgb(255 255 255 / 28%);
	background: #081f23;
}

.woocommerce-order-received .woocommerce-order-overview li,
.woocommerce-order-received .woocommerce-order-overview li strong {
	color: #fff !important;
}

.woocommerce-order-received .woocommerce-order-overview li {
	border-color: rgb(255 255 255 / 32%) !important;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
	border: 1px solid rgb(255 255 255 / 28%);
	background: #081f23;
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-customer-details > h2 {
	margin: 0;
	padding: 1rem 1.25rem;
	background: #f5f2ec;
	color: #101010 !important;
}

.woocommerce-order-received table.woocommerce-table--order-details {
	margin: 0;
	border-color: rgb(255 255 255 / 28%);
	background: #081f23;
}

.woocommerce-order-received table.woocommerce-table--order-details th,
.woocommerce-order-received table.woocommerce-table--order-details td,
.woocommerce-order-received table.woocommerce-table--order-details strong,
.woocommerce-order-received table.woocommerce-table--order-details .woocommerce-Price-amount,
.woocommerce-order-received table.woocommerce-table--order-details .woocommerce-Price-currencySymbol {
	border-color: rgb(255 255 255 / 28%) !important;
	color: #fff !important;
}

.woocommerce-order-received table.woocommerce-table--order-details a {
	color: #ffda24 !important;
	font-weight: 700;
}

.woocommerce-order-received .woocommerce-customer-details address {
	margin: 0;
	padding: 1.25rem;
	border: 0;
	color: #fff !important;
}

/*
 * Remove leftover starter-template sections that duplicate the shop journey
 * or make claims the business has not supplied evidence for.
 */
.home .uagb-block-6524a66f,
.home .uagb-block-23d0646f,
.home .uagb-block-c61f515b,
.home .uagb-block-7e6769fe,
.home .entry-content > .wp-block-details,
.home .entry-content > .wp-block-woocommerce-product-categories,
.home .entry-content > .wp-block-gallery {
	display: none !important;
}

/*
 * Spectra stored several body paragraphs with black text inside dark panels.
 * Keep all public-facing copy legible regardless of the editor's old colour.
 */
.home .uagb-block-5b740152 p,
.home .uagb-block-2f326697 p {
	color: #dce7e9 !important;
}

@media (max-width: 768px) {
	#masthead .ast-primary-header-bar,
	#masthead .site-primary-header-wrap {
		min-height: 5.25rem;
	}

	#masthead .site-primary-header-wrap {
		padding-inline: 1rem;
	}

	#masthead .custom-logo-link {
		width: 4.5rem;
		height: 5.25rem;
	}

	#masthead .ast-site-title-wrap {
		margin-left: 0.6rem;
	}

	#masthead .tbg-site-wordmark__name {
		font-size: 1.05rem;
	}

	#masthead .tbg-site-wordmark__place {
		font-size: 0.52rem;
		letter-spacing: 0.2em;
	}

	#masthead img.custom-logo {
		height: 6.25rem !important;
		transform: translateY(0.55rem);
	}

	body:not(.home) #content {
		padding-top: 2rem;
	}

	#masthead .menu-toggle {
		border-color: rgb(255 255 255 / 35%);
		border-radius: 0.4rem;
		color: #fff;
	}

	#masthead .ast-mobile-header-content {
		border-top: 1px solid rgb(255 255 255 / 12%);
		background: #111;
	}

	#masthead .ast-mobile-header-content .menu-link {
		color: #fff;
	}

	.home .uagb-block-33914ddc {
		min-height: 27rem !important;
		background-image: url("assets/images/tbg-kleinmond-hero-v2-mobile.webp") !important;
		background-position: 54% center !important;
	}

	.home .uagb-block-33914ddc::before {
		top: 5.5rem;
		left: 1rem;
		width: 7.25rem;
		padding: 1rem;
		font-size: 0.64rem;
	}

	.home .uagb-block-33914ddc::after {
		right: 0.75rem;
		bottom: 0.8rem;
		left: 0.75rem;
		padding: 0.55rem 0.7rem;
		content: "✓ CUT TO ORDER  •  KLEINMOND LOCAL";
		font-size: 0.6rem;
		letter-spacing: 0.045em;
		text-align: center;
	}

	.tbg-category-nav {
		padding: 2.25rem 1rem;
	}

	.tbg-category-nav__heading {
		display: block;
	}

	.tbg-category-nav__heading > a {
		display: inline-block;
		margin-top: 1rem;
	}

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

	.tbg-category-card {
		min-height: 8.75rem;
		padding: 1rem;
	}

	.tbg-category-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
}

.tbg-contact-actions {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 999;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	align-items: flex-end;
}

.tbg-powered-by {
	position: fixed;
	bottom: 1rem;
	left: 1rem;
	z-index: 998;
	display: flex;
	gap: 0.65rem;
	align-items: center;
	max-width: 21rem;
	padding: 0.45rem 0.75rem 0.45rem 0.45rem;
	border: 1px solid rgb(255 255 255 / 22%);
	border-radius: 0.85rem;
	background: rgb(255 255 255 / 94%);
	box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 18%);
	backdrop-filter: blur(8px);
	color: #173b4d;
	text-decoration: none;
	transition: box-shadow 150ms ease, transform 150ms ease;
}

.tbg-powered-by:hover,
.tbg-powered-by:focus-visible {
	box-shadow: 0 0.7rem 1.8rem rgb(0 0 0 / 25%);
	color: #173b4d;
	transform: translateY(-2px);
}

.tbg-powered-by img {
	width: 2.65rem;
	height: 2.65rem;
	flex: 0 0 auto;
	object-fit: contain;
}

.tbg-powered-by span {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	line-height: 1.2;
}

.tbg-powered-by strong {
	font-size: 0.72rem;
	letter-spacing: 0.01em;
}

.tbg-powered-by small {
	color: #647780;
	font-size: 0.62rem;
	white-space: nowrap;
}

.tbg-contact-action {
	display: inline-flex;
	gap: 0.6rem;
	align-items: center;
	min-height: 2.9rem;
	padding: 0.7rem 1rem;
	border: 1px solid rgb(255 255 255 / 18%);
	border-radius: 999px;
	background: #181818;
	box-shadow: 0 0.35rem 1.1rem rgb(0 0 0 / 24%);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: transform 150ms ease, box-shadow 150ms ease;
}

.tbg-contact-action:hover,
.tbg-contact-action:focus-visible {
	box-shadow: 0 0.45rem 1.4rem rgb(0 0 0 / 32%);
	color: #fff;
	transform: translateY(-2px);
}

.tbg-contact-action span[aria-hidden="true"] {
	display: grid;
	width: 1.45rem;
	height: 1.45rem;
	place-items: center;
	border-radius: 50%;
	background: rgb(255 255 255 / 15%);
	font-size: 1rem;
}

.tbg-contact-action--whatsapp {
	background: #176b3a;
}

.tbg-contact-action--facebook {
	background: #315a9a;
}

.tbg-contact-action--email {
	background: var(--tbg-red);
}

@media (max-width: 768px) {
	.tbg-powered-by {
		position: static;
		width: fit-content;
		max-width: calc(100vw - 1.5rem);
		margin: 1rem auto 5rem;
		padding: 0.35rem 0.65rem 0.35rem 0.35rem;
	}

	.tbg-powered-by:hover,
	.tbg-powered-by:focus-visible {
		transform: translateY(-2px);
	}

	.tbg-powered-by img {
		width: 2.15rem;
		height: 2.15rem;
	}

	.tbg-powered-by strong {
		font-size: 0.66rem;
	}

	.tbg-powered-by small {
		font-size: 0.56rem;
	}

	.tbg-contact-actions {
		right: 0.75rem;
		bottom: 0.75rem;
		left: 0.75rem;
		flex-direction: row;
		justify-content: center;
	}

	.tbg-contact-action {
		justify-content: center;
		width: 3.15rem;
		height: 3.15rem;
		min-height: 0;
		padding: 0;
	}

	.tbg-contact-action span:not([aria-hidden="true"]) {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
		clip-path: inset(50%);
	}
}
