@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&subset=latin,latin-ext&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Taviraj:wght@400;600;700&family=Playfair+Display:ital,wght@0,400;0,600;1,400;1,600&display=swap");
@font-face {
  font-family: icon-ord;
  src: url(fonts/modules.woff);
}
:root {
  --primary: #8c3d2c;
  --primary-text-color: #2a1d19;
  --font-color: #2a1d19;
  --theme-color: #8c3d2c;
  --body-font-size: 17px;
  --body-font-family: Taviraj;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #8c3d2c;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #8c3d2c;
  --btn-border-color: transparent;
  --btn-background-color: #8c3d2c;
  --btn-hover-background-color: #8c3d2c;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Taviraj;
  --btn-font-size: 13px;
  --btn-text-transform: none;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 999px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #8c3d2c;
  --anchors-hover-color: #2a1d19;
  --highlights-color: #8c3d2c;
  --highlights-font-family: Taviraj;
  --highlights-font-weight: 400;
  --highlights-line-height: 1.3;
  --container-max-width: 1100px;
  --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: 16px;
  --product-title-color: #8c3d2c;
  --group-item-color: #8c3d2c;
}

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);
  width: 80%;
}

#authStatus a:hover {
  text-decoration: none;
}

.icon-ord {
  font-family: icon-ord;
}

.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 .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 .main-navigation {
  transform: scale(1);
}
body.open.has-overlay .ord-overlay {
  opacity: 1;
  visibility: visible;
}

.header-main {
  padding-top: 3px;
}

.header-row {
  margin: 10px 0;
}

.logo {
  width: 47%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .logo {
    width: 30%;
  }
}
@media (min-width: 981px) {
  .logo {
    width: 27%;
  }
}

.btn-menu-wrap {
  text-align: right;
}

.burger {
  padding: 2px 6px 0;
}

.icon-toggle::after {
  content: "a";
  font-size: 32px;
  color: #33a3f2;
}

@media only screen and (max-width: 980px) {
  .header-row {
    position: relative;
  }
  .main-navigation {
    margin-top: -2px;
    padding: 5%;
    border-top: 3px solid #001b56;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1040;
    width: 100%;
    top: 100%;
    left: 0;
    transition: transform 0.3s ease;
    transform-origin: top;
    transform: scaleY(0);
    background-color: #fff;
  }
  .main-menu a {
    text-transform: uppercase;
    line-height: 26px;
    padding: 10px 5%;
    color: #000;
    font-size: 10px;
    font-family: Montserrat;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  .main-menu .has-child {
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.3s ease;
  }
  .main-menu .has-child,
  .main-menu .has-child ul {
    overflow: hidden;
  }
  .main-menu .has-child.open {
    grid-template-rows: auto 1fr;
  }
  .main-menu .has-child > a {
    position: relative;
  }
  .main-menu .has-child > a::after {
    content: "L";
    position: absolute;
    top: 13px;
    right: 10px;
    display: block;
    font-family: icon-ord;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .main-menu .has-child.open > a::after {
    content: "M";
  }
  .main-menu .has-child.open .sub-menu {
    padding-left: 10px;
  }
  .main-menu .has-child.open li {
    padding-left: 5%;
  }
}
@media (min-width: 981px) {
  header .ord-container {
    max-width: 1080px;
  }
  .btn-menu-wrap {
    display: none;
  }
  .main-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -11px;
  }
  .main-menu .has-child {
    position: relative;
  }
  .main-menu .has-child:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .main-menu .has-child > a {
    position: relative;
    padding-right: 20px;
  }
  .main-menu .has-child > a::after {
    content: "3";
    font-size: 16px;
    position: absolute;
    font-family: icon-ord;
    right: 0;
    top: 50%;
    font-weight: 800;
    transform: translateY(-50%);
    line-height: 14px;
  }
  .main-menu > li {
    padding: 0 11px;
  }
  .main-menu a {
    text-transform: uppercase;
    font-size: 13px;
    font-family: Montserrat;
    padding: 31px 0;
    line-height: 14px;
    font-weight: 600;
    display: block;
    color: #000;
  }
  .main-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 1040;
    border-top: 3px solid #001b56;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .main-menu .sub-menu li {
    padding: 0 20px;
  }
  .main-menu .sub-menu a {
    line-height: 28px;
    padding: 6px 20px;
    white-space: nowrap;
  }
  .main-menu .sub-menu a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    opacity: 0.7;
  }
}
footer.footer {
  background-color: #8e3c2e;
}
footer.footer .ord-container {
  --container-max-width: 1200px;
  width: min(100%, clamp(320px, 92vw, 1200px));
  padding: clamp(26px, 5vw, 56px) 1.25rem;
}

.footer-cols {
  display: grid;
  gap: clamp(18px, 3vw, 32px);
  grid-template-columns: 1fr;
}

.footer-col {
  background-color: #fff;
  border-radius: 18px;
  padding: clamp(16px, 2.2vw, 24px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  border: 1px solid #e6e8ec;
}
.footer-col iframe {
  border: 0 solid #e6e8ec;
  background-color: #fff;
  aspect-ratio: 16/10;
  border-radius: clamp(12px, 1.8vw, 16px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) inset;
}

.footer-col-1 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(16px, 2.4vw, 22px);
  align-items: center;
}

.footer-logo {
  display: grid;
  place-items: center;
  width: clamp(96px, 12vw, 128px);
  height: clamp(96px, 12vw, 128px);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f5f6f8);
  border: 1px solid #dfe2e8;
  box-shadow: 0 10px 26px rgba(20, 24, 31, 0.18), 0 2px 0 rgba(255, 255, 255, 0.85) inset;
  overflow: hidden;
}
.footer-logo img {
  width: clamp(84px, 10.5vw, 120px);
  height: auto;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.25)) drop-shadow(0 1px 0 rgba(255, 255, 255, 0.35));
}

h2.winery-title {
  --gold: #f0d08a;
  font-family: Taviraj;
  line-height: 1.12;
  margin: 0 0 0.25rem 0;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: clamp(22px, 2.8vw, 28px);
  color: #0f172a;
  padding-bottom: 10px;
}
h2.winery-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 0.55rem;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), color-mix(in oklab, var(--gold), #000 18%));
}

.winery-address {
  font-size: clamp(13px, 1.7vw, 14px);
  line-height: 25.5px;
  color: #384152;
  font-weight: 500;
  font-family: Montserrat;
}

.map-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: Montserrat;
  color: #000;
  padding-bottom: 10px;
  line-height: 1;
}

.contact-title {
  margin: 0 0 0.6rem 0;
  padding: 0 0 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #384152;
  font-weight: 800;
  font-size: 12.5px;
  line-height: 1.2;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.contact-list {
  display: grid;
  gap: 0.5rem;
}
.contact-list li {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  padding: 0.45rem 0.5rem;
  border-radius: 12px;
}
.contact-list a {
  color: #0f172a;
  font-size: 15px;
  font-family: Montserrat;
  line-height: 26px;
  font-weight: 500;
}
.contact-list .icon-el {
  width: 38px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #fafbfc, #f1f3f6);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
  border-radius: 11px;
  border: 1px solid #dfe2e8;
}
.contact-list svg {
  width: 18px;
  height: 18px;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: clamp(14px, 2.4vw, 20px);
  padding: clamp(12px, 2.2vw, 16px) 0 0;
}

.copyright {
  font-size: 13px;
  font-family: Montserrat;
  font-weight: 800;
  line-height: 25.5px;
  color: #fff;
}

.policy-nav {
  display: inline-flex;
  flex-wrap: wrap;
  gap: clamp(12px, 2vw, 20px);
}
.policy-nav a {
  color: #fff;
  border-bottom: 1px solid transparent;
  line-height: 25.5px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.78px;
}

@media (min-width: 640px) {
  .footer-cols {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 640px) and (max-width: 980px) {
  .footer-col-1 {
    grid-column: 1/-1;
  }
}
@media (min-width: 981px) {
  .footer-cols {
    grid-template-columns: 1.1fr 1fr 1.2fr;
  }
}/*# sourceMappingURL=ws-style.css.map */