@charset "UTF-8";
.home .logo img:not(header .logo img) {
  transform: translateY(255px) scale(11.252);
  max-width: 724.13px;
  max-height: 136.99px;
}
header {
  height: 6.3rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 9999;
}
header .menu-language-switcher-container .menu-language-switcher-container {
  display: none;
}
header.menu-opened nav {
  right: 0 !important;
}
header.menu-opened nav:lang(he) {
  left: 0;
  right: auto !important;
}
header nav {
  position: fixed;
  height: 100vh;
  width: 55rem;
  background: white;
  right: -55rem;
  top: 0;
  padding: 6rem 4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: 0.3s all ease-out;
  z-index: 999999999;
}
header nav:lang(he) {
  left: -55rem;
  right: auto;
}
header nav .reserve-visit {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  padding-top: 3rem;
}
header nav .reserve-visit .square-btn-holder {
  flex: 1 1 auto;
}
header nav .menu {
  display: block;
}
header nav .main-menu a {
  font-family: "loize", serif;
  font-weight: 400;
  font-size: 4rem;
  text-decoration: none;
  color: black;
  padding: 1.5rem 0;
  border-bottom: 1px solid black;
  display: block;
  line-height: normal !important;
}
header nav .main-menu a:lang(he) {
  font-family: "hadassa", serif;
}
header nav .social-menu {
  position: static;
  margin-top: 3.7rem;
}
header nav .social-menu ul {
  display: flex;
  justify-content: flex-start;
}
header nav .social-menu ul a {
  font-family: "loize", serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-decoration: none;
  color: black;
  padding-right: 2rem;
}
header .header-left {
  flex: 0 0 33.3333%;
}
header .header-left:lang(he) {
  flex-direction: row-reverse;
  align-items: flex-end;
  align-items: center;
}
header .header-left .lang-switcher {
  padding-left: 1.5rem;
}
header .header-left .lang-switcher:lang(he) {
  padding-right: 1.5rem;
}
header .header-left .lang-switcher a {
  overflow: hidden;
  font-family: "sackers", sans-serif;
  color: black;
  text-transform: lowercase;
  text-decoration: none;
  font-size: 1.5rem;
  direction: rtl;
  text-align: right;
}
header .header-left .lang-switcher a:lang(en) {
  font-family: "hadassa", serif;
}
header .header-left .lang-switcher a:lang(he) {
  direction: ltr;
  text-align: left;
}
header .logo {
  flex: 0 0 33.3333%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 99999;
}
header .logo img {
  width: 11.1rem;
  height: auto;
}
.home header .logo img {
  transform: translateY(255px) scale(6);
  max-width: 724.13px;
  max-height: 136.99px;
}
header .menu {
  flex: 0 0 33.3333%;
  display: flex;
  justify-content: flex-end;
}
header .menu:lang(he) {
  justify-content: flex-start;
}
header .header-content {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  box-sizing: border-box;
}
header .header-content:lang(he) {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 1024px) {
  header .logo img {
    width: 11.1vh;
  }
  header nav .reserve-visit .square-btn-holder {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
  }
  header nav .reserve-visit .square-btn-holder .btn-holder,
  header nav .reserve-visit .square-btn-holder .catalog-btn-menu {
    flex: 0 0 auto;
  }
  header nav .catalog-btn {
    height: 4.1rem;
  }
}
@media only screen and (max-width: 1023px) {
  .home header .logo img {
    transform: translateY(9rem) scale(2.5);
  }
  header {
    height: 6rem;
  }
  header .menu-language-switcher-container .menu-language-switcher-container {
    display: none;
  }
  header .header-left {
    display: none;
  }
  header nav {
    width: 100vw;
    right: -100vw;
  }
  header .main-menu a {
    font-size: 2.8rem !important;
  }
  header #menu-btn {
    padding: 0;
    align-items: flex-start;
    height: 6rem;
  }
  header #menu-btn:lang(he) {
    align-items: flex-start;
  }
  header #menu-btn .kav-1 {
    transform: translateY(-6px);
  }
  header #menu-btn .kav-3 {
    transform: translateY(6px);
  }
  header.menu-opened #menu-btn .kav-1 {
    transform: translateY(4px) rotate(45deg);
  }
  header.menu-opened #menu-btn .kav-3 {
    transform: translateY(0px) rotate(-45deg);
  }
  header #menu-item-wpml-ls-44-he a {
    font-family: "hadassa", serif;
  }
  header #menu-item-wpml-ls-44-en a {
    font-family: "loize", serif;
  }
  header .cart-customlocation {
    margin-right: 1rem;
    font-size: 1.2rem;
  }
  header .ryv {
    display: none;
  }
  header .header-btns {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    justify-content: space-between;
    padding: 0 1rem;
    box-sizing: border-box;
    z-index: 10;
  }
  header .header-btns:lang(he) {
    position: absolute;
    top: 0;
    left: auto;
    width: 100vw !important;
    box-sizing: border-box;
    right: 0;
    flex: 0 0 100%;
    justify-content: space-between !important;
  }
  header .header-btns:lang(he) .cart-customlocation {
    margin-left: 0 !important;
  }
  header .header-content {
    justify-content: center;
    height: 100%;
  }
  header .header-content .logo {
    position: relative;
    z-index: 1;
  }
  header .catalog-btn-main {
    position: relative;
    z-index: 10;
  }
}
.home footer .footer-content {
  border: none !important;
}
footer {
  padding: 0 7.3rem;
  box-sizing: border-box;
}
footer:lang(he) {
  direction: rtl;
}
footer:lang(en) {
  direction: ltr;
}
footer .footer-menu .acc a, footer .footer-social-menu .acc a {
  font-family: "hadassa", serif;
}
footer .footer-menu a, footer .footer-social-menu a {
  font-family: "loize", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: black;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.4;
}
footer .footer-content {
  align-items: flex-start;
  padding: 4.6rem 0;
  border-top: 1px solid black;
}
footer .footer-content:lang(he) {
  flex-direction: row-reverse;
}
footer .footer-content .half {
  align-items: flex-start;
}
footer .footer-content .copyrights {
  flex-grow: 1;
}
footer .footer-content .footer-menu, footer .footer-content .footer-social-menu, footer .footer-content .credits {
  flex: 0 0 33.3333%;
}
footer .footer-content .copyrights p {
  font-family: "sackers", sans-serif;
  font-size: 1.5rem;
  margin: 0;
}
footer .footer-content .credits a {
  display: block;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: "loize", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: black;
  text-decoration: none;
  line-height: 1.4;
}
@media only screen and (min-width: 1024px) {
  footer .credits a {
    font-size: 1.8rem !important;
  }
}
@media only screen and (max-width: 1023px) {
  footer {
    padding: 0 2.8rem;
  }
  footer .footer-content {
    padding: 2.6rem 0;
    display: block;
  }
  footer .footer-content .footer-menu, footer .footer-content .footer-social-menu, footer .footer-content .credits {
    margin-top: 2rem;
  }
  footer .footer-content .half {
    flex-grow: 1;
    display: block;
  }
  footer .footer-content .half a {
    font-size: 1.2rem;
    line-height: 1.5;
    display: block;
  }
  footer .footer-content .copyrights p {
    font-size: 1.2rem;
  }
  .address, .two-p p {
    line-height: 135.5% !important;
  }
  .full-text p {
    line-height: 128% !important;
  }
}
.wran {
  background: none;
  border: none;
  color: white;
  font-size: 1.8rem;
  font-family: "sackers", sans-serif !important;
  text-transform: uppercase;
  height: 6.7rem;
  padding: 0;
  font-weight: 400;
  text-align: center;
  width: 100%;
  transition: 0.3s all;
  white-space: pre-line;
  text-decoration: underline;
  margin-top: 4rem;
}
.wran:lang(he) {
  line-height: 1.6;
  letter-spacing: 0.12rem;
}
.home-hero {
  padding-top: 26rem;
  transform: scale(0.95);
  /* Video background */
  /* horizontally center the video */
  /* set video aspect ratio and vertically center */
}
.home-hero .img-con {
  height: 100%;
}
.home-hero .videobg {
  position: relative;
  width: 100%;
  /* Set video container element width here */
  height: 100%;
  /* Set video container element height here */
  overflow: hidden;
  background: #111;
  /* bg color, if video is not high enough */
}
.home-hero .videobg-width {
  position: absolute;
  width: 100%;
  /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.home-hero .videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
}
.home-hero .videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-hero .videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  /* Vimeo timeline and play button are ~55px high */
  padding: 55px 97.7777px;
  /* 16:9 ratio */
  top: -55px;
  left: -97.7777px;
  /* 16:9 ratio */
}
.home-hero .videobg iframe {
  position: absolute;
  width: 105%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}
.home-bottom {
  margin-top: 18rem;
}
.full-size-img {
  width: 100%;
  height: 100vh;
}
.full-size-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 1023px) {
  .ios .home-hero .img-con {
    height: 85%;
  }
  .home-hero {
    padding-top: 8rem;
    transform: scale(0.9);
  }
  .home-hero .img-con {
    height: 85%;
  }
  .home-hero .videobg-aspect {
    width: 100vw !important;
    height: 100% !important;
    padding-bottom: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  .home-hero .videobg-width {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
  .home-hero .videobg {
    width: 100vw !important;
    height: 100% !important;
    overflow: hidden !important;
  }
  .home-hero .videobg-hide-controls {
    padding: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .home-hero .videobg iframe {
    width: 100vw !important;
    height: 56.25vw !important;
    /* 16:9 ratio */
    min-height: 100vh !important;
    min-width: 177.77vh !important;
    /* 16:9 ratio */
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    object-fit: cover;
  }
  .home-bottom {
    margin-top: 0;
    height: 22rem;
  }
  .home-bottom .img-con {
    width: 100%;
    height: 100%;
  }
}
.vineyard-texts-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 119vh;
  pointer-events: none;
  box-sizing: border-box;
}
.vineyard-texts-wrapper.mobile {
  display: none;
}
.vineyard-texts-wrapper .vineyard-text-item {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s all;
  padding: 6rem 8rem;
  box-sizing: border-box;
}
.vineyard-texts-wrapper .vineyard-text-item.show {
  opacity: 1;
}
.vineyard-texts-wrapper ul, .vineyard-texts-wrapper li {
  width: 100%;
  height: 100%;
}
.vineyard-texts-wrapper ul .inner-yu, .vineyard-texts-wrapper li .inner-yu {
  width: 100%;
  height: 100%;
  display: flex;
}
.vineyard-texts-wrapper ul .inner-yu:lang(en), .vineyard-texts-wrapper li .inner-yu:lang(en) {
  justify-content: flex-end;
}
.vineyard-texts-wrapper p {
  user-select: none;
  color: white;
  white-space: pre-line;
  max-width: 35rem;
  flex: unset !important;
}
.under-home-hero {
  padding: 13rem 0 0 0;
  box-sizing: border-box;
}
.under-home-hero .subtitle-he {
  text-align: right;
}
.the-terroir {
  margin-bottom: 10rem;
}
.the-terroir .pargraphs {
  display: block !important;
}
.the-terroir p {
  max-width: 110rem;
  margin: auto;
  text-align: center;
}
.second-gen {
  padding-bottom: 10rem;
}
.second-gen .medium-title {
  font-size: 11.5rem;
}
.second-gen .horizontal-head {
  align-items: flex-start !important;
}
.second-gen .horizontal-head .img-con {
  margin-top: 1.5rem;
}
.second-gen .horizontal-head .img-con img {
  width: 35rem !important;
}
.page-template-about .image-title-text .horizontal-head {
  padding-top: 0;
}
.image-title-text.vinyard .img-con img, .image-title-text.vinyard .img-con svg {
  width: 100%;
  height: auto;
}
.image-title-text.vinyard #vinyad-map .desktop {
  display: block;
}
.image-title-text.vinyard #vinyad-map .mobile {
  display: none;
}
.image-title-text.vinyard #vinyad-map .land, .image-title-text.vinyard #vinyad-map .title {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
  transform: scale(0.95);
  transform-origin: center;
}
.image-title-text.vinyard #vinyad-map .show .land, .image-title-text.vinyard #vinyad-map .show .title {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.image-title-text .horizontal-head {
  padding: 16rem 0 0 0;
  width: 100%;
  align-items: center;
}
.image-title-text .horizontal-head .subtitle-he {
  text-align: right;
}
.image-title-text .horizontal-head .medium-title {
  flex: 0 0 37%;
  text-align: left;
}
.image-title-text .horizontal-head .medium-title:lang(he) {
  text-align: right;
}
.image-title-text .horizontal-head .img-con {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-title-text .horizontal-head .img-con img {
  width: 40rem;
  height: auto;
}
.image-title-text .img-wrapper {
  flex: 0 0 50%;
}
.image-title-text .img-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.image-title-text.fifty-fifty .basic-grid {
  display: flex;
  justify-content: space-between;
}
.image-title-text.fifty-fifty .basic-grid .big-title {
  text-align: left;
  padding-top: 4.4rem;
  padding-top: 0;
  margin-top: 0;
  transform: translateY(-1.8rem);
}
.image-title-text.fifty-fifty .basic-grid .big-title:lang(he) {
  text-align: right !important;
}
.image-title-text.fifty-fifty .img-con.img-2 {
  padding-bottom: 3rem;
}
.image-title-text.fifty-fifty .img-con {
  flex: 0 0 100vh;
  height: 100vh;
  position: relative;
}
.image-title-text.fifty-fifty .img-con img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.image-title-text.fifty-fifty .text-con {
  height: calc(100vh - 5rem);
  position: sticky;
  padding-bottom: 3rem;
  top: 6.3rem;
  padding-left: 6rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image-title-text.fifty-fifty .text-con:lang(he) {
  padding-right: 6rem;
  padding-left: 0;
}
.image-title-text.fifty-fifty .text-con p {
  margin: 0;
  position: relative;
}
.image-title-text.vertical .basic-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-title-text.vertical .basic-grid .text-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 9.4rem;
}
.image-title-text.vertical .basic-grid .text-con .pargraphs {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
.image-title-text.vertical .basic-grid .text-con .pargraphs .ps {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
.ps .read-more {
  font-family: "hadassa", serif;
}
.image-title-text.vertical .basic-grid .text-con .pargraphs p {
  flex: 0 0 23%;
  margin: 0;
  position: relative;
  padding-top: 3rem;
  display: flex;
}
.image-title-text.vertical .basic-grid .text-con .pargraphs p:lang(he) {
  justify-content: flex-start;
}
.image-title-text.vertical .basic-grid .text-con .pargraphs p strong {
  position: absolute;
  top: 0;
}
.image-title-text.vertical .img-con {
  width: 95.3rem;
}
@media only screen and (max-width: 1023px) {
  .image-title-text.fifty-fifty .basic-grid .big-title, .image-title-text.fifty-fifty .basic-grid .big-title:lang(he), .under-home-hero .subtitle-he {
    text-align: center !important;
  }
  .the-terroir .pargraphs p {
    text-align: left;
  }
  .the-terroir .pargraphs p:lang(he) {
    text-align: right;
  }
  .vinyards-list .flickity-viewport {
    transition: 0.5s all;
  }
  .vineyard-texts-wrapper {
    position: static;
    padding: 0 !important;
    pointer-events: all;
    height: 0;
    overflow: hidden;
    position: relative;
    pointer-events: none;
    padding: 2rem;
    box-sizing: border-box;
  }
  .vineyard-texts-wrapper ul {
    position: relative;
  }
  .vineyard-texts-wrapper ul li {
    position: absolute !important;
    right: auto;
    left: 0;
    padding: 0 !important;
    box-sizing: border-box;
    height: auto;
  }
  .vineyard-texts-wrapper ul li p {
    width: 100%;
  }
  .vineyard-texts-wrapper .vineyard-text-item {
    position: static;
  }
  .vineyard-texts-wrapper ul, .vineyard-texts-wrapper li {
    width: 100%;
    height: auto;
  }
  .vineyard-texts-wrapper ul .inner-yu, .vineyard-texts-wrapper li .inner-yu {
    width: 100%;
    height: auto;
    display: block;
    justify-content: flex-end;
  }
  .vineyard-texts-wrapper p {
    user-select: none;
    color: black;
    white-space: pre-line;
    margin: 0;
  }
  .image-title-text.fifty-fifty .text-con:lang(he) {
    padding: 0;
  }
  .the-terroir {
    margin-bottom: 0;
  }
  .image-title-text.fifty-fifty .text-con {
    height: auto;
  }
  .under-home-hero {
    padding-top: 8rem;
    padding-bottom: 7rem;
    height: auto;
  }
  .under-home-hero .img-con {
    display: block;
  }
  .under-home-hero .img-wrapper {
    display: block !important;
    margin-top: 5rem;
    position: relative !important;
    min-height: 400px;
    height: -webkit-fill-available;
    height: 60vh;
    min-height: 60vh;
    overflow: hidden;
  }
  @supports (height: 100svh) {
    .under-home-hero .img-wrapper {
      height: 60svh !important;
      min-height: 60svh !important;
    }
  }
  @supports (height: 100dvh) {
    .under-home-hero .img-wrapper {
      height: 60dvh !important;
      min-height: 60dvh !important;
    }
  }
  .under-home-hero .img-wrapper .img-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
    z-index: 1;
  }
  .under-home-hero .img-wrapper .img-con:first-child {
    transform: translateY(0) !important;
    opacity: 1 !important;
    z-index: 3 !important;
  }
  .under-home-hero .img-wrapper .img-con.active {
    transform: translateY(0) !important;
    opacity: 1 !important;
    z-index: 2 !important;
  }
  .under-home-hero .img-wrapper .img-con.prev {
    transform: translateY(-100%) !important;
    opacity: 1 !important;
    z-index: 3 !important;
  }
  .under-home-hero .img-wrapper .img-con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .image-title-text.fifty-fifty .basic-grid {
    flex-direction: column;
  }
  .image-title-text.fifty-fifty .basic-grid .big-title {
    transform: translateY(0px);
  }
  .image-title-text.fifty-fifty .text-con {
    padding-bottom: 0;
    order: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .image-title-text.fifty-fifty .img-wrapper {
    order: 2;
    position: relative;
    z-index: 0;
    margin-top: 8rem;
  }
  .image-title-text .img-wrapper {
    display: none;
  }
  .image-title-text.under-home-hero .img-wrapper {
    display: block;
  }
  .image-title-text.fifty-fifty .text-con {
    display: block;
    padding-left: 0rem;
  }
  .image-title-text.fifty-fifty .text-con .pargraphs {
    margin-top: 7rem;
  }
  .image-title-text.vertical .basic-grid {
    padding-top: 5rem;
  }
  .image-title-text.vertical .basic-grid .img-con {
    width: 31.6rem;
    height: 21.4rem;
  }
  .image-title-text.vertical .basic-grid .text-con {
    margin-top: 5rem;
  }
  .image-title-text.vertical .basic-grid .text-con .subtitle {
    margin-bottom: 2rem;
  }
  .image-title-text.vertical .basic-grid .text-con .pargraphs, .image-title-text.vertical .basic-grid .text-con .pargraphs .ps {
    display: block;
  }
  .image-title-text.vertical .basic-grid .text-con .pargraphs.vin-0, .image-title-text.vertical .basic-grid .text-con .pargraphs .ps.vin-0 {
    margin-top: 2.3rem !important;
  }
  .image-title-text.vertical .basic-grid .text-con .pargraphs p, .image-title-text.vertical .basic-grid .text-con .pargraphs .ps p {
    padding-bottom: 1rem;
  }
  .image-title-text.vertical.vinyard {
    height: auto;
  }
  .image-title-text.vertical.vinyard h2 {
    margin-top: 0;
  }
  .image-title-text.vertical.vinyard .text-con {
    padding: 0 2.8rem;
  }
  .image-title-text.vertical.vinyard .img-con {
    width: 100%;
    padding-bottom: 95%;
    height: 0;
    flex: auto;
  }
  .image-title-text.vertical.vinyard #vinyad-map .desktop {
    display: none;
  }
  .image-title-text.vertical.vinyard #vinyad-map .mobile {
    display: block;
  }
  .image-title-text.vertical.vinyard #vinyad-map .mobile .m-vineyard {
    transition: 0.3s all;
  }
  .image-title-text.vertical.vinyard #vinyad-map .mobile .m-vineyard.show .x-button, .image-title-text.vertical.vinyard #vinyad-map .mobile .m-vineyard.show .m-filed {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .image-title-text.vertical.vinyard #vinyad-map .mobile .m-vineyard.show .m-number {
    opacity: 0;
    visibility: hidden;
  }
  .image-title-text.vertical.vinyard #vinyad-map .mobile .m-vineyard.hide {
    opacity: 0;
    visibility: hidden;
  }
  .image-title-text.vertical.vinyard #vinyad-map .mobile .x-button {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
  }
  .image-title-text.vertical.vinyard #vinyad-map .mobile .m-filed {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    transform: scale(0.95);
  }
  .image-title-text .horizontal-head {
    flex-direction: column-reverse;
  }
  .image-title-text .horizontal-head h2 {
    text-align: center !important;
  }
  .image-title-text .horizontal-head .img-con {
    width: 20.5rem;
    flex: 0 0 12.6rem;
    height: 12.6rem;
    margin: 4rem 0 0 0;
  }
  .image-title-text .horizontal-head .img-con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .the-terroir .pargraphs, .second-gen .pargraphs {
    padding-top: 3rem !important;
  }
  .second-gen .horizontal-head {
    padding-top: 0;
  }
  .second-gen .subtitle-he {
    text-align: center !important;
  }
  .second-gen .horizontal-head:lang(he) {
    align-items: center !important;
  }
}
@font-face {
  font-family: loize-display;
  src: url("fonts/Louize_Display_Regular_205TF.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: loize;
  src: url("fonts/louize_regular-webfont.woff2") format("woff2"), url("fonts/louize_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: loize;
  src: url("fonts/louize_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: sackers;
  src: url("fonts/font_1.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: hadassa;
  src: url("fonts/HadassahFriedlaender_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: hadassa;
  src: url("fonts/HadassahFriedlaender_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
}
.home {
  overflow-x: hidden;
}
.otgs-development-site-front-end {
  display: none !important;
}
.hr {
  margin: 25rem auto;
  display: block;
  height: 1px;
  background-color: black;
}
.about-hr {
  margin: 7rem 0 0 0;
}
section, header, footer {
  opacity: 0;
}
.page-template-default:not(.woocommerce-page) .basic-grid {
  max-width: 80rem;
  margin: 10rem auto;
}
.page-template-default:not(.woocommerce-page) .basic-grid h1:lang(he) {
  font-family: "hadassa", serif;
  font-size: 4rem;
}
.page-template-default:not(.woocommerce-page) .basic-grid a {
  color: black;
}
.page-template-default:not(.woocommerce-page) .basic-grid b {
  padding-bottom: 1rem;
  display: inline-block;
  font-weight: 700;
}
.basic-grid {
  width: 100%;
  max-width: 220rem;
  margin: auto;
  padding: 0 7.7rem;
  box-sizing: border-box;
}
.cart-customlocation {
  color: black;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "sackers", sans-serif;
  margin-right: 6rem;
  font-weight: 400;
}
.cart-customlocation:lang(he) {
  margin-right: 0;
  margin-left: 6rem;
}
.img-con {
  overflow: hidden;
}
.lines {
  overflow: hidden;
}
.big-title {
  font-size: 11.5rem;
  font-size: 10.5rem;
  font-size: 9.8rem;
  text-transform: uppercase;
  margin: 2rem 0;
  line-height: 1.05;
  text-align: center;
  font-family: "loize-display", serif;
  font-weight: 400;
  direction: ltr;
  letter-spacing: 5.75px;
}
.big-title .lines {
  overflow: hidden;
}
.medium-title {
  direction: ltr;
  font-size: 8.7rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.05;
  text-align: center;
  font-family: "loize-display", serif;
  font-weight: 400;
}
.small-title {
  font-family: "loize", serif;
  font-size: 4.2rem;
  text-transform: uppercase;
  font-weight: 400;
}
p, li {
  font-family: "loize", serif;
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
p:lang(he), li:lang(he) {
  font-family: "hadassa", serif;
  line-height: 128%;
  /* 23.04px */
  letter-spacing: 0.18px;
}
b:lang(he), strong:lang(he) {
  font-family: "hadassa", serif;
  font-weight: 500;
}
.subtitle {
  font-family: "sackers", sans-serif !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.subtitle-he {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  font-family: "hadassa", serif;
}
.btn-holder {
  display: table;
  overflow: hidden;
  border: 1px solid black;
}
.btn-holder-disabled {
  border: 1px solid #BCBCBC !important;
}
.btn-holder:hover .over-btn-cir {
  opacity: 1;
}
.over-btn-cir {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: invert(100%);
  -webkit-backdrop-filter: invert(100%);
  border-radius: 50%;
  z-index: 9;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s opacity;
  transform: scale(0);
  display: none !important;
}
.square-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  padding: 0px 15px;
  border-radius: 0px;
  white-space: nowrap;
  line-height: 1.2;
  font-size: 14px;
  position: relative;
  font-family: "hadassa", serif;
  line-height: 3.7rem !important;
  padding-top: 0.4rem !important;
}
header nav:lang(he) .square-btn,
header nav .square-btn:lang(he) {
  font-family: "hadassa", serif;
}
header nav:lang(en) .square-btn,
header nav .square-btn:lang(en) {
  font-family: "sackers", sans-serif;
}
.square-btn.mac {
  line-height: 3.7rem;
  padding-top: 0.4rem;
}
.square-btn:hover {
  filter: brightness(0.95);
}
.square-btn-disabled {
  pointer-events: none;
  background: #D9D9D9 !important;
  color: white;
}
.catalog-btn {
  font-family: "hadassa", serif;
  height: 3.5rem;
  padding: 0 2rem;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: none !important;
  font-size: 1.2rem !important;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-style: normal;
  position: relative;
  white-space: nowrap;
  border: 1px solid black;
}
.catalog-btn .arrow {
  font-size: 1.2rem;
  line-height: 1;
}
.catalog-btn:hover {
  background-color: black !important;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .catalog-btn {
    padding: 0 0.5rem;
  }
}
.header-content .square-btn {
  background: #d9d0a5;
  font-family: "hadassa", serif;
}
.header-content:lang(en) .square-btn,
.header-content .square-btn:lang(en) {
  font-family: "sackers", sans-serif;
}
.header-content .square-btn.mac {
  line-height: 3.7rem;
  padding-top: 0.4rem;
}
.header-content .square-btn:hover {
  filter: brightness(0.95);
}
.header-content .square-btn-disabled {
  pointer-events: none;
  background: #D9D9D9 !important;
  color: white;
}
p.out-of-stock {
  font-family: "sackers", sans-serif;
  height: 3.5rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: black;
  padding: 0 2rem;
  font-style: normal;
  position: relative;
  margin: 0;
}
.woocommerce-info {
  width: 100%;
  max-width: 220rem;
  margin: auto !important;
  padding-right: 7.7rem !important;
  padding-left: 7.7rem !important;
  background: none !important;
  border: none !important;
  box-sizing: border-box;
  text-align: center;
}
.woocommerce-info:before {
  display: none !important;
}
.added_to_cart {
  display: none;
}
.add_to_cart_button .a-t-c {
  transition: 0.2s all;
  pointer-events: none;
}
.add_to_cart_button .loading-circ {
  transition: 0.2s all;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(img/tail-spin.svg) no-repeat center;
  background-size: 3rem;
  opacity: 0;
  z-index: 0;
}
.add_to_cart_button.loading .a-t-c {
  opacity: 0;
}
.add_to_cart_button.loading .loading-circ {
  opacity: 1;
}
.half {
  flex: 0 0 50%;
}
.woocommerce-notices-wrapper {
  width: 57rem;
  position: fixed;
  top: 10rem;
  left: 10rem;
}
.woocommerce-notices-wrapper .button {
  display: none !important;
}
.woocommerce-notices-wrapper .woocommerce-message {
  font-size: 1.8rem !important;
  font-family: "loize", serif !important;
  font-weight: 400 !important;
  padding-left: 2rem !important;
  background: #8fae1b;
  color: white;
  border-radius: 10px;
  margin: 0;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-error {
  padding-left: 2rem !important;
  background: #b81c23;
  color: white;
  border-radius: 10px;
  margin: 0;
}
.woocommerce-notices-wrapper .woocommerce-error::before {
  display: none;
}
.woocommerce-message {
  opacity: 0;
  visibility: hidden;
  animation: 5s message;
  animation-fill-mode: none;
}
@keyframes message {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  10% {
    opacity: 1;
    visibility: visible;
  }
  90% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  font-size: 1.8rem !important;
  font-family: "loize", serif !important;
  font-weight: 400 !important;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
/* Handle */
::-webkit-scrollbar-thumb {
  background: #333333;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333333;
}
.tu-sec {
  padding-top: 17rem;
}
.tu-sec.tu-404 {
  margin: 10rem auto;
}
.tu-sec h1 {
  margin-top: 0;
}
.tu-sec .text {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 9rem 0;
}
.tu-sec p.subtitle {
  font-family: "loize", serif !important;
  font-size: 3.5rem;
  margin-top: 6rem;
  margin-bottom: 0;
}
.tu-sec .square-btn {
  padding-left: 5rem;
  padding-right: 5rem;
}
.tu-sec:lang(he) h1, .tu-sec:lang(he) p {
  font-family: "hadassa", serif !important;
  direction: rtl !important;
}
.after-deco-wine-list {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .after-deco-wine-list {
    display: block;
    margin-bottom: 9rem !important;
  }
  p, li {
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.8px;
  }
  p:lang(he), li:lang(he) {
    font-size: 1.6rem;
    font-style: normal;
    line-height: 128%;
    /* 20.48px */
    letter-spacing: 0.32px;
  }
  .flickity-viewport {
    transition: height 0.3s;
  }
  .image-title-text.vertical .basic-grid .text-con .pargraphs p {
    padding-top: 0rem;
  }
  .tu-sec {
    padding-top: 5rem;
  }
  .tu-sec h1 {
    margin-top: 0;
  }
  .tu-sec .text {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 9rem 0;
  }
  .tu-sec p.subtitle {
    font-family: "loize", serif !important;
    font-size: 2.4rem;
    margin-top: 6rem;
    margin-bottom: 0;
  }
  .tu-sec .square-btn {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .tu-sec:lang(he) h1, .tu-sec:lang(he) p {
    font-family: "hadassa", serif !important;
    direction: rtl !important;
  }
  .deco-wine-list.fifty-fifty .product-image {
    background-color: #fff !important;
  }
  .title-n-btn.space-between {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .title-n-btn.space-between .title-wrapper {
    text-align: center;
    margin-bottom: 2rem;
  }
  header nav .reserve-visit .square-btn-holder {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
  }
  header nav .reserve-visit .square-btn-holder .btn-holder,
  header nav .reserve-visit .square-btn-holder .catalog-btn-menu {
    flex: 0 0 auto;
  }
  header nav .catalog-btn {
    padding: 4px 1.5rem;
  }
  .woocommerce-notices-wrapper {
    max-width: none;
    width: 100%;
    position: static;
  }
  .big-title {
    font-size: 4rem;
    letter-spacing: 1.5px;
    text-align: center !important;
  }
  .medium-title {
    font-size: 2.8rem !important;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .history-timeline .subtitle {
    font-size: 1rem !important;
  }
  .subtitle {
    font-size: 1rem;
  }
  .basic-grid {
    padding: 0 2.8rem;
  }
  .hr {
    margin: 0 auto;
  }
  .hr.after-vineyards {
    margin-top: 8rem;
  }
  .m-block {
    display: block;
  }
}
@font-face {
  font-family: loize-display;
  src: url("fonts/Louize_Display_Regular_205TF.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: loize;
  src: url("fonts/louize_regular-webfont.woff2") format("woff2"), url("fonts/louize_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: loize;
  src: url("fonts/louize_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: sackers;
  src: url("fonts/font_1.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: hadassa;
  src: url("fonts/HadassahFriedlaender_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: hadassa;
  src: url("fonts/HadassahFriedlaender_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: loize-display;
  src: url("fonts/Louize_Display_Regular_205TF.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: loize;
  src: url("fonts/louize_regular-webfont.woff2") format("woff2"), url("fonts/louize_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: loize;
  src: url("fonts/louize_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: sackers;
  src: url("fonts/font_1.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: hadassa;
  src: url("fonts/HadassahFriedlaender_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: hadassa;
  src: url("fonts/HadassahFriedlaender_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
}
.home {
  overflow-x: hidden;
}
.otgs-development-site-front-end {
  display: none !important;
}
.hr {
  margin: 25rem auto;
  display: block;
  height: 1px;
  background-color: black;
}
.about-hr {
  margin: 7rem 0 0 0;
}
section, header, footer {
  opacity: 0;
}
.page-template-default:not(.woocommerce-page) .basic-grid {
  max-width: 80rem;
  margin: 10rem auto;
}
.page-template-default:not(.woocommerce-page) .basic-grid h1:lang(he) {
  font-family: "hadassa", serif;
  font-size: 4rem;
}
.page-template-default:not(.woocommerce-page) .basic-grid a {
  color: black;
}
.page-template-default:not(.woocommerce-page) .basic-grid b {
  padding-bottom: 1rem;
  display: inline-block;
  font-weight: 700;
}
.basic-grid {
  width: 100%;
  max-width: 220rem;
  margin: auto;
  padding: 0 7.7rem;
  box-sizing: border-box;
}
.cart-customlocation {
  color: black;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "sackers", sans-serif;
  margin-right: 6rem;
  font-weight: 400;
}
.cart-customlocation:lang(he) {
  margin-right: 0;
  margin-left: 6rem;
}
.img-con {
  overflow: hidden;
}
.lines {
  overflow: hidden;
}
.big-title {
  font-size: 11.5rem;
  font-size: 10.5rem;
  font-size: 9.8rem;
  text-transform: uppercase;
  margin: 2rem 0;
  line-height: 1.05;
  text-align: center;
  font-family: "loize-display", serif;
  font-weight: 400;
  direction: ltr;
  letter-spacing: 5.75px;
}
.big-title .lines {
  overflow: hidden;
}
.medium-title {
  direction: ltr;
  font-size: 8.7rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.05;
  text-align: center;
  font-family: "loize-display", serif;
  font-weight: 400;
}
.small-title {
  font-family: "loize", serif;
  font-size: 4.2rem;
  text-transform: uppercase;
  font-weight: 400;
}
p, li {
  font-family: "loize", serif;
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
p:lang(he), li:lang(he) {
  font-family: "hadassa", serif;
  line-height: 128%;
  /* 23.04px */
  letter-spacing: 0.18px;
}
b:lang(he), strong:lang(he) {
  font-family: "hadassa", serif;
  font-weight: 500;
}
.subtitle {
  font-family: "sackers", sans-serif !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.subtitle-he {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  font-family: "hadassa", serif;
}
.btn-holder {
  display: table;
  overflow: hidden;
  border: 1px solid black;
}
.btn-holder-disabled {
  border: 1px solid #BCBCBC !important;
}
.btn-holder:hover .over-btn-cir {
  opacity: 1;
}
.over-btn-cir {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: invert(100%);
  -webkit-backdrop-filter: invert(100%);
  border-radius: 50%;
  z-index: 9;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s opacity;
  transform: scale(0);
  display: none !important;
}
.square-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  padding: 0px 15px;
  border-radius: 0px;
  white-space: nowrap;
  line-height: 1.2;
  font-size: 14px;
  position: relative;
  font-family: "hadassa", serif;
}
header nav:lang(he) .square-btn,
header nav .square-btn:lang(he) {
  font-family: "hadassa", serif;
}
header nav:lang(en) .square-btn,
header nav .square-btn:lang(en) {
  font-family: "sackers", sans-serif;
}
.square-btn.mac {
  line-height: 3.7rem;
  padding-top: 0.4rem;
}
.square-btn:hover {
  filter: brightness(0.95);
}
.square-btn-disabled {
  pointer-events: none;
  background: #D9D9D9 !important;
  color: white;
}
.catalog-btn {
  font-family: "hadassa", serif;
  height: 3.5rem;
  padding: 0 2rem;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: none !important;
  font-size: 14px !important;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-style: normal;
  position: relative;
  white-space: nowrap;
  border: 1px solid black;
}
.catalog-btn .arrow {
  font-size: 1.2rem;
  line-height: 1;
}
.catalog-btn:hover {
  background-color: black !important;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .catalog-btn {
    padding: 0 0.5rem;
  }
}
.header-content .square-btn {
  background: #d9d0a5;
  font-family: "hadassa", serif;
}
.header-content:lang(en) .square-btn,
.header-content .square-btn:lang(en) {
  font-family: "sackers", sans-serif;
}
.header-content .square-btn.mac {
  line-height: 3.7rem;
  padding-top: 0.4rem;
}
.header-content .square-btn:hover {
  filter: brightness(0.95);
}
.header-content .square-btn-disabled {
  pointer-events: none;
  background: #D9D9D9 !important;
  color: white;
}
p.out-of-stock {
  font-family: "sackers", sans-serif;
  height: 3.5rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: black;
  padding: 0 2rem;
  font-style: normal;
  position: relative;
  margin: 0;
}
.woocommerce-info {
  width: 100%;
  max-width: 220rem;
  margin: auto !important;
  padding-right: 7.7rem !important;
  padding-left: 7.7rem !important;
  background: none !important;
  border: none !important;
  box-sizing: border-box;
  text-align: center;
}
.woocommerce-info:before {
  display: none !important;
}
.added_to_cart {
  display: none;
}
.add_to_cart_button .a-t-c {
  transition: 0.2s all;
  pointer-events: none;
}
.add_to_cart_button .loading-circ {
  transition: 0.2s all;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(img/tail-spin.svg) no-repeat center;
  background-size: 3rem;
  opacity: 0;
  z-index: 0;
}
.add_to_cart_button.loading .a-t-c {
  opacity: 0;
}
.add_to_cart_button.loading .loading-circ {
  opacity: 1;
}
.half {
  flex: 0 0 50%;
}
.woocommerce-notices-wrapper {
  width: 57rem;
  position: fixed;
  top: 10rem;
  left: 10rem;
}
.woocommerce-notices-wrapper .button {
  display: none !important;
}
.woocommerce-notices-wrapper .woocommerce-message {
  font-size: 1.8rem !important;
  font-family: "loize", serif !important;
  font-weight: 400 !important;
  padding-left: 2rem !important;
  background: #8fae1b;
  color: white;
  border-radius: 10px;
  margin: 0;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-error {
  padding-left: 2rem !important;
  background: #b81c23;
  color: white;
  border-radius: 10px;
  margin: 0;
}
.woocommerce-notices-wrapper .woocommerce-error::before {
  display: none;
}
.woocommerce-message {
  opacity: 0;
  visibility: hidden;
  animation: 5s message;
  animation-fill-mode: none;
}
@keyframes message {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  10% {
    opacity: 1;
    visibility: visible;
  }
  90% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  font-size: 1.8rem !important;
  font-family: "loize", serif !important;
  font-weight: 400 !important;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
/* Handle */
::-webkit-scrollbar-thumb {
  background: #333333;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333333;
}
.tu-sec {
  padding-top: 17rem;
}
.tu-sec.tu-404 {
  margin: 10rem auto;
}
.tu-sec h1 {
  margin-top: 0;
}
.tu-sec .text {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 9rem 0;
}
.tu-sec p.subtitle {
  font-family: "loize", serif !important;
  font-size: 3.5rem;
  margin-top: 6rem;
  margin-bottom: 0;
}
.tu-sec .square-btn {
  padding-left: 5rem;
  padding-right: 5rem;
}
.tu-sec:lang(he) h1, .tu-sec:lang(he) p {
  font-family: "hadassa", serif !important;
  direction: rtl !important;
}
.after-deco-wine-list {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .after-deco-wine-list {
    display: block;
    margin-bottom: 9rem !important;
  }
  p, li {
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.8px;
  }
  p:lang(he), li:lang(he) {
    font-size: 1.6rem;
    font-style: normal;
    line-height: 128%;
    /* 20.48px */
    letter-spacing: 0.32px;
  }
  .flickity-viewport {
    transition: height 0.3s;
  }
  .image-title-text.vertical .basic-grid .text-con .pargraphs p {
    padding-top: 0rem;
  }
  .tu-sec {
    padding-top: 5rem;
  }
  .tu-sec h1 {
    margin-top: 0;
  }
  .tu-sec .text {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 9rem 0;
  }
  .tu-sec p.subtitle {
    font-family: "loize", serif !important;
    font-size: 2.4rem;
    margin-top: 6rem;
    margin-bottom: 0;
  }
  .tu-sec .square-btn {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .tu-sec:lang(he) h1, .tu-sec:lang(he) p {
    font-family: "hadassa", serif !important;
    direction: rtl !important;
  }
  .deco-wine-list.fifty-fifty .product-image {
    background-color: #fff !important;
  }
  .title-n-btn.space-between {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .title-n-btn.space-between .title-wrapper {
    text-align: center;
    margin-bottom: 2rem;
  }
  header nav .reserve-visit .square-btn-holder {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
  }
  header nav .reserve-visit .square-btn-holder .btn-holder,
  header nav .reserve-visit .square-btn-holder .catalog-btn-menu {
    flex: 0 0 auto;
  }
  header nav .catalog-btn {
    padding: 4px 1.5rem;
  }
  .woocommerce-notices-wrapper {
    max-width: none;
    width: 100%;
    position: static;
  }
  .big-title {
    font-size: 4rem;
    letter-spacing: 1.5px;
    text-align: center !important;
  }
  .medium-title {
    font-size: 2.8rem !important;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .history-timeline .subtitle {
    font-size: 1rem !important;
  }
  .subtitle {
    font-size: 1rem;
  }
  .basic-grid {
    padding: 0 2.8rem;
  }
  .hr {
    margin: 0 auto;
  }
  .hr.after-vineyards {
    margin-top: 8rem;
  }
  .m-block {
    display: block;
  }
}
@font-face {
  font-family: loize-display;
  src: url("fonts/Louize_Display_Regular_205TF.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: loize;
  src: url("fonts/louize_regular-webfont.woff2") format("woff2"), url("fonts/louize_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: loize;
  src: url("fonts/louize_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: sackers;
  src: url("fonts/font_1.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: hadassa;
  src: url("fonts/HadassahFriedlaender_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: hadassa;
  src: url("fonts/HadassahFriedlaender_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .home-hero {
    padding-top: 14rem !important;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1431px) {
  .home-hero {
    padding-top: 16rem !important;
  }
  html {
    font-size: 8px;
  }
  .big-title {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1432px) and (max-width: 1520px) {
  .home-hero {
    padding-top: 18rem !important;
  }
  html {
    font-size: 8px;
  }
}
@media only screen and (min-width: 1521px) and (max-width: 1700px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (min-width: 1701px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1921px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 2500px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 2600px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 3100px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1023px) {
  html {
    font-size: 10px;
  }
}
body {
  font-family: "loize", serif;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.4rem;
  border-radius: 0;
  border: 1px solid #012152;
  background: #012152;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.button:hover, .button:focus {
  background: transparent;
  color: #012152;
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.age-popup {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.5s all;
}
.age-popup.hide {
  opacity: 0;
  visibility: hidden;
}
.age-popup .age-popup-frame .title {
  text-transform: uppercase;
  font-size: 3.36rem;
  color: white;
}
.age-popup .age-popup-frame .yes-no-btns {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid white;
  position: relative;
}
.age-popup .age-popup-frame .yes-no-btns:after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  height: 100%;
  width: 1px;
  background: white;
}
.age-popup .age-popup-frame .yes-no-btns li {
  flex: 0 0 50%;
}
.age-popup .age-popup-frame .yes-no-btns button {
  background: none;
  border: none;
  color: white;
  font-size: 1.8rem;
  font-family: "sackers", sans-serif !important;
  text-transform: uppercase;
  height: 6.7rem;
  padding: 0;
  text-align: center;
  width: 100%;
  transition: 0.3s all;
}
.age-popup .age-popup-frame .yes-no-btns button:lang(he) {
  font-family: "hadassa", serif;
}
.age-popup .age-popup-frame .yes-no-btns button:hover {
  background: white;
  color: rgba(0, 0, 0, 0.3);
}
.age-popup .age-popup-frame .wran {
  background: none;
  border: none;
  color: white;
  font-size: 1.8rem;
  font-family: "sackers", sans-serif !important;
  text-transform: uppercase;
  height: auto;
  padding: 0;
  font-weight: 400;
  text-align: center;
  width: 100%;
  transition: 0.3s all;
  white-space: pre-line;
  text-decoration: underline;
  margin-top: 4rem;
}
.age-popup .age-popup-frame .wran:lang(he) {
  line-height: 1.6;
  letter-spacing: 0.12rem;
}
@media only screen and (max-width: 1023px) {
  .age-popup .age-popup-frame {
    padding: 0 5rem;
    box-sizing: border-box;
  }
  .age-popup .age-popup-frame .title {
    font-size: 2rem;
    text-align: center;
  }
  .age-popup .age-popup-frame .title:lang(he) {
    font-size: 2.2rem;
  }
  .age-popup .age-popup-frame .wran:lang(he) {
    font-size: 2.2rem;
  }
  .age-popup .age-popup-frame button {
    height: 4rem !important;
    font-size: 1.4rem !important;
  }
}
.newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.newsletter-popup ::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important;
  /* Firefox */
}
.newsletter-popup ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(0, 0, 0, 0.5) !important;
}
.newsletter-popup .wpcf7-list-item {
  margin-right: 0;
}
.newsletter-popup.show {
  opacity: 1;
  visibility: visible;
}
.newsletter-popup .newsletter-area {
  background: #D9D0B0;
  color: #000000;
  padding: 6rem 3.65rem 3rem;
  box-sizing: border-box;
}
.newsletter-popup .newsletter-area .big-title {
  margin: 0;
}
.newsletter-popup .newsletter-area .close-newsletter-popup {
  top: 1.7rem;
  right: 1.7rem;
  background: none;
  border: none;
  padding: 0;
  width: 13px;
  height: 13px;
  object-fit: cover;
  cursor: pointer;
}
.newsletter-popup .newsletter-area .close-newsletter-popup img {
  width: 100%;
  height: 100%;
}
.newsletter-popup .newsletter-area .close-newsletter-popup:hover {
  transform: rotate(90deg);
}
.newsletter-popup .newsletter-area .big-title {
  font-size: 3.6rem;
  letter-spacing: 0.18rem;
}
.newsletter-popup .newsletter-area .sub {
  color: black;
}
.newsletter-popup .newsletter-area form input {
  color: black;
  border-bottom: 1px solid black;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
}
.newsletter-popup .newsletter-area form input::placeholder {
  color: black;
}
.newsletter-popup .newsletter-area form .wpcf7-list-item-label::before {
  border: 1px solid black;
}
.newsletter-popup .newsletter-area form input[type=submit] {
  border: 1px solid black;
  color: black !important;
  text-align: center;
}
.newsletter-popup .newsletter-area form input[type=submit]:hover {
  background-color: black !important;
  color: #D9D0B0 !important;
}
.newsletter-popup .newsletter-area form .wpcf7-not-valid-tip {
  color: red;
}
.newsletter-form-banner {
  width: 100%;
  height: 71.7rem;
  position: relative;
  color: white;
}
.newsletter-form-banner .wpcf7-list-item {
  margin-right: 0;
}
.newsletter-form-banner .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.newsletter-form-banner .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.newsletter-area p.sub {
  color: white;
  text-align: center;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1023px) {
  .newsletter-popup {
    padding: 3rem;
    box-sizing: border-box;
  }
  .newsletter-area {
    padding: 8rem 3rem;
    box-sizing: border-box;
  }
}
.newsletter-area form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 46rem;
  margin: 0 auto;
}
.newsletter-area form input {
  width: 100%;
  height: 3rem;
  border: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "sackers", sans-serif;
  text-align: center;
  margin-bottom: 1rem;
  border-bottom: 1px solid white;
  color: white;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
}
.newsletter-area form input:lang(he) {
  font-family: "hadassa", serif;
  text-align: right;
  font-size: 1.8rem;
}
.newsletter-area form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.newsletter-area form .wpcf7-list-item-label {
  display: flex;
  font-size: 1.7rem;
  font-family: "loize", serif;
  line-height: 1.1;
  margin-top: 3rem;
  letter-spacing: 0.09rem;
}
.newsletter-area form .wpcf7-list-item-label:lang(he) {
  font-family: "hadassa", serif;
  font-size: 1.8rem;
}
.newsletter-area form .wpcf7-list-item-label::before {
  margin-right: 1rem;
  display: block;
  content: "";
  flex: 0 0 2.3rem;
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-0.5rem);
}
.newsletter-area form .wpcf7-list-item-label:lang(he)::before {
  margin-right: 0;
  margin-left: 1rem;
}
.newsletter-area form input[type="checkbox"] {
  display: none;
}
.newsletter-area form input[type="checkbox"]:checked ~ span:before {
  content: "✓";
}
.newsletter-area form .button-holder {
  margin: 4rem auto 0;
  max-width: 25rem;
}
.newsletter-area form input[type="submit"] {
  font-family: "sackers", sans-serif;
  height: 3.5rem;
  color: white !important;
  border: 1px solid white;
  padding: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: none !important;
  font-size: 1.2rem !important;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  text-align: center;
}
.newsletter-area form input[type="submit"]:hover {
  background-color: white !important;
  color: black !important;
}
.newsletter-area form .wpcf7-response-output {
  border: none !important;
  font-size: 1.4rem;
  font-family: "loize", serif;
}
.newsletter-area form .wpcf7-response-output:lang(he) {
  font-family: "hadassa", serif;
  font-size: 1.8rem;
}
.newsletter-area form .wpcf7-not-valid-tip {
  font-family: "loize", serif;
  font-size: 1.4rem;
}
.newsletter-area form .wpcf7-not-valid-tip:lang(he) {
  font-family: "hadassa", serif;
  font-size: 1.8rem;
}
@font-face {
  font-family: loize-display;
  src: url("fonts/Louize_Display_Regular_205TF.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: loize;
  src: url("fonts/louize_regular-webfont.woff2") format("woff2"), url("fonts/louize_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: loize;
  src: url("fonts/louize_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: sackers;
  src: url("fonts/font_1.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: hadassa;
  src: url("fonts/HadassahFriedlaender_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: hadassa;
  src: url("fonts/HadassahFriedlaender_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .home-hero {
    padding-top: 14rem !important;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1431px) {
  .home-hero {
    padding-top: 16rem !important;
  }
  html {
    font-size: 8px;
  }
  .big-title {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1432px) and (max-width: 1520px) {
  .home-hero {
    padding-top: 18rem !important;
  }
  html {
    font-size: 8px;
  }
}
@media only screen and (min-width: 1521px) and (max-width: 1700px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (min-width: 1701px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1921px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 2500px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 2600px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 3100px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1023px) {
  html {
    font-size: 10px;
  }
}
.grecaptcha-badge {
  display: none !important;
}
