@font-face {
  font-family: 'AlenbiSans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/AlenbiSans/AlenbiSans-Light.woff2") format("woff2"); }

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

@font-face {
  font-family: 'Distancia';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Distancia/font.woff2") format("woff2"); }

[dir='rtl'] {
  text-align: start; }

.artisanal-page {
  direction: rtl;
  font-family: "AlenbiSans", Arial, sans-serif;
  font-weight: 300;
  color: #1d1d1b; }

.artisanal-main {
  min-height: 50vh; }

.btn {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border: 1px solid #1d1d1b;
  background: transparent;
  color: #1d1d1b;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem; }
  .btn.btn-primary:hover {
    opacity: 0.85; }

body {
  margin: 0; }

.artisanal-header {
  position: relative;
  z-index: 10;
  padding: 20px 0; }
  .artisanal-header__inner {
    max-width: 90vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .artisanal-header__inner {
        max-width: 80vw; } }
  .artisanal-header__desktop {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
    position: relative; }
    @media (min-width: 992px) {
      .artisanal-header__desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .artisanal-header__desktop .country-selector.language_selector {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 0.35em;
      margin: 0;
      padding: 0;
      list-style: none;
      color: #B09037;
      white-space: nowrap;
      z-index: 2; }
  .artisanal-header__nav-container {
    width: 100%; }
  .artisanal-header__menu-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 12; }
    @media (min-width: 992px) {
      .artisanal-header__menu-toggle {
        display: none; } }
  .artisanal-header__menu-icon {
    display: block;
    width: 28px;
    height: 2px;
    background: #1d1d1b;
    position: relative; }
    .artisanal-header__menu-icon::before, .artisanal-header__menu-icon::after {
      content: '';
      position: absolute;
      left: 0;
      width: 28px;
      height: 2px;
      background: #1d1d1b; }
    .artisanal-header__menu-icon::before {
      top: -8px; }
    .artisanal-header__menu-icon::after {
      top: 8px; }
  .artisanal-header__nav--mobile {
    display: none;
    position: fixed;
    inset: 0 0 0 15%;
    z-index: 11;
    background: #ffffff;
    padding: 2rem 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
            box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15); }
    .artisanal-header__nav--mobile.is-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    @media (min-width: 992px) {
      .artisanal-header__nav--mobile {
        display: none !important; } }
  .artisanal-header__nav-close {
    background: none;
    border: none;
    font-size: 1.875rem;
    font-weight: 300;
    cursor: pointer; }
  .artisanal-header__logo img {
    width: auto; }
  .artisanal-header__logo--center {
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-self: center;
    grid-column: 2;
    padding-top: 0.75rem;
    z-index: 3; }
  .artisanal-header__menu {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    .artisanal-header__nav--mobile .artisanal-header__menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0;
      width: 100%;
      margin-top: 2rem; }
  .artisanal-header__menu-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem;
    min-width: 0; }
    .artisanal-header__menu-group--start {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .artisanal-header__menu-group--end {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .artisanal-header__nav--mobile .artisanal-header__menu-item {
    width: 100%;
    border-bottom: 1px solid #a7a7a7;
    padding-block: 15px;
    text-align: center; }
  .artisanal-header__link {
    color: inherit;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 2.25rem;
    white-space: nowrap;
    position: relative; }
    .artisanal-header__link:hover {
      text-decoration: none; }
      .artisanal-header__link:hover::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: #b09037;
        max-width: 21px;
        margin: 0 auto; }
    .artisanal-header__desktop .artisanal-header__link.is-active::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: #b09037;
      max-width: 21px;
      margin: 0 auto; }
    .artisanal-header__nav--mobile .artisanal-header__link.is-active::after {
      content: none; }
    .artisanal-header__link.lang {
      color: #B09037 !important; }
  .artisanal-header__mobile-footer {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid #a7a7a7;
    width: 85%;
    position: fixed;
    bottom: 1rem;
    justify-self: center; }
  .artisanal-header__mobile-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .artisanal-header__mobile-social img {
      max-width: 40px;
      max-height: 40px; }
  .artisanal-header__burger-img {
    max-width: 35px; }
  .artisanal-header .header-mobile-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 85vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none; }
    @media (min-width: 768px) {
      .artisanal-header .header-mobile-pages {
        display: none !important; } }

.artisanal-header__logo-mobile {
  display: none; }

@media (max-width: 1024px) {
  .artisanal-header__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 60px;
    padding: 10px 15px; }
  .artisanal-header__logo-mobile {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10; }
  .artisanal-header__logo-mobile img {
    width: auto;
    display: block; }
  .artisanal-header__menu-toggle {
    position: relative;
    z-index: 11; } }

.page-home .artisanal-header__logo-mobile,
.page-home .artisanal-header__logo,
.page-home .artisanal-header__logo--center {
  display: none !important;
  width: 0 !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 0px !important;
          flex: 0 0 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

.page-home .artisanal-header {
  color: #ffffff;
  background-color: transparent;
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  margin-top: 2rem; }

.page-home .artisanal-header__desktop {
  gap: 90px; }

.page-home .artisanal-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  grid-template-columns: none; }

.page-home .artisanal-header__menu-group {
  display: contents; }

.page-home .artisanal-header__menu-icon,
.page-home .artisanal-header__menu-icon::before,
.page-home .artisanal-header__menu-icon::after {
  background: #ffffff !important; }

.page-home .artisanal-header__burger-img {
  -webkit-filter: brightness(0) invert(1) !important;
          filter: brightness(0) invert(1) !important; }

.page-home .artisanal-header__link {
  color: #1d1d1b !important; }
  @media (min-width: 768px) {
    .page-home .artisanal-header__link {
      color: #ffffff !important; } }
  .page-home .artisanal-header__link.lang {
    color: #ffffff !important; }

.js-menu-toggle[aria-expanded="true"] {
  display: none !important; }

.artisanal-footer {
  position: relative;
  z-index: 1;
  padding: 20px;
  border-top: 1px solid #a7a7a7;
  width: 60vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center; }
  @media (max-width: 767px) {
    .artisanal-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      justify-self: center;
      padding: 20px;
      width: auto; } }
  .artisanal-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px; }
    @media (min-width: 768px) {
      .artisanal-footer__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 9rem; } }
  .artisanal-footer__credit {
    color: #898989;
    font-size: 1.125rem;
    margin: 0; }
  .artisanal-footer__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.5rem; }
    @media (max-width: 767px) {
      .artisanal-footer__actions {
        width: 90vw;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 0; } }
  .artisanal-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
  .artisanal-footer__social-link img {
    max-width: 26px;
    max-height: 21px;
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: -webkit-filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out; }
    .page-home .artisanal-footer__social-link img {
      -webkit-filter: brightness(0) invert(1) !important;
              filter: brightness(0) invert(1) !important; }
  .artisanal-footer__privacy {
    color: inherit;
    text-decoration: none;
    font-size: 1.25rem; }
    @media (max-width: 767px) {
      .artisanal-footer__privacy {
        font-size: 1rem; } }
    .artisanal-footer__privacy:hover {
      text-decoration: underline; }

.home-page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff; }
  @media (min-width: 768px) {
    .home-page {
      height: 100vh;
      overflow: hidden; } }
  .home-page__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden; }
  .home-page__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .home-page__content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 20px;
    margin-top: 30vh; }
  .home-page__logo {
    width: 11vw;
    max-width: 400px;
    height: auto; }
    @media (max-width: 767px) {
      .home-page__logo {
        width: 30vw; } }
  .home-page__cta {
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #ffffff;
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: 300;
    margin-top: 3rem; }
  .home-page__cta-label {
    display: block;
    padding: 18px 28px; }
  .home-page__cta-border {
    position: absolute;
    width: 135px;
    height: 35px;
    pointer-events: none; }
    .home-page__cta-border--top {
      top: 0;
      right: 0px;
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff; }
    .home-page__cta-border--bottom {
      bottom: -8px;
      left: 0px;
      border-bottom: 1px solid #ffffff;
      border-left: 1px solid #ffffff; }
  .home-page__video-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(0, 0, 0, 0.6); }
    .home-page__video-modal:not([hidden]) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .home-page__video-modal-inner {
    position: relative;
    max-width: calc(100vw - 20px); }
  .home-page__video-modal-close {
    position: absolute;
    top: -36px;
    left: 0;
    width: 28px;
    height: 28px;
    padding: 8px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    color: #ffffff;
    font-size: 1rem;
    line-height: 0.9;
    cursor: pointer; }
  .home-page__video-iframe {
    width: calc(100vw - 20px);
    max-width: 540px;
    height: 360px;
    border: none; }

@media (min-width: 768px) {
  html:has(.page-home),
  body.page-home {
    overflow: hidden !important;
    overflow-x: hidden !important;
    max-width: 100vw !important;
    height: 100% !important; } }

.page-home .artisanal-header {
  color: #ffffff; }

.page-home .artisanal-header__menu-icon,
.page-home .artisanal-header__menu-icon::before,
.page-home .artisanal-header__menu-icon::after {
  background: #ffffff; }

.page-home .artisanal-header__link {
  color: #ffffff; }

.page-home .artisanal-footer {
  color: #ffffff;
  border-top-color: rgba(255, 255, 255, 0.3); }
  .page-home .artisanal-footer__credit {
    color: rgba(255, 255, 255, 0.7); }
  .page-home .artisanal-footer__privacy {
    color: #ffffff; }
  @media (min-width: 768px) {
    .page-home .artisanal-footer {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 60vw;
      z-index: 10;
      background: transparent; } }

.about-page {
  -webkit-margin-after: 86px;
          margin-block-end: 86px; }
  .about-page__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .about-page__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .about-page__row--reverse {
      -webkit-margin-before: 95px;
              margin-block-start: 95px; }
      @media (min-width: 768px) {
        .about-page__row--reverse {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
  @media (max-width: 767px) {
    .about-page__row--reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .about-page__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px; }
    @media (min-width: 768px) {
      .about-page__text {
        width: 50%;
        padding: 68px 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start; } }
    .about-page__text--bg {
      background: #f4f4f4; }
    .about-page__text > * {
      max-width: 100%; }
      @media (min-width: 768px) {
        .about-page__text > * {
          max-width: 80%; } }
    .about-page__text p {
      font-size: 1.25rem;
      font-weight: 300;
      margin-bottom: 1rem;
      text-align: start;
      line-height: 30px; }
  .about-page__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (min-width: 768px) {
      .about-page__image {
        width: 50%; } }
    .about-page__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block; }
    .about-page__image--winemaker {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 768px) {
        .about-page__image--winemaker {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
      .about-page__image--winemaker img {
        width: 50%;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain; }
        @media (min-width: 768px) {
          .about-page__image--winemaker img {
            padding-left: 5%; } }
  .about-page__heading {
    font-size: 2.1875rem;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: start; }

.error-page {
  text-align: center;
  padding: 4rem 20px; }
  .error-page__title {
    font-size: 2rem;
    margin-bottom: 1rem; }

.contact-page {
  -webkit-margin-after: 5rem;
          margin-block-end: 5rem; }
  .contact-page__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .contact-page__grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .contact-page__aside {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media (min-width: 768px) {
      .contact-page__aside {
        width: 50%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .contact-page__image-mobile {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 768px) {
      .contact-page__image-mobile {
        display: none; } }
  .contact-page__form-col {
    width: 100%;
    background: #f4f4f4;
    text-align: start;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .contact-page__form-col {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        width: 50%;
        padding: 7.375rem 7.625rem;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .contact-page__title {
    font-size: 1.875rem;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 30px; }
    @media (max-width: 767px) {
      .contact-page__title {
        padding-left: 4rem;
        padding-right: 20px; } }
  .contact-page__image {
    width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      .contact-page__image--desktop {
        display: none; } }
    @media (min-width: 768px) {
      .contact-page__image--desktop {
        display: block; } }

.contact-details {
  -webkit-margin-before: 4.5rem;
          margin-block-start: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: center;
  text-align: start;
  margin-bottom: 10rem; }
  @media (max-width: 767px) {
    .contact-details {
      margin-bottom: 0;
      -webkit-margin-before: 0;
              margin-block-start: 0;
      padding: 0 2rem; } }
  .contact-details__title {
    font-size: 2.1875rem;
    margin-bottom: 20px;
    font-weight: 400; }
  .contact-details__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.9375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-margin-after: 3.75rem;
            margin-block-end: 3.75rem; }
    .contact-details__item--hours {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .contact-details__label, .contact-details__value {
    display: block;
    font-size: 1.25rem; }
  .contact-details__value {
    color: inherit;
    text-decoration: none; }
  .contact-details .contact_us_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem; }
    .contact-details .contact_us_icons .visitor-center-page__contact-item {
      padding: 0.75rem 0; }
      .contact-details .contact_us_icons .visitor-center-page__contact-item img {
        justify-self: right; }

.contact-form__field {
  margin-bottom: 2.5rem; }
  .contact-form__field--invalid .contact-form__input,
  .contact-form__field--invalid .contact-form__textarea {
    border-color: #c00; }
  .contact-form__field--invalid.contact-form__field--checkbox .contact-form__checkbox-label {
    color: #c00; }

.contact-form__input, .contact-form__textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #a7a7a7;
  font-family: inherit;
  font-size: 1rem;
  background: transparent;
  direction: rtl; }
  .contact-form__input.is-invalid, .contact-form__textarea.is-invalid {
    border-color: #c00; }
  .contact-form__input::-webkit-input-placeholder, .contact-form__textarea::-webkit-input-placeholder {
    color: #1D1D1B;
    opacity: 1; }
  .contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
    color: #1D1D1B;
    opacity: 1; }
  .contact-form__input:-ms-input-placeholder, .contact-form__textarea:-ms-input-placeholder {
    color: #1D1D1B;
    opacity: 1; }
  .contact-form__input::-ms-input-placeholder, .contact-form__textarea::-ms-input-placeholder {
    color: #1D1D1B;
    opacity: 1; }
  .contact-form__input::placeholder, .contact-form__textarea::placeholder {
    color: #1D1D1B;
    opacity: 1; }
  @media (max-width: 767px) {
    .contact-form__input, .contact-form__textarea {
      width: 85vw; } }

.contact-form__error {
  display: block;
  color: #c00;
  font-size: 0.875rem;
  margin-top: 0.25rem; }

.contact-form__success {
  color: #060;
  margin-top: 1rem; }

.contact-form__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  margin-top: 4rem;
  width: 66%; }
  @media (max-width: 767px) {
    .contact-form__checkbox-label {
      width: 85vw; } }

.contact-form__field--checkbox.contact-form__field--invalid .contact-form__checkbox-label,
.contact-form__checkbox.is-invalid + span {
  color: #c00; }

@media (max-width: 767px) {
  .contact-form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem;
    margin-bottom: 2.5rem; } }

.contact-form__submit {
  width: 10.3125rem;
  height: 3.4375rem;
  position: relative;
  background: transparent;
  border: none;
  margin-right: 1.5rem;
  margin-top: 1.5rem; }
  @media (max-width: 767px) {
    .contact-form__submit {
      margin-right: 0;
      margin-top: 0; } }
  .contact-form__submit::before {
    content: "";
    height: 32px;
    width: 130px;
    border-top: 1px solid #b09037;
    border-right: 1px solid #b09037;
    position: absolute;
    right: 0px;
    top: 0px;
    pointer-events: none; }
  .contact-form__submit::after {
    content: "";
    height: 32px;
    width: 130px;
    border-bottom: 1px solid #b09037;
    border-left: 1px solid #b09037;
    position: absolute;
    left: 0px;
    bottom: 0px;
    pointer-events: none; }

.category-page {
  direction: rtl;
  margin-block: 20px 66px; }
  .category-page__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .category-page__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (max-width: 767px) {
      .category-page__row--odd {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .category-page__content, .category-page__image {
    width: 100%; }
    @media (min-width: 768px) {
      .category-page__content, .category-page__image {
        width: 50%; } }
  .category-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f4f4f4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .category-page__content--decorated {
      background: #ffffff;
      background-image: url("../images/category-content-bg-image.png");
      background-repeat: no-repeat;
      background-position: 46px top;
      background-size: 250px; }
      @media (max-width: 767px) {
        .category-page__content--decorated {
          background-position: 3px center;
          background-size: 200px; } }
    .category-page__content--gray {
      background: #f4f4f4; }
  .category-page__content-inner {
    max-width: 592px; }
    @media (max-width: 767px) {
      .category-page__content-inner {
        padding: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: right;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .category-page__title {
    font-family: "Distancia", "AlenbiSans", Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 100;
    line-height: 3.375rem;
    text-transform: uppercase;
    color: #1d1d1b;
    margin-bottom: 25px; }
  .category-page__description {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.875rem;
    margin-bottom: 25px; }
  .category-page__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    min-height: 280px; }
    @media (min-width: 768px) {
      .category-page__image img {
        min-height: 606px; } }
  .category-page__button {
    position: relative;
    display: inline-block;
    min-width: 110px;
    height: 24px;
    padding: 20px;
    color: #1d1d1b;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 300;
    margin-inline: auto; }
    @media (min-width: 768px) {
      .category-page__button {
        margin-inline: 0; } }
    .category-page__button::before, .category-page__button::after {
      content: '';
      position: absolute;
      width: 130px;
      height: 32px;
      pointer-events: none; }
    .category-page__button::before {
      top: 0;
      right: 0;
      border-top: 1px solid #b09037;
      border-right: 1px solid #b09037; }
    .category-page__button::after {
      bottom: 0;
      left: 0;
      border-bottom: 1px solid #b09037;
      border-left: 1px solid #b09037; }

.product-list-page {
  margin: 20px auto 75px;
  text-align: center; }
  .product-list-page__title {
    font-family: "Distancia", "AlenbiSans", Arial, sans-serif;
    font-size: 2.1875rem;
    font-weight: 100;
    line-height: 4rem;
    text-transform: uppercase;
    color: #1d1d1b;
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .product-list-page__title {
        font-size: 1.4rem; } }
  .product-list-page__description {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.875rem;
    max-width: 764px;
    margin: 0 auto 1rem;
    padding: 5px; }
    @media (max-width: 767px) {
      .product-list-page__description {
        margin: 0 2rem 1rem; } }
  .product-list-page__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 20px;
    margin-top: 20px;
    max-width: 1200px;
    margin-inline: auto; }
    @media (min-width: 768px) {
      .product-list-page__grid {
        grid-template-columns: repeat(3, 1fr); } }
  .product-list-page__tile {
    color: inherit;
    text-decoration: none;
    padding-block: 50px;
    border-bottom: 1px solid #e0e0e0; }
  .product-list-page__image-wrap {
    position: relative;
    height: 250px;
    max-width: 385px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .product-list-page__image-wrap {
        height: 515px; } }
  .product-list-page__image-bg {
    max-width: 100%;
    max-height: 190px;
    height: auto; }
    @media (min-width: 768px) {
      .product-list-page__image-bg {
        max-height: 100%; } }
  .product-list-page__image {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
    margin-left: -70px;
    -o-object-fit: contain;
       object-fit: contain; }
  .product-list-page__category {
    display: block;
    font-family: "Distancia", "AlenbiSans", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 100;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .product-list-page__category {
        font-size: 1.1875rem; } }
  .product-list-page__name {
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0.5rem 0; }
    @media (min-width: 768px) {
      .product-list-page__name {
        font-size: 2.1875rem; } }
  .product-list-page__type {
    display: block;
    font-size: 0.875rem;
    color: #B09037; }
    @media (min-width: 768px) {
      .product-list-page__type {
        font-size: 1.25rem; } }
  .product-list-page__meta {
    margin-top: 1.5rem; }

.product-detail-page {
  direction: rtl;
  margin-top: 20px;
  text-align: center; }
  .product-detail-page__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    max-width: 70%;
    margin: 0 auto;
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .product-detail-page__hero {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .product-detail-page__info {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    text-align: start;
    max-width: 300px; }
  .product-detail-page__series {
    font-family: "Distancia", "AlenbiSans", Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 100;
    line-height: 3.375rem;
    text-transform: uppercase;
    border-bottom: 1px solid #a7a7a7;
    padding-block: 10px;
    margin: 0; }
  .product-detail-page__name {
    font-size: 2.1875rem;
    font-weight: 300;
    line-height: 1.875rem;
    border-bottom: 1px solid #a7a7a7;
    padding-block: 10px;
    margin: 0; }
  .product-detail-page__year {
    font-size: 2.1875rem;
    font-weight: 300;
    color: #b09037;
    line-height: 1.875rem;
    margin: 0; }
  .product-detail-page__type {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.875rem;
    border-bottom: 1px solid #a7a7a7;
    padding-block: 10px;
    margin: 0; }
  .product-detail-page__description {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.875rem;
    border-bottom: 1px solid #a7a7a7;
    padding-block: 10px;
    margin: 0; }
  .product-detail-page__attr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 14px;
    border-bottom: 1px solid #a7a7a7;
    font-size: 1.25rem;
    font-weight: 300;
    padding-block: 10px;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-detail-page__attr-value {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.875rem;
    direction: ltr;
    min-width: 50px;
    text-align: center; }
  .product-detail-page__image-wrap {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0; }
    @media (min-width: 768px) {
      .product-detail-page__image-wrap {
        padding: 20px; } }
  .product-detail-page__image-bg {
    max-width: 100%;
    max-height: 350px;
    z-index: 0; }
    @media (min-width: 768px) {
      .product-detail-page__image-bg {
        max-height: 650px; } }
  .product-detail-page__image {
    position: relative;
    max-width: 100%;
    max-height: 320px;
    -webkit-margin-end: -70px;
            margin-inline-end: -70px;
    -webkit-margin-before: -30px;
            margin-block-start: -30px;
    z-index: 1;
    -o-object-fit: contain;
       object-fit: contain; }
    @media (min-width: 768px) {
      .product-detail-page__image {
        max-height: 650px;
        -webkit-margin-end: -90px;
                margin-inline-end: -90px; } }
  .product-detail-page__divider {
    margin: 3rem auto;
    width: 80%;
    border: none;
    border-top: 1px solid #a7a7a7; }
    @media (max-width: 767px) {
      .product-detail-page__divider {
        display: none; } }
  .product-detail-page__slider-wrap {
    padding-block: 15px 50px; }
  .product-detail-page__slider {
    position: relative;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    direction: ltr;
    padding: 0 2% 2%; }
  .product-detail-page__slide-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 0; }
    @media (min-width: 768px) {
      .product-detail-page__slide-row {
        gap: 20px;
        padding: 20px; } }
  .product-detail-page__related-tile {
    width: 100%;
    max-width: 280px;
    color: inherit;
    text-decoration: none;
    text-align: center; }
    @media (min-width: 768px) {
      .product-detail-page__related-tile {
        width: 30%; } }
  .product-detail-page__related-image-wrap {
    position: relative;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .product-detail-page__related-image-wrap {
        height: 400px; } }
  .product-detail-page__related-image-bg {
    max-width: 100%;
    max-height: 80%;
    height: auto; }
    @media (min-width: 768px) {
      .product-detail-page__related-image-bg {
        max-height: 100%; } }
  .product-detail-page__related-image {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    -webkit-margin-end: -35px;
            margin-inline-end: -35px;
    z-index: 1;
    -o-object-fit: contain;
       object-fit: contain; }
    @media (min-width: 768px) {
      .product-detail-page__related-image {
        -webkit-margin-end: -70px;
                margin-inline-end: -70px; } }
  .product-detail-page__related-series {
    display: block;
    font-family: "Distancia", "AlenbiSans", Arial, sans-serif;
    font-size: 0.625rem;
    font-weight: 100;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .product-detail-page__related-series {
        font-size: 1.1875rem;
        margin-top: 45px; } }
  .product-detail-page__related-name {
    display: block;
    font-size: 1rem;
    font-weight: 300; }
    @media (min-width: 768px) {
      .product-detail-page__related-name {
        font-size: 1.875rem; } }
  .product-detail-page__related-type {
    display: block;
    font-size: 0.875rem;
    color: #B09037; }
    @media (min-width: 768px) {
      .product-detail-page__related-type {
        font-size: 1.25rem; } }
  .product-detail-page__slider-prev, .product-detail-page__slider-next {
    position: absolute;
    top: 35%;
    width: 30px;
    height: 30px;
    color: #c5c4c4;
    border: none;
    cursor: pointer;
    font-size: 1.125rem;
    line-height: 30px;
    text-align: center;
    background: transparent;
    padding: 0;
    margin-top: 0;
    background-image: none; }
    .product-detail-page__slider-prev::after, .product-detail-page__slider-next::after {
      content: none; }
    @media (min-width: 768px) {
      .product-detail-page__slider-prev, .product-detail-page__slider-next {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .product-detail-page__slider-prev {
    left: -5px; }
  .product-detail-page__slider-next {
    right: -5px; }

.vineyards-page {
  margin: 0;
  padding: 0;
  max-width: none; }
  .vineyards-page__wrapper {
    direction: rtl;
    background: #f4f4f4 url("../images/fields-bg.png") bottom/cover no-repeat;
    width: 100%;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
    -webkit-margin-after: 86px;
            margin-block-end: 86px;
    min-height: 100%; }
    @media (min-width: 768px) {
      .vineyards-page__wrapper {
        min-height: 810px; } }
  .vineyards-page__container {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .vineyards-page__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .vineyards-page__text-col {
    width: 95vw;
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
    line-height: 2rem; }
    @media (min-width: 768px) {
      .vineyards-page__text-col {
        width: 50%;
        -webkit-margin-before: 72px;
                margin-block-start: 72px; } }
  .vineyards-page__title {
    font-size: 1.5625rem;
    font-weight: 300;
    color: #1d1d1b;
    text-align: center;
    margin: 0; }
    @media (min-width: 768px) {
      .vineyards-page__title {
        font-size: 2.1875rem;
        text-align: start; } }
  .vineyards-page__text {
    font-size: 1.25rem;
    font-weight: 300;
    color: #1d1d1b;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 0.2rem; }
    @media (min-width: 768px) {
      .vineyards-page__text {
        text-align: start;
        max-width: 70%; } }
  .vineyards-page__map-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .vineyards-page__map-col {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 70%;
                flex: 1 1 70%;
        max-width: 729px; } }
  .vineyards-page__map {
    position: relative;
    max-width: 100%;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .vineyards-page__map {
        margin-top: 70px; } }
  .vineyards-page__map-image {
    width: 100%;
    max-width: 100%;
    display: block; }
  .vineyards-page__marker {
    position: absolute;
    top: var(--marker-top-mobile);
    left: var(--marker-left-mobile);
    min-width: 120px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: inherit; }
    @media (min-width: 768px) {
      .vineyards-page__marker {
        top: var(--marker-top);
        left: var(--marker-left); } }
  .vineyards-page__marker-title {
    font-size: 0.875rem;
    line-height: 1.875rem;
    font-weight: 300;
    color: #1d1d1b;
    min-width: 120px;
    text-align: center; }
    @media (min-width: 768px) {
      .vineyards-page__marker-title {
        font-size: 1.5625rem; } }
  .vineyards-page__marker-icon img {
    width: 20px; }
    @media (min-width: 768px) {
      .vineyards-page__marker-icon img {
        width: 25px; } }
  .vineyards-page__info {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%);
    width: 80%;
    min-height: 350px;
    background: #ffffff;
    padding: 30px;
    z-index: 2; }
    @media (min-width: 768px) {
      .vineyards-page__info {
        top: auto;
        bottom: -18%;
        left: -20%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-height: 305px;
        padding: 0;
        background: transparent;
        -webkit-transform: none;
                transform: none; } }
  .vineyards-page__info-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 15px;
    top: 15px;
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer; }
    @media (min-width: 768px) {
      .vineyards-page__info-close {
        display: none; } }
  .vineyards-page__info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    width: 100%;
    height: 100%; }
  .vineyards-page__info-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 14px;
    width: 285px;
    height: 100%; }
  .vineyards-page__info-divider {
    display: none; }
    @media (min-width: 768px) {
      .vineyards-page__info-divider {
        display: block;
        width: 1px;
        min-height: 290px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #1d1d1b), color-stop(0%, rgba(255, 255, 255, 0)));
        background-image: linear-gradient(#1d1d1b 42%, rgba(255, 255, 255, 0) 0%);
        background-position: center;
        background-size: 1px 6px;
        background-repeat: repeat-y; } }
  .vineyards-page__info-image {
    max-width: 200px; }
    @media (min-width: 768px) {
      .vineyards-page__info-image {
        max-width: 164px; } }
  .vineyards-page__info-text {
    text-align: right;
    font-size: 1.0625rem;
    font-weight: 300;
    line-height: 1.25rem;
    color: #1d1d1b;
    margin: 0; }

.visitor-center-page {
  margin: 0;
  padding: 0;
  max-width: none;
  direction: rtl; }
  .visitor-center-page__container {
    width: 100%; }
  .visitor-center-page__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem;
    text-align: center; }
  .visitor-center-page__heading {
    max-width: 100%;
    font-weight: 300;
    font-size: 2.1875rem;
    color: #1d1d1b;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .visitor-center-page__heading {
        max-width: 80%; } }
  .visitor-center-page__text {
    font-size: 1.25rem;
    max-width: 100%;
    font-weight: 300;
    color: #1d1d1b;
    text-align: center;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .visitor-center-page__text {
        max-width: 42%; } }
    .visitor-center-page__text a {
      color: inherit;
      text-decoration: none; }
  .visitor-center-page__divider {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
    width: 80%;
    border: none;
    border-top: 1px solid #a7a7a7; }
  .visitor-center-page__illustration {
    padding-top: 1.25rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-margin-after: 5rem;
            margin-block-end: 5rem; }
    .visitor-center-page__illustration img {
      max-width: 100%;
      height: auto; }
  .visitor-center-page__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 50px 60px;
    background: #f4f4f4; }
  .visitor-center-page__contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
    width: 100%;
    max-width: 1000px; }
    @media (min-width: 768px) {
      .visitor-center-page__contact-grid {
        grid-template-columns: repeat(3, 1fr);
        padding: 0 20px; } }
  .visitor-center-page__contact-item {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.75rem; }
    .visitor-center-page__contact-item img {
      justify-self: center;
      max-width: 48px; }
  .visitor-center-page__contact-text {
    font-size: 1.25rem;
    font-weight: 300;
    text-align: start;
    margin: 0;
    line-height: 2rem; }
    .visitor-center-page__contact-text a {
      color: inherit;
      text-decoration: none; }
  .visitor-center-page__slider-wrap {
    padding-block: 0; }
    @media (min-width: 768px) {
      .visitor-center-page__slider-wrap {
        padding-block: 80px; } }
  .visitor-center-page__slider {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
    direction: ltr;
    padding: 0;
    overflow: hidden; }
    @media (min-width: 768px) {
      .visitor-center-page__slider {
        -webkit-margin-after: 20px;
                margin-block-end: 20px; } }
  .visitor-center-page__slide {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 768px) {
      .visitor-center-page__slide {
        padding-inline: 50px; } }
    .visitor-center-page__slide img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
      display: block; }
  .visitor-center-page__slider-prev, .visitor-center-page__slider-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    color: #c5c4c4;
    border: none;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.25rem;
    line-height: 30px;
    text-align: center;
    background: transparent;
    padding: 0;
    margin-top: 0;
    background-image: none;
    z-index: 10; }
    .visitor-center-page__slider-prev::after, .visitor-center-page__slider-next::after {
      content: none; }
  .visitor-center-page__slider-prev {
    left: 10px; }
  .visitor-center-page__slider-next {
    right: 10px; }

.stores-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 20px 5rem;
  text-align: center;
  background: #ffffff; }
  .stores-page__bg-image {
    position: absolute;
    left: 0;
    top: 13.5vw; }
    @media (max-width: 767px) {
      .stores-page__bg-image {
        display: none; } }
  .stores-page__title {
    font-size: 2.1875rem;
    font-weight: 300;
    margin: 0 0 2rem;
    color: #1d1d1b; }
  .stores-page__subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0 0 2rem;
    color: #1d1d1b;
    line-height: 1.875rem; }
  .stores-page__regions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1rem;
    margin-top: 2.5rem; }
    @media (min-width: 768px) {
      .stores-page__regions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 1.5rem 3.5rem; } }
  .stores-page__region {
    width: 100%; }
    @media (min-width: 768px) {
      .stores-page__region {
        display: contents; } }
  .stores-page__region-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 4.5rem;
    padding: 1.25rem 1.5rem;
    color: #1d1d1b;
    background: transparent;
    border: none;
    font-family: inherit;
    font-size: 1.75rem;
    font-weight: 300;
    cursor: pointer; }
    @media (min-width: 768px) {
      .stores-page__region-btn {
        width: auto;
        min-width: 200px;
        min-height: 0;
        padding: 8px 145px;
        font-size: 1.7vw; } }
    .stores-page__region-btn::before, .stores-page__region-btn::after {
      content: '';
      position: absolute;
      width: 80%;
      height: 60%;
      pointer-events: none; }
    .stores-page__region-btn::before {
      top: 0;
      right: 0;
      border-top: 1px solid #a7a7a7;
      border-right: 1px solid #a7a7a7; }
    .stores-page__region-btn::after {
      bottom: 0;
      left: 0;
      border-bottom: 1px solid #a7a7a7;
      border-left: 1px solid #a7a7a7; }
    @media (min-width: 768px) {
      .stores-page__region-btn.is-active {
        color: #b09037; }
        .stores-page__region-btn.is-active::before {
          border-top-color: #b09037;
          border-right-color: #b09037; }
        .stores-page__region-btn.is-active::after {
          border-bottom-color: #b09037;
          border-left-color: #b09037; } }
  @media (max-width: 767px) {
    .stores-page__region.is-open .stores-page__region-btn {
      color: #b09037; }
      .stores-page__region.is-open .stores-page__region-btn::before {
        border-top-color: #b09037;
        border-right-color: #b09037; }
      .stores-page__region.is-open .stores-page__region-btn::after {
        border-bottom-color: #b09037;
        border-left-color: #b09037; } }
  .stores-page__list {
    display: none;
    width: 100%;
    background: #ffffff;
    text-align: center;
    padding: 0.75rem 0 0.25rem; }
    @media (min-width: 768px) {
      .stores-page__list {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding: 1.5rem 20px; }
        .stores-page__list.is-active {
          display: grid;
          grid-template-columns: 1fr 1fr;
          -webkit-column-gap: 2.5rem;
             -moz-column-gap: 2.5rem;
                  column-gap: 2.5rem; }
        .stores-page__list--grouped.is-active {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: start; } }
  @media (max-width: 767px) {
    .stores-page__region.is-open .stores-page__list {
      display: grid;
      grid-template-columns: 1fr;
      -webkit-column-gap: 2.5rem;
         -moz-column-gap: 2.5rem;
              column-gap: 2.5rem; }
      .stores-page__region.is-open .stores-page__list--grouped {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start; } }
  .stores-page__column {
    min-width: 0; }
  .stores-page__store {
    color: #b09037;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 1rem 20px;
    background: #f4f4f4;
    border-bottom: 1px solid #a7a7a7;
    text-align: center; }
    .stores-page__store--title {
      color: #1d1d1b;
      font-size: 1.5rem;
      border-bottom: none; }
  .stores-page__empty {
    font-size: 1.25rem;
    color: #898989; }
