.page-container,
.inner {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1366px) {

  .page-container,
.inner {
    max-width: 1920px;
  }
}

.inner {
  text-align: left;
}

@media (min-width: 1366px) {

  .inner {
    margin-left: 85px;
    margin-right: 85px;
  }
}

.button {
  color: white !important;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(130 160 130 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 130 99 / var(--tw-bg-opacity));
}

.header {
  position: relative;
  z-index: 10000;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.header--scrolling {
  box-shadow: 0 0 20px #e5e5e5;
}
.header__wrapper {
  height: auto;
}
.header__main.fixed, .header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 20px #e5e5e5;
}
.header__icon {
  display: inline-flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 206 195 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(88 84 76 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.header__icon:hover {
  text-decoration-line: none;
}
@media (min-width: 768px) {

  .header__icon {
    height: 38px;
    width: 38px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1366px) {

  .header__icon:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 233 221 / var(--tw-bg-opacity));
  }
}
.header__main {
  border-bottom-style: solid;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 233 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {

  .header__main {
    gap: 2.5rem;
  }
}
.header__main__logos {
  display: flex;
  flex-shrink: 1;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
@media (min-width: 768px) {

  .header__main__logos {
    gap: 2.5rem;
  }
}
@media (min-width: 1366px) {

  .header__main__logos {
    margin-left: 85px;
  }
}
.header__main__controls {
  margin-left: auto;
  display: flex;
  max-width: 200px;
  flex: 1 1 0%;
  align-items: center;
  justify-content: space-between;
  gap: 0.375rem;
}
@media (min-width: 768px) {

  .header__main__controls {
    max-width: none;
    flex: none;
    gap: 1.5rem;
  }
}
@media (min-width: 1366px) {

  .header__main__controls {
    margin-right: 85px;
  }
}
.header__main--scrolling {
  box-shadow: 0 0 20px #e5e5e5;
}
.header__main .header__overlay--shown {
  pointer-events: auto;
}
.header__search {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {

  .header__search {
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(212 206 195 / var(--tw-border-opacity));
  }
}
.header__search input {
  width: 0px;
  border-width: 0px;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(149 141 128 / var(--tw-text-opacity));
}
.header__search input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(212 206 195 / var(--tw-text-opacity));
}
.header__search input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(212 206 195 / var(--tw-text-opacity));
}
@media (max-width: 767px) {

  .header__search input {
    font-size: 15px;
  }
}
@media (min-width: 768px) {

  .header__search input {
    margin-left: 0.75rem;
    width: 200px;
    padding: 0.375rem;
  }

  .header__search .header__icon {
    border-width: 0px;
  }
}
.header__search--opened {
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (max-width: 767px) {

  .header__search--opened {
    position: absolute;
    left: 1rem;
    right: 1rem;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(212 206 195 / var(--tw-border-opacity));
  }
}
.header__search--opened input {
  margin-left: 0.5rem;
  flex: 1 1 0%;
}
.header__search--opened .header__icon {
  border-width: 0px;
}
.header__search__suggestions {
  position: absolute;
  top: calc(100% + 1rem);
  left: -1px;
  right: -1px;
  z-index: -1;
  max-height: 0px;
  overflow: hidden;
  border-radius: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
}
@media (max-width: 767px) {

  .header__search__suggestions {
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(240 233 221 / var(--tw-border-opacity));
  }
}
@media (min-width: 768px) {

  .header__search__suggestions {
    top: calc(100% - 1.5rem);
    left: 1rem;
    right: 1rem;
  }

  .header__search__suggestions--opened {
    z-index: 10;
  }
}
.header__search__suggestions--opened {
  animation: slide-toggle-overflow 0.75s;
  animation-fill-mode: forwards;
}
.header__search__suggestions__inner {
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem;
}
@media (min-width: 1366px) {

  .header__search__suggestions__inner {
    display: flex;
  }
}
.header__search__suggestions__inner .wareList .listWrapper,
.header__search__suggestions__inner .wareList .list {
  margin-bottom: 0px;
}
.header__search__suggestions__inner h1 {
  position: relative;
  z-index: 10;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.header__search__suggestions__inner h1 span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.header__search__suggestions__inner h1::after {
  border-bottom-style: solid;
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 233 221 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.header__search__suggestions__inner .button {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.header__search__suggestions__groups {
  width: 100%;
}
@media (min-width: 1366px) {

  .header__search__suggestions__groups {
    width: 300px;
  }
}
.header__search__suggestions__groups a {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration-line: underline;
}
@media (min-width: 768px) {

  .header__search__suggestions__groups a {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
  }
}
@media (min-width: 1366px) {

  .header__search__suggestions__groups a {
    display: block;
  }

  .header__search__suggestions__ware {
    width: calc(100% - 350px);
  }
}
.header__search__suggestions__empty {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  flex: 1 1 0%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
.header__user--logged {
  --tw-bg-opacity: 1;
  background-color: rgb(240 233 221 / var(--tw-bg-opacity));
}
.header__user #login .customerMenu {
  display: none;
  position: absolute;
  background-color: white;
  padding: 15px;
  margin-left: -13px;
  z-index: 1;
  text-align: left;
  font-size: 15px;
}
.header__user #login .customerMenu div:last-of-type a {
  border-bottom-width: 0px;
}
.header__user #login .customerMenu a {
  display: block;
  margin-bottom: 5px;
  border-bottom: 1px solid silver;
  padding-bottom: 5px;
  --tw-border-opacity: 1;
  border-color: rgb(240 233 221 / var(--tw-border-opacity));
  text-decoration-line: none;
}
.header__cart {
  position: relative;
}
.header__cart__count {
  position: absolute;
  right: -0.25rem;
  bottom: -0.25rem;
  display: flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 233 221 / var(--tw-bg-opacity));
  font-size: 11px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(88 84 76 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .header__cart__count {
    height: 22px;
    width: 22px;
    font-size: 12px;
  }
}
.header__mobile-menu {
  text-align: left;
}
@media (min-width: 1366px) {

  .header__mobile-menu {
    display: none;
  }
}
.header__mobile-menu__content {
  position: absolute;
  left: 1rem;
  right: 1rem;
  margin-top: 0.5rem;
  box-sizing: border-box;
  max-height: 0px;
  overflow: hidden;
  border-radius: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 15px;
  opacity: 0;
}
.header__mobile-menu__content__inner {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header__mobile-menu__content__inner > ul:first-of-type > li:first-of-type {
  border-top-width: 0px;
}
.header__mobile-menu__content__inner > ul > li {
  border-top-style: solid;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 233 221 / var(--tw-border-opacity));
}
.header__mobile-menu__content__inner > ul > li ul {
  padding-bottom: 1rem;
}
.header__mobile-menu__content__inner > ul > li > a {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header__mobile-menu__content__inner > ul > li li {
  font-size: 13px;
}
.header__mobile-menu__content__inner > ul > li li a {
  display: flex;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.header__mobile-menu__content__inner > ul > li li li {
  padding-left: 1rem;
}
.header__mobile-menu--opened {
  z-index: 10;
}
.header__mobile-menu--opened .header__mobile-menu__content {
  animation: slide-toggle-overflow 0.75s;
  animation-fill-mode: forwards;
}
.header__mobile-menu ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.header__mobile-menu a {
  text-decoration-line: none;
}
.header__mobile-menu__parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__mobile-menu__parent [class*=icon-chevron-] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
}
.header__mobile-menu__children {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
}
.header__mobile-menu__children--opened {
  animation: slide-toggle 0.75s;
  animation-fill-mode: forwards;
}
.header__mobile-menu .header__menu__categories--collections {
  align-items: flex-start;
  overflow-x: auto;
}
.header__mobile-menu .header__menu__categories--collections > li > a {
  display: block;
  text-align: center;
}
.header__logo-decor {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 108px;
  flex: 2;
}
@media (min-width: 768px) {

  .header__logo-decor {
    max-width: 200px;
  }
}
.header__logo-decor img {
  width: 100%;
}
.header__logo-decor--selected::after, .header__logo-decor:hover::after {
  border-bottom-style: solid;
  position: absolute;
  bottom: 15%;
  z-index: -10;
  display: block;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(240 233 221 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.header__logo-outlet {
  position: relative;
  max-width: 54px;
  flex: 1 1 0%;
}
@media (min-width: 768px) {

  .header__logo-outlet {
    max-width: 100px;
  }
}
.header__logo-outlet img {
  width: 100%;
}
.header__logo-outlet--selected::after, .header__logo-outlet:hover::after {
  border-bottom-style: solid;
  position: absolute;
  bottom: 15%;
  z-index: -10;
  display: block;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(30 107 94 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.header__menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 13px;
}
@media (max-width: 767px) {

  .header__menu {
    white-space: nowrap;
  }
}
@media (max-width: 1365px) {

  .header__menu {
    overflow-x: auto;
  }
}
@media (min-width: 1366px) {

  .header__menu {
    font-size: 14px;
  }
}
.header__menu a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(88 84 76 / var(--tw-text-opacity));
}
.header__menu a.link--2 {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(149 141 128 / var(--tw-text-opacity));
}
.header__menu .header__overlay {
  z-index: -10;
  transition-delay: 700ms;
}
.header__menu--outlet {
  --tw-bg-opacity: 1;
  background-color: rgb(30 107 94 / var(--tw-bg-opacity));
}
.header__menu--outlet a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header__menu--outlet a.link--2 {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header__menu--outlet .header__menu__categories--2 a {
  --tw-text-opacity: 1;
  color: rgb(88 84 76 / var(--tw-text-opacity));
}
.header__menu__categories {
  display: flex;
}
@media (max-width: 1365px) {

  .header__menu__categories {
    flex: 1 1 0%;
  }
}
@media (min-width: 1366px) {

  .header__menu__categories {
    margin-left: 85px;
  }
}
.header__menu__categories > ul {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
}
@media (max-width: 1365px) {

  .header__menu__categories > ul {
    flex: 1 1 0%;
  }
}
.header__menu__categories > ul > li > a {
  display: inline-flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
}
@media (min-width: 1366px) {

  .header__menu__categories > ul > li > a {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.header__menu__categories--2 {
  position: fixed;
  left: 0px;
  right: 0px;
  display: none;
  max-height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
}
.header__main.header__menu__categories--2, .header.header__menu__categories--2 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 20px #e5e5e5;
}
@media (min-width: 1366px) {

  .header__menu__categories--2 {
    display: block;
  }
}
.header__menu__categories--2__inner {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.header__menu__categories--2::before {
  pointer-events: none;
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: -10;
  display: block;
  height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(149 141 128 / var(--tw-bg-opacity));
  opacity: 0.6;
  --tw-content: "";
  content: var(--tw-content);
}
.header__main.header__menu__categories--2::before, .header.header__menu__categories--2::before {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 20px #e5e5e5;
}
.header__menu__categories--collections {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: inline-flex;
  list-style-type: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0px;
  text-align: center;
}
.header__menu__categories--collections li {
  flex: 1 1 0%;
}
.header__menu__categories--collections a {
  text-decoration-line: none;
}
.header__menu__categories--collections img {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  max-width: 100%;
}
.header__menu__categories--regular {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  padding: 0px;
}
.header__menu__categories--regular a {
  text-decoration-line: none;
}
.header__menu__categories--regular a:hover {
  text-decoration-line: underline;
}
@media (min-width: 1366px) {
  .header__menu__category--1:hover .header__menu__category--1__link {
    text-decoration-line: underline;
  }
  .header__menu__category--1:hover .header__menu__categories--2 {
    animation: slide-toggle 0.75s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
  }
}
.header__menu__category--1 > a {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.header__menu__category--1 > a .icon-chevron-down {
  display: none;
}
@media (min-width: 1366px) {

  .header__menu__category--1 > a .icon-chevron-down {
    display: block;
  }
}
.header__menu__category--2 {
  text-align: left;
}
.header__menu__category--2 > a {
  margin-bottom: 1.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(149 141 128 / var(--tw-text-opacity));
}
.header__menu__category--2 ul {
  margin: 0px;
  list-style-type: none;
}
.header__menu__category--2 ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.header__menu__category--2 ul {
  padding: 0px;
}
.header__menu__links {
  margin-right: 85px;
  display: none;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1366px) {

  .header__menu__links {
    display: flex;
  }
}
.header__menu__links a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
}
@media (min-width: 1366px) {

  .header__menu__links a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.header__overlay {
  pointer-events: none;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(149 141 128 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.header__main.header__overlay, .header.header__overlay {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 20px #e5e5e5;
}
.header__overlay--shown {
  pointer-events: auto;
  opacity: 0.6;
}

.top-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(212 206 195 / var(--tw-bg-opacity));
  padding: 0.375rem;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.top-bar .slick-slider {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1366px) {

  .top-bar .slick-slider {
    margin-left: 85px;
    margin-right: 85px;
  }
}
.top-bar .slick-prev,
.top-bar .slick-next {
  font-size: 1rem;
  line-height: 1.5rem;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@keyframes slide-toggle {
  0% {
    max-height: 0;
    opacity: 0;
  }
  99% {
    max-height: 100vh;
  }
  100% {
    max-height: -moz-max-content;
    max-height: max-content;
    opacity: 1;
    overflow: initial;
  }
}
@keyframes slide-toggle-overflow {
  0% {
    max-height: 0;
    opacity: 0;
  }
  99% {
    overflow: hidden;
  }
  100% {
    opacity: 1;
    max-height: calc(100vh - 150px);
    overflow: auto;
  }
}

/*# sourceMappingURL=header.css.map */