* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: #cecece;
	color: #777777;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

a {
	color: #d01525;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.site-wrapper {
	max-width: 1140px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .18);
	min-height: 100vh;
}

.dh-container {
	width: min(95%, 1140px);
	margin: 0 auto;
}

main#main-content .dh-container.page-content {
    padding: 30px 20px;
}

.site-header .dh-container {
	width: 100%;
	max-width: 1140px;
}

.top-bar {
	background: #bb2b2b;
	color: #fff;
	min-height: 33px;
	font-size: 13px;
	font-weight: 400;
}

.top-bar-inner {
	display: flex;
	align-items: center;
	min-height: 33px;
	padding-left: 45px;
}

.top-contact {
	display: flex;
	gap: 8px;
	align-items: center;
}

.top-phone::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 4px;
	vertical-align: -2px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64c0 247.4 200.6 448 448 448 18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6l-40.4 49.3c-70.4-33.3-127.4-90.3-160.7-160.7l49.3-40.4c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64c0 247.4 200.6 448 448 448 18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6l-40.4 49.3c-70.4-33.3-127.4-90.3-160.7-160.7l49.3-40.4c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.top-email::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 11px;
	margin-right: 4px;
	vertical-align: -1px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 384'%3E%3Cpath d='M48 0h416c26.5 0 48 21.5 48 48v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0zm0 48v10.8l208 130 208-130V48H48zm416 77.2-195.3 122c-7.8 4.9-17.6 4.9-25.4 0L48 125.2V336h416V125.2z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 384'%3E%3Cpath d='M48 0h416c26.5 0 48 21.5 48 48v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0zm0 48v10.8l208 130 208-130V48H48zm416 77.2-195.3 122c-7.8 4.9-17.6 4.9-25.4 0L48 125.2V336h416V125.2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.top-bar a {
	color: #fff;
}

.masthead {
	background: #fff;
}

.sticky-header.is-sticky {
	position: fixed;
	top: 0;
	z-index: 50;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
}

.sticky-header.is-sticky .masthead {
	position: relative;
	z-index: 1;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .14);
}

.sticky-header-placeholder {
	display: none;
	height: 0;
}

.sticky-header-placeholder.is-active {
	display: block;
}

.is-sticky nav.primary-nav {
    padding: 6px 0 0;
}

.masthead-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	padding: 14px 44px 25px;
}

.site-logo img {
	max-width: 278px;
	max-height: 135px;
	width: auto;
	height: auto;
	display: block;
}

.partner-logo img {
	max-width: 420px;
	max-height: 130px;
	width: auto;
	height: auto;
	display: block;
}

.primary-nav {
	background: #fff;
	border-bottom: 1px solid rgba(119, 119, 119, .5);
}

.primary-nav .menu,
.footer-menu,
.mobile-menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.primary-nav .menu {
	display: flex;
	align-items: stretch;
	padding-left: 72px;
	padding-bottom: 6px;
}

.primary-nav .menu > li {
	position: relative;
	display: flex;
	align-items: center;
}

.primary-nav .menu > li.menu-item-has-children > a::after {
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-left: 6px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: translateY(-3px) rotate(45deg);
	content: "";
}

.primary-nav .menu > li + li::before {
	content: "|";
	color: #d01525;
}

.primary-nav a {
	display: block;
	padding: 10px;
	margin: 0 7px;
	color: #d01525;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	opacity: .8;
}

.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a,
.primary-nav .current-menu-ancestor > a {
	position: relative;
	background: #d01525;
	color: #fff;
}

.primary-nav .menu > li.menu-item-has-children:hover > a::before {
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #d01525;
	transform: translateX(-50%);
	content: "";
}

.primary-nav a:hover {
	background: #d01525;
	color: #fff;
	opacity: 1;
}

.primary-nav .sub-menu {
	position: absolute;
	top: 100%;
	left: -88px;
	z-index: 60;
	display: none;
	width: 840px;
	margin: 0;
	padding: 24px 52px 28px;
	background: #fff;
	border: 3px solid #ddd;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	list-style: none;
}

.primary-nav li:hover > .sub-menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 32px;
}

.primary-nav .sub-menu a {
	display: block;
	border-bottom: 1px solid #ededed;
	color: #777;
	padding: 9px 8px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	text-transform: uppercase;
}

.primary-nav .sub-menu a:hover {
	background: #d01525;
	color: #fff;
}

.primary-nav .sub-menu .current-menu-item > a,
.primary-nav .sub-menu .current_page_item > a,
.primary-nav .sub-menu .current-menu-ancestor > a {
	background: rgba(208, 21, 37, .8);
	color: #fff;
}

.mobile-toggle,
.mobile-nav,
.panel-close {
	display: none;
}

.site-main {
	background: #fff;
	padding: 0 0 40px;
}

.footer-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.home-banners {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.home-banner {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0;
	transition: opacity 700ms ease;
	pointer-events: none;
}

.home-banner.is-active {
	position: relative;
	z-index: 1;
	opacity: 1;
	pointer-events: auto;
}

.home-banner a,
.home-banner picture,
.home-banner img {
	display: block;
}

.home-banner img {
	width: 100%;
	height: auto;
}

.home-banner-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .72);
	cursor: pointer;
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 180ms ease;
}

.home-banner-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
}

.home-banner-prev {
	left: 18px;
}

.home-banner-prev::before {
	transform: translate(-35%, -50%) rotate(-45deg);
}

.home-banner-next {
	right: 18px;
}

.home-banner-next::before {
	transform: translate(-65%, -50%) rotate(135deg);
}

.home-banner-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	z-index: 3;
	display: flex;
	justify-content: center;
	gap: 6px;
	opacity: 0;
	transition: opacity 180ms ease;
}

.home-banners:hover .home-banner-arrow,
.home-banners:hover .home-banner-dots,
.home-banners:focus-within .home-banner-arrow,
.home-banners:focus-within .home-banner-dots {
	opacity: 1;
}

.home-banner-dot {
	width: 16px;
	height: 16px;
	padding: 0;
	border: 3px solid #fff;
	border-radius: 50%;
	background: rgba(255, 255, 255, .7);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
	cursor: pointer;
}

.home-banner-dot.is-active {
	background: #777;
}

.home-hero img {
	display: block;
	width: 100%;
	height: auto;
}

.home-quote-bar {
	display: flex;
	justify-content: flex-end;
	padding: 4px 28px 0;
}

.home-content > .home-quote {
	display: none;
}

.home-quote {
	display: flex;
	justify-content: flex-end;
	padding-top: 4px;
}

.home-section {
	background: #fff;
}

.home-conai {
	padding: 26px 0 12px;
}

.home-partners {
	padding: 10px 0 25px;
}

.home-partners-grid {
	display: grid;
	gap: 18px 28px;
	align-items: center;
	text-align: center;
}

.home-partners-grid.columns-1 {
	grid-template-columns: 1fr;
}

.home-partners-grid.columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.home-partners-grid.columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.home-partners-grid.columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.home-partner-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 110px;
}

.home-partner-logo img {
	max-width: 100%;
	height: auto;
}

.home-legacy-content .home-logos {
	display: none;
}

.home-logos {
	text-align: center;
	padding: 10px 0 25px;
}

.brand-logo {
	margin: 16px auto;
}

.brand-logo img {
	max-width: 100%;
	height: auto;
}

.home-logos .brand-logo:nth-child(4),
.home-logos .brand-logo:nth-child(5),
.home-logos .brand-logo:nth-child(6),
.home-logos .brand-logo:nth-child(7) {
	display: inline-flex;
	width: 49%;
	min-height: 115px;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

.home-categories {
	text-align: center;
	padding: 28px 0 34px;
}

.section-title-image {
	margin: 20px auto;
	max-width: 452px;
	width: 100%;
}

.category-carousel {
	position: relative;
	margin: 34px auto 0;
	padding: 0 42px;
}

.category-carousel-viewport {
	overflow: hidden;
}

.category-carousel-track {
	display: flex;
	align-items: stretch;
	transition: transform 350ms ease;
	will-change: transform;
}

.category-carousel-item {
	flex: 0 0 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 310px;
	padding: 0 18px;
	text-align: center;
}

.category-carousel-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 235px;
}

.category-carousel-image img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 230px;
	height: auto;
	margin: 0 auto;
}

.category-carousel-title {
	display: block;
	margin-top: 18px;
	color: #d01525;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}

.category-carousel-arrow {
	position: absolute;
	top: 112px;
	z-index: 2;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .72);
	cursor: pointer;
}

.category-carousel-arrow:disabled {
	opacity: .25;
	cursor: default;
}

.category-carousel-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
}

.category-carousel-prev {
	left: 0;
}

.category-carousel-prev::before {
	transform: translate(-35%, -50%) rotate(-45deg);
}

.category-carousel-next {
	right: 0;
}

.category-carousel-next::before {
	transform: translate(-65%, -50%) rotate(135deg);
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 48px 28px;
	list-style: none;
	padding: 0;
	margin: 24px 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
	display: none !important;
	content: none;
}

.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product-category,
.woocommerce-page ul.products li.product-category {
	clear: none;
	float: none;
	width: auto;
	margin: 0;
	text-align: center;
}

.woocommerce ul.products[class*="columns-"] li.product.first,
.woocommerce ul.products[class*="columns-"] li.product.last,
.woocommerce-page ul.products[class*="columns-"] li.product.first,
.woocommerce-page ul.products[class*="columns-"] li.product.last,
.woocommerce ul.products li.product-category.first,
.woocommerce ul.products li.product-category.last,
.woocommerce-page ul.products li.product-category.first,
.woocommerce-page ul.products li.product-category.last {
	clear: none;
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product-category a img {
	width: 100%;
	max-width: 175px;
	height: auto;
	margin: 0 auto 10px;
}

.woocommerce-loop-category__title,
.woocommerce-loop-product__title,
.woocommerce ul.products h2,
.woocommerce ul.products h3 {
	color: #d01525;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
}

.woocommerce-loop-category__title .count {
	display: none;
}

.woocommerce ul.products.shop-category-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 72px 42px;
	margin-top: 30px;
}

.woocommerce ul.products.shop-category-grid li.product-category a {
	display: block;
	color: #d01525;
}

.woocommerce ul.products.shop-category-grid li.product-category a h2 {
    padding: 6px 8px;
}

.woocommerce ul.products.shop-category-grid li.product-category a:hover h2 {
    background-color: #d01525;
    color: #ffffff;
    transition-duration: 0.4s;
}

.woocommerce ul.products.shop-category-grid li.product-category a img {
	max-width: 260px;
	max-height: 230px;
	object-fit: contain;
	margin-bottom: 22px;
}

.woocommerce ul.products.shop-category-grid .woocommerce-loop-category__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
}

.page-content h1,
.product-info-wrap h1 {
	color: #d01525;
	font-size: 27px;
	line-height: 1.25;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.shop-content h1{
	color: #d01525;
	font-size: 20px;
	line-height: 1.25;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.entry-content h2 {
	color: #232323;
	font-size: 1.3em;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-content .alignleft,
.entry-content img.alignleft {
	float: left;
	margin: 0 25px 20px 0;
}

.entry-content img.alignright {
	float: right;
	margin: 0 0 20px 25px;
}

.entry-content .alignnone,
.entry-content img.alignnone {
	margin-left: 0;
	margin-right: 0;
}

.contact-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px;
}

.contact-map {
	border: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	font: inherit;
}

form.wpcf7-form.init {
font-size: 14px;
color: #4d4d4d;
}

form.wpcf7-form.init input,
form.wpcf7-form.init select,
form.wpcf7-form.init textarea {
max-height: 120px;
padding: 5px;
font-size: 13px;
}

input[type="submit"],
button,
.button {
	border: 1px solid #d01525;
	background: #d01525;
	color: #fff;
	padding: 10px 18px;
	font: inherit;
	cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit{
    padding: 6px 18px!important;
    font-size: 16px!important;
    font-weight: normal!important;
    text-transform: uppercase
}

input.wpcf7-form-control.wpcf7-submit:hover{
opacity: 0.8;
}

.shop-page {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 28px;
	padding: 34px 20px;
}

.shop-filter-toggle {
	display: none;
}

.shop-sidebar h3 {
	background: transparent;
	border-bottom: 3px solid #e5e5e5;
	color: #444;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 16px;
	padding: 0 0 8px;
	text-transform: uppercase;
}

.quote-box h3 {
	background: #d01525;
	border-bottom: 3px solid #a40311;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	margin: 0 0 12px;
	padding: 8px 10px;
}

.shop-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-sidebar li a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 0;
	color: #777;
	font-size: 14px;
	line-height: 1.25;
	text-transform: uppercase;
}

.shop-sidebar li a:hover {
color: #000;
text-decoration: underline;
}

.shop-sidebar li.current-cat > a{
font-weight: bold;
color: #000;
}

.shop-category-description {
	margin: -2px 0 24px;
	color: #6f7780;
	font-size: 16px;
	line-height: 1.6;
}

.woocommerce ul.products .button {
display: inline-block;
margin-top: 8px;
background: #d01525;
border-color: #d01525;
color: #fff;
font-size: 15px;
font-weight: 500;
line-height: 1;
padding: 13px 24px;
text-transform: uppercase;
border-radius: 0;
}

.single-product-page {
	padding: 34px 42px 58px;
}

.single-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 240px;
	gap: 30px;
	align-items: start;
}

.single-product-main {
	display: grid;
	grid-template-columns: minmax(0, 38fr) minmax(0, 36fr);
	gap: 30px;
	align-items: start;
}

.single-product-gallery {
	padding-top: 8px;
	text-align: center;
}

.single-product-lightbox-link {
	position: relative;
	display: inline-block;
	max-width: 100%;
	color: inherit;
}

.single-product-image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.single-product-zoom {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 45px;
	height: 45px;
	border: 3px solid #9e9e9e;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	padding: 22px;
}

.single-product-zoom::before,
.single-product-zoom::after {
	position: absolute;
	content: "";
	background: #8b8b8b;
}

.single-product-zoom::before {
	left: 10px;
	top: 9px;
	width: 13px;
	height: 13px;
	border: 3px solid #8b8b8b;
	border-radius: 50%;
	background: transparent;
}

.single-product-zoom::after {
	left: 24px;
	top: 24px;
	width: 12px;
	height: 3px;
	border: 0;
	background: #8b8b8b;
	transform: rotate(45deg);
	transform-origin: left center;
}

.single-product-category {
	margin: 8px 0 12px;
	color: #9b9b9b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}

.single-product-category a {
	color: inherit;
}

.single-product-info h1 {
	color: #d01525;
	font-size: 26px;
	line-height: 1.25;
	margin: 0 0 30px;
}

.single-product-info hr {
	border: 0;
	border-top: 1px solid #eee;
	margin: 0 0 28px;
}

.single-product-content {
	color: #6f7780;
	font-size: 16px;
	line-height: 1.55;
}

.single-product-content p {
	margin: 0 0 18px;
}

.single-product-content ul {
	margin: 18px 0 0 20px;
	padding: 0;
}

.single-product-short-description {
	grid-column: 1 / -1;
	color: #777;
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
}

.single-product-short-description p {
	margin: 0 0 18px;
}

.single-product-short-description ul {
	margin: 18px 0 0 20px;
	padding: 0;
}

.single-product-quote-title {
	margin: 0 0 13px;
}

.single-product-quote-title img {
	display: block;
	width: 100%;
	height: auto;
}

.single-product-quote-form {
	color: #65707a;
	font-size: 12px;
	line-height: 1.3;
}

.single-product-quote-form p {
	margin: 0;
}

.single-product-quote-form label {
	display: block;
	margin: 0 0 12px;
}

.single-product-quote-form strong {
    display: inline;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 700;
}

.single-product-quote-form .obrigatorio {
	display: inline;
	color: #d01525;
	font-weight: 700;
}

.single-product-quote-form br {
	display: none;
}

.single-product-quote-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 4px;
}

.single-product-quote-form input[type="text"],
.single-product-quote-form input[type="email"],
.single-product-quote-form select,
.single-product-quote-form textarea {
	width: 100%;
	height: 28px;
	border: 1px solid #d8d8d8;
	border-radius: 0;
	background: #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .04);
	color: #555;
	font: inherit;
	padding: 4px 7px;
}

.single-product-quote-form select {
	appearance: auto;
	padding-right: 4px;
}

.single-product-quote-form textarea {
	min-height: 76px;
	resize: vertical;
}

.single-product-quote-form input[type="submit"] {
	display: inline-block;
	min-width: 98px;
	border: 0;
	border-radius: 0;
	background: #d01525;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 18px;
	text-transform: uppercase;
}

.single-product-quote-form input[type="submit"]:hover {
	background: #a40311;
}

.single-product-quote-form .wpcf7-spinner {
	margin: 8px 0 0 8px;
}

.single-product-quote-form .wpcf7-not-valid-tip {
	color: #d01525;
	font-size: 11px;
	margin-top: 2px;
}

.single-product-quote-form .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 8px;
	font-size: 12px;
}

.dh-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	background: rgba(0, 0, 0, .82);
}

.dh-lightbox img {
	display: block;
	max-width: 95vw;
	max-height: 90vh;
	width: auto;
	height: auto;
	background: #fff;
}

.dh-lightbox-close {
	position: fixed;
	top: 18px;
	right: 22px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 38px;
	line-height: 1;
	padding: 0;
}

.site-footer {
	background: #fff;
	color: #d01525;
}

.footer-main {
	padding: 50px 0 18px;
}

.site-footer .dh-container {
	padding: 0 20px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 16% 18% 26% 40%;
	gap: 0;
	align-items: start;
}

.footer-col {
	padding-right: 24px;
}

.footer-col h3 {
	color: #d01525;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .4px;
	line-height: 1.35;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.footer-col p {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.35;
}

.footer-col a {
	color: #d01525;
}

.footer-menu a {
	display: block;
	color: #d01525;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .4px;
	padding: 0 0 18px;
	text-transform: uppercase;
}

.footer-menu .sub-menu {
	display: none;
}

.footer-logos {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 15px;
	margin-top: 6px;
}

.footer-logos img {
	display: block;
	width: auto;
	height: auto;
	max-width: 180px;
	max-height: 36px;
	object-fit: contain;
}

.footer-bottom {
	background: #333;
	color: #b7bec4;
	text-align: center;
	padding: 15px 0;
	font-size: 16px;
}

.whatsapp-float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 80;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 999px;
	background: #25d366;
	color: #fff;
	font-size: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}

.whatsapp-float::before {
	width: 30px;
	height: 30px;
	background: #fff;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.01 3.2c-7.05 0-12.79 5.73-12.79 12.78 0 2.25.59 4.45 1.72 6.38L3.1 29.1l6.9-1.81a12.76 12.76 0 0 0 6.01 1.53c7.05 0 12.78-5.74 12.78-12.79S23.06 3.2 16.01 3.2zm0 23.45c-1.9 0-3.76-.51-5.38-1.48l-.39-.23-4.09 1.07 1.09-3.99-.26-.41a10.58 10.58 0 0 1-1.62-5.63c0-5.87 4.78-10.65 10.66-10.65 5.87 0 10.65 4.78 10.65 10.65 0 5.88-4.78 10.67-10.66 10.67zm5.84-7.98c-.32-.16-1.89-.93-2.18-1.04-.29-.11-.5-.16-.72.16-.21.32-.82 1.04-1 1.25-.19.21-.37.24-.69.08-.32-.16-1.35-.5-2.57-1.59-.95-.85-1.59-1.9-1.78-2.22-.19-.32-.02-.49.14-.65.14-.14.32-.37.48-.56.16-.19.21-.32.32-.53.11-.21.05-.4-.03-.56-.08-.16-.72-1.73-.98-2.37-.26-.62-.52-.53-.72-.54h-.61c-.21 0-.56.08-.85.4-.29.32-1.12 1.09-1.12 2.66s1.15 3.09 1.31 3.3c.16.21 2.26 3.45 5.47 4.84.76.33 1.36.53 1.83.68.77.24 1.47.21 2.02.13.62-.09 1.89-.77 2.16-1.52.27-.75.27-1.39.19-1.52-.08-.13-.29-.21-.61-.37z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.01 3.2c-7.05 0-12.79 5.73-12.79 12.78 0 2.25.59 4.45 1.72 6.38L3.1 29.1l6.9-1.81a12.76 12.76 0 0 0 6.01 1.53c7.05 0 12.78-5.74 12.78-12.79S23.06 3.2 16.01 3.2zm0 23.45c-1.9 0-3.76-.51-5.38-1.48l-.39-.23-4.09 1.07 1.09-3.99-.26-.41a10.58 10.58 0 0 1-1.62-5.63c0-5.87 4.78-10.65 10.66-10.65 5.87 0 10.65 4.78 10.65 10.65 0 5.88-4.78 10.67-10.66 10.67zm5.84-7.98c-.32-.16-1.89-.93-2.18-1.04-.29-.11-.5-.16-.72.16-.21.32-.82 1.04-1 1.25-.19.21-.37.24-.69.08-.32-.16-1.35-.5-2.57-1.59-.95-.85-1.59-1.9-1.78-2.22-.19-.32-.02-.49.14-.65.14-.14.32-.37.48-.56.16-.19.21-.32.32-.53.11-.21.05-.4-.03-.56-.08-.16-.72-1.73-.98-2.37-.26-.62-.52-.53-.72-.54h-.61c-.21 0-.56.08-.85.4-.29.32-1.12 1.09-1.12 2.66s1.15 3.09 1.31 3.3c.16.21 2.26 3.45 5.47 4.84.76.33 1.36.53 1.83.68.77.24 1.47.21 2.02.13.62-.09 1.89-.77 2.16-1.52.27-.75.27-1.39.19-1.52-.08-.13-.29-.21-.61-.37z'/%3E%3C/svg%3E") center / contain no-repeat;
	content: "";
}

.grecaptcha-badge,
.forminator-module-edit-link {
	display: none !important;
}

@media (max-width: 800px) {
	.site-wrapper {
		max-width: none;
	}

	.home-banner-dots {
		display: none;
	}

	.primary-nav {
		display: none;
	}

	.top-bar {
		display: block;
		min-height: 40px;
		font-size: 12px;
		line-height: 1.2;
	}

	.top-bar-inner {
		justify-content: center;
		min-height: 40px;
		padding: 6px 12px;
		text-align: center;
	}

	.top-contact {
		justify-content: center;
		flex-wrap: wrap;
		gap: 4px 8px;
	}

	.masthead-inner {
		height: auto;
		min-height: 92px;
		justify-content: center;
		gap: 35px;
		padding: 16px 20px 18px 66px;
		position: relative;
	}

	.mobile-toggle {
		display: block;
		position: absolute;
		left: 0;
		top: 24px;
		font-size: 0;
		width: 42px;
		height: 42px;
		padding: 0;
		z-index: 110;
	}

	.mobile-toggle::before {
		content: "☰";
		font-size: 24px;
	}

	.site-logo img {
		max-height: 45px;
	}

	.partner-logo img {
		max-height: 45px;
	}

	body.mobile-menu-open {
		overflow: hidden;
	}

	body.mobile-menu-open::before {
		position: fixed;
		inset: 0;
		z-index: 90;
		background: rgba(0, 0, 0, .55);
		content: "";
	}

	.mobile-nav {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		display: block;
		width: min(320px, 82vw);
		background: #fff;
		box-shadow: 3px 0 16px rgba(0, 0, 0, .16);
		overflow-y: auto;
		transform: translateX(-105%);
		transition: transform .22s ease;
	}

	.panel-close {
		display: block;
		position: absolute;
		top: 18px;
		right: 18px;
		width: 32px;
		height: 32px;
		border: 0;
		background: transparent;
		color: #777;
		cursor: pointer;
		font-size: 0;
	}

	.panel-close::before,
	.panel-close::after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 22px;
		height: 2px;
		background: currentColor;
		content: "";
	}

	.panel-close::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.panel-close::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.mobile-nav.is-open {
		transform: translateX(0);
	}

	body.mobile-menu-open .mobile-toggle {
		z-index: 95;
	}

	.mobile-menu-list,
	.mobile-menu-list .sub-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.mobile-menu-list {
		padding: 88px 0 30px;
	}

	.mobile-menu-list li {
		position: relative;
	}

	.mobile-menu-list a {
		display: block;
		padding: 16px 64px 16px 34px;
		border-bottom: 1px solid #eee;
		color: #666;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.25;
		letter-spacing: .04em;
		text-transform: uppercase;
	}

	.mobile-menu-list > li.current-menu-item > a,
	.mobile-menu-list > li.current-menu-ancestor > a,
	.mobile-menu-list > li.current_page_item > a {
		color: #111;
	}

	.mobile-submenu-toggle {
		position: absolute;
		top: 0;
		right: 16px;
		width: 48px;
		height: 50px;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	.mobile-submenu-toggle::before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 8px;
		height: 8px;
		border-right: 2px solid #9a9a9a;
		border-bottom: 2px solid #9a9a9a;
		content: "";
		transform: translate(-50%, -65%) rotate(45deg);
	}

	.mobile-submenu-toggle[aria-expanded="true"]::before {
		transform: translate(-50%, -35%) rotate(225deg);
	}

	.mobile-menu-list .sub-menu {
		display: none;
		padding: 12px 28px 18px 52px;
		border-bottom: 1px solid #eee;
	}

	.mobile-menu-list .is-submenu-open > .sub-menu {
		display: block;
	}

	.mobile-menu-list .sub-menu a {
		padding: 12px 0;
		border-bottom: 1px solid #eee;
		color: #666;
		font-size: 12px;
		line-height: 1.35;
	}

	.mobile-menu-list .sub-menu li:last-child > a {
		border-bottom: 0;
	}

	.shop-filter-toggle {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		justify-self: center;
		border: 0;
		background: transparent;
		color: #666;
		font-size: 20px;
		font-weight: 700;
		line-height: 1;
		padding: 8px 0 20px;
		text-transform: uppercase;
	}

	.shop-filter-toggle::before {
		color: #666;
		content: "\2630";
		font-size: 18px;
		line-height: 1;
	}

	body.shop-filter-open {
		overflow: hidden;
	}

	body.shop-filter-open::before {
		position: fixed;
		inset: 0;
		z-index: 10000;
		background: rgba(0, 0, 0, .55);
		content: "";
	}

	.shop-sidebar {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 10010;
		width: min(320px, 82vw);
		padding: 34px 28px;
		background: #fff;
		box-shadow: 3px 0 16px rgba(0, 0, 0, .16);
		overflow-y: auto;
		transform: translateX(-105%);
		transition: transform .22s ease;
	}

	.shop-sidebar.is-open {
		transform: translateX(0);
		padding-top: 70px;
	}

	body.shop-filter-open #cookie-law-info-bar,
	body.shop-filter-open #cookie-law-info-again {
		z-index: 80 !important;
	}

	.shop-sidebar h3 {
		font-size: 16px;
		margin-bottom: 18px;
	}

	.shop-sidebar li a {
		padding: 12px 0;
		font-size: 13px;
		line-height: 1.35;
	}

	.home-quote {
		margin-top: 0;
	}

	.home-quote img {
		max-width: 65%;
	}

	.home-partners-grid.columns-1,
	.home-partners-grid.columns-2,
	.home-partners-grid.columns-3,
	.home-partners-grid.columns-4 {
		grid-template-columns: 1fr;
	}

	.category-carousel {
		padding: 0 38px;
	}

	.category-carousel-item {
		flex-basis: 100%;
		min-height: 270px;
		padding: 0 10px;
	}

	.category-carousel-image {
		height: 210px;
	}

	.category-carousel-image img {
		max-height: 205px;
	}

	.home-logos .brand-logo:nth-child(n) {
		display: flex;
		width: 100%;
		min-height: 0;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.woocommerce ul.products[class*="columns-"],
	.woocommerce-page ul.products[class*="columns-"] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 24px;
	}

	.woocommerce ul.products.shop-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px 24px;
	}

	.woocommerce ul.products.shop-category-grid li.product-category a img {
		max-width: 150px;
		max-height: 150px;
		margin-bottom: 12px;
	}

	.woocommerce ul.products.shop-category-grid .woocommerce-loop-category__title {
		font-size: 14px;
	}

	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product,
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		clear: none;
		float: none;
		width: auto;
		margin: 0;
	}

	.single-product-page {
		padding: 26px 20px 44px;
	}

	.single-product-layout {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.single-product-main {
		grid-template-columns: 42% 1fr;
	}

	.contact-layout,
	.shop-page,
	.product-summary,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-col {
		text-align: center;
		padding-right: 0;
		margin: 10px 0;
	}

	.entry-content img.alignleft,
	.entry-content img.alignright {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
}

@media (max-width: 560px) {
	.single-product-main {
		grid-template-columns: 1fr;
	}

	.single-product-info h1 {
		font-size: 24px;
	}

	.single-product-gallery {
		padding-top: 0;
	}
}
