@font-face {
  font-family: brandon;
  src: url(fonts/brandon-grot-w01-light.woff2);
}
@font-face {
  font-family: avenir;
  src: url(fonts/avenir-lt-w01_35-light1475496.woff2);
}
@font-face {
  font-family: avenir-heavy;
  src: url(fonts/avenir-lt-w01_85-heavy1475544.woff2);
  font-weight: 700;
}
@font-face {
  font-family: "Playfair Display";
  src: url(fonts/pd.woff2);
}
:root {
  --primary: #094385;
  --primary-text-color: #1c1c1c;
  --font-color: #1c1c1c;
  --theme-color: #094385;
  --body-font-size: 18px;
  --body-font-family: avenir;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #e99d9d;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: transparent;
  --btn-border-color: transparent;
  --btn-background-color: #094385;
  --btn-hover-background-color: #e99d9d;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Playfair Display;
  --btn-font-size: 20px;
  --btn-text-transform: none;
  --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: #094385;
  --anchors-hover-color: #1c1c1c;
  --highlights-color: #1c1c1c;
  --highlights-font-family: Playfair Display;
  --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: rgba(28, 28, 28, 0.6);
  --cart-summary-top: 10px;
  --modal-header-color: #fff;
  --group-menu-font-size: 20px;
  --product-title-color: #094385;
  --btn-line-color: #ff4f4f;
  --btn-line-width: 22px;
  --btn-open-line-color: #ff4f4f;
}

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 {
  overflow: hidden;
}
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%;
}

.header-main {
  background-color: #404040;
}

@media only screen and (max-width: 1023px) {
  .burger .button-text,
  .button-close,
  .times-close {
    display: none;
  }
  .site-navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    background-color: #fff;
    z-index: 1040;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease;
  }
  .main-menu {
    padding-top: 20px;
    padding-left: 30px;
  }
  .main-menu a {
    font-size: 20px;
    padding-left: 10px;
    line-height: 56px;
    display: inline-block;
    color: #1c1c1c;
  }
  .logo {
    text-align: center;
    padding: 10px 0 11px;
  }
  .logo .first-image {
    display: none;
  }
  .logo img {
    width: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 85px;
  }
  .btn-menu-wrap p {
    text-align: center;
    line-height: 17px;
    font-size: 14px;
    margin: 0 auto;
    max-width: 300px;
    padding-bottom: 6px;
  }
  .btn-menu-wrap,
  .btn-menu-wrap a {
    color: #fff;
  }
  /* square space btn menu start */
  .burger {
    position: fixed;
    display: inline-block;
    cursor: pointer;
    z-index: 1041;
    top: 90px;
    right: 4px;
  }
  .burger img {
    display: none;
  }
  .burger-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid var(--btn-line-color);
    width: 45px;
    background-color: #fff;
    height: 45px;
  }
  .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: 3px;
    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-box {
    border-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .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 */
}
@media (min-width: 1024px) {
  .header-main {
    --container-max-width: 980px;
    padding-bottom: 33px;
  }
  .logo-wrap {
    display: flex;
    justify-content: space-between;
  }
  .btn-menu-wrap {
    text-align: right;
  }
  .btn-menu-wrap a {
    color: #fff;
  }
  .btn-menu-wrap p {
    padding-top: 11px;
    font-size: 15px;
    padding-right: 11px;
    line-height: 18px;
    color: #fff;
  }
  .times-close {
    text-align: right;
  }
  .btn-times {
    margin: 46px 52px 48px 0;
  }
  .btn-times svg {
    fill: #fff;
    width: 58px;
    height: 49px;
  }
  .site-navigation {
    position: fixed;
    padding-left: 26px;
    top: 0;
    right: 0;
    height: 100%;
    width: 396px;
    overflow-y: auto;
    background-color: #000;
    z-index: 1040;
    transition: transform 0.5s ease;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
    transform: translate(100%);
  }
  .site-navigation::-webkit-scrollbar {
    display: none;
  }
  .main-menu {
    margin-bottom: 53px;
  }
  .main-menu a {
    color: #fff;
    display: block;
    line-height: 40px;
    font-size: 28px;
    font-family: "Playfair Display";
  }
  .main-menu a:hover {
    color: #e99d9d;
  }
  .btn-close {
    border: 1px solid rgb(155, 155, 155);
    font-size: 14px;
    width: 142px;
    background-color: rgba(28, 28, 28, 0.7);
    height: 40px;
    color: #fff;
    line-height: 36px;
    font-family: avenir;
    margin-left: 5px;
  }
  .logo {
    display: flex;
    padding-top: 10px;
  }
  .logo .first-image {
    border-radius: 50%;
    width: 105px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 70px;
  }
  .logo .second-image {
    width: 300px;
    height: 80px;
    transform: translateY(5px);
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: -29px;
  }
  .burger {
    padding-top: 11px;
    padding-right: 10px;
    font-size: 13px;
    font-family: avenir;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.3px;
  }
  .burger .button-text {
    display: block;
    color: #fff;
    padding-top: 6px;
  }
  .burger img {
    width: 45px;
    height: 40px;
  }
}
footer.footer {
  --footer-font-size: 12px;
  --footer-background-color: #404040;
  --footer-line-height: 14px;
  --footer-bottom-line-height: 17.6px;
  --footer-social-img-size: 35px;
  --footer-social-gap: 15px;
  --footer-social-title-size: 20px;
  --footer-social-title-lh: 27px;
  --footer-social-title-mb: 27px;
  --footer-social-padding-bottom: 10px;
  --footer-main-spacing: 14px;
  --footer-secondary-spacing: 17px;
  background-color: var(--footer-background-color);
  text-align: center;
  padding: 15px 10px 20px;
  font-size: var(--footer-font-size);
  line-height: var(--footer-line-height);
}
@media (min-width: 1024px) {
  footer.footer {
    --footer-font-size: 15px;
    --footer-background-color: #094385;
    --footer-line-height: 18px;
    --footer-bottom-line-height: 20px;
    --footer-social-img-size: 28px;
    --footer-social-gap: 23px;
    --footer-social-title-size: 24px;
    --footer-social-title-lh: 32px;
    --footer-social-title-mb: 19px;
    --footer-social-padding-bottom: 39px;
    padding-bottom: 67px;
  }
}
footer.footer,
footer.footer a {
  color: #fff;
}
footer.footer section {
  max-width: 980px;
  margin: 0 auto;
}

.social-nav-title {
  font-size: var(--footer-social-title-size);
  line-height: var(--footer-social-title-lh);
  margin: 0 0 var(--footer-social-title-mb);
  color: #fff;
}
@media (min-width: 1024px) {
  .social-nav-title {
    padding-right: 5px;
  }
}

.social-nav {
  display: flex;
  justify-content: center;
  padding-bottom: var(--footer-social-padding-bottom);
}
.social-nav a + a {
  margin-left: var(--footer-social-gap);
}
.social-nav img {
  width: var(--footer-social-img-size);
  height: var(--footer-social-img-size);
}

.footer-col p strong {
  font-family: avenir-heavy;
}

.policy-nav {
  font-weight: 700;
}
.policy-nav a {
  text-decoration: underline;
}

.hours-note,
.winery-note {
  margin-bottom: var(--footer-main-spacing);
}

.footer-col,
.policy-nav,
.policy-disclaimer {
  padding-bottom: var(--footer-secondary-spacing);
}

.footer-col-1 {
  padding-bottom: 28px;
}

.policy-disclaimer {
  font-family: brandon;
  line-height: var(--footer-bottom-line-height);
}
@media (min-width: 1024px) {
  .policy-disclaimer {
    font-size: 14px;
    max-width: 760px;
    margin: 0 auto 3px;
    transform: translateX(-10px);
  }
}

.copyright {
  line-height: var(--footer-bottom-line-height);
  font-family: brandon;
}
@media (min-width: 1024px) {
  .copyright {
    font-size: 14px;
    line-height: 20.2px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  footer.footer {
    padding-top: 50px;
  }
  .footer-col-2 {
    transform: translate(-8px, 1px);
  }
  .footer-col-3 {
    transform: translate(-52px, -1px);
  }
  .footer-row {
    display: flex;
    text-align: left;
    justify-content: center;
    gap: 175px;
    padding-bottom: 25px;
  }
  .policy-nav {
    padding-bottom: 10px;
  }
  .hours-note {
    margin-bottom: 18px;
    padding-right: 5px;
  }
  .winery-note {
    max-width: 665px;
    margin: 0 auto 28px;
    transform: translateX(-3px);
  }
}/*# sourceMappingURL=ws-style.css.map */
.shop-as-guest .shop-as-guest,
.auth-wrapper {
	display: none;
}