@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;0,800;1,400;1,700&family=Marcellus:ital,wght@0,400");
:root {
  --primary: #222;
  --primary-text-color: #000;
  --font-color: #000;
  --theme-color: #222;
  --body-font-size: 16px;
  --body-font-family: Raleway;
  --body-font-weight: 400;
  --body-line-height: 1.5em;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #719cdd;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #719cdd;
  --btn-border-color: transparent;
  --btn-background-color: #719cdd;
  --btn-hover-background-color: #719cdd;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Raleway;
  --btn-font-size: 16px;
  --btn-text-transform: none;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 5px;
  --btn-hover-opacity: 0.8;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #719cdd;
  --anchors-hover-color: #000;
  --highlights-color: #000;
  --highlights-font-family: Marcellus;
  --highlights-font-weight: 700;
  --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: #000;
  --group-item-color: #6b6b6b;
  --btn-line-color: #000;
  --btn-line-width: 35px;
  --btn-open-line-color: #000;
  --header-background-color: #fff;
  --header-y-padding: 6vw;
  --header-x-padding: 6vw;
  --logo-height: 71px;
  --logo-img-height: 71px;
  --header-height: calc(var(--header-y-padding) * 2 + var(--logo-height));
  --navigation-height: calc(100vh - var(--header-height));
  --header-container-width: 100%;
  --navigation-background: #fffcf4;
  --navigation-font-family: Raleway;
  --nav-item-color: #000;
  --site-navigation-font-font-size-value: 1.1;
  --site-navigation-font-line-height-value: 1.5em;
  --header-button-font-font-size-value: 1;
  --small-text-size-value: 1;
  --normal-text-size-value: 1.1;
  --heading-4-size-value: 1.6;
  --heading-font-line-height: 1.2em;
  --primary-button-font-font-size-value: 1.2;
}

:root[data-theme=dark] {
  --primary-text-color: #c4c4c4;
  --font-color: var(--primary-text-color);
  --theme-color: #1e1e1e;
  --primary: var(--theme-color);
  --bg-color: #121212;
  --body-background-color: var(--bg-color);
  --modal-bg-color: var(--bg-color);
  --box-shadow-primary: none;
  --border-color: #2e2e2e;
  --btn-active-border-color: var(--border-color);
  --btn-border-color: transparent;
  --btn-background-color: #2e2e2e;
  --btn-active-bg-color: var(--btn-background-color);
  --btn-hover-background-color: var(--btn-background-color);
  --btn-text-color: var(--font-color);
  --btn-hover-text-color: var(--font-color);
  --btn-active-color: var(--font-color);
  --btn-border: 0;
  --inputs-text-color: var(--primary-text-color);
  --anchors-color: var(--primary-text-color);
  --anchors-hover-color: #fff;
  --highlights-color: var(--font-color);
  --popup-text-color: var(--font-color);
  --wine-information-alt-row-bg: #1e1e1e;
  --overlay-bg-color: transparent;
  --modal-header-color: #121212;
  --product-title-color: #fff;
  --group-item-color: #fff;
}

html {
  font-size: 14px;
}

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;
}

.btn-toggle-theme {
  display: none;
  z-index: 9;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 20px;
  width: 30px;
  height: 30px;
  position: fixed;
  background: var(--theme-color);
  color: var(--modal-header-color);
  border-radius: 50%;
  overflow: hidden;
}
.btn-toggle-theme .button-content {
  display: grid;
  grid-template-columns: 30px 30px;
  transition: transform 0.3s ease;
}
.btn-toggle-theme .button-content span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.btn-toggle-theme.open .button-content {
  transform: translateX(-100%);
}

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.has-overlay .ord-overlay {
  opacity: 1;
  visibility: visible;
}

.header-main {
  --container-max-width: var(--header-container-width);
  background-color: var(--header-background-color);
  padding: var(--header-y-padding) var(--header-x-padding);
}

body.open {
  overflow: hidden;
}
body.open .site-navigation {
  opacity: 1;
  visibility: visible;
}
body.open .header-main {
  background-color: var(--navigation-background);
}

.main-menu a {
  color: var(--nav-item-color);
}

@media (max-width: 1024px) {
  .site-navigation {
    position: fixed;
    top: var(--header-height);
    left: 0;
    max-width: 100vw;
    width: 100%;
    max-height: var(--navigation-height);
    height: 100%;
    overflow: hidden auto;
    background-color: var(--navigation-background);
    opacity: 0;
    z-index: 1040;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .navigation-content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .header-row {
    justify-content: space-between;
  }
  .navigation-row {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-menu li {
    padding: 0 4vw;
    overflow: hidden;
  }
  .main-menu a {
    display: block;
    text-align: center;
    font-size: 8.5vmin;
    line-height: 1;
    margin: 5vw;
    font-family: var(--navigation-font-family);
    letter-spacing: 0.01em;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .main-menu a {
    font-size: 6.6vmin;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .main-menu a {
    font-size: 6vmin;
  }
}
@media (max-width: 1024px) {
  .main-menu .sub-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: var(--navigation-background);
    transition: transform 0.5s ease;
  }
  .main-menu .close-submenu-item a,
  .main-menu .has-child > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-menu .has-child.open .sub-menu {
    z-index: 1041;
    transform: translateX(-100%);
  }
  .main-menu .close-submenu-item {
    opacity: 0.5;
    padding-bottom: 10px;
  }
  .chevron {
    display: inline-block;
    width: 1em;
    height: 1em;
  }
  .chevron svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
  }
  .chevron-right {
    margin-left: 0.15em;
  }
  .chevron-right svg {
    transform: rotate(-90deg);
  }
  .chevron-left {
    margin-right: 0.15em;
  }
  .chevron-left svg {
    transform: rotate(90deg);
  }
  .header-right {
    text-align: center;
    overflow: hidden;
    font-size: 21.6px;
  }
  .header-right a {
    margin: 4vw 6vw 6vw;
    min-width: 210px;
    font-size: 1.2rem;
    border-radius: 0;
    background-color: #0045ad;
  }
  .header-right .cart-item {
    display: none;
  }
}
.logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: var(--logo-img-height);
}

.btn-menu-wrap {
  display: flex;
  align-items: center;
}
.btn-menu-wrap .cart-item {
  display: inline-flex;
  justify-content: center;
  width: 75px;
}
.btn-menu-wrap .cart-item svg {
  width: 25px;
  height: 25px;
}

/* square space btn menu start */
.burger {
  position: relative;
  display: inline-flex;
  width: 50px;
  justify-content: flex-end;
  cursor: pointer;
  padding: 1px 6px;
}

.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: 1px;
  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 .top-bun,
.burger-inner .bottom-bun {
  background-color: var(--btn-line-color);
}
.burger-inner .top-bun {
  transform: translatey(-5.5px);
}
.burger-inner .bottom-bun {
  transform: translatey(5.5px);
}

.burger.open .burger-inner .top-bun {
  transform: translateX(3.5px) rotate(-135deg);
}
.burger.open .burger-inner .bottom-bun {
  transform: translateX(3.5px) 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);
  width: 28px;
}

.header-right .btn {
  line-height: normal;
  padding: 1.3em 2.171em;
  display: inline-block;
  font-family: "Helvetica Neue", Arial;
  letter-spacing: 0.84px;
}

.header-row {
  display: flex;
  align-items: center;
}

/* squarespace btn menu end */
@media (min-width: 768px) {
  :root {
    --logo-img-height: 153px;
    --logo-height: 153px;
  }
  .btn-menu-wrap .cart-item a {
    margin-left: 2.1vw;
  }
}
@media (min-width: 1025px) {
  :root {
    --header-y-padding: 0.1vw;
    --header-x-padding: 3vw;
    --nav-item-color: #000;
  }
  .chevron,
  .btn-menu-wrap,
  .close-submenu-item {
    display: none;
  }
  .navigation-content {
    display: flex;
    align-items: center;
  }
  .logo-wrap {
    flex-grow: 1;
  }
  .main-menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
  .main-menu .has-child {
    position: relative;
  }
  .main-menu .has-child:hover .sub-menu {
    display: block;
  }
  .main-menu .sub-menu {
    display: none;
    padding: 0.5em 1em;
    text-align: right;
    position: absolute;
    top: 100%;
    right: -1em;
    min-width: 200px;
    z-index: 1040;
    background-color: var(--header-background-color);
  }
  .main-menu .sub-menu a {
    line-height: 1.3;
  }
  .main-menu a {
    font-size: calc((var(--site-navigation-font-font-size-value) - 1) * 1.2vw + 1rem);
    white-space: nowrap;
    padding: 0.1em 0;
    display: inline-block;
    line-height: var(--site-navigation-font-line-height-value);
    letter-spacing: 0.01em;
  }
  .header-right {
    display: flex;
    align-items: center;
    margin-left: 2.1vw;
  }
  .header-right .btn {
    display: inline-block;
    white-space: nowrap;
    font-size: calc((var(--header-button-font-font-size-value) - 1) * 1.2vw + 1rem);
    padding: 18px 35px;
    letter-spacing: 0.05em;
    margin-left: 2.1vw;
  }
  .header-right .btn:hover {
    opacity: 0.8;
  }
  .header-right svg {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1908px) {
  .main-menu a {
    font-size: calc(var(--site-navigation-font-font-size-value) * 1rem);
  }
  .header-right a {
    font-size: calc(var(--header-button-font-font-size-value) * 1rem);
  }
}
footer.footer {
  background-color: #001c3d;
}
footer.footer,
footer.footer a {
  color: #fff;
}

.footer-col-title {
  margin-bottom: 2rem;
  font-size: calc((var(--heading-4-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
  line-height: calc(var(--heading-font-line-height) * (1 + (1 - var(--heading-4-size-value)) / 25));
  color: #9d7051;
  margin: 0 0 2rem;
  letter-spacing: 0;
}

.footer-bottom {
  padding: 1vmax 6vw;
  border-top: 1px solid #304762;
}

.footer-row {
  margin: 0 -17px;
}

.footer-main {
  padding: 3.3vmax 6vw;
}
.footer-main .footer-row {
  display: flex;
  flex-wrap: wrap;
}

.winery-description {
  letter-spacing: 0.01em;
}

.social-nav {
  display: flex;
  gap: 12px;
}
.social-nav a {
  width: 20px;
  height: 20px;
  position: relative;
}
.social-nav div,
.social-nav svg {
  width: 100%;
  height: 100%;
}
.social-nav div {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(2);
}
.social-nav svg {
  fill: currentColor;
}
.social-nav .sqs-use--mask {
  fill: transparent;
}

.footer-col {
  width: auto;
}

.footer-col-1 {
  padding-right: 100px;
}

.footer-logo img {
  width: 200px;
}

.footer-list li + li {
  margin-top: 1rem;
}

.footer-col,
.copyright {
  line-height: 1.5em;
  font-size: calc((var(--normal-text-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
}

.footer-col-content,
.privacy-nav,
.copyright {
  letter-spacing: 0.01em;
}

.winery-contact p + p {
  margin-top: 1rem;
}

.winery-newsletter .btn {
  padding: 20px 60px;
  font-size: calc((var(--primary-button-font-font-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
  letter-spacing: 0.05em;
}

.footer-list a,
.winery-contact a,
.privacy-nav a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.winery-description,
.footer-logo,
.social-nav,
.footer-col-content,
.winery-newsletter,
.privacy-nav,
.copyright {
  padding: 17px;
}

.privacy-nav {
  font-size: calc((var(--small-text-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .footer-main {
    padding: 3.3vmax 3vw;
  }
  .footer-col {
    width: 25%;
  }
  .footer-col-title {
    font-size: calc((var(--heading-4-size-value) - 1) * 1.2vw + 1rem);
  }
  .footer-col-1 {
    width: calc(25% + 100px);
  }
  .winery-newsletter .btn {
    font-size: calc((var(--primary-button-font-font-size-value) - 1) * 1.2vw + 1rem);
  }
  .footer-col,
  .copyright {
    font-size: calc((var(--normal-text-size-value) - 1) * 1.2vw + 1rem);
  }
  .footer-bottom {
    padding: 1vmax 3vw;
  }
  .footer-bottom .footer-row {
    display: flex;
  }
  .footer-bottom .empty-copyright-col {
    width: 41.6667%;
  }
  .footer-bottom .copyright {
    width: 25%;
  }
  .footer-bottom .privacy-block {
    width: 33.3333%;
  }
  .footer-col-2 .footer-col-content,
  .footer-col-3 .footer-col-content,
  .copyright,
  .privacy-nav {
    padding: 0 17px;
  }
  .footer-col-4 .footer-col-content,
  .footer-logo {
    padding: 0 17px 17px;
  }
}
@media (min-width: 1025px) {
  .footer-main .footer-row {
    flex-wrap: nowrap;
  }
  .empty-copyright-col {
    height: 34px;
  }
}
@media (min-width: 1908px) {
  .footer-col,
  .copyright {
    font-size: calc((var(--normal-text-size-value)) * 1rem);
  }
  .winery-newsletter .btn {
    font-size: calc(var(--primary-button-font-font-size-value) * 1rem);
  }
  .footer-col-title {
    font-size: calc(var(--heading-4-size-value) * 1rem);
  }
}
.footer-bottom {
  min-height: 10vh;
}/*# sourceMappingURL=ws-style.css.map */