@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant&display=swap");
@font-face {
  font-family: proxima-nova;
  src: url(fonts/proxima-n-w01-reg.woff2);
}
@font-face {
  font-family: Requiem;
  src: url(fonts/requiem.woff2);
}
:root {
  --primary: rgb(133, 129, 112);
  --primary-text-color: #2a261a;
  --font-color: #2a261a;
  --theme-color: rgb(133, 129, 112);
  --body-font-size: 16px;
  --body-font-family: Cormorant Infant;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: rgb(88, 83, 69);
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: rgb(133, 129, 112);
  --btn-border-color: transparent;
  --btn-background-color: rgb(133, 129, 112);
  --btn-hover-background-color: rgb(88, 83, 69);
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Cormorant Infant;
  --btn-font-size: 16px;
  --btn-text-transform: none;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 5px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: rgb(133, 129, 112);
  --anchors-hover-color: #2a261a;
  --highlights-color: #2a261a;
  --highlights-font-family: Cormorant Infant;
  --highlights-font-weight: 400;
  --highlights-line-height: 1.4;
  --container-max-width: 1200px;
  --popup-text-color: #000;
  --wine-information-alt-row-bg: #eee;
  --overlay-bg-color: transparent;
  --cart-summary-top: 10px;
  --modal-header-color: #fff;
  --group-menu-font-size: 20px;
  --product-title-color: rgb(133, 129, 112);
  --group-item-color: rgb(133, 129, 112);
  --btn-line-color: rgb(42, 38, 26);
  --btn-line-width: 20px;
  --btn-open-line-color: rgb(224, 219, 198);
}

body {
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  background-color: var(--body-background-color);
}

a {
  color: var(--anchors-color);
}

a:hover {
  color: var(--anchors-hover-color);
}

button {
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}

img {
  max-width: 100%;
}

body,
.ui-widget-content {
  color: var(--primary-text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--highlights-color);
  font-family: var(--highlights-font-family);
  line-height: var(--highlights-line-height);
  font-weight: var(--highlights-font-weight);
}

.btn {
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  line-height: 20px;
  text-transform: var(--btn-text-transform);
  background: var(--btn-background-color);
  color: var(--btn-text-color);
  border: var(--btn-border);
  letter-spacing: var(--btn-letter-spacing);
  border-radius: var(--btn-border-radius);
  padding: var(--btn-padding);
}

.btn:focus,
.btn:hover {
  background: var(--btn-hover-background-color);
  color: var(--btn-hover-text-color);
  opacity: var(--btn-hover-opacity);
  border-color: var(--btn-hover-background-color);
}

.ord-container,
#pageContent {
  margin: 0 auto;
  max-width: var(--container-max-width);
}

#authStatus a:hover {
  text-decoration: none;
}

.ui-widget-header,
.activeCart .cartHeader,
.shop-left-menu .menu-header,
#accountContent .header,
#checkout .header,
#basket .header,
.bootstrapWizard li.complete .step,
.bootstrapWizard li.active .step,
.bootstrapWizard li.active.complete .step,
#tabs-product .ui-tabs-nav a {
  background: var(--theme-color);
}

#tabs-product .tabs-container a.btn {
  color: var(--btn-text-color);
}

#tabs-product .tabs-container a.btn:hover {
  color: var(--btn-hover-text-color);
}

.txt,
.txtbig,
.ddl,
.select_box select,
input[type=text],
input[type=password],
select,
textarea {
  color: var(--inputs-text-color);
}

.popup h1,
.popup h2,
.popup h3,
.popup h4,
.popup h5,
.popup h6 {
  color: var(--popup-text-color);
}

header p,
footer p {
  margin: 0;
}

body .ord-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: var(--overlay-bg-color);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.open {
  overflow: hidden;
}
body.open .main-navigation {
  opacity: 1;
  visibility: visible;
}
body.open.has-overlay .ord-overlay {
  opacity: 1;
  visibility: visible;
}

.top-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
}

.btn-blog {
  width: 200px;
  background-color: #858170;
}

.btn-club-release {
  width: 240px;
  background-color: #7f5e5b;
}

.btn-blog,
.btn-club-release {
  border-radius: 0 0 5px 5px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: Requiem;
}

.logo-wrap {
  text-align: center;
}
.logo-wrap .logo svg {
  width: 252px;
}
.logo-wrap .shop-list {
  width: 120px;
  display: inline-flex;
  justify-content: flex-end;
}

.social-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.social-nav img {
  width: 20px;
  height: 20px;
}

.login-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 7px;
  margin-top: 10px;
}
.login-link .login-text {
  padding: 0 7px;
  font-family: Requiem;
  font-size: 15px;
  color: rgb(158, 118, 84);
}
.login-link svg {
  margin: 0 7px;
  width: 26px;
  height: 26px;
  fill: rgb(158, 118, 84);
}

.header-row .social-nav {
  margin: 40px 0 10px 30px;
}

@media only screen and (max-width: 1023px) {
  .header-top .social-nav {
    display: none;
  }
  .header-main {
    position: relative;
  }
  .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow-y: auto;
    z-index: 1040;
    background-color: #5a5552;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .main-navigation .shop-list {
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 80px 0 20px;
  }
  .main-navigation .shop-list span,
  .main-navigation .shop-list a {
    display: block;
  }
  .main-navigation .shop-list svg {
    width: 30px;
    height: 30px;
    margin: 0 8px 6px;
    fill: rgb(158, 118, 84);
  }
  .main-navigation .shop-list .login-text {
    font-size: 16px;
    font-family: proxima-nova;
    color: rgb(190, 166, 146);
    padding: 10px 20px;
    line-height: 22.4px;
    letter-spacing: 2px;
  }
  .main-navigation .main-menu {
    text-align: center;
    padding: 20px 0;
  }
  .main-navigation .main-menu a {
    font-size: 16px;
    letter-spacing: 2px;
    font-family: proxima-nova;
    line-height: 22.4px;
    color: #bea692;
    display: block;
  }
  .main-navigation .main-menu .last-item a,
  .main-navigation .main-menu > li > a {
    position: relative;
  }
  .main-navigation .main-menu .last-item a::after,
  .main-navigation .main-menu > li > a::after {
    content: "";
    position: absolute;
    width: 160px;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    height: 1px;
    background-color: rgba(42, 38, 26, 0.5);
  }
  .main-navigation .main-menu > li {
    padding: 0 20px 1px;
  }
  .main-navigation .main-menu .has-child > a {
    display: flex;
    justify-content: center;
  }
  .main-navigation .main-menu .has-child.open .btn-toggle-sub-menu::after {
    content: " - ";
  }
  .main-navigation .main-menu .has-child > a .nav-item-text {
    padding-left: 0;
  }
  .main-navigation .main-menu .btn-toggle-sub-menu {
    color: #bea692;
    font-family: proxima-nova;
    font-size: 16px;
  }
  .main-navigation .main-menu .btn-toggle-sub-menu::after {
    display: inline-block;
    margin-left: -22px;
    padding: 10px 16px 10px 20px;
    box-sizing: content-box;
    min-width: 22px;
    content: " + ";
  }
  .main-navigation .main-menu .nav-item-text {
    padding: 10px 20px;
    display: block;
  }
  .main-navigation .main-menu .has-child:not(.last-item):not(.open) .sub-menu,
  .main-navigation .main-menu .last-item > a {
    display: none;
  }
  .main-navigation .main-menu li:not(.last-item) .sub-menu a {
    font-size: 0.9rem;
  }
  .main-navigation .main-menu .last-item a {
    padding-bottom: 1px;
  }
  /* square space btn menu start */
  .burger {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: -3px;
    z-index: 1041;
  }
  .burger-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
  }
  .burger-inner {
    position: relative;
    width: var(--btn-line-width);
    height: 100%;
  }
  .burger-inner .top-bun,
  .burger-inner .patty,
  .burger-inner .bottom-bun {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    transition: transform 250ms cubic-bezier(0.2, 0.6, 0.3, 1), width 250ms cubic-bezier(0.2, 0.6, 0.3, 1);
    will-change: transform, width;
  }
  .burger-inner .patty,
  .burger-inner .top-bun,
  .burger-inner .bottom-bun {
    background-color: var(--btn-line-color);
  }
  .burger-inner .top-bun {
    transform: translatey(-8px);
  }
  .burger-inner .bottom-bun {
    transform: translatey(8px);
  }
  .burger.open .burger-inner .top-bun {
    transform: rotate(-135deg);
  }
  .burger.open .burger-inner .bottom-bun {
    transform: rotate(135deg);
  }
  .burger.open .burger-inner .patty {
    background-color: transparent;
  }
  .burger.open .burger-inner .top-bun,
  .burger.open .burger-inner .bottom-bun {
    background-color: var(--btn-open-line-color);
  }
  /* squarespace btn menu end */
}
@media (min-width: 1024px) {
  .header-main .social-nav,
  .btn-toggle-sub-menu,
  .btn-menu-wrap,
  .logo-wrap .shop-list {
    display: none;
  }
  .top-nav {
    gap: 6px;
    flex-direction: row;
    padding: 0;
  }
  header {
    --container-max-width: 996px;
  }
  .header-top .header-row {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
  }
  .header-top .header-row .social-nav {
    margin: 0;
    gap: 7px;
  }
  .header-top .header-row .social-nav img {
    width: 28px;
    height: 28px;
  }
  .btn-blog,
  .btn-club-release {
    line-height: 28px;
    width: 230px;
  }
  .logo-wrap .logo svg {
    width: 301px;
  }
  .header-main {
    padding-top: 17px;
  }
  .header-main .header-row {
    display: flex;
    align-items: center;
    padding-left: 8px;
    gap: 16px;
    position: relative;
  }
  .main-menu {
    display: flex;
    text-align: center;
    white-space: nowrap;
  }
  .main-menu > li {
    position: relative;
  }
  .main-menu > li:first-child {
    width: 219px;
  }
  .main-menu > li:nth-child(2) {
    width: 115px;
  }
  .main-menu > li:nth-child(3) {
    width: 97px;
  }
  .main-menu > li:nth-child(4) {
    width: 136px;
  }
  .main-menu > li:last-child {
    width: 95px;
  }
  .main-menu > li:not(:hover) .sub-menu {
    display: none;
  }
  .main-menu a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    font-family: Requiem;
    color: #2a261a;
  }
  .main-menu a:hover {
    color: #7f5e5b;
  }
  .main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    z-index: 1040;
    background-color: rgba(224, 219, 198, 0.5);
  }
  .main-menu .sub-menu a {
    line-height: 33px;
  }
  .login-link {
    margin-top: 0;
    position: absolute;
    right: -10px;
    top: 8px;
  }
}
footer.footer {
  background-color: rgba(223, 204, 188, 0.42);
}

.footer-col-title {
  font-family: Requiem;
  font-weight: 700;
  margin: 0 0 9px;
  line-height: 26px;
  font-size: 21px;
  color: #9e7654;
  text-align: center;
}

.footer-social-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 10px;
}
.footer-social-nav img {
  width: 25px;
  height: 25px;
}

.footer-col-2 .footer-col-title {
  margin-bottom: 0;
}

.ada {
  font-size: 16px;
  font-family: Requiem;
  color: #2a261a;
  padding-bottom: 35px;
  padding-left: 28px;
}
.ada p {
  display: flex;
  align-items: center;
  gap: 9px;
}
.ada img {
  width: 40px;
  height: 40px;
}

.footer-winery .logo {
  text-align: center;
  padding: 27px 0 9px;
}
.footer-winery .logo svg {
  width: 246px;
}

.winery-info,
.winery-presentation {
  text-align: center;
  line-height: 22px;
}
.winery-info p,
.winery-presentation p {
  margin-bottom: 15px;
  font-size: 17px;
  color: #212529;
  font-family: Requiem;
}

.footer-navigation {
  display: none;
}

.winery-info {
  width: 160px;
  margin: 0 auto 10px;
}
.winery-info p {
  margin: 0;
}

.contact-item {
  color: #2a261a;
  font-size: 17px;
  font-family: Requiem;
  display: grid;
  grid-template-columns: 60px 1fr;
}
.contact-item svg {
  width: var(--icon-width);
  height: var(--icon-height);
}

.contact-row {
  padding-left: 33px;
}

.newsletter-item {
  --icon-width: 31px;
  --icon-height: 24px;
  margin-bottom: 35px;
}

.email-item {
  --icon-width: 32px;
  --icon-height: 30px;
  margin-bottom: 28px;
}

.direction-item {
  --icon-width: 24px;
  --icon-height: 41px;
  margin-bottom: 22px;
}

.phone-item {
  --icon-width: 40px;
  --icon-height: 25px;
  margin-bottom: 15px;
}

.photo-credits,
.credits {
  text-align: center;
  font-family: Requiem;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 19px;
}

.photo-credits {
  margin-bottom: 2px;
}

@media (min-width: 1024px) {
  footer.footer {
    padding: 30px 0;
    --container-max-width: 1100px;
  }
  .winery-row {
    display: grid;
    grid-template-columns: 30% 1fr;
    padding-bottom: 30px;
  }
  .footer-col-1 .footer-col-title {
    text-align: left;
    margin-bottom: 10px;
  }
  .footer-col-2 .footer-col-title {
    margin-bottom: 10px;
  }
  .winery-info {
    text-align: left;
    width: auto;
    line-height: 23px;
  }
  .footer-col-title {
    font-size: 23px;
    line-height: 27px;
  }
  .winery-presentation .first-pres {
    margin-bottom: 32px;
  }
  .winery-presentation .nd-pres {
    margin-bottom: 25px;
  }
  .winery-presentation .rd-pres {
    margin-bottom: 68px;
  }
  .footer-col-2 .footer-col-title,
  .footer-col-2 .winery-presentation {
    text-align: right;
  }
  .winery-presentation {
    display: grid;
    grid-template-columns: 1fr 40%;
  }
  .contact-row {
    display: grid;
    margin-bottom: 50px;
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-credits {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ada {
    padding: 0;
  }
  .ada img {
    width: 41px;
    height: 43px;
  }
  .contact-item a {
    color: #2a261a;
    font-size: 18px;
  }
  .contact-item,
  .credits {
    margin: 0;
  }
  .footer-winery .logo {
    padding: 0 0 16px;
  }
  .footer-winery .logo svg {
    width: 301px;
  }
  .footer-social-nav {
    gap: 7px;
    padding: 0;
  }
  .footer-navigation {
    display: flex;
  }
  .footer-navs {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    margin-bottom: 30px;
  }
  .photo-credits,
  .credits {
    font-size: 15px;
  }
}/*# sourceMappingURL=ws-style.css.map */