/*
	Theme Name: Texas Crown Club
	Description: Texas Crown Club
	Version: 1.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	Author: Framework
	Author URI: https://frameworkmn.com
*/

dl,h3,menu,ol,p,pre,ul{margin:1em 0}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif}body,figure,form{margin:0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul,ol,ul{list-style:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}code,h1,h2,h3,h4,h5,h6,p,pre{font-size:1em}blockquote,body,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,input,li,ol,p,pre,ul{margin:0;padding:0}:link img,:visited img,a img{border:none}address{font-style:normal}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media (max-width:959px){body #wpadminbar{display:none!important}html{padding-top:0!important;margin-top:0!important}body.admin-bar .header{top:0}}

:root {
	--c0: #38C6C6;
	--c1: #C40A0A;
	--c2: #F962FF;
	--c3: #11204A;
	--c4: #67321D;
	--c5: #231F20;
	--c6: #888452;
	--c7: #F8F8F8;
	--c8: #EFEDEA;
	--c9: #707070;
	--c10: #DBD7D4;
	--c11: #D59465;
	--c12: #88634D;
	--c13: #F5F5F5;
	--c14: #FFFFFF;
	--c15: #8B634D;
	--c16: #A55629;
	--c17: #8b624c;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 700 65px 'Inria Serif';
	text-transform: uppercase;
	color: var(--c15);
	line-height: 1.05em;
	margin: 0 0 20px 0;
}

h1.medium {
	font-size: 70px;
	margin-bottom: 17px;
}

h1.large {
	font-size: 100px;
	line-height: 0.85em;
	margin-bottom: 32px;
}

h4 + h1 {
	margin-top: -6px;
}

.intro h4 + h1, .intro h4 + h1 {
	margin-top: 58px;
}

h2 {
	font: 700 40px 'Inria Serif';
	text-transform: uppercase;
	color: var(--c15);
	line-height: 1em;
	margin: 0 0 29px 0;
}

h4 + h2 {
	margin-top: -19px;
}

h3 {
	font: 700 40px 'Inria Serif';
	text-transform: uppercase;
	line-height: 1em;
	color: var(--c5);
	margin: 0 0 30px 0;
}

h4 {
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--c5);
	margin: 0 0 41px 0;
}

h5 {
	font: 700 20px 'Inria Serif';
	text-transform: uppercase;
	color: var(--c5);
	margin: 0 0 10px 0;
}

h6, .button-dir {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.2em;
	color: var(--c11);
	margin: 0 0 30px 0;
}

.hero h6, .hero h6 a, .hero h6 .inner {
	color: var(--c11) !important;
	border-color: var(--c11);
}

h6 a, h6 .inner, .button-dir a {
	display: inline-block;
	border: 1.5px solid var(--c15);
	border-radius: 3px;
	color: var(--c15) !important;
	padding: 16px 40px;
	position: relative;
	text-align: center;
	text-decoration: none;
	min-width: 226px;
}

h6.tan a {
	color: var(--c11) !important;
	border-color: var(--c11);
}

h6 .inner {
	transition: all 250ms ease-in-out;
}

.home:not(.scrolling) .header-button, .home:not(.scrolling) .header-button a,
.light-button, .light-button a {
	color: var(--c7) !important;
	border-color: var(--c7);
}

h6 a:hover,
.button-dir a:hover,
.home:not(.scrolling) h6.header-button a:hover,
.light-button a:hover,
h6 .inner:hover, .cocktail-link:hover h6 .inner {
	background-color: var(--c15);
	border-color: var(--c15);
	color: var(--c7) !important;
}

h6 a:before, h6 .inner:before,
.button-dir a:before,
.wpforms-submit-container:before {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: -0.5px;
	right: -0.5px;
	bottom: 6px;
	border-radius: 3px;
	border: 1.5px solid var(--c15);
	border-radius: 3px;
	pointer-events: none;
	transition: all 250ms ease-in-out;
}

h6.tan a:before {
	border-color: var(--c11);
}

.wpforms-submit-container:before {
	left: 0;
	right: 0;
}

.home:not(.scrolling) .header-button a:before,
.light-button a:before {
	border-color: var(--c7);
}

.hero h6 a:before, .hero h6 .inner:before {
	border-color: var(--c11);
}

h6 a:hover:before,
.button-dir a:hover:before,
.home:not(.scrolling) h6.header-button a:hover:before,
.light-button a:hover:before,
h6 .inner:hover:before, .cocktail-link:hover h6 .inner:before {
	border-color: var(--c15);
}

.wpforms-submit-container {
	position: relative !important;
	margin: 12px 0 0 0 !important;
	padding: 0 !important;
	align-self: flex-start !important;
}

.button,
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	border: 1.5px solid var(--c15) !important;
	border-radius: 3px !important;
	color: var(--c15) !important;
	padding: 16px 40px !important;
	position: relative !important;
	text-align: center !important;
	text-decoration: none !important;
	min-width: 226px !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	line-height: 1.2em !important;
	-webkit-transition: all 250ms ease-in-out !important;
	transition: all 250ms ease-in-out !important;
	height: auto !important;
	background: transparent !important;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	margin: 0 !important;
}

.button:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	background-color: var(--c15) !important;
	border-color: var(--c15) !important;
	color: var(--c7) !important;
}

/* Links */

:where(a) {
	color: var(--c15);
	text-decoration: underline;
	transition: all 250ms ease-in-out;
}

.button-dir {
	display: block;
	margin: 10px 20px 10px 20px;
	font-size: 14px;
}

.button-dir a {
	display: block;
	min-width: 1px;
	text-decoration: none !important;
}

:where(a:hover) {
	color: var(--c5);
}

/* Paragraphs */

p {
	margin: 0 0 37px 0;
	line-height: 1.5em;
}

.small {
	font-size: 16px;
}

h4 + .small {
	margin-top: -18px;
}

.tan {
	color: var(--c11) !important;
}

.dark {
	color: var(--c5) !important;
}

.alignleft {
	float: left;
	display: inline;
	margin: 10px 45px 20px 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 0 0 10px 45px;
}

.aligncenter {
	display: block;
	margin: 0 auto 40px auto;
}

p>.aligncenter:last-child {
	margin-bottom: 0;
}

/* Lists */

ul, ol {
	margin: 0 0 33px 16px;
}

p + ul, p + ol {
	margin-top: -17px;
}

ul li, ol li {
	list-style: disc;
	margin: 0 0 7px 0;
	line-height: 1.3em;
}

ol li {
	list-style: decimal;
}

/* Clearfix */

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Layout */

body {
	font: 500 20px Archivo, Arial, Helvetica, sans-serif;
	background: var(--c7);
	color: var(--c5);
}

table {
	width: 100%;
	margin: 30px 0 12px 0;
}

td {
	vertical-align: top;
	line-height: 1.45em;
}

img {
	max-width: 100%;
	height: auto;
}

.all {
	width: 100%;
	overflow: hidden;
}

.frame {
	width: min(100% - 40px, 1590px);
	margin-inline: auto;
	position: relative;
}

.wide-frame {
	width: min(100%, 1920px);
}

.medium-wide-frame {
	width: min(100% - 40px, 1420px);
}

.medium-frame {
	width: min(100% - 40px, 1368px);
}

.narrow-frame {
	width: min(100% - 40px, 1344px);
}

.extra-narrow-frame {
	width: min(100% - 40px, 1110px);
}

.narrowest-frame {
	width: min(100% - 40px, 1060px);
}

.page-content {
	position: relative;
	width: 100%;
	overflow: hidden;
}

body:not(.home) .page-content {
	padding-top: 124px;
}

.content {
	position: relative;
	z-index: 10;
	padding: 60px 0;
}

.graphic-background {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.background-image {
	display: none;
}

.white-text, .white-text * {
	color: var(--c7);
}

.menu-button {
	display: none;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 310;
	background: var(--c5);
}

.home:not(.scrolling) .header {
	background: transparent;
}

.admin-bar .header {
	top: 32px;
}

.header:before {
	content: '';
	display: block;
	position: absolute;
	top: -46px;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, #231F20, transparent);
	height: 225px;
	z-index: 300;
	pointer-events: none;
	opacity: 0;
	mix-blend-mode: multiply;
}

.header, .header:before {
	transition: opacity 350ms ease-in-out, background-color 350ms ease-in-out;
}

.home:not(.scrolling) .header:before {
	opacity: 0.5;
}

.header .frame {
	display: flex;
	align-items: center;
	height: 124px;
	z-index: 310;
}

.header-button {
	margin: 0;
}

.translate {
	margin: -3px 0 0 40px;
}

.logo {
	margin: -5px auto 0 6.7%;
	position: relative;
	z-index: 310;
}

.logo a,
.logo img {
	display: block;
}

.main-nav {
	margin: 0;
	position: relative;
	z-index: 310;
}

.main-nav ul {
	margin: 0;
}

.main-nav>ul {
	display: flex;
}

.main-nav li {
	list-style: none;
	position: relative;
}

.main-nav>ul>li {
	list-style: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
}

.main-nav>ul>li:not(:first-child) {
	margin-left: 58px;
}

.main-nav a {
	text-decoration: none;
}

.main-nav>ul>li>a {
	display: block;
	padding: 4px 0;
	white-space: nowrap;
	position: relative;
	color: var(--c13);
	border-bottom: 2px solid transparent;
}

.main-nav>ul>li:hover>a {
	border-bottom-color: var(--c11);
}

.hero {
	height: 1118px;
}

.hero .frame {
	height: 100%;
	padding: 230px 0 0 0;
}

.hero-text {
	width: 46.26%;
	margin: 20px 0 0 0;
	position: relative;
	z-index: 20;
	font-size: 20px;
	color: var(--c4);
}

.hero-text p {
	max-width: 644px;
	line-height: 1.7em;
	margin-bottom: 45px;
}

.hero-text h1 + p {
	margin-top: 40px;
}

.texture-background {
	background: url('i/texture-1.webp') repeat-x 50% 100%;
	background-size: cover;
}

.products-area {
	padding: 158px 0 170px 0;
}

.products-intro {
	text-align: center;
}

.products-text {
	width: 100%;
	max-width: 888px;
	margin: 0 auto;
}

.products-text:not(:first-child) {
	margin-top: 50px;
}

.products-text>:last-child {
	margin-bottom: 0;
}

ul.products {
	display: flex;
	justify-content: space-between;
	margin: 33px 60px 0 30px;
}

ul.products>li {
	list-style: none;
	width: 38.5%;
	display: flex;
	align-items: flex-end;
}

.product-image {
	width: 48%;
}

.products>li:nth-child(2) .product-image {
	width: 43.8%;
}

.product-image img {
	display: block;
}

.product-info {
	width: 53%;
	margin: 0 0 21px 2%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
}

.product-name {
	margin-bottom: 10px;
}

.product-subtitle {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

.product-info p {
	line-height: 1.6em;
	margin-bottom: 28px;
}

.products>li:nth-child(2) .product-info p {
	margin-right: 30px;
	margin-bottom: 43px;
}

.product-button {
	margin: auto 0 0 0;
}

.product-info>:last-child {
	margin-bottom: 0;
}

.callout {
	padding: 143px 0;
}

.callout.texture-background {
	padding: 300px 0 290px 0;
}

.graphic-callout + .callout.texture-background {
	margin-top: -70px;
}

.callout .frame {
	display: flex;
	justify-content: space-between;
}

.callout .frame:before, .cocktail-link:before, .single-cocktail-area .frame:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: -3%;
	width: 17.18%;
	aspect-ratio: 232 / 293;
	background: url('i/logo-overlay-1.svg') no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 10;
}

.right-callout .frame:before {
	right: auto;
	bottom: -10px;
	left: 43%;
	transform: translate(-50%, 0);
}

.cocktail-link:before {
	width: 91px;
	bottom: 34px;
	right: 20px;
	background-image: url('i/logo-overlay-3.svg');
	opacity: 0;
	transition: opacity 250ms ease-in-out;
}

.cocktail-link:hover:before {
	opacity: 0.52;
}

.single-cocktail-area .frame:before {
	bottom: auto;
	right: auto;
	top: 17%;
	left: 26%;
}

.callout-image {
	width: 45.2%;
}

.right-callout .callout-image {
	order: 2;
}

.callout-image img {
	display: block;
}

.callout-text {
	width: calc(55.4% - 75px);
	position: relative;
	z-index: 20;
}

.right-callout .callout-text {
	order: 1;
}

.callout-text>:last-child {
	margin-bottom: 0;
}

.feature-area .frame {
	display: flex;
	justify-content: space-between;
}

.feature-left {
	width: calc(50.73% - 9px);
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

.feature-left .outer {
	height: calc(100% - 18px);
}

.feature-text {
	background: url('i/texture-3.webp') no-repeat;
	background-size: cover;
	position: relative;
}

.feature-text:before, .feature-text .outer:before,
.graphic-callout .frame:before, .graphic-callout .outer:before,
.popup .frame:before, .popup .outer:before {
	content: '';
	display: block;
	position: absolute;
	top: 27px;
	bottom: 171px;
	right: 30px;
	background: url('i/logo-border-vertical.webp') repeat-y;
	width: 3px;
	pointer-events: none;
}

.popup .frame:before, .popup .outer:before {
	background-image: url('i/logo-border-vertical-thick.webp');
	width: 4px;
}

.graphic-callout .frame:before,
.popup .frame:before {
	top: 0;
	right: 3px;
	bottom: 144px;
}

.popup .frame:before {
	bottom: 219px;
}

.feature-text .outer:before,
.graphic-callout .outer:before,
.popup .outer:before {
	right: auto;
	left: 26px;
	bottom: 28px;
	transform: scaleX(-1);
}

.graphic-callout .outer:before,
.popup .outer:before {
	top: 0;
	left: -1px;
	bottom: 1px;
}

.popup .outer:before {
	bottom: 2px;
}

.feature-text:after, .feature-text .outer:after,
.graphic-callout .frame:after, .graphic-callout .outer:after,
.popup .frame:after, .popup .outer:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 28px;
	right: 172px;
	left: 27px;
	background: url('i/logo-border-horizontal.webp') repeat-x;
	height: 3px;
	pointer-events: none;
}

.popup .frame:after, .popup .outer:after {
	background-image: url('i/logo-border-horizontal-thick.webp');
	height: 4px;
}

.graphic-callout .frame:after,
.popup .frame:after {
	bottom: 1px;
	right: 145px;
	left: 0;
}

.popup .frame:after {
	right: 221px;
}

.feature-text .outer:after,
.graphic-callout .outer:after,
.popup .outer:after {
	bottom: auto;
	top: 27px;
	right: 32px;
}

.graphic-callout .outer:after,
.popup .outer:after {
	top: 0;
	left: 0;
	right: 5px;
}

.feature-text, .feature-image {
	height: calc(50% - 9px);
}

.outer, .inner {
	position: relative;
}

.feature-text .inner {
	padding: 163px 163px 100px 163px;
	height: 100%;
}

.feature-text .inner:before,
.graphic-callout .inner:before,
.popup .inner:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 10px;
	right: 30px;
	background: url('i/logo-overlay-2.webp') no-repeat 100% 100%;
	aspect-ratio: 142 / 143;
	width: 142px;
	pointer-events: none;
}

.popup .inner:before {
	background-image: url('i/logo-overlay-6.webp');
	width: 219px;
	aspect-ratio: 1 / 1;
}

.graphic-callout .inner:before,
.popup .inner:before {
	right: 3px;
	bottom: 1px;
}

.feature-text>:last-child {
	margin-bottom: 0;
}

.feature-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feature-video {
	width: calc(49.27% - 9px);
	aspect-ratio: 952 / 1190;
}

.video-wrapper {
	overflow: hidden;
}

.video-wrapper video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 10;
}

.has-overlay {
	position: relative;
}

.has-overlay:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url('i/overlay-1.webp') no-repeat 50% 50%;
	background-size: contain;
	aspect-ratio: 531 / 780;
	width: 55.77%;
	z-index: 20;
}

.carousel-area {
	padding: 100px 0;
}

.carousel-area .frame {
	display: flex;
	justify-content: space-between;
}

.carousel-text {
	width: 373px;
	margin: 85px 0 0 0;
}

.carousel-text>:last-child {
	margin-bottom: 0;
}

.carousel-wrapper {
	width: calc(100% - 416px + 247px);
	margin: 0 -247px 0 0;
}

.carousel {
	margin: -10px 0 70px 0;
}

.carousel-slide {
	width: 340px;
}

.cocktail {
	aspect-ratio: 340 / 443;
	background: url('i/cocktail-background.webp') no-repeat 50% 100%;
	background-size: 100% 100%;
	margin: 128px 0 0 0;
	position: relative;
	font-size: 16px;
}

.cocktail:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: url('i/cocktail-background-hover.webp') no-repeat 50% 100%;
	background-size: 100% 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 250ms ease-in-out;
}

.cocktail:hover:before {
	opacity: 1;
}

.cocktail-link {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	padding: 0 40px 57px 40px;
	text-align: center;
	text-decoration: none;
	color: var(--c5);
	position: relative;
	z-index: 20;
	height: 100%;
}

.cocktail-link * {
	position: relative;
	z-index: 30;
}

.cocktail-image {
	margin: -118px 0 28px 0;
	height: 268px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: center;
}

.cocktail-image img {
	height: 100%;
	width: auto;
	transition: transform 250ms ease-in-out;
}

.cocktail-link:hover .cocktail-image img {
	transform: scale(1.05);
}

.cocktail-name {
	font: 700 20px 'Inria Serif';
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.cocktail-button {
	margin: auto 0 0 0;
}

.carousel-nav {
	display: flex;
	font-size: 30px;
}

.carousel-nav-link:not(:first-child) {
	margin-left: 30px;
}

.carousel-nav-link:focus {
	outline: none;
}

.swiper-button-lock {
    display: block !important;
}

.newsletter-area {
	background: url('i/texture-2.webp') repeat-x 50% 100%;
	background-size: cover;
	padding: 0 0 100px 0;
}

.newsletter-area .frame {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsletter-text {
	width: 33.33%;
}

.newsletter-text h1 {
	margin-bottom: 35px;
}

.newsletter-text>:last-child {
	margin-bottom: 0;
}

.newsletter-image {
	width: 25.6%;
	display: flex;
	margin: -50px 0 0 0;
}

.newsletter-form {
	width: 28%;
}

.cta {
	text-align: center;
	margin: -40px 0 0 0;
	padding: 248px 0 240px 0;
}

.cta>.frame>:last-child {
	margin-bottom: 0;
}

.footer {
	background: var(--c3);
	padding: 122px 0 200px 0;
	text-align: center;
	min-height: 523px;
	position: relative;
}

.footer:before {
	content: '';
	display: block;
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 21%;
	aspect-ratio: 398 / 349;
	background: url('i/footer-logo.svg') no-repeat;
	background-size: contain;
	z-index: 10;
	pointer-events: none;
}

.footer .frame {
	z-index: 20;
}

.footer-nav {
	margin: 0 0 15px 0;
}

.footer-nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -15px;
}

.footer-nav li {
	list-style: none;
	margin: 0 15px 34px 15px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.footer-nav a {
	text-decoration: none;
	color: var(--c11);
}

.footer-nav a:hover {
	color: var(--c8);
}

.footer-content {
	position: relative;
}

.footer-text {
	text-align: center;
	width: 100%;
	max-width: 710px;
	margin: 0 auto;
	font-size: 12px;
}

.footer-text p {
	line-height: 1.8em;
}

.footer-text>:last-child {
	margin-bottom: 0;
}

.footer-social {
	position: absolute;
	top: calc(50% - 4px);
	right: 40px;
	transform: translate(0, -50%);
}

.social ul {
	display: flex;
	margin: 0;
}

.social li {
	list-style: none;
	margin: 0;
	font-size: 30px;
}

.social li:not(:first-child) {
	margin-left: 33px;
}

.social i {
	transition: all 250ms ease-in-out;
}

.social a:hover i {
	color: var(--c11);
}

.single-product-area .frame {
	display: flex;
}

.sp-image {
	width: 50%;
	overflow: hidden;
}

.sp-left .sp-image {
	order: 2;
}

.sp-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sp-text {
	width: 50%;
	position: relative;
	padding: 150px 143px 0 143px;
	overflow: hidden;
}

.sp-left .sp-text {
	order: 1;
	display: flex;
	justify-content: flex-end;
	padding-top: 215px;
}

.sp-text .inner, .tam-text .inner {
	position: relative;
	z-index: 20;
	width: 100%;
	max-width: 550px;
}

.sp-text p {
	line-height: 1.7em;
	margin-bottom: 45px;
}

.sp-logo {
	position: absolute;
	top: 0;
	left: -5%;	
	right: -1%;
	bottom: 0;
	opacity: 0.05;
	z-index: 10;
	pointer-events: none;
	background-size: contain;
	background-position: 0 0;
}

.sp-left .sp-logo {
	top: 5%;
	right: 0;
}

.graphic-callout {
	padding: 545px 0 150px 0;
	position: relative;
}

.graphic-callout:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(
		to bottom,
		rgba(245,245,245,0.74) 0%,
		rgba(245,245,245,0.74) 14%,
		rgba(245,245,245,0.74) 40%,
		rgba(245,245,245,1) 70%
	);
}

.graphic-callout .inner {
	display: flex;
	justify-content: space-between;
	padding: 125px 150px 130px 150px;
}

.gc-headline {
	margin: 0;
	width: calc(39.8% - 40px);
}

.gc-text {
	width: calc(60.2% - 40px);
}

.gc-text>:last-child {
	margin-bottom: 0;
}

.tam {
	background: url('i/texture-2.webp') repeat-x 50% 100%;
	background-size: cover;
}

.tam .frame {
	display: flex;
}

.tam-media {
	width: 50%;
	display: flex;
	position: relative;
	overflow: hidden;
}

.left-tam .tam-media {
	order: 1;
}

.tam-media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: auto;
}

.tam-text {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	padding: 280px 135px;
}

.left-tam .tam-text {
	order: 2;
	justify-content: flex-start;
	padding: 200px 140px;
}

.tam-text h1 {
	margin-bottom: 45px;
}

.tam + .carousel-area {
	margin-top: 100px;
}

.social-area {
	padding: 770px 0 80px 0;
}

.texture-background + .social-area {
	z-index: 0;
	margin-top: -30px;
}

.carousel-area + .social-area {
	margin-top: -55px;
}

.social-area:before {
	top: 530px;
	background: linear-gradient(
		to bottom,
		rgba(35,31,32,0) 0%,
		rgba(17,32,74,1) 42%
	);
	z-index: 20;
}

.social-area:after, .callout.texture-background:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 87px;
	background: url('i/edge.svg') repeat-x 50% 0;
	z-index: 20;
}

.texture-background + .social-area:after {
	display: none;
}

.social-video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	pointer-events: none;
}

.social-area .frame {
	z-index: 20;
}

.social-area .inner {
	padding-bottom: 185px;
}

.social-row {
	display: flex;
	align-items: center;
	margin: 0 0 45px 0;
}

.social-label {
	margin: 0 0 0 30px;
}

.cocktails-area {
	padding: 83px 0;
}

.cocktails-intro {
	text-align: center;
	width: 100%;
	max-width: 850px;
	margin: 0 auto 110px auto;
}

.cocktails-intro h4 + h1 {
	margin-top: 57px;
}

.cocktails-intro h1 {
	margin-bottom: 10px;
}

.cocktails-intro>:last-child {
	margin-bottom: 0;
}

ul.cocktails {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
}

ul.cocktails>li {
	list-style: none;
	width: calc(33.33% - 20px);
	margin: 0 10px 90px 10px;
}

.cocktails .cocktail {
	width: 100%;
	background-size: 100% 100%;
}

.single-cocktail-area {
	padding: 70px 0 160px 0;
}

.single-cocktail-area + .carousel-area {
	margin-top: 100px;
}

.single-cocktail-area .frame {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single-cocktail-text {
	width: 37.75%;
}

.single-cocktail-text p {
	line-height: 1.7em;
}

.single-cocktail-tagline {
	margin-bottom: 20px;
	letter-spacing: 2.3px;
	margin-bottom: 24px;
	color: var(--c15);
}

.recipe {
	font-size: 16px;
}

.recipe:not(:first-child) {
	margin-top: 46px;
}

.recipe h4 {
	font-family: 'Inria Serif';
	font-weight: 700;
	color: var(--c15);
	margin: 0 0 10px 0;
	letter-spacing: 0;
}

.cocktail-text>:last-child {
	margin-bottom: 0;
}

.single-cocktail-image {
	background: url('i/overlay-2.svg') no-repeat;
	background-size: 100% 100%;
	width: 38.94%;
	aspect-ratio: 553 / 813;
	display: flex;
	justify-content: center;
	align-items: center;
}

.single-cocktail-image img {
	max-width: 70%;
	height: auto;
}

.intro {
	text-align: center;
	margin: 0 0 40px 0;
}

.intro>:last-child {
	margin-bottom: 0;
}

.columns-area {
	padding: 50px 0 160px 0;
}

.columns {
	display: flex;
	justify-content: space-between;
}

.column {
	width: calc(50% - 60px);
}

.column>:last-child {
	margin-bottom: 0;
}

.single-column-area {
	padding: 115px 0 155px 0;
}

.single-column-area .frame>:last-child {
	margin-bottom: 0;
}

.sl-area {
	padding: 130px 0;
}

.sl-intro {
	text-align: center;
	width: 100%;
	max-width: 980px;
	margin: 0 auto 110px auto;
}

.sl-intro h1 {
	margin-bottom: 40px;
}

.sl-intro p {
	width: 100%;
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}

.sl {
	position: relative;
	height: 907px;
}

.sl * {
	font-family: Archivo;
}

.sl .sidebar {
    position: absolute;
    width: 29.3333%;
    top: 115px;
	bottom: 0;
    left: 0;
}
.sl .pad2 {
    padding: 20px;
}
.sl .map {
    position: absolute;
    left: 31.5%;
    width: 67.2%;
    top: 115px;
    bottom: 0;
	border: 1px solid var(--c10);
}
.sl h1 {
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 2px;
	color: var(--c13);
}
/*
a {
    color: #404040;
    text-decoration: none;
}
a:hover {
    color: #101010;
}
*/
.sl .heading {
    background: #fff;
    border-bottom: 1px solid #eee;
    min-height: 60px;
    line-height: 60px;
    padding: 0 10px;
    background-color: var(--c15);
    color: #000;
}
.sl .listings {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
}
.sl .listings .item {
    display: block;
    border-bottom: 1px solid var(--c10);
    padding: 28px 0;
    text-decoration: none;
    font-size: 16px;
}
.sl .listings .item:first-child {
	padding-top: 0;
}
.sl .listings .item p {
	margin: 6px 0 0 0;
}
.sl .listings .item p strong {
	font-weight: 400;
}
.sl .listings .item:last-child {
    border-bottom: none;
}
.sl .listings .item .title, .list-location-name {
    display: block;
	font-size: 16px;
    font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 8px;
	color: var(--c5);
	outline: none;
}
.is-active .list-location-name {
	color: var(--c15);
}
.sl .listings .item .title small {
    font-weight: 400;
}
.sl .listings .item .title:hover {
    color: var(--c5);
}
.sl .listings .item.active .title {
    color: var(--c16);
}
.sl ::-webkit-scrollbar,
.buy-content::-webkit-scrollbar,
.location-list::-webkit-scrollbar {
    width: 10px;
    height: 3px;
    border-left: 0;
    background: var(--c13);
}
.sl ::-webkit-scrollbar-track,
.buy-content::-webkit-scrollbar-track,
.location-list::-webkit-scrollbar-track {
    background: none;
}
.sl ::-webkit-scrollbar-thumb,
.buy-content::-webkit-scrollbar-thumb,
.location-list::-webkit-scrollbar-thumb {
    background: var(--c17);;
    border-radius: 40px;
}
.sl .marker {
    border: none;
    cursor: pointer;
    height: 35px;
    width: 35px;
    background-image: url(i/marker.webp);
	background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0);
}
.sl .clearfix {
    display: block;
}
.sl .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sl .mapboxgl-popup {
    padding-bottom: 50px;
	max-width: 384px !important;
}
.sl .mapboxgl-popup-close-button {
    margin-top: -15px;
    color: var(--c7) !important;
	background: transparent !important;
    font-weight: 700;
}
.sl .mapboxgl-popup-content {    
    padding: 0 0 20px 0;
    width: 100%;
}
.sl .mapboxgl-popup-content-wrapper {
    padding: 1%;
}
.locations-filters, .locations-filters *,
.locations-columns, .locations-columns *{
	font-family: Archivo;
}
.sl .mapboxgl-popup-content h3, .location-name {
    background: var(--c15);
    color: var(--c7);
    margin: 0 0 20px 0;
    display: block;
    padding: 19px;
    margin-top: -15px;
    padding-right: 24px;
    font-size: 20px;
    font-weight: 800;
}
.gm-style-iw-d {
	overflow: visible !important;
}
.location-name {
	margin: -48px 0 20px -13px !important;
}
.sl .mapboxgl-popup-content h4, .location-address {
    margin: 0;
    display: block;
    padding: 10px 20px 10px 20px;
    font-weight: 400;
	font-size: 18px;
}
.location-address {
	padding: 0px 20px 20px 10px;
}
.gm-style-iw-chr span {
	width: 18px !important;
	height: 18px !important;
}
.fwp-custom-marker {
    width: 35px;
    height: 35px;
    display: block;
}
/*
.sl .mapboxgl-popup-content div {
    padding: 10px;
}
*/
.sl .mapboxgl-container .leaflet-marker-icon {
    cursor: pointer;
}
.sl .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 15px;
}
.sl .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
    border-bottom-color: #91c949;
}
.sl .mapboxgl-ctrl-geocoder {
	border-radius: 0;
    position: relative;
    top: 0;
    width: 800px;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    border: 1px solid var(--c10);
    font: 20px Archivo;
    color: var(--c5);
	max-width: 380px !important;
}
.sl .mapboxgl-ctrl-geocoder::placeholder {
	color: var(--c5) !important;
}
.mapboxgl-ctrl-geocoder--input {
	height: auto !important;
	padding: 11px 40px !important;
}
.mapboxgl-ctrl-geocoder--icon-search {
	top: 10px !important;
	left: 9px !important;
	width: 25px !important;
	height: 25px !important;
}
.mapboxgl-ctrl-geocoder .suggestions {
	font: 20px Archivo !important;
}
.mapboxgl-ctrl-geocoder .suggestions > li > a {
	text-decoration: none !important;
	color: var(--c5) !important;
}
.mapboxgl-ctrl-geocoder .suggestions > .active > a, .mapboxgl-ctrl-geocoder .suggestions > li > a:hover {
	background: var(--c8) !important
}
.sl .mapboxgl-ctrl-geocoder > div {
    min-width: 100%;
    margin-left: 0;
}
.sl .searchbox {
    display: block;
}
.sl .mapboxgl-ctrl-geocoder--input {
    border: none;
	outline: none;
}
.sl .top-heading {
    background: #fff;
    border-bottom: 1px solid #eee;
    min-height: 60px;
    line-height: 60px;
    padding: 0 10px;
    background-color: var(--c15);
    color: var(--c5);
    width: 33.3333%;
    float: left;
}
.sl .top-heading > h1 {
    font-size: 28px;
    text-align: center;
}
/*
.sl .button-dir {
    width: 88px;
    background-color: var(--c15);
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 10px;
    margin-top: 0;
    padding: 3px !important;
    border-radius: 3px;
}
.sl .button-dir > a {
    color: #fff;
}
.sl .button-dir > a:hover {
    text-decoration: underline;
}
*/
.sl .my-tag {
    background-color: var(--c8);
    text-align: center;
    margin: 10px 20px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.sl .mapboxgl-popup-content .my-tag {
	display: none;
}
.sl .item .my-tag {
	margin-left: 0;
	margin-right: 0;
}
.sl input.tag-button {
    width: 275px;
    padding: 22px;
    background-color: var(--c15);
    color: var(--c13);
    border: none;
    margin-left: 22px;
    font-size: 18px;
    cursor: pointer;
}
.sl .top-head-container {
    margin: 0;
}
.sl input.tag-button:hover {
    background-color: var(--c15);
	border-color: var(--c15);
	color: var(--c7) !important;
}
.locations {
	margin: 0;
}
.locations>li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid var(--c10);
    padding: 28px 0;
	font-size: 16px;
	cursor: pointer;
}
.location-button {
	margin-bottom: 20px;
}
.facetwp-map-filtering {
	display: none !important;
}
@media only screen and (max-width: 1500px) {
	.cocktail-image {
		height: 200px;
	}
	.cocktail-link {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cocktail {
		aspect-ratio: initial;
	}
	.cocktail h6 .inner {
		min-width: 1px;
	}
	.logo, .buy-logo {
		height: calc(100% - 20px);
	}
	.logo a,
	.logo img,
	.buy-logo a,
	.buy-logo img {
		height: 100%;
		width: auto;
	}
}
@media only screen and (max-width: 812px) {
    .sl .top-heading > h1 {
        font-size: 20px;
    }
    .sl .top-heading,
    .sl .searchbox {
        width: 100%;
    }
    .sl .sidebar,
    .sl .map {
        top: 190px;
    }
    .sl .mapboxgl-ctrl-geocoder,
    .sl .top-head-container {
        margin: auto;
        text-align: center;
    }
	.sl .top-head-container {
		margin-bottom: 30px;
	}
	.sl {
		height: auto;
	}
    .sl .searchbox {
        padding-left: 0;
        padding-right: 0;
    }
    .sl input.mapboxgl-ctrl-geocoder--input,
    .sl .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
        max-width: 375px;
    }
    .sl input.tag-button {
        width: 260px;
        padding: 10px;
        margin: auto;
        margin-bottom: 14px;
    }
    .sl .heading h1 {
        text-align: center;
        font-size: 17px;
    }
    .sl .item .my-tag {
        width: 100px;
        margin-left: 0;
    }
    .sl ::-webkit-scrollbar {
        width: 3px;
    }
}
.sl .mapboxgl-user-location-dot.mapboxgl-marker.mapboxgl-marker-anchor-center {
    background-image: url(i/user-marker-custom-small.png);
    background-repeat: no-repeat;
}
.sl .mapboxgl-user-location-dot:after {
    border: none !important;
    box-shadow: none !important;
}
.sl .mapboxgl-user-location-dot,
.sl .mapboxgl-user-location-dot:before {
    width: 19px !important;
    height: 19px !important;
}

.popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--c3) url('i/popup-background.webp') no-repeat 50% 50%;
	background-size: cover;
	z-index: 510;
	display: none;
	justify-content: center;
	align-items: center;
}

.popup-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.popup .inner {
	display: flex;
	justify-content: space-between;
	padding: 70px 156px 100px 106px;
}

.popup-images {
	width: 28.5%;
}

.popup-logo {
	margin: 0 10px 46px 0;
}

.popup-logo img, .popup-image img {
	display: block;
	width: 100%;
	height: auto;
}

.popup-image {
	margin: 0 0 0 -15px;
}

.popup-content {
	width: 55%;
    align-self: center;
}

.popup-content h1 {
	margin-bottom: 8px;
}

.popup-content p {
	margin-right: 20px;
}

.popup-disclaimer {
	font-size: 16px;
	margin: 0 0 41px 0;
}

.popup-disclaimer>:last-child {
	margin-bottom: 0;
}

.popup-buttons {
	display: flex;
	align-items: center;
}

.popup-button {
	margin: 0 25px 0 0;
}

.popup-no {
	font-size: 16px;
}

.popup-no a {
	text-decoration: none;
}

.age-input-group {
	display: flex;
	margin: 0 0 73px 0;
}

.age-input-group input {
	border: 1px solid var(--c13);
	font: 30px Archivo;
	color: var(--c13);
	padding: 23px 20px;
    text-align: center;
	width: 126px;
	background: transparent;
	outline: none;
}

.age-input-group input::placeholder {
	color: var(--c13);
}

.age-input-group input:not(:first-child) {
	margin-left: 14px;
}

body .translator-dropdown-container, body .translator-dropdown-sub-container {
	height: 30px !important;
	font: 12px Archivo !important;
}

body .translator-dropdown-current-language span,
body .translator-dropdown-sub-container a span {
    line-height: 19px !important;
	font: 12px Acrhivo !important;
}

body .translator-dropdown-current-language img, body .translator-dropdown-sub-container a img {
    width: 26px !important;
    max-width: 26px !important;
    height: auto !important;
}

.translator-dropdown-current-language>img {
	display: none !important;
}

body .translator-dropdown-current-language {
	width: 30px !important;
	height: 30px !important;
	background: transparent url('i/ico-globe.svg') no-repeat 50% 50% !important;
}

.translator-dropdown-languages-list-opened .translator-dropdown-body {
	background: transparent !important;
}

body .translator-dropdown-body {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	height: 30px !important;
	background: transparent !important;
	cursor: pointer !important;
	position: relative !important;
}

body .translator-dropdown-languages-list-opened .translator-dropdown-body {
	height: 30px !important;
}

body .translator-dropdown-sub-container p {
	margin: 0 !important;
	padding: 0 !important;
}

body .translator-dropdown-languages-list p {
	border-top: none !important;
	padding: 0 !important;
	break-inside: avoid !important;
}
	
body .translator-dropdown-current-language,
body .translator-dropdown-sub-container a {
	font: 12px Acrhivo !important;
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
}

body .translator-dropdown-sub-container a {
	height: 25px !important;
}

body .translator-dropdown-sub-container a {
	break-inside: avoid !important;
	padding: 0 10px!important;
	/*
	height: auto !important;
	*/
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	/*
	height: 26px !important;
	line-height: 26px !important;
	*/
	text-align: center !important;
}

body .translator-dropdown-current-language span, body .translator-dropdown-sub-container a span {
    line-height: 19px!important;
    height: auto !important;
    display: block !important;
    margin: 1px 0 0 0 !important;
}

body .translator-dropdown-current-language-arrow {
	display: none !important;
}

body .translator-dropdown-languages-list-opened .translator-dropdown-body {
	/* background: url('i/ico-globe.svg') no-repeat right 23px top 0 !important; */
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

body .translator-dropdown-languages-list-scroll, body .translator-dropdown-languages-list {
    background: #fff !important;
	border: 1px solid var(--c10) !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    width: auto !important;
    position: absolute !important;
	top: calc(100% - 2px) !important;
	/*
	left: -11px !important;
	right: -11px !important;
	*/
	left: 0 !important;
	right: 0 !important;
}

body .translator-dropdown-languages-list {
	left: auto !important;
	right: -11px !important;
	column-count: 7;
}

.translator-dropdown-languages-list-scroll-bar,
body .translator-dropdown-languages-list-scroll-bar-rail {
	display: block !important;
}

body .translator-dropdown-hover .translator-dropdown-languages-list p:hover a,
body .translator-dropdown-hover .translator-dropdown-languages-list p:hover a span {
	color: #54565A !important;
	background: #EBEBEB !important;
}

body .translator-dropdown-hover .translator-dropdown-languages-list p:hover {
	background: #EBEBEB !important;
}

.buy {
	position: absolute;
	top: 0;
	right: 0;
	background: #FFF;
	z-index: 510;
	width: 533px;
	max-height: 100vh;
	transition: opacity 250ms ease-in-out;
}

body:not(.buy-open) .buy {
	opacity: 0;
	pointer-events: none;
}

.buy-content {
	max-height: calc(100vh - 124px);
	overflow: auto;
	padding: 0 0 85px 0;
}

.buy-header {
	position: relative;
	background: var(--c5);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 124px;
}

.buy-close {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 36px;
	height: 36px;
	border: 2px solid var(--c9);
	background: url('i/ico-close.svg') no-repeat 50% 50%;
	transform: translate(0, -50%);
}

.buy-close:focus {
	outline: none;
}

.buy-retailers {
	margin: 0 50px 0 50px;
}

ul.buy-retailer-list {
	margin: 0;
}

ul.buy-retailer-list>li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 22px 0;
}

ul.buy-retailer-list>li:not(:last-child) {
	border-bottom: 1px solid var(--c10);
}

.br-button {
	margin: 0 25px 0 0;
}

.br-button a {
	min-width: 1px;
	padding: 18px 64px 14px 30px;
}

.br-button-ico {
	display: block;
	position: absolute;
	top: 50%;
	right: 32px;
	transform: translate(0, -50%);
	margin: 2px 0 0 0;
}

.br-button #Path_106,
.br-button #Line_36,
.br-button #Path_107 {
	transition: stroke 250ms ease-in-out;
}

.br-button a:hover #Path_106,
.br-button a:hover #Line_36,
.br-button a:hover #Path_107 {
	stroke: var(--c7);
}

.buy-images-wrapper {
	display: flex;
	align-items: flex-end;
	overflow-x: auto;
	scroll-behavior: smooth;
	gap: 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
	margin: 37px 127px 0 127px;
}

.buy-images-wrapper::-webkit-scrollbar {
	display: none;
}

.buy-images-slide {
	flex: 0 0 50%;
	min-width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.buy-images-slide img {
	max-width: 94px;
	height: auto;
	max-height: 139px;
	width: auto;
	display: block;
}

.buy-images-slide.active {
	opacity: 1;
}

.buy-images-slide.active img {
	max-height: 157px;
}

.buy-images {
	position: relative;
	margin: 0 0 30px 0;
}

.buy-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid var(--c9);
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease;
	margin: 8px 0 0 0;
}

.buy-nav:focus {
	outline: none;
}

.buy-nav:hover {
	
}

.buy-nav img {
	width: 20px;
	height: 20px;
}

.buy-prev {
	left: 14px;
}

.buy-next {
	right: 14px;
	transform: translateY(-50%) rotate(180deg);
}

.buy-descriptions {
	text-align: center;
	margin: 0 0 130px 0;
}

.buy-link {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background: var(--c5) !important;
	border-top: none !important;
}

body .mgbutton:hover {
	background: var(--c7) !important;
	color: var(--c5) !important;
}

.location-columns {
	display: flex;
	justify-content: space-between;
}

.location-list {
	width: 29.3%;
	height: 500px;
	overflow: auto;
}

.location-map {
	width: calc(70.7% - 40px);
}

ul.location-filters {
	display: flex;
	margin: 0;
}

ul.location-filters>li {
	list-style: none;
	margin: 0 40px 40px 0;
}

.facetwp-facet {
    margin-bottom: 0 !important;
}

.location-filters input, .location-filters select {
	font: 20px Archivo;
	border: 1px solid var(--c10);
	border-radius: 3px;
	padding: 14px 14px;
	outline: none;
	color: rgba(0,0,0,0.75);
}

/* Form */

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
	margin-top: 7px !important;
}

div.wpforms-container-full:not(:empty) {
	margin: 0 !important;
	width: 100% !important;
	max-width: 800px !important;
}

div.wpforms-container-full:not(:empty):last-child {
	margin-bottom: 0 !important;
}

.footer-form div.wpforms-container-full:not(:empty):last-child {
	margin-bottom: 0 !important;
}

.wpforms-form {
	display: flex !important;
	flex-flow: column nowrap !important;
}

.wpforms-container .wpforms-form .wpforms-field-label {
	font-weight: 700 !important;
}

.wpforms-field {
	display: flex !important;
	flex-flow: column nowrap !important;
	flex: 0 0 50% !important;
}

#wpforms-8 .wpforms-field-container>.wpforms-field {
	width: calc(50% - 28px) !important;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 13px 0 !important;
}

.wpforms-container .wpforms-field-layout {
	padding: 0 !important;
}

body div.wpforms-container-full .wpforms-field-label,
body div.wpforms-container-full .wpforms-field-sublabel {
	font-size: 16px !important;
	font-weight: 400 !important;
	color: var(--c5) !important;
	opacity: 1 !important;
}

.wpforms-field-label {
	margin: 10px 0 10px 0 !important;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input+label {
    padding-inline-start: 5px !important;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul {
    gap: 50px !important;
}

div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
	background: transparent !important;
	border-radius: 0 !important;
	font: 20px Archivo !important;
	color: var(--c5) !important;
	border: 1px solid var(--c10) !important;
	padding: 23px 18px !important;
	border-radius: 0 !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: calc(var(--wpforms-field-size-input-height) * 3.1) !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
	height: 202px !important;
}

.keyword:focus,
div.wpforms-container-full input[type=date]:focus, div.wpforms-container-full input[type=datetime]:focus, div.wpforms-container-full input[type=datetime-local]:focus, div.wpforms-container-full input[type=email]:focus, div.wpforms-container-full input[type=month]:focus, div.wpforms-container-full input[type=number]:focus, div.wpforms-container-full input[type=password]:focus, div.wpforms-container-full input[type=range]:focus, div.wpforms-container-full input[type=search]:focus, div.wpforms-container-full input[type=tel]:focus, div.wpforms-container-full input[type=text]:focus, div.wpforms-container-full input[type=time]:focus, div.wpforms-container-full input[type=url]:focus, div.wpforms-container-full input[type=week]:focus, div.wpforms-container-full select:focus, div.wpforms-container-full textarea:focus, .wp-core-ui div.wpforms-container-full input[type=date]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus, .wp-core-ui div.wpforms-container-full input[type=email]:focus, .wp-core-ui div.wpforms-container-full input[type=month]:focus, .wp-core-ui div.wpforms-container-full input[type=number]:focus, .wp-core-ui div.wpforms-container-full input[type=password]:focus, .wp-core-ui div.wpforms-container-full input[type=range]:focus, .wp-core-ui div.wpforms-container-full input[type=search]:focus, .wp-core-ui div.wpforms-container-full input[type=tel]:focus, .wp-core-ui div.wpforms-container-full input[type=text]:focus, .wp-core-ui div.wpforms-container-full input[type=time]:focus, .wp-core-ui div.wpforms-container-full input[type=url]:focus, .wp-core-ui div.wpforms-container-full input[type=week]:focus, .wp-core-ui div.wpforms-container-full select:focus, .wp-core-ui div.wpforms-container-full textarea:focus {
	outline: none !important;
	box-shadow: none !important;
}

div.wpforms-container-full input[type=date]::placeholder,
div.wpforms-container-full input[type=datetime]::placeholder,
div.wpforms-container-full input[type=datetime-local]::placeholder,
div.wpforms-container-full input[type=email]::placeholder,
div.wpforms-container-full input[type=month]::placeholder,
div.wpforms-container-full input[type=number]::placeholder,
div.wpforms-container-full input[type=password]::placeholder,
div.wpforms-container-full input[type=range]::placeholder,
div.wpforms-container-full input[type=search]::placeholder,
div.wpforms-container-full input[type=tel]::placeholder,
div.wpforms-container-full input[type=text]::placeholder,
div.wpforms-container-full input[type=time]::placeholder,
div.wpforms-container-full input[type=url]::placeholder,
div.wpforms-container-full input[type=week]::placeholder,
div.wpforms-container-full select::placeholder,
div.wpforms-container-full textarea::placeholder,
.wp-core-ui div.wpforms-container-full input[type=date]::placeholder,
.wp-core-ui div.wpforms-container-full input[type=datetime]::placeholder,
.wp-core-ui div.wpforms-container-full input[type=datetime-local]::placeholder,
.wp-core-ui div.wpforms-container-full input[type=email]::placeholder,
.wp-core-ui div.wpforms-container-full input[type=month]::placeholder,
.wp-core-ui div.wpforms-container-full input[type=number]::placeholder,
.wp-core-ui div.wpforms-container-full input[type=password]::placeholder,
.wp-core-ui div.wpforms-container-full input[type=range]::placeholder,
.wp-core-ui div.wpforms-container-full input[type=search]::placeholder,
.wp-core-ui div.wpforms-container-full input[type=tel]::placeholder,
.wp-core-ui div.wpforms-container-full input[type=text]::placeholder,
.wp-core-ui div.wpforms-container-full input[type=time]::placeholder,
.wp-core-ui div.wpforms-container-full input[type=url]::placeholder,
.wp-core-ui div.wpforms-container-full input[type=week]::placeholder,
.wp-core-ui div.wpforms-container-full select::placeholder,
.wp-core-ui div.wpforms-container-full textarea::placeholder {
	color: var(--c5) !important;
	opacity: 1 !important;
}

@media (max-width: 599px) {
	
	table:not(.table), table:not(.table) tbody, table:not(.table) tr, table:not(.table) td {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: auto !important;
	}
	table:not(.table) td {
		padding: 15px 0 !important;
	}
}

@media (max-width: 1590px) {
	.frame,
	.medium-wide-frame,
	.medium-frame,
	.narrow-frame,
	.extra-narrow-frame,
	.narrowest-frame {
		width: min(calc(100% - 48px), 100%);
	}

	.wide-frame {
		width: 100%;
	}

	h1.large {
		font-size: clamp(72px, 6vw, 100px);
	}

	h1,
	h1.medium {
		font-size: clamp(54px, 4.7vw, 70px);
	}
}

/* ---------- Desktop / small laptop refinement ---------- */
@media (max-width: 1366px) {
	.cocktail-image {
		margin-top: -78px;
	}
	body {
		font-size: 18px;
	}

	h1.large {
		font-size: 76px;
	}

	h1,
	h1.medium {
		font-size: 58px;
	}

	h2,
	h3 {
		font-size: 36px;
	}

	.header .frame {
		height: 104px;
	}

	body:not(.home) .page-content {
		padding-top: 104px;
	}

	.main-nav > ul > li:not(:first-child) {
		margin-left: 34px;
	}

	.logo {
		margin-left: 4%;
		max-width: 190px;
	}

	.hero {
		height: auto;
		min-height: 820px;
	}

	.hero .frame {
		padding-top: 190px;
		padding-bottom: 110px;
	}

	.hero-text {
		width: min(58%, 720px);
	}

	.products-area {
		padding: 115px 0 125px;
	}

	ul.products {
		margin-left: 0;
		margin-right: 0;
	}

	.product-info {
		width: 56%;
	}

	.callout,
	.callout.texture-background {
		padding: 120px 0;
	}

	.graphic-callout {
		padding: 390px 0 120px;
	}

	.graphic-callout .inner {
		padding: 95px 90px 105px;
	}

	.feature-text .inner {
		padding: 70px;
	}

	

	.sp-text,
	.sp-left .sp-text {
		padding: 115px 85px 80px;
	}

	.tam-text,
	.left-tam .tam-text {
		padding: 150px 85px;
	}

	.social-area {
		padding-top: 560px;
	}

	.social-area:before {
		top: 360px;
	}
	.hero {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-end;
	}
}

/* ---------- Tablet landscape ---------- */
@media (max-width: 1100px) {
	body {
		font-size: 17px;
	}

	h1.large {
		font-size: 64px;
		line-height: .95em;
	}

	h1,
	h1.medium {
		font-size: 48px;
	}

	h2,
	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 17px;
		margin-bottom: 28px;
	}

	p {
		margin-bottom: 28px;
	}

	h6 a,
	h6 .inner,
	.button-dir a,
	.button,
	div.wpforms-container-full .wpforms-form input[type=submit],
	div.wpforms-container-full .wpforms-form button[type=submit],
	div.wpforms-container-full .wpforms-form .wpforms-page-button {
		min-width: 190px !important;
		padding: 14px 28px !important;
	}

	.header .frame {
		height: 92px;
	}

	body:not(.home) .page-content {
		padding-top: 92px;
	}

	.main-nav > ul > li {
		font-size: 12px;
	}

	.main-nav > ul > li:not(:first-child) {
		margin-left: 22px;
	}

	.logo {
		max-width: 160px;
		margin-left: 24px;
	}

	.translate {
		margin-left: 20px;
	}

	.hero {
		min-height: 680px;
		background-position: 50% 50%;
	}

	.hero .frame {
		padding-top: 155px;
		padding-bottom: 85px;
	}

	.hero-text,
	.hero-text p {
		max-width: 620px;
	}

	.products-text {
		max-width: 760px;
	}

	ul.products {
		gap: 44px;
	}

	ul.products > li {
		width: calc(50% - 22px);
	}

	.product-image,
	.products > li:nth-child(2) .product-image {
		width: 42%;
	}

	.product-info {
		width: 58%;
	}

	.product-subtitle {
		font-size: 17px;
		margin-bottom: 22px;
	}

	.callout .frame,
	.feature-area .frame,
	.carousel-area .frame,
	.newsletter-area .frame,
	.single-product-area .frame,
	.tam .frame,
	.single-cocktail-area .frame,
	.columns {
		gap: 40px;
	}

	.callout-text {
		width: calc(55% - 30px);
	}

	.callout-image {
		width: calc(45% - 10px);
	}

	.carousel-text {
		width: 310px;
		margin-top: 35px;
	}

	.carousel-slide {
		width: 300px;
	}

	.cocktail {
		font-size: 15px;
		margin-top: 90px;
	}

	.newsletter-text {
		width: 34%;
	}

	.newsletter-image {
		width: 22%;
	}

	.newsletter-form {
		width: 34%;
	}

	.sp-text,
	.sp-left .sp-text {
		padding: 85px 55px 70px;
	}

	.sp-text p {
		margin-bottom: 30px;
	}

	.graphic-callout .inner {
		padding: 75px 60px;
	}

	.gc-headline,
	.gc-text {
		width: calc(50% - 24px);
	}

	.tam-text,
	.left-tam .tam-text {
		padding: 100px 55px;
	}

	.tam-text h1 {
		margin-bottom: 30px;
	}

	ul.cocktails > li {
		width: calc(50% - 20px);
		margin-bottom: 70px;
	}

	.single-cocktail-text {
		width: 46%;
	}

	.single-cocktail-image {
		width: 42%;
	}

	.footer {
		padding: 95px 0 130px;
	}

	.footer-social {
		position: static;
		transform: none;
		margin-top: 30px;
	}

	.social ul {
		justify-content: center;
	}

	.popup .inner {
		padding: 60px 70px 80px;
	}

	.popup-content {
		width: 58%;
	}
}

/* ---------- Tablet portrait / mobile navigation ---------- */
@media (max-width: 959px) {
	.main-nav>ul>li:hover>a {
		border-bottom-color: transparent;
	}
	.cocktail-image {
        margin-top: -28px;
    }
	.feature-text .inner:before {
		bottom: 28px;
	}
	body {
		font-size: 16px;
	}

	.frame,
	.medium-wide-frame,
	.medium-frame,
	.narrow-frame,
	.extra-narrow-frame,
	.narrowest-frame {
		width: calc(100% - 36px);
	}

	.content {
		padding: 55px 0;
	}

	h1.large,
	h1,
	h1.medium {
		font-size: 44px;
		line-height: 1.02em;
	}

	h2,
	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 15px;
		letter-spacing: 1.4px;
		margin-bottom: 22px;
	}

	h5 {
		font-size: 18px;
	}

	.header {
		background: var(--c5) !important;
	}

	.header:before {
		display: none;
	}

	.header .frame {
		height: 82px;
		justify-content: space-between;
	}

	body:not(.home) .page-content {
		padding-top: 82px;
	}

	.logo {
		order: 1;
		margin: 0;
		max-width: 142px;
	}

	.menu-button {
		display: flex;
		order: 5;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		position: relative;
		z-index: 520;
	}

	.menu-button img {
		display: block;
		max-width: 28px;
	}

	.menu-button img + img,
	body:not(.menu-open) .menu-button img + img,
	body:not(.nav-open) .menu-button img + img {
		display: none;
	}

	body.menu-open .menu-button img:first-child,
	body.nav-open .menu-button img:first-child {
		display: none;
	}

	body.menu-open .menu-button img + img,
	body.nav-open .menu-button img + img {
		display: block;
	}

	.main-nav {
		position: fixed;
		top: 82px;
		left: 0;
		right: 0;
		z-index: 500;
		background: var(--c5);
		padding: 22px 18px 30px;
		border-top: 1px solid rgba(255,255,255,.12);
		display: none;
	}

	body.menu-open .main-nav,
	body.nav-open .main-nav,
	.header.open .main-nav {
		display: block;
	}

	.main-nav > ul {
		display: block;
		margin: 0;
		text-align: center;
	}

	.main-nav > ul > li,
	.main-nav > ul > li:not(:first-child) {
		margin: 0;
		font-size: 15px;
		letter-spacing: 1px;
	}

	.main-nav > ul > li > a {
		padding: 14px 0;
		white-space: normal;
	}

	.header-button {
		order: 3;
		margin-left: auto;
		margin-right: 16px;
	}

	.header-button a {
		min-width: 1px !important;
		padding-left: 13px !important;
		padding-right: 13px !important;
	}

	.translate {
		order: 4;
		margin: 0 14px 0 0;
	}

	.hero {
		min-height: 560px;
		background-position: 58% 50%;
	}

	.hero .frame {
		padding-top: 135px;
		padding-bottom: 70px;
	}

	.hero-text {
		width: 100%;
		max-width: 540px;
		margin-top: 0;
	}

	body .translator-dropdown-languages-list {
		column-count: 5;
	}

	.hero-text h1 + p {
		margin-top: 24px;
	}

	.products-area {
		padding: 80px 0;
	}

	.products-text:not(:first-child) {
		margin-top: 30px;
	}

	ul.products {
		display: block;
		margin: 50px auto 0;
		max-width: 620px;
	}

	ul.products > li {
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	ul.products > li:not(:last-child) {
		margin-bottom: 56px;
	}

	.product-image,
	.products > li:nth-child(2) .product-image {
		width: 38%;
	}

	.product-info,
	.products > li:nth-child(2) .product-info {
		width: 58%;
		margin: 0 0 0 4%;
	}

	.products > li:nth-child(2) .product-info p {
		margin-right: 0;
		margin-bottom: 28px;
	}

	.callout,
	.callout.texture-background {
		padding: 75px 0;
	}

	.graphic-callout + .callout.texture-background,
	.texture-background + .social-area,
	.carousel-area + .social-area {
		margin-top: 0;
	}

	.callout .frame,
	.feature-area .frame,
	.carousel-area .frame,
	.newsletter-area .frame,
	.single-product-area .frame,
	.tam .frame,
	.single-cocktail-area .frame,
	.columns {
		display: block;
		
	}
	.single-product-area .frame {
		width: 100%;
	}
	.sp-image img {
		display: block;
	}

	.callout-image,
	.callout-text,
	.feature-left,
	.feature-video,
	.carousel-text,
	.carousel-wrapper,
	.newsletter-text,
	.newsletter-image,
	.newsletter-form,
	.sp-image,
	.sp-text,
	.tam-media,
	.tam-text,
	.single-cocktail-text,
	.single-cocktail-image,
	.column {
		width: 100%;
	}

	.tam-media {
		aspect-ratio: 1 / 1;
	}

	.right-callout .callout-image,
	.right-callout .callout-text,
	.sp-left .sp-image,
	.sp-left .sp-text,
	.left-tam .tam-media,
	.left-tam .tam-text {
		order: initial;
	}

	.callout-image,
	.feature-image,
	.tam-media,
	.sp-image {
		min-height: 0;
	}
	
	.callout-image {
		margin-bottom: 30px;
	}

	.callout-image img,
	.feature-image img,
	.tam-media img,
	.sp-image img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.callout .frame:before,
	.right-callout .frame:before,
	.single-cocktail-area .frame:before {
		display: none;
	}

	.feature-left {
		gap: 18px;
	}

	.feature-text,
	.feature-image {
		height: auto;
	}

	.feature-text .inner {
		padding: 65px 45px;
	}

	.feature-video {
		aspect-ratio: 16 / 11;
	}

	.has-overlay:before {
		width: min(42%, 280px);
	}

	.carousel-area {
		padding: 70px 0;
	}

	.carousel-text {
		margin: 0;
		max-width: 600px;
	}

	.carousel-wrapper {
		margin: 0;
		overflow: hidden;
	}

	.carousel {
		margin: -40px 0 35px;
		overflow: visible;
	}

	.carousel-slide {
		width: 286px;
	}

	.cocktail {
		margin-top: 76px;
	}

	.newsletter-area {
		padding: 75px 0;
	}

	.newsletter-image {
		order: 1;
		max-width: 260px;
		margin: 0 auto;
	}

	.newsletter-text {
		order: 2;
		text-align: center;
		max-width: 620px;
		margin: 0 auto;
	}

	.newsletter-form {
		order: 3;
		max-width: 620px;
		margin: 0 auto;
	}

	.cta {
		margin: 0;
		padding: 120px 0;
	}

	.footer {
		min-height: 0;
		padding: 80px 0 90px;
	}

	.footer:before {
		width: 260px;
		opacity: .55;
	}

	.footer-nav ul {
		gap: 16px 28px;
		margin: 0;
	}

	.footer-nav li {
		margin: 0;
	}

	.sp-text,
	.sp-left .sp-text {
		padding: 65px 45px;
	}

	.sp-text .inner,
	.tam-text .inner {
		max-width: none;
	}

	.sp-logo {
		background-position: 50% 50%;
		background-size: 85% auto;
	}

	.graphic-callout {
		padding: 240px 0 80px;
		background-position: 50% 0;
	}

	.graphic-callout .inner {
		display: block;
		padding: 60px 45px;
	}

	.gc-headline,
	.gc-text {
		width: 100%;
	}

	.gc-headline {
		margin-bottom: 25px;
	}

	.tam-text,
	.left-tam .tam-text {
		padding: 65px 45px;
	}

	.tam + .carousel-area,
	.single-cocktail-area + .carousel-area {
		margin-top: 0;
	}

	.social-area {
		padding: 420px 0 70px;
	}

	.social-area:before {
		top: 260px;
	}

	.social-area .inner {
		padding-bottom: 80px;
	}

	.social-row {
		justify-content: center;
		flex-wrap: wrap;
		text-align: center;
	}

	.social-label {
		width: 100%;
		margin: 20px 0 0;
	}

	.cocktails-area {
		padding: 70px 0 40px;
	}

	.cocktails-intro {
		margin-bottom: 65px;
	}

	.cocktails-intro h4 + h1,
	.intro h4 + h1 {
		margin-top: 25px;
	}

	ul.cocktails {
		margin: 0 -9px;
	}

	ul.cocktails > li {
		width: calc(50% - 18px);
		margin: 0 9px 58px;
	}

	.single-cocktail-area {
		padding: 70px 0 85px;
	}

	.single-cocktail-image {
		max-width: 430px;
		margin: 0 auto;
	}

	.single-cocktail-text {
		max-width: 680px;
		margin: 0 auto;
		text-align: center;
	}

	.recipe {
		text-align: left;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}

	.columns-area,
	.single-column-area,
	.sl-area {
		padding: 70px 0;
	}

	.sl-intro {
		margin-bottom: 60px;
	}

	.sl .sidebar,
	.sl .map {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		width: 100%;
	}

	.sl .map {
		height: 420px;
	}

	.sl .sidebar {
		height: auto;
		max-height: none;
	}

	.sl .listings {
		max-height: 420px;
		overflow: auto;
	}

	.popup {
		overflow: auto;
		align-items: flex-start;
		padding: 24px 0;
	}

	.popup-wrapper {
		height: auto;
		min-height: 100%;
	}

	.popup .inner {
		display: block;
		padding: 55px 45px 65px;
	}

	.popup-images,
	.popup-content {
		width: 100%;
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}

	.popup-images {
		display: flex;
		align-items: center;
		gap: 25px;
		margin-bottom: 28px;
	}

	.popup-logo,
	.popup-image {
		width: 50%;
		margin: 0;
	}

	.popup-content {
		margin-top: 0;
		text-align: center;
	}

	.popup-content p {
		margin-right: 0;
	}

	.age-input-group {
		justify-content: center;
		margin-bottom: 40px;
	}

	.buy {
		position: fixed;
		width: min(533px, 100%);
		height: 100vh;
		max-height: none;
	}

	.buy-header {
		height: 82px;
	}

	.buy-content {
		max-height: calc(100vh - 82px);
	}

	div.wpforms-container-full:not(:empty) {
		max-width: none !important;
	}

	#wpforms-8 .wpforms-field-container > .wpforms-field,
	.wpforms-field {
		width: 100% !important;
		flex-basis: 100% !important;
	}

	div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul,
	div.wpforms-container-full .wpforms-field.wpforms-field-radio ul,
	div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul,
	div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul,
	div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul {
		gap: 18px !important;
	}
	.location-columns {
		flex-flow: column nowrap;
	}
	.location-list {
		order: 2;
		width: 100%;
		height: auto;
	}
	ul.locations {
		column-count: 2;
	}
	ul.locations>li {
		break-inside: avoid;
	}
	.location-map {
		order: 1;
		width: 100%;
		margin: 0 0 40px 0;
	}
	#facetwp-map {
		width: 100% !important;
	}
	ul.location-filters {
		display: block;
	}
	ul.location-filters>li {
		margin: 0 0 15px 0;
	}
}

/* ---------- Mobile ---------- */
@media (max-width: 599px) {
	body {
		font-size: 15px;
	}

	.frame,
	.medium-wide-frame,
	.medium-frame,
	.narrow-frame,
	.extra-narrow-frame,
	.narrowest-frame {
		width: calc(100% - 28px);
	}

	h1.large,
	h1,
	h1.medium {
		font-size: 36px;
		line-height: 1.04em;
		margin-bottom: 18px;
	}

	h2,
	h3 {
		font-size: 26px;
		line-height: 1.05em;
		margin-bottom: 22px;
	}

	h4 {
		font-size: 14px;
		line-height: 1.35em;
		margin-bottom: 18px;
	}

	h6,
	.button-dir {
		font-size: 13px;
		margin-bottom: 22px;
	}

	h6 a,
	h6 .inner,
	.button-dir a,
	.button,
	div.wpforms-container-full .wpforms-form input[type=submit],
	div.wpforms-container-full .wpforms-form button[type=submit],
	div.wpforms-container-full .wpforms-form .wpforms-page-button {
		width: 100% !important;
		min-width: 0 !important;
		padding: 13px 18px !important;
	}

	p {
		line-height: 1.55em;
		margin-bottom: 22px;
	}

	.small,
	.recipe,
	.popup-disclaimer {
		font-size: 14px;
	}

	.content {
		padding: 45px 0;
	}

	.header .frame {
		height: 72px;
	}

	body:not(.home) .page-content {
		padding-top: 72px;
	}

	.logo {
		max-width: 118px;
	}

	.main-nav {
		top: 72px;
	}

	.hero {
		min-height: 500px;
		background-position: 62% 50%;
	}

	.hero .frame {
		padding-top: 118px;
		padding-bottom: 58px;
	}

	.hero-text p {
		line-height: 1.6em;
		margin-bottom: 28px;
	}

	.products-area {
		padding: 58px 0 65px;
	}

	.products-text:not(:first-child) {
		margin-top: 22px;
	}

	ul.products {
		margin-top: 38px;
	}

	ul.products > li {
		display: block;
		text-align: center;
	}

	.product-image,
	.products > li:nth-child(2) .product-image {
		width: 100%;
		max-width: 230px;
		margin: 0 auto 22px;
	}

	.product-info,
	.products > li:nth-child(2) .product-info {
		width: 100%;
		margin: 0;
	}

	.product-subtitle {
		font-size: 15px;
		margin-bottom: 16px;
	}

	.product-info p,
	.products > li:nth-child(2) .product-info p {
		line-height: 1.55em;
		margin-bottom: 22px;
	}

	.callout,
	.callout.texture-background {
		padding: 55px 0;
	}

	.callout .frame,
	.feature-area .frame,
	.carousel-area .frame,
	.newsletter-area .frame,
	.single-product-area .frame,
	.tam .frame,
	.single-cocktail-area .frame,
	.columns {
		gap: 26px;
	}

	.callout-image img,
	.feature-image img,
	.tam-media img,
	.sp-image img {
		min-height: 260px;
		object-fit: cover;
	}

	.feature-text:before,
	.feature-text .outer:before,
	.feature-text:after,
	.feature-text .outer:after,
	.graphic-callout .frame:before,
	.graphic-callout .outer:before,
	.graphic-callout .frame:after,
	.graphic-callout .outer:after,
	.popup .frame:before,
	.popup .outer:before,
	.popup .frame:after,
	.popup .outer:after {
		display: none;
	}

	.feature-text .inner,
	.sp-text,
	.sp-left .sp-text,
	.tam-text,
	.left-tam .tam-text,
	.graphic-callout .inner {
		padding: 42px 24px;
	}

	.feature-text .inner:before,
	.graphic-callout .inner:before,
	.popup .inner:before {
		width: 90px;
		opacity: .35;
	}

	.feature-video {
		aspect-ratio: 4 / 3;
	}

	.has-overlay:before {
		width: 52%;
	}

	.carousel-area {
		padding: 56px 0;
	}

	.carousel {
		margin-top: -30px;
	}

	.carousel-slide {
		width: 260px;
	}

	.cocktail {
		font-size: 14px;
		margin-top: 62px;
	}

	.cocktail-name {
		font-size: 17px;
	}

	.cocktail-link p {
		margin-bottom: 18px;
	}

	.carousel-nav {
		justify-content: center;
	}

	.newsletter-area {
		padding: 55px 0;
	}

	.newsletter-text,
	.newsletter-form {
		text-align: center;
	}

	.cta {
		padding: 85px 0;
	}

	.footer {
		padding: 65px 0 70px;
	}

	.footer:before {
		width: 190px;
		top: 35px;
	}

	.footer-nav ul {
		display: block;
	}

	.footer-nav li {
		margin: 0 0 15px;
		font-size: 12px;
	}

	.footer-text {
		font-size: 11px;
	}

	.social li {
		font-size: 24px;
	}

	.social li:not(:first-child) {
		margin-left: 22px;
	}

	.sp-text p {
		line-height: 1.55em;
		margin-bottom: 24px;
	}

	.graphic-callout {
		padding: 160px 0 55px;
	}

	.graphic-callout:not(.social-area):before {
		background: linear-gradient(to bottom, rgba(245,245,245,.52) 0%, rgba(245,245,245,.88) 45%, rgba(245,245,245,1) 78%);
	}

	.tam-text h1 {
		margin-bottom: 20px;
	}

	.social-area {
		padding: 300px 0 55px;
	}

	.social-area:before {
		top: 170px;
	}

	.social-area .inner {
		padding-bottom: 40px;
	}

	.social-row {
		margin-bottom: 30px;
	}

	.cocktails-area {
		padding: 55px 0 25px;
	}

	.cocktails-intro {
		margin-bottom: 42px;
	}

	ul.cocktails {
		display: block;
		margin: 0;
	}

	ul.cocktails > li {
		width: 100%;
		max-width: 340px;
		margin: 0 auto 44px;
	}

	.cocktails .cocktail {
		margin-top: 62px;
	}

	.single-cocktail-area {
		padding: 55px 0 65px;
	}

	.single-cocktail-text {
		text-align: left;
	}

	.single-cocktail-tagline {
		letter-spacing: 1.2px;
	}

	.recipe {
		max-width: none;
	}

	.single-cocktail-image {
		max-width: 300px;
	}

	.columns-area,
	.single-column-area,
	.sl-area {
		padding: 55px 0;
	}

	.sl-intro {
		margin-bottom: 40px;
	}

	.sl .top-heading,
	.sl .searchbox {
		width: 100%;
		float: none;
	}

	.sl .map {
		height: 320px;
	}

	.sl .listings {
		max-height: 360px;
	}

	.sl .mapboxgl-ctrl-geocoder {
		width: 100% !important;
		max-width: 100% !important;
	}

	.popup {
		padding: 0;
	}

	.popup .frame {
		width: 100%;
	}

	.popup .inner {
		padding: 38px 24px 45px;
	}

	.popup-images {
		display: block;
		max-width: 230px;
	}

	.popup-logo,
	.popup-image {
		width: 100%;
	}

	.popup-logo {
		margin-bottom: 20px;
	}

	.age-input-group {
		gap: 8px;
		margin-bottom: 30px;
	}

	.age-input-group input {
		width: 31%;
		font-size: 22px;
		padding: 14px 10px;
	}

	.age-input-group input:not(:first-child) {
		margin-left: 0;
	}

	.buy {
		width: 100%;
	}

	.buy-header {
		height: 72px;
	}

	.buy-content {
		max-height: calc(100vh - 72px);
		padding-bottom: 45px;
	}

	.buy-retailers {
		margin: 0 20px;
	}

	ul.buy-retailer-list > li {
		align-items: center;
		padding: 18px 0;
		gap: 14px;
	}

	.br-logo {
		max-width: 150px;
	}

	.br-button {
		margin-right: 0;
	}

	.br-button a {
		width: auto !important;
		min-width: 96px !important;
		padding: 12px 44px 12px 18px !important;
	}

	.br-button-ico {
		right: 16px;
	}

	.buy-images-wrapper {
		margin: 28px 64px 0;
	}

	.buy-descriptions {
		margin-bottom: 55px;
		padding: 0 18px;
	}

	div.wpforms-container-full input[type=date],
	div.wpforms-container-full input[type=datetime],
	div.wpforms-container-full input[type=datetime-local],
	div.wpforms-container-full input[type=email],
	div.wpforms-container-full input[type=month],
	div.wpforms-container-full input[type=number],
	div.wpforms-container-full input[type=password],
	div.wpforms-container-full input[type=range],
	div.wpforms-container-full input[type=search],
	div.wpforms-container-full input[type=tel],
	div.wpforms-container-full input[type=text],
	div.wpforms-container-full input[type=time],
	div.wpforms-container-full input[type=url],
	div.wpforms-container-full input[type=week],
	div.wpforms-container-full select,
	div.wpforms-container-full textarea,
	.wp-core-ui div.wpforms-container-full input[type=date],
	.wp-core-ui div.wpforms-container-full input[type=datetime],
	.wp-core-ui div.wpforms-container-full input[type=datetime-local],
	.wp-core-ui div.wpforms-container-full input[type=email],
	.wp-core-ui div.wpforms-container-full input[type=month],
	.wp-core-ui div.wpforms-container-full input[type=number],
	.wp-core-ui div.wpforms-container-full input[type=password],
	.wp-core-ui div.wpforms-container-full input[type=range],
	.wp-core-ui div.wpforms-container-full input[type=search],
	.wp-core-ui div.wpforms-container-full input[type=tel],
	.wp-core-ui div.wpforms-container-full input[type=text],
	.wp-core-ui div.wpforms-container-full input[type=time],
	.wp-core-ui div.wpforms-container-full input[type=url],
	.wp-core-ui div.wpforms-container-full input[type=week],
	.wp-core-ui div.wpforms-container-full select,
	.wp-core-ui div.wpforms-container-full textarea {
		font-size: 16px !important;
		padding: 16px 14px !important;
	}
}

/* ---------- Very small phones ---------- */
@media (max-width: 420px) {
	h1.large,
	h1,
	h1.medium {
		font-size: 32px;
	}

	h2,
	h3 {
		font-size: 23px;
	}

	.hero {
		min-height: 460px;
	}

	.hero .frame {
		padding-top: 105px;
		padding-bottom: 45px;
	}

	.product-image,
	.products > li:nth-child(2) .product-image {
		max-width: 190px;
	}

	.feature-text .inner,
	.sp-text,
	.sp-left .sp-text,
	.tam-text,
	.left-tam .tam-text,
	.graphic-callout .inner {
		padding: 34px 18px;
	}

	.carousel-slide {
		width: 235px;
	}

	ul.cocktails > li {
		max-width: 300px;
	}

	.single-cocktail-image {
		max-width: 250px;
	}

	.buy-images-wrapper {
		margin-left: 48px;
		margin-right: 48px;
	}

	ul.buy-retailer-list > li {
		display: block;
		text-align: center;
	}

	.br-logo {
		margin: 0 auto 14px;
	}

	.br-button a {
		width: 100% !important;
	}
	
	ul.locations {
		column-count: 1;
	}
}
