.basic-font {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
.titel-font {
  font-family: 'Junge', sans-serif;
  font-weight: 400;
}
.alt-font {
  font-family: 'Great Vibes', sans-serif;
  font-weight: 400;
}
.thin {
  font-weight: 100;
}
.extralight {
  font-weight: 200;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extrabold {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
html,
body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  html,
  body {
    font-size: calc(16px - 1px);
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: calc(16px - 2px);
  }
}
h1,
.look-h1 {
  font-family: 'Junge', sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  h1,
  .look-h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .look-h1 {
    font-size: 2.5rem;
  }
}
h2,
.look-h2 {
  font-family: 'Junge', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  h2,
  .look-h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  .look-h2 {
    font-size: 1.5rem;
  }
}
h3,
.look-h3 {
  font-family: 'Junge', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  h3,
  .look-h3 {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 767px) {
  h3,
  .look-h3 {
    font-size: 1.25rem;
  }
}
h4,
.look-h4 {
  font-family: 'Junge', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  h4,
  .look-h4 {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 767px) {
  h4,
  .look-h4 {
    font-size: 1.1rem;
  }
}
h5,
.look-h5 {
  font-family: 'Junge', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  h5,
  .look-h5 {
    font-size: 1.05rem;
  }
}
@media only screen and (max-width: 767px) {
  h5,
  .look-h5 {
    font-size: 1rem;
  }
}
h6,
.look-h6 {
  font-family: 'Junge', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  h6,
  .look-h6 {
    font-size: 1.05rem;
  }
}
@media only screen and (max-width: 767px) {
  h6,
  .look-h6 {
    font-size: 1rem;
  }
}
.look-alt,
.toptitle {
  font-family: 'Great Vibes', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #79c8a1;
  font-size: 1.5rem;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .look-alt,
  .toptitle {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 767px) {
  .look-alt,
  .toptitle {
    font-size: 1.25rem;
  }
}
p,
span,
a,
li,
.look-p {
  color: #585858;
  line-height: 1.5;
}
p {
  margin-bottom: 1.5em;
}
p b,
p strong {
  font-weight: 700;
}
p i,
p em {
  font-style: italic;
}
small {
  font-size: .8rem;
}
a {
  color: #79c8a1;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
*::selection {
  background: #79c8a1;
  color: #ffffff;
}
*::-moz-selection {
  background: #79c8a1;
  color: #ffffff;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.none {
  display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.background-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.background-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-shadow {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.box-shadow-hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.border-radius {
  border-radius: .5rem;
}
.fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.container-full {
  width: 100%;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.container {
  max-width: 1300px;
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
}
[class*=col-] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.website-content {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.website-content.first_,
.website-content.first_banner,
.website-content.first_service_intro,
.website-content.first_blog_intro {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .website-content {
    padding-top: calc(6rem + 5rem);
  }
}
@media only screen and (max-width: 991px) {
  .website-content {
    padding-top: calc(4rem + 5rem);
  }
}
@media only screen and (max-width: 767px) {
  .website-content {
    padding-top: calc(3rem + 5rem);
  }
}
@media only screen and (min-width: 992px) {
  .margin-bottom-small {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .margin-bottom-small {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .margin-bottom-small {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .margin-bottom {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .margin-bottom {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .margin-bottom-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 991px) {
  .margin-bottom-large {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .margin-bottom-large {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 992px) {
  .margin-bottom-extra-large {
    margin-bottom: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .margin-bottom-extra-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .margin-bottom-extra-large {
    margin-bottom: 9rem;
  }
}
.logged-in header {
  top: 32px;
}
.logged-in .responsive-nav {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .logged-in header {
    top: 46px;
  }
  .logged-in .responsive-nav {
    margin-top: 46px;
  }
}
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.95);
}
#swipebox-prev {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-slider-left.svg') !important;
  background-position: right center;
  background-size: 1rem;
}
#swipebox-next {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-slider-right.svg') !important;
  background-position: left center;
  background-size: 1rem;
}
@media only screen and (min-width: 426px) and (max-width: 767px) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.mask-top {
  padding-top: 6rem;
  mask-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/mask-top.svg');
  mask-size: clamp(100vw, 50vw, 1600px);
  mask-repeat: no-repeat;
  mask-position: top center;
}
@media only screen and (max-width: 991px) {
  .mask-top {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .mask-top {
    padding-top: 3rem;
  }
}
.mask-bottom {
  padding-bottom: 6rem;
  mask-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/mask-bottom.svg');
  mask-size: clamp(100vw, 50vw, 1600px);
  mask-repeat: no-repeat;
  mask-position: bottom center;
}
@media only screen and (max-width: 991px) {
  .mask-bottom {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .mask-bottom {
    padding-bottom: 3rem;
  }
}
.default-block {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .default-block {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .default-block {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .default-block {
    margin-bottom: 3rem;
  }
}
.default-block.no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .default-block.margin-bottom-extra-large {
    margin-bottom: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .default-block.margin-bottom-extra-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .default-block.margin-bottom-extra-large {
    margin-bottom: 9rem;
  }
}
.default-block .text b,
.default-block .text strong {
  font-weight: 700;
}
.default-block .text ul {
  margin: 0 0 1.5em 0.5rem;
}
.default-block .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.default-block .text ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #585858;
  top: calc(24px / 2 - 3px);
}
.default-block .text ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.default-block .text ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding: 0 0 0 1.5rem;
}
.default-block .text ol li::before {
  position: absolute;
  font-weight: 500;
  content: counter(my-awesome-counter) ". ";
  left: 0;
}
.default-block .text a {
  white-space: nowrap;
}
.default-block .text blockquote {
  padding: 0 0 0 1.5rem;
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #79c8a1;
}
.default-block .text blockquote * {
  color: #afdec7;
}
.default-block .text *:last-child {
  margin-bottom: 0;
}
.image-group {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
  margin-top: -6rem;
}
.image-group .image {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: .5rem;
  width: 100%;
}
.image-group .image .ratio {
  display: block;
  width: 100%;
  padding-bottom: 130%;
}
.image-group .image-group-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
}
.image-group.right .image-1 {
  width: 85%;
  margin-top: 10rem;
  margin-left: auto;
}
.image-group.right .image-3 {
  width: 65%;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .image-group {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .image-group .image {
    width: 100% !important;
  }
  .image-group .image-group-inner:first-of-type .image:first-of-type {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 375px) {
  .image-group {
    flex-wrap: wrap;
  }
  .image-group .image .ratio {
    padding-bottom: 35%;
  }
  .image-group .image-group-inner {
    width: 100%;
  }
  .image-group .image-group-inner:first-of-type .image:first-of-type {
    margin-top: 0;
  }
}
.module-group {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
  margin-top: -6rem;
}
.module-group .module-item {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: .5rem;
  width: 100%;
}
.module-group .module-item .ratio {
  display: block;
  width: 100%;
  padding-bottom: 130%;
}
.module-group .module-group-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
}
.module-group .module-group-inner:first-of-type .service:first-of-type {
  width: 85%;
  margin-top: 10rem;
  margin-left: auto;
}
.module-group .module-group-inner:first-of-type .service:last-of-type {
  width: 90%;
  margin-left: auto;
}
.module-group .module-group-inner:last-of-type .service:last-of-type {
  width: 65%;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .module-group {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .module-group .module-item {
    width: 100% !important;
  }
  .module-group .module-group-inner:first-of-type .service:first-of-type {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 375px) {
  .module-group {
    flex-wrap: wrap;
  }
  .module-group .module-group-inner {
    width: 100%;
  }
  .module-group .module-group-inner:first-of-type .service:first-of-type {
    margin-top: 0;
  }
}
.review-container {
  margin-top: 1.5rem;
}
.review-container .google-review {
  display: inline-flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
}
.review-container .google-review .logo {
  width: 2.5rem;
  background: center center no-repeat;
}
.review-container .google-review .logo .ratio {
  padding-bottom: 100%;
}
.review-container .google-review .logo.with-bg {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  background-size: 65%;
  border-radius: 50%;
}
.review-container .google-review .google-review-content {
  padding-left: 10px;
}
.review-container .google-review .google-review-content .top {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.review-container .google-review .google-review-content .top * {
  line-height: 1;
  margin: 0;
}
.review-container .google-review .google-review-content .top span {
  font-weight: 700;
  color: #000000;
}
.review-container .google-review .google-review-content .top .stars {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.review-container .google-review .google-review-content .top .stars .star {
  width: 18px;
  height: 18px;
  background: center center no-repeat;
}
.review-container .google-review .google-review-content .bottom {
  text-align: left;
}
.review-container .google-review .google-review-content .bottom * {
  margin: 0;
  color: #5F5F5F;
  line-height: 1;
}
.review-container .google-review .google-review-content .bottom a {
  color: #000000;
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .review-container .google-review .content {
    width: calc(100% - 30px);
  }
}
.button {
  display: inline-block;
  font-weight: 500;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  color: #ffffff;
  background-color: #c8a179;
  border: 2px solid #c8a179;
  line-height: 1;
  text-align: center;
  transition: all .3s ease;
}
.button:hover {
  background-color: #bc8d5c;
  border-color: #bc8d5c;
}
.button.back {
  padding-left: 1.5rem;
  color: #79c8a1;
  background-color: transparent;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-left-actie.svg');
  background-size: .5rem;
  background-position: center left .5rem;
  background-repeat: no-repeat;
}
.button.back:hover {
  background-position: center left;
}
.button.outline {
  color: #c8a179;
  background-color: transparent;
}
.button.outline:hover {
  color: #ffffff;
  background-color: #bc8d5c;
}
.button.white {
  color: #79c8a1;
  background-color: #ffffff;
  border-color: #ffffff;
}
.button.white:hover {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.button.white.outline {
  color: #ffffff;
  background-color: transparent;
}
.button.white.outline:hover {
  background-color: #79c8a1;
}
.button.action {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.button.action:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.button.action.outline {
  color: #79c8a1;
  background-color: transparent;
}
.button.action.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
.contactdetails-full * {
  color: #585858;
}
.contact-link {
  padding-left: 1.75rem;
  background-size: .9rem;
  background-position: center left;
  background-repeat: no-repeat;
}
.contact-link.phone {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-phone-white.svg');
}
.contact-link.email {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-email-white.svg');
}
.contact-link.dark.phone {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-phone.svg');
}
.contact-link.dark.email {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-email.svg');
}
.social-link {
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
}
.social-link.facebook {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-facebook-white.svg');
}
.social-link.twitter {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-twitter-white.svg');
}
.social-link.instagram {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-instagram-white.svg');
}
.social-link.linkedin {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-linkedin-white.svg');
}
.social-link.youtube {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-youtube-white.svg');
}
.social-link.dark.facebook {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-facebook.svg');
}
.social-link.dark.twitter {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-twitter.svg');
}
.social-link.dark.instagram {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-instagram.svg');
}
.social-link.dark.linkedin {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-linkedin.svg');
}
.social-link.dark.youtube {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-youtube.svg');
}
.social-link.color-2.facebook {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-facebook-color-2.svg');
}
.social-link.color-2.twitter {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-twitter-color-2.svg');
}
.social-link.color-2.instagram {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-instagram-color-2.svg');
}
.social-link.color-2.linkedin {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-linkedin-color-2.svg');
}
.social-link.color-2.youtube {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-youtube-color-2.svg');
}
.signature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.signature .signature-image {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
}
.signature .signature-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.signature .signature-information span {
  display: block;
  line-height: 1.25;
}
.signature .signature-information span.signature-name {
  font-family: 'Great Vibes', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #79c8a1;
  font-size: 1.5rem;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .signature .signature-information span.signature-name {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 767px) {
  .signature .signature-information span.signature-name {
    font-size: 1.25rem;
  }
}
.signature .signature-information span.signature-subtitle {
  font-family: 'Junge', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #585858;
  font-size: .9rem;
}
.input-font-color {
  color: #585858;
}
.input-border-radius {
  border-radius: .5rem;
}
.input-background {
  background-color: #FFFFFF;
}
.input-box-shadow {
  box-shadow: none;
}
.input-border {
  border: 1px solid #e9e6ed;
}
.input-weight {
  font-weight: 500;
}
.styled-input {
  color: #585858;
  border-radius: .5rem;
  background-color: #FFFFFF;
  box-shadow: none;
  border: 1px solid #e9e6ed;
  font-weight: 500;
}
.form-group {
  position: relative;
  width: 100%;
  margin: 0 0 1rem;
}
.form-group br {
  display: none;
}
.form-group p {
  margin: 0;
}
.form-group span.titel {
  display: block;
  margin-bottom: .5rem;
}
.form-group label.titel {
  position: absolute;
  left: 1rem;
  top: .75rem;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-group label.upload {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-group label.upload:hover {
  background-color: #D2D2D2;
}
.form-group label.filename {
  position: absolute;
  font-weight: 700;
  top: 1rem;
  left: 3.5rem;
  color: transparent;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-group input,
.form-group textarea,
.form-group select,
.form-group label.upload {
  position: relative;
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  width: 100%;
  height: calc(2rem + 16px);
  padding: 1rem 1rem .5rem 1rem;
  margin: 0;
  appearance: none;
  color: #585858;
  border-radius: .5rem;
  background-color: #FFFFFF;
  box-shadow: none;
  border: 1px solid #e9e6ed;
  font-weight: 500;
}
.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder,
.form-group label.upload::placeholder {
  opacity: 0;
}
.form-group input:active,
.form-group textarea:active,
.form-group select:active,
.form-group label.upload:active,
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.form-group label.upload:focus {
  outline: none;
}
.form-group input.hide,
.form-group textarea.hide,
.form-group select.hide,
.form-group label.upload.hide {
  display: none;
}
.form-group input::-ms-clear,
.form-group textarea::-ms-clear,
.form-group select::-ms-clear,
.form-group label.upload::-ms-clear {
  display: none;
}
.form-group input.wpcf7-not-valid,
.form-group textarea.wpcf7-not-valid,
.form-group select.wpcf7-not-valid,
.form-group label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.form-group input:disabled ~ .button,
.form-group textarea:disabled ~ .button,
.form-group select:disabled ~ .button,
.form-group label.upload:disabled ~ .button {
  opacity: .6;
  pointer-events: none;
  cursor: not-allowed;
}
.form-group input[type='checkbox'],
.form-group textarea[type='checkbox'],
.form-group select[type='checkbox'],
.form-group label.upload[type='checkbox'],
.form-group input[type='radio'],
.form-group textarea[type='radio'],
.form-group select[type='radio'],
.form-group label.upload[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  background-size: .65rem;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-group input[type='checkbox']:checked,
.form-group textarea[type='checkbox']:checked,
.form-group select[type='checkbox']:checked,
.form-group label.upload[type='checkbox']:checked {
  background-size: 1rem;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-check.svg');
}
.form-group input[type='radio'],
.form-group textarea[type='radio'],
.form-group select[type='radio'],
.form-group label.upload[type='radio'] {
  border-radius: 50%;
}
.form-group input[type='radio']:checked,
.form-group textarea[type='radio']:checked,
.form-group select[type='radio']:checked,
.form-group label.upload[type='radio']:checked {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-circle.svg');
}
.form-group input[type='date'],
.form-group textarea[type='date'],
.form-group select[type='date'],
.form-group label.upload[type='date'] {
  color: transparent;
  cursor: text;
}
.form-group input[type='date']::-webkit-inner-spin-button,
.form-group textarea[type='date']::-webkit-inner-spin-button,
.form-group select[type='date']::-webkit-inner-spin-button,
.form-group label.upload[type='date']::-webkit-inner-spin-button,
.form-group input[type='date']::-webkit-outer-spin-button,
.form-group textarea[type='date']::-webkit-outer-spin-button,
.form-group select[type='date']::-webkit-outer-spin-button,
.form-group label.upload[type='date']::-webkit-outer-spin-button,
.form-group input[type='date']::-webkit-clear-button,
.form-group textarea[type='date']::-webkit-clear-button,
.form-group select[type='date']::-webkit-clear-button,
.form-group label.upload[type='date']::-webkit-clear-button {
  margin: 0;
  appearance: none;
}
.form-group input[type="number"],
.form-group textarea[type="number"],
.form-group select[type="number"],
.form-group label.upload[type="number"] {
  appearance: textfield;
}
.form-group input[type="number"]::-webkit-inner-spin-button,
.form-group textarea[type="number"]::-webkit-inner-spin-button,
.form-group select[type="number"]::-webkit-inner-spin-button,
.form-group label.upload[type="number"]::-webkit-inner-spin-button,
.form-group input[type="number"]::-webkit-outer-spin-button,
.form-group textarea[type="number"]::-webkit-outer-spin-button,
.form-group select[type="number"]::-webkit-outer-spin-button,
.form-group label.upload[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
.form-group input[type="file"],
.form-group textarea[type="file"],
.form-group select[type="file"],
.form-group label.upload[type="file"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}
.form-group textarea {
  height: 9rem;
  min-height: 9rem;
  max-height: 25rem;
  resize: vertical;
}
.form-group select {
  padding-right: 3rem;
  cursor: pointer;
}
.form-group select .hide-option {
  display: none;
}
.form-group select::-ms-expand {
  display: none;
}
.form-group .wpcf7-checkbox label,
.form-group .wpcf7-acceptance label,
.form-group .wpcf7-radio label {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  margin: 0;
  margin-right: 1rem;
}
.form-group .wpcf7-checkbox label span,
.form-group .wpcf7-acceptance label span,
.form-group .wpcf7-radio label span {
  display: block;
  cursor: pointer;
}
.form-group .wpcf7-checkbox .last label,
.form-group .wpcf7-acceptance .last label,
.form-group .wpcf7-radio .last label {
  margin-right: 0;
}
.form-group .wpcf7-submit {
  display: none;
}
.form-group .wpcf7-not-valid-tip {
  display: none;
}
.form-group .wpcf7-not-valid.wpcf7-file {
  padding-top: 5rem;
  color: transparent;
  background-color: #FFE2E2;
  opacity: 1;
  z-index: 1;
}
.form-group.select::before {
  position: absolute;
  content: '';
  top: .75rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-caret-down.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
.form-group.fileupload {
  overflow: hidden;
  border-radius: .5rem;
  box-shadow: none;
}
.form-group.fileupload::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-upload.svg');
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
.form-group.fileupload label.titel {
  font-weight: 500;
  left: 3.5rem;
  width: calc(100% - 3.5rem);
  z-index: 2;
  color: #585858;
}
.form-group.input-active label.titel {
  font-size: 0.5rem;
  top: .5rem;
}
.form-group.input-active label.filename {
  color: #585858;
}
.form-group.input-active input[type='date'] {
  color: #585858;
}
.form-group.required::after {
  position: absolute;
  font-weight: 700;
  content: '*';
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  height: .75rem;
  color: #79c8a1;
  font-size: 1.25rem;
  z-index: 2;
  pointer-events: none;
}
.form-group.required input {
  padding-right: 2.25rem;
}
.form-group.required.select::before {
  right: 2.25rem;
}
.form-group.required.select select {
  padding-right: 3.5rem;
}
.form-group.privacy * {
  color: #585858;
}
.form-group.privacy a {
  text-decoration: underline;
}
.form-group.last {
  margin: 0;
}
.half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.half .form-group {
  position: relative;
  width: calc(50% - .5rem);
}
.half .no-label {
  margin-top: 0;
}
div.wpcf7-response-output:empty {
  display: none;
}
div.wpcf7-response-output {
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .5rem 1rem;
  color: #585858;
  border: 2px solid green;
  line-height: normal;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .5rem 1rem;
  color: #585858;
  border: 2px solid red;
  line-height: normal;
}
.screen-reader-response,
.wpcf7-mail-sent-ok {
  display: none !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .header-inner {
  display: flex;
  flex-wrap: wrap;
  border-radius: .5rem;
  align-content: center;
  justify-content: space-between;
  padding: 1rem;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .header-inner .logo-wrapper {
  position: relative;
  z-index: 1500;
}
header .header-inner .logo-wrapper .logo {
  display: block;
  height: 3rem;
  filter: brightness(0) invert(1);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .header-inner .logo-wrapper .logo img {
  display: block;
  width: auto;
  height: 100%;
}
header .header-inner .navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: right;
}
header .header-inner .navigation .nav .menu .menu-item {
  position: relative;
  display: inline-block;
  margin: 0 .75rem;
}
header .header-inner .navigation .nav .menu .menu-item:last-of-type {
  margin-right: 0;
}
header .header-inner .navigation .nav .menu .menu-item:hover > a::before,
header .header-inner .navigation .nav .menu .menu-item:active > a::before,
header .header-inner .navigation .nav .menu .menu-item.current-menu-item > a::before,
header .header-inner .navigation .nav .menu .menu-item.current_page_parent > a::before {
  opacity: 1;
}
header .header-inner .navigation .nav .menu .menu-item > a {
  position: relative;
  font-weight: 500;
  color: #ffffff;
}
header .header-inner .navigation .nav .menu .menu-item > a::before {
  position: absolute;
  content: '';
  bottom: 0;
  top: 100%;
  width: 100%;
  height: 3px;
  opacity: 0;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/link-background.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .header-inner .navigation .nav .menu .menu-item > .sub-menu {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  margin: 0;
  background-color: #ffffff;
  text-align: left;
  z-index: 200;
  border-radius: .5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
header .header-inner .navigation .nav .menu .menu-item > .sub-menu::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item {
  width: 100%;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item:first-child {
  border-radius: .5rem .5rem 0 0;
}
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item:last-child {
  border-radius: 0 0 .5rem .5rem;
}
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item:hover,
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item:active,
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item.current-menu-item,
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item.current_page_item,
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item.current_page_parent {
  background-color: rgba(121, 200, 161, 0.05);
}
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item:hover > a,
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item:active > a,
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item.current-menu-item > a,
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item.current_page_item > a,
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item.current_page_parent > a {
  color: #79c8a1;
}
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item a {
  display: block;
  font-weight: 500;
  padding: .5rem 1rem;
  margin: 0;
  color: #585858;
}
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item a::before {
  display: none;
}
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item .sub-menu {
  display: block;
  top: 0;
  left: calc(100% + 1rem);
  transform: none;
  border: 0;
  background-color: #ffffff;
}
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item .sub-menu::before {
  top: 50%;
  right: calc(100% - 1px);
  bottom: auto;
  left: auto;
  margin-top: -10px;
  border-right-color: #ffffff;
  border-bottom-color: transparent;
  border-top: 10px solid transparent;
}
header .header-inner .navigation .nav .menu .menu-item > .sub-menu .menu-item .sub-menu .menu-item {
  display: block;
}
header .header-inner .navigation .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-left: 1.5rem;
}
header .header-inner .navigation .button {
  margin-left: 1.5rem;
}
header .header-inner .navigation .nav-toggle {
  position: relative;
  z-index: 1500;
}
header .header-inner .navigation .nav-toggle .hamburger-menu {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  padding: .5rem;
  width: 2rem;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
header .header-inner .navigation .nav-toggle .hamburger-menu .menu-part {
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  background: #ffffff;
  margin: auto;
  border-radius: 20px;
  transition: all 0.25s cubic-bezier(0.6, 0, 0.4, 1.3);
}
header .header-inner .navigation .nav-toggle .hamburger-menu .menu-part:nth-of-type(1) {
  top: 0;
}
header .header-inner .navigation .nav-toggle .hamburger-menu .menu-part:nth-of-type(2) {
  top: 8px;
  width: 75%;
}
header .header-inner .navigation .nav-toggle .hamburger-menu .menu-part:nth-of-type(3) {
  bottom: 0;
}
header .header-inner .navigation .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 8px;
}
header .header-inner .navigation .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(2) {
  opacity: 0;
}
header .header-inner .navigation .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(3) {
  transform: rotate(45deg);
  bottom: 9px;
}
header .header-inner .navigation .nav-toggle .hamburger-menu:hover .menu-part {
  background: #79c8a1;
}
@media only screen and (max-width: 991px) {
  header .header-inner {
    padding-right: 1.5rem;
  }
  header .header-inner .navigation .nav-toggle {
    margin-left: 1.5rem;
  }
}
header.scrolled {
  margin-top: 1rem;
}
header.scrolled .header-inner {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
header.scrolled .header-inner .logo-wrapper .logo {
  filter: none;
}
header.scrolled .header-inner .navigation .nav .menu .menu-item > a {
  color: #c8a179;
}
header.scrolled .header-inner .navigation .nav .menu .menu-item > a::before {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/link-background-color-2.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link {
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
}
header.scrolled .header-inner .navigation .social-links .social-link.facebook {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-facebook-white.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.twitter {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-twitter-white.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.instagram {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-instagram-white.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.linkedin {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-linkedin-white.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.youtube {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-youtube-white.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.dark.facebook {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-facebook.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.dark.twitter {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-twitter.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.dark.instagram {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-instagram.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.dark.linkedin {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-linkedin.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.dark.youtube {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-youtube.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.color-2.facebook {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-facebook-color-2.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.color-2.twitter {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-twitter-color-2.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.color-2.instagram {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-instagram-color-2.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.color-2.linkedin {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-linkedin-color-2.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.color-2.youtube {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-youtube-color-2.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.facebook {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-facebook-color-2.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.twitter {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-twitter-color-2.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.instagram {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-instagram-color-2.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.linkedin {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-linkedin-color-2.svg');
}
header.scrolled .header-inner .navigation .social-links .social-link.youtube {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-youtube-color-2.svg');
}
header.scrolled .header-inner .navigation .cart-button {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-cart-color-2.svg');
}
header.scrolled .header-inner .navigation .nav-toggle .hamburger-menu .menu-part {
  background-color: #c8a179;
}
footer {
  padding-top: 6rem;
  mask-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/mask-top.svg');
  mask-size: clamp(100vw, 50vw, 1600px);
  mask-repeat: no-repeat;
  mask-position: top center;
  background-color: #79c8a1;
}
@media only screen and (max-width: 991px) {
  footer {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 3rem;
  }
}
footer .footer-top {
  padding: 3rem 0;
}
footer .footer-top a,
footer .footer-top p,
footer .footer-top li,
footer .footer-top span {
  color: #ffffff;
}
footer .footer-top .title {
  font-family: 'Junge', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 1rem;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-top .title {
    font-size: 1.5rem;
  }
}
footer .footer-top .title-small {
  font-family: 'Junge', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 1rem;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .title-small {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-top .title-small {
    font-size: 1.25rem;
  }
}
footer .footer-top li:not(:last-of-type) {
  margin-bottom: .25rem;
}
footer .footer-top li a:hover {
  margin-left: .25rem;
}
footer .footer-top .logo {
  display: block;
  height: 4rem;
  margin-bottom: 1.5rem;
}
footer .footer-top .logo img {
  display: block;
  width: auto;
  height: 100%;
}
footer .footer-top .address {
  line-height: 1.75;
}
footer .footer-top .social-links {
  margin: -.25rem;
  margin-top: .5rem;
}
footer .footer-top .social-links .social-link {
  margin: .25rem;
}
footer .footer-bottom {
  background-color: #79c8a1;
}
footer .footer-bottom .footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-top: 1px solid #ffffff;
}
footer .footer-bottom .footer-inner a,
footer .footer-bottom .footer-inner p,
footer .footer-bottom .footer-inner li,
footer .footer-bottom .footer-inner span {
  display: inline-block;
  margin: 0;
  color: #ffffff;
  font-size: .9rem;
}
footer .footer-bottom .footer-inner a:hover {
  transform: translateY(-0.15rem);
}
footer .footer-bottom .footer-inner .menu li {
  position: relative;
}
footer .footer-bottom .footer-inner .menu li:not(:first-of-type) {
  margin-left: 2rem;
}
footer .footer-bottom .footer-inner .menu li.copy * {
  font-weight: 700;
}
footer .newsletter-form {
  max-width: 500px;
}
footer .newsletter-form .titel {
  color: #585858;
}
footer .newsletter-form .button {
  display: inline-block;
  font-weight: 500;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  background-color: #c8a179;
  border: 2px solid #c8a179;
  line-height: 1;
  text-align: center;
  transition: all .3s ease;
  color: #79c8a1;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #c8a179;
  color: #ffffff;
  background-color: transparent;
}
footer .newsletter-form .button:hover {
  background-color: #bc8d5c;
  border-color: #bc8d5c;
}
footer .newsletter-form .button.back {
  padding-left: 1.5rem;
  color: #79c8a1;
  background-color: transparent;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-left-actie.svg');
  background-size: .5rem;
  background-position: center left .5rem;
  background-repeat: no-repeat;
}
footer .newsletter-form .button.back:hover {
  background-position: center left;
}
footer .newsletter-form .button.outline {
  color: #c8a179;
  background-color: transparent;
}
footer .newsletter-form .button.outline:hover {
  color: #ffffff;
  background-color: #bc8d5c;
}
footer .newsletter-form .button.white {
  color: #79c8a1;
  background-color: #ffffff;
  border-color: #ffffff;
}
footer .newsletter-form .button.white:hover {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
footer .newsletter-form .button.white.outline {
  color: #ffffff;
  background-color: transparent;
}
footer .newsletter-form .button.white.outline:hover {
  background-color: #79c8a1;
}
footer .newsletter-form .button.action {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
footer .newsletter-form .button.action:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
footer .newsletter-form .button.action.outline {
  color: #79c8a1;
  background-color: transparent;
}
footer .newsletter-form .button.action.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
footer .newsletter-form .button:hover {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
footer .newsletter-form .button.outline {
  color: #ffffff;
  background-color: transparent;
}
footer .newsletter-form .button.outline:hover {
  background-color: #79c8a1;
}
footer .newsletter-form .button:hover {
  color: #ffffff;
  background-color: #bc8d5c;
}
footer .newsletter-form .button:hover {
  background-color: #79c8a1;
}
footer .newsletter-form div.wpcf7-response-output {
  color: #ffffff;
  border: 1px solid #ffffff;
}
footer .newsletter-form div.wpcf7-validation-errors,
footer .newsletter-form div.wpcf7-acceptance-missing {
  color: #ffffff;
  border: 1px solid red;
}
@media only screen and (max-width: 1199px) {
  footer .footer-top .logo-wrapper {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-bottom .footer-inner .menu li:not(:first-of-type) {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-top {
    padding-bottom: 1rem;
  }
  footer .footer-top .footer-block {
    margin-bottom: 2rem;
  }
  footer .footer-bottom .footer-inner {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-bottom .footer-inner .menu {
    text-align: center;
    margin-bottom: .5rem;
  }
}
@media only screen and (max-width: 575px) {
  footer .footer-bottom .footer-inner .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .5rem 1rem;
  }
  footer .footer-bottom .footer-inner .menu li {
    margin: 0 !important;
  }
  footer .footer-bottom .footer-inner .menu li:first-of-type {
    width: 100%;
  }
}
.responsive-nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #c8a179;
  z-index: 998;
  overflow: auto;
}
.responsive-nav *:focus {
  outline: none;
}
.responsive-nav .navigation {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.responsive-nav .menu {
  margin-bottom: 2rem;
}
.responsive-nav .menu li {
  position: relative;
  display: block;
  width: 100%;
  margin: .5rem 0;
}
.responsive-nav .menu li a {
  display: block;
  font-family: 'Junge', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .responsive-nav .menu li a {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-nav .menu li a {
    font-size: 1.1rem;
  }
}
.responsive-nav .menu li a.sf-with-ul {
  position: relative;
}
.responsive-nav .menu li a.sf-with-ul::after {
  position: absolute;
  content: '';
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 100%;
  background: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-down-white.svg');
  background-size: 1rem;
  background-position: center right;
  background-repeat: no-repeat;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.responsive-nav .menu li:hover a,
.responsive-nav .menu li:active a,
.responsive-nav .menu li.current-menu-item a,
.responsive-nav .menu li.current_page_parent a,
.responsive-nav .menu li.current-menu-ancestor a {
  color: #000000;
}
.responsive-nav .menu li:hover a.sf-with-ul::after,
.responsive-nav .menu li:active a.sf-with-ul::after,
.responsive-nav .menu li.current-menu-item a.sf-with-ul::after,
.responsive-nav .menu li.current_page_parent a.sf-with-ul::after,
.responsive-nav .menu li.current-menu-ancestor a.sf-with-ul::after {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-down-actie.svg');
}
.responsive-nav .menu li .sub-menu li a {
  padding-left: 1.5rem;
  font-size: 1.1rem;
}
.responsive-nav .menu li .sub-menu li .sub-menu li a {
  padding-left: 3rem;
  font-size: 1rem;
}
.banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 6rem;
  mask-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/mask-bottom.svg');
  mask-size: clamp(100vw, 50vw, 1600px);
  mask-repeat: no-repeat;
  mask-position: bottom center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 6rem 0 6rem;
  min-height: 500px;
}
@media only screen and (min-width: 992px) {
  .banner {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    margin-bottom: 3rem;
  }
}
.banner.no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .banner.margin-bottom-extra-large {
    margin-bottom: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner.margin-bottom-extra-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner.margin-bottom-extra-large {
    margin-bottom: 9rem;
  }
}
.banner .text b,
.banner .text strong {
  font-weight: 700;
}
.banner .text ul {
  margin: 0 0 1.5em 0.5rem;
}
.banner .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.banner .text ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #585858;
  top: calc(24px / 2 - 3px);
}
.banner .text ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.banner .text ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding: 0 0 0 1.5rem;
}
.banner .text ol li::before {
  position: absolute;
  font-weight: 500;
  content: counter(my-awesome-counter) ". ";
  left: 0;
}
.banner .text a {
  white-space: nowrap;
}
.banner .text blockquote {
  padding: 0 0 0 1.5rem;
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #79c8a1;
}
.banner .text blockquote * {
  color: #afdec7;
}
.banner .text *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .banner {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    padding-bottom: 3rem;
  }
}
.banner.no-margin {
  margin-bottom: 2rem;
}
.banner.home-banner {
  min-height: 800px;
}
.banner.home-banner .content .title {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.banner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #000000;
  opacity: .35;
  z-index: 0;
}
.banner .content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.banner .content .rank-math-breadcrumb * {
  font-weight: 500;
  font-size: .75rem;
}
.banner .content .toptitle {
  color: #ffffff;
  font-size: 2rem;
}
.banner .content .title {
  position: relative;
  color: #ffffff;
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
}
.banner .content .title::after {
  position: absolute;
  border-radius: .5rem;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 4px;
  background-color: #79c8a1;
}
.banner .content .text * {
  color: #ffffff;
}
.banner .content .buttons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (min-width: 1600px) {
  .banner.no-margin {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    min-height: 400px;
  }
  .banner.home-banner {
    min-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    min-height: 300px;
  }
  .banner.home-banner {
    min-height: 450px;
  }
}
.content-text {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .content-text {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-text {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-text {
    margin-bottom: 3rem;
  }
}
.content-text.no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .content-text.margin-bottom-extra-large {
    margin-bottom: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-text.margin-bottom-extra-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-text.margin-bottom-extra-large {
    margin-bottom: 9rem;
  }
}
.content-text .text b,
.content-text .text strong {
  font-weight: 700;
}
.content-text .text ul {
  margin: 0 0 1.5em 0.5rem;
}
.content-text .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-text .text ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #585858;
  top: calc(24px / 2 - 3px);
}
.content-text .text ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.content-text .text ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding: 0 0 0 1.5rem;
}
.content-text .text ol li::before {
  position: absolute;
  font-weight: 500;
  content: counter(my-awesome-counter) ". ";
  left: 0;
}
.content-text .text a {
  white-space: nowrap;
}
.content-text .text blockquote {
  padding: 0 0 0 1.5rem;
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #79c8a1;
}
.content-text .text blockquote * {
  color: #afdec7;
}
.content-text .text *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .content-text.multiple .column:not(.last) {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-text.multiple .column:not(.last) {
    margin-bottom: 2rem;
  }
}
.text-image {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .text-image {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .text-image {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .text-image {
    margin-bottom: 3rem;
  }
}
.text-image.no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .text-image.margin-bottom-extra-large {
    margin-bottom: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .text-image.margin-bottom-extra-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .text-image.margin-bottom-extra-large {
    margin-bottom: 9rem;
  }
}
.text-image .text b,
.text-image .text strong {
  font-weight: 700;
}
.text-image .text ul {
  margin: 0 0 1.5em 0.5rem;
}
.text-image .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.text-image .text ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #585858;
  top: calc(24px / 2 - 3px);
}
.text-image .text ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.text-image .text ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding: 0 0 0 1.5rem;
}
.text-image .text ol li::before {
  position: absolute;
  font-weight: 500;
  content: counter(my-awesome-counter) ". ";
  left: 0;
}
.text-image .text a {
  white-space: nowrap;
}
.text-image .text blockquote {
  padding: 0 0 0 1.5rem;
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #79c8a1;
}
.text-image .text blockquote * {
  color: #afdec7;
}
.text-image .text *:last-child {
  margin-bottom: 0;
}
.text-image .content .buttons-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.text-image .image-wrapper-inner {
  position: relative;
  width: 100%;
  padding-bottom: 73%;
  mask-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/mask-image.svg');
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
.text-image .image-wrapper-inner .image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .25rem;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .text-image .image-wrapper {
    order: 2;
  }
  .text-image .image-wrapper-inner {
    margin: 1rem auto 0;
  }
}
@media only screen and (max-width: 575px) {
  .text-image .image-wrapper-inner {
    margin: 2rem auto 0;
  }
}
.text-form {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .text-form {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .text-form {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .text-form {
    margin-bottom: 3rem;
  }
}
.text-form.no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .text-form.margin-bottom-extra-large {
    margin-bottom: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .text-form.margin-bottom-extra-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .text-form.margin-bottom-extra-large {
    margin-bottom: 9rem;
  }
}
.text-form .text b,
.text-form .text strong {
  font-weight: 700;
}
.text-form .text ul {
  margin: 0 0 1.5em 0.5rem;
}
.text-form .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.text-form .text ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #585858;
  top: calc(24px / 2 - 3px);
}
.text-form .text ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.text-form .text ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding: 0 0 0 1.5rem;
}
.text-form .text ol li::before {
  position: absolute;
  font-weight: 500;
  content: counter(my-awesome-counter) ". ";
  left: 0;
}
.text-form .text a {
  white-space: nowrap;
}
.text-form .text blockquote {
  padding: 0 0 0 1.5rem;
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #79c8a1;
}
.text-form .text blockquote * {
  color: #afdec7;
}
.text-form .text *:last-child {
  margin-bottom: 0;
}
.text-form .form-wrapper .form {
  border-radius: .5rem;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  margin-top: -6rem;
  padding: 3rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 1599px) {
  .text-form .form-wrapper .half .form-group {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .text-form .content {
    margin-bottom: 3rem;
  }
  .text-form .form-wrapper {
    order: 2;
  }
  .text-form .form-wrapper .form {
    margin-top: 0;
  }
  .text-form .form-wrapper .half .form-group {
    width: calc(50% - .5rem);
  }
}
@media only screen and (max-width: 575px) {
  .text-form .content {
    margin-bottom: 2rem;
  }
  .text-form .form-wrapper .form {
    padding: 2rem;
  }
}
@media only screen and (max-width: 375px) {
  .text-form .form-wrapper .form {
    padding: 1.5rem;
  }
  .text-form .form-wrapper .half .form-group {
    width: 100%;
  }
}
.text-button {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .text-button {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .text-button {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .text-button {
    margin-bottom: 3rem;
  }
}
.text-button.no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .text-button.margin-bottom-extra-large {
    margin-bottom: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .text-button.margin-bottom-extra-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .text-button.margin-bottom-extra-large {
    margin-bottom: 9rem;
  }
}
.text-button .text b,
.text-button .text strong {
  font-weight: 700;
}
.text-button .text ul {
  margin: 0 0 1.5em 0.5rem;
}
.text-button .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.text-button .text ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #585858;
  top: calc(24px / 2 - 3px);
}
.text-button .text ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.text-button .text ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding: 0 0 0 1.5rem;
}
.text-button .text ol li::before {
  position: absolute;
  font-weight: 500;
  content: counter(my-awesome-counter) ". ";
  left: 0;
}
.text-button .text a {
  white-space: nowrap;
}
.text-button .text blockquote {
  padding: 0 0 0 1.5rem;
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #79c8a1;
}
.text-button .text blockquote * {
  color: #afdec7;
}
.text-button .text *:last-child {
  margin-bottom: 0;
}
.text-button .button {
  margin-top: 2rem;
}
.gallery {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .gallery {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .gallery {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .gallery {
    margin-bottom: 3rem;
  }
}
.gallery.no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .gallery.margin-bottom-extra-large {
    margin-bottom: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .gallery.margin-bottom-extra-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .gallery.margin-bottom-extra-large {
    margin-bottom: 9rem;
  }
}
.gallery .text b,
.gallery .text strong {
  font-weight: 700;
}
.gallery .text ul {
  margin: 0 0 1.5em 0.5rem;
}
.gallery .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.gallery .text ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #585858;
  top: calc(24px / 2 - 3px);
}
.gallery .text ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.gallery .text ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding: 0 0 0 1.5rem;
}
.gallery .text ol li::before {
  position: absolute;
  font-weight: 500;
  content: counter(my-awesome-counter) ". ";
  left: 0;
}
.gallery .text a {
  white-space: nowrap;
}
.gallery .text blockquote {
  padding: 0 0 0 1.5rem;
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #79c8a1;
}
.gallery .text blockquote * {
  color: #afdec7;
}
.gallery .text *:last-child {
  margin-bottom: 0;
}
.gallery .gallery-inner {
  margin-top: 2rem;
}
.gallery .type-gallery .image {
  position: relative;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 5px;
  overflow: hidden;
}
.gallery .type-gallery .image::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: .5rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.gallery .type-gallery .image .ratio {
  display: block;
  padding-bottom: 66.66%;
}
.gallery .type-gallery .image.hidden {
  display: none;
}
.gallery .type-gallery .image.more::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #79c8a1;
  opacity: .8;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.gallery .type-gallery .image.more::after {
  display: none;
}
.gallery .type-gallery .image.more .count {
  position: absolute;
  font-weight: 700;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 5rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.gallery .type-gallery .image.more:hover::before {
  opacity: .9;
}
.gallery .type-gallery .image:hover:after {
  background-color: #79c8a1;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-zoom-white.svg');
  background-size: 3rem;
  opacity: .6;
}
.gallery .type-slider .slick-slider {
  position: relative;
}
.gallery .type-slider .slick-slider .slick-list {
  border-radius: .25rem;
}
.gallery .type-slider .slick-slider .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: .25rem;
}
.gallery .type-slider .slick-slider .slide .ratio {
  display: block;
  padding-bottom: 66.66%;
}
.gallery .type-slider .slick-slider .slick-arrow {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 6.5rem;
  background-color: #79c8a1;
  background-size: 1rem;
  overflow: hidden;
  color: transparent;
  border: none;
  outline: none;
  opacity: .3;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.gallery .type-slider .slick-slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-slider-left.svg');
  border-radius: 0 .5rem .5rem 0;
}
.gallery .type-slider .slick-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-slider-right.svg');
  border-radius: .5rem 0 0 .5rem;
}
.gallery .type-slider .slick-slider .slick-arrow:hover {
  opacity: .8;
  cursor: pointer;
}
.faq-wrapper .faq-module {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .faq-wrapper .faq-module {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .faq-wrapper .faq-module {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-wrapper .faq-module {
    margin-bottom: 3rem;
  }
}
.faq-wrapper .faq-module.no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .faq-wrapper .faq-module.margin-bottom-extra-large {
    margin-bottom: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .faq-wrapper .faq-module.margin-bottom-extra-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-wrapper .faq-module.margin-bottom-extra-large {
    margin-bottom: 9rem;
  }
}
.faq-wrapper .faq-module .text b,
.faq-wrapper .faq-module .text strong {
  font-weight: 700;
}
.faq-wrapper .faq-module .text ul {
  margin: 0 0 1.5em 0.5rem;
}
.faq-wrapper .faq-module .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.faq-wrapper .faq-module .text ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #585858;
  top: calc(24px / 2 - 3px);
}
.faq-wrapper .faq-module .text ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.faq-wrapper .faq-module .text ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding: 0 0 0 1.5rem;
}
.faq-wrapper .faq-module .text ol li::before {
  position: absolute;
  font-weight: 500;
  content: counter(my-awesome-counter) ". ";
  left: 0;
}
.faq-wrapper .faq-module .text a {
  white-space: nowrap;
}
.faq-wrapper .faq-module .text blockquote {
  padding: 0 0 0 1.5rem;
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #79c8a1;
}
.faq-wrapper .faq-module .text blockquote * {
  color: #afdec7;
}
.faq-wrapper .faq-module .text *:last-child {
  margin-bottom: 0;
}
.faq-wrapper .faq-item {
  margin-bottom: 1rem;
}
.faq-wrapper .faq-item .faq-title-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem .5rem 1.5rem;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.faq-wrapper .faq-item .faq-title-wrapper .faq-title {
  width: calc(100% - 2rem);
  margin: 0;
  font-size: 1.25rem;
}
.faq-wrapper .faq-item .faq-title-wrapper .faq-close {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-times.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq-wrapper .faq-item .faq-answer-wrapper {
  display: none;
  width: 100%;
}
.faq-wrapper .faq-item .faq-answer-wrapper *:last-child {
  margin-bottom: 0;
}
.faq-wrapper .faq-item .faq-answer-wrapper .faq-answer {
  padding: 1rem 1.5rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq-wrapper .faq-item.show .faq-title-wrapper {
  background: #ebebeb;
}
.faq-wrapper .faq-item.show .faq-title-wrapper .faq-close {
  transform: rotate(0);
}
.faq-wrapper .faq-item.show .faq-answer-wrapper .faq-answer {
  opacity: 1;
}
.faq-wrapper .faq-item:hover .faq-title-wrapper,
.faq-wrapper .faq-item:focus .faq-title-wrapper {
  background: #ebebeb;
}
.faq-wrapper .faq-item:hover .faq-title-wrapper .faq-close,
.faq-wrapper .faq-item:focus .faq-title-wrapper .faq-close {
  transform: rotate(-35deg);
}
@media only screen and (max-width: 767px) {
  .faq-wrapper .faq-items {
    margin-top: 2rem;
  }
}
.module {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .module {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .module {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .module {
    margin-bottom: 3rem;
  }
}
.module.no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .module.margin-bottom-extra-large {
    margin-bottom: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .module.margin-bottom-extra-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .module.margin-bottom-extra-large {
    margin-bottom: 9rem;
  }
}
.module .text b,
.module .text strong {
  font-weight: 700;
}
.module .text ul {
  margin: 0 0 1.5em 0.5rem;
}
.module .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module .text ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #585858;
  top: calc(24px / 2 - 3px);
}
.module .text ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.module .text ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding: 0 0 0 1.5rem;
}
.module .text ol li::before {
  position: absolute;
  font-weight: 500;
  content: counter(my-awesome-counter) ". ";
  left: 0;
}
.module .text a {
  white-space: nowrap;
}
.module .text blockquote {
  padding: 0 0 0 1.5rem;
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #79c8a1;
}
.module .text blockquote * {
  color: #afdec7;
}
.module .text *:last-child {
  margin-bottom: 0;
}
.module .content .buttons-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.module .module-inner {
  margin-top: 2rem;
}
.module .module-inner .module-overzicht-intro {
  padding-bottom: 3rem;
}
.module .module-inner .module-item {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: .5rem;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.module .module-inner .module-item .module-item-top .module-item-image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 66.66%;
}
.module .module-inner .module-item .module-item-top .module-item-image-wrapper .module-item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.module .module-inner .module-item .module-item-bottom {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.module .module-inner .module-item .module-item-bottom .module-item-title {
  font-size: 1.5rem;
}
.module .module-inner .module-item .module-link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 1.5rem;
  z-index: 0;
}
.module .module-inner .module-item .module-link::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  height: 0;
  background-color: #79c8a1;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.module .module-inner .module-item .module-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-arrow-right.svg');
  background-size: 1rem;
  background-position: center right 1.5rem;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
.module .module-inner .module-item .module-link .module-item-button {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.module .module-inner .module-item:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.module .module-inner .module-item:hover .module-link::before {
  height: 100%;
}
.module .module-inner .module-item:hover .module-link::after {
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: center right 1rem;
}
.module .module-inner .module-item:hover .module-link .module-item-button {
  color: #ffffff;
}
.module .module-inner .module-item.member .module-item-bottom {
  padding: 1.5rem;
}
.module .module-inner .module-item.member .module-item-bottom .module-item-title {
  margin-bottom: 0;
}
.module .module-inner .module-item.member .module-item-bottom .member-function {
  font-family: 'Great Vibes', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #79c8a1;
  font-size: 1.5rem;
  line-height: 1;
  font-size: .7rem;
}
@media only screen and (max-width: 991px) {
  .module .module-inner .module-item.member .module-item-bottom .member-function {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 767px) {
  .module .module-inner .module-item.member .module-item-bottom .member-function {
    font-size: 1.25rem;
  }
}
.module .module-inner .module-item.member .module-item-bottom .member-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
}
.module .module-inner .module-item.member .module-item-bottom .member-info a {
  margin-bottom: .5rem;
  color: #585858;
}
.module .module-inner .module-item.member .module-item-bottom .member-info a:last-of-type {
  margin-bottom: 0;
}
.module .module-inner .module-item.member .module-item-bottom .member-info .social-link {
  width: auto;
  height: auto;
  padding-left: 1.75rem;
  background-size: .9rem;
  background-position: center left;
}
.module .module-inner .module-item.member:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.module.services .module-item {
  position: relative;
  border-radius: .5rem;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.module.services .module-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .35;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
.module.services .module-item .module-item-inner {
  display: block;
  padding-bottom: 130%;
}
.module.services .module-item .module-item-content {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-align: center;
  pointer-events: none;
}
.module.services .module-item .module-item-content .module-item-title {
  position: relative;
  font-family: 'Junge', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
  margin-bottom: 0;
  font-size: 1.75rem;
  color: #ffffff;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .module.services .module-item .module-item-content .module-item-title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .module.services .module-item .module-item-content .module-item-title {
    font-size: 1.5rem;
  }
}
.module.services .module-item .module-item-content .module-item-title::after {
  position: absolute;
  border-radius: .5rem;
  content: '';
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #79c8a1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.module.services .module-item:hover::before {
  opacity: .5;
}
.module.services .module-item:hover .module-item-content .module-item-title::after {
  width: 3rem;
}
@media only screen and (max-width: 991px) {
  .module.services .module-item .module-item-content .module-item-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .module.services .module-item .module-item-content .module-item-title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 375px) {
  .module.services .module-item .module-item-inner {
    padding-bottom: 35%;
  }
}
@media only screen and (min-width: 992px) {
  .module.blog {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 991px) {
  .module.blog {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .module.blog {
    margin-bottom: 6rem;
  }
}
.module.blog .content {
  margin-bottom: 2rem;
}
.module.blog .module-item-col:nth-of-type(3n + 2) {
  transform: translateY(6.25rem);
}
.module.blog .module-item {
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
  opacity: 0;
  transition: none;
}
.module.blog .module-item .module-item-inner {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100%;
}
.module.blog .module-item .module-item-bottom .module-item-categories {
  margin-bottom: .5rem;
}
.module.blog .module-item .module-item-bottom .module-item-categories * {
  font-family: 'Great Vibes', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #79c8a1;
  font-size: 1.5rem;
  line-height: 1;
  font-size: 1.25rem;
}
@media only screen and (max-width: 991px) {
  .module.blog .module-item .module-item-bottom .module-item-categories * {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 767px) {
  .module.blog .module-item .module-item-bottom .module-item-categories * {
    font-size: 1.25rem;
  }
}
.module.blog .module-item .module-item-bottom .module-item-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.module.blog .module-item .module-item-bottom p {
  margin-bottom: 0;
}
.module.blog .module-item .module-link {
  margin-top: auto;
  padding-top: 1.5rem;
}
.module.blog .module-item .module-link::before,
.module.blog .module-item .module-link::after {
  display: none;
}
.module.blog .module-item .module-link .module-item-button {
  display: inline-block;
  font-weight: 500;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  color: #ffffff;
  background-color: #c8a179;
  border: 2px solid #c8a179;
  line-height: 1;
  text-align: center;
  transition: all .3s ease;
  padding: .5rem 1rem;
}
.module.blog .module-item .module-link .module-item-button:hover {
  background-color: #bc8d5c;
  border-color: #bc8d5c;
}
.module.blog .module-item .module-link .module-item-button.back {
  padding-left: 1.5rem;
  color: #79c8a1;
  background-color: transparent;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-left-actie.svg');
  background-size: .5rem;
  background-position: center left .5rem;
  background-repeat: no-repeat;
}
.module.blog .module-item .module-link .module-item-button.back:hover {
  background-position: center left;
}
.module.blog .module-item .module-link .module-item-button.outline {
  color: #c8a179;
  background-color: transparent;
}
.module.blog .module-item .module-link .module-item-button.outline:hover {
  color: #ffffff;
  background-color: #bc8d5c;
}
.module.blog .module-item .module-link .module-item-button.white {
  color: #79c8a1;
  background-color: #ffffff;
  border-color: #ffffff;
}
.module.blog .module-item .module-link .module-item-button.white:hover {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.module.blog .module-item .module-link .module-item-button.white.outline {
  color: #ffffff;
  background-color: transparent;
}
.module.blog .module-item .module-link .module-item-button.white.outline:hover {
  background-color: #79c8a1;
}
.module.blog .module-item .module-link .module-item-button.action {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.module.blog .module-item .module-link .module-item-button.action:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.module.blog .module-item .module-link .module-item-button.action.outline {
  color: #79c8a1;
  background-color: transparent;
}
.module.blog .module-item .module-link .module-item-button.action.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
.module.blog .module-item:hover {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .module.blog .module-item-col:nth-of-type(3n + 2) {
    transform: none;
  }
  .module.blog .module-item-col:nth-of-type(even) {
    transform: translateY(6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .module.blog .content {
    margin-bottom: 0;
  }
  .module.blog .module-item-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .module.blog .content {
    margin-bottom: 0;
  }
  .module.blog .module-item-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .module.blog .module-item-col:nth-of-type(even) {
    transform: none;
  }
}
.module-overzicht-intro .categories .category-title,
.single-intro .categories .category-title {
  font-family: 'Junge', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .module-overzicht-intro .categories .category-title,
  .single-intro .categories .category-title {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht-intro .categories .category-title,
  .single-intro .categories .category-title {
    font-size: 1.1rem;
  }
}
.module-overzicht-intro .categories .category,
.single-intro .categories .category {
  display: inline-block;
  padding: .25rem 1rem;
  margin: .5rem .25rem;
  border-radius: .5rem;
  font-size: .9rem;
  color: #585858;
  background: #ffffff;
  border: 2px solid #79c8a1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.module-overzicht-intro .categories .category:first-child,
.single-intro .categories .category:first-child {
  margin-left: 0;
}
.module-overzicht-intro .categories .category:last-child,
.single-intro .categories .category:last-child {
  margin-right: 0;
}
.module-overzicht-intro .categories .category.active,
.single-intro .categories .category.active {
  color: #ffffff;
  background: #79c8a1;
  border-color: #79c8a1;
}
.module-overzicht-intro .categories .category.link,
.single-intro .categories .category.link {
  text-decoration: none;
}
.module-overzicht-intro .categories .category.link:hover,
.single-intro .categories .category.link:hover {
  border-color: #79c8a1;
}
@media only screen and (max-width: 767px) {
  .module-overzicht-intro .categories .category,
  .single-intro .categories .category {
    font-size: .8rem;
    padding: .25rem .75rem;
  }
}
.single-intro {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .single-intro {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .single-intro {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-intro {
    margin-bottom: 3rem;
  }
}
.single-intro.no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .single-intro.margin-bottom-extra-large {
    margin-bottom: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .single-intro.margin-bottom-extra-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-intro.margin-bottom-extra-large {
    margin-bottom: 9rem;
  }
}
.single-intro .text b,
.single-intro .text strong {
  font-weight: 700;
}
.single-intro .text ul {
  margin: 0 0 1.5em 0.5rem;
}
.single-intro .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.single-intro .text ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #585858;
  top: calc(24px / 2 - 3px);
}
.single-intro .text ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.single-intro .text ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding: 0 0 0 1.5rem;
}
.single-intro .text ol li::before {
  position: absolute;
  font-weight: 500;
  content: counter(my-awesome-counter) ". ";
  left: 0;
}
.single-intro .text a {
  white-space: nowrap;
}
.single-intro .text blockquote {
  padding: 0 0 0 1.5rem;
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #79c8a1;
}
.single-intro .text blockquote * {
  color: #afdec7;
}
.single-intro .text *:last-child {
  margin-bottom: 0;
}
.single-intro .content .title {
  margin-bottom: .5rem;
}
.single-intro .content .categories {
  margin-bottom: 2rem;
}
.single-intro .content .text {
  margin-bottom: 3rem;
}
.single-intro .content .buttons-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.single-intro .index-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
}
.single-intro .index-wrapper .index {
  width: 100%;
  padding: 2rem;
  margin-bottom: 3rem;
  background-color: #F4F4F4;
  border-radius: .25rem;
}
.single-intro .index-wrapper .index .index-title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.single-intro .index-wrapper .index .index-items li {
  margin-bottom: .25rem;
}
.single-intro .index-wrapper .index .index-items li:last-of-type {
  margin-bottom: 0;
}
.single-intro .index-wrapper .index .index-items li a {
  color: #79c8a1;
}
.single-intro .index-wrapper .index .index-items li a:hover {
  padding-left: 1.5rem;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-down-actie.svg');
  background-size: .75rem;
  background-position: center left;
  background-repeat: no-repeat;
}
.single-intro .single-banner img {
  width: 100%;
  height: auto;
  border-radius: .25rem;
}
.diensten-intro {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .diensten-intro {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .diensten-intro {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .diensten-intro {
    margin-bottom: 3rem;
  }
}
.diensten-intro.no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .diensten-intro.margin-bottom-extra-large {
    margin-bottom: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .diensten-intro.margin-bottom-extra-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .diensten-intro.margin-bottom-extra-large {
    margin-bottom: 9rem;
  }
}
.diensten-intro .text b,
.diensten-intro .text strong {
  font-weight: 700;
}
.diensten-intro .text ul {
  margin: 0 0 1.5em 0.5rem;
}
.diensten-intro .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.diensten-intro .text ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #585858;
  top: calc(24px / 2 - 3px);
}
.diensten-intro .text ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.diensten-intro .text ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding: 0 0 0 1.5rem;
}
.diensten-intro .text ol li::before {
  position: absolute;
  font-weight: 500;
  content: counter(my-awesome-counter) ". ";
  left: 0;
}
.diensten-intro .text a {
  white-space: nowrap;
}
.diensten-intro .text blockquote {
  padding: 0 0 0 1.5rem;
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #79c8a1;
}
.diensten-intro .text blockquote * {
  color: #afdec7;
}
.diensten-intro .text *:last-child {
  margin-bottom: 0;
}
.diensten-intro .content .title {
  margin-bottom: .5rem;
}
.diensten-intro .content .categories {
  margin-bottom: 2rem;
}
.diensten-intro .content .text {
  margin-bottom: 3rem;
}
.diensten-intro .index-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
}
.diensten-intro .index-wrapper .index {
  width: 100%;
  padding: 2rem;
  margin-bottom: 3rem;
  background-color: #F4F4F4;
  border-radius: .25rem;
}
.diensten-intro .index-wrapper .index .index-title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.diensten-intro .index-wrapper .index .index-items li {
  margin-bottom: .25rem;
}
.diensten-intro .index-wrapper .index .index-items li:last-of-type {
  margin-bottom: 0;
}
.diensten-intro .index-wrapper .index .index-items li a {
  color: #79c8a1;
}
.diensten-intro .index-wrapper .index .index-items li a:hover {
  padding-left: 1.5rem;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-down-actie.svg');
  background-size: .75rem;
  background-position: center left;
  background-repeat: no-repeat;
}
.diensten-intro .single-banner img {
  width: 100%;
  height: auto;
  border-radius: .25rem;
}
.sitemap .sitemap-group {
  margin-bottom: 2rem;
}
.sitemap ul {
  column-count: 3;
}
.sitemap ul li {
  display: block;
  break-inside: avoid-column;
}
.sitemap ul li a {
  white-space: pre-wrap !important;
}
.sitemap ul li .sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0;
}
.sitemap ul li .sub li {
  width: 100%;
  column-count: 0;
  break-inside: unset;
}
.instagram-feed {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .instagram-feed {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .instagram-feed {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-feed {
    margin-bottom: 3rem;
  }
}
.instagram-feed.no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .instagram-feed.margin-bottom-extra-large {
    margin-bottom: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .instagram-feed.margin-bottom-extra-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-feed.margin-bottom-extra-large {
    margin-bottom: 9rem;
  }
}
.instagram-feed .text b,
.instagram-feed .text strong {
  font-weight: 700;
}
.instagram-feed .text ul {
  margin: 0 0 1.5em 0.5rem;
}
.instagram-feed .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.instagram-feed .text ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #585858;
  top: calc(24px / 2 - 3px);
}
.instagram-feed .text ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.instagram-feed .text ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding: 0 0 0 1.5rem;
}
.instagram-feed .text ol li::before {
  position: absolute;
  font-weight: 500;
  content: counter(my-awesome-counter) ". ";
  left: 0;
}
.instagram-feed .text a {
  white-space: nowrap;
}
.instagram-feed .text blockquote {
  padding: 0 0 0 1.5rem;
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #79c8a1;
}
.instagram-feed .text blockquote * {
  color: #afdec7;
}
.instagram-feed .text *:last-child {
  margin-bottom: 0;
}
.instagram-feed .instagram-top {
  padding-top: 6rem;
  mask-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/mask-top.svg');
  mask-size: clamp(100vw, 50vw, 1600px);
  mask-repeat: no-repeat;
  mask-position: top center;
  background: #79c8a1;
}
@media only screen and (max-width: 991px) {
  .instagram-feed .instagram-top {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-feed .instagram-top {
    padding-top: 3rem;
  }
}
.instagram-feed .instagram-bottom {
  padding-bottom: 6rem;
  mask-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/mask-bottom.svg');
  mask-size: clamp(100vw, 50vw, 1600px);
  mask-repeat: no-repeat;
  mask-position: bottom center;
  background: #79c8a1;
}
@media only screen and (max-width: 991px) {
  .instagram-feed .instagram-bottom {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-feed .instagram-bottom {
    padding-bottom: 3rem;
  }
}
.instagram-feed .instagram-content {
  width: 110vw;
  margin-left: -5vw;
  background: #79c8a1;
}
.instagram-feed .instagram-content .instagram-feed-inner {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  max-width: 2000px;
  margin: 0 auto;
}
.instagram-feed .instagram-content .instagram-feed-inner .feed-item {
  position: relative;
  flex: 5;
  height: 100%;
}
.instagram-feed .instagram-content .instagram-feed-inner .feed-item .feed-item-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: .5rem;
  width: 100%;
}
.instagram-feed .instagram-content .instagram-feed-inner .feed-item .feed-item-image .ratio {
  display: block;
  width: 100%;
  padding-bottom: 130%;
}
.instagram-feed .instagram-content .instagram-feed-inner .feed-item:nth-of-type(1) {
  flex: 3;
}
.instagram-feed .instagram-content .instagram-feed-inner .feed-item:nth-of-type(2) {
  flex: 4;
}
.instagram-feed .instagram-content .instagram-feed-inner .feed-item:nth-of-type(4) {
  flex: 3;
}
.instagram-feed .instagram-content .instagram-feed-inner .feed-item:nth-of-type(5) {
  flex: 4;
}
.instagram-feed .instagram-content .instagram-feed-inner .feed-item.video::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-play-white.svg') center center no-repeat;
  background-size: 3rem;
  transition: .3s ease;
  pointer-events: none;
}
.instagram-feed .instagram-content .instagram-feed-inner .feed-item.video:hover::after {
  background-size: 3.25rem;
}
.instagram-feed .buttons-wrapper {
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .instagram-feed .instagram-content .instagram-feed-inner .feed-item:nth-of-type(1) {
    display: none;
  }
  .instagram-feed .instagram-content .instagram-feed-inner .feed-item.video::after {
    background-size: 2.75rem;
  }
  .instagram-feed .instagram-content .instagram-feed-inner .feed-item.video:hover::after {
    background-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-feed .instagram-content .instagram-feed-inner .feed-item:nth-of-type(5) {
    display: none;
  }
  .instagram-feed .instagram-content .instagram-feed-inner .feed-item.video::after {
    background-size: 2.5rem;
  }
  .instagram-feed .instagram-content .instagram-feed-inner .feed-item.video:hover::after {
    background-size: 2.75rem;
  }
}
.reviews {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .reviews {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .reviews {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .reviews {
    margin-bottom: 3rem;
  }
}
.reviews.no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .reviews.margin-bottom-extra-large {
    margin-bottom: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .reviews.margin-bottom-extra-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .reviews.margin-bottom-extra-large {
    margin-bottom: 9rem;
  }
}
.reviews .text b,
.reviews .text strong {
  font-weight: 700;
}
.reviews .text ul {
  margin: 0 0 1.5em 0.5rem;
}
.reviews .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.reviews .text ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #585858;
  top: calc(24px / 2 - 3px);
}
.reviews .text ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.reviews .text ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding: 0 0 0 1.5rem;
}
.reviews .text ol li::before {
  position: absolute;
  font-weight: 500;
  content: counter(my-awesome-counter) ". ";
  left: 0;
}
.reviews .text a {
  white-space: nowrap;
}
.reviews .text blockquote {
  padding: 0 0 0 1.5rem;
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #79c8a1;
}
.reviews .text blockquote * {
  color: #afdec7;
}
.reviews .text *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .reviews {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 991px) {
  .reviews {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .reviews {
    margin-bottom: 6rem;
  }
}
.reviews .reviews-inner {
  position: relative;
}
.reviews .reviews-inner::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  transform: translateY(-2rem);
  width: calc(100% + 10rem);
  height: 100%;
  margin-left: -5rem;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/mask-line.svg');
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.reviews .reviews-wrapper {
  width: calc(100% + 2rem);
  padding: 1rem;
  margin-top: -1rem;
  margin-left: -1rem;
  overflow: hidden;
}
.reviews .reviews-wrapper .slick-list {
  margin: 0 -2rem;
  overflow: visible;
}
.reviews .reviews-wrapper .slick-slide {
  margin: 0 2rem;
}
.reviews .reviews-wrapper .reviews-slider-dots {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.reviews .reviews-wrapper .reviews-slider-dots .slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
}
.reviews .reviews-wrapper .reviews-slider-dots .slick-dots li {
  position: relative;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
.reviews .reviews-wrapper .reviews-slider-dots .slick-dots li::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  color: transparent;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.reviews .reviews-wrapper .reviews-slider-dots .slick-dots li button {
  display: none;
}
.reviews .reviews-wrapper .reviews-slider-dots .slick-dots li:hover::before,
.reviews .reviews-wrapper .reviews-slider-dots .slick-dots li:focus::before,
.reviews .reviews-wrapper .reviews-slider-dots .slick-dots li.slick-active::before {
  background-color: #ffffff;
}
.reviews .reviews-wrapper .reviews-slider {
  position: relative;
}
.reviews .reviews-wrapper .reviews-slider .review {
  border-radius: .5rem;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  padding: 2rem 3rem;
  background-color: #ffffff;
}
.reviews .reviews-wrapper .reviews-slider .review .review-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.reviews .reviews-wrapper .reviews-slider .review .review-top .review-title {
  font-weight: 500;
  margin-bottom: 0;
  color: #000000;
}
.reviews .reviews-wrapper .reviews-slider .review .review-top .stars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.reviews .reviews-wrapper .reviews-slider .review .review-top .stars .star {
  width: 18px;
  height: 18px;
  background: center center no-repeat;
}
.reviews .reviews-wrapper .reviews-slider .review .review-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.reviews .reviews-wrapper .reviews-slider .review .review-bottom .review-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.reviews .reviews-wrapper .reviews-slider .review .review-bottom .review-name {
  font-weight: 500;
  margin: 0;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .reviews .reviews-inner::before {
    width: 120vw;
    margin-left: -15vw;
    transform: translateY(-1.5rem);
  }
  .reviews .reviews-wrapper {
    width: 90%;
    margin-top: 1rem;
    overflow: visible;
  }
  .reviews .reviews-wrapper .slick-list {
    margin: 0 -1rem;
  }
  .reviews .reviews-wrapper .slick-slide {
    margin: 0 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .reviews .reviews-inner::before {
    width: 160%;
    height: 10rem;
    margin-left: -40%;
    transform: translateY(-1rem);
  }
  .reviews .reviews-wrapper {
    width: 95%;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 375px) {
  .reviews .reviews-inner::before {
    width: 200%;
    height: 10rem;
    margin-left: -70%;
    transform: translateY(-0.75rem);
  }
}
.product-highlight {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .product-highlight {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .product-highlight {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .product-highlight {
    margin-bottom: 3rem;
  }
}
.product-highlight.no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .product-highlight.margin-bottom-extra-large {
    margin-bottom: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .product-highlight.margin-bottom-extra-large {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .product-highlight.margin-bottom-extra-large {
    margin-bottom: 9rem;
  }
}
.product-highlight .text b,
.product-highlight .text strong {
  font-weight: 700;
}
.product-highlight .text ul {
  margin: 0 0 1.5em 0.5rem;
}
.product-highlight .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.product-highlight .text ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #585858;
  top: calc(24px / 2 - 3px);
}
.product-highlight .text ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.product-highlight .text ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding: 0 0 0 1.5rem;
}
.product-highlight .text ol li::before {
  position: absolute;
  font-weight: 500;
  content: counter(my-awesome-counter) ". ";
  left: 0;
}
.product-highlight .text a {
  white-space: nowrap;
}
.product-highlight .text blockquote {
  padding: 0 0 0 1.5rem;
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #79c8a1;
}
.product-highlight .text blockquote * {
  color: #afdec7;
}
.product-highlight .text *:last-child {
  margin-bottom: 0;
}
.product-highlight .content {
  margin-top: 6rem;
}
.product-highlight .content .buttons-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.product-highlight .products-wrapper ul.products[class*=columns-] li.product:nth-of-type(2n) {
  transform: translateY(10rem);
}
.product-highlight .products-wrapper.order-last ul.products[class*=columns-] {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .product-highlight .content {
    margin-bottom: 2rem;
  }
  .product-highlight .products-wrapper {
    order: 2;
  }
}
@media only screen and (max-width: 575px) {
  .product-highlight .products-wrapper ul.products[class*=columns-] li.product:nth-of-type(2n) {
    transform: translateY(5rem);
  }
}
@media only screen and (max-width: 375px) {
  .product-highlight .products-wrapper ul.products[class*=columns-] li.product:nth-of-type(2n) {
    transform: translateY(0);
  }
}
.single-blog .banner {
  background: #79c8a1;
  background-image: none !important;
}
.single-blog .banner::before {
  display: none;
}
.single-blog .banner .content * {
  color: #ffffff;
}
.single-blog .banner .content .title {
  font-family: 'Junge', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
  max-width: 650px;
  padding-bottom: 1.5rem;
  margin: 0 auto 1.5rem;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .single-blog .banner .content .title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog .banner .content .title {
    font-size: 1.5rem;
  }
}
.single-blog .banner .content .title::after {
  background-color: #c8a179;
}
.single-blog .single-intro .content .text {
  margin-bottom: 0;
}
.single-blog .single-intro .media-container {
  position: relative;
  display: block;
  border-radius: .5rem;
  width: 100%;
  margin-top: -6rem;
  margin-bottom: 4rem;
  overflow: hidden;
}
.single-blog .single-intro .media-container img {
  width: 100%;
  height: auto;
}
.single-blog .single-intro .media-container video {
  width: 100%;
  height: auto;
}
.single-blog .single-intro .media-container .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.single-blog .single-intro .media-container .video-overlay .play {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-play-white.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-blog .single-intro .media-container .video-overlay .play-text {
  font-family: 'Great Vibes', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #79c8a1;
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .single-blog .single-intro .media-container .video-overlay .play-text {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog .single-intro .media-container .video-overlay .play-text {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .single-blog .single-intro .media-container {
    margin-top: -5rem;
  }
}
@media only screen and (max-width: 991px) {
  .single-blog .single-intro .media-container {
    margin-top: -4rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog .single-intro .media-container {
    margin-top: -3rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog .single-intro .media-container {
    margin-bottom: 2rem;
  }
}
.cart-button {
  position: relative;
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 1.5rem;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-cart-white.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cart-button .count {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  align-items: center;
  justify-content: center;
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  color: #ffffff;
  background: #79c8a1;
  font-size: .65rem;
  line-height: 1;
  text-align: center;
}
.add-to-cart {
  display: inline-block;
  font-weight: 500;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  background-color: #c8a179;
  border: 2px solid #c8a179;
  line-height: 1;
  text-align: center;
  transition: all .3s ease;
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  align-items: center;
  justify-content: center;
  bottom: .6rem;
  right: .6rem;
  padding: .5rem 1rem;
  text-indent: -999px;
}
.add-to-cart:hover {
  background-color: #bc8d5c;
  border-color: #bc8d5c;
}
.add-to-cart.back {
  padding-left: 1.5rem;
  color: #79c8a1;
  background-color: transparent;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-left-actie.svg');
  background-size: .5rem;
  background-position: center left .5rem;
  background-repeat: no-repeat;
}
.add-to-cart.back:hover {
  background-position: center left;
}
.add-to-cart.outline {
  color: #c8a179;
  background-color: transparent;
}
.add-to-cart.outline:hover {
  color: #ffffff;
  background-color: #bc8d5c;
}
.add-to-cart.white {
  color: #79c8a1;
  background-color: #ffffff;
  border-color: #ffffff;
}
.add-to-cart.white:hover {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.add-to-cart.white.outline {
  color: #ffffff;
  background-color: transparent;
}
.add-to-cart.white.outline:hover {
  background-color: #79c8a1;
}
.add-to-cart.action {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.add-to-cart.action:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.add-to-cart.action.outline {
  color: #79c8a1;
  background-color: transparent;
}
.add-to-cart.action.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
.add-to-cart:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.add-to-cart.outline {
  color: #79c8a1;
  background-color: transparent;
}
.add-to-cart.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
.add-to-cart::after {
  display: block;
  content: '';
  background: center center no-repeat;
  background-size: contain;
  background-image: url(https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-cart-white.svg);
  width: 1rem;
  height: 1.1rem;
}
.quantity-container {
  float: none !important;
  overflow: hidden;
}
.quantity-container input.qty {
  width: 4rem;
  height: 2.5rem;
  border: none;
}
.quantity-container .options {
  display: none;
}
.quantity-container.styled {
  display: inline-flex;
  position: relative;
}
.quantity-container.styled input.qty {
  font-weight: 500;
  margin: 0 1.5rem;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #c8a179;
  text-align: center;
  color: #c8a179;
  font-size: 1rem;
  -moz-appearance: textfield;
  border-radius: 0;
}
.quantity-container.styled input.qty::-webkit-outer-spin-button,
.quantity-container.styled input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-container.styled .options {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  flex-direction: column;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.quantity-container.styled .options .option {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  top: 0;
  align-items: center;
  justify-content: center;
  color: #c8a179;
  height: 100%;
  text-align: center;
  border: 1px solid #c8a179;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  background-color: #ffffff;
  width: 1.5rem;
}
.quantity-container.styled .options .option:hover {
  color: #ffffff;
  background-color: #c8a179;
}
.quantity-container.styled .options .plus {
  border-radius: 0 5px 5px 0;
  right: 0;
  border-left: 0;
}
.quantity-container.styled .options .min {
  border-radius: 5px 0 0 5px;
  left: 0;
  border-right: 0;
}
.product-item-styling {
  position: relative;
  border-radius: .5rem;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  margin: 0;
  overflow: hidden;
  background: #ffffff;
}
.product-item-styling .woocommerce-loop-product__link {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-image {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-image .ratio {
  padding-bottom: 75%;
  display: block;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-content {
  display: block;
  padding: 1.25rem 1.5rem;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-content .woocommerce-loop-product__title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-weight: 500;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.25rem;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-content .stock-status {
  font-weight: 500;
  margin-bottom: .5rem;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-content .stock-status.status-0 {
  color: red;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-content .stock-status.status-1 {
  color: #b3af54;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-content .stock-status.status-2 {
  color: #c8a179;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  width: calc(100% - 5rem);
  margin-top: 1rem;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-bottom .price {
  display: flex;
  flex-wrap: wrap;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-weight: 500;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
  margin: 0;
  color: #79c8a1;
  font-size: 1.25rem;
  line-height: 1;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-bottom .price span {
  color: #79c8a1;
  line-height: 1;
  text-decoration: none;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-bottom .price span.woocommerce-Price-amount {
  font-weight: 500;
  font-size: 1.25rem;
  margin-right: .5rem;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-bottom .price del {
  color: #79c8a1;
  font-size: .8rem;
  font-weight: 500;
  opacity: 1;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-bottom .price del bdi {
  position: relative;
  text-decoration: line-through;
  text-decoration-color: #79c8a1;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-bottom .price del bdi::after {
  position: absolute;
  content: '';
  top: 50%;
  left: -3px;
  transform: translateY(-50%) rotate(-5deg);
  width: calc(100% + 6px);
  height: 1px;
  background-color: #79c8a1;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-bottom .price del span {
  color: #79c8a1;
  font-weight: 500;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-bottom .price del span.woocommerce-Price-amount {
  color: #79c8a1;
  font-size: .8rem;
  font-weight: 500;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-bottom .price ins {
  text-decoration: none;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-bottom .price .woocommerce-Price-currencySymbol {
  display: none;
}
.product-item-styling .woocommerce-loop-product__link .shop-item-bottom .discount {
  font-family: 'Junge', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
  margin: 0;
  margin-top: .25rem;
  color: #c8a179;
  line-height: 1.1 !important;
}
@media only screen and (max-width: 991px) {
  .product-item-styling .woocommerce-loop-product__link .shop-item-bottom .discount {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 767px) {
  .product-item-styling .woocommerce-loop-product__link .shop-item-bottom .discount {
    font-size: 1.1rem;
  }
}
.product-item-styling a.ajax_add_to_cart,
.product-item-styling a.product_type_variable.add_to_cart_button,
.product-item-styling a.product_type_simple,
.product-item-styling a.product_type_variable {
  display: inline-block;
  font-weight: 500;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  background-color: #c8a179;
  border: 2px solid #c8a179;
  line-height: 1;
  text-align: center;
  transition: all .3s ease;
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  align-items: center;
  justify-content: center;
  bottom: .6rem;
  right: .6rem;
  padding: .5rem 1rem;
  text-indent: -999px;
}
.product-item-styling a.ajax_add_to_cart:hover,
.product-item-styling a.product_type_variable.add_to_cart_button:hover,
.product-item-styling a.product_type_simple:hover,
.product-item-styling a.product_type_variable:hover {
  background-color: #bc8d5c;
  border-color: #bc8d5c;
}
.product-item-styling a.ajax_add_to_cart.back,
.product-item-styling a.product_type_variable.add_to_cart_button.back,
.product-item-styling a.product_type_simple.back,
.product-item-styling a.product_type_variable.back {
  padding-left: 1.5rem;
  color: #79c8a1;
  background-color: transparent;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-left-actie.svg');
  background-size: .5rem;
  background-position: center left .5rem;
  background-repeat: no-repeat;
}
.product-item-styling a.ajax_add_to_cart.back:hover,
.product-item-styling a.product_type_variable.add_to_cart_button.back:hover,
.product-item-styling a.product_type_simple.back:hover,
.product-item-styling a.product_type_variable.back:hover {
  background-position: center left;
}
.product-item-styling a.ajax_add_to_cart.outline,
.product-item-styling a.product_type_variable.add_to_cart_button.outline,
.product-item-styling a.product_type_simple.outline,
.product-item-styling a.product_type_variable.outline {
  color: #c8a179;
  background-color: transparent;
}
.product-item-styling a.ajax_add_to_cart.outline:hover,
.product-item-styling a.product_type_variable.add_to_cart_button.outline:hover,
.product-item-styling a.product_type_simple.outline:hover,
.product-item-styling a.product_type_variable.outline:hover {
  color: #ffffff;
  background-color: #bc8d5c;
}
.product-item-styling a.ajax_add_to_cart.white,
.product-item-styling a.product_type_variable.add_to_cart_button.white,
.product-item-styling a.product_type_simple.white,
.product-item-styling a.product_type_variable.white {
  color: #79c8a1;
  background-color: #ffffff;
  border-color: #ffffff;
}
.product-item-styling a.ajax_add_to_cart.white:hover,
.product-item-styling a.product_type_variable.add_to_cart_button.white:hover,
.product-item-styling a.product_type_simple.white:hover,
.product-item-styling a.product_type_variable.white:hover {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.product-item-styling a.ajax_add_to_cart.white.outline,
.product-item-styling a.product_type_variable.add_to_cart_button.white.outline,
.product-item-styling a.product_type_simple.white.outline,
.product-item-styling a.product_type_variable.white.outline {
  color: #ffffff;
  background-color: transparent;
}
.product-item-styling a.ajax_add_to_cart.white.outline:hover,
.product-item-styling a.product_type_variable.add_to_cart_button.white.outline:hover,
.product-item-styling a.product_type_simple.white.outline:hover,
.product-item-styling a.product_type_variable.white.outline:hover {
  background-color: #79c8a1;
}
.product-item-styling a.ajax_add_to_cart.action,
.product-item-styling a.product_type_variable.add_to_cart_button.action,
.product-item-styling a.product_type_simple.action,
.product-item-styling a.product_type_variable.action {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.product-item-styling a.ajax_add_to_cart.action:hover,
.product-item-styling a.product_type_variable.add_to_cart_button.action:hover,
.product-item-styling a.product_type_simple.action:hover,
.product-item-styling a.product_type_variable.action:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.product-item-styling a.ajax_add_to_cart.action.outline,
.product-item-styling a.product_type_variable.add_to_cart_button.action.outline,
.product-item-styling a.product_type_simple.action.outline,
.product-item-styling a.product_type_variable.action.outline {
  color: #79c8a1;
  background-color: transparent;
}
.product-item-styling a.ajax_add_to_cart.action.outline:hover,
.product-item-styling a.product_type_variable.add_to_cart_button.action.outline:hover,
.product-item-styling a.product_type_simple.action.outline:hover,
.product-item-styling a.product_type_variable.action.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
.product-item-styling a.ajax_add_to_cart:hover,
.product-item-styling a.product_type_variable.add_to_cart_button:hover,
.product-item-styling a.product_type_simple:hover,
.product-item-styling a.product_type_variable:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.product-item-styling a.ajax_add_to_cart.outline,
.product-item-styling a.product_type_variable.add_to_cart_button.outline,
.product-item-styling a.product_type_simple.outline,
.product-item-styling a.product_type_variable.outline {
  color: #79c8a1;
  background-color: transparent;
}
.product-item-styling a.ajax_add_to_cart.outline:hover,
.product-item-styling a.product_type_variable.add_to_cart_button.outline:hover,
.product-item-styling a.product_type_simple.outline:hover,
.product-item-styling a.product_type_variable.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
.product-item-styling a.ajax_add_to_cart::after,
.product-item-styling a.product_type_variable.add_to_cart_button::after,
.product-item-styling a.product_type_simple::after,
.product-item-styling a.product_type_variable::after {
  display: block;
  content: '';
  background: center center no-repeat;
  background-size: contain;
  background-image: url(https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-cart-white.svg);
  width: 1rem;
  height: 1.1rem;
}
.woocommerce .website-content {
  padding-top: 0;
}
.woocommerce ul.products[class*=columns-] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.woocommerce ul.products[class*=columns-]::before,
.woocommerce ul.products[class*=columns-]::after {
  display: none;
}
.woocommerce ul.products[class*=columns-].columns-2 li.product {
  width: calc(100% / 2 - (1rem / 2));
}
.woocommerce ul.products[class*=columns-].columns-3 li.product {
  width: calc(100% / 3 - (2rem / 3));
}
.woocommerce ul.products[class*=columns-].columns-4 li.product {
  width: calc(100% / 4 - (3rem / 4));
}
.woocommerce ul.products[class*=columns-] li.product {
  position: relative;
  border-radius: .5rem;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  margin: 0;
  overflow: hidden;
  background: #ffffff;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-image {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-image .ratio {
  padding-bottom: 75%;
  display: block;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-content {
  display: block;
  padding: 1.25rem 1.5rem;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-content .woocommerce-loop-product__title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-weight: 500;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.25rem;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-content .stock-status {
  font-weight: 500;
  margin-bottom: .5rem;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-content .stock-status.status-0 {
  color: red;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-content .stock-status.status-1 {
  color: #b3af54;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-content .stock-status.status-2 {
  color: #c8a179;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  width: calc(100% - 5rem);
  margin-top: 1rem;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-bottom .price {
  display: flex;
  flex-wrap: wrap;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-weight: 500;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
  margin: 0;
  color: #79c8a1;
  font-size: 1.25rem;
  line-height: 1;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-bottom .price span {
  color: #79c8a1;
  line-height: 1;
  text-decoration: none;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-bottom .price span.woocommerce-Price-amount {
  font-weight: 500;
  font-size: 1.25rem;
  margin-right: .5rem;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-bottom .price del {
  color: #79c8a1;
  font-size: .8rem;
  font-weight: 500;
  opacity: 1;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-bottom .price del bdi {
  position: relative;
  text-decoration: line-through;
  text-decoration-color: #79c8a1;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-bottom .price del bdi::after {
  position: absolute;
  content: '';
  top: 50%;
  left: -3px;
  transform: translateY(-50%) rotate(-5deg);
  width: calc(100% + 6px);
  height: 1px;
  background-color: #79c8a1;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-bottom .price del span {
  color: #79c8a1;
  font-weight: 500;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-bottom .price del span.woocommerce-Price-amount {
  color: #79c8a1;
  font-size: .8rem;
  font-weight: 500;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-bottom .price ins {
  text-decoration: none;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-bottom .price .woocommerce-Price-currencySymbol {
  display: none;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-bottom .discount {
  font-family: 'Junge', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
  margin: 0;
  margin-top: .25rem;
  color: #c8a179;
  line-height: 1.1 !important;
}
@media only screen and (max-width: 991px) {
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-bottom .discount {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__link .shop-item-bottom .discount {
    font-size: 1.1rem;
  }
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable {
  display: inline-block;
  font-weight: 500;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  background-color: #c8a179;
  border: 2px solid #c8a179;
  line-height: 1;
  text-align: center;
  transition: all .3s ease;
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  align-items: center;
  justify-content: center;
  bottom: .6rem;
  right: .6rem;
  padding: .5rem 1rem;
  text-indent: -999px;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable:hover {
  background-color: #bc8d5c;
  border-color: #bc8d5c;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart.back,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button.back,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple.back,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.back {
  padding-left: 1.5rem;
  color: #79c8a1;
  background-color: transparent;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-left-actie.svg');
  background-size: .5rem;
  background-position: center left .5rem;
  background-repeat: no-repeat;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart.back:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button.back:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple.back:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.back:hover {
  background-position: center left;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart.outline,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button.outline,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple.outline,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.outline {
  color: #c8a179;
  background-color: transparent;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart.outline:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button.outline:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple.outline:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.outline:hover {
  color: #ffffff;
  background-color: #bc8d5c;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart.white,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button.white,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple.white,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.white {
  color: #79c8a1;
  background-color: #ffffff;
  border-color: #ffffff;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart.white:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button.white:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple.white:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.white:hover {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart.white.outline,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button.white.outline,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple.white.outline,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.white.outline {
  color: #ffffff;
  background-color: transparent;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart.white.outline:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button.white.outline:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple.white.outline:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.white.outline:hover {
  background-color: #79c8a1;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart.action,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button.action,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple.action,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.action {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart.action:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button.action:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple.action:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.action:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart.action.outline,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button.action.outline,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple.action.outline,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.action.outline {
  color: #79c8a1;
  background-color: transparent;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart.action.outline:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button.action.outline:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple.action.outline:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.action.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart.outline,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button.outline,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple.outline,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.outline {
  color: #79c8a1;
  background-color: transparent;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart.outline:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button.outline:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple.outline:hover,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart::after,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button::after,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple::after,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable::after {
  display: block;
  content: '';
  background: center center no-repeat;
  background-size: contain;
  background-image: url(https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-cart-white.svg);
  width: 1rem;
  height: 1.1rem;
}
@media only screen and (max-width: 991px) {
  .woocommerce ul.products[class*=columns-].columns-3 li.product,
  .woocommerce ul.products[class*=columns-].columns-4 li.product {
    width: calc((100% / 2) - (1rem / 2));
  }
}
@media only screen and (max-width: 375px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .wc-page ul.products {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .wc-page ul.products {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .wc-page ul.products {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .single-product .product-info-top {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .single-product .product-info-top {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-product .product-info-top {
    margin-bottom: 3rem;
  }
}
.single-product .product_title {
  font-family: 'Junge', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .single-product .product_title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-product .product_title {
    font-size: 1.5rem;
  }
}
.single-product .summary {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 2rem 0;
}
.single-product .product-info-right.external .quantity-text,
.single-product .product-info-right.external .quantity-container,
.single-product .product-info-right.external .single_add_to_cart_button:not(.external) {
  display: none !important;
}
.single-product .label-element {
  display: inline-block;
  border-radius: .5rem;
  font-weight: 500;
  padding: .5rem 1rem;
  color: #c8a179;
  border: 1px solid #c8a179;
  font-size: .9rem;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.single-product .label-element:hover {
  color: #ffffff;
  background-color: #c8a179;
}
.single-product .label-element.active {
  color: #ffffff;
  background-color: #c8a179;
}
.single-product .label-element.disabled {
  cursor: not-allowed;
  overflow: hidden;
  color: #C6C6C6;
  background: linear-gradient(to top left, #ffffff calc(50% - 1px), #d3d3d3, #ffffff calc(50% + 1px));
  border-color: #C6C6C6;
}
.single-product .label-element.disabled:hover {
  color: #C6C6C6;
  background-color: transparent;
}
.single-product .variation-radios {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.single-product .variation-radios input[type="radio"] {
  display: none;
}
.single-product .variation-radios label {
  display: inline-block;
  border-radius: .5rem;
  font-weight: 500;
  padding: .5rem 1rem;
  color: #c8a179;
  border: 1px solid #c8a179;
  font-size: .9rem;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.single-product .variation-radios label:hover {
  color: #ffffff;
  background-color: #c8a179;
}
.single-product .variation-radios label.active {
  color: #ffffff;
  background-color: #c8a179;
}
.single-product .variation-radios label.disabled {
  cursor: not-allowed;
  overflow: hidden;
  color: #C6C6C6;
  background: linear-gradient(to top left, #ffffff calc(50% - 1px), #d3d3d3, #ffffff calc(50% + 1px));
  border-color: #C6C6C6;
}
.single-product .variation-radios label.disabled:hover {
  color: #C6C6C6;
  background-color: transparent;
}
.single-product .variation-radios input[type="radio"]:checked + label {
  display: inline-block;
  border-radius: .5rem;
  font-weight: 500;
  padding: .5rem 1rem;
  color: #c8a179;
  border: 1px solid #c8a179;
  font-size: .9rem;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ffffff;
  background-color: #c8a179;
}
.single-product .variation-radios input[type="radio"]:checked + label:hover {
  color: #ffffff;
  background-color: #c8a179;
}
.single-product .variation-radios input[type="radio"]:checked + label.active {
  color: #ffffff;
  background-color: #c8a179;
}
.single-product .variation-radios input[type="radio"]:checked + label.disabled {
  cursor: not-allowed;
  overflow: hidden;
  color: #C6C6C6;
  background: linear-gradient(to top left, #ffffff calc(50% - 1px), #d3d3d3, #ffffff calc(50% + 1px));
  border-color: #C6C6C6;
}
.single-product .variation-radios input[type="radio"]:checked + label.disabled:hover {
  color: #C6C6C6;
  background-color: transparent;
}
.single-product .variation-radios input[type="radio"]:disabled + label {
  display: inline-block;
  border-radius: .5rem;
  font-weight: 500;
  padding: .5rem 1rem;
  color: #c8a179;
  border: 1px solid #c8a179;
  font-size: .9rem;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: not-allowed;
  overflow: hidden;
  color: #C6C6C6;
  background: linear-gradient(to top left, #ffffff calc(50% - 1px), #d3d3d3, #ffffff calc(50% + 1px));
  border-color: #C6C6C6;
}
.single-product .variation-radios input[type="radio"]:disabled + label:hover {
  color: #ffffff;
  background-color: #c8a179;
}
.single-product .variation-radios input[type="radio"]:disabled + label.active {
  color: #ffffff;
  background-color: #c8a179;
}
.single-product .variation-radios input[type="radio"]:disabled + label.disabled {
  cursor: not-allowed;
  overflow: hidden;
  color: #C6C6C6;
  background: linear-gradient(to top left, #ffffff calc(50% - 1px), #d3d3d3, #ffffff calc(50% + 1px));
  border-color: #C6C6C6;
}
.single-product .variation-radios input[type="radio"]:disabled + label.disabled:hover {
  color: #C6C6C6;
  background-color: transparent;
}
.single-product .variation-radios input[type="radio"]:disabled + label:hover {
  color: #C6C6C6;
  background-color: transparent;
}
.single-product form.cart {
  margin: 0 !important;
}
.single-product form.cart.variations_form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.single-product form.cart.variations_form table.variations {
  margin-bottom: 2rem;
  width: 100%;
}
.single-product form.cart.variations_form table.variations tbody tr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.single-product form.cart.variations_form table.variations tbody tr .label label {
  font-weight: 500;
  color: #c8a179;
  font-size: .9rem;
}
.single-product form.cart.variations_form table.variations tbody tr .value select {
  display: none;
}
.single-product form.cart.variations_form table.variations tbody tr .value .reset_variations {
  display: none !important;
}
.single-product .product-type-simple form,
.single-product .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.single-product .product-type-simple form .quantity-text,
.single-product .woocommerce-variation-add-to-cart .quantity-text {
  font-weight: 500;
  margin-bottom: .5rem;
  color: #c8a179;
  font-size: .9rem;
}
.single-product .product-type-simple form .button,
.single-product .woocommerce-variation-add-to-cart .button {
  display: inline-block !important;
  font-weight: 500 !important;
  border-radius: .5rem !important;
  padding: .75rem 1.5rem !important;
  font-size: 1rem !important;
  background-color: #c8a179 !important;
  border: 2px solid #c8a179 !important;
  line-height: 1 !important;
  text-align: center !important;
  transition: all .3s ease !important;
  color: #ffffff !important;
  background-color: #79c8a1 !important;
  border-color: #79c8a1 !important;
  float: none !important;
}
.single-product .product-type-simple form .button:hover,
.single-product .woocommerce-variation-add-to-cart .button:hover {
  background-color: #bc8d5c !important;
  border-color: #bc8d5c !important;
}
.single-product .product-type-simple form .button.back,
.single-product .woocommerce-variation-add-to-cart .button.back {
  padding-left: 1.5rem !important;
  color: #79c8a1 !important;
  background-color: transparent !important;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-left-actie.svg') !important;
  background-size: .5rem !important;
  background-position: center left .5rem !important;
  background-repeat: no-repeat !important;
}
.single-product .product-type-simple form .button.back:hover,
.single-product .woocommerce-variation-add-to-cart .button.back:hover {
  background-position: center left !important;
}
.single-product .product-type-simple form .button.outline,
.single-product .woocommerce-variation-add-to-cart .button.outline {
  color: #c8a179 !important;
  background-color: transparent !important;
}
.single-product .product-type-simple form .button.outline:hover,
.single-product .woocommerce-variation-add-to-cart .button.outline:hover {
  color: #ffffff !important;
  background-color: #bc8d5c !important;
}
.single-product .product-type-simple form .button.white,
.single-product .woocommerce-variation-add-to-cart .button.white {
  color: #79c8a1 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.single-product .product-type-simple form .button.white:hover,
.single-product .woocommerce-variation-add-to-cart .button.white:hover {
  color: #ffffff !important;
  background-color: #79c8a1 !important;
  border-color: #79c8a1 !important;
}
.single-product .product-type-simple form .button.white.outline,
.single-product .woocommerce-variation-add-to-cart .button.white.outline {
  color: #ffffff !important;
  background-color: transparent !important;
}
.single-product .product-type-simple form .button.white.outline:hover,
.single-product .woocommerce-variation-add-to-cart .button.white.outline:hover {
  background-color: #79c8a1 !important;
}
.single-product .product-type-simple form .button.action,
.single-product .woocommerce-variation-add-to-cart .button.action {
  color: #ffffff !important;
  background-color: #79c8a1 !important;
  border-color: #79c8a1 !important;
}
.single-product .product-type-simple form .button.action:hover,
.single-product .woocommerce-variation-add-to-cart .button.action:hover {
  background-color: #5cbc8d !important;
  border-color: #5cbc8d !important;
}
.single-product .product-type-simple form .button.action.outline,
.single-product .woocommerce-variation-add-to-cart .button.action.outline {
  color: #79c8a1 !important;
  background-color: transparent !important;
}
.single-product .product-type-simple form .button.action.outline:hover,
.single-product .woocommerce-variation-add-to-cart .button.action.outline:hover {
  color: #ffffff !important;
  background-color: #5cbc8d !important;
}
.single-product .product-type-simple form .button:hover,
.single-product .woocommerce-variation-add-to-cart .button:hover {
  background-color: #5cbc8d !important;
  border-color: #5cbc8d !important;
}
.single-product .product-type-simple form .button.outline,
.single-product .woocommerce-variation-add-to-cart .button.outline {
  color: #79c8a1 !important;
  background-color: transparent !important;
}
.single-product .product-type-simple form .button.outline:hover,
.single-product .woocommerce-variation-add-to-cart .button.outline:hover {
  color: #ffffff !important;
  background-color: #5cbc8d !important;
}
.single-product .woocommerce-variation-add-to-cart .price {
  display: none;
}
.single-product .woocommerce-variation-add-to-cart .single_variation .price {
  display: flex;
  flex-wrap: wrap;
}
.single-product .product-type-simple .stock {
  display: none;
}
.single-product .product-type-simple .stock.out-of-stock {
  display: block;
}
.single-product .product-type-simple form .price {
  display: flex;
  flex-wrap: wrap;
}
.single-product .button-price-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
.single-product .button-price-wrapper .price {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-weight: 500;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
  margin: 0;
  color: #79c8a1;
  font-size: 1.25rem;
  line-height: 1;
}
.single-product .button-price-wrapper .price span {
  color: #79c8a1;
  line-height: 1;
  text-decoration: none;
}
.single-product .button-price-wrapper .price span.woocommerce-Price-amount {
  font-weight: 500;
  font-size: 1.25rem;
  margin-right: .5rem;
}
.single-product .button-price-wrapper .price del {
  color: #bfbfbf;
  font-size: .85rem;
  font-weight: 500;
  opacity: 1;
}
.single-product .button-price-wrapper .price del bdi {
  position: relative;
  text-decoration: line-through;
  text-decoration-color: inherit;
}
.single-product .button-price-wrapper .price del span {
  color: inherit;
  font-weight: 500;
}
.single-product .button-price-wrapper .price del span.woocommerce-Price-amount {
  color: inherit;
  font-size: .85rem;
  font-weight: 500;
}
.single-product .button-price-wrapper .price ins {
  text-decoration: none;
}
.single-product .button-price-wrapper .price .woocommerce-Price-currencySymbol {
  display: none;
}
.single-product .button-price-wrapper .stock {
  display: block;
  font-weight: 500;
  margin: 0;
  color: #c8a179;
  font-size: .9rem;
}
.single-product .button-price-wrapper .stock.out-of-stock {
  color: #585858;
}
.single-product .button-price-wrapper .stock.available-on-backorder {
  color: #000000;
}
.single-product .extra-information {
  margin-top: 3rem;
}
.single-product .extra-information a {
  color: #585858;
  text-decoration: underline;
}
.single-product .extra-information p:last-child {
  margin-bottom: 0;
}
.single-product .extra-information ul,
.single-product .extra-information ol {
  padding-left: 1rem;
  margin-block: 1rem;
  list-style-type: disc;
}
.single-product .onsale {
  display: none;
}
.single-product .image-gallery .single-image {
  position: relative;
}
.single-product .image-gallery .single-image img {
  border-radius: .5rem;
  width: 100%;
  height: auto;
}
.single-product .image-gallery .single-image .image-itself {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: .5rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-product .image-gallery .single-image .ratio {
  padding-bottom: 133%;
}
.single-product .image-gallery .single-gallery .image {
  cursor: pointer;
  outline: none;
  background: #ffffff;
}
.single-product .image-gallery .single-gallery .image .image-spacer {
  position: relative;
  margin: 1rem;
}
.single-product .image-gallery .single-gallery .image img {
  border-radius: .5rem;
  width: 100%;
  height: auto;
}
.single-product .image-gallery .single-gallery .image .image-itself {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: .5rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-product .image-gallery .single-gallery .image .ratio {
  padding-bottom: 133%;
}
.single-product .image-gallery .single-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 0;
  background-color: rgba(200, 161, 121, 0.5);
  background-size: .75rem;
  border: none;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.single-product .image-gallery .single-gallery .slick-arrow:active,
.single-product .image-gallery .single-gallery .slick-arrow:focus {
  outline: none;
  border: none;
}
.single-product .image-gallery .single-gallery .slick-arrow:hover {
  background-color: #c8a179;
  cursor: pointer;
}
.single-product .image-gallery .single-gallery .slick-prev {
  left: 0;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-left-white.svg') !important;
}
.single-product .image-gallery .single-gallery .slick-next {
  right: 0;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-right-white.svg') !important;
}
.single-product .image-gallery .single-gallery-thumb {
  margin: 1rem -0.5rem 0;
}
.single-product .image-gallery .single-gallery-thumb .image {
  cursor: pointer;
  margin-right: 1rem;
  outline: none;
  background: #ffffff;
}
.single-product .image-gallery .single-gallery-thumb .image .image-spacer {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  margin: 0 .5rem;
  opacity: .4;
}
.single-product .image-gallery .single-gallery-thumb .image img {
  border-radius: .5rem;
  width: 100%;
  height: auto;
}
.single-product .image-gallery .single-gallery-thumb .image .image-itself {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: .5rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-product .image-gallery .single-gallery-thumb .image .ratio {
  padding-bottom: 100%;
}
.single-product .image-gallery .single-gallery-thumb .slick-slide.slick-current .image-spacer {
  border-color: #79c8a1;
}
.single-product .image-gallery .single-gallery-thumb .slick-slide.slick-current .image-spacer,
.single-product .image-gallery .single-gallery-thumb .slick-slide:hover .image-spacer,
.single-product .image-gallery .single-gallery-thumb .slick-slide:focus .image-spacer,
.single-product .image-gallery .single-gallery-thumb .slick-slide:active .image-spacer {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .single-product .product-info-bottom {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .single-product .product-info-bottom {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-product .product-info-bottom {
    margin-bottom: 3rem;
  }
}
.single-product .product-info-bottom .shop_attributes th,
.single-product .product-info-bottom .shop_attributes td {
  font-weight: 400;
  color: #585858;
  background-color: transparent !important;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .single-product .product-info-left {
    margin-bottom: 3rem;
  }
  .single-product .summary {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .woocommerce-cart .wc-page {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .wc-page {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .wc-page {
    margin-bottom: 3rem;
  }
}
.woocommerce-cart .wc-page h1 {
  display: none;
}
.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce .woocommerce-info {
  width: 100%;
  margin-bottom: 1rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  border-radius: .5rem;
  width: calc(70% - 2rem);
  margin-right: 2rem;
  padding: 1.5rem;
  border: 1px solid #e9e6ed;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table {
  border: none;
  margin: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table th,
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td {
  padding: .75rem 0;
  border: none;
  border-bottom: 1px solid #e9e6ed;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table th {
  font-weight: 500;
  color: #c8a179;
  font-size: .9rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td * {
  font-size: .9rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-remove a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-thumbnail a {
  display: inline-block;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-thumbnail img {
  display: block;
  border-radius: .5rem;
  width: auto;
  max-width: 5.5rem;
  max-height: 7.5rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-name a {
  font-weight: 500;
  color: #585858;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-name .variation {
  margin: .25rem 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-name .variation * {
  color: rgba(88, 88, 88, 0.5);
  font-size: .8rem;
  line-height: 1;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-name .wc-item-meta li {
  font-size: .75rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-name .wc-item-meta li strong {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-name .wc-item-meta li p {
  font-weight: 500;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions {
  border: none;
  padding: 1.5rem 0 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: stretch;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon .input-text {
  border-radius: .5rem;
  margin-right: 1rem;
  padding: .5rem 1rem;
  width: 200px;
  border-radius: 4px;
  border: 1px solid #e9e6ed;
  font-size: .9rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="update_cart"] {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="apply_coupon"] {
  display: inline-block;
  font-weight: 500;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  color: #ffffff;
  background-color: #c8a179;
  border: 2px solid #c8a179;
  line-height: 1;
  text-align: center;
  transition: all .3s ease;
  color: #c8a179;
  background-color: transparent;
  width: auto;
  font-size: .9rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="apply_coupon"]:hover {
  background-color: #bc8d5c;
  border-color: #bc8d5c;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="apply_coupon"].back {
  padding-left: 1.5rem;
  color: #79c8a1;
  background-color: transparent;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-left-actie.svg');
  background-size: .5rem;
  background-position: center left .5rem;
  background-repeat: no-repeat;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="apply_coupon"].back:hover {
  background-position: center left;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="apply_coupon"].outline {
  color: #c8a179;
  background-color: transparent;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="apply_coupon"].outline:hover {
  color: #ffffff;
  background-color: #bc8d5c;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="apply_coupon"].white {
  color: #79c8a1;
  background-color: #ffffff;
  border-color: #ffffff;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="apply_coupon"].white:hover {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="apply_coupon"].white.outline {
  color: #ffffff;
  background-color: transparent;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="apply_coupon"].white.outline:hover {
  background-color: #79c8a1;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="apply_coupon"].action {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="apply_coupon"].action:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="apply_coupon"].action.outline {
  color: #79c8a1;
  background-color: transparent;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="apply_coupon"].action.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .button[name="apply_coupon"]:hover {
  color: #ffffff;
  background-color: #bc8d5c;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 30%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  border-radius: .5rem;
  float: none;
  width: 100%;
  padding: 1.5rem;
  border: 1px solid #e9e6ed;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  font-family: 'Junge', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 1.25rem;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table {
  margin-bottom: 1.5rem;
  padding: 1rem 0;
  border: none;
  border-top: 1px solid #e9e6ed;
  border-bottom: 1px solid #e9e6ed;
  border-radius: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table td {
  border: none;
  padding: .5rem 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table td * {
  font-size: .9rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-destination,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-calculator {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  font-weight: 500;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  background-color: #c8a179;
  border: 2px solid #c8a179;
  line-height: 1;
  text-align: center;
  transition: all .3s ease;
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
  width: 100%;
  margin: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #bc8d5c;
  border-color: #bc8d5c;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.back {
  padding-left: 1.5rem;
  color: #79c8a1;
  background-color: transparent;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-left-actie.svg');
  background-size: .5rem;
  background-position: center left .5rem;
  background-repeat: no-repeat;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.back:hover {
  background-position: center left;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.outline {
  color: #c8a179;
  background-color: transparent;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.outline:hover {
  color: #ffffff;
  background-color: #bc8d5c;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.white {
  color: #79c8a1;
  background-color: #ffffff;
  border-color: #ffffff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.white:hover {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.white.outline {
  color: #ffffff;
  background-color: transparent;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.white.outline:hover {
  background-color: #79c8a1;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.action {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.action:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.action.outline {
  color: #79c8a1;
  background-color: transparent;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.action.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.outline {
  color: #79c8a1;
  background-color: transparent;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: calc(65% - 1rem);
    margin-right: 1rem;
    padding: 1rem;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-thumbnail img {
    max-width: 3.5rem;
    max-height: 5.5rem;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 35%;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon .input-text {
    flex: 1;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon {
    flex-wrap: wrap;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon .input-text {
    flex: auto;
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon .button[name="apply_coupon"] {
    width: 100%;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .woocommerce-checkout .wc-page {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .wc-page {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .wc-page {
    margin-bottom: 3rem;
  }
}
.woocommerce-checkout .wc-page h1 {
  display: none;
}
.woocommerce-checkout .wc-block-checkout {
  align-items: start;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main {
  border-radius: .5rem;
  width: calc(65% - 2rem);
  margin-right: 2rem;
  padding: 1.5rem;
  border: 1px solid #e9e6ed;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step {
  margin-bottom: 2rem;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
  margin-top: 0;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step input,
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step textarea {
  border-radius: .5rem !important;
  border: 1px solid #e9e6ed !important;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step select[name="mollie-payments-for-woocommerce_issuer_mollie_wc_gateway_ideal"] {
  border-radius: .5rem;
  width: 100%;
  padding: 1em .5em;
  border: 1px solid #e9e6ed;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row {
  margin-bottom: 2rem;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button {
  display: inline-block;
  font-weight: 500;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  background-color: #c8a179;
  border: 2px solid #c8a179;
  line-height: 1;
  text-align: center;
  transition: all .3s ease;
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button:hover {
  background-color: #bc8d5c;
  border-color: #bc8d5c;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button.back {
  padding-left: 1.5rem;
  color: #79c8a1;
  background-color: transparent;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-left-actie.svg');
  background-size: .5rem;
  background-position: center left .5rem;
  background-repeat: no-repeat;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button.back:hover {
  background-position: center left;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button.outline {
  color: #c8a179;
  background-color: transparent;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button.outline:hover {
  color: #ffffff;
  background-color: #bc8d5c;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button.white {
  color: #79c8a1;
  background-color: #ffffff;
  border-color: #ffffff;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button.white:hover {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button.white.outline {
  color: #ffffff;
  background-color: transparent;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button.white.outline:hover {
  background-color: #79c8a1;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button.action {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button.action:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button.action.outline {
  color: #79c8a1;
  background-color: transparent;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button.action.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button.outline {
  color: #79c8a1;
  background-color: transparent;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-main .wc-block-checkout__actions_row button span {
  color: #ffffff;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar {
  width: 35%;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border-radius: .5rem;
  float: none;
  width: 100%;
  padding: 1.5rem;
  border: 1px solid #e9e6ed;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
  padding: 0;
  border: none;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper div {
  padding: 0;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:not(:last-of-type) > div {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9e6ed;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-panel__button {
  cursor: pointer;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary__button-text {
  font-family: 'Junge', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary__button-text {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary__button-text {
    font-size: 1.25rem;
  }
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item {
  gap: 1rem;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
  margin: 0;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
  display: block;
  border-radius: .5rem;
  width: auto;
  max-width: 3rem;
  max-height: 4rem;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  align-items: center;
  justify-content: center;
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  border: none;
  background: #79c8a1;
  font-size: .65rem;
  line-height: 1;
  text-align: center;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity * {
  color: #ffffff;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  font-weight: 500;
  color: #585858;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-price {
  padding: 0;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-price span {
  color: #79c8a1;
  line-height: 1;
  text-decoration: none;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-price span.woocommerce-Price-amount {
  font-weight: 500;
  font-size: 1em;
  margin-right: .5rem;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-price del {
  color: #bfbfbf;
  font-size: .85rem;
  font-weight: 500;
  opacity: 1;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-price del bdi {
  position: relative;
  text-decoration: line-through;
  text-decoration-color: inherit;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-price del span {
  color: inherit;
  font-weight: 500;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-price del span.woocommerce-Price-amount {
  color: inherit;
  font-size: .85rem;
  font-weight: 500;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-price ins {
  text-decoration: none;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-price .woocommerce-Price-currencySymbol {
  display: none;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata {
  margin: 0;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata p {
  display: none;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata li {
  font-size: .75rem;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata li span {
  font-weight: 500;
  color: rgba(88, 88, 88, 0.5);
  font-size: .8rem;
  line-height: 1;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: stretch;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block input {
  border-radius: .5rem;
  margin-right: 1rem;
  border: 1px solid #e9e6ed;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button {
  display: inline-block;
  font-weight: 500;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  color: #ffffff;
  background-color: #c8a179;
  border: 2px solid #c8a179;
  line-height: 1;
  text-align: center;
  transition: all .3s ease;
  color: #c8a179;
  background-color: transparent;
  cursor: pointer;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button:hover {
  background-color: #bc8d5c;
  border-color: #bc8d5c;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button.back {
  padding-left: 1.5rem;
  color: #79c8a1;
  background-color: transparent;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-left-actie.svg');
  background-size: .5rem;
  background-position: center left .5rem;
  background-repeat: no-repeat;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button.back:hover {
  background-position: center left;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button.outline {
  color: #c8a179;
  background-color: transparent;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button.outline:hover {
  color: #ffffff;
  background-color: #bc8d5c;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button.white {
  color: #79c8a1;
  background-color: #ffffff;
  border-color: #ffffff;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button.white:hover {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button.white.outline {
  color: #ffffff;
  background-color: transparent;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button.white.outline:hover {
  background-color: #79c8a1;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button.action {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button.action:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button.action.outline {
  color: #79c8a1;
  background-color: transparent;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button.action.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button:hover {
  color: #ffffff;
  background-color: #bc8d5c;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button span {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: #c8a179;
  font-size: .9rem;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block button:hover span {
  color: #ffffff;
}
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item__value * {
  color: #79c8a1;
}
.woocommerce-checkout.woocommerce-order-pay #order_review {
  border-radius: .5rem;
  padding: 1.5rem;
  border: 1px solid #e9e6ed;
}
.woocommerce-checkout.woocommerce-order-pay .shop_table {
  border: none;
}
.woocommerce-checkout.woocommerce-order-pay .shop_table th,
.woocommerce-checkout.woocommerce-order-pay .shop_table td {
  padding: .75rem 0;
  border: none;
  border-bottom: 1px solid #e9e6ed;
}
.woocommerce-checkout.woocommerce-order-pay .shop_table th {
  font-weight: 500;
  color: #c8a179;
  font-size: .9rem;
}
.woocommerce-checkout.woocommerce-order-pay .shop_table td * {
  font-size: .9rem;
}
.woocommerce-checkout.woocommerce-order-pay .shop_table td.product-thumbnail a {
  display: inline-block;
}
.woocommerce-checkout.woocommerce-order-pay .shop_table td.product-thumbnail img {
  display: block;
  border-radius: .5rem;
  width: auto;
  max-width: 5.5rem;
  max-height: 7.5rem;
}
.woocommerce-checkout.woocommerce-order-pay .shop_table td.product-name * {
  font-weight: 500;
  color: #585858;
}
.woocommerce-checkout.woocommerce-order-pay .shop_table td.product-name .variation {
  margin: .25rem 0;
}
.woocommerce-checkout.woocommerce-order-pay .shop_table td.product-name .variation * {
  color: rgba(88, 88, 88, 0.5);
  font-size: .8rem;
  line-height: 1;
}
.woocommerce-checkout.woocommerce-order-pay .shop_table td.product-name .wc-item-meta li {
  font-size: .75rem;
}
.woocommerce-checkout.woocommerce-order-pay .shop_table td.product-name .wc-item-meta li strong {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
.woocommerce-checkout.woocommerce-order-pay .shop_table td.product-name .wc-item-meta li p {
  font-weight: 500;
}
.woocommerce-checkout.woocommerce-order-pay #payment {
  border-radius: .5rem;
  padding: 1.5rem 1.5rem .75rem;
  border: 1px solid #e9e6ed;
}
.woocommerce-checkout.woocommerce-order-pay #payment input,
.woocommerce-checkout.woocommerce-order-pay #payment textarea {
  border-radius: .5rem !important;
  border: 1px solid #e9e6ed !important;
}
.woocommerce-checkout.woocommerce-order-pay #payment select[name="mollie-payments-for-woocommerce_issuer_mollie_wc_gateway_ideal"] {
  border-radius: .5rem;
  width: 100%;
  padding: 1em .5em;
  border: 1px solid #e9e6ed;
}
.woocommerce-checkout.woocommerce-order-pay #payment button {
  display: inline-block;
  font-weight: 500;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  background-color: #c8a179;
  border: 2px solid #c8a179;
  line-height: 1;
  text-align: center;
  transition: all .3s ease;
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.woocommerce-checkout.woocommerce-order-pay #payment button:hover {
  background-color: #bc8d5c;
  border-color: #bc8d5c;
}
.woocommerce-checkout.woocommerce-order-pay #payment button.back {
  padding-left: 1.5rem;
  color: #79c8a1;
  background-color: transparent;
  background-image: url('https://solotti.com/wp-content/themes/solotti/weave-shop-root/css/../../images/icon-chevron-left-actie.svg');
  background-size: .5rem;
  background-position: center left .5rem;
  background-repeat: no-repeat;
}
.woocommerce-checkout.woocommerce-order-pay #payment button.back:hover {
  background-position: center left;
}
.woocommerce-checkout.woocommerce-order-pay #payment button.outline {
  color: #c8a179;
  background-color: transparent;
}
.woocommerce-checkout.woocommerce-order-pay #payment button.outline:hover {
  color: #ffffff;
  background-color: #bc8d5c;
}
.woocommerce-checkout.woocommerce-order-pay #payment button.white {
  color: #79c8a1;
  background-color: #ffffff;
  border-color: #ffffff;
}
.woocommerce-checkout.woocommerce-order-pay #payment button.white:hover {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.woocommerce-checkout.woocommerce-order-pay #payment button.white.outline {
  color: #ffffff;
  background-color: transparent;
}
.woocommerce-checkout.woocommerce-order-pay #payment button.white.outline:hover {
  background-color: #79c8a1;
}
.woocommerce-checkout.woocommerce-order-pay #payment button.action {
  color: #ffffff;
  background-color: #79c8a1;
  border-color: #79c8a1;
}
.woocommerce-checkout.woocommerce-order-pay #payment button.action:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.woocommerce-checkout.woocommerce-order-pay #payment button.action.outline {
  color: #79c8a1;
  background-color: transparent;
}
.woocommerce-checkout.woocommerce-order-pay #payment button.action.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
.woocommerce-checkout.woocommerce-order-pay #payment button:hover {
  background-color: #5cbc8d;
  border-color: #5cbc8d;
}
.woocommerce-checkout.woocommerce-order-pay #payment button.outline {
  color: #79c8a1;
  background-color: transparent;
}
.woocommerce-checkout.woocommerce-order-pay #payment button.outline:hover {
  color: #ffffff;
  background-color: #5cbc8d;
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .wc-block-checkout .wc-block-components-main {
    width: calc(65% - 1rem);
    margin-right: 1rem;
    padding: 1rem !important;
  }
  .woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .wc-block-checkout .wc-block-components-main {
    width: 100%;
    margin: 0;
  }
  .woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar {
    order: -1;
    width: 100%;
    margin-bottom: 1rem;
  }
  .woocommerce-checkout.woocommerce-order-pay #payment {
    padding: .75rem .75rem 0;
  }
}
