:root {
	--ve-home-hero-image: url("/wp-content/uploads/hero-sektion.webp");
	--ve-home-product-image: url("/wp-content/uploads/banner-medel.webp");
	--ve-home-apparel-image: url("/wp-content/uploads/banner-footer1.webp");
	--ve-home-sidebar-image: url("/wp-content/uploads/banner-footer2.webp");
}

.ve-front-page {
	position: relative;
	padding-bottom: var(--ve-space-4xl);
	overflow: clip;
}

.ve-front-page::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top center, rgba(190, 154, 120, 0.045), transparent 24%),
		linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.28) 100%);
	pointer-events: none;
}

.ve-hero,
.ve-product-section,
.ve-apparel-section {
	position: relative;
	z-index: 1;
}

.ve-hero {
	min-height: 760px;
	border-bottom: 1px solid rgba(174, 148, 122, 0.22);
	background:
		linear-gradient(90deg, rgba(5, 5, 5, 0.93) 0%, rgba(5, 5, 5, 0.82) 24%, rgba(5, 5, 5, 0.36) 55%, rgba(5, 5, 5, 0.62) 78%, rgba(5, 5, 5, 0.84) 100%),
		linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.38) 38%, rgba(5, 5, 5, 0.62) 100%),
		var(--ve-home-hero-image);
	background-size: cover;
	background-position: center 34%;
	overflow: hidden;
}

.ve-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 72% 28%, rgba(216, 180, 142, 0.14), transparent 20%),
		radial-gradient(circle at 18% 78%, rgba(99, 82, 70, 0.22), transparent 32%),
		linear-gradient(90deg, rgba(5, 5, 5, 0.26) 0%, transparent 18%, transparent 72%, rgba(5, 5, 5, 0.18) 100%),
		repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.014) 0 2px, transparent 2px 10px);
	pointer-events: none;
}

.ve-hero__media {
	display: none;
}

.ve-hero__content {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	min-height: 760px;
	padding-top: 52px;
	padding-bottom: 56px;
}

.ve-hero__copy {
	position: relative;
	max-width: 540px;
	padding-left: 14px;
}

.ve-hero__copy::before {
	content: "";
	display: block;
	width: 108px;
	height: 1px;
	margin-bottom: 24px;
	background: linear-gradient(90deg, rgba(240, 212, 178, 0.95), rgba(174, 148, 122, 0));
}

.ve-hero__tagline {
	margin-bottom: 16px;
	color: var(--ve-color-gold-light);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.ve-hero__title {
	max-width: 520px;
	color: var(--ve-color-gold-highlight);
	font-size: clamp(50px, 4.8vw, 62px);
	line-height: 0.92;
	text-transform: uppercase;
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.ve-hero__lead {
	max-width: 500px;
	margin-top: 18px;
	color: var(--ve-color-text-soft);
	font-size: 17px;
	line-height: 1.75;
}

.ve-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.ve-button--hero {
	min-width: 168px;
	min-height: 50px;
	padding-inline: 24px;
	border-color: rgba(190, 154, 120, 0.38);
	background: linear-gradient(180deg, rgba(32, 27, 25, 0.96) 0%, rgba(11, 10, 12, 0.98) 100%);
	color: var(--ve-color-gold-highlight);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 28px rgba(0, 0, 0, 0.22);
}

.ve-button--hero:hover,
.ve-button--hero:focus-visible {
	border-color: rgba(230, 196, 157, 0.5);
	color: var(--ve-color-gold-highlight);
}

.ve-button--hero-secondary {
	min-width: 192px;
	border-color: rgba(190, 154, 120, 0.3);
	background: rgba(11, 10, 12, 0.46);
	color: var(--ve-color-gold-light);
	backdrop-filter: blur(10px);
}

.ve-hero__benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
	list-style: none;
}

.ve-hero__benefits li {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 16px;
	border: 1px solid rgba(174, 148, 122, 0.24);
	border-radius: var(--ve-radius-pill);
	background: linear-gradient(180deg, rgba(28, 24, 23, 0.68) 0%, rgba(10, 10, 10, 0.82) 100%);
	color: var(--ve-color-text-soft);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ve-hero__panel {
	justify-self: end;
	width: min(100%, 460px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ve-hero__panel img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 620px;
	object-fit: contain;
	filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.4));
}

.ve-hero__divider {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	height: 36px;
}

.ve-hero__divider::before,
.ve-hero__divider::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(174, 148, 122, 0.28) 25%, rgba(224, 193, 155, 0.5) 100%);
}

.ve-hero__divider::after {
	background: linear-gradient(90deg, rgba(224, 193, 155, 0.5) 0%, rgba(174, 148, 122, 0.28) 75%, transparent 100%);
}

.ve-hero__divider-diamond {
	width: 12px;
	height: 12px;
	border: 1px solid rgba(240, 212, 178, 0.78);
	background: linear-gradient(180deg, rgba(240, 212, 178, 0.92), rgba(128, 104, 83, 0.94));
	transform: rotate(45deg);
	box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.9);
}

.ve-product-section {
	display: grid;
	grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
	gap: 40px;
	margin-top: 64px;
	padding: 36px;
	border: 1px solid rgba(174, 148, 122, 0.18);
	background:
		radial-gradient(circle at top left, rgba(216, 180, 142, 0.035), transparent 28%),
		linear-gradient(180deg, rgba(22, 19, 19, 0.96) 0%, rgba(10, 10, 10, 0.98) 100%);
	box-shadow: var(--ve-shadow-md);
}

.ve-product-section__media {
	position: relative;
	min-height: 510px;
	border: 1px solid rgba(174, 148, 122, 0.16);
	background:
		linear-gradient(180deg, rgba(5, 5, 5, 0.12) 0%, rgba(5, 5, 5, 0.46) 100%);
	overflow: hidden;
}

.ve-product-section__media::before {
	content: "";
	position: absolute;
	inset: 16% 20% 12%;
	background: radial-gradient(circle, rgba(216, 180, 142, 0.22), rgba(216, 180, 142, 0.045) 38%, transparent 72%);
	filter: blur(18px);
}

.ve-product-section__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 28% 50%;
	filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.54));
}

.ve-product-section__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 10px;
}

.ve-product-section__eyebrow,
.ve-apparel-section__eyebrow {
	margin-bottom: 10px;
	color: var(--ve-color-gold-light);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.ve-product-section__title,
.ve-apparel-section__title {
	color: var(--ve-color-gold-highlight);
	font-size: clamp(38px, 3.5vw, 50px);
	line-height: 1;
}

.ve-product-section__text {
	max-width: 500px;
	margin-top: 16px;
	color: var(--ve-color-text-soft);
	font-size: 16px;
	line-height: 1.7;
}

.ve-product-section__actions,
.ve-apparel-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}

.ve-pricing-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.ve-pricing-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 174px;
	padding: 26px 18px 22px;
	border: 1px solid rgba(174, 148, 122, 0.24);
	border-radius: var(--ve-radius-md);
	background: linear-gradient(180deg, rgba(28, 24, 23, 0.74) 0%, rgba(14, 13, 14, 0.9) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 0 0 1px rgba(166, 139, 114, 0.04);
	text-align: center;
	transition: transform var(--ve-transition), border-color var(--ve-transition), box-shadow var(--ve-transition);
}

.ve-pricing-card:hover,
.ve-pricing-card:focus-within {
	border-color: rgba(216, 180, 142, 0.34);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 0 1px rgba(166, 139, 114, 0.08), 0 16px 28px rgba(0, 0, 0, 0.18);
	transform: translateY(-2px);
}

.ve-pricing-card__label {
	color: var(--ve-color-gold-light);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.ve-pricing-card__price {
	margin-top: 14px;
	color: var(--ve-color-gold-highlight);
	font-family: var(--ve-font-display);
	font-size: 34px;
	line-height: 1;
}

.ve-pricing-card__meta {
	margin-top: 10px;
	color: var(--ve-color-text-muted);
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ve-pricing-card--featured {
	border-color: rgba(216, 180, 142, 0.38);
	background: linear-gradient(180deg, rgba(47, 39, 34, 0.92) 0%, rgba(20, 18, 18, 0.98) 100%);
	box-shadow: 0 0 0 1px rgba(216, 180, 142, 0.08), 0 0 18px rgba(190, 154, 120, 0.1), 0 18px 32px rgba(0, 0, 0, 0.24);
	transform: translateY(-6px);
}

.ve-pricing-card--featured::before {
	content: "Most Popular";
	position: absolute;
	top: -13px;
	left: 50%;
	padding: 6px 12px;
	border: 1px solid rgba(216, 180, 142, 0.28);
	border-radius: var(--ve-radius-pill);
	background: linear-gradient(180deg, rgba(216, 180, 142, 0.16) 0%, rgba(128, 104, 83, 0.88) 100%);
	color: var(--ve-color-bg);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.ve-apparel-section {
	margin-top: 64px;
}

.ve-apparel-section__header {
	margin-bottom: 24px;
	text-align: center;
}

.ve-apparel-section__text {
	max-width: 760px;
	margin: 18px auto 0;
	color: var(--ve-color-text-soft);
	font-size: 16px;
	line-height: 1.75;
}

.ve-apparel-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 310px;
	gap: 18px;
	align-items: stretch;
}

.ve-apparel-tile,
.ve-social-column {
	position: relative;
	min-height: 520px;
	border: 1px solid rgba(174, 148, 122, 0.18);
	background: linear-gradient(180deg, rgba(24, 21, 20, 0.96) 0%, rgba(10, 10, 10, 0.98) 100%);
	box-shadow: var(--ve-shadow-md);
	overflow: hidden;
}

.ve-apparel-tile__image {
	position: absolute;
	inset: 0;
}

.ve-apparel-tile__image::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--ve-home-apparel-image);
	background-repeat: no-repeat;
}

.ve-apparel-tile--woman .ve-apparel-tile__image::before {
	background-size: 214% auto;
	background-position: 6% 38%;
}

.ve-apparel-tile--man .ve-apparel-tile__image::before {
	background-size: 214% auto;
	background-position: 94% 38%;
}

.ve-apparel-tile__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 5, 5, 0.08) 0%, rgba(5, 5, 5, 0.3) 44%, rgba(5, 5, 5, 0.88) 100%);
}

.ve-apparel-tile__image::before,
.ve-social-column__tile::before {
	transition: transform 320ms ease, filter 320ms ease;
}

.ve-apparel-tile:hover .ve-apparel-tile__image::before,
.ve-apparel-tile:focus-within .ve-apparel-tile__image::before,
.ve-social-column__tile:hover::before,
.ve-social-column__tile:focus-within::before {
	transform: scale(1.04);
	filter: saturate(1.04);
}

.ve-apparel-tile__image img {
	display: none;
}

.ve-apparel-tile__content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 24px 22px 20px;
}

.ve-apparel-tile__title {
	font-size: 28px;
	line-height: 1;
}

.ve-apparel-tile__text {
	margin-top: 10px;
	color: var(--ve-color-text-soft);
	font-size: 14px;
	line-height: 1.65;
}

.ve-social-column {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.ve-social-column::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top center, rgba(216, 180, 142, 0.04), transparent 28%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.01) 0 2px, transparent 2px 10px);
	pointer-events: none;
}

.ve-social-column__icons,
.ve-social-column__tiles,
.ve-button--follow,
.ve-social-column__intro {
	position: relative;
	z-index: 1;
}

.ve-social-column__intro {
	text-align: center;
}

.ve-social-column__eyebrow {
	color: var(--ve-color-gold-light);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.ve-social-column__title {
	margin-top: 10px;
	font-size: 26px;
	line-height: 1.08;
}

.ve-social-column__text {
	margin-top: 10px;
	color: var(--ve-color-text-soft);
	font-size: 14px;
	line-height: 1.7;
}

.ve-social-column__icons {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 18px;
}

.ve-social-column__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(174, 148, 122, 0.24);
	border-radius: var(--ve-radius-sm);
	background: linear-gradient(180deg, rgba(37, 32, 29, 0.94) 0%, rgba(13, 12, 12, 0.98) 100%);
	color: var(--ve-color-gold-light);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ve-social-column__tiles {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 18px;
	flex: 1 1 auto;
}

.ve-social-column__tile {
	position: relative;
	min-height: 154px;
	border: 1px solid rgba(174, 148, 122, 0.16);
	overflow: hidden;
}

.ve-social-column__tile::before,
.ve-social-column__tile::after {
	content: "";
	position: absolute;
	inset: 0;
}

.ve-social-column__tile::before {
	background-image: var(--ve-home-sidebar-image);
	background-repeat: no-repeat;
}

.ve-social-column__tile:first-child::before {
	background-size: 168% auto;
	background-position: 28% 44%;
}

.ve-social-column__tile:last-child::before {
	background-size: 225% auto;
	background-position: 88% 46%;
}

.ve-social-column__tile::after {
	background: linear-gradient(180deg, rgba(5, 5, 5, 0.14) 0%, rgba(5, 5, 5, 0.46) 100%);
}

.ve-social-column__tile img {
	display: none;
}

.ve-button--follow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 16px;
	padding: 16px 18px 15px;
	min-height: 52px;
	text-align: center;
	border-color: rgba(190, 154, 120, 0.34);
	background: linear-gradient(180deg, rgba(216, 180, 142, 0.1) 0%, rgba(128, 104, 83, 0.88) 100%);
	border: 1px solid rgba(190, 154, 120, 0.34);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ve-home-offer.is-featured {
	box-shadow: 0 0 0 1px rgba(240, 217, 160, 0.18), 0 0 38px rgba(201, 160, 87, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.06);
	transform: translateY(-2px);
}

.ve-home-offer__badge {
	position: absolute;
	top: 8px;
	padding: 2px 12px;
	border-radius: 999px;
	background: linear-gradient(180deg, #f0d9a0 0%, #c9a057 100%);
	color: #31230e;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: none;
}

.ve-home-offer h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1;
	color: var(--ve-text);
	text-transform: none;
}

.ve-home-offer__price {
	margin-top: 8px;
	font-size: 50px;
	font-weight: 800;
	line-height: 1;
	color: var(--ve-gold-light);
}

.ve-home-offer__price .woocommerce-Price-currencySymbol {
	font-size: 0.72em;
}

.ve-home-offer p {
	margin: 6px 0 12px;
	font-size: 14px;
	color: rgba(245, 240, 230, 0.82);
}

.ve-home-offer a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 3px;
	background: linear-gradient(180deg, #d7b06d 0%, #a67934 100%);
	color: #21170c;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.ve-home-clothing .ve-home-section__inner {
	padding-top: 28px;
	padding-bottom: 24px;
}

.ve-home-section__header {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(201, 160, 87, 0.18);
	margin-bottom: 0;
}

.ve-home-clothing .ve-home-section__header h2 {
	font-size: clamp(32px, 3.6vw, 52px);
	text-transform: none;
}

.ve-home-clothing__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(290px, 0.84fr);
	gap: 0;
	border-top: 1px solid rgba(201, 160, 87, 0.1);
	border-left: 1px solid rgba(201, 160, 87, 0.1);
}

.ve-home-clothing__card,
.ve-home-clothing__social {
	position: relative;
	min-height: 392px;
	border-right: 1px solid rgba(201, 160, 87, 0.1);
	border-bottom: 1px solid rgba(201, 160, 87, 0.1);
	background: linear-gradient(180deg, rgba(18, 14, 12, 0.82), rgba(8, 8, 8, 0.92));
	overflow: hidden;
}

.ve-home-clothing__card::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	background: linear-gradient(180deg, rgba(9, 8, 8, 0) 0%, rgba(9, 8, 8, 0.8) 64%, rgba(9, 8, 8, 0.98) 100%);
	pointer-events: none;
}

.ve-home-clothing__card img,
.ve-home-clothing__social-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.8) contrast(1.04) brightness(0.88);
}

.ve-home-clothing__meta {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	color: #f4e8cb;
	font-family: var(--ve-font-body);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.ve-home-clothing__meta span {
	font-size: 15px;
	font-weight: 700;
}

.ve-home-clothing__meta strong {
	font-size: 24px;
	line-height: 1;
	color: var(--ve-gold-light);
}

.ve-home-clothing__social {
	display: grid;
	grid-template-rows: auto 1fr auto;
	padding: 14px 14px 14px;
	gap: 10px;
}

.ve-home-clothing__social-icons {
	justify-content: center;
	padding-top: 2px;
}

.ve-home-clothing__social-grid {
	display: grid;
	grid-template-columns: 1fr 0.66fr;
	gap: 10px;
}

.ve-home-clothing__social-grid .ve-home-clothing__card {
	min-height: 176px;
	border: 1px solid rgba(201, 160, 87, 0.14);
}

.ve-home-clothing__card img[src$=".svg"],
.ve-home-clothing__social-grid img[src$=".svg"] {
	object-fit: contain;
	padding: 18px;
	background: radial-gradient(circle at 50% 35%, rgba(240, 217, 160, 0.05), transparent 32%), linear-gradient(180deg, rgba(18, 14, 12, 0.96), rgba(8, 8, 8, 0.98));
	filter: none;
}

.ve-home-clothing__follow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px;
	border: 1px solid rgba(201, 160, 87, 0.18);
	background: rgba(16, 14, 12, 0.7);
	color: var(--ve-gold-light);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: none;
}

.ve-home-clothing__follow i,
.ve-home-clothing__social-icons span {
	min-width: 22px;
	height: 22px;
	font-size: 10px;
}

.ve-home-payments .ve-home-section__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 14px;
	align-items: center;
	padding-top: 18px;
	padding-bottom: 18px;
}

.ve-home-payments__logos,
.ve-home-payments__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
}

.ve-home-payments__logos span {
	color: rgba(245, 240, 230, 0.92);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.03em;
	text-transform: none;
}

.ve-home-payments__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 20px;
	border: 1px solid rgba(201, 160, 87, 0.24);
	border-radius: 999px;
	background: rgba(16, 14, 12, 0.72);
	color: var(--ve-text);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ve-home-payments p {
	grid-column: 1 / -1;
	margin: 0;
	color: rgba(245, 240, 230, 0.44);
	font-size: 10px;
	text-align: center;
}

.home .site-footer {
	padding-top: 28px;
	padding-bottom: 18px;
	background: linear-gradient(180deg, #09090c 0%, #060608 100%);
	border-top: 1px solid rgba(201, 160, 87, 0.12);
}

.home .site-footer .footer-inner {
	align-items: center;
	gap: 20px;
}

.home .site-footer .site-branding {
	max-width: 190px;
}

.home .site-footer .site-logo img {
	width: min(156px, 16vw);
	height: auto;
}

.home .site-footer .copyright {
	margin-left: auto;
	padding-right: 10px;
}

@media (max-width: 1180px) {
	.ve-home-hero__inner {
		grid-template-columns: 48px minmax(0, 1fr) minmax(240px, 320px) 48px;
	}

	.ve-home-product .ve-home-section__inner,
	.ve-home-clothing__grid,
	.ve-home-payments .ve-home-section__inner {
		grid-template-columns: 1fr;
	}

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

	.ve-home-clothing__card,
	.ve-home-clothing__social {
		min-height: 340px;
	}

	.ve-home-clothing__meta strong {
		font-size: 22px;
	}

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

	.ve-home-payments__actions {
		justify-content: flex-start;
	}

	.home .site-footer .site-logo img {
		width: min(136px, 40vw);
	}
}

@media (max-width: 860px) {
	.ve-home-section__inner,
	.ve-home-hero__inner {
		padding-inline: 18px;
	}

	.ve-home-hero {
		min-height: 0;
	}

	.ve-home-hero__inner {
		grid-template-columns: 1fr;
		padding-top: 28px;
	}

	.ve-home-hero__arrow {
		display: none;
	}

	.ve-home-hero__content {
		padding-top: 0;
		padding-left: 0;
	}

	.ve-home-hero__product {
		padding-top: 0;
	}

	.ve-home-hero h1,
	.ve-home-section h2 {
		font-size: 40px;
	}

	.ve-home-hero__copy,
	.ve-home-product__content > p {
		font-size: 18px;
	}

	.ve-home-product__visual {
		min-height: 320px;
	}

	.ve-home-offer__price {
		font-size: 42px;
	}

	.ve-home-offer a,
	.ve-home-clothing__follow {
		font-size: 16px;
	}

	.ve-home-clothing__meta {
		left: 14px;
		right: 14px;
		bottom: 14px;
	}

	.ve-home-clothing__meta span {
		font-size: 14px;
	}

	.ve-home-clothing__meta strong {
		font-size: 20px;
	}

	.ve-home-payments__logos span {
		font-size: 24px;
	}

	.home .site-footer .footer-inner,
	.home .site-footer .copyright {
		justify-content: center;
		text-align: center;
	}

	.home .site-footer .site-branding {
		max-width: none;
	}
}