@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&family=Cormorant+Garamond:wght@600;700&display=swap");

.cv2-brands-page #main-content,
.cv2-br {
	--canvas: #F6F2EA;
	--wine: #8E1246;
	--ink: #4a1230;
	--muted: #6f5f66;
	--line: #ece4d6;
	--sep: #f3ede2;
	--az-border: #e2d8c8;
	--search-border: #e2d3c4;
	--empty: #c9beb0;
	--font: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
	--display: "Cormorant Garamond", Georgia, serif;
	--max: 1440px;
	color: #362028;
	font-family: var(--font);
}

html body.cv2-brands-page #full-wrapper,
html body.cv2-brands-page .full-wrapper,
html body.cv2-brands-page #main-container,
html body.cv2-brands-page .main-container,
html body.cv2-brands-page #main-content,
html body.cv2-brands-page .main-content,
html body.cv2-brands-page .cv2-br {
	display: block !important;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	overflow: visible !important;
	text-align: left !important;
	box-shadow: none !important;
}
html body.cv2-brands-page #full-wrapper,
html body.cv2-brands-page .full-wrapper {
	background: #F6F2EA !important;
	background-color: #F6F2EA !important;
}
html body.cv2-brands-page {
	overflow-x: hidden;
	background: #F6F2EA;
}

.cv2-br {
	max-width: none;
	padding: 0;
	box-sizing: border-box;
	background: #F6F2EA;
	text-align: left;
}
.cv2-br a { color: var(--wine); }
.cv2-br a:hover { color: var(--wine); }
.cv2-br a.cv2-br-item { color: #1d1d1d; }
.cv2-br a.cv2-br-item:hover { color: #8E1246; }

.cv2-br-bc { margin: 0 0 14px; padding: 0; }
.cv2-br-bc ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	font-size: 13px;
}
.cv2-br-bc li + li:before {
	content: "/";
	margin-right: 8px;
	color: #A98F97;
}
.cv2-br-bc a { color: #8A1240; text-decoration: none; font-weight: 700; }
.cv2-br-bc a:hover { color: #B00F4F; }
.cv2-br-bc [aria-current="page"] { color: #7A626B; font-weight: 700; }

.cv2-br-hero {
	position: relative;
	z-index: 1;
	background: #F6F2EA;
	overflow: visible;
}
.cv2-br-hero__photo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	background: url("/css/brands-wp.jpg") center / cover no-repeat;
	pointer-events: none;
}
.cv2-br-hero__photo:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(246,242,234,0) 68%, #F6F2EA 100%);
}
.cv2-br-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: var(--max);
	margin: 0 auto;
	padding: 48px 16px 88px;
	box-sizing: border-box;
	text-align: left;
}

.cv2-br-title {
	font-family: var(--display);
	font-size: 36px;
	line-height: 1.1;
	font-weight: 700;
	margin: 0 0 14px;
	color: #3A2430;
	letter-spacing: -0.02em;
	text-align: left;
}
.cv2-br-lead {
	margin: 0;
	max-width: 440px;
	font-size: 17px;
	line-height: 1.65;
	color: #4A3A41;
	text-align: left;
}

html body.cv2-brands-page .cv2-br-search {
	margin-top: 28px;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	-webkit-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	gap: 16px;
	width: auto !important;
	max-width: 560px !important;
	position: relative;
}
html body.cv2-brands-page .cv2-br-search__field {
	position: relative !important;
	display: block !important;
	-webkit-flex: 0 1 380px !important;
	flex: 0 1 380px !important;
	width: 380px !important;
	max-width: 380px !important;
	min-width: 0 !important;
	margin: 0 !important;
	float: none !important;
}
html body.cv2-brands-page .cv2-br-search__ico {
	position: absolute !important;
	left: 18px;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	color: #8E1246;
	pointer-events: none;
	z-index: 2;
}
html body.cv2-brands-page input.cv2-br-input,
html body.cv2-brands-page .cv2-br-input {
	position: relative !important;
	display: block !important;
	float: none !important;
	left: auto !important;
	right: auto !important;
	width: 100% !important;
	max-width: 380px !important;
	height: 50px !important;
	padding: 0 18px 0 46px !important;
	font: inherit;
	font-size: 15.5px !important;
	color: #362028 !important;
	background: #FFFFFF !important;
	border: 1px solid #e2d3c4 !important;
	border-radius: 999px !important;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box !important;
}
html body.cv2-brands-page .cv2-br-input:focus {
	border-color: #8E1246 !important;
	box-shadow: 0 0 0 3px rgba(142,18,70,.10);
}
html body.cv2-brands-page .cv2-br-input::placeholder { color: #b3a49c; }
html body.cv2-brands-page .cv2-br-count {
	position: relative !important;
	display: inline-block !important;
	font-size: 14.5px;
	font-weight: 700;
	color: #6f5f66;
	white-space: nowrap;
	-webkit-flex: 0 0 auto !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	z-index: 2;
}
html body.cv2-brands-page .cv2-br-az a.cv2-br-az__btn,
html body.cv2-brands-page a.cv2-br-az__btn {
	width: 36px !important;
	height: 36px !important;
	border-radius: 10px !important;
	background: #FFFFFF !important;
	border: 1px solid #e2d8c8 !important;
	color: #8E1246 !important;
	font-size: 13.5px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	pointer-events: auto !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
}
html body.cv2-brands-page .cv2-br-az a.cv2-br-az__btn:hover,
html body.cv2-brands-page a.cv2-br-az__btn:hover {
	background: #8E1246 !important;
	border-color: #8E1246 !important;
	color: #FFFFFF !important;
}
html body.cv2-brands-page .cv2-br-az .cv2-br-az__btn.is-off,
html body.cv2-brands-page .cv2-br-az .cv2-br-az__btn.is-empty {
	background: transparent !important;
	border-color: transparent !important;
	color: #c9beb0 !important;
	pointer-events: none !important;
}

.cv2-br-az {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 30;
	background: #F6F2EA;
	border-bottom: 1px solid #ece4d6;
}
.cv2-br-az__inner {
	max-width: var(--max);
	margin: 0 auto;
	padding: 12px 16px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 6px;
}
.cv2-br-az__btn {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 13.5px;
	font-weight: 800;
	text-decoration: none;
	box-sizing: border-box;
	line-height: 1;
}
a.cv2-br-az__btn {
	background: #FFFFFF;
	border: 1px solid #e2d8c8;
	color: #8E1246;
}
a.cv2-br-az__btn:hover,
a.cv2-br-az__btn.is-on {
	background: #8E1246;
	border-color: #8E1246;
	color: #FFFFFF;
}
.cv2-br-az__btn.is-empty,
.cv2-br-az__btn.is-off {
	background: transparent;
	border: 1px solid transparent;
	color: #c9beb0;
	pointer-events: none;
	cursor: default;
}

.cv2-br-list {
	max-width: var(--max);
	margin: 0 auto;
	padding: 28px 16px 72px;
	box-sizing: border-box;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 18px;
}
html body.cv2-brands-page .cv2-br-list, html body.cv2-brands-page .cv2-br-sec:not([hidden]) { visibility: visible !important; }
.cv2-br-sec {
	display: grid !important;
	grid-template-columns: 88px 1fr;
	gap: 28px;
	-webkit-align-items: start;
	align-items: start;
	background: #FFFFFF;
	border: 1px solid #ece4d6;
	border-radius: 20px;
	padding: 32px;
	box-sizing: border-box;
	scroll-margin-top: 80px;
}
.cv2-br-sec[hidden] { display: none !important; }
.cv2-br-sec__letter {
	font-family: var(--display);
	font-size: 64px;
	font-weight: 600;
	line-height: 1;
	color: #8E1246;
	padding-top: 2px;
}
.cv2-br-sec__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0 28px;
	min-width: 0;
}
.cv2-br-item {
	display: block;
	padding: 10px 0;
	font-size: 15.5px;
	line-height: 1.35;
	color: #1d1d1d;
	text-decoration: none;
	border-bottom: 1px solid #f3ede2;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cv2-br-item:hover { color: #8E1246; }
.cv2-br-item[hidden] { display: none !important; }

.cv2-br-empty {
	max-width: var(--max);
	margin: 0 auto;
	padding: 48px 16px 80px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	color: #6f5f66;
}
.cv2-br-empty[hidden] { display: none !important; }

@media (min-width: 801px) {
	.cv2-br-title { font-size: 36px; }
}
@media (min-width: 1081px) {
	.cv2-br-title { font-size: 36px; }
}
@media (min-width: 901px) {
	.cv2-br-hero__inner { padding: 56px 24px 24px; }
	.cv2-br-az__inner { padding: 14px 24px; }
	.cv2-br-list { padding: 32px 24px 88px; }
}
@media (max-width: 900px) {
	.cv2-br-hero__inner { padding: 28px 16px 28px; }
	.cv2-br-title { font-size: 36px; }
	html body.cv2-brands-page .cv2-br-search { max-width: none !important; -webkit-flex-wrap: wrap !important; flex-wrap: wrap !important; }
	html body.cv2-brands-page .cv2-br-search__field,
	html body.cv2-brands-page input.cv2-br-input { width: 100% !important; max-width: 100% !important; -webkit-flex: 1 1 100% !important; flex: 1 1 100% !important; }
	.cv2-br-az__inner { padding: 10px 16px; gap: 5px; }
	html body.cv2-brands-page .cv2-br-az__btn.is-empty,
	html body.cv2-brands-page .cv2-br-az__btn[data-empty="1"] { display: none !important; }
	.cv2-br-list { padding: 18px 16px 56px; gap: 14px; }
	.cv2-br-sec {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 20px;
		border-radius: 16px;
	}
	.cv2-br-sec__letter { font-size: 48px; }
	.cv2-br-sec__grid { grid-template-columns: 1fr 1fr; gap: 0 16px; }
}
