* {
	margin: 0;
	padding: 0;
	font-feature-settings: "lnum";
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-tap-highlight-color: transparent;
	border-radius: 0;
}
html {
    font-size: 0.6944444444444444vw;
}
body {
	font-family: Jost;
	background-color: #1F2B26;
}

.mobile {
	display: none !important;
}

.leaflet-bottom .leaflet-control {
    display: none;
}

.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}

.bg-white {
	background-color: #FFFBF3;
}
.screen {
	overflow-y: hidden;
}
.container {
	width: 100%;
    margin: 0 auto;
    padding: 2.2rem 4.8rem 9.9rem;
    box-sizing: border-box;
}
.container-fluid {
	display: flex;
    width: 100%;
}
.height-vh {
	height: 100vh;
}
.about-image {
	position: relative;
	width: 59.7rem;
}
.about-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-image .logo img {
	position: absolute;
    top: 3.4rem;
    left: 4.8rem;
    width: 16.8rem;
    height: auto;
}
.about-info {
    display: flex;
    flex-direction: column;
    align-items: center;
	width: calc(100% - 59.7rem);
	padding: 2.2rem 0 9.6rem;
	overflow-y: auto;
}
.about-info::-webkit-scrollbar {
	width: 0;
}


.main-menu-mobile {
	display: none;
}
.menu {
	position: relative;
	display: flex;
    align-items: center;
	/*width: 41rem;*/
    height: 5.3rem;
	list-style: none;
	background-color: #A08C6A;
	border-radius: 1rem;
	padding: 0.2rem;
	margin-bottom: 8.45rem;
}
.menu-close {
	display: none;
}
.menu li {
	display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
	border-radius: 1rem;
}
.menu a {
	font-weight: 500;
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #2D3034;
	padding: 0 2rem;
	white-space: nowrap;
	text-align: center;
}
.menu a:hover {
	color: #FFFBF3;
}
.menu li.current-menu-item {
	background-color: #1F2B26;
}
.menu li.current-menu-item a {
	color: #A08C6A;
}

.main-title {
    font-family: Leotaro;
    font-size: 7.2rem;
    line-height: 100%;
    font-weight: 400;
    text-align: center;
    width: 50rem;
	color: #A62437;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
}
.main-subtitle {
    font-size: 2.8rem;
    line-height: 100%;
	font-weight: 500;
    color: #A08C6A;
    letter-spacing: -0.03em;
    margin-bottom: 5rem;
}
.about-info hr {
	width: 12.4rem;
    border-bottom: 0.1rem solid #A08C6A;
    margin-bottom: 5.05rem;
    box-sizing: border-box;
}
.main-text {
	width: 58.5rem;
    font-size: 1.8rem;
    line-height: 150%;
    font-weight: 300;
    color: #FFFBF3;
    text-align: center;
    margin-bottom: 6rem;
}
.restaurants {
	display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 1.8rem;
    line-height: 150%;
	font-weight: 500;
    letter-spacing: 0.1em;
    color: #A08C6A;
    text-transform: uppercase;
    text-decoration: none;
}
.restaurants .icon {
	position: relative;
	width: 7rem;
}
.restaurants .icon .circle {
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	border: 0.1rem solid #A08C6A;
	border-radius: 50%;
	box-sizing: border-box;
}
.restaurants .icon .star {
	position: absolute;
	top: 0.8rem;
	left: 1.2rem;
	display: block;
	width: 0.8rem;
	height: 1.4rem;
	background-image: url('../../images/icon-star.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.restaurants .icon .line {
	position: absolute;
	top: 1.6rem;
	left: 3.2rem;
	display: block;
	width: 3.8rem;
	height: 0.1rem;
	background-color: #A08C6A;
}
.restaurants:hover .icon {
	left: -0.9rem;
	width: 5.2rem;
}
.restaurants:hover .icon .circle {
	transform: scale(1.3125);
}
.restaurants:hover .icon .star {
	transform: rotate(-90deg);
}
.restaurants:hover .icon .line {
	left: 3.6rem;
	width: 2rem;
}


.restaurants-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 26.4rem;
    background-color: #892133;
	padding: 3.4rem 2.5rem;
	box-sizing: border-box;
	overflow-y: auto;
}
.restaurants-sidebar::-webkit-scrollbar {
	width: 0;
}
.restaurants-sidebar-text {
	font-size: 1.8rem;
    line-height: 150%;
    text-align: center;
    color: #A08C6A;
    margin: 9.7rem 0 4.2rem;
}
.restaurants-sidebar hr {
	width: 5.8rem;
    border-bottom: 0.1rem solid #A08C6A;
    box-sizing: border-box;
}
.cities-menu {
	list-style: none;
    display: flex;
    flex-direction: column;
	gap: 2.3rem;
	margin: 2.2rem 0;
}
.cities-menu li {
	display: flex !important;
	align-items: center;
    justify-content: center;
	text-align: center;
	/*margin: 1.15rem 0;*/
	min-height: 5.5rem;
}
.cities-menu li a {
	font-family: Leotaro;
    font-size: 2.4rem;
    line-height: 100%;
    color: #A08C6A;
    text-transform: uppercase;
    text-decoration: none;
}
.cities-menu li a.active,
.cities-menu li a:hover {
	color: #FFFBF3;
}
.cities-menu .slick-track {
	/*margin: 1.15rem 0px;*/
}
.cities-menu-arrow-desk-prev,
.cities-menu-arrow-desk-next {
	display: flex;
    align-items: center;
	height: 1.7rem;
}
.cities-menu-arrow-desk-prev .line,
.cities-menu-arrow-desk-next .line {
	display: none;
}
.cities-menu-arrow-desk-prev.slick-disabled .line,
.cities-menu-arrow-desk-next.slick-disabled .line {
	display: block;
}
.cities-menu-arrow-desk-prev.slick-disabled .arrow,
.cities-menu-arrow-desk-next.slick-disabled .arrow {
	display: none;
}
.cities-menu-arrow-desk-prev:hover .arrow,
.cities-menu-arrow-desk-next:hover .arrow {
	cursor: pointer;
}
.cities-menu-arrow-desk-prev:hover .arrow path,
.cities-menu-arrow-desk-next:hover .arrow path {
	fill: #FFFBF3;
}




.restaurants-info {
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
	width: calc(100% - 26.4rem);
	padding-top: 2.2rem;
}
.restaurants-map {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    z-index: -1;
}
.restaurants-map .leaflet-tile-pane {
	filter: grayscale(1);
}
.leaflet-popup-content-wrapper {
    background-color: #FFFBF3 !important;
    color: #AD152B !important;
    font-family: Jost;
    font-weight: 600;
    font-size: 1.4rem !important;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	box-shadow: 0px 4px 15px 0px #00000040 !important;
}
.leaflet-map-pane .leaflet-popup-tip-container_svg {
    fill: #FFFBF3 !important;
}
.leaflet-container a.leaflet-popup-close-button {
	display: none;
}
.restaurants-info .menu li.current-menu-item {
	background-color: #FFFFFF;
	opacity: 0.8;
}

.restaurants-list {
	position: absolute;
    bottom: 1.4rem;
	display: flex;
	gap: 0.8rem;
	width: 100%;
	margin: 0 -0.4rem;
}
.restaurants-list .slick-list {
	overflow-y: unset;
    overflow-x: hidden;
    padding-top: 2rem;
	padding-left: 1.4rem;
}
.restaurants-list .slick-slide {
	margin: 0 0.4rem;
}
.restaurants-single {
	position: relative;
	top: 0;
	display: flex !important;
    justify-content: center;
    align-items: center;
    width: 21.067rem !important;
    height: 26rem;
    border-radius: 0.4rem;
    background-size: cover;
	background-repeat: no-repeat;
    text-decoration: none;
	overflow: hidden;
	transition: all 0.2s;
}
.restaurants-single:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #252E2A;
	opacity: 0.5;
}
.restaurants-single:hover,
.restaurants-single.hover {
	top: -2rem;
}
.restaurants-single h4 {
	font-family: Leotaro;
    font-weight: 400;
    font-size: 4rem;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
	text-align: center;
	z-index: 1;
	display: none;
}

.map-link {
	display: block;
	color: #2D3034 !important;
	text-transform: lowercase;
	margin-top: 0.2rem;
}


.restaurant-page {
	display: flex;
    flex-direction: column;
	align-items: center;
}
.restaurant-page .logo img {
	position: absolute;
    top: 3.4rem;
    left: 4.8rem;
}
.restaurant-title-wrapper {
	width: 100%;
	text-align: center;
}
.restaurant-title {
	position: relative;
    font-family: Leotaro;
    font-weight: 400;
    font-size: 7.2rem;
    line-height: 100%;
    text-transform: uppercase;
    color: #A62437;
	margin-bottom: 1.8rem;
}
.restaurant-chief {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #A08C6A;
    margin-bottom: 5rem;
}
.restaurant-page > hr {
	width: 12.4rem;
	border-bottom: 0.1rem solid #A08C6A;
    box-sizing: border-box;
	margin-bottom: 6.35rem;
}

.restaurant-gallery {
	display: flex;
	justify-content: space-between;
	gap: 1.2rem;
	width: 100%;
	margin-bottom: 7rem;
}
.restaurant-gallery-wrapper-column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1.2rem;
	width: 100%;
}
.restaurant-gallery-wrapper-row {
	display: flex;
	justify-content: space-between;
	gap: 1.2rem;
}
.restaurant-gallery-image {
	width: 100%;
	height: 40rem;
	border-radius: 0.4rem;
	overflow: hidden;
}
.restaurant-gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.restaurant-gallery-wrapper-row .restaurant-gallery-image {
	width: 21.4rem;
	height: 19.4rem;
}
.restaurant-gallery-wrapper-column .restaurant-gallery-image {
	height: 19.4rem;
}

.restaurant-chief-info {
	display: flex;
	gap: 12.8rem;
	width: 100%;
	margin-bottom: 15.3rem;
}
.restaurant-chief-image {
	width: 43.7rem;
	min-width: 43.7rem;
    height: 43.7rem;
    border-radius: 0.4rem;
	overflow: hidden;
}
.restaurant-chief-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.restaurant-chief-name {
	font-family: Leotaro;
    font-weight: 400;
    font-size: 6rem;
    line-height: 100%;
    text-transform: uppercase;
	color: #D38159;
	margin-bottom: 4rem;
}
.restaurant-chief-name span {
	color: #A62437;
}
.restaurant-chief-description {
	width: 68rem;
	font-weight: 300;
    font-size: 1.8rem;
    line-height: 150%;
    color: #FFFBF3;
}
.restaurant-chief-info-wrapper {
	width: 100%;
	padding-top: 2rem;
	border-bottom: 0.1rem solid #A08C6A;
    box-sizing: border-box;
}
.restaurant-menu-title {
	display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 5.4rem;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFBF3;
	margin-bottom: 3.009rem;
}
.restaurant-menu-title svg {
	position: relative;
    top: -1.4rem;
    width: 20.266rem;
    height: auto;
}

.restaurant-menu {
	display: flex;
    flex-wrap: wrap;
	column-gap: 1.2rem;
    row-gap: 6rem;
	padding-bottom: 9rem;
	margin-bottom: 11rem;
	border-bottom: 0.1rem solid #A08C6A;
    box-sizing: border-box;
}
.restaurant-menu-dish {
	width: calc(50% - 0.6rem);
}
.restaurant-menu-dish-image {
	width: 100%;
    height: 40rem;
	border-radius: 0.4rem;
	overflow: hidden;
	margin-bottom: 4.6rem;
}
.restaurant-menu-dish-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.restaurant-menu-dish-name {
	width: 54.5rem;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #A08C6A;
    margin-bottom: 2rem;
}
.restaurant-menu-dish-description {
	width: 63.2rem;
	font-weight: 300;
    font-size: 1.8rem;
    line-height: 150%;
    color: #FFFBF3;
}

.restaurant-contacts {
	display: flex;
    gap: 12.5rem;
    width: 100%;
	padding-bottom: 10.3rem;
	margin-bottom: 9rem;
	border-bottom: 0.1rem solid #A08C6A;
    box-sizing: border-box;
}
.restaurant-contacts-title {
	width: 44rem;
    min-width: 44rem;
    font-family: Leotaro;
    font-weight: 400;
    font-size: 6rem;
    line-height: 100%;
    text-transform: uppercase;
    color: #A08C6A;
}
.restaurant-contacts-title span {
	position: relative;
	display: block;
    width: fit-content;
	color: #A62437;
}

.restaurant-contacts-wrapper {
	width: 100%;
}
.restaurant-contacts-info {
	display: flex;
	flex-wrap: wrap;
	row-gap: 4rem;
	margin-bottom: 4rem;
}
.restaurant-contacts-item {
	display: flex;
    flex-direction: column;
	width: 50%;
    font-size: 1.6rem;
    line-height: 150%;
    color: #8D9491;
}
.restaurant-contacts-item a {
	display: block;
	width: fit-content;
	color: #8D9491;
	text-decoration: none;
}
.restaurant-contacts-item span {
	color: #FFFBF3;
}
.restaurant-contacts-item div {
	width: fit-content;
    border-bottom: 0.1rem solid #8D9491;
}
.restaurant-contacts-map {
	height: 28rem;
	background-color: #ccc;
	border-radius: 0.4rem;
	overflow: hidden;
}
.restaurant-contacts-map .leaflet-tile-pane {
	filter: invert(0.9) grayscale(0.9);
}

.restaurant-similar-wrapper {
	width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.restaurant-similar-title {
	font-family: Leotaro;
    font-weight: 400;
    font-size: 6rem;
    line-height: 100%;
    text-transform: uppercase;
    color: #A08C6A;
}
.restaurant-similar-title span {
	color: #A62437;
}

.restaurant-similar-single {
	position: relative;
	top: 0;
	display: flex !important;
    justify-content: center;
    align-items: center;
    width: 44rem !important;
    height: 30rem;
    border-radius: 0.4rem;
    background-size: cover;
	background-repeat: no-repeat;
    text-decoration: none;
	overflow: hidden;
}
.restaurant-similar-single:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #252E2A;
	opacity: 0.5;
}
.restaurant-similar-single h4 {
	font-family: Leotaro;
    font-weight: 400;
    font-size: 4rem;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
	text-align: center;
	z-index: 1;
	display: none;
}

.restaurant-similar-list-wrapper {
	position: relative;
}
.restaurant-similar-list {
	margin: 0 -0.6rem;
}
.restaurant-similar-list .slick-slide {
	margin: 0 0.6rem;
}
.restaurant-similar-arrow-prev,
.restaurant-similar-arrow-next {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 4.8rem;
    height: 4.8rem;
}
.restaurant-similar-arrow-prev svg,
.restaurant-similar-arrow-next svg {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.restaurant-similar-arrow-prev {
	left: -4.8rem;
}
.restaurant-similar-arrow-next {
	right: -4.8rem;
}
.restaurant-similar-arrow-prev:hover svg path,
.restaurant-similar-arrow-next:hover svg path {
	fill: #A08C6A;
}
.restaurant-similar-arrow-prev.slick-disabled svg path,
.restaurant-similar-arrow-next.slick-disabled svg path {
	fill: #334039;
}

.restaurant-similar-dots .slick-dots {
	list-style: none;
    display: flex;
    justify-content: center;
    gap: 0.6rem;
}
.restaurant-similar-dots .slick-dots li {
	display: flex;
}
.restaurant-similar-dots .slick-dots li button {
	font-size: 0;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #8D9491;
    border: none;
    border-radius: 50%;
}
.restaurant-similar-dots .slick-dots li.slick-active button {
	width: 2rem;
	border-radius: 10rem;
	background-color: #FFFFFF;
}



.courvoisier-page {
	display: flex;
    flex-direction: column;
	align-items: center;
}
.courvoisier-page .logo img {
	position: absolute;
    top: 3.4rem;
    left: 4.8rem;
}
.courvoisier-page .menu li.current-menu-item {
    background-color: #FFFBF3;
}

.courvoisier-warning {
	position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 6rem;
    height: 6rem;
}
.courvoisier-warning img {
	display: block;
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.courvoisier-logo {
	width: 66.6rem;
}
.courvoisier-logo img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.courvoisier-image {
	position: relative;
    top: -3rem;
    width: 100%;
    height: 59.9rem;
	margin-bottom: 3rem;
    z-index: -1;
}
.courvoisier-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.courvoisier-facts {
	display: flex;
    gap: 1.2rem;
	width: 100%;
	margin-bottom: 12rem;
}
.courvoisier-facts-column {
	width: 100%;
}
.courvoisier-facts-column:first-child {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.courvoisier-facts-title {
	font-family: Leotaro;
    font-weight: 400;
    font-size: 6rem;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
}
.courvoisier-facts-title span {
	display: block;
    color: #AD152B;
}
.courvoisier-facts-image {
	width: 59.602rem;
    height: 26.6rem;
}
.courvoisier-facts-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.courvoisier-facts-list {
	display: flex;
    flex-direction: column;
    gap: 3rem;
}
.courvoisier-fact {
	display: flex;
}
.courvoisier-fact-number {
	width: 5.4rem;
    min-width: 5.4rem;
    font-weight: 300;
    font-style: Italic;
    font-size: 1.6rem;
    line-height: 150%;
    color: #AD152B;
}
.courvoisier-fact-text {
	width: 49.6rem;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 125%;
    color: #000000;
}

.courvoisier-features {
	width: 100%;
	margin-bottom: 16rem;
}
.courvoisier-features-title {
	width: 109rem;
    margin: 0 auto;
    font-family: Leotaro;
    font-weight: 400;
    font-size: 7.2rem;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #A62437;
    margin-bottom: 1.8rem;
}
.courvoisier-features-subtitle {
	position: relative;
	font-weight: 500;
    font-size: 2.8rem;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    color: #A08C6A;
    padding-bottom: 5rem;
	margin-bottom: 5rem;
}
.courvoisier-features-subtitle:after {
	content: "";
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 12.4rem;
    border-bottom: 0.1rem solid #A08C6A;
    box-sizing: border-box;
}
.courvoisier-features-list {
	display: flex;
    flex-direction: column;
    gap: 5rem;
}
.courvoisier-features-item {
	display: flex;
    gap: 12rem;
}
.courvoisier-features-item:nth-child(even) {
	flex-direction: row-reverse;
}
.courvoisier-features-item-image {
	width: 66.6rem;
    height: 43.5rem;
	border-radius: 0.8rem;
    overflow: hidden;
}
.courvoisier-features-item-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.courvoisier-features-item-info {
	width: 45.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}
.courvoisier-features-item-number {
	font-weight: 300;
    font-style: italic;
    font-size: 3.2rem;
    line-height: 150%;
    color: #A08C6A;
}
.courvoisier-features-item-title {
	font-weight: 600;
    font-size: 4.2rem;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    color: #AD152B;
}
.courvoisier-features-item-text {
	font-weight: 300;
    font-size: 1.8rem;
    line-height: 125%;
    text-align: center;
    color: #000000;
}

.courvoisier-assortment {
	width: 100%;
	margin-bottom: 5.6rem;
}
.courvoisier-assortment-title {
	width: 109rem;
    margin: 0 auto;
    font-family: Leotaro;
    font-weight: 400;
    font-size: 7.2rem;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #A62437;
    margin-bottom: 1.8rem;
}
.courvoisier-assortment-subtitle {
	position: relative;
	font-weight: 500;
    font-size: 2.8rem;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    color: #A08C6A;
    padding-bottom: 5rem;
	margin-bottom: 5rem;
}
.courvoisier-assortment-subtitle:after {
	content: "";
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 12.4rem;
    border-bottom: 0.1rem solid #A08C6A;
    box-sizing: border-box;
}

.courvoisier-assortment-list {
	display: flex;
    flex-direction: column;
}
.courvoisier-assortment-item {
	display: flex;
    gap: 6.5rem;
}
.courvoisier-assortment-item:nth-child(even) {
	flex-direction: row-reverse;
}
.courvoisier-assortment-item-image {
	width: 76.2rem;
    height: 71rem;
}
.courvoisier-assortment-item:nth-child(even) .courvoisier-assortment-item-image {
	width: 77.4rem;
}
.courvoisier-assortment-item-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.courvoisier-assortment-item-info {
	width: 45.2rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
    align-items: center;
}
.courvoisier-assortment-item-title {
	width: 42.9rem;
    font-weight: 600;
    font-size: 4.2rem;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    color: #AD152B;
}
.courvoisier-assortment-item-text {
	font-weight: 300;
    font-size: 1.8rem;
    line-height: 125%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    color: #000000;
}
.courvoisier-assortment-item-text p span {
	font-weight: 500;
    color: #A08C6A;
}
