button {
  all: unset;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-regular.woff2") format("woff2"), url("../fonts/montserrat-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-semibold.woff2") format("woff2"), url("../fonts/montserrat-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-italic.woff2") format("woff2"), url("../fonts/montserrat-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
* {
  outline: none !important;
  box-sizing: border-box;
  line-height: 1.5;
}

html {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #000;
  background: #fff;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  z-index: 1;
  position: relative;
  flex: 1;
}

::-moz-selection {
  color: #fff;
  background: #886259;
}

::selection {
  color: #fff;
  background: #886259;
}

::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
}

::-webkit-scrollbar-thumb {
  background: #886259;
  border: 0.125rem solid #101e25;
  border-radius: 0;
  border-radius: 1rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #6f5049;
}

::-webkit-scrollbar-track {
  background: #101e25;
  border-radius: 0;
}

.small-scrollbar::-webkit-scrollbar {
  width: 0.5rem;
  height: 1rem;
}
.small-scrollbar::-webkit-scrollbar-thumb {
  border: 0.125rem solid #fff;
}
.small-scrollbar::-webkit-scrollbar-track {
  background: none;
}

.stop-scroll {
  overflow: hidden;
}

a {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.25;
}

h1 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 1.1em;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.2rem;
  }
}

strong,
b {
  font-weight: 600;
}

input {
  font-family: inherit;
}

ins {
  text-decoration: none;
}

del {
  color: #d4404a;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hide {
  display: none !important;
}

.hyphens {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.btn, .yith-wcaf-dashboard .yith-wcaf-dashboard-settings input[type=submit], .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button, .sidebar__tags__link, .quantity__btn {
  display: inline-block;
  padding: 1em 1.5em;
  color: #fff;
  background: #886259;
  transition: 0.2s;
  text-align: center;
  border: 0;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1;
  text-decoration: none;
  border-radius: 0.375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn:hover, .yith-wcaf-dashboard .yith-wcaf-dashboard-settings input[type=submit]:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover, .sidebar__tags__link:hover, .quantity__btn:hover {
  background: #6f5049;
  color: #fff;
}
.btn:focus, .yith-wcaf-dashboard .yith-wcaf-dashboard-settings input[type=submit]:focus, .woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus, .sidebar__tags__link:focus, .quantity__btn:focus {
  background: #634741;
  color: #fff;
}
.btn--ghost-white {
  background: rgba(255, 255, 255, 0);
  border: 0.125rem solid #fff;
  font-weight: 600;
}
.btn--ghost-white:hover {
  color: #101e25;
  background: white;
}
.btn--ghost-white:focus {
  color: #101e25;
  background: rgba(255, 255, 255, 0.8);
}
.btn[disabled], .yith-wcaf-dashboard .yith-wcaf-dashboard-settings input[disabled][type=submit], .woocommerce #respond input[disabled]#submit,
.woocommerce a[disabled].button,
.woocommerce button[disabled].button,
.woocommerce input[disabled].button, [disabled].sidebar__tags__link, [disabled].quantity__btn {
  background: #767676;
  cursor: not-allowed;
}
.btn[disabled]:hover, .yith-wcaf-dashboard .yith-wcaf-dashboard-settings input[disabled][type=submit]:hover, .woocommerce #respond input[disabled]#submit:hover,
.woocommerce a[disabled].button:hover,
.woocommerce button[disabled].button:hover,
.woocommerce input[disabled].button:hover, [disabled].sidebar__tags__link:hover, [disabled].quantity__btn:hover, .btn[disabled]:focus, .yith-wcaf-dashboard .yith-wcaf-dashboard-settings input[disabled][type=submit]:focus, .woocommerce #respond input[disabled]#submit:focus,
.woocommerce a[disabled].button:focus,
.woocommerce button[disabled].button:focus,
.woocommerce input[disabled].button:focus, [disabled].sidebar__tags__link:focus, [disabled].quantity__btn:focus {
  background: #767676;
}
.btn--full {
  width: 100%;
}
.btn--green {
  background: #119e00;
}
.btn--small {
  padding: 0.5rem 1rem;
}
.btn--rounded {
  border-radius: 2rem;
}
.btn--extra {
  background: #f3f3f3;
  color: #000;
}
.btn--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.btn--promo {
  background: #fff;
  color: #000;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  border: 0.25rem solid #fff;
  filter: drop-shadow(0 0 0.16667em rgba(255, 255, 255, 0.75));
}
.btn--promo:hover {
  background: rgba(0, 0, 0, 0.65);
}
.btn__icon {
  display: block;
  height: 1em;
}

.container, .blog, .breadcrumbs, .opinions__container, .numbers, .cookiebar__container, .simple-footer__container, .footer__container {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.container--xl {
  max-width: 88rem;
}
.container--l {
  max-width: 67rem;
}
.container--m {
  max-width: 57rem;
}
.container--s {
  max-width: 47rem;
}
.container--page {
  max-width: 52rem;
}

.topbar {
  display: block;
  background: #577654;
  height: 0.125rem;
  width: 100%;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  color: #fff;
  height: 2rem;
  font-size: 0.714rem;
  transition: 0.2s;
  text-align: center;
}
.topbar--mobile-hide {
  display: none;
}
.topbar--lower {
  top: -2rem;
}
@media (min-width: 768px) {
  .topbar {
    font-size: 0.75rem;
    text-align: left;
  }
}
.topbar__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 88rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .topbar__container {
    justify-content: flex-start;
  }
}
.topbar__promotion {
  padding: 0 1rem;
  line-height: 1.25;
  position: relative;
}
.topbar__promotion:hover:after {
  content: attr(data-tooltip);
  position: absolute;
  top: 2rem;
  left: 1rem;
  width: calc(100% - 2rem);
  background: #101e25;
  padding: 0.375rem;
  box-sizing: border-box;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  text-align: center;
}
.topbar__promotion:hover:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.25rem 0.5rem 0.25rem;
  border-color: transparent transparent #101e25 transparent;
  top: 1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.topbar__options {
  display: none;
}
@media (min-width: 768px) {
  .topbar__options {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    padding: 0 1.25rem;
    height: 100%;
  }
}
.topbar .wcml-dropdown {
  width: auto;
  flex-direction: row;
}
.topbar__menu, .topbar .wcml-dropdown > ul {
  display: flex;
  flex-direction: row;
}
.topbar__menu img, .topbar .wcml-dropdown > ul img {
  margin-right: 0.375rem;
}
.topbar__menu a, .topbar .wcml-dropdown > ul a {
  text-decoration: none;
  transition: 0.2s;
}
.topbar__menu a:hover, .topbar .wcml-dropdown > ul a:hover {
  color: #cbb4af;
}
.topbar__menu > .menu-item, .topbar__menu .wcml-cs-active-currency, .topbar .wcml-dropdown > ul > .menu-item, .topbar .wcml-dropdown > ul .wcml-cs-active-currency {
  position: relative;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .topbar__menu > .menu-item, .topbar__menu .wcml-cs-active-currency, .topbar .wcml-dropdown > ul > .menu-item, .topbar .wcml-dropdown > ul .wcml-cs-active-currency {
    margin-left: 2rem;
  }
}
.topbar__menu > .menu-item > a, .topbar__menu .wcml-cs-active-currency > a, .topbar .wcml-dropdown > ul > .menu-item > a, .topbar .wcml-dropdown > ul .wcml-cs-active-currency > a {
  display: flex;
  height: 100%;
  align-items: center;
  padding-right: 1rem;
}
.topbar__menu > .menu-item > a:after, .topbar__menu .wcml-cs-active-currency > a:after, .topbar .wcml-dropdown > ul > .menu-item > a:after, .topbar .wcml-dropdown > ul .wcml-cs-active-currency > a:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border: 0.25rem solid transparent;
  border-top: 0.25rem solid;
  position: absolute;
  right: 0;
  top: calc(50% - 0.175rem);
}
.topbar__menu > .menu-item:focus .sub-menu, .topbar__menu > .menu-item:hover .sub-menu, .topbar__menu > .menu-item:focus .wcml-cs-submenu, .topbar__menu > .menu-item:hover .wcml-cs-submenu, .topbar__menu .wcml-cs-active-currency:focus .sub-menu, .topbar__menu .wcml-cs-active-currency:hover .sub-menu, .topbar__menu .wcml-cs-active-currency:focus .wcml-cs-submenu, .topbar__menu .wcml-cs-active-currency:hover .wcml-cs-submenu, .topbar .wcml-dropdown > ul > .menu-item:focus .sub-menu, .topbar .wcml-dropdown > ul > .menu-item:hover .sub-menu, .topbar .wcml-dropdown > ul > .menu-item:focus .wcml-cs-submenu, .topbar .wcml-dropdown > ul > .menu-item:hover .wcml-cs-submenu, .topbar .wcml-dropdown > ul .wcml-cs-active-currency:focus .sub-menu, .topbar .wcml-dropdown > ul .wcml-cs-active-currency:hover .sub-menu, .topbar .wcml-dropdown > ul .wcml-cs-active-currency:focus .wcml-cs-submenu, .topbar .wcml-dropdown > ul .wcml-cs-active-currency:hover .wcml-cs-submenu {
  display: flex;
}
.topbar__menu .sub-menu, .topbar__menu .wcml-cs-submenu, .topbar .wcml-dropdown > ul .sub-menu, .topbar .wcml-dropdown > ul .wcml-cs-submenu {
  position: absolute;
  top: 2rem;
  right: 0;
  background: #101e25;
  border: 0;
  display: none;
  flex-direction: column;
  white-space: nowrap;
}
.topbar__menu .sub-menu a, .topbar__menu .wcml-cs-submenu a, .topbar .wcml-dropdown > ul .sub-menu a, .topbar .wcml-dropdown > ul .wcml-cs-submenu a {
  padding: 0.5rem;
  display: block;
}
.topbar__menu .wcml-cs-submenu, .topbar .wcml-dropdown > ul .wcml-cs-submenu {
  flex-direction: row;
  flex-wrap: wrap;
  width: 400%;
}
.topbar__menu .wcml-cs-submenu li, .topbar .wcml-dropdown > ul .wcml-cs-submenu li {
  width: 25%;
}
.topbar__menu .wcml-cs-submenu a, .topbar .wcml-dropdown > ul .wcml-cs-submenu a {
  padding: 0.75rem 0.5rem;
}
.topbar .wcml-dropdown li {
  border: 0;
  background: none;
}

.topnav {
  position: fixed;
  top: 2rem;
  left: 0;
  width: 100%;
  color: #000;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  z-index: 999;
  background: #fff;
  transition: 0.2s;
}
.topnav--lower {
  top: 0;
}
.topnav__container {
  display: flex;
  flex-direction: row;
  background: #fff;
  width: 100%;
  max-width: 88rem;
  margin: 0 auto;
  pointer-events: none;
  justify-content: space-between;
}
@media (min-width: 460px) {
  .topnav__container {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .topnav__container:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #fff;
    width: 200vw;
    height: 4rem;
    top: 0;
    left: -50vw;
    box-sizing: border-box;
  }
}
.topnav__logo {
  pointer-events: all;
  padding: 0.5rem 1rem;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
.topnav__logo__img {
  height: auto;
  width: 100%;
  max-width: 20rem;
  display: block;
  max-height: 3rem;
}
@media (min-width: 460px) {
  .topnav__logo__img {
    height: 3rem;
    width: unset;
    max-width: unset;
    max-height: unset;
  }
}
.topnav__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 460px) {
  .topnav__content {
    width: 100%;
  }
}
.topnav__up {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 4rem;
  pointer-events: all;
}
.topnav__bottom {
  display: flex;
}
.topnav__menu {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  flex-direction: column;
  background: #fff;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  overflow-y: auto;
  z-index: -1;
  transform: translateX(-105%);
  transition: 0.2s;
  pointer-events: all;
  border: 0.0625rem solid #eee;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .topnav__menu {
    display: none;
  }
}
.topnav__menu--hidden {
  display: none;
}
@media (min-width: 992px) {
  .topnav__menu--hidden {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 4rem;
    min-height: unset;
    background: #fff;
    display: flex;
    justify-content: center;
    pointer-events: none;
  }
}
.topnav__menu--active {
  transform: translateX(0);
  z-index: 1;
}
@media (min-width: 992px) {
  .topnav__menu--active {
    top: 4rem;
    border-top: 0.0625rem solid #eee;
    border-bottom: 0.0625rem solid #eee;
    pointer-events: all;
  }
  .topnav__menu--active:not(.topnav__menu--hidden) {
    top: 6rem;
  }
}
@media (min-width: 1200px) {
  .topnav__menu--active {
    border-top: 0;
    top: 4rem;
  }
}
.topnav__menu__options {
  display: flex;
  gap: 1rem;
}
@media (min-width: 992px) {
  .topnav__menu__options {
    display: none;
  }
}
@media (min-width: 460px) {
  .topnav__menu__options--display-xxs {
    display: none;
  }
}
.topnav__menu__options__btn {
  width: 100%;
  border: 0;
  background: #101e25;
  color: #fff;
  height: 3rem;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s;
}
.topnav__menu__options__btn:hover {
  background: #081013;
}
.topnav__menu__options__btn--link {
  background: #886259;
}
.topnav__menu__options__img {
  display: block;
  margin-right: 0.5rem;
}
.topnav__menu__mobile {
  display: flex;
  justify-content: space-around;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .topnav__menu__mobile {
    display: none;
  }
}
.topnav__menu__link {
  display: inline-block;
  padding: 0.75rem;
  transition: 0.2s;
  position: relative;
  width: 100%;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
}
.topnav__menu__link:hover, .topnav__menu__link:focus {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .topnav__menu__link:hover, .topnav__menu__link:focus {
    text-decoration: none;
  }
}
.topnav__menu__link:focus {
  color: #886259;
}
@media (min-width: 992px) {
  .topnav__menu__link {
    padding: 0 1.25rem;
    width: unset;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.topnav__close {
  padding: 1rem;
  margin: -1rem -1rem 0;
  background: none;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .topnav__close {
    display: none;
  }
}
.topnav__close__icon {
  height: 2.5rem;
}

.top-search {
  display: flex;
  width: calc(100% - 2rem);
  transition: 0.2s;
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 1rem;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .top-search {
    width: 100%;
  }
}
.top-search:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  border: 0.0625rem solid #ccc;
  z-index: 1;
  pointer-events: none;
}
.top-search:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 200vw;
  height: 4rem;
  top: -0.875rem;
  left: -50vw;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .top-search {
    position: relative;
    z-index: 2;
    margin: 0 1rem 0 1.5rem;
    pointer-events: all;
    top: 0;
  }
  .top-search:before {
    display: none;
  }
}
.top-search--hidden {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
.top-search--hidden:before {
  content: "";
  position: absolute;
  background: #fff;
  display: block;
  width: 200vw;
  height: 4rem;
  top: -0.875rem;
  left: -50vw;
  box-sizing: border-box;
}
.top-search--active {
  top: 4.875rem;
  pointer-events: all;
}
.top-search--active:not(.top-search--hidden) {
  top: 6.875rem;
}
@media (min-width: 1200px) {
  .top-search--active {
    top: 4.875rem;
  }
}
.top-search--active:before {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  border-top: 0.0625rem solid #eee;
  border-bottom: 0.0625rem solid #eee;
}
.top-search__icon {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  height: 1.25rem;
  z-index: 2;
}
.top-search__input {
  border: none;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  border-radius: 3rem;
  width: 100%;
  z-index: 1;
}
.top-search__btn {
  margin-right: -0.125rem;
  padding: 0.75rem 1.25rem;
  height: 2.5rem;
  position: relative;
  z-index: 2;
  border-radius: 3rem;
}

.top-btn {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%;
  padding: 0 0.75rem;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.top-btn:hover {
  color: #886259;
}
@media (min-width: 992px) {
  .top-btn {
    padding: 0 1rem;
  }
}
.top-btn--hidden-xxs {
  display: none;
}
@media (min-width: 460px) {
  .top-btn--hidden-xxs {
    display: flex;
  }
}
.top-btn--hidden-xs {
  display: none;
}
@media (min-width: 768px) {
  .top-btn--hidden-xs {
    display: flex;
  }
}
.top-btn--hidden-sm {
  display: none;
}
@media (min-width: 992px) {
  .top-btn--hidden-sm {
    display: flex;
  }
}
.top-btn__number {
  position: absolute;
  line-height: 1;
  top: 1.75rem;
  color: #fff;
  font-size: 0.75rem;
}
@media (min-width: 460px) {
  .top-btn__number {
    top: 1.125rem;
  }
}
.top-btn__icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-bottom: 0.25rem;
}
.top-btn__info {
  font-weight: 600;
  font-size: 0.75rem;
}
.top-btn__info--hidden-xss {
  display: none;
}
@media (min-width: 460px) {
  .top-btn__info--hidden-xss {
    display: block;
  }
}
@media (min-width: 1200px) {
  .top-btn--hidden {
    display: none;
  }
}

.mobile-brands {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .mobile-brands {
    display: none;
  }
}
.mobile-brands__title {
  font-weight: 600;
  width: 100%;
  padding: 1.5rem 0 1rem;
  border-top: 0.0625rem solid #ccc;
}
.mobile-brands__single {
  width: 50%;
  position: relative;
  padding: 1rem;
  display: flex;
  text-decoration: none;
  text-align: left;
}
.mobile-brands__icon {
  margin-right: 0.5rem;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 1rem;
  max-height: 1rem;
}
.mobile-brands__name {
  line-height: 1;
}

.toplist {
  display: none;
  position: relative;
  height: 4rem;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .toplist .top-btn:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.375rem 0.5rem 0.375rem;
    border-color: transparent transparent #ccc transparent;
  }
  .toplist--hover .toplist__main, .toplist:hover .toplist__main {
    display: block;
  }
  .toplist--hover .top-btn:after, .toplist:hover .top-btn:after {
    display: block;
  }
}
.toplist__main {
  display: none;
  position: absolute;
  z-index: 2;
  background: #fff;
  width: 22rem;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  border: 0.0625rem solid #ccc;
  padding: 0.5rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
}
.toplist__main[data-items="0"] {
  width: 15rem;
  font-size: 0.875rem;
}
.toplist__main[data-items="0"] .toplist__with-items {
  display: none;
}
.toplist__main[data-items="0"] .toplist__empty-content {
  display: block;
}
.toplist__main--menu {
  width: -moz-max-content;
  width: max-content;
}
.toplist__main--cart {
  width: 28rem;
}
.toplist__with-items {
  display: block;
}
.toplist__empty-content {
  display: none;
}
.toplist__empty-info {
  text-align: center;
  padding: 1rem 0.25rem 0.5rem;
  font-weight: 600;
}
.toplist__empty-btn {
  display: block;
  text-align: center;
  padding: 1rem 0.25rem;
  text-decoration: none;
  transition: 0.2s;
  position: relative;
}
.toplist__empty-btn:after {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0.375rem;
}
.toplist__empty-btn:hover {
  background: #101e25;
  color: #fff;
}
.toplist__products {
  max-height: 24rem;
  overflow: auto;
}
.toplist__single {
  text-decoration: none;
  padding: 0.875rem 1rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  white-space: nowrap;
  transition: 0.2s;
}
.toplist__single:last-child {
  border: 0;
}
.toplist__single:hover {
  color: #886259;
}
.toplist__name {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 1em 0 0.5em;
  font-weight: 600;
  line-height: 1;
}
.toplist__quanity {
  margin-left: auto;
}
.toplist__price {
  padding-left: 1rem;
  font-weight: 600;
}
.toplist__img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 2rem;
  max-height: 2rem;
}
.toplist__img--small {
  max-width: 1rem;
  max-height: 1rem;
  margin-right: 0.5rem;
}
.toplist__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0.5rem 0.5rem;
  border-top: 0.0625rem solid #ccc;
}
.toplist__bottom--center {
  justify-content: center;
}
.toplist__total {
  font-size: 0.875rem;
}
.toplist__btn {
  font-size: 0.75rem;
}

.megamenu {
  position: relative;
}
@media (min-width: 992px) {
  .megamenu--hover .megamenu__main, .megamenu:hover .megamenu__main {
    display: flex;
  }
  .megamenu--hover .megamenu__start:after, .megamenu:hover .megamenu__start:after {
    display: block;
  }
}
.megamenu__start {
  height: 4rem;
  display: flex;
  align-items: center;
  width: 4rem;
  transition: 0.2s;
  pointer-events: all;
}
@media (min-width: 1200px) {
  .megamenu__start {
    width: 0;
    transform: scale(0);
    opacity: 0;
  }
}
.megamenu__start--show {
  width: 4rem;
  transform: scale(1);
  opacity: 1;
}
.megamenu__start:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.375rem 0.5rem 0.375rem;
  border-color: transparent transparent #ccc transparent;
}
.megamenu__main {
  display: none;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  border: 0.0625rem solid #ccc;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  pointer-events: all;
  width: -moz-max-content;
  width: max-content;
}
.megamenu__brands {
  max-height: 55vh;
  min-width: 14rem;
  padding: 1rem;
  overflow: auto;
}
.megamenu__brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0.75rem 1rem;
}
.megamenu__brand--active {
  color: #886259;
  position: relative;
}
.megamenu__brand--active:after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.375rem 0.5rem 0.375rem 0;
  border-color: transparent #f3f3f3 transparent transparent;
}
.megamenu__brand__icon {
  margin-right: 0.5rem;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 1rem;
  max-height: 1rem;
}
.megamenu__brand__name {
  line-height: 1;
}
.megamenu__groups {
  background: #f3f3f3;
  min-width: 14rem;
}

.megamenu-group {
  display: none;
  text-decoration: none;
  padding: 0.75rem 1rem;
  max-height: 55vh;
  overflow: auto;
}
.megamenu-group--active {
  display: block;
}
.megamenu-group__brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0.25rem 1rem 0.75rem;
  border-bottom: 0.0625rem solid #ccc;
  width: 100%;
  margin-bottom: 0.5rem;
  transition: 0.2s;
}
.megamenu-group__brand:hover {
  color: #886259;
}
.megamenu-group__brand__icon {
  margin-right: 0.5rem;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 1rem;
  max-height: 1rem;
}
.megamenu-group__brand__name {
  line-height: 1;
}
.megamenu-group__subsingle__link {
  display: block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  transition: 0.2s;
}
.megamenu-group__subsingle__link:hover {
  color: #886259;
}
.megamenu-group__subgroup {
  position: relative;
}
.megamenu-group__subgroup:before {
  content: "";
  position: absolute;
  background: #ccc;
  width: 0.0625rem;
  height: calc(100% - 1.25rem);
  left: 1rem;
  top: 0;
}
.megamenu-group__child {
  position: relative;
}
.megamenu-group__child:before {
  content: "";
  position: absolute;
  background: #ccc;
  width: 0.5rem;
  height: 0.0625rem;
  left: 1rem;
  top: 1.25rem;
}
.megamenu-group__child__link {
  display: block;
  text-decoration: none;
  padding: 0.5rem 2rem 0.5rem 2rem;
  white-space: nowrap;
  transition: 0.2s;
}
.megamenu-group__child__link:hover {
  color: #886259;
}
.megamenu-group__number {
  color: #767676;
}

.topbrands {
  display: none;
}
@media (min-width: 1200px) {
  .topbrands {
    display: block;
    background: #f3f3f3;
    position: fixed;
    z-index: 998;
    top: 6rem;
    width: 100%;
    height: 6rem;
    transition: 0.2s;
  }
  .topbrands--hide {
    top: -2rem;
    pointer-events: none;
  }
}
.topbrands__container {
  display: grid;
  grid-template-columns: repeat(21, 1fr);
  justify-content: space-between;
  width: 100%;
  max-width: 88rem;
  height: 100%;
  margin: 0 auto;
}
.topbrands__group {
  position: relative;
}
.topbrands__group:hover .topbrands__single:after {
  display: block;
}
.topbrands__group:hover .topbrands__list {
  display: block;
}
.topbrands__group:nth-child(n+11):nth-child(-n+21) .topbrands__list, .topbrands__group:nth-child(n+32):nth-child(-n+42) .topbrands__list {
  left: unset;
  right: 0;
}
.topbrands__single {
  padding: 0.5rem 1rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3.5rem;
}
.topbrands__single:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.375rem 0.5rem 0.375rem;
  border-color: transparent transparent #ccc transparent;
}
.topbrands__single:before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
  transform: scale(0);
}
.topbrands__single:hover:before {
  transform: scale(1);
}
.topbrands__icon {
  width: 100%;
  height: 100%;
  max-width: 1.75rem;
  max-height: 1.75rem;
  display: block;
  position: relative;
  z-index: 1;
}
.topbrands__list {
  position: absolute;
  z-index: 2;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  border: 0.0625rem solid #ccc;
  padding: 1rem 0.5rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
  max-height: 55vh;
  overflow: auto;
  display: none;
}
.topbrands__subsingle__link {
  display: block;
  text-decoration: none;
  padding: 0.5rem 2rem;
  white-space: nowrap;
  transition: 0.2s;
}
.topbrands__subsingle__link:hover {
  color: #886259;
}
.topbrands__subgroup {
  position: relative;
}
.topbrands__subgroup:before {
  content: "";
  position: absolute;
  background: #ccc;
  width: 0.0625rem;
  height: calc(100% - 1.25rem);
  left: 2rem;
  top: 0;
}
.topbrands__child {
  position: relative;
}
.topbrands__child:before {
  content: "";
  position: absolute;
  background: #ccc;
  width: 0.5rem;
  height: 0.0625rem;
  left: 2rem;
  top: 1.25rem;
}
.topbrands__child__link {
  display: block;
  text-decoration: none;
  padding: 0.5rem 2rem 0.5rem 3rem;
  white-space: nowrap;
  transition: 0.2s;
}
.topbrands__child__link:hover {
  color: #886259;
}
.topbrands__number {
  color: #767676;
}

.modal {
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  overflow-x: hidden;
  overflow-y: overlay;
  pointer-events: none;
}
.modal--active {
  z-index: 1005;
  display: flex;
  pointer-events: all;
}
.modal__content {
  max-height: 100%;
  width: 100%;
  max-width: 47rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: 0.2s;
  transform: scale(0);
}
.modal__content--active {
  transform: scale(1);
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  margin: 0 0 0 auto;
  padding: 0.5rem;
  transition: 0.2s;
  background: #fff;
  cursor: pointer;
}
.modal__close:hover {
  background: #101e25;
}
.modal__close__img {
  height: 1.5rem;
  display: block;
}
.modal__title {
  background: #fff;
  font-size: 1.125rem;
  padding: 1rem 2.5rem 0;
  font-weight: 600;
}
.modal__box {
  background: #fff;
  padding: 1rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-menu {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.modal-menu__single {
  text-decoration: none;
  padding: 0.875rem 1rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  white-space: nowrap;
  transition: 0.2s;
}
.modal-menu__img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 1rem;
  max-height: 1rem;
  margin-right: 0.5rem;
}
.modal-menu__name {
  padding: 0 1em 0 0.5em;
  font-weight: 600;
  line-height: 1;
}

.mobile-currency {
  text-align: center;
}
.mobile-currency ul {
  display: flex;
  flex-wrap: wrap;
}
.mobile-currency li {
  width: 50%;
  margin: 0.25rem 0;
}
.mobile-currency .wcml-cs-active-currency a {
  color: #886259;
}

.footer {
  background: #fff;
  color: #000;
}
.footer__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2rem 1rem;
  max-width: 90rem;
}
.footer__main {
  width: 100%;
  padding: 1rem 0;
  display: grid;
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .footer__main {
    padding: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .footer__main {
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer__col {
  width: 100%;
  max-width: 18.5rem;
  justify-self: center;
}
@media (min-width: 768px) {
  .footer__col {
    max-width: unset;
    justify-self: unset;
  }
}
.footer__header {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: 0.2s;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__header {
    min-height: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
.footer__header:hover {
  opacity: 0.8;
}
.footer__logo {
  height: 0.75rem;
  margin-right: 0.75em;
  max-width: 100%;
}
.footer__menu__single {
  display: flex;
}
.footer__menu__link, .footer__link {
  text-decoration: none;
  padding: 0.25rem 0;
  display: inline-block;
  position: relative;
  max-width: 16rem;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 460px) {
  .footer__menu__link, .footer__link {
    margin-bottom: 0.5rem;
  }
}
.footer__menu__link:after, .footer__link:after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  background: #886259;
  height: 0.0625rem;
  width: 0%;
  opacity: 0;
  transition: 0.2s;
}
.footer__menu__link:hover:after, .footer__link:hover:after, .footer__menu__link:focus:after, .footer__link:focus:after {
  opacity: 1;
  width: 100%;
}
.footer__menu__link:focus, .footer__link:focus {
  color: #886259;
}
.footer__menu__link:focus:after, .footer__link:focus:after {
  background: #886259;
}
.footer__menu__wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.footer__company {
  font-size: 0.875rem;
  line-height: 1.62 !important;
}
.footer__bottom {
  padding: 0 1rem 1rem;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column-reverse;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__bottom {
    text-align: left;
    flex-direction: row;
  }
}
.footer__bottom__col {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__bottom__col--last {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .footer__bottom__col--last {
    margin: 0 0 0 auto;
  }
}
.footer__bottom__link {
  text-decoration: none;
  font-weight: 600;
}

.simple-footer {
  font-size: 0.875rem;
  border-top: 0.0625rem solid #f3f3f3;
}
.simple-footer__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem;
  padding: 2rem 1rem;
  max-width: 90rem;
}
.simple-footer__menu__single {
  display: flex;
}
.simple-footer__menu__link {
  text-decoration: none;
  padding: 0.25rem 0;
  display: inline-block;
  position: relative;
  max-width: 16rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 460px) {
  .simple-footer__menu__link {
    margin-bottom: 0;
  }
}
.simple-footer__menu__link:after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  background: #886259;
  height: 0.0625rem;
  width: 0%;
  opacity: 0;
  transition: 0.2s;
}
.simple-footer__menu__link:hover:after, .simple-footer__menu__link:focus:after {
  opacity: 1;
  width: 100%;
}
.simple-footer__menu__link:focus {
  color: #886259;
}
.simple-footer__menu__link:focus:after {
  background: #886259;
}
.simple-footer__menu__wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.simple-footer__text p {
  padding: 0.25rem 0;
  margin-bottom: 0.75rem;
}
@media (min-width: 460px) {
  .simple-footer__text p {
    margin-bottom: 0;
  }
}
.simple-footer__bottom {
  border-top: 0.0625rem solid #f3f3f3;
  padding: 1rem;
  font-size: 0.875rem;
  width: 100%;
  text-align: center;
}
.simple-footer__bottom__link {
  text-decoration: none;
  font-weight: 600;
}

.socials {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  grid-auto-flow: column;
}
.socials__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.socials__link:hover .socials__icon {
  filter: brightness(1);
  opacity: 1;
}
.socials__icon {
  height: 0.875rem;
  filter: brightness(0);
  opacity: 0.5;
  transition: 0.2s;
}

.cookiebar {
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #886259;
  color: #000;
  border-top: 0.0625rem solid #000;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  transition: 0.4s;
}
.cookiebar--hide {
  transform: translateY(100%);
}
.cookiebar__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .cookiebar__container {
    flex-direction: row;
  }
}
.cookiebar__text {
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cookiebar__text {
    margin-bottom: 0;
    text-align: left;
  }
}
.cookiebar__link {
  color: #000;
}
.cookiebar__btn {
  white-space: nowrap;
  background: #000;
  border: 0;
  color: #fff;
  padding: 0.75rem;
  cursor: pointer;
}

.cookiebar-spacer {
  transition: 0.2s;
  height: 0;
  width: 100%;
  background: #886259;
}
.cookiebar-spacer--active {
  height: 10rem;
}
@media (min-width: 992px) {
  .cookiebar-spacer--active {
    height: 3.75rem;
  }
}

.footer-cart {
  position: fixed;
  z-index: 997;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
  background: #101e25;
  color: #fff;
  box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.4);
}
@media (min-width: 460px) {
  .footer-cart {
    justify-content: center;
  }
}
.footer-cart__icon {
  display: none;
}
@media (min-width: 460px) {
  .footer-cart__icon {
    height: 1.5rem;
    display: block;
  }
}
.footer-cart__text {
  margin-right: 1rem;
}
@media (min-width: 460px) {
  .footer-cart__text {
    margin: 0 1rem 0 0.75rem;
  }
}
@media (min-width: 768px) {
  .footer-cart__text {
    font-size: 1rem;
  }
}

.promo-modal {
  background: url(../img/intro2.jpg) no-repeat center center;
  position: fixed;
  top: 5rem;
  left: 1rem;
  right: 1rem;
  margin: auto;
  width: calc(100% - 2rem);
  max-width: 40rem;
  z-index: 9999;
  color: #fff;
  padding: 2rem;
  box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.5);
  display: none;
}
.promo-modal--show {
  display: block;
}

.error-page {
  text-align: center;
  margin-top: 8rem;
  padding-bottom: 4rem;
}
@media (min-width: 1200px) {
  .error-page {
    margin-top: 14rem;
  }
}
.error-page__title {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .error-page__title {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .error-page__info {
    font-size: 1.25rem;
  }
}

.maintenance {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
}
.maintenance__top {
  padding-bottom: 2rem;
}
.maintenance__logo {
  width: 100%;
  max-width: 12.9375rem;
  margin: 3rem 0 1rem;
}
.maintenance__title {
  padding: 1rem 0;
}
.maintenance__bottom strong {
  display: block;
  margin-top: 1rem;
}

.front-page {
  margin-top: 6rem;
}
@media (min-width: 1200px) {
  .front-page {
    margin-top: 12rem;
  }
}

.intro {
  padding: 10rem 0;
  position: relative;
  color: #fff;
}
.intro--promo {
  padding: 12rem 0 3rem;
}
.intro__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro__content {
  position: relative;
  max-width: 28rem;
}
.intro__text {
  padding: 1rem 0 1.5rem;
}
.intro__promo__title {
  font-size: 3rem;
  text-align: center;
  -webkit-text-stroke: 0.05em #fff;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.2em;
  font-kerning: none;
  word-spacing: -0.3em;
}
@media (min-width: 992px) {
  .intro__promo__title {
    font-size: 5rem;
  }
}
.intro__promo__content {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
}
.intro__promo__value {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 0.25rem solid;
  padding: 0.33em 1.33em 0.25em;
  font-size: 2rem;
  margin: 2rem auto 1rem;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
  filter: drop-shadow(0 0 0.1666666em rgba(255, 255, 255, 0.75));
}
@media (min-width: 992px) {
  .intro__promo__value {
    font-size: 2.75rem;
  }
}
.intro__promo__text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.0625em;
}
@media (min-width: 992px) {
  .intro__promo__text {
    font-size: 2rem;
  }
}
.intro__promo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.intro__promo__limit {
  text-align: right;
  padding-top: 2.666666em;
  font-size: 1rem;
  letter-spacing: 0.06em;
}
@media (min-width: 992px) {
  .intro__promo__limit {
    font-size: 1.125rem;
  }
}

.search-bar {
  margin: -1.75rem auto;
  width: 100%;
  max-width: 40rem;
  border-radius: 0.375rem;
  display: flex;
  position: relative;
  z-index: 1;
  height: 3.5rem;
  background: #fff;
}
.search-bar:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
  border: 0.0625rem solid #ccc;
  z-index: 1;
  pointer-events: none;
}
.search-bar__icon {
  width: 1.5rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.search-bar__input {
  border: 0;
  width: calc(100% - 0.125rem);
  padding: 0 1rem 0 3.5rem;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.search-bar__btn {
  margin-right: -0.125rem;
  position: relative;
  z-index: 2;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.search-list {
  position: absolute;
  bottom: 0.0625rem;
  transform: translateY(100%);
  background: #f3f3f3;
  width: calc(100% - 2em);
  left: 1em;
  z-index: -1;
  border: 0.0625rem solid #ccc;
  border-top: 0;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  max-height: 8rem;
  overflow-y: auto;
  display: none;
}
@media (min-width: 1200px) {
  .search-list {
    max-height: 14rem;
  }
}
.search-list--active {
  display: block;
  z-index: 1;
}
.search-list--topbar {
  font-size: 0.875rem;
}
.search-list__nothing {
  display: block;
  text-align: center;
  padding: 1em;
  font-weight: 600;
  color: #101e25;
  text-decoration: none;
  transition: 0.2s;
  display: none;
}
.search-list__nothing:hover {
  background: #fff;
  color: #886259;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.search-list__nothing--active {
  display: block;
}
.search-list__products {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  overflow: hidden;
  position: relative;
  display: none;
}
.search-list__products--active {
  display: block;
}
.search-list__products:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #123;
}
.search-list__single {
  display: block;
  background: #fff;
  text-decoration: none;
  padding: 0.25em 1em 0.25em 0;
  border-top: 0.0625rem solid #ccc;
  font-size: 0.875em;
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.search-list__single:hover {
  color: #886259;
  background: #f3f3f3;
}

.search-list-photo {
  width: 3.25em;
  height: 3em;
  margin: 0 0.5em;
  position: relative;
}
.search-list-photo__img {
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 3em;
  height: 3em;
}

.section-title {
  margin-bottom: 1rem;
}
.section-title--center {
  text-align: center;
}
.section-title__small {
  font-size: 0.75em;
}

.section-subtitle {
  margin-bottom: 1rem;
}
.section-subtitle--center {
  text-align: center;
}

.products-slider {
  margin-top: 2rem;
}

.products-list {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 460px) {
  .products-list {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .products-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .products-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .products-list--with-sidebar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .products-list--with-sidebar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.products-list--blur {
  pointer-events: none;
}
.products-list--blur .upsell-product__badge {
  opacity: 0;
}
.products-list--blur .upsell-product__img {
  filter: brightness(0);
  border-radius: 0.375rem;
  opacity: 0.5;
}
.products-list--blur .upsell-product__name, .products-list--blur .upsell-product__price, .products-list--blur .upsell-product__price del, .products-list--blur .btn, .products-list--blur .yith-wcaf-dashboard .yith-wcaf-dashboard-settings input[type=submit], .yith-wcaf-dashboard .yith-wcaf-dashboard-settings .products-list--blur input[type=submit], .products-list--blur .woocommerce #respond input#submit, .woocommerce #respond .products-list--blur input#submit,
.products-list--blur .woocommerce a.button,
.woocommerce .products-list--blur a.button,
.products-list--blur .woocommerce button.button,
.woocommerce .products-list--blur button.button,
.products-list--blur .woocommerce input.button,
.woocommerce .products-list--blur input.button, .products-list--blur .sidebar__tags__link, .products-list--blur .quantity__btn {
  color: #000;
  background: #000;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.products-list--blur .upsell-product__add {
  color: #000;
  background: #000;
  opacity: 0.5;
}

.product-badge {
  background: #d4404a;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  position: absolute;
  top: 0.75rem;
  pointer-events: none;
  z-index: 1;
}
.product-badge--list {
  right: 0.5rem;
}
.product-badge--single {
  font-size: 1rem;
  right: 0.5rem;
}
@media (min-width: 992px) {
  .product-badge--single {
    right: 2.5rem;
    top: 0.3125rem;
  }
}
@media (min-width: 1200px) {
  .product-badge--single {
    right: 4.5rem;
  }
}

.short-product {
  padding: 1rem;
  text-decoration: none;
  position: relative;
  border: 0.0625rem solid #ccc;
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
}
.short-product:hover {
  color: #886259;
}
.short-product__title {
  font-size: 0.875rem;
  text-align: center;
  margin: 1rem 0;
}
.short-product__price {
  margin: auto 0 1rem;
  font-size: 0.875rem;
  text-align: center;
}
.short-product__img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 10rem;
  transition: 0.2s;
}
@media (min-width: 460px) {
  .short-product__img {
    max-width: unset;
  }
}
.short-product__empty {
  color: #b81c23;
  font-size: 1.125rem;
  text-align: center;
  padding: 1rem 0 0.125rem;
  width: 100%;
}

.js-pagination {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 3rem;
}
.js-pagination__btn {
  width: 8rem;
}
.js-pagination__btn--disabled {
  opacity: 0;
  pointer-events: none;
}
.js-pagination__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  order: 1;
  gap: 0.25rem;
  padding-top: 1rem;
}
@media (min-width: 460px) {
  .js-pagination__text {
    order: 0;
    padding-top: 0;
    width: unset;
  }
}
.js-pagination__list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1rem;
}
.js-pagination__single {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  color: #886259;
  box-shadow: inset 0 0 0 0.0625rem #886259;
  font-weight: 700;
  transition: 0.2s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .js-pagination__single:hover {
    box-shadow: inset 0 0 0 0.125rem #886259;
  }
}
.js-pagination__single--active {
  color: #fff;
  background: #886259;
  pointer-events: none;
}

.solution {
  display: flex;
  padding: 3rem 1rem 0;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .solution {
    flex-direction: row;
  }
}
.solution__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 30rem;
}
@media (min-width: 768px) {
  .solution__col {
    width: 50%;
    max-width: unset;
  }
}
.solution__photo {
  width: 100%;
  height: auto;
  display: block;
  max-width: 25rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .solution__photo {
    margin-bottom: 0;
  }
}

.products-brands {
  background: #101e25;
  color: #fff;
  padding: 4rem 0;
  margin-bottom: 4rem;
  position: relative;
  z-index: 0;
}

.brands-list {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 0.5rem));
  gap: 1rem;
  font-size: 0.875rem;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .brands-list {
    grid-template-columns: repeat(3, calc(33.333333% - 0.666666rem));
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .brands-list {
    grid-template-columns: repeat(4, calc(25% - 0.75rem));
  }
}
.brands-list__single {
  width: 100%;
  text-decoration: none;
}
.brands-list__content {
  background: #fff;
  color: #000;
  border-radius: 0.375rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1em 0.125em 1em 1em;
  font-weight: 600;
  transition: 0.2s;
  position: relative;
}
.brands-list__content:after {
  content: "";
  position: absolute;
  background: #101e25;
  height: calc(100% - 1.5rem);
  width: 0%;
  right: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  transition: 0.2s;
}
.brands-list__content:hover {
  color: #fff;
}
.brands-list__content:hover:after {
  width: calc(100% - 3rem);
}
.brands-list__name {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brands-list__icon {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 1.5rem;
  max-height: 1.5rem;
  margin-right: 1rem;
}

.numbers {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .numbers {
    flex-direction: row;
  }
}
.numbers__single {
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .numbers__single {
    width: 33.333333%;
  }
}
.numbers__icon {
  display: block;
  width: 3rem;
  margin: 0 auto 1rem;
}
.numbers__top {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 0.5rem;
  color: #886259;
  letter-spacing: 0.125rem;
  background: #fff;
}

.tp-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}
.tp-summary__img {
  height: 1rem;
  width: auto;
  display: block;
}

.front-movie {
  width: 100%;
  max-width: 77rem;
  margin: 4rem auto 0;
  padding: 0 1rem;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper__img, .video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-wrapper iframe {
  z-index: 2;
}

.opinions {
  padding: 4rem 0 2rem;
  position: relative;
}
.opinions__wrapper {
  overflow: hidden;
}
.opinions__container {
  max-width: 70.5rem;
}
.opinions__main {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .opinions__main {
    grid-template-columns: repeat(2, 1fr);
  }
}

.opinion {
  position: relative;
  background: #101e25;
  border-color: #101e25;
  color: #fff;
  border-radius: 0.375rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.opinion--cart {
  height: 100%;
}
.opinion__content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .opinion__content {
    padding: 2.25rem;
  }
}
.opinion__quote {
  display: none;
}
@media (min-width: 768px) {
  .opinion__quote {
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 3rem;
    height: auto;
  }
  .opinion__quote--cart {
    top: 1rem;
    right: 1rem;
    width: 2rem;
  }
}
.opinion__top {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}
.opinion__stars {
  display: flex;
  margin-bottom: 1rem;
}
.opinion__icon {
  height: 1rem;
  margin-right: 0.25rem;
}
.opinion__name {
  font-size: 1.125rem;
  font-weight: 600;
}
.opinion__text {
  font-style: italic;
  line-height: 1.5;
}

.after-list-action {
  text-align: center;
  padding: 2rem 0;
}
.after-list-action__loader {
  height: 3rem;
  width: 3rem;
  display: none;
  margin: 0 auto;
}

.partners-join {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 460px) {
  .partners-join {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .partners-join {
    flex-direction: row;
  }
}
.partners-join__start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 0;
  text-align: center;
  max-width: 27rem;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .partners-join__start {
    width: 50%;
    text-align: left;
    max-width: unset;
    margin: 0;
  }
}
.partners-join__end {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .partners-join__end {
    width: 50%;
  }
}
.partners-join__form {
  max-width: 30rem;
  text-align: left;
}
.partners-join__map {
  width: 100%;
  height: auto;
  max-width: 40rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .partners-join__map {
    max-width: unset;
    margin: 0;
  }
}

#map {
  width: 100%;
  height: 40rem;
  margin-bottom: 4rem;
}
#map.contact-map {
  margin: 0;
  height: 25rem;
  border-radius: 0.375rem;
  overflow: hidden;
}
#map .mapboxgl-popup-content {
  font-family: "Montserrat", sans-serif;
}
#map .map-partner-top {
  position: relative;
  width: 8rem;
  height: 4rem;
  display: block;
  margin-bottom: 1rem;
}
#map .map-partner-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
#map .map-partner-link {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  text-decoration: none;
}
#map .map-partner-link__icon {
  width: 1rem;
  height: auto;
  margin-right: 0.5rem;
}
#map .map-partner-link__text {
  max-width: 6.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4rem;
}
.partners-list__single {
  width: 100%;
  padding: 0 2rem 2rem;
  text-align: center;
}
@media (min-width: 460px) {
  .partners-list__single {
    text-align: left;
    width: 50%;
    padding: 0 2rem 4rem;
  }
}
@media (min-width: 768px) {
  .partners-list__single {
    width: 33.333333%;
  }
}
@media (min-width: 992px) {
  .partners-list__single {
    width: 25%;
  }
}
.partners-list__logo {
  width: 50%;
  position: relative;
  margin: 0 auto 1rem;
}
@media (min-width: 460px) {
  .partners-list__logo {
    margin: 0 0 1rem;
  }
}
.partners-list__logo:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.partners-list__logo__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 460px) {
  .partners-list__logo__img {
    -o-object-position: center left;
       object-position: center left;
  }
}
.partners-list__link {
  text-decoration: none;
  transition: 0.2s;
}
.partners-list__link:hover {
  color: #886259;
}
.partners-list__name {
  color: #886259;
  font-weight: 600;
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
.partners-list__place {
  font-size: 0.875rem;
}

.newsletter {
  background: #f3f3f3;
  padding: 4rem 1rem;
}
.newsletter__row {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  .newsletter__row {
    flex-direction: row;
    text-align: left;
  }
}
.newsletter__main {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .newsletter__main {
    width: 50%;
    padding: 0 4rem 0 0;
  }
}
@media (min-width: 992px) {
  .newsletter__form {
    width: 50%;
    padding-left: 4rem;
  }
}
.newsletter__law {
  margin-top: 1rem;
  font-size: 0.75rem;
}

.newsletter-form {
  width: 100%;
  border-radius: 0.375rem;
  display: flex;
  position: relative;
  background: #fff;
  max-width: 26em;
  margin: 0.5em auto 1.5em;
  flex-direction: column;
}
@media (min-width: 768px) {
  .newsletter-form {
    flex-direction: row;
    height: 3.5em;
  }
}
@media (min-width: 992px) {
  .newsletter-form {
    margin: 0;
    max-width: unset;
  }
}
.newsletter-form:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
  box-shadow: 0 0 0.25rem #ccc, 0 0.5rem 0.25rem #eee;
  z-index: -1;
}
.newsletter-form__icon {
  width: 1.5rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.newsletter-form__input {
  border: 0;
  width: calc(100% - 0.125em);
  padding: 1em 1em 1em 3.5em;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
@media (min-width: 768px) {
  .newsletter-form__input {
    padding: 0 1em 0 3.5em;
  }
}
.newsletter-form__btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 768px) {
  .newsletter-form__btn {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    margin-right: -0.125em;
  }
}

.normal-page {
  margin-top: 8rem;
  padding-bottom: 4rem;
}
@media (min-width: 1200px) {
  .normal-page {
    margin-top: 14rem;
  }
}

.page-title {
  padding-bottom: 2rem;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 2rem;
  }
}

.page-subtitle {
  padding-bottom: 2rem;
  text-align: center;
}

.wp-text {
  line-height: 1.75;
  word-break: break-word;
}
.wp-text h2,
.wp-text h3,
.wp-text h4,
.wp-text h5,
.wp-text h6 {
  padding: 1.5em 0 0.5em;
}
.wp-text a {
  transition: 0.2s;
}
.wp-text a:hover {
  color: #886259;
}
.wp-text ul {
  list-style: disc;
}
.wp-text ol {
  list-style: decimal;
}
.wp-text p + p {
  margin-top: 1em;
}
.wp-text p + img {
  margin-top: 1em;
}
.wp-text p + ul {
  margin-bottom: 1em;
}
.wp-text li {
  margin-left: 2em;
}
.wp-text i, .wp-text em {
  font-style: italic;
}
.wp-text img, .wp-text div {
  max-width: 100%;
  height: auto;
}
.wp-text figure {
  margin-top: 1rem;
}
.wp-text figure img {
  height: auto;
}
.wp-text figure figcaption {
  display: none;
}
.wp-text blockquote {
  padding-left: 1rem;
  border-left: 0.25rem solid #ccc;
  font-style: italic;
  margin: 2rem 0;
}
.wp-text > table {
  margin: 2rem 0;
  white-space: pre;
}
.wp-text > table td {
  border: 0.0625rem solid #ccc;
  padding: 0.5rem;
  display: table-cell;
}
.wp-text sup {
  vertical-align: super;
  font-size: smaller;
}

.jobs {
  padding-top: 1rem;
}
.jobs__single {
  padding: 2rem 1rem 1.5rem;
  display: block;
  text-decoration: none;
  border: 0.0625rem solid #fff;
  border-bottom: 0.0625rem solid #ccc;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .jobs__single {
    padding: 2rem 2rem 1.5rem;
  }
}
.jobs__single:last-child {
  border-bottom: 0.0625rem solid #fff;
}
.jobs__single:hover {
  border: 0.0625rem solid #886259;
}
.jobs__name {
  padding-bottom: 0.5rem;
}
.jobs__bottom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .jobs__bottom {
    flex-direction: row;
  }
}
.jobs__details {
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .jobs__details {
    width: 50%;
  }
}
.jobs__detail {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.jobs__icon {
  height: 1.5rem;
  display: block;
  margin-right: 0.75rem;
}
.jobs__btn {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .jobs__btn {
    margin-top: 0;
    width: 50%;
    justify-content: center;
  }
}
.jobs__btn__icon {
  height: 1.5rem;
  display: block;
  margin-left: 0.5rem;
}
.jobs__empty {
  color: #b81c23;
  padding-top: 1rem;
}

.job-details {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .job-details {
    flex-direction: row;
    justify-content: space-between;
  }
}
.job-details__single {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
.job-details__icon {
  height: 1.5rem;
  display: block;
  margin-right: 0.75rem;
}

.job-bottom {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem;
  border: 0.0625rem dashed #886259;
}
.job-bottom__icon {
  height: 1.5rem;
  display: block;
  margin-right: 1rem;
}

.job-after {
  text-align: center;
  margin-top: 2rem;
}

.question {
  padding: 0.5rem 0;
  border-bottom: 0.0625rem solid #ccc;
}
@media (min-width: 992px) {
  .question:last-child {
    border-bottom: 0;
  }
}
.question__top {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
.question__icon {
  width: 1.5rem;
  margin-left: auto;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.question__icon--active {
  transform: rotate(45deg);
}
.question__answer {
  color: #000;
  height: 0;
  font-size: 0.875rem;
  overflow: hidden;
  transition: 0.3s;
  margin: 0 3rem 0 0;
  opacity: 0;
  transform: scale(0);
}
.question__answer--active {
  height: auto;
  opacity: 1;
  transform: scale(1);
  margin: 0 3rem 1rem 0;
}

.contact-boxes {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .contact-boxes {
    grid-template-columns: repeat(6, 1fr);
  }
}

.contact-box {
  background: #f7f6f7;
  padding: 2rem;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .contact-box {
    grid-column: span 3;
  }
}
@media (min-width: 1200px) {
  .contact-box {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .contact-box--n4 {
    order: 1;
    grid-column: span 6;
  }
}
@media (min-width: 1200px) {
  .contact-box--n4 {
    order: unset;
    grid-column: span 3;
  }
}
@media (min-width: 1200px) {
  .contact-box--n5 {
    grid-column: span 3;
  }
}
.contact-box__title {
  font-size: 1.5rem;
  padding-bottom: 2rem;
  color: #101e25;
}

.contact-person {
  position: relative;
  padding-left: 8rem;
}
.contact-person__name {
  font-size: 1.25rem;
  font-weight: 600;
}
.contact-person__role {
  padding-bottom: 0.25rem;
}
.contact-person__link {
  text-decoration: none;
  display: block;
  padding: 0.25rem 0;
}
@media (min-width: 992px) {
  .contact-person__link {
    transition: 0.2s;
  }
  .contact-person__link:hover {
    color: #886259;
  }
}

.person-face {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 7rem;
}
.person-face:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.person-face__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.contact-images {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  max-width: 11rem;
}

.contact-image {
  text-decoration: none;
}
.contact-image__img {
  width: 100%;
  max-width: 5rem;
  height: auto;
}

.contact-emails {
  display: grid;
  gap: 0.25rem;
}

.contact-email {
  padding: 0.5rem 1rem 0.5rem 3rem;
  position: relative;
  text-decoration: none;
  display: block;
  line-height: 1.2;
}
.contact-email__icon {
  height: auto;
  width: 2rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.contact-email__key {
  font-size: 0.875rem;
  font-weight: 700;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .contact {
    align-items: flex-start;
    flex-direction: row;
  }
}
.contact__main {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 2rem;
  width: 100%;
  max-width: 30rem;
}
@media (min-width: 992px) {
  .contact__main {
    max-width: unset;
    width: 50%;
  }
}
.contact__subtitle {
  font-size: 1.5rem;
  padding-bottom: 0.5em;
}

.form__bottom {
  margin-top: 1rem;
  text-align: center;
}
@media (min-width: 460px) {
  .form__bottom {
    text-align: left;
  }
}
.form__captcha {
  margin: 0.5rem -1rem 0;
  width: calc(100% + 2rem);
  display: flex;
  justify-content: center;
}
@media (min-width: 460px) {
  .form__captcha {
    margin: 0.5rem 0 0;
    width: 100%;
    display: block;
  }
}

.form-group {
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.form-group--last {
  margin-bottom: 0;
}
.form-group__input, .form-group__textarea {
  width: 100%;
  padding: 0.5rem 0;
  border: 0;
  border-bottom: 0.0625rem solid #000;
  font-size: 1rem;
  font-family: inherit;
  background: none;
  transition: 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.form-group__input:focus, .form-group__textarea:focus {
  border-color: #886259;
}
.form-group__input:not(:-moz-placeholder-shown) + .form-group__placeholder, .form-group__textarea:not(:-moz-placeholder-shown) + .form-group__placeholder {
  font-size: 0.75rem;
  font-size: 0.75rem;
  top: -0.75rem;
  left: 0;
}
.form-group__input:-moz-read-only + .form-group__placeholder, .form-group__textarea:-moz-read-only + .form-group__placeholder {
  font-size: 0.75rem;
  font-size: 0.75rem;
  top: -0.75rem;
  left: 0;
}
.form-group__input:focus + .form-group__placeholder, .form-group__textarea:focus + .form-group__placeholder, .form-group__input:required:valid + .form-group__placeholder, .form-group__textarea:required:valid + .form-group__placeholder, .form-group__input:not(:placeholder-shown) + .form-group__placeholder, .form-group__textarea:not(:placeholder-shown) + .form-group__placeholder, .form-group__input:read-only + .form-group__placeholder, .form-group__textarea:read-only + .form-group__placeholder {
  font-size: 0.75rem;
  font-size: 0.75rem;
  top: -0.75rem;
  left: 0;
}
.form-group__input:not(:-moz-placeholder-shown) + .form-group__placeholder:after, .form-group__textarea:not(:-moz-placeholder-shown) + .form-group__placeholder:after {
  content: ":";
}
.form-group__input:-moz-read-only + .form-group__placeholder:after, .form-group__textarea:-moz-read-only + .form-group__placeholder:after {
  content: ":";
}
.form-group__input:focus + .form-group__placeholder:after, .form-group__textarea:focus + .form-group__placeholder:after, .form-group__input:required:valid + .form-group__placeholder:after, .form-group__textarea:required:valid + .form-group__placeholder:after, .form-group__input:not(:placeholder-shown) + .form-group__placeholder:after, .form-group__textarea:not(:placeholder-shown) + .form-group__placeholder:after, .form-group__input:read-only + .form-group__placeholder:after, .form-group__textarea:read-only + .form-group__placeholder:after {
  content: ":";
}
.form-group__input:invalid:not(:-moz-placeholder-shown):not(:focus), .form-group__textarea:invalid:not(:-moz-placeholder-shown):not(:focus) {
  border-color: #b81c23;
  color: #b81c23;
  background: #f9dadb;
}
.form-group__input--danger, .form-group__input:invalid:not(:placeholder-shown):not(:focus), .form-group__textarea:invalid:not(:placeholder-shown):not(:focus) {
  border-color: #b81c23;
  color: #b81c23;
  background: #f9dadb;
}
.form-group__input::-moz-placeholder, .form-group__textarea::-moz-placeholder {
  opacity: 0;
}
.form-group__input::placeholder, .form-group__textarea::placeholder {
  opacity: 0;
}
.form-group__textarea {
  resize: vertical;
  min-height: 7rem;
}
.form-group__placeholder {
  position: absolute;
  top: 0.5rem;
  left: 0;
  color: #101e25;
  pointer-events: none;
  transition: 0.2s;
  font-weight: 600;
}

.checkbox-group {
  position: relative;
  padding: 0.375rem 1rem 0.5rem 1.5rem;
  width: 100%;
  display: block;
  color: #1d1d1b;
  transition: 0.2s;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.75rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-group:hover {
  color: #886259;
}
.checkbox-group:before {
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  border: 0.0625rem solid #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5rem;
  box-sizing: border-box;
}
.checkbox-group--danger:before {
  border-color: #b81c23;
}
.checkbox-group__input {
  opacity: 0;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  left: 0.125rem;
  top: 1rem;
  pointer-events: none;
}
.checkbox-group__input:checked + .checkbox-group__icon {
  transform: scale(1);
}
.checkbox-group__icon {
  height: 0.9375rem;
  display: block;
  position: absolute;
  left: 0.0625rem;
  top: 0.625rem;
  transition: 0.1s;
  transform: scale(0);
}

.g-recaptcha {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

#g-recaptcha-response {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

.message {
  padding: 1.5rem;
  margin: 1rem 0;
  background: #101e25;
  box-shadow: 0 0.25rem 0.25rem rgba(16, 30, 37, 0.2);
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.message:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  height: calc(100% - 1rem);
  width: 0.125rem;
}
.message--success:before {
  background: #4d7d00;
}
.message--warning:before {
  background: #ffbe00;
}
.message--error:before {
  background: #b81c23;
}
.message--currency {
  flex-direction: column;
  align-items: start;
}
.message--currency .button {
  margin: 1rem 0 0 !important;
}
.message__icon {
  height: 1.5em;
  margin-right: 1em;
}

.top-photo-page {
  margin-top: 6rem;
  padding-bottom: 4rem;
}
@media (min-width: 1200px) {
  .top-photo-page {
    margin-top: 12rem;
  }
}

.top-cover {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto 3rem;
  position: relative;
}
.top-cover__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 0 0.375rem 0.375rem;
}
.top-cover__text {
  text-align: center;
  color: #fff;
  background: #886259;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
}
@media (min-width: 460px) {
  .top-cover__text {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}
.top-cover__subtitle {
  padding: 1rem 0 1.75rem;
}

.top-cover-content {
  border-radius: 0.375rem;
}
@media (min-width: 992px) {
  .top-cover-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 2.5rem 2rem 0;
  }
}

.about-quotes {
  display: grid;
  grid-auto-flow: row;
  max-width: 60rem;
  margin: 0 auto 4rem;
}
@media (min-width: 992px) {
  .about-quotes {
    grid-auto-flow: column;
    grid-gap: 6rem;
  }
}
.about-quotes__single {
  padding: 4rem 1rem 0;
}
.about-quotes__text {
  font-style: italic;
}
.about-quotes__author {
  padding-top: 1rem;
  text-align: right;
  font-weight: 600;
}

.frame-box {
  display: grid;
  max-width: 40rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .frame-box {
    grid-template-columns: 1fr 1fr;
    max-width: unset;
  }
}
.frame-box--n0 {
  padding-top: 2rem;
}
.frame-box__photo {
  position: relative;
}
.frame-box__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.375rem;
}
@media (min-width: 992px) {
  .frame-box__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.frame-box__main {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 4rem 2rem;
  border-radius: 0.375rem;
  margin: -2rem auto 0;
  width: calc(100% - 4rem);
}
@media (min-width: 992px) {
  .frame-box__main {
    margin: 8rem 0 8rem -2rem;
    width: unset;
  }
}
@media (min-width: 1200px) {
  .frame-box__main {
    margin: 8rem 0 8rem -4rem;
    padding: 4rem;
  }
}
@media (min-width: 992px) {
  .frame-box__main--reverse {
    order: -1;
    margin: 8rem -2rem 8rem 0;
  }
}
@media (min-width: 1200px) {
  .frame-box__main--reverse {
    margin: 8rem -4rem 8rem 0;
  }
}
.frame-box__title {
  padding-bottom: 0.5em;
}

.timeline {
  position: relative;
  display: grid;
  gap: 1rem;
}
.timeline:before {
  content: "";
  position: absolute;
  background: #886259;
  height: calc(100% + 4rem);
  width: 1px;
  top: -2rem;
  left: 0;
}

.timeline-point {
  position: relative;
  padding-left: 1rem;
}
.timeline-point:before {
  content: "";
  position: absolute;
  left: -0.1875rem;
  top: 0.4375rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #886259;
}

.timeline-date {
  color: #886259;
  font-weight: 700;
}

.team {
  max-width: 66rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .team {
    margin: 1rem auto -2rem;
  }
}
.team__single {
  display: flex;
  flex-direction: column;
  margin-bottom: 6rem;
  align-items: center;
}
@media (min-width: 768px) {
  .team__single {
    flex-direction: row;
    align-items: stretch;
  }
}
.team__photo {
  height: 18rem;
  width: auto;
  max-height: 33.3333vw;
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .team__photo {
    max-height: unset;
  }
}
.team__content {
  padding: 4rem 2rem 2rem;
  background: #101e25;
  color: #fff;
  margin: -2rem 0 0;
}
@media (min-width: 768px) {
  .team__content {
    padding: 2rem 2rem 2rem 4rem;
    margin: 2rem 0 -2rem -2rem;
  }
}
.team__name {
  text-align: center;
}
@media (min-width: 768px) {
  .team__name {
    text-align: left;
  }
}
.team__job {
  padding: 1rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .team__job {
    text-align: left;
  }
}

.comparison-table {
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 4rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .comparison-table {
    font-size: 1rem;
  }
}
.comparison-table__header {
  display: flex;
  justify-content: flex-end;
  gap: 0.25rem;
  color: #886259;
}
.comparison-table__row {
  display: flex;
  gap: 0.25rem;
}
.comparison-table__single {
  margin-bottom: 0.25rem;
  width: 33.1666664%;
  min-height: 3.5rem;
  background: #f4f1ef;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 0.25rem;
}
.comparison-table__single--green {
  color: #4d7d00;
}
.comparison-table__single--red {
  color: #b81c23;
}
.comparison-table__single--header {
  background: none;
  width: 33.208333%;
}
.comparison-table__logo {
  width: 80%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .comparison-table__logo {
    width: 60%;
  }
}
.comparison-table__extra {
  font-size: 0.625rem;
}

.steps {
  position: relative;
  margin-bottom: 2rem;
}
.steps:after {
  content: "";
  background: #886259;
  position: absolute;
  width: 0.0625rem;
  height: calc(100% + 1.75rem);
  top: -2rem;
  left: 1.5rem;
}
.steps__single {
  display: flex;
  align-items: flex-start;
  padding-bottom: 2rem;
}
.steps__number {
  position: relative;
  z-index: 2;
  color: #886259;
  background: #fff;
  padding: 1rem;
  border-radius: 50%;
  border: 0.0625rem solid;
  font-size: 1.25rem;
  line-height: 1;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .steps__number {
    margin-right: 2rem;
  }
}
.steps__content {
  width: calc(100% - 4rem);
}
@media (min-width: 768px) {
  .steps__content {
    width: calc(100% - 5rem);
  }
}
.steps__title {
  padding-bottom: 0.5rem;
}

.process {
  max-width: 66rem;
  padding: 0 1rem;
  margin-bottom: -2rem;
}
@media (min-width: 768px) {
  .process {
    padding: 0 1rem 3rem;
    margin: -1rem auto -2rem;
  }
}
.process__single {
  display: flex;
  flex-direction: column;
  margin-bottom: 6rem;
  align-items: center;
}
@media (min-width: 768px) {
  .process__single {
    flex-direction: row;
    align-items: stretch;
  }
}
.process__photo {
  height: 18rem;
  width: auto;
  max-height: 33.3333vw;
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .process__photo {
    max-height: unset;
  }
}
.process__content {
  padding: 4rem 2rem 2rem;
  background: #101e25;
  color: #fff;
  margin: -2rem 0 0;
}
@media (min-width: 768px) {
  .process__content {
    padding: 2rem 2rem 2rem 4rem;
    margin: 2rem 0 -2rem -2rem;
  }
}
.process__title {
  text-align: center;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .process__title {
    text-align: left;
  }
}

.process-after {
  background: #101e25;
  color: #fff;
  text-align: center;
  padding: 3rem;
  max-width: 64rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .process-after {
    margin: 0 auto 1rem;
  }
}
.process-after__title {
  padding-bottom: 2rem;
}

.product-page {
  margin-top: 7rem;
}
@media (min-width: 1200px) {
  .product-page {
    margin-top: 13rem;
  }
}

.breadcrumbs {
  max-width: 88rem;
  font-size: 0.875rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .breadcrumbs {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs {
    padding-bottom: 3rem;
  }
}
.breadcrumbs__home {
  text-decoration: none;
}
.breadcrumbs__icon {
  height: 1rem;
  margin-bottom: -0.1875rem;
}
.breadcrumbs__spacer {
  padding: 0 0.5rem 0 0.3125rem;
  font-size: 0;
}
.breadcrumbs__spacer:after {
  content: "";
  border: solid #886259;
  border-width: 0 0.0625rem 0.0625rem 0;
  display: inline-block;
  padding: 0.1875rem;
  transform: rotate(-45deg);
}
.breadcrumbs .woocommerce-breadcrumb {
  display: inline;
}
.breadcrumbs a {
  transition: 0.1s;
}
.breadcrumbs a:hover {
  color: #886259;
}

.product {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .product {
    flex-direction: row;
  }
}
.product .woocommerce-product-gallery {
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .product .woocommerce-product-gallery {
    width: 50%;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .product .woocommerce-product-gallery {
    padding-right: 4rem;
  }
}
.product .woocommerce-product-gallery__main {
  width: 100%;
  height: auto;
}
.product .woocommerce-product-gallery .woocommerce-product-gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product .woocommerce-product-gallery .woocommerce-product-gallery-list img {
  -o-object-fit: cover;
     object-fit: cover;
}
.product .woocommerce-product-gallery__wrapper > div:first-child img {
  width: 100%;
  max-width: 25rem;
  height: auto;
}
@media (min-width: 992px) {
  .product__main {
    width: 50%;
  }
}
.product__name {
  font-size: 1.25rem;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .product__name {
    padding-top: 0;
    font-size: 1.5rem;
  }
}
.product__promo-discount {
  background: #d4404a;
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  margin: 2rem 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.product__price {
  font-weight: 600;
  padding: 1rem 0;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .product__price {
    font-size: 1.5rem;
  }
}
.product__actions {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .product__actions {
    grid-auto-flow: column;
  }
}
.product__btn {
  width: 100%;
  max-width: 14rem;
}
.product__text {
  margin-bottom: 1rem;
}

.select-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.select-group__name {
  font-weight: 600;
  padding-bottom: 0.25rem;
}
.select-group__select {
  border: 0.0625rem solid #767676;
  padding: 0.4375rem;
  border-radius: 0.375rem;
  width: 100%;
  max-width: 13.9375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.quantity {
  margin: 0.5rem 0 2rem;
  display: block;
}
.quantity--list {
  margin: 0;
  display: flex;
  align-items: center;
}
.quantity__name {
  font-weight: 600;
}
.quantity__main {
  padding-top: 0.25rem;
  display: flex;
}
.quantity__main--list {
  padding: 0 0 0 0.25rem;
}
.quantity__btn {
  padding: 0.5rem 1rem;
  z-index: 1;
}
.quantity__input {
  max-width: 10rem;
  width: 100%;
  text-align: center;
  margin: 0 -0.5rem;
  padding: 0 1rem;
  border: 0.0625rem solid #767676;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.quantity__input::-webkit-inner-spin-button, .quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.quantity__input--list {
  max-width: 7rem;
}

.add-wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0.5rem 0;
  cursor: pointer;
  max-width: 14rem;
  width: 100%;
}
@media (min-width: 768px) {
  .add-wishlist {
    max-width: unset;
  }
}
.add-wishlist:hover {
  color: #886259;
}
.add-wishlist--changing {
  pointer-events: none;
  opacity: 0.75;
}
.add-wishlist__icon {
  height: 1rem;
  margin-right: 0.5rem;
}

.feature-list {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 1fr;
  margin: 2rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .feature-list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
}
.feature-list--short {
  margin: 2rem 0 0;
}
.feature-list--checkout {
  margin: 2rem 0;
}
.feature-list__single {
  border-radius: 0.375rem;
  border: 0.0625rem dashed #886259;
  padding: 1rem 0.5rem 0.5rem;
}
.feature-list__single--short {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.feature-list__icon {
  height: 2rem !important;
  width: auto !important;
}
.feature-list__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  height: calc(100% - 1rem);
  padding-bottom: 1rem;
}
.feature-list__text--short {
  padding: 0;
}

.related-products {
  padding-top: 4rem;
  margin-top: 2rem;
  border-top: 0.0625rem dashed #886259;
}

.blog-page {
  margin-top: 7rem;
  padding-bottom: 4rem;
}
@media (min-width: 1200px) {
  .blog-page {
    margin-top: 13rem;
  }
}

.blog {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .blog {
    flex-direction: row;
  }
}
.blog__main {
  width: 100%;
}
@media (min-width: 768px) {
  .blog__main {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .blog__main {
    max-width: 50rem;
  }
}
.blog__maintitle {
  text-align: center;
}
@media (min-width: 992px) {
  .blog__aside {
    width: 20rem;
    padding: 5rem 1rem 0 2rem;
  }
}
@media (min-width: 1200px) {
  .blog__aside {
    width: 25rem;
    padding: 5rem 1rem 0 8rem;
  }
  .blog__aside--post {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .sidebar {
    height: 100%;
  }
}
.sidebar__section {
  margin-bottom: 2rem;
}
.sidebar__title {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.25em;
}
.sidebar__menu__single {
  display: flex;
}
.sidebar__menu__link {
  padding: 0.75rem 0;
  text-decoration: none;
}
@media (min-width: 992px) {
  .sidebar__menu__link {
    padding: 0.25rem 0;
  }
}
.sidebar__menu__link:hover {
  text-decoration: underline;
}
.sidebar__menu__link:focus {
  -webkit-text-decoration: underline double;
          text-decoration: underline double;
}
.sidebar__tags {
  margin: 0 -0.5rem;
}
.sidebar__tags__single {
  display: inline-block;
  padding: 0.5rem;
}
.change-post {
  display: flex;
  flex-direction: column;
  margin: 4rem 0 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .change-post {
    text-align: left;
    flex-direction: row-reverse;
  }
}
.change-post__single {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
}
@media (min-width: 768px) {
  .change-post__single {
    width: 50%;
    padding: 1rem 2rem 1rem 0;
    align-items: flex-start;
  }
  .change-post__single--right {
    padding: 1rem 0 1rem 2rem;
    text-align: right;
    align-items: flex-end;
    margin-left: auto;
  }
}
.change-post__single:hover .change-post__title {
  text-decoration: underline;
}
.change-post__top {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  font-weight: 600;
}
.change-post__icon {
  height: 1.5em;
  margin-left: 0.5rem;
}
.change-post__icon--left {
  transform: rotate(180deg);
  margin: 0 0.5rem 0 0;
}
.change-post__title {
  font-weight: 600;
  text-decoration: none;
  font-size: 1.125em;
}
@media (min-width: 768px) {
  .change-post__title {
    font-size: 1.375em;
  }
}

.posts-list {
  padding-top: 3rem;
}
.posts-list__single {
  text-decoration: none;
  margin-bottom: 4rem;
  display: block;
}
.posts-list__top {
  position: relative;
  z-index: 1;
}
.posts-list__top:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.posts-list__top:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
.posts-list__photo {
  width: 100%;
  height: auto;
  display: block;
}
.posts-list__content {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .posts-list__content {
    position: relative;
    z-index: 2;
    background: #fff;
    margin: -2rem auto 0;
    width: calc(100% - 4rem);
    padding: 1.75rem 2rem 0;
  }
}
.posts-list__title:hover {
  text-decoration: underline;
}
.posts-list__bottom {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}

.post-details {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .post-details {
    flex-direction: row;
    justify-content: space-between;
  }
}
.post-details__single {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
.post-details__icon {
  height: 1.5rem;
  display: block;
  margin-right: 0.75rem;
}

.pagination {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pagination__list {
  padding-bottom: 1rem;
  display: flex;
}
.pagination__single {
  text-decoration: none;
  font-size: 1.25rem;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.0625rem #ccc;
  margin: 0 0.25rem;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .pagination__single {
    height: 3rem;
    width: 3rem;
  }
}
.pagination__single:hover {
  box-shadow: inset 0 0 0 0.125rem #101e25;
}
.pagination__single--active {
  background: #101e25;
  box-shadow: inset 0 0 0 0 #101e25;
  color: #fff;
  pointer-events: none;
}
.pagination__single--dots {
  pointer-events: none;
}
.pagination__link {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.pagination__btn {
  text-decoration: none;
  padding: 0.5rem 0.5rem;
  margin: 0 0.25rem;
  transition: 0.2s;
  filter: brightness(0);
}
@media (min-width: 768px) {
  .pagination__btn {
    padding: 0.75rem 0.5rem;
  }
}
.pagination__btn:hover {
  filter: brightness(1);
}
.pagination__icon {
  height: 1rem;
}
@media (min-width: 768px) {
  .pagination__icon {
    height: 1.5rem;
  }
}
.pagination__icon--left {
  transform: rotate(180deg);
}
.pagination__info {
  font-weight: 600;
}

.single-post-img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post-content {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .single-post-content {
    position: relative;
    z-index: 2;
    background: #fff;
    margin: -2rem auto 0;
    width: calc(100% - 4rem);
    padding: 1.75rem 2rem 0;
  }
}

.wishlist {
  margin-bottom: -2rem;
}
.wishlist__single {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
}
.wishlist__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.2s;
}
.wishlist__link:hover {
  color: #886259;
}
.wishlist__img {
  width: 2.5rem;
  height: auto;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .wishlist__img {
    width: 5rem;
  }
}
.wishlist__empty-info {
  text-align: center;
  padding: 1rem;
  font-weight: 600;
  border: 0.0625rem dashed #886259;
  max-width: 26rem;
  margin: 0 auto 2rem;
}
.wishlist__empty-actions {
  max-width: 26rem;
  margin: 0 auto;
  display: grid;
  grid-auto-flow: row;
  grid-gap: 2rem;
}
@media (min-width: 768px) {
  .wishlist__empty-actions {
    grid-auto-flow: column;
  }
}
.wishlist__remove {
  position: relative;
  width: 100%;
  max-width: 5rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.wishlist__remove:hover .wishlist__remove__text {
  opacity: 1;
}
.wishlist__remove__icon {
  height: 1rem;
}
.wishlist__remove__text {
  position: absolute;
  background: #fff;
  color: #b81c23;
  font-size: 0.75rem;
  opacity: 0;
  transition: 0.2s;
}

.find-car {
  display: flex;
  flex-direction: column;
  max-width: 20rem;
  margin: 1rem auto 3rem;
}
@media (min-width: 768px) {
  .find-car {
    flex-direction: row;
    max-width: 30rem;
  }
}
.find-car__label {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .find-car__label {
    margin-bottom: 0;
    width: 20rem;
    position: relative;
  }
}
.find-car__info {
  font-weight: 600;
}
@media (min-width: 768px) {
  .find-car__info {
    position: absolute;
    top: -1.75rem;
  }
}
.find-car__select {
  width: 100%;
  border: 0.0625rem solid #000;
  border-radius: 0.375rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .find-car__select {
    height: 100%;
    padding: 0 0.75rem;
    border-radius: 0.375rem 0 0 0.375rem;
  }
}
@media (min-width: 768px) {
  .find-car__btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 10rem;
  }
}

.remove-car {
  margin: -1.5rem 0 1rem;
  text-align: center;
}
.remove-car__btn {
  color: #b81c23;
  padding: 1rem;
  cursor: pointer;
  transition: 0.2s;
}
.remove-car__btn:hover {
  color: #df5761;
  text-decoration: underline;
}

.category-page {
  margin-top: 7rem;
}
@media (min-width: 1200px) {
  .category-page {
    margin-top: 13rem;
  }
}

.category {
  display: flex;
  flex-direction: column;
  min-height: 30rem;
}
@media (min-width: 992px) {
  .category {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .category {
    padding-right: 0;
  }
}
.category__sidebar {
  position: fixed;
  z-index: 10;
  top: 6rem;
  left: 0;
  background: #101e25;
  color: #fff;
  max-width: 17rem;
  height: calc(100vh - 6rem);
  height: calc(100dvh - 6rem);
  overflow: auto;
  width: 100%;
  padding: 1.25rem 1rem 0;
  font-size: 0.875rem;
  transition: 0.2s;
  transform: translateX(-110%);
}
.category__sidebar--lower {
  top: 4rem;
  height: calc(100vh - 4rem);
  height: calc(100dvh - 4rem);
}
.category__sidebar--active {
  transform: translateX(0);
}
@media (min-width: 992px) {
  .category__sidebar {
    position: static;
    background: unset;
    color: inherit;
    max-width: unset;
    height: unset;
    overflow: unset;
    width: 18rem;
    padding: 1.25rem 1rem 0 0;
    transform: translateX(0);
  }
}
.category__mobile {
  padding: 0.75rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 992px) {
  .category__mobile {
    display: none;
  }
}
.category__main {
  width: 100%;
}
@media (min-width: 992px) {
  .category__main {
    width: calc(100% - 18rem);
    margin-left: auto;
  }
}
.category .woocommerce-loop-product__link:after {
  content: "-20/30%";
  position: absolute;
  top: 0;
  right: 0;
  background: #d4404a;
  color: #fff;
  font-size: 0.625rem;
  padding: 0.25rem 1.3125rem 0.125rem 0.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 1.3125rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 1.3125rem) 100%, 0% 100%);
  display: none;
}

.category-btn {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  padding: 0.375rem 1rem;
  border-radius: 3rem;
  font-size: 0.875rem;
  text-decoration: none;
}
.category-btn--hide {
  display: none;
}
.category-btn__icon {
  height: 1rem;
  display: block;
  margin-right: 0.325rem;
}

.js-products-wrapper--loader {
  position: relative;
}
.js-products-wrapper--loader:before {
  content: "";
  position: absolute;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.archive-banner {
  width: 100%;
  margin: 3rem auto 0;
  background: #101e25;
  display: block;
  text-align: center;
  padding: 3rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  border-radius: 0.375rem;
  overflow: hidden;
}
.archive-banner:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.archive-banner:hover:after {
  background: rgba(0, 0, 0, 0);
}
.archive-banner__content {
  position: relative;
  z-index: 2;
}
.archive-banner__title {
  font-size: 1.5rem;
}
.archive-banner__subtitle {
  font-size: 1.25rem;
  padding: 1rem 0 1.75rem;
}

.archive-description {
  padding-top: 2rem;
}

.cart-top {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cart-top {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cart-top__main {
    width: calc(100% - 25rem);
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .cart-top__aside {
    padding: 0 0 0 2rem;
    width: 25rem;
  }
}
.cart-top__extra {
  position: sticky;
  top: 5rem;
}

.cart-title {
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 0.5625rem;
}
.cart-title__text {
  font-size: 1.5rem;
  display: inline;
}
.cart-title__number {
  opacity: 0.7;
}

.cart-products {
  border: 0.0625rem solid #ccc;
  border-radius: 0.375rem;
  margin-bottom: 2rem;
}
.cart-products__single {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.5rem 1rem;
  gap: 1rem;
  border-bottom: 0.0625rem solid #ccc;
}
@media (min-width: 768px) {
  .cart-products__single {
    flex-direction: row;
    align-items: center;
  }
}
.cart-products__single:last-child {
  border-bottom: none;
}
.cart-products__single--extra {
  padding: 1rem;
  border-top: 0.0625rem solid #ccc;
  border-radius: 0 0 0.375rem 0.375rem;
  background: #f7f6f7;
}
.cart-products__img {
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
  display: block;
}
.cart-products__name {
  text-decoration: none;
  line-height: 1.25;
  font-size: 0.875rem;
  margin-right: 1rem;
}
.cart-products__name:hover {
  color: #886259;
}
.cart-products__extra-name {
  line-height: 1.25;
  font-size: 0.875rem;
  font-weight: 600;
}
.cart-products__rest {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .cart-products__rest {
    width: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .cart-products__price {
    margin-left: auto;
  }
}
.cart-products__action {
  border-radius: 50%;
  padding: 1rem;
  transition: 0.2s;
  cursor: pointer;
}
.cart-products__action:hover {
  background: #f3f3f3;
}
.cart-products__action--add:hover {
  background: #119e00;
}
.cart-products__icon {
  height: 1rem;
  width: 1rem;
  display: block;
  transition: 0.2s;
}
.cart-products__add, .cart-products__remove {
  margin: 0.34375rem 0 0.34375rem auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 2rem;
  border: 0.0625rem solid #119e00;
  color: #119e00;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .cart-products__add, .cart-products__remove {
    margin: 0.34375rem 0;
  }
}
.cart-products__add:hover, .cart-products__remove:hover {
  background: #d6ffd1;
}
.cart-products__remove {
  margin: 0 0 0 auto;
  color: #000;
  border-color: transparent;
  padding: 1rem;
}
@media (min-width: 768px) {
  .cart-products__remove {
    margin: 0;
  }
}
.cart-products__remove:hover {
  background: none;
  border: 0.0625rem solid #ccc;
}

.cart-quantity {
  position: relative;
  margin-right: auto;
}
@media (min-width: 768px) {
  .cart-quantity {
    margin-right: 0;
  }
}
.cart-quantity__input {
  font-size: 1rem;
  font-family: inherit;
  text-align: center;
  width: 3rem;
  border-radius: 2rem;
  border: 0.0625rem solid #ccc;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.cart-quantity__input::-webkit-inner-spin-button, .cart-quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.cart-quantity__input--focus {
  border-color: #101e25;
  position: relative;
  z-index: 1;
}
.cart-quantity__input--focus + .cart-quantity__list {
  display: flex;
}
.cart-quantity__input--focus ~ .cart-quantity__bg {
  display: flex;
}
.cart-quantity__list {
  position: absolute;
  z-index: 1;
  left: -3rem;
  bottom: 0;
  width: 9rem;
  transform: translateY(100%);
  background: #101e25;
  color: #fff;
  border-radius: 0.875rem;
  display: none;
}
.cart-quantity__corner {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  top: -1.25rem;
  left: 1.75rem;
}
.cart-quantity__corner:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  box-shadow: 1rem 1rem 0 0 #101e25;
}
.cart-quantity__corner--right {
  left: unset;
  right: 1.75rem;
}
.cart-quantity__corner--right:before {
  left: 0;
  right: unset;
  box-shadow: -1rem 1rem 0 0 #101e25;
}
.cart-quantity__options {
  display: flex;
  flex-wrap: wrap;
  width: 9rem;
  overflow: hidden;
  border-radius: 0.875rem;
}
.cart-quantity__option {
  text-align: center;
  padding: 0.75rem 0;
  width: 33.333333%;
  cursor: pointer;
  transition: 0.2s;
}
.cart-quantity__option:hover {
  color: #119e00;
}
.cart-quantity__bg {
  background: #101e25;
  position: absolute;
  height: 1.0625rem;
  width: 3rem;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}

.cart-coupon {
  border-radius: 0.375rem 0.375rem 0 0;
  border: 0.0625rem solid #ccc;
  margin-bottom: -4.375rem;
  transition: 0.2s;
}
.cart-coupon--active {
  margin-bottom: -0.375rem;
}
.cart-coupon:not(.cart-coupon--active) .cart-coupon__info {
  display: none;
}
.cart-coupon:hover {
  background: #f3f3f3;
}
.cart-coupon__start {
  padding: 0.75rem 1rem 1rem;
  text-align: center;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  border-radius: 0.375rem 0.375rem 0 0;
}
.cart-coupon__arrow {
  display: block;
  height: 1rem;
  transition: 0.2s;
}
.cart-coupon__arrow--active {
  transform: rotate(-180deg);
}
.cart-coupon__main {
  padding: 0 1rem 1.375rem;
}
.cart-coupon__input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0.375rem;
  font-family: inherit;
  font-size: 1em;
}
.cart-coupon__input:-moz-read-only {
  border-color: #119e00;
  background: #d6ffd1;
}
.cart-coupon__input:read-only {
  border-color: #119e00;
  background: #d6ffd1;
}
.cart-coupon__info {
  padding-top: 1rem;
}
.cart-coupon__info--correct {
  color: #4d7d00;
}
.cart-coupon__info--error {
  color: #b81c23;
}

.cart-go {
  background: #101e25;
  color: #fff;
  border-radius: 0.375rem;
  padding: 0.5rem 0;
  position: relative;
}
.cart-go table {
  width: 100%;
}
.cart-go th {
  text-align: left;
  padding: 0.5rem 1rem;
}
.cart-go td {
  text-align: right;
  padding: 0.5rem 1rem;
}
.cart-go .order-total {
  font-weight: 700;
}
.cart-go__next {
  padding: 1rem 1rem 0.5rem;
}

.cart-go-info {
  display: flex;
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.cart-go-info__icon {
  height: 1rem;
  display: block;
}
.cart-go-info__text {
  margin-top: -0.125rem;
  padding-left: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.25;
}

.cart-fastpay {
  padding-bottom: 2rem;
  display: grid;
  gap: 1rem;
}
@media (min-width: 992px) {
  .cart-fastpay {
    padding-bottom: 0;
  }
}
.cart-fastpay .wc-apa-button-separator {
  display: none !important;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  justify-content: center;
  margin: 2rem auto 0;
}
@media (min-width: 460px) {
  .trust-badges {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .trust-badges {
    margin: 2rem 0 0;
  }
}
.trust-badges--cart {
  margin: auto;
  padding: 2rem 0;
}
.trust-badges--checkout {
  margin: 2rem auto;
}
.trust-badges__single {
  display: block;
  width: calc(25% - 0.75rem);
  height: auto;
}
@media (min-width: 460px) {
  .trust-badges__single {
    width: 6rem;
  }
}

.cart-providers {
  padding: 1.5rem 0 0;
}
.cart-providers--footer {
  padding: 2rem 0 3rem;
  width: 100%;
}
.cart-providers__title {
  font-size: 1rem;
  padding-bottom: 1rem;
}
.cart-providers__list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.cart-providers__list--footer {
  justify-content: center;
}

.cart-provider {
  width: 3rem;
  height: 1.5rem;
  position: relative;
}
.cart-provider__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart-back {
  padding-bottom: 1rem;
}

.upsell {
  padding: 3rem 0 0;
}
.upsell__title {
  font-size: 1.25rem;
  padding-bottom: 1rem;
}
.upsell__wrapper {
  position: relative;
}
.upsell__actions {
  display: flex;
  justify-content: center;
  gap: 2rem;
  pointer-events: none;
  padding-top: 2rem;
}
@media (min-width: 1350px) {
  .upsell__actions {
    padding-top: 0;
    justify-content: space-between;
    width: calc(100% + 3rem);
    position: absolute;
    z-index: 1;
    top: calc(50% - 1.5rem);
    left: -1.5rem;
  }
}
.upsell__move {
  pointer-events: all;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  border: 0.0625rem solid #886259;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}
.upsell__move:hover {
  background: #f7f6f7;
  border-color: #ccc;
}
.upsell__move--hide {
  opacity: 0.2;
  pointer-events: none;
}
@media (min-width: 1350px) {
  .upsell__move--hide {
    opacity: 0;
  }
}
.upsell__icon {
  height: 1rem;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.upsell__icon--left {
  transform: rotate(180deg);
}
.upsell__list {
  display: flex;
}
.upsell__list--start {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .upsell__list--start {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .upsell__list--start {
    grid-template-columns: repeat(4, 1fr);
  }
}

.upsell-product {
  font-size: 0.875rem;
}
.upsell-product__main {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0.375rem;
  border: 0.0625rem solid #ccc;
  padding: 1rem;
  position: relative;
  transition: 0.2s;
}
@media (min-width: 1200px) {
  .upsell-product__main {
    padding: 1rem 2rem 2rem;
  }
}
.upsell-product__link {
  text-decoration: none;
  transition: 0.2s;
  margin-bottom: auto;
}
.upsell-product__link:hover {
  color: #886259;
}
.upsell-product__badge {
  background: #d4404a;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  border-radius: 0.375rem;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  pointer-events: none;
  z-index: 2;
}
.upsell-product__photo {
  position: relative;
  display: block;
  width: calc(100% - 2rem);
  margin: 0 auto 1rem;
}
.upsell-product__photo:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.upsell-product__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.upsell-product__name {
  font-weight: 600;
}
.upsell-product__price {
  margin: 1rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
.upsell-product__add {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 2rem;
  border: 0.0625rem solid #119e00;
  width: 100%;
  color: #119e00;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}
.upsell-product__add:hover {
  background: #d6ffd1;
}
.upsell-product__add--view {
  color: #886259;
  border-color: #886259;
}
.upsell-product__add--view:hover {
  background: #886259;
  color: #fff;
}
.upsell-product__add--added {
  color: #ccc;
  border-color: #ccc;
  background: #f7f6f7;
  cursor: unset;
}
.upsell-product__add--added:hover {
  background: #f7f6f7;
}
.upsell-product__add--added .upsell-product__icon {
  opacity: 0.4;
}
.upsell-product__icon {
  height: 1rem;
  width: 1rem;
  display: block;
  transition: 0.2s;
}

.cart-bottom {
  margin: 4rem auto 0;
}
@media (min-width: 992px) {
  .cart-bottom {
    width: calc(50% - 1rem);
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loader__img {
  height: 4rem;
}

.cart-note {
  margin-bottom: 2rem;
}

.cart-list {
  border-bottom: 0.0625rem solid #ccc;
  margin-bottom: 2rem;
}
.cart-list--cart-page {
  margin: 0;
  border: 0;
}
.cart-list__single {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-top: 0.0625rem solid #ccc;
}
.cart-list__single--cart-page {
  text-decoration: none;
}
.cart-list__single--cart-page:hover {
  text-decoration: underline;
}
.cart-list__checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  cursor: pointer;
  transition: 0.1s;
}
.cart-list__checkbox:hover {
  opacity: 0.7;
}
.cart-list__checkbox--disabled {
  opacity: 0.1;
}
.cart-list__checkbox--disabled:hover {
  opacity: 0.5;
}
.cart-list__checkbox__icon {
  height: 1.5rem !important;
  display: block;
}
.cart-list__content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  width: calc(100% - 5rem);
  position: relative;
}
@media (min-width: 768px) {
  .cart-list__content {
    flex-direction: row;
    align-items: center;
    padding: 1rem 0;
  }
}
.cart-list__content:before {
  content: "";
  background: #ccc;
  position: absolute;
  left: 0;
  top: 1rem;
  height: calc(100% - 2rem);
  width: 0.0625rem;
}
.cart-list__content--cart-page {
  width: 100%;
}
.cart-list__content--cart-page:before {
  display: none;
}
@media (min-width: 768px) {
  .cart-list__main--cart-page {
    padding-right: 1rem;
  }
}
.cart-list__photo {
  height: 5rem;
  width: 5rem;
  display: block;
  margin: 0 1rem;
}
.cart-list__photo--cart-page {
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  .cart-list__photo--cart-page {
    margin: 0 1rem;
  }
}
.cart-list__title {
  text-decoration: none;
}
.cart-list__title:hover {
  text-decoration: underline;
}
.cart-list__bottom {
  display: flex;
  flex-direction: column;
  padding-top: 0.75rem;
}
@media (min-width: 768px) {
  .cart-list__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.cart-list__price {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .cart-list__price {
    padding-bottom: 0;
  }
}

.product-page .product_type_variable {
  display: none;
}

.modal .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    display: block;
  }
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
@media (min-width: 768px) {
  .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul {
    display: block;
    width: unset;
    text-align: center;
  }
}

.wpml-ls-legacy-list-horizontal a {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .wpml-ls-legacy-list-horizontal a {
    margin: 0;
  }
}

.wp-cat {
  overflow: hidden;
}
.wp-cat__home {
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.wp-cat ul {
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
  overflow: hidden;
  color: #f3f3f3;
}
@media (min-width: 992px) {
  .wp-cat ul {
    color: #767676;
  }
}
.wp-cat ul:before {
  content: "";
  position: absolute;
  height: calc(100% - 1.5rem);
  width: 0.0625rem;
  background: #fff;
  opacity: 0.2;
  top: 0.5rem;
  left: 0;
}
@media (min-width: 992px) {
  .wp-cat ul:before {
    background: #000;
  }
}
.wp-cat ul.children {
  display: none;
}
.wp-cat .current-cat-parent > ul.children, .wp-cat .current-cat-ancestor > ul.children, .wp-cat .current-cat > ul.children {
  display: block;
}
.wp-cat li {
  padding-bottom: 1rem;
}
.wp-cat a {
  position: relative;
  text-decoration: none;
  color: inherit;
}
.wp-cat a:before {
  content: "";
  position: absolute;
  height: 0.0625rem;
  width: 15rem;
  background: currentColor;
  opacity: 0.2;
  transform: translateX(-100%);
  top: 0.5rem;
  left: -0.5rem;
}
@media (min-width: 992px) {
  .wp-cat a:hover {
    color: #886259;
  }
  .wp-cat a:before {
    background: #000;
  }
}
.wp-cat .current-cat > a, .wp-cat .current-cat-ancestor:not(.wp-cat) > a {
  font-weight: 600;
}

.woocommerce {
  text-align: left;
}

.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {
  margin: 1em 0 0.25em;
}

del .woocommerce-Price-amount {
  color: #767676 !important;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-navigation li {
  background: #886259;
  margin: 0 0 0.0625rem;
  transition: 0.2s;
  border-radius: 0.375rem;
}
.woocommerce-MyAccount-navigation li:hover {
  background: #6f5049;
}
.woocommerce-MyAccount-navigation li.is-active {
  background: #694c45;
}
.woocommerce-MyAccount-navigation li a {
  color: #fff;
  padding: 0.5rem 1rem;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation li a:hover {
  color: #fff;
}

.woocommerce-info {
  border-top-color: #886259;
}
.woocommerce-info:before {
  color: #886259;
}

.woocommerce-MyAccount-content legend {
  font-weight: 400;
  font-size: 1.25rem;
  padding: 2rem 0 1rem;
}

.woocommerce-MyAccount-content em {
  font-size: 0.875rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single,
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .settings-box input {
  background: none;
  padding: 1rem;
  font-size: 1rem;
  font-family: inherit;
  border: 0.0625rem solid #101e25;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.select2-container--default .select2-selection--single:focus,
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .settings-box input:focus {
  border: 0.0625rem solid #886259;
}

.woocommerce form .form-row textarea {
  resize: vertical;
  min-height: 5rem;
}

.woocommerce-Address {
  padding: 1rem;
  margin: 1rem 0;
}

.woocommerce-account .addresses .title h3 {
  float: none;
}

.woocommerce-account .addresses .title .edit {
  float: none;
  padding: 0.5rem 0;
  display: inline-block;
}

.select2-container .select2-selection--single {
  height: 51px;
  margin: 0;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 22px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px;
  right: 10px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  text-transform: uppercase;
  margin: 1rem 0.1875rem;
  font-size: 1rem;
}

.woocommerce .woocommerce-info .button {
  float: none;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  display: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #886259;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #6f5049;
}

.woocommerce table.cart td.actions .coupon {
  display: flex;
  flex-direction: column;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woocommerce .woocommerce-cart-form button.button {
  margin: 0;
}
.woocommerce .woocommerce-cart-form button.button.hide {
  display: none;
}

.woocommerce .woocommerce-cart-form .quantity {
  margin: 0;
}
.woocommerce .woocommerce-cart-form .quantity .quantity__name {
  display: none;
}
.woocommerce .woocommerce-cart-form .quantity .qty {
  margin: 0 -0.25rem;
  width: 4rem;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 100%;
  border: 0;
  background: #f3f3f3;
  padding: 0.75rem 1rem;
}

.woocommerce-cart .woocommerce button.button:disabled[disabled] {
  padding: 1em;
}

.woocommerce-cart .woocommerce-message .wc-forward,
.woocommerce form .form-row .optional {
  display: none;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #886259;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
  background: #6f5049;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #fff;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0;
  padding: 0;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  padding: 0.625rem;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  display: grid;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  order: 1;
  padding-top: 0.375rem;
}

.woocommerce-checkout-payment #place_order {
  width: 100%;
}

.woocommerce table.shop_table td .variation {
  font-size: 0.875rem;
}

.woocommerce ul.order_details li {
  float: none;
  margin: 0.75rem 0;
  border: 0;
}

.woocommerce table.shop_table .download-remaining,
.woocommerce table.shop_table .download-expires {
  display: none;
}

#order_review_heading {
  padding: 2rem 0 0.5rem;
}

.onsale {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products li.product .price {
  color: #101e25;
}

.woocommerce-form-login .form-row:nth-child(3) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.product-page #wc-stripe-payment-request-button,
.product-page #wc-stripe-payment-request-button-separator {
  max-width: 14rem;
  margin-bottom: 1.5rem;
}

.wp-text > table.table-vendor-sales-report {
  white-space: normal;
}

.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item {
  display: flex;
  flex-direction: column;
}

.yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper input.copy-target, .yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper input.copy-target {
  padding: 5px 8px 2px;
  width: 100%;
  color: #886259;
}

.yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper .copy-trigger, .yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper .copy-trigger {
  position: static;
  transform: none;
  margin: 10px 0 0;
}

.yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper .copy-confirmation, .yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper .copy-confirmation {
  transform: none;
  top: unset;
  bottom: 0;
  left: 0;
}

.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .settings-box input {
  width: 100%;
}

.yith-wcaf-dashboard table.yith-wcaf-table {
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */