@font-face {
  font-family: rok-grotesk;
  src: url(fonts/rok-grotesk.woff);
}
@font-face {
  font-family: rok-grotesk;
  src: url(fonts/rok-grotesk-2.woff);
  font-weight: 700;
}
:root {
  --primary: #0b4715;
  --primary-text-color: #0b4715;
  --theme-color: #0b4715;
  --body-font-size: 16px;
  --body-font-family: rok-grotesk;
  --body-font-weight: 400;
  --body-line-height: 1.5em;
  --body-background-color: transparent;
  --bg-color: transparent;
  --btn-active-bg-color: #0b4715;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: transparent;
  --btn-border-color: transparent;
  --btn-background-color: #0b4715;
  --btn-hover-background-color: #0b4715;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: rok-grotesk;
  --btn-font-size: 16px;
  --btn-text-transform: none;
  --btn-border: none;
  --btn-border-radius: 0px;
  --btn-hover-opacity: 1;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #000;
  --anchors-hover-color: #0b4715;
  --highlights-color: #0b4715;
  --highlights-font-family: rok-grotesk;
  --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;
  --btn-line-color: #0b4715;
  --btn-line-width: 35px;
  --btn-open-line-color: #000;
}

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

.shop-left-menu a,
.prod-name a,
#authStatus,
body,
.ui-widget-content,
#tabs-product .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);
  border-radius: var(--btn-border-radius);
}

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

.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 ul a,
#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.open {
  overflow: hidden;
}
body.open .site-navigation {
  opacity: 1;
  transform: translate(0);
}
body.open.has-overlay .ord-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: var(--overlay-bg-color);
  width: 100%;
  height: 100%;
}

.logo {
  --mobile-site-title-font-font-size-value: 2;
}

@media only screen and (max-width: 1024px) {
  .logo-wrap {
    display: flex;
    justify-content: space-between;
    padding: 6vw;
    align-items: center;
  }
  .logo {
    color: #000;
    font-size: calc((var(--mobile-site-title-font-font-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
  }
  .site-navigation {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1040;
    top: calc(12vw + 37px);
    left: 0;
    width: 100%;
    bottom: 0;
    overflow-y: auto;
    background-color: #fff;
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(1025%);
  }
  .site-navigation .social-nav {
    padding: 0 20px 6vw;
    display: flex;
    justify-content: center;
  }
  .site-navigation .social-nav a {
    display: block;
    margin: 15px 7.5px;
    width: 25px;
    height: 25px;
  }
  .main-nav-container {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-nav {
    text-align: center;
  }
  .main-nav a {
    line-height: 1;
    margin: 3vw 5vw;
    display: block;
    letter-spacing: 0.192px;
  }
  .main-nav li:last-child {
    margin-bottom: 22.4px;
    overflow: hidden;
  }
  .main-nav a.login-text {
    line-height: 1.5em;
  }
  /* square space btn menu start */
  .burger {
    position: relative;
    display: inline-block;
    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;
  }
  /* squarespace btn menu end */
}
.main-nav a {
  font-size: 8.5vmin;
}
@media (min-width: 576px) {
  .main-nav a {
    font-size: 6.6vmin;
  }
}
@media (min-width: 768px) {
  .main-nav a {
    font-size: 6vmin;
  }
}

@media (min-width: 768px) {
  .logo a {
    font-size: calc((var(--mobile-site-title-font-font-size-value) - 1) * 1.2vw + 1rem);
  }
  .main-nav li:last-child {
    margin-bottom: 7vmin;
  }
}
@media (min-width: 1025px) {
  .btn-menu-wrap {
    display: none;
  }
  .header-main {
    padding: 2.3vw 3vw;
  }
  .logo {
    --site-title-font-font-size-value: 1.7;
  }
  .logo a {
    line-height: 32px;
    display: block;
    color: #0b4715;
    font-size: calc((var(--site-title-font-font-size-value) - 1) * 1.2vw + 1rem);
  }
  .header-main .ord-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .site-navigation .social-nav {
    display: flex;
  }
  .site-navigation .social-nav a {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 1.2vw;
  }
  .site-navigation .social-nav li:first-child a {
    margin-left: 2vw;
  }
  .site-navigation .social-nav svg {
    fill: #0b4715;
  }
  .main-nav {
    display: flex;
  }
  .main-nav li {
    margin-left: 1.2vw;
  }
  .main-nav a {
    --site-navigation-font-font-size-value: 1;
    letter-spacing: 0.16px;
    font-size: calc((var(--site-navigation-font-font-size-value) - 1) * 1.2vw + 1rem);
    color: #0b4715;
  }
  .main-nav li:last-child {
    margin-bottom: 0;
    margin-left: 2vw;
  }
}
@media (min-width: 1272px) {
  .logo a {
    font-size: 1.7rem;
    line-height: 35.36px;
  }
}
.footer-container {
  --heading-4-size-value: 1.7;
  --heading-font-line-height: 1.3em;
  padding: 3.3vmax 0;
  background-color: #1d231c;
}
.footer-container h4, .footer-container,
.footer-container a {
  color: #fff;
  font-weight: 400;
}

.footer-grid {
  --sqs-mobile-site-gutter: 6vw;
  --sqs-site-max-width: 1200px;
  --grid-gutter: calc(var(--sqs-mobile-site-gutter, 6vw) - 11px);
  --cell-max-width: calc((var(--sqs-site-max-width, 1500px) - (11px * (8 - 1))) / 8);
  display: grid;
  position: relative;
  grid-area: 1/1/-1/-1;
  grid-template-rows: repeat(21, minmax(24px, auto));
  grid-template-columns: minmax(var(--grid-gutter), 1fr) repeat(8, minmax(0, var(--cell-max-width))) minmax(var(--grid-gutter), 1fr);
  row-gap: 11px;
  -moz-column-gap: 11px;
       column-gap: 11px;
}

.footer-col-1 {
  grid-area: 1/2/7/10;
}
.footer-col-1 h4 {
  margin: 0 0 32px;
  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));
}
.footer-col-1 p {
  letter-spacing: 0.16px;
}
.footer-col-1 p + p {
  margin-top: 16px;
}

h4.footer-col-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.16px;
  margin: 0 0 16px;
  line-height: 24px;
}

.footer-col-2 {
  grid-area: 8/2/11/10;
}

.footer-col-3 {
  grid-area: 12/2/16/10;
}
.footer-col-3 h4.footer-col-title {
  margin: 0;
}

.footer-col-4 {
  grid-area: 16/2/22/10;
  text-align: center;
}
.footer-col-4 img {
  width: 199px;
}

.footer-nav {
  line-height: 24px;
}
.footer-nav a {
  letter-spacing: 0.16px;
  display: block;
  background-repeat: unset;
  background-image: unset;
  background-size: unset;
  background-position: unset;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  -webkit-text-decoration-skip: auto;
          text-decoration-skip: auto;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.footer-nav a:first-child {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .footer-grid {
    --sqs-site-gutter: 3vw;
    --sqs-site-max-width: 1200px;
    --grid-gutter: calc(var(--sqs-site-gutter, 4vw) - 11px);
    --cell-max-width: calc((var(--sqs-site-max-width, 1500px) - (11px * (24 - 1))) / 24);
    --inset-padding: 0vw;
    --row-height-scaling-factor: 0.0215;
    --container-width: min(
    	var(--sqs-site-max-width, 1500px),
    	calc(100vw - var(--sqs-site-gutter, 4vw) * 2 - var(--inset-padding))
    );
    grid-template-rows: repeat(10, minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto));
    grid-template-columns: minmax(var(--grid-gutter), 1fr) repeat(24, minmax(0, var(--cell-max-width))) minmax(var(--grid-gutter), 1fr);
  }
  .footer-col-1 {
    grid-area: 1/2/8/18;
    min-height: 207.55px;
  }
  .footer-col-1 h4 {
    font-size: calc((var(--heading-4-size-value) - 1) * 1.2vw + 1rem);
  }
  .footer-col-2 {
    grid-area: 1/14/5/18;
  }
  .footer-col-3 {
    grid-area: 1/17/5/21;
  }
  .footer-col-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: 1/21/7/26;
  }
}
@media (min-width: 1272px) {
  .footer-col-1 h4 {
    font-size: calc(var(--heading-4-size-value) * 1rem);
  }
  .footer-col-4 img {
    width: 210px;
  }
}/*# sourceMappingURL=ws-style.css.map */