@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("../fonts/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype"), url("../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular") format("svg");
  font-weight: normal;
}

@font-face {
  font-family: "WorkSans-Regular";
  src: url("../fonts/WorkSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans-Regular.woff") format("woff"), url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.ttf") format("truetype"), url("../fonts/WorkSans-Regular.svg#WorkSans-Regular") format("svg");
  font-weight: normal;
}

@font-face {
  font-family: "WorkSans-Medium";
  src: url("../fonts/WorkSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans-Medium.woff") format("woff"), url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.ttf") format("truetype"), url("../fonts/WorkSans-Medium.svg#WorkSans-Medium") format("svg");
  font-weight: normal;
}

@font-face {
  font-family: "WorkSans-SemiBold";
  src: url("../fonts/WorkSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans-SemiBold.woff") format("woff"), url("../fonts/WorkSans-SemiBold.woff2") format("woff2"), url("../fonts/WorkSans-SemiBold.ttf") format("truetype"), url("../fonts/WorkSans-SemiBold.svg#WorkSans-SemiBold") format("svg");
  font-weight: normal;
}

@font-face {
  font-family: "Avenir-Next";
  src: url("../fonts/AvenirNextLTPro-Regular.eot");
  src: url("../fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("../fonts/AvenirNextLTPro-Regular.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.align-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.align-horizontal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.align-vertical-fixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.rotate-left {
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
}

.rotate-right {
  transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
}

.dots-horizontal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  list-style-type: none;
  padding: 0;
}

.dots-horizontal li {
  display: inline-block;
}

.dots-horizontal li button {
  background-image: url("../images/icons/dot-grey.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 12px;
  height: 12px;
  width: 12px;
  transition: 0.2s all ease-in-out;
}

.dots-horizontal li button:hover {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg");
}

.dots-horizontal li.slick-active button {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg");
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  outline: 0 !important;
  outline: none !important;
  color: #0a0b09;
}

html {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  height: 100%;
  font-family: "WorkSans-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #0a0b09;
  background-color: #f2f3eb;
}

body.prevent-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.wide-container {
  margin: 0 auto;
  box-shadow: 0px -4px 60px rgba(10, 10, 10, 0.05);
  -webkit-box-shadow: 0px -4px 60px rgba(10, 10, 10, 0.05);
  -moz-box-shadow: 0px -4px 60px rgba(10, 10, 10, 0.05);
}

.custom-container {
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 992px) {
  .custom-container {
    padding: 0 50px;
  }
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #0a0b09;
}

a._link,
a:hover._link,
a:focus._link {
  text-decoration: underline;
}

.form-control:focus {
  box-shadow: none !important;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-container {
  position: relative;
}

.select-container .fas {
  position: absolute;
  bottom: 15px;
  right: 10px;
}

img {
  max-width: 100%;
}

.btn {
  background: #31392f;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1em;
  cursor: pointer;
  color: #f8f8f6;
  padding: 17px 32px;
  transition: 0.2s all ease-in-out;
  text-transform: uppercase;
  border-radius: 4px;
}

.btn:hover {
  transition: 0.2s all ease-in-out;
  background: #464d44;
  color: #f8f8f6;
}

.btn--light {
  color: #f8f8f6;
  background-color: transparent;
  border: 1px solid #f8f8f6;
}

.btn--light:hover {
  transition: 0.2s all ease-in-out;
  color: #0a0b09;
  background-color: #f2f3eb;
}

.btn--cream {
  color: #0a0b09;
  background-color: #f2f3eb;
  border: 1px solid #f2f3eb;
}

.btn--cream:hover {
  transition: 0.2s all ease-in-out;
  color: #f8f8f6;
  background-color: transparent;
}

.btn--soldout {
  color: #0a0b09;
  background-color: #f2f3eb;
  border: 1px solid #f2f3eb;
}

.btn--soldout:hover {
  transition: 0.2s all ease-in-out;
  color: #0a0b09;
  background-color: #f2f3eb;
  border: 1px solid #f2f3eb;
}

.btn--rabbit {
  margin: 0 !important;
}

@media (min-width: 992px) {
  .btn {
    font-size: 1vw;
    line-height: 1;
    padding: 2vh 5vh;
  }
}

.cc-deny {
  display: none !important;
}

.cc-btn {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  letter-spacing: 0.1em !important;
  padding: 17px 32px !important;
  transition: 0.2s all ease-in-out !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  border: none !important;
  background-color: #31392f !important;
  color: #f2f3eb !important;
  margin: 0 !important;
}

.cc-btn:hover {
  transition: 0.2s all ease-in-out !important;
  background: #464d44 !important;
  color: #f8f8f6 !important;
}

.cc-message {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  letter-spacing: 0.01em !important;
}

.button,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none !important;
}

.title {
  font-family: "PlayfairDisplay-Regular";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #0a0b09;
}

@media (min-width: 992px) {
  .title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0em;
  }
}

.title--xxs {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.03em;
}

.title--xs {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
}

@media (min-width: 992px) {
  .title--xs {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
  }
}

.title--m {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.01em;
}

.title--l {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
}

@media (min-width: 992px) {
  .title--l {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0.01em;
  }
}

.title--xl {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.01em;
}

@media (min-width: 992px) {
  .title--xl {
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -0.015em;
  }
}

.title--xxl {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -0.015em;
  color: #31392f1a;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .title--xxl {
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 108px;
    letter-spacing: 0.04em;
  }
}

.subheadline {
  font-family: "WorkSans-Regular";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.subheadline img {
  margin-right: 10px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  display: inline-block;
}

.subheadline span {
  vertical-align: middle;
}

td,
p {
  font-family: "WorkSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
}

@media (min-width: 992px) {

  td,
  p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.01em;
  }
}

.scroll-btn {
  background-image: url("../images/icons/scroll-btn.svg");
  background-position: left;
  background-repeat: no-repeat;
  height: 50px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  color: #f8f8f680 !important;
  padding-left: 70px;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  margin-left: 15px;
  margin-bottom: 25px;
}

.scroll-btn:hover {
  background-image: url("../images/icons/scroll-btn-active.svg");
  transition: 0.2s all ease-in-out;
}

.scroll-btn--light {
  background-image: url("../images/icons/scroll-btn-light.svg");
  color: #31392f4d !important;
}

.scroll-btn--light:hover {
  background-image: url("../images/icons/scroll-btn-light-active.svg");
  transition: 0.2s all ease-in-out;
  color: #0a0b09 !important;
}

@media (min-width: 992px) {
  .scroll-btn {
    position: absolute;
    left: 50px;
    bottom: 120px;
    z-index: 9;
    margin: 0;
  }
}

.inputField {
  border: none;
  border-bottom: 1px solid #0a0b09;
  color: #0a0b0999;
  padding: 5px 0;
  margin-bottom: 10px;
  width: 100%;
  background-color: transparent;
}

@media (min-width: 992px) {
  .inputField {
    padding: 10px 0;
  }
}

.content {
  padding: 30px 0;
  min-height: 50vh;
}

@media (min-width: 992px) {
  .content {
    padding: 150px 0;
    min-height: 70vh;
  }
}

.help-block-error {
  color: #d9342d;
}

#flash-success {
  color: #47944a;
  background: #f2f9ec;
  padding: 10px;
  margin: 10px auto 50px;
  border: 1px solid #47944a;
  border-radius: 3px;
  width: max-content;
}

.checkbox {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 25px;
}

.checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #0a0b0999 !important;
  line-height: 1.5;
}

.checkbox+label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  border: 1px solid #31392f4d;
  border-radius: 2px;
}

.checkbox:hover+label:after {
  content: "";
  width: 5px;
  height: 10px;
  border: solid #0a0b09;
  border-width: 0 1px 1px 0;
  transform: rotate(30deg);
  position: absolute;
  left: 7px;
  top: 6px;
}

.checkbox:checked+label::before {
  background-color: #31392f;
}

.checkbox:checked+label:after {
  content: "";
  width: 5px;
  height: 10px;
  border: solid #f8f8f6;
  border-width: 0 1px 1px 0;
  transform: rotate(30deg);
  position: absolute;
  left: 7px;
  top: 6px;
}

.checkbox--aszf+label {
  padding-left: 30px;
}

.checkbox--aszf+label::before {
  position: absolute;
  top: 5px;
  left: 0;
}

.cc-message {
  color: #31392f;
}

.cc-message a {
  color: #31392f4d;
}

.cc-revoke {
  display: none !important;
}

.header {
  background-color: #f2f3eb;
  padding: 5px 0 0;
  position: relative;
}

.header__logo {
  width: 120px;
}

.header__logo path {
  fill: #0a0b09;
}

.header__menu {
  text-align: right;
  margin-bottom: 10px;
  background-color: #f2f3eb1a;
}

.header__menuitem {
  margin-right: 0 !important;
}

.header__menuitem a {
  font-family: "WorkSans-Regular";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #0a0b09;
  text-transform: uppercase;
  margin-right: 20px;
  padding: 5px 0;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}

@media (min-width: 992px) {
  .header__menuitem a.active {
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #f8f8f6;
  }

  .header__menuitem a:hover {
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #0a0b09;
  }
}

.header__menuitem a path {
  fill: #0a0b09;
}

.header__menuitem .loginModal__open {
  margin-right: 20px;
}

.header__menuitem .loginModal__open path {
  fill: #0a0b09;
}

@media (min-width: 992px) {
  .header__menuitem .loginModal__open path {
    fill: #f8f8f6;
  }
}

@media (min-width: 992px) {
  .header__menuitem .loginModal__open {
    margin-right: 0;
  }
}

.header__menuitem .carticon {
  background-color: #f2f3eb1a;
  border-radius: 50%;
  border: none;
}

.header__menuitem .carticon:hover {
  border: none;
}

.header__menuitem .carticon .carticon__counter {
  top: -7px;
  right: -8px;
}

@media (min-width: 992px) {
  .header__menuitem .carticon .carticon__counter {
    top: 0px;
    right: 0px;
  }
}

.header__menuitem .carticon path {
  fill: #0a0b09;
}

@media (min-width: 992px) {
  .header__menuitem .carticon path {
    fill: #f8f8f6;
  }
}

@media (min-width: 992px) {
  .header__menuitem .carticon {
    background-color: transparent;
  }
}

.header__menuitem img {
  width: 20px;
}

.header__menuitem:last-of-type a {
  margin-right: 0;
}

.header__menuitem--icon a {
  border: none;
  padding: 10px;
  border-radius: 50%;
  margin-right: 0;
}

.header__menuitem--icon a:hover {
  border: none !important;
}

.header__menuitem--icon a path {
  fill: #f8f8f6;
}

.header__menuitem--icon div {
  padding: 10px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.header__menuitem--icon a:hover,
.header__menuitem--icon div:hover {
  transition: all 0.2s ease-in-out;
  background-color: rgba(49, 57, 47, 0.15);
}

.header__menuitem--icon svg {
  margin-top: -3px;
}

.header__menu .header__menuopen {
  margin: 0;
}

.header__menu .header__menuopen a {
  background-color: transparent;
}

.header__menu .header__menuopen a path {
  transition: all 0.5s ease-in-out;
  stroke: #0a0b09;
}

.header__menu .header__menuopen a .open path {
  transition: all 0.5s ease-in-out;
}

.header__menu .header__menuopen a .open path:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0, -5px);
  -moz-transform: rotate(45deg) translate(0, -5px);
  -o-transform: rotate(45deg) translate(0, -5px);
  transform: rotate(45deg) translate(0, -5px);
}

.header__menu .header__menuopen a .open path:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.header__menu .header__menuopen a .open path:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(-10px, 0);
  -moz-transform: rotate(-45deg) translate(-10px, 0);
  -o-transform: rotate(-45deg) translate(-10px, 0);
  transform: rotate(-45deg) translate(-10px, 0);
}

@media (min-width: 992px) {
  .header__menu {
    background-color: transparent;
  }
}

.header__mobilemenu {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #f2f3eb;
  padding-top: 25px;
}

.header__mobilemenu li {
  margin-bottom: 15px;
}

.header__mobilemenu li a {
  color: #0a0b09;
}

@media (min-width: 992px) {
  .header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 20px 0 10px;
  }

  .header__logo {
    width: 120px;
  }

  .header__logo path {
    fill: #0a0b09;
  }

  .header__menuitem a {
    color: #f8f8f6;
  }

  .header__menuitem a:hover {
    border-bottom: 1px solid #f8f8f6;
  }
}

.header--home {
  background-color: #31392f;
}

.header--home .header__logo path {
  fill: #f8f8f6;
}

.header--home .header__menu {
  background-color: #31392f;
}

.header--home .header__menuitem a,
.header--home .header__menuitem .loginModal__open {
  color: #f8f8f6;
  cursor: pointer;
}

@media (min-width: 992px) {

  .header--home .header__menuitem a:hover,
  .header--home .header__menuitem .loginModal__open:hover {
    border-bottom: 1px solid #f8f8f6;
  }
}

.header--home .header__menuitem a path,
.header--home .header__menuitem .loginModal__open path {
  fill: #f8f8f6;
}

.header--home .header__menuitem .carticon {
  background-color: transparent;
}

.header--home .header__menuitem .carticon path {
  fill: #f8f8f6;
}

@media (min-width: 992px) {
  .header--home .header__menuitem .carticon path {
    fill: #f8f8f6;
  }
}

.header--home .header__menuitem--icon a:hover,
.header--home .header__menuitem--icon .loginModal__open:hover {
  border: none;
}

@media (min-width: 992px) {
  .header--home .header__menu {
    background-color: transparent;
  }
}

.header--home .header__menuopen a path {
  stroke: #f8f8f6;
}

.header--home .header__mobilemenu {
  background-color: #31392f;
}

.header--home .header__mobilemenu li a {
  color: #f8f8f6;
}

@media (min-width: 992px) {
  .header--home {
    background-color: transparent;
  }
}

.header--product {
  background-color: #f2f3eb;
}

.header--product .header__logo path {
  fill: #0a0b09;
}

.header--product .header__menu {
  background-color: #f2f3eb;
}

.header--product .header__menuitem a,
.header--product .header__menuitem .loginModal__open {
  color: #0a0b09;
  cursor: pointer;
}

@media (min-width: 992px) {

  .header--product .header__menuitem a:hover,
  .header--product .header__menuitem .loginModal__open:hover {
    border-bottom: 1px solid #0a0b09;
  }
}

.header--product .header__menuitem a path,
.header--product .header__menuitem .loginModal__open path {
  fill: #0a0b09;
}

.header--product .header__menuitem .carticon {
  background-color: transparent;
}

.header--product .header__menuitem .carticon path {
  fill: #0a0b09;
}

@media (min-width: 992px) {
  .header--product .header__menuitem .carticon path {
    fill: #0a0b09;
  }
}

.header--product .header__menuitem--icon a:hover,
.header--product .header__menuitem--icon .loginModal__open:hover {
  border: none;
}

@media (min-width: 992px) {
  .header--product .header__menu {
    background-color: transparent;
  }
}

.header--product .header__menuopen a path {
  stroke: #0a0b09;
}

.header--product .header__mobilemenu {
  background-color: #f2f3eb;
}

.header--product .header__mobilemenu li a {
  color: #0a0b09;
}

.header--product .header__menulang a:first-of-type:after {
  background: #0a0b09;
}

@media (min-width: 992px) {
  .header--product {
    background-color: transparent;
  }
}

.header--page {
  background-color: #f2f3eb;
}

.header--page .header__logo path {
  fill: #0a0b09;
}

.header--page .header__menu {
  background-color: #f2f3eb;
}

.header--page .header__menuitem a,
.header--page .header__menuitem .loginModal__open {
  color: #0a0b09;
  cursor: pointer;
}

@media (min-width: 992px) {

  .header--page .header__menuitem a.active,
  .header--page .header__menuitem .loginModal__open.active {
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #0a0b09;
  }

  .header--page .header__menuitem a:hover,
  .header--page .header__menuitem .loginModal__open:hover {
    border-bottom: 1px solid #0a0b09;
  }
}

.header--page .header__menuitem a path,
.header--page .header__menuitem .loginModal__open path {
  fill: #0a0b09;
}

.header--page .header__menuitem .carticon {
  background-color: transparent;
}

.header--page .header__menuitem .carticon path {
  fill: #0a0b09;
}

@media (min-width: 992px) {
  .header--page .header__menuitem .carticon path {
    fill: #0a0b09;
  }
}

.header--page .header__menuitem--icon a:hover,
.header--page .header__menuitem--icon .loginModal__open:hover {
  border: none;
}

@media (min-width: 992px) {
  .header--page .header__menu {
    background-color: transparent;
  }
}

.header--page .header__menuopen a path {
  stroke: #0a0b09;
}

.header--page .header__mobilemenu {
  background-color: #f2f3eb;
}

.header--page .header__mobilemenu li a {
  color: #0a0b09;
}

.header--page .header__menulang a:first-of-type:after {
  background: #0a0b09;
}

.header--profile {
  background-color: #31392f;
}

.header--profile .header__logo path {
  fill: #f8f8f6;
}

@media (min-width: 992px) {
  .header--profile .header__logo path {
    fill: #0a0b09;
  }
}

.header--profile .header__menu {
  background-color: #31392f;
}

.header--profile .header__menuitem a,
.header--profile .header__menuitem .loginModal__open {
  color: #f8f8f6;
  cursor: pointer;
}

@media (min-width: 992px) {

  .header--profile .header__menuitem a,
  .header--profile .header__menuitem .loginModal__open {
    color: #0a0b09;
  }

  .header--profile .header__menuitem a.active,
  .header--profile .header__menuitem .loginModal__open.active {
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #0a0b09;
  }

  .header--profile .header__menuitem a:hover,
  .header--profile .header__menuitem .loginModal__open:hover {
    border-bottom: 1px solid #0a0b09;
  }
}

.header--profile .header__menuitem a path,
.header--profile .header__menuitem .loginModal__open path {
  fill: #f8f8f6;
}

@media (min-width: 992px) {

  .header--profile .header__menuitem a path,
  .header--profile .header__menuitem .loginModal__open path {
    fill: #0a0b09;
  }
}

.header--profile .header__menuitem .carticon {
  background-color: transparent;
}

.header--profile .header__menuitem .carticon path {
  fill: #f8f8f6;
}

@media (min-width: 992px) {
  .header--profile .header__menuitem .carticon path {
    fill: #0a0b09;
  }
}

.header--profile .header__menuitem--icon a:hover,
.header--profile .header__menuitem--icon .loginModal__open:hover {
  border: none;
}

.header--profile .header__menuitem--icon a.active,
.header--profile .header__menuitem--icon .loginModal__open.active {
  border: none;
}

@media (min-width: 992px) {
  .header--profile .header__menu {
    background-color: transparent;
  }
}

.header--profile .header__menuopen a path {
  stroke: #f8f8f6;
}

.header--profile .header__mobilemenu {
  background-color: #31392f;
}

.header--profile .header__mobilemenu li a {
  color: #f8f8f6;
}

.header--profile .header__menulang a:first-of-type:after {
  background: #0a0b09;
}

@media (min-width: 992px) {
  .header--profile {
    background-color: transparent;
  }
}

.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #31392f;
  transition: 0.2s all ease-in-out;
  padding: 5px 0 0;
  z-index: 9999;
}

@media (min-width: 992px) {
  .header--fixed {
    padding: 15px 0 10px;
  }
}

.header--fixed .header__logo path {
  fill: #f8f8f6;
}

.header--fixed .header__menu {
  background-color: transparent;
}

.header--fixed .header__menuitem a,
.header--fixed .header__menuitem .loginModal__open {
  color: #f8f8f6;
  cursor: pointer;
}

.header--fixed .header__menuitem a.active,
.header--fixed .header__menuitem .loginModal__open.active {
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #f8f8f6;
}

.header--fixed .header__menuitem a path,
.header--fixed .header__menuitem .loginModal__open path {
  fill: #f8f8f6;
}

.header--fixed .header__menuitem a:hover,
.header--fixed .header__menuitem .loginModal__open:hover {
  border-bottom: 1px solid #f8f8f6;
}

.header--fixed .header__menuitem .carticon {
  background-color: transparent;
}

.header--fixed .header__menuitem .carticon path {
  fill: #f8f8f6;
}

.header--fixed .header__menuitem--icon a:hover,
.header--fixed .header__menuitem--icon .loginModal__open:hover {
  border: none;
}

@media (min-width: 992px) {
  .header--fixed .header__menu {
    background-color: transparent;
  }
}

.header--fixed .header__menuopen a path {
  stroke: #f8f8f6;
}

.header--fixed .header__mobilemenu {
  background-color: #31392f;
}

.header--fixed .header__mobilemenu li a {
  color: #f8f8f6;
}

.header--fixed .header__menulang a:first-of-type:after {
  background: #f8f8f6;
}

.header--shop {
  position: relative;
}

.header--shop .header__menu {
  margin-bottom: 5px;
}

.header--shop .header__menuitem a,
.header--shop .header__menuitem .loginModal__open {
  color: #0a0b09;
  cursor: pointer;
}

.header--shop .header__menuitem a.active,
.header--shop .header__menuitem .loginModal__open.active {
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #0a0b09;
}

.header--shop .header__menuitem .carticon {
  background-color: transparent;
}

.header--shop .header__menuitem .carticon path {
  fill: #0a0b09;
}

.header--shop .header__menuitem--icon a path,
.header--shop .header__menuitem--icon .loginModal__open path {
  fill: #0a0b09;
}

.header--shop .header__menuitem--icon a:hover,
.header--shop .header__menuitem--icon .loginModal__open:hover {
  border: none;
}

.header--shop .header__menulang a:first-of-type::after {
  background: #0a0b09;
}

.header__mobiledots {
  margin: 15px auto;
}

.carticon {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.carticon__counter {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #d9342d;
  color: #f8f8f6;
  padding-top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  letter-spacing: 0;
  font-size: 10pt;
  font-weight: bold;
}

@media (min-width: 992px) {
  .carticon {
    margin-right: 0;
  }
}

.header__menulang a {
  border-bottom: none;
  position: relative;
}

.header__menulang a:first-of-type {
  margin-right: 5px;
  padding: 0 0 5px 0;
}

.header__menulang a:first-of-type::after {
  content: "";
  background: #f8f8f6;
  position: absolute;
  top: 0;
  right: -5px;
  height: 15px;
  width: 1px;
}

.header__menulang a:last-of-type {
  margin-left: 0;
  padding-left: 0;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .header__menulang a:last-of-type {
    margin-right: 5px;
  }
}

.header__menulang a.active {
  font-family: "WorkSans-SemiBold";
  border-bottom: none !important;
}

.header__menulang a:hover {
  font-family: "WorkSans-SemiBold";
  border-bottom: none;
}

.footer {
  padding: 30px 0 0 0;
  background-color: #31392f;
}

.footer p,
.footer a,
.footer h4 {
  color: #f8f8f6;
}

.footer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #f8f8f6d9;
}

.footer__dots {
  margin: 25px 0;
}

.footer #mc_embed_signup_scroll {
  font-size: 0;
}

.footer__newsletteremail {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.footer__newsletteremail input {
  width: 100%;
  background-color: #f8f8f6d9;
  padding: 2vh;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

@media (min-width: 992px) {
  .footer__newsletteremail {
    margin-right: 12px;
    width: 70%;
  }
}

.footer .btn {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  width: 100%;
  border: none;
  padding: 2vh;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: initial;
}

.footer .btn:hover {
  background-color: #ffffff;
  color: #0a0b09;
}

@media (min-width: 992px) {
  .footer .btn {
    margin-top: 0;
    width: calc(30% - 12px);
  }
}

.footer__menus h4 {
  margin-bottom: 25px;
}

.footer__menus ul li {
  margin-bottom: 15px;
}

.footer__menus ul li p,
.footer__menus ul li a {
  display: block;
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #f8f8f6d9;
}

.footer__menus img {
  margin-right: 10px;
}

.footer .simplelogo {
  margin-bottom: 25px;
  display: inline-block;
}

@media (min-width: 992px) {
  .footer .simplelogo {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
}

.footer .simplelogo img {
  max-width: 120px;
}

@media (min-width: 992px) {
  .footer .simplelogo img {
    max-width: 100px;
  }
}

.footer__copyright {
  padding: 40px 0;
  position: relative;
}

.footer__copyright p,
.footer__copyright a {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #f8f8f6d9;
}

.footer__copyright ul {
  margin: 0;
  width: auto;
}

@media (min-width: 992px) {
  .footer__copyright ul {
    display: inline-block;
  }
}

.footer__copyright ul li {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .footer__copyright ul li {
    display: inline-block;
    margin-bottom: 0;
  }
}

.footer__copyright .text-right {
  text-align: left !important;
}

@media (min-width: 992px) {
  .footer__copyright .text-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  .footer__box {
    float: right;
  }
}

@media (min-width: 992px) {
  .footer {
    padding: 60px 0 0 0;
  }
}

.footer__newslettercol {
  border-top: 1px solid #f2f3eb1a;
  border-bottom: 1px solid #f2f3eb1a;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer__newslettercol p {
  line-height: 28px;
}

@media (min-width: 992px) {
  .footer__newslettercol {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.home__hero {
  padding-bottom: 80px;
  background-color: #31392f;
  position: relative;
  overflow: hidden;
}

.home__heroleft {
  text-align: center;
  padding: 20px;
}

@media (min-width: 992px) {
  .home__heroleft {
    text-align: left;
    padding: 0 0 0 50px;
    margin-top: -80px;
  }
}

.home__hero .title {
  color: #f8f8f6;
}

.home__herodots {
  height: 12px;
  margin: 25px auto;
}

@media (min-width: 992px) {
  .home__herodots {
    margin: 25px 0;
  }
}

.home__hero p {
  font-family: "WorkSans-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #f8f8f6d9;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .home__hero p {
    font-size: 1.2vw;
  }
}

.home__hero .btn {
  width: 100%;
}

@media (min-width: 992px) {
  .home__hero .btn {
    width: auto;
  }
}

.home__heroscroll {
  background-image: url("../images/icons/scroll-btn.svg");
  background-position: left;
  background-repeat: no-repeat;
  height: 50px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  color: #f8f8f680 !important;
  padding-left: 70px;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  margin-left: 15px;
  margin-bottom: 25px;
}

.home__heroscroll:hover {
  background-image: url("../images/icons/scroll-btn-active.svg");
  transition: 0.2s all ease-in-out;
}

.home__heroscroll--light {
  background-image: url("../images/icons/scroll-btn-light.svg");
  color: #31392f4d !important;
}

.home__heroscroll--light:hover {
  background-image: url("../images/icons/scroll-btn-light-active.svg");
  transition: 0.2s all ease-in-out;
  color: #0a0b09 !important;
}

@media (min-width: 992px) {
  .home__heroscroll {
    position: absolute;
    left: 50px;
    bottom: 120px;
    z-index: 9;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .home__hero {
    padding-bottom: 0;
  }
}

.home__slider {
  z-index: 1;
}

.home__slider .slick-dots {
  position: absolute;
  top: calc(50% - 70px);
  transform: translateY(-calc(50% - 70px));
  -webkit-transform: translateY(-calc(50% - 70px));
  -moz-transform: translateY(-calc(50% - 70px));
  -ms-transform: translateY(-calc(50% - 70px));
  -o-transform: translateY(-calc(50% - 70px));
  list-style-type: none;
  padding: 0;
  right: 5px;
  margin: 0;
}

.home__slider .slick-dots li button {
  background-image: url("../images/icons/dot-grey.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 12px;
  height: 12px;
  width: 12px;
  transition: 0.2s all ease-in-out;
}

.home__slider .slick-dots li button:hover {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg");
}

.home__slider .slick-dots li.slick-active button {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg");
}

.home__slider .slick-dots li button {
  background-image: url("../images/icons/dot.svg") !important;
}

.home__slider .slick-dots li button:hover {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-active.svg") !important;
}

.home__slider .slick-dots li.slick-active button {
  background-image: url("../images/icons/dot-active.svg") !important;
}

@media (min-width: 992px) {
  .home__slider .slick-dots {
    right: 25px;
    position: absolute;
    top: calc(50% - 100px);
    transform: translateY(-calc(50% - 100px));
    -webkit-transform: translateY(-calc(50% - 100px));
    -moz-transform: translateY(-calc(50% - 100px));
    -ms-transform: translateY(-calc(50% - 100px));
    -o-transform: translateY(-calc(50% - 100px));
    list-style-type: none;
    padding: 0;
  }

  .home__slider .slick-dots li button {
    background-image: url("../images/icons/dot-grey.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    padding: 12px;
    height: 12px;
    width: 12px;
    transition: 0.2s all ease-in-out;
  }

  .home__slider .slick-dots li button:hover {
    transition: 0.2s all ease-in-out;
    background-image: url("../images/icons/dot-red.svg");
  }

  .home__slider .slick-dots li.slick-active button {
    transition: 0.2s all ease-in-out;
    background-image: url("../images/icons/dot-red.svg");
  }
}

.home__slide {
  height: 250px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 576px) {
  .home__slide {
    height: 50vh;
  }
}

@media (min-width: 769px) {
  .home__slide {
    height: calc(100vh - 80px);
  }
}

@media (min-width: 992px) {
  .home__slide {
    height: calc(100vh + 80px);
  }
}

.home__slidegradient {
  background: linear-gradient(180deg, rgba(49, 57, 47, 0.65) 6.77%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: multiply;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

@media (min-width: 992px) {
  .home__slidegradient {
    display: block;
    height: 250px;
  }
}

.home__about {
  background-color: #f8f8f6;
  padding: 40px 0 120px 0;
  margin-top: -40px;
  border-top-right-radius: 40px;
  position: relative;
  z-index: 2;
  box-shadow: 0px -4px 60px rgba(10, 10, 10, 0.05);
  -webkit-box-shadow: 0px -4px 60px rgba(10, 10, 10, 0.05);
  -moz-box-shadow: 0px -4px 60px rgba(10, 10, 10, 0.05);
}

.home__about .title {
  color: #31392f;
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .home__about .title {
    margin-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .home__about {
    padding: 120px 0 25% 0;
    margin-top: -80px;
    border-top-right-radius: 80px;
  }
}

.home__about--about {
  background: linear-gradient(180deg, #f8f8f6 0%, #f2f3eb 100%);
  padding: 40px 0 10px 0;
  margin-top: 0;
  border-top-right-radius: 40px;
}

.home__about--about .title {
  margin-bottom: 30px;
}

.home__about--about p {
  color: #0a0b09b2;
}

@media (min-width: 992px) {
  .home__about--about {
    padding: 120px 0 100px 0;
    margin-top: -80px;
    border-top-right-radius: 80px;
  }
}

.home__aboutslider .slick-dots {
  position: absolute;
  right: 15px;
  margin: 0;
  list-style-type: none;
}

.home__aboutslider .slick-dots li {
  display: inline-block;
}

.home__aboutslider .slick-dots li button {
  background-image: url("../images/icons/dot-grey.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 12px;
  height: 12px;
  width: 12px;
  transition: 0.2s all ease-in-out;
}

.home__aboutslider .slick-dots li button:hover {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg");
}

.home__aboutslider .slick-dots li.slick-active button {
  background-image: url("../images/icons/dot-red.svg");
}

@media (min-width: 992px) {
  .home__aboutslider .slick-dots li {
    display: block;
  }
}

@media (min-width: 992px) {
  .home__aboutslider .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    list-style-type: none;
    padding: 0;
    left: -35px;
    right: unset;
  }

  .home__aboutslider .slick-dots li button {
    background-image: url("../images/icons/dot-grey.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    padding: 12px;
    height: 12px;
    width: 12px;
    transition: 0.2s all ease-in-out;
  }

  .home__aboutslider .slick-dots li button:hover {
    transition: 0.2s all ease-in-out;
    background-image: url("../images/icons/dot-red.svg");
  }

  .home__aboutslider .slick-dots li.slick-active button {
    transition: 0.2s all ease-in-out;
    background-image: url("../images/icons/dot-red.svg");
  }
}

.home__aboutslidermobile {
  padding: 0;
}

@media (min-width: 992px) {
  .home__aboutslidermobile {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.home__aboutslide {
  border-radius: 20px;
  margin-bottom: 15px;
}

.home__abouttext {
  width: 80%;
  margin: 35px auto 0;
  text-align: center;
}

.home__abouttext p {
  margin: 30px 0;
}

@media (min-width: 992px) {
  .home__abouttext {
    max-width: 30vw;
    margin: 0 auto;
  }
}

.home__aboutkaro {
  width: 5vw;
}

.home__wines {
  padding: 40px 0 120px;
  background-color: #f2f3eb;
  border: 1px solid #f8f8f6;
}

.home__winesimg {
  width: 100%;
  margin-top: -25%;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .home__winesimg {
    margin-bottom: 120px;
  }
}

.home__winesdots {
  margin: 35px 0;
}

.home__winesp {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #0a0b09b2;
}

@media (min-width: 992px) {
  .home__winesp {
    width: 80%;
    margin: 0 auto;
  }
}

.home__wines .btn {
  margin-top: 40px;
}

.home__winesrow {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 991px) {
  .home__winesrow .winecol {
    padding: 0 5px;
  }
}

.home__winesrow .slick-list {
  padding: 0 8%;
}

.home__winesrow .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  list-style-type: none;
  padding: 0;
}

.home__winesrow .slick-dots li {
  display: inline-block;
}

.home__winesrow .slick-dots li button {
  background-image: url("../images/icons/dot-grey.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 12px;
  height: 12px;
  width: 12px;
  transition: 0.2s all ease-in-out;
}

.home__winesrow .slick-dots li button:hover {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg");
}

.home__winesrow .slick-dots li.slick-active button {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg");
}

@media (max-width: 991px) {
  .home__winesrow .product__imagecont:after {
    width: 145px;
    height: 145px;
    bottom: -80px;
    right: -80px;
  }

  .home__winesrow .product__imagecont .product__ribbon {
    border-left: 100px solid transparent;
    border-bottom: 100px solid;
  }
}

.home__winesrow img {
  margin-bottom: 10px;
}

.home__winesrow .title {
  margin-bottom: 10px;
}

.home__winesrow p {
  line-height: 1;
  color: #0a0b0999;
}

.home__winesrow p span {
  text-decoration: line-through;
  margin-right: 10px;
}

.home__winesrow p span.discount {
  text-decoration: none;
  color: #d9342d;
}

.home__winesrow .product__imagecont {
  height: 450px;
}

@media (min-width: 768px) {
  .home__winesrow .product__imagecont {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .home__winesrow .product__imagecont {
    height: 550px;
  }
}

@media (min-width: 992px) {
  .home__winesrow {
    margin-top: 150px;
    text-align: left;
  }
}

.home__winescompany {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 60px;
}

.home__winescompany strong {
  color: rgba(10, 11, 9, 0.6);
  text-decoration: underline;
}

@media (min-width: 992px) {
  .home__winescompany {
    margin-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .home__wines {
    padding: 120px 0;
  }
}

.home__gallery {
  background: linear-gradient(180deg, #f8f8f6 0%, #f2f3eb 100%);
  padding: 40px 0 80px 0;
  margin-top: -40px;
  border-top-right-radius: 40px;
  position: relative;
  z-index: 2;
  box-shadow: 0px -4px 60px rgba(10, 10, 10, 0.05);
  -webkit-box-shadow: 0px -4px 60px rgba(10, 10, 10, 0.05);
  -moz-box-shadow: 0px -4px 60px rgba(10, 10, 10, 0.05);
  overflow: hidden;
}

.home__galleryimg {
  border-radius: 20px;
  margin-bottom: 15px;
}

.home__gallerydots {
  margin: 35px auto;
}

.home__galleryslide {
  border-radius: 20px;
  margin-bottom: 15px;
}

.home__gallerytext {
  margin: 0 auto;
}

.home__gallerytext .title {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .home__gallerytext .title {
    margin-bottom: 0;
  }
}

.home__gallerytext p {
  color: #0a0b09b2;
}

@media (min-width: 992px) {
  .home__gallerytext {
    max-width: 30vw;
  }
}

.home__galleryanimated {
  margin-top: 40px;
  text-align: center;
  position: relative;
  min-height: 350px;
}

@media (min-width: 992px) {
  .home__galleryanimated {
    min-height: 550px;
    margin-top: 80px;
  }
}

.home__galleryanimated.scrolled img {
  transition: all 700ms ease-in-out;
}

.home__galleryanimated.scrolled img:nth-child(1) {
  top: -13%;
  transform: rotate(-14deg) translate(-95%);
}

@media (min-width: 992px) {
  .home__galleryanimated.scrolled img:nth-child(1) {
    top: -23%;
  }
}

.home__galleryanimated.scrolled img:nth-child(2) {
  transform: rotate(6deg) translate(-50%);
}

.home__galleryanimated.scrolled img:nth-child(3) {
  transform: rotate(7deg) translate(-5%);
}

.home__galleryimage {
  position: absolute;
  top: 0;
  width: 70%;
}

@media (min-width: 992px) {
  .home__galleryimage {
    width: auto;
  }
}

.home__galleryimage:nth-child(1) {
  z-index: 2;
  top: -2%;
  left: 40%;
  transform: rotate(0deg) translate(-50%);
  transition: all 700ms ease-in-out;
}

.home__galleryimage:nth-child(2) {
  z-index: 3;
  left: 50%;
  transform: rotate(0deg) translate(-50%);
  transition: all 700ms ease-in-out;
}

.home__galleryimage:nth-child(3) {
  z-index: 1;
  left: 60%;
  transform: rotate(0deg) translate(-50%);
  transition: all 700ms ease-in-out;
  width: 65%;
}

@media (min-width: 992px) {
  .home__galleryimage:nth-child(3) {
    width: auto;
  }
}

.home__gallery .slick-slide {
  margin-right: 15px;
}

.home__gallery .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  list-style-type: none;
  padding: 0;
}

.home__gallery .slick-dots li {
  display: inline-block;
}

.home__gallery .slick-dots li button {
  background-image: url("../images/icons/dot-grey.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 12px;
  height: 12px;
  width: 12px;
  transition: 0.2s all ease-in-out;
}

.home__gallery .slick-dots li button:hover {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg");
}

.home__gallery .slick-dots li.slick-active button {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg");
}

.home__gallery .btn {
  margin: 40px 0;
}

.home__galleryrabbit {
  background-image: url("../images/nyul-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}

@media (min-width: 992px) {
  .home__galleryrabbit {
    max-width: 1100px;
    margin: 100px auto 0 auto;
    padding: 100px 0;
    background-size: 600px;
  }
}

.home__gallerysmall .slick-slide {
  margin-right: 0;
}

@media (min-width: 992px) {
  .home__gallery {
    padding: 120px 0 100px 0;
    border-top-right-radius: 80px;
    margin-top: -80px;
  }
}

.product__imagecont {
  background-color: #f8f8f6;
  position: relative;
  margin-bottom: 10px;
  height: 200px;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.product__imagecont img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-height: 90%;
  z-index: 9;
  margin: 0;
}

.product__imagecont .product__ribbon {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 1px;
  border-left: 55px solid transparent;
  border-bottom: 55px solid;
  width: 0;
  transition: 1s;
  opacity: 1;
}

@media (min-width: 768px) {
  .product__imagecont .product__ribbon {
    border-bottom: 80px solid;
    border-left: 80px solid transparent;
  }
}

@media (min-width: 992px) {
  .product__imagecont .product__ribbon {
    border-bottom: 100px solid;
    border-left: 100px solid transparent;
  }
}

.product__imagecont:after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #f2f3eb;
  width: 145px;
  height: 145px;
  bottom: -120px;
  right: -80px;
}

@media (min-width: 768px) {
  .product__imagecont:after {
    bottom: -95px;
  }
}

@media (min-width: 992px) {
  .product__imagecont:after {
    width: 150px;
    height: 150px;
    bottom: -75px;
    right: -100px;
  }
}

.product__imagecont .product__hoverbg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
  background-color: #31392f;
  mix-blend-mode: multiply;
  z-index: 99;
  padding: 12px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  transition: 1s cubic-bezier(0.8, 0, 0.1, 0.8);
}

.product__imagecont .product__hover {
  display: none;
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 12px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  opacity: 0;
  transition: 1s cubic-bezier(0.8, 0, 0.1, 0.8);
}

@media (min-width: 1024px) {
  .product__imagecont .product__hover {
    display: grid;
    grid-template-rows: 1fr 50px;
  }
}

.product__imagecont .product__hover .btn {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__imagecont .product__hovermiddle {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}

.product__imagecont .product__hovermiddle p {
  color: #f8f8f6;
  font-family: "WorkSans-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  margin: 0;
}

.product__imagecont .product__hovermiddle hr {
  border-top: 1px solid #f8f8f6;
  width: 15px;
  margin: 10px 0;
}

.product__imagecont .product__error {
  display: none;
  width: 100%;
  color: #d9342d;
  padding: 10px 0;
  margin-top: 0;
  text-align: center;
  border: 1px solid #31392f4d;
}

.product__imagecont--other {
  border-bottom-right-radius: 16px;
}

.product__imagecont--other .product__ribbon {
  display: none;
}

.product__imagecont--other:after {
  display: none;
}

@media (min-width: 1024px) {
  .product__imagecont:hover .product__ribbon {
    opacity: 0;
    transition: 1s ease-in-out;
  }

  .product__imagecont:hover .product__hoverbg {
    left: 0;
    right: 0;
    transition: 1s cubic-bezier(0.8, 0, 0.1, 0.8);
  }

  .product__imagecont:hover .product__hover {
    bottom: 0;
    opacity: 1;
    transition: 1s cubic-bezier(0.8, 0, 0.1, 0.8);
  }
}

@media (min-width: 576px) {
  .product__imagecont {
    height: 350px;
  }
}

@media (min-width: 768px) {
  .product__imagecont {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .product__imagecont {
    height: 400px;
  }
}

.product__packimg {
  margin-bottom: 10px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.product__packimg .product__hoverbg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
  background-color: #31392f;
  mix-blend-mode: multiply;
  z-index: 99;
  padding: 12px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  transition: 1s cubic-bezier(0.8, 0, 0.1, 0.8);
}

.product__packimg .product__hover {
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 12px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  display: grid;
  grid-template-rows: 1fr 50px;
  opacity: 0;
  transition: 1s cubic-bezier(0.8, 0, 0.1, 0.8);
}

.product__packimg .product__hover .btn {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__packimg .product__hovermiddle {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}

.product__packimg .product__hovermiddle p {
  color: #f8f8f6;
  font-family: "WorkSans-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  margin: 0;
}

.product__packimg .product__hovermiddle hr {
  border-top: 1px solid #f8f8f6;
  width: 15px;
  margin: 10px 0;
}

.product__packimg .product__error {
  display: none;
  width: 100%;
  color: #d9342d;
  padding: 10px 0;
  margin-top: 0;
  text-align: center;
  border: 1px solid #31392f4d;
}

.product__packimg--default {
  background-size: 300px !important;
}

@media (min-width: 1024px) {
  .product__packimg:hover .product__ribbon {
    opacity: 0;
    transition: 1s ease-in-out;
  }

  .product__packimg:hover .product__hoverbg {
    left: 0;
    right: 0;
    transition: 1s cubic-bezier(0.8, 0, 0.1, 0.8);
  }

  .product__packimg:hover .product__hover {
    bottom: 0;
    opacity: 1;
    transition: 1s cubic-bezier(0.8, 0, 0.1, 0.8);
  }
}

@media (min-width: 576px) {
  .product__packimg {
    height: 350px;
  }
}

@media (min-width: 768px) {
  .product__packimg {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .product__packimg {
    height: 400px;
  }
}

.product__new {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #31392f;
  border-radius: 3px;
  padding: 8px 12px;
  color: #f8f8f6;
  font-family: "WorkSans-Regular";
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  z-index: 999;
}

.product__tag {
  background-color: #31392f;
  border-radius: 3px;
  padding: 8px 12px;
  color: #f8f8f6;
  font-family: "WorkSans-Regular";
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  z-index: 999;
  width: max-content;
  display: inline-block;
  margin-right: 5px;
}

.about__hero {
  position: relative;
  overflow: hidden;
}

.about__heroleft {
  text-align: center;
  padding: 20px;
}

@media (min-width: 992px) {
  .about__heroleft {
    text-align: left;
    padding: 0 0 0 50px;
    margin-top: -80px;
  }
}

.about__hero h2 {
  font-family: "PlayfairDisplay-Regular";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -0.01em;
  color: #0a0b09;
}

.about__herodots {
  height: 12px;
  margin: 25px auto;
}

@media (min-width: 992px) {
  .about__herodots {
    margin: 25px 0;
  }
}

.about__hero p {
  font-family: "WorkSans-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #0a0b09b2;
  margin-bottom: 0px;
}

.about__hero hr {
  border-top: 1px solid #d9342d;
  width: 30px;
  margin: 1rem auto;
}

@media (min-width: 992px) {
  .about__hero hr {
    margin: 1rem 0;
  }
}

.about__heroscroll {
  background-image: url("../images/icons/scroll-btn.svg");
  background-position: left;
  background-repeat: no-repeat;
  height: 50px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  color: #f8f8f680 !important;
  padding-left: 70px;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  margin-left: 15px;
  margin-bottom: 25px;
}

.about__heroscroll:hover {
  background-image: url("../images/icons/scroll-btn-active.svg");
  transition: 0.2s all ease-in-out;
}

.about__heroscroll--light {
  background-image: url("../images/icons/scroll-btn-light.svg");
  color: #31392f4d !important;
}

.about__heroscroll--light:hover {
  background-image: url("../images/icons/scroll-btn-light-active.svg");
  transition: 0.2s all ease-in-out;
  color: #0a0b09 !important;
}

@media (min-width: 992px) {
  .about__heroscroll {
    position: absolute;
    left: 50px;
    bottom: 120px;
    z-index: 9;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .about__hero {
    padding-bottom: 0;
  }
}

.about__slider {
  z-index: 1;
  background-color: #f2f3eb;
}

.about__slider .slick-dots {
  position: absolute;
  top: calc(50% - 70px);
  transform: translateY(-calc(50% - 70px));
  -webkit-transform: translateY(-calc(50% - 70px));
  -moz-transform: translateY(-calc(50% - 70px));
  -ms-transform: translateY(-calc(50% - 70px));
  -o-transform: translateY(-calc(50% - 70px));
  list-style-type: none;
  padding: 0;
  right: 5px;
  margin: 0;
}

.about__slider .slick-dots li button {
  background-image: url("../images/icons/dot-grey.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 12px;
  height: 12px;
  width: 12px;
  transition: 0.2s all ease-in-out;
}

.about__slider .slick-dots li button:hover {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg");
}

.about__slider .slick-dots li.slick-active button {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg");
}

.about__slider .slick-dots li button {
  background-image: url("../images/icons/dot.svg") !important;
}

.about__slider .slick-dots li button:hover {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-active.svg") !important;
}

.about__slider .slick-dots li.slick-active button {
  background-image: url("../images/icons/dot-active.svg") !important;
}

@media (min-width: 992px) {
  .about__slider .slick-dots {
    right: 25px;
    position: absolute;
    top: calc(50% - 100px);
    transform: translateY(-calc(50% - 100px));
    -webkit-transform: translateY(-calc(50% - 100px));
    -moz-transform: translateY(-calc(50% - 100px));
    -ms-transform: translateY(-calc(50% - 100px));
    -o-transform: translateY(-calc(50% - 100px));
    list-style-type: none;
    padding: 0;
  }

  .about__slider .slick-dots li button {
    background-image: url("../images/icons/dot-grey.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    padding: 12px;
    height: 12px;
    width: 12px;
    transition: 0.2s all ease-in-out;
  }

  .about__slider .slick-dots li button:hover {
    transition: 0.2s all ease-in-out;
    background-image: url("../images/icons/dot-red.svg");
  }

  .about__slider .slick-dots li.slick-active button {
    transition: 0.2s all ease-in-out;
    background-image: url("../images/icons/dot-red.svg");
  }
}

.about__slider--wide {
  margin-top: 20px;
  background-color: transparent;
}

.about__slider--wide img {
  background-color: none;
  width: 100%;
  border-radius: 20px;
}

@media (min-width: 769px) {
  .about__slider--wide .about__slide {
    height: 100%;
  }
}

.about__slider--wide .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  list-style-type: none;
  padding: 0;
  right: -30px;
  margin: 0;
}

.about__slider--wide .slick-dots li button {
  background-image: url("../images/icons/dot-grey.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 12px;
  height: 12px;
  width: 12px;
  transition: 0.2s all ease-in-out;
}

.about__slider--wide .slick-dots li button:hover {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg");
}

.about__slider--wide .slick-dots li.slick-active button {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg");
}

.about__slider--wide .slick-dots li button {
  background-image: url("../images/icons/dot-grey.svg") !important;
}

.about__slider--wide .slick-dots li button:hover {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg") !important;
}

.about__slider--wide .slick-dots li.slick-active button {
  background-image: url("../images/icons/dot-red.svg") !important;
}

@media (min-width: 992px) {
  .about__slider--wide .slick-dots {
    right: -50px;
  }
}

@media (min-width: 992px) {
  .about__slider--wide {
    margin-top: 100px;
  }
}

.about__slide {
  height: 250px;
  width: 100%;
  background-position: top -50px center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about__slide--contact {
  background-position: center;
}

@media (min-width: 992px) {
  .about__slide--contact {
    background-position: bottom;
  }
}

@media (min-width: 576px) {
  .about__slide {
    height: 50vh;
  }
}

@media (min-width: 769px) {
  .about__slide {
    height: calc(100vh - 80px);
  }
}

@media (min-width: 992px) {
  .about__slide {
    height: calc(100vh + 80px);
    background-position: center;
  }
}

.about__rabbit {
  width: 300px;
  margin: 0 auto 50px;
  display: block;
}

@media (min-width: 992px) {
  .about__rabbit {
    width: 500px;
    margin-bottom: 0;
  }
}

.about__quote {
  margin: 60px 0;
}

@media (min-width: 992px) {
  .about__quote {
    margin: 200px 0 120px 0;
  }
}

.about__grape {
  background-color: #31392f;
  padding: 0;
  margin-top: -60px;
  margin-bottom: -30px;
}

.about__grapeimg {
  border-radius: 20px;
  position: relative;
  z-index: 9;
}

.about__grapeimg--right {
  margin-right: 15px;
}

@media (min-width: 992px) {
  .about__grapeimg--right {
    padding: 0 0 0 50px;
  }
}

@media (min-width: 992px) {
  .about__grapeimg {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .about__grapeimg {
    margin-bottom: 120px;
  }
}

.about__grapedots {
  margin: 15px 0;
}

@media (min-width: 1200px) {
  .about__grapedots {
    margin: 35px 0;
  }
}

.about__grapetext {
  margin: 0;
}

.about__grapetext .title {
  color: #f8f8f6;
}

@media (max-width: 991px) {
  .about__grapetext .title {
    margin-top: 25px;
  }
}

.about__grapetext p {
  color: #f8f8f6d9;
}

@media (min-width: 992px) {
  .about__grapetext {
    margin: 0 0 0 50px;
  }
}

.about__grapetext--left {
  margin: 0 0 20px 0;
}

@media (min-width: 992px) {
  .about__grapetext--left {
    margin: 0 0 50px 0;
  }
}

@media (min-width: 1200px) {
  .about__grapetext--left {
    margin: 0 0 100px 0;
  }
}

@media (min-width: 1200px) {
  .about__grape {
    margin-top: -120px;
    margin-bottom: -180px;
  }
}

.about__wine {
  padding: 0 0 60px;
}

.about__wine .title {
  color: #31392f;
}

.about__wine p {
  color: #0a0b09b2;
}

.about__wine .btn {
  display: block;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .about__wine .btn {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .about__wine .btn {
    margin-top: 60px;
  }
}

.about__wine .about__grapetext {
  padding: 0 15px;
}

@media (min-width: 992px) {
  .about__wine .about__grapetext {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .about__wine {
    padding: 80px 0 0;
  }
}

@media (min-width: 1200px) {
  .about__wine {
    padding: 120px 0 0;
  }
}

.about__how {
  padding: 50px 0 50px;
  background: linear-gradient(180deg, #f8f8f6 0%, #f2f3eb 100%);
}

.about__howtext {
  max-width: 500px;
  margin: 0 auto;
}

.about__howtext .title {
  color: #0a0b09;
}

.about__howtext p {
  color: #0a0b09b2;
}

.about__howtext--left {
  margin: 150px 0 100px 0;
}

@media (min-width: 576px) {
  .about__howtext--left {
    padding: 100px 0;
  }
}

@media (min-width: 1200px) {
  .about__howtext--left {
    padding: 200px 0;
  }
}

@media (min-width: 576px) {
  .about__how {
    padding: 50px 0;
  }
}

@media (min-width: 1200px) {
  .about__how {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .about__winesimg {
    margin-top: 50px;
  }
}

.about__clock {
  float: right;
  margin: 25px 0;
}

@media (min-width: 576px) {
  .about__clock {
    margin: 25px -15px 25px 0;
  }
}

@media (min-width: 1200px) {
  .about__clock {
    margin: 50px -15px 50px 0;
  }
}

.about__howdot {
  margin: 15px 0;
}

.about__howrow {
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center;
}

.about__howrow .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  list-style-type: none;
  padding: 0;
}

.about__howrow .slick-dots li {
  display: inline-block;
}

.about__howrow .slick-dots li button {
  background-image: url("../images/icons/dot-grey.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 12px;
  height: 12px;
  width: 12px;
  transition: 0.2s all ease-in-out;
}

.about__howrow .slick-dots li button:hover {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg");
}

.about__howrow .slick-dots li.slick-active button {
  transition: 0.2s all ease-in-out;
  background-image: url("../images/icons/dot-red.svg");
}

@media (min-width: 992px) {
  .about__howrow .title {
    font-size: 2vw;
    line-height: 1;
    margin-bottom: 0;
  }
}

.about__howrow img {
  margin-bottom: 10px;
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .about__howrow {
    margin-top: 100px;
    text-align: left;
  }
}

.about__howimg {
  max-height: calc(100vh - 82px);
  margin-bottom: 25px !important;
}

.about__sliderrow {
  margin-right: 0;
}

.about__howp {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #31392f;
}

@media (min-width: 992px) {
  .about__howp {
    font-size: 1vw;
    line-height: 1.5;
  }
}

.contact__title {
  margin-bottom: 80px;
}

.contact__box {
  border: 1px solid rgba(49, 57, 47, 0.15);
  border-radius: 12px;
  height: 200px;
  padding-top: 30px;
  width: 70%;
  margin: 0 auto 25px auto;
}

.contact__box .title {
  margin-bottom: 0;
}

.contact__box p,
.contact__box a {
  color: #0a0b0999;
}

@media (min-width: 992px) {
  .contact__box {
    height: 280px;
    padding-top: 60px;
    width: 100%;
    margin: 0;
  }
}

.contact__infos {
  background: linear-gradient(180deg, #f8f8f6 0%, #f2f3eb 100%);
  padding: 40px 0 10px 0;
  margin-top: 0;
  border-top-right-radius: 40px;
  position: relative;
  z-index: 2;
  box-shadow: 0px -4px 60px rgba(10, 10, 10, 0.05);
  -webkit-box-shadow: 0px -4px 60px rgba(10, 10, 10, 0.05);
  -moz-box-shadow: 0px -4px 60px rgba(10, 10, 10, 0.05);
}

.contact__infos .title {
  margin-bottom: 0px;
}

.contact__infos .contact__title {
  margin-bottom: 80px;
}

@media (min-width: 992px) {
  .contact__infos {
    padding: 120px 0 100px 0;
    margin-top: -80px;
    border-top-right-radius: 80px;
  }
}

.contact__map {
  margin: 0 -15px;
}

.contact__map .map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

@media (min-width: 992px) {
  .contact__map .map-responsive {
    border-radius: 12px;
  }
}

.contact__map .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (min-width: 992px) {
  .contact__map {
    margin: 30px 0 0 0;
    border: 1px solid rgba(49, 57, 47, 0.15);
    border-radius: 12px;
  }
}

.shop__hero {
  height: 200px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: -1;
}

@media (min-width: 992px) {
  .shop__hero {
    height: 320px;
  }
}

@media (min-width: 1200px) {
  .shop__hero {
    height: 480px;
  }
}

.shop__wines {
  background-color: #f2f3eb;
  padding: 20px 0;
  margin-top: -40px;
  border-top-right-radius: 40px;
  position: relative;
  z-index: 999;
}

.shop__wines .title {
  margin-bottom: 5px;
}

.shop__wines .title--xs {
  font-family: "WorkSans-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.01em;
}

.shop__wines .price {
  font-family: "WorkSans-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.shop__winesrow {
  margin-top: 40px;
  text-align: center;
}

.shop__winesrow img {
  margin-bottom: 10px;
}

.shop__winesrow p {
  line-height: 1;
  color: #0a0b0999;
}

.shop__winesrow p span {
  text-decoration: line-through;
  margin-right: 10px;
}

.shop__winesrow p span.discount {
  text-decoration: none;
  color: #d9342d;
}

@media (min-width: 992px) {
  .shop__winesrow {
    margin-top: 80px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .shop__wines {
    padding: 60px 0;
    margin-top: -80px;
    border-top-right-radius: 80px;
  }
}

.shop__wine {
  display: block;
  margin-bottom: 60px;
}

.shop__titleborder {
  border-bottom: 1px solid #31392f1a;
  padding-bottom: 15px;
}

.shop__filter {
  cursor: pointer;
  border: 1px solid #31392f26;
  border-radius: 4px;
  padding: 10px 25px;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  transition: 0.2s all ease-in-out;
}

.shop__filter--active,
.shop__filter:hover {
  border-color: #31392f66;
  transition: 0.2s all ease-in-out;
}

.shop__filter--mobile {
  padding: 10px;
}

.shop__filter--mobile img {
  height: 20px;
}

.shop__sort {
  cursor: pointer;
  border: 1px solid #31392f26;
  border-radius: 4px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  transition: 0.2s all ease-in-out;
}

.shop__sort img {
  width: 20px;
}

.shop__sort--active,
.shop__sort:hover {
  border-color: #31392f66;
  transition: 0.2s all ease-in-out;
}

.shop__filters {
  padding-top: 15px;
}

.shop__filterwine,
.shop__orderwine {
  cursor: pointer;
  background-color: #f2f3eb;
  padding: 10px 25px;
  border: 1px solid #31392f1a;
  border-radius: 4px;
  display: block;
  transition: 0.2s all ease-in-out;
  margin-bottom: 15px;
}

.shop__filterwine--active,
.shop__filterwine:hover,
.shop__orderwine--active,
.shop__orderwine:hover {
  transition: 0.2s all ease-in-out;
  background-color: #31392f;
  color: #f8f8f6;
}

.shop__allwines {
  display: none;
}

.shop__sortlist {
  display: none;
}

.shop__slider {
  margin-top: -35px;
}

.product__hero {
  background-color: #f8f8f6;
  overflow: hidden;
}

.product__image {
  padding-top: 25px;
  background-color: #f2f3eb;
  position: relative;
  height: 50vh;
}

@media (min-width: 769px) {
  .product__image {
    height: 100vh;
  }
}

.product__image img {
  max-height: 40vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
  .product__image img {
    max-height: 80vh;
  }
}

.product__packimg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}

.product__packimg--single {
  height: 100vh !important;
  border-radius: 0;
}

@media (min-width: 576px) {
  .product__packimg {
    height: 350px;
  }
}

@media (min-width: 768px) {
  .product__packimg {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .product__packimg {
    height: 400px;
  }
}

.product__defaultimg,
.product__otherimg {
  max-width: 80%;
}

.product__how {
  overflow: hidden;
  background: linear-gradient(180deg, #f8f8f6 0%, #f2f3eb 100%);
}

.product__prices {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-flow: row wrap;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .product__prices {
    display: grid;
    grid-gap: 5px;
    align-items: center;
    margin-top: 15px;
    justify-content: flex-start;
    grid-template-columns: max-content max-content max-content max-content max-content;
  }
}

.product__prices p {
  width: max-content;
  padding: 0 5px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #0a0b0999;
}

@media (min-width: 992px) {
  .product__prices p {
    font-size: 20px;
    line-height: 32px;
  }
}

.product__vintagerow {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-flow: row wrap;
}

@media (min-width: 992px) {
  .product__vintagerow {
    display: grid;
    grid-gap: 5px;
    align-items: center;
    justify-content: flex-start;
    grid-template-columns: max-content max-content max-content max-content max-content max-content max-content max-content max-content;
  }
}

.product__vintagerow p {
  width: max-content;
  padding: 0 5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #0a0b0999;
}

.vintagedivider {
  width: max-content;
  border-right: 1px solid #31392f4d;
  height: 16px;
}

.product__infos {
  padding: 15px;
}

@media (min-width: 992px) {
  .product__infos {
    padding: 100px 70px 0 55px;
    height: 100vh;
    overflow-y: scroll;
  }
}

.product__inforows {
  margin: 25px 0;
}

@media (min-width: 992px) {
  .product__inforows {
    margin-bottom: 60px;
  }
}

.product__info {
  padding-top: 15px;
  border-top: 1px solid #31392f1a;
  cursor: pointer;
}

.product__info .title {
  margin-bottom: 15px;
}

.product__info:first-of-type .product__infodesc {
  display: block;
}

.product__info:first-of-type .product__diamond--opened {
  display: block;
}

.product__info:first-of-type .product__diamond--closed {
  display: none;
}

.product__info:last-of-type {
  border-bottom: 1px solid #31392f1a;
}

.product__diamond {
  float: right;
  margin-top: 8px;
  width: 12px;
}

.product__diamond--opened {
  display: none;
}

.product__infodesc {
  padding: 5px 0 0 0;
  display: none;
}

.product__infodesc p {
  color: #0a0b0999;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.product__infodesc table {
  margin-bottom: 15px;
}

.product__cartbtn {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
}

.product__cartbtn .product__add {
  border: 1px solid #f2f3eb;
}

.product__add {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 0;
}

.productquantity {
  border: 1px solid #31392f4d;
  border-radius: 4px;
  padding: 16px;
  line-height: 20px;
  width: max-content;
  background-color: #f8f8f6;
}

.productquantity__input {
  background: none;
  border: none;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  font-size: 16px;
  text-align: center;
}

.productquantity__counter {
  display: inline-block;
  vertical-align: middle;
}

#error {
  display: none;
  width: 100%;
  color: #d9342d;
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #31392f4d;
  border-radius: 3px;
}

.product__addtocart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #31392f;
  margin-bottom: 0;
  padding: 15px;
}

.product__addtocart p {
  margin: 0 auto;
  color: #f8f8f6;
}

@media (min-width: 992px) {
  .product__addtocart {
    position: static;
    background-color: transparent;
    margin-bottom: 50px;
    padding: 0;
  }
}

.product__originalPrice {
  text-decoration: line-through;
}

.product__discountPrice {
  color: #d9342d !important;
}

.product__disabledPrice {
  color: #31392f4d !important;
}

.login {
  background-color: #f2f3eb;
}

.login__forms {
  padding: 0px 15px 30px 15px;
}

@media (min-width: 992px) {
  .login__forms {
    padding: 0 0 150px 0;
  }
}

.login__form {
  background-color: #f8f8f6;
  padding: 25px 30px;
  border: 1px solid #31392f26;
  border-radius: 12px;
  margin-bottom: 25px;
}

.login__form ul {
  padding-left: 20px;
}

.login__form ul li {
  color: #0a0b0999;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .login__form {
    padding: 50px 60px;
    height: 470px;
    margin-bottom: 0;
  }
}

.login__form--member {
  height: auto;
}

.login__form--member p {
  color: #0a0b0999;
}

@media (min-width: 992px) {
  .login__form--member {
    height: auto;
  }
}

.login__form--reg {
  background-color: #31392f;
  border: 1px solid transparent;
}

.login__form--reg .title {
  color: #f8f8f6;
}

.login__form--reg p {
  color: #f8f8f6;
  margin-bottom: 10px;
}

.login__form--reg ul li {
  color: #f8f8f6d9;
}

.login__buttons {
  font-size: 0;
  margin-top: 25px;
}

@media (min-width: 992px) {
  .login__buttons {
    margin-top: 50px;
  }
}

.login__buttons .btn {
  width: 100%;
}

@media (min-width: 992px) {
  .login__buttons .btn {
    width: 50%;
  }
}

.login__button {
  width: 100%;
  margin-bottom: 15px;
}

.login__button--forgot {
  padding: 18px 0;
  text-align: center;
}

.login__button--forgot a {
  transition: 0.2s all ease-in-out;
  text-transform: uppercase;
  color: #0a0b0999;
  border-bottom: 1px solid #0a0b0999;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
}

.login__button--forgot a:hover {
  transition: 0.2s all ease-in-out;
  color: #0a0b09;
  border-color: #0a0b09;
}

@media (min-width: 992px) {
  .login__button {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: 0;
  }
}

.login__membership {
  padding: 50px 0;
  background-image: url("../images/membership-bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .login__membership {
    padding: 100px 0;
  }
}

.registration {
  background-color: #f2f3eb;
}

.registration__form {
  background-color: #f8f8f6;
  padding: 25px 30px;
  border: 1px solid #31392f26;
  border-radius: 12px;
  margin-top: 35px;
}

@media (min-width: 992px) {
  .registration__form {
    padding: 50px 60px;
    margin-top: 75px;
  }
}

.registration__form .btn {
  width: 100%;
}

@media (min-width: 992px) {
  .registration__form .btn {
    width: auto;
  }
}

.registration__form .form-group.required:not(.field-signupform-aszf) {
  position: relative;
}

.registration__form .form-group.required:not(.field-signupform-aszf) input {
  padding-left: 15px;
}

.registration__form .form-group.required:not(.field-signupform-aszf)::before {
  content: "*";
  color: #d9342d;
  position: absolute;
  left: 0;
  top: 15px;
}

.profile {
  background-color: #f2f3eb;
}

.profile .content {
  padding-bottom: 240px;
}

.profile .title--m {
  margin-bottom: 40px;
}

.profile .logout {
  border: none;
  background: transparent;
}

.profile__menulist {
  margin-bottom: 20px;
  border-bottom: 1px solid #31392f1a;
  padding-bottom: 4px;
  display: inline-block;
}

.profile__menu {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.profile__diamond {
  margin-right: 10px;
  width: 12px;
}

.profile__delete {
  display: flex;
  align-items: center;
  font-family: "WorkSans-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #0a0b0999;
  cursor: pointer;
}

.profile__logout {
  display: flex;
  align-items: center;
  font-family: "WorkSans-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #0a0b0999;
  margin-bottom: 10px;
  cursor: pointer;
}

.profile__form #flash-success {
  width: 100%;
  text-align: center;
}

.profile__form .control-label {
  font-family: "WorkSans-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
  color: #2e2f2e;
}

.profile__form .form-control {
  padding: 12px 16px;
  margin-bottom: 24px;
  height: auto;
}

.profile__form .saveBtn {
  padding: 18px 32px;
  min-width: 190px;
}

.profileCard {
  background-color: #f8f8f6;
  border-radius: 20px;
  text-align: center;
  border: 1px solid rgba(49, 57, 47, 0.15);
  max-width: 420px;
  padding: 20px;
}

.profileCard .title {
  margin: 10px 0;
}

.profileCard__karo {
  width: 100%;
  text-align: right;
}

.profileCard__karo img {
  width: 30px;
}

.profileCard__rabbit {
  max-width: 200px;
}

.profileCard__date {
  font-family: "WorkSans-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.03em;
  color: #0a0b0966;
}

.orders.cartitems {
  padding: 0;
}

.orders .title {
  line-height: 1;
  margin-bottom: 10px;
}

.orders .title.title--xxs {
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.orders .order {
  margin-bottom: 100px;
}

.orders .order:last-of-type {
  margin-bottom: 0;
}

.order__sum {
  padding: 15px 0;
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.order__sum--shipping {
  border-bottom: 1px solid #31392f0d;
}

.order__sum span {
  text-align: right;
}

.staticpage {
  background-color: #f2f3eb;
}

.staticpage__content {
  max-width: 600px;
  margin: 0 auto;
  font-family: "WorkSans-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.01em;
  text-align: left;
}

.staticpage__content strong {
  font-family: "WorkSans-SemiBold";
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 10px;
}

.staticpage__content img {
  margin: 30px 0 50px;
}

@media (min-width: 992px) {
  .staticpage__content img {
    margin: 60px 0 100px;
  }
}

.membership {
  background-color: #f2f3eb;
  padding-top: 0;
}

@media (min-width: 992px) {
  .membership {
    padding-top: 92px;
  }
}

.membership__hero {
  height: 320px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media (min-width: 992px) {
  .membership__hero {
    height: 320px;
  }
}

@media (min-width: 1200px) {
  .membership__hero {
    height: 500px;
  }
}

.membership__content {
  background-color: #f2f3eb;
  padding: 30px 0;
  margin-top: 0;
  border-top-right-radius: 40px;
  position: relative;
  z-index: 2;
  box-shadow: 0px -4px 60px rgba(10, 10, 10, 0.05);
  -webkit-box-shadow: 0px -4px 60px rgba(10, 10, 10, 0.05);
  -moz-box-shadow: 0px -4px 60px rgba(10, 10, 10, 0.05);
}

@media (min-width: 768px) {
  .membership__content {
    padding: 60px 0;
    margin-top: -80px;
    border-top-right-radius: 80px;
  }
}

@media (min-width: 992px) {
  .membership__content {
    padding: 120px 0;
    margin-top: -80px;
    border-top-right-radius: 80px;
  }
}

.membership__content h2 {
  font-family: "PlayfairDisplay-Regular";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #0a0b09;
  margin-bottom: 28px;
}

.membership__content p {
  font-family: "WorkSans-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-align: left;
}

.membership__content strong {
  font-family: "WorkSans-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #0a0b09;
}

.membership__btn {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .membership__btn {
    margin-top: 80px;
  }
}

#cartBackground {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  background: #0a0b09;
  opacity: 0.5;
}

#cartContainer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  background-color: #f8f8f6;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  width: 100%;
  max-width: 480px;
  border: 1px solid #31392f0d;
  height: 100vh;
}

.cartInner {
  display: grid;
  grid-template-rows: max-content;
  height: 100vh;
}

.cartTop {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 20px;
}

@media (min-width: 992px) {
  .cartTop {
    padding: 40px 40px 60px 40px;
  }
}

.cart__title {
  display: inline-block;
  margin: 0;
}

.cart__close {
  align-self: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #0a0b0999;
  cursor: pointer;
  border-bottom: 1px solid #d9342d;
}

.cartitems {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 20px;
}

@media (min-width: 992px) {
  .cartitems {
    padding: 0 40px;
  }
}

.cartitems::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.cartitem {
  border-bottom: 1px solid #31392f0d;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: grid;
  grid-template-areas: "img title close""img price quantity""error error error";
  grid-template-columns: 120px auto 25px;
  grid-column-gap: 10px;
}

.cartitem:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.cartitem .cartitem__packimg {
  width: 120px;
  height: 120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #31392f0d;
  border-radius: 12px;
}

.cartitem .product__imagecont {
  background-color: #fff;
  border: 1px solid #31392f0d;
  border-radius: 12px;
  border-bottom-right-radius: 0;
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0;
}

.cartitem .product__imagecont img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-height: 100px;
  max-width: 85%;
  z-index: 9;
}

.cartitem .product__imagecont .product__ribbon {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 30px solid #fff;
  width: 0;
  border-bottom: 50px solid;
}

.cartitem .product__imagecont:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  background-color: #f8f8f6;
  bottom: -20px;
  right: -25px;
}

.cartitem .product__imagecont:hover .product__ribbon {
  opacity: 1;
  transition: 1s ease-in-out;
}

.cartitem .product__packimg {
  margin-bottom: 10px;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .cartitem .product__packimg {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .cartitem .product__packimg {
    height: 800px;
  }
}

@media (min-width: 992px) {
  .cartitem {
    padding-bottom: 30px;
    margin-bottom: 30px;
    grid-column-gap: 20px;
  }
}

.cartitem__img {
  grid-area: img;
}

.cartitem__title {
  grid-area: title;
}

.cartitem__title p {
  margin: 0;
  font-family: "WorkSans-Regular";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.cartitem__vintage {
  margin-top: 4px;
}

.cartitem__vintage p {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.03em;
  color: #0a0b0966;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.cartitem__vintage img {
  display: inline-block;
  vertical-align: middle;
}

.cartitem__delete {
  grid-area: close;
  justify-self: end;
  cursor: pointer;
}

.cartitem__price {
  grid-area: price;
  margin-bottom: 0;
  align-self: end;
  font-family: "WorkSans-Regular";
  color: #0a0b0999;
  line-height: 1;
}

.cartitem__quantity {
  grid-area: quantity;
  align-self: end;
  padding: 7px;
  border-radius: 4px;
  font-family: "WorkSans-Regular";
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.03em;
  border: 1px solid #31392f26;
  width: max-content;
  justify-self: end;
}

.cartitem__input {
  background: none;
  border: none;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.03em;
  font-family: "WorkSans-Regular";
}

.cartitem__counter {
  display: inline-block;
  vertical-align: middle;
}

.cartsum {
  border-top: 1px solid #31392f0d;
  align-self: end;
  padding: 20px;
  box-shadow: 0px -20px 160px -20px #f8f8f6;
  -webkit-box-shadow: 0px -20px 160px -20px #f8f8f6;
  border-bottom-left-radius: 32px;
}

.cartsum p {
  font-family: "WorkSans-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .cartsum p {
    margin-bottom: 28px;
  }
}

.cartsum--empty {
  border-top: 0;
}

@media (min-width: 992px) {
  .cartsum {
    padding: 28px 40px 40px 40px;
  }
}

.cartempty {
  height: 500px;
}

.cartempty__title {
  font-family: "WorkSans-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.cartempty__subtitle {
  font-family: "WorkSans-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #0a0b09b2;
  margin-bottom: 0;
}

.cartitem__error {
  display: none;
  width: 100%;
  color: #d9342d;
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #31392f4d;
  border-radius: 3px;
  grid-area: error;
}

.checkoutRegistration {
  background-color: #f8f8f6;
  padding: 15px;
  border: 1px solid #31392f26;
  border-radius: 12px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 992px) {
  .checkoutRegistration {
    padding: 50px 60px;
    margin-top: 25px;
  }
}

.checkoutRegistration__title {
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .checkoutRegistration_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .checkoutRegistration_buttons .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

.checkout {
  background-color: #f2f3eb;
}

.checkout__form,
.checkout__cart {
  background-color: #f8f8f6;
  padding: 15px;
  border: 1px solid #31392f26;
  border-radius: 12px;
  margin-top: 10px;
}

@media (min-width: 992px) {

  .checkout__form,
  .checkout__cart {
    padding: 50px 60px;
    margin-top: 25px;
  }
}

.checkout__form .btn,
.checkout__cart .btn {
  width: 100%;
}

@media (min-width: 992px) {

  .checkout__form .btn,
  .checkout__cart .btn {
    width: auto;
  }
}

.checkout__form .title,
.checkout__cart .title {
  margin-bottom: 40px;
}

.checkout__form .form-group.required:not(.field-order-aszf),
.checkout__cart .form-group.required:not(.field-order-aszf) {
  position: relative;
}

.checkout__form .form-group.required:not(.field-order-aszf) input,
.checkout__cart .form-group.required:not(.field-order-aszf) input {
  padding-left: 15px;
}

.checkout__form .form-group.required:not(.field-order-aszf)::before,
.checkout__cart .form-group.required:not(.field-order-aszf)::before {
  content: "*";
  color: #d9342d;
  position: absolute;
  left: 0;
  top: 18px;
}

.checkout__form .checkbox+label,
.checkout__cart .checkbox+label {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.01em;
}

.checkout__form {
  padding: 15px;
}

.checkout__form input,
.checkout__form select {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.01em;
}

.checkout__form .select-container .fas {
  bottom: 25px;
}

.checkout__form .form-group.has-error .inputField {
  border-bottom-color: #d9342d;
}

.checkout__form .form-group.has-error::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: 25px;
  height: 25px;
  background-image: url("../images/icons/error.svg");
  background-repeat: no-repeat;
}

.checkout__form .form-group.has-error.field-order-aszf::after {
  top: 0;
  right: 15px;
}

@media (min-width: 992px) {
  .checkout__form {
    padding: 50px 60px 60px 60px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .checkout__cart {
    margin-left: 10px;
    padding: 60px 48px 32px 48px;
  }
}

.checkout__cartitems {
  border-bottom: 1px solid #31392f26;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.checkout__cartitems p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .checkout__cartitems {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.checkout__cartblock {
  border-bottom: 1px solid #31392f26;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.checkout__cartblock p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .checkout__cartblock {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.checkout__cartitem {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  grid-column-gap: 10px;
}

.checkout__cartitem p {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}

.checkout__cartitem .itemname {
  font-weight: 500;
  font-family: "WorkSans-Regular";
}

.checkout__cartitem .itemquantity {
  color: #0a0b0966;
  text-align: right;
  font-family: "WorkSans-Regular";
}

.checkout__cartitem .itemquantity span {
  color: #0a0b0966;
}

.checkout__cartitem .itemprice {
  text-align: right;
  font-weight: 500;
  font-family: "WorkSans-Regular";
}

@media (min-width: 992px) {
  .checkout__cartitem {
    grid-template-columns: 250px 1fr 1fr;
  }
}

.checkout__subline {
  font-weight: bold;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.01em;
}

.checkout__othercheckbox {
  position: absolute;
  top: 35px;
  right: 15px;
}

.checkout__otheraddress {
  display: none;
}

.checkout__cartsum p {
  margin-bottom: 0;
  font-family: "WorkSans-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.ageVerification {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.ageVerification__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: max-content;
  max-width: 90%;
  padding: 25px;
  text-align: center;
  background: #f8f8f6;
  border: 1px solid rgba(49, 57, 47, 0.15);
  box-sizing: border-box;
  box-shadow: 0px 12px 60px rgba(49, 57, 47, 0.5);
  border-radius: 12px;
}

@media (min-width: 992px) {
  .ageVerification__box {
    padding: 48px 60px;
    width: auto;
  }
}

.ageVerification .title {
  margin-bottom: 0;
}

.ageVerification img {
  margin: 28px 0 32px 0;
}

.ageVerification__agree {
  display: block;
  margin: 0 auto 12px auto;
  width: 160px;
}

.ageVerification__cancel {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #0a0b0999;
  border-bottom: 1px solid #0a0b0999;
  padding-bottom: 5px;
}

.ageVerification__error {
  display: none;
  color: #d9342d;
  margin: 20px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.01em;
}

.marquee {
  --gap: 1rem;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  display: none;
}

@media (min-width: 992px) {
  .marquee {
    display: flex;
  }
}

.marquee .clocktitle {
  display: block;
  width: max-content;
  text-transform: none;
  margin-bottom: 0;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.grid-sizer,
.grid-item {
  width: 49%;
  margin-bottom: 1%;
}

@media (min-width: 768px) {

  .grid-sizer,
  .grid-item {
    width: 32%;
  }
}

@media (min-width: 992px) {

  .grid-sizer,
  .grid-item {
    width: 24%;
  }
}

.gutter-sizer {
  width: 1%;
}

.fancybox-container * {
  color: #f8f8f6 !important;
}

.gallery {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .gallery {
    padding-bottom: 160px;
  }
}

.gallery__hero {
  position: relative;
  overflow: hidden;
}

.gallery__heroleft {
  text-align: center;
  padding: 20px;
}

@media (min-width: 992px) {
  .gallery__heroleft {
    text-align: left;
    padding: 0 0 0 50px;
    margin-top: -80px;
  }
}

.gallery__hero h2 {
  font-family: "PlayfairDisplay-Regular";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -0.01em;
  color: #0a0b09;
}

.gallery__herodots {
  height: 12px;
  margin: 25px auto;
}

@media (min-width: 992px) {
  .gallery__herodots {
    margin: 25px 0;
  }
}

.gallery__hero p {
  font-family: "WorkSans-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #0a0b09b2;
  margin-bottom: 0px;
}

.gallery__hero .btn {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .gallery__hero {
    padding-bottom: 0;
  }
}

.gallery__slider {
  z-index: 1;
  background-color: #f2f3eb;
}

.gallery__slide {
  height: 250px;
  width: 100%;
  background-position: top -50px center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

@media (min-width: 576px) {
  .gallery__slide {
    height: 50vh;
  }
}

@media (min-width: 769px) {
  .gallery__slide {
    height: calc(100vh - 80px);
  }
}

@media (min-width: 992px) {
  .gallery__slide {
    height: calc(100vh + 80px);
    background-position: center;
  }
}

#loginModal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  background-color: #f8f8f6;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  width: 100%;
  max-width: 480px;
  border: 1px solid #31392f0d;
  height: 100vh;
}

.loginModal__inner {
  display: grid;
  grid-template-rows: max-content;
  height: 100vh;
}

.loginModal__top {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 20px;
}

@media (min-width: 992px) {
  .loginModal__top {
    padding: 40px 40px 36px 40px;
  }
}

.loginModal__close {
  align-self: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #0a0b0999;
  cursor: pointer;
  border-bottom: 1px solid #d9342d;
}

.loginModal__subhead {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
  font-family: "Avenir-Next";
}

.loginModal__form {
  padding: 0 20px;
}

.loginModal__form .control-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.01em;
}

.loginModal__form .form-group {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .loginModal__form {
    padding: 0 40px;
  }
}

.inputBordered {
  background: #f8f8f6d9;
  border: 1px solid #31392f4d;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  margin-bottom: 24px;
}

.loginModal__submit {
  width: 100%;
  margin: 24px 0 12px 0;
  padding: 9px 16px;
  display: block;
}

@media (min-width: 992px) {
  .loginModal__submit {
    width: max-content;
    padding: 18px 32px;
    margin: 48px 0 24px 0;
  }
}

.loginModal__button {
  padding: 18px 0;
  text-align: center;
  transition: 0.2s all ease-in-out;
  text-transform: uppercase;
  color: #0a0b0999;
  border-bottom: 1px solid #0a0b0999;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  width: max-content;
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .loginModal__button {
    display: inline;
    margin: 0;
  }
}

.loginModal__button:hover {
  transition: 0.2s all ease-in-out;
  color: #0a0b09;
  border-color: #0a0b09;
}

.loginModal__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 30px;
}

.loginModal__buttons .checkbox {
  width: 50%;
}

.loginModal__buttons .loginModal__button {
  padding-top: 0;
  width: max-content;
  justify-self: end;
}

.notification {
  display: none;
  text-align: center;
  color: #f8f8f6;
  background-color: #0a0b09;
  padding: 10px;
}

.notification__close {
  float: right;
  cursor: pointer;
}

.notification__close:before {
  color: #f8f8f6;
}

@media (min-width: 992px) {
  .notification {
    padding: 10px 50px;
  }
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.popup__membership {
  display: block;
}

.popup__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: max-content;
  max-width: 90%;
  padding: 25px;
  text-align: center;
  background: #f8f8f6;
  border: 1px solid rgba(49, 57, 47, 0.15);
  box-sizing: border-box;
  box-shadow: 0px 12px 60px rgba(49, 57, 47, 0.5);
  border-radius: 12px;
}

@media (min-width: 992px) {
  .popup__box {
    padding: 48px 60px;
    width: auto;
  }
}

.popup .title {
  margin-bottom: 0;
}

.popup img {
  margin: 28px 0 32px 0;
}

.popup__agree {
  display: block;
  margin: 0 auto 12px auto;
  width: 160px;
}

.popup__checkout {
  display: block;
  margin: 0 auto 12px auto;
  width: 280px;
}

.popup__cancel {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #0a0b0999;
  border-bottom: 1px solid #0a0b0999;
  padding-bottom: 5px;
}

.popup__shop {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #0a0b0999;
  border-bottom: 1px solid #0a0b0999;
  padding-bottom: 5px;
}

.szechenyi__logo {
  float: right;
  margin: 40px 0 20px 0 !important;
}

.szechenyi__logo--mobile {
  margin: 0 !important;
  position: absolute;
  top: 40px;
  right: 15px;
}

@media (min-width: 992px) {
  .szechenyi__logo--mobile {
    display: none;
  }
}

.thankyoupage {
  background-image: url("../images/nyul-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .thankyoupage {
    background-size: 600px;
  }
}

.freeShipping {
  padding: 20px 40px;
}

.freeShipping__title {
  text-align: center;
  margin-bottom: 15px;
}

.freeShipping #progressbar {
  width: 100%;
  height: 5px;
  background: #d9342e;
}

.freeShipping #progress {
  height: 5px;
  background: #31392f;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.freeShipping__range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

@media all and (max-width: 767px) {
  .col-xs-8 {
    flex: 0 0 66% !important;
    max-width: 66% !important;
  }

  .col-xs-4 {
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }
}