body {
  font-family: sans-serif;
  color: #141414;
}

html {
  scroll-padding-top: calc(var(--header-height) + var(--nav-height));
  scroll-behavior: smooth;
}

#product-hero .onsale {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  background: #3c9e36;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
#product-hero .onsale .onsale-percentage {
  padding: 0px;
  margin: 0px;
  margin-top: 0.5em;
  line-height: 0px;
  font-size: 32px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 21px;
  letter-spacing: 0%;
}
#product-hero .onsale .onsale-text {
  margin: unset;
}

#slider .swiper-pagination {
  gap: 1em;
  display: flex;
  margin-top: 4em;
}
#slider .swiper-pagination-bullet {
  width: 2em;
  height: 2em;
  margin: 0 0.25rem;
  background: transparent;
  border: 2px solid #3c9e36;
  transform: rotate(45deg);
  transition: background-color 0.3s, transform 0.3s;
  border-radius: unset;
}
#slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3c9e36;
}

.elementor-add-to-cart .stock {
  display: none;
}

.single_add_to_cart_button {
  display: flex !important;
  flex-direction: row;
}
.single_add_to_cart_button:before {
  content: "";
  background-image: url("https://daniquelammertink.nl/wp-content/uploads/2025/07/Screenshot-2023-10-27-at-10.13.08-1.svg");
  width: 2em;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

#product-hero .product_title .title-first {
  font-weight: 700;
  color: #141414;
  font-size: 41px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "DM Sans", sans-serif;
}
#product-hero .product_title .title-main {
  font-weight: 200;
  color: #141414;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "DM Sans", sans-serif;
}
#product-hero .product_title .title-dot {
  font-weight: 600;
  color: #3c9e36;
  font-size: 48px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "DM Sans", sans-serif;
}

#omschrijving .product_title .title-first {
  font-weight: 700;
  color: #3c9e36;
  font-size: 41px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "DM Sans", sans-serif;
}
#omschrijving .product_title .title-main {
  font-weight: 200;
  color: #141414;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "DM Sans", sans-serif;
}
#omschrijving .product_title .title-dot {
  font-weight: 600;
  color: #3c9e36;
  font-size: 48px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "DM Sans", sans-serif;
}

#creative-font h2 {
  font-weight: 200;
  color: #141414;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "DM Sans", sans-serif;
}
#creative-font h2 span:nth-of-type(1) {
  font-weight: 700;
  color: #3c9e36;
  font-size: 41px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "DM Sans", sans-serif;
}
#creative-font h2 span:nth-of-type(2) {
  font-weight: 600;
  color: #3c9e36;
  font-size: 48px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "DM Sans", sans-serif;
}

#sticky-nav {
  position: sticky;
  top: var(--header-height);
  z-index: 1000;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}
#sticky-nav.hidden {
  transform: translateY(calc(-100% - var(--header-height)));
}
#sticky-nav ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  overflow-x: scroll;
  flex-direction: row;
  flex-wrap: nowrap;
}
#sticky-nav ul li {
  text-wrap-mode: nowrap;
}
#sticky-nav a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  padding: 0.5rem;
}
#sticky-nav a.active :after, #sticky-nav a:hover :after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
  z-index: 10000000000;
  margin: 0em 0.5em;
}

.review-stars {
  display: inline-flex;
}
.review-stars .star {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.25rem;
}
.review-stars .star.full {
  background-image: url("../images/star-full.svg");
}
.review-stars .star.half {
  background-image: url("../images/star-half.svg");
}
.review-stars .star.empty {
  background-image: url("../images/star-empty.svg");
}

.read-more-text {
  position: relative;
  overflow: hidden;
  max-height: none;
}
.read-more-text.expanded {
  overflow: visible;
  max-height: none !important;
}
.read-more-text .read-more-toggle {
  display: inline-block;
  margin-top: 0.5rem;
  color: white;
  border: none;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */