@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@font-face {
  font-family: ord-icon;
  src: url(fonts/awb-icons.woff);
}
:root {
  --primary: #5f4479;
  --primary-text-color: #5f4479;
  --font-color: #5f4479;
  --theme-color: #5f4479;
  --body-font-size: 16px;
  --body-font-family: Montserrat;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #00687d;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #5f4479;
  --btn-border-color: transparent;
  --btn-background-color: #5f4479;
  --btn-hover-background-color: #00687d;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Karla;
  --btn-font-size: 18px;
  --btn-text-transform: uppercase;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 0px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 2px;
  --anounce-color: #5f4479;
  --inputs-text-color: #212529;
  --anchors-color: #5f4479;
  --anchors-hover-color: #00687d;
  --highlights-color: #5f4479;
  --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: transparent;
  --cart-summary-top: 10px;
  --modal-header-color: #fff;
  --group-menu-font-size: 18px;
  --product-title-color: #5f4479;
  --group-item-color: #5f4479;
  --btn-line-color: #5f4479;
  --btn-line-width: 24px;
  --btn-open-line-color: #5f4479;
}

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 .main-menu {
  transform: scaleY(1);
}
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-top {
  text-align: center;
  background-color: #def8f8;
  text-align: center;
  font-weight: 700;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.3em;
}
.header-top .alert-content {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.header-top,
.header-top a {
  color: #00687d;
}
.header-top span {
  font-size: 18.666px;
}
.header-top a {
  text-decoration: underline;
  margin-left: 10px;
}

.header-banner {
  display: none;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.72) 0%, rgba(255, 255, 255, 0) 92%), url("Images/banner.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
}
form[action*="/wines"] .header-banner {
  display: flex;
}
.header-banner h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1;
  color: #fff;
}

.header-main {
  padding: 15px 30px;
  background-image: radial-gradient(circle at center center, #fff 0%, rgba(167, 167, 191, 0.75) 100%);
}

@media only screen and (max-width: 640px) {
  .logo-wrap {
    display: flex;
    align-items: center;
    margin: 0 -2%;
  }
  .btn-menu-wrap {
    text-align: right;
    width: 40%;
  }
  .btn-menu-wrap .btn-content {
    margin: 0 4.8%;
  }
  .logo {
    width: 60%;
    display: flex;
  }
  .logo a {
    margin: 0 3.2%;
  }
  .main-menu {
    background-color: #4d3163;
    position: absolute;
    width: 100%;
    left: 0;
    transform-origin: top;
    z-index: 1040;
    transition: transform 0.3s ease;
    transform: scaleY(0);
  }
  .main-menu a {
    line-height: 65px;
    display: block;
    padding: 0 22.5px;
    color: #fff;
    font-size: 15px;
    font-family: Karla;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    letter-spacing: 0.375px;
  }
  /* square space btn menu start */
  .burger {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 12px 20px;
  }
  .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: 4px;
    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 */
}
@media (min-width: 641px) {
  .header-main {
    padding: 40px 30px;
  }
  .logo {
    text-align: center;
  }
  .site-navigation {
    padding: 0 30px;
    background-color: #4d3163;
  }
  .main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 60px;
  }
  .main-menu li {
    margin: 0 30px;
  }
  .main-menu li:first-child {
    margin-left: 0;
  }
  .main-menu li:last-child {
    margin-right: 0;
  }
  .main-menu a {
    color: #fff;
    line-height: 27px;
    font-family: Karla;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.375px;
  }
  .main-menu a:hover {
    color: #9ce5e5;
  }
  .header-banner {
    min-height: 512px;
  }
  .header-banner h1 {
    font-size: 52px;
  }
}
@media (min-width: 715px) {
  .main-menu a {
    line-height: 30px;
  }
}
.footer-main {
  margin: 0 -2%;
}

.footer-logo {
  text-align: center;
  margin-bottom: 64px;
}
.footer-logo img {
  width: 200px;
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
}

.footer-col {
  width: 50%;
  overflow: hidden;
  padding-bottom: 20px;
}

.footer-col-3 {
  width: 100%;
}

.footer-list {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.195px;
  line-height: 1.8;
  font-family: Karla;
  margin: 0 3.84%;
}
.footer-list li + li {
  padding-top: 10px;
}
.footer-list a:hover {
  color: #00687d;
}

.footer-newsletter {
  text-align: center;
  margin: 0 1.92% 10px;
}

.newsletter-title {
  --fontSize: 28;
  --typography_sensitivity: 0.5;
  --maxViewportSize: 800;
  --minViewportSize: 360;
  --minFontSize: calc(1.5 * 14);
  font-size: calc(var(--fontSize) * 1px - var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw) / (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
  color: #4d3163;
  line-height: 1.16;
  font-family: "Playfair Display";
  letter-spacing: normal;
  margin: 0;
  padding: 10px 0;
}

.newsletter-input {
  height: 78px;
}

.newsletter-button {
  padding: 14px 0 24px;
}

.btn-subscribe {
  background-color: #4d3163;
  padding: 13px 26px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-family: Karla;
  letter-spacing: 2px;
  display: inline-block;
  line-height: 16.8px;
}
.btn-subscribe:hover {
  background-color: #00687d;
  color: #fff;
}

.social-nav {
  font-family: ord-icon;
  font-size: 22px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px;
}
.social-nav a {
  margin: 10px;
}

.icon-facebook::after {
  content: "\e604";
}

.icon-instagram::after {
  content: "\ea92";
}

footer.footer {
  background-color: #f3edf9;
  overflow: hidden;
  padding: 35px 30px;
}

.copyright {
  text-align: center;
  font-size: 12px;
  margin: 1em 0;
  line-height: 1.8;
}

@media (min-width: 641px) {
  .footer-cols {
    justify-content: center;
  }
  .footer-col {
    width: 20%;
  }
  .footer-col-3 {
    width: 33.3333%;
    flex-grow: 0;
  }
  .footer-list {
    margin: 0 9.6%;
  }
  .footer-newsletter {
    margin: 0 5.76% 10px;
  }
  .newsletter-input {
    height: 83px;
  }
  .newsletter-title {
    padding-top: 0;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  footer.footer {
    --container-max-width: 1248px;
  }
  .newsletter-title {
    font-size: 28px;
  }
  .newsletter-button {
    text-align: left;
  }
}/*# sourceMappingURL=ws-style.css.map */