:root {
    --primaryColor: #205542;
    --secondaryColor: #da851f;
	--thirdColor:#f1f1f1;
    --white: #FFF;
	--black: #000;
    --titleFont: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--swal2-timer-progress-bar-background: var(--secondaryColor) !important;
}

@media (min-width: 1500px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1488px;
	}
}	
.font-body {
    font-family: 'Open Sans', sans-serif;
}
p {
    margin: 0 0 20px;
	line-height: 20px;
}
a.hover {
    -webkit-transition: border 150ms ease-in-out;
    -o-transition: border 150ms ease-in-out;
    transition: border 150ms ease-in-out;
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
}
a.hover:hover {
    border-bottom: 1px solid #4c86e5;
    -webkit-transition: border 150ms ease-in-out;
    -o-transition: border 150ms ease-in-out;
    transition: border 150ms ease-in-out;
}
a {
    color: var(--primaryColor);
	text-decoration: none;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
a.nocolor {
    color: inherit;
}
a:hover,
a:focus {
	text-decoration: none;
    color: var(--primaryColor);
	font-weight: 500;
}	
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: var(--primaryColor);
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-family: var(--titleFont);
}
h1 {
    font-size: 24px;
    line-height: 36px;
}
h2,
.overlay-info figcaption h3,
.swiper-col3-full h2.post-title {
    font-size: 22px;
    line-height: 34px;
}
h3 {
    font-size: 20px;
    line-height: 32px;
}
h4 {
    font-size: 18px;
    line-height: 30px;
}
h5 {
    font-size: 16px;
    line-height: 28px;
}
h6 {
    font-size: 14px;
    line-height: 26px;
}
.menu-slider {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 0.5rem 0;
  flex-wrap: nowrap;
}
.menu-slider.navbar>.container {
	justify-content: start;
}
.nav-btn {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 0 0.75rem;
  line-height: 1;
  user-select: none;
  color: #444;
}
.nav-btn:disabled { opacity: .3; cursor: default; }

.slider-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider-track::-webkit-scrollbar { display: none; }

.slide-item {
  flex: 0 0 auto;
  width: 6.4rem;
  text-align: center;
  scroll-snap-align: start;
}
.icon {
  width: 2.5rem;
  height: 2.5rem;
  fill: var(--secondaryColor);
  stroke: var(--secondaryColor);
}
.label {
  display: block;
  margin-top: .4rem;
  font-size: .9rem;
  font-weight: 500;
  color: #333;
}
.mega-dropdown {
  background-color: var(--white);
}
.sticky-second {
    position: -webkit-sticky;
	position: sticky;
	top: 56px;
	z-index: 120;
}
.sticky-third {
    position: -webkit-sticky;
	position: sticky;
	top: 132px;
	z-index: 119;
}
.my-link {
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.3s ease;
}
.my-link:hover,
.my-link:active,
.my-link:focus {
  border-bottom-color: var(--secondaryColor);
}
.nav-item.dropdown.position-static .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  top: 100%;
  position: absolute;
  margin-top: 0;
}
.btn:not(.btn-light) {
    color: white;
	background-color: var(--primaryColor);
}
.btn:hover {
    background-color: var(--secondaryColor);
}
.btn-check:checked+.btn, .btn.active, .btn.show:not(.btn-light), .btn:first-child:active, :not(.btn-check)+.btn:active :not(.btn-light)+.btn:active{
    background-color: var(--secondaryColor);
}
.shadow-blocks {
	box-shadow: 0 0.1rem 1rem var(--secondaryColor);
}
.img-fluid-block {
	padding: 13px !important;
}
.rounded-6 {
	border-radius: 1.25rem;
}
.grecaptcha-badge {
	display: none;
}
.btn-light:hover, .btn-light:active{
	background-color: unset;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -8px!important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--secondaryColor);
}
.help-block{
	color: #FF0000;
}
.swal-btn-primary {
    background-color: var(--primaryColor) !important;
    color: #fff !important;
    border: none !important;
    padding: 0.5rem 1rem !important;
    font-weight: 500 !important;
    border-radius: 0.375rem !important;
    transition: background-color 0.2s ease-in-out;
}

.swal-btn-primary:hover {
    background-color: rgba(var(--primaryColor-rgb), 0.85) !important;
}



.cart-plus-minus {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 7px 7px 7px 5px;
    width: 140px;
    height: 43px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.cart-plus-minus-box
{
    background: transparent none repeat scroll 0 0!important;
    border: medium none!important;
    float: left;
    font-size: 16px!important;
    height: 28px!important;
    margin: 0;
    padding: 0!important;
    text-align: center;
    width: 80px;
}
.product-quantity input.cart-plus-minus-box {
    color: #454545;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: 0;
    width: 110px;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    padding: 0;
    text-align: center;}

.product-quantity .qtybutton {
    color: #454545;
    cursor: pointer;
    float: inherit;
    font-size: 16px;
    margin: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 20px;
    text-align: center;}

.product-quantity .dec.qtybutton {
    border-right: 1px solid #e5e5e5;
    height: 40px;
    left: 0;
    padding-top: 8px;
    top: 0;}

.product-quantity .inc.qtybutton {
    border-left: 1px solid #e5e5e5;
    height: 40px;
    padding-top: 9px;
    right: 0;
    top: 0;}

.qtybutton {
    color: #666;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 20px;
}

.qtybutton.dec, .qtybutton.inc {
    margin-top: 5px;
}

/* Overwrite */
.resize_image {
    width: auto!important;
    height: 400px!important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.align-content-center{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar {
    padding-left: 35px;
    padding-top: 60px!important;
}

.cart-count {
    background-color: var(--secondaryColor);
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 22px;
}

.toaster{
    top: 50%!important;
    width: 420px!important;
    left:50%!important;
    margin:0 0 0 -150px!important;
    filter:contrast(1.5) brightness(.9)!important;
}
.toaster::after{
    background:none!important;
    mix-blend-mode:unset!important;
}

/* bootstrap 4 like rows */

/* .row>* { */
    /* margin-top: 0!important; */
/* } */

/* Uischakelen van de up/down pijltjes op number fields
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* inline css van ec_category_details.blade.php */
#productsContainer.product-list > .col {
  flex: 0 0 100%;
  max-width: 100%;
}
#productsContainer.product-list .card {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

#productsContainer.product-list .card-img-top {
  width: 120px;
  height: auto;
  object-fit: cover;
  border-radius: 0.375rem 0 0 0.375rem; /* optioneel: afgeronde hoek links */
}

#productsContainer.product-list .card-body {
  flex: 1;
}
#productsContainer.product-list .card-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch; /* optioneel: laat knoppen even breed zijn */
  gap: 0.5rem;
  padding-top: 0.5rem;
}

#productsContainer.product-list .card-footer .btn {
  width: 100%;
}

.pagination {
  --bs-pagination-color: var(--primaryColor);
  --bs-pagination-hover-color: var(--secondaryColor);
  --bs-pagination-focus-color: var(--secondaryColor);
  --bs-pagination-active-bg: var(--primaryColor);
  --bs-pagination-active-border-color: var(--primaryColor);
  --bs-pagination-bg: var(--thirdColor);
  --bs-pagination-border-color: var(--primaryColor);
}
.page-item.active .page-link {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: white;
}
.page-link { color: var(--primaryColor); }
.page-link:hover {
  color: var(--secondaryColor);
  border-color: var(--secondaryColor);
}
.pagination { gap: 0.5rem; }
.page-item { margin-right: 0.25rem; }
.page-item:last-child { margin-right: 0; }

@media (max-width: 767.98px) {
  .pagination .page-item { display: none; }
  .pagination .page-item:first-child,        /* « vorige */
  .pagination .page-item:last-child,         /* volgende » */
  .pagination .page-item.active,             /* huidige pagina */
  .pagination .page-item.active ~ .page-item,/* 1 na actief */
  .pagination .page-item:nth-last-child(2)   /* voorlaatste */
  { display: inline-block; }
  .pagination .page-item.active + .page-item { display: inline-block; }
  .pagination .page-item:nth-child(2) { display: inline-block; }
}

/* Klikbare afbeelding & titel (zelfde look als tekst) */
.card a.product-link {
  text-decoration: none;
  color: inherit;
}
.card a.product-link:hover .card-title {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.card a.product-link .card-img-top { display: block; } /* geen underline/spaces op img */

/* inline css van promoties.blade.php */
#productsContainer.product-list > .col {
  flex: 0 0 100%;
  max-width: 100%;
}
#productsContainer.product-list .card {
  flex-direction: row;
  align-items: center;
}
#productsContainer.product-list .card {
  flex-direction: row;
  gap: 1rem;
}

#productsContainer.product-list .card-img-top {
  width: 120px;
  padding: 5px;
  height: auto;
  object-fit: cover;
  border-radius: 0.375rem 0 0 0.375rem; /* optioneel: afgeronde hoek links */
}

#productsContainer.product-list .card-body {
  flex: 1;
}
#productsContainer.product-list .card-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch; /* optioneel: laat knoppen even breed zijn */
  gap: 0.5rem;
  padding-top: 0.5rem;
}

#productsContainer.product-list .card-footer .btn {
  width: 100%;
}
.pagination {
  --bs-pagination-color: var(--primaryColor);
  --bs-pagination-hover-color: var(--secondaryColor);
  --bs-pagination-focus-color: var(--secondaryColor);
  --bs-pagination-active-bg: var(--primaryColor);
  --bs-pagination-active-border-color: var(--primaryColor);
  --bs-pagination-bg: var(--thirdColor);
  --bs-pagination-border-color: var(--primaryColor);
}

small.text-muted {
	font-size: 0.95rem;
}

.page-item.active .page-link {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: white;
}

.page-link {
  color: var(--primaryColor);
}

.page-link:hover {
  color: var(--secondaryColor);
  border-color: var(--secondaryColor);
}
.pagination {
  gap: 0.5rem; /* alleen als je Bootstrap 5 gebruikt */
}

.page-item {
  margin-right: 0.25rem;
}

.page-item:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .pagination .page-item {
    display: none;
  }

  .pagination .page-item:first-child,        /* « vorige */
  .pagination .page-item:last-child,         /* volgende » */
  .pagination .page-item.active,             /* huidige pagina */
  .pagination .page-item.active ~ .page-item, /* 1 na actief */
  .pagination .page-item:nth-last-child(2)   /* pagina vóór laatste (meestal “...” of laatste pag.) */
  {
    display: inline-block;
  }

  /* optioneel: toon 1 pagina vóór actieve pagina */
  .pagination .page-item.active + .page-item {
    display: inline-block;
  }

  .pagination .page-item:nth-child(2) {
    display: inline-block;
  }
} 
/* inline css van product_details.blade.php */
    .h1-color {
		color: var(--primaryColor);
	}
	.note {
		font-style: italic;
		font-size: 0.9rem;
		color: #6c757d;
	}
	.product-gallery {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product-gallery__main {
        width: 100%;
        max-height: 540px;
        margin-bottom: 15px;
    }

    .product-gallery__main img {
        width: 100%;
        height: auto;
        /* object-fit: cover; */
        max-height: 540px;
        object-fit: contain;
        border-radius: 8px;
    }

    .product-gallery__thumbs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .product-gallery__thumbs img {
        width: 90px;
        height: 90px;
        object-fit: cover;
        cursor: pointer;
        border: 2px solid transparent;
        border-radius: 4px;
        transition: border-color 0.3s ease, transform 0.2s ease;
    }

    .product-gallery__thumbs img.active {
        border-color: #da851f;
        transform: scale(1.05);
    }

    .quantity-container {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .pro-qty {
        display: inline-flex;
        align-items: center;
        border: 2px solid #da851f;
        border-radius: 6px;
        overflow: hidden;
        max-width: 140px;
    }

    .pro-qty input[name="qty"] {
        width: 50px;
        text-align: center;
        border: none;
        outline: none;
        background-color: #f8f9fa;
        font-size: 16px;
        color: #333;
    }

    .pro-qty .qtybtn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        background-color: #da851f;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
        user-select: none;
        border: none;
    }

    .pro-qty .qtybtn:hover {
        background-color: #c36e17;
    }

    .pro-qty .qtybtn:active {
        transform: scale(0.95);
    }

    .add-to-cart-btn {
        white-space: nowrap;
    }

    @media (max-width: 576px) {
        .quantity-container {
            flex-direction: column;
            align-items: stretch;
        }

        .pro-qty {
            max-width: 100%;
        }

        .pro-qty input[name="qty"] {
            width: 40px;
            font-size: 14px;
        }

        .pro-qty .qtybtn {
            width: 32px;
            height: 32px;
            font-size: 18px;
        }

        .add-to-cart-btn {
            /* width: 100%; uitgeschakeld omdat in de home de deals knoppen tegen elkaar komen */
            text-align: center;
        }
    }

    @media (max-width: 768px) {
        .product-gallery__thumbs img {
            width: 70px;
            height: 70px;
        }
    }
/* inline css van include front/client topbar.blade.php */
.dashboard-tile{
    border:1px solid rgba(0,0,0,.06);
    border-radius:1rem;background:#fff;
    box-shadow:0 6px 18px rgba(0,0,0,.06);
    transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease
}
.dashboard-tile:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.10);border-color:rgba(0,0,0,.1)}
.tile-body{display:flex;gap:1rem;padding:1.25rem 1rem}
.tile-icon{flex:0 0 auto;font-size:1.75rem;line-height:1;opacity:.9}
.tile-title{font-size:1.05rem;font-weight:700;color:#111}
.tile-text{color:#555}
@media(min-width:992px){.tile-body{padding:1.5rem 1.25rem}.tile-icon{font-size:2rem}}
.empty-state{border:1px dashed rgba(0,0,0,.15);border-radius:1rem;background:linear-gradient(0deg,#fff, #fff), repeating-linear-gradient(45deg, #f8fafc, #f8fafc 10px, #f1f5f9 10px, #f1f5f9 20px)}
.empty-icon{font-size:2.25rem;opacity:.6}

/* basis (alle schermen) */
.navbar.sticky-top { 
  z-index: 1000;           /* boven de tweede balk */
}

/* zorg dat de dropdown altijd boven beide balken ligt */
.dropdown-menu {
  z-index: 1070;           
}
/* inline css van include service-info.blade.php */
.icon-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 15px; /* Voorkomt dat items te dicht op elkaar staan */
}

.icon-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  min-width: 150px; /* Voorkomt dat ze te smal worden */
}
.icon-item.center {
  display: block;
}

.icon {
  vertical-align: middle;
}

.payment-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.payment-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.payment-logos {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.logo {
  display: inline-block;
  max-width: 60px;
  width: 50px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

/* Media Queries voor tablet */
@media (max-width: 1024px) {
  .icon-row {
    justify-content: center;
  }
  .icon-item {
    flex: 1 1 45%;
    justify-content: center;
    text-align: center;
  }
  .payment-container {
    align-items: center;
  }
  .payment-logos {
    justify-content: center;
  }
}

/* Media Queries voor mobiel */
@media (max-width: 768px) {
  .icon-row {
    flex-direction: column;
    align-items: center;
  }
  .icon-item {
    flex: 1 1 100%;
    justify-content: center;
    text-align: center;
	font-size: 16px!important;
	/*min-width: 364px!important;*/
	min-width: 347px !important;
  }
  .payment-container {
    align-items: center;
    text-align: center;
  }
  .payment-logos {
    justify-content: center;
  }
  .logo {
    width: 40px; /* Iets kleiner op mobiel */
  }
  .icon-item svg {
    width: 18px;
    height: 18px;
  }
  p, h4 {
    text-align: center;
  }
  /*.price.h1 {
    text-align: start;
	padding: 0;
  }*/
  .tile-content p{
    text-align: start;
  }
  h4.gs-name-cart{
	text-align: start;
  }
  .gs-quantity::before {
	  content: 'Aantal: ';
  }
  p.lead{
	text-align: start;
	padding: 0;
  }
}

/* inline css van include/home productslider.blade.php */

.product-slider {                 /* slidercontainer */
  position: relative;             /* nodig voor absolute pijltjes */
  padding: 2rem 0;
}

.product-slider-track{
	display: flex;
	gap: 1rem;
	overflow-x: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	list-style: none;
	padding: 0;
	margin: 0;
}

.product-slider-track::-webkit-scrollbar { display: none; }


.product-card {
  width: 280px;                   /* vaste kaartbreedte */
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.05)!important;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.product-card img {
  max-height: 160px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.title   { font-size: 1.05rem; font-weight: 600; }
.desc    { font-size: .9rem;  color:#666; margin: .5rem 0 1rem; }
.price   { font-size: 1rem;   font-weight: 700; color:#0d6efd; margin-bottom: 1rem; }

/*.actions { margin-top: auto; display:flex; gap:.5rem; justify-content:center; }*/
.btn {
  border: none; padding: .4rem .8rem; border-radius: 8px; cursor: pointer;
  text-decoration: none; font-size: .9rem; transition: background .2s;
}


/* =============================== */
/* Swiper core                     */
/* =============================== */

.swiper {
  overflow: hidden;
}
.swiper-wrapper {
  position: relative;
  display: flex;
  width: 100%; height: 100%;
  transition-property: transform;
}
.swiper-slide {
  flex-shrink: 0;                 /* blijft volledige breedte */
  width: 100%;                    /* wordt door JS herberekend */
}



/* icons (worden via ::after door Swiper ingevoegd) */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.1rem;
}

/* hover-effect met kleine lift */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #0d6efd;
  color: #fff;
  transform: translateY(calc(-50% - 2px));   /* -50% (centreren) + -2px lift */
}

/* Positie links/rechts net buiten het kader */
.swiper-button-prev { left: -22px; }
.swiper-button-next { right: -22px; }

/* =============================== */
/* Paginatie-bullets               */
/* =============================== */

.swiper-pagination {
  margin-top: 1.2rem;
  text-align: center;
}
.swiper-pagination-bullet {
  width: 10px; height: 10px;
  margin: 0 4px !important;
  background: #e5e5e5;
  opacity: 1;
  transition: transform .2s, background .2s;
}
.swiper-pagination-bullet-active {
  background: #0d6efd;
  transform: scale(1.35);
}

/* =============================== */
/* Responsive gedrag               */
/* =============================== */

/* Pijltjes verbergen op zeer kleine schermen */
@media (max-width: 575.98px) {
  .swiper-button-prev,
  .swiper-button-next { display: none; }
}

/* Pijltjes pas tonen bij hover vanaf ≥576 px */
@media (min-width: 576px) {
  .product-slider:hover .swiper-button-prev,
  .product-slider:hover .swiper-button-next { display: flex; }
}

.swiper-slide {
    flex: 0 0 auto;
    width: 11.6rem;
    text-align: center;
    scroll-snap-align: start;
}
.price-block {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Links op kaart: zelfde look als tekst/afbeelding */
.product-card a.product-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.product-card a.product-link:hover .title {
  text-decoration: underline; /* optioneel: subtiele hover */
  text-underline-offset: 3px;
}
/* Inline css van include/home subscribe-newsletter.blade.php */
.newsletter-section {
	background-color: #f8f9fa; /* Lichtgrijze achtergrond */
	padding: 60px 0;
	width: 100%;
}
.newsletter-wrapper {
	max-width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

/* Medium schermen (tablets) */
@media (max-width: 768px) {
	.newsletter-wrapper {
		padding: 30px;
		max-width: 90%;
	}
}

/* Kleine schermen (mobiel) */
@media (max-width: 576px) {
	.newsletter-wrapper {
		padding: 20px;
		max-width: 80%;
		border-radius: 8px;
		box-shadow: 0 0 10px rgba(0,0,0,0.08);
	}
}

/* Zeer kleine schermen (bijv. iPhone SE) */
@media (max-width: 400px) {
	.newsletter-wrapper {
		padding: 15px;
		font-size: 14px;
	}
}
/* inline css van include/ec navbar_relatedproducts.blade.php */
.product-slider {                 
  position: relative;             
  padding: 2rem 0;
}

ul[class^="related-slider-track-"] {
  /* je eigen regels */
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  list-style: none;
  padding: 0;
  margin: 0;

  /* verberg scrollbar in Firefox & legacy Edge/IE */
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE/Edge legacy */
}

/* verberg scrollbar in WebKit/Blink (Chrome, Safari, nieuwe Edge) */
ul[class^="related-slider-track-"]::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.product-card {
  position: relative;
  width: 280px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.05)!important;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

/* Maak de hele content klikbaar als link */
.product-card .card-link{
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-card img {
  max-height: 160px;
  object-fit: contain;
  margin-bottom: 1rem;
  width: 100%;
}

.title   { font-size: 1.05rem; font-weight: 600; margin-bottom: .5rem; }
.price   { font-size: 1rem; font-weight: 700; color:#0d6efd; margin-bottom: .5rem; }
.price .old { color:#777; text-decoration: line-through; font-weight: 400; margin-right:.35rem; }
.price .new { color:#198754; }

/*.actions { margin-top: auto; display:flex; gap:.5rem; justify-content:center; }*/
.btn {
  border: none; padding: .5rem .9rem; border-radius: 8px; cursor: pointer;
  text-decoration: none; font-size: .9rem; transition: background .2s, transform .1s;
}
.btn:active { transform: translateY(1px); }
.btn-primary-outline { background:#fff; border:1px solid #0d6efd; color:#0d6efd; }
.btn-primary-outline:hover { background:var(--secondaryColor); color:#fff; }

/* =============================== */
/* Swiper / slider bits            */
/* =============================== */

.swiper { overflow: hidden; }
.swiper-wrapper {
  position: relative;
  display: flex;
  width: 100%; height: 100%;
  transition-property: transform;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
}

/* icons (worden via ::after door Swiper ingevoegd) */
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 1.1rem; }

/* hover-effect met kleine lift */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #0d6efd;
  color: #fff;
  transform: translateY(calc(-50% - 2px));
}

/* Positie links/rechts net buiten het kader */
.swiper-button-prev { left: -22px; }
.swiper-button-next { right: -22px; }

/* =============================== */
/* Paginatie-bullets               */
/* =============================== */

.swiper-pagination { margin-top: 1.2rem; text-align: center; }
.swiper-pagination-bullet {
  width: 10px; height: 10px;
  margin: 0 4px !important;
  background: #e5e5e5;
  opacity: 1;
  transition: transform .2s, background .2s;
}
.swiper-pagination-bullet-active {
  background: #0d6efd;
  transform: scale(1.35);
}

/* =============================== */
/* Responsive gedrag               */
/* =============================== */

@media (max-width: 575.98px) {
  .swiper-button-prev,
  .swiper-button-next { display: none; }
}

@media (min-width: 576px) {
  .product-slider:hover .swiper-button-prev,
  .product-slider:hover .swiper-button-next { display: flex; }
}

/* breedte van slides binnen jouw custom slider */
.swiper-slide {
  flex: 0 0 auto;
  width: 11.6rem;
  text-align: center;
  scroll-snap-align: start;
}

/* Inline css van include/ec relatedproducts.blade.php */

.product-slider {                 /* slidercontainer */
  position: relative;             /* nodig voor absolute pijltjes */
  padding: 2rem 0;
}

.product-slider-track{
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	list-style: none;
	padding: 0;
	margin: 0;
}

.product-slider-track::-webkit-scrollbar { display: none; }


.product-card {
  width: 280px;                   /* vaste kaartbreedte */
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.05)!important;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.product-card img {
  max-height: 160px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.title   { font-size: 1.05rem; font-weight: 600; }
.desc    { font-size: .9rem;  color:#666; margin: .5rem 0 1rem; }
.price   { font-size: 1rem;   font-weight: 700; color: var(--primaryColor); margin-bottom: 1rem; }

.actions { /*margin-top: auto;*/ display:flex; gap:.5rem; justify-content:center; }
.btn {
  border: none; padding: .4rem .8rem; border-radius: 8px; cursor: pointer;
  text-decoration: none; font-size: .9rem; transition: background .2s;
}


/* =============================== */
/* Swiper core                     */
/* =============================== */

.swiper {
  overflow: hidden;
}
.swiper-wrapper {
  position: relative;
  display: flex;
  width: 100%; height: 100%;
  transition-property: transform;
}
.swiper-slide {
  flex-shrink: 0;                 /* blijft volledige breedte */
  width: 100%;                    /* wordt door JS herberekend */
}



/* icons (worden via ::after door Swiper ingevoegd) */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.1rem;
}

/* hover-effect met kleine lift */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #0d6efd;
  color: #fff;
  transform: translateY(calc(-50% - 2px));   /* -50% (centreren) + -2px lift */
}

/* Positie links/rechts net buiten het kader */
.swiper-button-prev { left: -22px; }
.swiper-button-next { right: -22px; }

/* =============================== */
/* Paginatie-bullets               */
/* =============================== */

.swiper-pagination {
  margin-top: 1.2rem;
  text-align: center;
}
.swiper-pagination-bullet {
  width: 10px; height: 10px;
  margin: 0 4px !important;
  background: #e5e5e5;
  opacity: 1;
  transition: transform .2s, background .2s;
}
.swiper-pagination-bullet-active {
  background: #0d6efd;
  transform: scale(1.35);
}

/* =============================== */
/* Responsive gedrag               */
/* =============================== */

/* Pijltjes verbergen op zeer kleine schermen */
@media (max-width: 575.98px) {
  .swiper-button-prev,
  .swiper-button-next { display: none; }
}

/* Pijltjes pas tonen bij hover vanaf ≥576 px */
@media (min-width: 576px) {
  .product-slider:hover .swiper-button-prev,
  .product-slider:hover .swiper-button-next { display: flex; }
}

.swiper-slide {
    flex: 0 0 auto;
    width: 11.6rem;
    text-align: center;
    scroll-snap-align: start;
}

.price.h1 {
	font-size: 1.26rem !important;
}
.card-img-top {
  width: 70%;       /* verkleint de afbeelding tot 80% van de originele breedte */
  height: auto;     /* behoudt de beeldverhouding */
  margin: 0 auto;   /* centreert de afbeelding binnen de kaart */
  display: block;   /* zorgt dat margin auto werkt */
}
.swal2-styled.swal2-cancel {
  background-color: var(--secondaryColor) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.datepicker-cell.next:not(.disabled), .datepicker-cell.prev:not(.disabled) {
    color: #212529;
}

.datepicker-cell.disabled {
    color: rgba(255, 37, 41, .5);
}

.datepicker-controls .prev-button {
	margin: 2px;
}

.datepicker-controls .view-switch {
	margin: 2px;
}

.datepicker-controls .next-button {
	margin: 2px;
}
.text-justify {
	text-align: justify;
}

.info-tooltip {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    border-radius: 50%;
    background: var(--secondaryColor);
    color: #000;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    cursor: help;
    position: relative;
}

.info-tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 6px 8px;
    border-radius: 4px;
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.2s;
}

.info-tooltip:hover .info-tooltip-text {
    visibility: visible;
    opacity: 1;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%!important;
}

@media(max-width: 575.98px){
	.shop-cart-top {
		margin-right: 2.5rem !important;
	}
}

@media(max-width: 991.98px){
	.product-quantity-action {
		scale: 0.8;
	}
	
	
	small.text-muted {
		font-size: 0.85rem;
	}
	/*.item_price span{
		font-size: x-small;
	}*/
}
.live-search-container {
    position: relative;
    z-index: 2000;
}

.live-search-container.input-group {
    flex-wrap: wrap;
}

.search-results {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    z-index: 2001;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
    display: none;
    max-height: 350px;
    overflow-y: auto;
}

.search-result-item {
    display: block;
    padding: 10px 12px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.search-result-item:hover {
    background: #f8f9fa;
}

.search-result-title {
    font-weight: 600;
    margin-bottom: 3px;
}

.search-result-description {
    font-size: 13px;
    color: #777;
}

.search-result-empty {
    padding: 10px 12px;
    color: #777;
    background: #fff;
}

.search-result-image img {
    width: 70px;
    object-fit: contain; /* beter voor productafbeeldingen */
    background: #fff;
}

.search-result-price-wrap {
    margin-top: 4px;
}

.search-result-badge {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 4px;
}

.search-result-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.search-result-price-old {
    font-size: 12px;
    color: #777;
    text-decoration: line-through;
}

.search-result-price-promo {
    font-size: 14px;
    font-weight: 700;
    color: #dc3545;
}

.search-result-price {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 700;
    color: var(--primaryColor);
}
@media (max-width: 1199.98px) {
	.verhuur-info-lg {
		display: none!important;
	}
}
@media (max-width: 991.98px) {
	.contact-info li {
		font-size: 1.5rem;
	}
}
@media (max-width: 768.98px) {
	.btn-mob {
		width: 100%;
		font-size: 1.6rem;
		text-transform: uppercase;
	}
}

@media (max-width: 767.98px) {
	.topHeader {
		display: none;
	}
	
	.sticky-second {
		position: -webkit-sticky;
		position: sticky;
		top: 0px;
		z-index: 120;
	}
	.sticky-third {
		position: -webkit-sticky;
		position: sticky;
		top: 76px;
		z-index: 119;
	}
	.footer-sub {
		padding-bottom: 56px;
	}
	
	/*p.promo-price {
	  text-align: start;
	  padding: 0;
	}*/
	
	div.promo-price::after {
	  content: ' / stuk';
	}
	.unit-price::after {
	  content: ' / stuk';
	}
}

/* inline css van include front/include/ header.blade.php */
@media (max-width: 576px) {
    .navbar .navbar-brand img {
        height: 40px;
        width: auto;
    }
	.sticky-third {
		/* aangepast naar 120px was 136 door wijziging mobiele search */ /* aangepast naar 54px gezien wijzigingen mobiele versie */
		top: 54px;
    }
}

.category-pill {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 8px 12px;
    transition: all 0.2s ease-in-out;
}

.category-pill:hover {
    background: #f8f9fa;
    border-color: #dcdfe3;
}

.bootstrap-select .dropdown-toggle {
    border-radius: 10px !important;
    min-height: 42px;
}
.view-toggle .btn {
    min-width: 48px;
    min-height: 42px;
}

@media (max-width: 991.98px) {
    .view-toggle {
        width: 100%;
    }

    .view-toggle .btn {
        flex: 1 1 auto;
    }
	.form-check .form-check-input {
		margin-left: auto;
		margin-right: 10px;
	}
}



/* =========================
   FOOTER FIXES
   ========================= */

.footer-custom {
    background-color: var(--thirdColor);
    border-top: 1px solid rgba(0,0,0,.08);
}

.footer-inner {
    padding-top: 2.5rem !important;
    padding-bottom: 2rem !important;
}

.footer-row {
    row-gap: 2rem;
}

.footer-widget {
    height: 100%;
}

.footer-title {
    color: var(--primaryColor);
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    font-weight: 700;
}

.footer-logo-link {
    display: inline-block;
    margin-bottom: 1rem;
}

.footer-logo {
    width: 100%;
    max-width: 165px;
    height: auto;
}

.footer-company,
.footer-vat,
.footer-address,
.footer-phone {
    font-size: 0.98rem;
    line-height: 1.6;
    color: #222;
}

.footer-address {
    margin-bottom: 0.5rem !important;
}

.footer-phone a,
.footer-phone {
    color: var(--primaryColor);
    font-weight: 700;
}
.footer-phone a:hover {
    color: var(--secondaryColor);
    font-weight: 800;
}
.footer-links {
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.55rem;
    line-height: 1.45;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links a {
    color: inherit;
    text-decoration: none;
    font-size: 0.98rem;
    font-weight: 400 !important;
}

.footer-links a:hover,
.footer-links a:focus {
    color: var(--secondaryColor);
    font-weight: 700 !important;
}

.footer-social-title {
    margin-top: 1.5rem;
}

.footer-social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding: 0;
    margin: 0;
}

.footer-social-list li {
    margin: 0;
}

.footer-social-list a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid rgba(0,0,0,.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primaryColor);
    text-decoration: none;
    font-size: 1rem;
}

.footer-social-list a:hover,
.footer-social-list a:focus {
    background: var(--secondaryColor);
    color: var(--white);
    border-color: var(--secondaryColor);
    font-weight: normal !important;
}

.footer-sub {
    border-top: 1px solid rgba(0,0,0,.08);
    background: var(--white);
}

.footer-copy {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    text-align: center !important;
}

@media (max-width: 991.98px) {
    .footer-inner {
        padding-top: 2rem !important;
        padding-bottom: 1.75rem !important;
    }

    .footer-logo {
        max-width: 145px;
    }
}

@media (max-width: 767.98px) {
    .footer-inner {
        padding-top: 1.5rem !important;
        padding-bottom: 1.25rem !important;
    }

    .footer-row {
        row-gap: 1.5rem;
    }

    .footer-widget {
        padding-bottom: 0;
    }

    .footer-title {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
    }

    .footer-logo {
        max-width: 120px;
        margin-bottom: 0.25rem;
    }

    .footer-company,
    .footer-vat,
    .footer-address,
    .footer-phone,
    .footer-links a {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .footer-links li {
        margin-bottom: 0.45rem;
    }

    .footer-social-title {
        margin-top: 1rem;
    }

    .footer-social-list {
        gap: 0.5rem;
    }

    .footer-social-list a {
        width: 36px;
        height: 36px;
        font-size: 0.95rem;
    }

    .footer-copy {
        font-size: 0.82rem;
        line-height: 1.45;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media (max-width: 420px) {
    .footer-inner {
        padding-top: 1.25rem !important;
    }

    .footer-logo {
        max-width: 110px;
    }

    .footer-title {
        font-size: 0.9rem;
    }

    .footer-company,
    .footer-vat,
    .footer-address,
    .footer-phone,
    .footer-links a {
        font-size: 0.92rem;
    }
}

.btn-right-round {
	border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.item_price {
    position: relative;
}

.item_price .badge-promo {
    position: absolute;
    top: 5px;
    right: 5px;
    /* z-index: 10; */
}

@media (min-width: 768px) {
	.fixed-footer {
		display: none;
	}
}
.fixed-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--thirdColor);
	color: var(--primaryColor);
	z-index: 1000;
}
.footer-icon {
	padding: 10px 0;
	font-size: 1.5rem;
	color: var(--primaryColor);
}
.footer-icon p {
	margin: 0;
	font-size: 0.75rem;
}
.footer-icon:hover {
	color: #ffc107;
}
.grecaptcha-badge {
	display: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 210px;
  left: 0;
  background-color: var(--thirdColor);
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 20px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: var(--primaryColor);
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  font-weight: 700;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
}

@media (max-width: 399.98px) {
	
	#productsContainer.product-list .card-img-top {
		width: 80px;
		padding: 5px;
		height: auto;
		object-fit: cover;
		border-radius: 0.375rem 0 0 0.375rem;
	}
	
}

@media (max-width: 767px) {
  .menu-slider .dropdown-toggle::after {
    display: none !important;
  }
  
  .menu-slider .dropdown-toggle::after {
    display: none !important;
  }

  .menu-slider .dropdown:hover > .dropdown-menu,
  .menu-slider .dropdown-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
/* =========================
   Dashboard mobiel compact
   ========================= */
@media (max-width: 767.98px) {

    .row.align-items-stretch.g-3 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* gap: .5rem; */
    }

    .row.align-items-stretch.g-3 > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .dashboard-tile {
        aspect-ratio: 1 / 1;
        border-radius: .9rem;
    }

    .tile-body {
        height: 100%;
        padding: .6rem .3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: .35rem;
        text-align: center;
    }

    .tile-icon {
        position: relative;
        font-size: 1.5rem;
        margin: 0;
        line-height: 1;
    }

    .tile-title {
        font-size: .68rem;
        line-height: 1.1;
        margin: 0 !important;
    }

    .tile-text {
        display: none;
    }

    /* klassieke cart badge */
    .badge-count {
        position: absolute;
        top: -8px;
        right: -10px;

        width: 18px;
        height: 18px;

        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;

        font-size: .6rem;
        font-weight: 700;

        padding: 0;
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .order-table-wrapper table,
    .order-table-wrapper thead,
    .order-table-wrapper tbody,
    .order-table-wrapper th,
    .order-table-wrapper td,
    .order-table-wrapper tr {
        display: block;
    }

    .order-table-wrapper thead {
        display: none;
    }

    .order-table-wrapper tbody tr {
        background: #fff;
        border: 1px solid #e9ecef;
        border-radius: 14px;
        padding: 1rem;
        margin-bottom: 1rem;
        box-shadow: 0 4px 14px rgba(0,0,0,.04);
    }

    .order-table-wrapper td {
        border: 0;
        padding: .4rem 0;
        text-align: left !important;
    }

    .order-table-wrapper td:not(:last-child) {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .order-table-wrapper td::before {
        font-weight: 600;
        color: #6c757d;
    }

    .order-table-wrapper td:nth-child(1)::before {
        content: "Bestelling";
    }

    .order-table-wrapper td:nth-child(2)::before {
        content: "Aantal";
    }

    .order-table-wrapper td:nth-child(3)::before {
        content: "Totaal";
    }

    .order-table-wrapper td:nth-child(4)::before {
        content: "Datum";
    }

    .order-table-wrapper td:last-child {
        display: grid;
        grid-template-columns: 1fr;
        gap: .5rem;
        padding-top: .75rem;
    }

    .order-table-wrapper td:last-child .btn {
        width: 100%;
    }
	
	.row.align-items-stretch.g-3{
		scale: 0.9;
	}

	.menu-slider .container {
		scale: 0.9;
	}
	
}
@media (max-width: 767.98px) {
	p.price {
		text-align: left;
	}
}

.bg-count {
    background-color: var(--secondaryColor) !important;
}
/* =========================
   Onze beste deals mobiel
   ========================= */
@media (max-width: 767.98px) {

    .product-slider {
        padding: 1rem 0;
    }

    .product-slider-track {
        gap: .75rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-left: .75rem !important;
        padding-right: .75rem !important;
    }

    .product-slider-track .product-card {
        flex: 0 0 72%;
        width: 72%;
        min-height: 340px;
        padding: .9rem;
        scroll-snap-align: center;
        margin-bottom: 1rem;
    }

    .product-card img {
        width: 100%;
        max-height: 120px;
        object-fit: contain;
        margin-bottom: .75rem;
    }

    .product-card .title {
        font-size: 1rem;
        line-height: 1.35;
        min-height: 52px;
        margin-bottom: .5rem;
    }

    /* detail/omschrijving verbergen */
    .product-card .desc {
        display: none;
    }

    .product-card .price-block {
        margin-top: auto;
        min-height: auto;
        gap: 0;
    }

    /* promo badge kleiner */
    .product-card .badge {
        margin-bottom: .2rem !important;
        font-size: .7rem;
    }

    /* doorgestreepte prijs */
    .product-card .text-muted {
        font-size: .9rem;
        line-height: 1;
        margin-bottom: 0 !important;
        display: block;
    }

    /* promoprijs */
    .product-card .text-success {
        font-size: 1.2rem;
        line-height: 1.1;
        margin-top: .1rem;
        display: block;
    }

    .product-card .card-footer {
        margin-top: .75rem;
        padding: 0;
        gap: .5rem;
    }

    .product-card .card-footer .btn {
        width: 48%;
        min-height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}
/* =========================================
   Verhuur banner tablet + mobiel
   1199.98px en kleiner
   ========================================= */
@media (max-width: 1199.98px) {

    .verhuur-info-md {
        display: block !important;
        width: 100%;
        margin-bottom: 1.25rem;
    }

    .verhuur-info-md > .shadow-blocks {
        width: 100%;
        box-shadow: none !important;
        background: transparent;
    }

    .verhuur-info-md .card {
        width: 100%;
        border: 0 !important;
        background: transparent;
    }

    .feest-banner {
        position: relative;
        width: 100%;
        max-width: 580px;
        margin: 0 auto;
        padding: 2rem 1.5rem 1.25rem;
        background: #fff;
        border: 4px solid #7a1d56;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 3px 12px rgba(0,0,0,.08);
        text-align: left;
    }

    .feest-banner-title {
        position: relative;
        padding-right: 105px;
    }

    .feest-banner-title h2 {
        margin: 0;
        color: var(--primaryColor);
        font-size: 2.35rem;
        line-height: .95;
        font-weight: 900;
        text-align: left;
    }

    .feest-banner-title h3 {
        margin: .3rem 0 1rem;
        color: var(--primaryColor);
        font-size: 1.6rem;
        line-height: 1.05;
        font-weight: 800;
        text-align: left;
    }

    .feest-banner-title p {
        max-width: 220px;
        margin: 0 0 1.35rem;
        color: #111;
        font-size: 1rem;
        line-height: 1.35;
        text-align: center;
    }

    .feest-circle {
        position: absolute;
        top: 0;
        right: 0;
        width: 84px;
        height: 84px;
        background: var(--secondaryColor);
        color: #fff;
        border-radius: 55% 45% 52% 48%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: .72rem;
        font-weight: 900;
        line-height: .95;
        transform: rotate(-8deg);
        box-shadow: 0 5px 12px rgba(0,0,0,.15);
    }

    .feest-badges {
        display: flex;
        gap: .6rem;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin: .5rem 0 1rem;
    }

    .feest-badge-item {
        flex: 1 1 0;
        background: #7a1d56;
        color: #fff;
        border-radius: 999px;
        padding: .55rem .6rem;
        font-size: .78rem;
        line-height: 1;
        font-weight: 800;
        white-space: nowrap;
        text-align: center;
    }

    .feest-footer {
        background: #7a1d56;
        color: #fff;
        border-radius: 9px;
        padding: .85rem .75rem;
        font-size: .78rem;
        line-height: 1.35;
        text-align: center;
    }
}
@media (max-width: 767.98px) {

    .verhuur-info-md {
        display: block !important;
        margin-bottom: 1.25rem;
    }

    .verhuur-info-md .shadow-blocks {
        box-shadow: none !important;
        width: 100%;
    }

    .verhuur-info-md .card {
        border: 0 !important;
        background: transparent;
        width: 100%;
    }

    .feest-banner {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 2rem 1.25rem 1.25rem;
        background: #fff;
        border: 4px solid #7a1d56;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 3px 10px rgba(0,0,0,.08);
    }

    .feest-banner-title {
        position: relative;
        padding-right: 92px;
        text-align: left;
    }

    .feest-banner-title h2 {
        margin: 0;
        color: var(--primaryColor);
        font-size: 2.35rem;
        line-height: .95;
        font-weight: 900;
    }

    .feest-banner-title h3 {
        margin: .25rem 0 1rem;
        color: var(--primaryColor);
        font-size: 1.55rem;
        line-height: 1.05;
        font-weight: 800;
    }

    .feest-banner-title p {
        margin: 0 0 1.4rem;
        color: #111;
        font-size: 1rem;
        line-height: 1.35;
        text-align: center;
		padding: unset;
    }

    .feest-circle {
        position: absolute;
        top: 0;
        right: 0;
        width: 82px;
        height: 82px;
        background: var(--secondaryColor);
        color: #fff;
        border-radius: 55% 45% 52% 48%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: .72rem;
        font-weight: 900;
        line-height: .95;
        transform: rotate(-8deg);
        box-shadow: 0 5px 12px rgba(0,0,0,.15);
    }

    .feest-badges {
        display: flex;
        gap: .5rem;
        justify-content: space-between;
        margin: .5rem 0 1rem;
        flex-wrap: nowrap;
    }

    .feest-badge-item {
        flex: 1 1 0;
        background: #7a1d56;
        color: #fff;
        border-radius: 999px;
        padding: .55rem .45rem;
        font-size: .72rem;
        line-height: 1;
        font-weight: 800;
        white-space: nowrap;
        text-align: center;
    }

    .feest-footer {
        background: #7a1d56;
        color: #fff;
        border-radius: 9px;
        padding: .85rem .75rem;
        font-size: .76rem;
        line-height: 1.35;
        text-align: center;
    }
}
@media (max-width: 390px) {
    .feest-banner {
        padding: 1.5rem 1rem 1rem;
    }

    .feest-banner-title {
        padding-right: 78px;
    }

    .feest-banner-title h2 {
        font-size: 2rem;
    }

    .feest-banner-title h3 {
        font-size: 1.35rem;
    }

    .feest-circle {
        width: 70px;
        height: 70px;
        font-size: .62rem;
    }

    .feest-badge-item {
        font-size: .65rem;
        padding: .5rem .35rem;
    }
}

/* uncomment to find overflow conent (horizontal scroll) 
* {
  outline: 1px solid #f00 !important;
}
*/
