@charset "UTF-8";
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

img,
video {
  max-width: 100%;
  height: auto;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}

.google-map * {
  border-style: none;
}

/** Config */
@font-face {
  font-family: "Loew";
  font-weight: 300;
  src: url("../fonts/loew-light.otf") format("opentype");
}
@font-face {
  font-family: "Loew";
  font-weight: 400;
  src: url("../fonts/loew-regular.otf") format("opentype");
}
@font-face {
  font-family: "Loew";
  font-weight: 500;
  src: url("../fonts/loew-medium.otf") format("opentype");
}
@font-face {
  font-family: "Loew";
  font-weight: 700;
  src: url("../fonts/loew-bold.otf") format("opentype");
}
html,
body {
  font-family: "Loew", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

a {
  font-family: "Loew", Arial, Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
}

p,
li {
  font-weight: 400;
  line-height: 1.75;
  color: #000;
}

strong {
  font-weight: 700;
}

:root {
  --black: #000000;
  --light-gray: #eeeeed;
  --dark-gray: #b2b2b2;
}

/** Common */
.container, .homepage__container, .header__announcement {
  padding: 0 1em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .container, .homepage__container, .header__announcement {
    max-width: 640px;
  }
}
@media only screen and (min-width: 768px) {
  .container, .homepage__container, .header__announcement {
    max-width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .container, .homepage__container, .header__announcement {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1280px) {
  .container, .homepage__container, .header__announcement {
    max-width: 1280px;
  }
}

picture {
  display: block;
}

#homeMenu {
  transform: translateX(-100%);
  transition: transform 300ms ease-in;
}
#homeMenu.is-open {
  transform: translateX(0);
}

#wpadminbar {
  top: auto;
  bottom: 0;
}

html {
  margin-top: 2rem;
}

div.shopping-card {
  grid-template-columns: 5% 15% 30% 15% 15% 20%;
}
@media (max-width: 768px) {
  div.shopping-card {
    grid-template-columns: 10% 45% 25% 20%;
  }
}
div.shopping-card dl.variation .variation-Meubelkussen {
  display: none;
}

div.quantity .qty {
  width: 3.5rem;
  background-color: var(--light-gray);
  padding: 0.5rem;
  margin-top: 1rem;
  text-align: center;
}

input[type=radio]:disabled + label {
  opacity: 0.25;
}

input.variation-input-color:checked + label {
  position: relative;
}
input.variation-input-color:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../icons/chevron-white.svg") no-repeat center center;
  z-index: 2;
  background-size: 14px;
}

.woocommerce-message,
.woocommerce-info {
  padding: 1rem;
  background-color: var(--light-gray);
  text-transform: uppercase;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .woocommerce-message,
.woocommerce-info {
    margin-top: 0;
  }
}

.woocommerce-breadcrumb {
  margin: 1rem 0;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
.woocommerce-breadcrumb span {
  text-transform: uppercase;
  font-weight: 700;
}
select[name=mollie-payments-for-woocommerce_issuer_mollie_wc_gateway_ideal] {
  padding: 0.5rem;
  background-color: var(--light-gray);
}

img.wp-post-image {
  width: 100%;
}

ul#shipping_method li {
  display: flex;
}
ul#shipping_method input.shipping_method {
  margin-right: 0.5rem;
}

.wc-quantity-field-hidden {
  display: none;
}

.wc-quantity-field {
  padding: 1rem;
  background-color: var(--light-gray);
  width: 4rem;
}

.breadcrumbs-margin {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.breadcrumbs-text {
  text-transform: uppercase;
}

.page-not-found {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-not-found__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.875rem;
  text-transform: none;
}
.page-not-found__text {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.page-not-found__button {
  text-transform: uppercase;
  font-weight: 700;
  background-color: var(--light-gray);
  padding: 0.5rem 2rem;
}
picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.shipping-notice {
  background-color: hotpink;
  color: white;
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.shipping-notice b {
  font-weight: 700;
}
.shipping-notice a {
  text-decoration: underline;
  color: white;
}

.mobile-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
}
.mobile-header__nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  padding: 2rem;
}
@media only screen and (max-width: 1024px) {
  .mobile-header__nav {
    padding: 1rem;
    grid-template-columns: auto;
  }
}
.mobile-header__header {
  display: flex;
  align-items: center;
}
.mobile-header__header-toggle {
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
  padding: 0;
}
.mobile-header__menu {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 20;
  height: 100vh;
  padding: 2rem;
  padding-right: 3.5rem;
  transform: translateX(-100%);
  transition: transform 300ms ease-in;
}
.mobile-header__menu.is-open {
  transform: translateX(0);
}
.mobile-header__menu-header {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.mobile-header__menu-list {
  margin-left: 1rem;
}
.mobile-header__lang-list {
  grid-column: 5/span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.mobile-header__lang-item {
  text-align: center;
  grid-column-start: auto;
}
@media only screen and (max-width: 1024px) {
  .mobile-header__lang-item {
    grid-column: 2;
  }
}
.mobile-header__list {
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mobile-header__list-sub {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mobile-header__list-sub li a {
  margin-left: 1rem;
}
.mobile-header__menu-item {
  margin-bottom: 1rem;
}
.mobile-header__menu-item--last {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mobile-header__menu-item--last {
    display: block;
  }
}

.header__nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 2.5rem 2rem;
  border-bottom: 1px solid var(--dark-gray);
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__logo {
  grid-column: span 1;
  text-align: center;
}
.header__logo img {
  width: 120px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    grid-column: span 1;
  }
}
.header__list {
  grid-column: span 5;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.header__mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header__mobile {
    display: block;
  }
}
.header__list {
  display: grid;
  grid-column: span 5;
  grid-template-columns: repeat(5, 1fr);
}
.header__item {
  text-align: center;
}
.header__link {
  text-transform: uppercase;
}
.header__link--flex {
  display: flex;
}
.header__link--flex svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
}
.header__link--active {
  font-weight: 700;
}
.header__announcement {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .header__announcement {
    margin-top: 2rem;
  }
}
.header__announcement-bar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--dark-gray);
}
@media only screen and (max-width: 1024px) {
  .header__announcement-bar {
    border-top: 1px solid var(--dark-gray);
  }
}
.header__announcement-text {
  text-align: center;
  text-transform: uppercase;
}
.header__usps-container {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .header__usps-container {
    margin-top: 72px;
  }
}
.header__usps-list {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid var(--dark-gray);
}
@media only screen and (max-width: 1024px) {
  .header__usps-list {
    border-top: 1px solid var(--dark-gray);
  }
}

span.breadcrumb_last {
  text-transform: uppercase;
  font-weight: 700;
}
.footer__container {
  margin-top: 2rem;
}
@media only screen and (max-width: 1024px) {
  .footer__container {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__products {
    display: none;
  }
}
.footer__products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  padding: 1.5rem 2rem;
  border-top: 1px solid var(--dark-gray);
  margin-bottom: 1rem;
}
.footer__products-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer__products-image {
  height: 10rem;
  width: 10rem;
}
.footer__products-name {
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-top: 1.5rem;
}
.footer__bottom {
  display: grid;
  border-top: 1px solid var(--dark-gray);
  padding: 3rem 2rem;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1024px) {
  .footer__bottom {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__logo {
  margin-bottom: 1rem;
}
.footer__logo img {
  width: 120px;
  margin-right: auto;
  margin-left: auto;
}
.footer__column {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .footer__column {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.footer__column-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.footer__column-link {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
.footer__column-logos {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.footer__column-logo {
  background-color: var(--light-gray);
  border-radius: 10rem;
  padding: 0.5rem;
  margin-left: 0.5em;
  margin-right: 0.5rem;
}
.footer__column-logo img {
  width: 1.25rem;
  height: 1.25rem;
}
.footer__column-button {
  text-transform: uppercase;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.75rem 2.5rem;
  background-color: var(--light-gray);
}
/** Components */
/**
 * Components
 */
.block-one {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .block-one {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.block-one__image {
  height: 16rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-one__content {
  padding: 4rem 4rem;
}
@media only screen and (max-width: 768px) {
  .block-one__content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.block-one__text {
  margin-bottom: 2rem;
  margin-top: 2rem;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.block-one__text h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.block-one__text h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.block-one__text p {
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
.block-one__text ul {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
.block-one__text ul li {
  margin-bottom: 0.25rem;
}
.block-one__link {
  align-self: flex-end;
}
.block-one__button {
  padding: 0.5rem 1rem;
  background-color: var(--light-gray);
  text-transform: uppercase;
}
.block-one__reverse {
  grid-column: 1;
  grid-row: 1;
}
.block-one__full-image {
  width: 100%;
}

.block-three {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .block-three {
    grid-template-columns: 1fr;
  }
}
.block-three__image {
  width: 100%;
}
.block-three__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-three__reversed {
  grid-column: 1;
  grid-row: 1;
}
.block-three__text {
  padding-bottom: 4rem;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.block-three__text h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.block-three__text h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.block-three__text p {
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
.block-three__text ul {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
.block-three__text ul li {
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 1024px) {
  .block-three__text {
    padding-bottom: 1rem;
  }
}
.block-three__link {
  align-self: flex-end;
}
.block-three__button {
  padding: 0.5rem 1rem;
  background-color: var(--light-gray);
  text-transform: uppercase;
}

.block-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 1024px) {
  .block-two {
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .block-two {
    grid-template-columns: 1fr;
  }
}
.block-two__left-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.block-two__image {
  width: 100%;
}
.block-two__image-big {
  grid-column: span 2;
}
.block-two__right-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-two__reversed {
  grid-column: 1;
  grid-row: 1;
}
.block-two__content {
  padding-bottom: 4rem;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.block-two__content h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.block-two__content h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.block-two__content p {
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
.block-two__content ul {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
.block-two__content ul li {
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .block-two__content {
    padding-bottom: 1rem;
  }
}
.block-two__link {
  align-self: flex-end;
}
.block-two__button {
  padding: 0.5rem 1rem;
  background-color: var(--light-gray);
  text-transform: uppercase;
}

.block-four {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .block-four {
    grid-template-columns: 1fr;
  }
}
.block-four__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.block-four__image {
  width: 100%;
}
.block-four__reversed {
  grid-column: 1;
  grid-row: 1;
}
.block-four__content {
  display: flex;
  flex-direction: column;
}
.block-four__text {
  padding: 4rem;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.block-four__text h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.block-four__text h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.block-four__text p {
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
.block-four__text ul {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
.block-four__text ul li {
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .block-four__text {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.block-four__link {
  align-self: flex-end;
}
.block-four__button {
  padding: 0.5rem 1rem;
  background-color: var(--light-gray);
  text-transform: uppercase;
}

.block-five {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .block-five {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.block-five__content {
  display: flex;
  padding-left: 1rem;
  margin-top: 1rem;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .block-five__content {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.block-five__title {
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .block-five__title {
    margin-bottom: 1rem;
  }
}
.block-five__button {
  padding: 0.5rem 1rem;
  background-color: var(--light-gray);
  text-transform: uppercase;
}
.block-five__text {
  padding: 1rem;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.block-five__text h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.block-five__text h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.block-five__text p {
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
.block-five__text ul {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
.block-five__text ul li {
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .block-five__text {
    padding: 0;
  }
}
.block-five__reversed {
  grid-column: 1;
  grid-row: 1;
}

.wizard__container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.wizard__title {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  .wizard__title {
    margin-bottom: 2rem;
  }
}
.wizard__subtitle {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  .wizard__subtitle {
    display: none;
  }
}
.wizard__text {
  text-align: center;
  margin-bottom: 1rem;
}
.wizard__input {
  padding: 0.5rem;
  margin-bottom: 2rem;
  font-family: "Loew";
}
.wizard__input:-ms-input-placeholder {
  font-family: "Loew";
  opacity: 0.7;
}
.wizard__input::placeholder {
  font-family: "Loew";
  opacity: 0.7;
}
.wizard__button {
  padding: 0.5rem 2rem;
  background-color: #fff;
  text-transform: uppercase;
  align-self: flex-start;
}
@media only screen and (max-width: 1024px) {
  .wizard__button {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .wizard__button--nav {
    width: auto;
  }
}
.wizard__button--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.wizard__notification {
  text-align: center;
  margin-bottom: 1rem;
}
.wizard__notification--error {
  color: rgb(239, 68, 68);
}
.wizard__footer {
  display: flex;
  justify-content: space-between;
}

.wizard .vue-form-wizard .wizard-tab-content {
  background-color: var(--light-gray);
  padding: 4rem 6rem;
}
@media only screen and (max-width: 1024px) {
  .wizard .vue-form-wizard .wizard-tab-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.wizard .vue-form-wizard .wizard-nav {
  margin-bottom: 1rem;
}
.wizard .vue-form-wizard .wizard-header {
  display: none;
}
.wizard .vue-form-wizard.xs .wizard-nav-pills > li .active > a .wizard-icon {
  text-transform: uppercase;
  font-weight: 700;
}
.wizard .vue-form-wizard .wizard-icon-circle {
  color: #fff;
}
.wizard .vue-form-wizard .wizard-icon {
  font-style: normal;
}
.wizard .vue-form-wizard .wizard-nav-pills > li.active > a .wizard-icon,
.wizard .vue-form-wizard .wizard-nav-pills > li.active > a:focus .wizard-icon,
.wizard .vue-form-wizard .wizard-nav-pills > li.active > a:hover .wizard-icon {
  color: var(--black);
}
.wizard .vue-form-wizard .wizard-icon-circle.square_shape {
  background-color: var(--light-gray);
}
.wizard .vue-form-wizard .wizard-icon-circle {
  border-width: 1px;
  box-shadow: -20px 0px 0px 0px white, 20px 0px 0px 0px white !important;
}
@media only screen and (max-width: 1024px) {
  .wizard .vue-form-wizard .wizard-icon-circle {
    box-shadow: -10px 0px 0px 0px white, 10px 0px 0px 0px white !important;
  }
}
.wizard .vue-form-wizard.xs .wizard-navigation .wizard-progress-with-circle {
  height: 1px !important;
}
.wizard .vue-form-wizard.xs .wizard-navigation .wizard-progress-bar {
  background-color: #000 !important;
}
.wizard .vue-form-wizard .wizard-card-footer {
  padding: 0;
}
.wizard .vue-form-wizard .navbar .navbar-nav > li > a.wizard-btn,
.wizard .vue-form-wizard .wizard-btn {
  background-color: var(--light-gray);
}
.wizard .v-select {
  background-color: #fff;
}
.wizard .vs__dropdown-toggle {
  border-radius: 0;
  border: none;
}

.wizard__s1-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .wizard__s1-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.wizard__s1-grid-row {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wizard__s1-table {
  display: grid;
  margin-bottom: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1024px) {
  .wizard__s1-table {
    display: none;
  }
}
.wizard__s1-table-key {
  text-transform: uppercase;
}
.wizard__s1-table-value {
  grid-column: span 2;
}

.wizard__s2-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  .wizard__s2-grid {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }
}
.wizard__s2-form {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .wizard__s2-form {
    padding: 0 2rem;
  }
}
.wizard__s2-select {
  margin-bottom: 2rem;
}
.wizard__s2-subtitle {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.wizard__s3-grid {
  display: grid;
  gap: 4rem;
  border-bottom: 1px solid var(--dark-gray);
  padding-bottom: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1024px) {
  .wizard__s3-grid {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}
.wizard__s3-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wizard__s3-icon--inactive {
  opacity: 0.25;
}
.wizard__s3-icon-img {
  margin-bottom: 1rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  max-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .wizard__s3-icon-img {
    max-height: 140px;
  }
}
.wizard__s3-colours {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .wizard__s3-colours {
    padding: 0 2rem;
  }
}
.wizard__s3-colours-title {
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.wizard__s3-colours-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.wizard__s3-colours-swatch {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 1.25rem;
  margin-right: 1rem;
}
.wizard__s3-colours-swatch.selected {
  position: relative;
}
.wizard__s3-colours-swatch.selected::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='9px' viewBox='0 0 16 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPath%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Group' transform='translate(1.000000, 1.000000)' stroke='%23FFFFFF' stroke-width='2'%3E%3Cpolyline id='Path' points='14 0 7 7 0 0'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 18px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.wizard__s4-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.wizard__s4-price {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
.wizard__s4-form {
  max-width: 320px;
  margin: 0 auto;
  padding: 3rem 0;
}
.wizard__s4-form-row {
  margin-bottom: 0.5rem;
}
.wizard__s4-form-row input[type=text],
.wizard__s4-form-row input[type=email],
.wizard__s4-form-row input[type=phone] {
  margin-top: 0.5rem;
  width: 100%;
  margin-bottom: 0;
}
.wizard__s4-form-row label {
  text-transform: uppercase;
}
.wizard__s4-form-row--last {
  margin-top: 2rem;
}
.wizard__s4-form-row--last label {
  display: flex;
  text-transform: uppercase;
}
.wizard__s4-form-row--last input[type=checkbox] {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  padding: 0.5rem;
  border: 0;
  border-radius: 0;
}
.wizard__s4-form input[type=submit] {
  margin: 0 auto;
  display: block;
  margin-top: 2rem;
  font-size: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
}

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.8.1
*/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

.sl-wrapper * {
  box-sizing: border-box;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
button {
  font-family: "Loew";
  background-color: transparent;
  color: #000;
  cursor: pointer;
}

.swatchbook-form {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  .swatchbook-form {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.swatchbook-form input[type=submit] {
  background-color: #fff;
  padding: 1rem;
  text-transform: uppercase;
}
.swatchbook-form input:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 14px;
}
.swatchbook-form input::placeholder {
  text-transform: uppercase;
  font-size: 14px;
}
.swatchbook-form .gform_wrapper .gravity-theme .gfield_label {
  text-transform: uppercase;
  font-weight: 700;
}
.swatchbook-form .gform_wrapper .gravity-theme .gfield_label .gfield_required {
  color: #000;
}
.swatchbook-form .gform_heading {
  display: none;
}

.wc-newsletter-subscription-checkout-fields {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.wc-newsletter-subscription-checkout-fields input[type=checkbox] {
  display: inline;
  width: auto;
}

.swatch {
  background-color: var(--light-gray);
  padding: 6rem 2rem;
}
.swatch-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}
.swatchbook-image {
  padding: 2rem;
}
@media only screen and (max-width: 1024px) {
  .swatchbook-image {
    grid-row: 1;
    padding: 0;
  }
}

.contact-page {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .contact-page {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact-page__image {
    display: none;
  }
}
.contact-page__block {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--dark-gray);
}
.contact-page__block h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.contact-page__block h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.contact-page__block p {
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
.contact-page__block ul {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
.contact-page__block ul li {
  margin-bottom: 0.25rem;
}
.contact-page__block ul {
  margin-left: 0;
}
.contact-page__block-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-page__button {
  text-transform: uppercase;
  font-family: "Loew";
  font-size: 100%;
  padding: 1rem 3rem;
  background-color: var(--light-gray);
}
.contact-page__input {
  margin-right: 1rem;
  padding: 1rem;
  background-color: var(--light-gray);
}

.product-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .product-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .product-overview {
    grid-template-columns: 1fr;
  }
}
.product-overview__image {
  margin-bottom: 1.5rem;
}
.product-overview__content {
  display: flex;
  justify-content: space-between;
}
.product-overview__name {
  text-transform: uppercase;
  font-weight: 500;
}
.product-overview__button {
  text-transform: uppercase;
  font-weight: 700;
  background-color: var(--light-gray);
  padding: 0.75rem 2.5rem;
  font-size: 10px;
}
.product-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .product-categories {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}
.product-categories__image {
  height: auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 1rem;
}
.product-categories__full {
  grid-column: span 2;
}
@media only screen and (max-width: 1024px) {
  .product-categories__full {
    grid-column: auto;
  }
}
.product-categories__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .product-categories__content {
    display: block;
  }
}
.product-categories__name {
  text-transform: uppercase;
  font-weight: 500;
}
.product-categories__name span {
  color: var(--dark-gray);
  text-transform: lowercase;
  display: inline;
  margin-left: 0.5rem;
}
.product-categories__button {
  text-transform: uppercase;
  background-color: var(--light-gray);
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 1024px) {
  .product-categories__button {
    margin-top: 2rem;
  }
}

.downloadables {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  .downloadables {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
}
.downloadables__content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  display: block;
}
.downloadables__image {
  display: flex;
  justify-content: center;
}
.downloadables__image img {
  height: 10rem;
  margin-bottom: 2.5rem;
}
.downloadables__button {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 1.225rem;
  background-color: var(--light-gray);
  padding: 0.75rem 2.5rem;
  font-size: 10px;
}
body.page-template-template-legal main {
  max-width: 768px;
  margin: 2rem auto;
  padding: 1rem 0;
}
body.page-template-template-legal main h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
body.page-template-template-legal main h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
body.page-template-template-legal main ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
body.page-template-template-legal main li {
  text-align: justify;
  line-height: 1.75rem;
}
body.page-template-template-legal main p {
  text-align: justify;
  margin-bottom: 1rem;
  line-height: 1.75rem;
}

.bag {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .bag {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .bag {
    grid-template-columns: 1fr;
  }
}
.bag__image {
  margin-bottom: 1.5rem;
}
.bag__item {
  display: flex;
  justify-content: space-between;
}
.bag__name {
  text-transform: uppercase;
  font-weight: 700;
}
.bag__colors {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.bag__dot {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 5rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
.bag__button {
  text-transform: uppercase;
  font-weight: 700;
  background-color: var(--light-gray);
  padding: 0.75rem 2.5rem;
  font-size: 10px;
  white-space: nowrap;
}
.inspiration-page {
  display: grid;
}
.inspiration-page__block {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.inspiration-page__block-border {
  border-bottom: 1px solid var(--dark-gray);
}

#homepageSlider {
  color: #fff;
  height: calc(75vh - 220px + 2rem);
}
@media only screen and (max-width: 1024px) {
  #homepageSlider {
    height: 50vh;
  }
}

.homepage__container {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  padding-left: 7rem;
  padding-right: 7rem;
  gap: 5rem;
}
@media only screen and (max-width: 1024px) {
  .homepage__container {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.homepage__text {
  text-align: justify;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.homepage__text h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.homepage__text h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.homepage__text p {
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
.homepage__text ul {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
.homepage__text ul li {
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 1024px) {
  .homepage__text {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}

.single-product .cart-form-simple {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
}
.single-product .single_add_to_cart_button {
  background-color: var(--light-gray);
  padding: 0.5rem;
  text-transform: uppercase;
}
.single-product .variations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.single-product .variation-attributes {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.single-product .label {
  text-transform: uppercase;
  font-weight: 700;
}
.single-product .variation-div {
  grid-column: span 3;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
}
.single-product .variation-label {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
.single-product .variation-color-value {
  display: flex;
  flex-wrap: wrap;
}
.single-product .variation-div-bottom {
  grid-column: span 3;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--dark-gray);
}
.single-product .variation-image-value {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.single-product .single-product-page {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.single-product .single-product-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 1024px) {
  .single-product .single-product-page-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.single-product .right-col {
  position: sticky;
  top: 1rem;
}
.single-product .product-name-div {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--dark-gray);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .single-product .product-name-div {
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
  }
}
.single-product .product-name {
  text-transform: uppercase;
  font-weight: 700;
}
.single-product .content-block {
  margin-top: 1rem;
  border-bottom: 1px solid var(--dark-gray);
}
.single-product .content-block-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1024px) {
  .single-product .content-block-grid {
    grid-template-columns: 1fr;
  }
}
.single-product .change-tab {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Loew";
  text-align: center;
  padding: 0.5rem 1rem;
}
.single-product .product-content-tab {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.single-product .product-content-tab h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.single-product .product-content-tab h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.single-product .product-content-tab p {
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
.single-product .product-content-tab ul {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
.single-product .product-content-tab ul li {
  margin-bottom: 0.25rem;
}
.single-product .hidden {
  display: none;
}
.single-product .bg-gray {
  background-color: var(--light-gray);
}
.single-product .add-to-cart-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1rem;
}
.single-product .single_add_to_cart_button {
  text-transform: uppercase;
  background-color: var(--light-gray);
  padding: 0.5rem 1rem;
  grid-column: 3/span 1;
}
@media only screen and (max-width: 768px) {
  .single-product .single_add_to_cart_button {
    grid-column: 1/span 3;
  }
}
.single-product .margin-attribute {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.single-product .color-attribute-dot {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 4px solid #fff;
  border-radius: 8rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
.single-product .variation-input-color:checked + label {
  border: 0;
}
.single-product .cushion-attribute-label {
  padding: 2rem;
  cursor: pointer;
  display: block;
  opacity: 0.25;
}
.single-product .variation-input-button:checked + label {
  opacity: 1;
}
.single-product .cushion-attribute-image {
  width: 100%;
  height: 8rem;
}
.single-product .cushion-attribute-text {
  margin-top: 1rem;
  text-align: center;
}
.single-product .variation-radio-label {
  padding: 0.25rem;
  cursor: pointer;
}
.single-product .variation-radio-input:checked + label {
  background-color: var(--light-gray);
}
.single-product .single-product-final-price {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: right;
  border-bottom: 1px solid var(--dark-gray);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
}
.woocommerce-message .wp-element-button {
  background-color: transparent;
  color: #000;
}

.woocommerce-cart .cart-item-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.woocommerce-cart .cart-item-data-key {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.woocommerce-cart .cart-item-data-display {
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.woocommerce-cart .cart_totals {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: var(--light-gray);
}
.woocommerce-cart .cart_totals-title {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--dark-gray);
}
.woocommerce-cart .cart-shop_table {
  border-collapse: collapse;
  width: 100%;
}
.woocommerce-cart .cart_totals-row {
  border-bottom: 1px solid var(--dark-gray);
}
.woocommerce-cart .cart_totals-subtitle {
  text-align: left;
  width: 50%;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.woocommerce-cart .cart_totals-display {
  text-align: right;
}
.woocommerce-cart .cart_totals-display-tax {
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce-cart .checkout-button {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  background-color: var(--dark-gray);
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce-cart .cart-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart .cart-grid {
    grid-template-columns: 1fr;
  }
}
.woocommerce-cart .cart-item-list {
  grid-column: span 2;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart .cart-item-list {
    grid-column: span 1;
  }
}
.woocommerce-cart .woocommerce-cart-form {
  margin-top: 1rem;
}
.woocommerce-cart .shopping-card {
  border-bottom: 1px solid var(--dark-gray);
  display: grid;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart .shopping-card-headers {
    display: none;
  }
}
.woocommerce-cart .shopping-card-item {
  align-items: center;
  padding-top: 0.5rem;
}
.woocommerce-cart .table-title {
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce-cart .table-title-one {
  grid-column: 2;
}
.woocommerce-cart .table-title-last {
  text-align: right;
}
.woocommerce-cart .product-remove {
  width: 3rem;
}
.woocommerce-cart .product-remove a {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.woocommerce-cart .product-thumbnail {
  padding-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart .product-thumbnail {
    display: none;
  }
}
.woocommerce-cart .product-name a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .product-name a {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .product-price {
    display: none;
  }
}
.woocommerce-cart .product-quantity {
  display: flex;
}
.woocommerce-cart .product-quantity input::-webkit-outer-spin-button,
.woocommerce-cart .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart .product-quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce-cart .product-quantity button.minus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  padding-right: 1rem;
}
.woocommerce-cart .product-quantity button.plus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  padding-left: 1rem;
}
.woocommerce-cart .product-subtotal {
  text-align: right;
}
.woocommerce-cart .shop_table-coupons {
  margin-top: 1rem;
}
.woocommerce-cart #coupon_code {
  background-color: var(--light-gray);
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
.woocommerce-cart .coupon-button {
  background-color: var(--dark-gray);
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
.upsell {
  border-top: 1px solid var(--dark-gray);
}
.upsell__title {
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.upsell__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .upsell__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.upsell__content {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .upsell__content {
    display: block;
  }
}
.upsell__subtitle {
  text-transform: uppercase;
  font-weight: 500;
}
.upsell__colour {
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.75;
}
.upsell__button {
  text-transform: uppercase;
  font-weight: 700;
  background-color: var(--light-gray);
  padding: 0.75rem 1rem;
  font-size: 10px;
}
.woocommerce-checkout .checkout-form__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--dark-gray);
}
.woocommerce-checkout .checkout-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-checkout .checkout-form__grid {
    grid-template-columns: 1fr;
  }
}
.woocommerce-checkout .checkout-form__label {
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce-checkout .checkout-form__input {
  font-family: "Loew";
  display: block;
  background-color: var(--light-gray);
  padding: 0.75rem 0.5rem;
  width: 100%;
  font-size: 100%;
}
.woocommerce-checkout .checkout-page__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-checkout .checkout-page__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.woocommerce-checkout .checkout-shipping__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-checkout .checkout-shipping__grid {
    grid-template-columns: 1fr;
  }
}
.woocommerce-checkout .checkout-payment {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.woocommerce-checkout .checkout-payment__line {
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .checkout-payment__form {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.woocommerce-checkout .checkout-payment__list {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .checkout-payment__button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: var(--dark-gray);
}
.woocommerce-checkout .checkout-payment__time {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: var(--light-gray);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0.5rem;
}
.woocommerce-checkout .cart-item-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.woocommerce-checkout .cart-item-data-key {
  text-transform: uppercase;
  font-weight: 700;
  text-transform: none;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.woocommerce-checkout .cart-item-data-display {
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.woocommerce-checkout .checkout-table__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--light-gray);
  padding-bottom: 0.5rem;
}
.woocommerce-checkout .checkout-table__name {
  grid-column: span 2;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce-checkout .checkout-table__quantity {
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce-checkout .checkout-table__total {
  text-transform: uppercase;
  font-weight: 500;
  text-align: right;
}
.woocommerce-checkout .checkout-table__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--light-gray);
}
.woocommerce-checkout .checkout-table__item {
  grid-column: span 2;
}
.woocommerce-checkout .checkout-table__price {
  text-align: right;
}
.woocommerce-checkout .checkout-totals {
  display: grid;
}
.woocommerce-checkout .checkout-totals__subtotals {
  text-align: right;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--light-gray);
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .checkout-totals__subtotal {
  text-transform: uppercase;
}
.woocommerce-checkout .checkout-totals__discount {
  text-align: right;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--light-gray);
}
.woocommerce-checkout .checkout-totals__shipping {
  text-align: right;
  text-transform: uppercase;
  align-items: center;
  border-bottom: 1px solid var(--light-gray);
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .checkout-totals__fee {
  text-align: right;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--light-gray);
}
.woocommerce-checkout .checkout-totals__tax-rate {
  text-align: right;
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.woocommerce-checkout .checkout-totals__tax-total {
  text-align: right;
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--light-gray);
}
.woocommerce-checkout .checkout-totals__order-totals {
  text-align: right;
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
}
.woocommerce-thankyou-order-received {
  margin-bottom: 1rem;
}

.woocommerce-thankyou-order-details {
  padding: 1rem;
  background-color: var(--light-gray);
}

.woocommerce-thankyou-order-button {
  text-transform: uppercase;
  font-weight: 700;
  background-color: var(--light-gray);
  padding: 0.75rem 2.5rem;
  margin-top: 1rem;
}
.single-product .woocommerce-product-gallery__wrapper {
  width: 100%;
}
.single-product .woocommerce-product-gallery__image--placeholder {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  .single-product .woocommerce-product-gallery__image--placeholder {
    margin-bottom: 0;
  }
}
.single-product .woocommerce-product-gallery__image {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  .single-product .woocommerce-product-gallery__image {
    margin-bottom: 0;
  }
}
.single-product .woocommerce-image-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .single-product .woocommerce-image-gallery {
    display: none;
  }
}
.single-product .woocommerce-image-gallery__image {
  display: block;
}
.single-product .woocommerce-image-gallery__image-span {
  grid-column: span 2;
}

.wallmount {
  grid-column: span 3;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--dark-gray);
}
.wallmount__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1rem;
  gap: 1rem;
}
.wallmount__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
.wallmount__price {
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
  margin-bottom: 1rem;
}
.wallmount__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
.wallmount__item-large {
  grid-column: span 2;
}
.wallmount__item:focus {
  outline: none;
}
.wallmount__image {
  pointer-events: none;
  width: 100%;
  height: 12rem;
  margin-bottom: 1rem;
}
.wallmount__image-large {
  pointer-events: none;
  width: 100%;
  height: 8rem;
  margin-bottom: 1rem;
}
.wallmount__name {
  pointer-events: none;
  text-transform: uppercase;
}
.wallmount__set {
  pointer-events: none;
}
.wallmount__opacity {
  opacity: 0.25;
}

.cushion {
  position: relative;
}
.cushion__part {
  grid-column: span 3;
  border-bottom: 1px solid var(--dark-gray);
}
.cushion__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}
.cushion__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cushion__margin {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.cushion .hidden {
  display: none;
}
.cushion__dots {
  display: flex;
  flex-wrap: wrap;
}
.cushion__dot {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 4px solid #fff;
  border-radius: 8rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
.cushion__label {
  padding: 0.25rem;
  cursor: pointer;
}
.cushion__label:checked {
  background-color: var(--light-gray);
}
.cushion__colors {
  grid-column: span 3;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-color: var(--dark-gray);
}
.cushion__check {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: grid;
  place-items: center;
}
.cushion__spinner {
  height: 1.5rem;
  width: 1.5rem;
}

.order-total small {
  display: block;
}
/*# sourceMappingURL=app.css.map*/