:root {
	--botta-product-bg: #fbfbf6;
	--botta-product-ink: #17251b;
	--botta-product-muted: #7f877d;
	--botta-product-line: #e2e6dc;
	--botta-product-accent: #f2a93b;
	--botta-product-green: #03190b;
	--botta-button-hover: #d3fa99;
	--botta-product-header-shield-height: 184px;
	--botta-product-header-scroll-offset: 196px;
}

.botta-products-page {
	background: var(--botta-product-bg);
	color: var(--botta-product-ink);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 0;
	min-height: 100vh;
	padding-top: 184px;
}

/*
 * Some legacy localized product archives are still wrapped by Elementor.
 * The wrapper carries the page class, but it is not the page shell itself.
 * Prevent page-level height/offset rules from being applied to every
 * Elementor section so those archives match the native archive template.
 */
.elementor-section.botta-products-page {
	min-height: auto !important;
	padding-top: 0 !important;
}

.elementor-section.botta-product-archive .botta-archive-hero {
	margin-top: 184px;
}

html:has(body.woocommerce-shop),
html:has(body.tax-product_cat),
html:has(body.tax-product_tag),
html:has(body.post-type-archive-product),
html:has(body.single-product) {
	scroll-padding-top: var(--botta-product-header-scroll-offset);
}

.botta-products-page .botta-fh-nav {
	isolation: isolate;
}

.botta-products-page .botta-fh-nav::before {
	content: "";
	position: absolute;
	top: calc(-1 * clamp(32px, 2.8vw, 42px));
	left: calc(50% - 50vw);
	right: calc(50% - 50vw);
	height: var(--botta-product-header-shield-height);
	background: var(--botta-product-bg);
	z-index: -1;
	pointer-events: none;
}

.botta-products-page .botta-fh-nav::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(9, 19, 6, 0.12);
	border-radius: inherit;
	box-shadow: 0 14px 34px rgba(9, 19, 6, 0.16), 0 3px 12px rgba(9, 19, 6, 0.08);
	pointer-events: none;
	z-index: 0;
}

.botta-products-page .botta-fh-logo,
.botta-products-page .botta-fh-menu,
.botta-products-page .botta-fh-language,
.botta-products-page .botta-fh-nav-cta,
.botta-products-page .botta-fh-menu-toggle {
	z-index: 1;
}

body.woocommerce-shop #masthead,
body.tax-product_cat #masthead,
body.tax-product_tag #masthead,
body.post-type-archive-product #masthead,
body.single-product #masthead,
body.woocommerce-shop .site-header,
body.tax-product_cat .site-header,
body.tax-product_tag .site-header,
body.post-type-archive-product .site-header,
body.single-product .site-header,
body.woocommerce-shop .site-footer,
body.tax-product_cat .site-footer,
body.tax-product_tag .site-footer,
body.post-type-archive-product .site-footer,
body.single-product .site-footer {
	display: none !important;
}

body.woocommerce-shop,
body.tax-product_cat,
body.tax-product_tag,
body.post-type-archive-product,
body.single-product {
	background: var(--botta-product-bg);
	overflow-x: hidden;
}

body.woocommerce-shop #content .ast-container,
body.tax-product_cat #content .ast-container,
body.tax-product_tag #content .ast-container,
body.post-type-archive-product #content .ast-container,
body.single-product #content .ast-container {
	display: block;
	max-width: none;
	padding: 0;
}

.botta-products-page .botta-fh-footer {
	width: min(1120px, calc(100% - 48px));
	min-height: 0;
	margin-top: 40px;
	padding: 36px 0 56px;
}

.botta-products-page a {
	color: inherit;
	text-decoration: none;
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.botta-products-page a:hover,
.botta-products-page a:focus-visible,
.woocommerce .botta-products-page a:hover,
.woocommerce .botta-products-page a:focus-visible {
	color: #0e6d31;
}

.botta-products-page .botta-fh-menu-link:hover,
.botta-products-page .botta-fh-menu-link:focus-visible,
.woocommerce .botta-products-page .botta-fh-menu-link:hover,
.woocommerce .botta-products-page .botta-fh-menu-link:focus-visible,
.botta-products-page .botta-fh-language-menu a:hover,
.botta-products-page .botta-fh-language-menu a:focus-visible,
.woocommerce .botta-products-page .botta-fh-language-menu a:hover,
.woocommerce .botta-products-page .botta-fh-language-menu a:focus-visible {
	color: #091306;
}

.botta-products-page .botta-fh-nav-cta,
.woocommerce .botta-products-page .botta-fh-nav-cta {
	color: #ffffff;
}

.botta-products-page .botta-fh-nav-cta:hover,
.botta-products-page .botta-fh-nav-cta:focus-visible,
.woocommerce .botta-products-page .botta-fh-nav-cta:hover,
.woocommerce .botta-products-page .botta-fh-nav-cta:focus-visible {
	color: #091306;
	background: var(--botta-button-hover);
}

.botta-archive-hero,
.botta-archive-layout {
	margin-inline: auto;
}

.botta-archive-hero {
	width: min(100%, 1440px);
}

.botta-archive-layout {
	width: min(1265px, calc(100% - 96px));
}

.botta-single-product__inner {
	width: min(1440px, calc(100% - 48px));
	margin-inline: auto;
}

.botta-archive-hero {
	position: relative;
	height: 411px;
	margin-bottom: 36px;
	overflow: visible;
}

.botta-archive-hero h1 {
	width: min(406px, 36vw);
	margin: 0;
	color: #091306;
	font-size: 56px;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: 0;
}

.botta-archive-hero__copy {
	position: absolute;
	left: clamp(40px, 6.1vw, 88px);
	top: 104px;
	z-index: 2;
}

.botta-archive-hero__text {
	width: min(513px, 40vw);
	margin-top: 12px;
	color: #091306;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.18;
}

.botta-archive-hero__media {
	position: absolute;
	inset: 0 0 auto auto;
	width: min(815px, calc(100vw - 625px));
	height: 411px;
	border-radius: 40px 0 0 40px;
	background:
		linear-gradient(90deg, rgba(251, 251, 246, 0.02), rgba(251, 251, 246, 0.08)),
		url("../image/Hero Image.png") center / cover no-repeat;
}

.botta-archive-layout {
	display: grid;
	grid-template-columns: 299px minmax(0, 832px);
	gap: 134px;
	align-items: start;
	padding-bottom: 8px;
}

.botta-product-archive.elementor-section {
	min-height: auto !important;
}

.botta-archive-layout.elementor-section {
	padding-top: 32px !important;
}

.botta-archive-layout > .elementor-container {
	display: grid !important;
	grid-template-columns: 299px minmax(0, 832px);
	gap: 134px;
	grid-column: 1 / -1;
	width: 100%;
	max-width: none;
	margin-inline: 0;
	position: relative;
}

.botta-archive-layout > .elementor-container > .elementor-column {
	display: flex !important;
	width: auto !important;
	min-height: 1px;
	position: relative;
}

.botta-archive-layout > .elementor-container > .elementor-col-30 {
	width: auto !important;
}

.botta-archive-layout > .elementor-container > .elementor-col-70 {
	width: auto !important;
}

.botta-archive-layout .elementor-widget-wrap {
	display: flex !important;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start;
}

.botta-archive-layout .elementor-widget {
	position: relative;
	width: 100%;
}

.botta-product-cats__disclosure {
	width: 100%;
}

.botta-product-cats__summary {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: min(296px, 100%);
	margin: 0 0 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(9, 19, 6, 0.38);
	list-style: none;
	cursor: pointer;
}

.botta-product-cats__summary::-webkit-details-marker {
	display: none;
}

.botta-product-cats__title {
	margin: 0;
	color: #091306;
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0;
}

.botta-product-cats__toggle {
	position: relative;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(9, 19, 6, 0.24);
	border-radius: 999px;
	background: #fbfbf6;
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.botta-product-cats__toggle::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #091306;
	border-bottom: 2px solid #091306;
	transform: translate(-50%, -62%) rotate(45deg);
}

.botta-product-cats__disclosure[open] .botta-product-cats__toggle {
	transform: rotate(180deg);
}

.botta-product-cats__summary:hover .botta-product-cats__toggle,
.botta-product-cats__summary:focus-visible .botta-product-cats__toggle {
	border-color: rgba(9, 19, 6, 0.48);
	background: #d3fa99;
}

.botta-product-cats__summary:focus-visible {
	outline: 2px solid #008cff;
	outline-offset: 4px;
}

.botta-product-cats__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.botta-product-cats__disclosure:not([open]) > .botta-product-cats__list {
	display: none;
}

.botta-product-cats__list > li {
	margin-bottom: 10px;
}

.botta-product-cats ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.botta-product-cats li {
	margin: 0 0 8px;
	list-style: none;
}

.botta-product-cats li::marker {
	content: "";
}

.botta-product-cats ul ul {
	margin: 6px 0 14px;
	padding-left: 18px;
}

.botta-product-cats a,
.botta-product-cats a:visited {
	display: inline-block;
	color: #091306 !important;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0;
}

.botta-product-cats ul ul a {
	color: #091306;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.botta-product-cats__list > li > a.is-current,
.botta-product-cats__list > li > a.is-ancestor {
	color: #091306 !important;
	text-decoration: none;
}

.botta-product-cats__list > li > a.is-current {
	font-weight: 700;
}

.botta-product-cats ul ul a.is-current {
	color: #091306 !important;
	font-weight: 600;
	text-decoration: none;
}

.botta-product-cats a:hover,
.botta-product-cats a:focus-visible {
	color: #091306 !important;
	text-decoration: none;
}

.botta-archive-results ul.products,
.botta-related-products ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, 240px);
	gap: 56px;
	justify-content: start;
	margin: 0 !important;
	padding: 0 !important;
}

.botta-related-products ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.botta-archive-results ul.products::before,
.botta-archive-results ul.products::after,
.botta-related-products ul.products::before,
.botta-related-products ul.products::after {
	display: none !important;
}

.woocommerce ul.products li.product.botta-product-card,
.botta-related-products ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	float: none !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.botta-product-card__link,
.botta-related-products ul.products li.product a.woocommerce-LoopProduct-link {
	position: relative;
	display: block;
	width: 240px;
	min-height: 100%;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.botta-product-card__link:hover .botta-product-card__title,
.botta-product-card__link:focus-visible .botta-product-card__title,
.botta-related-products ul.products li.product a.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title,
.botta-related-products ul.products li.product a.woocommerce-LoopProduct-link:focus-visible .woocommerce-loop-product__title {
	color: #0e6d31 !important;
}

.botta-product-card__image,
.botta-related-products ul.products li.product a img {
	display: grid;
	place-items: center;
	width: 240px;
	height: 240px;
	aspect-ratio: 1 / 1;
	margin: 0 0 16px !important;
	border-radius: 20px;
	background: #f3f4f0;
	overflow: hidden;
}

.botta-product-card__image img,
.botta-related-products ul.products li.product a img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	transition: transform 220ms ease;
	transform-origin: center;
}

.botta-product-card__link:hover .botta-product-card__image img,
.botta-product-card__link:focus-visible .botta-product-card__image img,
.botta-related-products ul.products li.product a.woocommerce-LoopProduct-link:hover img,
.botta-related-products ul.products li.product a.woocommerce-LoopProduct-link:focus-visible img {
	transform: scale(1.045);
}

.botta-product-card__category,
.botta-related-products .product .price {
	display: block;
	margin: 0 0 0;
	padding-left: 1px;
	color: #1c3a13;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2.4px;
}

.botta-product-card__title,
.botta-related-products .woocommerce-loop-product__title {
	margin: 0 !important;
	padding: 0 !important;
	color: #091306;
	font-size: 20px !important;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0;
	transition: color 180ms ease;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 40px;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
	margin: 0 4px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 32px;
	border-radius: 8px;
	color: var(--botta-product-ink);
	background: transparent;
	font-weight: 700;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff;
	background: var(--botta-product-green);
}

body.single-product .botta-products-page .botta-single-product__inner {
	padding: clamp(72px, 6vw, 104px) 0 80px;
}

.botta-single-product .woocommerce-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	margin: 0 0 28px;
	color: #1c3a13;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.botta-single-product .woocommerce-breadcrumb a,
.botta-single-product .woocommerce-breadcrumb span {
	color: #1c3a13;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.botta-single-product .woocommerce-breadcrumb a {
	text-decoration-line: underline;
	text-decoration-skip-ink: none;
	text-decoration-style: solid;
}

.botta-breadcrumb-separator {
	color: #1c3a13;
	font-size: 22px;
	line-height: 1;
}

.botta-product-summary {
	display: grid;
	grid-template-columns: minmax(420px, 1.08fr) minmax(360px, 0.92fr);
	gap: 34px;
	align-items: start;
	margin-bottom: 58px;
}

.botta-product-gallery {
	display: grid;
	grid-template-columns: 85px minmax(0, 1fr);
	gap: 18px;
}

.botta-product-gallery__thumbs {
	display: grid;
	gap: 12px;
	align-content: start;
}

.botta-product-gallery__thumb {
	display: flex;
	align-self: stretch;
	padding: 0;
	border: 0;
	background: rgba(184, 193, 189, 0.32);
	border-radius: 20px;
	cursor: pointer;
	overflow: hidden;
}

.botta-product-gallery__thumb img {
	width: 85px;
	height: 88px;
	display: block;
	object-fit: cover;
	border: 3px solid transparent;
	border-radius: 20px;
	background: transparent;
	filter: grayscale(1);
	opacity: 0.78;
	transition: border-color 180ms ease, transform 220ms ease, filter 180ms ease, opacity 180ms ease;
	transform-origin: center;
}

.botta-product-gallery__thumb:hover img,
.botta-product-gallery__thumb:focus-visible img {
	transform: scale(1.04);
}

.botta-product-gallery__thumb.is-active img {
	border-color: #b8c1bd;
	filter: grayscale(0);
	opacity: 1;
}

.botta-product-gallery__main {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 0.82;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}

.botta-product-gallery__main img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 240ms ease;
	transform-origin: center;
}

.botta-product-gallery__main:hover img,
.botta-product-gallery__main:focus-within img {
	transform: scale(1.06);
}

.botta-product-summary__content {
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.botta-product-summary__content h1 {
	margin: 0 0 10px;
	color: var(--botta-product-ink);
	font-size: clamp(34px, 4vw, 50px);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: 0;
}

.botta-product-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 14px;
}

.botta-product-badges span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	padding: 4px 20px;
	border: 1px solid #d8ded3;
	border-radius: 999px;
	color: #6e766a;
	background: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.botta-product-intro {
	max-width: 440px;
	color: #4b554b;
	font-size: 14px;
	line-height: 1.45;
}

.botta-product-intro p {
	margin: 0 0 12px;
}

.botta-product-features {
	margin: 14px 0 30px;
	padding-left: 18px;
	color: var(--botta-product-ink);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.35;
}

.botta-product-quote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(340px, 100%);
	margin-top: auto;
	min-height: 42px;
	padding: 11px 28px;
	border-radius: 999px;
	color: #fff !important;
	background: var(--botta-product-green);
	font-size: 13px;
	font-weight: 800;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.botta-product-quote:hover,
.botta-product-quote:focus-visible {
	color: #091306 !important;
	background: var(--botta-button-hover);
	transform: translateY(-1px);
}

.botta-product-quote--injected {
	margin: 18px 0 0;
}

.botta-product-tabs {
	display: flex;
	width: min(1440px, 100%);
	flex-direction: column;
	align-items: center;
	gap: 32px;
	margin: 0 auto 96px;
	scroll-margin-top: var(--botta-product-header-scroll-offset);
}

.botta-product-tabs ul.tabs {
	display: flex;
	gap: 34px;
	width: min(1152px, calc(100% - 32px));
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	overflow-x: auto;
	list-style: none;
}

.botta-product-tabs ul.tabs::before,
.botta-product-tabs ul.tabs::after {
	display: none !important;
}

.botta-product-tabs ul.tabs li {
	display: block !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	list-style: none !important;
}

.botta-product-tabs ul.tabs li::before,
.botta-product-tabs ul.tabs li::after {
	display: none !important;
}

.botta-product-tabs ul.tabs li a::before,
.botta-product-tabs ul.tabs li a::after {
	content: none !important;
	display: none !important;
}

.botta-product-tabs ul.tabs li a {
	width: auto !important;
	padding: 0 0 4px !important;
	color: #98a092 !important;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 32px !important;
	text-decoration: none;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	display: inline-block;
	transition: color 180ms ease, border-color 180ms ease, text-decoration-color 180ms ease;
}

.botta-product-tabs ul.tabs li a:hover,
.botta-product-tabs ul.tabs li a:focus-visible {
	color: #0e6d31 !important;
}

.botta-product-tabs ul.tabs li.active,
.botta-product-tabs ul.tabs li.active a,
.botta-product-tabs ul.tabs li.description_tab.active a {
	color: #1c3a13 !important;
	border: 0 !important;
	box-shadow: none !important;
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 32px !important;
	text-decoration-line: underline !important;
}

.botta-product-tabs__panels {
	display: flex;
	width: min(1152px, calc(100% - 32px));
	min-height: 360px;
	padding: 40px 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	border-radius: 50px;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.1);
}

.botta-product-tabs .panel {
	margin: 0 !important;
	width: 100%;
	padding: 0 !important;
	scroll-margin-top: var(--botta-product-header-scroll-offset);
}

.botta-product-tab-copy,
.botta-tab-video,
.botta-tab-case-studies,
.botta-tab-technical,
.botta-tab-faq {
	width: 100%;
	color: #2f3a31;
	font-size: 14px;
	line-height: 1.55;
}

.botta-product-tab-copy > *:first-child,
.botta-tab-video > *:first-child,
.botta-tab-case-studies > *:first-child,
.botta-tab-technical > *:first-child,
.botta-tab-faq > *:first-child {
	margin-top: 0;
}

.botta-product-tab-copy > *:last-child,
.botta-tab-video > *:last-child,
.botta-tab-case-studies > *:last-child,
.botta-tab-technical > *:last-child,
.botta-tab-faq > *:last-child {
	margin-bottom: 0;
}

.botta-product-tab-copy p {
	margin: 0 0 28px;
	color: #2f3a31;
	font-size: 18px;
	line-height: 1.4;
}

.botta-product-tab-copy p:last-child {
	margin-bottom: 0;
}

.botta-product-tab-suitable {
	width: 100%;
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid rgba(23, 37, 27, 0.38);
}

.botta-tab-video iframe,
.botta-tab-video video,
.botta-tab-video img {
	display: block;
	width: min(720px, 100%);
	margin: 0 auto;
	border-radius: 24px;
}

.botta-case-study-layout {
	display: grid;
	grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.45fr);
	gap: 28px;
	width: 100%;
	align-items: start;
}

.botta-case-study-quotes {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	padding: 24px 8px 8px 8px;
}

.botta-case-study-quotes__slides {
	position: relative;
	min-height: 320px;
}

.botta-case-study-quote {
	margin: 0;
	padding: 0;
	border: 0;
	color: #2b3332;
}

.botta-case-study-quote::before {
	content: "“";
	display: block;
	margin-bottom: 8px;
	color: #2b3332;
	font-size: 72px;
	font-weight: 700;
	line-height: 0.8;
}

.botta-case-study-quote p {
	margin: 0;
	color: #2b3332;
	font-size: clamp(22px, 2.2vw, 28px);
	font-weight: 600;
	line-height: 1.35;
}

.botta-case-study-quote__source {
	display: block;
	margin-top: 16px;
	color: #59645f;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.45;
}

.botta-case-study-quotes__dots {
	display: flex;
	gap: 10px;
	margin-top: 28px;
}

.botta-case-study-quotes__dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #e9ece7;
	cursor: pointer;
}

.botta-case-study-quotes__dot.is-active {
	background: #6a7470;
}

.botta-case-study-cards {
	display: grid;
	gap: 20px;
	align-content: start;
}

.botta-case-study-card {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	min-height: 96px;
	padding: 10px 18px;
	border: 1px solid #eef1eb;
	border-radius: 28px;
	background: #fff;
	text-decoration: none;
	box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.botta-case-study-card:hover,
.botta-case-study-card:focus-visible {
	transform: translateY(-1px);
	border-color: #dfe6dd;
	box-shadow: 0 6px 20px rgba(28, 58, 19, 0.08);
}

.botta-case-study-card__media {
	display: block;
	width: 100%;
}

.botta-case-study-card .botta-case-study-card__image {
	display: block;
	width: 100%;
	height: 84px;
	object-fit: cover;
	border-radius: 20px;
	background: #f4f5f1;
}

.botta-case-study-card__image--empty {
	background: linear-gradient(135deg, #f3f4ef, #e6ebe4);
}

.botta-case-study-card__content {
	display: grid;
	gap: 6px;
	min-width: 0;
	overflow: hidden;
}

.botta-case-study-card__title {
	display: -webkit-box;
	overflow: hidden;
	color: #2b3332;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.botta-case-study-card__excerpt {
	display: -webkit-box;
	overflow: hidden;
	color: #4f5955;
	font-size: 13px;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.botta-tab-technical table {
	width: 100%;
	border-collapse: collapse;
}

.botta-tab-technical th,
.botta-tab-technical td {
	padding: 14px 0;
	border-bottom: 1px solid #cfd6c9;
	text-align: left;
	vertical-align: top;
}

.botta-product-tab-empty {
	display: grid;
	min-height: 168px;
	padding: 32px;
	border: 1px solid #e2e5dc;
	border-radius: 24px;
	background: #f8f7f0;
	place-items: center;
	text-align: center;
}

.botta-product-tab-empty p {
	max-width: 520px;
	margin: 0;
	color: #4f5955;
	font-size: 16px;
	line-height: 1.5;
}

.botta-tab-faq h2,
.botta-tab-faq h3,
.botta-tab-faq h4,
.botta-tab-faq p {
	margin-inline: 0;
}

.botta-faq-list {
	display: grid;
	gap: 16px;
	width: 100%;
}

.botta-faq-item {
	padding: 18px 18px 20px;
	border-radius: 28px;
	background: #f8f7f0;
}

.botta-faq-item__toggle {
	display: flex;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	cursor: pointer;
	text-align: left;
}

.botta-faq-item__toggle:hover,
.botta-faq-item__toggle:focus-visible,
.botta-faq-item__toggle:active {
	background: transparent !important;
	color: inherit !important;
	border: 0 !important;
	box-shadow: none !important;
}

.botta-faq-item__question {
	color: #2b3332;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.botta-faq-item__toggle:hover .botta-faq-item__question,
.botta-faq-item__toggle:focus-visible .botta-faq-item__question,
.botta-faq-item__toggle:active .botta-faq-item__question {
	color: #2b3332 !important;
}

.botta-faq-item__icon {
	position: relative;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	margin-top: 2px;
}

.botta-faq-item__icon::before,
.botta-faq-item__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	background: #2b3332;
	transform: translate(-50%, -50%);
	transition: transform 180ms ease, opacity 180ms ease;
}

.botta-faq-item__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.botta-faq-item.is-open .botta-faq-item__icon::after {
	opacity: 0;
}

.botta-faq-item__answer {
	margin-top: 14px;
	color: #4f5955;
	font-size: 14px;
	line-height: 1.45;
}

.botta-faq-item__answer > *:first-child {
	margin-top: 0;
}

.botta-faq-item__answer > *:last-child {
	margin-bottom: 0;
}

.botta-product-tab-suitable h2,
.botta-related-products > h2 {
	margin: 0 0 20px;
	color: #2b3332;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}

.botta-suitable-icons {
	display: grid;
	grid-template-columns: repeat(6, minmax(80px, 1fr));
	gap: 24px;
	width: 100%;
	padding: 16px 0 0;
	border-top: 0;
	background: transparent;
}

.botta-suitable-icons__item {
	display: grid;
	justify-items: center;
	gap: 12px;
	color: #2f3a31;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 2.2px;
	text-align: center;
	text-transform: uppercase;
}

.botta-suitable-icons__item img,
.botta-suitable-icons__icon,
.botta-suitable-icons__fallback {
	width: 56px;
	height: 56px;
}

.botta-suitable-icons__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	color: #364038;
	background: #f0f0ea;
}

.botta-suitable-icons__icon svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.botta-suitable-icons__item img {
	object-fit: contain;
}

.botta-suitable-icons__fallback {
	display: block;
	border-radius: 999px;
	background: #f0f0ea;
}

.botta-related-products {
	width: min(1152px, calc(100% - 32px));
	margin: 0 auto 90px;
}

.botta-related-products .related.products > h2 {
	display: none;
}

.botta-related-products .button,
.botta-archive-results .button,
.botta-related-products .star-rating,
.botta-archive-results .star-rating {
	display: none !important;
}

@media (max-width: 1360px) {
	.botta-archive-layout {
		width: min(1154px, calc(100% - 64px));
	}

	.botta-product-tabs,
	.botta-product-tabs ul.tabs,
	.botta-product-tabs__panels,
	.botta-related-products {
		width: min(1152px, calc(100% - 48px));
	}

	.botta-archive-layout {
		grid-template-columns: 250px minmax(0, 1fr);
		gap: 48px;
	}

	.botta-archive-layout > .elementor-container {
		grid-template-columns: 250px minmax(0, 1fr);
		gap: 48px;
	}

	.botta-product-cats__summary {
		width: 250px;
	}

	.botta-archive-results ul.products,
	.botta-related-products ul.products {
		grid-template-columns: repeat(3, 240px);
		gap: 32px;
	}

	.botta-archive-results ul.products {
		justify-content: center;
	}

	.botta-archive-hero__media {
		width: max(520px, calc(100% - 625px));
	}
}

@media (max-width: 1180px) {
	.botta-archive-layout {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.botta-archive-layout > .elementor-container {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 36px;
		width: 100%;
	}

	.botta-archive-layout > .elementor-container > .elementor-column {
		width: 100% !important;
		max-width: 100%;
	}

	.botta-product-cats__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(240px, 320px));
		gap: 14px 36px;
		justify-content: start;
		align-items: start;
	}

	.botta-archive-results ul.products,
	.botta-related-products ul.products {
		grid-template-columns: repeat(2, 240px);
	}

	.botta-archive-results ul.products {
		justify-content: center;
	}
}

@media (max-width: 1024px) {
	.botta-products-page {
		padding-top: 184px !important;
	}

	.botta-product-summary {
		grid-template-columns: 1fr;
	}

	.botta-product-tabs {
		gap: 24px;
		margin-bottom: 72px;
	}

	.botta-product-tabs__panels {
		padding-inline: 24px;
	}

	.botta-archive-hero {
		width: min(100% - 64px, 1120px);
		height: auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 28px;
		margin-bottom: 48px;
	}

	.elementor-section.botta-product-archive .botta-archive-hero {
		margin-top: 184px;
	}

	.botta-archive-hero__copy,
	.botta-archive-hero__media {
		position: static;
	}

	.botta-archive-hero h1,
	.botta-archive-hero__text {
		width: min(100%, 620px);
	}

	.botta-archive-hero__media {
		width: 100%;
		height: 320px;
		border-radius: 24px;
	}

	.botta-archive-layout {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.botta-archive-results ul.products {
		justify-content: center;
	}

	.botta-product-cats__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(240px, 320px));
		gap: 14px 36px;
		justify-content: start;
		align-items: start;
	}

	.botta-archive-results ul.products,
	.botta-related-products ul.products {
		grid-template-columns: repeat(2, 240px);
	}

	.botta-archive-results ul.products {
		justify-content: center;
	}

	.botta-suitable-icons {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.botta-faq-item {
		padding: 18px 16px;
	}
}

@media (max-width: 760px) {
	.botta-case-study-layout {
		grid-template-columns: 1fr;
	}

	.botta-case-study-quotes__slides {
		min-height: 0;
	}
}

@media (max-width: 640px) {
	:root {
		--botta-product-header-shield-height: 132px;
		--botta-product-header-scroll-offset: 148px;
	}

	.botta-products-page {
		padding-top: 112px !important;
	}

	.elementor-section.botta-product-archive .botta-archive-hero {
		margin-top: 112px;
	}

	.botta-products-page .botta-fh-nav {
		top: 14px;
		padding: 12px 16px 14px;
		border-radius: 24px;
		gap: 12px;
	}

	.botta-products-page .botta-fh-logo img {
		width: 92px;
	}

	.botta-products-page .botta-fh-language-toggle {
		min-width: 84px;
		min-height: 32px;
		padding: 2px 10px;
		font-size: 12px;
	}

	.botta-products-page .botta-fh-footer {
		width: min(100% - 28px, 1120px);
		padding: 56px 0 64px;
	}

	.botta-archive-hero,
	.botta-archive-layout,
	.botta-single-product__inner {
		width: min(100% - 28px, 1120px);
	}

	.botta-product-tabs,
	.botta-product-tabs ul.tabs,
	.botta-product-tabs__panels,
	.botta-related-products {
		width: 100%;
	}

	.botta-archive-hero {
		gap: 24px;
	}

	.botta-archive-hero h1 {
		width: 100%;
		max-width: 100%;
		font-size: clamp(36px, 11vw, 52px);
		line-height: 1.08;
		padding-top: 0.08em;
		overflow: visible;
	}

	.botta-archive-hero__media {
		height: 220px;
		border-radius: 16px;
	}

	.botta-archive-results ul.products,
	.botta-related-products ul.products {
		grid-template-columns: 1fr;
		gap: 36px;
		justify-content: center;
		justify-items: center;
	}

	.botta-product-card__link,
	.botta-product-card__image,
	.botta-related-products ul.products li.product a.woocommerce-LoopProduct-link,
	.botta-related-products ul.products li.product a img {
		width: 100%;
		max-width: 280px;
		margin-inline: auto !important;
	}

	.botta-related-products ul.products li.product {
		display: flex;
		justify-content: center;
	}

	.botta-related-products .woocommerce-loop-product__title,
	.botta-related-products .product .price {
		text-align: center;
	}

	.botta-product-cats__list {
		grid-template-columns: 1fr;
	}

	.botta-product-gallery {
		grid-template-columns: 1fr;
	}

	.botta-product-gallery__thumbs {
		display: flex;
		order: 2;
		overflow-x: auto;
	}

	.botta-product-gallery__thumb {
		flex: 0 0 auto;
	}

	.botta-single-product .woocommerce-breadcrumb {
		margin-left: 0;
	}

	.botta-product-gallery__main {
		aspect-ratio: 1 / 1;
	}

	.botta-product-tabs ul.tabs {
		gap: 22px;
	}

	.botta-product-tabs ul.tabs li a {
		font-size: 16px;
	}

	.botta-product-tabs .panel {
		padding: 0 !important;
	}

	.botta-product-tabs__panels {
		min-height: 0;
		padding: 28px 20px;
		border-radius: 32px;
	}

	.botta-product-tab-copy p {
		font-size: 16px;
	}

	.botta-suitable-icons {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 12px;
		padding-top: 24px;
	}

	.botta-case-study-card {
		grid-template-columns: 1fr;
		padding: 14px;
	}

	.botta-case-study-card__image {
		height: 180px;
	}

	.botta-case-study-quote p {
		font-size: 20px;
	}

	.botta-faq-item__question {
		font-size: 16px;
	}
}
