@charset "UTF-8";
/* =============ABSTRACTS==================== */
@import url("https://use.typekit.net/fnv6win.css");
/* =============BASE==================== */
html {
  font-family: sans-serif;
  font-size: 62.5%; }

body {
  line-height: 1.4;
  font-size: 1.2rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  letter-spacing: .025rem; }

h1, h2 {
  margin: 0; }

p {
  margin: 0; }

a {
  text-decoration: none;
  color: #000; }

.l p {
  text-transform: uppercase; }

.l__footer {
  font-size: .9rem; }

* {
  box-sizing: border-box; }

html {
  margin: 0;
  padding: 0; }

body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

img {
  height: 100%;
  width: 100%; }

.lazyload {
  opacity: 0;
  transition: opacity .5s linear; }

.lazyload:not(.initial) {
  transition: opacity 1s; }

.lazyload.initial,
.lazyload.loaded,
.lazyload.error {
  opacity: 1; }

.isie {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background: white;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .isie h1 {
    padding-bottom: 2vw; }
  .isie .close-isie {
    text-decoration: underline;
    padding-top: 1vw;
    cursor: pointer; }

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0; }

@media (max-width: 1300px) {
  .core {
    display: none; } }

.core__bg1, .core__bg2, .core__bg3, .core__bg4, .core__bg5, .core__bg6, .core__bg7, .core__bg8, .core__bg9, .core__bg10 {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10rem;
  height: 100%; }
  @media (max-width: 1300px) {
    .core__bg1, .core__bg2, .core__bg3, .core__bg4, .core__bg5, .core__bg6, .core__bg7, .core__bg8, .core__bg9, .core__bg10 {
      display: none; } }

.core__bgtop {
  background-position: center 15%; }

.core__bglow1 {
  background-position: center 80%; }

.core__bglow2 {
  background-position: center 98%; }

.core__bg1 {
  background-image: url("../img/bg1.png"); }

.core__bg2 {
  background-image: url("../img/bg2.png"); }

.core__bg3 {
  background-image: url("../img/bg3.png"); }

.core__bg4 {
  background-image: url("../img/bg4.png"); }

.core__bg5 {
  background-image: url("../img/bg5.png"); }

.core__bg6 {
  background-image: url("../img/bg6.png"); }

.core__bg7 {
  background-image: url("../img/bg7.png"); }

.core__bg8 {
  background-image: url("../img/bg8.png"); }

.core__bg9 {
  background-image: url("../img/bg9.png"); }

.core__bg10 {
  background-image: url("../img/bg10.png"); }

.core__left {
  left: 0; }

.core__right {
  right: 0; }

/* =============COMPONENTS==================== */
.cntct .h__main--first li:first-of-type .active {
  color: #226434; }

.h {
  width: 100%; }
  @media (max-width: 1300px) {
    .h {
      position: fixed;
      background: white;
      z-index: 999;
      top: 0; } }
  .h__main {
    border-bottom: 1px solid #cbccca;
    padding: 1.6rem 0; }
    .h__main--container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      max-width: 129.5rem;
      margin: 0 auto;
      padding: 0 2rem; }
    .h__main--item {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .h__main--item li {
        list-style: none; }
    .h__main--first li:first-of-type {
      padding-right: 6.7rem; }
    .h__main--first li a {
      color: #bdbdbd;
      font-weight: 600; }
    @media (max-width: 1300px) {
      .h__main--first {
        display: none; } }
    .h__main--logo {
      position: relative;
      height: 6rem;
      max-width: 18rem;
      width: 100%; }
      .h__main--logo a img {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0; }
    .h__main--options {
      border-right: 1px solid #cbccca; }
      @media (max-width: 420px) {
        .h__main--options {
          border-right: 0; } }
      .h__main--options li {
        padding: 0 1rem;
        position: relative; }
        .h__main--options li a img {
          max-width: 2rem;
          height: 2rem;
          display: block; }
        .h__main--options li .search-container {
          display: flex;
          position: relative;
          width: 2rem;
          align-items: center;
          overflow: hidden;
          transition: all .4s ease; }
          .h__main--options li .search-container img {
            width: 2rem;
            height: 2rem; }
          .h__main--options li .search-container.active {
            border-bottom: 1px solid #cbccca;
            width: 20rem;
            transition: all .4s ease; }
            .h__main--options li .search-container.active #search {
              transform: translateX(0); }
        .h__main--options li #search {
          font-size: 1.5rem;
          padding: .5rem;
          transition: all .4s ease;
          border: 0;
          font-family: sofia-pro, sans-serif;
          font-weight: 400;
          letter-spacing: .05rem;
          margin-left: .5rem;
          transform: translateX(10px); }
          .h__main--options li #search:focus {
            outline: none; }
          @media (max-width: 1300px) {
            .h__main--options li #search {
              display: none; } }
      .h__main--options .cart {
        position: relative;
        display: block; }
        .h__main--options .cart span {
          position: absolute;
          bottom: -.5rem;
          left: 1rem;
          background: #226434;
          display: block;
          color: #fff;
          width: 1.3rem;
          height: 1.3rem;
          line-height: 1;
          text-align: center;
          border-radius: 50%;
          font-size: 1rem; }
      .h__main--options .search {
        position: relative;
        z-index: 2; }
        @media (max-width: 1300px) {
          .h__main--options .search {
            display: none; } }
    .h__main--language li {
      padding: 0 .5rem; }
      .h__main--language li:first-of-type {
        padding-left: 1rem; }
      .h__main--language li a {
        color: #bdbdbd; }
      .h__main--language li .active {
        color: #000; }
    @media (max-width: 420px) {
      .h__main--language {
        display: none; } }
  .h__secondary {
    border-bottom: 1px solid #cbccca;
    padding: 1.7rem 0; }
    @media (max-width: 1300px) {
      .h__secondary {
        padding: 1.7rem 2rem;
        display: flex;
        flex-direction: row;
        align-items: center; } }
    .h__secondary--item {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .h__secondary--item li {
        list-style: none;
        position: relative; }
    .h__secondary--search {
      display: none; }
      @media (max-width: 1300px) {
        .h__secondary--search {
          display: block;
          margin-left: 2rem;
          width: 100%; } }
      .h__secondary--search form {
        display: none; }
        @media (max-width: 1300px) {
          .h__secondary--search form {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-content: center; } }
        .h__secondary--search form input {
          padding: 0;
          width: 100%; }
        .h__secondary--search form button img {
          max-width: 3rem;
          height: 3rem;
          display: block; }
    .h__secondary--mobile {
      display: none; }
      @media (max-width: 1300px) {
        .h__secondary--mobile {
          display: block; } }
      .h__secondary--mobile .menu-mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 2.5rem;
        height: 1.5rem;
        cursor: pointer; }
        .h__secondary--mobile .menu-mobile:before, .h__secondary--mobile .menu-mobile:after {
          width: 100%;
          height: 2px;
          background: black;
          position: absolute;
          left: 0;
          content: ''; }
        .h__secondary--mobile .menu-mobile:before {
          top: 0; }
        .h__secondary--mobile .menu-mobile:after {
          bottom: 0; }
        .h__secondary--mobile .menu-mobile span {
          width: 2rem;
          height: 2px;
          background: black;
          display: block; }
    .h__secondary .nav {
      max-width: 129.5rem;
      margin: 0 auto;
      padding: 0 2rem;
      justify-content: space-between; }
      @media (max-width: 1300px) {
        .h__secondary .nav {
          display: none; } }
      .h__secondary .nav__item {
        margin: 0 4.4rem 0 0;
        line-height: 1.2; }
        .h__secondary .nav__item:last-of-type {
          margin: 0; }
        .h__secondary .nav__item a {
          font-weight: 600;
          word-break: normal; }
        .h__secondary .nav__item .voorschrift-uploaden {
          text-transform: uppercase;
          color: #226434;
          text-decoration: underline; }
    .h__secondary ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .h__secondary ul li {
        list-style: none; }

.mobile-nav {
  display: none; }
  .mobile-nav-close {
    padding: 2rem;
    justify-self: center;
    cursor: pointer;
    font-size: 2.5rem;
    align-self: flex-end;
    line-height: 1; }
    .mobile-nav-close span {
      position: relative;
      display: block; }
  @media (max-width: 1300px) {
    .mobile-nav {
      display: flex;
      position: fixed;
      background: white;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow-y: scroll;
      flex-direction: column;
      transform: translateX(-100%);
      transition: all .4s ease; }
      .mobile-nav .allcats {
        margin-top: 0; }
        .mobile-nav .allcats .s {
          padding: 0 0 8rem; }
      .mobile-nav.is-visible {
        transform: translateX(0);
        transition: all .4s ease; } }
  .mobile-nav li {
    list-style: none; }

.b {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 40); }
  @media (max-width: 1300px) {
    .b {
      margin-top: 15.8rem; } }
  @media (max-width: 420px) {
    .b {
      height: auto;
      display: flex;
      flex-direction: column; } }
  .b.carousel {
    height: calc(var(--vh, 1vh) * 50); }
    @media (max-width: 1300px) {
      .b.carousel {
        margin-top: 0; } }
    @media (max-width: 420px) {
      .b.carousel {
        height: auto;
        margin-top: 0; } }
    .b.carousel .carousel__container {
      height: calc(var(--vh, 1vh) * 50);
      width: 100%; }
      @media (max-width: 420px) {
        .b.carousel .carousel__container {
          height: auto; } }
  .b__around {
    position: relative; }
  .b__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 62%;
    background-repeat: no-repeat; }
    @media (max-width: 420px) {
      .b__image {
        height: calc(var(--vh, 1vh) * 25); } }
  .b__container {
    position: absolute;
    top: 0;
    left: 9vw;
    background: #fff;
    height: 100%;
    padding: 0 7.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1300px) {
      .b__container {
        left: 2vw;
        padding: 0 5rem; } }
    @media (max-width: 420px) {
      .b__container {
        position: relative;
        top: unset;
        left: unset;
        padding: 5rem 5rem 0; } }
  @media (max-width: 420px) {
    .b__body {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .b__body p {
    text-transform: uppercase;
    letter-spacing: .05rem;
    padding-bottom: .5rem; }
  .b__body h1 {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .025rem; }
    @media (max-width: 420px) {
      .b__body h1 {
        text-align: center; } }
  .b__controls {
    position: absolute;
    top: 50%;
    left: -15%;
    right: -15%;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    width: 130%; }
    @media (max-width: 1300px) {
      .b__controls {
        display: none; } }
    .b__controls .slick-next {
      display: none;
      visibility: hidden;
      opacity: 0; }
    .b__controls-prev {
      position: relative;
      padding: 2rem;
      display: block;
      cursor: pointer; }
      .b__controls-prev:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 1px;
        width: 2rem;
        background: #444444;
        transform: rotate(-45deg);
        transform-origin: left; }
      .b__controls-prev:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 1px;
        width: 2rem;
        background: #444444;
        transform: rotate(45deg);
        transform-origin: left; }
    .b__controls-next {
      position: relative;
      padding: 2rem;
      display: block;
      cursor: pointer; }
      .b__controls-next:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        height: 1px;
        width: 2rem;
        background: #444444;
        transform: rotate(45deg);
        transform-origin: right; }
      .b__controls-next:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        height: 1px;
        width: 2rem;
        background: #444444;
        transform: rotate(-45deg);
        transform-origin: right; }

.l__btn {
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  border: 1px solid #000;
  padding: 1rem 2.5rem;
  font-size: 1.2rem;
  font-weight: 600; }

button {
  background: none;
  border: none;
  font-family: sofia-pro, sans-serif;
  letter-spacing: .05rem;
  font-size: 1.2rem; }
  button:focus {
    outline: none;
    border: none; }

.btn {
  margin-top: 4rem;
  background: #f6f6f6;
  padding: 2rem 2.25rem;
  display: inline-block;
  font-weight: 600;
  position: relative;
  transition: all .5s ease;
  cursor: pointer; }
  .btn span {
    height: 1px;
    background: #226434;
    width: 3.5rem;
    display: inline-block;
    position: relative;
    margin-bottom: .3rem;
    margin-left: 3rem; }
    .btn span:before, .btn span:after {
      position: absolute;
      content: '';
      height: 1px;
      width: .6rem;
      transform-origin: right;
      top: 0;
      right: 0;
      background: #226434; }
    .btn span:before {
      transform: rotate(45deg); }
    .btn span:after {
      transform: rotate(-45deg); }
  .btn:hover {
    background: #226434;
    color: white; }
    .btn:hover span {
      background: white; }
      .btn:hover span:before, .btn:hover span:after {
        background: white; }

.reverse-btn {
  margin-top: 4rem;
  background: #226434;
  padding: 2rem 2.25rem;
  display: inline-block;
  font-weight: 600;
  position: relative;
  transition: all .5s ease;
  cursor: pointer;
  color: #f6f6f6; }
  .reverse-btn span {
    height: 1px;
    background: #f6f6f6;
    width: 3.5rem;
    display: inline-block;
    position: relative;
    margin-bottom: .3rem;
    margin-left: 3rem; }
    .reverse-btn span:before, .reverse-btn span:after {
      position: absolute;
      content: '';
      height: 1px;
      width: .6rem;
      transform-origin: right;
      top: 0;
      right: 0;
      background: #f6f6f6; }
    .reverse-btn span:before {
      transform: rotate(45deg); }
    .reverse-btn span:after {
      transform: rotate(-45deg); }
  .reverse-btn:hover {
    background: #f6f6f6;
    color: black; }
    .reverse-btn:hover span {
      background: black; }
      .reverse-btn:hover span:before, .reverse-btn:hover span:after {
        background: black; }

.highlighted-btn {
  margin-top: 4rem;
  background: #f6f6f6;
  padding: 2rem 2.25rem;
  display: inline-block;
  font-weight: 600;
  position: relative;
  transition: all .5s ease;
  cursor: pointer;
  color: #226434; }
  .highlighted-btn span {
    height: 1px;
    background: #226434;
    width: 3.5rem;
    display: inline-block;
    position: relative;
    margin-bottom: .3rem;
    margin-left: 3rem; }
    .highlighted-btn span:before, .highlighted-btn span:after {
      position: absolute;
      content: '';
      height: 1px;
      width: .6rem;
      transform-origin: right;
      top: 0;
      right: 0;
      background: #226434; }
    .highlighted-btn span:before {
      transform: rotate(45deg); }
    .highlighted-btn span:after {
      transform: rotate(-45deg); }
  .highlighted-btn:hover {
    background: #226434;
    color: white; }
    .highlighted-btn:hover span {
      background: white; }
      .highlighted-btn:hover span:before, .highlighted-btn:hover span:after {
        background: white; }

.checkout-btn {
  margin-top: 4rem;
  background: #226434;
  padding: 2rem 2.25rem;
  display: inline-block;
  font-weight: 600;
  position: relative;
  color: #f6f6f6;
  transition: all .5s ease;
  cursor: pointer;
  font-family: sofia-pro, sans-serif; }
  @media (max-width: 1300px) {
    .checkout-btn {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center; } }
  .checkout-btn span {
    height: 1px;
    background: #f6f6f6;
    width: 3.5rem;
    display: inline-block;
    position: relative;
    margin-bottom: .3rem;
    margin-left: 10rem; }
    @media (max-width: 1300px) {
      .checkout-btn span {
        margin: 0; } }
    .checkout-btn span:before, .checkout-btn span:after {
      position: absolute;
      content: '';
      height: 1px;
      width: .6rem;
      transform-origin: right;
      top: 0;
      right: 0;
      background: #f6f6f6; }
    .checkout-btn span:before {
      transform: rotate(45deg); }
    .checkout-btn span:after {
      transform: rotate(-45deg); }
  .checkout-btn:hover {
    background: #f6f6f6;
    color: black; }
    .checkout-btn:hover span {
      background: #226434; }
      .checkout-btn:hover span:before, .checkout-btn:hover span:after {
        background: #226434; }

.l__footer {
  background: #f7f7f7;
  height: calc(var(--vh, 1vh) * 10);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #444444;
  flex-wrap: wrap; }
  .l__footer p {
    color: #444444;
    letter-spacing: .05rem; }
    .l__footer p a {
      color: #444444; }

.f {
  width: 100%;
  background: #f7f7f7; }
  .f__container {
    max-width: 125.5rem;
    margin: 0 auto;
    padding-bottom: 3.5rem; }
  .f__grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 1300px) {
      .f__grid {
        justify-content: center; } }
  .f__options {
    display: flex;
    flex-direction: row; }
    @media (max-width: 420px) {
      .f__options {
        flex-direction: column; } }
  .f__item {
    max-width: 25%;
    width: 100%; }
    @media (max-width: 1300px) {
      .f__item {
        max-width: 50%; } }
    @media (max-width: 420px) {
      .f__item {
        max-width: 100%; } }
    .f__item--section {
      padding-top: 3.5rem; }
      @media (max-width: 1300px) {
        .f__item--section {
          text-align: center; } }
      .f__item--section h2 {
        font-size: 1.2rem;
        color: #444444;
        letter-spacing: .05rem;
        padding: .4rem 0; }
        .f__item--section h2 a {
          color: #444444; }
      .f__item--section li {
        list-style: none;
        padding: .4rem 0; }
        .f__item--section li h2 {
          padding: 0; }
        .f__item--section li a img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .f__item--section .social-icons {
        display: inline-block;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
        margin: 0 .2rem; }
        .f__item--section .social-icons:first-of-type {
          margin-left: 0; }
        .f__item--section .social-icons a {
          display: block; }
      .f__item--section .payment-icons {
        display: inline-block;
        width: 3.5rem;
        height: 3.5rem;
        padding: 0;
        margin: 0 .2rem; }
        .f__item--section .payment-icons:first-of-type {
          margin-left: 0; }
        .f__item--section .payment-icons a {
          display: block; }
      .f__item--section .legal-icons {
        display: inline-block;
        width: 6.5rem;
        height: 6.5rem;
        padding: 0;
        margin: 0 .2rem; }
        .f__item--section .legal-icons:first-of-type {
          margin-left: 0; }
        .f__item--section .legal-icons a {
          display: block; }
  .f__credits {
    border-top: 1px solid #444444;
    padding: 3.5rem 0;
    text-align: center;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 1.8; }
    @media (max-width: 1300px) {
      .f__credits {
        padding: 3.5rem 2rem; } }
    .f__credits .byplug {
      margin-top: 1.5rem; }

.allcats .s {
  padding: 0 0 8rem; }
  .allcats .s__item {
    margin-top: 8rem; }

.allcats h3 {
  flex: 1 1 0; }

@media (max-width: 1300px) {
  .allcats {
    margin-top: 15.8rem; }
    .allcats h3 {
      flex: 1 1 0; }
    .allcats .btn span {
      width: 1.8rem;
      margin-left: 1rem; } }

.s {
  padding: 8rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .s h2 {
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-align: center;
    align-self: center;
    margin-bottom: 2rem; }
    .s h2:after {
      content: '';
      height: 1px;
      width: 100%;
      background: #000;
      position: absolute;
      bottom: 0;
      left: 0; }
  .s__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 125.5rem; }
  .s__item {
    max-width: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
    border-left: 1px solid #cbccca; }
    @media (max-width: 1300px) {
      .s__item {
        max-width: 50%; } }
    .s__item:first-of-type {
      border-left: 0; }
    .s__item:nth-of-type(4n+5) {
      border-left: 0; }
    @media (max-width: 1300px) {
      .s__item:nth-of-type(2n+3) {
        border-left: 0; } }
    .s__item--container {
      display: flex;
      flex-direction: column;
      padding: 0 4.4rem;
      position: relative; }
      @media (max-width: 1300px) {
        .s__item--container {
          padding: 0 3rem; } }
      @media (max-width: 420px) {
        .s__item--container {
          padding: 0 1rem; } }
      .s__item--container .btn {
        align-self: center; }
    .s__item h3 {
      text-align: center;
      font-weight: 900;
      color: #226434;
      text-transform: uppercase;
      letter-spacing: .05rem;
      font-size: 1.2rem;
      margin: 0;
      padding-bottom: 4rem; }
    .s__item figure {
      max-height: 20rem;
      height: 100%;
      margin: 0;
      align-self: center; }
      @media (max-width: 420px) {
        .s__item figure {
          max-height: 12rem; } }
      .s__item figure img {
        max-height: 20rem;
        width: 100%;
        height: 100%;
        object-fit: contain; }
        @media (max-width: 420px) {
          .s__item figure img {
            max-height: 12rem; } }
    .s__item p {
      color: #444444; }
    .s__item--title {
      font-weight: 900; }
    .s__item--size {
      font-weight: 400; }
    .s__item--title, .s__item--size {
      padding-top: 4rem;
      font-size: 1.2rem;
      text-transform: uppercase; }
    .s__item--foot {
      padding-top: 1rem;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-end; }
    .s__item--cart .add-to-cart {
      width: 2.2rem;
      height: 2.2rem; }
      .s__item--cart .add-to-cart img {
        width: 100%;
        height: 100%; }
    .s__item--size {
      padding-top: 0; }
    .s__item--info {
      display: flex;
      flex-direction: column; }
    .s__item--price {
      font-weight: 600;
      color: #444444; }
      .s__item--price .oldprice {
        text-decoration: line-through;
        color: #bdbdbd; }
      .s__item--price .newprice {
        color: #226434;
        text-decoration: none; }
    .s__item--promolabel {
      position: absolute;
      top: -5%;
      left: 25%;
      background: #226434;
      color: #fff;
      padding: 1rem;
      border-radius: 50%;
      width: 6rem;
      height: 6rem;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .s__item--promolabel p {
        color: #fff;
        text-transform: uppercase;
        font-weight: 900; }
    .s__item--promotext {
      padding-top: 1rem;
      flex: 1 1 0; }
      .s__item--promotext p {
        color: #226434;
        text-transform: uppercase;
        font-weight: 900; }

form, input, label, textarea {
  box-sizing: border-box; }

form textarea {
  resize: none; }

form .form-group {
  border-bottom: 1px solid #c8c8c8;
  margin-top: -1px;
  position: relative; }

form .noline {
  border-bottom: none;
  margin-top: 0; }

form #group-policy {
  padding: 20px 0; }

form label, form input {
  transition: color 0.4s ease, background-color 0.1s ease-in-out; }

form label {
  color: black;
  font-size: 90%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 0; }
  input:focus + form label, textarea:focus + form label {
    color: #226434;
    font-weight: bold;
    letter-spacing: -0.01em; }
  input[type="checkbox"]:focus + form label {
    color: unset;
    font-weight: unset;
    letter-spacing: 0.03em; }

form input, form textarea, form .uploadfile {
  background-color: transparent;
  border: none;
  color: #888888;
  font-size: 15px;
  margin: 9px 0 7px 0;
  margin: 0;
  padding: 2em 10px 10px 0;
  outline: none;
  width: 100%; }
  form input:focus, form textarea:focus, form .uploadfile:focus {
    color: #000;
    background-color: #888888, 40; }
  form input.error, form textarea.error, form .uploadfile.error {
    padding: 2em 10px 2em 0; }

form .error-text {
  position: absolute;
  bottom: 10px;
  left: 0;
  margin: 0;
  font-size: 70%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: crimson; }
  form .error-text.error-policy {
    position: relative;
    bottom: 0;
    left: 0; }

form .error {
  color: crimson; }
  form .error::placeholder {
    color: crimson; }
  form .error + label {
    color: crimson;
    font-weight: bold; }
    form .error + label a {
      color: crimson !important; }
  form .error a {
    color: crimson; }
  form .error .checkbox:before {
    border: .5px solid crimson; }

form .policy {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  line-height: 2; }
  form .policy a {
    text-decoration: underline; }

form #policy, form #pricefilter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: -99999999px; }
  form #policy:checked + label:after, form #pricefilter:checked + label:after {
    content: '';
    background: black;
    border: .5px solid black;
    position: absolute;
    top: 0;
    left: -25px;
    width: 12px;
    height: 12px; }

form .checkbox {
  position: relative;
  margin-left: 26px; }
  form .checkbox:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: .5px solid black;
    left: -25px;
    top: 0; }
  form .checkbox a {
    text-decoration: underline; }

form .uploadfile {
  cursor: pointer; }
  form .uploadfile:after {
    content: "\02795";
    font-size: 1.1rem;
    line-height: 1.9;
    color: black;
    float: right;
    margin-left: 2rem; }

form #bestand {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute; }

form .label--required:after {
  content: "*";
  color: black;
  margin-left: 5px; }

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: -99999999px; }
  input[type="radio"]:checked + label:after {
    content: '\2715';
    position: absolute;
    top: -3px;
    left: -24px;
    width: 12px;
    height: 12px;
    font-size: 1.5rem; }

.radio {
  position: relative;
  margin-left: 26px; }
  .radio:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: .5px solid black;
    left: -25px;
    top: 2px; }
  .radio a {
    text-decoration: underline; }

.chatbox {
  position: fixed;
  bottom: 4rem;
  right: 4rem; }
  .chatbox__btn {
    width: 6rem;
    height: 6rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    cursor: pointer; }
    .chatbox__btn img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .chatbox__window {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30rem;
    background: white;
    border: 1px solid #444444;
    padding: 3rem;
    z-index: 2;
    display: none; }
  .chatbox__inner {
    position: relative;
    display: flex;
    flex-direction: column; }
    .chatbox__inner .btn-close {
      padding: 1rem;
      align-self: flex-end;
      justify-self: center;
      cursor: pointer; }
      .chatbox__inner .btn-close span {
        position: relative;
        display: block; }
        .chatbox__inner .btn-close span:before {
          width: 2rem;
          height: 1px;
          background: #444444;
          content: '';
          top: 50%;
          right: 0;
          position: absolute;
          transform: rotate(45deg);
          transform-origin: center; }
        .chatbox__inner .btn-close span:after {
          width: 2rem;
          height: 1px;
          background: #444444;
          content: '';
          top: 50%;
          right: 0;
          position: absolute;
          transform: rotate(-45deg);
          transform-origin: center; }
    .chatbox__inner form {
      width: 100%; }
      .chatbox__inner form button {
        width: 100%; }

/* =============PAGES==================== */
.l {
  width: 100%;
  height: 100%; }
  .l__selection {
    display: flex;
    flex-direction: row;
    height: calc(var(--vh, 1vh) * 90);
    height: 90vh;
    position: relative; }
    @media (max-width: 1300px) {
      .l__selection {
        flex-direction: column;
        width: 100%; } }
    .l__selection--nav {
      padding: 7.5rem 0 0 7.5rem;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      z-index: 2; }
      @media (max-width: 1300px) {
        .l__selection--nav {
          padding: 4rem 0 0 0;
          justify-content: center; } }
      .l__selection--nav img {
        max-width: 14.5rem;
        height: 6rem; }
  .l__site, .l__shop {
    width: 50%;
    position: relative; }
    @media (max-width: 1300px) {
      .l__site, .l__shop {
        width: 100%;
        height: 50%; } }
    .l__site--option, .l__shop--option {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin-top: calc(var(--vh, 1vh) * 15);
      margin-top: 15vh;
      position: relative;
      z-index: 3; }
      @media (max-width: 1300px) {
        .l__site--option, .l__shop--option {
          margin-top: calc(var(--vh, 1vh) * 10); } }
    .l__site--body, .l__shop--body {
      display: flex;
      flex-direction: column;
      align-items: center;
      z-index: 2; }
      .l__site--body p, .l__shop--body p {
        padding-bottom: 2.5rem; }
  .l__site {
    /* background: url("../img/landingpage/lamoot.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .l__shop {
    /* background: url("../img/landingpage/homedi.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .l__shop .l__selection--nav img {
      max-width: 15.5rem; }
  .l__cover {
    display: none; }
    @media (max-width: 1300px) {
      .l__cover {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        z-index: 1; } }
  .l__footer {
    width: 100%;
    text-align: center;
    height: calc(var(--vh, 1vh) * 10);
    height: 10vh; }
    @media (max-width: 1300px) {
      .l__footer {
        height: calc(var(--vh, 1vh) * 10); } }
    .l__footer--body {
      display: flex;
      flex-direction: row;
      justify-content: center; }

.productspage .active {
  text-decoration: underline; }

.p {
  display: flex;
  flex-direction: row;
  max-width: 129.5rem;
  margin: 0 auto;
  padding: 5.3rem 2rem; }
  @media (max-width: 1300px) {
    .p {
      flex-direction: column;
      margin-top: 15.8rem; } }
  .p li {
    list-style: none; }
  .p__wrapper {
    position: relative; }
  .p__filter {
    max-width: 26rem;
    width: 100%; }
    @media (max-width: 1300px) {
      .p__filter {
        display: none; } }
    .p__filter li {
      letter-spacing: .05rem;
      padding: .1rem 0; }
    .p__filter h2 {
      padding: 2.5rem 0;
      font-size: 1.5rem;
      letter-spacing: .025rem;
      font-family: teimer-web, serif;
      font-weight: 600;
      color: #444444; }
    .p__filter--cat h2 {
      padding: 0 0 2.5rem; }
  .p__filters {
    width: 100%; }
    .p__filters li {
      list-style: none;
      text-align: center;
      padding: .5rem;
      text-transform: uppercase; }
    .p__filters h2 {
      font-size: 1.5rem;
      font-family: teimer-web, serif;
      text-align: center;
      padding: 2.5rem 0; }
  .p__description h1 {
    color: #226434;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 900;
    padding-bottom: 3.35rem; }
    .p__description h1 span {
      display: inline-block;
      width: 3rem;
      height: 1px;
      background: #226434;
      margin-bottom: .4rem;
      margin-right: 2rem; }
  .p__description p {
    columns: 2;
    column-gap: 18%;
    font-family: teimer-web, serif;
    font-weight: 300; }
    @media (max-width: 1300px) {
      .p__description p {
        column-gap: 10%; } }
    @media (max-width: 420px) {
      .p__description p {
        columns: 1;
        column-gap: normal; } }
  .p__catalog {
    padding-top: 3.75rem; }
  .p__options {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #cbccca;
    padding-bottom: 2rem;
    width: 100%;
    justify-content: flex-end; }
    @media (max-width: 1300px) {
      .p__options {
        justify-content: space-between; } }
  .p__filterbtn {
    display: none; }
    @media (max-width: 1300px) {
      .p__filterbtn {
        display: block;
        color: #226434;
        font-weight: 600;
        letter-spacing: .05rem;
        text-transform: uppercase; } }
  .p__pagination {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .p__pagination--bottom {
      margin-top: 4rem;
      border-top: 1px solid #cbccca;
      padding-top: 2rem; }
    .p__pagination .pag-prev {
      position: relative;
      cursor: pointer;
      padding: 1rem 1rem 1rem 0; }
      .p__pagination .pag-prev:before {
        content: '';
        height: 1px;
        width: 1rem;
        background: #444444;
        display: block;
        top: 0;
        left: -3rem;
        transform: rotate(-45deg);
        transform-origin: left; }
      .p__pagination .pag-prev:after {
        content: '';
        height: 1px;
        width: 1rem;
        background: #444444;
        display: block;
        bottom: 0;
        left: -3rem;
        transform: rotate(45deg);
        transform-origin: left; }
    .p__pagination .pag-next {
      position: relative;
      cursor: pointer;
      padding: 1rem 0 1rem 1rem; }
      .p__pagination .pag-next:before {
        content: '';
        height: 1px;
        width: 1rem;
        background: #444444;
        display: block;
        top: 0;
        right: -3rem;
        transform: rotate(45deg);
        transform-origin: right; }
      .p__pagination .pag-next:after {
        content: '';
        height: 1px;
        width: 1rem;
        background: #444444;
        display: block;
        bottom: 0;
        right: -3rem;
        transform: rotate(-45deg);
        transform-origin: right; }

@media (max-width: 1300px) {
  .pdet {
    margin-top: 15.8rem; } }

.pdet__nav {
  border-bottom: 1px solid #cbccca;
  padding: 1.7rem; }
  .pdet__nav--logo {
    max-width: 9rem;
    width: 100%; }
    .pdet__nav--logo img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .pdet__nav--backbtn {
    text-transform: uppercase;
    letter-spacing: .05rem; }

.pdet__container {
  max-width: 125.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.pdet__product {
  display: flex;
  flex-direction: row;
  max-width: 125.5rem;
  margin: 0 auto; }
  @media (max-width: 1300px) {
    .pdet__product {
      flex-direction: column; } }
  .pdet__product-wrapper {
    position: relative; }

.pdet__gallery {
  display: flex;
  flex-direction: row;
  max-width: 63rem;
  width: 100%;
  margin-top: 5rem; }
  @media (max-width: 1300px) {
    .pdet__gallery {
      flex-direction: column-reverse;
      max-width: 100%; } }

.pdet__images {
  max-width: 7rem;
  width: 100%;
  height: 240px; }
  @media (max-width: 1300px) {
    .pdet__images {
      max-width: 100%;
      height: unset; } }

.pdet__image {
  max-height: 8rem;
  height: 100% !important;
  margin-bottom: 1.5rem; }
  .pdet__image img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.pdet__thumbnail {
  max-width: 56rem;
  width: 100%;
  max-height: 45rem;
  height: 100%; }
  @media (max-width: 1300px) {
    .pdet__thumbnail {
      max-width: 100%; } }
  .pdet__thumbnail img {
    width: 100%;
    height: 45rem;
    object-fit: contain; }

.pdet__detail {
  width: 100%;
  margin-top: 5rem; }
  @media (max-width: 1300px) {
    .pdet__detail {
      padding: 0 2rem; } }
  .pdet__detail--head {
    border-bottom: 1px solid #cbccca;
    padding-bottom: 2.75rem; }
    .pdet__detail--head h1 {
      text-transform: uppercase;
      font-size: 1.5rem;
      font-weight: 900;
      letter-spacing: .05rem; }
    .pdet__detail--head p {
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: .05rem;
      line-height: 1.8; }
    .pdet__detail--head .capacity {
      padding-bottom: 2.75rem; }
  .pdet__detail--foot {
    padding-top: 2.75rem; }
    .pdet__detail--foot h2 {
      text-transform: uppercase;
      font-size: 1.2rem;
      font-weight: 900;
      letter-spacing: .05rem; }
      .pdet__detail--foot h2.instock {
        color: #226434; }
    .pdet__detail--foot h3 {
      text-transform: uppercase;
      font-size: 1.2rem;
      font-weight: 400;
      letter-spacing: .05rem;
      margin: 0;
      padding: 2.75rem 0 0; }
    .pdet__detail--foot p {
      line-height: 1.8;
      text-transform: uppercase;
      letter-spacing: .05rem; }
    .pdet__detail--foot .price {
      font-weight: 600;
      font-size: 1.5rem; }
    .pdet__detail--foot .quantity {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start; }
      .pdet__detail--foot .quantity__counter {
        position: relative;
        width: 4rem;
        height: 2rem;
        text-align: center;
        overflow: hidden;
        font-weight: 600; }
        .pdet__detail--foot .quantity__counter.is-input .quantity__counter-number {
          visibility: hidden;
          opacity: 0;
          transition: opacity .1s ease-in; }
        .pdet__detail--foot .quantity__counter.is-input .quantity__counter-input {
          visibility: visible;
          opacity: 1;
          transition: opacity .1s ease-in; }
        .pdet__detail--foot .quantity__counter-input {
          width: 100%;
          margin: 0;
          padding: 0;
          position: relative;
          z-index: 2;
          box-shadow: none;
          outline: none;
          border: none;
          font-size: 1.5rem;
          line-height: 2rem;
          text-align: center;
          visibility: visible;
          opacity: 0; }
        .pdet__detail--foot .quantity__counter-number {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          line-height: 2rem;
          visibility: visible;
          opacity: 1;
          font-size: 1.5rem; }
      .pdet__detail--foot .quantity__controls {
        width: 2rem;
        line-height: 2rem;
        text-align: center;
        cursor: pointer;
        font-size: 1.5rem;
        font-weight: 600; }

.pdet__extra {
  margin-top: 5rem;
  border-top: 1px solid #cbccca; }
  .pdet__extra--nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
    border-bottom: 1px solid #cbccca; }
    @media (max-width: 1300px) {
      .pdet__extra--nav {
        display: none; } }
    .pdet__extra--nav li {
      list-style: none; }
      .pdet__extra--nav li button {
        text-transform: uppercase;
        color: #bdbdbd;
        font-weight: 900;
        letter-spacing: .05rem;
        padding: 0 1.5rem; }
        .pdet__extra--nav li button.active {
          color: #226434; }
  .pdet__extra .accordion {
    display: none; }
    @media (max-width: 1300px) {
      .pdet__extra .accordion {
        display: block;
        padding: 2rem;
        width: 100%;
        background: #f6f6f6;
        margin: .2rem 0;
        font-size: 1.5rem;
        text-align: left;
        outline: none;
        border: none;
        font-family: sofia-pro, sans-serif;
        font-weight: 400;
        letter-spacing: .05rem; }
        .pdet__extra .accordion:after {
          content: "\02795";
          font-size: 1.2rem;
          color: black;
          float: right;
          margin-left: 2rem; }
        .pdet__extra .accordion.active:after {
          content: "\2796"; } }
  .pdet__extra--info {
    position: relative; }
  .pdet__extra--container {
    max-width: 85rem;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0; }
    @media (max-width: 1300px) {
      .pdet__extra--container {
        padding: 2rem; } }
    .pdet__extra--container.description {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; }
      @media (max-width: 1300px) {
        .pdet__extra--container.description {
          flex-direction: column; } }
  .pdet__extra--body {
    max-width: 51.5rem;
    width: 100%;
    padding-top: 2.5rem; }
    @media (max-width: 1300px) {
      .pdet__extra--body {
        padding-top: 0; } }
  .pdet__extra--sizes {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    @media (max-width: 1300px) {
      .pdet__extra--sizes {
        margin-top: 4rem; } }
    .pdet__extra--sizes li {
      list-style: none;
      padding: .2rem 0;
      text-transform: uppercase;
      letter-spacing: .05rem; }
  .pdet__extra--names {
    border-right: 1px solid #444444;
    padding: 2.5rem 2.5rem 2.5rem 0; }
    @media (max-width: 1300px) {
      .pdet__extra--names {
        padding: 1rem 2.5rem 1rem 0; } }
  .pdet__extra--data {
    padding: 2.5rem 0 2.5rem 2.5rem; }
    @media (max-width: 1300px) {
      .pdet__extra--data {
        padding: 1rem 0 1rem 2.5rem; } }

.voorschriftpage {
  position: relative; }
  @media (max-width: 1300px) {
    .voorschriftpage {
      margin-top: 15.8rem; } }

.u {
  padding: 6.7rem 2rem;
  display: flex;
  flex-direction: column; }
  .u h1 {
    position: relative;
    display: inline-block;
    text-align: center;
    align-self: center; }
    .u h1:after {
      content: '';
      height: 1px;
      width: 100%;
      background: #000;
      position: absolute;
      bottom: 0;
      left: 0; }
  .u__wrapper {
    position: relative; }
  .u .btn {
    align-self: center; }
    @media (max-width: 1300px) {
      .u .btn {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .u .btn span {
          margin-bottom: 0; } }
  .u__container {
    max-width: 125.5rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row; }
    @media (max-width: 1300px) {
      .u__container {
        flex-direction: column;
        align-items: center; } }
  .u__item {
    max-width: 33.3333%;
    width: 100%;
    text-align: center;
    display: flex; }
    @media (max-width: 1300px) {
      .u__item {
        max-width: 50%; } }
    @media (max-width: 420px) {
      .u__item {
        max-width: 100%;
        padding: 0 2rem; } }
    .u__item h2 {
      color: #226434;
      font-size: 1.2rem;
      letter-spacing: .1rem;
      text-transform: uppercase;
      font-weight: 900;
      padding-bottom: 2rem; }
  .u__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 5rem; }
    .u__content-icon {
      width: 4rem;
      height: 4rem;
      margin-bottom: 2rem; }
      .u__content-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .u__content h2 {
      flex: 0 0 6rem; }

.a {
  max-width: 125.5rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding: 6rem 0; }
  @media (max-width: 1300px) {
    .a {
      margin-top: 15.8rem;
      flex-direction: column; } }
  .a__wrapper {
    position: relative; }
  .a__section {
    padding: 0 7.5rem;
    width: 100%; }
    @media (max-width: 1300px) {
      .a__section {
        padding-bottom: 6rem; }
        .a__section:last-of-type {
          padding-bottom: 0; } }
    .a__section:first-of-type {
      border-right: 1px solid #cbccca; }
    .a__section--inner h1, .a__section--inner h2 {
      color: #226434;
      text-transform: uppercase;
      font-size: 1.2rem;
      font-weight: 900;
      padding-bottom: 3.35rem; }
      .a__section--inner h1 span, .a__section--inner h2 span {
        display: inline-block;
        width: 3rem;
        height: 1px;
        background: #226434;
        margin-bottom: .4rem;
        margin-right: 2rem; }
    .a__section--inner .teimer {
      font-family: teimer-web, serif;
      font-weight: 300; }
    @media (max-width: 1300px) {
      .a__section--inner .btn {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center; }
        .a__section--inner .btn span {
          margin: 0; } }
  .a__form {
    margin-top: 3rem; }
    .a__form form {
      display: flex;
      flex-direction: column; }
      .a__form form button {
        align-self: flex-end; }
        @media (max-width: 1300px) {
          .a__form form button {
            align-self: flex-start;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .a__form form button span {
              margin: 0; } }

.line {
  background: #cbccca;
  height: 1px;
  width: 100%; }

.c {
  max-width: 125.5rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding: 6rem 0; }
  @media (max-width: 1300px) {
    .c {
      margin-top: 15.8rem; } }
  @media (max-width: 1300px) {
    .c {
      flex-direction: column; } }
  .c__wrapper {
    position: relative; }
  .c__section {
    padding: 0 7.5rem;
    width: 100%; }
    @media (max-width: 1300px) {
      .c__section {
        padding-bottom: 6rem; } }
    .c__section:first-of-type {
      border-right: 1px solid #cbccca; }
    .c__section--inner h1, .c__section--inner h2 {
      color: #226434;
      text-transform: uppercase;
      font-size: 1.2rem;
      font-weight: 900;
      padding-bottom: 3.35rem; }
      .c__section--inner h1 span, .c__section--inner h2 span {
        display: inline-block;
        width: 3rem;
        height: 1px;
        background: #226434;
        margin-bottom: .4rem;
        margin-right: 2rem; }
    .c__section--inner .teimer {
      font-family: teimer-web, serif;
      font-weight: 300; }
  .c__body {
    display: flex;
    flex-direction: column; }
    .c__body h2 {
      padding-top: 3.35rem;
      padding-bottom: .5rem;
      color: #444444;
      font-weight: 600; }
    .c__body p {
      line-height: 1.8; }
      .c__body p a {
        margin: 0;
        text-decoration: underline; }
    .c__body .btn {
      align-self: flex-start;
      margin-top: .5rem;
      max-width: 22rem;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative; }
      @media (max-width: 1300px) {
        .c__body .btn {
          max-width: 100%; } }
      .c__body .btn span {
        margin: 0; }
      .c__body .btn:first-of-type {
        margin-top: 4rem; }
  .c__form form {
    padding-top: 3.35rem;
    display: flex;
    flex-direction: column; }
    .c__form form button {
      align-self: flex-end; }
      @media (max-width: 1300px) {
        .c__form form button {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .c__form form button span {
            margin: 0; } }

.help {
  display: flex;
  flex-direction: row;
  max-width: 125.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 5.3rem 0; }
  @media (max-width: 1300px) {
    .help {
      margin-top: 15.8rem; } }
  .help li {
    list-style: none; }
  .help__wrapper {
    position: relative; }
  .help__breadcrumb {
    display: none; }
    @media (max-width: 1300px) {
      .help__breadcrumb {
        display: flex;
        text-transform: uppercase;
        margin-bottom: 2rem; }
        .help__breadcrumb .breadcrumb {
          text-decoration: underline;
          padding-right: 1rem; }
        .help__breadcrumb span {
          padding-right: 1rem; } }
  .help__menu {
    max-width: 26rem;
    width: 100%; }
    .help__menu-close {
      display: none; }
      @media (max-width: 1300px) {
        .help__menu-close {
          display: flex;
          justify-content: flex-end;
          font-size: 2.5rem;
          align-self: flex-end;
          cursor: pointer;
          padding: 1rem; } }
    @media (max-width: 1300px) {
      .help__menu {
        position: fixed;
        width: 100%;
        height: 100%;
        background: white;
        padding: 2rem;
        overflow-y: scroll;
        top: 15.8rem;
        left: 0;
        transform: translateX(-100%);
        transition: all .4s ease; }
        .help__menu.is-visible {
          transform: translateX(0);
          transition: all .4s ease; } }
    .help__menu li {
      letter-spacing: .05rem;
      padding: .1rem 0;
      text-transform: uppercase; }
      @media (max-width: 1300px) {
        .help__menu li {
          padding: 1rem 0; } }
    .help__menu h1 {
      padding: 0 0 2.5rem;
      font-size: 1.5rem;
      letter-spacing: .025rem;
      font-family: teimer-web, serif;
      font-weight: 600;
      color: #444444; }
  .help__content {
    max-width: 99.5rem;
    width: 100%; }
    @media (max-width: 1300px) {
      .help__content {
        padding: 0 2rem; } }
  .help__header {
    border-bottom: 1px solid #444444;
    padding-bottom: 6.5rem; }
    .help__header h2 {
      color: #226434;
      text-transform: uppercase;
      font-size: 1.2rem;
      font-weight: 900;
      padding-bottom: 3.35rem; }
      .help__header h2 span {
        display: inline-block;
        width: 3rem;
        height: 1px;
        background: #226434;
        margin-bottom: .4rem;
        margin-right: 2rem; }
    .help__header p {
      font-family: teimer-web, serif;
      font-weight: 300;
      line-height: 1.6; }
  .help__body {
    border-bottom: 1px solid #444444;
    padding-bottom: 5.3rem; }
    .help__body--blocks h3 {
      color: #226434;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 1.2rem;
      padding: 3.35rem 0 3.35rem;
      margin: 0; }
    .help__body--blocks p {
      columns: 2;
      column-gap: 5%;
      padding: 0;
      margin: 0;
      letter-spacing: .05rem;
      line-height: 1.6; }
      @media (max-width: 1300px) {
        .help__body--blocks p {
          columns: initial; } }

.cartpage {
  padding-bottom: 12.5rem; }
  @media (max-width: 1300px) {
    .cartpage {
      margin-top: 15.8rem; } }
  .cartpage__header {
    border-bottom: 1px solid #cbccca; }
    .cartpage__header h1 {
      max-width: 96rem;
      width: 100%;
      margin: 0 auto;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 1.5rem;
      padding: 3.5rem 2.5rem;
      letter-spacing: .05rem; }
  .cartpage__container {
    max-width: 96rem;
    margin: 0 auto;
    width: 100%; }
    .cartpage__container-wrapper {
      position: relative; }
  .cartpage__head {
    display: flex;
    flex-direction: row;
    padding: 2rem;
    border-bottom: 1px solid #cbccca; }
    @media (max-width: 1300px) {
      .cartpage__head {
        display: none; } }
    .cartpage__head .cartpage__items {
      color: #226434;
      text-transform: uppercase;
      letter-spacing: .05rem;
      text-align: center;
      font-weight: 900; }
      .cartpage__head .cartpage__items:nth-of-type(1) {
        max-width: 46%;
        width: 100%;
        text-align: left; }
      .cartpage__head .cartpage__items:nth-of-type(2) {
        max-width: 20%;
        width: 100%; }
      .cartpage__head .cartpage__items:nth-of-type(3) {
        max-width: 15%;
        width: 100%; }
      .cartpage__head .cartpage__items:nth-of-type(4) {
        max-width: 12%;
        width: 100%; }
  .cartpage__product {
    display: flex;
    flex-direction: row;
    margin-top: 2rem; }
    .cartpage__product:last-of-type {
      margin-bottom: 2rem; }
  .cartpage__thumbnail {
    padding: 0 2rem;
    max-width: 12%;
    width: 100%; }
    @media (max-width: 1300px) {
      .cartpage__thumbnail {
        max-width: 30%; } }
    .cartpage__thumbnail .cartpage__items {
      max-width: 8rem;
      max-height: 8rem;
      width: 100%;
      height: 100%; }
      @media (max-width: 1300px) {
        .cartpage__thumbnail .cartpage__items {
          max-width: 15rem;
          max-height: 15rem; } }
      .cartpage__thumbnail .cartpage__items img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .cartpage__details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-width: 88%;
    width: 100%;
    position: relative;
    align-items: center; }
    @media (max-width: 1300px) {
      .cartpage__details {
        max-width: 70%; } }
    .cartpage__details--container {
      display: flex;
      flex-direction: row;
      width: 100%;
      position: relative; }
      @media (max-width: 1300px) {
        .cartpage__details--container {
          flex-direction: column; } }
    @media (max-width: 1300px) {
      .cartpage__details .cartpage__items {
        padding-bottom: 2rem;
        max-width: 100% !important;
        width: 100%; } }
    .cartpage__details .cartpage__items:nth-of-type(1) {
      max-width: 45%;
      width: 100%; }
      .cartpage__details .cartpage__items:nth-of-type(1) p:first-of-type {
        text-transform: uppercase;
        font-size: 1.5rem;
        letter-spacing: .05rem; }
        @media (max-width: 1300px) {
          .cartpage__details .cartpage__items:nth-of-type(1) p:first-of-type {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; } }
      @media (max-width: 1300px) {
        .cartpage__details .cartpage__items:nth-of-type(1) {
          padding-right: 6rem; } }
    .cartpage__details .cartpage__items:nth-of-type(2) {
      max-width: 20%;
      width: 100%; }
    .cartpage__details .cartpage__items:nth-of-type(2), .cartpage__details .cartpage__items:nth-of-type(3), .cartpage__details .cartpage__items:nth-of-type(4), .cartpage__details .cartpage__items:nth-of-type(5) {
      font-size: 1.5rem;
      font-weight: 600; }
    @media (max-width: 1300px) {
      .cartpage__details .cartpage__items:nth-of-type(3) {
        display: none; } }
    .cartpage__details .cartpage__items:nth-of-type(3), .cartpage__details .cartpage__items:nth-of-type(4) {
      max-width: 15%;
      width: 100%; }
    .cartpage__details .cartpage__items:last-of-type {
      max-width: 5%;
      width: 100%;
      text-align: center;
      cursor: pointer; }
      @media (max-width: 1300px) {
        .cartpage__details .cartpage__items:last-of-type {
          position: absolute;
          right: 2%;
          width: 2rem;
          padding: 0; } }
    .cartpage__details .cartpage__items--title {
      font-weight: 900;
      letter-spacing: .05rem; }
    .cartpage__details .cartpage__items .quantity {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start; }
      .cartpage__details .cartpage__items .quantity__counter {
        position: relative;
        width: 4rem;
        height: 2rem;
        text-align: center;
        overflow: hidden;
        font-weight: 600; }
        .cartpage__details .cartpage__items .quantity__counter.is-input .quantity__counter-number {
          visibility: hidden;
          opacity: 0;
          transition: opacity .1s ease-in; }
        .cartpage__details .cartpage__items .quantity__counter.is-input .quantity__counter-input {
          visibility: visible;
          opacity: 1;
          transition: opacity .1s ease-in; }
        .cartpage__details .cartpage__items .quantity__counter-input {
          width: 100%;
          margin: 0;
          padding: 0;
          position: relative;
          z-index: 2;
          box-shadow: none;
          outline: none;
          border: none;
          font-size: 1.5rem;
          line-height: 2rem;
          text-align: center;
          visibility: visible;
          opacity: 0; }
        .cartpage__details .cartpage__items .quantity__counter-number {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          line-height: 2rem;
          visibility: visible;
          opacity: 1;
          font-size: 1.5rem; }
      .cartpage__details .cartpage__items .quantity__controls {
        width: 2rem;
        line-height: 2rem;
        text-align: center;
        cursor: pointer;
        font-size: 1.5rem;
        font-weight: 600; }
  .cartpage__subtotal, .cartpage__total {
    padding: 2rem;
    border-top: 1px solid #cbccca;
    border-bottom: 1px solid #cbccca; }
    .cartpage__subtotal .cartpage__item, .cartpage__total .cartpage__item {
      display: flex;
      flex-direction: row;
      text-transform: uppercase; }
      @media (max-width: 1300px) {
        .cartpage__subtotal .cartpage__item, .cartpage__total .cartpage__item {
          justify-content: space-between; } }
      .cartpage__subtotal .cartpage__item .type, .cartpage__total .cartpage__item .type {
        color: #226434;
        line-height: 1.9;
        max-width: 84%;
        width: 100%;
        font-weight: 900; }
        @media (max-width: 1300px) {
          .cartpage__subtotal .cartpage__item .type, .cartpage__total .cartpage__item .type {
            max-width: unset;
            width: unset; } }
      .cartpage__subtotal .cartpage__item .price, .cartpage__total .cartpage__item .price {
        font-size: 1.5rem;
        font-weight: 600;
        max-width: 16%;
        width: 100%; }
        @media (max-width: 1300px) {
          .cartpage__subtotal .cartpage__item .price, .cartpage__total .cartpage__item .price {
            max-width: unset;
            width: unset; } }
  .cartpage__total {
    border: 0; }
  .cartpage__buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    .cartpage__buttons a:first-of-type {
      margin-right: 1rem;
      color: #226434; }
      .cartpage__buttons a:first-of-type:hover {
        color: #f6f6f6; }
    @media (max-width: 420px) {
      .cartpage__buttons {
        justify-content: center;
        flex-direction: column; }
        .cartpage__buttons a {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .cartpage__buttons a span {
            margin: 0; }
          .cartpage__buttons a:nth-of-type(2) {
            margin: 0; } }

/* ================PLUGINS============== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
