@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400&family=Marcellus:ital,wght@0,400&family=Barlow:ital,wght@0,400;0,700;1,400;1,700");
:root {
  --primary: #1b2740;
  --primary-text-color: #1b2740;
  --font-color: #1b2740;
  --theme-color: #1b2740;
  --body-font-size: 20px;
  --body-font-family: Barlow;
  --body-font-weight: 400;
  --body-line-height: 1.5em;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #415c74;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #415c74;
  --btn-border-color: transparent;
  --btn-background-color: #415c74;
  --btn-hover-background-color: #415c74;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Barlow;
  --btn-font-size: 16px;
  --btn-text-transform: uppercase;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 20px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #1b2740;
  --anchors-hover-color: #1b2740;
  --highlights-color: #1b2740;
  --highlights-font-family: Marcellus;
  --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: #1b2740;
  --group-item-color: #1b2740;
  --btn-line-color: #fff;
  --btn-line-width: 35px;
  --btn-open-line-color: #1b2740;
  --sqs-site-gutter: 3vw;
  --sqs-mobile-site-gutter: 6vw;
  --sqs-site-max-width: 1800px;
  --normal-text-size-value: 1.1;
}

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.open.has-overlay .ord-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: var(--overlay-bg-color);
  width: 100%;
  height: 100%;
}

:root {
  --header-background-color: #1b2740;
  --header-y-padding: 3vw;
  --header-x-padding: 2vw;
  --logo-height: 60px;
  --logo-img-height: 60px;
  --header-height: calc(var(--header-y-padding) * 2 + var(--logo-height));
  --navigation-height: calc(100vh - var(--header-height));
  --header-container-width: 100%;
  --navigation-background: #ebd3b3;
  --navigation-font-family: Barlow;
  --nav-item-color: #1b2740;
  --header-btn-bg-color: #415c74;
  --header-btn-text-color: #fff;
  --header-btn-letter-spacing: 0;
}
@media (min-width: 768px) {
  :root {
    --logo-img-height: 90px;
    --logo-height: 90px;
  }
}
@media (min-width: 1025px) {
  :root {
    --header-y-padding: 1vw;
    --header-x-padding: 3vw;
    --nav-item-color: #fff;
  }
}

.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);
}
body.open .btn-menu-wrap {
  --cart-color: #1b2740;
}

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

.header-right,
.btn-menu-wrap {
  --cart-color: #fff;
  display: flex;
  align-items: center;
}
.header-right .cart-link,
.btn-menu-wrap .cart-link {
  border: 1px solid var(--cart-color);
  border-radius: 50%;
  padding: 8px;
  display: inline-block;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .header-right .cart-link,
  .btn-menu-wrap .cart-link {
    margin: 0 12px;
  }
}
.header-right svg,
.btn-menu-wrap svg {
  fill: var(--cart-color);
  width: 24px;
  height: 24px;
}

@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;
  }
  .navigation-row {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo {
    height: var(--logo-height);
  }
  .header-right .cart-link {
    display: none;
  }
  .main-menu li {
    padding: 0 4vw;
    overflow: hidden;
  }
  .main-menu a {
    display: block;
    text-align: center;
    font-size: 25px;
    line-height: 1;
    margin: 1vw 0;
    font-family: var(--navigation-font-family);
  }
  .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.btn-header {
    margin: 4vw 6vw 6vw;
    min-width: 210px;
    font-size: 1.2rem;
  }
}
.logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

.header-right a.btn-header {
  font-family: "PT Serif";
  letter-spacing: var(--header-btn-letter-spacing);
  line-height: normal;
  padding: 1.2em 2.0004em;
  display: inline-block;
  color: var(--header-btn-text-color);
  background-color: var(--header-btn-bg-color);
  border-radius: 300px;
}

/* squarespace btn menu end */
@media (min-width: 1025px) {
  .header-right {
    --header-btn-bg-color: #eb8f4d;
  }
  .chevron,
  .btn-menu-wrap,
  .close-submenu-item {
    display: none;
  }
  .navigation-content,
  .header-row {
    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 {
    --site-navigation-font-font-size-value: 1.1;
    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: 1.5em;
    letter-spacing: normal;
  }
  .header-right a.btn-header {
    margin-left: 2vw;
    display: inline-block;
    white-space: nowrap;
    padding: 16px 40px;
    font-size: 16px;
  }
  .header-right a.btn-header:hover {
    opacity: 0.8;
  }
  .header-right .cart-link {
    margin: 0 0 0 2vw;
    padding: 9px;
  }
  .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);
  }
}
.footer-main {
  --grid-gutter: calc(var(--sqs-mobile-site-gutter, 6vw) - 11px);
  --cell-max-width: calc((var(--sqs-site-max-width, 1500px) - (11px * (8 - 1))) / 8);
  padding: 1vmax 0;
  color: #fff;
  background-color: #1b2740;
  display: grid;
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  grid-area: 1/1/-1/-1;
  grid-template-rows: repeat(28, 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;
  overflow-x: hidden;
  overflow-x: clip;
}
@media (min-width: 768px) {
  .footer-main {
    --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(9, 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-title {
  --heading-4-size-value: 1.6;
  --heading-font-line-height: 1.2em;
  margin: 0 0 32px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Marcellus;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: calc(var(--heading-font-line-height) * (1 + (1 - var(--heading-4-size-value)) / 25));
}

.footer-col-1 {
  grid-area: 3/2/6/7;
}
@media (min-width: 768px) {
  .footer-col-1 {
    grid-area: 3/4/6/7;
  }
}

.footer-col-2 {
  grid-area: 6/2/8/10;
}
@media (min-width: 768px) {
  .footer-col-2 {
    grid-area: 6/4/8/8;
  }
}

.footer-col-3 {
  grid-area: 9/2/15/10;
}
@media (min-width: 768px) {
  .footer-col-3 {
    grid-area: 3/9/8/14;
  }
}

.footer-col-4 {
  grid-area: 16/2/22/10;
}
@media (min-width: 768px) {
  .footer-col-4 {
    grid-area: 3/14/8/19;
  }
}
.footer-col-4 p + p {
  margin-top: 16px;
}

.footer-col-5 {
  grid-area: 23/2/25/10;
}
@media (min-width: 768px) {
  .footer-col-5 {
    grid-area: 3/19/4/24;
  }
}

.footer-col-6 {
  display: flex;
  align-items: center;
  grid-area: 24/2/26/6;
}
@media (min-width: 768px) {
  .footer-col-6 {
    grid-area: 4/19/6/24;
  }
}

.footer-col-7 {
  grid-area: 26/2/28/10;
}
@media (min-width: 768px) {
  .footer-col-7 {
    grid-area: 6/19/7/23;
  }
}

.footer-logo img {
  height: 94px;
}

.btn-newsletter {
  background-color: #eb8f4d;
  border-radius: 300px;
  display: inline-block;
  color: #fff;
  padding: 16px 40px;
  line-height: normal;
  font-family: Barlow;
  font-size: 16px;
}

.footer-list li + li {
  margin: 16px 0 0;
}
.footer-list a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  color: #fff;
}

.social-nav {
  display: flex;
  gap: 10px;
}
.social-nav svg {
  width: 36px;
  height: 36px;
  fill: transparent;
  border-radius: 50%;
}
.social-nav .sqs-use--mask {
  fill: #fff;
}

.footer-bottom {
  background-color: #eb8f4d;
  padding: calc(20px + 0.2vmax) 0;
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-flow: column;
  gap: 11px;
  line-height: 1.5em;
}
.footer-bottom,
.footer-bottom a {
  color: #fff;
}
.footer-bottom a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

@media (min-width: 768px) {
  .footer-bottom {
    padding: 0.2vmax 0;
    justify-content: center;
    flex-flow: row;
    -moz-column-gap: 11px;
         column-gap: 11px;
    align-content: center;
  }
  .footer-col-5 .footer-col-title {
    margin-bottom: 0;
  }
}
@media (min-width: 1367px) {
  .footer-col-title {
    font-size: calc((var(--heading-4-size-value) - 1) * 1.2vw + 1rem);
  }
  .footer-main {
    font-size: calc((var(--normal-text-size-value) - 1) * 1.2vw + 1rem);
  }
  .footer-logo img {
    height: 137px;
  }
  .footer-bottom {
    font-size: calc((var(--normal-text-size-value) - 1) * 1.2vw + 1rem);
    display: grid;
    position: relative;
    row-gap: 11px;
    -moz-column-gap: 11px;
         column-gap: 11px;
    --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(1, 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-copyright {
    grid-area: 1/4/2/14;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .policy-nav {
    grid-area: 1/14/2/24;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1908px) {
  .footer-col-title {
    font-size: calc(var(--heading-4-size-value) * 1rem);
  }
  .footer-bottom,
  .footer-main {
    font-size: calc(var(--normal-text-size-value) * 1rem);
  }
  .footer-col-2 {
    display: flex;
    align-items: center;
  }
}/*# sourceMappingURL=ws-style.css.map */