@import url("https://fonts.googleapis.com/css2?family=Island+Moments&family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Yeseva+One&display=swap");
:root {
  --body-bg: #f4f2ef; }

:root {
  --font-primary: 'Yeseva One', serif !important;
  --font-secondary: 'Jost', sans-serif !important;
  --text-color: #4e4e4e;
  --color-nav-primary:  var(--color-text-color);
  --top-bar-padding-y: 7px; }

body {
  background-color: var(--body-bg) !important;
  font-family: var(--font-secondary);
  font-style: normal;
  font-weight: 400;
  color: #666; }

p,
.editor-content p, .section ul, .section ol {
  line-height: 1.77 !important;
  color: #666; }

.section ul, .section ol {
  font-size: 18px;
  font-weight: 400;
  padding-left: 40px; }

.section ul li {
  list-style-type: disc; }

.section ol li {
  list-style-type: decimal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary) !important;
  font-weight: 400 !important;
  color: #1c171d; }

a {
  color: var(--color-primary); }

textarea,
select,
input:not(.checkbox-group) {
  font-family: var(--font-jost) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #575757 !important;
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  padding: 8px 12px !important; }

input,
select,
textarea {
  border-width: 1px !important;
  transition: 300ms ease-in-out all;
  font-size: 16px; }
  input:focus,
  select:focus,
  textarea:focus {
    border-width: 1px !important;
    border-color: #9d7a62; }

.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.section--primary {
  background-color: var(--body-bg) !important; }

.section--dark {
  background-color: #c9c8b6 !important; }

.section .container {
  position: relative;
  z-index: 1; }

@media screen and (max-width: 768px) {
  .section__title {
    font-size: 48px !important; } }

@media screen and (max-width: 576px) {
  .section__title {
    font-size: 32px !important; } }

/**
 * General section styling 
 */
.section {
  position: relative; }

.section .container {
  position: relative;
  z-index: 1; }

.site__main section:nth-child(1) {
  position: relative; }

.section--dark h2 {
  color: #fff !important;
  font-weight: bold !important;
  font-size: 60px; }

@media screen and (max-width: 768px) {
  .site__main .section--dark {
    padding-bottom: 40px !important;
    padding-top: 40px !important; } }

.button {
  border-radius: 5px !important; }

.btn {
  text-transform: none !important;
  border-radius: 5px !important; }
  .btn svg {
    margin-left: 22px; }
  .btn--cta {
    color: #fff !important;
    padding: 15px 68px 15px 24px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.382' height='13.245'%3E%3Cg data-name='Group 750' transform='translate(-734.391 -1862.724)'%3E%3Cpath data-name='Path 2180' d='M12.022,7.874,6.422,0H5.6L0,7.874' transform='rotate(90 -554.657 1308.68)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cline data-name='Line 9' x1='19.632' transform='translate(734.391 1869.347)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
    background-position: calc(100% - 26px) 50%;
    background-repeat: no-repeat;
    border-radius: 5px !important; }
    .btn--cta:hover {
      background-position: calc(100% - 23px) 50%; }
  .btn--product {
    color: #fff !important;
    padding: 12px 24px !important;
    background-color: var(--color-cta);
    background-position: calc(100% - 26px) 50%;
    background-repeat: no-repeat;
    display: block;
    width: 100%; }
    .btn--product .btn__icon {
      margin-left: .5rem; }
    .btn--product:hover {
      background-position: calc(100% - 23px) 50%; }

.navigation {
  font-family: var(--font-secondary) !important;
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-size: 18px; }
  .navigation__item a:hover {
    text-decoration: underline; }
  .navigation__cta {
    display: flex;
    text-transform: none !important;
    font-family: var(--font-secondary) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    transition: .35s ease-in !important;
    white-space: nowrap !important;
    padding: 12px 28px !important; }
    .navigation__cta svg {
      display: none;
      visibility: hidden; }

.nav {
  display: flex;
  gap: 2.5rem;
  font-weight: bold;
  margin-right: 2.5rem; }

.header__search {
  margin-left: auto;
  margin-right: auto; }
  .header__search .search-field {
    border: 0 !important; }
    .header__search .search-field::placeholder {
      color: rgba(0, 0, 0, 0.4) !important; }

.header__container {
  padding-bottom: 0 !important;
  padding-top: 30px !important; }
  @media screen and (max-width: 576px) {
    .header__container {
      padding-bottom: 0; } }

@media screen and (max-width: 1200px) {
  .header__secondary-nav {
    display: none;
    visibility: hidden; } }

@media screen and (max-width: 992px) {
  .header__logo-col {
    min-height: 80px; } }

@media screen and (max-width: 576px) {
  .header__logo-col {
    min-height: 40px; } }

.header__logo svg {
  width: 175px !important; }

@media screen and (max-width: 992px) {
  .header__logo {
    max-width: 200px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%); } }

@media screen and (max-width: 576px) {
  .header__logo {
    width: 112px; } }

@media screen and (max-width: 992px) {
  .header__search-wrap {
    margin-top: 24px;
    flex-basis: 100%;
    order: 3;
    max-width: 100%; } }

.footer {
  margin-top: 0 !important;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 576px) {
    .footer {
      padding-bottom: 6rem !important; } }
  .footer::before {
    content: "";
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    position: absolute;
    top: 0;
    background-size: contain;
    background-repeat: repeat;
    opacity: .2;
    left: 0;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='715.011' height='714.511'%3E%3Cg fill='none' data-name='Group 1'%3E%3Cg data-name='Path 2272'%3E%3Cpath d='M0 595.005 119.505 475.5l119.506 119.505L119.505 714.51Z'/%3E%3Cpath fill='%23a78772' d='m1.414 595.005 118.092 118.091 118.09-118.091-118.09-118.091L1.414 595.005m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L0 595.005Z'/%3E%3C/g%3E%3Cg data-name='Path 2281'%3E%3Cpath d='m0 357.517 119.505-119.505 119.506 119.505-119.506 119.505Z'/%3E%3Cpath fill='%23a78772' d='m1.414 357.517 118.092 118.091 118.09-118.091-118.09-118.091L1.414 357.517m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L0 357.517Z'/%3E%3C/g%3E%3Cg data-name='Path 2273'%3E%3Cpath d='M0 119.505 119.505 0l119.506 119.505L119.505 239.01Z'/%3E%3Cpath fill='%23a78772' d='m1.414 119.505 118.092 118.091 118.09-118.091L119.507 1.414 1.414 119.505m-1.414 0L119.506-.001l39.212 39.213 80.293 80.293-119.505 119.506L0 119.505Z'/%3E%3C/g%3E%3Cg data-name='stroke'%3E%3Cg data-name='Path 2272'%3E%3Cpath d='M238 595.005 357.505 475.5l119.506 119.505L357.505 714.51Z'/%3E%3Cpath fill='%23a78772' d='m239.414 595.005 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L238 595.005Z'/%3E%3C/g%3E%3Cg data-name='Path 2281'%3E%3Cpath d='m238 357.517 119.505-119.505 119.506 119.505-119.506 119.505Z'/%3E%3Cpath fill='%23a78772' d='m239.414 357.517 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L238 357.517Z'/%3E%3C/g%3E%3Cg data-name='Path 2273'%3E%3Cpath d='M238 119.505 357.505 0l119.506 119.505L357.505 239.01Z'/%3E%3Cpath fill='%23a78772' d='m239.414 119.505 118.092 118.091 118.09-118.091L357.507 1.414 239.414 119.505m-1.414 0L357.506-.001l39.212 39.213 80.293 80.293-119.505 119.506L238 119.505Z'/%3E%3C/g%3E%3C/g%3E%3Cg data-name='stroke'%3E%3Cg data-name='Path 2272'%3E%3Cpath d='M476 595.005 595.505 475.5l119.506 119.505L595.505 714.51Z'/%3E%3Cpath fill='%23a78772' d='m477.414 595.005 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L476 595.005Z'/%3E%3C/g%3E%3Cg data-name='Path 2281'%3E%3Cpath d='m476 357.517 119.505-119.505 119.506 119.505-119.506 119.505Z'/%3E%3Cpath fill='%23a78772' d='m477.414 357.517 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L476 357.517Z'/%3E%3C/g%3E%3Cg data-name='Path 2273'%3E%3Cpath d='M476 119.505 595.505 0l119.506 119.505L595.505 239.01Z'/%3E%3Cpath fill='%23a78772' d='m477.414 119.505 118.092 118.091 118.09-118.091L595.507 1.414 477.414 119.505m-1.414 0L595.506-.001l39.212 39.213 80.293 80.293-119.505 119.506L476 119.505Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
  .footer li,
  .footer p {
    color: inherit;
    font-size: 16px !important; }
    @media screen and (min-width: 768px) {
      .footer li,
      .footer p {
        font-size: 18px !important;
        line-height: 2.3 !important; } }
  .footer__payment-logos {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important; }
  .footer__social-list {
    margin-top: 1rem;
    gap: .5rem; }
  .footer__title {
    font-size: 20px !important; }
    @media screen and (min-width: 768px) {
      .footer__title {
        font-size: 24px !important; } }

.above-footer {
  background: #fff;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem; }
  .above-footer .usp-list {
    display: flex;
    justify-content: center;
    gap: 5rem;
    font-weight: bold; }
    @media screen and (max-width: 576px) {
      .above-footer .usp-list {
        padding-left: 16px;
        padding-right: 16px;
        flex-direction: column;
        gap: 0; } }
    .above-footer .usp-list li {
      flex-shrink: 0; }
      @media screen and (max-width: 576px) {
        .above-footer .usp-list li {
          line-height: 1.8; } }

.copyright {
  background-color: var(--color-primary) !important;
  font-size: 16px !important; }
  .copyright a:hover {
    text-decoration: underline; }
  .copyright .payment-logos__row {
    justify-content: flex-end !important;
    gap: 1rem; }
    @media screen and (max-width: 576px) {
      .copyright .payment-logos__row {
        justify-content: center !important;
        margin-top: 1rem; } }
  .copyright .payment-logos__item {
    width: calc( 55px  / 1.4) !important;
    height: calc(36px / 1.4) !important; }
  .copyright__row {
    align-items: center; }
  .copyright .container {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 1.5rem; }

@keyframes bigger {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.whatsaap-float {
  position: fixed;
  animation: bigger 1.5s ease-out infinite;
  width: 88px;
  height: 88px;
  background: url("../images/whatsapp.png");
  bottom: 30px;
  right: 30px;
  background-size: cover;
  z-index: 99;
  border-radius: 50%; }
  @media (max-width: 1553px) {
    .whatsaap-float {
      width: 60px;
      height: 60px; } }
  @media (max-width: 991px) {
    .whatsaap-float {
      width: 50px;
      height: 50px; } }

.woocommerce-breadcrumb {
  color: #a78772 !important; }
  .woocommerce-breadcrumb > a {
    color: #9d7a62 !important; }

/**
 * Off Canvas 
 */
.off-canvas__header {
  position: relative; }

.off-canvas .js-offcanvas-close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%); }
  .off-canvas .js-offcanvas-close i {
    font-size: 24px; }

.off-canvas__logo {
  max-width: 200px;
  margin-top: -10px; }

/**
 * Main product 
 */
.home .site__main {
  padding-top: 32px !important; }
  @media screen and (max-width: 576px) {
    .home .site__main {
      padding-top: 16px !important; } }

.products__grid {
  margin-top: 0 !important; }

.mainproduct {
  display: block; }
  .mainproduct__title {
    font-size: 52px !important;
    font-weight: 800;
    line-height: 0.84;
    padding-right: 100px; }
    @media screen and (max-width: 992px) {
      .mainproduct__title {
        font-size: 32px !important; } }
    @media screen and (max-width: 576px) {
      .mainproduct__title {
        margin-bottom: 20px;
        padding-right: 0; } }
  .mainproduct__price {
    font-family: var(--font-secondary) !important;
    line-height: 1;
    margin-bottom: 0 !important; }
    .mainproduct__price del {
      font-weight: 500 !important; }
    .mainproduct__price ins {
      font-weight: bold;
      font-size: 40px; }
  .mainproduct__btn {
    transition: 300ms ease-in-out all;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .mainproduct__btn svg {
      height: auto;
      width: 60px; }
    @media screen and (max-width: 768px) {
      .mainproduct__btn {
        position: relative;
        bottom: -10px; } }
    .mainproduct__btn:hover {
      transform: translateX(2px); }

/**
 * Categories
 */
.category-block {
  box-shadow: none !important; }
  .category-block__title {
    background: transparent !important;
    text-transform: none !important;
    font-size: 28px !important;
    bottom: 10px !important; }
  .category-block__image-wrap {
    overflow: hidden; }
  .category-block__image {
    transition: 300ms ease-in-out all;
    will-change: transform; }
  .category-block:hover .category-block__title {
    background: transparent !important; }
  .category-block:hover .category-block__image {
    transform: scale(1.05); }
  .category-block:hover .category-block__title svg {
    transform: translateX(2px); }

/**
 * Product
 */
.product__link {
  display: block;
  background-color: #fff; }

/**
  * Entry summary
  */
.entry-summary {
  background-color: #fff;
  position: sticky;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }
  .entry-summary__title {
    text-transform: capitalize;
    font-size: 32px;
    font-weight: bold;
    display: block;
    margin-bottom: 0; }
  .entry-summary__inner {
    padding: 50px 40px 40px 40px; }
    @media screen and (max-width: 768px) {
      .entry-summary__inner {
        padding: 25px 20px 20px 20px; } }
  .entry-summary__visit-showroom {
    display: none;
    display: block;
    color: #000;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold; }
    .entry-summary__visit-showroom svg {
      transform: translateX(15px);
      transition: 300ms ease-in-out all; }
    .entry-summary__visit-showroom:hover {
      text-decoration: none !important; }
      .entry-summary__visit-showroom:hover svg {
        transform: translateX(18px); }
  .entry-summary__description {
    padding: 40px;
    line-height: 2;
    font-family: var(--font-secondary);
    background-color: #fff;
    border-top: 1px solid var(--body-bg); }
    .entry-summary__description p {
      line-height: 2; }
  .entry-summary p.price {
    display: flex;
    gap: 1rem;
    align-items: center;
    color: #1a1a1a; }
    .entry-summary p.price del {
      font-weight: normal !important; }
    .entry-summary p.price ins {
      color: #3caa9f; }

.single-product-usps {
  background-color: #fff !important;
  padding: 0 !important;
  display: none !important; }

.cw_quantity_select {
  width: 22% !important;
  margin-right: 8% !important;
  position: relative;
  margin-top: 10px; }
  .cw_quantity_select::before {
    content: "Aantal:";
    position: absolute;
    top: -20px; }
  body.woocommerce-cart .cw_quantity_select {
    display: none; }

.wcpa_field_label {
  font-weight: bold !important; }

.single_add_to_cart_button {
  width: 70% !important; }

.wcpa_form_item > label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #4d4d4d !important; }

.wcpa_form_item p {
  font-size: 16px;
  line-height: 1; }

.wcpa_form_item input {
  font-family: var(--font-jost) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #575757 !important;
  height: 58px !important;
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  padding: 12px 25px !important; }

.wcpa_form_item .selectBox p {
  font-size: 16px !important;
  line-height: inherit !important; }

.wpca_checkbox label {
  font-size: 14px !important;
  font-weight: 400 !important; }

.wcpa_priceouter {
  display: none;
  visibility: hidden; }

.wcpa_image {
  flex: 1 0 0; }
  .wcpa_image label {
    text-align: center; }

.image-group, .wcpa_has_image {
  display: flex;
  gap: 1rem;
  flex-shrink: 0; }
  .image-group .wcpa_image, .wcpa_has_image .wcpa_image {
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    padding: 12px !important;
    margin: 0 !important; }
    .image-group .wcpa_image img, .wcpa_has_image .wcpa_image img {
      margin-left: auto;
      margin-right: auto; }

.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_square .wcpa_image input:checked + img {
  box-shadow: none !important; }

.wcpa_image.is-active {
  border: 1px solid var(--color-primary) !important; }

.single_add_to_cart_button {
  padding: 14px !important; }

.form-control:not(.checkbox-group) {
  font-family: var(--font-jost) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #575757 !important;
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  padding: 8px 12px !important; }

.wcpa_form_outer .wcpa_form_item .select_arrow {
  top: 50% !important;
  transform: translateY(-50%); }

.single-product__action {
  background: #f5f2f0;
  border: 1px solid #ece5e0;
  padding: 0 1rem;
  border-radius: 5px; }
  .single-product__action p {
    font-size: 14px !important; }

.wcpa_price_summary {
  background-color: #f5f2f0;
  padding: 1rem; }
  .wcpa_price_summary li {
    border: 0; }
    .wcpa_price_summary li span:not(.wcpa_price_outer) {
      font-weight: bold; }

/**
 * Single Product
 */
.woocommerce-product-gallery {
  position: sticky !important;
  top: 0; }

.single_add_to_cart_button {
  border-radius: 5px !important; }

.grid-3-col {
  grid-template-columns: repeat(3, 1fr); }

.grid-6-col {
  grid-template-columns: repeat(6, 1fr); }

.grid-5-col {
  grid-template-columns: repeat(5, 1fr); }

.image-group, .wcpa_has_image {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important; }
  @media only screen and (max-width: 512px) {
    .image-group, .wcpa_has_image {
      grid-template-columns: repeat(3, 1fr); } }

.grid-2-col {
  grid-template-columns: repeat(2, 1fr); }

.wcpa_total .wcpa_price_outer {
  font-weight: bold;
  color: #3caa9f; }
  .wcpa_total .wcpa_price_outer del {
    font-weight: normal;
    color: #424242; }

/**
 * 1160 
 */
@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

.lookbook-grid {
  position: relative;
  column-count: 2;
  column-gap: 58px; }

.page-template-lookbook::before {
  content: "";
  position: absolute;
  right: 0;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='715.011' height='714.511'%3E%3Cg fill='none' data-name='Group 1'%3E%3Cg data-name='Path 2272'%3E%3Cpath d='M0 595.005 119.505 475.5l119.506 119.505L119.505 714.51Z'/%3E%3Cpath fill='%23a78772' d='m1.414 595.005 118.092 118.091 118.09-118.091-118.09-118.091L1.414 595.005m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L0 595.005Z'/%3E%3C/g%3E%3Cg data-name='Path 2281'%3E%3Cpath d='m0 357.517 119.505-119.505 119.506 119.505-119.506 119.505Z'/%3E%3Cpath fill='%23a78772' d='m1.414 357.517 118.092 118.091 118.09-118.091-118.09-118.091L1.414 357.517m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L0 357.517Z'/%3E%3C/g%3E%3Cg data-name='Path 2273'%3E%3Cpath d='M0 119.505 119.505 0l119.506 119.505L119.505 239.01Z'/%3E%3Cpath fill='%23a78772' d='m1.414 119.505 118.092 118.091 118.09-118.091L119.507 1.414 1.414 119.505m-1.414 0L119.506-.001l39.212 39.213 80.293 80.293-119.505 119.506L0 119.505Z'/%3E%3C/g%3E%3Cg data-name='stroke'%3E%3Cg data-name='Path 2272'%3E%3Cpath d='M238 595.005 357.505 475.5l119.506 119.505L357.505 714.51Z'/%3E%3Cpath fill='%23a78772' d='m239.414 595.005 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L238 595.005Z'/%3E%3C/g%3E%3Cg data-name='Path 2281'%3E%3Cpath d='m238 357.517 119.505-119.505 119.506 119.505-119.506 119.505Z'/%3E%3Cpath fill='%23a78772' d='m239.414 357.517 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L238 357.517Z'/%3E%3C/g%3E%3Cg data-name='Path 2273'%3E%3Cpath d='M238 119.505 357.505 0l119.506 119.505L357.505 239.01Z'/%3E%3Cpath fill='%23a78772' d='m239.414 119.505 118.092 118.091 118.09-118.091L357.507 1.414 239.414 119.505m-1.414 0L357.506-.001l39.212 39.213 80.293 80.293-119.505 119.506L238 119.505Z'/%3E%3C/g%3E%3C/g%3E%3Cg data-name='stroke'%3E%3Cg data-name='Path 2272'%3E%3Cpath d='M476 595.005 595.505 475.5l119.506 119.505L595.505 714.51Z'/%3E%3Cpath fill='%23a78772' d='m477.414 595.005 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L476 595.005Z'/%3E%3C/g%3E%3Cg data-name='Path 2281'%3E%3Cpath d='m476 357.517 119.505-119.505 119.506 119.505-119.506 119.505Z'/%3E%3Cpath fill='%23a78772' d='m477.414 357.517 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L476 357.517Z'/%3E%3C/g%3E%3Cg data-name='Path 2273'%3E%3Cpath d='M476 119.505 595.505 0l119.506 119.505L595.505 239.01Z'/%3E%3Cpath fill='%23a78772' d='m477.414 119.505 118.092 118.091 118.09-118.091L595.507 1.414 477.414 119.505m-1.414 0L595.506-.001l39.212 39.213 80.293 80.293-119.505 119.506L476 119.505Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  top: calc(423px + 165px);
  width: 911px;
  height: 733px;
  z-index: -1; }

.lookbook-grid__item {
  margin-bottom: 60px; }

.lookbook-grid__image {
  position: relative;
  width: 100%; }

.lookbook-grid__hotspot {
  position: absolute;
  top: 60%;
  left: 80%;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .lookbook-grid__hotspot.pulse {
    animation: pulse-white 2s infinite; }

.lookbook-grid__hotspot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%; }

.lookbook-grid__image img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1200px) {
  .lookbook-grid {
    column-gap: 29px; }
  .lookbook-grid__item {
    margin-bottom: 30px; } }

@media screen and (max-width: 768px) {
  .lookbook-grid {
    column-count: 1; }
  .lookbook-grid__item {
    margin-bottom: 30px; } }

/**
 * Lookbook
 */
.page-template-lookbook .page-header__title {
  text-align: center;
  font-size: 60px;
  margin-bottom: 50px; }

.page-template-lookbook .woocommerce-breadcrumb {
  margin-bottom: 0; }

/**
 * Popup 
 */
.popup-template {
  max-width: 278px; }

.popup-template__image {
  height: 278px;
  width: 278px; }

.popup-template__spacer {
  padding: 20px 20px 30px 20px; }

.popup-template__title {
  font-size: 29px;
  font-family: var(--font-secondary) !important;
  text-transform: none;
  font-weight: 500 !important;
  margin-top: 0; }

.popup-template__image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.popup-template__top-price {
  display: block;
  color: #7b5d1c;
  text-decoration: line-through;
  font-size: 16px; }

.popup-template__bottom-price-wrap {
  margin-bottom: 10px; }

.popup-template__bottom-price {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.285; }

.tippy-box {
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #000; }

.tippy-arrow {
  color: #fff; }

.tippy-content {
  padding: 0; }

@media screen and (max-width: 992px) {
  .page-template-lookbook .page-header__title {
    color: #000;
    margin-top: 40px; } }

@media screen and (max-width: 576px) {
  .page-template-lookbook .page-header__title {
    font-size: 32px; } }

/**
 * Section showroom 
 */
.section--showroom {
  position: relative;
  z-index: 88;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
  margin-bottom: -60px; }

.section--showroom h3 {
  font-size: 60px;
  text-transform: none; }

.openinghours-title {
  font-size: 28px;
  display: block;
  line-height: 1.14;
  font-weight: bold;
  margin-bottom: 14px;
  margin-top: 14px; }

.openinghours-list {
  columns: 2; }

.openinghours-list li {
  margin-bottom: 7px; }

.openinghours-list span {
  display: inline-block;
  width: 84px; }

/**
 * Cart 
 */
.woocommerce-cart-form span,
.woocommerce-cart-form p {
  font-size: 14px !important;
  color: #666 !important; }

.woocommerce-cart-form .cart-list
.variation {
  font-size: 14px; }

.woocommerce-cart-form .product-main {
  margin-top: 0 !important; }

/**
 * Checkout styling 
 */
.wc_payment_method {
  background: #f5f2f0;
  border: 1px solid #ece5e0 !important;
  padding: 0 1rem;
  border-radius: 5px; }
  .wc_payment_method .payment_box {
    margin: 0 !important; }
  .wc_payment_method p {
    font-size: 1rem; }

.woocommerce-privacy-policy-text p {
  font-size: 14px;
  font-style: normal !important; }

.woocommerce-billing-fields h3 {
  font-size: 24px; }

.woocommerce-checkout-review-order .mini-cart-title {
  font-size: 24px; }

.mini-cart-list {
  text-align: left; }
  .mini-cart-list .product-thumbnail {
    align-self: flex-start;
    flex-shrink: 0; }
  .mini-cart-list dt {
    font-weight: bold; }
  .mini-cart-list dd {
    margin: 0;
    font-size: 12px; }
    .mini-cart-list dd p {
      font-size: inherit;
      margin: 0; }
  .mini-cart-list .product-total {
    align-self: flex-start; }

/**
 * My Account 
 */
.woocommerce-form-register p {
  font-size: 16px; }

.woocommerce-form-login {
  padding: 0 !important;
  background: transparent !important; }

@media screen and (max-width: 992px) {
  body.woocommerce-account #customer_login > div {
    padding: 16px 0 !important; } }

.woocommerce-MyAccount-navigation li a {
  border-color: rgba(167, 135, 114, 0.6) !important;
  font-size: 16px !important; }

/**
 * Samplebox Section 
 */
.section--samplebox {
  color: #fff;
  margin-bottom: 80px;
  margin-top: 120px;
  overflow: unset;
  position: relative;
  z-index: 4; }
  @media screen and (max-width: 576px) {
    .section--samplebox {
      margin-top: 0;
      margin-bottom: 0; } }
  .section--samplebox p {
    color: #fff; }
  .section--samplebox h3 {
    font-size: 60px;
    margin-bottom: 30px;
    line-height: 0.87; }
    @media screen and (max-width: 768px) {
      .section--samplebox h3 {
        font-size: 32px; } }
  .section--samplebox img {
    margin-top: -140px; }
    @media screen and (max-width: 992px) {
      .section--samplebox img {
        margin-top: 0; } }
  .section--samplebox::after {
    content: "";
    width: 1027.748px;
    height: 701.724px;
    position: absolute;
    top: 100px;
    background-size: contain;
    opacity: 0.3;
    left: -18px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='715.011' height='714.511'%3E%3Cg fill='none' data-name='Group 1'%3E%3Cg data-name='Path 2272'%3E%3Cpath d='M0 595.005 119.505 475.5l119.506 119.505L119.505 714.51Z'/%3E%3Cpath fill='%23a78772' d='m1.414 595.005 118.092 118.091 118.09-118.091-118.09-118.091L1.414 595.005m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L0 595.005Z'/%3E%3C/g%3E%3Cg data-name='Path 2281'%3E%3Cpath d='m0 357.517 119.505-119.505 119.506 119.505-119.506 119.505Z'/%3E%3Cpath fill='%23a78772' d='m1.414 357.517 118.092 118.091 118.09-118.091-118.09-118.091L1.414 357.517m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L0 357.517Z'/%3E%3C/g%3E%3Cg data-name='Path 2273'%3E%3Cpath d='M0 119.505 119.505 0l119.506 119.505L119.505 239.01Z'/%3E%3Cpath fill='%23a78772' d='m1.414 119.505 118.092 118.091 118.09-118.091L119.507 1.414 1.414 119.505m-1.414 0L119.506-.001l39.212 39.213 80.293 80.293-119.505 119.506L0 119.505Z'/%3E%3C/g%3E%3Cg data-name='stroke'%3E%3Cg data-name='Path 2272'%3E%3Cpath d='M238 595.005 357.505 475.5l119.506 119.505L357.505 714.51Z'/%3E%3Cpath fill='%23a78772' d='m239.414 595.005 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L238 595.005Z'/%3E%3C/g%3E%3Cg data-name='Path 2281'%3E%3Cpath d='m238 357.517 119.505-119.505 119.506 119.505-119.506 119.505Z'/%3E%3Cpath fill='%23a78772' d='m239.414 357.517 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L238 357.517Z'/%3E%3C/g%3E%3Cg data-name='Path 2273'%3E%3Cpath d='M238 119.505 357.505 0l119.506 119.505L357.505 239.01Z'/%3E%3Cpath fill='%23a78772' d='m239.414 119.505 118.092 118.091 118.09-118.091L357.507 1.414 239.414 119.505m-1.414 0L357.506-.001l39.212 39.213 80.293 80.293-119.505 119.506L238 119.505Z'/%3E%3C/g%3E%3C/g%3E%3Cg data-name='stroke'%3E%3Cg data-name='Path 2272'%3E%3Cpath d='M476 595.005 595.505 475.5l119.506 119.505L595.505 714.51Z'/%3E%3Cpath fill='%23a78772' d='m477.414 595.005 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L476 595.005Z'/%3E%3C/g%3E%3Cg data-name='Path 2281'%3E%3Cpath d='m476 357.517 119.505-119.505 119.506 119.505-119.506 119.505Z'/%3E%3Cpath fill='%23a78772' d='m477.414 357.517 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L476 357.517Z'/%3E%3C/g%3E%3Cg data-name='Path 2273'%3E%3Cpath d='M476 119.505 595.505 0l119.506 119.505L595.505 239.01Z'/%3E%3Cpath fill='%23a78772' d='m477.414 119.505 118.092 118.091 118.09-118.091L595.507 1.414 477.414 119.505m-1.414 0L595.506-.001l39.212 39.213 80.293 80.293-119.505 119.506L476 119.505Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
  .section--samplebox::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc((100vw - 1160px) / 2);
    width: 100vw;
    height: 100%;
    background-color: var(--color-secondary); }
    @media screen and (max-width: 768px) {
      .section--samplebox::before {
        width: 100%;
        left: 0; } }
  .section--samplebox .btn--primary {
    margin-top: 20px; }

.text-link {
  display: block;
  margin-top: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1; }
  .text-link svg {
    margin-top: -2px;
    transform: translateX(30px);
    transition: 300ms ease-in-out all; }
  .text-link:hover {
    text-decoration: none;
    color: #fff; }
    .text-link:hover svg {
      transform: translateX(35px); }

/**
 * Banner showroom zakelijk
 */
.section--banners {
  margin-bottom: 80px;
  background: transparent !important;
  position: relative;
  z-index: 4; }
  @media screen and (max-width: 768px) {
    .section--banners {
      margin-bottom: 0 !important; } }

.section--banners line {
  fill: #944635; }

.banner {
  position: relative;
  height: 0;
  padding-bottom: 80%; }
  @media screen and (max-width: 1200px) {
    .banner {
      margin-bottom: 30px;
      padding-bottom: 100%; } }
  @media screen and (max-width: 414px) {
    .banner {
      padding-bottom: 130%; } }
  .banner__spacer {
    position: relative;
    padding: 60px;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .banner__spacer {
        padding: 45px 15px; } }
  .banner__title {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-transform: none; }
    @media screen and (max-width: 768px) {
      .banner__title {
        font-size: 32px; } }
  .banner__description {
    color: #fff;
    line-height: 1.88;
    font-size: 18px;
    margin-bottom: 2rem; }
  .banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .banner__bg::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7); }
  .banner .banner__bg img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

/**
 * Ervaringen 
 */
.experience {
  color: var(--color-primary) !important;
  margin: 0;
  padding: 0;
  max-width: initial; }
  @media screen and (max-width: 768px) {
    .experience {
      margin-bottom: 30px; } }
  .experience svg.filled path {
    fill: var(--color-secondary); }
  .experience__description {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.48; }
    @media screen and (max-width: 768px) {
      .experience__description {
        padding-left: 15px;
        padding-right: 15px; } }
  .experience__title {
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: var(--font-secondary) !important; }

/**
 * Payoff 
 */
.payoff {
  background-color: var(--color-secondary);
  color: #fff;
  text-align: center;
  padding: 47px 107px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .payoff {
      padding: 40px 80px; } }
  @media screen and (max-width: 768px) {
    .payoff {
      padding: 40px; } }
  .payoff-wrapper {
    background-color: #F4F2EF;
    position: relative; }
    .payoff-wrapper::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 204px;
      background-color: #c9c8b6; }
  .payoff__text {
    display: block;
    font-weight: bold;
    font-size: 52px;
    line-height: 1;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    font-family: var(--font-secondary); }
    @media screen and (max-width: 768px) {
      .payoff__text {
        font-size: 40px; } }
  .payoff__btn {
    display: block;
    width: 100%;
    max-width: 160px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold; }

/**
 * Section 2 columns
 */
.two-columns .section__title {
  text-align: left; }

.site__main {
  overflow: hidden; }
  .site__main .woocommerce {
    position: relative;
    background-color: var(--body-bg);
    min-height: 240px; }
    @media screen and (min-width: 768px) {
      .site__main .woocommerce {
        min-height: 320px; } }

/**
 * Product overview
 */
.tax-product_cat .woocommerce-no-products-found {
  margin-right: 88px !important; }
  @media screen and (max-width: 992px) {
    .tax-product_cat .woocommerce-no-products-found {
      margin-right: 0 !important; } }

/**
 * Showroom
 */
.section-showroom-intro {
  margin-top: 100px; }
  .section-showroom-intro::before {
    display: none; }
  .section-showroom-intro__text {
    margin-bottom: 1.5rem; }

.section-maps {
  background-color: var(--body-bg);
  margin-top: 60px; }
  .section-maps::before {
    display: none;
    visibility: hidden; }
  .section-maps__opening-hours td {
    padding: 0; }
  .section-maps__link {
    color: #000 !important; }
  .section-maps__sidebar {
    border-right: 1px solid var(--body-bg);
    background-color: #fff; }
  .section-maps__widget {
    padding: 40px; }
    .section-maps__widget:not(:last-of-type) {
      border-bottom: 1px solid var(--body-bg); }
  .section-maps__title {
    text-transform: none;
    font-family: var(--font-secondary); }
  .section-maps__opening-hours {
    margin-top: 1rem; }
    .section-maps__opening-hours td {
      padding: 0.1rem 0.4rem; }
      .section-maps__opening-hours td:nth-child(1) {
        padding-left: 0; }
  .section-maps #map {
    position: relative;
    overflow: hidden;
    height: 530px; }

.woocommerce-form-login-toggle {
  margin-top: 30px; }

/**
 * Cart checkout grey background override
 */
.woocommerce-checkout,
.woocommerce-cart {
  background-color: var(--body-bg) !important; }

/**
 * Empty Cart
 */
@media screen and (min-width: 992px) {
  body.error404 .woocommerce,
  body.woocommerce-cart-is-empty .woocommerce {
    padding: 45px; } }

.woocommerce-tabs {
  display: none;
  visibility: hidden; }

.accordion .accordion-item {
  background-color: #fff; }

.accordion-content {
  border-bottom: 1px solid #efefef;
  padding-left: 40px !important;
  padding-right: 40px !important; }

.accordion-content p:last-child {
  margin-bottom: 40px; }

.accordion-title {
  font-weight: bold !important;
  padding-right: 20px !important; }

.accordion-item button .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='Group_1540' data-name='Group 1540' transform='translate(-630.432 -2501.432)'%3E%3Cg id='Ellipse_2' data-name='Ellipse 2' transform='translate(630.432 2501.432)' fill='none' stroke='%237b5d1c' stroke-width='1.5'%3E%3Ccircle cx='14' cy='14' r='14' stroke='none'/%3E%3Ccircle cx='14' cy='14' r='13.25' fill='none'/%3E%3C/g%3E%3Cg id='Group_1519' data-name='Group 1519' transform='translate(637.505 2508.505)'%3E%3Cline id='Line_22' data-name='Line 22' y2='15' transform='translate(6.928 -0.072)' fill='none' stroke='%237b5d1c' stroke-width='1.5'/%3E%3Cline id='Line_23' data-name='Line 23' y2='14.432' transform='translate(14.432 7.505) rotate(90)' fill='none' stroke='%237b5d1c' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important; }

.site__main section:nth-child(1)::before {
  content: "";
  position: absolute;
  right: -60px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='715.011' height='714.511'%3E%3Cg fill='none' data-name='Group 1'%3E%3Cg data-name='Path 2272'%3E%3Cpath d='M0 595.005 119.505 475.5l119.506 119.505L119.505 714.51Z'/%3E%3Cpath fill='%23a78772' d='m1.414 595.005 118.092 118.091 118.09-118.091-118.09-118.091L1.414 595.005m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L0 595.005Z'/%3E%3C/g%3E%3Cg data-name='Path 2281'%3E%3Cpath d='m0 357.517 119.505-119.505 119.506 119.505-119.506 119.505Z'/%3E%3Cpath fill='%23a78772' d='m1.414 357.517 118.092 118.091 118.09-118.091-118.09-118.091L1.414 357.517m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L0 357.517Z'/%3E%3C/g%3E%3Cg data-name='Path 2273'%3E%3Cpath d='M0 119.505 119.505 0l119.506 119.505L119.505 239.01Z'/%3E%3Cpath fill='%23a78772' d='m1.414 119.505 118.092 118.091 118.09-118.091L119.507 1.414 1.414 119.505m-1.414 0L119.506-.001l39.212 39.213 80.293 80.293-119.505 119.506L0 119.505Z'/%3E%3C/g%3E%3Cg data-name='stroke'%3E%3Cg data-name='Path 2272'%3E%3Cpath d='M238 595.005 357.505 475.5l119.506 119.505L357.505 714.51Z'/%3E%3Cpath fill='%23a78772' d='m239.414 595.005 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L238 595.005Z'/%3E%3C/g%3E%3Cg data-name='Path 2281'%3E%3Cpath d='m238 357.517 119.505-119.505 119.506 119.505-119.506 119.505Z'/%3E%3Cpath fill='%23a78772' d='m239.414 357.517 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L238 357.517Z'/%3E%3C/g%3E%3Cg data-name='Path 2273'%3E%3Cpath d='M238 119.505 357.505 0l119.506 119.505L357.505 239.01Z'/%3E%3Cpath fill='%23a78772' d='m239.414 119.505 118.092 118.091 118.09-118.091L357.507 1.414 239.414 119.505m-1.414 0L357.506-.001l39.212 39.213 80.293 80.293-119.505 119.506L238 119.505Z'/%3E%3C/g%3E%3C/g%3E%3Cg data-name='stroke'%3E%3Cg data-name='Path 2272'%3E%3Cpath d='M476 595.005 595.505 475.5l119.506 119.505L595.505 714.51Z'/%3E%3Cpath fill='%23a78772' d='m477.414 595.005 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L476 595.005Z'/%3E%3C/g%3E%3Cg data-name='Path 2281'%3E%3Cpath d='m476 357.517 119.505-119.505 119.506 119.505-119.506 119.505Z'/%3E%3Cpath fill='%23a78772' d='m477.414 357.517 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L476 357.517Z'/%3E%3C/g%3E%3Cg data-name='Path 2273'%3E%3Cpath d='M476 119.505 595.505 0l119.506 119.505L595.505 239.01Z'/%3E%3Cpath fill='%23a78772' d='m477.414 119.505 118.092 118.091 118.09-118.091L595.507 1.414 477.414 119.505m-1.414 0L595.506-.001l39.212 39.213 80.293 80.293-119.505 119.506L476 119.505Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  z-index: 1;
  top: calc(40px + 293px);
  background-repeat: repeat;
  background-size: contain;
  width: 911px;
  height: 733px;
  opacity: 0.3; }

/**
 * Card post
 */
.card-post__title {
  bottom: 16px !important;
  padding-right: 32px; }

.card-post__image::before {
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.1), rgba(0, 0, 0, 0.73));
  z-index: 1; }

.card-post__text {
  font-size: 16px;
  color: #666; }

/**
 * Blog header
 */
.blog-header {
  background: transparent !important;
  padding-bottom: 0 !important;
  padding-top: 2rem !important; }

.page-header-blog {
  background: transparent !important; }

.home .card-post__col {
  margin-bottom: 2rem; }

/**
 * single product flex control
 */
.flex-control-thumbs {
  margin-top: 15px;
  margin-left: -15px !important;
  margin-right: -15px !important; }
  .flex-control-thumbs li {
    margin: 15px !important; }

.mainproduct {
  text-transform: none !important; }

/**
 * Swiper front page fix
 **/
.swiper-holder {
  position: relative; }
  @media screen and (max-width: 992px) {
    .swiper-holder {
      margin-left: 0 !important;
      padding-left: 16px !important;
      padding-right: 16px !important; }
      .swiper-holder .swiper-button-next-kos,
      .swiper-holder .swiper-button-prev-kos {
        display: none;
        visibility: hidden; } }

body,
.editor-content,
.accordion-title,
p {
  font-size: 18px;
  font-weight: 400; }

.editor-content {
  line-height: 1.88 !important; }
  .editor-content p {
    letter-spacing: 0.03em;
    line-height: 1.88 !important; }

/**
 * Shop
 */
.section--faq {
  position: relative;
  background: transparent !important; }
  @media screen and (max-width: 576px) {
    .section--faq {
      padding-bottom: 60px !important; } }
  .section--faq::before {
    content: "";
    position: absolute;
    left: -60px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='715.011' height='714.511'%3E%3Cg fill='none' data-name='Group 1'%3E%3Cg data-name='Path 2272'%3E%3Cpath d='M0 595.005 119.505 475.5l119.506 119.505L119.505 714.51Z'/%3E%3Cpath fill='%23a78772' d='m1.414 595.005 118.092 118.091 118.09-118.091-118.09-118.091L1.414 595.005m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L0 595.005Z'/%3E%3C/g%3E%3Cg data-name='Path 2281'%3E%3Cpath d='m0 357.517 119.505-119.505 119.506 119.505-119.506 119.505Z'/%3E%3Cpath fill='%23a78772' d='m1.414 357.517 118.092 118.091 118.09-118.091-118.09-118.091L1.414 357.517m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L0 357.517Z'/%3E%3C/g%3E%3Cg data-name='Path 2273'%3E%3Cpath d='M0 119.505 119.505 0l119.506 119.505L119.505 239.01Z'/%3E%3Cpath fill='%23a78772' d='m1.414 119.505 118.092 118.091 118.09-118.091L119.507 1.414 1.414 119.505m-1.414 0L119.506-.001l39.212 39.213 80.293 80.293-119.505 119.506L0 119.505Z'/%3E%3C/g%3E%3Cg data-name='stroke'%3E%3Cg data-name='Path 2272'%3E%3Cpath d='M238 595.005 357.505 475.5l119.506 119.505L357.505 714.51Z'/%3E%3Cpath fill='%23a78772' d='m239.414 595.005 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L238 595.005Z'/%3E%3C/g%3E%3Cg data-name='Path 2281'%3E%3Cpath d='m238 357.517 119.505-119.505 119.506 119.505-119.506 119.505Z'/%3E%3Cpath fill='%23a78772' d='m239.414 357.517 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L238 357.517Z'/%3E%3C/g%3E%3Cg data-name='Path 2273'%3E%3Cpath d='M238 119.505 357.505 0l119.506 119.505L357.505 239.01Z'/%3E%3Cpath fill='%23a78772' d='m239.414 119.505 118.092 118.091 118.09-118.091L357.507 1.414 239.414 119.505m-1.414 0L357.506-.001l39.212 39.213 80.293 80.293-119.505 119.506L238 119.505Z'/%3E%3C/g%3E%3C/g%3E%3Cg data-name='stroke'%3E%3Cg data-name='Path 2272'%3E%3Cpath d='M476 595.005 595.505 475.5l119.506 119.505L595.505 714.51Z'/%3E%3Cpath fill='%23a78772' d='m477.414 595.005 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L476 595.005Z'/%3E%3C/g%3E%3Cg data-name='Path 2281'%3E%3Cpath d='m476 357.517 119.505-119.505 119.506 119.505-119.506 119.505Z'/%3E%3Cpath fill='%23a78772' d='m477.414 357.517 118.092 118.091 118.09-118.091-118.09-118.091-118.092 118.091m-1.414 0 119.506-119.506 39.212 39.213 80.293 80.293-119.505 119.506L476 357.517Z'/%3E%3C/g%3E%3Cg data-name='Path 2273'%3E%3Cpath d='M476 119.505 595.505 0l119.506 119.505L595.505 239.01Z'/%3E%3Cpath fill='%23a78772' d='m477.414 119.505 118.092 118.091 118.09-118.091L595.507 1.414 477.414 119.505m-1.414 0L595.506-.001l39.212 39.213 80.293 80.293-119.505 119.506L476 119.505Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    z-index: -1;
    top: calc(40px + 293px);
    background-repeat: repeat;
    background-size: contain;
    width: 911px;
    height: 733px;
    opacity: 0.3; }

@media screen and (max-width: 576px) {
  .section--post {
    padding-bottom: 60px !important; } }

.subtitle {
  font-family: "Island Moments", cursive;
  font-weight: 400;
  font-size: 40px;
  line-height: 0.8;
  letter-spacing: 0.03em;
  color: var(--color-secondary);
  display: block;
  margin-bottom: 1rem; }

.usp-bar {
  background-color: #ded7c8;
  padding: 0.3rem;
  font-weight: bold;
  margin-bottom: 2.5rem; }

.top-bar .usp-list li:not(:last-child) {
  margin-right: 60px; }

.usp-list--between {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  gap: 3.5rem; }

/**
 * Styling the poduct card
 */
.card-product {
  background-color: #fff;
  margin-bottom: 2.5rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  --size: 10; }
  .card-product__icons {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 32px; }
    .card-product__icons .icon-bed-plus-bed svg {
      width: calc(507px / var(--size));
      height: calc(358px / var(--size)); }
    .card-product__icons .icon-power svg {
      width: calc(240px / var(--size));
      height: calc(314px / var(--size)); }
    .card-product__icons .icon-premium svg {
      width: calc(396px / var(--size));
      height: calc(260px / var(--size)); }
    .card-product__icons .icon-topper svg {
      width: calc(407px / var(--size));
      height: calc(244px / var(--size)); }
    .card-product__icons .icon-fast-delivery svg {
      width: calc(471px / var(--size));
      height: calc(382px / var(--size)); }
    .card-product__icons .icon-storage svg {
      width: calc(432px / var(--size));
      height: calc(248px / var(--size)); }
  @media screen and (max-width: 576px) {
    .card-product {
      margin-bottom: 1rem; } }
  @media screen and (max-width: 576px) {
    .card-product__col:nth-child(3) .card-product {
      margin-bottom: 0; } }
  .card-product__inner {
    padding: 1.5rem; }
    @media screen and (max-width: 576px) {
      .card-product__inner {
        padding: 2rem 1rem; } }
  .card-product__title {
    font-size: 1.8rem;
    word-break: break-word; }
  .card-product__usps {
    font-size: 1rem;
    line-height: 1.8; }
    .card-product__usps path {
      stroke: var(--color-cta) !important; }
  .card-product__image img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3; }
  .card-product__btn {
    text-transform: none !important; }
    .card-product__btn:hover {
      background-color: #000 !important; }
  .card-product__pricing {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    min-width: 60px; }
    .card-product__pricing--label {
      font-size: 0.8rem; }
    .card-product__pricing--price {
      font-weight: bold;
      color: #3caa9f; }
      .card-product__pricing--sale .card-product__pricing--price {
        text-decoration: line-through;
        color: #bdbcbc;
        font-weight: normal; }
  .card-product__footer {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }

.social-list {
  display: flex; }
  .social-list__icon {
    width: 32px;
    height: 32px; }

.btn,
button {
  text-transform: none !important; }

.single-product__add-to-cart-wrap {
  display: block !important; }

/**
 * Addons styling
 */
.process__steps li {
  font-weight: bold !important; }

/**
 * WooCommerce messages
 */
.woocommerce-info {
  background-color: #6384a8 !important;
  border: 1px solid #56779b;
  border-left: 5px solid #445e7a;
  font-weight: bold; }

.woocommerce-message {
  background: #35a159 !important;
  color: #fff !important;
  font-weight: bold !important;
  border: 1px solid #2f8e4e !important;
  border-left: 5px solid #226739 !important; }

.card-post__text {
  font-size: 1rem; }

/**
 * Contact
 */
.page-template-contact__title {
  font-size: 40px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 40px;
  margin-top: 40px;
  display: block; }
  @media screen and (max-width: 576px) {
    .page-template-contact__title {
      margin-top: 20px; } }

.page-template-contact__sidebar-image {
  margin-bottom: 70px; }

.page-template-contact__showroom-widget {
  padding-left: 98px; }

.page-template-contact__showroom-title {
  font-size: 28px;
  font-family: var(--font-jost);
  font-weight: bold; }

.page-template-contact__details {
  font-size: 18px;
  line-height: 2; }

.wrapper--contact {
  margin-bottom: 60px; }

/**
 * Intro tekst
 */
.woocommerce-products-header__title {
  font-size: 36px; }

.product-more-info__title {
  font-size: 36px; }

.product-more-info__name {
  width: 120px;
  font-weight: bold; }

.product-more-info__specs {
  width: 100%; }
  .product-more-info__specs tr td:first-child {
    width: 100px; }
  .product-more-info__specs tr:nth-child(odd) td {
    background-color: #fff; }

.single-product__samplebox {
  overflow: hidden; }

.page-header-blog {
  padding-bottom: 0 !important; }
  @media screen and (min-width: 567px) {
    .page-header-blog__title {
      font-size: 48px; } }

/**
 * Cart Content
 */
/**
 * Usp bar
 */
.usp-bar {
  padding-top: 30px;
  padding-bottom: 30px; }
  .usp-bar i {
    display: block;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .usp-bar__item {
    display: flex;
    align-items: center;
    justify-content: center; }
    .usp-bar__item:nth-child(1) svg {
      width: calc(424px / 10);
      height: calc(330px / 10); }
    .usp-bar__item:nth-child(2) svg {
      width: calc(422px / 10);
      height: calc(487px / 10); }
    .usp-bar__item:nth-child(3) svg {
      width: calc(424px / 9);
      height: calc(330px / 9); }
