/* Página interna de produto — Grupo BAW */
/* BAW — página de produto (cartão branco sobre o banner) */
.shop-details.baw-product-detail {
	padding: 0 0 100px;
	margin-top: -100px;
	position: relative;
	z-index: 2;
	background: transparent;
}
.page-title.baw-product-detail-hero .bg-layer:before {
	background: -webkit-linear-gradient(
		-90deg,
		rgba(0, 0, 0, 0.78) 0%,
		rgba(0, 0, 0, 0.4) 100%
	);
}

/* Banner do produto em carrossel (múltiplas imagens) — mesmo padrão da home */
.page-title.baw-product-detail-banner {
	overflow: hidden;
}

.page-title.baw-product-detail-banner .banner-carousel {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.page-title.baw-product-detail-banner.banner-section .banner-carousel .owl-stage-outer,
.page-title.baw-product-detail-banner.banner-section .banner-carousel .owl-stage,
.page-title.baw-product-detail-banner.banner-section .banner-carousel .owl-item,
.page-title.baw-product-detail-banner.banner-section .banner-carousel .slide-item {
	height: 100%;
	min-height: 100%;
}

.page-title.baw-product-detail-banner.banner-section .banner-carousel .slide-item {
	padding: 0;
}

.page-title.baw-product-detail-banner .banner-carousel .slide-item::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
	background: -webkit-linear-gradient(
		-90deg,
		rgba(0, 0, 0, 0.78) 0%,
		rgba(0, 0, 0, 0.4) 100%
	);
	opacity: 1;
}

.page-title.baw-product-detail-banner .banner-carousel .slide-item .image-layer {
	-webkit-transition:
		-webkit-transform 6s linear,
		background-position 6s linear;
	transition:
		transform 6s linear,
		background-position 6s linear;
}

.page-title.baw-product-detail-banner .banner-carousel .active .slide-item .image-layer {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

.page-title.baw-product-detail-banner .baw-product-detail-hero-overlay,
.page-title.baw-product-detail-banner .line-box {
	position: relative;
	z-index: 5;
}

.page-title.baw-product-detail-banner .banner-carousel > .owl-dots {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.page-title.baw-product-detail-banner .banner-carousel .owl-nav {
	position: absolute;
	top: auto;
	bottom: clamp(28px, 5vh, 50px);
	left: 0;
	right: 0;
	transform: none;
	max-width: 704px;
	width: 100%;
	margin: 0 auto;
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(12px, 2vw, 20px);
	z-index: 20;
	pointer-events: auto;
	text-align: right;
}

.page-title.baw-product-detail-banner .banner-carousel .owl-nav button.owl-prev,
.page-title.baw-product-detail-banner .banner-carousel .owl-nav button.owl-next {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 0;
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	line-height: 1;
	font-size: 16px;
}

.page-title.baw-product-detail-banner .banner-carousel .owl-nav .owl-dots {
	position: static !important;
	left: auto !important;
	top: auto !important;
	width: auto !important;
	min-height: 0 !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	counter-reset: slides-num;
	margin: 0;
	padding: 0 4px;
	font-family: 'Monda', sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	pointer-events: none;
}

.page-title.baw-product-detail-banner .banner-carousel .owl-nav .owl-dots button span {
	display: none !important;
}

.page-title.baw-product-detail-banner .banner-carousel .owl-nav .owl-dots button {
	position: absolute !important;
	top: auto !important;
	left: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 0 !important;
	line-height: 0 !important;
	counter-increment: slides-num;
	pointer-events: none;
}

.page-title.baw-product-detail-banner .banner-carousel .owl-nav .owl-dots button.active {
	position: static !important;
	width: auto !important;
	height: auto !important;
	overflow: visible;
	clip: auto;
	white-space: normal;
	order: 1;
	pointer-events: auto;
}

.page-title.baw-product-detail-banner .banner-carousel .owl-nav .owl-dots button.active::before {
	position: static !important;
	content: counter(slides-num, decimal-leading-zero);
	font-size: 14px !important;
	line-height: 1 !important;
	color: #fff;
}

.page-title.baw-product-detail-banner .banner-carousel .owl-nav .owl-dots button.active::after {
	display: none !important;
	content: none !important;
}

.page-title.baw-product-detail-banner .banner-carousel .owl-nav .owl-dots::before {
	order: 2;
	position: static !important;
	content: '/';
	width: auto !important;
	height: auto !important;
	background: none !important;
	opacity: 0.55;
	font-size: 13px;
	line-height: 1;
	margin: 0 5px;
	top: auto !important;
	right: auto !important;
}

.page-title.baw-product-detail-banner .banner-carousel .owl-nav .owl-dots::after {
	order: 3;
	position: static !important;
	top: auto !important;
	right: auto !important;
	content: counter(slides-num, decimal-leading-zero);
	font-size: 14px;
	line-height: 1;
	color: #fff;
	opacity: 0.85;
}

@media only screen and (max-width: 1200px) {
	.page-title.baw-product-detail-banner .banner-carousel .owl-nav {
		display: flex !important;
	}
}

@media only screen and (max-width: 991px) {
	.page-title.baw-product-detail-banner .banner-carousel .owl-nav {
		bottom: 20px;
		max-width: calc(100% - 32px);
		gap: 10px;
	}

	.page-title.baw-product-detail-banner .banner-carousel .owl-nav button.owl-prev,
	.page-title.baw-product-detail-banner .banner-carousel .owl-nav button.owl-next {
		width: 48px;
		height: 48px;
	}

	.page-title.baw-product-detail-banner .banner-carousel .owl-nav .owl-dots::before {
		margin: 0 3px;
	}

	.page-title.baw-product-detail-banner .banner-carousel .owl-nav .owl-dots button.active::before,
	.page-title.baw-product-detail-banner .banner-carousel .owl-nav .owl-dots::after {
		font-size: 12px !important;
	}
}
.baw-product-detail-card {
	background: #fff;
	box-shadow: none;
	border-radius: 2px;
	padding: 28px 28px 32px;
}
.baw-product-detail-gallery-main {
	position: relative;
}
.baw-product-detail-gallery-main .baw-product-detail-navfake {
	position: absolute;
	inset: 0;
	z-index: 3;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 0 clamp(8px, 2vw, 16px);
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	pointer-events: none;
}
.baw-product-detail-gallery-main .baw-product-detail-arrow {
	border: none;
	background: rgba(255, 255, 255, 0.92);
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	color: #141417;
	padding: 8px 12px;
	pointer-events: auto;
	flex-shrink: 0;
}
.baw-product-detail-gallery-main .baw-product-detail-arrow--next span {
	display: inline-block;
}
.baw-product-detail-gallery-main .baw-product-detail-arrow img {
	display: block;
	width: 52px;
	height: auto;
	opacity: 0.58;
}
.baw-product-detail-gallery-main .baw-product-detail-arrow--next img {
	transform: scaleX(-1);
}
.baw-product-detail-gallery figure {
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #f8f8f8;
	overflow: hidden;
}
.baw-product-detail-gallery figure img {
	width: 100%;
	display: block;
	vertical-align: middle;
}
.baw-product-detail-thumbgrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	margin-top: 14px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e5e5e5;
}
.baw-product-detail-thumbgrid .baw-thumbgrid-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 10px 12px;
	background: #fff;
	border: none;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	min-width: 0;
}
.baw-product-detail-thumbgrid .baw-thumbgrid-item:nth-child(2n) {
	border-right: none;
}
.baw-product-detail-thumbgrid .baw-thumbgrid-item:nth-child(n + 3) {
	border-bottom: none;
}
.baw-product-detail-thumbgrid .baw-thumbgrid-item__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin-top: 1px;
	border-radius: 50%;
	background: #c8c8cc;
	color: #141417;
	line-height: 0;
}
.baw-product-detail-thumbgrid .baw-thumbgrid-item__icon i {
	font-size: 9px;
	line-height: 1;
}
.baw-product-detail-thumbgrid .baw-thumbgrid-item__body {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	flex: 1;
}
.baw-product-detail-thumbgrid .baw-thumbgrid-item__title {
	display: block;
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: #141417;
}
.baw-product-detail-thumbgrid .baw-thumbgrid-item__desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-family: "Manrope", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
	color: #6f6d6c;
	white-space: pre-line;
}
.baw-product-detail-info {
	position: relative;
	padding-left: 10px;
	min-width: 0;
	max-width: 100%;
}
.baw-product-detail-card > .row > [class*="col-"] {
	min-width: 0;
	max-width: 100%;
}
.baw-product-detail-card {
	overflow: hidden;
}
.baw-product-detail-navfake .baw-product-detail-arrow {
	cursor: pointer;
	user-select: none;
}
.baw-product-detail-title {
	font-family: "Monda", sans-serif;
	font-size: 28px;
	line-height: 1.25;
	color: #e4492e;
	font-weight: 700;
	margin: 0 0 18px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.baw-product-detail-lead {
	font-size: 15px;
	line-height: 1.75;
	color: #6f6d6c;
	margin-bottom: 28px;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

/* -------------------------------------------------------------------------- */
/* Conteúdo rico — Quill / quill-table-better (descrição e itens de produto)   */
/* -------------------------------------------------------------------------- */

.baw-product-rich-content {
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
	color: #6f6d6c;
	font-size: 15px;
	line-height: 1.75;
	font-family: "Manrope", sans-serif;
}

.baw-product-rich-content > *:first-child {
	margin-top: 0;
}

.baw-product-rich-content > *:last-child {
	margin-bottom: 0;
}

/* Tipografia base */
.baw-product-rich-content p,
.baw-product-rich-content li {
	max-width: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	color: #6f6d6c;
	font-size: 15px;
	line-height: 1.75;
}

.baw-product-rich-content p {
	margin: 0 0 16px;
}

.baw-product-rich-content p:last-child {
	margin-bottom: 0;
}

/* Títulos */
.baw-product-rich-content h1,
.baw-product-rich-content h2,
.baw-product-rich-content h3,
.baw-product-rich-content h4,
.baw-product-rich-content h5,
.baw-product-rich-content h6 {
	max-width: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	font-family: "Monda", sans-serif;
	color: #141417;
	font-weight: 700;
	margin: 28px 0 12px;
	line-height: 1.3;
}

.baw-product-rich-content h1 {
	font-size: 24px;
	line-height: 1.35;
}

.baw-product-rich-content h2 {
	font-size: 22px;
}

.baw-product-rich-content h3 {
	font-size: 20px;
}

.baw-product-rich-content h4,
.baw-product-rich-content h5,
.baw-product-rich-content h6 {
	font-size: 18px;
	margin-top: 20px;
}

/* Ênfase e links */
.baw-product-rich-content strong,
.baw-product-rich-content b {
	color: #141417;
	font-weight: 700;
}

.baw-product-rich-content em,
.baw-product-rich-content i:not([class]) {
	font-style: italic;
}

.baw-product-rich-content u {
	text-decoration: underline;
}

.baw-product-rich-content s,
.baw-product-rich-content strike,
.baw-product-rich-content del {
	text-decoration: line-through;
}

.baw-product-rich-content sub,
.baw-product-rich-content sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.baw-product-rich-content sup {
	top: -0.5em;
}

.baw-product-rich-content sub {
	bottom: -0.25em;
}

.baw-product-rich-content a {
	color: #1c1c1c;
	text-decoration: underline;
	word-break: break-word;
}

.baw-product-rich-content a:hover {
	color: #e4492e;
}

.baw-product-rich-content code {
	font-size: 0.9em;
	background: #f3f3f3;
	padding: 0.15em 0.4em;
	border-radius: 2px;
	color: #141417;
}

.baw-product-rich-content pre {
	max-width: 100%;
	overflow-x: auto;
	white-space: pre-wrap;
	word-break: break-word;
	background: #f7f6f5;
	border: 1px solid #e8e6e4;
	padding: 12px 14px;
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.55;
	color: #4f4c4a;
}

.baw-product-rich-content pre code {
	background: transparent;
	padding: 0;
}

.baw-product-rich-content blockquote {
	margin: 16px 0;
	padding: 12px 16px;
	border-left: 4px solid #e4492e;
	background: #f7f6f5;
	color: #4f4c4a;
}

.baw-product-rich-content blockquote p:last-child {
	margin-bottom: 0;
}

.baw-product-rich-content hr {
	border: none;
	border-top: 1px solid #e5e5e5;
	margin: 24px 0;
}

/* Alinhamento Quill */
.baw-product-rich-content .ql-align-center {
	text-align: center;
}

.baw-product-rich-content .ql-align-right {
	text-align: right;
}

.baw-product-rich-content .ql-align-justify {
	text-align: justify;
}

/* Tamanhos de fonte Quill */
.baw-product-rich-content .ql-size-small {
	font-size: 0.85em;
}

.baw-product-rich-content .ql-size-large {
	font-size: 1.25em;
}

.baw-product-rich-content .ql-size-huge {
	font-size: 1.65em;
	line-height: 1.35;
}

/* Recuo Quill */
.baw-product-rich-content .ql-indent-1:not(.ql-direction-rtl) {
	padding-left: 3em;
}

.baw-product-rich-content .ql-indent-2:not(.ql-direction-rtl) {
	padding-left: 6em;
}

.baw-product-rich-content .ql-indent-3:not(.ql-direction-rtl) {
	padding-left: 9em;
}

.baw-product-rich-content .ql-indent-4:not(.ql-direction-rtl) {
	padding-left: 12em;
}

.baw-product-rich-content .ql-indent-5:not(.ql-direction-rtl) {
	padding-left: 15em;
}

.baw-product-rich-content .ql-indent-6:not(.ql-direction-rtl) {
	padding-left: 18em;
}

.baw-product-rich-content .ql-indent-7:not(.ql-direction-rtl) {
	padding-left: 21em;
}

.baw-product-rich-content .ql-indent-8:not(.ql-direction-rtl) {
	padding-left: 24em;
}

.baw-product-rich-content .ql-indent-9:not(.ql-direction-rtl) {
	padding-left: 27em;
}

/* Listas nativas */
.baw-product-rich-content ul {
	padding-left: 22px;
	margin: 0 0 16px;
	list-style: disc;
}

.baw-product-rich-content ol:not(:has(li[data-list])) {
	padding-left: 22px;
	margin: 0 0 16px;
	list-style: decimal;
}

.baw-product-rich-content ul li,
.baw-product-rich-content ol:not(:has(li[data-list])) li {
	margin-bottom: 6px;
}

/* Listas Quill 2 (ol + data-list + .ql-ui) */
.baw-product-rich-content ol:has(li[data-list]) {
	counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
	padding-left: 0;
	margin: 0 0 16px;
	list-style: none;
}

.baw-product-rich-content ol li[data-list] {
	list-style-type: none;
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 6px;
}

.baw-product-rich-content ol li[data-list] > .ql-ui:before {
	display: inline-block;
	margin-left: -1.5em;
	margin-right: 0.3em;
	text-align: right;
	white-space: nowrap;
	width: 1.2em;
}

.baw-product-rich-content ol li[data-list="bullet"] > .ql-ui:before {
	content: "\2022";
}

.baw-product-rich-content ol li[data-list="ordered"] {
	counter-increment: list-0;
}

.baw-product-rich-content ol li[data-list="ordered"] > .ql-ui:before {
	content: counter(list-0, decimal) ". ";
}

.baw-product-rich-content ol li[data-list="ordered"].ql-indent-1 {
	counter-increment: list-1;
}

.baw-product-rich-content ol li[data-list="ordered"].ql-indent-1 > .ql-ui:before {
	content: counter(list-1, lower-alpha) ". ";
}

.baw-product-rich-content ol li[data-list="ordered"].ql-indent-2 {
	counter-increment: list-2;
}

.baw-product-rich-content ol li[data-list="ordered"].ql-indent-2 > .ql-ui:before {
	content: counter(list-2, lower-roman) ". ";
}

.baw-product-rich-content ol li[data-list="checked"] > .ql-ui:before,
.baw-product-rich-content ol li[data-list="unchecked"] > .ql-ui:before {
	content: "\2611";
}

.baw-product-rich-content ol li[data-list="unchecked"] > .ql-ui:before {
	content: "\2610";
}

/* Fallback sem .ql-ui no HTML */
.baw-product-rich-content ol li[data-list="bullet"]:not(:has(.ql-ui)) {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 0;
	margin-left: 1.5em;
}

.baw-product-rich-content ol li[data-list="ordered"]:not(:has(.ql-ui)) {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 0;
	margin-left: 1.5em;
}

/* Mídia embutida */
.baw-product-rich-content img,
.baw-product-rich-content video,
.baw-product-rich-content iframe {
	max-width: 100%;
	height: auto;
}

.baw-product-rich-content figure {
	max-width: 100%;
	margin: 0 0 16px;
}

/* Tabelas (quill-table-better + table genérica) */
.baw-product-rich-content .table-list-container {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 1rem 0;
	border: 1px solid #e8e6e4;
	background: #fff;
}

.baw-product-rich-content table {
	width: 100%;
	max-width: 100%;
	min-width: 280px;
	border-collapse: collapse;
	margin: 1rem 0;
	font-size: 14px;
	line-height: 1.55;
	table-layout: fixed;
}

.baw-product-rich-content .table-list-container table {
	margin: 0;
}

.baw-product-rich-content table td,
.baw-product-rich-content table th {
	border: 1px solid #ececec;
	padding: 10px 12px;
	vertical-align: top;
	word-break: break-word;
	overflow-wrap: anywhere;
	color: #4f4c4a;
	text-align: left;
}

.baw-product-rich-content table th,
.baw-product-rich-content table td.table-th-block,
.baw-product-rich-content th.table-th-block {
	background: #f7f6f5;
	font-family: "Monda", sans-serif;
	font-weight: 700;
	color: #141417;
}

.baw-product-rich-content table thead th {
	background: #f7f6f5;
}

.baw-product-rich-content table a {
	color: #1c1c1c;
}

.baw-product-rich-content table a:hover {
	color: #e4492e;
}

.baw-features-block .text.baw-product-rich-content {
	margin-top: 0;
}

.baw-features-block .text.baw-product-rich-content p {
	color: #6f6d6c;
}
.baw-product-detail-downloads {
	border: none;
	overflow: visible;
	max-width: 100%;
	width: 100%;
}
.baw-product-detail-downloads__head {
	background: #e4492e;
	color: #fff;
	padding: 14px 18px;
	font-size: 19px;
	font-family: "Monda", sans-serif;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	max-width: 450px;
	height: 100px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.baw-product-detail-downloads__head-inner {
	text-align: left;
	font-size: inherit;
}
.baw-product-detail-downloads__head strong {
	font-weight: 700;
	font-size: inherit;
}
.baw-product-detail-downloads__list {
	list-style: none;

	padding: 0;
	border: 1px solid #e2e2e2;
	overflow: hidden;
}
.baw-product-detail-downloads__list li {
	border-top: 1px solid #e2e2e2;
}
.baw-product-detail-downloads__list li:first-child {
	border-top: none;
}
.baw-product-detail-dl-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 14px 18px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #3d3d3d;
	font-family: "Monda", sans-serif;
	background: #fff;
}
.baw-product-detail-dl-row i {
	font-size: 16px;
	color: #9a9897;
}
.baw-shop-statements.sec-pad {
	margin-top: 100px;
	margin-bottom: 100px;
	padding-top: 0;
	padding-bottom: 0;
}
.baw-features-block {
	margin-top: 56px;
	padding-top: 8px;
}
.baw-features-block h2 {
	font-family: "Monda", sans-serif;
	font-size: 36px;
	line-height: 1.2;
	color: #141417;
	margin-bottom: 16px;
}
.baw-features-block > p {
	font-size: 15px;
	line-height: 1.75;
	color: #6f6d6c;
	margin-bottom: 28px;
	max-width: 920px;
}
.baw-features-block.service-details-content .content-three .upper-box h2 {
	margin-bottom: 24px;
}
.baw-features-block.service-details-content .content-three .upper-box p {
	font-size: 15px;
	line-height: 1.75;
	color: #6f6d6c;
	margin-bottom: 0;
	max-width: 920px;
}
.shop-details.baw-product-detail
	.baw-features-block
	.tab-btn-box
	.baw-shop-feature-visual-kicker {
	position: absolute;
	left: 26px;
	top: 96px;
	z-index: 2;
	color: #fff;
	font-family: "Monda", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	pointer-events: none;
}
.shop-details.baw-product-detail
	.baw-features-block
	.tab-btn-box
	.baw-shop-feature-visual-arrow {
	position: absolute;
	right: 22px;
	top: 96px;
	z-index: 2;
	color: #e4492e;
	font-size: 22px;
	line-height: 1;
	pointer-events: none;
}
.baw-features-block__media {
	margin: 0;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	background: #f8f8f8;
}
.baw-features-block__media img {
	width: 100%;
	display: block;
}

.baw-product-quote-cta-section {
	padding-bottom: clamp(48px, 6vw, 80px);
}
.baw-product-quote-cta-section .baw-product-quote-cta {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.shop-details.baw-product-detail + .baw-product-quote-cta-section .baw-product-quote-cta {
	margin-top: clamp(-12px, -1.5vw, 0);
	padding-top: clamp(28px, 4vw, 40px);
	border-top: 1px solid #e8e6e4;
}

.baw-product-quote-cta {
	text-align: center;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.baw-product-quote-cta__text {
	margin: 0 auto 20px;
	font-size: 16px;
	line-height: 1.65;
	color: #5f5b5a;
	max-width: 520px;
}
.baw-product-quote-cta .theme-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.shop-details.baw-product-detail {
		margin-top: -56px;
	}
	.baw-product-detail-info {
		padding-left: 0;
		margin-top: 28px;
	}
	.page-title.baw-product-detail-hero h1 {
		font-size: 36px;
		line-height: 1.2;
	}
	.baw-features-block h2 {
		font-size: 28px;
	}
	.shop-details.baw-product-detail + .baw-product-quote-cta-section .baw-product-quote-cta {
		margin-top: 0;
		padding-top: 24px;
	}
	.baw-product-quote-cta__text {
		font-size: 15px;
		margin-bottom: 18px;
	}
	.baw-product-quote-cta-section {
		padding-bottom: 40px;
	}
	.baw-product-detail-gallery-main .baw-product-detail-arrow {
		font-size: 22px;
		padding: 6px 10px;
	}
}
