@font-face {
  font-family: "auxin-front";
  src: url("fonts/auxin-front.eot");
  src: url("fonts/auxin-front.eot?#iefix") format("embedded-opentype"), url("fonts/auxin-front.woff") format("woff"), url("fonts/auxin-front.ttf") format("truetype"), url("fonts/auxin-front.svg#auxin-front") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Gotham;
  src: url(fonts/Gotham-Book.otf);
}
@font-face {
  font-family: "Granjon Roman";
  src: url(fonts/Granjon-Roman.otf);
}
@font-face {
  font-family: Gotham;
  src: url(fonts/GOTHAM-BOLD.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Gotham;
  src: url(fonts/Gotham-Medium.otf);
  font-weight: 500;
}
:root {
  --primary: #000;
  --primary-text-color: #000;
  --font-color: #000;
  --theme-color: #000;
  --body-font-size: 14px;
  --body-font-family: Gotham;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #EEECEA;
  --modal-bg-color: #EEECEA;
  --bg-color: #EEECEA;
  --btn-active-bg-color: #000;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #000;
  --btn-border-color: transparent;
  --btn-background-color: transparent;
  --btn-hover-background-color: #000;
  --btn-text-color: #000;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Gotham;
  --btn-font-size: 12px;
  --btn-text-transform: uppercase;
  --btn-border: 2px solid #000;
  --btn-padding: 10px 20px;
  --btn-border-radius: 0px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 2px;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #000;
  --anchors-hover-color: #000;
  --highlights-color: #000;
  --highlights-font-family: Granjon Roman;
  --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: 105px;
  --modal-header-color: #fff;
  --group-menu-font-size: 12px;
  --product-title-color: #000;
  --group-item-color: #252525;
  --btn-line-color: #fff;
  --btn-line-width: 20px;
  --btn-open-line-color: #fff;
}

: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);
  font-weight: bold;
}

.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);
}

#pageContent {
	letter-spacing: .05em;
}

#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);
}

.auxicon,
.auth-icon {
  font-family: "auxin-front";
}

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

.auth-wrapper {
  margin-top: var(--cart-summary-top);
  opacity: 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.has-overlay .ord-overlay {
  opacity: 1;
  visibility: visible;
}
body.open {
  overflow: hidden;
}
body.open .main-navigation {
  display: flex;
}

/* 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: 20px;
  height: 20px;
}

.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: 1px;
  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(-9.5px);
}
.burger-inner .bottom-bun {
  transform: translatey(9.5px);
}

.burger.open .burger-inner .top-bun {
  transform: translateX(-3px) rotate(-135deg);
}
.burger.open .burger-inner .bottom-bun {
  transform: translateX(-3px) 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: 25px;
}

/* squarespace btn menu end */
.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 1040;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10.5px 14px 28px;
  row-gap: 7px;
  max-width: 1496px;
  margin: 0 auto;
}

.logo {
  order: 3;
  width: 100%;
  text-align: center;
}
.logo img {
  height: 28px;
}

.shop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 28px;
  gap: 7px;
}

.shop-nav .item-icon {
  font-size: 14px;
  width: 1em;
  display: inline-block;
  color: #7b7c7f;
}
.shop-nav .item-text {
  opacity: 0;
  display: inline-block;
  height: 28px;
}
.shop-nav .icon-account::after {
  content: "\e6fa";
}
.shop-nav .cart-text {
  width: 8px;
}
.shop-nav .account-text {
  width: 14px;
}

.shop-nav .item-text,
.shop-nav .item-text a {
	color: #fff;
}

.shop-nav .checkout {
	display: none;
}

.shop-nav .cart-item,
.shop-nav a {
	display: flex;
	align-items: center;
}

.main-navigation {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1039;
  display: none;
}

.main-menu a {
  display: block;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 1.125em 1.0625em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.main-menu a:hover {
  color: #aa3c2b;
}

footer.footer {
  background-color: #eeecea;
  margin-top: 150px;
}

.footer-main {
	display: none;
}

.footer-left {
  background-color: #000;
  padding: 56px 28px;
  color: #fff;
  text-align: center;
}
.footer-left p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 28px;
  letter-spacing: 0.7px;
}

.newsletter-title {
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
  margin: 0 0 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: Gotham;
}

.newsletter-gif {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes scaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.newsletter-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(208, 208, 208, 0.5);
  animation: scaleOut 1s ease-in-out infinite;
}

.footer-cols {
  padding: 42px 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footer-col-title {
  font-size: 16px;
  font-family: Gotham;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18px;
  margin: 0 0 14px;
  letter-spacing: 1.6;
}

.footer-list,
.icon-list {
  margin-bottom: 28px;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.icon-list {
  line-height: 19px;
}
.icon-list li + li {
  margin-top: 5.25px;
}
.icon-list li:not(:last-child) {
  padding-bottom: 5.25px;
}
.icon-list a {
  display: flex;
  align-items: center;
}
.icon-list .icon-empty {
  width: 18.75px;
  color: #7b7c7f;
  font-size: 15px;
}
.icon-list .label-text {
  padding-left: 5px;
}

.auxicon-chat::before {
  content: "\e0a8";
}

.auxicon-ios-telephone::before {
  content: "\e204";
}

.footer-list li {
  margin-bottom: 14px;
}

.social-nav {
  display: flex;
  gap: 16px;
}
.social-nav a {
  width: 32px;
  height: 32px;
  background-color: rgb(123, 124, 127);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.social-nav a svg {
	fill: #fff;
}

.footer-bottom {
  background-color: rgb(37, 37, 37);
  line-height: 25px;
  padding: 7px 14px;
  letter-spacing: 0.7px;
  font-size: 10px;
  text-align: center;
}
.footer-bottom,
.footer-bottom a {
  color: #fff;
}
.footer-bottom a {
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
}

@media (min-width: 768px) {
  :root {
    --cart-summary-top: 72px;
  }
  .header-row {
    display: grid;
    align-items: center;
    height: 72px;
    padding: 0 28px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .shop-nav {
    gap: 14px;
  }
  .shop-nav .item-icon {
    font-size: 17.5px;
  }
  .shop-nav .item-text {
    display: none;
  }
  .logo {
    order: 0;
  }
  .footer-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-list,
  .icon-list,
  .footer-list li:last-child {
    margin-bottom: 0;
  }
  .social-nav {
    gap: 17px;
  }
  .icon-list {
    line-height: 18px;
  }
}
@media (min-width: 881px) {
  .footer-row {
    display: grid;
    grid-template-columns: 33.3333% 1fr;
  }
  .shop-nav {
    gap: 28px;
  }
}
@media (min-width: 1025px) {
  .shop-nav {
    gap: 14px;
  }
  
  
  .shop-nav .cart-item,
  .shop-nav a {
    gap: 7px;
  }
  
  .shop-nav .item-icon {
    font-size: 14px;
  }
  .shop-nav .item-text {
    color: #fff;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.2px;
    opacity: 1;
  }
  .footer-bottom {
    font-size: 12px;
  }
  .footer-left {
    padding: 84px 56px;
  }
  .footer-cols {
    padding: 84px;
  }
  .footer-col-title {
    height: 46px;
    margin: 0;
    letter-spacing: 2px;
  }
  .social-nav {
    gap: 18px;
  }
}
@media (min-width: 1201px) {
  .shop-nav {
    gap: 42px;
  }
}/*# sourceMappingURL=ws-style.css.map */

