/* Vastra Custom Sections v3 — shared, widget-scoped styles */
.vcs-exact-hero *,
.vcs-twin *,
.vcs-dual-products *,
.vcs-upcoming-exact *,
.vcs-story-exact *,
.vcs-faq-exact *,
.vcs-brands-exact * {
	box-sizing: border-box;
}

.vcs-plugin-notice {
	width: 100%;
	padding: 22px;
	border: 1px dashed #d8d8d8;
	background: #fafafa;
	color: #777;
	font: 500 14px/1.5 Manrope, sans-serif;
	text-align: center;
}

/* =========================================================
   EXACT PREMIUM HERO
========================================================= */
.vcs-exact-hero {
	--vcs-hero-primary: #b53022;
	--vcs-hero-hover: #7f221a;
	--vcs-hero-text: #2c2c2c;
	--vcs-hero-bg: #f9f7f4;
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 0 0 55px;
	font-family: Manrope, sans-serif;
	overflow: visible;
}

.vcs-exact-hero:not(.has-features) {
	padding-bottom: 0;
}

.vcs-exact-hero__slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: var(--vcs-hero-bg);
}

.vcs-exact-hero__track {
	display: flex;
	width: 100%;
	height: 550px;
	transition: transform .6s cubic-bezier(.25, 1, .5, 1);
	will-change: transform;
}

.vcs-exact-hero__slide {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	background-color: var(--vcs-hero-bg);
	background-repeat: no-repeat;
	background-size: cover;
}

.vcs-exact-hero__content {
	position: absolute;
	top: 50%;
	left: 8%;
	z-index: 5;
	width: 650px;
	max-width: 50%;
	padding: 20px;
	text-align: left;
	transform: translateY(-50%);
}

.vcs-exact-hero__tagline {
	display: inline-block;
	margin: 0 0 15px;
	color: var(--vcs-hero-primary);
	font: 700 14px/1.2 Manrope, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.vcs-exact-hero__title {
	margin: 0 0 15px;
	color: var(--vcs-hero-text);
	font: 400 52px/1.15 "Cormorant Garamond", serif;
}

.vcs-exact-hero__description {
	max-width: 85%;
	margin: 0 0 30px;
	color: #555;
	font: 400 16px/1.6 Manrope, sans-serif;
}

.vcs-exact-hero__button {
	display: inline-block;
	padding: 15px 32px;
	border-radius: 8px;
	background: var(--vcs-hero-primary);
	box-shadow: 0 4px 15px rgba(181, 48, 34, .2);
	color: #fff !important;
	font: 700 14px/1 Manrope, sans-serif;
	letter-spacing: 1px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: all .3s ease;
}

.vcs-exact-hero__button:hover {
	background: var(--vcs-hero-hover);
	box-shadow: 0 6px 20px rgba(181, 48, 34, .3);
	transform: translateY(-2px);
}

.vcs-exact-hero__arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
	color: var(--vcs-hero-text);
	cursor: pointer;
	transform: translateY(-50%);
	transition: all .3s ease;
}

.vcs-exact-hero__arrow:hover {
	background: var(--vcs-hero-primary);
	color: #fff;
}

.vcs-exact-hero__arrow svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vcs-exact-hero__prev { left: 20px; }
.vcs-exact-hero__next { right: 20px; }

.vcs-exact-hero__dots {
	position: absolute;
	bottom: 60px;
	left: 8%;
	z-index: 10;
	display: flex;
	gap: 8px;
}

.vcs-exact-hero__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(44, 44, 44, .2);
	cursor: pointer;
	transition: all .3s ease;
}

.vcs-exact-hero__dot.is-active {
	width: 24px;
	border-radius: 10px;
	background: var(--vcs-hero-primary);
}

.vcs-exact-hero__features {
	position: relative;
	z-index: 20;
	display: flex;
	width: 92%;
	max-width: 1600px;
	align-items: center;
	justify-content: space-between;
	margin: -35px auto 0;
	padding: 20px 25px;
	border: 1px solid rgba(0, 0, 0, .03);
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
}

.vcs-exact-hero__feature {
	display: flex;
	flex: 1 1 25%;
	min-width: 0;
	align-items: center;
	gap: 12px;
	padding: 0 12px;
	border-right: 1px solid #eaeaea;
}

.vcs-exact-hero__feature:last-child { border-right: 0; }

.vcs-exact-hero__feature-icon {
	display: flex;
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	align-items: center;
	justify-content: center;
	color: var(--vcs-hero-primary);
}

.vcs-exact-hero__feature-icon img,
.vcs-exact-hero__feature-icon svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vcs-exact-hero__feature-icon svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.vcs-exact-hero__feature-copy { min-width: 0; }

.vcs-exact-hero__feature h4 {
	margin: 0 0 2px;
	color: var(--vcs-hero-text);
	font: 700 13px/1.2 Manrope, sans-serif;
}

.vcs-exact-hero__feature p {
	margin: 0;
	color: #777;
	font: 400 11px/1.2 Manrope, sans-serif;
}

/* =========================================================
   EXACT TWIN SIZE COLLECTIONS
========================================================= */
.vcs-twin {
	width: 100%;
	padding: 50px 0;
	background: #fff;
	font-family: Manrope, sans-serif;
}

.vcs-twin__container {
	width: 100%;
	max-width: 92%;
	margin: 0 auto;
	padding: 0 15px;
}

.vcs-twin__header {
	margin-bottom: 30px;
	text-align: center;
}

.vcs-twin__sub {
	margin: 0 0 10px;
	color: #b53022;
	font: 700 13px/1.2 Manrope, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.vcs-twin__title {
	margin: 0 0 15px;
	color: #2c2c2c;
	font: 500 36px/1.2 "Cormorant Garamond", serif;
}

.vcs-twin__divider {
	position: relative;
	width: 120px;
	height: 1px;
	margin: 0 auto;
	background: #d1c7bd;
}

.vcs-twin__divider::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #b53022;
	box-shadow: 0 0 0 3px #fff;
	content: "";
	transform: translate(-50%, -50%);
}

.vcs-twin__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	width: 100%;
	margin-top: 25px;
}

.vcs-twin__card {
	position: relative;
	height: 360px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .03);
	border-radius: 24px;
	background-color: #fdfbf9;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .02);
}

.vcs-twin__gradient {
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 2;
	width: 70%;
	background: linear-gradient(to right, rgba(255, 255, 255, .92) 50%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
}

.vcs-twin__content {
	--vcs-card-content-x: 0px;
	--vcs-card-content-y: 0px;
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 5;
	display: flex;
	width: 52%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 35px 30px;
	text-align: left;
	transform: translate(var(--vcs-card-content-x), var(--vcs-card-content-y));
}

.vcs-twin__content-inner {
	max-width: 100%;
}

.vcs-twin__card.is-content-right .vcs-twin__content {
	inset: 0 0 0 auto;
}

.vcs-twin__card.is-content-right .vcs-twin__gradient {
	inset: 0 0 0 auto;
	background: linear-gradient(to left, rgba(255, 255, 255, .92) 50%, rgba(255, 255, 255, 0) 100%);
}

.vcs-twin__card-title {
	margin: 0 0 5px;
	color: #2c2c2c;
	font: 600 24px/1.25 "Cormorant Garamond", serif;
}

.vcs-twin__count {
	display: inline-block;
	margin: 0 0 15px;
	color: #b53022;
	font: 700 11px/1.2 Manrope, sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.vcs-twin__desc {
	max-width: 95%;
	margin: 0 0 22px;
	color: #555;
	font: 400 13px/1.5 Manrope, sans-serif;
}

.vcs-twin__button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 10px;
	background: #b53022;
	box-shadow: 0 10px 25px rgba(181, 48, 34, .22);
	color: #fff !important;
	font: 700 13px/1 Manrope, sans-serif;
	letter-spacing: .8px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: all .35s ease;
}

.vcs-twin__button:hover {
	background: #7f221a;
	box-shadow: 0 16px 35px rgba(181, 48, 34, .35);
	color: #fff !important;
	transform: translateY(-3px);
}

/* =========================================================
   EXACT TWO-ROW WOO PRODUCT SLIDER
========================================================= */
.vcs-dual-products {
	width: 100%;
	padding: 35px 0;
	background: #fff;
	font-family: Manrope, sans-serif;
}

.vcs-dual-products__container {
	width: 100%;
	max-width: 92%;
	margin: 0 auto;
	padding: 0 15px;
}

.vcs-product-row {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

.vcs-product-row:last-child { margin-bottom: 0; }

.vcs-product-row__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 22px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.vcs-product-row__title {
	margin: 0;
	color: #b53022;
	font: 800 16px/1.2 Manrope, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.vcs-product-row__view {
	padding-bottom: 2px;
	border-bottom: 2px solid #2c2c2c;
	color: #2c2c2c;
	font: 700 11px/1.2 Manrope, sans-serif;
	letter-spacing: .5px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: opacity .2s;
}

.vcs-product-row__view:hover { opacity: .6; }

.vcs-product-slider {
	position: relative;
	width: 100%;
}

.vcs-product-slider__viewport {
	width: calc(100% + 10px);
	overflow-x: auto;
	margin: -15px -5px;
	padding: 15px 5px;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.vcs-product-slider__viewport::-webkit-scrollbar { display: none; }

.vcs-product-track {
	display: flex;
	gap: 20px;
	width: 100%;
}

.vcs-product {
	position: relative;
	display: flex;
	min-width: 220px;
	flex: 0 0 calc((100% / var(--vcs-row-columns, 5)) + 15px);
	flex-direction: column;
	padding: 10px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .05), 0 1px 3px rgba(0, 0, 0, .02);
	transition: transform .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s ease;
}

.vcs-product:hover {
	box-shadow: 0 12px 24px rgba(0, 0, 0, .08), 0 4px 8px rgba(0, 0, 0, .04);
	transform: translateY(-6px);
}

.vcs-product__image {
	display: block;
	width: 100%;
	height: 290px;
	overflow: hidden;
	border-radius: 8px;
	background: #fafafa;
}

.vcs-product__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.vcs-product:hover .vcs-product__image img { transform: scale(1.05); }

.vcs-product__meta { padding: 12px 2px 2px; }

.vcs-product__title {
	display: block;
	overflow: hidden;
	margin: 0 0 4px;
	color: #2c2c2c !important;
	font: 700 14px/1.35 Manrope, sans-serif;
	text-decoration: none !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vcs-product__category {
	margin: 0 0 8px;
	color: #777;
	font: 400 12px/1.3 Manrope, sans-serif;
}

.vcs-product__price {
	display: flex;
	min-height: 22px;
	align-items: baseline;
	gap: 8px;
	color: #b53022;
	font: 800 15px/1.35 Manrope, sans-serif;
	white-space: nowrap;
}

/* Shopify order: sale amount first, crossed regular amount second */
.vcs-product__price ins {
	order: 1;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.vcs-product__price del {
	order: 2;
	margin-left: 0;
	color: #a0a0a0;
	font-size: 12px;
	font-weight: 400;
	opacity: 1;
}

.vcs-product__price ins .amount {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.vcs-product__price del .amount {
	color: #a0a0a0 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}

.vcs-product__actions {
	position: relative;
	z-index: 20;
	display: flex;
	gap: 10px;
	margin-top: 14px;
}

.vcs-product__cart,
.vcs-product__buy {
	display: inline-flex;
	height: 44px;
	flex: 1;
	align-items: center;
	justify-content: center;
	padding: 0 8px;
	border: 1px solid #b53022;
	border-radius: 8px;
	font: 700 13px/1 Manrope, sans-serif;
	text-align: center;
	position: relative;
	z-index: 21;
	cursor: pointer;
	text-decoration: none !important;
	transition: .3s;
}

.vcs-product__cart {
	background: #fff;
	color: #b53022;
}

.vcs-product__cart:hover {
	background: #b53022;
	color: #fff;
}


.vcs-product__cart.is-loading {
	pointer-events: none;
	opacity: .72;
}

.vcs-product__buy {
	flex-direction: column;
	gap: 1px;
	padding: 4px 8px;
	background: #900025;
	color: #fff !important;
	line-height: 1;
}

.vcs-product__buy-main {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	max-width: 100%;
}

.vcs-product__buy-label {
	white-space: nowrap;
}

.vcs-product__payment-badges {
	display: inline-flex;
	align-items: center;
	gap: 2px;
}

.vcs-product__payment-badge {
	display: inline-flex;
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .65);
	border-radius: 50%;
	background: #fff;
	color: #7a1aa6;
	font: 800 7px/1 Manrope, sans-serif;
	letter-spacing: -.25px;
}

.vcs-product__payment-badge img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vcs-product__buy-note {
	display: block;
	max-width: 100%;
	overflow: hidden;
	color: rgba(255, 255, 255, .82);
	font: 500 6px/1 Manrope, sans-serif;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vcs-product__buy:hover {
	filter: brightness(.82);
	color: #fff !important;
}

.vcs-product-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background .2s, transform .2s;
}

.vcs-product-slider__arrow:hover { transform: translateY(-50%) scale(1.05); }
.vcs-product-slider__prev { left: -20px; }
.vcs-product-slider__next { right: -20px; }
.vcs-product-slider__arrow svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: #2c2c2c;
	stroke-width: 2.5;
}

/* =========================================================
   EXACT UPCOMING GRID
========================================================= */
.vcs-upcoming-exact {
	width: 100%;
	padding: 40px 0;
	background: #fff;
	font-family: Manrope, sans-serif;
}

.vcs-upcoming-exact__container {
	width: 100%;
	max-width: 92%;
	margin: 0 auto;
	padding: 0 15px;
}

.vcs-upcoming-exact__header {
	margin-bottom: 45px;
	text-align: center;
}

.vcs-upcoming-exact__sub {
	margin: 0 0 8px;
	color: #b53022;
	font: 700 13px/1.2 Manrope, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.vcs-upcoming-exact__title {
	margin: 0;
	color: #2c2c2c;
	font: 400 36px/1.2 "Cormorant Garamond", serif;
}

.vcs-upcoming-exact__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	width: 100%;
}

.vcs-upcoming-exact__item {
	position: relative;
	padding: 15px 10px;
	text-align: center;
}

.vcs-upcoming-exact__item:not(:last-child)::after {
	position: absolute;
	top: 20%;
	right: 0;
	width: 1px;
	height: 60%;
	background: #eaeaea;
	content: "";
}

.vcs-upcoming-exact__icon-wrap {
	display: flex;
	height: 85px;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.vcs-upcoming-exact__icon-wrap img {
	max-width: 85%;
	max-height: 100%;
	object-fit: contain;
}

.vcs-upcoming-exact__placeholder {
	display: flex;
	width: 70px;
	height: 70px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #f5f5f5;
	color: #ccc;
	font-size: 12px;
}

.vcs-upcoming-exact__name {
	margin: 0 0 10px;
	color: #2c2c2c;
	font: 700 15px/1.25 Manrope, sans-serif;
}

.vcs-upcoming-exact__badge {
	display: inline-block;
	padding: 4px 14px;
	border-radius: 4px;
	background: #fcefe9;
	color: #e26b3e;
	font: 700 10px/1.2 Manrope, sans-serif;
	text-transform: uppercase;
}

/* =========================================================
   EXACT VIDEO STORY
========================================================= */
.vcs-story-exact {
	width: 100%;
	padding: 60px 0;
	background: #fdfbf9;
	overflow: hidden;
}

.vcs-story-exact__container {
	width: 100%;
	max-width: 92%;
	margin: 0 auto;
	padding: 0 15px;
}

.vcs-story-exact__row {
	display: flex;
	align-items: center;
	gap: 40px;
}

.vcs-story-exact.is-reverse .vcs-story-exact__row { flex-direction: row-reverse; }

.vcs-story-exact__media-col {
	min-width: 0;
	flex: 1 1 54%;
}

.vcs-story-exact__media {
	position: relative;
	height: 450px;
	overflow: hidden;
	border-radius: 0;
	background: #eaeaea;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.vcs-story-exact__media video,
.vcs-story-exact__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vcs-story-exact__placeholder {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #888;
	font: 500 14px/1.5 Manrope, sans-serif;
}

.vcs-story-exact__text {
	min-width: 0;
	flex: 1 1 40%;
	padding: 20px 0;
}

.vcs-story-exact__subheading {
	margin: 0 0 14px;
	color: #b53022;
	font: 700 12px/1.2 Manrope, sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.vcs-story-exact__heading {
	margin: 0 0 18px;
	color: #2c2c2c;
	font: 600 42px/1.2 "Cormorant Garamond", serif;
}

.vcs-story-exact__desc {
	max-width: 480px;
	margin: 0 0 28px;
	color: #555;
	font: 400 15px/1.6 Manrope, sans-serif;
}

.vcs-story-exact__button {
	display: inline-block;
	width: fit-content;
	padding: 12px 32px;
	border: 1.5px solid #2c2c2c;
	border-radius: 4px;
	background: transparent;
	color: #2c2c2c;
	font: 700 12px/1.2 Manrope, sans-serif;
	letter-spacing: 1px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: all .3s ease;
}

.vcs-story-exact__button:hover {
	background: #2c2c2c;
	color: #fff;
}

/* =========================================================
   EXACT PREMIUM FAQ
========================================================= */
.vcs-faq-exact {
	width: 100%;
	padding: 60px 0;
	background: #fff;
	font-family: Manrope, sans-serif;
}

.vcs-faq-exact__container {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	padding: 0 15px;
}

.vcs-faq-exact__header {
	margin-bottom: 40px;
	text-align: center;
}

.vcs-faq-exact__subheading {
	margin: 0 0 10px;
	color: #b53022;
	font: 700 13px/1.2 Manrope, sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.vcs-faq-exact__heading {
	margin: 0;
	color: #2c2c2c;
	font: 600 42px/1.2 "Cormorant Garamond", serif;
}

.vcs-faq-exact__list {
	display: flex;
	max-width: 800px;
	flex-direction: column;
	gap: 12px;
	margin: 0 auto;
}

.vcs-faq-exact__item {
	overflow: hidden;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	background: #fff;
	transition: all .3s ease;
}

.vcs-faq-exact__item[open] { border-color: #b53022; }

.vcs-faq-exact__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 25px;
	color: #2c2c2c;
	font: 600 16px/1.4 Manrope, sans-serif;
	cursor: pointer;
	list-style: none;
	user-select: none;
}

.vcs-faq-exact__question::-webkit-details-marker { display: none; }

.vcs-faq-exact__toggle {
	position: relative;
	display: flex;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	align-items: center;
	justify-content: center;
	color: currentColor;
}

.vcs-faq-exact__toggle::before,
.vcs-faq-exact__toggle::after {
	position: absolute;
	background: currentColor;
	content: "";
	transition: transform .25s ease, opacity .25s ease;
}

.vcs-faq-exact__toggle::before { width: 14px; height: 2px; }
.vcs-faq-exact__toggle::after { width: 2px; height: 14px; }
.vcs-faq-exact__item[open] .vcs-faq-exact__toggle::after { opacity: 0; transform: rotate(90deg); }
.vcs-faq-exact__item[open] .vcs-faq-exact__toggle::before { transform: rotate(180deg); }

.vcs-faq-exact__answer {
	padding: 0 25px 22px;
	color: #555;
	font: 400 14px/1.6 Manrope, sans-serif;
}

/* =========================================================
   EXACT BRAND SHOWCASE
========================================================= */
.vcs-brands-exact {
	width: 100%;
	padding: 45px 0;
	background: #fff;
	font-family: Manrope, sans-serif;
}

.vcs-brands-exact__container {
	width: 100%;
	max-width: 92%;
	margin: 0 auto;
	padding: 0 15px;
}

.vcs-brands-exact__row {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.vcs-brands-exact__info {
	min-width: 0;
	flex: 0 0 28%;
	padding-right: 20px;
	text-align: left;
}

.vcs-brands-exact__tag {
	margin: 0 0 10px;
	color: #b53022;
	font: 700 12px/1.2 Manrope, sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.vcs-brands-exact__heading {
	margin: 0 0 12px;
	color: #2c2c2c;
	font: 500 28px/1.2 "Cormorant Garamond", serif;
}

.vcs-brands-exact__desc {
	margin: 0 0 20px;
	color: #555;
	font: 400 13px/1.5 Manrope, sans-serif;
}

.vcs-brands-exact__button {
	display: inline-block;
	padding: 10px 22px;
	border-radius: 4px;
	background: #b53022;
	color: #fff !important;
	font: 700 11px/1.2 Manrope, sans-serif;
	letter-spacing: 1px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: all .3s ease;
}

.vcs-brands-exact__button:hover {
	background: #7f221a;
	transform: translateY(-2px);
}

.vcs-brands-exact__logos {
	display: grid;
	min-width: 0;
	flex: 1 1 72%;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 22px;
	align-items: center;
}

.vcs-brands-exact__logo {
	display: flex;
	height: 130px;
	align-items: center;
	justify-content: center;
	padding: 12px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	background: #fff;
	color: #bbb;
	font: 500 11px/1.3 Manrope, sans-serif;
	text-decoration: none !important;
	transition: all .3s ease;
}

.vcs-brands-exact__logo:hover {
	border-color: #b53022;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .04);
}

.vcs-brands-exact__logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1150px) {
	.vcs-exact-hero__features { padding: 15px; }
	.vcs-exact-hero__feature h4 { font-size: 12px; }
	.vcs-exact-hero__feature p { font-size: 10px; }
}

@media (max-width: 1024px) {
	.vcs-exact-hero__content { max-width: 65%; }

	.vcs-product {
		flex-basis: calc((100% / 3) + 12px);
	}

	.vcs-brands-exact__row,
	.vcs-story-exact__row {
		align-items: stretch;
	}
}

@media (max-width: 899px) {
	.vcs-twin__grid { grid-template-columns: 1fr; }
	.vcs-twin__card { min-height: 380px; }
	.vcs-twin__content { width: 55%; padding: 35px 25px; }
	.vcs-twin__gradient {
		width: 70%;
		background: linear-gradient(to right, rgba(255, 255, 255, .88) 45%, rgba(255, 255, 255, .25) 80%, rgba(255, 255, 255, 0) 100%);
	}

	.vcs-story-exact__row,
	.vcs-story-exact.is-reverse .vcs-story-exact__row {
		flex-direction: column;
	}

	.vcs-story-exact__media-col,
	.vcs-story-exact__text {
		width: 100%;
		flex-basis: 100%;
	}

	.vcs-brands-exact__row {
		flex-direction: column;
	}

	.vcs-brands-exact__info {
		width: 100%;
		flex-basis: 100%;
		padding-right: 0;
		text-align: center;
	}

	.vcs-brands-exact__logos {
		width: 100%;
		flex-basis: 100%;
	}
}

@media (max-width: 767px) {
	.vcs-exact-hero__slide {
		background-position: 75% center !important;
	}

	.vcs-exact-hero__slide::after {
		position: absolute;
		inset: 0;
		z-index: 1;
		background: linear-gradient(to top, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, 0) 40%);
		content: "";
	}

	.vcs-exact-hero__content {
		top: 50%;
		left: 7%;
		right: 7%;
		z-index: 2;
		width: auto;
		max-width: 86%;
		padding: 0;
	}

	.vcs-exact-hero__title { font-size: 34px; line-height: 1.15; }
	.vcs-exact-hero__description { max-width: 100%; font-size: 15px; line-height: 1.7; }
	.vcs-exact-hero__arrow { display: none; }
	.vcs-exact-hero__dots { bottom: 22px; left: 50%; transform: translateX(-50%); }

	.vcs-exact-hero__features {
		width: 92%;
		flex-direction: column;
		gap: 15px;
		margin-top: -15px;
		padding: 20px;
	}

	.vcs-exact-hero__feature {
		width: 100%;
		padding: 0 0 12px;
		border-right: 0;
		border-bottom: 1px solid #eaeaea;
	}

	.vcs-exact-hero__feature:last-child { padding-bottom: 0; border-bottom: 0; }

	.vcs-twin__container,
	.vcs-dual-products__container,
	.vcs-upcoming-exact__container,
	.vcs-story-exact__container,
	.vcs-faq-exact__container,
	.vcs-brands-exact__container {
		max-width: 100%;
	}

	.vcs-twin__button { min-height: 44px; padding: 12px 22px; border-radius: 8px; font-size: 12px; }

	.vcs-product-track { gap: 12px; }
	.vcs-product { min-width: 100%; max-width: 100%; flex: 0 0 100%; }
	.vcs-product-slider__arrow { display: none; }
	.vcs-product-row__title { font-size: 14px; }
	.vcs-product__actions { gap: 8px; }
	.vcs-product__cart,
	.vcs-product__buy { height: 42px; font-size: 12px; }
	.vcs-product__payment-badge { width: 15px; height: 15px; flex-basis: 15px; }
	.vcs-product__buy-note { font-size: 5px; }

	.vcs-upcoming-exact__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 10px;
	}
	.vcs-upcoming-exact__item { padding: 0; margin-bottom: 10px; }
	.vcs-upcoming-exact__item::after { display: none; }

	.vcs-faq-exact__question { padding: 16px 20px; }
	.vcs-faq-exact__answer { padding: 0 20px 18px; }

	.vcs-brands-exact__logos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
}

@media (max-width: 520px) {
	.vcs-twin__card { height: 360px; background-position: 68% center !important; }
	.vcs-twin__content { width: 64%; padding: 28px 18px; }
	.vcs-twin__gradient { width: 82%; }
	.vcs-twin__card-title { font-size: 22px; }
	.vcs-twin__desc { font-size: 12px; }
}

/* =========================================================
   CUSTOMER REVIEW TESTIMONIAL SLIDER
========================================================= */
.vcs-reviews-exact {
	--vcs-review-cols: 4;
	--vcs-review-gap: 25px;
	position: relative;
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #fff;
	font-family: Manrope, sans-serif;
}

.vcs-reviews-exact__container {
	width: 100%;
	max-width: 92%;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}

.vcs-reviews-exact__subheading {
	margin: 0 0 12px;
	color: #b53022;
	font: 700 12px/1.3 Manrope, sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.vcs-reviews-exact__heading {
	margin: 0 0 45px;
	color: #2c2c2c;
	font: 600 42px/1.15 "Cormorant Garamond", serif;
}

.vcs-reviews-exact__slider {
	position: relative;
	width: 100%;
}

.vcs-reviews-exact__viewport {
	width: 100%;
	margin: -20px -5px;
	padding: 20px 5px;
	overflow-x: auto;
	scroll-behavior: smooth;
	overscroll-behavior-inline: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.vcs-reviews-exact__viewport::-webkit-scrollbar {
	display: none;
}

.vcs-reviews-exact__track {
	display: flex;
	width: 100%;
	gap: var(--vcs-review-gap);
}

.vcs-reviews-exact__card {
	flex: 0 0 calc((100% - ((var(--vcs-review-cols) - 1) * var(--vcs-review-gap))) / var(--vcs-review-cols));
	min-width: 260px;
	min-height: 240px;
	padding: 45px 35px;
	border: 1px solid #f0ece8;
	border-radius: 14px;
	background: #fdfbf9;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .025);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
}

.vcs-reviews-exact__stars {
	display: flex;
	gap: 4px;
	margin-bottom: 20px;
	color: #b53022;
}

.vcs-reviews-exact__star {
	width: 18px;
	height: 18px;
	fill: currentColor;
	flex: 0 0 auto;
}

.vcs-reviews-exact__text {
	margin: 0 0 25px;
	color: #555;
	font: 400 15px/1.65 Manrope, sans-serif;
}

.vcs-reviews-exact__author {
	margin: 0;
	color: #2c2c2c;
	font: 700 15px/1.4 Manrope, sans-serif;
}

.vcs-reviews-exact__arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid #eaeaea;
	border-radius: 50%;
	background: #fff;
	color: #2c2c2c;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .07);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transform: translateY(-50%);
	transition: transform .2s ease, background-color .2s ease, opacity .2s ease;
}

.vcs-reviews-exact__arrow:hover {
	background: #fafafa;
	transform: translateY(-50%) scale(1.05);
}

.vcs-reviews-exact__arrow:disabled {
	opacity: .35;
	cursor: default;
}

.vcs-reviews-exact__arrow svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.5;
}

.vcs-reviews-exact__prev { left: -24px; }
.vcs-reviews-exact__next { right: -24px; }

@media (max-width: 991px) {
	.vcs-reviews-exact {
		--vcs-review-cols: 2;
	}

	.vcs-reviews-exact__card {
		padding: 35px 25px;
	}

	.vcs-reviews-exact__arrow {
		display: none;
	}
}

@media (max-width: 767px) {
	.vcs-reviews-exact {
		--vcs-review-cols: 1;
	}

	.vcs-reviews-exact__container {
		max-width: 100%;
	}

	.vcs-reviews-exact__card {
		flex-basis: 85%;
		min-width: 85%;
	}
}

/* =========================================================
   V3.1 SHOPIFY MATCH PRESET
   Exact desktop proportions from the supplied Shopify home page.
   Elementor controls added in v3.1 can override these values.
========================================================= */
.vcs-shopify-match,
.vcs-shopify-match * {
	box-sizing: border-box;
}

/* Shared page width used by Shopify reference sections */
.vcs-shopify-match .vcs-twin__container,
.vcs-shopify-match .vcs-dual-products__container,
.vcs-shopify-match .vcs-upcoming-exact__container,
.vcs-shopify-match .vcs-brands-exact__container {
	width: calc(100% - 96px);
	max-width: 1400px;
	padding-right: 0;
	padding-left: 0;
}

/* Keep theme typography from changing plugin headings and text */
.vcs-shopify-match .vcs-exact-hero__tagline,
.vcs-shopify-match .vcs-exact-hero__description,
.vcs-shopify-match .vcs-exact-hero__button,
.vcs-shopify-match .vcs-exact-hero__feature h4,
.vcs-shopify-match .vcs-exact-hero__feature p,
.vcs-shopify-match .vcs-twin__sub,
.vcs-shopify-match .vcs-twin__desc,
.vcs-shopify-match .vcs-twin__button,
.vcs-shopify-match .vcs-product-row__title,
.vcs-shopify-match .vcs-product-row__view,
.vcs-shopify-match .vcs-product__title,
.vcs-shopify-match .vcs-product__category,
.vcs-shopify-match .vcs-product__price,
.vcs-shopify-match .vcs-product__cart,
.vcs-shopify-match .vcs-product__buy,
.vcs-shopify-match .vcs-upcoming-exact__sub,
.vcs-shopify-match .vcs-upcoming-exact__name,
.vcs-shopify-match .vcs-upcoming-exact__badge,
.vcs-shopify-match .vcs-brands-exact__tag,
.vcs-shopify-match .vcs-brands-exact__desc,
.vcs-shopify-match .vcs-brands-exact__button {
	font-family: Manrope, Arial, sans-serif;
}

.vcs-shopify-match .vcs-exact-hero__title,
.vcs-shopify-match .vcs-twin__title,
.vcs-shopify-match .vcs-twin__card-title,
.vcs-shopify-match .vcs-upcoming-exact__title,
.vcs-shopify-match .vcs-brands-exact__heading {
	font-family: "Cormorant Garamond", Georgia, serif;
}

/* Hero */
.vcs-exact-hero.vcs-shopify-match .vcs-exact-hero__track {
	height: 550px;
}

.vcs-exact-hero.vcs-shopify-match .vcs-exact-hero__content {
	left: 8%;
	width: 650px;
	max-width: 50%;
	padding: 20px;
}

.vcs-exact-hero.vcs-shopify-match .vcs-exact-hero__tagline {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.vcs-exact-hero.vcs-shopify-match .vcs-exact-hero__title {
	font-size: 52px;
	font-weight: 400;
	line-height: 1.15;
}

.vcs-exact-hero.vcs-shopify-match .vcs-exact-hero__description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.vcs-exact-hero.vcs-shopify-match .vcs-exact-hero__button {
	padding: 15px 32px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
}

.vcs-exact-hero.vcs-shopify-match .vcs-exact-hero__features {
	width: 92%;
	max-width: 1400px;
}

.vcs-exact-hero.vcs-shopify-match .vcs-exact-hero__feature h4 {
	font-size: 13px;
	font-weight: 700;
}

.vcs-exact-hero.vcs-shopify-match .vcs-exact-hero__feature p {
	font-size: 11px;
	font-weight: 400;
}

/* Twin collection cards */
.vcs-twin.vcs-shopify-match {
	padding-top: 50px;
	padding-bottom: 50px;
}

.vcs-twin.vcs-shopify-match .vcs-twin__sub {
	font-size: 13px;
	font-weight: 700;
}

.vcs-twin.vcs-shopify-match .vcs-twin__title {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
}

.vcs-twin.vcs-shopify-match .vcs-twin__card-title {
	font-size: 24px;
	font-weight: 600;
}

.vcs-twin.vcs-shopify-match .vcs-twin__desc {
	font-size: 13px;
	font-weight: 400;
}

.vcs-twin.vcs-shopify-match .vcs-twin__button {
	font-size: 13px;
	font-weight: 700;
}

/* Product rows — four Shopify-size cards */
.vcs-dual-products.vcs-shopify-match {
	padding-top: 35px;
	padding-bottom: 35px;
}

.vcs-dual-products.vcs-shopify-match .vcs-product-track {
	--vcs-product-gap: 20px;
	gap: var(--vcs-product-gap);
}

.vcs-dual-products.vcs-shopify-match .vcs-product {
	min-width: 0;
	flex: 0 0 calc((100% - 60px) / 4);
	padding: 10px;
	border-radius: 12px;
}

.vcs-dual-products.vcs-square-images .vcs-product__image {
	height: auto !important;
	aspect-ratio: 1 / 1 !important;
}

.vcs-dual-products.vcs-square-images .vcs-product__image img {
	aspect-ratio: 1 / 1 !important;
}

.vcs-dual-products.vcs-shopify-match .vcs-product-row__header {
	margin-bottom: 22px;
	padding-bottom: 10px;
}

.vcs-dual-products.vcs-shopify-match .vcs-product-row__title {
	font-size: 16px;
	font-weight: 800;
}

.vcs-dual-products.vcs-shopify-match .vcs-product-row__view {
	font-size: 11px;
	font-weight: 700;
}

.vcs-dual-products.vcs-shopify-match .vcs-product__meta {
	padding: 12px 2px 2px;
}

.vcs-dual-products.vcs-shopify-match .vcs-product__title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.vcs-dual-products.vcs-shopify-match .vcs-product__category {
	font-size: 13px;
	font-weight: 400;
}

.vcs-dual-products.vcs-shopify-match .vcs-product__price,
.vcs-dual-products.vcs-shopify-match .vcs-product__price .amount {
	font-size: 16px;
	font-weight: 800;
}

.vcs-dual-products.vcs-shopify-match .vcs-product__price del,
.vcs-dual-products.vcs-shopify-match .vcs-product__price del .amount {
	font-size: 12px !important;
	font-weight: 400 !important;
}

.vcs-dual-products.vcs-shopify-match .vcs-product__actions {
	gap: 10px;
	margin-top: 14px;
}

.vcs-dual-products.vcs-shopify-match .vcs-product__cart,
.vcs-dual-products.vcs-shopify-match .vcs-product__buy {
	height: 46px;
	font-size: 14px;
	font-weight: 700;
}

/* Upcoming collections */
.vcs-upcoming-exact.vcs-shopify-match {
	padding-top: 48px;
	padding-bottom: 48px;
}

.vcs-upcoming-exact.vcs-shopify-match .vcs-upcoming-exact__header {
	margin-bottom: 55px;
}

.vcs-upcoming-exact.vcs-shopify-match .vcs-upcoming-exact__sub {
	font-size: 13px;
	font-weight: 700;
}

.vcs-upcoming-exact.vcs-shopify-match .vcs-upcoming-exact__title {
	font-size: 36px;
	font-weight: 400;
}

.vcs-upcoming-exact.vcs-shopify-match .vcs-upcoming-exact__icon-wrap {
	height: 100px;
	margin-bottom: 18px;
}

.vcs-upcoming-exact.vcs-shopify-match .vcs-upcoming-exact__name {
	font-size: 16px;
	font-weight: 700;
}

.vcs-upcoming-exact.vcs-shopify-match .vcs-upcoming-exact__badge {
	font-size: 10px;
	font-weight: 700;
}

/* Brand logos */
.vcs-brands-exact.vcs-shopify-match {
	padding-top: 48px;
	padding-bottom: 48px;
}

.vcs-brands-exact.vcs-shopify-match .vcs-brands-exact__row {
	gap: 24px;
}

.vcs-brands-exact.vcs-shopify-match .vcs-brands-exact__info {
	flex-basis: 27%;
	padding-right: 20px;
}

.vcs-brands-exact.vcs-shopify-match .vcs-brands-exact__tag {
	font-size: 12px;
	font-weight: 700;
}

.vcs-brands-exact.vcs-shopify-match .vcs-brands-exact__heading {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
}

.vcs-brands-exact.vcs-shopify-match .vcs-brands-exact__desc {
	font-size: 14px;
	font-weight: 400;
}

.vcs-brands-exact.vcs-shopify-match .vcs-brands-exact__button {
	font-size: 12px;
	font-weight: 700;
}

.vcs-brands-exact.vcs-shopify-match .vcs-brands-exact__logos {
	gap: 24px;
}

.vcs-brands-exact.vcs-shopify-match .vcs-brands-exact__logo {
	height: 136px;
}

@media (max-width: 1024px) {
	.vcs-shopify-match .vcs-twin__container,
	.vcs-shopify-match .vcs-dual-products__container,
	.vcs-shopify-match .vcs-upcoming-exact__container,
	.vcs-shopify-match .vcs-brands-exact__container {
		width: calc(100% - 48px);
	}

	.vcs-exact-hero.vcs-shopify-match .vcs-exact-hero__title {
		font-size: 44px;
	}

	.vcs-dual-products.vcs-shopify-match .vcs-product {
		flex-basis: calc((100% - 40px) / 3);
	}
}

@media (max-width: 767px) {
	.vcs-shopify-match .vcs-twin__container,
	.vcs-shopify-match .vcs-dual-products__container,
	.vcs-shopify-match .vcs-upcoming-exact__container,
	.vcs-shopify-match .vcs-brands-exact__container {
		width: calc(100% - 28px);
	}

	.vcs-exact-hero.vcs-shopify-match .vcs-exact-hero__content {
		left: 7%;
		width: auto;
		max-width: 86%;
	}

	.vcs-exact-hero.vcs-shopify-match .vcs-exact-hero__title {
		font-size: 34px;
	}

	.vcs-dual-products.vcs-shopify-match .vcs-product {
		flex-basis: 100%;
	}
}

/* =========================================================
   V3.5.0 — HARD PRODUCT ACTION FIX
   Only image/title are product-page links. Action buttons are
   real forms so theme/card link overlays cannot hijack them.
   ========================================================= */
.vcs-dual-products .vcs-product__actions {
  position: relative !important;
  z-index: 90 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
}

.vcs-dual-products .vcs-product__action-form {
  position: relative !important;
  z-index: 91 !important;
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.vcs-dual-products .vcs-product__cart,
.vcs-dual-products .vcs-product__buy {
  position: relative !important;
  z-index: 92 !important;
  display: inline-flex !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box !important;
}

.vcs-dual-products button.vcs-product__cart,
.vcs-dual-products button.vcs-product__buy {
  font-family: Manrope, Arial, sans-serif !important;
  cursor: pointer !important;
}

@media (max-width: 767px) {
  .vcs-dual-products .vcs-product__actions {
    gap: 8px !important;
  }
}

/* v4.6 Fastrr selector bridge: no page overlay and no cart-page handoff. */
.vcs-product__buy.is-vcs-preparing-checkout {
  opacity: .82 !important;
  cursor: progress !important;
}
