@charset "UTF-8";
/* SangBleuSunrise - Web-safe import from remote URLs */
@font-face {
  font-family: "SangBleuSunrise";
  src: url("https://madeformoments.nl/media/13304-kc-media/SangBleuSunrise-Air.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "SangBleuSunrise";
  src: url("https://madeformoments.nl/media/13304-kc-media/SangBleuSunrise-AirItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "SangBleuSunrise";
  src: url("https://madeformoments.nl/media/13304-kc-media/SangBleuSunrise-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SangBleuSunrise";
  src: url("https://madeformoments.nl/media/13304-kc-media/SangBleuSunrise-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "SangBleuSunrise";
  src: url("https://madeformoments.nl/media/13304-kc-media/SangBleuSunrise-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SangBleuSunrise";
  src: url("https://madeformoments.nl/media/13304-kc-media/SangBleuSunrise-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "SangBleuSunrise";
  src: url("https://madeformoments.nl/media/13304-kc-media/SangBleuSunrise-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SangBleuSunrise";
  src: url("https://madeformoments.nl/media/13304-kc-media/SangBleuSunrise-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "SangBleuSunrise";
  src: url("https://madeformoments.nl/media/13304-kc-media/SangBleuSunrise-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SangBleuSunrise";
  src: url("https://madeformoments.nl/media/13304-kc-media/SangBleuSunrise-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "SangBleuSunrise";
  src: url("https://madeformoments.nl/media/13304-kc-media/SangBleuSunrise-Livre.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
:root {
  --color-primary: #CB5796;
}

html[lang=de-DE] {
  --color-primary: #c66d55;
}

/* Primary color (from HTML lang attribute) */
.text-primary {
  color: var(--color-primary);
}

/* Secondary color */
.text-secondary {
  color: #BDC667;
}

/* Text color */
.text-text {
  color: #333333;
}

/* White text */
.text-white {
  color: #ffffff;
}

/* Made for Moments brand colors */
.text-lilac {
  color: #CAB2D9;
}

.text-plum {
  color: #9D4885;
}

.text-mulberry {
  color: #CB5796;
}

.text-tangerine {
  color: #F49D6E;
}

.text-citron {
  color: #BDC667;
}

.text-whitesmoke {
  color: #F5F3F1;
}

.text-columbiablue {
  color: #C9DBDF;
}

.text-berkeleyblue {
  color: #1D3557;
}

.text-velvetcranberry {
  color: #8B2E45;
}

.text-zircongreen {
  color: #36857E;
}

.text-oatmilk {
  color: #F4F2EF;
}

/*---------------- MF COLORS 2024 -------------------*/
/* Color Lilac */
.mf-color-lilac {
  background-color: #CAB2D9 !important;
}

.mf-color-lilac h1, .mf-color-lilac h2, .mf-color-lilac h3, .mf-color-lilac h4, .mf-color-lilac h5, .mf-color-lilac a, .mf-color-lilac p, .mf-color-lilac span {
  color: #333333 !important;
}

/* Color Oat Milk */
.mf-color-oatmilk {
  background-color: #F4F2EF !important;
}

.mf-color-oatmilk h1, .mf-color-oatmilk h2, .mf-color-oatmilk h3, .mf-color-oatmilk h4, .mf-color-oatmilk h5, .mf-color-oatmilk a, .mf-color-oatmilk p, .mf-color-oatmilk span {
  color: #333333 !important;
}

/* Color Plum */
.mf-color-plum {
  background-color: #9D4885 !important;
}

.mf-color-plum h1, .mf-color-plum h2, .mf-color-plum h3, .mf-color-plum h4, .mf-color-plum h5, .mf-color-plum a, .mf-color-plum p, .mf-color-plum span {
  color: #ffffff !important;
}

/* Color Mulberry */
.mf-color-mulberry {
  background-color: #CB5796 !important;
}

.mf-color-mulberry h1, .mf-color-mulberry h2, .mf-color-mulberry h3, .mf-color-mulberry h4, .mf-color-mulberry h5, .mf-color-mulberry a, .mf-color-mulberry p, .mf-color-mulberry span {
  color: #ffffff !important;
}

/* Color Tangerine */
.mf-color-tangerine {
  background-color: #F49D6E !important;
}

.mf-color-tangerine h1, .mf-color-tangerine h2, .mf-color-tangerine h3, .mf-color-tangerine h4, .mf-color-tangerine h5, .mf-color-tangerine a, .mf-color-tangerine p, .mf-color-tangerine span {
  color: #333333 !important;
}

/* Color Citron */
.mf-color-citron {
  background-color: #BDC667 !important;
}

.mf-color-citron h1, .mf-color-citron h2, .mf-color-citron h3, .mf-color-citron h4, .mf-color-citron h5, .mf-color-citron a, .mf-color-citron p, .mf-color-citron span {
  color: #333333 !important;
}

/* Black Friday */
.mf-black-friday {
  background-color: #333333 !important;
}

.mf-black-friday h1, .mf-black-friday h2, .mf-black-friday h3, .mf-black-friday h4, .mf-black-friday h5, .mf-black-friday a, .mf-black-friday p, .mf-black-friday span:not(.card-item-b-btn-content) {
  color: #ffffff !important;
}

.mf-color-purewhite {
  background-color: #ffffff !important;
}

.mf-color-purewhite h1, .mf-color-purewhite h2, .mf-color-purewhite h3, .mf-color-purewhite h4, .mf-color-purewhite h5, .mf-color-purewhite a, .mf-color-purewhite p, .mf-color-purewhite span {
  color: #333333 !important;
}

/* Color White Smoke */
.mf-color-whitesmoke {
  background-color: #F5F3F1 !important;
}

.mf-color-whitesmoke h1, .mf-color-whitesmoke h2, .mf-color-whitesmoke h3, .mf-color-whitesmoke h4, .mf-color-whitesmoke h5, .mf-color-whitesmoke a, .mf-color-whitesmoke p, .mf-color-whitesmoke span {
  color: #333333 !important;
}

/* Color Columbia Blue */
.mf-color-columbiablue {
  background-color: #C9DBDF !important;
}

.mf-color-columbiablue h1, .mf-color-columbiablue h2, .mf-color-columbiablue h3, .mf-color-columbiablue h4, .mf-color-columbiablue h5, .mf-color-columbiablue a, .mf-color-columbiablue p, .mf-color-columbiablue span {
  color: #333333 !important;
}

/* Color Berkeley Blue */
.mf-color-berkeleyblue {
  background-color: #1D3557 !important;
}

.mf-color-berkeleyblue h1, .mf-color-berkeleyblue h2, .mf-color-berkeleyblue h3, .mf-color-berkeleyblue h4, .mf-color-berkeleyblue h5, .mf-color-berkeleyblue a, .mf-color-berkeleyblue p, .mf-color-berkeleyblue span {
  color: #333333 !important;
}

/* Color velvetcranberry */
.mf-color-velvetcranberry {
  background-color: #8B2E45 !important;
}

.mf-color-velvetcranberry h1, .mf-color-velvetcranberry h2, .mf-color-velvetcranberry h3, .mf-color-velvetcranberry h4, .mf-color-velvetcranberry h5, .mf-color-velvetcranberry a, .mf-color-velvetcranberry p, .mf-color-velvetcranberry span {
  color: #ffffff !important;
}

/* Color zircongreen */
.mf-color-zircongreen {
  background-color: #36857E !important;
}

.mf-color-zircongreen h1, .mf-color-zircongreen h2, .mf-color-zircongreen h3, .mf-color-zircongreen h4, .mf-color-zircongreen h5, .mf-color-zircongreen a, .mf-color-zircongreen p, .mf-color-zircongreen span {
  color: #ffffff !important;
}

/* columbiablue-darker */
.mf-columbiablue-darker {
  background-color: #97B1B8 !important;
}

.mf-columbiablue-darker h1, .mf-columbiablue-darker h2, .mf-columbiablue-darker h3, .mf-columbiablue-darker h4, .mf-columbiablue-darker h5, .mf-columbiablue-darker a, .mf-columbiablue-darker p, .mf-columbiablue-darker span:not(.card-item-b-btn-content) {
  color: #333333 !important;
}

/*---------------- END MF COLORS 2024 -------------------*/
:root {
  --bs-primary: var(--color-primary, #CB5796) !important;
  --swiper-theme-color: #262626 !important;
  --swiper-navigation-size: 20px !important;
  --swiper-theme-color: #262626 !important;
  --swiper-navigation-color: #262626 !important;
  --swiper-navigation-sides-offset: 5px !important;
}

body, html {
  overflow-x: hidden;
  width: 100vw;
}

@media (max-width: 1536px) {
  #pagebody {
    padding: 0 0.5rem;
  }
}
#mid.content-wrapper:not(.fullwidth) {
  max-width: 1536px;
  margin: auto;
}

.full-width-content {
  max-width: 1536px;
  margin: auto;
}

.cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

p a {
  font-weight: 600;
}

.banner ul, #footer ul, body:has(.blog-intro) .custom_content ul {
  list-style: disc inside;
}

body:has(.section-notificationbar) .navigation-bar {
  margin-bottom: 0rem !important;
}

.mega-navbar ul {
  list-style: none !important;
}

.container:empty {
  display: none;
}

.container.fullwidth {
  max-width: 1536px;
  margin: auto;
}

a:focus-visible,
input:focus-visible:not(.navigation-bar-input),
.card-item-b-btn:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
}

.border-light {
  border-color: #dee2e6 !important;
  border-style: solid;
  border-width: 1px;
}

#mid:not(:has(.container-xxl)) {
  max-width: 1536px;
  margin: 0 auto;
}

.container-xxl {
  max-width: 1536px;
  margin: auto;
}

@media (min-width: 1024px) {
  .lg-2-5 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.brand-blue {
  background-color: #F4F9FC !important;
  color: #102128 !important;
}
.brand-blue h1, .brand-blue h2, .brand-blue h3, .brand-blue h4, .brand-blue h5, .brand-blue h6,
.brand-blue p, .brand-blue a, .brand-blue span, .brand-blue strong, .brand-blue em, .brand-blue small {
  color: #102128 !important;
}
.brand-blue .section-intro .section-intro-btn, .brand-blue .section-intro-btn, .brand-blue .section-button-outline, .brand-blue .btn {
  background-color: #5C889E !important;
  border-color: #5C889E !important;
  color: #ffffff !important;
}
.brand-blue .section-intro .section-intro-btn:hover, .brand-blue .section-intro-btn:hover, .brand-blue .section-button-outline:hover, .brand-blue .btn:hover {
  background-color: rgb(116.4656, 155.0448, 174.3344) !important;
  border-color: rgb(116.4656, 155.0448, 174.3344) !important;
}
.brand-blue swiper-slide, .brand-blue .swiper-slide {
  background-color: #D0E5EF !important;
}

.brand-green {
  background-color: #E7EFE4 !important;
  color: #133A11 !important;
}
.brand-green h1, .brand-green h2, .brand-green h3, .brand-green h4, .brand-green h5, .brand-green h6,
.brand-green p, .brand-green a, .brand-green span, .brand-green strong, .brand-green em, .brand-green small {
  color: #133A11 !important;
}
.brand-green .section-intro .section-intro-btn, .brand-green .section-intro-btn, .brand-green .section-button-outline, .brand-green .btn {
  background-color: #184916 !important;
  border-color: #184916 !important;
  color: #ffffff !important;
}
.brand-green .section-intro .section-intro-btn:hover, .brand-green .section-intro-btn:hover, .brand-green .section-button-outline:hover, .brand-green .btn:hover {
  background-color: rgb(34.3073684211, 104.3515789474, 31.4484210526) !important;
  border-color: rgb(34.3073684211, 104.3515789474, 31.4484210526) !important;
}
.brand-green swiper-slide, .brand-green .swiper-slide {
  background-color: #AEC79C !important;
}

.brand-rose {
  background-color: #faedeb !important;
  color: #BC4143 !important;
}
.brand-rose h1, .brand-rose h2, .brand-rose h3, .brand-rose h4, .brand-rose h5, .brand-rose h6,
.brand-rose p, .brand-rose a, .brand-rose span, .brand-rose strong, .brand-rose em, .brand-rose small {
  color: #BC4143 !important;
}
.brand-rose .section-intro .section-intro-btn, .brand-rose .section-intro-btn, .brand-rose .section-button-outline, .brand-rose .btn {
  background-color: #EB5254 !important;
  border-color: #EB5254 !important;
  color: #ffffff !important;
}
.brand-rose .section-intro .section-intro-btn:hover, .brand-rose .section-intro-btn:hover, .brand-rose .section-button-outline:hover, .brand-rose .btn:hover {
  background-color: rgb(239.2279792746, 118.5720207254, 120.1492227979) !important;
  border-color: rgb(239.2279792746, 118.5720207254, 120.1492227979) !important;
}
.brand-rose swiper-slide, .brand-rose .swiper-slide {
  background-color: #F6B5AB !important;
}

.brand-teal {
  background-color: #E1F0EF !important;
  color: #16383D !important;
}
.brand-teal h1, .brand-teal h2, .brand-teal h3, .brand-teal h4, .brand-teal h5, .brand-teal h6,
.brand-teal p, .brand-teal a, .brand-teal span, .brand-teal strong, .brand-teal em, .brand-teal small {
  color: #16383D !important;
}
.brand-teal .section-intro .section-intro-btn, .brand-teal .section-intro-btn, .brand-teal .section-button-outline, .brand-teal .btn {
  background-color: #336D6B !important;
  border-color: #336D6B !important;
  color: #ffffff !important;
}
.brand-teal .section-intro .section-intro-btn:hover, .brand-teal .section-intro-btn:hover, .brand-teal .section-button-outline:hover, .brand-teal .btn:hover {
  background-color: rgb(64.005, 136.795, 134.285) !important;
  border-color: rgb(64.005, 136.795, 134.285) !important;
}
.brand-teal swiper-slide, .brand-teal .swiper-slide {
  background-color: #BDD9D8 !important;
}

.brand-gold {
  background-color: #FFFCF2 !important;
  color: #3E361A !important;
}
.brand-gold h1, .brand-gold h2, .brand-gold h3, .brand-gold h4, .brand-gold h5, .brand-gold h6,
.brand-gold p, .brand-gold a, .brand-gold span, .brand-gold strong, .brand-gold em, .brand-gold small {
  color: #3E361A !important;
}
.brand-gold .section-intro .section-intro-btn, .brand-gold .section-intro-btn, .brand-gold .section-button-outline, .brand-gold .btn {
  background-color: #3E361A !important;
  border-color: #3E361A !important;
  color: #ffffff !important;
}
.brand-gold .section-intro .section-intro-btn:hover, .brand-gold .section-intro-btn:hover, .brand-gold .section-button-outline:hover, .brand-gold .btn:hover {
  background-color: rgb(90.7454545455, 79.0363636364, 38.0545454545) !important;
  border-color: rgb(90.7454545455, 79.0363636364, 38.0545454545) !important;
}
.brand-gold swiper-slide, .brand-gold .swiper-slide {
  background-color: #B59E5E !important;
}

.brand-orange {
  background-color: #FEF6EE !important;
  color: #7A341A !important;
}
.brand-orange h1, .brand-orange h2, .brand-orange h3, .brand-orange h4, .brand-orange h5, .brand-orange h6,
.brand-orange p, .brand-orange a, .brand-orange span, .brand-orange strong, .brand-orange em, .brand-orange small {
  color: #7A341A !important;
}
.brand-orange .section-intro .section-intro-btn, .brand-orange .section-intro-btn, .brand-orange .section-button-outline, .brand-orange .btn {
  background-color: #7A341A !important;
  border-color: #7A341A !important;
  color: #ffffff !important;
}
.brand-orange .section-intro .section-intro-btn:hover, .brand-orange .section-intro-btn:hover, .brand-orange .section-button-outline:hover, .brand-orange .btn:hover {
  background-color: rgb(155.6324324324, 66.3351351351, 33.1675675676) !important;
  border-color: rgb(155.6324324324, 66.3351351351, 33.1675675676) !important;
}
.brand-orange swiper-slide, .brand-orange .swiper-slide {
  background-color: #CA6C3C !important;
}

.brand-purple {
  background-color: #F2EDF8 !important;
  color: #230440 !important;
}
.brand-purple h1, .brand-purple h2, .brand-purple h3, .brand-purple h4, .brand-purple h5, .brand-purple h6,
.brand-purple p, .brand-purple a, .brand-purple span, .brand-purple strong, .brand-purple em, .brand-purple small {
  color: #230440 !important;
}
.brand-purple .section-intro .section-intro-btn, .brand-purple .section-intro-btn, .brand-purple .section-button-outline, .brand-purple .btn {
  background-color: #230440 !important;
  border-color: #230440 !important;
  color: #ffffff !important;
}
.brand-purple .section-intro .section-intro-btn:hover, .brand-purple .section-intro-btn:hover, .brand-purple .section-button-outline:hover, .brand-purple .btn:hover {
  background-color: rgb(56, 6.4, 102.4) !important;
  border-color: rgb(56, 6.4, 102.4) !important;
}
.brand-purple swiper-slide, .brand-purple .swiper-slide {
  background-color: #400979 !important;
}

.brand-pink {
  background-color: #F7EEF2 !important;
  color: #3B1826 !important;
}
.brand-pink h1, .brand-pink h2, .brand-pink h3, .brand-pink h4, .brand-pink h5, .brand-pink h6,
.brand-pink p, .brand-pink a, .brand-pink span, .brand-pink strong, .brand-pink em, .brand-pink small {
  color: #3B1826 !important;
}
.brand-pink .section-intro .section-intro-btn, .brand-pink .section-intro-btn, .brand-pink .section-button-outline, .brand-pink .btn {
  background-color: #3B1826 !important;
  border-color: #3B1826 !important;
  color: #ffffff !important;
}
.brand-pink .section-intro .section-intro-btn:hover, .brand-pink .section-intro-btn:hover, .brand-pink .section-button-outline:hover, .brand-pink .btn:hover {
  background-color: rgb(88.0024096386, 35.7975903614, 56.6795180723) !important;
  border-color: rgb(88.0024096386, 35.7975903614, 56.6795180723) !important;
}
.brand-pink swiper-slide, .brand-pink .swiper-slide {
  background-color: #863C57 !important;
}

.brand-mint {
  background-color: #E9FFF6 !important;
  color: #20523F !important;
}
.brand-mint h1, .brand-mint h2, .brand-mint h3, .brand-mint h4, .brand-mint h5, .brand-mint h6,
.brand-mint p, .brand-mint a, .brand-mint span, .brand-mint strong, .brand-mint em, .brand-mint small {
  color: #20523F !important;
}
.brand-mint .section-intro .section-intro-btn, .brand-mint .section-intro-btn, .brand-mint .section-button-outline, .brand-mint .btn {
  background-color: #28674f !important;
  border-color: #28674f !important;
  color: #ffffff !important;
}
.brand-mint .section-intro .section-intro-btn:hover, .brand-mint .section-intro-btn:hover, .brand-mint .section-button-outline:hover, .brand-mint .btn:hover {
  background-color: rgb(51.4125874126, 132.3874125874, 101.5398601399) !important;
  border-color: rgb(51.4125874126, 132.3874125874, 101.5398601399) !important;
}
.brand-mint swiper-slide, .brand-mint .swiper-slide {
  background-color: #B4EDD2 !important;
}

.brand-neutral {
  background-color: #F5F3EF !important;
  color: #3B3B39 !important;
}
.brand-neutral h1, .brand-neutral h2, .brand-neutral h3, .brand-neutral h4, .brand-neutral h5, .brand-neutral h6,
.brand-neutral p, .brand-neutral a, .brand-neutral span, .brand-neutral strong, .brand-neutral em, .brand-neutral small {
  color: #3B3B39 !important;
}
.brand-neutral .section-intro .section-intro-btn, .brand-neutral .section-intro-btn, .brand-neutral .section-button-outline, .brand-neutral .btn {
  background-color: #4A4A48 !important;
  border-color: #4A4A48 !important;
  color: #ffffff !important;
}
.brand-neutral .section-intro .section-intro-btn:hover, .brand-neutral .section-intro-btn:hover, .brand-neutral .section-button-outline:hover, .brand-neutral .btn:hover {
  background-color: rgb(94.6794520548, 94.6794520548, 92.1205479452) !important;
  border-color: rgb(94.6794520548, 94.6794520548, 92.1205479452) !important;
}
.brand-neutral swiper-slide, .brand-neutral .swiper-slide {
  background-color: #C8C1B8 !important;
}

.border-radius-round {
  border-radius: 9999px !important;
}

.border-radius-large {
  border-radius: 40px !important;
}

.border-radius-medium {
  border-radius: 16px !important;
}

.border-radius-small {
  border-radius: 8px !important;
}

@font-face {
  font-family: "sangblue";
  src: url("../common/font/SangBleuKingdom-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sangblue light";
  src: url("https://mfpo.kaart-o-matic.nl/media/13304-kc-media/SangBleuKingdom-Regular.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "simplon";
  src: url("https://mfpo.kaart-o-matic.nl/media/13304-kc-media/SimplonNorm-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "simplon light";
  src: url("https://mfpo.kaart-o-matic.nl/media/13304-kc-media/SimplonNorm-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "simplon medium";
  src: url("https://mfpo.kaart-o-matic.nl/media/13304-kc-media/SimplonNorm-Medium.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "simplon medium";
  src: url("https://mfpo.kaart-o-matic.nl/media/13304-kc-media/SimplonNorm-Medium.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "simplon bold";
  src: url("https://mfpo.kaart-o-matic.nl/media/13304-kc-media/SimplonNorm-Bold.otf");
  font-weight: 800;
  font-style: normal;
}
:root {
  font-size: 14px;
}

body {
  color: #333333;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 160%;
  font-weight: 300;
}

h1, .h1, h2, .h2, h3, .h3 {
  font-family: "SangBleuSunrise", sans-serif;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0.5em;
}

h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 0.5em;
}

h1 {
  font-family: "SangBleuSunrise", sans-serif;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0.5em;
  font-size: clamp(2rem, 1.5rem + 1vw, 2rem);
  margin-top: 0.5rem;
}

h2,
.section-title,
.card-item-b-title {
  font-family: "SangBleuSunrise", sans-serif;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0.5em;
  font-size: clamp(1.5rem, 1.25rem + 1vw, 1.85rem);
}

h3 {
  font-family: "SangBleuSunrise", sans-serif;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0.5em;
  font-size: clamp(1.35rem, 1.1rem + 1vw, 1.65rem);
}

h4 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 0.5em;
  font-size: clamp(1.25rem, 1rem + 1vw, 1.5rem);
}

h5 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 0.5em;
  font-size: clamp(1rem, 0.85rem + 0.8vw, 1.25rem);
}

h6 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 0.5em;
  font-size: 1rem;
}

strong, .tw-bold {
  font-weight: 600;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

.container-fluid:has(.cards_form) {
  padding: 0 !important;
}

#pagecontent.md-9 {
  padding: 0;
}

.cards_form {
  max-width: 1536px;
  margin: auto;
}
.cards_form .thumbnail-card {
  background-color: #f5f5f5;
  min-height: 270px;
  border-radius: 8px;
  overflow: hidden;
}
.cards_form .horizontal_widget.widget_filter {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 991px) {
  .cards_form .horizontal_widget.widget_filter {
    display: none;
  }
}
.cards_form #filter_cards {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards_form #filter_cards .filter-title {
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  background-color: var(--color-primary, #CB5796);
  border-radius: 9999px;
  color: #ffffff;
  font-size: 0.9rem;
  margin-right: 0.5rem;
}
.cards_form #filter_cards #filter_menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  align-items: center;
  align-content: center;
  flex-direction: row;
}
.cards_form #filter_cards #filter_menu ul.tag-group-ul {
  position: relative;
  margin: 0 0.5rem 0rem 0;
}
.cards_form #filter_cards .filter-header {
  font-size: 1rem;
  font-family: "Be Vietnam Pro", sans-serif;
  padding: 0.5rem 0 0.5rem 0.75rem;
  border-radius: 9999px;
  border: 1.5px solid #dee2e6 !important;
}
.cards_form .designlabel {
  bottom: 0px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  font-size: 0.9rem;
  color: #808080;
  display: block;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  padding: 0.4rem !important;
  display: flex;
  position: absolute !important;
  align-items: center;
  gap: 0.25rem;
}
@media (max-width: 991px) {
  .cards_form .designlabel {
    padding: 0.2rem !important;
    font-size: 0.8rem;
  }
}
.cards_form .producttypelabel {
  bottom: auto;
  top: -10px !important;
  background-color: #ffffff;
  font-size: 0.857rem;
  color: #808080;
  display: block;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  padding: 0.4rem !important;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  right: 0px;
  left: auto;
  justify-content: center;
  position: absolute !important;
}
@media (max-width: 991px) {
  .cards_form .producttypelabel {
    padding: 0.2rem !important;
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  #card_previews .xs-6, #card_previews .xsm-6 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}
.pagination-bar .pagination-bar-item {
  border-radius: 0;
}
.pagination-bar .pagination-bar-item.active {
  border: none;
  border-bottom: 2px solid var(--color-primary, #CB5796);
}
.pagination-bar .pagination-bar-item.next, .pagination-bar .pagination-bar-item.previous {
  background-color: #333333;
  color: #ffffff;
}

/* Mobile filter */
a.open_mobile_filter.floater {
  background: #7BA0A5 !important;
  top: 80px;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0;
}

.mobile_filter_btn {
  background-color: #458166;
}

.mobilefilter .mobilefilter-menu {
  border-top: none;
  border-bottom: none;
}

.mobilefilter .open_mobile_filter,
.mobilefilter .open_mobile_filter.mobile_filter_btn,
.mobilefilter .sort_options .sort_options-dropdown {
  border: 1px solid #DADADA;
  background-color: transparent;
  color: #1B1D1F;
}

.mobilefilter .sort_options-content {
  border: 1px solid #DADADA;
  border-radius: 4px;
  min-width: initial;
  position: absolute;
  right: 15px;
  left: 15px;
}

.mobilefilter .sort_options-content a.sort_options-selected {
  color: #1B1D1F;
}

.mf__result_button {
  background: #BDC667 !important;
  border-radius: 0px !important;
  color: #000000;
  font-family: "simplon", serif !important;
  font-weight: 600;
}

.mf__main ul.mob-tag-group-ul h3.active {
  color: #458166 !important;
}

.mf__title, .mf__tag_count, .mf__reset_button, .mf__selfilters p, .mf__main ul.mob-tag-group-ul h3, .mf .mf__header .mf__title, .mf__main ul.mob-tag-group-ul ul label, .selfilters__tag, .mf__selfiltitle, .mf__clearfilters {
  font-family: "simplon", serif !important;
}

.mf__main ul.mob-tag-group-ul ul label.active:before {
  background: #458166 !important;
}

.mf__main ul.mob-tag-group-ul h3.active:after {
  border-bottom: 7px solid #458166 !important;
}

@media only screen and (min-width: 992px) {
  .mobilefilter {
    display: none;
  }
  .horizontal_widget.widget_filter {
    display: block;
  }
}
/* Horizontal filter widget */
.horizontal_widget.widget_filter {
  display: none;
}

.horizontal_widget #filter_menu .filter-header {
  font-family: "Be Vietnam Pro", sans-serif;
  position: relative;
  z-index: 1;
  font-size: 1rem;
}

.horizontal_widget #filter_menu ul.filter-list {
  z-index: 3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 992px) {
  .horizontal_widget.widget_filter {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .horizontal_widget.widget_filter {
    display: block !important;
    margin-top: 0rem !important;
  }
  .horizontal_widget.widget_filter #filter_pills {
    display: flex !important;
    flex-direction: row !important;
    margin-bottom: 0.5rem !important;
    justify-content: flex-start !important;
    min-height: unset !important;
    flex-wrap: wrap !important;
  }
  #filter_pills li > i.icon {
    color: #333 !important;
    cursor: pointer !important;
    margin-left: 0.3rem !important;
    position: relative !important;
    font-size: 15px !important;
  }
  .mobile_filter_btn .mobile_filter_count {
    margin: 0 0 0 8px !important;
  }
  .horizontal_widget #filter_pills li {
    background-color: #F5F3F1 !important;
    border: 1px solid #F5F3F1 !important;
    color: #333 !important;
    border-radius: 100px !important;
    display: inline-flex !important;
    width: max-content !important;
    font-size: 12px !important;
    padding: 2px 12px !important;
    margin: 0 !important;
    position: relative !important;
    vertical-align: middle !important;
    min-height: 30px !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: 0 !important;
    margin-right: 0.3rem !important;
    margin-bottom: 0.2rem !important;
  }
  .horizontal_widget.widget_filter .filter-menu {
    display: none !important;
  }
  .horizontal_widget.widget_filter .count_text {
    display: none !important;
  }
  .horizontal_widget.widget_filter .clear-filters {
    display: none !important;
  }
  .mobilefilter-menu {
    margin-bottom: 0.5rem !important;
  }
  .mobilefilter-btn-container {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }
  .mobile_filter_btn, .mf__result_button {
    background-color: #BDC667 !important;
    width: 100% !important;
    border-radius: 0 !important;
    color: #000 !important;
    margin: 0 !important;
    font-weight: 600 !important;
  }
  .mobilefilter-menu-countmobilefilter-menu-double {
    width: max-content !important;
    display: flex !important;
    gap: 0.3rem !important;
    padding: 10px !important;
    background-color: #F5F3F1 !important;
    height: 100% !important;
  }
}
/*Sort + Filter*/
@media only screen and (max-width: 991px) {
  body .horizontal_widget.widget_filter {
    display: block !important;
    margin-top: 0rem !important;
  }
  body .mobilefilter-menu-sort {
    width: 29%;
    order: 2;
    margin: 0 !important;
    display: block !important;
  }
  body .horizontal_widget.widget_filter #filter_pills {
    display: flex !important;
    flex-direction: row !important;
    margin-bottom: 0.5rem !important;
    justify-content: flex-start !important;
    min-height: unset !important;
    flex-wrap: wrap !important;
  }
  body #filter_pills li > i.icon {
    color: #333 !important;
    cursor: pointer !important;
    margin-left: 0.3rem !important;
    position: relative !important;
    font-size: 15px !important;
  }
  body .mobile_filter_btn .mobile_filter_count {
    margin: 0 0 0 8px !important;
  }
  body .horizontal_widget #filter_pills li {
    background-color: #F5F3F1 !important;
    border: 1px solid #F5F3F1 !important;
    color: #333 !important;
    border-radius: 100px !important;
    display: inline-flex !important;
    width: max-content !important;
    font-size: 12px !important;
    padding: 2px 12px !important;
    margin: 0 !important;
    position: relative !important;
    vertical-align: middle !important;
    min-height: 30px !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: 0 !important;
    margin-right: 0.3rem !important;
    margin-bottom: 0.2rem !important;
  }
  body .horizontal_widget.widget_filter .filter-menu {
    display: none !important;
  }
  body .horizontal_widget.widget_filter .count_text {
    display: none !important;
  }
  body .horizontal_widget.widget_filter .clear-filters {
    display: none !important;
  }
  body .mobilefilter-menu {
    margin-bottom: 0.5rem !important;
  }
  body .mobilefilter-btn-container {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 0.5rem !important;
    flex-wrap: wrap;
  }
  body .mobile_filter_btn, body .mf__result_button {
    background-color: #BDC667 !important;
    width: 100% !important;
    border-radius: 0 !important;
    color: #000 !important;
    margin: 0 !important;
    font-weight: 600 !important;
  }
  body .sort_options-dropdown {
    background-color: #F5F3F1 !important;
    border-color: #F5F3F1 !important;
    width: 100% !important;
    border-radius: 0 !important;
    color: #000 !important;
    margin: 0 !important;
    font-weight: 600 !important;
    font-family: "simplon", sans-serif;
    padding: 10px !important;
    display: inline-block;
    position: relative;
    text-indent: -9999px; /* Verbergt de oorspronkelijke tekst */
  }
  body .sort_options-dropdown:after {
    content: "Sorteren" !important;
    position: absolute;
    left: 10px;
    color: #000;
    text-indent: 0;
    width: 100%;
    font-family: "simplon";
    font-weight: 200;
  }
  body .sort_options .sort_options-dropdown::before {
    content: "\e018";
    font-family: kcicons;
    vertical-align: top;
    padding: 0 3px 0 0;
    text-align: center;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    text-indent: 0;
    width: 100%;
  }
  body .sort_options-content {
    margin-top: -35px;
    padding: 0;
  }
  body .sort_options-content a.sort_options-option {
    display: block;
    padding: 0.75rem 1.5rem;
    color: #000;
  }
  body .sort_options-option.sort_options-selected {
    background-color: rgba(189, 199, 100, 0.1254901961);
  }
  body .mobilefilter-menu-count {
    width: auto;
    display: flex !important;
    gap: 0.3rem !important;
    background-color: #F5F3F1 !important;
    height: 100% !important;
    padding: 0 4px !important;
    background: unset !important;
    order: 3;
  }
  body .mobile_filter_btn {
    width: 68% !important;
    order: 2;
  }
  body .mobilefilter-menu-countmobilefilter-menu-double {
    width: auto;
    display: flex !important;
    gap: 0.3rem !important;
    background-color: #F5F3F1 !important;
    height: 100% !important;
    padding: 0 4px !important;
    background: unset !important;
    order: 3;
  }
}
@media only screen and (min-width: 992px) {
  body .mobilefilter {
    display: block;
  }
  body .mobilefilter-menu-count, body .mobile_filter_btn, body .sort_options-label, body .sort_options-content {
    display: none;
  }
  body .sort_options-dropdown {
    background-color: #F5F3F1 !important;
    border-color: #F5F3F1 !important;
    width: 100% !important;
    border-radius: 0 !important;
    color: #000 !important;
    margin: 0 !important;
    font-weight: 600 !important;
    padding: 10px !important;
    display: block !important;
  }
  body .mobilefilter-menu-sort {
    display: none !important;
  }
  body .sort_options-content {
    margin-top: -15px;
    padding: 0;
  }
  body .sort_options-content.sort_options-content-show {
    display: block !important;
  }
  body .sort_options-content a.sort_options-option {
    display: block;
    padding: 0.75rem 1.5rem;
    color: #000;
  }
  body .sort_options-option.sort_options-selected {
    background-color: rgba(189, 199, 100, 0.1254901961);
  }
  body .sort_options .sort_options-dropdown::before {
    content: "\e018";
    font-family: kcicons;
    position: relative;
    vertical-align: top;
    padding: 0 3px 0 0;
    text-align: center;
  }
}
#card_previews.card-preview-flat .thumbnail-card-wrapper .thumbnail-card .thumbnail-card-label-bottom {
  position: initial !important;
}

.collection-label {
  position: absolute;
  top: 18px;
  right: 12px;
  left: auto;
}

.collection-label .label-left, .collection-label .label-right {
  padding: 0.5rem;
  text-transform: uppercase;
}

.collection-label .label-left {
  background-color: var(--color-primary, #CB5796);
  color: #ffffff;
}

.collection-label .label-right {
  background-color: #ffffff;
  color: var(--color-primary, #CB5796);
}

@media only screen and (max-width: 991px) {
  .collection-label {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
  }
  .collection-label .label-left, .collection-label .label-right {
    padding: 0.35rem;
    text-transform: uppercase;
    font-size: 0.9rem;
  }
}
.btn, .button, .card-item-b-btn, .section-intro-btn, button {
  display: inline-flex;
  font-weight: 400 !important;
  letter-spacing: 0.75px;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
}

.btn-primary, .button-primary, .button-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--color-primary, #CB5796) ;
  --bs-btn-border-color: var(--color-primary, #CB5796) ;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--color-primary, #CB5796) ;
  --bs-btn-hover-border-color: var(--color-primary, #CB5796) ;
  --bs-btn-focus-shadow-rgb: 128, 178, 77;
  --bs-btn-active-color: var(--color-primary, #CB5796) ;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: var(--color-primary, #CB5796) ;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #bababa;
  --bs-btn-disabled-border-color: #bababa;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #008000;
  --bs-btn-border-color: #008000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #017101;
  --bs-btn-hover-border-color: #017101;
  --bs-btn-focus-shadow-rgb: 128, 178, 77;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #017101;
  --bs-btn-active-border-color: #017101;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #bababa;
  --bs-btn-disabled-border-color: #bababa;
}

.btn-outline-success {
  --bs-btn-color: #008000;
  --bs-btn-border-color: #008000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #008000;
  --bs-btn-hover-border-color: #008000;
  --bs-btn-focus-shadow-rgb: 113, 176, 48;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #008000;
  --bs-btn-active-border-color: #008000;
  --bs-btn-disabled-color: #bababa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #bababa;
  --bs-gradient: none;
}

.button-primary, .button-success, .btn-cta {
  color: #ffffff !important;
  background-color: var(--color-primary, #CB5796) !important;
  border-color: var(--color-primary, #CB5796) !important;
  display: inline-flex;
}
.button-primary:hover, .button-success:hover, .btn-cta:hover {
  color: var(--color-primary, #CB5796) !important;
  background-color: #ffffff !important;
  border-color: var(--color-primary, #CB5796) !important;
}
.button-primary:focus, .button-success:focus, .btn-cta:focus {
  box-shadow: 0 0 0 3px rgba(128, 178, 77, 0.25) !important;
}
.button-primary:active, .button-success:active, .btn-cta:active {
  color: #333333 !important;
  background-color: #F4F2EF !important;
  border-color: #F4F2EF !important;
}

#js-cookies-modal .btn {
  justify-content: center !important;
}

.card-item-b-btn, .section-intro-btn {
  font-size: 1rem;
}
.card-item-b-btn.btn-full, .section-intro-btn.btn-full {
  border: 1.5px solid #333333;
  width: fit-content;
  font-weight: 400 !important;
  padding: 0.5rem 1rem;
  text-align: center;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .card-item-b-btn, .section-intro-btn {
    font-size: 0.9rem;
  }
}

.card-item-b-btn.btn-border {
  border: 1px solid currentColor !important;
  border-radius: 9999px !important;
}

.card-item-b-btn.btn-white {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
}
.card-item-b-btn.btn-white .card-item-b-btn-content {
  color: #ffffff !important;
}

a.btn.btn-see_more {
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none !important;
  border: 1px solid #333333;
  padding: 0.5rem 1rem;
  letter-spacing: initial;
  width: 49%;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 520px) {
  a.btn.btn-see_more {
    width: auto;
    margin-bottom: 0.25rem;
  }
}

.section-intro .section-intro-btn {
  color: var(--color-primary, #CB5796) !important;
  text-decoration: none;
  font-weight: 400 !important;
  height: fit-content;
  padding: 0.75rem 1.5rem;
  transition: 0.3s ease;
  width: fit-content;
  border-radius: 9999px;
  margin-top: 1.5rem;
}
.section-intro .section-intro-btn:hover {
  color: var(--color-primary, #CB5796) !important;
  background-color: color-mix(in srgb, var(--color-primary) 10%, transparent);
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .section-intro .section-intro-btn {
    padding: 0.75rem 1.5rem;
    width: 100%;
    color: var(--color-primary, #CB5796) !important;
    margin-top: 0;
  }
  .section-intro .section-intro-btn:first-of-type {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

.banner-btn {
  color: var(--color-primary, #CB5796) !important;
  text-decoration: none;
  font-weight: 400 !important;
  height: fit-content;
  padding: 0.75rem 1.5rem;
  border: 1.5px solid var(--color-primary, #CB5796);
  transition: 0.3s ease;
  width: fit-content;
  border-radius: 9999px;
  margin-top: 1.5rem;
}
.banner-btn:hover {
  color: var(--color-primary, #CB5796) !important;
  background-color: color-mix(in srgb, var(--color-primary) 10%, transparent);
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .banner-btn {
    padding: 0.75rem 1.5rem;
    width: 100%;
    color: var(--color-primary, #CB5796) !important;
    margin-top: 0;
  }
  .banner-btn:first-of-type {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

/* ✅ Extra rules als er inline styles zijn */
.banner-btn[style],
.section-intro .section-intro-btn[style] {
  padding: 0.5rem 1rem !important;
  border: none !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}
.banner-btn[style]:hover,
.section-intro .section-intro-btn[style]:hover {
  border-bottom: none !important;
  filter: brightness(0.9);
  color: #ffffff !important;
}

.button-group {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 991px) {
  .button-group {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.banner-btn {
  color: var(--color-primary, #CB5796) !important;
  font-weight: 400 !important;
}
@media (min-width: 992px) {
  .banner-btn {
    display: inline-block;
    margin-top: 1.5rem;
  }
}

.btn-light {
  --bs-btn-color: #1a1a1a;
  --bs-btn-bg: #f2f2f2;
  --bs-btn-border-color: #f2f2f2;
  --bs-btn-hover-color: #1a1a1a;
  --bs-btn-hover-bg: #dee2e6;
  --bs-btn-hover-border-color: #dee2e6;
  --bs-btn-focus-shadow-rgb: 215, 216, 216;
  --bs-btn-active-color: #1a1a1a;
  --bs-btn-active-bg: #f2f2f2;
  --bs-btn-active-border-color: #f2f2f2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #adb5bd;
  --bs-btn-disabled-bg: #f2f2f2;
  --bs-btn-disabled-border-color: #f2f2f2;
}

.card-item-b-btn .card-item-b-btn-content:after, .section-button-outline:after, .section-intro-btn:after, .banner-btn:after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 0.5em;
  margin-left: 0.5rem;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 6'%3E%3Cpath fill='white' d='M21,0l-.7.7,1.8,1.8H0v1h22.1l-1.8,1.8.7.7,3-3-3-3Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 6'%3E%3Cpath fill='white' d='M21,0l-.7.7,1.8,1.8H0v1h22.1l-1.8,1.8.7.7,3-3-3-3Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (max-width: 991px) {
  .card-item-b-btn .card-item-b-btn-content:after, .section-button-outline:after, .section-intro-btn:after, .banner-btn:after {
    display: none;
  }
}

.button-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 991px) {
  .button-row {
    flex-direction: column;
  }
}

.btn:not(.fa-button-round):not(.btn-sm):not(.banner-btn) {
  padding: 1rem 2rem;
}
.btn:not(.fa-button-round):not(.btn-sm):not(.banner-btn):hover {
  text-decoration: none !important;
}

#pdp #pagecontent {
  padding: 0 !important;
}
@media (min-width: 992px) {
  #pdp .main-preview .p-2 {
    padding: 2rem !important;
  }
}
#pdp .offerte-aanvraag-link {
  color: var(--color-primary, #CB5796) !important;
}
#pdp .foil-label {
  border-radius: 0 !important;
  border: 1px solid #dee2e6;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  #pdp .content-wrapper {
    padding: 0 !important;
  }
  #pdp .pdp-panel {
    padding: 0 1rem !important;
  }
}
#pdp .option-group .option-image, #pdp .option-group .option-component {
  border-radius: 0 !important;
}
#pdp .thumbs-swiper-container swiper-slide {
  border-radius: 0 !important;
}
#pdp .navigation-bar-container {
  max-width: 1532px !important;
}
#pdp .modal-format {
  padding-top: 0 !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
}
#pdp .modal-format .pdp-modal-content {
  margin-left: auto !important;
  margin-right: 0 !important;
  height: 100vh !important;
  overflow: auto !important;
  border-top: 3px solid var(--color-primary, #CB5796) !important;
}
@media (max-width: 991px) {
  #pdp .btn {
    justify-content: center;
    align-items: center;
  }
  #pdp .navigation-searchbar-onpage {
    display: none;
  }
}
@media (max-width: 991px) {
  #pdp .choose-card-container-b .row {
    flex-direction: column;
    gap: 0.5rem;
  }
  #pdp .choose-card-container-b .row .col-7, #pdp .choose-card-container-b .row .col-5 {
    width: 100%;
  }
  #pdp .choose-card-container-b .row .btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #008000;
    --bs-btn-border-color: #008000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #017101;
    --bs-btn-hover-border-color: #017101;
    --bs-btn-focus-shadow-rgb: 128, 178, 77;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #017101;
    --bs-btn-active-border-color: #017101;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #bababa;
    --bs-btn-disabled-border-color: #bababa;
  }
}
#pdp #choose_card_form .col-12:has(#different_product) {
  flex-direction: row;
  display: flex;
}
#pdp #choose_card_form .col-12:has(#different_product) .btn {
  justify-content: center;
  align-items: center;
}
#pdp #collectie-set-button {
  color: var(--color-primary, #CB5796) !important;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  display: flex;
}
#pdp #collectie-set-button::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  margin-right: 0.5rem;
}
#pdp .option-group-name, #pdp .product-builder-title, #pdp .designer-header, #pdp .designer-header, #pdp .product-desc-header, #pdp .collection-header, #pdp .product-info-header {
  font-size: 1rem !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-weight: 700 !important;
}
#pdp .pdp-product-information {
  padding: 2rem;
  border: 1px solid #dee2e6;
  border-radius: 0;
  margin: 1rem 0.25rem;
}
#pdp #calculator_partial {
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0;
}
#pdp .price-accordion-group {
  border: 0 !important;
}
#pdp .price-accordion-group .price-accordion-header.js-price-accordion-toggle {
  margin-top: 0rem;
  padding-top: 0;
}
#pdp .price-accordion-group .price-accordion-menu {
  display: block !important;
}
#pdp .price-accordion-group #card-info-right {
  width: 100%;
}
#pdp .price-accordion-group .priceInfoTd {
  background-color: #ffffff !important;
}
#pdp .price-accordion-group .price-toggle-icon-expanded, #pdp .price-accordion-group .price-toggle-icon-collapsed {
  visibility: hidden;
}
#pdp .price-accordion-group #card_price_info tr:nth-of-type(2n+1) {
  background-color: #F5F5F5;
}
#pdp .price-accordion-group .openPrijsCalculator, #pdp .price-accordion-group .open_calculator {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
  border-radius: 0 !important;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pdp .price-accordion-group .openPrijsCalculator:hover, #pdp .price-accordion-group .open_calculator:hover {
  color: #333333 !important;
  background-color: #ffffff !important;
  border-color: #333333 !important;
}
#pdp .price-accordion-group .openPrijsCalculator:hover .icon-calculator, #pdp .price-accordion-group .open_calculator:hover .icon-calculator {
  color: #333333 !important;
}
#pdp .price-accordion-group .openPrijsCalculator:focus, #pdp .price-accordion-group .open_calculator:focus {
  box-shadow: 0 0 0 3px rgba(128, 178, 77, 0.25) !important;
}
#pdp .price-accordion-group .openPrijsCalculator:active, #pdp .price-accordion-group .open_calculator:active {
  color: #333333 !important;
  background-color: #F4F2EF !important;
  border-color: #F4F2EF !important;
}
#pdp .price-accordion-group .openPrijsCalculator .icon-calculator, #pdp .price-accordion-group .open_calculator .icon-calculator {
  margin: 0 !important;
  font-size: inherit !important;
  padding: 0 !important;
}
#pdp .price-accordion-group .openPrijsCalculator .icon-calculator::after, #pdp .price-accordion-group .open_calculator .icon-calculator::after {
  content: "\f1ec";
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.5rem;
  font-weight: 100;
}
#pdp:has(#collectie-set-button) .design-title {
  margin-bottom: 0 !important;
}
#pdp .design-title {
  font-weight: 400 !important;
  font-family: "SangBleuSunrise", sans-serif !important;
  font-size: 1.429rem !important;
  line-height: 160% !important;
}
@media (min-width: 992px) {
  #pdp .design-title {
    font-size: 1.429rem !important;
    line-height: 160% !important;
  }
}
#pdp .mega-navbar li, #pdp .mega-navbar ul {
  list-style: none !important;
  padding-left: 0;
}
#pdp #mid {
  max-width: 1532px;
}
#pdp .uspDiv, #pdp .uspDiv div {
  display: flex;
  flex-direction: column;
}
#pdp .uspDiv p, #pdp .uspDiv a, #pdp .uspDiv div p, #pdp .uspDiv div a {
  padding: 0.25rem;
  transition: 0.3s ease;
}
#pdp .uspDiv p:hover, #pdp .uspDiv a:hover, #pdp .uspDiv div p:hover, #pdp .uspDiv div a:hover {
  background-color: #f5f5f5;
}
#pdp .uspDiv p::before, #pdp .uspDiv a::before, #pdp .uspDiv div p::before, #pdp .uspDiv div a::before {
  content: "\f00c"; /* Unicode voor checkmark in Font Awesome */
  font-family: "Font Awesome 6 Pro"; /* of 5 Free, afhankelijk van je versie */
  font-weight: 900; /* nodig voor solid icons */
  margin-right: 0.5rem; /* optioneel */
}
#pdp .pdp-usp div:first-child:not(.uspDiv) {
  display: flex;
  flex-direction: column;
}
#pdp .pdp-usp div:first-child:not(.uspDiv) p, #pdp .pdp-usp div:first-child:not(.uspDiv) a {
  padding: 0.25rem;
  transition: 0.3s ease;
}
#pdp .pdp-usp div:first-child:not(.uspDiv) p:hover, #pdp .pdp-usp div:first-child:not(.uspDiv) a:hover {
  background-color: #f5f5f5;
}
#pdp .pdp-usp div:first-child:not(.uspDiv) p::before, #pdp .pdp-usp div:first-child:not(.uspDiv) a::before {
  content: "\f00c"; /* Unicode voor checkmark in Font Awesome */
  font-family: "Font Awesome 6 Pro"; /* of 5 Free, afhankelijk van je versie */
  font-weight: 900; /* nodig voor solid icons */
  margin-right: 0.5rem; /* optioneel */
}
#pdp .pdp-usp-price-text {
  text-align: center !important;
  padding: 0.5rem !important;
  margin-top: 0.5rem;
  background-color: #f5f5f5;
  font-size: 0.9rem;
  color: #333333;
}
#pdp .pdp-usp-price-text::before {
  content: "\f06b";
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.5rem;
  font-weight: 100;
  color: #CB5796;
}
#pdp .js-freeform-unit-price {
  font-weight: 500 !important;
  font-size: 1.429rem !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
}
#pdp #js-product-builder {
  border: 1px solid #dee2e6 !important;
  padding: 1rem;
  display: block;
}
#pdp #js-product-builder .bg-light.rounded-1.p-3.mb-3 {
  border-radius: 0 !important;
}

/* Prijscalculator design */
.calcuFloat__innerWrapper {
  background: #fff;
  width: 100%;
  max-width: 400px;
  height: 100vh !important;
  max-height: 100vh !important;
  position: absolute;
  left: initial !important;
  top: 0 !important;
  right: 0 !important;
  margin-left: -200px;
  box-sizing: border-box;
  overflow: hidden;
  font-family: sans-serif;
}

.calcuFloat__innerWrapper .calcHeader {
  font-weight: 700;
  line-height: 43px;
  font-size: 1.286rem;
  height: 56px !important;
  background-color: #ffffff !important;
  font-family: sans-serif !important;
  padding: 0.6rem 0 0.6rem 1rem !important;
}

.calcuFloat__innerWrapper label {
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
}

.calcContent .type, .calcContent .size, .calcContent .envelop, .calcContent .paper {
  height: 46px;
  padding: 0 0.6rem;
  border-radius: 4px;
  color: #000000;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.calcContent .type:focus, .calcContent .size:focus, .calcContent .envelop:focus, .calcContent .paper:focus {
  background-image: linear-gradient(45deg, #599DCB 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #599DCB 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #599DCB;
  outline: 0;
}

.calcContent select {
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.calcuFloat__innerWrapper .closeCalc {
  font-weight: 500;
  font-family: Arial #000, arial-black, Varela Round, sans-serif;
  color: #4a4a4a;
  cursor: pointer;
  margin-right: 1rem;
  float: right;
  background-color: #f4f4f4;
  padding: 0.2rem 1rem;
  border-radius: 100px;
  line-height: 22px;
  vertical-align: middle;
  /* margin: auto; */
  height: 32px;
  font-size: 1.143rem !important;
  position: relative;
  top: 4px;
}

.calcuFloat__innerWrapper .closeCalc:before {
  content: "Sluiten";
  font-size: 0.9rem;
  margin-right: 0.4rem;
  vertical-align: middle;
}

.calcuFloat__innerWrapper .closeCalc:hover {
  background-color: #c5c4c4;
}

.number-input-with-buttons .inputs button {
  background-color: #444c5f;
  color: #ffffff;
  border: 1px solid #444c5f !important;
  border-radius: 2px;
}

.number-input-with-buttons .inputs {
  gap: 0.2rem;
}

.number-input-with-buttons .inputs input.value {
  border-radius: 3px;
}

.calcuFloat__wrapper {
  min-height: -webkit-fill-available;
}

@media only screen and (min-width: 767px) {
  .calcuFloat__wrapper .calcuFloat__innerWrapper .result-cal {
    background-color: #f7f7f7 !important;
    margin-top: 0.5rem !important;
    position: absolute;
    bottom: 0;
    padding: 12px 0 !important;
    width: 100%;
    left: 0;
    filter: drop-shadow(0px -1px 4px rgba(0, 0, 0, 0.1));
  }
  .calcContent #result {
    padding: 1rem;
    display: block;
  }
}
@media only screen and (max-width: 425px) {
  .calcuFloat__innerWrapper {
    max-width: 93vw !important;
  }
  .calcContent .type, .calcContent .size, .calcContent .envelop, .calcContent .paper {
    height: 36px;
    padding: 0 0.6rem;
    border-radius: 4px;
    color: #000000;
  }
  .calcuFloat__innerWrapper .calcContent {
    padding-top: 10px !important;
  }
  .calcContent .type, .calcContent .size, .calcContent .envelop, .calcContent .paper {
    height: 36px;
    padding: 0 0.6rem;
    border-radius: 4px;
    color: #000000;
    font-size: 0.9rem;
  }
  .calcContent .type, .calcContent .size, .calcContent .envelop, .calcContent .paper {
    height: 46px;
    padding: 0 0.6rem;
    border-radius: 4px;
    color: #000000;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 3em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
  }
  .calcContent .type:focus, .calcContent .size:focus, .calcContent .envelop:focus, .calcContent .paper:focus {
    background-image: linear-gradient(45deg, #599DCB 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #599DCB 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 3em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #599DCB;
    outline: 0;
  }
}
#pdp .open_calculator .openPrijsCalculator {
  padding: 0.6rem 1rem !important;
  display: block;
}

.calcuFloat__innerWrapper .calcContent {
  padding: 1rem;
  max-height: 100vh;
  overflow-y: auto;
  padding-bottom: 200px !important;
}

@media only screen and (max-width: 425px) {
  .calcuFloat__innerWrapper input, .calcuFloat__innerWrapper select, .number-input-with-buttons {
    margin-bottom: 0.5rem !important;
  }
  .calcuFloat__wrapper .calcuFloat__innerWrapper .result-cal {
    width: 100%;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 700;
    background-color: #f8f8f8 !important;
    padding: 0.9rem !important;
  }
}
/*End prijscalculator design*/
/*---------------- BEGIN VIDEO OP PDP ----------------*/
.modal-window {
  position: fixed;
  background-color: rgba(200, 200, 200, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window #video {
  height: auto !important;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
  width: 320px;
  position: relative;
  margin: 10% auto;
  padding: 2.5rem 2rem 2rem 2rem;
  background: #fff;
  color: #444;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: #aaa;
  /*background-color: #E8E8E8;*/
  border-radius: 100px;
  margin: 4px;
  line-height: 32px;
  font-size: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 32px;
  height: 32px;
  text-decoration: none;
  z-index: 12;
}

.modal-close:hover {
  color: #000;
  text-decoration: none;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

@media only screen and (max-width: 766px) {
  a#productvideo {
    width: 44px;
    display: block;
    height: 44px;
    background-image: url(/media/video_placeholder_pdp_mf.jpg);
    margin-bottom: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 6px;
    position: absolute;
    z-index: 20;
    z-index: 99;
    /* bottom: 10px; */
    /* right: 12px; */
    top: 10px;
    left: -4px;
  }
}
@media only screen and (min-width: 767px) {
  a#productvideo {
    width: 70px;
    height: 70px;
    background-image: url(/media/video_placeholder_pdp_mf.jpg);
    background-size: cover;
    background-position: center;
    display: block;
    position: absolute;
    top: 16px;
    /* margin-left: auto; */
    /* border-radius: 5px; */
    /* transition: ease .2s; */
    /* justify-content: flex-start; */
    /* align-content: center; */
    z-index: 99;
  }
  #design__preview a#productvideo {
    display: none;
  }
  a#productvideo:hover {
    filter: brightness(0.8);
    /*transform: scale(0.9);*/
  }
}
.modal-window iframe {
  width: 100%;
  aspect-ratio: 9/16;
  max-height: 60vh;
}

.modal-window > div {
  width: fit-content;
  margin: 6% auto;
  margin-top: 180px;
}

/*#body_design #card_tag_list {*/
/*    display: block;*/
/*}*/
/*---------------------------------------------------------*/
#discount-label {
  position: absolute;
  top: 16px;
  z-index: 10;
  display: flex;
  gap: 4px;
  flex-direction: column;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: "Be Vietnam Pro", sans-serif;
}
@media only screen and (min-width: 992px) {
  #discount-label {
    right: 16px;
    align-items: flex-end;
  }
}
#discount-label #discount-amount {
  color: #ffffff;
  background-color: var(--color-primary, #CB5796);
  padding: 0 6px;
  width: fit-content;
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) {
  #discount-label #discount-amount {
    padding: 2px 10px;
  }
}
#discount-label #discount-name {
  color: #333333;
  background-color: #ffffff;
  padding: 0 6px;
  width: fit-content;
}
@media only screen and (min-width: 992px) {
  #discount-label #discount-name {
    padding: 2px 10px;
  }
}

#body_account .account-title {
  font-family: "SangBleuSunrise", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0.5em;
  font-size: 2rem;
}
#body_account .cols-eq-height a {
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 1px solid #dee2e6 !important;
}
#body_account .cols-eq-height a .account-card-button {
  border-radius: 0 !important;
  background-color: var(--color-primary, #CB5796) !important;
  color: #ffffff !important;
  border: 1px solid var(--color-primary, #CB5796) !important;
  font-weight: 400 !important;
  letter-spacing: 0.75px !important;
}
#body_account .cols-eq-height a .account-card-button:hover {
  background-color: #ffffff !important;
  color: var(--color-primary, #CB5796) !important;
}

.new-envelope-page #standaard {
  display: none;
}
.new-envelope-page .banner-text {
  font-weight: 600;
}
.new-envelope-page .card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  background: #ffffff;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  text-decoration: none;
  margin-bottom: 0px;
}
.new-envelope-page .card.mt-5 {
  background: #f8f8f8 !important;
  background-color: #f8f8f8 !important;
}
.new-envelope-page .card .card-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
}
.new-envelope-page .card .card-label {
  font-weight: 700;
  font-size: 1.286rem;
  line-height: 24px;
  padding: 10px;
  font-family: "sangblue", serif;
  color: #000000;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .new-envelope-page .card .card-label {
    font-weight: 800;
    font-size: 1.429rem;
    padding: 16px;
  }
}
.new-envelope-page .card .card-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-self: flex-start;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 992px) {
  .new-envelope-page .card .card-text {
    padding: 1rem;
  }
}
.new-envelope-page .card .card-header {
  font-size: 2rem;
  line-height: 40px;
  font-family: "SangBleuSunrise", sans-serif;
}
.new-envelope-page .card .card-header.big {
  font-size: 1.714rem;
  line-height: 36px;
  font-family: "SangBleuSunrise", sans-serif;
}
.new-envelope-page .card.card-2 {
  border: 1px solid #dee2e6;
}
.new-envelope-page .card.card-2 .card-img {
  object-fit: contain;
  background: #FAFAFA;
  padding: 1rem;
}
.new-envelope-page .card.card-2 .card-label {
  padding: 10px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
.new-envelope-page .card.card-2 .card-sublabel {
  margin-bottom: 20px;
  color: #000000;
  text-decoration: none;
}
.new-envelope-page .card.card-2 .card-sublabel.with-arrow::after {
  content: "\e409";
  font-family: Shopicons;
  padding-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.new-envelope-page .card.card-2 .card-labels {
  display: flex;
  flex-direction: column;
  color: #000000;
  text-decoration: none;
}
.new-envelope-page .card.card-2 {
  margin-bottom: 0rem;
}
.new-envelope-page .card-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  background: #ffffff;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  text-decoration: none;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}
.new-envelope-page .card-2 .card-img, .new-envelope-page .card-2 .card-2-img {
  object-fit: contain;
  background: #FAFAFA;
  padding: 1rem;
  width: 100%;
}
.new-envelope-page .card-2 .card-2-body {
  display: flex;
  flex-direction: column;
  color: #000000;
  text-decoration: none;
}
.new-envelope-page .card-2 .card-2-body .card-2-title {
  padding: 10px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
.new-envelope-page .card-2 .card-2-body .card-2-subtitle {
  margin-bottom: 20px;
  color: #333333;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.new-envelope-page .card-2 .card-2-thumbnail {
  width: 100%;
  height: 100%;
}
.new-envelope-page .card-2 .card-label {
  padding: 10px;
  color: #000000;
  text-decoration: none;
  padding: 10px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .new-envelope-page .card-2 .card-label {
    font-weight: 800;
    font-size: 1.429rem;
    padding: 16px;
  }
}
.new-envelope-page .card-2 .card-sublabel {
  margin-bottom: 20px;
  color: #000000;
  text-decoration: none;
}
.new-envelope-page .card-2 .card-sublabel.with-arrow::after {
  content: "\e409";
  font-family: Shopicons;
  padding-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.new-envelope-page .card-2 .card-labels {
  display: flex;
  flex-direction: column;
  color: #000000;
  text-decoration: none;
}
.new-envelope-page .max-width,
.new-envelope-page .container {
  margin: auto auto 0 auto;
}
.new-envelope-page .aspect-ratio-8 {
  aspect-ratio: 1;
}
.new-envelope-page .card-2 {
  border: 1px solid #dee2e6;
}
.new-envelope-page .card-2 .card-img {
  object-fit: contain;
  background: #FAFAFA;
  padding: 1rem;
}
.new-envelope-page .card-2 .card-label {
  padding: 10px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
.new-envelope-page .card-2 .card-sublabel {
  margin-bottom: 20px;
  color: #000000;
  text-decoration: none;
}
.new-envelope-page .card-2 .card-sublabel.with-arrow::after {
  content: "\e409";
  font-family: Shopicons;
  padding-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.new-envelope-page .card-2 .card-labels {
  display: flex;
  flex-direction: column;
  color: #000000;
  text-decoration: none;
}

.display-none.display-md-block:has(.po-mark-lp) {
  display: none !important;
}

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

.po-mark-lp, .fw-container-background {
  display: none !important;
}

.container:has(.landings-banner) {
  max-width: 1536px;
}

/*TREND LABEL*/
#card_previews.card-preview-flat .thumbnail-card-wrapper {
  position: relative;
}

.corner-svg-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px; /* Standaard breedte voor mobiele apparaten */
}

/* Verberg de TREND | tekst */
.hidden-trend {
  display: none;
}

/* Media query voor desktop (992px en breder) */
@media (min-width: 992px) {
  .corner-svg-label {
    width: 120px; /* Grotere breedte voor desktop */
  }
}
.landings-featuredimage:has(.corner-svg-label) {
  position: relative;
}

.landings-featuredimage .corner-svg-label {
  width: 100% !important;
  height: auto;
  max-width: 150px;
}

.flex-grid-item img.corner-svg-label {
  width: 120px !important;
  z-index: 10 !important;
  aspect-ratio: 1/1 !important;
  object-fit: contain !important;
  top: 12px !important;
  bottom: auto !important;
  height: auto !important;
  right: 12px !important;
  left: auto !important;
}

@media (min-width: 992px) {
  .flex-grid-item img.corner-svg-label {
    width: 160px !important;
  }
}
/*ERFAHRUNGEN PAGE*/
.po-masonry-grid {
  column-count: 3;
  column-gap: 10px;
}

.instagram-handle {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  line-height: 15px;
  gap: 0.3rem;
  padding: 8px;
  color: #fff;
  position: absolute;
  z-index: 999;
  bottom: 10px;
  left: 10px;
}

.po-masonry-item {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  break-inside: avoid;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  border-radius: var(--border-radius-big);
  overflow: hidden;
  position: relative;
}

.po-normal-grid {
  gap: 0.5rem;
}

.po-grid-item {
  margin-bottom: 10px;
  break-inside: avoid;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  border-radius: var(--border-radius-big);
  overflow: hidden;
  position: relative;
}

etrusted-widget {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.po-masonry-item img {
  display: block;
  width: 100%;
  height: auto;
}

.heart-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heart-icon i {
  color: red;
}

.po-masonry-item.item-vertical {
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  display: flex;
}

.po-normal-grid .po-grid-item {
  flex-direction: column;
  padding: 2rem !important;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  display: flex;
}

.po-masonry-item.item-horizontal a {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  gap: 0.5rem;
}

.po-masonry-item .item-content {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}

.po-masonry-item .item-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 100px;
}

.po-masonry-item {
  transition: 0.3s ease;
}

.po-masonry-item a:hover {
  text-decoration: none !important;
}

.po-masonry-item:has(a):hover {
  transform: scale(98%);
}

.po-masonry-item .item-content .item-title {
  font-family: "poppins regular";
}

.po-masonry-item .item-content .item-subtitle {
  font-family: "poppins regular";
  color: #c66d55;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.po-masonry-item.item-horizontal img.item-img {
  max-width: 25%;
}

@media (min-width: 992px) {
  .po-grid-item.md-4 {
    width: calc(33.29% - 0.5rem);
  }
}
@media (max-width: 991px) {
  .po-masonry-item .item-icon {
    display: none;
  }
  .po-masonry-grid {
    padding: 0.5rem;
  }
  .instagram-handle {
    font-size: 12px;
  }
  .po-masonry-item.item-horizontal a {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    gap: 0.5rem;
  }
  .po-masonry-item .item-content {
    display: flex;
    flex-direction: column;
    margin-right: unset;
    justify-content: center;
    text-align: center;
  }
  .po-masonry-item.item-horizontal img.item-img {
    max-width: 50%;
  }
  .heart-icon {
    width: 30px !important;
    height: 30px !important;
  }
  .po-masonry-grid {
    column-count: 3;
  }
}
@media (max-width: 767px) {
  .po-masonry-grid {
    column-count: 2;
  }
}
.section-notificationbar {
  max-width: 1800px;
  margin: auto;
  background-color: #F4F2EF;
  border-radius: 0 0 24px 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: ease 0.2s;
}
.section-notificationbar.full-width {
  margin: 0 auto !important;
  border-radius: 0 !important;
  padding: 0 0.5rem !important;
  width: 100% !important;
  max-width: none !important;
}
.section-notificationbar a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0.75rem;
  font-size: 0.9rem;
  font-family: "Be Vietnam Pro", sans-serif;
}
.section-notificationbar a .notificationbar-icon:has(.fa-gift) {
  color: var(--color-primary, #CB5796);
}
.section-notificationbar a .notificationbar-content {
  font-weight: 400;
}

.plp-container.plp-template-1 .section-header {
  padding: 2rem 1rem;
  padding-bottom: 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #dee2e6;
}
@media (min-width: 1536px) {
  .plp-container.plp-template-1 .section-header {
    padding: 2rem 0rem;
  }
}
.plp-container.plp-template-1 .section-header .icon-link {
  padding: 0.25rem 0.5rem;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: #F4F2EF;
}
.plp-container.plp-template-1 .section-header .icon-link i {
  font-weight: 400;
  font-size: 0.9rem;
}
.plp-container.plp-template-1 .section-header .icon-link:hover {
  text-decoration: none;
  filter: brightness(0.9);
}

/*-------- Section Two Column -------------*/
span.ok_card_title {
  display: flex;
}

.section-two-column .section-image-container img {
  width: 100%;
  aspect-ratio: 1.8/1;
  overflow: hidden;
}

.section-two-column .container-left .section-image-container img, .section-two-column .container-right .section-image-container img {
  width: 100%;
  aspect-ratio: unset;
  overflow: hidden;
}

.plp-template-1.section-two-column .section-image-container img.ratio-1x1 {
  aspect-ratio: 1/1;
}

.section-two-column.columns-md-reversed {
  flex-direction: column-reverse;
  display: flex;
}

.plp-template-1 .section-two-column .container-right .section-image-container {
  width: 100% !important;
  max-height: unset !important;
}

@media only screen and (min-width: 992px) {
  .section-two-column .section-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-two-column {
    display: flex;
    flex-direction: row;
  }
  .section-two-column.columns-md-reversed {
    flex-direction: row;
  }
}
.card-5 {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  margin-bottom: 2rem;
}

.card-5 .card-5-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.card-5 .card-5-content {
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 2rem;
  flex-direction: column;
}

.card-5 .card-5-subtitle {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 500;
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
}

.card-5 .card-5-title {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 140%;
  font-weight: 700;
  margin: 0;
  font-family: "SangBleuSunrise", sans-serif;
}

.card-5 .card-5-text {
  font-size: 14px;
  line-height: 140%;
  color: #262626;
  font-weight: 300;
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
}

.plp-container .ok_card_image img {
  width: 48px;
}
@media (max-width: 991px) {
  .plp-container .ok_card_image img {
    width: 38px;
  }
}

.container-right:has(.ok_card_image), .container-left:has(.ok_card_image) {
  flex-grow: 1;
  height: auto;
  border-radius: var(--border-radius-big);
  padding: 1% 2% !important;
  box-shadow: unset !important;
  flex-basis: 0;
  min-width: 0;
}

.ok_card {
  display: flex !important;
  flex-direction: row !important;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  border-radius: var(--border-radius-big);
}

span.ok_card_title {
  font-family: "Poppins Medium", sans-serif;
}

.ok_card_image img {
  width: 72px;
}

.ok_card_account {
  margin-bottom: auto;
}

/*-------- Section Hero Combi Products -------------*/
.section-hero-combi-products-swiper .card-style-swiper {
  width: 100%;
  /* margin-bottom: 1rem; */
  /* filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.12)); */
  transition: 0.2s ease;
  /* filter: drop-shadow(0 1px 1px #2b21180a) drop-shadow(0 2px 4px #2b21180f); */
}

.section-hero-combi-products-swiper .card-style-swiper swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80% !important;
  max-width: 260px;
  transition: 0.2s ease;
}

.section-hero-combi-products-swiper .card-style-swiper .slide-img {
  display: flex;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #F4F2EF;
}

.section-hero-combi-products-swiper .card-style-swiper .slide-img img {
  object-fit: cover;
  width: 100%;
  transition: 0.2s ease;
  height: 100%;
}

.section-hero-combi-products .section-image-container, .section-hero-content .section-image-container {
  max-height: unset;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-hero-combi-products .section-image-container img, .section-hero-content .section-image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
}

.section-hero-combi-products {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 2rem 1rem !important;
}

.section-hero-combi-products.reverse .section-container, .section-hero-content.reverse .section-container {
  flex-direction: row-reverse;
}

.section-hero-content.two-third .container-right {
  width: 40%;
  margin: auto;
}

.section-hero-content.two-third .container-left {
  width: 60%;
  margin: auto;
}

.section-hero-content.two-third .section-image-container img {
  aspect-ratio: 1.75/1;
}

.section-hero-combi-products .container-left, .section-hero-combi-products .container-right, .section-hero-content .container-left, .section-hero-content .container-right {
  width: 50%;
  margin: auto;
}

.section-hero-combi-products-swiper {
  width: 100%;
}

.section-hero-combi-products-swiper .card-style-swiper .swiper-title {
  color: #333333;
  display: block;
  text-align: left;
  line-height: 160%;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.5rem;
  font-family: "Be Vietnam Pro", sans-serif;
  /* max-height: 40px; */
}

.section-hero-combi-products-swiper swiper-slide a {
  transition: 0.2s ease;
}

.section-hero-combi-products .button {
  width: fit-content;
}

.section-hero-combi-products-swiper swiper-slide a:hover {
  text-decoration: none !important;
  transform: scale(97%);
}

@media only screen and (max-width: 991px) {
  .section-hero-combi-products .container-left, .section-hero-combi-products .container-right {
    width: 100%;
    margin: auto;
  }
  .section-hero-content .container-left, .section-hero-content .container-right {
    width: 100%;
    margin: auto;
  }
  .section-hero-content {
    padding: 0.5rem !important;
  }
  .section-hero-combi-products .button, .section-hero-content .button {
    margin-top: 0.25rem;
    background-color: unset;
    border-color: unset !important;
    color: var(--color-primary, #CB5796);
    padding: 0.25rem !important;
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    font-family: "Be Vietnam Pro", sans-serif;
  }
  .section-hero-combi-products .button:hover, .section-hero-content .button:hover {
    border: none !important;
    background-color: unset !important;
  }
  .section-hero-combi-products .section-container .container-right, .section-hero-content .section-container .container-right {
    background-color: #ffffff;
    padding: 1.5rem 1rem !important;
  }
  .section-hero-combi-products .section-container .container-right p, .section-hero-content .section-container .container-right p {
    margin-bottom: 0 !important;
  }
  .section-hero-combi-products .section-container .section-title-container, .section-hero-content .section-container .section-title-container {
    padding: 0 !important;
  }
  .section-hero-combi-products .container-left, .section-hero-content .container-left {
    display: none;
  }
  .section-hero-combi-products-swiper .card-style-swiper swiper-slide {
    width: 42% !important;
  }
}
.plp-container .section-blocks-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  transition: 0.2s ease;
  margin-left: -15px;
  margin-right: -15px;
}

.plp-container .section-blocks-container .block-element {
  display: flex;
  width: 100%;
  flex-direction: column;
  /* margin-bottom: 1rem; */
  box-sizing: border-box;
  transition: 0.2s ease;
  margin-bottom: 1rem;
}
.plp-container .section-blocks-container .block-element:hover .block-element-body {
  text-decoration: none !important;
  color: var(--color-primary, #CB5796);
}

.block-element .block-element-thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

.block-element-label {
  z-index: 99;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #ffffff;
  padding: 0.5rem 0.5rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-transform: uppercase;
  color: var(--color-primary, #CB5796);
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 6px;
}

.block-element-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1rem 0;
  width: 100%;
  transition: 0.3s ease;
}
.block-element-body .block-element-title {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.75px;
  border-bottom: 1px solid transparent;
  word-break: break-word;
  font-size: 0.9rem;
}

.block-element .ar-1x1 {
  aspect-ratio: 1/1;
}

.block-element:hover {
  text-decoration: none !important;
}

.block-element img {
  transition: 0.2s ease;
  width: 100%;
  height: 100%;
}

.block-element:hover img {
  transform: scale(1.05);
}

.md-3 .block-element .block-element-img, .lg-3 .block-element .block-element-img {
  aspect-ratio: 1.25/1 !important;
}

/*---------------  Section FAQ  ------------------------*/
.section-faq .faq-cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.section-faq .faq-content a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  color: var(--color-primary, #CB5796);
}

.section-faq .xs-12 {
  width: 100%;
  padding: 0;
}

@media (min-width: 992px) {
  .section-faq .md-6 {
    width: calc(50% - 0.5rem);
    padding: 0;
  }
  .section-faq .faq-cols {
    gap: 1rem;
  }
  /* Op desktop is de content standaard zichtbaar */
  .section-faq .faq-content {
    display: block;
  }
}
/* Styling voor de FAQ componenten */
.section-faq .faq-component {
  display: flex;
  flex-direction: column;
  background-color: #F4F2EF;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* FAQ titel styling */
.section-faq .faq-title, .accordion-button {
  font-size: 1rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  display: flex;
  padding: 1.5rem !important;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
}

.accordion {
  background-color: #F4F2EF;
}
.accordion .accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem !important;
}

/* Chevron rotatie bij actief */
.section-faq.md-collapse .faq-component.active .faq-title {
  padding: 1.5rem 1.5rem 0 1.5rem;
}

.section-faq .faq-content {
  font-size: 0.9rem;
  font-family: "Be Vietnam Pro", sans-serif;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.section-faq .faq-component i {
  display: none;
}

.section-faq.md-collapse .faq-component i {
  display: block;
}

.section-faq.md-collapse .faq-content {
  display: none;
}

/* Chevron animatie bij uitklappen */
.section-faq.md-collapse .faq-component i {
  display: block;
  transition: transform 0.3s ease;
  transform: rotate(0deg); /* Standaard naar beneden gericht */
}

/* Wanneer de component actief is, draaien we de chevron naar boven */
.section-faq.md-collapse .faq-component.active i {
  transform: rotate(180deg); /* Draai de chevron omhoog */
}

/* Chevron rotatie bij actief */
.section-faq.md-collapse .faq-component.active .faq-content {
  display: block;
}

/* Op mobiele apparaten verbergen we de content standaard */
@media (max-width: 991px) {
  .section-faq .faq-title {
    font-size: 0.9rem;
  }
  /* Chevron rotatie bij actief */
  .section-faq .faq-component.active .faq-content {
    display: block;
  }
  .section-faq .faq-content {
    display: none;
  }
  /* Chevron animatie bij uitklappen */
  .section-faq .faq-component i {
    display: block;
    transition: transform 0.3s ease;
    transform: rotate(0deg); /* Standaard naar beneden gericht */
  }
  /* Wanneer de component actief is, draaien we de chevron naar boven */
  .section-faq .faq-component.active i {
    transform: rotate(180deg); /* Draai de chevron omhoog */
  }
}
/*---------- BEGIN PAPERTYPES -------------*/
/*.papertypes-container {*/
/*    max-width: 1800px;*/
/*    margin: auto;*/
/*}*/
.papertypes-container .card-2-title {
  text-align: left;
  font-size: 1.143rem !important;
  font-family: "SangBleuSunrise", sans-serif;
  font-weight: 400;
  line-height: 160%;
}

.papertypes-container .card-2-thumbnail {
  border-radius: 0;
}

.papertypes-container .card-2-description span {
  font-size: 0.9rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
}

.papertypes-container .card-2-description span:first-of-type {
  font-size: 0.9rem;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-bottom: 0.5rem;
}

.papertypes-container .example-label {
  z-index: 5;
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 0.9rem;
  line-height: 100%;
  list-style: none;
  padding: 0.5rem;
  background-color: var(--color-primary, #CB5796) !important;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.papertypes-container .example-label i {
  font-weight: 800;
}

.papertypes-container .example-label:hover {
  background-color: rgba(0, 0, 0, 0.1882352941);
}

.papertypes-container .card-2-img.example-img {
  display: none; /* This hides the example image initially */
}

.papertypes-container .card-2-description span:first-of-type:before {
  display: none;
}

.papertypes-container .card-2-description span:before {
  font: var(--fa-font-regular);
  content: "\f00c";
  margin-right: 8px;
  margin-top: 6px;
}

.papertypes-container .landings-content p {
  margin-bottom: 0.5rem;
}

.papertypes-container .card-2 {
  overflow: hidden;
  transition: 0.2s ease-in-out;
  position: relative;
  border: 0.5px solid #dee2e6;
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.papertypes-container .card-2-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
}

.papertypes-container .card-2-thumbnail {
  position: relative;
  padding-top: 100%;
  display: block;
  overflow: hidden;
}

.papertypes-container .card-2-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .papertypes-container .landings-banner.bg-orange {
    background-color: #F4F2EF;
    overflow: hidden;
  }
}
/*---------- END PAPERTYPES -------------*/
body:has(.sidebar-back-button) #sidebar *:not(i) {
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-size: 1rem !important;
  color: #333333 !important;
  font-weight: 400 !important;
}
body:has(.sidebar-back-button) .sidebar_widget {
  margin-bottom: 1rem;
}
body:has(.sidebar-back-button) .sidebar_widget .widget_content {
  width: 100%;
  border: 1px solid #dee2e6;
}
body:has(.sidebar-back-button) .sidebar_widget h3 {
  padding: 0.75rem 1rem;
  width: 100%;
  margin: 0 !important;
  border-bottom: 1px solid #dee2e6;
}
body:has(.sidebar-back-button) .sidebar_widget li a, body:has(.sidebar-back-button) .sidebar_widget a {
  padding: 0.75rem 1rem;
  width: 100%;
  border-bottom: 1px solid #dee2e6;
  display: block;
}
body:has(.sidebar-back-button) .widget-title {
  border: 1px solid #dee2e6;
  background-color: #F4F2EF;
  border-bottom: none !important;
}
body:has(.sidebar-back-button) .sidebar-back-button {
  padding: 0.75rem 1rem;
  width: 100%;
  border-bottom: none !important;
  display: block;
  background-color: #F4F2EF;
}
body:has(.sidebar-back-button) .sidebar_widget:has(.sidebar-back-button) h3 {
  display: none;
}

.accordion-faq {
  justify-content: space-between;
}

.accordion-faq:has(.fa-solid) {
  justify-content: flex-start;
}
.accordion-faq:has(.fa-solid) .icon {
  margin-left: auto;
}

.navigation-bar {
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

@media screen and (min-width: 992px) {
  .navigation-bar {
    box-shadow: 0px 1px 0px #f2f2f2;
  }
}
.navigation-bar-header {
  background-color: #F4F2EF;
}
.navigation-bar-header img.img-responsive {
  max-width: 14px;
}
.navigation-bar-header .navigation-bar-group {
  max-width: 1400px;
  margin: auto;
  gap: 24px;
}
.navigation-bar-header .navigation-bar-group .navigation-bar-item {
  padding: 0.75rem 0;
  font-size: 0.9rem;
}
.navigation-bar-header .navigation-bar-group .navigation-bar-item a {
  font-size: 0.9rem;
}
.navigation-bar-header .item-1 .navigation-bar-item, .navigation-bar-header .item-2 .navigation-bar-item, .navigation-bar-header .item-3 .navigation-bar-item, .navigation-bar-header .navigation-bar-group-reviews .navigation-bar-item, .navigation-bar-header .navigation-bar-group-customerservice .navigation-bar-item, .navigation-bar-header .navigation-bar-group-delivery .navigation-bar-item {
  justify-content: center !important;
  padding: 0.5rem;
  width: 100%;
  gap: 0.5rem;
}
.navigation-bar-header .item-1 .navigation-bar-item:hover, .navigation-bar-header .item-2 .navigation-bar-item:hover, .navigation-bar-header .item-3 .navigation-bar-item:hover, .navigation-bar-header .navigation-bar-group-reviews .navigation-bar-item:hover, .navigation-bar-header .navigation-bar-group-customerservice .navigation-bar-item:hover, .navigation-bar-header .navigation-bar-group-delivery .navigation-bar-item:hover {
  background-color: #f0f0f0 !important;
}
.navigation-bar-header .item-1 .navigation-bar-item a, .navigation-bar-header .item-2 .navigation-bar-item a, .navigation-bar-header .item-3 .navigation-bar-item a, .navigation-bar-header .navigation-bar-group-reviews .navigation-bar-item a, .navigation-bar-header .navigation-bar-group-customerservice .navigation-bar-item a, .navigation-bar-header .navigation-bar-group-delivery .navigation-bar-item a {
  gap: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navigation-bar-header .item-1 .navigation-bar-item a:hover, .navigation-bar-header .item-2 .navigation-bar-item a:hover, .navigation-bar-header .item-3 .navigation-bar-item a:hover, .navigation-bar-header .navigation-bar-group-reviews .navigation-bar-item a:hover, .navigation-bar-header .navigation-bar-group-customerservice .navigation-bar-item a:hover, .navigation-bar-header .navigation-bar-group-delivery .navigation-bar-item a:hover {
  text-decoration: none;
}
.navigation-bar-header .item-1 i, .navigation-bar-header .navigation-bar-group-reviews i {
  color: var(--color-primary, #CB5796);
}
.navigation-bar-header .item-2 i, .navigation-bar-header .navigation-bar-group-customerservice i {
  color: var(--color-primary, #CB5796);
}
.navigation-bar-header .item-3 i, .navigation-bar-header .navigation-bar-group-delivery i {
  color: var(--color-primary, #CB5796);
}

a.navigation-bar-item:hover,
a.navigation-bar-item:focus,
a.navigation-bar-item:active,
a.navigation-bar-item {
  text-decoration: none;
  font-weight: 400;
}

.navigation-bar .shopicons-hamburger {
  font-size: 2rem;
}

.navigation-bar-item.navigation-bar-item-logo {
  padding: 0.75rem 0.5rem;
}
.navigation-bar-item.navigation-bar-item-logo:hover {
  background-color: transparent !important;
}

@media screen and (min-width: 992px) {
  .navigation-bar-group.navigation-bar-group-static-menu {
    flex: 0;
    margin-left: auto;
  }
}
a.navigation-bar-item {
  color: #1E1E1E;
}

.navigation-bar-account:hover,
.navigation-bar-basket:hover,
.navigation-bar__klantenservice:hover,
.navigation-bar__zakelijk:hover {
  background-color: #f5f5f5 !important;
}

.navigation-bar-account .navigation-bar-item-icon:after {
  display: none;
}

.shopicons-person:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f007" !important;
  font-weight: 300;
  margin-right: 0.5rem;
  font-size: 1.286rem !important;
  line-height: 1.25rem;
  -webkit-font-smoothing: auto !important;
}

.fa-basket-shopping:before {
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: auto !important;
  content: "\f290" !important;
  font-weight: 300;
  margin-right: 0.5rem;
  font-size: 1.286rem !important;
  line-height: 1.25rem;
}

.navigation-bar-badge {
  position: initial;
  background-color: var(--color-primary, #CB5796);
  font-size: 0.75rem;
  height: 20px;
  width: 20px;
  font-weight: 400;
}

.mega-navbar-item {
  border-bottom: 0.15rem solid transparent;
  margin-left: 0 !important;
  padding: 0.5rem 1.25rem !important;
}

.mega-navbar-item:hover, .mega-navbar-item.active {
  border-bottom: 0.15rem solid #333333;
}

.mega-navbar-item .nested-li {
  line-height: 1.75rem;
}

.mega-navbar-item .content-link:hover {
  text-decoration: underline;
}

.mega-navbar-link {
  color: #333333;
  font-weight: normal !important;
}

.mega-dropdown-content {
  z-index: 999;
}

.mega-navbar-item .content-link {
  color: #333333 !important;
  text-decoration: none;
  font-weight: 400 !important;
}

.fw-bold, .content-link.fw-bold {
  font-weight: 600 !important;
}

.navigation-bar-input-group {
  background-color: #FAFAFA;
}

.navigation-bar-group-search .navigation-bar-input-group .navigation-bar-input {
  width: 100vw;
}

@media screen and (min-width: 992px) {
  .navigation-bar-footer .navigation-bar-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: auto;
    background-color: rgba(0, 0, 0, 0);
  }
  .mega-navbar .content-container .content-row {
    margin: auto;
  }
  .mega-navbar .content-container .dropdown-img {
    border-radius: 16px;
  }
  .navigation-bar-footer .navigation-bar-item {
    height: auto;
    padding: 1rem 0.25rem;
    margin: 0 1rem;
  }
  .navigation-bar-collapse {
    flex: none;
  }
  .navigation-bar-footer .navigation-bar-group.navigation-bar-group-logo {
    display: none !important;
  }
  .navigation-bar-input-group .navigation-bar-input {
    padding: 0.2rem 0.5rem 0 0.5rem;
  }
  .dropdown-search .navigation-bar-dropdown-menu .navigation-bar-item {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0rem;
    margin: 0 0.5rem 0rem;
  }
  .navigation-bar-item.navigation-bar-item-logo {
    width: 225px;
  }
  .navigation-bar-body .navigation-bar-container {
    justify-content: center;
    padding: 0.75rem 0;
  }
  .navigation-bar-container {
    position: relative;
    max-width: 1800px;
  }
}
.navigation-searchbar-onpage {
  width: 100%;
}

.navigation-searchbar-onpage .dropdown-search {
  width: 100%;
}

.navigation-searchbar-onpage .navigation-bar-dropdown-menu {
  padding: 0.5rem;
  width: 100%;
}

.navigation-searchbar-onpage .navigation-bar-input-group {
  width: 100%;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  margin: 0;
  border-radius: 0px;
  overflow: hidden;
}

.navigation-searchbar-onpage .navigation-bar-input-group {
  height: 46px;
  width: 100%;
}

.navigation-bar-group-search .navigation-bar-input-group .navigation-bar-input {
  width: 100vw;
}

.navigation-bar-search {
  background-color: #f8f8f8;
  display: flex;
  width: 100%;
  order: 2;
}

.navigation-bar:has(.navigation-searchbar-onpage) {
  flex-direction: column;
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.navigation-bar {
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

@media only screen and (min-width: 992px) {
  .navigation-bar-search:has(.navigation-searchbar-onpage) {
    display: none !important;
  }
  .navigation-bar-search {
    transition: opacity 0.2s ease, visibility 0.2s ease, height 0.2s ease, margin 0.2s ease;
    overflow: hidden;
    height: auto;
    margin-top: 0;
  }
  .hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin-top: -46px; /* adjust based on the actual height of your search bar */
  }
}
.navigation-bar-group-search-desk {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .navigation-bar-group-search-desk:not(.navigation-searchbar-onpage) {
    display: none !important;
  }
}

.navigation-bar-body .navigation-bar-item-logo {
  margin: 0 !important;
  padding: 0.5rem 1.25rem;
  max-width: 300px !important;
}

.mega-navigation-bar-group-search {
  display: none !important;
}

.navigation-bar-footer .navigation-bar-group.navigation-bar-group-logo {
  display: none !important;
}

.mega-navbar .content-container {
  max-width: 1800px;
}

.mega-navbar .content-container .content-row {
  max-width: 1380px;
}

.navigation-bar-body .navigation-bar-group.navigation-bar-group-logo-with-search {
  position: absolute !important;
  display: flex !important;
  flex: unset;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .navigation-bar-body .navigation-bar-group.navigation-bar-group-logo-with-search {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .navigation-bar-body .navigation-bar-group:has(.navigation-bar__b2b) {
    display: none !important;
  }
}
.navigation-bar-group-search-desk * {
  position: initial !important;
  max-width: none !important;
}

.dropdown-search.dropdown-search-visible {
  align-items: center;
}

.navigation-bar-group-search-desk .dropdown-search {
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}

.dropdown-search .navigation-bar-input-group .navigation-bar-input {
  font-size: 1rem !important;
}

.dropdown-search.dropdown-search-visible .navigation-bar-dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  position: relative;
  top: auto !important;
  bottom: auto;
  right: auto;
  left: auto;
  box-shadow: none;
  width: 100% !important;
  padding: 0;
  z-index: 0;
}

.navigation-bar-group-search-desk .navigation-bar-input-group .navigation-bar-item {
  justify-content: center;
  width: 44px;
  height: 44px;
}

.navigation-bar-group-search-desk .navigation-bar-input-group .navigation-bar-item::before {
  filter: none;
  width: 18px;
  height: 18px;
}

.navigation-bar-body .navigation-bar-container {
  align-items: center;
}

.navigation-bar-group-search-desk .navigation-bar-input-group .navigation-bar-input {
  min-width: calc(25vw - 45px);
}
@media screen and (min-width: 1400px) {
  .navigation-bar-group-search-desk .navigation-bar-input-group .navigation-bar-input {
    min-width: calc(38vw - 45px);
  }
}

.navigation-bar-label {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

.navigation-bar-body {
  height: 70px !important;
}

.navigation-bar-group-search-desk .navigation-bar-dropdown-menu {
  background-color: unset !important;
}

.navigation-bar-group-search-desk .navigation-bar-input-group {
  width: 100% !important;
  background-color: #ffffff !important;
  height: 44px;
  border: solid 1px #dee2e6;
  border-radius: 9999px;
}

.navigation-bar-body .navigation-bar-container .navigation-bar-dropdown {
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  margin: auto 0;
}

.navigation-bar-body .navigation-bar-item-logo {
  margin: 0;
  padding: 0.5rem 1.25rem !important;
}

.navigation-bar-body {
  height: 72px;
}

.navigation-bar-item-logo > img {
  position: initial !important;
  padding: 0 !important;
}

.navigation-bar-dropdown-menu .navigation-bar-item,
.navigation-bar-footer .navigation-bar-item,
.navigation-bar-body .navigation-bar-basket {
  padding: 0.5rem 0.6rem !important;
}

.navigation-bar-body .navigation-bar-container,
.navigation-bar-footer .navigation-bar-container {
  max-width: calc(1536px + 2.5rem) !important;
}

.navigation-bar-group-search-desk {
  width: 100%;
  max-width: 360px;
  margin-right: auto;
  padding: 0.5rem;
  background-color: #fff;
}
@media screen and (min-width: 1400px) {
  .navigation-bar-group-search-desk {
    max-width: 360px;
  }
}

.navigation-bar-item-logo img {
  padding: 0;
  max-height: 2.2rem;
  width: 100%;
  margin: 0 !important;
}

.navigation-bar-dropdown.dropdown-expand-on-hover:hover > .navigation-bar-dropdown-toggle,
.navigation-bar-dropdown.open > .navigation-bar-dropdown-toggle,
.navigation-bar-item:hover,
.navigation-bar-item:active,
.navigation-bar-item:focus {
  background-color: #f5f5f5 !important;
}

.mega-navbar {
  justify-content: flex-start !important;
  min-height: 48px;
}

.shopicons-search {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 1.286rem !important;
  line-height: 100% !important;
}

.shopicons-search:before {
  content: "\f002";
  font-weight: 300;
  font-size: 1.286rem !important;
  line-height: 100% !important;
  color: var(--color-primary, #CB5796);
}

.navigation-bar-footer:has(.hamburger-header) .hamburger-close {
  padding: 0.5rem;
  background-color: #F4F2EF;
  color: #333333;
}
.navigation-bar-footer:has(.hamburger-header) .navigation-bar-collapse {
  padding: 0 !important;
}
.navigation-bar-footer:has(.hamburger-header) .navigation-bar-collapse .navigation-bar-group .navigation-bar-item.font-weight-bold {
  display: none !important;
}
.navigation-bar-footer:has(.hamburger-header) .navigation-bar-collapse .navigation-bar-group .navigation-bar-dropdown {
  padding: 1rem !important;
  border-bottom: 1px solid #dee2e6;
}
.navigation-bar-footer:has(.hamburger-header) .navigation-bar-collapse .navigation-bar-group .navigation-bar-dropdown:has(.navigation-bar-dropdown-close) .navigation-bar-item:not(.navigation-bar-dropdown-toggle) {
  padding: 1rem !important;
  border-bottom: 1px solid #dee2e6;
}

.mega-dropdown-content .content-container a[href="/hochzeitskarten#beliebt"]:before, .mega-dropdown-content .content-container a[href="/hochzeitsdeko#beliebt"]:before {
  content: "\f004";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 12px;
  margin-right: 8px;
  color: var(--color-primary, #CB5796);
  display: inline-block;
  animation: wiggle 2s infinite;
}

@keyframes wiggle {
  0% {
    transform: translateX(-1px) rotate(0deg);
  }
  40% {
    transform: translateX(1px) rotate(4deg);
  }
  50% {
    transform: translateX(-1px) rotate(-4deg);
  }
  60% {
    transform: translateX(1px) rotate(0deg);
  }
  70% {
    transform: translateX(-1px) rotate(-4deg);
  }
  80% {
    transform: translateX(1px) rotate(4deg);
  }
  90% {
    transform: translateX(-1px) rotate(0deg);
  }
}
.p-default {
  padding: 0 0.75rem;
}

@media (max-width: 991px) {
  .card-item-grid .card-item-b.card-sm-horizontal .card-item-b-content .card-item-b-btn-content {
    color: #333333 !important;
  }
}
.card-item-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem;
}
.card-item-grid .card-item-b {
  display: flex;
  border-radius: 8px;
  flex-direction: column;
  width: 50%;
  padding: 0rem;
  transition: 0.3s ease;
  margin-bottom: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  .card-item-grid .card-item-b.card-sm-horizontal {
    flex-direction: row;
    background-color: #F4F2EF !important;
  }
  .card-item-grid .card-item-b.card-sm-horizontal a {
    flex-direction: row !important;
    width: 100%;
  }
  .card-item-grid .card-item-b.card-sm-horizontal .card-item-b-title {
    color: #333333 !important;
    text-shadow: none !important;
  }
  .card-item-grid .card-item-b.card-sm-horizontal .card-item-b-sub {
    color: #333333 !important;
  }
  .card-item-grid .card-item-b.card-sm-horizontal .card-item-b-btn {
    color: #333333 !important;
  }
  .card-item-grid .card-item-b.card-sm-horizontal .card-item-b-btn-content {
    color: #333333 !important;
  }
  .card-item-grid .card-item-b.card-sm-horizontal .card-item-b-content {
    position: initial !important;
    background: none !important;
    color: #333333 !important;
  }
  .card-item-grid .card-item-b.card-sm-horizontal .card-item-b-content.gradient-light {
    background: none !important;
  }
  .card-item-grid .card-item-b.card-sm-horizontal .card-item-b-content.gradient-medium {
    background: none !important;
  }
  .card-item-grid .card-item-b.card-sm-horizontal .card-item-b-content.gradient-dark {
    background: none !important;
  }
  .card-item-grid .card-item-b.card-sm-horizontal .card-item-b-image {
    width: 100px;
  }
  .card-item-grid .card-item-b.card-sm-horizontal .card-item-b-image img {
    aspect-ratio: 1/1 !important;
    object-fit: cover !important;
    object-position: center !important;
  }
}
.card-item-grid .card-item-b.card-item-b-big {
  width: 100%;
  height: 100%;
}
.card-item-grid .card-item-b.card-item-b-big a {
  flex-direction: column-reverse;
  height: 100%;
}
.card-item-grid .card-item-b.card-item-b-big .card-item-b-image img {
  height: 100% !important;
}
.card-item-grid .card-item-b.card-item-b-big .card-item-b-content {
  justify-content: center;
}
.card-item-grid .card-item-b.card-item-b-big .card-item-b-content .card-item-b-title em {
  font-style: normal;
  font-weight: 500;
}
.card-item-grid .card-item-b a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  height: 250px;
  max-height: 250px;
}
.card-item-grid .card-item-b .card-item-b-image {
  width: 100%;
  display: flex;
  height: 100%;
}
.card-item-grid .card-item-b .card-item-b-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-item-grid .card-item-b .card-item-b-content {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(55, 40, 30, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
}
.card-item-grid .card-item-b .card-item-b-content.gradient-light {
  background: linear-gradient(180deg, rgba(55, 40, 30, 0) 0%, rgba(0, 0, 0, 0.3) 80%) !important;
}
.card-item-grid .card-item-b .card-item-b-content.gradient-medium {
  background: linear-gradient(180deg, rgba(55, 40, 30, 0) 0%, rgba(0, 0, 0, 0.5) 80%) !important;
}
.card-item-grid .card-item-b .card-item-b-content.gradient-dark {
  background: linear-gradient(180deg, rgba(55, 40, 30, 0) 0%, rgba(0, 0, 0, 0.7) 80%) !important;
}
.card-item-grid .card-item-b .card-item-b-content .card-item-b-title {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 150%;
  margin-bottom: 0.5rem;
  font-family: "SangBleuSunrise", sans-serif;
  font-weight: 400;
}
.card-item-grid .card-item-b .card-item-b-content .card-item-b-sub {
  line-height: 150%;
  margin-bottom: 0.8rem;
}
.card-item-grid .card-item-b .card-item-b-content .card-item-b-btn {
  padding: 0.75rem 1.5rem;
  display: flex;
  border: 1.5px solid #dee2e6;
  border-radius: 9999px;
  gap: 8px;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .card-item-grid .card-item-b .card-item-b-content .card-item-b-btn {
    padding: 0.75rem 1rem !important;
  }
  .card-item-grid .card-item-b .card-item-b-content .card-item-b-btn:after {
    display: none;
  }
}
.card-item-grid .card-item-b .card-item-b-content .card-item-b-btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.card-item-grid .card-item-b .card-item-b-content .card-item-b-btn:hover .card-item-b-btn-content {
  color: #333333 !important;
}
.card-item-grid .card-item-b .card-item-b-content .card-item-b-btn-content {
  color: #ffffff !important;
}
.card-item-grid .card-item-b .card-item-b-content .card-item-b-btn i.fa-sharp.fa-solid.fa-chevron-right {
  font-size: 0.9rem;
  color: #333333 !important;
}
@media (max-width: 991px) {
  .card-item-grid .card-item-b:not(.card-item-b-big):first-of-type {
    padding-right: 0.25rem;
  }
  .card-item-grid .card-item-b:not(.card-item-b-big):nth-of-type(2) {
    padding-left: 0.25rem;
  }
}
.card-item-grid-column-left {
  flex-direction: row;
  display: flex;
  width: 100%;
}
@media (min-width: 992px) {
  .card-item-grid-column-left .card-item-b {
    max-height: 240px;
  }
}
@media (min-width: 992px) {
  .card-item-grid-column-left {
    width: 41.6666666667% !important;
    gap: 0.5rem;
    flex-direction: column;
  }
}
.card-item-grid-column-right {
  width: 100%;
}
@media (min-width: 992px) {
  .card-item-grid-column-right {
    width: 58.3333333333% !important;
  }
}

a.section-title {
  text-decoration: none;
  color: initial;
  cursor: pointer;
}

.mf-logo-initial {
  display: none;
}
@media (min-width: 992px) {
  .mf-logo-initial {
    display: block;
    width: 16px;
    position: initial;
    margin: auto auto 0 auto;
  }
}

.ghost-item {
  display: none;
}
@media (min-width: 992px) {
  .ghost-item {
    display: block;
    width: 16px;
    margin: 0 auto auto auto;
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  .card-item-grid {
    gap: 1rem;
  }
  .card-item-b-big {
    flex: 14 !important;
  }
  .card-item-b {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 0 !important;
    flex: 8;
    transition: 0.3s ease;
  }
  .card-item-b .card-item-b-btn {
    border: 1.5px solid #dee2e6;
    border-radius: 9999px;
  }
  .card-item-b img {
    transition: 0.5s ease;
  }
  .card-item-b:hover img {
    transform: scale(1.02);
  }
  .card-item-b:hover .card-item-b-btn {
    background-color: #ffffff;
    border-color: #ffffff !important;
  }
  .card-item-b:hover .card-item-b-btn .card-item-b-btn-content {
    color: #333333 !important;
    filter: brightness(1);
  }
  .card-item-b .card-item-b-image {
    width: 100% !important;
    height: 100% !important;
  }
  .card-item-b .card-item-b-content {
    width: 100% !important;
    padding: 2rem !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .card-item-b .card-item-b-content .card-item-b-btn-content {
    display: block !important;
  }
  .card-item-b .card-item-b-content .card-item-b-sub {
    line-height: 150% !important;
    margin-bottom: 1.5rem !important;
  }
  .card-item-b a {
    flex-direction: column !important;
    height: 100% !important;
    position: relative;
    max-height: 480px !important;
    height: 480px !important;
  }
}
@media only screen and (max-width: 991px) {
  .card-item-b .card-item-b-content .card-item-b-sub,
  .card-item-grid-column-right .card-item-b-content .card-item-b-sub {
    display: none;
  }
  .card-item-b .card-item-b-content .card-item-b-title {
    font-size: 1.429rem !important;
  }
}
@media only screen and (max-width: 380px) {
  .card-item-b .card-item-b-content .card-item-b-title {
    font-size: 1rem !important;
  }
}
.card-item-c {
  margin-bottom: 1rem;
  padding: 0 0.5rem !important;
}
.card-item-c:hover a img {
  transform: scale(1.02);
}
@media (min-width: 992px) {
  .card-item-c.lg-4 a img {
    width: 100%;
    aspect-ratio: 1.25/1;
    object-fit: cover;
  }
}
.card-item-c a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333333;
  transition: 0.3s ease;
}
.card-item-c a:hover, .card-item-c a:hover span {
  text-decoration: none !important;
}
.card-item-c a .card-item-b-btn {
  padding: 0.5rem 0rem;
  border-bottom: 1px solid transparent !important;
  border-radius: unset !important;
}
.card-item-c a .card-item-b-btn.btn-border {
  border: 1px solid #dee2e6 !important;
  border-radius: 9999px !important;
}
.card-item-c a:hover .card-item-b-btn {
  color: var(--color-primary, #CB5796) !important;
  border-bottom: 1px solid var(--color-primary, #CB5796) !important;
}
.card-item-c a:hover .card-item-b-btn-content {
  color: var(--color-primary, #CB5796) !important;
}
.card-item-c a img {
  width: 100%;
  aspect-ratio: 1/1.2;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  display: block;
  transition: transform 0.35s ease;
}
.card-item-c a img.ratio-1x1 {
  aspect-ratio: 1/1 !important;
}
.card-item-c .card-item-c-image {
  position: relative;
  padding: 0;
}
.card-item-c .card-promotion-label {
  position: absolute;
  left: 1rem;
  top: 1rem;
  border-radius: 9999px;
  background-color: var(--color-primary, #CB5796);
  color: #ffffff;
  padding: 0.35rem 0.75rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 1.2rem;
  z-index: 22;
}
.card-item-c .card-item-c-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1rem 0.25rem;
  width: 100%;
  transition: 0.3s ease;
}
.card-item-c .card-item-c-content:has(.card-item-c-sub) {
  height: auto;
}
.card-item-c .card-item-c-content .card-item-c-title {
  font-size: 1rem;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.75px;
  border-bottom: 1px solid transparent;
  word-break: break-word;
}
.card-item-c .card-item-c-content .card-item-c-title::after {
  transition: 0.5s ease;
}
.card-item-c .card-item-c-content .card-item-c-description {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: var(--color-primary, #CB5796);
}
.card-item-c .card-item-c-content .card-item-c-sub {
  font-size: 0.9rem;
}
.card-item-c .card-item-c-content .card-item-c-sub::after {
  transition: 0.5s ease;
}
@media (min-width: 992px) {
  .card-item-c {
    padding: 0 0.5rem !important;
  }
  .card-item-c .card-item-c-title {
    font-size: 0.9rem !important;
  }
  .card-item-c .card-item-c-sub {
    font-size: 0.9rem !important;
  }
}
@media (min-width: 1024px) {
  .card-item-c .card-item-c-title {
    font-size: 0.9rem !important;
  }
}

.card-item-quick-link {
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.9rem;
  text-align: center;
}
.card-item-quick-link a {
  text-decoration: none !important;
  color: #333333;
}
.card-item-quick-link .card-item-c-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  bottom: 0.5rem;
  border: 1px solid #333333;
  padding: 0.5rem 0.8rem;
  transition: width 0.3s ease, height 0.3s ease, font-size 0.4s ease;
}

.container-s {
  max-width: 800px;
  margin: auto;
}

.cols:has(.card-item-c) {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

@media only screen and (max-width: 991px) {
  .container-s .card-item-c a img {
    width: 100%;
    aspect-ratio: 1/1.2;
    object-fit: cover;
    height: 60px;
  }
}
.title {
  font-size: 1rem;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.75px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid transparent;
}
.title::after {
  transition: 0.5s ease;
}

section.container-fluid {
  max-width: none;
}

section {
  padding: 0 0.5rem;
  max-width: 1536px;
  margin: auto;
}
section.full-width {
  max-width: none;
}
section p {
  max-width: 100%;
}
section h2 {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  color: #333333;
}
section .section-sub {
  margin-bottom: 1.5rem;
  max-width: 800px;
}
section:has(.section-sub) h2 {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  section {
    padding: 0 1rem;
  }
  section[class*=brand-] {
    border-radius: 40px !important;
    overflow: hidden;
  }
  section p {
    max-width: 800px;
  }
}
@media (min-width: 1536px) {
  section {
    padding: 0 0rem;
  }
}

.pagina-footer .section {
  padding: 0rem;
}

.section-l {
  max-width: 1200px;
  margin: auto;
}

.section-intro {
  margin-bottom: 1rem;
}
.section-intro:has(.section-intro-btn) {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .section-intro:has(.section-intro-btn) {
    width: 100%;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
  }
}
.section-intro .section-title {
  line-height: 150%;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .section-intro .section-intro-btn {
    display: block !important;
  }
}
.section-intro .section-intro-btn i {
  font-size: 0.9rem;
}
.section-intro .section-intro-btn:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .section-intro .section-title {
    line-height: 150%;
  }
}

.section-intro-content {
  display: flex;
  flex-direction: column;
}
.section-intro-content:has(input) {
  display: inline-block;
}

a.section-title {
  text-decoration: none;
  color: initial;
  cursor: pointer;
}
a.section-button-outline {
  color: var(--color-primary, #CB5796);
  padding: 0.75rem 1.5rem;
  border: 1px solid var(--color-primary, #CB5796);
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 9999px;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}
a.section-button-outline i {
  font-size: 0.9rem;
}
a.section-button-outline:hover {
  border: solid 1.5px #F49D6E;
  color: #F49D6E;
}

@media (min-width: 992px) {
  .container-xxl section .section-button-outline {
    width: fit-content;
    margin: auto;
  }
}
.section-quote {
  width: 100%;
  font-family: "SangBleuSunrise", sans-serif;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: row;
  color: #333333;
  text-decoration: none;
  padding: 0.75rem 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.section-quote br {
  display: none;
}

.section-mf-socials {
  text-align: left;
  gap: 1rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.section-mf-socials .section-mf-socials-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-mf-socials .section-mf-socials-content .section-mf-socials-card {
  display: flex;
  flex: 1;
}
.section-mf-socials .section-mf-socials-content .section-mf-socials-card img {
  aspect-ratio: 1/1;
  width: 100%;
}
.section-mf-socials strong {
  text-transform: uppercase;
}
.section-mf-socials .section-intro-content {
  margin: 2rem 0 0 0;
  align-items: flex-start;
}
.section-mf-socials .footer-social {
  display: flex;
  margin: 2rem auto;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.section-mf-socials .footer-social a {
  display: flex;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
  margin: 0 0.4rem;
  font-size: 1.286rem;
  text-decoration: none;
  background-color: #CAB2D9 !important;
  color: #1D3557 !important;
}

@media only screen and (max-width: 768px) {
  .section-mf-socials-content > .section-mf-socials-card:nth-last-child(-n+2) {
    display: none;
  }
}
.style-collection {
  background-color: #F4F2EF;
  flex-direction: row;
  display: flex;
  margin-bottom: 3rem;
}
.style-collection.reverse {
  flex-direction: row-reverse;
}
.style-collection a:hover {
  text-decoration: none;
}
.style-collection .style-collection-content {
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem;
  justify-content: center;
  width: 50%;
}
@media (min-width: 992px) {
  .style-collection .style-collection-content {
    padding: 4rem;
  }
}
.style-collection .style-collection-content .style-collection-title {
  margin-bottom: 1rem;
  display: block;
  font-family: "SangBleuSunrise", sans-serif;
  font-weight: 400;
  font-size: 1.714rem;
  color: #333333;
}
.style-collection .style-collection-content .style-collection-text {
  margin-bottom: 1.5rem;
  display: block;
}
.style-collection .style-collection-content .style-collection-swiper-title {
  margin-bottom: 1rem;
  display: block;
  text-transform: uppercase;
}
.style-collection .style-collection-content swiper-container {
  width: 100%;
}
.style-collection .style-collection-content swiper-container swiper-slide a {
  display: block;
  width: 100%;
}
.style-collection .style-collection-content swiper-container swiper-slide a:has(img) {
  aspect-ratio: 1/1;
  background-color: #ffffff;
}
.style-collection .style-collection-content swiper-container swiper-slide a .swiper-slide-title {
  display: block;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.style-collection .style-collection-content swiper-container swiper-slide a .swiper-slide-subtitle {
  display: block;
  font-size: 0.9rem;
}
.style-collection .style-collection-content swiper-container swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.style-collection .style-collection-img {
  width: 50%;
}
.style-collection .style-collection-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .style-collection {
    flex-direction: column-reverse;
  }
  .style-collection.reverse {
    flex-direction: column-reverse;
  }
  .style-collection .style-collection-content {
    width: 100%;
  }
  .style-collection .style-collection-img {
    width: 100%;
  }
}

.selbst-gestalten-banner {
  background-color: #F4F2EF;
}
.selbst-gestalten-banner .container {
  max-width: 100% !important;
}
.selbst-gestalten-banner .content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .selbst-gestalten-banner .content {
    padding: 2rem;
  }
}
.selbst-gestalten-banner .card-thumbnail {
  width: 100%;
}
.selbst-gestalten-banner .card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cols:has(.card-3) {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.section-block-list .card-3 {
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}
.section-block-list .card-3 .card-3-thumbnail {
  aspect-ratio: 1.75/1;
  display: block;
}
.section-block-list .card-3 .card-3-body {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(55, 40, 30, 0) 0%, rgba(0, 0, 0, 0.3) 80%) !important;
}
.section-block-list .card-3 .card-3-body i {
  display: none;
}
@media (min-width: 992px) {
  .section-block-list .card-3 .card-3-body {
    padding: 2rem !important;
    width: 100% !important;
  }
}
.section-block-list .card-3 .card-3-body .card-3-title {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 150%;
  margin-bottom: 0.5rem;
  font-family: "SangBleuSunrise", sans-serif;
  font-weight: 400;
  font-size: 1.85rem;
  color: #ffffff;
}
.section-block-list .card-3-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0rem;
}
.section-block-list .card-3-list .card-3-list-cta {
  color: var(--color-primary, #CB5796);
}
.section-block-list .card-3-list .card-3-list-link, .section-block-list .card-3-list .card-3-list-cta {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid transparent;
}
.section-block-list .card-3-list .card-3-list-link i, .section-block-list .card-3-list .card-3-list-cta i {
  margin-left: auto;
}
.section-block-list .card-3-list .card-3-list-link:hover, .section-block-list .card-3-list .card-3-list-cta:hover {
  text-decoration: none;
  border-bottom: 1px solid var(--color-primary, #CB5796);
}
.section-block-list .card-3-list-link-promo {
  background-color: var(--color-primary, #CB5796);
  color: #ffffff;
  padding: 0.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 1.2rem;
  margin-right: auto;
  margin-left: 1rem;
}
.section-block-list .card-3-list-link-promo:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f004";
  font-weight: 900;
  margin-right: 0.3rem;
  font-size: 80%;
  vertical-align: top;
}

.category-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.category-container .category {
  padding: 1rem 1rem 1rem 0;
  break-inside: avoid;
  min-width: 300px;
}
.category-container .category img {
  max-width: 200px;
  max-height: 40px;
  margin-bottom: 1rem;
}
.category-container .category ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.category-container .category ul li {
  margin: 5px 0;
}

.section-hero-content {
  padding: 1rem 1rem;
  display: flex;
}
.section-hero-content .button {
  width: fit-content;
}
.section-hero-content.reverse .section-container {
  flex-direction: column;
}
@media (min-width: 992px) {
  .section-hero-content.reverse .section-container {
    flex-direction: row-reverse;
  }
}
.section-hero-content .section-container {
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .section-hero-content .section-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    padding: 0;
    position: relative;
    background-color: #F4F2EF;
  }
}
.section-hero-content .section-container .section-image-container {
  max-height: unset;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-hero-content .section-container .section-image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.5/1;
}
@media (max-width: 991px) {
  .section-hero-content .section-container .section-image-container {
    display: none;
  }
}
.section-hero-content .section-container .container-left {
  width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .section-hero-content .section-container .container-left {
    width: 50%;
    margin: auto;
  }
}
.section-hero-content .section-container .container-right {
  width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .section-hero-content .section-container .container-right {
    width: 50%;
    margin: auto;
  }
}
.section-hero-content .section-container .section-title-container {
  padding: 1rem 0 2rem 0;
  gap: 0.5rem !important;
  display: flex;
  flex-direction: column;
}
.section-hero-content .section-container .section-title-container b {
  font-weight: inherit;
}

.card-collection-title {
  font-family: "SangBleuSunrise", sans-serif;
  font-weight: 400;
  font-size: 1.714rem;
  color: #333333;
  margin-bottom: 1rem;
  display: block;
}

.card-collection-subtitle {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1rem;
  display: block;
  margin-bottom: 1rem;
}

#mid:has(.usp-list-color) .banner {
  margin-bottom: 0;
  border-bottom: none !important;
}

.banner, .landings-banner {
  max-width: 100vw;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 0;
  background-color: #F4F2EF;
  border-radius: calc(8px + 1.5rem);
  padding: 2rem;
}
.banner.brand-blue, .landings-banner.brand-blue {
  background-color: #F4F9FC !important;
  color: #102128 !important;
}
.banner.brand-blue .banner-title,
.banner.brand-blue .banner-text,
.banner.brand-blue .banner-subtitle,
.banner.brand-blue p, .banner.brand-blue h1, .banner.brand-blue h2, .banner.brand-blue h3, .banner.brand-blue a,
.banner.brand-blue *, .landings-banner.brand-blue .banner-title,
.landings-banner.brand-blue .banner-text,
.landings-banner.brand-blue .banner-subtitle,
.landings-banner.brand-blue p, .landings-banner.brand-blue h1, .landings-banner.brand-blue h2, .landings-banner.brand-blue h3, .landings-banner.brand-blue a,
.landings-banner.brand-blue * {
  color: #102128 !important;
}
.banner.brand-blue .banner-btn, .landings-banner.brand-blue .banner-btn {
  background-color: #5C889E !important;
  border-color: #5C889E !important;
  color: #ffffff !important;
}
.banner.brand-blue .banner-btn:hover, .landings-banner.brand-blue .banner-btn:hover {
  background-color: rgb(116.4656, 155.0448, 174.3344) !important;
  border-color: rgb(116.4656, 155.0448, 174.3344) !important;
}
.banner.brand-green, .landings-banner.brand-green {
  background-color: #E7EFE4 !important;
  color: #133A11 !important;
}
.banner.brand-green .banner-title,
.banner.brand-green .banner-text,
.banner.brand-green .banner-subtitle,
.banner.brand-green p, .banner.brand-green h1, .banner.brand-green h2, .banner.brand-green h3, .banner.brand-green a,
.banner.brand-green *, .landings-banner.brand-green .banner-title,
.landings-banner.brand-green .banner-text,
.landings-banner.brand-green .banner-subtitle,
.landings-banner.brand-green p, .landings-banner.brand-green h1, .landings-banner.brand-green h2, .landings-banner.brand-green h3, .landings-banner.brand-green a,
.landings-banner.brand-green * {
  color: #133A11 !important;
}
.banner.brand-green .banner-btn, .landings-banner.brand-green .banner-btn {
  background-color: #184916 !important;
  border-color: #184916 !important;
  color: #ffffff !important;
}
.banner.brand-green .banner-btn:hover, .landings-banner.brand-green .banner-btn:hover {
  background-color: rgb(34.3073684211, 104.3515789474, 31.4484210526) !important;
  border-color: rgb(34.3073684211, 104.3515789474, 31.4484210526) !important;
}
.banner.brand-rose, .landings-banner.brand-rose {
  background-color: #faedeb !important;
  color: #BC4143 !important;
}
.banner.brand-rose .banner-title,
.banner.brand-rose .banner-text,
.banner.brand-rose .banner-subtitle,
.banner.brand-rose p, .banner.brand-rose h1, .banner.brand-rose h2, .banner.brand-rose h3, .banner.brand-rose a,
.banner.brand-rose *, .landings-banner.brand-rose .banner-title,
.landings-banner.brand-rose .banner-text,
.landings-banner.brand-rose .banner-subtitle,
.landings-banner.brand-rose p, .landings-banner.brand-rose h1, .landings-banner.brand-rose h2, .landings-banner.brand-rose h3, .landings-banner.brand-rose a,
.landings-banner.brand-rose * {
  color: #BC4143 !important;
}
.banner.brand-rose .banner-btn, .landings-banner.brand-rose .banner-btn {
  background-color: #EB5254 !important;
  border-color: #EB5254 !important;
  color: #ffffff !important;
}
.banner.brand-rose .banner-btn:hover, .landings-banner.brand-rose .banner-btn:hover {
  background-color: rgb(239.2279792746, 118.5720207254, 120.1492227979) !important;
  border-color: rgb(239.2279792746, 118.5720207254, 120.1492227979) !important;
}
.banner.brand-teal, .landings-banner.brand-teal {
  background-color: #E1F0EF !important;
  color: #16383D !important;
}
.banner.brand-teal .banner-title,
.banner.brand-teal .banner-text,
.banner.brand-teal .banner-subtitle,
.banner.brand-teal p, .banner.brand-teal h1, .banner.brand-teal h2, .banner.brand-teal h3, .banner.brand-teal a,
.banner.brand-teal *, .landings-banner.brand-teal .banner-title,
.landings-banner.brand-teal .banner-text,
.landings-banner.brand-teal .banner-subtitle,
.landings-banner.brand-teal p, .landings-banner.brand-teal h1, .landings-banner.brand-teal h2, .landings-banner.brand-teal h3, .landings-banner.brand-teal a,
.landings-banner.brand-teal * {
  color: #16383D !important;
}
.banner.brand-teal .banner-btn, .landings-banner.brand-teal .banner-btn {
  background-color: #336D6B !important;
  border-color: #336D6B !important;
  color: #ffffff !important;
}
.banner.brand-teal .banner-btn:hover, .landings-banner.brand-teal .banner-btn:hover {
  background-color: rgb(64.005, 136.795, 134.285) !important;
  border-color: rgb(64.005, 136.795, 134.285) !important;
}
.banner.brand-gold, .landings-banner.brand-gold {
  background-color: #FFFCF2 !important;
  color: #3E361A !important;
}
.banner.brand-gold .banner-title,
.banner.brand-gold .banner-text,
.banner.brand-gold .banner-subtitle,
.banner.brand-gold p, .banner.brand-gold h1, .banner.brand-gold h2, .banner.brand-gold h3, .banner.brand-gold a,
.banner.brand-gold *, .landings-banner.brand-gold .banner-title,
.landings-banner.brand-gold .banner-text,
.landings-banner.brand-gold .banner-subtitle,
.landings-banner.brand-gold p, .landings-banner.brand-gold h1, .landings-banner.brand-gold h2, .landings-banner.brand-gold h3, .landings-banner.brand-gold a,
.landings-banner.brand-gold * {
  color: #3E361A !important;
}
.banner.brand-gold .banner-btn, .landings-banner.brand-gold .banner-btn {
  background-color: #3E361A !important;
  border-color: #3E361A !important;
  color: #ffffff !important;
}
.banner.brand-gold .banner-btn:hover, .landings-banner.brand-gold .banner-btn:hover {
  background-color: rgb(90.7454545455, 79.0363636364, 38.0545454545) !important;
  border-color: rgb(90.7454545455, 79.0363636364, 38.0545454545) !important;
}
.banner.brand-orange, .landings-banner.brand-orange {
  background-color: #FEF6EE !important;
  color: #7A341A !important;
}
.banner.brand-orange .banner-title,
.banner.brand-orange .banner-text,
.banner.brand-orange .banner-subtitle,
.banner.brand-orange p, .banner.brand-orange h1, .banner.brand-orange h2, .banner.brand-orange h3, .banner.brand-orange a,
.banner.brand-orange *, .landings-banner.brand-orange .banner-title,
.landings-banner.brand-orange .banner-text,
.landings-banner.brand-orange .banner-subtitle,
.landings-banner.brand-orange p, .landings-banner.brand-orange h1, .landings-banner.brand-orange h2, .landings-banner.brand-orange h3, .landings-banner.brand-orange a,
.landings-banner.brand-orange * {
  color: #7A341A !important;
}
.banner.brand-orange .banner-btn, .landings-banner.brand-orange .banner-btn {
  background-color: #7A341A !important;
  border-color: #7A341A !important;
  color: #ffffff !important;
}
.banner.brand-orange .banner-btn:hover, .landings-banner.brand-orange .banner-btn:hover {
  background-color: rgb(155.6324324324, 66.3351351351, 33.1675675676) !important;
  border-color: rgb(155.6324324324, 66.3351351351, 33.1675675676) !important;
}
.banner.brand-purple, .landings-banner.brand-purple {
  background-color: #F2EDF8 !important;
  color: #230440 !important;
}
.banner.brand-purple .banner-title,
.banner.brand-purple .banner-text,
.banner.brand-purple .banner-subtitle,
.banner.brand-purple p, .banner.brand-purple h1, .banner.brand-purple h2, .banner.brand-purple h3, .banner.brand-purple a,
.banner.brand-purple *, .landings-banner.brand-purple .banner-title,
.landings-banner.brand-purple .banner-text,
.landings-banner.brand-purple .banner-subtitle,
.landings-banner.brand-purple p, .landings-banner.brand-purple h1, .landings-banner.brand-purple h2, .landings-banner.brand-purple h3, .landings-banner.brand-purple a,
.landings-banner.brand-purple * {
  color: #230440 !important;
}
.banner.brand-purple .banner-btn, .landings-banner.brand-purple .banner-btn {
  background-color: #230440 !important;
  border-color: #230440 !important;
  color: #ffffff !important;
}
.banner.brand-purple .banner-btn:hover, .landings-banner.brand-purple .banner-btn:hover {
  background-color: rgb(56, 6.4, 102.4) !important;
  border-color: rgb(56, 6.4, 102.4) !important;
}
.banner.brand-pink, .landings-banner.brand-pink {
  background-color: #F7EEF2 !important;
  color: #3B1826 !important;
}
.banner.brand-pink .banner-title,
.banner.brand-pink .banner-text,
.banner.brand-pink .banner-subtitle,
.banner.brand-pink p, .banner.brand-pink h1, .banner.brand-pink h2, .banner.brand-pink h3, .banner.brand-pink a,
.banner.brand-pink *, .landings-banner.brand-pink .banner-title,
.landings-banner.brand-pink .banner-text,
.landings-banner.brand-pink .banner-subtitle,
.landings-banner.brand-pink p, .landings-banner.brand-pink h1, .landings-banner.brand-pink h2, .landings-banner.brand-pink h3, .landings-banner.brand-pink a,
.landings-banner.brand-pink * {
  color: #3B1826 !important;
}
.banner.brand-pink .banner-btn, .landings-banner.brand-pink .banner-btn {
  background-color: #3B1826 !important;
  border-color: #3B1826 !important;
  color: #ffffff !important;
}
.banner.brand-pink .banner-btn:hover, .landings-banner.brand-pink .banner-btn:hover {
  background-color: rgb(88.0024096386, 35.7975903614, 56.6795180723) !important;
  border-color: rgb(88.0024096386, 35.7975903614, 56.6795180723) !important;
}
.banner.brand-mint, .landings-banner.brand-mint {
  background-color: #E9FFF6 !important;
  color: #20523F !important;
}
.banner.brand-mint .banner-title,
.banner.brand-mint .banner-text,
.banner.brand-mint .banner-subtitle,
.banner.brand-mint p, .banner.brand-mint h1, .banner.brand-mint h2, .banner.brand-mint h3, .banner.brand-mint a,
.banner.brand-mint *, .landings-banner.brand-mint .banner-title,
.landings-banner.brand-mint .banner-text,
.landings-banner.brand-mint .banner-subtitle,
.landings-banner.brand-mint p, .landings-banner.brand-mint h1, .landings-banner.brand-mint h2, .landings-banner.brand-mint h3, .landings-banner.brand-mint a,
.landings-banner.brand-mint * {
  color: #20523F !important;
}
.banner.brand-mint .banner-btn, .landings-banner.brand-mint .banner-btn {
  background-color: #28674f !important;
  border-color: #28674f !important;
  color: #ffffff !important;
}
.banner.brand-mint .banner-btn:hover, .landings-banner.brand-mint .banner-btn:hover {
  background-color: rgb(51.4125874126, 132.3874125874, 101.5398601399) !important;
  border-color: rgb(51.4125874126, 132.3874125874, 101.5398601399) !important;
}
.banner.brand-neutral, .landings-banner.brand-neutral {
  background-color: #F5F3EF !important;
  color: #3B3B39 !important;
}
.banner.brand-neutral .banner-title,
.banner.brand-neutral .banner-text,
.banner.brand-neutral .banner-subtitle,
.banner.brand-neutral p, .banner.brand-neutral h1, .banner.brand-neutral h2, .banner.brand-neutral h3, .banner.brand-neutral a,
.banner.brand-neutral *, .landings-banner.brand-neutral .banner-title,
.landings-banner.brand-neutral .banner-text,
.landings-banner.brand-neutral .banner-subtitle,
.landings-banner.brand-neutral p, .landings-banner.brand-neutral h1, .landings-banner.brand-neutral h2, .landings-banner.brand-neutral h3, .landings-banner.brand-neutral a,
.landings-banner.brand-neutral * {
  color: #3B3B39 !important;
}
.banner.brand-neutral .banner-btn, .landings-banner.brand-neutral .banner-btn {
  background-color: #4A4A48 !important;
  border-color: #4A4A48 !important;
  color: #ffffff !important;
}
.banner.brand-neutral .banner-btn:hover, .landings-banner.brand-neutral .banner-btn:hover {
  background-color: rgb(94.6794520548, 94.6794520548, 92.1205479452) !important;
  border-color: rgb(94.6794520548, 94.6794520548, 92.1205479452) !important;
}
.banner.brand-mauve, .landings-banner.brand-mauve {
  background-color: #f3d0dd !important;
  color: #622038 !important;
}
.banner.brand-mauve .banner-title,
.banner.brand-mauve .banner-text,
.banner.brand-mauve .banner-subtitle,
.banner.brand-mauve p, .banner.brand-mauve h1, .banner.brand-mauve h2, .banner.brand-mauve h3, .banner.brand-mauve a,
.banner.brand-mauve *, .landings-banner.brand-mauve .banner-title,
.landings-banner.brand-mauve .banner-text,
.landings-banner.brand-mauve .banner-subtitle,
.landings-banner.brand-mauve p, .landings-banner.brand-mauve h1, .landings-banner.brand-mauve h2, .landings-banner.brand-mauve h3, .landings-banner.brand-mauve a,
.landings-banner.brand-mauve * {
  color: #622038 !important;
}
.banner.brand-mauve .banner-btn, .landings-banner.brand-mauve .banner-btn {
  background-color: #863C57 !important;
  border-color: #863C57 !important;
  color: #ffffff !important;
}
.banner.brand-mauve .banner-btn:hover, .landings-banner.brand-mauve .banner-btn:hover {
  background-color: rgb(162.181443299, 72.618556701, 105.2969072165) !important;
  border-color: rgb(162.181443299, 72.618556701, 105.2969072165) !important;
}
.banner.brand-peach, .landings-banner.brand-peach {
  background-color: #FFF9ED !important;
  color: #764932 !important;
}
.banner.brand-peach .banner-title,
.banner.brand-peach .banner-text,
.banner.brand-peach .banner-subtitle,
.banner.brand-peach p, .banner.brand-peach h1, .banner.brand-peach h2, .banner.brand-peach h3, .banner.brand-peach a,
.banner.brand-peach *, .landings-banner.brand-peach .banner-title,
.landings-banner.brand-peach .banner-text,
.landings-banner.brand-peach .banner-subtitle,
.landings-banner.brand-peach p, .landings-banner.brand-peach h1, .landings-banner.brand-peach h2, .landings-banner.brand-peach h3, .landings-banner.brand-peach a,
.landings-banner.brand-peach * {
  color: #764932 !important;
}
.banner.brand-peach .banner-btn, .landings-banner.brand-peach .banner-btn {
  background-color: #eba07a !important;
  border-color: #eba07a !important;
  color: #ffffff !important;
}
.banner.brand-peach .banner-btn:hover, .landings-banner.brand-peach .banner-btn:hover {
  background-color: rgb(239, 179, 148.6) !important;
  border-color: rgb(239, 179, 148.6) !important;
}
.banner.brand-navy, .landings-banner.brand-navy {
  background-color: #DCEEF6 !important;
  color: #1F1F29 !important;
}
.banner.brand-navy .banner-title,
.banner.brand-navy .banner-text,
.banner.brand-navy .banner-subtitle,
.banner.brand-navy p, .banner.brand-navy h1, .banner.brand-navy h2, .banner.brand-navy h3, .banner.brand-navy a,
.banner.brand-navy *, .landings-banner.brand-navy .banner-title,
.landings-banner.brand-navy .banner-text,
.landings-banner.brand-navy .banner-subtitle,
.landings-banner.brand-navy p, .landings-banner.brand-navy h1, .landings-banner.brand-navy h2, .landings-banner.brand-navy h3, .landings-banner.brand-navy a,
.landings-banner.brand-navy * {
  color: #1F1F29 !important;
}
.banner.brand-navy .banner-btn, .landings-banner.brand-navy .banner-btn {
  background-color: #1F1F29 !important;
  border-color: #1F1F29 !important;
  color: #ffffff !important;
}
.banner.brand-navy .banner-btn:hover, .landings-banner.brand-navy .banner-btn:hover {
  background-color: rgb(48.5666666667, 48.5666666667, 64.2333333333) !important;
  border-color: rgb(48.5666666667, 48.5666666667, 64.2333333333) !important;
}
.banner.brand-yellow, .landings-banner.brand-yellow {
  background-color: #FFF0B5 !important;
  color: #1F1F29 !important;
}
.banner.brand-yellow .banner-title,
.banner.brand-yellow .banner-text,
.banner.brand-yellow .banner-subtitle,
.banner.brand-yellow p, .banner.brand-yellow h1, .banner.brand-yellow h2, .banner.brand-yellow h3, .banner.brand-yellow a,
.banner.brand-yellow *, .landings-banner.brand-yellow .banner-title,
.landings-banner.brand-yellow .banner-text,
.landings-banner.brand-yellow .banner-subtitle,
.landings-banner.brand-yellow p, .landings-banner.brand-yellow h1, .landings-banner.brand-yellow h2, .landings-banner.brand-yellow h3, .landings-banner.brand-yellow a,
.landings-banner.brand-yellow * {
  color: #1F1F29 !important;
}
.banner.brand-yellow .banner-btn, .landings-banner.brand-yellow .banner-btn {
  background-color: #96792b !important;
  border-color: #96792b !important;
  color: #ffffff !important;
}
.banner.brand-yellow .banner-btn:hover, .landings-banner.brand-yellow .banner-btn:hover {
  background-color: rgb(181.7098445596, 146.5792746114, 52.0901554404) !important;
  border-color: rgb(181.7098445596, 146.5792746114, 52.0901554404) !important;
}
.banner.style2, .landings-banner.style2 {
  flex-direction: row-reverse;
}
.banner.banner-6 .banner-thumbnail, .landings-banner.banner-6 .banner-thumbnail {
  max-height: none;
}
.banner:has(.banner-thumbnail, .landings-featuredimage) .banner-body, .banner:has(.landings-featuredimage) .landings-content-container, .landings-banner:has(.banner-thumbnail, .landings-featuredimage) .banner-body, .landings-banner:has(.landings-featuredimage) .landings-content-container {
  padding: 2rem 3rem;
}
.banner:not(:has(.banner-text, .banner-btn)), .landings-banner:not(:has(.banner-text, .banner-btn)) {
  padding-bottom: 0;
}
.banner:not(:has(.banner-thumbnail, .landings-featuredimage)), .landings-banner:not(:has(.banner-thumbnail, .landings-featuredimage)) {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .banner, .landings-banner {
    margin-bottom: 0rem !important;
    padding-bottom: 0rem !important;
    border-bottom: none !important;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    border-radius: 0;
    padding: 0.5rem;
  }
}
.banner .banner-subtitle, .landings-banner .banner-subtitle {
  display: none;
}
.banner .banner-btn, .landings-banner .banner-btn {
  margin-right: 1rem;
}
.banner .banner-text, .landings-banner .banner-text {
  margin-bottom: 0;
  max-width: 800px;
}
.banner .banner-thumbnail, .banner .landings-featuredimage, .landings-banner .banner-thumbnail, .landings-banner .landings-featuredimage {
  width: 70%;
  max-width: 540px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  max-height: 320px;
}
@media (max-width: 991px) {
  .banner .banner-thumbnail, .banner .landings-featuredimage, .landings-banner .banner-thumbnail, .landings-banner .landings-featuredimage {
    display: none;
  }
}
.banner .banner-thumbnail img, .banner .landings-featuredimage img, .landings-banner .banner-thumbnail img, .landings-banner .landings-featuredimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 2/1;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .banner .banner-thumbnail img, .banner .landings-featuredimage img, .landings-banner .banner-thumbnail img, .landings-banner .landings-featuredimage img {
    aspect-ratio: 3/1;
  }
}
.banner .banner-body, .banner .landings-content, .landings-banner .banner-body, .landings-banner .landings-content {
  width: 100%;
  display: flex;
  max-width: 1536px;
  margin: auto;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem 1rem;
  align-content: flex-start;
  height: auto;
}
@media (min-width: 1536px) {
  .banner .banner-body, .banner .landings-content, .landings-banner .banner-body, .landings-banner .landings-content {
    padding: 2rem 0rem;
  }
}
.banner .banner-body .divider-group h1::after, .banner .landings-content .divider-group h1::after, .landings-banner .banner-body .divider-group h1::after, .landings-banner .landings-content .divider-group h1::after {
  display: none !important;
}
.banner .banner-body .plp-crumbs, .banner .landings-content .plp-crumbs, .landings-banner .banner-body .plp-crumbs, .landings-banner .landings-content .plp-crumbs {
  margin-bottom: 4px;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .banner, .landings-banner {
    flex-direction: column;
    max-height: none;
    margin-bottom: 0;
  }
  .banner h1, .banner h2, .banner .h1, .banner .h2, .landings-banner h1, .landings-banner h2, .landings-banner .h1, .landings-banner .h2 {
    font-size: 1.429rem;
  }
  .banner h1:after, .banner .banner-title:after, .landings-banner h1:after, .landings-banner .banner-title:after {
    display: none;
  }
  .banner .banner-thumbnail, .landings-banner .banner-thumbnail {
    width: 100%;
  }
  .banner .banner-body, .banner .landings-content, .landings-banner .banner-body, .landings-banner .landings-content {
    width: 100%;
    padding: 0.5rem !important;
  }
}
.banner.banner-3, .landings-banner.banner-3 {
  justify-content: center;
}
.banner.banner-6, .banner.banner-5, .landings-banner.banner-6, .landings-banner.banner-5 {
  max-height: unset;
  max-width: unset;
  width: 100%;
}
@media (max-width: 991px) {
  .banner.banner-6, .banner.banner-5, .landings-banner.banner-6, .landings-banner.banner-5 {
    margin-bottom: 1rem;
  }
}
.banner.banner-6 .banner-thumbnail a, .banner.banner-5 .banner-thumbnail a, .landings-banner.banner-6 .banner-thumbnail a, .landings-banner.banner-5 .banner-thumbnail a {
  height: 100%;
}
.banner.banner-6 .banner-thumbnail img, .banner.banner-5 .banner-thumbnail img, .landings-banner.banner-6 .banner-thumbnail img, .landings-banner.banner-5 .banner-thumbnail img {
  aspect-ratio: unset;
}
.banner.banner-6 .banner-body, .banner.banner-5 .banner-body, .landings-banner.banner-6 .banner-body, .landings-banner.banner-5 .banner-body {
  width: 50%;
  padding: 3rem;
  background-color: #F4F2EF;
}
@media (max-width: 991px) {
  .banner.banner-6 .banner-body, .banner.banner-5 .banner-body, .landings-banner.banner-6 .banner-body, .landings-banner.banner-5 .banner-body {
    width: 100%;
    padding: 2rem !important;
  }
}
.banner.banner-6 .banner-body .banner-title, .banner.banner-5 .banner-body .banner-title, .landings-banner.banner-6 .banner-body .banner-title, .landings-banner.banner-5 .banner-body .banner-title {
  font-size: 2rem;
  font-family: "SangBleuSunrise", sans-serif;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  display: block;
}
.banner.banner-6 .banner-body .banner-text, .banner.banner-5 .banner-body .banner-text, .landings-banner.banner-6 .banner-body .banner-text, .landings-banner.banner-5 .banner-body .banner-text {
  margin-bottom: 1rem;
  display: block;
}
.banner .icon-link, .landings-banner .icon-link {
  padding: 0.25rem 0.5rem;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: #F4F2EF;
}
.banner .icon-link i, .landings-banner .icon-link i {
  font-weight: 400;
  font-size: 0.9rem;
}
.banner .icon-link:hover, .landings-banner .icon-link:hover {
  text-decoration: none;
  filter: brightness(0.9);
}

.usp-list-body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 991px) {
  .usp-list-body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
  }
}
.usp-list-body .swiper-usp-small .swiper-slide {
  background: transparent;
  background-color: transparent;
}

.swiper-usp-small .usp-list-item, .usp-list-item {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  justify-content: center;
}
@media (max-width: 991px) {
  .swiper-usp-small .usp-list-item, .usp-list-item {
    margin: 0.7rem 0;
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.swiper-usp-small .usp-list-item img, .usp-list-item img {
  width: 16px;
  margin-right: 0.5rem;
  display: block;
}
.swiper-usp-small .usp-list-item .usp-list-item-body, .swiper-usp-small .usp-list-item .usp-list-item, .usp-list-item .usp-list-item-body, .usp-list-item .usp-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .swiper-usp-small .usp-list-item .usp-list-item-body, .swiper-usp-small .usp-list-item .usp-list-item, .usp-list-item .usp-list-item-body, .usp-list-item .usp-list-item {
    flex-direction: row;
    gap: 4px;
  }
}

/*LEES MEER KNOP*/
.read-more-desk .read-more-label {
  display: inline-block;
}

.read-more-desk #more {
  display: none !important;
}

.read-more-desk #dots {
  display: inline-block;
}

@media only screen and (min-width: 992px) {
  .read-more-label {
    display: none;
  }
  #more {
    display: inline !important;
  }
  #dots {
    display: none;
  }
}
.show-more-label {
  cursor: pointer;
  padding: 10px;
  color: var(--color-primary, #CB5796);
}

.read-more-label {
  cursor: pointer;
  color: inherit;
  font-weight: 400;
  color: var(--color-primary, #CB5796);
}

#more {
  display: none;
}

.check {
  display: none;
}

.check:checked ~ #more {
  display: inline !important;
}

.check:checked ~ #dots {
  display: none;
}

.check:checked ~ .items-expand-block {
  display: block;
}

.items-expand-block {
  display: none;
}

.check:checked ~ label {
  visibility: hidden;
}

.check:checked ~ label:before {
  content: "Minder lezen -";
  display: inline-block;
  visibility: visible;
  z-index: 10;
  position: relative;
}

/* Duits */
html[lang=de-DE] .check:checked ~ label:before {
  content: "Weniger lesen -";
}

@media screen and (min-width: 1200px) {
  p.md-collapse #dots {
    display: inline;
  }
  p.md-collapse #more {
    display: none !important;
  }
  p.md-collapse .read-more-label {
    display: inline;
  }
  p.md-collapse label {
    visibility: visible;
  }
}
.banner-images-3 {
  display: flex;
  flex-direction: row;
  position: relative;
  max-height: none;
  background-color: unset;
}
.banner-images-3 h1:after, .banner-images-3 .banner-title:after {
  display: none;
}
@media screen and (max-width: 991px) {
  .banner-images-3 {
    margin-bottom: 0;
    flex-direction: column;
  }
}
.banner-images-3 .banner_section {
  width: 35%;
  min-height: 380px;
}
@media screen and (max-width: 991px) {
  .banner-images-3 .banner_section {
    width: 100%;
    min-height: unset;
  }
}
.banner-images-3 .banner_section a {
  display: block;
}
.banner-images-3 .banner_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-images-3 .banner-images-content {
  width: 100%;
  margin: auto;
  text-align: center;
  bottom: 32px;
}
.banner-images-3 .banner-images-content-inner {
  background-color: #FCF8F5;
  width: fit-content;
  margin: auto;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (min-width: 992px) {
  .banner-images-3 .banner-images-content {
    position: absolute;
    width: 100%;
    margin: auto;
    text-align: center;
    bottom: 32px;
  }
}
@media screen and (max-width: 991px) {
  .banner-images-3 .banner_image2, .banner-images-3 .banner_image3 {
    display: none !important;
  }
  .banner-images-3 .banner_section img {
    max-height: 180px !important;
  }
  .banner-images-3 .banner-images-content-inner {
    padding: 0.5rem !important;
    width: 100%;
  }
}

.no-banner-images .banner_section {
  display: none;
}
.no-banner-images .banner-images-content {
  position: initial;
  width: 100%;
  display: flex;
  margin: auto;
  text-align: center;
}
.no-banner-images .banner-images-content-inner {
  width: 100%;
  margin: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.banner-noimage-1 {
  text-align: center !important;
  justify-content: center;
  margin-bottom: 2rem;
}
.banner-noimage-1 .banner-thumbnail {
  display: none;
}
.banner-noimage-1 .banner-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner.banner-3 .container {
  max-width: 1536px;
}

/*Banner 8*/
.promotional-background {
  background-color: #FCF8F5;
  width: 100%;
}

.promotional-banner {
  max-height: auto;
  display: flex;
  flex-direction: column;
  margin: 2rem auto;
  max-width: 1280px;
  align-items: center;
  background-color: #FCF8F5;
}

.promotional-banner-content {
  width: 100%;
}

.promotional-banner img {
  max-height: inherit;
  height: inherit;
  width: 100%;
  object-fit: cover;
}

.promotional-banner-content {
  padding: 1rem;
  text-align: left;
}

.promotional-banner-title {
  font-family: "sangblue light", serif;
  font-weight: 500;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 1rem;
}

.promotional-banner a.btn.btn-cta {
  margin: 2rem auto 0 auto;
}

.promotional-banner-text {
  max-width: 800px;
  margin: auto;
  margin-bottom: 1rem;
  line-height: 24px;
  display: block;
}

@media only screen and (min-width: 992px) {
  .promotional-banner {
    /*max-height: 320px;*/
    display: flex;
    flex-direction: row;
    margin: 4rem auto;
    max-width: 1280px;
    align-items: center;
    background-color: #FCF8F5;
  }
  .promotional-banner-title {
    font-family: "sangblue light", serif;
    font-weight: 500;
    display: block;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 1rem;
  }
  .promotional-banner-content {
    padding: 2rem 4rem;
    text-align: left;
  }
  .promotional-banner-img, .promotional-banner-content {
    width: 50%;
  }
  .promotional-banner-a {
    max-height: inherit;
    height: inherit;
    width: 50%;
  }
  .promotional-banner img {
    max-height: inherit;
    height: inherit;
    /*width: 50%;*/
    object-fit: cover;
  }
}
body:has(.triple-image-banner) .navigation-bar {
  margin-bottom: 0;
}

.triple-image-banner {
  margin-bottom: 2rem;
  max-width: none !important;
  width: 100vw;
  position: relative;
  /* MOBIEL */
}
.triple-image-banner .banner-row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.triple-image-banner .button-group {
  justify-content: center;
}
.triple-image-banner .banner-img {
  flex: 1;
  width: 33.333%;
  display: block;
  object-fit: cover;
  height: auto;
  min-height: 460px;
  max-height: 460px;
}
.triple-image-banner .banner-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.triple-image-banner .banner-img.middle {
  position: relative;
}
.triple-image-banner .banner-body {
  position: absolute;
  bottom: 2rem;
  inset-inline: 0;
  margin-inline: auto;
  width: 90%;
  max-width: 600px;
  text-align: center;
  background: #fff;
  color: #000;
  padding: 0.5rem;
  border-radius: 16px;
}
.triple-image-banner .banner-body h1 {
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  margin-bottom: 0.75rem;
}
.triple-image-banner .banner-body p {
  font-size: 1rem;
  margin-bottom: 0;
}
.triple-image-banner .banner-btn {
  display: inline-block;
  margin-top: 0;
  text-decoration: none;
}
@media (max-width: 991px) {
  .triple-image-banner {
    margin-bottom: 2rem;
    max-width: none !important;
    width: 100vw;
    padding: 0;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .triple-image-banner .banner-row {
    flex-direction: column;
  }
  .triple-image-banner .banner-img.left, .triple-image-banner .banner-img.right {
    display: none;
  }
  .triple-image-banner .banner-img.middle {
    position: relative;
    min-height: auto;
    width: 100%;
  }
  .triple-image-banner .banner-img.middle img {
    width: 100%;
    height: auto;
    max-height: 200px;
  }
  .triple-image-banner .banner-body {
    position: static;
    transform: none;
    box-shadow: none;
    padding: 0.5rem 1rem 0;
    margin-top: 0.5rem;
    width: 100%;
    max-width: 100%;
  }
}

.swiper-reviews-new {
  display: none;
}

.swiper-container-1 .swiper-button-next:after, .swiper-container-1 .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.mf-colored-slides swiper-slide {
  width: 40%;
}
.mf-colored-slides img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.mf-colored-slides .mf-colored-slides-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .mf-colored-slides swiper-slide {
    width: 18.8679245283%;
  }
}
@media (min-width: 992px) {
  .mf-colored-slides swiper-slide {
    width: 22.2222222222%;
    text-align: center;
    height: auto;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .mf-colored-slides swiper-slide {
    width: 12.0481927711% !important;
  }
}

body:has(.mf-colored-slides) .footer-newsletter {
  display: block !important;
}

.mf-review-slides swiper-container::part(button-prev), .mf-review-slides swiper-container::part(button-next) {
  margin-top: 1rem !important;
  position: initial;
  display: inline-flex;
  box-shadow: none !important;
  background-color: transparent !important;
  border: solid 1px #333333 !important;
  border-radius: 9999px !important;
  padding: 0.5rem;
}
.mf-review-slides .review_stars i {
  color: #F49D6E;
}
.mf-review-slides swiper-slide {
  width: 83.3333333333% !important;
  padding: 1rem;
  border-radius: 8px !important;
  text-align: left;
  height: auto;
  display: flex;
  align-items: flex-start;
  border: solid 1px #dee2e6;
}
@media (min-width: 992px) {
  .mf-review-slides swiper-slide {
    width: 22.2222222222% !important;
  }
}
.mf-review-slides swiper-slide ul {
  flex-direction: row;
  list-style: none;
  gap: 0.25rem;
  display: flex;
}
.mf-review-slides swiper-slide ul .mf-review-slides-stars {
  color: #F49D6E !important;
}
.mf-review-slides swiper-slide .mf-review-slides-content {
  text-align: left;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mf-review-slides swiper-slide .mf-review-slides-title {
  margin-bottom: 1rem;
}
.mf-review-slides swiper-slide .mf-review-slides-subtitle {
  font-weight: 600;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
}

.main-nav {
  padding: 1rem;
}
@media (max-width: 991px) {
  .main-nav {
    padding: 0 1rem !important;
  }
}
@media (max-width: 991px) {
  .main-nav .main-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 0rem 1rem;
  }
}
.main-nav .main-nav-container .main-nav-link {
  color: var(--color-primary, #CB5796) !important;
}

@media (min-width: 992px) {
  swiper-container.swiper-mainnav::part(wrapper) {
    justify-content: center;
  }
}
.swiper-container-round .swiper-slide, .swiper-container-round swiper-slide, .swiper-mainnav .swiper-slide, .swiper-mainnav swiper-slide {
  max-width: 100px;
}
@media (min-width: 992px) {
  .swiper-container-round .swiper-slide, .swiper-container-round swiper-slide, .swiper-mainnav .swiper-slide, .swiper-mainnav swiper-slide {
    max-width: 120px;
  }
}
.swiper-container-round .swiper-slide a, .swiper-container-round swiper-slide a, .swiper-mainnav .swiper-slide a, .swiper-mainnav swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.3s ease;
}
.swiper-container-round .swiper-slide a:hover, .swiper-container-round swiper-slide a:hover, .swiper-mainnav .swiper-slide a:hover, .swiper-mainnav swiper-slide a:hover {
  text-decoration: none !important;
  transform: scale(0.95);
}
.swiper-container-round .swiper-slide a:hover img, .swiper-container-round swiper-slide a:hover img, .swiper-mainnav .swiper-slide a:hover img, .swiper-mainnav swiper-slide a:hover img {
  outline: 1px solid #fff !important;
  outline-offset: -6px !important;
  aspect-ratio: 1/1 !important;
}
.swiper-container-round .swiper-slide ._card-item-thumbnail, .swiper-container-round swiper-slide ._card-item-thumbnail, .swiper-mainnav .swiper-slide ._card-item-thumbnail, .swiper-mainnav swiper-slide ._card-item-thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.swiper-container-round .swiper-slide ._card-item-body, .swiper-container-round swiper-slide ._card-item-body, .swiper-mainnav .swiper-slide ._card-item-body, .swiper-mainnav swiper-slide ._card-item-body {
  text-align: center;
  padding: 0.5rem;
  display: block;
  font-size: 1rem;
  word-break: break-word;
}
.swiper-container-round .swiper-slide ._card-item-body span, .swiper-container-round swiper-slide ._card-item-body span, .swiper-mainnav .swiper-slide ._card-item-body span, .swiper-mainnav swiper-slide ._card-item-body span {
  text-align: center;
  display: block;
  font-size: 1rem;
}
.swiper-container-round .swiper-slide img, .swiper-container-round swiper-slide img, .swiper-mainnav .swiper-slide img, .swiper-mainnav swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1 !important;
  border-radius: 100px;
  transition: 0.15s ease;
}

.landingspagina-navigatie-container {
  width: 100%;
}
.landingspagina-navigatie-container h2 {
  text-align: center;
  font-size: 1.286rem;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-bottom: 1rem;
}

.landingspagina-swiper {
  width: 100%;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .landingspagina-swiper {
    width: fit-content;
    padding: 0;
  }
}
.landingspagina-swiper .swiper-slide {
  max-width: 100px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: 0.3s ease;
}
.landingspagina-swiper .swiper-slide:hover {
  text-decoration: none !important;
  transform: scale(0.95);
}
.landingspagina-swiper .swiper-slide:hover img {
  outline: 1px solid #fff !important;
  outline-offset: -6px !important;
}
@media only screen and (min-width: 992px) {
  .landingspagina-swiper .swiper-slide {
    max-width: 140px;
  }
}
.landingspagina-swiper .swiper-slide .swiper-slide-thumbnail {
  width: 100%;
}
.landingspagina-swiper .swiper-slide .swiper-slide-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 100px;
}
.landingspagina-swiper .swiper-slide .swiper-slide-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.landingspagina-swiper .swiper-slide .swiper-slide-title i {
  display: none;
}

.geburtstagseinladung .landingspagina-swiper {
  width: 100%;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .geburtstagseinladung .landingspagina-swiper {
    width: 100% !important;
    padding: 0;
  }
}
.geburtstagseinladung .landingspagina-swiper .swiper-slide-thumbnail img {
  border: 1px solid #ccc;
}

.swiper-container-blokken {
  width: 100%;
}
.swiper-container-blokken::part(button-prev), .swiper-container-blokken::part(button-next) {
  margin-top: 1rem !important;
  position: initial;
  display: inline-flex;
  box-shadow: none !important;
  background-color: transparent !important;
  border: solid 1px #333333 !important;
  padding: 0.5rem;
}
.swiper-container-blokken swiper-slide {
  width: 40%;
}
.swiper-container-blokken swiper-slide ._card-item-thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  aspect-ratio: 1/1;
}
.swiper-container-blokken swiper-slide ._card-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.swiper-container-blokken swiper-slide ._card-item-body {
  display: none;
}
@media only screen and (min-width: 992px) {
  .swiper-container-blokken swiper-slide {
    width: 25% !important;
  }
}
@media only screen and (min-width: 1280px) {
  .swiper-container-blokken swiper-slide {
    width: 17% !important;
  }
}

@media only screen and (min-width: 575px) {
  .category-swiper swiper-slide {
    display: flex;
    flex-direction: column;
    max-width: 32%;
  }
}
@media only screen and (min-width: 768px) {
  .category-swiper swiper-slide {
    display: flex;
    flex-direction: column;
    max-width: 28%;
  }
}
@media only screen and (min-width: 992px) {
  .category-swiper a {
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 140px;
    align-items: center;
    align-content: center;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1200px) {
  .category-swiper swiper-slide {
    display: flex;
    flex-direction: column;
    max-width: 22%;
  }
}
@media only screen and (min-width: 1400px) {
  .category-swiper swiper-slide {
    display: flex;
    flex-direction: column;
    max-width: 18%;
  }
}
@media only screen and (min-width: 1880px) {
  .category-swiper swiper-slide {
    display: flex;
    flex-direction: column;
    max-width: 18%;
  }
}

.swiper-container-rail .swiper-slide ._card-item-body {
  text-align: left !important;
}
.swiper-container-rail .swiper-slide ._card-item-body ._card-item-text {
  font-size: 1rem;
}

.section-swiper-round-style {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  background-color: #F4F2EF;
}
@media (min-width: 992px) {
  .section-swiper-round-style {
    padding: 3rem !important;
  }
}
.section-swiper-round-style h2 {
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .section-swiper-round-style .section-container {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

.swiper-round-style swiper-slide, .swiper-round-style .swiper-slide, .swiper-test swiper-slide, .swiper-test .swiper-slide {
  max-width: 100px;
  padding: 0 !important;
  background: transparent !important;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: 0.3s ease;
}
.swiper-round-style swiper-slide:hover, .swiper-round-style .swiper-slide:hover, .swiper-test swiper-slide:hover, .swiper-test .swiper-slide:hover {
  text-decoration: none !important;
  transform: scale(0.95);
}
.swiper-round-style swiper-slide:hover img, .swiper-round-style .swiper-slide:hover img, .swiper-test swiper-slide:hover img, .swiper-test .swiper-slide:hover img {
  outline: 1px solid #fff !important;
  outline-offset: -6px !important;
}
@media only screen and (min-width: 992px) {
  .swiper-round-style swiper-slide, .swiper-round-style .swiper-slide, .swiper-test swiper-slide, .swiper-test .swiper-slide {
    max-width: 140px;
  }
}
.swiper-round-style swiper-slide .swiper-slide-img, .swiper-round-style .swiper-slide .swiper-slide-img, .swiper-test swiper-slide .swiper-slide-img, .swiper-test .swiper-slide .swiper-slide-img {
  width: 100%;
}
.swiper-round-style swiper-slide .swiper-slide-img img, .swiper-round-style .swiper-slide .swiper-slide-img img, .swiper-test swiper-slide .swiper-slide-img img, .swiper-test .swiper-slide .swiper-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background-color: #ffffff;
}
.swiper-round-style swiper-slide .swiper-slide-content, .swiper-round-style .swiper-slide .swiper-slide-content, .swiper-test swiper-slide .swiper-slide-content, .swiper-test .swiper-slide .swiper-slide-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.swiper-round-style swiper-slide .swiper-slide-content .swiper-slide-title, .swiper-round-style .swiper-slide .swiper-slide-content .swiper-slide-title, .swiper-test swiper-slide .swiper-slide-content .swiper-slide-title, .swiper-test .swiper-slide .swiper-slide-content .swiper-slide-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.swiper-round-style swiper-slide .swiper-slide-content .swiper-slide-title i, .swiper-round-style .swiper-slide .swiper-slide-content .swiper-slide-title i, .swiper-test swiper-slide .swiper-slide-content .swiper-slide-title i, .swiper-test .swiper-slide .swiper-slide-content .swiper-slide-title i {
  display: none;
}
.swiper-round-style swiper-slide .swiper-slide-title, .swiper-round-style .swiper-slide .swiper-slide-title, .swiper-test swiper-slide .swiper-slide-title, .swiper-test .swiper-slide .swiper-slide-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.swiper-round-style swiper-slide .swiper-slide-title i, .swiper-round-style .swiper-slide .swiper-slide-title i, .swiper-test swiper-slide .swiper-slide-title i, .swiper-test .swiper-slide .swiper-slide-title i {
  display: none;
}

.swiper-category-selector {
  max-width: 1540px;
  width: 100%;
  Padding: 0 1rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .swiper-category-selector {
    width: fit-content;
  }
}
.swiper-category-selector swiper-slide {
  background: rgba(255, 255, 255, 0);
  display: flex;
  flex-direction: column;
  max-width: 100px;
  text-decoration: none;
  margin-left: 4px;
  padding: 0 !important;
  padding-top: 0.5rem;
  transition: 0.2s ease;
}
.swiper-category-selector swiper-slide a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.swiper-category-selector swiper-slide a .swiper-slide-img {
  transition: 0.2s ease;
}
.swiper-category-selector swiper-slide a .swiper-slide-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.swiper-category-selector swiper-slide .swiper-slide-title {
  font-size: 1rem;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-top: 8px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  word-break: keep-all;
}

.usp-swiper-lp .swiper-slide {
  padding: 4px 0px;
  background-color: #F4F2EF !important;
}
.usp-swiper-lp .swiper-slide .card-usp {
  margin: 0.5rem;
  padding: 0 1.5rem;
}
.usp-swiper-lp .swiper-slide .card-usp .card-usp-title {
  font-size: 0.9rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
.usp-swiper-lp .swiper-slide .card-usp .card-usp-text {
  font-size: 0.9rem;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-bottom: 0;
}

.product-swiper-filter {
  width: 100%;
}
@media (min-width: 992px) {
  .product-swiper-filter {
    width: fit-content;
  }
}
.product-swiper-filter swiper-slide, .product-swiper-filter .swiper-slide {
  max-width: 100px;
  padding: 0 !important;
  background: transparent !important;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: 0.3s ease;
}
.product-swiper-filter swiper-slide:hover, .product-swiper-filter .swiper-slide:hover {
  text-decoration: none !important;
  transform: scale(0.95);
}
.product-swiper-filter swiper-slide:hover img, .product-swiper-filter .swiper-slide:hover img {
  outline: 1px solid #fff !important;
  outline-offset: -6px !important;
}
@media only screen and (min-width: 992px) {
  .product-swiper-filter swiper-slide, .product-swiper-filter .swiper-slide {
    max-width: 140px;
  }
}
.product-swiper-filter swiper-slide .slide-link, .product-swiper-filter .swiper-slide .slide-link {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #333333;
}
.product-swiper-filter swiper-slide .slide-link img, .product-swiper-filter .swiper-slide .slide-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 100px;
}
.product-swiper-filter swiper-slide ._card-item-text, .product-swiper-filter .swiper-slide ._card-item-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.mf-cat-rail,
.sp-explore-rails {
  margin-top: 0;
  padding: 0 !important;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .mf-cat-rail,
  .sp-explore-rails {
    padding: 0 0.5rem !important;
    margin-top: 1rem;
  }
  .mf-cat-rail swiper-container::part(button-prev),
  .mf-cat-rail swiper-container::part(button-next),
  .sp-explore-rails swiper-container::part(button-prev),
  .sp-explore-rails swiper-container::part(button-next) {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .mf-cat-rail,
  .sp-explore-rails {
    margin-top: 2rem;
    padding: 0 1rem;
  }
}
.mf-cat-rail .swiper-wrapper,
.sp-explore-rails .swiper-wrapper {
  align-items: stretch;
}
.mf-cat-rail-slide,
.sp-explore-rails-slide {
  border: 1px solid #262626;
  background: #ffffff;
  width: auto;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .mf-cat-rail-slide br,
  .sp-explore-rails-slide br {
    display: none;
  }
}
.mf-cat-rail-slide.slide-cta,
.sp-explore-rails-slide.slide-cta {
  border: 1px solid var(--color-primary, #CB5796);
  background: var(--color-primary, #CB5796);
  color: #ffffff !important;
}
.mf-cat-rail-slide.slide-cta span,
.sp-explore-rails-slide.slide-cta span {
  color: #ffffff !important;
}
.mf-cat-rail-slide:hover,
.sp-explore-rails-slide:hover {
  border-color: #333333;
}
@media (min-width: 992px) {
  .mf-cat-rail-slide,
  .sp-explore-rails-slide {
    border: 1px solid #dee2e6;
  }
  .mf-cat-rail-slide:hover,
  .sp-explore-rails-slide:hover {
    border-color: #d0d0d0;
  }
}
.mf-cat-rail-link,
.sp-explore-rails-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
  transition: 0.3s ease;
}
.mf-cat-rail-link:hover,
.sp-explore-rails-link:hover {
  text-decoration: none !important;
  transform: scale(1.05);
}
.mf-cat-rail-link:focus-visible,
.sp-explore-rails-link:focus-visible {
  outline: 2px solid #333333;
  outline-offset: 2px;
}
.mf-cat-rail-thumb,
.sp-explore-rails-thumb {
  display: inline-block;
  width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
  overflow: hidden;
  flex: 0 0 auto;
}
.mf-cat-rail-img,
.sp-explore-rails-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mf-cat-rail-title,
.sp-explore-rails-title {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  min-width: 90px;
  justify-content: center;
  text-align: center;
  font-size: 0.9rem;
  line-height: 160%;
  color: #333333;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 991px) {
  .mf-cat-rail-thumb,
  .sp-explore-rails-thumb {
    display: none;
  }
  .mf-cat-rail-title,
  .sp-explore-rails-title {
    min-height: auto;
    padding: 0.75rem;
  }
}

swiper-container::part(button-prev),
swiper-container::part(button-next) {
  background-color: var(--swiper-navigation-button-bg);
  width: var(--swiper-navigation-button-size);
  height: var(--swiper-navigation-button-size);
  margin-top: calc(0px - var(--swiper-navigation-button-size) / 1);
  border-radius: 0;
  border: var(--swiper-navigation-button-border-width) var(--swiper-navigation-button-bg) solid;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
  pointer-events: auto !important;
}

/*---------------- BEGIN Blog card -------------------*/
@media (max-width: 991px) {
  body:has(.banner-blogarticle) .xs-12 {
    padding: 0 !important;
  }
}
.card-blog {
  transition: ease-in-out 0.3s;
  margin-bottom: 1rem;
}

.card-blog a:first-of-type {
  background-color: #ffffff;
}

.custom_content:has(.banner-blogarticle) .cols#int-stijl {
  background-color: #FCF8F5;
  padding: 12px 0;
}

.card-blog:hover {
  transform: scale(0.98);
}

.card-blog .img-responsive {
  height: auto;
  max-height: none;
  aspect-ratio: 1/1 !important;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.card-blog .title {
  font-weight: 500;
  display: block;
  font-size: 1.143rem;
  line-height: 30px;
  margin-bottom: 0.2rem;
  text-align: left;
  color: #000;
  width: 100%;
}

.card-blog a:first-of-type {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.card-blog .subtitle {
  color: #000;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: auto;
}

.card-blog-content {
  padding: 8px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .card-blog-content {
    padding: 16px !important;
    min-height: 14rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.meta-data {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 6px 0 0 0;
  justify-content: space-between;
  color: #000;
  align-items: center;
  flex-wrap: wrap;
}

.meta-data .meta-tag {
  display: flex;
  padding: 10px 15px;
  border-radius: 100px;
  background-color: #f5f5f5;
  align-items: center;
  line-height: 10px;
  flex-direction: row;
  height: min-content;
  font-size: 1rem;
}

.meta-data .meta-author {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  color: #000;
}

.about-author .author-container {
  display: flex;
  flex-direction: column;
}

.meta-data .meta-author img {
  width: 40px;
  /* height: 40px; */
  aspect-ratio: 1/1;
  border-radius: 100px;
  float: none;
  margin: 0;
}

.meta-data .meta-date {
  width: 100%;
  text-align: right;
  padding: 6px 0 0 0;
  font-size: 0.9rem;
  color: #a1a1a1;
}

.custom_content .hide { /* You can play with the seconds to change the "animation" */
  animation: hide 0.3s ease 0s 1 normal forwards;
  transform-origin: center;
  display: none;
}

.custom_content.show { /* You can play with the seconds to change the "animation" */
  animation: show 0.3s ease 0s 1 normal forwards;
  transform-origin: center;
}

@keyframes hide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
}
@keyframes show {
  0% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
  100% {
    transform: scale(1);
  }
}
/*  // Needed for filters */
.filters {
  margin: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.filter {
  margin: 0 12px 8px;
  background: #f5f5f5;
  padding: 8px 20px;
}

.filter img {
  width: 30px;
  /* height: 40px; */
  aspect-ratio: 1/1;
  border-radius: 100px;
  float: none;
  margin: 0 0 0 8px;
}

.filter:hover {
  cursor: pointer;
}

/* // For decoration only */
/*---------------- END Blog card -------------------*/
/*---------------- BEGIN BLOG ARTICLE -------------------*/
.banner.banner-blogarticle {
  position: relative;
  display: block;
  margin-bottom: 3rem;
  background-color: unset;
  max-height: unset;
  padding-bottom: 0;
}
.banner.banner-blogarticle .banner-thumbnail {
  width: 100%;
  max-width: none;
  display: block !important;
}
.banner.banner-blogarticle .banner-body {
  padding: 0;
  width: 100%;
}

.custom_content:has(.banner-blogarticle) {
  max-width: 1536px;
  margin: auto;
}

body:has(.bp-container) .pagina-footer {
  max-width: 1536px;
  margin: auto;
  padding: 0.5rem;
}

.bp-container {
  max-width: 1500px;
  margin: auto;
}

body:has(.blog-intro) .infographic {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  row-gap: 1.5rem;
}

.infographic .p-4 {
  width: calc(33.3333333333% - 1rem);
  display: flex;
  background-color: #f8f8f8;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bp-container p {
  line-height: 190%;
}

.bp-container .card img {
  margin-bottom: 0.5rem;
}

.bp-container .card .bp-product-title {
  font-size: 1rem;
  line-height: normal;
  font-weight: 600;
  padding-left: 0.5rem;
}

.bp-container .card .bp-product-subtitle {
  padding-left: 0.5rem;
}

.bp-container .card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  overflow: hidden;
  box-shadow: none;
  margin-bottom: 0.5rem;
}

.meta-data {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 6px 0 0 0;
  justify-content: space-between;
  color: #000;
  align-items: center;
  flex-wrap: wrap;
}

.card-blog a:hover {
  text-decoration: none;
}

.meta-data .meta-tag {
  display: flex;
  padding: 10px 15px;
  border-radius: 100px;
  background-color: #f5f5f5;
  align-items: center;
  line-height: 10px;
  flex-direction: row;
  height: min-content;
  font-size: 0.9rem;
}

.meta-data .meta-date {
  width: 100%;
  text-align: right;
  padding: 6px 0 0 0;
  font-size: 0.9rem;
  color: #a1a1a1;
}

.bp-container .blog-highlighted {
  background-color: #f5f5f5;
  padding: 1rem;
}

.blog-highlighted p {
  margin-bottom: 0 !important;
}

.bp-container .banner-thumbnail a {
  display: flex;
  height: auto;
}

.bp-container .banner-blogarticle .pinterest-img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}

.article-header {
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.article-header .article-header-title {
  font-size: 1.143rem;
  text-transform: uppercase;
}

.article-header .meta-data {
  gap: 8px;
}

.article-header .meta-data .meta-author {
  margin-right: 2rem;
  font-family: "simplon Medium", sans-serif;
}

.article-header .meta-data .meta-tag {
  margin-left: auto;
}

.article-header .meta-data .meta-date {
  width: auto;
  margin: 0;
  padding: 0;
}

.article-header .share-btn-container {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.article-header .share-btn-container a i:before {
  /* width: 32px; */
  /* height: 32px; */
  /* display: inline-block; */
  font-size: 1.714rem;
}

.article-header .share-btn-container a {
  text-decoration: none;
  line-height: initial;
}

.bp-container section {
  margin: 0 0 2rem 0;
}

.bp-container h2, .bp-container .h2 {
  font-size: 1.429rem;
  line-height: 160%;
}

.bp-container h3, .bp-container .h3 {
  font-size: 1.429rem;
  line-height: 160%;
}

.blog-intro {
  font-weight: 600;
  margin-bottom: revert;
}

.blog-intro p:first-of-type::first-letter {
  font-size: 2rem;
  line-height: 160%;
}

.blogarticle-promotionbanner {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.blogarticle-promotionbanner .button {
  position: absolute;
  margin-bottom: 1rem;
}

.blogarticle-promotionbanner img {
  width: 100%;
  aspect-ratio: 2/1;
  display: flex;
  object-fit: cover;
}

.blogarticle-more {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}

.blogarticle-more a {
  text-decoration: none !important;
}

.blogarticle-more .card-blog {
  padding: 0 !important;
  margin: 0 !important;
}

.blogarticle-more h3 {
  margin-bottom: 0 !important;
}

.card-blog {
  transition: ease-in-out 0.3s;
}

.card-blog a:first-of-type {
  background-color: #ffffff;
}

.custom_content:has(.banner-blogarticle) .cols#int-stijl {
  background-color: #FCF8F5;
  padding: 12px 0;
}

.card-blog:hover {
  transform: scale(0.98);
}

.card-blog .img-responsive {
  /*float: left;*/
  /*margin-right: 1rem;*/
  height: auto;
  max-height: none;
  aspect-ratio: 1.4/1;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.card-blog .title {
  font-weight: 500;
  display: block;
  font-size: 1.143rem;
  line-height: 160%;
  margin-bottom: 0.2rem;
  text-align: left;
  color: #000;
}

.card-blog .subtitle {
  color: #000;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: auto;
}

.card-blog-content {
  padding: 8px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bp-container .banner-body h1 {
  font-size: 1.714rem;
  line-height: 160%;
}

.bp-container .banner-thumbnail {
  order: unset;
  padding: 0;
  position: initial;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .card-blog-content {
    padding: 0.75rem !important;
    min-height: 14rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bp-container .banner-body h1 {
    font-size: 2rem;
    line-height: 200%;
  }
}
@media screen and (min-width: 992px) {
  .article-header .share-btn-container span:first-of-type {
    display: block;
  }
  .blogarticle-more .card-blog a:first-of-type {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .blogarticle-more .card-blog .title {
    font-weight: 500;
    display: block;
    font-size: 1rem;
    line-height: 160%;
    margin-bottom: 0.2rem;
    color: #000;
  }
  .blogarticle-more .card-blog-content {
    min-height: unset;
  }
  .blogarticle-more .card-blog .img-responsive {
    height: auto;
    max-height: none;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
    width: auto;
    max-width: 40%;
    height: auto;
    vertical-align: top;
    margin-bottom: auto;
  }
  .blogarticle-more .card-blog .img-responsive {
    width: 40%;
    height: 100%;
    object-fit: cover;
  }
  .blogarticle-more .card-blog-content {
    width: 60%;
  }
}
.about-author .author-container {
  display: flex;
  flex-direction: column;
}

.about-author .meta-data .meta-author img {
  width: 100px;
  aspect-ratio: 1/1;
  /* border-radius: 100px; */
  float: none;
  margin: 0;
  object-fit: contain;
}

.card-blog .meta-author {
  font-size: 0.9rem;
  gap: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}

.about-author {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2rem;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.about-author .meta-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 6px 0 0 0;
  justify-content: space-between;
  color: #000;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

.about-author .meta-data .meta-author {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  color: #000;
  gap: 18px;
}

.about-author .meta-data .meta-author .author-name {
  font-size: 1.143rem;
  line-height: 100%;
  margin-bottom: 0.3rem;
  font-weight: 600;
}

.about-author .meta-data .meta-author .author-function {
  /*text-transform: uppercase;*/
  margin-bottom: 1rem;
}

.about-author .meta-data .author-description span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #000000;
}

.about-author .meta-data .author-description {
  font-size: 0.9rem;
  line-height: 170%;
  color: #545454;
  margin-bottom: 1rem;
}

.about-author .meta-more {
  display: flex;
  flex-direction: column;
}

.about-author .meta-more span {
  display: block;
  font-family: "sangblue";
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #000000;
}

.meta-data .meta-author img {
  width: 40px;
  /* height: 40px; */
  aspect-ratio: 1/1;
  border-radius: 100px;
  float: none;
  margin: 0;
}

.custom_content:has(.banner-blogarticle) .custom_content {
  max-width: 1320px;
  margin: auto;
}

.custom_content:has(.banner-blogarticle) section {
  max-width: 1200px;
  margin: 0 0 2rem 0;
}

.custom_content:has(.banner-blogarticle) p {
  line-height: 28px;
}

.custom_content:has(.banner-blogarticle) .swiper-container.swiper-container-rail .swiper-button-next,
.custom_content:has(.banner-blogarticle) .swiper-container.swiper-container-rail .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff !important;
  border-radius: 0;
  width: 42px;
  height: 42px;
  top: 45%;
  bottom: 0;
  color: #262626;
  opacity: 1;
  border-radius: 100px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.custom_content:has(.banner-blogarticle) .swiper-container.swiper-container-rail .swiper-button-next {
  right: -15px;
}

.custom_content:has(.banner-blogarticle) .swiper-container.swiper-container-rail .swiper-button-prev {
  left: -15px;
  display: none;
}

.custom_content:has(.banner-blogarticle) p:has(.btn-see_more) {
  text-align: left;
}

.banner-thumbnail a {
  display: flex;
  height: auto;
}

.banner.banner-blogarticle .pinterest-img {
  width: 100%;
  aspect-ratio: 4/1;
  object-fit: cover;
}

.banner-blogarticle .banner-body {
  margin: 2rem 0;
}
@media (max-width: 991px) {
  .banner-blogarticle .banner-body {
    margin: 0;
  }
}

.blog-intro {
  font-size: 1.143rem;
  /* line-height: 24px; */
  margin-bottom: revert;
}

.blog-intro p:first-of-type::first-letter {
  font-size: 2rem;
  line-height: 160%;
  font-family: "SangBleuSunrise", sans-serif;
}

#int-stijl.portait-img img {
  aspect-ratio: 1/1.5;
  object-fit: cover;
}

#int-stijl img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.img_hover_shrink img {
  transition: 0.3s ease;
}

.img_hover_shrink img:hover {
  transform: scale(97%);
}

.about-author {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2rem;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.about-author .meta-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 6px 0 0 0;
  justify-content: space-between;
  color: #000;
  align-items: flex-start;
  flex-wrap: wrap;
}

.about-author .meta-data .meta-author {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  color: #000;
  gap: 18px;
}

.about-author .card-collection-btn {
  background-color: #bdacd4;
}

.about-author .meta-data .meta-author img {
  width: 90px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  float: none;
  margin: 0;
  margin-bottom: 1.3rem;
}

.about-author .meta-data .meta-author .author-name {
  font-size: 1.714rem;
  line-height: 160%;
  font-family: "SangBleuSunrise", sans-serif;
  margin-bottom: 0.3rem;
}

.about-author .meta-data .meta-author .author-function {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.about-author .meta-data .author-description span {
  display: block;
  font-family: "SangBleuSunrise", sans-serif;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #000000;
}

.about-author .meta-data .author-description {
  font-size: 1rem;
  line-height: 160%;
  color: #545454;
  margin-bottom: 1rem;
}

.about-author .meta-more {
  display: flex;
  flex-direction: column;
}

.about-author .meta-more span {
  display: block;
  font-family: "SangBleuSunrise", sans-serif;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #000000;
}

.article-header {
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.article-header .article-header-title {
  font-size: 1.143rem;
  text-transform: uppercase;
}

.article-header .meta-data {
  gap: 8px;
}

.article-header .meta-data .meta-author {
  margin-right: 2rem;
  font-family: "simplon Medium", sans-serif;
}

.article-header .meta-data .meta-date {
  width: auto;
  margin: 0;
  padding: 0;
}

.article-header .share-btn-container {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.article-header .share-btn-container a i:before {
  /* width: 32px; */
  /* height: 32px; */
  /* display: inline-block; */
  font-size: 1.714rem;
}

.article-header .share-btn-container a {
  text-decoration: none;
  line-height: initial;
}

.blogarticle-promotionbanner {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.blogarticle-promotionbanner .menu-card-button {
  position: absolute;
  margin-bottom: 1rem;
  color: #ffffff;
  background-color: var(--color-primary, #CB5796);
  padding: 0.5rem 1rem;
}

.blogarticle-promotionbanner .menu-card-button:after {
  font-family: "Shopicons";
  content: "\e409";
  font-size: 1.143rem;
  margin-left: 0.2rem;
}

.blogarticle-promotionbanner img {
  width: 100%;
  aspect-ratio: 2/1;
  display: flex;
  object-fit: cover;
}

.blogarticle-more {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}

.blogarticle-more a {
  text-decoration: none !important;
}

.blogarticle-more .card-blog {
  padding: 0 !important;
  margin: 0 !important;
}

.blogarticle-more h3 {
  margin-bottom: 0 !important;
}

.blogarticle-more .card-collection-btn {
  background-color: #bdacd4;
  width: fit-content;
}

.blog-highlighted {
  background-color: #f0eaf8;
  padding: 1rem;
}

.blog-highlighted p {
  margin-bottom: 0 !important;
}

.blog-highlighted a {
  font-family: "simplon medium";
}

.article-header .share-btn-container span:first-of-type {
  display: none;
}

.blogarticle-more .card-blog-row.card-blog a:first-of-type {
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  width: 100%;
}

.blogarticle-more .card-blog.card-blog-row .img-responsive {
  height: auto;
  max-height: none;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  width: auto;
  max-width: 40%;
  height: auto;
  vertical-align: top;
  margin-bottom: auto;
}

.blogarticle-more .card-blog.card-blog-row .title {
  font-family: "SangBleuSunrise", sans-serif;
  font-weight: 500;
  display: block;
  font-size: 1rem;
  line-height: 160%;
  margin-bottom: 0.2rem;
  color: #000;
}

.blogarticle-more .card-blog.card-blog-row .meta-tag {
  display: none;
}

.blogarticle-more .card-blog.card-blog-row .img-responsive {
  width: 40%;
  height: 100%;
  object-fit: cover;
}

.blogarticle-more .card-blog.card-blog-row .card-blog-content {
  width: 60%;
}

@media screen and (max-width: 991px) {
  .custom_content:has(.banner-blogarticle) .swiper-container {
    overflow: unset;
  }
  .cols-eq-height:has(.card-blog) {
    flex-wrap: nowrap;
    flex-direction: row !important;
    overflow-x: scroll;
    width: 100%;
  }
  .cols-eq-height.blogs-grid:has(.card-blog) {
    flex-wrap: wrap;
    flex-direction: row !important;
    overflow-x: scroll;
  }
  .cols-eq-height.blogs-grid:has(.card-blog) .xs-12 {
    min-width: 100%;
    width: 100%;
  }
  .cols-eq-height:has(.card-blog) .xs-12 {
    min-width: 90%;
    width: 90%;
  }
  .container-xxl .klimaatneutraal {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 1rem;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .container-xxl .klimaatneutraal a.climate-card {
    width: 90%;
  }
  .container-xxl .klimaatneutraal span.climate-card-content {
    width: 60vw !important;
  }
}
@media screen and (min-width: 992px) {
  .article-header .share-btn-container span:first-of-type {
    display: block;
  }
  .cols-eq-height:has(.card-blog) {
    flex-wrap: wrap;
  }
  .blogarticle-more .card-blog a:first-of-type {
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .blogarticle-more .card-blog .title {
    font-family: "SangBleuSunrise", sans-serif;
    font-weight: 500;
    display: block;
    font-size: 1rem;
    line-height: 160%;
    margin-bottom: 0.2rem;
    color: #000;
  }
  .blogarticle-more .card-blog-content {
    min-height: unset;
  }
  .blogarticle-more .card-blog .img-responsive {
    height: auto;
    max-height: none;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
    width: auto;
    max-width: 40%;
    height: auto;
    vertical-align: top;
    margin-bottom: auto;
  }
  .custom_content:has(.banner-blogarticle) .blog-sidebar {
    padding-top: 24px;
  }
  .blogarticle-more .card-blog .img-responsive {
    width: 40%;
    height: 100%;
    object-fit: cover;
  }
  .blogarticle-more .card-blog-content {
    width: 60%;
  }
}
/*---------------- END BLOG ARTICLE -------------------*/
.meta-tag {
  border-radius: 0 !important;
}

#footer .footer {
  margin-top: 75px;
}

#footer .copyright {
  color: #818181 !important;
  font-size: 0.9rem !important;
}
#footer .copyright a {
  padding: 0.5rem 1rem;
  color: #818181;
}
#footer .footer-payment {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
#footer .footer-payment .footer-payment-item {
  display: flex;
  background-color: #fff;
  border: 1px solid #dee2e6;
  height: 100%;
  padding: 5px;
  border-radius: 4px;
  height: 36px;
}
#footer .footer-payment .footer-payment-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#footer .footer-payment .footer-service-item {
  display: flex;
  background-color: #fff;
  border: 1px solid #dee2e6;
  height: 100%;
  padding: 5px;
  border-radius: 4px;
  height: 46px;
}
#footer .footer-payment .footer-service-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.footer .container {
  margin: 0 auto;
  max-width: 1536px;
}
.footer .container::after, .footer .container::before {
  display: none !important;
}
.footer .xs-12, .footer .md-6 {
  float: left !important;
}
.footer .review_stars {
  display: block;
  width: 100%;
  font-size: 2rem;
  margin-bottom: 0;
}
.footer .review_stars li {
  display: inline-block;
  color: #F49D6E;
  margin: 0px !important;
  font-size: 1.714rem;
}
.footer .footer-social {
  display: flex;
  justify-content: flex-start;
}
.footer .footer-social a {
  display: flex;
  background-color: var(--color-primary, #CB5796);
  border-radius: 50%;
  height: 36px;
  width: 36px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  font-size: 1.429rem;
}
.footer .footer-social a i {
  color: #ffffff;
}
.footer .footer-social a:hover {
  filter: brightness(0.8);
  transition: filter 0.3s ease;
  text-decoration: none;
}
.footer .footer-newsletter {
  color: #ffffff !important;
  padding: 1rem 0rem;
}
.footer .footer-newsletter .container-xxl {
  margin: auto;
  border-radius: 40px;
}
.footer .footer-newsletter .footer-newsletter-form {
  display: flex;
}
.footer .footer-header {
  padding: 1rem 0;
}
.footer .footer-header .footer-title {
  font-size: 1.429rem;
  font-family: "SangBleuSunrise", sans-serif;
}
.footer .footer-header a {
  color: #333333;
}
.footer .footer-header .footer-payment a {
  display: block;
  max-height: 36px;
}
.footer .footer-header .footer-payment a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 36px;
}
.footer .footer-body {
  padding: 2rem 2rem !important;
  border-top: 1px solid #dee2e6;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .footer .footer-body {
    padding: 0 !important;
  }
}
.footer .footer-body .footer-accordion a:hover, .footer .footer-body .footer-accordion a:focus {
  text-decoration: none !important;
}
.footer .footer-body .footer-accordion.footer-active .footer-title:after {
  content: "\e038";
}
.footer .footer-body .footer-accordion.footer-active .footer-section {
  display: block;
}
.footer .footer-body .footer-accordion {
  position: relative;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  .footer .footer-body .footer-accordion {
    border-bottom: none !important;
  }
}
.footer .footer-body .footer-accordion .footer-social {
  display: flex;
  justify-content: flex-start;
  padding: 0.5rem 1rem;
}
.footer .footer-body .footer-title {
  display: flex;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding: 20px 15px;
  margin: 0;
  align-items: center;
}
.footer .footer-body .footer-title:after {
  font-family: "kcicons";
  content: "\e035";
  margin-left: auto;
  color: #262626;
}
@media only screen and (min-width: 992px) {
  .footer .footer-body .footer-title:after {
    display: none !important;
  }
}
.footer .footer-body .footer-title-desk {
  display: flex;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding: 20px 0px;
  margin: 0;
  align-items: center;
  font-weight: 500;
}
.footer .footer-body .footer-section {
  display: none;
  padding: 0;
}
.footer .footer-body .footer-section .footer-item, .footer .footer-body .footer-section a {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 300;
  display: block;
  color: #303030;
  line-height: 160%;
}
.footer .footer-body .footer-section .footer-item:hover, .footer .footer-body .footer-section a:hover {
  text-decoration: underline !important;
}
@media only screen and (min-width: 992px) {
  .footer .footer-body .footer-section {
    display: block !important;
  }
  .footer .footer-body .footer-section .footer-item, .footer .footer-body .footer-section a {
    font-size: 1rem;
    padding: 0.25rem 0;
  }
}

.footer-foot {
  margin-bottom: 0.5rem;
}
.footer-foot p, .footer-foot a {
  font-size: 0.9rem;
  line-height: 160%;
  color: #333333;
}

.footer-subheader {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  max-width: 1555px !important;
  color: #818181 !important;
  font-size: 0.9rem !important;
}

.footer-brand {
  padding: 1rem 0;
}
.footer-brand .sparkles-brand-link {
  line-height: 1;
  align-items: center;
  display: inline-flex;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .footer-brand .sparkles-brand-link {
    flex-direction: column;
    line-height: 160%;
  }
}
.footer-brand .sparkles-brand-link span {
  display: inline-block;
  line-height: 1;
}
.footer-brand .sparkles-brand-link img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  margin-bottom: 4px;
  filter: brightness(0);
}

.pagina-footer {
  max-width: 1536px;
  margin: auto;
  padding: 1rem;
}
@media (min-width: 1536px) {
  .pagina-footer {
    padding: 0;
  }
}
.pagina-footer .triple_columns {
  width: 100%;
}
.pagina-footer .cols ul li {
  list-style: inside;
}

.card-block {
  position: relative;
  display: block;
  border: none;
  background-color: #f5f5f5;
  margin-bottom: 25px;
  cursor: pointer;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  transition: 0.3s ease;
}
.card-block img {
  height: 120px;
  aspect-ratio: 1;
  object-position: center;
  object-fit: cover;
  margin-right: 1rem;
  width: auto;
}
.card-block .card-block-title {
  display: -webkit-box;
  padding: 0 1.25rem;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  margin: 0;
  font-size: 1rem;
  opacity: 1;
  color: #333333;
  flex: 1;
  text-align: left;
  word-break: break-word;
}
.card-block:hover {
  text-decoration: none !important;
  transform: scale(1.05);
}

.usp-list-color {
  padding: 12px 0;
  max-width: 1536px;
  margin: auto !important;
  padding: 1rem;
  margin: 1rem 0;
}
.usp-list-color .usp-list-body {
  background-color: transparent;
  color: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.usp-list-color .usp-list-body .usp-list-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.usp-list-color .usp-list-body .usp-list-item img {
  display: none !important;
}
.usp-list-color .usp-list-body .usp-list-item:before {
  content: "\f005";
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  font-family: "Font Awesome 6 Pro";
  /* aspect-ratio: 1; */
  /* padding: 8px; */
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.usp-list-color .usp-list-body .usp-list-item .usp-list-img {
  background-color: #DAC59A;
  border-radius: 100px;
  padding: 8px;
  display: flex;
  display: none;
  margin: 0 12px;
}
.usp-list-color .usp-list-body .usp-list-item .usp-list-img img {
  width: 14px;
  height: 14px;
}
.usp-list-color .usp-list-body .usp-list-item .usp-list-item-body {
  display: flex;
  font-size: 0.9rem;
  flex-direction: column;
  align-items: center;
  padding: 0 0.5rem;
  justify-content: center;
  text-align: center;
  gap: 4px;
}
.usp-list-color .usp-list-body .usp-list-item a {
  line-height: 130%;
  color: #262626;
  max-width: 300px;
}

.usp-list-item img {
  display: none !important;
}

.usp-list {
  padding: 12px;
}
@media only screen and (min-width: 992px) {
  .usp-list {
    margin: 1.5rem 0;
  }
}
.usp-list .usp-list-body {
  background-color: transparent;
  color: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
}
.usp-list .usp-list-body .usp-list-item:first-child {
  margin-left: 2rem;
}
.usp-list .usp-list-body .usp-list-item {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  width: auto;
  padding: 0.5rem 0;
  border-bottom: 1px solid #333333;
}
.usp-list .usp-list-body .usp-list-item img {
  display: none !important;
}
.usp-list .usp-list-body .usp-list-item .usp-list-img {
  background-color: #DAC59A;
  border-radius: 100px;
  padding: 8px;
  display: flex;
  display: none;
  margin: 0 12px;
}
.usp-list .usp-list-body .usp-list-item .usp-list-img img {
  width: 14px;
  height: 14px;
}
.usp-list .usp-list-body .usp-list-item .usp-list-item-body {
  display: flex;
  font-size: 0.9rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.usp-list .usp-list-body .usp-list-item a {
  line-height: 130%;
  color: #262626;
  font-size: 0.9rem !important;
  max-width: 220px;
}

.card-usp {
  padding: 5vw 5vw 5vw 5vw;
  display: flex !important;
  color: #333333;
  flex-direction: column;
  align-items: center;
  background-color: #F4F2EF;
}
.card-usp.variant2:not(.image-background) {
  margin: calc(5vw + 5rem) 0 5vw 0 !important;
  padding: 0;
  margin: 5vw 0;
  width: 100%;
}
.card-usp.variant2:not(.image-background) .card-usp-thumbnail {
  max-width: 300px;
  margin: auto;
  margin-top: -5rem;
  margin-bottom: 2rem;
}
.card-usp.variant2:not(.image-background) .card-usp-body {
  padding: 2rem;
  text-align: left !important;
  align-items: flex-start;
  color: #333333 !important;
}
.card-usp.variant2:not(.image-background) .card-usp-body p a {
  color: inherit !important;
}
.card-usp.variant2:not(.image-background) .card-usp-body .card-usp-subtitle {
  font-family: "SangBleuSunrise", sans-serif;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0.5em;
  font-size: clamp(1.5rem, 1.25rem + 1vw, 1.85rem);
  text-align: left !important;
}
.card-usp.variant2:not(.image-background) .card-usp-body .divider-group {
  align-items: flex-start;
}
.card-usp.variant2:not(.image-background) .card-usp-body .card-usp-body-group {
  align-items: flex-start;
}
.card-usp.variant2:not(.image-background) .card-usp-body .card-usp-body-group .card-usp-item:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
.card-usp.image-background {
  padding: 10vw 5vw 5vw 5vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%), url("https://madeformoments.nl/media/13304-kc-media/mf-general-image.jpg");
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-usp .card-usp-thumbnail {
  max-width: 300px;
}
.card-usp .card-usp-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.card-usp .card-usp-body .card-usp-body-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.card-usp .card-usp-body .content {
  color: #ffffff;
}
.card-usp .card-usp-body .divider-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.card-usp .card-usp-body .card-usp-title {
  font-size: 2rem;
  font-family: "SangBleuSunrise", sans-serif;
}
.card-usp .card-usp-body a {
  color: #ffffff;
}

.section-usp-inline {
  padding: 0 !important;
  margin: 0 !important;
  margin: auto !important;
}
.section-usp-inline .section-container {
  max-width: 1500px;
  margin: auto;
  width: 100%;
  display: flex;
}
.section-usp-inline .section-container .card-usp-text p, .section-usp-inline .section-container .card-usp-text a {
  font-size: 0.9rem !important;
  color: #333333 !important;
  font-weight: 300 !important;
  margin: 0;
}
.section-usp-inline .section-container .card-usp {
  flex: 1;
  margin: 0 !important;
  padding: 1rem;
  height: auto;
  display: flex;
  background-color: transparent !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 1rem;
}
.section-usp-inline .section-container .card-usp .card-usp-icon {
  display: block;
  margin: 0;
  width: 58px;
}
.section-usp-inline .section-container .card-usp .card-usp-title {
  display: block;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  color: #333333;
}

.usp-small {
  padding: 0;
  max-width: 1536px;
  margin: auto;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin-top: 1rem;
}
.usp-small .container {
  display: flex;
  max-width: 1536px;
  gap: 2rem;
}
.usp-small .container:before, .usp-small .container:after {
  content: none;
  display: none;
}
.usp-small div:has(.card-usp) {
  display: flex !important;
  flex: 1 1;
  justify-content: center;
}
.usp-small .card-usp {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 1rem !important;
  gap: 0.5rem;
  font-family: "Be Vietnam Pro", sans-serif;
  background-color: transparent !important;
  width: 100%;
}
.usp-small .card-usp p, .usp-small .card-usp a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.9rem !important;
  color: #333333;
  font-weight: 300 !important;
  margin: 0;
}
.usp-small .card-usp .card-usp-title, .usp-small .card-usp .card-usp-title a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.9rem !important;
  color: #333333;
  font-weight: 500 !important;
  margin: 0;
}

/* Accordion */
.accordion {
  border-bottom: none;
  margin-bottom: 2rem;
}

.accordion_item {
  margin-bottom: 0.3rem;
  border: 1px solid #e6e6e6;
}

/*.accordion_item:last-child {*/
/*    box-shadow: inset 0px -1px 0px #E6E6E6, inset 0px 1px 0px #E6E6E6;*/
/*}*/
.accordion_header {
  position: relative;
  display: flex;
  align-items: center;
  /*min-height: 100%;*/
  padding: 1rem;
  flex-wrap: wrap;
  cursor: pointer;
}

.accordion_item.active .accordion_header h3 {
  color: #333333;
}

.accordion_header h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #333333;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  margin: 0;
  padding: 0;
  flex: 1;
}

.accordion_header:after {
  flex: none;
  content: "\e145";
  font-family: "Shopicons";
  margin-left: auto;
}

.accordion_item.active .accordion_header:after {
  content: "\e15b";
}

.accordion_body {
  display: none;
  padding: 1rem;
}

.accordion_item.active .accordion_body {
  display: block;
}

.accordion_body p {
  margin-bottom: 0;
}

.container-l {
  max-width: 1000px;
  margin: auto;
}

.outer_accordion {
  /*border: 1px solid #ccc;*/
  /*border-radius: 5px;*/
  margin: 10px 0;
}

.outer_accordion_item {
  border-bottom: 2px solid #ccc;
}

.outer_accordion_item:last-child {
  border-bottom: none;
}

.outer_accordion_header {
  color: #333333 !important;
  cursor: pointer;
  padding: 1rem;
  font-weight: 500;
  background-color: #ffffff;
  border: 1px solid #333333;
  display: flex;
  flex-direction: row;
  transition: 0.2s ease;
}

.accordion_item {
  transition: 0.2s ease;
}

.accordion_item.active .accordion_header h3 {
  color: var(--color-primary, #CB5796) !important;
  font-family: "Be Vietnam Pro", sans-serif;
}

.accordion_item.active {
  border: 1px solid var(--color-primary, #CB5796);
  background-color: #ffffff;
}

.outer_accordion_header:hover, .accordion_item:hover {
  border: 1px solid var(--color-primary, #CB5796);
}

.outer_accordion_header h3 {
  font-size: 1rem;
  margin: 0;
  width: 100%;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Be Vietnam Pro", sans-serif;
}

.outer_accordion_header h3:after {
  content: "\f078";
  font-size: 1rem;
  margin-left: auto;
  flex: none;
  font-family: "Font Awesome 6 Pro";
}

.outer_accordion_header.active h3:after {
  content: "\f077";
  font-size: 1rem;
  margin-left: auto;
  flex: none;
  font-family: "Font Awesome 6 Pro";
}

.outer_accordion_body {
  display: none;
  padding: 10px 0;
}

.outer_accordion_body p {
  margin: 0;
}

.outer_accordion_header.active + .outer_accordion_body {
  display: block;
}

.shipment {
  position: relative;
  padding: 2rem 1rem;
}
.shipment .shipment-title {
  font-size: 1.286rem;
  line-height: 160%;
  margin-bottom: 1.6rem;
}
.shipment .shipment-icon {
  margin-right: 0.75rem;
}
.shipment .shipment-section {
  background-color: #fff;
  margin-bottom: 12px;
}
.shipment .shipment-section-header {
  display: flex;
  align-items: center;
  font-size: 1.286rem;
  font-weight: bold;
  padding: 20px 15px;
}
.shipment .shipment-section-header:after {
  font-family: "kcicons";
  content: "\e035";
  margin-left: auto;
}
.shipment .shipment-section-body {
  display: none;
  border: 1px solid #dee2e6;
  padding: 1rem;
  margin: 0 15px;
  font-size: 1rem;
}
.shipment .shipment-section-body p {
  margin-bottom: 0.75rem;
}
.shipment .shipment-section.active .shipment-section-body {
  display: block;
}
.shipment .shipment-section.active .shipment-section-header:after {
  content: "\e038";
}
.shipment .field-input {
  padding: 12px 8px;
  height: auto;
}
.shipment .shipment-label {
  font-size: 1.286rem;
  font-weight: 500;
}
.shipment .shipment-radio-group {
  position: relative;
  display: inline-block;
}
.shipment .shipment-radio-group > input[type=radio] {
  display: none;
}
.shipment .shipment-radio-group > input[type=radio] + label {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}
.shipment .shipment-radio-group > input[type=radio]:checked + label {
  background-color: var(--color-primary, #CB5796);
  color: #fff;
  border-color: var(--color-primary, #CB5796);
}
.shipment .shipment-divider {
  display: block;
  height: 1px;
  background-color: #e5e5e5;
  margin: 1rem 0;
}

.text-medium {
  font-size: 1.286rem !important;
}

.text-red {
  color: #ee5248 !important;
}

.text-smaller {
  font-size: 1rem !important;
  line-height: 160% !important;
}

@media only screen and (min-width: 992px) {
  .shipment .shipment-label {
    font-size: 1.286rem;
    line-height: 130%;
    margin-bottom: 1rem;
  }
  .shipment .shipment-form-group {
    display: block;
    text-align: center;
  }
  .shipment .shipment-section {
    height: 100%;
  }
  .shipment .shipment-section .shipment-section-header {
    font-family: "SangBleuSunrise", sans-serif;
    font-size: 1.286rem;
    font-weight: 500;
    line-height: 160%;
  }
  .shipment .shipment-section .shipment-section-header:after {
    display: none;
  }
  .shipment .shipment-section .shipment-section-body {
    display: block;
  }
  #int-moments .title {
    letter-spacing: 3px;
  }
  .md-padding-left-40 {
    padding-left: 40px;
  }
  #body_kerstkaarten .md-8,
  #body_kerstkaarten .kerstzk {
    width: 66.6%;
    /* margin-bottom: 3rem!important; */
  }
}
._card-item:hover, ._card-item-vertical:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  ._card-item, ._card-item-vertical {
    margin-bottom: 1rem;
  }
}
._card-item ._card-item-thumbnail, ._card-item-vertical ._card-item-thumbnail {
  width: 100%;
  display: block;
}
._card-item ._card-item-thumbnail ._card-item-img, ._card-item-vertical ._card-item-thumbnail ._card-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.25/1;
}
._card-item ._card-item-body, ._card-item-vertical ._card-item-body {
  padding: 1rem;
  width: 100%;
  transition: 0.3s ease;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
._card-item ._card-item-body ._card-item-body-btn, ._card-item-vertical ._card-item-body ._card-item-body-btn {
  width: 36px;
}
._card-item ._card-item-body ._card-item-body-group, ._card-item-vertical ._card-item-body ._card-item-body-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
._card-item ._card-item-body ._card-item-title, ._card-item-vertical ._card-item-body ._card-item-title {
  font-size: 1rem;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.75px;
}
._card-item ._card-item-body ._card-item-title::after, ._card-item-vertical ._card-item-body ._card-item-title::after {
  transition: 0.5s ease;
}

.card-info {
  position: relative;
  display: block;
  margin-bottom: 3rem;
}
.card-info .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #D5D5E0;
}
.card-info .card-header .card-title {
  color: #000000;
  display: block;
  font-family: sangblue light, serif;
  margin: 0;
  padding: 9px 10px 8px 10px;
  font-weight: 500;
}
.card-info .card-body .card-item {
  position: relative;
  display: flex;
  text-decoration: none;
  color: #000;
  padding: 8px 25px 7px 10px;
  border-bottom: 1px solid #D5D5E0;
  font-size: 14px;
}
.card-info .card-body .card-item:after {
  font-family: "kcicons";
  content: "\e037";
  position: absolute;
  right: 5px;
  font-size: 18px;
}

.thankyou-page .ty-img {
  display: flex;
}
.thankyou-page .ty-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center;
}

.section-filter-pills {
  padding-right: 40px;
}
.section-filter-pills h4 {
  font-size: 1.143rem;
}
.section-filter-pills .section-pills-container {
  position: relative;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 0.85rem;
  padding-bottom: 0;
  padding-right: 40px;
  mask-image: linear-gradient(to right, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  -ms-overflow-style: none;
  scrollbar-width: none;
  mask-image: none;
  -webkit-mask-image: none;
}
.section-filter-pills .section-pills-container .filter-pill {
  padding: 10px 15px;
  border-radius: 0px;
  cursor: pointer;
  background-color: #F4F2EF;
  color: #333333;
  text-decoration: none;
  transition: background-color 0.3s;
  white-space: nowrap;
}
.section-filter-pills .section-pills-container .filter-pill:hover {
  color: #ffffff !important;
  background-color: var(--color-primary, #CB5796) !important;
}

.infographic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.infographic section.p-4 {
  margin: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .infographic section.p-4 {
    width: calc(50% - 1rem) !important;
  }
}
@media (min-width: 1200px) {
  .infographic section.p-4 {
    width: calc(33.3333333333% - 1rem) !important;
  }
}
.infographic section.p-4 .infographic_title {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.infographic section.p-4 .infographic_title h2 {
  margin: 0;
  font-size: 1.429rem;
}
.infographic section.p-4 .infographic_title .infographic_number {
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: var(--color-primary, #CB5796);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infographic section.p-4 .infographic_title .infographic_number p {
  margin-bottom: 0;
}
.infographic .infographic_container_ch {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.infographic .infographic_container_ch img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100px;
}
.infographic .infographic_container_ch .infographic_quote {
  display: flex;
  align-items: center;
}

.sp-promotion-bar {
  background-color: #F2EDF8;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  margin-bottom: 2rem;
}
.sp-promotion-bar a {
  display: flex;
  color: #230440;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  text-decoration: none;
}
.sp-promotion-bar a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .sp-promotion-bar a {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.sp-promotion-bar a .sp-promotion-bar-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 1.2rem;
  color: #230440;
  background-color: #FEFE56;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  text-decoration: none;
}
.sp-promotion-bar a .sp-promotion-bar-label:hover {
  text-decoration: none;
}
.sp-promotion-bar a .sp-promotion-bar-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
}
.sp-promotion-bar a .sp-promotion-bar-content:hover {
  text-decoration: none;
}
@media (min-width: 991px) {
  .sp-promotion-bar a .sp-promotion-bar-content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.sp-promotion-bar a .sp-promotion-bar-content .text-highlighted {
  font-weight: 600;
}

#pagebody:has(.container-fluid) {
  padding: 0 !important;
}

@media (min-width: 992px) {
  body:has(.banner-label) .navigation-bar {
    margin-bottom: 0 !important;
  }
}
.container-fluid .banner-2 {
  max-width: none !important;
}

.banner.banner-2 {
  border-bottom: none;
  justify-content: center;
  display: flex;
  flex-direction: column;
  min-height: 80vh;
  background-color: #FFF7F0;
  position: relative;
  overflow: hidden;
}
.banner.banner-2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 300px;
  background-image: radial-gradient(#EBA07A 2px, transparent 2px);
  background-size: 16px 16px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}
.banner.banner-2::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-image: radial-gradient(#EBA07A 2px, transparent 2px);
  background-size: 16px 16px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}
.banner.banner-2 .banner-body {
  position: relative;
  z-index: 1;
}

.banner-2 .banner-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 1rem;
  max-width: 800px;
  margin: auto;
}
.banner-2 .banner-text {
  font-size: 1.2rem;
  line-height: 180%;
}
.banner-2 h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
}
.banner-2 h1 em {
  font-style: normal;
  color: #EBA07A;
}

.banner-label {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #EBA07A;
}

.scroll-indicator {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}
.story-section {
  padding: 6rem 2rem;
}
.story-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.section-label {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.story-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.story-image:has(.story-image-content)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-image .story-image-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  padding: 2rem;
}
.story-image .story-image-content p {
  font-size: 1.5rem;
  font-family: "SangBleuSunrise", sans-serif;
  line-height: 180%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.stats-section {
  padding: 6rem 2rem;
}
.stats-section .section-label {
  margin-bottom: 0.75rem;
}
.stats-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  align-items: center;
}
.stats-grid > * {
  flex: 1 1 45%;
  min-width: 280px;
}

.stats-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.stats-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stats-content .section-label {
  color: #EBA07A;
}

.stats-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

.stat-block {
  flex: 1 1 calc(50% - 0.75rem);
  min-width: 120px;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
}
.stat-block .stat-number {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #EBA07A;
  font-family: "SangBleuSunrise", sans-serif;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.stat-block .stat-label {
  font-size: 1rem;
  color: #1F1F29;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .stats-grid {
    flex-direction: column;
    gap: 2rem;
  }
  .stats-grid > * {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .stats-image {
    order: -1;
    max-height: 400px;
  }
}
.quote-section {
  background: #E2ECF2;
  border-radius: 40px;
  text-align: center;
  padding: 5rem 2rem;
}

.quote {
  font-family: "SangBleuSunrise", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  color: #1F1F29;
}

.quote-author {
  margin: 1.5rem auto 0 auto;
  font-size: 0.9rem;
  color: #1F1F29;
  letter-spacing: 0.1em;
}

.values-section {
  background-color: #FFF7F0;
  padding: 6rem 2rem;
}
.values-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.values-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.value-card {
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  padding: 2.5rem 2rem;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease;
}
.value-card h3 {
  margin-bottom: 0.75rem;
}

.value-icon {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.5rem;
  color: #EBA07A;
}
.value-icon svg {
  width: 104px;
  height: 104px;
}

.promise-section {
  background: #CC9FA7;
  text-align: center;
  color: #ffffff;
  padding: 6rem 2rem;
  border-radius: 40px;
}
.promise-section p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 2rem;
  opacity: 0.95;
}
.promise-section h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.promise-section .usp-list-color {
  color: #ffffff;
}
.promise-section .usp-list-item {
  color: #ffffff;
  width: auto;
}
.promise-section .usp-list-color .usp-list-body .usp-list-item::before {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.promise-section .usp-list-color .usp-list-body .usp-list-item a {
  color: #ffffff;
  font-size: 1rem;
}
.promise-section .usp-list-color .usp-list-body .usp-list-item a strong {
  font-weight: 500;
}

.cta-section {
  background: #FBF9F6;
  text-align: center;
  padding: 5rem 2rem;
}
.cta-section .cta-content h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #1F1F29;
}
.cta-section .cta-content p {
  color: #434355;
  font-size: 1.1rem;
  margin: 0 auto 2rem auto;
}
.cta-section .cta-button {
  display: inline-block;
  background: #1F1F29;
  color: #ffffff;
  padding: 1rem 2.5rem;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.discover-more {
  padding: 2rem 0;
}
.discover-more .card-block {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  overflow: hidden;
}

.animate {
  animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=main.css.map */
