/*
Theme Name: copperandkings
Author: SDWG
Description: A custom child theme of Twenty Twenty-One designed for build-out using Advanced Custom Fields (ACF) and custom PHP templates. Clean, lightweight and developer-friendly for bespoke content layouts.
Version: 1.0
Template: twentytwentyone

This is the child theme for Twenty Twenty-One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-Regular.woff2') format('woff2'),
        url('fonts/Archivo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-Medium.woff2') format('woff2'),
        url('fonts/Archivo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CopperKings2';
    src: url('fonts/CopperKings2Regular.woff2') format('woff2'),
        url('fonts/CopperKings2Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-ExtraBold.woff2') format('woff2'),
        url('fonts/Archivo-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-Bold.woff2') format('woff2'),
        url('fonts/Archivo-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-Black.woff2') format('woff2'),
        url('fonts/Archivo-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-SemiBold.woff2') format('woff2'),
        url('fonts/Archivo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
:root{
    --color1: 198, 139, 62;
    --color2: 0, 26, 42;
    --color3: 234, 214, 197;
    --color4: 198, 139, 62;
}

/* calc((105px / 1728px) * 100vw) */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
body{
    background: rgba(var(--color2), 1);
    color: rgba(var(--color1), 1);
    font-family: 'Archivo';
    font-size: calc((20 / 1728) * 100vw);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: inherit;
    font-weight: 400;
}
ul, ol{
    font-family: inherit;
}
p:empty{
    display: none;
}
.btn{
    border: 1px solid currentColor;
    border-radius: 100px;
    padding: calc((10 / 1728) * 100vw) calc((30 / 1728) * 100vw);
    font-size: inherit;
    display: inline-flex;
    color: inherit !important;
    text-decoration: none;
    background: none !important;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.btn:hover{
    background: rgba(var(--color1), 1) !important;
    color: rgba(var(--color2), 1) !important;
    border-color: rgba(var(--color1), 1);
}
.btn:focus{
    text-decoration: none !important;
    outline: none !important;
    background: none !important;
    color: inherit !important;
}
.link{
    font-size: inherit;
    display: inline-flex;
    color: inherit;
    text-decoration: none;
    background: none; 
    text-transform: uppercase;
}
.link:focus{
    text-decoration: none !important;
    outline: none !important;
    background: none !important;
}
.site-footer > *, .widget-area > * {
    margin-top: calc(0.666 * var(--global--spacing-vertical));
    margin-bottom: calc(0.666 * var(--global--spacing-vertical));
    --global--spacing-vertical: 0px;
}
.site-footer{
    max-width: none!important; 
}
.site-main{
    padding-block: 0 !important;
}
.site-footer{
    padding-block: 0 calc((43 / 1728) * 100vw);
}
footer .footer-logo{
    padding: calc((100 / 1728) * 100vw) calc((50 / 1728) * 100vw) ;
    border-bottom: 1px solid rgba(var(--color1), 1);
}
footer .footer-logo img{
    width: 100%;
    height: auto;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(var(--color1), 1);
    padding: calc((37 / 1728) * 100vw) calc((50 / 1728) * 100vw);
    position: relative;
}
.footer-bottom .desgined_by a{
    color: rgba(var(--color1), 1);
    text-decoration: none;
}
.footer_columns{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-block: 1px solid;
}
.footer_columns h2{
    font-weight: 500;
    font-size: calc((20 / 1728) * 100vw);
    line-height: 100%;
    letter-spacing: calc((2 / 1728) * 100vw);
    text-transform: uppercase;
    margin-bottom: calc((20 / 1728) * 100vw); 
}
.footer_columns ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_columns li{
    line-height: 1;
}
.footer_columns li:not(:last-child){
   margin-bottom: calc((20 / 1728) * 100vw); 
}
.footer_columns li a{
    color: rgba(var(--color1), 0.6);
    text-decoration: none;
}
.footer_columns li a:hover{
    color: rgba(var(--color1), 1);
}
.footer_columns .menu-block{
    border-right: 1px solid currentColor;
    padding: calc((70 / 1728) * 100vw);

    display: flex;
    align-items: center;
    justify-content: center;

}
.footer_columns .address-block{
    /* border-right: 1px solid currentColor; */
    padding: calc((70 / 1728) * 100vw);

    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;

}
.footer_columns .address-block p{
    line-height: 1.1;
}
.footer_columns .address-block p:not(:last-child){
    margin-bottom: calc((20 / 1728) * 100vw); 
}
.footer_columns .address-block a{
    color: rgba(var(--color1), 1);
    text-decoration: none;
}
.footer_columns .block-inner{
    width: max-content;
    margin: auto;
}


.home-sec1{
    position: relative;
    margin: 0;
    width: 100%;
    z-index: 2;
}
.home-sec1 video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: -2;
}
.home-sec1::before{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.home-sec1 .logoWrap{
    padding: calc((50 / 1728) * 100vw);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.home-sec1 .logoWrap img{
    width: 100%;
    height: auto;
}
.site-header{
    padding: calc((50 / 1728) * 100vw);
    max-width: none !important;
    position: absolute;
    width: 100%; 
    left: 0;
    top: 0;
    z-index: 10;
}
.home-sec2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    width: 100%;
    align-items: center; 
}
.home-sec2 .image-block{
    /* padding: 115px 104px; */
    padding: calc((115 / 1728) * 100vw) calc((104 / 1728) * 100vw);
    border-left: 1px solid rgba(var(--color1), 1);
}
.home-sec2.image_alignment_left .image-block{
    border-left: 0px;
    border-right: 1px solid rgba(var(--color1), 1);
    order: -99;
}
.home-sec2.image_alignment_left .text-block{
    /* border-left: 1px solid rgba(var(--color1), 1); */
}
.home-sec2 .image-block img{
    aspect-ratio: 0.805;
    width: 100%;
    object-fit: cover;
    max-height: calc(100vh - ((230 / 1728) * 100vw));
}
.home-sec2 h2{
    font-size: calc((64 / 1728) * 100vw);
    margin-bottom: calc((50 / 1728) * 100vw);
    line-height: 1; 
}
.home-sec2 h3{
    font-size: calc((32 / 1728) * 100vw);
    margin-bottom: calc((30 / 1728) * 100vw);
    line-height: 1; 
    font-weight: 600;
}
body.single-cocktail .home-sec2 h3:not(:first-child){
    margin-top: calc((75 / 1728) * 100vw);
}
.home-sec2 .text-block{
    padding: calc((135 / 1728) * 100vw);
}
.rte{
   line-height: 1.15; 
}
.rte p{
    line-height: 1.15;
}
.rte ul{
    line-height: 1.15;
    padding-left: calc((25 / 1728) * 100vw);
}
.rte li:not(:last-child){
    margin-bottom: calc((7 / 1728) * 100vw);
}
.rte ul:not(:last-child){
    margin-bottom: calc((40 / 1728) * 100vw);
}
.rte p:not(:last-child){
    margin-bottom: calc((20 / 1728) * 100vw);
}
.rte:not(:last-child){
    margin-bottom: calc((50 / 1728) * 100vw);
}
.home-sec3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    width: 100%;
    /* align-items: center; */
    border-top: 1px solid currentColor;
}
.home-sec3 .block{
    padding: calc((170 / 1728) * 100vw) calc((110 / 1728) * 100vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-sec3 .block:not(:last-child){
    border-right: 1px solid currentColor;
}
.home-sec3 h3{
    line-height: 1.1;
    margin-bottom: calc((50 / 1728) * 100vw);
    font-size: calc((36 / 1728) * 100vw); 
}
.home-sec4{
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    color: rgba(var(--color3), 1);
    padding: calc((160 / 1728) * 100vw) calc((112 / 1728) * 100vw);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.home-sec4 .bgimage{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}
.home-sec4 .bgimage::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: "";
}
.home-sec4 .bgimage img{
    width: 100%;
    height: 100%;  
    object-fit: cover;
}
.home-sec4 .block{
    max-width: calc((590 / 1728) * 100vw);
    margin-bottom: calc((300 / 1728) * 100vw);
}
.home-sec4 h2{
    font-size: calc((64 / 1728) * 100vw);
    margin-bottom: calc((50 / 1728) * 100vw);
    line-height: 1; 
}
.home-sec4 .block:nth-child(odd){
    margin-left: auto;
}
.home-sec4 .block .btn:hover{
    background: rgba(var(--color3), 1) !important;
    border-color: rgba(var(--color3), 1);
    color: rgba(var(--color2), 1) !important; 
}


.home-sec5{
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    color: rgba(var(--color3), 1);
}
.home-sec5 .bgimage{
    position: relative;
    width: 100%;
    z-index: -1;
}
.home-sec5 .bgimage::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    background: rgba(0, 0, 0, 0.3);
    content: "";
}
.home-sec5 .bgimage img{
    width: 100%;
    height: 100vh;  
    object-fit: cover;
    display: block;
}
.home-sec5 .bgimage video{
    width: 100%;
    height: 100vh;  
    object-fit: cover;
    display: block;
}
.home-sec5 h2{
    font-size: calc((96 / 1728) * 100vw);
    line-height: 1; 
}
.home-sec5 h2:not(:last-child){
    margin-bottom: calc((50 / 1728) * 100vw);
}
.home-sec5 .bottom-wrap{
    padding: calc((70 / 1728) * 100vw) calc((50 / 1728) * 100vw);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: calc((50 / 1728) * 100vw);
}
.home-sec5 .bottom-wrap .right-part:has(p){
    max-width: calc((300 / 1728) * 100vw);;
}
.home-sec5 .bottom-wrap .right-part p{
    line-height: 1.1;
}
.home-sec5 .btn:hover{
    background: rgba(var(--color3), 1) !important;
    border-color: rgba(var(--color3), 1);
    color: rgba(var(--color2), 1) !important; 
}
.home-sec5 .middle-wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: calc((50 / 1728) * 100vw);
    max-width:  calc((800 / 1728) * 100vw);
    text-align: center;
}
.home-sec5 .middle-wrap h2{
    font-size: calc((64 / 1728) * 100vw);
}
.header{
    padding: calc((35 / 1728) * 100vw) calc((50 / 1728) * 100vw);
    /* position: absolute; */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    z-index: 10;
    color: rgba(var(--color3), 1);
}
.header.is-sticky{
    background: rgba(var(--color2), 1);
    color: rgba(var(--color1), 1);
}
.header.menu-open{
    color: rgba(var(--color3), 1) !important;
    background: none;
}
.header a{
    color: inherit;
}
.header .mainMenu{
    display: none;
}
.header .mainMenu{
    height: 0%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0%;
    /* padding-top: calc((130 / 1728) * 100vw); */
    display: grid;
    background: rgba(var(--color4), 1);
    color: rgba(var(--color3), 1);
    z-index: -1;
    /* border-top: 1px solid currentColor; */
}
.header .mainMenu::before{
    /* position: absolute; */
    left: 0;
    margin-top: calc((130 / 1728) * 100vw);
    width: 100%;
    background: currentColor;
    height: 1px; 
    content: "";
    display: block;
    grid-column: span 4;
}
.menuOverlay{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    background: rgba(var(--color1), 0.2);
    /* background: rgba(0, 0, 0, 0.5); */
    height: 100%;
    z-index: 3;
}
/* .header .mainMenu[style="height: auto;"]{
    border-top: 1px solid currentColor;
} */
.header .header_button_block{
    display: flex;
    align-items: center;
    gap: calc((50 / 1728) * 100vw);
    /* color: rgba(var(--color3), 1); */
}
.header .header_button_block .btn:hover{
    background: rgba(var(--color3), 1) !important;
    border-color: rgba(var(--color3), 1);
    color: rgba(var(--color2), 1) !important;
}
.header .header_logo{
    width: calc((245 / 1728) * 100vw);
}
.header .header_logo img, .header .header_logo svg{
    width: 100%;
    display: block;
    height: auto;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    outline: none;
    text-decoration: none;
    text-decoration-skip-ink: none;
    background: none;
}
.header .menu-icon{
    width: calc((50 / 1728) * 100vw);
}
.header .menu-icon svg{
    width: 100%;
    display: block;
}

.home-sec6{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
}
.home-sec6 .image-block img{
    aspect-ratio: 0.805;
    width: 100%;
}
.home-sec6 .image-block{
    /* padding: 115px 104px; */
    padding: calc((115 / 1728) * 100vw) calc((104 / 1728) * 100vw);
    border-left: 1px solid rgba(var(--color1), 1);
}
.home-sec6 .image-block img{
    aspect-ratio: 0.805;
    width: 100%;
    object-fit: cover;
    max-height: calc(100vh - ((230 / 1728) * 100vw));
}
.home-sec6 .heading-block{
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-sec6 .heading-block .rte p{
   margin-bottom: 0; 
}
.home-sec6 .heading-block .inner-wrap{
    width: max-content;
    max-width: calc((387 / 1728) * 100vw);
}
.home-sec6 h2{
    font-size: calc((64 / 1728) * 100vw);
    margin-bottom: calc((36 / 1728) * 100vw);
    line-height: 1; 
}
.home-sec6 .product-block .media-wrap{
    /* padding: calc((130 / 1728) * 100vw); */
    padding: calc((100 / 1728) * 100vw);
    text-align: center;
}
.home-sec6 .product-block .media-wrap img{
    height: 100%;
    width: auto;
    max-width: 50%;
    margin: auto;
    /* max-height: calc((700 / 1728) * 100vw); */
    max-height: calc(100vh - ((330 / 1728) * 100vw));
}
.home-sec6 .product-block .info{
    padding: 0 calc((50 / 1728) * 100vw) calc((50 / 1728) * 100vw);
    display: flex;
    align-items: flex-end;
    gap: calc((50 / 1728) * 100vw); 
    justify-content: space-between;
}
.home-sec6 .product-block .left-info{
    max-width: 75%;
}
.home-sec6 .product-block:nth-child(even){
    border-left: 1px solid rgba(var(--color1), 1);
}
.home-sec6 .product-block:not(:nth-child(1), :nth-child(2)){
    border-top: 1px solid rgba(var(--color1), 1);
}
.home-sec6 .heading-block:not(:nth-child(1), :nth-child(2)){
    border-top: 1px solid rgba(var(--color1), 1);
}
.home-sec6 .image-block:not(:nth-child(1), :nth-child(2)){
    border-top: 1px solid rgba(var(--color1), 1);
}
.home-sec6 h3{
    font-size: calc((40 / 1728) * 100vw);
    margin-bottom: calc((22 / 1728) * 100vw);
    line-height: 1;
}
.home-sec6 .info p{
    line-height: 1.15;
}


.story-sec1{
    margin: 0;
    position: relative;
    color: rgba(var(--color3), 1);
}
.story-sec1 .bg{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    position: relative;
}
.story-sec1 .bg:has(.img2){
    grid-template-columns: repeat(2, 1fr);
}
.story-sec1 .bg::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
}
.story-sec1 .bg img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.story-sec1 h2{
    font-size: calc((96 / 1728) * 100vw);
    line-height: 1; 
}
.story-sec1 h2:not(:last-child){
    margin-bottom: calc((50 / 1728) * 100vw);
}
.story-sec1 .bottom-wrap{
    padding: calc((70 / 1728) * 100vw) calc((50 / 1728) * 100vw);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: calc((50 / 1728) * 100vw);
}
.story-sec1 p{
    font-size: calc((24 / 1728) * 100vw);
    letter-spacing: calc((2.4 / 1728) * 100vw);
    line-height: 1.1;
}
.story-sec1 .right-part{
    max-width: calc((255 / 1728) * 100vw);
}

.story-sec2{
    margin: 0;
    position: relative;
    color: rgba(var(--color1), 1);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.story-sec2 .right-part{
    border-left: 1px solid rgba(var(--color1), 1);
    padding: calc((140 / 1728) * 100vw) calc((239 / 1728) * 100vw);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.story-sec2 .left-part{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.story-sec2 h2{
    font-size: calc((64 / 1728) * 100vw);
    line-height: 1; 
}

.header .table-cell {
  font-weight: bold;
  background: #f2f2f2;
}
.spirits-sec1{
    margin: 0;
}
.spirits-sec1 .row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.spirits-sec1 .row:not(:last-child){
    border-bottom: 1px solid rgba(var(--color1), 1);
}
.spirits-sec1 .row:nth-child(odd) .content{
    order: -99;
}
.spirits-sec1 .row:nth-child(odd) .media{
    border-left: 1px solid rgba(var(--color1), 1);
}
.spirits-sec1 .row:nth-child(even) .content{
    border-left: 1px solid rgba(var(--color1), 1);
}
.spirits-sec1 .content{
    padding: calc((100 / 1728) * 100vw) calc((150 / 1728) * 100vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    justify-content: center;
}
.spirits-sec1 .content .btn{
    width: 100%;
    text-align: center;
    justify-content: center;
}
.spirits-sec1 .media{
    padding: calc((130 / 1728) * 100vw);
    height: 100vh;
    text-align: center;
}
.spirits-sec1 .media img{
    width: auto;
    max-width: 50%;
    height: 100%;
    margin-inline: auto;
}

.spirits-sec1 .table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.spirits-sec1 .table-row {
  display: table-row;
}

.spirits-sec1 .table-cell {
  display: table-cell;
  padding: calc((10 / 1728) * 100vw) calc((20 / 1728) * 100vw);
  line-height: 1.1;
}
.spirits-sec1 .table-row:first-child .table-cell{
    padding-top: 0;
}
.spirits-sec1 .table-row:last-child .table-cell{
    padding-bottom: 0;
}
.spirits-sec1 .table-cell:first-child{
    padding-left: 0;
    border-right: 1px solid rgba(var(--color1), 1);
    font-weight: 700;
}
.spirits-sec1 h2{
    font-size: calc((64 / 1728) * 100vw);
    line-height: 1; 
}
.spirits-sec1 h2:not(:last-child){
    margin-bottom: calc((50 / 1728) * 100vw);
}
.spirits-sec1 .table:not(:last-child){
    margin-bottom: calc((50 / 1728) * 100vw);
}



.process-sec1{
    margin: 0;
}
.process-sec1 .row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.process-sec1 .row:not(:last-child){
    border-bottom: 1px solid rgba(var(--color1), 1);
}
.process-sec1 .row:nth-child(odd) .content{
    order: -99;
}
.process-sec1 .row:nth-child(odd) .media{
    border-left: 1px solid rgba(var(--color1), 1);
}
.process-sec1 .row:nth-child(even) .content{
    border-left: 1px solid rgba(var(--color1), 1);
}
.process-sec1 .content{
    padding: calc((100 / 1728) * 100vw) calc((150 / 1728) * 100vw);
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
}
.process-sec1 .content .btn{
    width: 100%;
    text-align: center;
    justify-content: center;
}
.process-sec1 .media{
    padding: calc((130 / 1728) * 100vw) calc((100 / 1728) * 100vw);
    /* height: 100vh; */
    text-align: center;
}
.process-sec1 .media img{
    width: 100%;
    aspect-ratio: 0.773;
    /* max-width: 50%; */
    object-fit: cover;
    height: auto;
    margin-inline: auto;
    max-height: calc(100vh - ((260 / 1728) * 100vw));
} 
.process-sec1 h2 {
    font-size: calc((64 / 1728) * 100vw);
    line-height: 1;
}
.process-sec1 h2:not(:last-child) {
    margin-bottom: calc((50 / 1728) * 100vw);
}

.home-sec5.hours-info-sec1 .bgimage video{
    height: 75vh;
}
.home-sec5.hours-info-sec1 h2 {
    font-size: calc((64 / 1728) * 100vw);
    line-height: 1;
}
.home-sec5.hours-info-sec1 .bottom-wrap .right-part:has(p) {
    max-width: calc((473 / 1728) * 100vw);
}


.hours-info-sec2{
    margin: 0;
}
.hours-info-sec2 .row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.hours-info-sec2 .row{
    border-top: 1px solid rgba(var(--color1), 1);
}

.hours-info-sec2 .content{
    padding: calc((100 / 1728) * 100vw) calc((150 / 1728) * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hours-info-sec2 .content strong{
    font-weight: 800;
}
.hours-info-sec2 .content .btn{
    width: 100%;
    text-align: center;
    justify-content: center;
}
.hours-info-sec2 .media{
    padding: calc((100 / 1728) * 100vw) calc((100 / 1728) * 100vw);
    /* height: 100vh; */
    text-align: center;
    border-left: 1px solid rgba(var(--color1), 1);

}
.hours-info-sec2 .media img, .hours-info-sec2 .media video{
    width: 100%;
    /* aspect-ratio: 0.773; */
    /* max-width: 50%; */
    object-fit: cover;
    height: auto;
    margin-inline: auto;
    max-height: calc(100vh - ((200 / 1728) * 100vw));
    display: block;
}
.hours-info-sec2 h2 {
    font-size: calc((64 / 1728) * 100vw);
    line-height: 1;
}
.hours-info-sec2 h2:not(:last-child) { 
    margin-bottom: calc((50 / 1728) * 100vw);
}

.home-sec5.drb-sec1 h2 {
    font-size: calc((64 / 1728) * 100vw);
    line-height: 1;
}
.home-sec5.drb-sec1 .left-part{
    max-width: calc((990 / 1728) * 100vw);
}
.home-sec5.drb-sec1 .btn{
    background: rgba(var(--color3), 1) !important;
    color: rgba(var(--color2), 1) !important;
}


.drb-sec2{
    margin: 0;
}
.drb-sec2 .row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.drb-sec2 .row{
    border-top: 1px solid rgba(var(--color1), 1);
}

.drb-sec2 .content{
    padding: calc((100 / 1728) * 100vw) calc((150 / 1728) * 100vw);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid rgba(var(--color1), 1);
}
.drb-sec2 .content .btn{
    /* width: 100%;
    text-align: center;
    justify-content: center; */
}
.drb-sec2 .media{
    padding: calc((100 / 1728) * 100vw) calc((100 / 1728) * 100vw);
    /* height: 100vh; */
    text-align: center;
    

}
.drb-sec2 .media img, .drb-sec2 .media video{
    width: 100%;
    aspect-ratio: 0.773;
    /* max-width: 50%; */
    object-fit: cover;
    height: auto;
    margin-inline: auto;
    max-height: calc(100vh - ((200 / 1728) * 100vw));
    display: block;
}
.drb-sec2 h2 {
    font-size: calc((64 / 1728) * 100vw);
    line-height: 1;
}
.drb-sec2 h2:not(:last-child) { 
    margin-bottom: calc((50 / 1728) * 100vw);
}

.header_columns{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr;
}
.header_columns h2{
    font-weight: 500;
    font-size: calc((20 / 1728) * 100vw);
    line-height: 100%;
    letter-spacing: calc((2 / 1728) * 100vw);
    text-transform: uppercase;
    margin-bottom: calc((20 / 1728) * 100vw); 
}
.header_columns ul{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.header_columns li:not(:last-child){
    margin-bottom: calc((20 / 1728) * 100vw);
}
.header_columns li a{
    color: rgba(var(--color3), 0.5);
    text-decoration: none;
}
.header_columns li a:hover{
    color: rgba(var(--color3), 1);
}
.header_columns .menu-block{
    
    padding: calc((70 / 1728) * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;

}
.header_columns .menu-block:not(:first-child,:nth-child(2)){
    border-left: 1px solid currentColor;
}
.header .header-menu-strip{
    background: rgba(var(--color1), 1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; 
    z-index: -1;
    height: 0%;
}


.age-popup{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(var(--color3), 1);
    z-index: 1000;
    background: rgba(var(--color4), 1);
}
.age-popup::before{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
body:has(.age-popup.active){
    overflow: hidden;
}
.age-popup.active{
    display: flex;
}
.age-popup video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.age-popup a{
    color: inherit;
}
.age-popup .header_logo{
    position: absolute;
    top: calc((35 / 1728) * 100vw);
    width: calc((245 / 1728) * 100vw);
}
.age-popup .header_logo img{ 
    width: 100%;
}
.age-popup .header_logo a{
    display: block;
}
.age-popup .btn-group{
    display: flex;
    gap: calc((50 / 1728) * 100vw);
}
.age-popup .btn{
    width: calc((300 / 1728) * 100vw);
    text-align: center;
    justify-content: center;
}
.age-popup .btn:hover{
    background: rgba(var(--color3), 1) !important;
    border-color: rgba(var(--color3), 1);
    color: rgba(var(--color2), 1) !important;
}
.age-popup h2{
    font-size: calc((64 / 1728) * 100vw);
    line-height: 1;
    margin-bottom: calc((100 / 1728) * 100vw);
}

.home-sec5.dpe-sec1 .left-part{
    max-width: calc((900 / 1728) * 100vw);
}

.dpe-sec2{
    margin: 0;
}
.dpe-sec2 h2{
    padding-inline: calc((50 / 1728) * 100vw);
    margin-block: calc((75 / 1728) * 100vw);
    font-size: calc((64 / 1728) * 100vw);
    line-height: 1;
}
.dpe-sec2 .items-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
}
.dpe-sec2 .item{
    padding: calc((130 / 1728) * 100vw) calc((100 / 1728) * 100vw);
    border-top: 1px solid currentColor;
}
.dpe-sec2 .item:nth-child(even){
    border-left: 1px solid currentColor;
}
.dpe-sec2 .item.full-width-item{
    grid-column: span 2;
}
.dpe-sec2 .item img{
    width: 100%;
    aspect-ratio: 1.5;
    height: auto;
    object-fit: cover;
    margin-bottom: calc((50 / 1728) * 100vw);
}
.dpe-sec2 .item h3{
    font-size: calc((32 / 1728) * 100vw);
    padding-right: calc((150 / 1728) * 100vw);
}


.product-main{
    padding-top: calc((175 / 1728) * 100vw);
    padding-bottom: calc((150 / 1728) * 100vw);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* padding-inline: calc((50 / 1728) * 100vw);; */
    margin: 0;
}
.product-main .thirstie-app-block{

}

.product-main .table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.product-main .table-row {
  display: table-row;
}

.product-main .table-cell {
  display: table-cell;
  padding: calc((10 / 1728) * 100vw) calc((20 / 1728) * 100vw);
  line-height: 1.1;
}
.product-main .table-row:first-child .table-cell{
    padding-top: 0;
}
.product-main .table-row:last-child .table-cell{
    padding-bottom: 0;
}
.product-main .table-cell:first-child{
    padding-left: 0;
    border-right: 1px solid rgba(var(--color1), 1);
    font-weight: 700;
}
.product-main h1{
    font-size: calc((64 / 1728) * 100vw);
    line-height: 1; 
}
.product-main h1:not(:last-child){
    margin-bottom: calc((50 / 1728) * 100vw);
}
.product-main .table:not(:last-child){
    margin-bottom: calc((50 / 1728) * 100vw);
}
.product-main h2:not(:last-child){
    margin-bottom: calc((50 / 1728) * 100vw);
}
.product-main .media-gallery{
    width: 50vw;
    padding-left: calc((50 / 1728) * 100vw);
}
.product-main .media-gallery .slider{
    margin-bottom: calc((50 / 1728) * 100vw);
}
.product-main .info-part{
    padding-left: calc((90 / 1728) * 100vw);
    padding-right: calc((90 / 1728) * 100vw);
}
/* .product-main .media-gallery .slider:not(.slick-initialized){
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overflow: hidden;
    flex-wrap: nowrap;
}
.product-main .media-gallery .slider:not(.slick-initialized) .slick-slide {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.product-main .media-gallery .slider .slick-slide{
    height: calc(50vw - ((50 / 1728) * 100vw));  
    width: calc(50vw - ((50 / 1728) * 100vw));
}
.product-main .media-gallery .slider .slick-slide img{ 
    height: calc(50vw - ((50 / 1728) * 100vw));  
    width: calc(50vw - ((50 / 1728) * 100vw));
    max-height: calc(50vw - ((50 / 1728) * 100vw));
    max-width: calc(50vw - ((50 / 1728) * 100vw));
} */
.product-main .media-gallery:not(:has(.slick-initialized)){
    opacity: 0;
}
 

/* Thumbnails Slider */
        .slider-thumbnails {
            /* margin-inline: calc(((20 / 1728) * 100vw) - 1); */
            margin-inline: calc(((19 / 1728) * 100vw) * -1);
        }

        .slider-thumbnails .slick-slide {
            padding: 0 calc((19 / 1728) * 100vw);
            transition: transform 0.3s ease-out;
        }
        
        .slider-thumbnails .slick-slide:focus img {
            /* box-shadow: 0 0 5px rgba(0,0,0,0.6); */
        }

        .slider-thumbnails .slick-slide img {
            max-width: 100%;
            /* border: solid 5px #fff; */
            box-sizing: border-box;
            /* box-shadow: 0 0 5px rgba(0,0,0,0.3); */
            transition: box-shadow 0.3s ease-out;
            /* border-radius: 3px; */
            width: 100%;
            aspect-ratio: 1;
            object-fit: cover;
            cursor: pointer;
            border: 1px solid transparent;
        }
        .slider-thumbnails .slick-slide.slick-current img {
            border-color: rgba(var(--color1), 1);
        }

        /* Main Slider */
        .slider {
            /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            border: solid 9px #fff; */
            box-sizing: border-box;
            /* margin-bottom: 15px;
            border-radius: 5px; */
        }

        .slider .slick-slide {}

        .slider .slick-slide img {
            width: 100%;
            aspect-ratio: 1;
            object-fit: cover;
        }


        /* make button larger and change their positions */
        .slick-prev,
        .slick-next {
            width: 50px;
            height: 50px;
            z-index: 1;
        }

        .slick-prev {
            left: 5px;
        }

        .slick-next {
            right: 5px;
        }

        .slick-prev:before,
        .slick-next:before {
            font-size: 40px;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        }


        /* General slick slider styling */
        .slick-slide:focus,
        .slick-slide:focus {
            outline: none;
            /* remove default outline when on :focus */
        }

        /* hide dots and arrow buttons when slider is not hovered */
        .slick-slider:not(:hover) .slick-arrow,
        .slick-slider:not(:hover) .slick-dots {
            opacity: 0;
        }

        /* transition effects for opacity */
        .slick-arrow {
            transition: opacity 0.5s ease-out;
        }
        

        /* Loading effects for main slider */
        .slider {
            
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100px 100px;
            min-height: 100px;
        }
        .slider img.slick-loading {
            opacity: 0;
        }
        .slider img {
            transition: opacity 0.3s ease 0s;
        }
        .slider .slick-loading:after {
            content:'loading'
        }


.home-sec1 .dual-banner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.home-sec1 .dual-banner img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.home-sec1 .image-banner img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}



.our-story-banner .bottom-wrap{
    color: rgba(var(--color3), 1);
}
.our-story-banner .bottom-wrap{
    padding: calc((70 / 1728) * 100vw) calc((50 / 1728) * 100vw);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: calc((50 / 1728) * 100vw);
}
.our-story-banner p{
    font-size: calc((24 / 1728) * 100vw);
    letter-spacing: calc((2.4 / 1728) * 100vw);
    line-height: 1.1;
}
.our-story-banner .right-part{
    max-width: calc((255 / 1728) * 100vw);
}
.our-story-banner h2 {
    font-size: calc((96 / 1728) * 100vw);
    line-height: 1;
}


.cocktail-banner .bottom-wrap{
    color: rgba(var(--color3), 1);
}
.cocktail-banner .bottom-wrap{
    padding: calc((70 / 1728) * 100vw) calc((50 / 1728) * 100vw);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: calc((50 / 1728) * 100vw);
}
.cocktail-banner p{
    font-size: calc((24 / 1728) * 100vw);
    /* letter-spacing: calc((2.4 / 1728) * 100vw); */
    line-height: 1.1;
}
.cocktail-banner .right-part{
    max-width: calc((460 / 1728) * 100vw);
}
.cocktail-banner h2 {
    font-size: calc((96 / 1728) * 100vw);
    line-height: 1;
}



.our-sprit-banner .bottom-wrap{
    color: rgba(var(--color3), 1);
    padding: calc((70 / 1728) * 100vw) calc((50 / 1728) * 100vw);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: calc((50 / 1728) * 100vw);
}
.our-sprit-banner p{
    font-size: calc((24 / 1728) * 100vw);
    letter-spacing: calc((2.4 / 1728) * 100vw);
    line-height: 1.1;
}
.our-sprit-banner .right-part{
    max-width: calc((255 / 1728) * 100vw);
}
.our-sprit-banner h2 {
    font-size: calc((96 / 1728) * 100vw);
    line-height: 1;
}
.our-process-banner {
    color: rgba(var(--color3), 1);
}
.our-process-banner .middle-wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: calc((50 / 1728) * 100vw);
    max-width:  calc((750 / 1728) * 100vw);
    text-align: center;
}
.our-process-banner .middle-wrap h2{
    font-size: calc((64 / 1728) * 100vw);
    line-height: 1.1;
}
.our-process-banner .middle-wrap h2 p{ 
    line-height: inherit;
}

html {
    -webkit-touch-callout: none; /* disables phone number linking */
}
a[href^="tel"] {
    color: inherit !important;
    text-decoration: none !important;
}
.hours-info-banner .bottom-wrap{
    color: rgba(var(--color3), 1);
    padding: calc((70 / 1728) * 100vw) calc((50 / 1728) * 100vw);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: calc((50 / 1728) * 100vw);
}

.hours-info-banner h2 {
    font-size: calc((64 / 1728) * 100vw);
    line-height: 1;
}
.hours-info-banner .bottom-wrap .right-part:has(p) {
    max-width: calc((473 / 1728) * 100vw);
}
.home-sec1.hours-info-banner video {
    height: 75vh;
}


.related-procucts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
}
.related-procucts h2{
    grid-column: span 2;
    font-size: calc((202 / 1728) * 100vw);
    text-align: center;
    line-height: 1;
    padding-inline: calc((50 / 1728) * 100vw);
    margin-bottom: calc((50 / 1728) * 100vw);
}
.related-procucts .product-block .media-wrap{
    /* padding: calc((130 / 1728) * 100vw); */
    padding: calc((100 / 1728) * 100vw);
    text-align: center;
}
.related-procucts .product-block .media-wrap img{
    height: 100%;
    width: auto;
    max-width: 50%;
    margin: auto;
    /* max-height: calc((700 / 1728) * 100vw); */
    max-height: calc(100vh - ((330 / 1728) * 100vw));
}
.related-procucts .product-block .info{
    padding: 0 calc((50 / 1728) * 100vw) calc((50 / 1728) * 100vw);
    display: flex;
    align-items: flex-end;
    gap: calc((50 / 1728) * 100vw); 
    justify-content: space-between;
}
.related-procucts .product-block:nth-child(even){
    border-right: 1px solid rgba(var(--color1), 1);
}
.related-procucts .product-block{ 
    border-top: 1px solid rgba(var(--color1), 1);
} 
.related-procucts .product-block .left-info{
    max-width: 75%;
}
.related-procucts h3 {
    font-size: calc((40 / 1728) * 100vw);
    margin-bottom: calc((22 / 1728) * 100vw);
    line-height: 1;
}
.header .menu-icon{
    color: inherit;
}
.header .menu-icon svg path{
    stroke: currentColor;
}


body.single-product .site-footer{
    padding-top: 0;
}
body.single-product .header .header_button_block{
    /* color: rgba(var(--color1), 1); */
}

body.tax-cocktail-brand .site-footer{
    padding-top: 0;
}


body.tax-cocktail-brand{
    background: rgba(var(--brand-color), 1);
}
body.single-cocktail{
    background: rgba(var(--brand-color), 1);
}
.categories-sec{
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    line-height: 1.1;
    text-transform: uppercase;
}
.categories-sec .item{
    display: flex;
    padding: calc((60 / 1728) * 100vw) calc((85 / 1728) * 100vw); 
    align-items: center;
    gap: calc((50 / 1728) * 100vw);
    position: relative;
}
.categories-sec .item.active{
    background: rgba(var(--color1), 1);
    color: rgba(var(--brand-color), 1);
}
.categories-sec .item a.full-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.categories-sec .item:not(:last-child){
    border-right: 1px solid currentColor;
}
.categories-sec img{
    max-width: calc((239 / 1728) * 100vw);
    height: auto;
}

.product-grid{
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.product-grid .product-block:nth-child(odd){
    border-right: 1px solid rgba(var(--color1), 1);
}
.product-grid .product-block{ 
    border-top: 1px solid rgba(var(--color1), 1); 
    padding: calc((110 / 1728) * 100vw) calc((105 / 1728) * 100vw); 
    line-height: 1.1;
    position: relative;
    font-size: calc((32 / 1728) * 100vw);
}
.product-grid .product-block .full-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-grid .product-block img{
    max-width: 100%;
    width: 100%;
    aspect-ratio: 0.896;
    object-fit: cover;
    margin-bottom: calc((50 / 1728) * 100vw); 
    max-height: calc(100vh - calc((350 / 1728) * 100vw));
}
.product-grid .product-block p{
    line-height: inherit;  
}



.product-grid.sp-related{
    grid-template-columns: 1fr;
    border-top: 1px solid currentColor;
    padding: calc((75 / 1728) * 100vw) calc((50 / 1728) * 100vw);
    gap: calc((75 / 1728) * 100vw) calc((50 / 1728) * 100vw);
}
.product-grid.sp-related h2 {
    /* grid-column: span 3; */
    font-size: calc((202 / 1728) * 100vw);
    text-align: center;
    line-height: 1;
    padding-inline: unset;
    margin-bottom: 0;
}
.product-grid.sp-related .blocks-wrap{
    grid-template-columns: repeat(3, 1fr);
    gap: calc((75 / 1728) * 100vw) calc((50 / 1728) * 100vw);
    display: grid;
}
.product-grid.sp-related .product-block{
    padding: 0; 
    border: 0;
    font-size: calc((24 / 1728) * 100vw);
}
.bottom_back_link{
    border-top: 1px solid rgba(var(--color1), 1);
    margin:0;
}
.bottom_back_link .back__btn{
    padding: calc((38 / 1728) * 100vw); 
    color: rgba(var(--color1), 1);
    display: block;
    text-decoration: none;
    text-align: center;
}

.home-sec1 .carousel-banner img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.home-sec1 .carousel-banner{
    z-index: -1;;
}

.te-sec1{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
    padding: calc((285 / 1728) * 100vw) calc((50 / 1728) * 100vw) calc((50 / 1728) * 100vw) ;
}
.te-sec1 .right-part{
    max-width: calc((460 / 1728) * 100vw);
}
.te-sec1 .left-part{
    max-width: calc((766 / 1728) * 100vw);
}
.te-sec1 h1{
    font-size: calc((96 / 1728) * 100vw);
    line-height: 1;
    margin: 0;
}
.te-sec2{
    margin: 0;
}
.te-sec2 .row{
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    border-top: 1px solid currentColor;
}
.te-sec2 .content{
    padding: calc((142 / 1728) * 100vw) calc((77 / 1728) * 100vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.te-sec2 .top-wrap{
    display: flex;
    gap: calc((50 / 1728) * 100vw);
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: calc((50 / 1728) * 100vw);
}
.te-sec2 .top-wrap .btn{
    background: rgba(var(--color1), 1) !important;
    border-color: rgba(var(--color1), 1);
    color: rgba(var(--color2), 1) !important;
}
.te-sec2 h2{
    font-size: calc((64 / 1728) * 100vw);
    line-height: 1;
    max-width: calc((510 / 1728) * 100vw);
}
.te-sec2 .media{
    border-left: 1px solid currentColor;
    padding: calc((105 / 1728) * 100vw) calc((58 / 1728) * 100vw);
    display: flex;
    align-items: center;
}
.te-sec2 .media img {
    width: 100%;
    aspect-ratio: 0.773;
    /* max-width: 50%; */
    object-fit: cover;
    height: auto;
    margin-inline: auto;
    max-height: calc(100vh - ((210 / 1728) * 100vw));
}
.rooftop-bar-banner{
    color: rgba(var(--color3), 1);
}
.rooftop-bar-banner .btn {
    background: rgba(var(--color3), 1) !important;
    color: rgba(var(--color2), 1) !important;
    border-color: rgba(var(--color3), 1);
}
.rooftop-bar-banner h2 {
    font-size: calc((64 / 1728) * 100vw);
    line-height: 1;
}
.rooftop-bar-banner .left-part {
    max-width: calc((990 / 1728) * 100vw);
}
.rooftop-bar-banner .bottom-wrap{
    padding: calc((70 / 1728) * 100vw) calc((50 / 1728) * 100vw);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: calc((50 / 1728) * 100vw);
}
.rooftop-bar-banner .bottom-wrap .right-part:has(p){
    max-width: calc((300 / 1728) * 100vw);;
}
.rooftop-bar-banner .bottom-wrap .right-part p{
    line-height: 1.1;
}


.dpe-sec1 .bottom-wrap {
    padding: calc((70 / 1728) * 100vw) calc((50 / 1728) * 100vw);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: calc((50 / 1728) * 100vw);
    color: rgba(var(--color3), 1);
}
.dpe-sec1 .btn:hover{
    background: rgba(var(--color3), 1) !important;
    border-color: rgba(var(--color3), 1);
    color: rgba(var(--color2), 1) !important;
}
.dpe-sec1 .left-part {
    max-width: calc((900 / 1728) * 100vw);
}
.dpe-sec1 h2:not(:last-child) {
    margin-bottom: calc((50 / 1728) * 100vw);
}
.dpe-sec1 h2 {
    font-size: calc((96 / 1728) * 100vw);
    line-height: 1;
}
.dpe-sec1 h2 p{
    line-height: inherit;
    font-size: inherit;
}
body.page-template-tours_and_experiences .site-footer,
body.page-template-private-event .site-footer,
body.page-template-events-calendar .site-footer,
body.page-template-the-rooftop-bar .site-footer,
body.single-event .site-footer{
    padding-top: 0;
}
body.page-template-tours_and_experiences .header,
body.page-template-events-calendar .header,
body.single-product .header,
body.page-template-default:not(.home) .header{
    color: rgba(var(--color1), 1); 
}

body.page-template-tours_and_experiences:not(:has(.menu-open)) .header_button_block .btn:hover,
body.page-template-events-calendar:not(:has(.menu-open)) .header_button_block .btn:hover,
body.single-product:not(:has(.menu-open)) .header_button_block .btn:hover{
    background: rgba(var(--color1), 1) !important; 
    border-color: rgba(var(--color1), 1);
    color: rgba(var(--color2), 1) !important; 
}

body:not(:has(.menu-open)) .is-sticky .header_button_block .btn:hover{
    background: rgba(var(--color1), 1) !important; 
    border-color: rgba(var(--color1), 1);
    color: rgba(var(--color2), 1) !important; 
}

body:has(.menu-open){
    overflow: hidden;
}
.dpe-sec2 .item .event-slider{
    width: calc(50vw - ((200 / 1728) * 100vw));
}
.dpe-sec2 .item.full-width-item .event-slider{
    width: calc(100vw - ((200 / 1728) * 100vw));
}
.event-slider:not(:hover) .slick-arrow{
    opacity: 1;
}
.event-slider .slick-prev svg, .event-slider .slick-next svg{
    width: 100%;
    height: auto;
}
.event-slider .slick-prev, .event-slider .slick-next {
    width: auto;
    height: auto; 
    z-index: 1;
    padding: 0;
    background: none !important;
    border: 0;
    width: calc((50 / 1728) * 100vw);
    outline: none;
    line-height: 0;
}
.event-slider .slick-prev{
    position: absolute;
    right: calc((80 / 1728) * 100vw);
    top: calc(100% + ((15 / 1728) * 100vw));
    left: auto;
}
.event-slider .slick-next{
    position: absolute;
    right: 0; 
    top: calc(100% + ((15 / 1728) * 100vw));
}
.event-slider:not(.slick-initialized){
    opacity: 0;
    display: flex;
    flex-wrap: nowrap;
    aspect-ratio: 1.3458;
}
.ec-sec2{
    margin: 0;
    padding-inline: calc((50 / 1728) * 100vw); 
}
.ec-sec2 .row{
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    border-top: 1px solid currentColor;
    gap: calc((150 / 1728) * 100vw);
}
.ec-sec2 .content{
    padding: calc((50 / 1728) * 100vw) 0;
    display: flex;
    flex-direction: column;
    justify-content: center;   
    text-align: left;
}
.ec-sec2 h3{
    font-size: calc((32 / 1728) * 100vw);
    line-height: 1;
    margin-bottom: calc((50 / 1728) * 100vw);
}
.ec-sec2 .btns-wrap{
    display: flex;
    gap: calc((50 / 1728) * 100vw); 
}
.ec-sec2 .media{
    padding: calc((50 / 1728) * 100vw) 0;
    display: flex;
    align-items: center;
}
.ec-sec2 .media a{
    display: block;
    width: 100%;
}
.ec-sec2 .media img {
    width: 100%;
    aspect-ratio: 1.5;
    /* max-width: 50%; */
    object-fit: cover;
    height: auto;
    margin-inline: auto;
    /* max-height: calc(100vh - ((210 / 1728) * 100vw)); */
}

.ec-sec1{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
    padding: calc((285 / 1728) * 100vw) calc((50 / 1728) * 100vw) calc((50 / 1728) * 100vw) ;
}
.ec-sec1 .right-part{
    display: flex;
    gap: calc((25 / 1728) * 100vw)
}
.ec-sec1 .right-part label{
    font-size: inherit;
    margin: 0;
}
.ec-sec1 .right-part select{
    font-size: inherit;
    color: rgba(var(--color1), 0.5);
    /* letter-spacing: calc((1 / 1728) * 100vw); */
    /* text-decoration: underline; */
    text-transform: uppercase;
    padding: 0;
    background: none;
    outline: none;
    border: none;
    text-align: center;
    width: max-content;
    min-width: fit-content;
}
/* .ec-sec1 .right-part a:hover{
    color: rgba(var(--color1), 1); 
} */
.ec-sec1 h1{
    font-size: calc((64 / 1728) * 100vw);
    line-height: 1;
    margin: 0;
}
svg path{
    transition: all 0.5s ease-in-out;
}

body.single-event .our-story-banner h2 {
    font-size: calc((96 / 1728) * 100vw);
    line-height: 1;
}
body.single-event .our-story-banner .left-part{
    max-width: calc((766 / 1728) * 100vw);
}
.our-story-banner .bottom-wrap .btn:hover{
    background: rgba(var(--color3), 1) !important;
    border-color: rgba(var(--color3), 1);
    color: rgba(var(--color2), 1) !important;
}

body.single-event .home-sec2 {
    grid-template-columns: 1fr 0.8fr;
}
body.single-event .home-sec2 .image-block {
    padding: calc((105 / 1728) * 100vw) calc((58 / 1728) * 100vw);
    border-left: 1px solid rgba(var(--color1), 1);
}
body.single-event .home-sec2 .image-block img{
    max-height: calc(100vh - ((210 / 1728) * 100vw));
}
body.single-event .home-sec2 .text-block{
    padding: calc((105 / 1728) * 100vw) calc((195 / 1728) * 100vw);
}
.event-results{
    text-align: center;
    padding-bottom: calc((50 / 1728) * 100vw);
}
.copyright_txt span{
    font-family: 'CopperKings2';
}
.legal_footer_menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display:flex;
}
.legal_footer_menu ul li::before{
    content: "|";
    /* border-left: 1px solid currentColor; */
    margin-inline: calc((4 / 1728) * 100vw);
    display: inline-flex;
    color: rgba(var(--color1), 0.6);
    /* padding-left: calc((3 / 1728) * 100vw); */
}
.legal_footer_menu a{
    color: rgba(var(--color1), 0.6);
    text-decoration: none;
}
.legal_footer_menu a:hover{
    color: rgba(var(--color1), 1);
}
.footer-bottom-inner{
    display: flex;
}
.noInfinity .slick-track{
    transform: none !important;
}
.header .blocks-wrap{
    grid-column: span 4;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr;
}
.news_ticker {
  margin: calc((45 / 1728) * 100vw) 0;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.news-group {
  position: relative;
  white-space: nowrap;
  will-change: transform;
  padding-left:0px
}

.news-group li {
  list-style-type: none;
  /* color: #5A6072; */
  /* font-size: 4em; */
  display: inline-block;
  /* margin-right: 20px; */
  font-family: helvetica, sans-serif; 
}
.news-group p::after{
    content: "|";
    margin-inline: calc((23 / 1728) * 100vw) calc((16 / 1728) * 100vw);
    display: inline;
}
.thirstie-app-block .navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.thirstie-app-block .th-pdp-container{
    padding: 0 !important;
}
.th-pdp-container[data-v-2a8da9aa] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.thirstie-app-block .th-pdp-collapsible-container .th-pdp-header{
    color: rgba(var(--color1), 1) !important;
}
.main-checkout.product-main{
    grid-template-columns: 1fr;
    min-height: 100vh;
}
.loading-svg{
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
body.page-template-tours_and_experiences .home-sec1.our-process-banner::before{
    display: none;
}



@media (min-width:750px){
    .hod{
        display: none !important;
    }
}

@media (max-width:749px){
    .hom{ 
        display: none !important;
    }
    body {
        font-size: calc((15 / 440) * 100vw);
    }
    .rte ul{
        padding-left: calc((20 / 440) * 100vw);
    }
    .rte ul:not(:last-child) {
        margin-bottom: calc((30 / 440) * 100vw);
    }
    .rte li:not(:last-child) {
        margin-bottom: calc((4 / 440) * 100vw);
    }
    .btn {
        padding: calc((10 / 440) * 100vw) calc((22 / 440) * 100vw);
    }
    .rte p:not(:last-child) {
        margin-bottom: calc((15 / 440) * 100vw);
    }
    .rte:not(:last-child) {
        margin-bottom: calc((35 / 440) * 100vw);
    }
    .header .header_logo {
        width: calc((163 / 440) * 100vw);
    }
    .header .menu-icon {
        width: calc((37.5 / 440) * 100vw);
    }
    .header .mainMenu::before{
        grid-column: span 1;
        margin-top: calc((90 / 440) * 100vw); 
        opacity: 0;
    }
    .header .mainMenu .btn-block{
        padding: calc((25 / 440) * 100vw) calc((25 / 440) * 100vw) calc((50 / 440) * 100vw);
        display: flex;
        gap: calc((15 / 440) * 100vw);
        flex-direction: column;
    }
    .header .mainMenu .btn-block .btn{
        justify-content: center;
        text-align: center;
        width:100%;
    }
    .home-sec2 {
        grid-template-columns: 1fr;
        gap: calc((50 / 440) * 100vw);
        padding: calc((50 / 440) * 100vw) calc((25 / 440) * 100vw) calc((75 / 440) * 100vw) ;
    }
    .home-sec2 .text-block {
        padding: 0;
        text-align: center;
    }
    .home-sec2 .image-block{
        order: -99;
        border: 0;
        padding: 0;
    }
    .home-sec2 h2 {
        font-size: calc((48 / 440) * 100vw);
        margin-bottom: calc((35 / 440) * 100vw);
    }

    .home-sec3 {
        display: grid;
        /* override the 3-column grid */
        grid-template-columns: none;
        grid-auto-flow: column;       /* items in a single line */
        grid-auto-columns: 78vw;      /* each block 70vw */
        overflow-x: auto;             /* enable horizontal scroll */
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        /* Hide scrollbar — cross-browser */
        scrollbar-width: none;        /* Firefox */
    }

    .home-sec3::-webkit-scrollbar {
        display: none;                /* Chrome, Safari, Edge */
    }

    .home-sec3 > * {
        scroll-snap-align: start;
    }
    .home-sec3 .block {
        padding: calc((60 / 440) * 100vw) calc((60 / 440) * 100vw);
    }
    .home-sec3 h3 {
        margin-bottom: calc((50 / 440) * 100vw);
        font-size: calc((28 / 440) * 100vw);
    }
    .home-sec3 p{
        font-size: calc((18 / 440) * 100vw);
    }

    .home-sec4 {
        padding: calc((100 / 440) * 100vw) calc((25 / 440) * 100vw);
    }
    .home-sec4 .block {
        max-width: calc((240 / 440) * 100vw); 
        margin-bottom: calc((200 / 440) * 100vw);
    }
    .home-sec4 h2 {
        font-size: calc((36 / 440) * 100vw);
        margin-bottom: calc((35 / 440) * 100vw);
        line-height: 1;
    }
    .home-sec4 .block + .link{
        display: none;
    }

    .home-sec6 {
        grid-template-columns: 1fr;
        padding: calc((50 / 440) * 100vw) calc((25 / 440) * 100vw) calc((100 / 440) * 100vw);
        gap: calc((50 / 440) * 100vw);
    }
    .home-sec6 h2 {
        font-size: calc((48 / 440) * 100vw);
        margin-bottom: calc((25 / 440) * 100vw);
    }
    .home-sec6 .heading-block .inner-wrap {
        width: 100%;
        max-width: 100%;
    }
    .home-sec6 .image-block {
        padding: 0;
        border-left: none;
        order: -99;
    }
    .home-sec6 .product-block:not(:nth-child(1), :nth-child(2)) {
        border-top: 0px;
    }
    .home-sec6 .product-block:nth-child(even) {
        border-left: 0px;
    }
    .home-sec6 .heading-block:not(:nth-child(1), :nth-child(2)) {
        border-top: 0px;
    }
    .home-sec6 .product-block .info {
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: calc((25 / 440) * 100vw);
        justify-content: space-between;
    }
    .home-sec6 h3 {
        font-size: calc((32 / 440) * 100vw);
        margin-bottom: calc((25 / 440) * 100vw);
    }
    .home-sec6 .btn{
        width: 100%;
        justify-content: center;
    }
    .home-sec6 .product-block .media-wrap img{
        max-height: 500px;
    }
    .home-sec6 .product-block .media-wrap {
        padding: calc((25 / 440) * 100vw) 0 calc((50 / 440) * 100vw);
    }
    .home-sec5 .bottom-wrap {
        padding: calc((60 / 440) * 100vw) calc((25 / 440) * 100vw);
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        gap: calc((50 / 440) * 100vw);
        flex-direction: column;
    }
    .home-sec5 h2:not(:last-child) {
        margin-bottom: calc((25 / 440) * 100vw);
    }
    .home-sec5 h2 {
        font-size: calc((48 / 440) * 100vw);
        line-height: 1;
    }
    .home-sec5 .left-part{
        max-width: calc((250 / 440) * 100vw);
    }
    .footer_columns {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer_columns .block-inner {
        width: auto;
        text-align: center;
    }
    .footer_columns h2 {
        font-size: calc((15 / 440) * 100vw);
        letter-spacing: calc((1.5 / 440) * 100vw);
        margin-bottom: calc((25 / 440) * 100vw);
    }
    .footer_columns .menu-block:nth-child(2){
        border-right: 0px;
    }
    .footer_columns .menu-block {
        padding: calc((70 / 440) * 100vw) calc((25 / 440) * 100vw);
        min-height: calc((400 / 440) * 100vw);
    }
    .footer_columns .acf-menu li:not(:last-child){
        margin-bottom: calc((15 / 440) * 100vw);
    }
    .footer_columns .acf-menu li{ 
        line-height: 1;
    }
    .footer_columns .footer-logo {
        padding: calc((50 / 440) * 100vw) calc((25 / 440) * 100vw);
        border-bottom: 1px solid rgba(var(--color1), 1);
        grid-column: span 2;
        order: -1;
        border-top: 1px solid currentColor;
    }
    .footer_columns .menu-block:nth-child(1){
        order: -3;
    }
    .footer_columns .menu-block:nth-child(2){
        order: -2;
    }
    .footer-bottom {
        padding: calc((40 / 440) * 100vw) calc((20 / 440) * 100vw);
    }
    .footer-bottom .legal_footer_menu{
        position: absolute;
        left: calc((25 / 440) * 100vw);
        top: calc(100% + calc((43 / 440) * 100vw));
        line-height: 1;
    }
    .legal_footer_menu ul li::before {
        margin-inline: calc((4 / 440) * 100vw);
    }
    .legal_footer_menu ul li:first-child::before{
        display: none; 
    }
    .site-footer {
        padding-block: 0 calc((100 / 440) * 100vw);
    }
    /* .header .header_button_block .heder_btn{
        display: none;
    } */
    .header {
        padding: calc((25 / 440) * 100vw);
    }
    .header_columns {
        grid-template-columns: 1fr;
    }
    .header_columns .menu-block {
        padding: calc((50 / 440) * 100vw);
        justify-content: flex-start;
    }
    .header_columns .menu-block:not(:first-child) {
        border-left: 0;
        border-top: 1px solid currentColor;
    }
    .header_columns h2 {
        font-size: calc((18 / 440) * 100vw);
        line-height: 100%;
        letter-spacing: calc((1.8 / 440) * 100vw);
        text-transform: uppercase;
        margin-bottom: calc((20 / 440) * 100vw);
    }
    .header_columns li{
        line-height: 1;
    }
    .header_columns li a{
        font-size: calc((18 / 440) * 100vw);
        line-height: 1;
    }
    .header_columns li:not(:last-child){
        margin-bottom: calc((22 / 440) * 100vw); 
    }
    .home-sec1 .logoWrap {
        padding: 0 calc((25 / 440) * 100vw) calc((80 / 440) * 100vw);
    }
    .home-sec1 .dual-banner {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .home-sec1 .dual-banner .img2{
        display: none;
    }
    .our-story-banner .bottom-wrap {
        padding: calc((70 / 440) * 100vw) calc((25 / 440) * 100vw);
        gap: calc((25 / 440) * 100vw); 
        flex-direction: column;
        align-items: flex-start;
    }
    .our-story-banner h2 {
        font-size: calc((64 / 440) * 100vw);
    }
    .our-story-banner p {
        font-size: calc((19 / 440) * 100vw);
        letter-spacing: calc((1.9 / 440) * 100vw);
        line-height: 1.1;
    }
    .our-story-banner .right-part {
        max-width: none;
    }
    .our-story-banner .left-part {
        max-width: calc((325 / 440) * 100vw);
    }


    .our-sprit-banner .bottom-wrap {
        padding: calc((70 / 440) * 100vw) calc((25 / 440) * 100vw);
        gap: calc((25 / 440) * 100vw); 
        flex-direction: column;
        align-items: flex-start;
    }
    .our-sprit-banner h2 {
        font-size: calc((54 / 440) * 100vw);
    }
    .our-sprit-banner p {
        font-size: calc((18 / 440) * 100vw);
        letter-spacing: calc((1.8 / 440) * 100vw);
        line-height: 1.1;
    }
    .our-sprit-banner .right-part {
        max-width: none;
    }
    .our-sprit-banner .left-part {
        /* max-width: calc((325 / 440) * 100vw); */
    }


    .story-sec2 {
        grid-template-columns: repeat(1, 1fr);
        padding: calc((100 / 440) * 100vw) calc((80 / 440) * 100vw);
        gap: calc((50 / 440) * 100vw);
    }
    .story-sec2 .right-part {
        border-left: 0px;
        padding: 0;
        height: auto;
    }
    .story-sec2 h2 {
        font-size: calc((48 / 440) * 100vw);
        line-height: 1;
    }
    .story-sec2 .left-part {
        justify-content: flex-start;
    }

    .age-popup .header_logo {
        top: calc((25 / 440) * 100vw);
        width: calc((183 / 440) * 100vw);
    }
    .age-popup h2 {
        font-size: calc((48 / 440) * 100vw);
        margin-bottom: calc((75 / 440) * 100vw);
    }
    .age-popup .btn-group {
        flex-direction: column;
        gap: calc((50 / 440) * 100vw);
    }
    .age-popup .btn {
        width: calc((180 / 440) * 100vw);
        padding-block: calc((15 / 440) * 100vw);
    }
    .header .blocks-wrap {
        grid-column: span 1;
        grid-template-columns: 1fr;
        max-height: 80vh;
        overflow-y: auto;
    }
    .spirits-sec1 .row {
        grid-template-columns: 1fr;
    }
    .spirits-sec1 .row:nth-child(odd) .content {
        order: unset;
    }
    .spirits-sec1 .row:not(:last-child) {
        border-bottom: 0px;
        margin-bottom: calc((75 / 440) * 100vw);
    }
    .spirits-sec1 .media{
        height: auto;
        padding: 0;
    }
    .spirits-sec1 .content{
        padding: 0;
    }
    .spirits-sec1 .row:nth-child(odd) .media {
        border-left: 0px;
    }
    .spirits-sec1 .row:nth-child(even) .content {
        border-left: 0px;
    }
    .spirits-sec1 .media img {
        max-height: 500px;
    }
    .spirits-sec1 {
        margin: 0;
        padding: calc((75 / 440) * 100vw) calc((25 / 440) * 100vw);
    }
    .spirits-sec1 .row{
        gap: calc((50 / 440) * 100vw);
    }
    .spirits-sec1 h2 {
        font-size: calc((40 / 440) * 100vw);
        line-height: 1;
    }
    .spirits-sec1 .table-cell {
        display: table-cell;
        padding: calc((10 / 440) * 100vw) calc((20 / 440) * 100vw);
        line-height: 1.1;
    }
    .spirits-sec1 h2:not(:last-child) {
        margin-bottom: calc((30 / 440) * 100vw);
    }
    .spirits-sec1 .table:not(:last-child) {
        margin-bottom: calc((30 / 440) * 100vw);
    }
    .home-sec5 .bottom-wrap .right-part:has(p) {
        max-width: none;
    }
    .product-main {
        padding-top: calc((90 / 440) * 100vw);
        padding-bottom: calc((75 / 440) * 100vw);
        grid-template-columns: 1fr;
        gap: calc((40 / 440) * 100vw);
    }
    .product-main .media-gallery {
        width: 100vw;
        padding-left: 0;
    }
    .product-main .table-cell {
        display: table-cell;
        padding: calc((10 / 440) * 100vw) calc((20 / 440) * 100vw);
        line-height: 1.1;
    }
    .product-main h2:not(:last-child) {
        margin-bottom: calc((30 / 440) * 100vw);
    }
    .product-main .table:not(:last-child) {
        margin-bottom: calc((30 / 440) * 100vw);
    }
    .product-main h1 {
        font-size: calc((48 / 440) * 100vw);
    }
    .product-main .info-part {
        padding-left: calc((25 / 440) * 100vw);
        padding-right: calc((25 / 440) * 100vw);
    }
    .product-main h1:not(:last-child) {
        margin-bottom: calc((35 / 440) * 100vw);
    }
    .related-procucts{
        border-top: 1px solid rgba(var(--color1), 1);
        padding-top: calc((75 / 440) * 100vw);
        grid-template-columns: 1fr;
        padding-bottom: calc((25 / 440) * 100vw);
    }
    .related-procucts h2{
        grid-column: span 1;
        font-size: calc((48 / 440) * 100vw);
        padding-inline: calc((25 / 440) * 100vw); 
        margin-bottom: calc((75 / 440) * 100vw);
    }
    .related-procucts .product-block:nth-child(even) {
        border-right: 0px;
    }
    .related-procucts .product-block {
        border-top: 0px;
        margin-bottom: calc((50 / 440) * 100vw);;
    }
    .related-procucts .product-block .media-wrap img {
        max-height: 500px;
    }
    .related-procucts .product-block .info {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 calc((25 / 440) * 100vw);
        gap: calc((25 / 440) * 100vw);
    }
    .related-procucts .product-block .info .btn{
        width: 100%; 
        justify-content: center; 
    }
    .related-procucts h3 {
        font-size: calc((32 / 440) * 100vw);
        margin-bottom: calc((25 / 440) * 100vw);
    }
    .related-procucts .product-block .media-wrap{
        padding:  0 0 calc((50 / 440) * 100vw);
    }
    .our-process-banner .middle-wrap h2 {
        font-size: calc((48 / 440) * 100vw);
    }
    .our-process-banner .middle-wrap {
        padding: 0;
        max-width: calc((390 / 440) * 100vw);
        width: 100%;
    } 
    .process-sec1 .row {
        grid-template-columns: 1fr;
        gap: calc((50 / 440) * 100vw);
    }
    .process-sec1 .row:not(:last-child){
        margin-bottom: calc((75 / 440) * 100vw);
    }
    .process-sec1 .row:not(:last-child) {
        border-bottom: 0px;
    }
    .process-sec1 .row:nth-child(odd) .media {
        border-left: 0px;
    }
    .process-sec1 .row:nth-child(odd) .content {
        order: unset;
    }
    .process-sec1 .media{
        padding: 0;
    }
    .process-sec1{ 
        padding: calc((75 / 440) * 100vw) calc((25 / 440) * 100vw);
    }
    .process-sec1 .content {
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .process-sec1 .row:nth-child(even) .content {
        border-left: 0px;
    }
    .process-sec1 h2:not(:last-child) {
        margin-bottom: calc((25 / 440) * 100vw);
    }
    .process-sec1 h2 {
        font-size: calc((48 / 440) * 100vw);
    }
    .process-sec1 .media img {
        max-height: 504px;
    }

    .hours-info-banner .bottom-wrap {
        padding: calc((50 / 440) * 100vw) calc((25 / 440) * 100vw);
        align-items: flex-start;
        gap: calc((25 / 440) * 100vw);
        flex-direction: column;
    }
    .hours-info-banner h2 {
        font-size: calc((48 / 440) * 100vw);
    }
    .hours-info-banner .bottom-wrap .right-part:has(p) {
        max-width: none;
    }


    .hours-info-sec2{
        padding: calc((75 / 440) * 100vw) calc((25 / 440) * 100vw);
    }
    .hours-info-sec2 .row{
        grid-template-columns: 1fr;
        gap: calc((50 / 440) * 100vw);
    }
    .hours-info-sec2 .row{
        border-top: 0px;
    }
    .hours-info-sec2 .row:not(:last-child){
        margin-bottom: calc((75 / 440) * 100vw);
    }

    .hours-info-sec2 .content {
        padding: 0;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: calc((19 / 440) * 100vw);
    }
    .hours-info-sec2 .content .btn{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .hours-info-sec2 .media{
        padding: 0;
        border-left: 0px;
        order: -99;
    }
    .hours-info-sec2 h2 {
        font-size: calc((48 / 440) * 100vw);
    }
    .hours-info-sec2 h2:not(:last-child) { 
        margin-bottom: calc((25 / 440) * 100vw);
    }
    .hours-info-sec2 .media img, .hours-info-sec2 .media video {
        max-height: 504px;
    }
    .rooftop-bar-banner .bottom-wrap {
        padding: calc((70 / 440) * 100vw) calc((25 / 440) * 100vw);
        align-items: unset;
        gap: calc((25 / 440) * 100vw);
        flex-direction: column;
    }
    .rooftop-bar-banner .btn{
        width: 100%;
        justify-content: center;
    }
    .rooftop-bar-banner .left-part {
        max-width: none;
    }
    .rooftop-bar-banner h2 {
        font-size: calc((40 / 440) * 100vw);
        line-height: 1;
    }
    .drb-sec2{
        padding: calc((75 / 440) * 100vw) calc((25 / 440) * 100vw);
    }
    .drb-sec2 .row {
        border-top: 0;
    }
    .drb-sec2 .row {
        grid-template-columns: 1fr;
        gap: calc((50 / 440) * 100vw);
    }
    .drb-sec2 .media {
        padding: 0;
        text-align: center; 
        order: -9;
    }
    .drb-sec2 .content {
        padding: 0;
        border-right: 0px;
        font-size: calc((18 / 440) * 100vw);
    }
    .drb-sec2 h2 {
        font-size: calc((48 / 440) * 100vw);
    }
    .drb-sec2 h2:not(:last-child) { 
        margin-bottom: calc((25 / 440) * 100vw);
    }
    .drb-sec2 .media img, .drb-sec2 .media video{
        max-height: 504px;
    }


    .dpe-sec1 .bottom-wrap {
        padding: calc((70 / 440) * 100vw) calc((25 / 440) * 100vw);
        align-items: unset;
        gap: calc((25 / 440) * 100vw);
        flex-direction: column;
    }
    .dpe-sec1 .btn{
        width: 100%;
        justify-content: center;
    }
    .dpe-sec1 .left-part {
        max-width: none;
    }
    .dpe-sec1 h2:not(:last-child) {
        margin-bottom: calc((25 / 440) * 100vw);
    }
    .dpe-sec1 h2 {
        font-size: calc((48 / 440) * 100vw);
    }
    .cocktail-banner .bottom-wrap {
        padding: calc((70 / 440) * 100vw) calc((25 / 440) * 100vw) calc((150 / 440) * 100vw);
        width: 100%;
        gap: calc((25 / 440) * 100vw);
        flex-direction: column;
        align-items: unset;
    }
    .cocktail-banner h2 {
        font-size: calc((48 / 440) * 100vw);
    }
    .cocktail-banner p {
        font-size: calc((18 / 440) * 100vw);
    }
    .cocktail-banner .right-part {
        max-width: none;
    }
    .categories-sec .item {
        display: flex;
        padding: calc((15 / 440) * 100vw) calc((30 / 440) * 100vw);
        gap: calc((20 / 440) * 100vw);
        position: relative;
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
        align-items: center;
    } 
    .categories-sec {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .categories-sec > * {
        flex: 0 0 70vw;
        scroll-snap-align: start;
    }
    .categories-sec::-webkit-scrollbar {
        display: none;
    }
    .categories-sec img {
        max-width: 100%;
    }
    .categories-sec .item span{
        max-width: 100px;
        display: inline-flex;
    }
    .product-grid{
        padding: calc((50 / 440) * 100vw) calc((25 / 440) * 100vw);
        border-top: 1px solid rgba(var(--color1), 1);
        grid-template-columns: 1fr;
        gap: calc((50 / 440) * 100vw);
    }
    .product-grid .product-block {
        border-top: 0px;
        padding: 0px;
        font-size: calc((19 / 440) * 100vw);
    }
    .product-grid .product-block:nth-child(odd) {
        border-right: 0px;
    }
    .product-grid .product-block img {
        max-width: 100%;
        width: 100%;
        aspect-ratio: 0.896;
        margin-bottom: calc((25 / 440) * 100vw);
        max-height: 435px;
    }
    .te-sec1 {
        padding: calc((165 / 440) * 100vw) calc((25 / 440) * 100vw) calc((50 / 440) * 100vw);
        flex-direction: column;
        align-items: unset;
        gap: calc((50 / 440) * 100vw);
    }
    .te-sec1 .left-part {
        max-width: none;
    }
    .te-sec1 .right-part {
        max-width: none;
    }
    .te-sec1 h1 {
        font-size: calc((48 / 440) * 100vw); 
    }
    body.page-template-tours_and_experiences .home-sec1 .image-banner img {
        height: 100vh;
        width: 100%;
        object-fit: cover;
        max-height: 750px;
    }
    .news_ticker {
        margin: calc((25 / 440) * 100vw) 0;
    }
    .news-group p::after{
        margin-inline: calc((16 / 440) * 100vw) calc((12 / 440) * 100vw); 
    }
    .te-sec2 .row {
        grid-template-columns: 1fr;
        padding: calc((50 / 440) * 100vw) calc((25 / 440) * 100vw);
        gap: calc((25 / 440) * 100vw);
    }
    .te-sec2 .media {
        border-left: 0;
        padding: 0;
        order: -9; 
    }
    .te-sec2 .content {
        padding: 0;
    }
    .te-sec2 .top-wrap{
        flex-direction: column;
        align-items: unset;
        margin-bottom: calc((25 / 440) * 100vw);
        gap: calc((25 / 440) * 100vw);
    }
    .te-sec2 h2 {
        font-size: calc((48 / 440) * 100vw);
        max-width: unset;
    }
    .te-sec2 .top-wrap .btn{
        text-align: center;
        justify-content: center;
    }
    .dpe-sec2 .items-wrap {
        grid-template-columns: 1fr;
    }
    .dpe-sec2 .item {
        padding: 0;
        border-top: 0px;
    }
    .dpe-sec2 .item:nth-child(even) {
        border-left: 0px;
    }
    .dpe-sec2 h2 {
        padding-inline: calc((25 / 440) * 100vw);
        margin-block: calc((50 / 440) * 100vw);
        font-size: calc((40 / 440) * 100vw);
    }
    .dpe-sec2 .items-wrap {
        flex-direction: column;
        display: flex;
    }
    .dpe-sec2 .items-wrap {
        flex-direction: column;
        display: flex;
        width: 100%;
        padding-inline: calc((25 / 440) * 100vw);
        gap: calc((50 / 440) * 100vw);
    }
    .dpe-sec2 .item img {
        margin-bottom: calc((25 / 440) * 100vw);
    }
    .dpe-sec2 .item h3 {
        font-size: calc((19 / 440) * 100vw);
    }
    .dpe-sec2{
        padding-bottom: calc((75 / 440) * 100vw);
        border-bottom: 1px solid rgba(var(--color1), 1);
    }
    .ec-sec1 {
        padding: calc((165 / 440) * 100vw) calc((25 / 440) * 100vw) calc((50 / 440) * 100vw);
        flex-direction: column;
        align-items: unset;
        text-align: center;
        gap: calc((50 / 440) * 100vw);
    }
    .ec-sec1 h1 {
        font-size: calc((52 / 440) * 100vw);
    }
    .ec-sec1 .right-part {
        gap: calc((50 / 440) * 100vw);
        justify-content: center;
    }
    .ec-sec2 {
        padding-inline: 0;
    }
    .ec-sec2 .row {
        grid-template-columns: 1fr;
        gap: calc((25 / 440) * 100vw);
        padding: calc((50 / 440) * 100vw) calc((25 / 440) * 100vw);
    }
    .ec-sec2 .content, .ec-sec2 .media{
        padding: 0;
    }
    .ec-sec2 .media{
        order: -9;
    }
    .ec-sec2 h3 {
        font-size: calc((24 / 440) * 100vw);
        margin-bottom: calc((25 / 440) * 100vw);
    }
    body.single-event .our-story-banner h2 {
        font-size: calc((48 / 440) * 100vw);
    }
    body.single-event .our-story-banner .left-part {
        max-width: none;
    }
    body.single-event .home-sec2 .image-block {
        padding: 0;
        border-left: 0;
    }
    body.single-event .home-sec2 .text-block {
        padding: 0;
        text-align: left;
    }
    body.single-event .home-sec2 .btn{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    body.single-event .home-sec2 {
        grid-template-columns: 1fr;
        gap: calc((25 / 440) * 100vw);
    }
    .home-sec1 .btn-block{
        display: grid;
        color: rgba(var(--color3), 1);
        grid-template-columns: repeat(2, 1fr);
        gap: calc((25 / 440) * 100vw);
        margin-bottom: calc((50 / 440) * 100vw);
    }
    .home-sec1 .btn-block .btn{
        text-align: center;
        justify-content: center; 
    }
    .home-sec1 .btn-block .btn:hover {
        background: rgba(var(--color3), 1) !important;
        border-color: rgba(var(--color3), 1);
        color: rgba(var(--color2), 1) !important;
    }
    body.single-cocktail .our-story-banner h2 {
        font-size: calc((48 / 440) * 100vw);
    }
    body.single-cocktail .home-sec2 {
        gap: calc((25 / 440) * 100vw);
        padding: calc((50 / 440) * 100vw) calc((25 / 440) * 100vw);
    }
    body.single-cocktail .home-sec2 .text-block {
        padding: 0;
        text-align: left;
    }
    body.single-cocktail .home-sec2 h3 {
        font-size: calc((24 / 440) * 100vw);
        margin-bottom: calc((20 / 440) * 100vw);
    }
    .product-grid.sp-related {
        padding: calc((50 / 440) * 100vw) calc((25 / 440) * 100vw);
        gap: calc((50 / 440) * 100vw) calc((50 / 440) * 100vw);
    }
    .product-grid.sp-related h2 {
        font-size: calc((44 / 400) * 100vw);
    }
    .product-grid.sp-related .blocks-wrap {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: calc((25 / 440) * 100vw);
        margin-inline: calc(((25 / 440) * 100vw) * -1);
        padding-left: calc((25 / 440) * 100vw);
        scroll-padding-left: calc((25 / 440) * 100vw);
        padding-right: calc((25 / 440) * 100vw);
        scroll-padding-right: calc((25 / 440) * 100vw);
    }

    .product-grid.sp-related .blocks-wrap > * {
        flex: 0 0 65vw; /* item width */
        scroll-snap-align: start;
    }

    /* Optional: hide scrollbar */
    .product-grid.sp-related .blocks-wrap::-webkit-scrollbar {
        display: none;
    }
    .product-grid.sp-related .product-block {
        font-size: calc((17 / 440) * 100vw);
    }
    .bottom_back_link .back__btn {
        padding: calc((20 / 440) * 100vw);
    }
    .slider-thumbnails .slick-slide {
        padding: 0 calc((6 / 440) * 100vw);
    }
    .product-main .media-gallery .slider {
        margin-bottom: calc((20 / 440) * 100vw); 
    }
    body.page-template-our-spirits .home-sec5 .left-part {
        max-width: none;
    }
    body.page-template-our-spirits .home-sec5 .bottom-wrap{
        gap: calc((25 / 440) * 100vw);
    }
    .ec-sec2 .btns-wrap {
        gap: calc((25 / 440) * 100vw);
        display: grid;
        grid-template-columns: 1.45fr 1fr;
    }
    .ec-sec2 .btns-wrap .btn{
        text-align: center;
        justify-content: center;
    }
    .home-sec6 .image-block img{
        max-height: 450px;
    }
    .home-sec6 .heading-block:not(:first-child){
        margin-top: calc((50 / 440) * 100vw);
    }
    .home-sec6 .product-block .left-info {
        max-width: none;
    }
    .home-sec4 .block:nth-last-child(2) {
        margin-bottom: 0;
    }
    .home-sec5 .bgimage img, .home-sec5 .bgimage video{
        height: 700px;
    }
    body.home .home-sec5 .bgimage img {
        height: 800px;
    } 
    body.single-cocktail .home-sec2 h3:not(:first-child) {
        margin-top: calc((50 / 440) * 100vw);
    }
    .dpe-sec2 .item .event-slider {
        width: calc(100vw - ((50 / 440) * 100vw));
    }
    .event-slider .slick-prev, .event-slider .slick-next {
        width: calc((30 / 440) * 100vw);
    }
    .event-slider .slick-prev{
        right: calc((60 / 440) * 100vw);
        top: calc(100% + ((8 / 440) * 100vw));
    }
    .event-slider .slick-next{
        top: calc(100% + ((8 / 440) * 100vw));
    }
}


:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Colors */
  --th-c-white: #FFF;
  --th-c-smokywhite: #FAFAFA;
  --th-c-light: #e4e4e4;
  --th-c-greysLightestGrey: #F2F2F2;
  --th-c-greysLightGrey: #aaa;
  --th-c-greysMediumLightGrey: #BDBDBD;
  --th-c-greysMediumDarkGrey: #C68B3E;
  --th-c-greysDarkGrey: #C68B3E;
  --th-c-dark: #C68B3E;
  /* --th-c-black: #000; */
  --th-c-black: #C68B3E; 
  /* --th-info-text: red; */

  --th-c-greysDisabledGrey: var(--th-c-greysMediumLightGrey);
  --th-c-black-Blur: rgba(0, 0, 0, 0.14);
  --th-c-blackLight-Blur: rgba(0, 0, 0, 0.2);
  --th-c-blackLightest-Blur: rgba(0, 0, 0, 0.12);
  --th-c-greysMediumDarkGrey-Blur: rgba(130,130,130, .25);

  --th-c-alertWrongPrimary: #B71C1C;
  --th-c-alertWrongTint: #FFE0E3;
  --th-c-alertSuccessPrimary: #1B5E20;
  --th-c-alertSuccessTint: #E3FAE4;
  --th-c-alertWarningPrimary: #BA8808;
  --th-c-alertWarningTint: #FFF1CC;

  --th-c-lavendarIndigoLight: #646cff;
  --th-c-fuchsia: #E600B4;
  --th-c-paleYellow: #FFF8E1;

  /* style variables */
  --th-color-scheme: light dark;
  --th-font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  --th-font-weight: 400;
  --th-line-height: 1.5;
  --th-border-color: var(--th-c-greysMediumLightGrey);
  /* --th-border-form: 1px solid var(--th-border-color); */
  --th-border-form: 1px solid rgba(var(--color1), 1);
  --th-input-focus-outline: 2px solid var(--th-c-greysDarkGrey);
  --th-border-radius: 4px;
  --th-header-dividers: 1px solid var(--th-c-greysLightestGrey);
  --th-account-dividers: 1px solid var(--th-c-gray);

  --th-checkout-breadcrumb-completed: var(--th-c-brandPrimaryColor, var(--th-c-dark));
  --th-checkout-breadcrumb-inactive: var(--th-c-greysDisabledGrey);

  --th-c-cart-message-bg: var(--th-c-greysLightestGrey);
  --th-c-cart-message-text-color: var(--th-c-alertWarningPrimary);

  --th-checkout-bg: var(--th-c-smokywhite, #fafafa);  /* .th-checkout */
  --th-checkout-container-bg: var(--th-checkout-bg); /* .th-checkout-section--container */
  --th-checkout-container-text-color: var(--th-c-dark, #242424);
  --th-checkout-container-box-shadow: 0 0 #00000000, 0 0 #00000000, 0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --th-checkout-form-bg: var(--th-c-white);
  --th-checkout-input-bg: var(--th-c-white);
  --th-checkout-input-disabled-bg: var(--th-c-greysLightestGrey);
  --th-checkout-button-disabled-bg: var(--th-c-greysLightestGrey);
  --th-checkout-card-bg: var(--th-checkout-form-bg);
  --th-checkout-border: var(--th-border-form);
  --th-checkout-border-radius: var(--th-border-radius);
  --th-checkout-text-color: var(--th-c-dark);

  --th-checkout-payment-border: var(--th-checkout-border);
  --th-checkout-payment-border-radius: var(--th-checkout-border-radius);
  --th-checkout-payment-background-color: var(--th-checkout-form-bg);
  --th-checkout-payment-text-color: var(--th-checkout-text-color);
  --th-checkout-payment-header-color: var(--th-checkout-payment-text-color);
  --th-checkout-payment-input-border: var(--th-border-form);
  --th-checkout-payment-input-bg: var(--th-checkout-input-bg);
  --th-checkout-payment-input-text-color: var(--th-c-black);
  --th-checkout-payment-placeholder-text-color: var(--th-c-greysMediumDarkGrey);
  --th-checkout-payment-input-focus-outline: var(--th-input-focus-outline);
  
  /*
  variables that are undefined by default, but can be used to override other settings
  --th-c-header-icon: sets iconColor in CartNav & UserNav 
  --th-c-header-icon-count: sets countColor in CartNav & UserNav 
  */
}
body .th-pdp-container[data-v-2a8da9aa] {
    padding-inline: 0 !important;
}
body .th-pdp-container{
    padding-inline: 0 !important;
}
.info-item[data-v-a1ebe5d7] {
    color: red !important;
}
.th-radio-button[data-v-a1ebe5d7] {
    font-family: Helvetica;
    color: #fff !important;
    padding: 12px;
}


.header{
    --v1d81af1f: #EAD6C5 !important;
    --e6aae502: #001A2A !important;
}

.singular .entry-header {
    border-bottom: 1px solid rgba(var(--color1), 1);
    padding-bottom: calc((40 / 1728) * 100vw);
    margin-bottom: calc((40 / 1728) * 100vw);
    padding-top: calc((250 / 1728) * 100vw); 
}
.singular .entry-header h1{
    font-size: calc((64 / 1728) * 100vw);
    color: rgba(var(--color1), 1);
}
.entry-content > *{
    margin-bottom: calc((25 / 1728) * 100vw);
    margin-top: calc((25 / 1728) * 100vw);
}

:root {
    --responsive--aligndefault-width: 94.2vw;
    --responsive--alignwide-width: 94.2vw;
}

/* Social Icon Styling */

.footer-social-wrap {
    display: flex;
    gap: 20px; /* Spacing between icons */
    margin-top: 15px;
}

.footer-social-wrap a {
    color: #9d7c4b !important; 
    text-decoration: none;
    font-size: 22px; 
    transition: opacity 0.3s ease;
}

.footer-social-wrap a:hover {
    opacity: 0.7; /* Subtle fade effect on hover */
    color: #9d7c4b !important;
}

.address-block .address_inner {
    display: flex;
    flex-direction: column;

}

/* Responsbility Message Styling */

.responsibility-msg {
    width: 100%;
    text-align: center;
	padding-top: 25px; /* Space between text and the line above */
    padding-bottom: 25px; /* Space between text and the line */
    margin-bottom: 30px; /* Space between the line and the logo below */
    border-bottom: 1.5px solid #9d7c4b; /* Adjust color to match your existing lines */
}

.responsibility-msg p {
    color: #9d7c4b;
    font-size: 18px; /* Slightly larger as requested */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; /* Optional: makes it a bit more readable */
}

@media (max-width:749px){
    .singular .entry-header {
        padding-bottom: calc((30 / 440) * 100vw);
        margin-bottom: calc((30 / 440) * 100vw);
        padding-top: calc((120 / 440) * 100vw);
    }
    .singular .entry-header h1{
        font-size: calc((36 / 440) * 100vw);
    }
    :root {
        --responsive--aligndefault-width: 90.8vw;
        --responsive--alignwide-width: 90.8vw;
    }
	
	.footer-social-wrap {
        justify-content: center; /* Center icons on mobile */
        margin-top: 20px;
    }
}





