/** Shopify CDN: Minification failed

Line 1214:2 Expected identifier but found "rgb("
Line 3292:91 Expected "}" to go with "{"

**/
body.gradient.template-page.page-cuyten-over-ons {
    background-color: #0a0a0b;
    overflow-x: hidden;
}

div#product_main_title {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}
.n_total {
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.n_total .cust-price,
.n_total .cust-price1,
.n_total .totals__total {
  font-weight:inherit;
  font-size:inherit;
  color:#000;
}

.needsclick, div#rich-text-01KXZB6KNKG87YKG4M3VN5QK6F {
    text-align: center!important;
}


.lsn-switcher.lsn-down,.lsn-switcher.lsn-up {
    background-color: rgb(255 255 255 / 0%) !important;
}
html {
  scroll-behavior: smooth;
}
a,a:hover,a:focus {
  text-decoration:none !important;
}
/*********************announcement bar**************************/
.main-marquee {
  overflow: hidden;
  /* background:rgb(var(--color-foreground)); */
}
.marquee {
    overflow: hidden;
    display: flex;
    padding: 5px 0;
    width: 100%;
    white-space: nowrap;
  border-bottom:1px solid #ffffff59;
}
.marquee_text {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: auto;
    white-space: nowrap;
    animation: translateFull 20s linear infinite;
}

.main-marquee .marquee_text p {
    margin: 0 25px;
    /* color: #fff; */
    font-size: 13px;
  position: relative;
}
@keyframes translateFull {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*********************announcement bar end **************************/
.header .mega-menu .mega-menu__content > .mega-menu__list {
  width: 100%;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.header .mega-menu .mega-menu__content > .mega-menu__list > li {
  margin-bottom: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.header .header__icons .search-modal.modal__content {
  position:fixed;
}
.header--middle-left {
  grid-template-columns: auto auto auto;
}
.header.header--middle-left .header__inline-menu {
  align-content: center;
  align-self: center;
  justify-self: center;
}
.header .header__inline-menu > .list-menu > li .header__menu-item,
.header .header__inline-menu > .list-menu > li > a {
  font-size:16px;
  font-weight:500;
  text-transform:uppercase;
  color: #000;
  transition:all 0.3s;
}
.header .header__active-menu-item,
.header .header__inline-menu > .list-menu > li .header__menu-item:hover,
.header .header__inline-menu > .list-menu > li > a:hover {
   transition:all 0.3s;
   color:var(--primary_one);
}
.header .header__inline-menu > .list-menu .drop-menu {
  border-radius:4px;
  overflow:hidden;
}
.header .header__inline-menu > .list-menu .dropdown-menu .drop-menu {
  padding:0px;
}

.header .header__inline-menu > .list-menu .dropdown-menu .drop-menu a {
  background:#fff;
  color:#000;
}
.header .header__inline-menu > .list-menu .dropdown-menu .drop-menu a:hover {
  color:var(--primary_one);
}
.header__submenu .header__menu-item:hover,
.header__menu-item:hover span {
  text-decoration: none;
  text-underline-offset: 0rem;
}
.header .drop-menu a{
  font-size: 14px;
  font-weight: 500 !important;
  color: #000;
}
.header .header__icon--menu .icon,
.header .header__icon {
  stroke: #0000006e;
}
.footer .footer__copyright {
  color: rgb(var(--color-foreground));
}
/***********footer***************/
.footer {
  padding-bottom:20px !important;
}
.footer .align_condition {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 10px;
  border-top: solid .1rem rgba(var(--color-foreground), .2);
}
.footer .align_condition .footer__localization:empty+.footer__column--info {
  align-items: end;
  justify-content: right;
}
.footer .align_condition .footer__content-bottom-wrapper {
  padding:0px; 
}
.footer .footer-block__heading {
  font-size:22px;
  line-height:30px;
  font-weight:500;
}
.footer .footer-block--newsletter {
  margin-top:6rem;
}
.footer .footer__content-top {
  padding-bottom:30px !important;
}
.footer p,
.footer .footer-block__details-content .list-menu__item--link {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: rgb(var(--color-foreground));
}
.footer .footer-block__brand-info .rte {
  padding-right:30px;
}
.footer a {
  transition:all 0.3s;
}
.footer a:hover,
.footer a:focus,
.footer a.list-menu__item--active {
  color:var(--primary_one) !important;
   transition:all 0.3s;
}
.counter_div {
  display:flex;
  align-items:start;
  justify-content:center;
} 
.sec_multi .multicolumn-card__info{
  padding:1rem 2rem 1.4rem 2rem;
}
.sec_multi .multicolumn-card__info .rte {
  margin-top:5px;
}
.sec_multi .multicolumn-list {
  background: var(--primary_one);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sec_multi .multicolumn-list li {
  position:relative;
}
.sec_multi .multicolumn-list li:before {
  content: '';
  background: #ddd;
  width: 1px;
  height: 80%;
  top: 10%;
  right: 0;
  position: absolute;
}
.sec_multi .multicolumn-list li:last-child:before{
  display:none;
}
.home-slideshow .slideshow__controls {
  display:none;
}
.image-w-txt .image-with-text__media {
  padding-bottom:0px !important;
  display:flex!important;
  min-height:auto;
  border:none;
  gap:15px;
}
.image-w-txt  .image-with-text__grid {
  align-items:center;
}
.image-w-txt .wid-50 {
  width:calc(50% - 15px) !important;
}
.image-w-txt .image-with-text__media:after {
  display:none;
}
.image-w-txt .image-with-text__content {
  padding-top:0px;
  padding-bottom:0px;
}
.image-w-txt .image-with-text__media img{
  position:relative!important;
  object-fit: cover;
  height: 100% !important;
  min-height: 400px;
  border-radius:10px;
}
.image-w-txt .image-with-text__media img:nth-child(2){
  margin-top:50px;
}
.back_gred .image-with-text__heading,
.related-products .related-products__heading,
.image-w-txt .image-with-text__heading {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600; 
}
.back_gred .image-with-text__heading {
      text-transform: uppercase;
}
.image-w-txt .image-with-text__text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color:#000;
}
.zig-zag .multicolumn-list {
  gap:0px;
}
.zig-zag .multicolumn-card__info .link {
  margin-top:15px;
}
.zig-zag .multicolumn-card {
  background:#000;
}
.zig-zag .multicolumn-card .media {
  padding-bottom:0px !important;
  height:100%;
} 
.zig-zag .multicolumn-card__image-wrapper {
   padding-top:0px;
  margin-left:0px;
  margin-right:0px;
  height:100%;
}
.zig-zag .multicolumn-card .media img {
 
  min-height:100%;
  object-fit:cover;
  object-position:center;
  position:relative;
}
.zig-zag .multicolumn-card .multicolumn-card__info {
  padding:4em 4em 4em 4em;
  height:100%;
  
}
.zig-zag .title-wrapper-with-link {
    align-items: start;
    flex-direction: column;
    gap: 0;
}
/**********************review slider************************/
.reviewratingcont {
  padding: 0px 30px;
}
.reviewrating .proddetmaintitle{
  font-size:40px;
  line-height:52px;
  font-weight:600;
  color:#121212;
  text-align:left;
  margin:0px;
  margin-bottom:25px;
}
.related-products__heading {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 30px;
}
.reviewratingcont p {
  margin:0px;
}
.reviewratingcont .sect {
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 20px;
  margin: 0px 7.5px;
  /* background: #F8F9FA; */
}
h3.rev_head {
  font-size: 17px;
  font-family: var(--font-heading-family);
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}
.rev_des p {
  font-size: 15px;
  font-weight: 400;
  font-size: 15px;
  font-weight: 400;
  color: rgb(var(--color-foreground));
  line-height: 22px;
  padding-top:15px;
}
.rev_auth {
  font-size: 15px;
  font-weight: 600;
  color: rgb(var(--color-foreground));
  line-height: 22px;
  padding-top:15px;
  display:flex;
  align-items:center;
}
.rev_auth img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit:cover;
  object-position: center;
}
.rev_veri {
  display: flex;
  align-items: center;
  padding-top:15px;
  font-size: 13px;
  color:#b2785a;
}
.rev_veri img {
  display: block;
  width: 16px;
  object-fit: contain;
  margin-right: 5px;
}

.reviewrating .slick-dots {
  list-style: none;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  margin-top: 30px;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left:0px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.reviewrating .slick-dots li button{
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition:all 0.5s;
  border: none;
  background: #D9D9D9;
  cursor:pointer;
}
.reviewrating .slick-dots li.slick-active button{
  background: #3FD642;
  transition:all 0.5s;
  width: 30px;
  border-radius: 6px;
}
.reviewrating .slick-dots li:last-child button{
  margin-right: 0px;
}
.reviewrating .slick-dots li button {
  font-size:0px;
  text-indent:-99999px;
}
.reviewrating .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #878787;
  z-index:1;
  cursor:pointer;
  transition:all 0.3s;
}
.reviewrating .slick-arrow:hover {
  border: 1px solid rgb(var(--color-foreground));
  transition:all 0.3s;
}
.reviewrating .slick-arrow:hover svg {
   stroke:rgb(var(--color-foreground)); 
  transition:all 0.3s;
}
.reviewrating .slick-arrow svg {
  stroke:#878787;
} 
.reviewrating .slick-arrow.prev {
  left:16px;
}
.reviewrating .slick-arrow.next {
  right:16px;
}

.rws_no_slider .reviewratingcont {
  padding:0px;
  display:flex;
  flex-wrap:wrap;
}
.rws_no_slider .sect {
  margin:5px;
}
.logo-slide  .rev_veri img {
  display: block;
  height: 64px;
  width: auto;
  padding-top:0px;
  justify-content: center;
  object-fit: contain;
  margin-right: 5px;
  margin:0 auto;
}
.proddetma{
  font-size:40px;
    text-transform: uppercase;
    margin-top:0px;
}
.reviewrating.mobs.upsellslider { 
  padding-top: 0px !important;
  padding-bottom: 15px !important;
}

.feat_coll .product-card-wrapper .card__inner {
  --ratio-percent: 100% !important;
  border-radius: 10px;
  overflow: hidden;
}
.feat_coll .product-card-wrapper .card__inner img {
  position:relative;
}
.feat_coll .product-card-wrapper .card__content .card__heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.feat_coll .product-card-wrapper .card__content .card-information .price__regular {
  font-size: 16px;
}
.price__sale  .price-item--sale,
.price__regular .price-item--regular,
.feat_coll .product-card-wrapper .card__content .card-information .price__regular {
   color:var(--primary_one);
}
.img-with-radial-slider{
  padding-bottom: 110px !important;
}
.img-with-radial-slider .progress_bars {
  margin-top:30px;
  width:100%;
}
.img-with-radial-slider .progress_bars .box h2 {
  padding: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.img-with-radial-slider .progress_bars .box h2 span {
  align-self: end;
  min-width: 49px;
  text-align: right;
}
.img-with-radial-slider .progress-bar {
   height: 10px;
   width: 100%;      
   border-radius: 8px;
   overflow: hidden;
}
.img-with-radial-slider .image-with-text__media img {
  border-radius:10px;
}
.img-with-radial-slider .progress-bar__inner {
  position: relative;
  display: block;
  height: 100%;
  background-color: #7FC861;
  animation: run-progress 1s;
}

.img-with-radial-slider .progress-bar__inner:after {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-size: 75px 75px;
}
.img-with-radial-slider .image-with-text__content {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right:0px;
}
.img-with-radial-slider .image-with-text__heading {
  font-size: 40px;
    font-weight: 600;
    line-height: calc(40px + 20px);
}

@keyframes run-progress {
  0% {
    width: 0;
  }
}
/************transparent header*******************/
.transp_header {
  background:transparent;
}
.slide_backgrounds {
  margin-top:var(--offset);
}
.transp_header .header__inline-menu>.list-menu>li .header__menu-item, .transp_header .header__inline-menu>.list-menu>li>a {
  color:#fff;
}
.transp_header .header__icon--menu .icon, .transp_header .header__icon {
  stroke: #ffffff6e;
  color: #fff;
}
.slideshow .slideshow__media.slide_mob {
  display:none;
}

.main_points {
    margin-top: -58px;
    background: transparent;
}
.main_points .multicolumn-card {
  display:flex;
}
.main_points .multicolumn-card .multicolumn-card__image-wrapper{
  margin:0px;
  padding:15px;
  max-width:80px;
} 
.main_points .multicolumn-card .multicolumn-card__image-wrapper .media {
  padding-bottom:0px !important;
}
.main_points .multicolumn-card .multicolumn-card__info {
  padding:15px;
}
.main_points .multicolumn-card__info .inline-richtext {
  font-size: 24px !important;
  line-height: normal !important;
  color:var(--primary_one) !important;
}
.main_points .multicolumn-card .multicolumn-card__info .rte p {
 font-size: 16px;
 line-height: 24px;
} 
.main_points .multicolumn-list li {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 1px #dddddd78;
  border: 1px solid #dddddd78;
}


.main_points .multicolumn-card .multicolumn-card__image-wrapper .media {
  padding-bottom:0px !important;
}
.main_points .multicolumn-card .multicolumn-card__image-wrapper .media img {
  position:relative;
}

/****************product page**********************/
.payment_icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.payment_icons img {
    margin: 5px 4px;
    height: 30px;
}
.template-product .product .product__title h1{
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}
/* .template-product .product .price__sale {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
} */
.product-form__input--pill input[type=radio]+label {
  padding:10px 12px !important;
}
.template-product .product .price__regular .price-item--regular,
.template-product .product .price__sale .price-item--sale {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary_one);
}
.template-product .product .price__sale .price-item--regular {
  font-size: 16px;
  font-weight: 400;
  color:#c3c3c3;
}
.template-product .product .imageicon strong,
.template-product .product .imageicon {
  display:flex;
  align-items:start;
  margin: 4px 0px !important;
}
.template-product .product .imageicon img {
  width:24px;
  height:24px;
  object-fit:contain;
  margin-right:10px;
}
.template-product .product .imageicon.delivery_text {
  justify-content: center;
  margin-top: -10px !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
  align-items: center;
}
.template-product .product .product__description {
  font-size: 15px;
  line-height: 22px;
  color: rgb(var(--color-foreground));
  font-family: inherit;
  margin: 10px 0px !important;
}
.template-product .product .imageicon .imageicon_text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color:rgb(var(--color-foreground));
  margin:0px;
}
.template-product .product .product__description .des p{
  font-size:16px;
  line-height:24px;
  font-weight:normal;
  color: #000;
}
.template-product .product .product-form__buttons button[type="submit"]:after,
.template-product .product .product__tax.caption {
  display:none;
}
.template-product .product .product-form__buttons {
  max-width:100%;
}
.template-product .product .product-form__buttons button[type="submit"] {
  background:var(--primary_one);
  color:var(--primary_two);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.template-product .product  .product__accordion .accordion__title {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color:#000;
}
.template-product .product  .product__accordion svg path { 
  stroke:#0000006e;
}
.template-product .product .product__accordion .accordion__content {
  padding: 0px;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 24px;
}
.template-product .product .product-form__quantity .quantity__label{
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.template-product .product  .ict .icon-with-text{
  column-gap: 1.5rem;
}
.template-product .product  .ict .icon-with-text__item .h4.inline-richtext {
    font-size: 13px;
    line-height: 14px;
    color: rgb(var(--color-foreground));
    font-family: inherit;
}
.template-product .product  .ict .icon-with-text__item img {
    height: 30px ! IMPORTANT;
    WIDTH: 29PX ! IMPORTANT;
    OBJECT-FIT: CONTAIN;
    margin: 0px auto 8px;
}
.template-product .product  .ict .icon-with-text__item {
  background:#Fff;
  padding: 15px 10px;
  border-radius:7px;
  border: 1px solid #E2E2E2;
}
.template-product .product  variant-selects .product-form__input .form__label {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.template-product .extra_information .accordion__content p {
  margin: 0;
  margin-bottom: 10px;
}
.template-product .extra_information .accordion__content p:last-child {
  margin: 0;
}
.template-product .product__info-container>*+* {
  margin: 2rem 0;
}
.template-product .product_price_class .price {
  display:flex;
  align-items:center;
}
.template-product .product_price_class .price .badge {
  margin-left:10px;
}
.template-product .product__accordion {
  margin: 0 !important;
}
.template-product .product__accordion .accordion__content {
  margin-bottom: 2rem;
}
.template-product  media-gallery .product__media {
  padding: 0px !important;
}
.template-product  media-gallery .product__media img {
 position: relative !important;
}
.template-product  media-gallery .slider-button {
  background: #ddd;
  border-radius: 50%;
  font-size: 18px;
  width:38px;
  height:38px;
}

.template-product  media-gallery .slider-button[disabled="disabled"]{
  background:#dddddd47;
}
.template-product  media-gallery .slider-button svg {
  height: 9px;
}
.imortant_mgs {
  background: #ab6c4bd9;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  /* border: 2px solid white;
  box-shadow: 0px 0px 0px 2px #ab6c4bd9; */
}
.imortant_mgs p {
  margin:0px;
  margin-bottom:10px;
}
.imortant_mgs p:last-child {
  margin:0px;
}
.product-single__badge span{
  background: #ab6c4b;
  padding: 4px 13px 5px 13px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  text-transform: capitalize;
}
/****************collection page **********************/
.parent {
  padding:0px;
  margin:10px 0px;
}
.parent_li {
  margin-bottom:10px;
  display:flex;
  justify-content:space-between !important;
  align-items:start;
  width:100%;
  cursor:pointer;
  color: #000;
  font-weight: 400;
}
.parent > li:last-child {
  margin-bottom:0px;
}
.parent > li {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-direction:column;
}
.parent_li > a {
  font-size:16px;
  line-height:20px;
  line-height:26px;
  font-weight:500;
  cursor:pointer;
  color: #000;
  display: flex;
  align-items: center;
}
.parent>li ul > a {
  display:flex;
  justify-content:space-between !important;
  align-items:center;
  cursor:pointer;
}

.my_nav .sub_child input[type=checkbox] {
  position: relative;
  border: 1px solid #000;
  border-radius: 1px;
  background: none;
  line-height: 0;
  margin: 0 10px 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
  /* opacity: .5; */
  pointer-events: none;
}
.parent_li + ul:has(input[type="checkbox"]:checked) {
  display:flex; 
  flex-wrap:wrap;
  padding-bottom: 20px;
}

.my_nav .sub_child  input[type=checkbox]:hover {
  opacity: 1;
}

.my_nav .sub_child input[type=checkbox]:checked {
  background-color: #fff;
  opacity: 1;
}

.my_nav .sub_child input[type=checkbox]:before {
 content: "";
  position: absolute;
  right: 51%;
  top: 50%;
  width: 4px;
  height: 9px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.my_nav .sub_child input[type=checkbox]:checked:before {
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.my_nav .sub_child.main_subhead,
.my_nav .sub_child.main_subhead  > a,
.my_nav .sub_child.parent_li:hover,
.my_nav .sub_child.parent_li:hover > a {
  color:var(--primary_one);
}
.my_nav .sub_child.main_subhead input[type=checkbox],
.my_nav .sub_child.main_subhead input[type=checkbox]:checked:before,
.my_nav .sub_child input[type=checkbox]:checked:before,
.my_nav .sub_child.parent_li:hover > a .chld_input {
  border-color:var(--primary_one);
}

.template-search .predictive-search__result-group .predictive-search-queries {
  font-size: 16px;
}
.template-search .template-search__search {
  margin-bottom:0px;
}
.template-search .template-search__header h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
}
.template-search .template-search__header {
  margin-bottom: 10px;
  padding-top:30px;
  padding-bottom:40px;
}
.template-search .template-search__header h2 {
  margin-top:0px;
  font-size:32px;
  line-height:38px;
  color:#000;
  font-weight:600;
}
.template-search .template-search__header p {
  font-size:16px;
  line-height:24px;
  color:#000;
  font-weight:normal;
  margin:0px;
  padding-bottom:15px;
}
.template-search .predictive-search__heading {
  font-size:16px !important;
}
.template-search .template-search__header p:last-child {
  padding-bottom:0px;
}
.template-search .collection-hero__inner .collection-hero__text-wrapper,
.template-collection .collection-hero__inner .collection-hero__text-wrapper {
  padding: 20px;
  background:#f7f7f7;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.template-search .collection-hero__inner .collection-hero__text-wrapper .collection-hero__title,
.template-collection .collection-hero__inner .collection-hero__text-wrapper .collection-hero__title{
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;
  font-weight: 600;
  color:var(--primary_one);
}
.template-search .collection-hero__inner .collection-hero__text-wrapper .collection-hero__description.rte,
.template-collection .collection-hero__inner .collection-hero__text-wrapper .collection-hero__description.rte {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 24px;
  padding-bottom:5px;
}
.template-search .facets.facets-vertical-sort .facets-vertical-form,
.template-collection .facets.facets-vertical-sort .facets-vertical-form{
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background: #f7f7f7;
  color: #000;
  margin-bottom: 30px;
  border-top: 1px solid #dfdfdf;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.template-search .facets.facets-vertical-sort .facets-vertical-form {
  border-top:none;
  border-radius:5px;
}
.template-search .facets.facets-vertical-sort .facets-vertical-form .facet-filters,
.template-collection .facets.facets-vertical-sort .facets-vertical-form .facet-filters {
  padding-left:0px;
}
.template-search .facets-vertical facet-filters-form,
.template-collection .facets-vertical facet-filters-form {
  padding: 15px;
  background: #f7f7f7;
  border-radius:5px;
}
.template-search .facets-vertical .active-facets__button--light .active-facets__button-inner,
.template-collection .facets-vertical .active-facets__button--light .active-facets__button-inner {
  box-shadow: none;
  font-size: 13px;
  background: #bb7652;
  color: #fff;
}
.template-search .facets-vertical .facets__heading,
.template-search .facets-vertical .facets__summary  span,
.template-collection .facets-vertical .facets__heading,
.template-collection .facets-vertical .facets__summary  span{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 22px;
}
.template-search .facets-vertical .facets-layout-list .facets__label:hover .facet-checkbox__text-label, 
.template-search .facets-vertical .facets-layout-list input:focus~.facet-checkbox__text-label,
.template-collection .facets-vertical .facets-layout-list .facets__label:hover .facet-checkbox__text-label, 
.template-collection .facets-vertical .facets-layout-list input:focus~.facet-checkbox__text-label {
  text-decoration:none !important;
}
.template-search .facets-vertical .facet-checkbox.active .facet-checkbox__text,
.template-collection .facets-vertical .facet-checkbox.active .facet-checkbox__text{
  color:var(--primary_one);
}
.template-search .facets-vertical .facet-checkbox>svg rect,
.template-collection .facets-vertical .facet-checkbox>svg rect {
  stroke: #000;
  stroke-width: 2px;
}
.template-search .facets-vertical .facet-checkbox .icon-checkmark,
.template-collection .facets-vertical .facet-checkbox .icon-checkmark {
  top:unset;
}
.template-search .facets-vertical .facet-checkbox>input[type=checkbox]:checked ~ svg rect,
.template-search .facets-vertical .facet-checkbox>input[type=checkbox]:checked~.icon-checkmark path,
.template-collection .facets-vertical .facet-checkbox>input[type=checkbox]:checked ~ svg rect,
.template-collection .facets-vertical .facet-checkbox>input[type=checkbox]:checked~.icon-checkmark path {
  stroke:var(--primary_one);
}
.template-search .facets-vertical .facet-checkbox,
.template-collection .facets-vertical .facet-checkbox {
  align-items:center;
}
.template-search .facets-vertical .facet-checkbox,
.template-search .facets-vertical .parent-wrap.facets-wrap-vertical,
.template-collection .facets-vertical .facet-checkbox,
.template-collection .facets-vertical .parent-wrap.facets-wrap-vertical {
  padding-right:0px;
}
.template-search .facets-vertical .active-facets__button,
.template-collection .facets-vertical .active-facets__button {
  margin-right: 10px;
  margin-bottom: 5px;
}
.template-search .facets-vertical .facet-checkbox__text,
.template-collection .facets-vertical .facet-checkbox__text {
  width:100%;
  display:flex;
  justify-content:space-between;
  font-size: 16px;
  line-height: 20px;
  line-height: 26px;
  font-weight: 500;
  cursor: pointer;
  color: #000;
}
.template-search .facets-vertical .facets__header-vertical,
.template-collection .facets-vertical .facets__header-vertical {
  padding-top: 0px;
  padding-right: 0px;
  font-size: 14px;
  color: #000;
}
.template-search .facets-vertical-form .product-count-vertical,
.template-collection .facets-vertical-form .product-count-vertical {
  opacity:1;
}
.template-search .facets-vertical-form .facet-filters__sort.select__select,
.template-search .facets-vertical-form .facet-filters__label,
.template-search .facets-vertical-form .product-count-vertical .product-count__text,
.template-collection .facets-vertical-form .facet-filters__sort.select__select,
.template-collection .facets-vertical-form .facet-filters__label,
.template-collection .facets-vertical-form .product-count-vertical .product-count__text{
  font-weight: 500;
  color: #000;
  font-size: 14px;
  font-family: inherit;
}
/************collection end****************/

.product-card-wrapper .card__inner {
  --ratio-percent: 100% !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.product-card-wrapper .card__heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color:#000;
}
.page-contact .page-commen-banner,
.page-commen-template .page-commen-banner {
  min-height: 250px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 40px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position:relative;
  overflow:hidden;
  margin-bottom:30px;
  padding:15px;
}
.page-contact .page-commen-banner:before,
.page-commen-template .page-commen-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 0;
}
.page-contact .main_page_banner .page-title,
.page-commen-template .main_page_banner .page-title {
   font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: 46px;
  z-index:1;
  position:relative;
}
.page-contact .page-commen-banner .page-title,
.page-commen-template .page-commen-banner .page-title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 46px;
  z-index:1;
  position:relative;
  margin:0px;
  text-align:center;
}

.page-commen-template .pages-sec h2 {
  font-size:32px;
  font-weight:600;
  line-height:45px;
  color:#000;
}
.page-commen-template .pages-sec h3 {
  font-size:30px;
  font-weight:500;
  line-height:40px;
  color:#000;
}
.page-commen-template .pages-sec h4 {
  font-size:28px;
  font-weight:500;
  line-height:36px;
  color:#000;
}
.page-commen-template .pages-sec p {
  font-size:16px;
  font-weight:normal;
  line-height:24px;
  color:#000;
}
.gredient_class {
  max-height: 270px;
  min-height: auto !important;
}
.back_gred {
  margin-top:-2px;
}
.back_gred p {
  rgb(var(--color-foreground));
  font-size:16px;
  line-height:24px;
}
.page-contact .contact_div {
  display:flex;
  flex-wrap:wrap;
  align-items:stratch;
  gap:20px;
}
.page-contact .contact_div .contact_new_right,
.page-contact .contact_div .contact_new {
  width:calc(50% - 10px);
  padding: 15px;
}
.page-contact .contact_div .contact_new_right {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.page-contact .contact_div .contact_new_right a,
.page-contact .contact_div .contact_new_right p {
  font-size:16px;
  color:#000;
  line-height:24px;
  margin:10px opx;
}

.page-contact .contact_div .contact_new_right h2 {
  font-size: 32px;
  line-height: 38px;
  color:#000;
  margin-top:0px;
}
.map-cordinates {
  display: flex;
  width: 100%;
  padding: 20px;
  background: #f2f2f2;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #ddd;
  justify-content:space-between;
}
.map-cordinates .map_text {
  width: calc(70% - 5px);
}
.map-cordinates .map_area {
  width: calc(30% - 5px);
}
.map-cordinates .map_area iframe {
  width: 100%;
  height: 100%;
  min-height:150px;
  border-radius: 10px;
}
.map-cordinates .map_heading {
  margin: 0px;
  font-size: 32px;
  FONT-WEIGHT: 600;
  line-height: 38px;
}
.map-cordinates .map_description p {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0px;
}
.map-cordinates .map_button {
  margin-top:10px;
}
.exclusive_prods .rich-text__heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  margin-top: 0px;
}
.exclusive_prods .sub_title {
  font-size: 24px;
  color: var(--primary_one);
  font-weight: 600;
}
.exclusive_prods .rich-text__text.rte {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
}
.cart-drawer .cart-item__name {
  font-weight: 600;
}
.cart-drawer .cart-item__name + .product-option {
  color:var(--primary_one);
}
.cart-drawer .cart-item__totals.right {
  display:none;
}
.cart-drawer table.cart-items th {
  font-size: 11px;
  color: #000;
}
.cart-drawer .cart-drawer__footer .totals__total-value,
.cart-drawer .cart-drawer__footer .totals__total {
  font-size: 18px;
  font-weight: 600;
  color:#000;
}
.cart-drawer .cart-item__details {
  grid-column: 2 / 5;
}
.cart-drawer .cart-item  {
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 10px !important;
  border-radius: 5px;
}
.cart-drawer .cart-items td {
  padding-top:0px !important;
}
.cart-drawer .cart-item__quantity-wrapper .quantity {
  min-height: 35px;
  max-width: 100px;
}
.cart-drawer .cart-item__quantity-wrapper .quantity__button {
  width: 35px;
}
.cart-drawer .drawer__header .drawer__heading {
  font-weight: 500;
}
.main_points .multicolumn-card .multicolumn-card__image-wrapper .media img {
    position: relative;
    height: auto;
    object-fit: contain;
    width: 80px !important;
    height: 80px;
    object-position: top center;
}
.main_points .multicolumn-card .multicolumn-card__image-wrapper {
  max-width:unset;
  width:90px;
}
.main_points .multicolumn-card .multicolumn-card__info {
  width: calc(100% - 90px);
}
.header .desktop-localization-wrapper .lsn-switcher.lsn-down{
  padding: 6px 10px !important;
  z-index: 2;
}
.header .desktop-localization-wrapper .lsn-switcher .lsn-select__list {
  padding: 0px 16px !important;
  border: 1px solid rgb(0 0 0 / 17%) !important;
}
sticky-header.header-wrapper:not(.transp_header) .desktop-localization-wrapper .lsn-switcher .lsn-select__item-name {
  color:#000;
}
sticky-header.header-wrapper:not(.transp_header) .desktop-localization-wrapper .lsn-switcher .lsn-select__arrow {
  border-color:#000  transparent transparent !important;
}
#menu-drawer .menu-drawer__localization .lsn-switcher {
  padding: 10px 0px !important;
  z-index: 2;
}
#menu-drawer .menu-drawer__localization .lsn-switcher .lsn-select__list {
  padding: 0px 16px !important;
  border: 1px solid rgb(0 0 0 / 17%) !important;
}
.footer__content-bottom-wrapper {
  justify-content:center;
}
.drawer__inner .drawer__footer .cart__ctas a.extra_class {
    max-width: none;
    width: 100%;
}
.cart__footer a.cart_page_footer {
    width: 100%;
}
.template-account .customer.account .customer__title {
  font-size: 30px;
  font-weight: 500;
}
.template-account .customer.account  #wk_wallet {
  background:#ab6c4b0d;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #ab6c4b47;
  margin-top: 30px;
  margin-bottom: 30px;
}
.template-account .customer.account  #wk_wallet + a {
  font-size: 16px;
  font-weight: 400;
  background: #ab6c4b;
  padding: 2px 15px;
  border-radius: 6px;
  color: #fff;
}
.template-account .customer.account  #wk_wallet + a svg path {
  stroke-width: 0.5px;
  stroke: #fff;
}
.template-account .customer.account  #wk_wallet .wk_logo img,
.template-account .customer.account  #wk_wallet .wk_logo {
  width:20px;
  height:20px;
}
.template-account .customer.account  #wk_wallet .wk_logo {
  margin-top: 4px;
}
.template-account .customer.account  #wk_wallet .wk_shop_name {
  font-size: 21px;
    line-height: 25px;
}
.template-account .customer.account  #wk_wallet .wk_status_detail {
  margin-top: 15px;
  padding-left: 0;
    padding-right: 0;
}
.template-account .customer.account  #wk_wallet .wk_amount_detail_div {
  border: 1px solid #ab6c4ba1;
}
.template-account .customer.account  #wk_wallet .wk_paid_text {
  font-size: 14px;
  color: #161515;
  font-weight: 300;
}
.template-account .customer.account  #wk_wallet .wk_table_structure .wk_wallet_thead {
  background: #ab6c4b;
}
.template-account .customer.account  #wk_wallet .wk_table_structure .wk_wallet_thead th {
  color:#fff;
  font-weight: 500;
}



/******** PAGEE CUYTEN KEUZEHULP CSS START HERE *******/
.page-cuyten-keuzehulp .custom_innerwidth {
    max-width: 1152px;
    margin:0 auto;
}
body.gradient.template-page.page-cuyten-keuzehulp.animate--hover-vertical-lift {
    background: #000;
}

.customphilosphysection p.eyebrow {
    font-size: 12px;
    font-family: Oswald!important;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 600;
        margin-bottom: 12px;
}

.customphilosphysection h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 16px;
    letter-spacing: -1px;
    font-weight: 400;
    font-family: Oswald!important;
}

.customphilosphysection h2 span{
  font-family: Oswald!important;
}

.customer-reviews section.bg-coal {
    border-bottom: 1px solid #ffffff1a!important;
}

.customphilosphysection p {
    font-size: 16px;
    font-family: Inter!important;
    font-weight: 400!important;
    margin-bottom: 16px;
}
.page-cuyten-keuzehulp .customphilosphysection .custom_innerwidth span.spantag {
    padding: 8px 12px;
    color: #fff;
    font-size: 13px;
    font-family: Inter!important;
    gap: 8px;
}

.page-cuyten-keuzehulp .customphilosphysection .custom_innerwidth .philo_sphy_section{
display: flex;
}

.page-cuyten-keuzehulp .customphilosphysection .custom_innerwidth .philo_sphy_section .md\:col-span-7{
      flex: 0 0 58.7%;
}

.page-cuyten-keuzehulp .customphilosphysection .custom_innerwidth .philo_sphy_section .md\:col-span-5{
flex: 0 0 39.3%;
}


.step-section.custom_innerwidth {
    border-top: 1px solid #ffffff1a;
    padding-top: 56px;
    padding-bottom: 56px;
}

.step-section.custom_innerwidth h2 {
    font-family: Oswald!important;
    font-size: 48px;
    color: #f4f2ec;
}

.step-section.custom_innerwidth .border-text {
    padding: 16px 20px;
    background: #3d4a344d;
    border-left: 4px solid #f59e0b;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.step-section.custom_innerwidth .border-text .eyebrow.text-amber {
    color: #f59e0b;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
}
.step-section.custom_innerwidth .border-text .text-bone {
    font-size: 24px;
    line-height: 32px;
    color: #f4f2ec;
    font-family: Oswald !important;
}

.step-section .leading-relaxed p {
    font-size: 14px;
    color: #f4f2ecd9;
    font-family: Inter!important;
    line-height: 1.625;
}

.step-section .bg-steel .eyebrow.text-amber, .step-section .bg-gradient-to-br .eyebrow.text-amber {
    color: #f59e0b;
    font-size: 12px;
    line-height: 16px;
        margin-bottom: 12px;
}
.step-section .bg-steel, .step-section .bg-gradient-to-br {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #ffffff0d;
}

.step-section .bg-steel .text-xs.smalltxt,
.step-section .bg-gradient-to-br .text-xs.smalltxt {
    font-size: 12px;
    line-height: 16px;
    font-family: inter!important;
    letter-spacing:normal;
}
.page-cuyten-keuzehulp .step-section .bg-steel, 
.page-cuyten-keuzehulp .step-section .bg-gradient-to-br {
    padding: 20px;
}

.page-cuyten-keuzehulp .step-section .sect_desc p {
    font-size: 16px;
    color: #f4f2eccc;
}

.page-cuyten-keuzehulp .step-section .leftbordertext {
    padding-left: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: 4px solid #f59e0b;
    margin-top: 28px;
    margin-bottom: 28px;
}

.page-cuyten-keuzehulp .step-section .leftbordertext .leading-snug {
    font-family: Oswald!important;
    font-size: 30px;
    color: #f4f2ec;
}
.page-cuyten-keuzehulp .step-section .leftbordertext .block {
    font-size: 14px;
    line-height: 20px;
    color: #f4f2ec80;
    margin-top: 12px;
    font-family: 'Inter';
}

.page-cuyten-keuzehulp .step-section .bordecornertextbtm {
    padding: 20px 24px;
    background: #3d4a3440;
    border: 1px solid #3d4a3466;
    border-radius: 16px;
}

.page-cuyten-keuzehulp .step-section .bordecornertextbtm  .eyebrow {
    color: #f59e0b;
    font-size: 12px;
    line-height: 16px;
}


.page-cuyten-keuzehulp .step-section .btn-amber {
    padding: 12px 24px;
    background: #f59e0b;
}

#stap3 .stepnumber {
    -webkit-text-stroke: 2px rgba(245, 158, 11, 0.55);
    font-family: Oswald!important;
    font-weight: 700;
    font-size: 96px;
}

#stap3 .stepheading {
    font-family: Oswald!important;
    font-size: 48px;
    color: #f4f2ec;
}
#stap3 .eyebrow, #vangsten .eyebrow {
    font-size: 12px;
    font-family: Oswald!important;
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: 16px;
    letter-spacing: 4.2px;
    font-weight: 600;
}
#stap3 p.text-bone {
    font-size: 24px;
    font-family: Oswald!important;
    line-height: 32px;
}

.page-cuyten-keuzehulp #stap3 .max-w-3xl {
    max-width: 79rem;
    padding: 16px 20px;
        border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

#stap3 .prd_title {
    font-size: 20px;
    line-height: 28px;
    font-family: Oswald!important;
}
.prodtitletag {
    margin-bottom: 8px;
}

p.blokc_prd_desc {
    font-size: 14px;
    font-family: inter!important;
    color: #f4f2ecbf;
    line-height: 1.625;
    margin-bottom: 12px;
}

p.prd_loc_div {
    font-size: 12px;
    font-family: inter!important;
    color: #f4f2ec80;
    line-height: 16px;
    margin-bottom: 16px;
}

a.prodbtn_link {
    font-size: 14px;
    font-family: inter!important;
    color: #f59e0b;
}
#stap3 .seasaonbblock5 p.blcokdesc_season, #stap3 .seasaonbblock6 p.blcokdesc_season {
    font-size: 14px;
    font-family: inter!important;
    color: #f4f2ecd9;
}

#stap3 .seasaonbblock6{
      --tw-gradient-from: #0c4a6e66!important;
}

#stap3 .seasaonbblock6 .blcokhead_season {
    color: #7dd3fc;
}

.prodblock_blcks {
    gap: 24px;
}


.btmbanneroverlay {
    display: block!important;
    background: linear-gradient(to right, #0a0a0bcc, transparent)!important;
}

#quote-banner h2.text-bone.drop-shadow-md {
    font-family: Oswald!important;
    font-weight: 400;
    line-height:36px;
}
#quote-banner .qutobnar {
    justify-content: left;
    text-align: left;
}

section#matrix {
    border-top: 1px solid #ffffff1a;
        padding-top: 64px;
}

#matrix .matrixtop_block p.eyebrow {
    font-size: 12px;
    color: rgb(234 106 30);
    font-family: Oswald!important;
    line-height: 16px;
    margin-bottom: 12px;
    letter-spacing: 4.2px;
}

#matrix .matrixtop_block h2.text-bone, #vangsten .vangsten_heding, #vangsten .vangsten_heding span.text-amber {
    font-family: Oswald!important;
    font-size: 60px;
    font-weight: 400;
    color: #F4F2EC;
    line-height:40px;
}
#matrix .matrixtop_block p.mt-3 {
    font-family: inter!important;
    margin-top: 12px;
    font-size: 16px;
    color: rgb(244 242 236 / 70%);
    max-width:50rem;
}
#matrixResult p.eyebrow {
    font-family: Oswald!important;
        font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    letter-spacing: 4.2px;
    font-weight: 600;
}

#matrix .matrix-btn {
    padding: 16px 20px;
        gap: 18px;
    color: #F4F2EC;
        background: #27272A;
            margin-top: 12px;
}

#matrix .matrix-btn span {
    font-family: inter!important;
}
#matrix .matrixtop_block {
    margin-bottom: 40px;
}

#matrix .matrix-btn:first-child {
    margin-top: 0;
}
#matrixResult h3.text-bone {
    font-family: Oswald!important;
    font-size: 36px;
    font-weight: 400;
    color: #F4F2EC;
}
#matrixResult i.fa-water {
    font-size: 30px;
}
#matrixResult p.leading-relaxed {
    font-size: 16px;
    font-family: inter!important;
    color: #F4F2EC;
    line-height: 1.625;
    margin-bottom: 24px;
}
#matrixResult .matrixleftinfo {
    margin-bottom: 16px;
}

.matrixbtnlik {
    font-size: 16px!important;
    font-family: inter!important;
    color: #0a0a0b!important;
    padding: 12px 24px;
}
#wizard .custom_innerwidth {
    border-top: 1px solid #ffffff1a;
}

#wizard a.flex-1.text-center.bg-amber.text-ink.font-600.rounded-xl.px-6.py-3.hover\:bg-ember.transition, #wizRestart{
    display: inline-flex;
    align-items: center;
    font-size:16px;
    font-family:inter!important;
    color:#0a0a0b;
    flex: 0 0 auto;
        padding: 12px 24px;
}

#wizard p.font-600.text-bone.text-sm{
font-size:14px;line-height:20px;color:#f4f2ec;   font-family: inter!important;
}

#wizBody span.text-bone\/40.font-400{
  color:#f4f2ec66;
      font-family: inter!important;
}

#wizBody span.font-display.font-600.text-amber{
font-size:16px;
font-family: Oswald!important;
}


#wizBody a.text-amber.hover\:text-ember.transition.text-sm.shrink-0 i.fa-solid.fa-arrow-right-long {
    width: 14px;
    height: 15px;
    font-size: 15px;
}

#wizBody span.font-display.font-700.text-2xl.text-amber.w-7, #wizBody span.font-display.font-700.text-2xl.text-bone\/40.w-7 {
    font-size: 24px;
    line-height: 32px;
}

#wizBody .bg-coal.rounded-2xl.border.border-amber\/40.p-5.md\:p-6.mb-8.mt-10 {
    padding: 24px;
}

#wizBody p.eyebrow.text-xs.text-amber.mb-2.topeyebrow, #wizBody p.eyebrow.text-xs.text-amber.mb-4.scndeyebroww{
    color: #f59e0b!important;
}

div#wizProgress {
    display: block;
    background-color: #f59e0b!important;
}

button#wizBack{
      color: #f4f2ec80;
          font-size: 14px;
    line-height: 20px;
    margin-top:24px;
    font-family: inter!important;
}



#wizBody p.text-bone\/40.text-xs.mt-3{
color: #f4f2ec66;
font-size: 12px;
    line-height: 16px;
    margin-top:12px;
    font-family: inter!important;
}

#wizBody p.font-display.font-600.uppercase.text-lg.text-bone.mb-1{
  font-size:18px;
  font-family: Oswald!important;
  color:#f4f2ec;
  margin-bottom:4px;
}

#wizBody p.text-bone\/60.text-sm.mb-4{
font-size: 8.75px;
    line-height: 12.5px;
    color:#f4f2ec99;
    font-family: inter!important;
    font-size:14px;
    margin-bottom:16px;
}

button#wizEmailBtn {
    padding: 12px 24px;
    font-size:16px;
    font-family: inter!important;
    color:#0a0a0b;
}


#wizard #wizRestart{
  color:#f4f2ec;
}


#wizard p.eyebrow.text-xs.text-bone\/50.mb-4 {
    font-size: 12px;
    color:#f4f2ec80!important;
    line-height:16px;
    margin-bottom:16px;
}

#wizBody h3.font-display.font-700.uppercase.text-3xl.md\:text-4xl.text-bone.leading-none {
    font-size: 36px;
     font-family: Oswald!important;
     color: #f4f2ecd9;
     line-height:40px;
}

#wizBody .bg-coal.border-l-4.border-amber.rounded-r-xl.px-4.py-3{
      padding: 16px 12px;
}

#wizBody img.w-full.aspect-\[3\/2\].object-cover.rounded-xl{
aspect-ratio: 1 / 1;
}


#wizBody .bg-coal.border-l-4.border-amber.rounded-r-xl.px-4.py-3 p{
  font-family: inter!important;
  color:#f4f2eccc;
  font-size:14px;
  line-height:20px;
  font-style: italic;
}

#wizBody p.text-bone\/50.text-sm.eyebrow.mt-1{
font-size:14px;
line-height:20px;
margin-top:4px;
color:#f4f2ec80!important;
}

#wizBody p.text-bone\/85.leading-relaxed.mb-4{
 font-family: inter!important;
    color: #F4F2EC;
      font-size: 16px;
}

#wizard p.eyebrow.text-ember, #wizBody .eyebrow, #customcontact .cntctryeybrow {
    font-size: 12px;
    font-family: Oswald!important;
    text-transform: uppercase;
    color: rgb(234 106 30);
    line-height: 16px;
    margin-bottom: 12px;
    letter-spacing: 4.2px;
    font-weight: 600;
}
#wizBody .eyebrow{
color:#0a0a0b!important;
}
#wizard h2.wizrd_heading, #wizard h2.wizrd_heading span.text-amber {
    font-size: 60px;
    font-family: Oswald!important;
}
#wizard h2.wizrd_heading span.text-amber{
  color:#f59e0b;
}
#wizard .wizard-desc, #vangsten .shortdesc_vangsten {
    font-size: 16px;
    font-family: inter!important;
    max-width: 50%;
    color: rgb(244 242 236 / 70%);
    margin-top: 12px;
}
#wizBody .formheading {
    font-size: 30px;
    font-family: Oswald!important;
    line-height: 36px;
        margin-bottom: 24px;
}
#wizard .wizard-box{
      max-width: 76rem;
}
#wizard .wizard_formbox {
    padding: 36px;
}
#wizard .wiz_fomrbox_buttons{
  gap:12px
}
.wiz_fomrbox_buttons button {
    font-size: 16px;
    background: #18181b;
    color: #F4F2EC;
    padding: 16px 20px;
    font-family: inter!important;
    border-radius: 12px;
}
#vangsten .vangsten_heding span.text-amber{
  color:#f59e0b;
}
section#vangsten {
    padding-top: 64px;
}
#vangsten .vangsten_title{
      font-size: 18px;
    font-family: Oswald!important;
    text-transform: uppercase;
    color: #F4F2EC;
}

#vangsten .leading-relaxed{
    font-size: 14px;
    color: #f4f2ecb3;
    font-family: Inter!important;
    line-height: 1.625;
    margin-top:4px;
}


#vangsten .visername{
    font-size: 12px;
    color: #f4f2ec73;
    font-family: Inter!important;
    margin-top:12px;
}

#vangsten .stanumber {
    font-size: 30px;
    font-family: Oswald!important;
    line-height: 36px;
}

#vangsten .stanmber_text{
  padding:20px;
      border-radius: 16px;
}
#vangsten .textnumber_blocks{
  gap:16px
}
#customcontact .contactbox {
    padding: 40px 48px;
}

#customcontact .contactphoto{
          width: 17.6rem;
          height: 17.6rem;
}


#customcontact p.customcont_heading {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 16px;
    letter-spacing: -1px;
    font-weight: 400;
    font-family: Oswald!important;
}

#customcontact .cntctryeybrow {
    color: #f59e0b;
}

.conatact_heading_text .leading-relaxed{
font-family:inter!important;
font-size:16px;
    max-width: 60rem;
        margin-bottom: 20px;
}

#customcontact .cstmcontc_btn {
    padding: 12px 24px;
        font-size: 16px;
    font-family: inter !important;
    border-radius:12px;
}

#customcontact .custcontn_whatsapbtn{
      padding: 12px 24px;
              font-size: 16px;
    font-family: inter !important;
    border-radius:12px;
}
.custcontn_whatsapbtn i.fa-brands.fa-whatsapp {
    font-size: 18px;
}
#customcontact .cstmcont_buttons{
  gap:12px;
}



 .hero-section h1 p span {
    color: rgb(245 158 11);
    font-weight:400;
    font-family: Oswald!important;
}

.page-cuyten-keuzehulp cart-drawer.drawer.is-empty, 
.page-cuyten-over-ons cart-drawer.drawer.is-empty  {
    display: none;
}
.header-section.customheader_keuzehulp img.h-9 {
    height: 36px;
}

.header-section.customheader_keuzehulp .max-w-6xl.mx-auto.px-5.py-3.flex.items-center.justify-between.gap-3 {
    padding: 12px 20px;
    max-width: 1152px;
}

.header-section.customheader_keuzehulp .menussss a {
    font-size: 14px;
    font-family: inter!important;
    color: #F4F2EC;
}


.header-section.customheader_keuzehulp .menussss a:last-child {
    background: rgb(245 158 11);
    padding: 10px 12px;
    color: #0a0a0b;
    border-radius: 8px;
}
.customfooterr .max-w-6xl.mx-auto.px-5.py-12.flex.flex-col.sm\:flex-row.items-center.justify-between.gap-6 {
    max-width: 1152px;
        padding: 48px 20px;
}
.customfooterr p.font-display.font-700.text-2xl.tracking-wide {
    font-family: Oswald!important;
    color: #F4F2EC;
    font-size: 24px;
}
.customfooterr p.text-bone\/50.text-sm.mt-1 {
    font-family: inter!important;
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
}
.customfooterr img.h-14.w-auto {
    height: 56px;
}
.customfooterr .flex.gap-4.text-xl a i {
    width: 20px;
    height: 28px;
    font-size: 20px;
}
.customfooterr p.text-center.text-bone\/30.text-xs.pb-8 {
    font-size: 12px;
    font-family: inter!important;
    color: #f4f2ec4d;
        padding-bottom: 32px;
}


.header-section.customheader_keuzehulp {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.page-cuyten-over-ons .font-12-oswald-uprcase-600-letspc4-linhei16-clrf59e0b{
  font-size:12px!important;
  font-family: Oswald!important;
  text-transform:uppercase!important;
  letter-spacing:4.2px!important;
  line-height:16px!important;
  color:#f59e0b!important;
}

.page-cuyten-over-ons .font-16-inter-400-clrf4f2ecb3-linheight1625 p, .page-cuyten-over-ons p.font-16-inter-400-clrf4f2ecb3-linheight1625  {
    font-size: 16px;
    font-family: inter!important;
    font-weight: 400;
    color: #f4f2ecb3;
    line-height: 1.625;
}

.page-cuyten-over-ons .font-48-oswald-uprcase-400-linhei1-clrf4f2ec, .page-cuyten-over-ons .font-48-oswald-uprcase-400-linhei1-clrf4f2ec span {
    font-size: 48px;
    font-family: Oswald!important;
    line-height: 1;
    font-weight: 400;
    color: #f4f2ec;
}
.page-cuyten-over-ons .font-48-oswald-uprcase-400-linhei1-clrf4f2ec span{
color:#f4f2ec66
}

.page-cuyten-over-ons .max-w-6xl{
  max-width:1152px
}
.page-cuyten-over-ons  .ph.filled .ph-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(10,10,11,.92), transparent);
    padding: 19.2px 12.4px 14.8px;
    color: rgba(244,242,236,.85);
    letter-spacing: .18em;
}
.ph.filled i {
    display: none;
}

.ph {
    position: relative;
    overflow: hidden;
    background: repeating-linear-gradient(45deg, rgba(244,242,236,.035) 0 14px, transparent 14px 28px),
      #131316;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    color: rgba(244,242,236,.38);
    text-align: center;
}
.ph.filled::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(10,10,11,.35), transparent 55%),
      linear-gradient(rgba(0,0,0,.10), rgba(0,0,0,.10));
}

.page-cuyten-over-ons  .ph .ph-label{
  font-size: 9.6px;
    font-family: Oswald!important;
    text-transform: uppercase;
    letter-spacing:1.728px;
    padding: 19px 14px 12px;
}
.page-cuyten-over-ons p.font-display.uppercase.text-sm.mt-3.tracking-wider.boxsubtextt{
  font-size:14px;
  font-family: Oswald!important;
}

.page-cuyten-over-ons .card-hover:hover {
    transform: translateY(-4px);
    border-color: rgba(245,158,11,.4);
}
.page-cuyten-over-ons .card-hover {
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.page-cuyten-over-ons .twocardboxinfo .card-hover {
    padding: 20px;
}









 .page-cuyten-over-ons .twocardboxinfo .card-hover .text-2xl {
    font-size: 24px;
    line-height: 32px;
}
.page-cuyten-over-ons .ph.filled:hover img {
    transform: scale(1.05);
}
.page-cuyten-over-ons .ph.filled img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .92;
    transition: transform .6s ease, opacity .4s ease;
}
.page-cuyten-over-ons .reveal.in {
    opacity: 1;
    transform: none;
        transition: opacity .8s ease, transform .8s ease;
}
.page-cuyten-over-ons .font-60-oswald-uprcase-400-linhei1-clrf4f2ec{
      font-size: 60px!important;
    font-family: Oswald!important;
    line-height: 1;
    font-weight: 400;
    color: #f4f2ec;
}
.page-cuyten-over-ons .font-60-oswald-uprcase-400-linhei1-clrf4f2ec span{
        font-size: 60px!important;
    font-family: Oswald!important;
    line-height: 1;
    font-weight: 400;
}
.page-cuyten-over-ons p.text-bone\/50.mt-5.max-w-xl.mx-auto.reveal.in.font-16-inter-400-clrf4f2ecb3-linheight1625{
      max-width: 70rem;
}

.page-cuyten-over-ons .video-frame {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #27272a;
    box-shadow: 0 30px 80px rgba(0,0,0,.6);
}
.page-cuyten-over-ons [data-delay="2"] {
    transition-delay: .24s;
}
.page-cuyten-over-ons .video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.page-cuyten-over-ons .custom_innerwidth{
  max-width:1152px;
  padding:0 20px;
}

.page-cuyten-over-ons .font-14-inter-400-clrf4f2ec80-linheight125 p {
      font-size: 14px!important;
    font-family: inter!important;
    font-weight: 400!important;
    color: #f4f2ec80!important;
    line-height: 1.25!important;
}
.page-cuyten-over-ons p.font-14-inter-400-clrf4f2ec80-linheight125{
     font-size: 14px!important;
    font-family: inter!important;
    font-weight: 400!important;
    color: #f4f2ec80!important;
    line-height: 1.625!important;
}

.page-cuyten-over-ons .reviwername, .namelogo{
        font-size: 10px;
    font-family: Oswald!important;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-weight: 600;
}
.page-cuyten-over-ons .namelogo{
  color:#f59e0b;
  width:32px;
  height:32px;
  background:#27272a;
}

.page-cuyten-over-ons .reviewiconheading{
       font-size: 14px;
        font-family: Oswald!important;
        margin-top:14px;
        color: #f4f2ec;
            line-height: 1.25rem;
}
.page-cuyten-over-ons .reviewiconsubheading{
   font-size: 12px;
    font-family: inter!important;
    color: #f4f2ec66;
    margin-top:8px;
        display: inline-block;
    line-height: 16px;
}
.page-cuyten-over-ons .icondheadingsubheading_boxx i{
font-size:30px;
}
.page-cuyten-over-ons .icondheadingsubheading_boxx{
  padding:32px 24px;
  border-radius:12px;
}
.page-cuyten-over-ons .icondheadingsubheading_boxx:hover {
    transform: translateY(-4px);
    border-color: rgba(245,158,11,.4);
}
.page-cuyten-over-ons .cta_firstbtn{
  letter-spacing: 4.2px;
    text-transform: uppercase;
    font-family: Oswald!important;
    font-size:12px;
    font-weight: 600;
    line-height: 16px;
    padding:16px 32px;
    border-radius:4px;
}
.page-cuyten-over-ons .cta_scndbtn{
    letter-spacing: 4.2px;
    text-transform: uppercase;
    font-family: Oswald!important;
    font-size:12px;
    font-weight: 600;
    line-height: 16px;
    padding:16px 32px;
    border-radius:4px;
    color:#f4f2ec;
}
.page-cuyten-over-ons .ctabtn_section{
  max-width: 60rem;
}
.page-cuyten-over-ons .absolute.inset-0.bg-army\/75.pointer-events-none {
    display: block;
}
.page-cuyten-over-ons .imagebtnwholesection{
  padding-top:128px;
  padding-bottom:128px;
}
.page-cuyten-over-ons .imagebtnwholesection .reveal.in.btns {
    gap: 16px;
    margin-top: 40px;
}
.page-cuyten-over-ons footer#shopify-section-new_custom-footer footer.py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.page-cuyten-over-ons footer#shopify-section-new_custom-footer .ftrlogo{
height:20px;
}

.page-cuyten-over-ons footer#shopify-section-new_custom-footer .cstmftr_firsttext{
    font-size: 12px;
    line-height: 16px;
    font-family: inter!important;
    margin-top:8px;
}

.page-cuyten-over-ons footer#shopify-section-new_custom-footer .cstmftr_scndtext{
    font-size: 10px;
    line-height: 1rem;
    font-family: inter!important;
    margin-top:16px;
}
.page-cuyten-over-ons div#pageProgress {
    display: block;
}

.page-cuyten-over-ons span.hero-clip.block.herofirsttext{
  font-size:120px;
    font-family: Oswald!important;
    color:#F4F2EC;
}
.page-cuyten-over-ons span.hero-clip.block.heroscndtext{
    font-size:120px;
    font-family: Oswald!important;
    -webkit-text-stroke: 2px #f59e0b;
}
.page-cuyten-over-ons .topbanercustmdesc p{
     font-size: 18px;
    font-family: inter!important;
    color: #f4f2ecb3;
    margin-top:40px;
}
.page-cuyten-over-ons #top .max-w-2xl {
    max-width: 710PX;
}

.page-cuyten-over-ons #top .smallscndtxt{
  font-size:14px;
  font-family: inter!important;
  color:#F4F2EC66;
  margin-top:16px;
}

.page-cuyten-over-ons #top .cstmtopbnrblocksfour .bignum {
  font-size: 60px;
      font-family: Oswald!important;
    font-weight: 700;
    -webkit-text-stroke: 2px rgba(245, 158, 11, 0.5);
    color: transparent;
    line-height: 0.8;
    user-select: none;
}

.page-cuyten-over-ons #top .cstmtopbnrblocksfour .eyebrow {
        color: #f4f2ec80;
        font-size: 16px;
        margin-top: 12px;
        font-family: Oswald !important;
        text-transform: uppercase;
        letter-spacing: 5.6px;
}
.page-cuyten-over-ons #top .topo{
  display:block;
      position: absolute;
    inset: 0;
    opacity: .10;
    pointer-events: none;
    background: repeating-radial-gradient(circle at 78% 30%, transparent 0 58px, rgba(244,242,236,.7) 58px 59px),
      repeating-radial-gradient(circle at 15% 85%, transparent 0 72px, rgba(244,242,236,.45) 72px 73px);
    mask-image: linear-gradient(to bottom, black 55%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 55%, transparent 100%);
}
.page-cuyten-over-ons .grain::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 3px 3px;
    mix-blend-mode: overlay;
    z-index: 1;
}

.page-cuyten-over-ons #top .topoodiv{
    display:block;
}

.page-cuyten-over-ons #top .scroll-cue {
    animation: cueBob 2.2s ease-in-out infinite;
}
.page-cuyten-over-ons #top .text-xl {
    font-size: 20px;
    line-height: 28px;
}
.page-cuyten-over-ons section#top {
    padding-bottom: 64px;
    padding-top: 96px;
}
.page-cuyten-over-ons section#top .topeyebrowttext span{
    font-size: 14px;
     font-family: Oswald!important;
         font-weight: 600;
         color:#f59e0b;
         text-transform:uppercase;
         letter-spacing:4.9px;
}



.page-cuyten-over-ons #tijdlijn .tl-item.active .tl-dot {
    background: #f59e0b;
    border-color: #f59e0b;
    transform: scale(1.25);
    box-shadow: 0 0 16px rgba(245,158,11,.7);
}
.page-cuyten-over-ons #tijdlijn .tl-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(to bottom, #f59e0b, #ea6a1e);
    box-shadow: 0 0 18px rgba(245,158,11,.45);
}
.page-cuyten-over-ons div#tlFill {
    display: block!important;
}


.page-cuyten-over-ons #tijdlijn .tl-item.active .tl-year {
    -webkit-text-stroke: 2px rgba(245,158,11,.6);
}
.page-cuyten-over-ons #tijdlijn .reveal-right {
    transition: opacity .8s ease, transform .8s ease;
}

.page-cuyten-over-ons #tijdlijn .reveal-left.in, .reveal-right.in {
    opacity: 1;
    transform: none;
}

.page-cuyten-over-ons #tijdlijn .tl-item {
    transition: opacity .6s ease, filter .6s ease;
}

.page-cuyten-over-ons .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


.page-cuyten-over-ons #tijdlijn .tl-item.active .tl-card {
    border-color: rgba(245,158,11,.45);
    box-shadow: 0 12px 40px rgba(0,0,0,.5);
    transform: translateY(-2px);
}

.page-cuyten-over-ons #tijdlijn .tl-card {
    background: #18181b;
    border: 1px solid #27272a;
    border-radius: .75rem;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.page-cuyten-over-ons #tijdlijn .timelineblockeyebroetext{
font-size:10px;
font-family: Oswald!important;
color:rgb(234 106 30);
margin-bottom:8px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-weight: 600;

}
.page-cuyten-over-ons #tijdlijn .timelinetexboxheading{
font-size:24px;
font-family: Oswald!important;
line-height:32px;
margin-bottom:12px;
color:#F4F2EC;
}

.page-cuyten-over-ons #tijdlijn .transparentyeartext{
font-size:128px;
font-family: Oswald!important;
    -webkit-text-stroke: 2px rgba(244, 242, 236, .35);
            line-height: 1;
            margin-bottom:24px;
}

.page-cuyten-over-ons #tijdlijn .middelboxheading{
font-size:36px;
font-family: Oswald!important;
margin-bottom:16px;
line-height:36px;
color:#F4F2EC;
    font-weight: 400;
}

.page-cuyten-over-ons #tijdlijn .modelboxbtmtext{
font-size:14px;
font-family: inter!important;
margin:0 47px;
}

.page-cuyten-over-ons #shopify-section-new_custom-header .menussss a{
  font-size:12px;
font-family: Oswald!important;
color:#f4f2ec99;
text-transform:uppercase;
    letter-spacing:4.2px;
    font-weight: 600;
}

.page-cuyten-over-ons #shopify-section-new_custom-header .menussss a:last-child{
color:#0a0a0b;
    padding: 8px 16px;
    border-radius:4px;
}

.page-cuyten-over-ons #shopify-section-new_custom-header .menussss{
  gap:32px;
}

.quizprd_img{display:block!important;}


 

 .page-cuyten-over-ons  .reveal { opacity:0; transform: translateY(32px); transition: opacity .8s ease, transform .8s ease; }
 .page-cuyten-over-ons .reveal.in { opacity:1; transform:none; }
 .page-cuyten-over-ons .reveal-left  { opacity:0; transform: translateX(-40px); transition: opacity .8s ease, transform .8s ease; }
 .page-cuyten-over-ons .reveal-right { opacity:0; transform: translateX(40px);  transition: opacity .8s ease, transform .8s ease; }
 .page-cuyten-over-ons .reveal-left.in, .reveal-right.in { opacity:1; transform:none; }
  [data-delay="1"] { transition-delay:.12s; } [data-delay="2"] { transition-delay:.24s; }
  [data-delay="3"] { transition-delay:.36s; } [data-delay="4"] { transition-delay:.48s; }

@media only screen and (max-width:749px){
  #matrixResult h3.text-bone {
    line-height: normal;
}
  .page-cuyten-over-ons section#top .topeyebrowttext span {
    font-size: 12px;
}
  .hero-section .slider {
    height: 82vh!important;
    min-height: 520px;
}
  section#customcontact {
    padding-bottom: 64px!important;
}
  .custom_innerwidth{
padding:0 20px!important;
  }
  #customcontact .contactbox {
    padding: 40px 24px;
}
.conatact_heading_text .leading-relaxed {
    letter-spacing: 0;
}
.page-cuyten-keuzehulp .custom_innerwidth {
    border: 0;
}
#vangsten .textnumber_blocks{
      border-bottom: 1px solid rgb(255 255 255 / 0.1);
    padding-bottom: 64px !important;
    margin-bottom: 64px;
    margin-top: 40px;
}
#vangsten .vang_card_blocks {
    gap: 24px;
}
#vangsten .p-5.vangsten_carddetails {
    padding: 20px;
}
#matrix .matrixtop_block h2.text-bone, #vangsten .vangsten_heding, #vangsten .vangsten_heding span.text-amber, #wizard h2.wizrd_heading, #wizard h2.wizrd_heading span.text-amber {
    font-size: 36px;
            line-height: 40px;
}

#stap3 .eyebrow, #vangsten .eyebrow {
    margin-bottom: 12px;
}
#wizard .wizard-desc, #vangsten .shortdesc_vangsten {
    max-width: 100%;
}
#vangsten .text-center.mb-10 {
    margin-bottom: 40px;
}
#vangsten .text-center.mb-10 {
    border-top: 1px solid rgb(255 255 255 / 0.1);
    padding-top: 64px;
    margin-top: 24px;
}
#wizard .custom_innerwidth {
    padding-top: 64px!important;
}
div#matrixResult {
    padding: 28px;
}
div#quote-banner{
  padding:0 20px;
          margin-top: 96px;
}
.seasaonbblock5, .seasaonbblock6 {
    border-radius: 16px;
}
.sesnblocksss {
    gap: 24px;
}
#stap3 .stepheading {
    font-size: 30px;
}
#stap3 .eyebrow {
    margin-bottom: 4px;
}
#stap3 p.text-bone {
    font-size: 20px;
}
.stapp3mobileborder {
    border-top: 1px solid rgb(255 255 255 / 0.1);
    padding-top: 56px;
    margin-top: 32px;
}
.page-cuyten-keuzehulp .step-section .leftbordertext .leading-snug {
    font-size: 24px;
    letter-spacing: 0;
}
.step-section .shadow-2xl {
    margin-bottom: 28px!important;
}
.step-section.custom_innerwidth h2 {
    font-size: 32px;
    font-weight: 400;
}
.step-section.custom_innerwidth .border-text .text-bone {
    font-size: 20px;
    letter-spacing: 0;
}
#stap2 .flex.items-start.gap-5.mb-8, #stap1 .flex.items-start.gap-5.mb-8 {
    gap: 20px;
            border-top: 1px solid rgb(255 255 255 / 0.1);
        padding-top: 56px;
}
.page-cuyten-keuzehulp .customphilosphysection .custom_innerwidth .philo_sphy_section {
    display: grid;
}
.customer-reviews .max-w-6xl.mx-auto.px-5.py-8.grid.sm\:grid-cols-3.gap-6 {
    gap: 24px;
}
.header-section.customheader_keuzehulp .menussss a{
display:none;
}
.header-section.customheader_keuzehulp .menussss a:last-child {
    display: block;
}



.page-cuyten-over-ons span.hero-clip.block.herofirsttext {
    font-size: 55px;
    font-family: Oswald!important;
    color: #f4f2ec;
}

.page-cuyten-over-ons span.hero-clip.block.heroscndtext {
    font-size: 55.5px;
    font-family: Oswald!important;
    -webkit-text-stroke: 2px #f59e0b;
}
.page-cuyten-over-ons #top .cstmtopbnrblocksfour .eyebrow {
    font-size: 10px;
}
.page-cuyten-over-ons #top .cstmtopbnrblocksfour .bignum {
    font-size: 48px;
}
.page-cuyten-over-ons .font-48-oswald-uprcase-400-linhei1-clrf4f2ec, .page-cuyten-over-ons .font-48-oswald-uprcase-400-linhei1-clrf4f2ec span {
    font-size: 36px;
}
.page-cuyten-over-ons .font-60-oswald-uprcase-400-linhei1-clrf4f2ec, .page-cuyten-over-ons .font-60-oswald-uprcase-400-linhei1-clrf4f2ec span, 
.page-cuyten-over-ons .font-60-oswald-uprcase-400-linhei1-clrf4f2ec span {
    font-size: 36px!important;
}
.page-cuyten-over-ons #tijdlijn .tl-item.active .tl-card {
    padding: 24px;
}
.page-cuyten-over-ons #tijdlijn .modelboxbtmtext {
    margin: 0 0;
}
.relative.z-10.max-w-3xl.mx-auto.px-5.ctabtn_section {
    padding-right: 20px;
    padding-left: 20px;
}
.header-section.customheader_keuzehulp img.h-9 {
    height: 21px;
}

}



#boatRail {
    display: none;
    position: fixed;
    right: 1.5rem;
    top: 13rem;
    bottom: 1.5rem; 
    width: 3rem;
    z-index: 40;
    pointer-events: none;
}

.bordecornertextbtm .text-bone\/85 p {
    color: #f4f2ecd9;
    font-size: 16px;
    font-family: inter!important;
}


 
  .boat-bob { animation: bob 3.2s ease-in-out infinite; }
  @keyframes bob {
    0%, 100% { transform: translateY(0) rotate(-1.5deg); }
    50% { transform: translateY(4px) rotate(1.5deg); }
  }
  #bottomFish.caught { color: #f59e0b; transform: translateX(-50%) rotate(-25deg) scale(1.2); }
  /* bij het vangen draait de vis om, zodat de haak in de bek gaat */
  #bottomFish.caught .fa-fish { transform: none; }


@media only screen and (min-width:1024px){
  #boatRail {
    display: block;
}
}
/******** PAGEE CUYTEN KEUZEHULP CSS START HERE *******/





@media screen and (max-width:989px) {
  .header {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .menu-drawer__navigation {
    padding:0px !important;
  }
  .header .header__icons > .desktop-localization-wrapper {
    display:none;
  }
}
@media screen and (min-width:768px) {
    .sec_multi .multicolumn-list li{
      width:25%;
      max-width:25%;
    }
    .sec_multi .multicolumn-list {
    gap:0px;
  }
}
@media screen and (max-width:767px) {
  .sec_multi .multicolumn-list{
    flex-wrap:wrap;
  }
  .back_gred .image-with-text__heading,
  .related-products .related-products__heading,
  .img-with-radial-slider .image-with-text__heading,
  .image-w-txt .image-with-text__heading {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
  }
  .sec_multi .multicolumn-list {
   column-gap: var(--grid-mobile-horizontal-spacing) !important;
   row-gap: var(--grid-mobile-vertical-spacing) !important;
  }
  .sec_multi .multicolumn-list {
    width: calc(100% - 30px);
    margin-left: 15px;
  }
  .image-w-txt .image-with-text__content {
    padding-left:0px;
    padding-right:0px;
  }
  .reviewrating .slick-dots {
    margin-top:20px;
  }

  .reviewrating .slick-arrow {
    width: 30px;
    height: 30px;
    padding: 0px;
  }
  .reviewratingcont {
      padding: 0px 20px;
  }
  .reviewrating .slick-arrow.prev {
    left: 11px;
  }
  .reviewrating .slick-arrow.next {
      right: 11px;
  }
  .reviewrating .proddetmaintitle{
    font-size:30px;
    line-height:39px;
  } 
  .main_points {
    margin-top: -90px;
    background: transparent;
  }
  .sec_multi .multicolumn-list li:nth-child(2):before{
    display:none; 
  }
  .sec_multi .multicolumn-list li:before{
    right: -5px;
  }
  .sec_multi .multicolumn-list li:nth-child(2):after,
  .sec_multi .multicolumn-list li:first-child:after {
    content: '';
    background: #ddd;
    height: 1px;
    width: 80%;
    left: 10%;
    bottom: -5px;
    position: absolute;
  }
  .sec_multi .multicolumn-list li:first-child:after {
    right: 10%;
    left:unset;
  }
  .template-product .product__info-container>*+* {
    margin: 1.5rem 0;
  }
}
@media screen and (min-width:749px) {
  .template-search .facets-vertical .facets-wrapper,
  .template-collection .facets-vertical .facets-wrapper  {
    position: sticky;
    top: 100px;
    height: max-content;
  }
 
}
@media screen and (max-width:749px) {
  .template-account .customer.account  #wk_wallet {
    padding: 10px;
  }
  .template-account .customer.account  #wk_wallet .wk_wallet_account_span {
    vertical-align: unset;
  }
  .page-contact .contact_div {
    flex-direction:column;
  }

  .template-product  media-gallery .thumbnail-slider {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_points .multicolumn-card .multicolumn-card__image-wrapper .media img {
    position: relative;
    height: auto;
    object-fit: contain;
    width: 70px !important;
    height: auto;
    object-position: top center;
  }
  .page-contact .contact_div .contact_new_right h2 {
    font-size: 28px;
    line-height: 34px;
    color:#000;
  }
  .map-cordinates {
    flex-direction: column-reverse;
  }

  .page-contact .contact_div .contact_new,
  .page-contact .contact_div .contact_new_right {
    padding:0px;
  }
  .page-contact .contact_div .contact_new_right, .page-contact .contact_div .contact_new {
    width:100%;
  }
  .map-cordinates .map_heading {
    margin: 0;
    font-size: 27px;
    FONT-WEIGHT: 600;
    line-height: 34px;
  }
  .map-cordinates .map_text {
    width: 100%;
  }
  .map-cordinates .map_area {
    width: 100%;
  }
  .exclusive_prods .rich-text__heading {
    font-size: 33px;
    line-height: 38px;
  }
  .exclusive_prods .sub_title {
    font-size: 19px;
  }
  .footer .footer__content-top {
    padding: 0 1.5rem;
  }
  .template-product .product .product-form__quantity .quantity {
    width:100%;
  }
  .template-product .product  .ict .icon-with-text {
    column-gap: 0.5rem;
  }
  .template-product product-info {
    padding-top:10px !important;
  }
  .template-product .product__info-wrapper {
    margin-top:10px;
  }
  .template-product .product .product__title {
     margin-top:10px;
  }
  .template-product .product .product__title h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
  }
  .footer .footer-block--newsletter,
  .footer .footer-block__newsletter {
    text-align:left;
    justify-content:start;
    align-items:start !important;
   width:100%;
  }
   .footer .newsletter-form__field-wrapper {
     max-width:100%;
  }
  .footer .align_condition .footer__localization:empty+.footer__column--info {
    align-items: center;
    justify-content: center;
  }
  .image-w-txt .image-with-text__media img {
    min-height: 300px;
  }
  .image-w-txt .image-with-text__heading,
  .img-with-radial-slider .image-with-text__heading {
   margin-top:20px !important;
  }
  .image-w-txt .image-with-text__content,
  .img-with-radial-slider .image-with-text__content {
    padding:0px;
  }
  .zig-zag .multicolumn-card .multicolumn-card__info {
    padding: 1.5rem 2rem 2.5rem 2rem;
  }
  .slideshow .slideshow__media.slide_desktop {
    display:none;
  }
  .slideshow .slideshow__media.slide_mob {
    display:block;
  }
  .slideshow  .slideshow__slide {
    padding-top:80px;
  }
  .template-search .facets-container,
  .template-collection .facets-container {
    padding: 10px 20px;
    background: #f7f7f7;
    color: #000;
    margin-bottom: 30px;
    border-top: 1px solid #dfdfdf;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .template-search .facets-container {
    border-top:none;
    border-radius:5px;
  }
  .template-search .facets-container .mobile-facets__wrapper .mobile-facets__open,
  .template-search .facets-container .product-count .product-count__text,
  .template-collection .facets-container .mobile-facets__wrapper .mobile-facets__open,
  .template-collection .facets-container .product-count .product-count__text {
    font-size: 14px;
    font-weight: 500;
    color:#000;
  }
  .template-search .facets-container .product-count,
  .template-collection .facets-container .product-count {
    opacity:1;
  }
  .template-search .facets-container .active-facets:has(.active-facets__button), 
  .template-collection .facets-container .active-facets:has(.active-facets__button) {
    margin: 10px 0px 0;
  }
  .template-search .facets-vertical .active-facets__button,
  .template-collection .facets-vertical .active-facets__button {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .template-search .collection-hero__inner .collection-hero__text-wrapper,
  .template-collection .collection-hero__inner .collection-hero__text-wrapper {
    padding: 10px 20px;
  }
  .template-search .collection-hero__inner .collection-hero__text-wrapper .collection-hero__title,
  .template-collection .collection-hero__inner .collection-hero__text-wrapper .collection-hero__title {
    font-size: 32px;
    line-height: 38px;
  }
  .template-search .facets-vertical .active-facets__button-remove,
  .template-search .facets-vertical .active-facets__button,
  .template-collection .facets-vertical .active-facets__button-remove,
  .template-collection .facets-vertical .active-facets__button {
    padding:0px;
  }
  .template-search .facets-vertical .active-facets__button-remove span,
  .template-collection .facets-vertical .active-facets__button-remove span {
    font-size:14px;
    text-decoration:underline;
    color:#898989;
    text-decoration-color:#898989;
  }
  .template-search .mobile-facets .mobile-facets__main,
  .template-collection .mobile-facets .mobile-facets__main  {
    padding: 1.7rem 0 0;
  }
  .template-search .mobile-facets .mobile-facets__summary,
  .template-collection .mobile-facets .mobile-facets__summary {
    padding: 1.3rem 2.5rem 0px;
  }
  .template-search .mobile-facets .mobile-facets__close-button,
  .template-search .mobile-facets .mobile-facets__summary span,
  .template-collection .mobile-facets .mobile-facets__close-button,
  .template-collection .mobile-facets .mobile-facets__summary span {
    font-size: 16px;
    font-weight: 500;
  }
  .template-search .mobile-facets .my_nav,
  .template-collection .mobile-facets .my_nav{
    padding-left:2.5rem;
    padding-right:2.5rem;
  }
  .template-search .mobile-facets .my_nav .parent,
  .template-collection .mobile-facets .my_nav .parent {
    margin:0px;
  }
  .template-search .mobile-facets .my_nav .parent li:last-child .sub_child,
  .template-collection .mobile-facets .my_nav .parent li:last-child .sub_child {
    margin-bottom:0px;
  }
  .template-search .mobile-facets .facets-layout .mobile-facets__label,
  .template-collection .mobile-facets .facets-layout .mobile-facets__label {
    align-items:center;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .template-search .mobile-facets .facets-layout .mobile-facets__label.active,
  .template-search .mobile-facets .facets-layout .mobile-facets__label.active .facet-checkbox__text,
  .template-collection .mobile-facets .facets-layout .mobile-facets__label.active,
  .template-collection .mobile-facets .facets-layout .mobile-facets__label.active .facet-checkbox__text {
    color:var(--primary_one);
  }
  .template-search .mobile-facets .facets-layout .mobile-facets__label .icon-checkmark,
  .template-collection .mobile-facets .facets-layout .mobile-facets__label .icon-checkmark {
    top:unset;
  }
  .template-search .mobile-facets  .mobile-facets__submenu .mobile-facets__info,
  .template-collection .mobile-facets  .mobile-facets__submenu .mobile-facets__info {
    margin:0px;
  }
  .template-search .mobile-facets .mobile-facets__header .mobile-facets__heading,
  .template-collection .mobile-facets .mobile-facets__header .mobile-facets__heading {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 24px;
  }
  .template-search .mobile-facets .mobile-facets__footer .mobile-facets__clear-wrapper,
  .template-collection .mobile-facets .mobile-facets__footer .mobile-facets__clear-wrapper {
    background: red;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
  }
  .template-search .mobile-facets .mobile-facets__footer .mobile-facets__clear-wrapper a,
  .template-collection .mobile-facets .mobile-facets__footer .mobile-facets__clear-wrapper a {
    color:#fff;
  }
  .template-search .mobile-facets .mobile-facets__footer .button,
  .template-collection .mobile-facets .mobile-facets__footer .button {
    font-weight:500;
  }
  .template-search .mobile-facets .mobile-facets__summary .mobile-facets__sort,
  .template-search .mobile-facets .mobile-facets__summary .mobile-facets__sort select,
  .template-collection .mobile-facets .mobile-facets__summary .mobile-facets__sort,
  .template-collection .mobile-facets .mobile-facets__summary .mobile-facets__sort select {
    font-size:16px;
    color:#000;
    font-weight:500;
  }
  .template-search .mobile-facets__wrapper .mobile-facets__close svg,
  .template-collection .mobile-facets__wrapper .mobile-facets__close svg {
    width: 1.5rem;
  }
  .template-search .template-search__header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-commen-template .main_page_banner .page-title {
   font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 46px;
    z-index:1;
    position:relative;
  }
  .page-commen-template .page-commen-banner .page-title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 46px;
    z-index:1;
    position:relative;
    margin:0px;
    text-align:center;
  }
  .page-commen-template .pages-sec h2 {
    font-size:30px;
    font-weight:600;
    line-height:40px;
    color:#000;
  }
  .page-commen-template .pages-sec h3 {
    font-size:26px;
    font-weight:500;
    line-height:38px;
    color:#000;
  }
  .page-commen-template .pages-sec h4 {
    font-size:24px;
    font-weight:500;
    line-height:36px;
    color:#000;
  }
}

.tl-custom-position {
    position: fixed!important;
}

@media only screen and (max-width:1024px){
    .tl-options.top-right, .tl-options.bottom-right {
    right: auto!important;
    left: -6px!important;
}
.tl-options {
    top: -170px!important;
            bottom: 0 !important;
}
.tl-custom-position.top-right {
    top: auto!important;
    right: 20px!important;
    bottom: 66px!important;
    left: auto!important;
}
.tl-custom-position {
    position: fixed!important;
}
}

.tl-custom-position {
    z-index: 999;
}


  @keyframes cueBob { 0%,100%{ transform:translateY(0);} 50%{ transform:translateY(10px);} 