@font-face {
  font-family: Marcellus;
  src: url(fonts/marcellus.woff2);
}
@font-face {
  font-family: "Krona One";
  src: url(fonts/krona.woff2);
}
@font-face {
  font-family: Figtree;
  src: url(fonts/FigtreeVF.woff2);
}
@font-face {
  font-family: Figtree;
  src: url(fonts/FigtreeVF-300.woff2);
  font-weight: 300;
}
@font-face {
  font-family: Figtree;
  src: url(fonts/FigtreeVF-200.woff2);
  font-weight: 200;
}
:root {
  --primary: #1c437d;
  --primary-text-color: #68665f;
  --font-color: #68665f;
  --theme-color: #1c437d;
  --body-font-size: 16px;
  --body-font-family: Figtree;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: linear-gradient(to right, #f1e4b9, #f5ece0);
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: linear-gradient(to right, #c89455, #f1e4b9, #e2a960);
  --btn-border-color: transparent;
  --btn-background-color: linear-gradient(to right, #c89455, #f1e4b9, #e2a960);
  --btn-hover-background-color: linear-gradient(to right, #f1e4b9, #f5ece0);
  --btn-text-color: rgb(31, 21, 10);
  --btn-hover-text-color: rgb(226, 169, 96);
  --btn-active-color: rgb(226, 169, 96);
  --btn-font-family: Krona One;
  --btn-font-size: 12.8px;
  --btn-text-transform: uppercase;
  --btn-border: 1px solid rgb(226, 169, 96);
  --btn-padding: 10px 20px;
  --btn-border-radius: 0px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 1.5px;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: rgb(165, 113, 52);
  --anchors-hover-color: #68665f;
  --highlights-color: #1c437d;
  --highlights-font-family: Marcellus;
  --highlights-font-weight: 400;
  --highlights-line-height: 1.4;
  --container-max-width: 1300px;
  --popup-text-color: #000;
  --wine-information-alt-row-bg: #eee;
  --overlay-bg-color: rgba(4, 10, 37, 0.86);
  --cart-summary-top: 10px;
  --modal-header-color: #fff;
  --group-menu-font-size: 16px;
  --product-title-color: #0b1651;
  --group-item-color: rgb(165, 113, 52);
  --btn-line-color: #e2a960;
  --btn-line-width: 28px;
  --btn-open-line-color: #e2a960;
}

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

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-top {
  text-align: center;
  padding: 4px 20px;
  background-color: #f5ece0;
  font-size: 15.2px;
  line-height: 1.3;
  color: #0b1651;
  font-family: Figtree;
  font-weight: 400;
}

.header-main {
  display: flex;
}
.header-main .ord-container {
  flex-basis: 90%;
}
.header-main::before, .header-main::after {
  content: "";
  display: inline-block;
  width: 20px;
  flex: 0 0 20px;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-tasting {
  padding: 20.52px 34.2px;
  letter-spacing: 1.52532px;
  font-weight: bold;
  color: #1f150a;
  font-size: 13.68px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  font-family: "Krona One";
}
.btn-tasting .btn-label {
  margin-right: -1.525px;
}
.btn-tasting .btn-icon {
  margin-left: 10.26px;
}
.btn-tasting .btn-icon svg {
  width: 13.67px;
  height: 13.67px;
}

@media only screen and (max-width: 978px) {
  .contact-nav {
    display: none;
  }
  .header-row {
    min-height: 75px;
  }
  .logo-wrap {
    flex-grow: 1;
  }
  .btn-close-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-close-menu svg {
    width: 18px;
    height: 18px;
  }
  body:not(.open) .main-navigation {
    transform: translateX(100%);
  }
  .logo {
    width: 175px;
  }
  .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1040;
    background-color: #fff;
    padding: 36px;
    transition: transform 0.3s ease;
    width: 90%;
    max-width: 420px;
    font-size: 15.2px;
    transition: transform 0.3s ease;
  }
  .main-menu {
    --icon-toggle-size: 22.8px;
    font-size: 1.5em;
    position: relative;
    overflow: hidden;
  }
  .main-menu .has-child > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-menu li {
    margin-bottom: 0.5em;
  }
  .main-menu li:not(.open) .sub-menu {
    transform: translateX(100%);
  }
  .main-menu a {
    padding: 8px 0;
    font-size: 1em;
    color: #0b1651;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
  }
  .main-menu .btn-toggle-sub-menu svg:first-child {
    display: none;
  }
  .main-menu .btn-toggle-sub-menu svg {
    width: var(--icon-toggle-size);
  }
  .main-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    transition: transform 0.3s ease;
  }
  .main-menu .sub-menu .btn-toggle-sub-menu {
    color: #0b1651;
    font-weight: 600;
    font-family: Figtree;
    padding: 8px 0;
    font-size: 1em;
    line-height: 1;
  }
  .navigation-separator {
    margin: 1.5em 0 1em;
    height: 0;
    border: 0;
    border-top: 2px solid rgba(226, 169, 96, 0.2509803922);
  }
  .navigation-separator ~ .navigation-separator {
    margin-top: 0;
  }
  .secondary-nav {
    padding-top: 5px;
  }
  .secondary-nav li {
    margin-bottom: 1.25em;
    display: flex;
  }
  .secondary-nav a {
    display: inline-block;
    font-size: 1.5em;
    line-height: 1;
    font-weight: 600;
    color: #0b1651;
  }
  /* square space btn menu start */
  .burger {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .burger-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
  }
  .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(-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);
    width: 28px;
  }
  /* squarespace btn menu end */
}
footer.footer {
  --container-max-width: 1300px;
  background-image: url(Images/footer-background.webp);
}
footer.footer .ord-container {
  width: 90%;
}

.footer-main {
  padding: 120px 0 25px;
  background-image: linear-gradient(to top, rgba(4, 10, 37, 0.9803921569), rgba(11, 22, 81, 0.94));
}

.footer-logo {
  padding-bottom: 100px;
}

.footer-newsletter {
  padding-bottom: 44px;
}

.newsletter-title {
  color: #fff;
  font-family: Marcellus;
  font-size: 22.8px;
  margin: 0 0 20px;
}

.btn-newsletter {
  padding: 0 22px;
  margin: 0 5px 10px 0px;
  line-height: 32px;
  background-color: #d3ad78;
  border-radius: 4px;
  color: #fff;
  font-family: Figtree;
  font-size: 18px;
  display: inline-block;
}

.footer-cols {
  display: grid;
  justify-content: center;
  display: grid;
  align-content: start;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-bottom: 45.6px;
  grid-gap: 35px 18px;
}

.footer-col-title {
  font-size: 14px;
  color: #e2a960;
  margin: 0 -1.26px 15px 0;
  line-height: 1.2;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  font-family: "Krona One", sans-serif;
}

.footer-list a {
  display: block;
  padding: 8px 0;
  line-height: 1;
}

.footer-list,
.footer-icon-list {
  font-size: 15.2px;
}
.footer-list a,
.footer-icon-list a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1098039216);
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1em;
}

.footer-list-2 {
  font-size: 15.2px;
}
.footer-list-2,
.footer-list-2 a {
  color: #fff;
}
.footer-list-2 li {
  padding: 6px 0 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1098039216);
}
.footer-list-2 p {
  line-height: 1.2;
}
.footer-list-2 span {
  font-family: Marcellus;
  font-size: 0.8em;
  line-height: 1.4;
  margin-top: 0.35em;
  display: inline-block;
}

.footer-icon-list a {
  padding: 6px 0 7px;
  line-height: 1.2;
}
.footer-icon-list svg {
  width: 1em;
  height: 1em;
  fill: #009fdb;
  margin-right: 0.5em;
}

.footer-separator {
  margin: 0 0 20px;
  height: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1098039216);
}

.copyright-row {
  display: grid;
  gap: 20px;
}

.policy-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15.2px;
}

.policy-nav,
.copyright,
.credits {
  text-align: center;
  font-family: Figtree;
  font-size: 13px;
  line-height: 1.5;
}

.policy-nav a,
.copyright {
  color: #fff;
}

.social-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-list a {
  margin: 0 4.75px;
  width: 28.5px;
  height: 28.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-list svg {
  width: 23.75px;
  height: 23.75px;
  fill: #009fdb;
}

.credits {
  opacity: 0;
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
  margin-top: 30.4px;
}

@media (min-width: 480px) {
  .header-top {
    font-size: 16px;
  }
  .header-row {
    min-height: 100px;
  }
  .logo {
    max-width: 270px;
    width: auto;
  }
  .btn-menu-wrap {
    margin-left: 18px;
  }
  .contact-nav {
    display: block;
    margin-left: 16px;
  }
  .contact-nav a {
    display: flex;
    border: 1px solid rgb(226, 169, 96);
    padding: 8px 16px;
    line-height: 1;
    text-transform: uppercase;
    color: rgb(31, 21, 10);
    font-weight: 700;
    font-size: 12.8px;
    letter-spacing: 1.92px;
    font-family: "Krona One";
  }
  .contact-nav a:hover {
    background-image: linear-gradient(to right, #f1e4b9, #f5ece0);
    color: #a57134;
  }
  .contact-nav p {
    margin: 5px;
  }
  .contact-nav span {
    display: inline-block;
    margin-right: -1.92px;
  }
  .main-navigation {
    padding: 45px;
    font-size: 16px;
  }
  .btn-tasting {
    font-size: 14.4px;
    padding: 21.6px 36px;
  }
  .btn-close-menu {
    width: 45px;
    height: 45px;
  }
  .footer-cols {
    margin-bottom: 48px;
  }
  .footer-list-2,
  .footer-list,
  .footer-icon-list {
    font-size: 16px;
  }
  .social-list,
  .policy-nav {
    justify-content: flex-start;
  }
  .copyright {
    text-align: left;
  }
  .credits {
    margin-top: 32px;
  }
  .social-list a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
  .social-list svg {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 767px) {
  .header-top {
    padding: 0;
    line-height: 40px;
  }
  .btn-tasting {
    font-size: 12.8px;
    padding: 19.2px 32px;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-logo img {
    width: 450px;
  }
  .copyright-row {
    grid-template-columns: 1fr 1fr;
  }
  .footer-cols {
    margin-bottom: 96px;
  }
  .copyright {
    text-align: center;
  }
  .credits {
    margin-top: 16px;
  }
}
@media (min-width: 979px) {
  .button-list,
  .secondary-nav,
  .navigation-separator,
  .sub-menu .btn-toggle-sub-menu,
  .btn-menu-wrap,
  .btn-close-menu {
    display: none;
  }
  .main-navigation {
    padding: 0;
    flex-grow: 1;
  }
  .main-menu {
    display: flex;
    justify-content: flex-end;
    margin: 0 -8px;
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:not(:hover) .sub-menu {
    display: none;
  }
  .main-menu a {
    text-transform: uppercase;
    font-family: "Krona One";
    font-size: 12.8px;
    color: #1f150a;
    display: flex;
    align-items: center;
    padding: 4px 16px;
    line-height: 18px;
    gap: 7px;
    letter-spacing: 1.92px;
  }
  .main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1040;
    background-color: #fff;
    padding: 5px;
    width: 200px;
  }
  .main-menu .sub-menu a {
    padding: 9px 12px;
    font-family: Figtree;
    font-size: 16.2px;
    text-transform: none;
    line-height: 19.4px;
    letter-spacing: 0;
    border-radius: 4px;
  }
  .main-menu .sub-menu a:hover {
    background-color: rgba(0, 159, 219, 0.0784313725);
  }
  .main-menu svg {
    width: 15px;
    height: 15px;
  }
  .main-menu svg + svg {
    display: none;
  }
  .footer-cols-row {
    display: grid;
    justify-content: stretch;
    align-content: stretch;
    grid-gap: 44px 35px;
    grid-template-columns: 340px 1fr;
  }
  .copyright-row {
    align-items: start;
    grid-template-columns: repeat(3, 1fr);
  }
  .social-list {
    justify-content: flex-end;
  }
  .credits {
    margin-top: 0;
  }
}/*# sourceMappingURL=ws-style.css.map */