
body {
    background-color: var(--body-bg-color);
}

body.no-scroll,
body.form-popup-shown,
body.magnific-popup-opened,
body.video-popup-opened{
    overflow: hidden;
}

.internal-page-content {
    min-height: 300px;
}

/*------------------ header start ------------------*/

main {
    min-height: calc(100vh - 177px); /*330px*/
}
@media only screen and (max-width: 767px){
    main {
        min-height: calc(100vh - 216px);
    }
}

.max-width-container,
.max-width-container-header,
.max-width-container-footer,
.max-width-container-footer-copyright,
.max-width-container-contact-form {
    position: relative;
    width: 100%;
    max-width: var(--max-width);
    padding: var(--site-lr-paddings);
    margin: auto;
    z-index: 10;
}

.contentBlockContainer.block-wide-0 .block-container {
    max-width: var(--max-block-width);
    margin: auto;
}
.contentBlockContainer.block-wide-2 .block-container {
    max-width: var(--max-block-narrow-width);
    margin: auto;
}


.max-width-container-header {
    max-width: var(--max-width-header);
}
.max-width-container-footer {
    max-width: var(--max-width-footer);
}
.max-width-container-footer-copyright {
    max-width: var(--max-width-footer-copyright);
}
.max-width-container-contact-form {
    max-width: var(--max-width-contact-form);
}
.swiper-slide-text-sizer {
    max-width: var(--max-width);
}



header.siteHeader .position-relative {
    position: relative;
}
.max-width-container-header,
header.siteHeader .position-relative {
    height: inherit;
}

header.siteHeader,
.logo,
.menuToggle,
.headerSocialIcons {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
/*header.active,
header.active .logo,
header.active .menuToggle,
header.active .headerSocialIcons {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}*/
.localeSelector {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}





.contentBlockContainer.block-instagram-widget-padding {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 0px;
}
.contentBlockContainer.block-instagram-widget-padding iframe {
    margin: 0px !important;
    display: block;
}
.contentBlockContainer.block-instagram-widget-padding .block-container {
    padding-left: 7px;
    padding-right: 7px;
}



.headerSizer {
    min-height: 0px;
    position: relative;
    z-index: 150;
}
.popupHeaderSizer {
    min-height: 0px;
}



header.siteHeader {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 300;
    height: 130px;
    padding: 0px 0px;
    background-color: transparent;
}
.internal-banner-container {
    min-height: 130px;
}
@media only screen and (max-width: 992px){
    header.siteHeader {
        height: 100px;
    }
    .internal-banner-container {
        min-height: 100px;
    }
}
@media only screen and (max-width: 480px){
    header.siteHeader {
        height: 60px;
    }
    .internal-banner-container {
        min-height: 60px;
    }
}

header.siteHeader.active {
    position: fixed;
    height: 60px;

    background-color: rgba(34, 34, 34, 0.8);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);

    /*backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);*/
}

header.siteHeader:after {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    content: "";
    height: 30px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
header.siteHeader.active:after {
    height: inherit;
}


.showMainMenu header.siteHeader.active {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

header.siteHeader.active:has(.customerBand) {
    height: 90px;
}

/* --------- LOGO start --------- */

.logo {
    display: block;
    position: absolute;
    z-index: 100;
    width: 460px;
    height: 60px;
    top: 70px;
    left: 0px;
    background-image: url(../img/logo.png);

    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
header.siteHeader:has(.customerBand) .logo {
    top: 40px;
}
body:has(.altHeader1) .logo { /*altHeader1 */
    background-image: url(../img/logo_alt.png); /* logo_alt.png */
}
@media only screen and (max-width: 992px){
    .logo {
        width: 430px;
        top: 20px;
    }
    header.siteHeader:has(.customerBand) .logo {
        top: 0px;
    }
}
@media only screen and (max-width: 576px){
    .logo {
        width: 360px;
    }
}
@media only screen and (max-width: 480px){
    .logo {
        left: 0px;
        margin-left: 0px;
        top: 0px;
        width: 260px;
    }
}

#preloadedImages {
    width: 0px;
    height: 0px;
    display: inline;
    background-image: url(../img/logo.png); /*logo_small*/
}

header.siteHeader.active .logo {
    /*width: 460px;
    height: 60px;*/
    top: 0px;
    background-image: url(../img/logo.png); /*logo_small*/
}

@media only screen and (max-width: 1280px) {
    .showMainMenu header.siteHeader .logo {
        top: 0px;
    }
}
/*@media only screen and (max-width: 992px){
    .showMainMenu header.siteHeader .logo {
        width: 150px;
        background-image: url(../img/logo.png);
    }
    header.siteHeader.active .logo {
        width: 150px;
    }
}*/



@media only screen and (max-width: 480px){
    header.siteHeader .menuToggle,
    .showMainMenu header.siteHeader .menuToggle {
        top: 9px;
    }
}


/*@media only screen and (max-width: 992px) {
    .showMainMenu header.siteHeader .logo {
        width: 150px;
        height: 45px;
        position: fixed;
        left: 20px;
        top: 20px;
        right: unset;
        bottom: unset;
    }
    .showMainMenu header.siteHeader.active .logo {
        width: 150px;
    }
    .showMainMenu header.siteHeader .menuToggle {
        position: fixed;
        right: 20px;
        top: 20px;
        bottom: unset;
        left: unset;
    }
    .showMainMenu header.siteHeader.active .menuToggle {
        top: 20px;
    }
}
@media only screen and (max-width: 480px){
    .showMainMenu header.siteHeader .logo {
        left: 20px;
        margin-left: 0px;
    }
    .showMainMenu header.siteHeader .logo,
    .showMainMenu header.siteHeader.active .logo {
        width: 280px;
    }
} */
/* --------- LOGO end --------- */


/* FOOTER START */

footer#footer {
    padding: 60px 0px 30px 0px;
    background-color: #343434;
}
footer#footer,
footer#footer * {
    font-weight: 400;
    color: #9f9f9f;
}
footer#footer .footerCopyright,
footer#footer .footerCopyright * {
    color: #9f9f9f;
}
footer#footer a,
footer#footer a * {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
footer#footer a:hover,
footer#footer a:hover * {
    text-decoration: none;
    color: #fff !important;
    border-bottom: 1px solid var(--menu-link-hover-color);
}
footer#footer li.active a,
footer#footer li.active a * {
    border-bottom: 1px solid var(--menu-link-hover-color);
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
        "footerAddress footerSocialMedias footerContact"
        "footerMenu footerMenu footerMenu"
        "footerCopyright footerDesign footerLinks";
    grid-gap: 20px;
}

.footerAddress {
    grid-area: footerAddress;
    text-align: center;
    align-content: start;
}
.footerContact {
    grid-area: footerContact;
    text-align: center;
    align-content: start;
}
.footerSocialMedias {
    grid-area: footerSocialMedias;
    text-align: center;
    align-content: center;
}
.footerSocialMedias .social-medias-list {
    text-align: inherit;
    padding: 0px 0px;
}
.footerMenu {
    grid-area: footerMenu;
}
.footerDesign {
    grid-area: footerDesign;
    padding: 0px 0px;
    align-content: center;
    text-align: center;
}
.footerCopyright {
    grid-area: footerCopyright;
    padding: 0px 0px;
    align-content: center;
}


.footerSocialMedias *,
.footerMenu *,
.footerCopyright *,
.footerAddress *,
.footerContact *,
.footerDesign * {
    text-align: inherit;
    line-height: normal;
}



footer#footer .footerTitle {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 23px;
    padding-bottom: 10px;
}

.footerAddress,
.footerAddress *,
.footerContact,
.footerContact * {
    font-size: 21px;
}

.footerDesign,
.footerDesign *,
.footerCopyright,
.footerCopyright * {
    font-size: 19px;
}



.footerLinks {
    grid-area: footerLinks;
    text-align: right;
}
.footerLinks,
.footerLinks * {
    font-size: 19px;
}
.footerLinks ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: inherit;
}
.footerLinks ul li {
    display: inline-block;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 1px 0px;
}

.footerLinks a:hover,
.footerLinks li.active a {
    color: #fff !important;
}

/* Footer Menu START */

.footerMenu {
    text-align: center;
}
.footerMenu, .footerMenu * {
    font-size: 19px;
}
.footerMenu a{
    display: inline-block;
    line-height: normal;
    padding: 3px 3px;
}
.footerMenu a,
.footerMenu a:hover {
    text-decoration: none !important;
    border-bottom: 1px solid var(--menu-link-hover-color);
}
.footerMenu a:hover,
.footerMenu li.active a {
    color: #fff !important;
    border-bottom: 1px solid var(--menu-link-hover-color);
}

.footerMenu ul {
    display: block;
    margin: 0px;
    padding: 15px 0px;
    list-style: none;
}
.footerMenu ul li {
    display: inline-block;
    margin: 0px 25px;
    padding: 0px 0px 1px 0px;
}




@media only screen and (max-width: 992px){
    .footer-container {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "footerAddress footerContact"
            "footerSocialMedias footerSocialMedias"
            "footerMenu footerMenu"
            "footerLinks footerLinks"
            "footerCopyright footerDesign";
    }
    .footerMenu ul li {
        margin: 0px 20px;
    }
    .footerLinks {
        text-align: center;
    }
    .footerLinks ul li {
        margin: 0px 20px;
    }
    .footerDesign {
        text-align: right;
    }
    /*.footerSocialMedias,
    .footerMenu,
    .footerCopyright,
    .footerDesignBy {
        text-align: center;
    }*/
}

@media only screen and (max-width: 767px){
    .footer-container {
        grid-gap: 20px;
    }
    .footerMenu ul {
        padding: 15px 0px;
    }
    .footerMenu ul li {
        display: block;
        margin: auto 15px;
        padding: 0px;
    }
    .footer-container {
        grid-template-columns: 1fr;
        grid-template-areas:
            "footerAddress"
            "footerContact"
            "footerSocialMedias"
            "footerMenu"
            "footerLinks"
            "footerDesign"
            "footerCopyright";
    }
    .footerSocialMedias,
    .footerMenu,
    .footerCopyright,
    .footerDesign {
        text-align: center;
    }
}
/* FOOTER END */




/* TEMPORAR STYLES START */

.hasContentBg .internal-page-content {
    background-repeat: no-repeat;
    background-size: 1400px;
    background-position: center bottom;
    background-image: url("/_common/img/content_bg2.png");

    padding-bottom: 530px;
}
@media only screen and (max-width: 1400px){
    .hasContentBg .internal-page-content {
        background-size: contain;
        background-image: url("/_common/img/content_bg2.png");
        padding-bottom: clamp(100px, 40vw, 530px);
    }
}

/*.block1 ul, .block2 ul {
    list-style-image: url("/_common/img/list-bullet.png");
}*/


/* PROJECTS ITEMS START */

.projectsListContainer {

}
.max-width-container-projects {
    padding: 0px 20px;
}
.projectsList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    row-gap: 20px;
    padding: 20px 0px;
}
@media only screen and (max-width: 1200px){
    .projectsList {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 768px){
    .projectsList {
        grid-template-columns: 1fr;
    }
}
.projectsList .project-item {
    position: relative;
    background-color: #fff;
}
/*.projectsList .project-item:hover {
    background-color: #f1f1f1;
    -webkit-transition: background-color 0.5s ease 0s;
    -moz-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
}*/

.projectsList .project-item .project-item-link {
    display: block;
    padding: 0px;
    margin: 0px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.projectsList .project-item .project-item-link,
.projectsList .project-item .project-item-link *,
.projectsList .project-item .project-item-link:hover,
.projectsList .project-item .project-item-link:hover *{
    text-decoration: none !important;
}

.projectsList .project-item .project-item-link:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.projectsList .project-item:hover .project-item-link:before {
    background-color: rgba(0, 0, 0, 0.6);
}


.projectsList .project-item img.project-item-thumbnail,
.projectsList .project-item img.project-item-fake-thumbnail {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    object-fit: cover;
    object-position: center center;
}
.projectsList .project-item img.project-item-fake-thumbnail {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    display: none;
}

.projectsList .project-item video {
    display: block;
    padding: 0px;
    margin: 0px;
    object-fit: cover;
    object-position: center center;

    height: 100% !important;
    width: 100% !important;
    min-height: unset !important;
}

.projectsList .project-item .project-item-link,
.projectsList .project-item img.project-item-thumbnail,
.projectsList .project-item img.project-item-fake-thumbnail,
.projectsList .project-item video {
    aspect-ratio: 6 / 4;
}

.projectsList .project-item video,
.projectsList .project-item img.project-item-thumbnail,
.projectsList .project-item img.project-item-fake-thumbnail {
    -webkit-transition: scale 0.5s ease 0s;
    -moz-transition: scale 0.5s ease 0s;
    -o-transition: scale 0.5s ease 0s;
    transition: scale 0.5s ease 0s;
}
.projectsList .project-item:hover video,
.projectsList .project-item:hover img.project-item-thumbnail,
.projectsList .project-item:hover img.project-item-fake-thumbnail {
    scale: 1.05;
}


.project-item-content {
    padding: 15px 20px 15px 20px;
}

.project-item-title {
    line-height: normal !important;
    text-align: center;
    font-size: 1.5rem;
}
.project-item-title a.project-item-title-link {
    text-decoration: none;
    color: var(--text-main-color);
    -webkit-transition: color 0.5s ease 0s;
    -moz-transition: color 0.5s ease 0s;
    -o-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
}
.project-item-title a.project-item-title-link:hover {
    text-decoration: none;
}
.projectsList .project-item:hover .project-item-title a.project-item-title-link {
    color: var(--link-hover-color);
}


.project-item-caption {
    line-height: normal !important;
    text-align: center;
    padding: 0px 0px 0px 0px;
}
.project-item-text {
    line-height: normal !important;
    padding: 15px 0px 0px 0px;
    text-align: center;
    /*font-size: 0.9rem;*/
}
.project-item-text * {
    text-align: center;
}
.project-item-title *,
.project-item-caption *,
.project-item-text * {
    font-size: inherit;
    line-height: normal !important;
}

.project-item-button {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 0px;
    text-align: center;
}

/* PROJECTS ITEMS END */


/* ALT PROJECTS ITEMS START */

.hasAltPortfolio .projectsList {
    grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 2000px){
    .hasAltPortfolio .projectsList {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 992px){
    .hasAltPortfolio .projectsList {
        grid-template-columns: 1fr;
    }
}
.hasAltPortfolio .project-item-content {
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    max-width: 70%;
    padding-right: 50px;
    background-image: linear-gradient(to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0)
    );
}
@media only screen and (max-width: 1200px){
    .hasAltPortfolio .project-item-content {
        max-width: 90%;
    }
}
@media only screen and (max-width: 768px){
    .hasAltPortfolio .project-item-content {
        max-width: 100%;
    }
}
@media only screen and (max-width: 576px){
    .hasAltPortfolio .project-item-text {
        display: none;
    }
}

.hasAltPortfolio .project-item-content,
.hasAltPortfolio .project-item-content * {
    text-align: left;
    color: #fff !important;
}
/* ALT PROJECTS ITEMS END */




/* SITE TABS START*/
.siteTabsItemsContainer {
    padding-bottom: 60px;
}
.siteTabsItemsContainer .siteTabsItems .siteTabItem {
    display: none;
}
.siteTabsItemsContainer .siteTabsItems .siteTabItem.active {
    display: block;
}

.siteTabsItemsContainer .siteTabsButtons {
    padding: 0px 0px 40px 0px;
}
.siteTabsItemsContainer .siteTabsButtons ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.siteTabsItemsContainer .siteTabsButtons ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px 15px;
}
.siteTabsItemsContainer .siteTabsButtons ul li a {
    display: inline-block;
    margin: 0px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 29px !important;
    color: var(--link-color);
    font-weight: 300;
    line-height: normal !important;

    border-bottom: 3px solid transparent;
}
.siteTabsItemsContainer .siteTabsButtons ul li.active a {
    color: var(--text-main-color);
    border-bottom-color: var(--link-color);
}



.siteTabsItemsContainer .siteTabsItems .siteTabItem .contentBlock .block1 img,
.siteTabsItemsContainer .siteTabsItems .siteTabItem .contentBlock .block2 img {
    /*border: 1px solid #cba16e;*/
    /*border-radius: 10px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2), 2px 2px 3px rgba(0, 0, 0, 0.15);*/
}

.siteTabsItemsContainer .siteTabsItems .siteTabItem .contentBlock .block2 {
    grid-gap: 160px;
}
@media only screen and (max-width: 1200px){
    .siteTabsItemsContainer .siteTabsItems .siteTabItem .contentBlock .block2 {
        grid-gap: 100px;
    }
}
@media only screen and (max-width: 992px){
    .siteTabsItemsContainer .siteTabsItems .siteTabItem .contentBlock .block2 {
        grid-gap: 60px;
    }
}
@media only screen and (max-width: 768px){
    .siteTabsItemsContainer .siteTabsItems .siteTabItem .contentBlock .block2 {
        grid-gap: 40px;
    }
    .siteTabsItemsContainer .siteTabsButtons ul li {
        display: block;
        margin: 0px;
        padding: 5px 5px;
        text-align: center;
    }
}
/* SITE TABS END*/

/* SITE HOME WINES START*/

.wineItemsContainer {
    padding: 40px 0px;
}
.wineItems {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}
.site-home-wine-item {
    position: relative;
    background-color: rgba(52, 52, 52, 0.03);
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.site-home-wine-item:hover {
    background-color: rgba(52, 52, 52, 0.06);
}
.site-home-wine-image img {
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;

    aspect-ratio: 1 / 1;

    object-fit: contain;
    object-position: center center;
}

.site-home-wine-content {
    /*position: relative;*/
    padding-bottom: 45px;
}
.site-home-wine-content,
.site-home-wine-content * {
    line-height: 1.5;
}

.site-home-wine-title {
    font-size: 34px;
    font-weight: 300;
    text-align: center;
    color: var(--title-h1-color);
    font-family: var(--titles-font-family);
    line-height: normal !important;
    padding-top: 18px;
}
.site-home-wine-subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
    font-style: italic;
    color: var(--title-h1-color);
    font-family: var(--titles-font-family);
    line-height: normal !important;
    padding-bottom: 18px;
}
.site-home-wine-text,
.site-home-wine-text * {
    text-align: center;
    font-size: 1rem; /*1.2rem*/
}

.site-home-wine-button {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30px;
    text-align: center;
}

.site-home-wine-button a {
    position: relative;
    display: inline-block;
    font-family: var(--titles-font-family);
    font-size: 1.3rem;
    font-weight: 500;
    color: #111;
    border-bottom: 2px solid var(--title-h1-color);
    padding: 0px 10px;
    text-decoration: none;
    line-height: normal !important;
}
.site-home-wine-button a:after {
    opacity: 0;
    display: block;
    position: absolute;
    width: 40px;
    height: 27px;
    bottom: 0px;
    right: 0px;
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12H20M20 12L16 8M20 12L16 16' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.site-home-wine-button a:hover {
    color: #111;
    padding-right: 35px;
    text-decoration: none;
}
.site-home-wine-button a:hover:after {
    opacity: 1;
    right: -5px;
}
.site-home-wine-button a {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.site-home-wine-button a:hover:after {
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
}
.site-home-wine-button a:after {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media only screen and (max-width: 1200px) and (min-width: 768px){
    .wineItems {
        grid-template-columns: 1fr;
    }
    .site-home-wine-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        align-items: center;
    }
    .site-home-wine-content {
        position: relative;
        padding-bottom: 40px;
    }
    .site-home-wine-button {
        bottom: 10px;
    }
    .site-home-wine-title {
        padding-top: 0px;
    }
    .wineItemsContainer {
        max-width: 760px;
        margin: auto;
    }
}
@media only screen and (max-width: 767px){
    .wineItems {
        grid-template-columns: 1fr;
    }
    .wineItems .site-home-wine-item {
        grid-column: 1;
    }
    .wineItemsContainer {
        max-width: 460px;
        margin: auto;
    }
}
/* SITE HOME WINES END*/







/* SITE WINES START*/

.winesItemsContainer {
    padding: 60px 0px;
    margin: auto;
}
.winesItems {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 160px;
}
.site-wine-item {
    display: grid;
    grid-template-columns: 450px 1fr;
    grid-gap: 20px;
    grid-template-areas:
        "siteWineImage siteWineContent";
}
.site-wine-image {
    grid-area: siteWineImage;
}
.site-wine-content {
    grid-area: siteWineContent;
}

.site-wine-item:nth-child(even) {
    grid-template-columns: 1fr 450px;
    grid-template-areas:
        "siteWineContent siteWineImage";
}

.site-wine-image img {
    display: block;
    padding: 0px;
    margin: 0px auto;

    aspect-ratio: 30 / 49;

    max-height: 560px;
    max-width: 100%;

    object-fit: contain;
    object-position: center center;
}

.site-wine-title {
    font-size: 34px;
    font-weight: 300;
    color: var(--title-h1-color);
    font-family: var(--titles-font-family);
    line-height: normal !important;
}
.site-wine-subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    font-style: italic;
    color: var(--title-h1-color);
    font-family: var(--titles-font-family);
    line-height: normal !important;
}
.site-wine-text {
    padding-top: 30px;
}
.site-wine-text,
.site-wine-text * {
    font-size: 1.2rem;
}

.site-wine-pdf {
    display: inline-block;
    border-top: 3px solid var(--site-main-color);
    margin-top: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.site-wine-pdf a {
    display: inline-block;
    padding: 0px 5px;
    margin: 0px;
    color: #111;
    text-decoration: none;
    text-transform: unset;
    font-size: 24px;
    font-weight: 300;
}
.site-wine-pdf a:hover {
    color: var(--link-hover-color);
    text-decoration: none;
}

.site-wine-button {
    padding-top: 30px;
}

.site-wine-content,
.site-wine-title, .site-wine-title *,
.site-wine-subtitle, .site-wine-subtitle *,
.site-wine-text, .site-wine-text *,
.site-wine-button {
    text-align: left;
}

@media only screen and (max-width: 992px){
    .site-wine-item {
        grid-template-columns: 300px 1fr;
    }
    .site-wine-item:nth-child(even) {
        grid-template-columns: 1fr 300px;
    }
}

@media only screen and (max-width: 767px){
    .site-wine-item {
        grid-template-columns: 1fr;
        grid-template-areas:
            "siteWineImage"
            "siteWineContent";
    }
    .site-wine-item:nth-child(even) {
        grid-template-columns: 1fr;
        grid-template-areas:
            "siteWineImage"
            "siteWineContent";
    }
    .site-wine-image img {
        max-height: 400px;
    }
    .site-wine-title {
        padding-top: 20px;
    }
    .site-wine-content,
    .site-wine-title, .site-wine-title *,
    .site-wine-subtitle, .site-wine-subtitle *,
    .site-wine-text, .site-wine-text *,
    .site-wine-button {
        text-align: center;
    }
}

/* SITE WINES END */





.customerBand {
    min-height: 30px;
    background-color: rgba(34, 34, 34, 0.8);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

    position: relative;
    z-index: 11;
}
header.siteHeader.active .customerBand {
    -webkit-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;

    background-color: rgba(34, 34, 34, 0.6) !important;
}




















