@font-face {
  font-family: Nectomono;
  src: url(fonts/NectoMono-Regular.otf);
}
@font-face {
  font-family: Span;
  src: url(fonts/span.woff);
}
@font-face {
  font-family: Span-Condensed;
  src: url(fonts/Span-Condensed.woff);
}
@font-face {
  font-family: Span-Condensed;
  src: url(fonts/span-condensed-thin.woff);
  font-weight: 300;
}
:root {
  --primary: #e96846;
  --primary-text-color: #23533a;
  --font-color: #23533a;
  --theme-color: #5f8b81;
  --body-font-size: 17px;
  --body-font-family: Span;
  --body-font-weight: 400;
  --body-line-height: 1.2em;
  --body-background-color: #f0ebdd;
  --modal-bg-color: #f0ebdd;
  --bg-color: #f0ebdd;
  --btn-active-bg-color: #e96846;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #e96846;
  --btn-border-color: transparent;
  --btn-background-color: #e96846;
  --btn-hover-background-color: #e96846;
  --btn-text-color: #f0ebdd;
  --btn-hover-text-color: #f0ebdd;
  --btn-active-color: #f0ebdd;
  --btn-font-family: Nectomono;
  --btn-font-size: 12px;
  --btn-text-transform: uppercase;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 300px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0.04em;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #e96846;
  --anchors-hover-color: #23533a;
  --highlights-color: #23533a;
  --highlights-font-family: Span-Condensed;
  --highlights-font-weight: 400;
  --highlights-line-height: 1.4;
  --container-max-width: 1400px;
  --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: #ebb23e;
  --product-title-color: #e96846;
  --group-item-color: #e96846;
  --btn-line-color: #fff;
  --btn-line-width: 35px;
  --btn-open-line-color: #ebb23e;
  --heading-font-line-height: 1.2em;
  --heading-3-size-value: 3.6;
  --normal-text-size-value: 1;
  --heading-4-size-value: 2;
  --sqs-site-gutter: 10vw;
  --sqs-mobile-site-gutter: 6vw;
  --sqs-site-max-width: 1400px;
}

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,
#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 .logo img {
  filter: invert(1);
}
body.open .login-link {
  color: #ebb23e;
}
body.open .cart-link svg {
  stroke: #ebb23e;
}
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%;
}

:root {
  --header-background-color: #f0ebdd;
  --header-padding: 6vw;
  --logo-height: 71.41px;
  --logo-img-height: 26px;
  --header-height: calc(var(--header-padding) * 2 + var(--logo-height));
  --navigation-height: calc(100vh - var(--header-height));
  --header-container-width: 100%;
  --navigation-background: #f0ebdd;
  --navigation-font-family: Nectomono;
  --nav-item-color: #ebb23e;
}

.header-main {
  --container-max-width: var(--header-container-width);
  background-color: var(--header-background-color);
  padding: var(--header-padding);
}

body.open {
  overflow: hidden;
}
body.open .site-navigation {
  opacity: 1;
  visibility: visible;
}
body.open .header-main {
  background-color: var(--navigation-background);
}

.main-menu a {
  color: var(--nav-item-color);
}

.login-link {
  font-family: Nectomono;
  font-size: 11px;
  color: #23533a;
  text-transform: uppercase;
  padding: 15px 0;
  line-height: 14px;
  padding-right: 15px;
  font-weight: 600;
}

.cart-link {
  display: block;
  padding: 15px 0;
}
.cart-link svg {
  stroke: #23533a;
  margin-left: 5px;
  width: 20px;
  height: 22px;
}
.cart-link .cart-counter-el {
  font-size: 13px;
  font-family: Nectomono;
  background-color: #ebb23e;
  border-radius: 20px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
  margin-left: -3px;
  vertical-align: text-bottom;
  color: transparent;
}

@media (max-width: 1024px) {
  .header-right.navigation-secondary,
  .header-right-desktop.header-right {
    display: none;
  }
  .site-navigation {
    position: fixed;
    top: var(--header-height);
    left: 0;
    max-width: 100vw;
    width: 100%;
    max-height: var(--navigation-height);
    height: 100%;
    overflow: hidden auto;
    background-color: var(--navigation-background);
    opacity: 0;
    z-index: 1040;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .navigation-content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .navigation-row {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .main-menu li {
    padding: 0 10vw;
    overflow: hidden;
  }
  .main-menu a {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.2;
    margin: 1.5vw 5vw;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: var(--navigation-font-family);
  }
}
.logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: var(--logo-img-height);
  filter: invert(1)
}

/* square space btn menu start */
.burger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 1px 6px;
}

.burger-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}

.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 .top-bun,
.burger-inner .bottom-bun {
  background-color: var(--btn-line-color);
}
.burger-inner .top-bun {
  transform: translatey(-5.5px);
}
.burger-inner .bottom-bun {
  transform: translatey(5.5px);
}

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

.header-banner {
	background-image: url(Images/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 50vh;
	background-position: center;
	display: none;
	position: relative;
}


.header-banner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

form[action*="/wines"] .header-banner {
	display: flex;
	justify-content: center;
	align-items: center;
}

form[action*="/wines"] .header-banner h1 {
	color: #f0ebdd;
	margin: 0;
	font-size: 48px;
	text-align: center;
	position: relative;
	z-index: 19;
}

/* squarespace btn menu end */
@media (min-width: 768px) {
  .logo-wrap .top-shop-nav {
    display: none;
  }
  :root {
    --logo-height: 37px;
  }
}
@media (min-width: 1025px) {
  :root {
    --logo-img-height: 30px;
    --header-padding: 2vw 10vw;
    --nav-item-color: #ebb23e;
    --navigation-basis: 33%;
    --logo-basis: 34%;
  }
  .header-right.navigation-secondary,
  .chevron,
  .btn-menu-wrap,
  .close-submenu-item {
    display: none;
  }
  .header-main-content,
  .navigation-content,
  .header-row {
    display: flex;
    align-items: center;
  }
  
  .header-row {
	  display: grid;
	  grid-template-columns: 20% 60% 20%;
  }
  
  .header-main-content {
    flex: 1 0 67%;
	flex-direction: column-reverse;
	grid-column: 2 / 3;
  }
  .header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .site-navigation {
    flex: 1 1 var(--navigation-basis);
	margin-top: 10px;
  }
  .logo-wrap {
    flex: 1 1 var(--logo-basis);
  }
  .logo-wrap {
    flex-grow: 1;
  }
  .main-menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .main-menu a {
    font-size: 11px;
    white-space: nowrap;
    padding: 0.1em 0;
    display: inline-block;
    line-height: 2;
    text-transform: uppercase;
    font-family: Nectomono;
    letter-spacing: 1px;
    color: #23533a;
    font-weight: 600;
    margin-right: 1.2vw;
  }
  .top-shop-nav {
    display: flex;
  }
  .logo-wrap {
    display: block;
    text-align: center;
  }
  .cart-link {
    width: 100px;
    display: flex;
    justify-content: flex-end;
  }
  .cart-link svg {
    stroke: #23533a;
  }
  .login-link {
    display: flex;
    align-items: center;
    color: #23533a;
  }
  form[action*="/wines"] .main-menu a {
	  color: #f0ebdd
  }
}
  

body:not(.open) form[action*="/wines"] .login-link{
		  color: #f0ebdd;
	  }

body:not(.open) form[action*="/wines"] .cart-link svg {
		  stroke: #f0ebdd
	  }

body:not(.open) form[action*="/wines"] .logo img {
		  filter: invert(0)
	  }

body:not(.open) form[action*="/wines"] .header-main {
	    position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: transparent;
		z-index: 9;
	}

@keyframes scrolling {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.pre-footer {
  overflow: hidden;
  margin-top: 100px;
}

.scroll-content {
  display: flex;
  animation: scrolling 30s linear infinite;
}

.sticker-wrap {
  flex: 0 0 60%;
}

footer.footer {
  background-color: #e96846;
  padding: 3.3vmax 0;
}

.footer-main {
  --grid-gutter: calc(var(--sqs-mobile-site-gutter, 6vw) - 11px);
  --cell-max-width: calc((var(--sqs-site-max-width, 1500px) - (11px * (8 - 1))) / 8);
  display: grid;
  position: relative;
  grid-area: 1/1/-1/-1;
  grid-template-rows: repeat(12, minmax(24px, auto));
  grid-template-columns: minmax(var(--grid-gutter), 1fr) repeat(8, minmax(0, var(--cell-max-width))) minmax(var(--grid-gutter), 1fr);
  row-gap: 11px;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
@media (min-width: 768px) {
  .footer-main {
    --grid-gutter: calc(var(--sqs-site-gutter, 4vw) - 11px);
    --cell-max-width: calc((var(--sqs-site-max-width, 1500px) - (11px * (24 - 1))) / 24);
    --inset-padding: 0vw;
    --row-height-scaling-factor: 0.0215;
    --container-width: min(
    	var(--sqs-site-max-width, 1500px),
    	calc(100vw - var(--sqs-site-gutter, 4vw) * 2 - var(--inset-padding))
    );
    grid-template-rows: repeat(7, minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto));
    grid-template-columns: minmax(var(--grid-gutter), 1fr) repeat(24, minmax(0, var(--cell-max-width))) minmax(var(--grid-gutter), 1fr);
  }
}

.footer-col-1 {
  grid-area: 1/2/2/10;
}
@media (min-width: 768px) {
  .footer-col-1 {
    grid-area: 1/2/2/14;
  }
}

.footer-col-2 {
  grid-area: 2/5/3/7;
}
@media (min-width: 768px) {
  .footer-col-2 {
    grid-area: 1/24/2/26;
  }
}

.footer-col-3 {
  grid-area: 3/2/7/10;
}
@media (min-width: 768px) {
  .footer-col-3 {
    grid-area: 1/14/6/24;
  }
}

.footer-col-4 {
  grid-area: 7/2/8/10;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-col-4 {
    grid-area: 6/14/7/24;
  }
}

.footer-col-5 {
  display: flex;
  justify-content: center;
  grid-area: 8/2/13/10;
}
@media (min-width: 768px) {
  .footer-col-5 {
    grid-area: 2/2/8/6;
  }
}

.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  text-align: center;
  line-height: calc(var(--heading-font-line-height) * (1 + (1 - var(--heading-4-size-value)) / 25));
  letter-spacing: -0.04em;
}
.footer-nav a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  color: #f0ebdd;
  display: inline-block;
  font-size: 16px;
  font-family: Nectomono;
}

.social-nav {
  display: flex;
  justify-content: center;
}
.social-nav a {
  width: 20px;
  height: 20px;
  position: relative;
}
.social-nav svg,
.social-nav div {
  width: 100%;
  height: 100%;
}
.social-nav div {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(2);
}
.social-nav svg {
  fill: #f0ebdd;
}
.social-nav .sqs-use--mask {
  fill: transparent;
}

.newsletter-title,
.newsletter-text {
  text-align: center;
  color: #f0ebdd;
}

.newsletter-title {
  margin-bottom: 32px;
  line-height: calc(var(--heading-font-line-height) * (1 + (1 - var(--heading-3-size-value)) / 25));
  font-size: calc((var(--heading-3-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.newsletter-text {
  font-size: calc((var(--normal-text-size-value) - 1) * 0.012 * min(100vh, 900px) + 1rem);
  line-height: 1.2em;
}

.btn-newsletter {
  font-family: Nectomono;
  display: block;
  text-align: center;
  line-height: 1.5;
  padding: 11px 20px;
  font-size: 16px;
  letter-spacing: normal;
  border-radius: 4px;
  color: #fff;
  background-color: #ebb23e;
}
.btn-newsletter:hover {
  color: #fff;
  background-color: #ebb23e;
  opacity: 0.8;
}
@media (min-width: 481px) {
  .btn-newsletter {
    display: inline-block;
  }
}

.footer-logo img {
  height: 164px;
}

@media (min-width: 768px) {
  .newsletter-title {
    font-size: calc((var(--heading-3-size-value) - 1) * 1.2vw + 1rem);
  }
  .newsletter-text {
    font-size: calc((var(--normal-text-size-value) - 1) * 1.2vw + 1rem);
  }
  .footer-nav {
    justify-content: flex-start;
  }
  .footer-nav a {
    font-size: 13px;
  }
  .footer-col-5 {
    align-items: center;
  }
  .footer-logo img {
    height: 141.44px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 17px;
  }
  .footer-logo img {
    height: 193px;
  }
}
@media (min-width: 1051px) {
  .footer-nav a {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .footer-logo img {
    height: 224px;
  }
}
@media (min-width: 1680px) {
  .newsletter-title {
    font-size: calc(var(--heading-3-size-value) * 1rem);
  }
  .footer-logo img {
    height: 251px;
  }
}

.wine-club-title,
.page-productdetails .pre-footer {
	display: none;
}

.wine-club-title h1 {
		margin: 0;
		color: #e96846;
		font-size: 100px;
}

body:has(.wiz-step-1) form[action*="/wine-club"] .wine-club-title {
	display: block;
	padding: 100px 0 20px;
	text-align: center;
}

@media(max-width:1024px) {
	.wine-club-title h1 {
		font-size: 60px;
	}
}