/**
* calculate the max width based on input
*/
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 2rem;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
}

p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0 0;
}
@media screen and (min-width: 64em) {
  p {
    font-size: 2rem;
  }
}
p * {
  font-size: inherit;
}
p:not(:last-of-type) {
  margin-bottom: 3rem;
}

h1 {
  font-size: 4.4rem;
  font-size: clamp(4.4rem, 3vw, 8.8rem);
}

h2 {
  font-size: 3.6rem;
  font-size: clamp(3.6rem, 2.5vw, 5.6rem);
}

h3 {
  font-size: 2.8rem;
  font-size: clamp(2.8rem, 2vw, 3.2rem);
}

h4,
h5,
h6 {
  font-size: 1.8em;
  font-size: clamp(1.8rem, 1.5vw, 2rem);
}

html,
body {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0 0;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 64em) {
  body {
    font-size: 2rem;
  }
}
body:not(.auth) {
  padding: 10rem 0 0;
}
body.preload {
  animation: none;
  transition: none;
}
body.preload * {
  animation: none;
  transition: none;
}
body.logged-in .header {
  top: 46px;
}
@media screen and (min-width: 64em) {
  body.logged-in .header {
    top: 32px;
  }
}

* {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

p a {
  color: #D52B1E;
}

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
}

p,
ul,
ol {
  margin: 0 0;
  margin-bottom: 0;
}

ul,
ol {
  display: inline-block;
  padding-left: 2rem;
}

::-moz-selection {
  color: #D52B1E;
  background: transparent;
}

::selection {
  color: #D52B1E;
  background: transparent;
}

#wpadminbar {
  position: fixed;
}

.image--cover,
.image--contain {
  width: 100%;
  height: 100%;
}

.image--cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.svg--primary path {
  fill: #D52B1E;
}

.svg--white path {
  fill: #FFFFFF;
}

p img,
picture img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.overflow--hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

@media screen and (min-width: 64em) {
  .two--columns {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 5rem;
    -moz-column-gap: 5rem;
    -webkit-column-gap: 5rem;
  }
  .two--columns > * {
    width: 100%;
  }
}

.header {
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 10rem;
  top: 0;
  z-index: 100;
  transition: all 0.125s linear;
  background-color: #D52B1E;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header__brand {
  position: relative;
  transition: all 0.125s linear;
}
.header__brand .brand__link {
  display: flex;
  align-items: center;
  width: 15rem;
  height: auto;
}
@media screen and (min-width: 64em) {
  .header__brand .brand__link {
    width: 18.2rem;
  }
}
.header__brand svg path {
  fill: #FFFFFF;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: none;
  padding: 0 2rem;
  padding-right: 0 !important;
  gap: 2rem;
  z-index: 2;
}
@media screen and (min-width: 64em) {
  .header__wrapper {
    padding: 0 3rem;
  }
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.header__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  aspect-ratio: 1/1;
  background: #FFFFFF;
  height: 10rem;
}

@media screen and (max-width: 84.9375em) {
  .action__button {
    display: none !important;
  }
}

.header__main {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header__navigation {
  display: flex;
  gap: 2rem;
}
.header__navigation li {
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 84.9375em) {
  .header__navigation {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .header__navigation {
    gap: 3rem;
  }
}

.header__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  cursor: pointer;
  transition: all 0.125s linear;
  z-index: 15;
}
.header__toggle .navigation__toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 4.2rem;
  height: 3rem;
  transition: all 0.125s linear;
}
.header__toggle .navigation__toggle .line {
  position: relative;
  display: block;
  height: 6px;
  width: 100%;
  background-color: #D52B1E;
  transition: all 0.125s linear;
  border-radius: 10px;
}
.header__toggle.toggle--open .navigation__toggle .line {
  opacity: 0;
}
.header__toggle.toggle--open .navigation__toggle .line:first-child {
  transform: rotate(45deg);
  top: 1.25rem;
  opacity: 1;
}
.header__toggle.toggle--open .navigation__toggle .line:last-child {
  transform: rotate(-45deg);
  bottom: 1.25rem;
  opacity: 1;
}
@media screen and (min-width: 85em) {
  .header__toggle {
    display: none !important;
  }
}

.header__slideout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background-color: #D52B1E;
  color: #FFFFFF;
  z-index: 1;
  padding: 5rem 4rem;
  transform: translateX(100%);
  transition: transform 0.2s ease;
}
@media screen and (min-width: 85em) {
  .header__slideout {
    display: none;
  }
}
.header__slideout .sidebar__menu {
  overflow-x: auto;
}
.header__slideout .sidebar__menu li {
  list-style: none;
  font-size: 2.8rem;
  font-size: clamp(2.6rem, 5vw, 3.2rem);
  line-height: 2.2;
  font-weight: 800;
  text-transform: uppercase;
}
.header__slideout .sidebar__menu .navigation__link--children .link__icon svg {
  transform: rotate(-90deg);
  transition: transform 0.4s ease;
}
.header__slideout .sidebar__menu .navigation__link--children .menu__list {
  max-height: 0;
  transition: max-height 0.6s ease;
  overflow: hidden;
  padding: 0;
  display: block;
}
.header__slideout .sidebar__menu .navigation__link--children.open .link__icon svg {
  transform: rotate(0deg);
}
.header__slideout .sidebar__menu .navigation__link--children.open .menu__list {
  opacity: 1;
  visibility: visible;
  max-height: 90rem;
}
.header__slideout.navigation--open {
  transform: translateX(0);
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 64em) {
  .header__slideout {
    width: 50vw;
  }
}

.content {
  padding: 5rem 0;
}
@media screen and (min-width: 64em) {
  .content {
    padding: 8rem 0;
  }
}

.content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 200rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

.content__wrapper--small {
  margin: 0 auto;
  width: 100%;
  max-width: 130rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .content__wrapper--small {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

.column--block.__smaller .content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 140rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .column--block.__smaller .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
.column--block .content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.column__item {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 47.9375em) {
  .column__item .block__title {
    font-size: 7.5vw;
  }
}

.content__row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .content__row {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .content__row {
    gap: 5rem;
  }
}
.content__row > .content__column {
  flex: 1;
}
.content__row.section--title {
  flex-direction: column;
}

.image--block .content__row.row__reverse {
  flex-direction: row-reverse;
}
.image--block .content__row:last-child {
  gap: 3rem;
}
@media screen and (min-width: 64em) {
  .image--block .content__row:last-child {
    gap: 10rem;
  }
}
.image--block h2 {
  z-index: 1;
  position: relative;
}
.image--block .image {
  width: 100%;
}
.image--block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

.c2a--block {
  background: #D52B1E;
  color: #FFFFFF;
  padding: 3rem 0;
  transform: rotate(2deg);
  margin: 0 -1rem;
}
.c2a--block .content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 200rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .c2a--block .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
.c2a--block .block__title {
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 3vw, 4.4rem);
  line-height: 100%;
  padding-bottom: 2rem;
}
.c2a--block .block__subtitle {
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 100%;
  font-weight: 400;
}
.c2a--block .content__row {
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .c2a--block .content__row {
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
  }
  .c2a--block .content__row .content__column {
    flex: none;
  }
}
.c2a--block .button__box {
  margin: 0;
}
.c2a--block h2 {
  margin: 0;
}

.media__block {
  padding: 0;
}
.media__block .wp-video {
  width: 100% !important;
}
.media__block.extra--image .image--wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .media__block.extra--image .image--wrapper {
    aspect-ratio: 16/6;
  }
}
.media__block.extra--image.position--top img {
  -o-object-position: top;
     object-position: top;
}
.media__block.extra--image.position--bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}

.features__section .section--link .button__box {
  margin-top: 2rem;
}
@media screen and (min-width: 64em) {
  .features__section .section--link .button__box {
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  .features__section .section--link .button {
    position: absolute;
    transform: translatey(-100%);
  }
}
.features__section .section--header .block__title {
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 3vw, 6rem);
  line-height: 100%;
}
@media screen and (min-width: 64em) {
  .features__section .section--header {
    margin-bottom: 6rem;
  }
}
.features__section .block__image {
  overflow: hidden;
  margin-top: 5rem;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 64em) {
  .features__section .block__image {
    aspect-ratio: 16/5;
  }
}
.features__section .features__list {
  margin-top: 5rem;
  display: grid;
  gap: 5rem;
}
@media screen and (min-width: 64em) {
  .features__section .features__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 64em) {
  .features__section .features__list {
    margin: 0 auto;
    margin-top: -7rem;
    padding: 0 calc(4rem + 1.5625vw);
    max-width: 140rem;
  }
}
.features__section .features__list .feature__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.features__section .features__list .feature__item .feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  aspect-ratio: 1/1;
  background: #1E1E1E;
  border-radius: 100%;
  padding: 2.5rem;
}
.features__section .features__list .feature__item h3 {
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  margin: 0;
}
.features__section .features__list .feature__item .button__box {
  margin: 0;
}

.c2a__block--wrapper {
  overflow-x: hidden;
  margin-bottom: -10rem;
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}

.field__wrapper {
  display: flex;
  flex-direction: column;
  line-height: 1.8;
}

.client__contact--wrapper .icon__group {
  gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 2rem;
}
.client__contact--wrapper .icon__group .icon {
  padding: 0;
  background: transparent;
  color: #D52B1E;
  width: auto;
  font-size: 3rem;
}

.footer {
  padding: 10rem 0 5rem;
  background-color: #1E1E1E;
  position: relative;
  color: #FFFFFF;
}
.footer .button__box {
  margin: 2rem 0 0;
}
.footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8;
}
.footer .menu a {
  position: relative;
}
.footer .menu a:hover {
  color: #D52B1E;
}
@media screen and (min-width: 64em) {
  .footer .menu a {
    transition: all 0.25s ease;
  }
  .footer .menu a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    position: relative;
  }
  .footer .menu a:before {
    position: absolute;
    left: -2rem;
    visibility: hidden;
    font-size: 1.4rem;
    top: -2px;
  }
  .footer .menu a:hover {
    left: 2rem;
  }
  .footer .menu a:hover:before {
    visibility: visible;
  }
}
.footer .widget.collapse .footer__title {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 63.9375em) {
  .footer .widget.collapse .footer__title {
    margin: 0;
    padding: 2rem 0;
  }
  .footer .widget.collapse .footer__title::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    position: relative;
  }
  .footer .widget.collapse .footer__title:hover {
    cursor: pointer;
    color: #D52B1E;
  }
}
.footer .widget.collapse .menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  display: block;
}
@media screen and (min-width: 64em) {
  .footer .widget.collapse .menu {
    max-height: none;
  }
}

@media screen and (max-width: 63.9375em) {
  .widgets__area .footer__column:last-of-type {
    margin-top: -4rem;
  }
}

.footer__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 200rem;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 64em) {
  .footer__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

.footer__column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2rem;
}

.footer__row {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4rem;
}
@media screen and (min-width: 64em) {
  .footer__row {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .footer__row {
    gap: 4rem;
  }
}

.column--gap {
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .column--gap {
    gap: 4rem;
  }
}

.footer__title {
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 3vw, 2rem);
  text-transform: uppercase;
}

.footer__logo {
  max-width: 19rem;
}
.footer__logo svg .primary {
  fill: #FFFFFF;
}

.footer__author {
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 64em) {
  .footer__author {
    justify-content: flex-end;
  }
}
.footer__author .author__link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__author .author__logo {
  width: 10rem;
}
.footer__author .author__logo path {
  fill: #FFFFFF;
}

.footer__after .footer__row {
  gap: 2rem;
}

.grid--listing {
  display: grid;
  gap: 2rem;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media screen and (min-width: 48em) {
  .grid--listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .grid--listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .grid--listing {
    grid-template-columns: repeat(4, 1fr);
  }
}

.banner__section {
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  padding-top: 5rem;
  min-height: 70vh;
}
@media screen and (min-width: 64em) {
  .banner__section {
    aspect-ratio: 16/7;
    min-height: auto;
  }
}
.banner__section .bg--image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
}
.banner__section .bg--image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.banner__section .card__hero {
  position: relative;
  z-index: 1;
  transform: rotate(8deg) translatey(10%) translatex(-10%);
}
.banner__section .content__column {
  align-self: center;
}
.banner__section .content__column.image__column {
  align-self: flex-end;
  flex: 0 0 60%;
}
.banner__section .content__row {
  flex: 1;
}
@media screen and (max-width: 84.9375em) {
  .banner__section .content__row {
    flex-direction: column-reverse;
  }
}
.banner__section .content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: none;
  padding: 0 2rem;
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 64em) {
  .banner__section .content__wrapper {
    padding: 0px;
  }
}
.banner__section:not(.home--banner) {
  border-bottom: 30px solid #1E1E1E;
  padding-bottom: 0;
}
.banner__section.home--banner {
  border: 0;
}
.banner__section.home--banner .banner__title {
  color: #FFFFFF;
}

.banner__title {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 64em) {
  .banner__title {
    width: 85%;
  }
}
.banner__title h1 {
  font-size: 4.4rem;
  font-size: clamp(4.4rem, 4vw, 8.8rem);
}
.banner__title h2 {
  font-size: 3.5rem;
  font-size: clamp(3.5rem, 3vw, 5rem);
}
.banner__title h1,
.banner__title h2 {
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .banner__title h1 {
    font-size: 8vw;
  }
}

.usp__section {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
  overflow-x: hidden;
  margin: -10rem 0 0;
}
.usp__section .usp__bar {
  background: #1E1E1E;
  color: #FFFFFF;
  padding: 3rem 0;
  transform: rotate(-2deg);
  margin: 0 -1rem;
}
.usp__section .usp__item {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.usp__section .usp__icon {
  flex: 0 0 6.8rem;
}
.usp__section .usp__icon svg {
  max-width: 6.8rem;
  max-height: 6.8rem;
}
.usp__section .usp__icon svg path {
  fill: #D52B1E;
}
.usp__section .usp__title {
  margin: 0;
}

.title__section {
  display: flex;
  align-items: stretch;
  background: #FAE5E3;
  min-height: 30rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .title__section {
    min-height: 35rem;
  }
}
.title__section .content__wrapper {
  display: flex;
}
@media screen and (min-width: 64em) {
  .title__section .content__wrapper {
    align-items: center;
  }
}
.title__section .hero__content {
  flex: 1;
}
.title__section .overlay--image {
  width: 90%;
  max-width: 70rem;
  position: absolute;
  bottom: -1rem;
  right: 0;
  opacity: 0.5;
}
.title__section.shop--title {
  padding-bottom: 0;
  background: transparent;
  min-height: auto;
}
.title__section.shop--title .overlay--image {
  display: none;
}

.cart__button {
  position: relative;
}
.cart__button svg {
  width: 100%;
  max-width: 5.2rem;
}
.cart__button .cart__count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  position: absolute;
  background: #D52B1E;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  top: 15%;
  right: 10%;
}
@media screen and (min-width: 64em) {
  .cart__button .cart__count {
    top: -5px;
    right: -8px;
  }
}

.header__actions .cart__button {
  display: none;
}
@media screen and (min-width: 85em) {
  .header__actions .cart__button {
    display: flex;
  }
}

.header__slideout .cart__button {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  height: 10rem;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
}

.woocommerce-return-section {
  margin-bottom: 5rem;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  display: none;
}
.woocommerce ul.products {
  display: grid;
  gap: 2rem;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
.woocommerce ul.products.columns-4 {
  display: grid;
  gap: 2rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  padding: 0 3rem 3rem;
  box-shadow: 0.4rem 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  margin: 3rem 0 0 !important;
}
.woocommerce ul.products li.product a img {
  aspect-ratio: 1/1;
  margin-top: -3rem;
  transition: transform 0.4s ease;
}
.woocommerce ul.products li.product a img.product-alt-image {
  aspect-ratio: 16/9;
}
.woocommerce ul.products li.product .button {
  background: transparent;
  border: 1px solid #D52B1E;
  color: #D52B1E;
  height: auto;
  min-height: 5.3rem;
  display: inline-flex;
  align-items: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
  font-size: 2.8rem;
  font-size: clamp(2.8rem, 2vw, 3.2rem);
  font-weight: 800;
  margin: 0;
  padding: 0;
}
.woocommerce ul.products li.product .price {
  color: #D52B1E;
}
.woocommerce ul.products li.product:hover img {
  transform: translatey(-2rem) rotate(-2.5deg);
}
.woocommerce ul.products li.product.call-to-action-product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #1E1E1E;
}
.woocommerce ul.products li.product.call-to-action-product .button {
  background: #D52B1E;
  color: #FFFFFF;
}
.woocommerce ul.products li.product.call-to-action-product .woocommerce-loop-product__title {
  color: #FFFFFF;
}
.woocommerce ul.products:before, .woocommerce ul.products:after {
  display: none;
}
.woocommerce a.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: auto;
  background: #FAE5E3;
  border-radius: 4px;
}
.woocommerce a.button:hover, .woocommerce a.button:active {
  background: #f2bdb8;
}
.woocommerce a.button.button__outline--primary {
  background-color: transparent;
  color: #D52B1E;
  border: 2px solid #D52B1E;
}
.woocommerce a.button.button__outline--primary:hover, .woocommerce a.button.button__outline--primary:focus, .woocommerce a.button.button__outline--primary:active {
  background-color: #D52B1E;
  color: #FFFFFF;
}
.woocommerce div.product {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .woocommerce div.product {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .woocommerce div.product {
    gap: 10rem;
  }
}
.woocommerce div.product > * {
  float: none !important;
  width: 100% !important;
}
.woocommerce div.product div.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  padding: 3rem;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .woocommerce div.product div.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    padding: 5rem;
  }
}
.woocommerce div.product div.woocommerce-product-gallery .woocommerce-product-gallery__wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.03);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.woocommerce div.product .price {
  font-weight: 800;
  color: #D52B1E;
  margin: 2rem 0;
  font-size: 2.8rem;
  font-size: clamp(2.8rem, 2vw, 3.2rem);
}
.woocommerce div.product .posted_in {
  display: none;
}
.woocommerce div.product button.button.alt {
  background: #D52B1E;
  color: #FFFFFF;
}
.woocommerce div.product button.button.alt:hover, .woocommerce div.product button.button.alt:active {
  background: #a82218;
}
.woocommerce div.product form.cart {
  margin-bottom: 5rem;
  gap: 2rem;
}
.woocommerce div.product form.cart > * {
  float: none !important;
}
.woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after {
  display: none;
}
.woocommerce div.product form.cart div.quantity {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.woocommerce div.product form.cart div.quantity label {
  display: none;
}
.woocommerce div.product form.cart div.quantity input {
  background: transparent;
  border: 0;
  aspect-ratio: 1/1;
  background: #FAE5E3;
  min-height: 5.3rem;
  width: auto;
  max-width: 5.3rem;
  font-size: 1.6rem;
}
.woocommerce div.product form.cart div.quantity:before {
  content: "Aantal";
}
.woocommerce div.product form.cart .add-to-cart-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 64em) {
  .woocommerce div.product form.cart .add-to-cart-wrapper {
    flex-direction: row;
  }
}
.woocommerce div.product form.cart .personalisation-fields-wrapper {
  margin-bottom: 5rem;
}
.woocommerce .woocommerce-order {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.woocommerce .woocommerce-order .woocommerce-notice {
  padding: 5rem;
  max-width: 80rem;
  margin: 0 auto 5rem;
  background: #FAE5E3;
  color: #1E1E1E;
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
}
.woocommerce .woocommerce-order .woocommerce-notice.woocommerce-notice--success {
  background: rgba(156, 204, 101, 0.1);
}
.woocommerce .woocommerce-order .woocommerce-order-overview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .woocommerce .woocommerce-order .woocommerce-order-overview {
    flex-direction: row;
  }
}
.woocommerce .woocommerce-order .woocommerce-order-overview:before, .woocommerce .woocommerce-order .woocommerce-order-overview:after {
  display: none;
}
.woocommerce .woocommerce-order .woocommerce-order-overview li {
  float: none;
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  padding: 2rem;
  background: rgba(213, 43, 30, 0.1);
  position: relative;
  padding-left: 5rem;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::after {
  content: "\f07a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title:before {
  display: none !important;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title:after {
  position: absolute;
  left: 2rem;
}

.woocommerce-message {
  border: 0;
  background: rgba(156, 204, 101, 0.1);
  color: #1E1E1E;
  font-weight: 800;
  text-transform: uppercase;
}
.woocommerce-message:before {
  color: #9CCC65 !important;
}
.woocommerce-message .button {
  background: #9CCC65 !important;
  color: #FFFFFF !important;
}
.woocommerce-message .button:hover, .woocommerce-message .button:active {
  background: #83bf3f !important;
}
.woocommerce-message .button:before {
  color: #D52B1E !important;
}
.woocommerce-message.woocommerce-error {
  background: #FAE5E3;
  color: #1E1E1E;
}
.woocommerce-message.woocommerce-error:before {
  color: #D52B1E !important;
}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header th {
  font-size: 1.8rem;
}
.wc-block-cart .wc-block-cart__totals-title {
  font-size: 1.8rem !important;
}
.wc-block-cart .wc-block-components-button {
  font-weight: 800;
  text-transform: uppercase;
  background: #D52B1E;
  color: #FFFFFF;
  transition: transform 0.4s ease !important;
}
.wc-block-cart .wc-block-components-button:hover {
  transform: scale(1.05);
}
.wc-block-cart .wc-block-components-sidebar {
  padding: 5rem;
}
@media screen and (min-width: 64em) {
  .wc-block-cart .wc-block-components-sidebar {
    box-shadow: 0.4rem 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  }
}
.wc-block-cart .wc-block-components-product-metadata__description {
  display: none;
}

@media screen and (min-width: 64em) {
  .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
    box-shadow: 0.4rem 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border: 0;
  }
}
.wc-block-checkout .wc-block-checkout__sidebar.is-sticky {
  top: 12.5rem !important;
}
.wc-block-checkout .wc-block-components-product-metadata__description {
  display: none;
}
.wc-block-checkout .wc-block-components-button,
.wc-block-checkout .wc-block-components-checkout-return-to-cart-button {
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 2vw, 2rem);
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 5.3rem !important;
  padding: 0.5rem 3rem !important;
  font-weight: 800;
  text-transform: uppercase;
  background: #D52B1E;
  color: #FFFFFF;
  transition: all 0.4s ease !important;
  box-shadow: none;
  border: 0;
  width: auto !important;
  min-height: auto !important;
  line-height: 1;
}
.wc-block-checkout .wc-block-components-button:hover,
.wc-block-checkout .wc-block-components-checkout-return-to-cart-button:hover {
  transform: scale(1.05);
  background: #a82218;
}
.wc-block-checkout .wc-block-components-checkout-return-to-cart-button {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 2px solid #1E1E1E;
  color: #1E1E1E;
}
.wc-block-checkout .wc-block-components-checkout-return-to-cart-button:hover {
  background: #1E1E1E;
  color: #FFFFFF;
}
.wc-block-checkout .wc-block-components-checkout-return-to-cart-button svg {
  position: relative;
  margin-right: 1rem;
  top: inherit;
  transform: none;
}
.wc-block-checkout .wc-block-checkout__actions_row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: stretch;
}
@media screen and (min-width: 64em) {
  .wc-block-checkout .wc-block-checkout__actions_row {
    flex-direction: row;
  }
}

.sidebar__block .content__row {
  gap: 5rem;
}
@media screen and (min-width: 64em) {
  .sidebar__block .content__row {
    gap: 10rem;
  }
}
.sidebar__block .column__item:first-of-type {
  flex: 0 0 33.33%;
}

.merchants__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .merchants__list {
    flex-direction: row;
  }
}
.merchants__list:last-of-type {
  margin-bottom: -10rem;
}
@media screen and (min-width: 64em) {
  .merchants__list > .title__section,
.merchants__list .merchants__map {
    flex: 1;
  }
}
@media screen and (min-width: 64em) {
  .merchants__list > .title__section {
    flex: 0 0 40%;
    padding-bottom: 13rem;
  }
}
.merchants__list .acf-map {
  height: 100%;
  min-height: calc(100vh - 10rem);
}
@media screen and (min-width: 64em) {
  .merchants__list .acf-map {
    max-height: calc(100% - 10rem);
    min-height: 80vh;
  }
}

.merchants__map .notification {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.merchants__map .notification h3 {
  padding: 3rem;
}
.merchants__map .notification.error h3 {
  border: 1px solid #E53935;
  color: #E53935;
}

.store__item {
  padding: 3rem;
  box-shadow: 0.4rem 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  margin-top: 5rem;
  background: #FFFFFF;
}
.store__item:not(.empty-thumb) {
  margin-top: 5rem;
  padding-top: 0;
}
.store__item .thumb {
  aspect-ratio: 4/3;
  margin-bottom: 3rem;
  margin-top: -5rem;
  border-radius: 1.8rem;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.store__item .thumb img {
  transition: transform 0.4s ease;
}
.store__item h3 {
  margin: 0;
}
.store__item .store__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.store__item:hover .thumb {
  transform: rotate(-2deg) translatey(-1rem);
}
.store__item:hover .thumb img {
  transform: scale(1.1);
}

.filter__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 4rem;
  padding: 0;
}
.filter__wrapper .button {
  box-shadow: none;
  border: 0;
}
.filter__wrapper .button__box {
  margin: 0;
}
.filter__wrapper .search__bar,
.filter__wrapper .dropdown {
  border: 1px solid #000000;
  position: relative;
  border-radius: 4px;
  min-height: 4.8rem;
  color: #1E1E1E;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  background: #FFFFFF;
  transition: all 0.125s linear;
}
.filter__wrapper .search__bar select,
.filter__wrapper .dropdown select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  padding: 1.25rem;
  border: 0;
  font-size: 1.8rem;
  color: #1E1E1E;
  transition: color 0.125s linear;
}
.filter__wrapper .dropdown {
  padding: 0;
}
.filter__wrapper .dropdown::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.filter__wrapper .dropdown:after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 63.9375em) {
  .filter__wrapper {
    flex-direction: column-reverse;
  }
}

.city__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.city__list .city__title {
  padding-bottom: 3rem;
  border-bottom: 2px solid #D52B1E;
}

.faq__section {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.faq__section .faq__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .faq__section .faq__wrapper {
    padding: 0;
  }
}
.faq__section .faq__wrapper .faq__item {
  display: inline-block;
  width: 100%;
}
.faq__section .faq__wrapper .faq__item .faq__title {
  font-size: 1.8rem;
  line-height: 1.8;
  border: 1px solid #1E1E1E;
  border-radius: 0.4rem;
  text-transform: uppercase;
  font-weight: bold;
  background: #FFFFFF;
}
@media screen and (min-width: 64em) {
  .faq__section .faq__wrapper .faq__item .faq__title {
    font-size: 2rem;
  }
}
.faq__section .faq__wrapper .faq__item .faq__title::before {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.faq__section .faq__wrapper .faq__item .faq__title:before {
  position: absolute;
  color: #D52B1E;
}
.faq__section .faq__wrapper .faq__item .faq__content {
  padding: 2rem;
}
.faq__section .faq__group {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}

.navigation--row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .navigation--row {
    flex-direction: row;
  }
}
.navigation--row .navigation__link,
.navigation--row .navigation__link--children {
  color: #FFFFFF;
}
.navigation--row .navigation__link .menu__list .navigation__link,
.navigation--row .navigation__link--children .menu__list .navigation__link {
  color: #FFFFFF;
}
.navigation--row .navigation__link {
  font-size: 1.2rem;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  padding: 2rem 0;
  letter-spacing: 1px;
}
.navigation--row .navigation__link--children {
  position: relative;
}
.navigation--row .navigation__link--children .menu__list {
  position: absolute;
  top: 6rem;
  right: 0;
  padding: 0;
  box-shadow: 0.25rem 0.25rem 2rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  min-width: 100%;
  background: #FFFFFF;
  border-radius: 0.4rem;
  overflow: hidden;
}
.navigation--row .navigation__link--children .menu__list li {
  white-space: nowrap;
}
.navigation--row .navigation__link--children .menu__list .navigation__link {
  padding: 1rem 2rem;
}
.navigation--row .navigation__link--children:hover .menu__list, .navigation--row .navigation__link--children:focus .menu__list, .navigation--row .navigation__link--children:active .menu__list {
  opacity: 1;
  visibility: visible;
}
.navigation--row li {
  list-style: none;
}
@media screen and (min-width: 85em) {
  .navigation--row {
    gap: 4rem;
  }
}

.navigation__link--parent {
  display: flex;
  align-items: center;
}

.navigation__link--children .navigation__link {
  display: flex;
  align-items: center;
  position: relative;
  gap: 1rem;
  padding-right: 1.5rem;
}
.navigation__link--children .link__icon {
  display: flex;
  width: 1.4rem;
  height: 2rem;
}
.navigation__link--children .menu__list .navigation__link--parent .navigation__link {
  width: 100%;
}
@media screen and (max-width: 84.9375em) {
  .navigation__link--children .menu__list .navigation__link--parent:hover, .navigation__link--children .menu__list .navigation__link--parent:focus, .navigation__link--children .menu__list .navigation__link--parent:active {
    text-decoration: underline;
  }
}
@media screen and (min-width: 85em) {
  .navigation__link--children .menu__list .navigation__link--parent:hover, .navigation__link--children .menu__list .navigation__link--parent:focus, .navigation__link--children .menu__list .navigation__link--parent:active {
    background-color: #f4f4f4;
  }
}
@media screen and (min-width: 85em) {
  .navigation__link--children .menu__list {
    opacity: 0;
    visibility: hidden;
  }
}

.navigation__pages {
  display: flex;
  justify-content: center;
  padding: 3rem 0 5rem;
}
.navigation__pages .page__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 4rem;
  width: 4rem;
  background-color: #1E1E1E;
  border-radius: 4.8rem;
}
.navigation__pages .page__link:hover, .navigation__pages .page__link:focus, .navigation__pages .page__link:active {
  background-color: #050505;
}
.navigation__pages .page__link.link--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.navigation__pages .page__link .link__icon {
  display: flex;
  height: 2.8rem;
  width: 2.8rem;
}
@media screen and (min-width: 85em) {
  .navigation__pages .page__link {
    height: 5.2rem;
    width: 5.2rem;
    border-radius: 7.4rem;
  }
}

.button {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 2vw, 2rem);
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 5.3rem;
  padding: 0.5rem 3rem;
  transition: background-color 0.25s linear, transform 0.4s ease;
  font-weight: 800;
  border-radius: 4px;
  line-height: 1;
}
.button:hover {
  transform: scale(1.05);
}

.button__solid--primary {
  background-color: #D52B1E;
  color: #FFFFFF;
}
.button__solid--primary:hover, .button__solid--primary:focus, .button__solid--primary:active {
  background-color: #a82218;
}

.button__outline--primary {
  background-color: transparent;
  color: #D52B1E;
  border: 2px solid #D52B1E;
}
.button__outline--primary:hover, .button__outline--primary:focus, .button__outline--primary:active {
  background-color: #D52B1E;
  color: #FFFFFF;
}

.button__outline--secondary {
  background-color: transparent;
  color: #1E1E1E;
  border: 2px solid #1E1E1E;
}
.button__outline--secondary:hover, .button__outline--secondary:focus, .button__outline--secondary:active {
  background-color: #1E1E1E;
  color: #FFFFFF;
}

.button__solid--white {
  background-color: #FFFFFF;
  color: #D52B1E;
}
.button__solid--white:hover, .button__solid--white:focus, .button__solid--white:active {
  background-color: #e6e6e6;
}

.button__box {
  display: flex;
  margin-top: 5rem;
}

.icon__group {
  display: flex;
  gap: 2rem;
}
.icon__group .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  font-size: 2.2rem;
  background: #1E1E1E;
  color: #D52B1E;
  transition: all 0.4s ease;
  border-radius: 100%;
}
.icon__group .icon:hover {
  background: #050505;
}

.box__icon {
  align-items: center;
}
.box__icon .box__name {
  flex: 1;
}

.with_frm_style .frm_form_field input, .with_frm_style .frm_form_field textarea {
  min-height: 4.8rem;
  color: #1E1E1E;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  border-color: #000000;
}
.with_frm_style .frm_form_field textarea {
  border-radius: 4px;
  padding: 3rem 2rem;
}
.with_frm_style .frm_form_field input {
  border-radius: 4px;
}
.with_frm_style .frm_form_field label {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #1E1E1E;
  padding: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .with_frm_style .frm_form_field label {
    font-size: 2rem;
  }
}
.with_frm_style .frm_form_field.frm_label_float_top label {
  font-size: 1.4rem;
}
.with_frm_style .frm_form_field .frm_submit button {
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 2vw, 2rem);
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 5.3rem;
  padding: 0 3rem;
  transition: background-color 0.25s linear, transform 0.4s ease;
  font-weight: 800;
  border-radius: 4px;
  background: #D52B1E;
  border: 0;
  margin: 0;
}
.with_frm_style .frm_form_field .frm_submit button:hover, .with_frm_style .frm_form_field .frm_submit button:focus, .with_frm_style .frm_form_field .frm_submit button:active {
  background-color: #a82218;
}
.with_frm_style .frm_form_field .frm_submit button:hover {
  transform: scale(1.05);
}

.newsletter__form .with_frm_style .frm_fields_container {
  display: flex;
  gap: 0;
}
.newsletter__form .with_frm_style .frm_fields_container .frm_form_field {
  flex: 0 0 auto;
}
.newsletter__form .with_frm_style .frm_fields_container .frm_form_field.frm_first {
  flex: 1;
  margin-right: -5rem;
}
.newsletter__form .with_frm_style .frm_form_field {
  margin: 0;
}
.newsletter__form .with_frm_style .frm_submit button {
  box-shadow: none !important;
}

.check_card_information .notification {
  padding: 3rem;
  max-width: 80rem;
  margin: 0 auto 5rem;
}
.check_card_information .notification.error {
  background: rgba(229, 57, 53, 0.2);
  font-weight: bold;
}
.check_card_information .notification.succes {
  background: rgba(156, 204, 101, 0.2);
}
.check_card_information .notification h3 span {
  font-size: 2rem;
  text-transform: none;
  font-weight: 300;
  display: block;
  margin-bottom: 1rem;
}
.check_card_information .notification .fields {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  gap: 1rem;
}
@media screen and (min-width: 64em) {
  .check_card_information .notification .fields {
    flex-direction: row;
  }
}
.check_card_information .form--saldo {
  background: #FFFFFF;
  box-shadow: 0.4rem 0.4rem 1.8rem rgba(0, 0, 0, 0.1);
  max-width: 80rem;
  padding: 5rem;
  margin: 0 auto;
}
.check_card_information .form--saldo input {
  border: 1px solid #000000;
  position: relative;
  border-radius: 4px;
  min-height: 4.8rem;
  color: #1E1E1E;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  background: #FFFFFF;
  transition: all 0.125s linear;
  flex: 1;
}
.check_card_information .form--saldo button {
  border: 0;
}
.check_card_information .form--saldo .form--group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 64em) {
  .check_card_information .form--saldo .form--group {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .check_card_information .form--saldo .form--group {
    gap: 0;
  }
}
.check_card_information .form--saldo .text--after {
  font-size: 1.4rem;
  color: #383838;
  margin: 1rem 0 0;
}

form input:not([type=submit]):hover,
form .dropdown:not([type=submit]):hover {
  background: #f6f6f6;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5rem auto;
}
.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0px 0.5rem;
  background: transparent;
  color: #000000;
  border-radius: 100%;
}
.pagination a:not(.dots),
.pagination span:not(.dots) {
  border: 1px solid #e1e1e1;
}
.pagination a:not(.dots):hover,
.pagination span:not(.dots):hover {
  background: #D52B1E;
  color: #FFFFFF;
}
@media screen and (min-width: 64em) {
  .pagination a,
.pagination span {
    width: 5rem;
    height: 5rem;
  }
}
.pagination span.current {
  background: #D52B1E;
  color: #fff;
  border-color: transparent;
}

.swiper {
  max-width: 100%;
}
.swiper.with--pagination {
  padding-bottom: 10rem !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #D52B1E;
  width: 1.8rem;
  border-radius: 3px;
}
.swiper.overflow--visible {
  overflow: visible !important;
}

@media screen and (min-width: 64em) {
  .login {
    height: 100vh;
  }
}

.login__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 64em) {
  .login__wrapper {
    flex-direction: row;
  }
}

.login--left,
.login--right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
}

.login__image {
  width: 100%;
  height: 50vh;
}
.login__image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 64em) {
  .login__image {
    height: 100vh;
  }
}

.login__form {
  width: 45rem;
}
@media screen and (max-width: 63.9375em) {
  .login__form {
    padding: 10rem 0;
  }
}

.login__author {
  display: flex;
  align-items: center;
}
.login__author .author__icon {
  display: flex;
  align-items: center;
  height: 5.2rem;
  width: auto;
  margin-bottom: 5rem;
}

.login__contact {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10% 15%;
  z-index: 1;
  color: #FFFFFF;
}
.login__contact * {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.form__message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}
.form__message .message {
  padding: 2rem;
  color: #FFFFFF;
}
.form__message .message--ok {
  background-color: #9CCC65;
}
.form__message .message--bad {
  background-color: #E53935;
}
.form__message p {
  font-size: 1.4rem;
}

form#wer__loginform {
  width: 100%;
}
form#wer__loginform p {
  margin: 0 0 2rem;
}
form#wer__loginform p.login-username, form#wer__loginform p.login-password {
  display: flex;
  flex-direction: column;
}
form#wer__loginform p.login-username input, form#wer__loginform p.login-password input {
  height: 5rem;
  border: 0;
  background-color: #eaeaea;
  padding: 0 2rem;
}
form#wer__loginform p.login-submit .button-primary {
  background-color: #D52B1E;
  color: #FFFFFF;
  border: 0;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .card--mockup .image__column {
    flex: 0 0 55%;
  }
}

.homepage--blocks .column__item {
  padding: 3rem;
  box-shadow: 0.4rem 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 64em) {
  .homepage--blocks .column__item {
    padding: 5rem;
    transition: transform 0.25s ease;
  }
  .homepage--blocks .column__item .innerContent {
    transition: transform 0.25s ease;
  }
  .homepage--blocks .column__item:hover {
    transform: scale(1.05);
  }
  .homepage--blocks .column__item:hover .innerContent {
    transform: scale(0.95);
  }
}
.homepage--blocks .column__item:first-child {
  background: #D52B1E;
  color: #FFFFFF;
}
.homepage--blocks .column__item:first-child .button__solid--primary {
  background-color: #FFFFFF;
  color: #D52B1E;
}
.homepage--blocks .column__item:first-child .button__solid--primary:hover, .homepage--blocks .column__item:first-child .button__solid--primary:focus, .homepage--blocks .column__item:first-child .button__solid--primary:active {
  background-color: #e6e6e6;
}
@media screen and (min-width: 64em) {
  .homepage--blocks .column__item:first-child {
    transform: translatey(-10rem);
  }
  .homepage--blocks .column__item:first-child:hover {
    transform: scale(1.05) translatey(-10rem);
  }
}
.homepage--blocks .column__item:last-child {
  background: #1E1E1E;
  color: #FFFFFF;
}

.frontpage__products {
  overflow: hidden;
}
.frontpage__products .content__wrapper {
  gap: 4rem;
}
.frontpage__products .section--title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .frontpage__products .section--title {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .frontpage__products .section--title {
    justify-content: space-between;
  }
  .frontpage__products .section--title > .content__column {
    flex: auto;
  }
  .frontpage__products .section--title > .content__column:last-child .button__box {
    justify-content: flex-end;
  }
}
.frontpage__products .section--title .button__box {
  margin: 0;
}
