:root {
	--vbx-collection-container: min(78.125vw, 1488px);
}

body.vbx-collection-body {
	margin: 0;
	background: #fff;
	color: var(--vbx-text);
	font-family: Poppins, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}

.vbx-collection-page {
	background: #fff;
	min-height: 100vh;
}

.vbx-collection-page .vbx-header {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.vbx-collection-main {
	background: #fff;
}

.vbx-collection-container,
.vbx-collection-wide,
.vbx-collection-about,
.vbx-collection-seo,
.vbx-collection-gift {
	width: var(--vbx-collection-container);
	margin-right: auto;
	margin-left: auto;
}

.vbx-collection-listing {
	padding-top: 25px;
}

.vbx-collection-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 20px;
	margin-bottom: 21px;
	color: #333;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}

.vbx-collection-breadcrumb a {
	color: inherit;
}

.vbx-collection-breadcrumb strong {
	color: #000;
	font-weight: 700;
}

.vbx-collection-contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 108px;
	margin-bottom: 15px;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	line-height: 27px;
	text-align: center;
}

.vbx-collection-contact strong {
	font-size: 16px;
	font-weight: 700;
}

.vbx-collection-contact .is-whatsapp {
	color: #001dff;
}

.vbx-collection-toolbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	height: 45px;
	border-bottom: 1px solid var(--vbx-border);
	color: #000;
	font-size: 15px;
	font-weight: 700;
}

.vbx-collection-toolbar nav {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.vbx-collection-toolbar a {
	font-size: 18px;
	line-height: 1;
}

.vbx-collection-layout {
	display: flex;
	align-items: flex-start;
	padding-top: 22.5px;
}

.vbx-collection-rail {
	position: sticky;
	top: 184px;
	flex: 0 0 23%;
	max-height: calc(100vh - 204px);
	overflow-y: auto;
	margin-right: 20px;
	padding-right: 13.75px;
	scrollbar-color: #999 transparent;
	scrollbar-width: thin;
}

.vbx-collection-rail a {
	display: grid;
	grid-template-columns: 60px 1fr;
	align-items: center;
	width: 100%;
	min-height: 60px;
	margin: 0 0 12.5px;
	color: #000;
	font-size: 10px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	transition: color .2s ease, opacity .2s ease;
}

.vbx-collection-rail a + a {
	margin-top: 10px;
}

.vbx-collection-rail a:hover {
	opacity: .76;
}

.vbx-collection-rail img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.vbx-collection-rail span {
	padding-left: 18px;
}

.vbx-collection-rail .is-active span {
	color: #2c7654;
	font-size: 16px;
	letter-spacing: .4px;
}

.vbx-collection-products {
	flex: 1 1 auto;
	min-width: 0;
}

.vbx-best-deals-products {
	padding-top: 22.5px;
}

.vbx-shop-empty {
	margin: 48px 0 80px;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.vbx-search-heading {
	margin: 0 0 21px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

.vbx-search-toolbar {
	justify-content: space-between;
}

.vbx-collection-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 0;
	row-gap: 30px;
}

.vbx-collection-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 341px;
	padding: 0 10.625px;
	color: #333;
	text-align: center;
}

.vbx-collection-card-media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 240px);
	aspect-ratio: 1 / 1;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
}

.vbx-product-watermark {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	width: 60px;
	height: auto;
	pointer-events: none;
}

.vbx-product-primary,
.vbx-product-secondary {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: opacity .2s ease;
}

.vbx-product-secondary {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.vbx-collection-card.has-secondary-image:hover .vbx-product-secondary {
	opacity: 1;
}

.vbx-collection-card.has-secondary-image:hover .vbx-product-primary {
	opacity: 0;
}

.vbx-collection-card-title {
	display: -webkit-box;
	min-height: 44px;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.vbx-collection-price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 6px;
	height: 25px;
	margin: 2px 0 7px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	white-space: nowrap;
}

.vbx-collection-price span {
	font-weight: 700;
}

.vbx-collection-price del {
	color: var(--vbx-red);
	font-size: 14px;
	font-weight: 700;
	text-decoration-line: line-through;
	text-decoration-color: var(--vbx-red);
	text-decoration-thickness: 2px;
}

.vbx-collection-price strong {
	color: #000;
	font-size: 16px;
	font-weight: 800;
}

.vbx-collection-card-actions {
	display: grid;
	gap: 8px;
	margin-top: auto;
}

.vbx-collection-card-actions a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .1px;
	text-transform: uppercase;
	transition: none;
}

.vbx-collection-quick {
	background: #fff !important;
	color: #000 !important;
}

.vbx-collection-cart {
	background: #000 !important;
	color: #fff !important;
}

.vbx-collection-card-actions a:hover,
.vbx-collection-card-actions a:focus,
.vbx-collection-card-actions a:active,
.vbx-collection-card-actions a:visited {
	box-shadow: none;
	opacity: 1;
	text-decoration: none;
	transform: none;
}

.vbx-collection-quick:hover,
.vbx-collection-quick:focus,
.vbx-collection-quick:active,
.vbx-collection-quick:visited {
	background: #fff !important;
	color: #000 !important;
}

.vbx-collection-cart:hover,
.vbx-collection-cart:focus,
.vbx-collection-cart:active,
.vbx-collection-cart:visited {
	background: #000 !important;
	color: #fff !important;
}

.vbx-collection-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 35px 0 60px;
	font-size: 16px;
	line-height: 40px;
}

.vbx-collection-pagination-pages {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.vbx-collection-pagination-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	color: #333;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.vbx-collection-pagination-arrow:hover {
	color: var(--vbx-red);
}

.vbx-collection-pagination-arrow.is-disabled {
	color: #bbb;
	cursor: default;
}

.vbx-collection-pagination a,
.vbx-collection-pagination .page-numbers {
	color: #333;
	text-decoration: none;
}

.vbx-collection-pagination span {
	color: #777;
}

.vbx-collection-pagination .is-active,
.vbx-collection-pagination .page-numbers.current {
	color: #000;
	font-weight: 800;
}

.vbx-collection-toolbar nav .is-disabled {
	color: #bbb;
}

.vbx-collection-contact-panel {
	padding: 0;
	background: #fff;
}

.vbx-collection-wide {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	min-height: 479px;
}

.vbx-contact-panel-media {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 420px;
	background: #f8f8f8;
}

.vbx-contact-panel-media img {
	width: min(74%, 420px);
	height: auto;
	object-fit: contain;
}

.vbx-contact-panel-copy {
	max-width: 430px;
	padding-left: 52px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	text-transform: uppercase;
}

.vbx-collection-brand-slides {
	background: #fff;
}

.vbx-collection-brand-slide {
	position: relative;
	display: grid;
	align-items: end;
	min-height: 1489px;
	overflow: hidden;
	background: #fff;
}

.vbx-brand-slide-image {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(circle at center, #f8f8f8 0, #fff 58%);
}

.vbx-brand-slide-image img {
	width: min(54vw, 720px);
	max-height: 980px;
	object-fit: contain;
	opacity: .96;
}

.vbx-brand-slide-copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	margin-bottom: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 42%);
	text-align: center;
}

.vbx-brand-slide-copy h2 {
	margin: 0 0 22px;
	color: #000;
	font-size: var(--vbx-font-section-size);
	font-weight: var(--vbx-font-section-weight);
	letter-spacing: .8px;
	line-height: normal;
	text-transform: uppercase;
}

.vbx-collection-text-block {
	padding: 42px 0;
	color: #333;
	text-align: left;
}

.vbx-collection-text-block h2 {
	margin: 0 0 18px;
	color: #111;
	font-size: var(--vbx-font-section-size);
	font-weight: var(--vbx-font-section-weight);
	line-height: 1.35;
	text-align: center;
	text-transform: uppercase;
}

.vbx-collection-text-block p {
	max-width: 940px;
	margin: 0 auto 10px;
	font-size: 15px;
	line-height: 1.8;
}

.vbx-collection-about {
	max-width: 640px;
	min-height: 270px;
	padding-top: 62px;
	text-align: center;
}

.vbx-collection-about p {
	text-align: center;
}

.vbx-collection-gift {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	min-height: 398px;
	gap: 34px;
	padding: 30px 0;
	background: #fff;
}

.vbx-collection-gift h2 {
	margin: 0 0 16px;
	color: #111;
	font-size: var(--vbx-font-section-size);
	font-weight: var(--vbx-font-section-weight);
	line-height: 1.5;
	text-transform: uppercase;
}

.vbx-collection-gift p {
	max-width: 520px;
	margin: 0 0 22px;
	line-height: 1.8;
}

.vbx-collection-gift img {
	justify-self: center;
	width: min(76%, 430px);
	max-height: 320px;
	object-fit: contain;
}

.vbx-collection-seo {
	padding: 0 0 70px;
}

.vbx-collection-seo .vbx-collection-text-block {
	min-height: 320px;
	padding: 34px 0;
}

@media (max-width: 1023px) {
	:root {
		--vbx-collection-container: calc(100% - 32px);
	}

	.vbx-collection-listing {
		padding-top: 18px;
	}

	.vbx-collection-contact {
		height: auto;
		min-height: 108px;
		padding: 10px 0;
		font-size: 14px;
		overflow-wrap: anywhere;
	}

	.vbx-collection-toolbar {
		justify-content: space-between;
	}

	.vbx-collection-layout {
		display: block;
		padding-top: 16px;
	}

	.vbx-collection-rail {
		position: relative;
		top: auto;
		display: flex;
		gap: 12px;
		max-height: none;
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
		margin: 0 0 18px;
		padding: 0 2px 10px;
		-webkit-overflow-scrolling: touch;
	}

	.vbx-collection-rail a,
	.vbx-collection-rail a + a {
		flex: 0 0 118px;
		display: grid;
		grid-template-columns: 44px 1fr;
		min-height: 54px;
		margin: 0;
		font-size: 9px;
	}

	.vbx-collection-rail img {
		width: 44px;
		height: 44px;
	}

	.vbx-collection-rail span {
		min-width: 0;
		overflow: hidden;
		padding-left: 8px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.vbx-collection-rail .is-active span {
		font-size: 12px;
	}

	.vbx-collection-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px 12px;
	}

	.vbx-collection-card {
		min-height: auto;
		padding: 0;
	}

	.vbx-collection-card-media {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		margin-bottom: 8px;
	}

	.vbx-product-watermark {
		width: 46px;
	}

	.vbx-collection-card-title {
		min-height: 40px;
		font-size: 13px;
		line-height: 20px;
	}

	.vbx-collection-price,
	.vbx-collection-price strong {
		font-size: 14px;
	}

	.vbx-collection-price del {
		font-size: 12px;
	}

	.vbx-collection-card-actions a {
		height: 28px;
		font-size: 12px;
	}

	.vbx-collection-pagination {
		gap: 13px;
		padding: 28px 0 44px;
	}

	.vbx-collection-pagination-pages {
		gap: 13px;
	}

	.vbx-collection-pagination-arrow {
		min-width: 34px;
		height: 34px;
		font-size: 20px;
	}

	.vbx-collection-wide,
	.vbx-collection-gift {
		grid-template-columns: 1fr;
	}

	.vbx-contact-panel-media {
		min-height: 280px;
	}

	.vbx-contact-panel-copy {
		max-width: none;
		padding: 26px 0 42px;
		font-size: 15px;
		text-align: center;
	}

	.vbx-collection-brand-slide {
		min-height: 780px;
	}

	.vbx-brand-slide-image img {
		width: min(82vw, 520px);
		max-height: 520px;
	}

	.vbx-brand-slide-copy {
		min-height: 190px;
	}

	.vbx-brand-slide-copy h2,
	.vbx-collection-text-block h2,
	.vbx-collection-gift h2 {
		font-size: 22px;
	}

	.vbx-collection-text-block {
		min-height: 0;
		padding: 32px 0;
	}

	.vbx-collection-about {
		min-height: 0;
		padding-top: 42px;
	}

	.vbx-collection-gift {
		gap: 18px;
		padding: 34px 0;
	}
}

@media (max-width: 480px) {
	.vbx-collection-breadcrumb {
		margin-bottom: 14px;
		font-size: 13px;
	}

	.vbx-collection-contact {
		font-size: 13px;
		line-height: 24px;
	}

	.vbx-collection-contact strong {
		font-size: 14px;
	}

	.vbx-collection-toolbar {
		height: 42px;
		font-size: 13px;
	}

	.vbx-collection-card-actions {
		gap: 6px;
	}

	.vbx-collection-brand-slide {
		min-height: 560px;
	}

	.vbx-brand-slide-copy {
		min-height: 150px;
	}

	.vbx-collection-seo {
		padding-bottom: 42px;
	}

	.vbx-collection-whatsapp,
	.vbx-collection-page .vbx-whatsapp {
		right: 16px;
		bottom: 16px;
		width: 58px;
		height: 58px;
	}
}
