@font-face {
  font-family: Helvetica;
  src: url(fonts/helvetica-w01-roman.woff2);
}
@font-face {
  font-family: lulo;
  src: url(fonts/lulo-clean-w01-one-bold.woff2);
}
@font-face {
  font-family: avenir;
  src: url(fonts/avenir-lt-w01_35-light1475496.woff2);
}
@font-face {
  font-family: didot;
  src: url(fonts/didot-w01-italic.woff2);
}
@font-face {
  font-family: brandon-grotesque;
  src: url(fonts/brandon-grot-w01-light.woff2);
}
:root {
  --primary: #242a35;
  --primary-text-color: #242a35;
  --font-color: #242a35;
  --theme-color: #242a35;
  --body-font-size: 20px;
  --body-font-family: brandon-grotesque;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #242a35;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: transparent;
  --btn-border-color: transparent;
  --btn-background-color: #242a35;
  --btn-hover-background-color: #242a35;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: brandon-grotesque;
  --btn-font-size: 17px;
  --btn-text-transform: uppercase;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 0px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #339beb;
  --anchors-hover-color: #242a35;
  --highlights-color: #242a35;
  --highlights-font-family: didot;
  --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: #339beb;
  --btn-line-color: #fff;
  --btn-line-width: 22px;
  --btn-open-line-color: #fff;
}

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: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 .site-navigation {
  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 {
  text-align: center;
}
.logo img {
  width: 190px;
  height: 185px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-main {
  background-image: url(Images/banner.jpg);
  background-size: cover;
  background-position: center top;
  min-height: 466px;
}

.utils-nav {
  text-align: center;
}
.utils-nav a {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 16px;
  font-family: avenir;
  color: #000;
  letter-spacing: 1.6px;
}
.utils-nav svg {
  width: 12px;
  height: 12px;
  fill: #687fad;
}

.header-background {
  background-color: rgba(255, 255, 255, 0.7);
  padding-bottom: 13px;
  border-bottom: 2px solid #fff;
}

@media only screen and (max-width: 1023px) {
  .header-right .social-nav {
    display: none;
  }
  .logo-wrap {
    margin-bottom: -4px;
  }
  .site-navigation {
    position: fixed;
    padding-top: 10px;
    padding-left: 48px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 1040;
    background-color: #242a35;
    transform: translateX(100%);
    transition: transform 0.5s ease;
  }
  .main-menu {
    width: 191px;
  }
  .main-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 56px;
    padding-left: 10px;
    font-size: 20px;
    font-family: didot;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .main-menu .has-child.open .sub-menu {
    display: block;
  }
  .main-menu .has-child.open svg {
    transform: rotate(180deg);
  }
  .main-menu .btn-toggle-sub-menu {
    width: 50px;
    height: 50px;
  }
  .main-menu .btn-toggle-sub-menu svg {
    width: 12px;
    height: 12px;
    fill: #414141;
  }
  .main-menu .sub-menu {
    display: none;
  }
  .main-menu .sub-menu a {
    max-width: 230px;
    display: block;
    padding-left: 25px;
    color: #414141;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  /* square space btn menu start */
  .burger {
    z-index: 1050;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    right: 7px;
    top: 10px;
  }
  .burger-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
  }
  .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: 2px;
    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(-9px);
  }
  .burger-inner .bottom-bun {
    transform: translatey(9px);
  }
  .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 */
}
.footer-main {
  margin: 0 auto;
  max-width: 280px;
}

.footer-col-separator {
  display: none;
}

.footer-col-separator hr,
.footer-separator hr {
  margin: 0 auto;
  width: 260px;
  height: 0;
  border: 0;
  border-top: 1px solid #000;
  margin-bottom: 4px;
}

.footer-sparks {
  text-align: right;
  margin: 10px 10px 10px 0;
}
.footer-sparks img {
  width: 100px;
}

.footer-title {
  margin-bottom: 18px;
}
.footer-title h5 {
  text-transform: uppercase;
  color: #242a35;
  font-size: 21px;
  line-height: 30px;
  font-family: lulo;
  margin: 0;
}

.footer-col-1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 27.2px;
  margin-bottom: 16px;
}
.footer-col-1 a {
  color: #242a35;
}

.social-title {
  line-height: 20.8px;
  font-size: 16px;
  margin: 0;
}

.footer-social-list {
  font-size: 17px;
  line-height: 28.9px;
}
.footer-social-list a {
  font-weight: bold;
  color: #242a35;
}

.copyright {
  font-size: 17px;
  line-height: 28.9px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.copyright a {
  text-decoration: underline;
  color: #242a35;
}

@media (min-width: 1024px) {
  header {
    --container-max-width: 960px;
  }
  header .social-list {
    display: flex;
    gap: 7px;
    padding-right: 47px;
    padding-top: 5px;
  }
  header .social-list img {
    width: 23px;
    height: 23px;
  }
  .header-main {
    min-height: 800px;
  }
  .header-row {
    display: flex;
    justify-content: space-between;
    padding-left: 19px;
  }
  .logo {
    position: relative;
  }
  .logo a {
    overflow: hidden;
  }
  .logo img {
    width: 180px;
    height: 180px;
  }
  .logo::after, .logo::before {
    content: "";
    width: 2px;
    height: 144px;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    top: 0;
  }
  .logo::before {
    left: -28px;
  }
  .logo::after {
    height: 149px;
    right: -27px;
  }
  .utils-nav a {
    font-size: 15px;
    gap: 5px;
    letter-spacing: 1.5px;
  }
  .header-background {
    padding-bottom: 71px;
  }
  .header-right {
    padding-top: 20px;
    display: flex;
    padding-right: 37px;
  }
  .site-navigation {
    margin-top: -84px;
    padding-left: 145px;
  }
  .main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-menu .has-child {
    position: relative;
  }
  .main-menu .has-child:hover .sub-menu {
    display: block;
  }
  .main-menu a {
    text-transform: uppercase;
    display: inline-block;
    color: #000;
    padding: 5px 8px 8px;
    font-size: 13px;
    font-family: "Helvetica";
    line-height: 60px;
    border-top: 4px solid transparent;
  }
  .main-menu a:hover {
    border-top-color: #000;
  }
  .main-menu .sub-menu {
    display: none;
    position: absolute;
    padding: 15px 5px 0;
    top: 100%;
    right: 0;
    z-index: 1040;
    background-color: #fff;
  }
  .main-menu .sub-menu a {
    display: block;
    text-align: right;
    white-space: nowrap;
    line-height: 28px;
  }
  .main-menu > li {
    text-align: center;
  }
  .main-menu > li:first-child {
    width: 75px;
  }
  .main-menu > li:nth-child(2) {
    width: 81px;
  }
  .main-menu > li:nth-child(3) {
    width: 73px;
  }
  .main-menu > li:nth-child(4) {
    width: 69px;
  }
  .main-menu > li:nth-child(5) {
    width: 88px;
  }
  .main-menu > li:nth-child(6) {
    width: 71px;
  }
  .main-menu > li:last-child {
    width: 97px;
  }
  .footer-separator {
    display: none;
  }
  .footer-col-separator {
    display: block;
  }
  .footer-col-separator hr {
    width: 190px;
    margin: 46px 0 33px;
  }
  .footer-main {
    --container-max-width: 962px;
    max-width: 100%;
  }
  .footer-main .ord-container {
    position: relative;
  }
  .footer-sparks {
    position: absolute;
    top: 77px;
    left: 257px;
    margin: 0;
  }
  .footer-sparks img {
    width: 140px;
    height: 140px;
  }
  .footer-col-1 {
    line-height: 28.9px;
    font-size: 17px;
  }
  .footer-title {
    max-width: 320px;
    margin-bottom: 10px;
  }
  .footer-title h5 {
    line-height: 38px;
    font-size: 27px;
  }
  .footer-cols {
    display: flex;
    align-items: flex-end;
  }
  .footer-col-2 {
    padding-left: 34px;
    margin-bottom: 16px;
  }
  .social-title {
    font-size: 20px;
  }
  .copyright {
    padding-top: 7px;
    padding-bottom: 56px;
    padding-left: 27px;
  }
}/*# sourceMappingURL=ws-style.css.map */