/**
 * Trinite Agrovet - global single product template.
 *
 * Styles woocommerce/single-product.php. Loaded only on product pages, on top
 * of woocommerce.css (shared WooCommerce brand styling), so the Request Price
 * badge, the WhatsApp enquire button and the shared button system are
 * inherited rather than redefined here.
 *
 * Brand: deep green #0B542B / #176B3A, dark green #081C15, amber #F59E0B,
 * ink #17222D, muted #5F676E, border #E6E9E5, tints #F5F6F4 / #F3F6F1.
 * Type: Montserrat (headings, buttons), Inter (body).
 */

.tp-single {
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
	color: #17222D;
	overflow-x: hidden;
}

.tp-shell {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.tp-single .tp-eyebrow {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 12.5px;
	line-height: 1.4;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #176B3A;
	margin: 0 0 10px;
}

.tp-single .tp-eyebrow--amber {
	color: #F59E0B;
}

/* ---------------------------------------------------------------
   1. Compact breadcrumb banner
   --------------------------------------------------------------- */
.tp-banner {
	position: relative;
	background-color: #081C15;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	isolation: isolate;
}

.tp-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(11, 84, 43, .93) 0%, rgba(8, 28, 21, .95) 100%);
	z-index: -1;
}

.tp-banner__inner {
	padding-top: 34px;
	padding-bottom: 34px;
}

.tp-crumbs ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: .3px;
	color: #CBD8CC;
}

.tp-crumbs li + li::before {
	content: "\203A";
	color: #7E9584;
	margin: 0 8px;
}

.tp-crumbs a {
	color: #CBD8CC;
	text-decoration: none;
}

.tp-crumbs a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.tp-crumbs li:last-child span {
	color: #F59E0B;
}

.tp-banner__label {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 12.5px;
	line-height: 1.4;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .82);
	margin: 12px 0 0;
}

/* ---------------------------------------------------------------
   2. Main product area
   --------------------------------------------------------------- */
.tp-product__top {
	padding-top: 44px;
	padding-bottom: 8px;
}

.tp-notices:empty {
	display: none;
}

.tp-layout {
	display: grid;
	grid-template-columns: 52fr 48fr;
	gap: 44px;
	align-items: start;
}

/* Gallery: WooCommerce's own gallery markup, on the light tinted panel that
   woocommerce.css already gives div.images. */
.tp-gallery .woocommerce-product-gallery {
	margin: 0;
	width: 100% !important;
	float: none !important;
	padding: 20px;
	box-sizing: border-box;
}

.tp-product .tp-gallery .woocommerce-product-gallery__image img {
	width: 100%;
	height: 420px !important;
	object-fit: contain;
	background: transparent;
}

.tp-gallery .woocommerce-product-gallery__trigger {
	top: 16px;
	right: 16px;
	background-color: #FFFFFF;
	border: 1px solid #E6E9E5;
	border-radius: 999px;
	color: #0B542B;
	text-decoration: none;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.tp-gallery .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.tp-gallery .flex-control-thumbs li {
	width: 76px;
	margin: 0;
	list-style: none;
}

.tp-gallery .flex-control-thumbs img {
	width: 100%;
	height: 68px !important;
	object-fit: contain;
	background-color: #FFFFFF;
	border: 1px solid #E6E9E5;
	border-radius: 8px;
	padding: 6px;
	box-sizing: border-box;
	opacity: .7;
	cursor: pointer;
	transition: opacity .2s ease, border-color .2s ease;
}

.tp-gallery .flex-control-thumbs img:hover,
.tp-gallery .flex-control-thumbs img.flex-active {
	opacity: 1;
	border-color: #0B542B;
}

/* Summary column */
.tp-summary__cat {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 11.5px;
	line-height: 1.4;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.tp-summary__cat,
.tp-single .tp-summary__cat a {
	color: #F59E0B;
	text-decoration: none;
}

.tp-single .tp-summary__cat a:hover {
	color: #0B542B;
}

.woocommerce .tp-summary h1.product_title,
.tp-summary__title {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.18;
	letter-spacing: -.4px;
	color: #17222D;
	margin: 0 0 14px;
}

.tp-summary__rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	font-size: 14px;
	color: #5F676E;
}

.tp-single .tp-summary__reviewlink {
	color: #176B3A;
	text-decoration: none;
}

.tp-summary__price {
	margin: 0 0 16px;
}

.tp-product .tp-summary__price p.price,
.tp-product .tp-summary__price span.price {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	color: #0B542B;
	margin: 0;
}

.woocommerce .tp-summary__excerpt,
.woocommerce .tp-summary__excerpt p {
	font-size: 16px;
	line-height: 1.7;
	color: #5F676E;
}

.tp-summary__excerpt {
	margin: 0 0 18px;
	max-width: 60ch;
}

.tp-summary__excerpt p:last-child {
	margin-bottom: 0;
}

.tp-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.tp-chips li {
	font-size: 13px;
	line-height: 1.4;
	color: #17222D;
	background-color: #F3F6F1;
	border: 1px solid #E6E9E5;
	border-radius: 999px;
	padding: 8px 14px;
	margin: 0;
	list-style: none;
}

.tp-stock {
	margin: 0 0 18px;
}

.woocommerce .tp-stock p.stock,
.tp-stock p.stock {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 12.5px;
	line-height: 1;
	letter-spacing: .4px;
	border-radius: 999px;
	padding: 9px 15px;
	margin: 0;
}

.woocommerce .tp-stock p.stock.in-stock,
.tp-stock p.stock.in-stock {
	color: #0B542B;
	background-color: #ECF4EE;
	border: 1px solid #CBE0D2;
}

.woocommerce .tp-stock p.stock.out-of-stock,
.tp-stock p.stock.out-of-stock {
	color: #8A2D1E;
	background-color: #FBEDEA;
	border: 1px solid #F1CFC7;
}
/* Actions: native add-to-cart form, the existing Request Price / WhatsApp
   treatment, and the per-product quote link. */
.tp-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	margin: 0 0 22px;
}

.woocommerce .tp-actions form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0 0 8px;
}

.woocommerce .tp-actions form.cart .quantity {
	margin: 0;
}

.woocommerce .tp-actions .quantity input.qty {
	width: 82px;
	height: 48px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 15px;
	text-align: center;
	color: #17222D;
	background-color: #FFFFFF;
	border: 1px solid #E6E9E5;
	border-radius: 999px;
	box-sizing: border-box;
}

.woocommerce .tp-actions button.single_add_to_cart_button {
	padding: 15px 30px;
	font-size: 15px;
}

.woocommerce .tp-actions .trinite-enquire-note {
	margin: 0 0 12px;
}

.woocommerce .tp-actions a.button.trinite-whatsapp-enquire,
.woocommerce div.product .tp-actions a.button.trinite-whatsapp-enquire {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
}

.tp-actions__secondary {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* Shared button system, matching the pill buttons used sitewide. */
.tp-single .tp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 14.5px;
	line-height: 1.2;
	border-radius: 999px;
	padding: 14px 26px;
	border: 1px solid transparent;
	text-decoration: none;
	box-sizing: border-box;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.tp-single .tp-btn svg {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}

.tp-single .tp-btn--wa {
	background-color: #F59E0B;
	border-color: #F59E0B;
	color: #081C15;
}

.tp-single .tp-btn--wa:hover {
	background-color: #0B542B;
	border-color: #0B542B;
	color: #FFFFFF;
}

.tp-single .tp-btn--ghost {
	background-color: #FFFFFF;
	border-color: #0B542B;
	color: #0B542B;
}

.tp-single .tp-btn--ghost:hover {
	background-color: #0B542B;
	color: #FFFFFF;
}

.tp-single .tp-btn--amber {
	background-color: #F59E0B;
	border-color: #F59E0B;
	color: #081C15;
}

.tp-single .tp-btn--amber:hover {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #081C15;
}

.tp-single .tp-btn--outline {
	background-color: transparent;
	border-color: rgba(255, 255, 255, .55);
	color: #FFFFFF;
}

.tp-single .tp-btn--outline:hover {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #081C15;
}

/* Compact trust row under the actions */
.tp-minitrust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	margin: 0;
	padding: 20px 0 0;
	border-top: 1px solid #E6E9E5;
	list-style: none;
}

.tp-minitrust li {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 13.5px;
	line-height: 1.35;
	color: #17222D;
	list-style: none;
}

.tp-minitrust__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	flex: 0 0 auto;
	border-radius: 999px;
	background-color: #ECF4EE;
	color: #0B542B;
}

.tp-minitrust__icon svg {
	width: 17px;
	height: 17px;
}

/* ---------------------------------------------------------------
   3. Product information tabs / accordion
   --------------------------------------------------------------- */
.tp-tabs {
	margin: 40px 0 0;
	padding: 0 0 8px;
}

.tp-tabs__nav {
	display: none;
	flex-wrap: wrap;
	gap: 6px;
	border-bottom: 1px solid #E6E9E5;
	margin: 0 0 26px;
}

.tp-tabs--js .tp-tabs__nav {
	display: flex;
}

.tp-tabs__btn {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	color: #5F676E;
	background-color: #FAF8F2;
	border: 1px solid #E6E9E5;
	border-bottom-color: #E6E9E5;
	border-radius: 10px 10px 0 0;
	padding: 14px 22px;
	margin-bottom: -1px;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease;
}

.tp-tabs__btn:hover {
	color: #0B542B;
}

.tp-tabs__btn.is-active {
	color: #0B542B;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.tp-panel {
	margin: 0 0 22px;
}

.tp-panel__head {
	margin: 0;
}

.tp-panel__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
	text-align: left;
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 16.5px;
	line-height: 1.35;
	color: #17222D;
	background: none;
	border: 0;
	border-radius: 0;
	padding: 18px 0;
	cursor: pointer;
}

.tp-panel__chev {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	color: #0B542B;
	transition: transform .2s ease;
}

.tp-panel.is-open .tp-panel__chev {
	transform: rotate(180deg);
}

.tp-panel__body {
	font-size: 16px;
	line-height: 1.7;
	color: #5F676E;
	max-width: 80ch;
}

.tp-panel__body > :first-child {
	margin-top: 0;
}

.tp-panel__body > :last-child {
	margin-bottom: 0;
}

.tp-panel__body h2,
.tp-panel__body h3 {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	color: #17222D;
}

/* JavaScript on, desktop: one panel at a time behind the tab bar. */
.tp-tabs--js .tp-panel {
	display: none;
	margin: 0;
}

.tp-tabs--js .tp-panel.is-active {
	display: block;
}

.tp-tabs--js .tp-panel__head {
	display: none;
}

.tp-specs {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	font-size: 15px;
}

.tp-specs th,
.tp-specs td {
	text-align: left;
	vertical-align: top;
	padding: 13px 16px;
	border: 1px solid #E6E9E5;
	line-height: 1.6;
}

.tp-specs th {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	color: #17222D;
	background-color: #FAF8F2;
	width: 34%;
}

.tp-specs td {
	color: #5F676E;
}
/* WooCommerce's native review block, inside the Reviews panel. */
.tp-panel #reviews {
	max-width: 820px;
}

.woocommerce .tp-panel #reviews h2,
.woocommerce .tp-panel #reviews h3 {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #17222D;
	margin: 0 0 14px;
}

.woocommerce .tp-panel #reviews .comment-form label {
	display: block;
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 13.5px;
	color: #17222D;
	margin: 0 0 6px;
}

.woocommerce .tp-panel #reviews .comment-form input[type="text"],
.woocommerce .tp-panel #reviews .comment-form input[type="email"],
.woocommerce .tp-panel #reviews .comment-form textarea {
	width: 100%;
	max-width: 520px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 15px;
	color: #17222D;
	background-color: #FFFFFF;
	border: 1px solid #E6E9E5;
	border-radius: 10px;
	padding: 12px 14px;
	box-sizing: border-box;
}

/* ---------------------------------------------------------------
   4. Related products
   --------------------------------------------------------------- */
.tp-related {
	padding: 56px 0 64px;
	background-color: #FFFFFF;
	border-top: 1px solid #E6E9E5;
	margin-top: 40px;
}

.tp-related__head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 28px;
}

.tp-single .tp-related__head h2 {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -.3px;
	color: #17222D;
	margin: 0;
}

.tp-single .tp-related__all {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #176B3A;
	text-decoration: none;
}

.tp-single .tp-related__all:hover {
	color: #F59E0B;
}

.tp-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

/* Card design matching the Shop page product cards. */
.tp-card {
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	border: 1px solid #E6E9E5;
	border-radius: 12px;
	box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
	overflow: hidden;
	transition: box-shadow .2s ease, transform .2s ease;
}

.tp-card:hover {
	box-shadow: 0 10px 26px rgba(0, 0, 0, .12);
	transform: translateY(-2px);
}

.tp-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F3F6F1;
	padding: 18px;
	text-decoration: none;
}

.tp-single .tp-card__media img {
	display: block;
	width: 100%;
	height: 172px;
	object-fit: contain;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
}

.tp-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 20px 22px;
}

.tp-card__cat {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #176B3A;
	margin: 0 0 -8px;
}

.tp-single .tp-card__name {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
}

.tp-single .tp-card__name a {
	color: #17222D;
	text-decoration: none;
}

.tp-single .tp-card__name a:hover {
	color: #0B542B;
}

.tp-card__text {
	font-size: 14px;
	line-height: 1.7;
	color: #5F676E;
	margin: -8px 0 0;
}

.tp-card__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
}

.tp-card__price .woocommerce-Price-amount,
.tp-card__price {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #0B542B;
}

.tp-card__price .price {
	margin: 0;
}

.tp-single .tp-card__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2;
	color: #FFFFFF;
	background-color: #0B542B;
	border: 1px solid #0B542B;
	border-radius: 999px;
	padding: 11px 18px;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease;
}

.tp-single .tp-card__btn:hover {
	background-color: #176B3A;
	border-color: #176B3A;
	color: #FFFFFF;
}

.tp-single .tp-card__btn svg {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
}

/* ---------------------------------------------------------------
   5. Support CTA band
   --------------------------------------------------------------- */
.tp-cta {
	position: relative;
	background-color: #081C15;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	isolation: isolate;
	padding: 76px 0;
}

.tp-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(8, 28, 21, .94) 0%, rgba(11, 84, 43, .8) 100%);
	z-index: -1;
}

.tp-cta__inner {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 44px;
	align-items: center;
}

.tp-single .tp-cta__title {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 1.18;
	letter-spacing: -.4px;
	color: #FFFFFF;
	margin: 0 0 14px;
}

.tp-single .tp-cta__title span {
	color: #F59E0B;
}

.tp-cta__text {
	font-size: 17px;
	line-height: 1.75;
	color: rgba(255, 255, 255, .85);
	margin: 0 0 26px;
	max-width: 620px;
}

.tp-cta__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.tp-cta__panel {
	background-color: rgba(8, 28, 21, .78);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 14px;
	padding: 28px;
}

.tp-cta__panel ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tp-cta__panel li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 0;
	list-style: none;
}

.tp-cta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex: 0 0 auto;
	border-radius: 999px;
	background-color: rgba(245, 158, 11, .16);
	color: #F59E0B;
}

.tp-cta__icon svg {
	width: 19px;
	height: 19px;
}

.tp-cta__item {
	font-size: 14.5px;
	line-height: 1.65;
	color: rgba(255, 255, 255, .78);
}

.tp-cta__item strong {
	display: block;
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.35;
	color: #FFFFFF;
	margin: 0 0 3px;
}

/* ---------------------------------------------------------------
   6. Trust strip
   --------------------------------------------------------------- */
.tp-trust {
	background-color: #F5F6F4;
	padding: 56px 0 64px;
}

.tp-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.tp-trust__card {
	background-color: #FFFFFF;
	border: 1px solid #E6E9E5;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
	padding: 24px;
}

.tp-trust__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background-color: #0B542B;
	color: #FFFFFF;
	margin: 0 0 16px;
}

.tp-trust__icon svg {
	width: 20px;
	height: 20px;
}

.tp-single .tp-trust__card h3 {
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 600;
	font-size: 16.5px;
	line-height: 1.35;
	color: #17222D;
	margin: 0 0 7px;
}

.tp-trust__card p {
	font-size: 14.5px;
	line-height: 1.7;
	color: #5F676E;
	margin: 0;
}
/* ---------------------------------------------------------------
   7. Responsive
   --------------------------------------------------------------- */
@media (max-width: 1180px) {
	.tp-layout {
		grid-template-columns: 50fr 50fr;
		gap: 32px;
	}

	.tp-single .tp-cta__title {
		font-size: 34px;
	}
}

@media (max-width: 1024px) {
	.tp-grid,
	.tp-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tp-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	.tp-product .tp-gallery .woocommerce-product-gallery__image img {
		height: 380px !important;
	}

	.woocommerce .tp-summary h1.product_title,
	.tp-summary__title {
		font-size: 31px;
	}

	.tp-cta__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	.tp-cta {
		padding: 62px 0;
	}

	.tp-banner__inner {
		padding-top: 28px;
		padding-bottom: 28px;
	}
}

/* Below 900px the tab bar is replaced by real accordions. */
@media (max-width: 899px) {
	.tp-tabs--js .tp-tabs__nav {
		display: none;
	}

	.tp-tabs--js .tp-panel {
		display: block;
		margin: 0;
		border-bottom: 1px solid #E6E9E5;
	}

	.tp-tabs--js .tp-panel:first-child {
		border-top: 1px solid #E6E9E5;
	}

	.tp-tabs--js .tp-panel__head {
		display: block;
	}

	.tp-tabs--js .tp-panel__body {
		display: none;
		padding: 0 0 22px;
	}

	.tp-tabs--js .tp-panel.is-open .tp-panel__body {
		display: block;
	}

	.tp-tabs {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.tp-shell {
		padding: 0 18px;
	}

	.tp-product__top {
		padding-top: 32px;
	}

	.tp-product .tp-gallery .woocommerce-product-gallery__image img {
		height: 300px !important;
	}

	.tp-gallery .woocommerce-product-gallery {
		padding: 14px;
	}

	.woocommerce .tp-summary h1.product_title,
	.tp-summary__title {
		font-size: 27px;
	}

	.tp-product .tp-summary__price p.price,
	.tp-product .tp-summary__price span.price {
		font-size: 23px;
	}

	.tp-single .tp-related__head h2 {
		font-size: 25px;
	}

	.tp-single .tp-cta__title {
		font-size: 27px;
	}

	.tp-cta__text {
		font-size: 15.5px;
	}

	.tp-cta {
		padding: 50px 0;
	}

	.tp-related,
	.tp-trust {
		padding: 44px 0 50px;
	}

	.tp-actions__secondary,
	.tp-cta__btns {
		width: 100%;
	}

	.tp-single .tp-btn {
		flex: 1 1 auto;
	}

	.tp-specs th {
		width: 42%;
	}
}

@media (max-width: 560px) {
	.tp-grid,
	.tp-trust__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.tp-minitrust {
		flex-direction: column;
		gap: 12px;
	}

	.tp-single .tp-btn {
		width: 100%;
	}

	.woocommerce .tp-actions form.cart {
		width: 100%;
	}

	.woocommerce .tp-actions button.single_add_to_cart_button {
		flex: 1 1 auto;
	}

	.tp-specs,
	.tp-specs tbody,
	.tp-specs tr,
	.tp-specs th,
	.tp-specs td {
		display: block;
		width: auto;
	}

	.tp-specs tr {
		margin: 0 0 12px;
	}

	.tp-specs th {
		border-bottom: 0;
		border-radius: 8px 8px 0 0;
	}

	.tp-specs td {
		border-radius: 0 0 8px 8px;
	}
}