/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

:root {
	--voro-canvas: #f7f3ed;
	--voro-surface: #efe5d9;
	--voro-burgundy: #54272c;
	--voro-cta: #6b3036;
	--voro-ink: #211a19;
	--voro-cocoa: #776861;
	--voro-border: #d8c8b8;
	--voro-clay: #b98776;
	--voro-white: #fffdf9;
	--voro-radius: 14px;
	--voro-shadow: 0 18px 50px rgba(66, 35, 37, 0.08);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--voro-canvas);
	color: var(--voro-ink);
	font-family: "Inter", Arial, sans-serif;
}

body .site-content {
	margin-bottom: 0;
}

.whb-header {
	font-family: "Inter", Arial, sans-serif;
}

.whb-header .whb-general-header {
	border-bottom: 1px solid rgba(84, 39, 44, 0.14);
	background: #fbf8f4 !important;
	box-shadow: none;
}

.whb-header .whb-general-header .container {
	max-width: 1440px;
	padding-inline: 34px;
}

.whb-header .wd-nav-main > li > a {
	min-height: 72px;
	color: var(--voro-ink);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.01em;
}

.whb-header .wd-nav-main > li:not(.voro-nav-cta) > a:hover,
.whb-header .wd-nav-main > li.current-menu-item:not(.voro-nav-cta) > a {
	color: var(--voro-cta);
}

.whb-header .wd-nav-main > li.voro-nav-cta {
	margin-left: 14px;
}

.whb-header .wd-nav-main > li.voro-nav-cta > a {
	align-self: center;
	min-height: auto;
	padding: 12px 19px;
	border-radius: 4px;
	background: var(--voro-burgundy);
	color: #fff;
	line-height: 1;
}

.whb-header .wd-nav-main > li.voro-nav-cta > a:hover {
	background: var(--voro-cta);
	color: #fff;
}

.whb-header .wd-header-my-account a {
	color: var(--voro-burgundy);
}

.voro-home {
	width: 100%;
	background:
		radial-gradient(circle at 0 0, rgba(185, 135, 118, 0.08), transparent 27rem),
		var(--voro-canvas);
	color: var(--voro-ink);
	font-family: "Inter", Arial, sans-serif;
}

body:has(.voro-home) .scrollToTop {
	display: none !important;
}

body:has(.voro-home) .wd-footer {
	background: #f7f3ed !important;
	background-image: none !important;
}

.voro-home > .e-con-inner,
.voro-home.elementor-element {
	max-width: none;
	padding: 0;
}

.voro-home .elementor-widget-html {
	width: 100%;
}

.voro-home h1,
.voro-home h2,
.voro-home h3,
.voro-home h4,
.voro-footer h3 {
	margin-top: 0;
	color: var(--voro-burgundy);
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 500;
	letter-spacing: -0.035em;
}

.voro-home p,
.voro-footer p {
	color: var(--voro-cocoa);
	line-height: 1.7;
}

.voro-eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	color: var(--voro-clay);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.2;
	text-transform: uppercase;
}

.voro-hero {
	display: grid;
	grid-template-columns: minmax(410px, 40%) minmax(0, 60%);
	min-height: 540px;
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid rgba(84, 39, 44, 0.11);
	border-top: 0;
	border-radius: 0 0 var(--voro-radius) var(--voro-radius);
	background: rgba(255, 253, 249, 0.82);
	box-shadow: var(--voro-shadow);
}

.voro-hero__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 62px 24px 60px 70px;
}

.voro-hero h1 {
	margin-bottom: 24px;
	font-size: clamp(44px, 3.3vw, 54px);
	line-height: 0.99;
}

.voro-hero__copy > p {
	max-width: 510px;
	margin-bottom: 29px;
	font-size: 16px;
	line-height: 1.65;
}

.voro-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
}

.voro-btn {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0 23px;
	border: 1px solid var(--voro-cta);
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	transition: 0.2s ease;
}

.voro-btn--solid {
	background: var(--voro-burgundy);
	color: #fff;
}

.voro-btn--solid:hover {
	background: var(--voro-cta);
	color: #fff;
}

.voro-btn--outline {
	background: transparent;
	color: var(--voro-burgundy);
}

.voro-btn--outline:hover {
	background: rgba(107, 48, 54, 0.06);
	color: var(--voro-cta);
}

.voro-btn--small {
	min-height: 39px;
	margin-top: 14px;
	padding-inline: 18px;
}

.voro-hero__media {
	position: relative;
	min-height: 540px;
	overflow: hidden;
	background: #e7ddd2;
}

.voro-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 58% center;
}

.voro-hero__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(247, 243, 237, 0.22), transparent 24%);
	content: "";
	pointer-events: none;
}

.voro-hero__products {
	position: absolute;
	z-index: 2;
	right: 4.4%;
	bottom: 1%;
	display: flex;
	width: 43%;
	align-items: flex-end;
	justify-content: center;
	filter: drop-shadow(0 12px 12px rgba(38, 24, 21, 0.16));
}

.voro-hero__product {
	width: 37%;
	height: auto;
	margin-left: -8%;
	object-fit: contain;
}

.voro-hero__product:first-child {
	width: 46%;
	margin-left: 0;
}

.voro-xt-trust {
	display: flex;
	max-width: 1440px;
	margin: 12px auto 0;
	padding: 0 34px;
	border: 1px solid rgba(84, 39, 44, 0.12);
	border-radius: var(--voro-radius);
	background: rgba(255, 253, 249, 0.78);
	box-shadow: 0 10px 32px rgba(66, 35, 37, 0.05);
}

.voro-xt-trust > .elementor-element {
	min-height: 110px;
	padding: 24px 34px;
	border-right: 1px solid rgba(84, 39, 44, 0.12);
}

.voro-xt-trust > .elementor-element:last-child {
	border-right: 0;
}

.voro-xt-trust .wd-info-box {
	display: flex;
	align-items: center;
	gap: 17px;
}

.voro-xt-trust .info-box-icon,
.voro-xt-guides .info-box-icon {
	flex: 0 0 auto;
}

.voro-xt-trust .info-box-icon img,
.voro-xt-guides .info-box-icon img {
	width: 42px !important;
	height: 42px !important;
	object-fit: contain;
}

.voro-xt-trust .info-box-title {
	margin-bottom: 3px;
	color: var(--voro-burgundy);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 18px;
	font-weight: 500;
}

.voro-xt-trust .info-box-inner {
	color: var(--voro-cocoa);
	font-size: 12px;
	line-height: 1.5;
}

.voro-main {
	max-width: 1440px;
	margin: 12px auto 0;
}

.voro-expert-knowledge {
	display: grid;
	grid-template-columns: minmax(0, 47%) minmax(0, 53%);
	gap: 12px;
}

.voro-expert-card,
.voro-knowledge-card,
.voro-explainer,
.voro-products,
.voro-faq,
.voro-xt-guides {
	border: 1px solid rgba(84, 39, 44, 0.12);
	border-radius: var(--voro-radius);
	background: rgba(255, 253, 249, 0.82);
	box-shadow: 0 10px 32px rgba(66, 35, 37, 0.04);
}

.voro-expert-card {
	display: grid;
	grid-template-columns: 41% 59%;
	min-height: 490px;
	overflow: hidden;
}

.voro-expert-card__portrait {
	position: relative;
	min-height: 490px;
	overflow: hidden;
	background: var(--voro-surface);
}

.voro-cover-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.voro-expert-card__portrait .voro-cover-image {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	object-position: 52% center;
}

.voro-expert-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 42px 33px;
}

.voro-expert-card h2,
.voro-knowledge-card h2,
.voro-explainer h2,
.voro-products h2,
.voro-faq h2,
.voro-guides-title h2 {
	margin-bottom: 13px;
	font-size: clamp(31px, 2.7vw, 44px);
	line-height: 1.05;
}

.voro-expert-card__content > p {
	margin-bottom: 19px;
	font-size: 13px;
}

.voro-check-list {
	display: grid;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.voro-check-list li {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.voro-check-list img {
	width: 30px;
	height: 30px;
	padding: 6px;
	border: 1px solid var(--voro-border);
	border-radius: 50%;
}

.voro-check-list span,
.voro-product-assurances span {
	display: grid;
}

.voro-check-list strong {
	color: var(--voro-ink);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 15px;
	font-weight: 500;
}

.voro-check-list small {
	margin-top: 3px;
	color: var(--voro-cocoa);
	font-size: 11px;
	line-height: 1.45;
}

.voro-knowledge-card {
	padding: 34px;
}

.voro-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 21px;
}

.voro-section-heading .voro-eyebrow {
	margin-bottom: 9px;
}

.voro-section-heading h2 {
	margin-bottom: 0;
}

.voro-section-heading > a,
.voro-article a,
.voro-product-card a {
	color: var(--voro-cta);
	font-size: 12px;
	font-weight: 600;
}

.voro-knowledge-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(250px, 0.7fr);
	gap: 15px;
}

.voro-articles,
.voro-ask {
	border: 1px solid var(--voro-border);
	border-radius: 9px;
	background: rgba(247, 243, 237, 0.52);
}

.voro-articles {
	padding: 13px;
}

.voro-article {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 15px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(84, 39, 44, 0.1);
}

.voro-article:first-child {
	padding-top: 0;
}

.voro-article:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.voro-article__image {
	width: 150px;
	height: 104px;
	border-radius: 7px;
	object-fit: cover;
}

.voro-article h3 {
	margin-bottom: 6px;
	color: var(--voro-ink);
	font-size: 18px;
	line-height: 1.12;
}

.voro-article p {
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 1.45;
}

.voro-ask {
	padding: 20px;
}

.voro-ask > h3 {
	margin-bottom: 4px;
	font-size: 25px;
}

.voro-ask > p {
	margin-bottom: 13px;
	font-size: 11px;
	line-height: 1.5;
}

.voro-ask details,
.voro-faq details {
	border-top: 1px solid rgba(84, 39, 44, 0.12);
}

.voro-ask summary,
.voro-faq summary {
	position: relative;
	padding: 12px 27px 12px 0;
	color: var(--voro-ink);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}

.voro-ask summary::-webkit-details-marker,
.voro-faq summary::-webkit-details-marker {
	display: none;
}

.voro-ask summary::after,
.voro-faq summary::after {
	position: absolute;
	top: 50%;
	right: 2px;
	color: var(--voro-cta);
	content: "+";
	font-size: 20px;
	font-weight: 400;
	transform: translateY(-52%);
}

.voro-ask details[open] summary::after,
.voro-faq details[open] summary::after {
	content: "−";
}

.voro-ask details p,
.voro-faq details p {
	margin: -3px 0 12px;
	font-size: 11px;
	line-height: 1.55;
}

.voro-explainer {
	display: grid;
	grid-template-columns: 47% 53%;
	min-height: 330px;
	margin-top: 12px;
	overflow: hidden;
}

.voro-explainer__image {
	min-height: 330px;
}

.voro-explainer__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 42px 55px;
}

.voro-explainer__content > p {
	max-width: 690px;
	margin-bottom: 29px;
	font-size: 14px;
}

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

.voro-steps > div {
	display: flex;
	gap: 10px;
	align-items: center;
}

.voro-steps img {
	width: 39px;
	height: 39px;
	padding: 8px;
	border: 1px solid var(--voro-border);
	border-radius: 50%;
}

.voro-steps span {
	display: grid;
	color: var(--voro-ink);
	font-size: 12px;
	font-weight: 600;
}

.voro-steps small {
	margin-top: 2px;
	color: var(--voro-cocoa);
	font-size: 9px;
	font-weight: 400;
	line-height: 1.3;
}

.voro-safety {
	display: grid;
	grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	padding: 18px 27px;
	border-radius: 8px;
	background: linear-gradient(100deg, #4d252a, #6b3036);
	color: rgba(255, 255, 255, 0.82);
}

.voro-safety > div {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 10px;
	line-height: 1.35;
}

.voro-safety img {
	width: 28px;
	height: 28px;
	filter: brightness(0) invert(1);
	opacity: 0.88;
}

.voro-safety__lead span {
	display: grid;
}

.voro-safety strong {
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.12em;
}

.voro-products {
	margin-top: 12px;
	padding: 34px;
}

.voro-section-heading--center {
	justify-content: center;
	text-align: center;
}

.voro-section-heading--center p {
	margin: 10px auto 0;
	font-size: 12px;
}

.voro-products__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(220px, 0.72fr);
	gap: 12px;
}

.voro-product-card,
.voro-product-assurances {
	border: 1px solid var(--voro-border);
	border-radius: 9px;
	background: rgba(247, 243, 237, 0.46);
}

.voro-product-card {
	display: grid;
	grid-template-columns: 44% 56%;
	min-height: 210px;
	overflow: hidden;
}

.voro-product-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 2px 10px 8px;
	background: linear-gradient(135deg, rgba(239, 229, 217, 0.82), rgba(255, 253, 249, 0.9));
}

.voro-product-image {
	width: 100%;
	height: 190px;
	object-fit: contain;
}

.voro-product-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 20px 17px;
}

.voro-product-card h3 {
	margin-bottom: 7px;
	color: var(--voro-ink);
	font-size: 20px;
	line-height: 1.08;
}

.voro-product-card p {
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 1.45;
}

.voro-product-card strong {
	margin-bottom: 9px;
	color: var(--voro-burgundy);
	font-size: 15px;
}

.voro-product-assurances {
	display: grid;
	align-content: center;
	padding: 9px 20px;
}

.voro-product-assurances > div {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	padding: 22px 0;
	border-bottom: 1px solid rgba(84, 39, 44, 0.12);
}

.voro-product-assurances > div:last-child {
	border-bottom: 0;
}

.voro-product-assurances img {
	width: 31px;
	height: 31px;
}

.voro-product-assurances strong {
	color: var(--voro-ink);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 14px;
	font-weight: 500;
}

.voro-product-assurances span {
	color: var(--voro-cocoa);
	font-size: 10px;
	line-height: 1.45;
}

.voro-xt-guides {
	max-width: 1440px;
	margin: 12px auto 0;
	padding: 34px;
}

.voro-guides-title {
	margin-bottom: 24px;
	text-align: center;
}

.voro-guides-title .voro-eyebrow {
	margin-bottom: 9px;
}

.voro-guides-title h2 {
	margin-bottom: 0;
}

.voro-xt-guides__grid {
	display: flex;
	gap: 12px;
}

.voro-xt-guides__grid > .elementor-element {
	padding: 24px;
	border: 1px solid var(--voro-border);
	border-radius: 9px;
	background: rgba(247, 243, 237, 0.5);
}

.voro-xt-guides .wd-info-box {
	display: flex;
	gap: 18px;
	align-items: center;
}

.voro-xt-guides .info-box-title {
	margin-bottom: 5px;
	color: var(--voro-ink);
	font-size: 20px;
}

.voro-xt-guides .info-box-inner {
	color: var(--voro-cocoa);
	font-size: 11px;
	line-height: 1.5;
}

.voro-faq {
	max-width: 1440px;
	margin: 12px auto 0;
	padding: 34px 34px 42px;
}

.voro-faq__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 35px;
	max-width: 1040px;
	margin: 0 auto;
	border-top: 1px solid rgba(84, 39, 44, 0.12);
}

.voro-faq summary {
	padding-block: 15px;
	font-size: 13px;
}

.footer-container {
	padding-top: 0;
}

.voro-footer-elementor,
.voro-footer-elementor > .e-con-inner {
	max-width: none;
	padding: 0;
}

.voro-footer {
	margin-top: 12px;
	padding: 56px max(34px, calc((100vw - 1372px) / 2)) 22px;
	background:
		radial-gradient(circle at 15% 0, rgba(185, 135, 118, 0.18), transparent 28rem),
		linear-gradient(145deg, #3c2024, #54272c 64%, #442127);
	color: rgba(255, 255, 255, 0.78);
	font-family: "Inter", Arial, sans-serif;
}

.voro-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr repeat(4, minmax(140px, 1fr));
	gap: 40px;
	max-width: 1440px;
	margin: 0 auto;
}

.voro-footer__brand {
	max-width: 320px;
}

.voro-footer__logo {
	width: 150px;
	height: 88px;
	margin: -18px 0 8px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: 0.94;
}

.voro-footer p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	line-height: 1.65;
}

.voro-footer h3 {
	margin-bottom: 17px;
	color: #fff;
	font-size: 17px;
	letter-spacing: -0.02em;
}

.voro-footer__grid > div:not(.voro-footer__brand) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.voro-footer a {
	margin-bottom: 9px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 11px;
}

.voro-footer a:hover {
	color: #fff;
}

.voro-footer__social {
	display: flex;
	gap: 8px;
	margin-top: 20px;
}

.voro-footer__social a {
	display: flex;
	width: 31px;
	height: 31px;
	align-items: center;
	justify-content: center;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
}

.voro-footer__social img {
	width: 15px;
	height: 15px;
	filter: brightness(0) invert(1);
}

.voro-footer__bottom {
	display: flex;
	max-width: 1440px;
	justify-content: space-between;
	gap: 30px;
	margin: 42px auto 0;
	padding-top: 19px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.5);
	font-size: 10px;
}

@media (max-width: 1180px) {
	.voro-hero,
	.voro-main,
	.voro-xt-trust,
	.voro-xt-guides,
	.voro-faq {
		margin-inline: 18px;
	}

	.voro-hero {
		grid-template-columns: 42% 58%;
	}

	.voro-hero__copy {
		padding: 50px 32px;
	}

	.voro-expert-knowledge {
		grid-template-columns: 1fr;
	}

	.voro-expert-card {
		grid-template-columns: 35% 65%;
	}

	.voro-products__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.voro-product-assurances {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.voro-product-assurances > div {
		border-right: 1px solid rgba(84, 39, 44, 0.12);
		border-bottom: 0;
	}

	.voro-product-assurances > div:last-child {
		border-right: 0;
	}
}

@media (max-width: 1024px) {
	.whb-header .whb-general-header .container {
		padding-inline: 18px;
	}

	.voro-hero {
		min-height: 480px;
	}

	.voro-hero__media {
		min-height: 480px;
	}

	.voro-xt-trust {
		padding-inline: 0;
	}

	.voro-xt-trust > .elementor-element {
		padding-inline: 20px;
	}

	.voro-knowledge-grid {
		grid-template-columns: 1fr;
	}

	.voro-explainer__content {
		padding-inline: 35px;
	}

	.voro-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.voro-safety {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.voro-safety__lead {
		grid-column: 1 / -1;
	}

	.voro-product-card {
		grid-template-columns: 1fr;
	}

	.voro-product-card__image {
		min-height: 220px;
	}

	.voro-footer__grid {
		grid-template-columns: 1.5fr repeat(2, minmax(150px, 1fr));
	}
}

@media (max-width: 767px) {
	.whb-header .whb-general-header .container {
		padding-inline: 13px;
	}

	.voro-home h1 {
		font-size: 32px;
		line-height: 0.98;
	}

	.voro-hero-line {
		white-space: nowrap;
	}

	.voro-hero,
	.voro-main,
	.voro-xt-trust,
	.voro-xt-guides,
	.voro-faq {
		margin-inline: 9px;
	}

	.voro-hero {
		display: flex;
		min-height: 0;
		flex-direction: column;
	}

	.voro-hero__copy {
		padding: 34px 23px 27px;
	}

	.voro-hero__media {
		display: none;
	}

	.voro-hero__copy > p {
		margin-bottom: 22px;
		font-size: 13px;
		line-height: 1.55;
	}

	.voro-actions {
		width: 100%;
		gap: 8px;
	}

	.voro-btn {
		min-height: 42px;
		flex: 1 1 auto;
		padding-inline: 14px;
		font-size: 11px;
	}

	.voro-xt-trust {
		margin-top: 8px;
	}

	.voro-xt-trust > .elementor-element {
		min-height: auto;
		padding: 18px 20px;
		border-right: 0;
		border-bottom: 1px solid rgba(84, 39, 44, 0.12);
	}

	.voro-xt-trust > .elementor-element:last-child {
		border-bottom: 0;
	}

	.voro-xt-trust .wd-info-box {
		gap: 13px;
	}

	.voro-xt-trust .info-box-icon img {
		width: 34px !important;
		height: 34px !important;
	}

	.voro-xt-trust .info-box-title {
		font-size: 16px;
	}

	.voro-main {
		margin-top: 8px;
	}

	.voro-expert-knowledge {
		gap: 8px;
	}

	.voro-expert-card {
		grid-template-columns: 1fr;
	}

	.voro-expert-card__portrait {
		min-height: 330px;
		max-height: 380px;
	}

	.voro-expert-card__content,
	.voro-knowledge-card,
	.voro-explainer__content,
	.voro-products,
	.voro-xt-guides,
	.voro-faq {
		padding: 25px 20px;
	}

	.voro-expert-card h2,
	.voro-knowledge-card h2,
	.voro-explainer h2,
	.voro-products h2,
	.voro-faq h2,
	.voro-guides-title h2 {
		font-size: 31px;
	}

	.voro-knowledge-grid {
		gap: 10px;
	}

	.voro-article {
		grid-template-columns: 108px minmax(0, 1fr);
		gap: 11px;
	}

	.voro-article__image {
		width: 108px;
		height: 92px;
	}

	.voro-article h3 {
		font-size: 16px;
	}

	.voro-article p {
		display: none;
	}

	.voro-explainer {
		grid-template-columns: 1fr;
		margin-top: 8px;
	}

	.voro-explainer__image {
		min-height: 240px;
	}

	.voro-explainer__content > p {
		margin-bottom: 21px;
		font-size: 12px;
	}

	.voro-steps {
		gap: 13px 8px;
	}

	.voro-steps img {
		width: 34px;
		height: 34px;
	}

	.voro-safety {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 8px;
		padding: 9px 20px;
	}

	.voro-safety > div {
		grid-column: auto;
		padding: 10px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.voro-safety > div:last-child {
		border-bottom: 0;
	}

	.voro-products {
		margin-top: 8px;
	}

	.voro-products__grid {
		grid-template-columns: 1fr;
	}

	.voro-product-card {
		grid-template-columns: 41% 59%;
		min-height: 190px;
	}

	.voro-product-card__image {
		min-height: 190px;
	}

	.voro-product-image {
		height: 175px;
	}

	.voro-product-assurances {
		grid-column: auto;
		grid-template-columns: 1fr;
	}

	.voro-product-assurances > div {
		border-right: 0;
		border-bottom: 1px solid rgba(84, 39, 44, 0.12);
	}

	.voro-xt-guides {
		margin-top: 8px;
	}

	.voro-xt-guides__grid {
		gap: 8px;
	}

	.voro-xt-guides__grid > .elementor-element {
		padding: 18px;
	}

	.voro-faq {
		margin-top: 8px;
	}

	.voro-faq__grid {
		grid-template-columns: 1fr;
	}

	.voro-footer {
		margin-top: 8px;
		padding: 40px 23px 20px;
	}

	.voro-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 18px;
	}

	.voro-footer__brand {
		grid-column: 1 / -1;
	}

	.voro-footer__bottom {
		flex-direction: column;
		gap: 7px;
		margin-top: 30px;
	}
}
