/* input(959,33): run-time error CSS1019: Unexpected token, found ' '
input(959,33): run-time error CSS1019: Unexpected token, found ' '
input(959,33): run-time error CSS1042: Expected function, found ' '
input(959,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(966,32): run-time error CSS1046: Expect comma, found '0'
input(966,35): run-time error CSS1046: Expect comma, found '/' */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --dark: #ed1f24;
    --dark-secondary: #757575;
    --darken: #ed1f24;
    --darken-secondary: #f6d807;
    --light: #D9D7D7;
    --light-secondary: #f6d807;
    --lighten: #F4F4F4;
    --background: #FAFAFA;
    --background-light: #f0f0f0;
    --dark-gray: #a9a9a9;
    --light-gray: #F4F4F4;
    --dark-pink: #ed1f24;
    --background-lights: #f9f9f9;
    --box-light: #f6d807;
    --light-gray2: #dddddd;
    --light-gray3: #D3D3D3;
    --black2: #1d1d1d;
    --background-black: #2f2f2f;
    --background-lighten-black: #2f3433;
    --table-blue: #0374bc45;
    --orange: #FF9800;
    --light-green: var(--darken-secondary);
    --warning-default: #ff0000;
    --warning-option-2: #ffa500;

     --border-radius-home-category: 12px;

    --main-category-title: #ed1f24;
    --sublist-category-title: #ed1f24;
    --list-category-title: #757575;
    
    --rounded-corners: var(--medium-rounded-corners);
    --font-family: 'Oswald', sans-serif !important;
    --border-width-default: 1px;
    --border-width-option-2: 2px;
}

.footer {
    padding-top: 2rem;
}

.home-page-filters-wrapper .search-button,
.home-page-filters-wrapper .results-number {
    background: var(--light-secondary);
}

.product-grid .item-box .add-to-compare-list-button, .product-grid .item-box .add-to-wishlist-button {
    width: 100%;
}                

.sub-category-item {
    text-align: center;
    border: var(--border-width-default) solid var(--dark) !important;
    padding: 5px;
}

.sub-category-item:hover {
    box-shadow: 2px var(--dark);
    background: var(--dark);
    color: var(--white);
}

.sub-category-item:hover .title {
    color: var(--white) !important;
    transition: none;
    background-color: var(--dark);
}

.category-page .sub-category-item .title a:hover {
    color: var(--white);
}

.category-page .sub-category-item .title{
    padding: 10px 0;
    background-color: unset;
}
.category-page .sub-category-item .title a{
    transition: none;
}

.block .listbox li:hover a, .block .listbox li:hover a:after, .checkout-page .cart .cart-button span:hover i, .order-completed a:hover {
    color: var(--dark-secondary);
}

/*End subcategory-css*/

/*product in stock/out stock color*/

.out-of-stock {
    color: var(--red) !important;
}

.in-stock {
    color: var(--green) !important;
}
/*end product in stock/out stock color*/


.item-box.card {
    margin: 0px 5px; 
}

.home-page-category-grid .item-box, .bestsellers .item-box, .category-page .item-box{
    padding: 12.5px 12.5px;
}

#warehouseinventory, #productwarehouseinventory {
display:none !important;
}

.customer-orders.inactive {
display:none;
}

.home-page .page-body > div {
        margin-bottom: 65px!important;
}

/*.home-page .page-body .slider-wrapper {
  margin-bottom: 0 !important;
}*/

/* Styling for element's headers */
.background-container .title,
.home-page-category-grid .title,
.videos-wrapper  .title,
.home-page-product-grid.bestsellers .title,
.news-list-homepage .title,
.info-widget .title{
   font-size: 42px;
    line-height: 33px;
    font-weight: 700;
    padding-bottom: 65px;
    position: relative;
    left: 50%;
    transform: translateX(-50%) rotate(-3deg);
    display: flex;
    text-align: center;
    text-transform: uppercase;
    max-width: 560px;
    min-width: 250px;
    color: var(--white) !important;
    border-bottom: 0;
}
.background-container .title span,
.home-page-category-grid .title span, 
.videos-wrapper  .title span,
.home-page-product-grid.bestsellers .title strong,
.news-list-homepage .title strong,
.info-widget .title span{
    display: flex;
    justify-content: center;
    font-weight: bolder;
    color: var(--white);
    align-items: center;
    padding: 15px 30px;
    width: 100%;
    background-color: var(--darken);
}
.info-widget .title {
  font-size:41px;
}
.info-widget .title span {
  padding: 15px 23px!important;
}
.product-grid.home-page-product-grid.Homepage-deal-slider > div.title {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    padding-bottom: 22px;
    padding-top: 60px;
    position: relative;
    left: 0;
    transform: translateX(0) rotate(-3deg);
    display: flex;
    text-align: left;
    text-transform: uppercase;
    max-width: 400px;
    min-width: 200px;
    color: var(--white) !important;
}

.product-grid.home-page-product-grid.Homepage-deal-slider > div.title > strong {
    display: flex;
    justify-content: flex-start;    
    font-weight: bolder;
    background: var(--dark);
    color: var(--white);
    align-items: center;
    padding: 10px 20px;
    width: 100%;
    background-color: var(--darken);
}

/* ----------------------------------------
      Responsive Adjustments for - Styled element's of headers
   ---------------------------------------- */
/* Below 992px: tablets and small desktops */
@media (max-width: 991.98px) {
    /* Reduce title size */
     .home-page-category-grid .title,
     .background-container .title,
     .videos-wrapper  .title,
     .home-page-product-grid.bestsellers .title,
     .news-list-homepage .title,
     .info-widget .title {
        font-size: 28px;
        line-height: 30px;
        padding-bottom: 30px;
    }
}

/* Below 768px: large phones & small tablets */
@media (max-width: 767.98px) {
    .home-page-category-grid .title,
    .background-container .title,
    .videos-wrapper  .title,
    .home-page-product-grid.bestsellers .title,
    .news-list-homepage .title,
    .info-widget .title {
        font-size: 25px;
        line-height: 28px;
        padding-bottom: 25px;
    }
}

/* Below 576px: phones */
@media (max-width: 575.98px) {
    .home-page-category-grid .title,
    .background-container .title,
    .videos-wrapper  .title,
    .home-page-product-grid.bestsellers .title,
    .news-list-homepage .title,
    .info-widget .title, 
    .product-grid.home-page-product-grid.Homepage-deal-slider > div.title{
        font-size: 25px;
        line-height: 24px;
        padding-bottom: 20px;
        text-align: center;
    }
}
/* Below 576px: sm phones*/
@media (max-width: 425px) {
     .home-page-category-grid .title,
    .background-container .title,
    .videos-wrapper  .title,
    .home-page-product-grid.bestsellers .title,
    .news-list-homepage .title,
    .info-widget .title,
    .product-grid.home-page-product-grid.Homepage-deal-slider > div.title{
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 20px;
    }
}

/* First Header Styles Start */
.header-top.full-background {
  background: #cccccc;
  position: relative;
  width: 100vw;              
  left: 50%;                
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  flex-wrap: wrap;
  z-index: 1;
  max-width: none;           
}

.header-top.full-background a {
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  padding: 2px 10px;
}

.header-top.full-background a:not(:first-child) {
  border-left: var(--border-width-default) solid var(--white);
  padding-left: 20px;
  margin-left: 10px;
}

/* Hide on devices smaller than 991px */
@media (max-width: 991px) {
  .header-top.full-background {
    display: none;
  }
}
/* First Header Styles End */

/* ----------------------------------------
   1. Background Container Styles
   ---------------------------------------- */
.html-widget .container-fluid.background-container img {
    width: 100%;
    height: auto;
}

.background-container {
    padding-top: 10px!important;
    padding-bottom: 0px!important;
    background-size: cover;
    background-position: center;
    width: 100vw;
    margin: 0 0 100px calc(-1 * ((100vw - 100%) / 2));
    margin-bottom: 65px!important;
}

.background-container .align-right {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.background-container .hidden {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.5s, transform 0.5s;
}
.background-container .visible {
    opacity: 1;
    transform: translateX(0);
}

.background-container .left-image,
.background-container .right-image {
    animation: none;
}
.background-container .left-image.show {
    opacity: 1;
    animation: slideInLeft 1s forwards;
}
.background-container .right-image.show {
    opacity: 1;
    animation: slideInRight 1s forwards;
}

@keyframes slideInLeft {
    from { transform: translateX(-100px); opacity: 0; }
    to   { transform: translateX(0);       opacity: 1; }
}
@keyframes slideInRight {
    from { transform: translateX(100px); opacity: 0; }
    to   { transform: translateX(0);      opacity: 1; }
}
@keyframes fadeOutLeft {
    from { opacity: 1; transform: translateX(0); }
    to   { opacity: 0; transform: translateX(-100px); }
}
@keyframes fadeOutRight {
    from { opacity: 1; transform: translateX(0); }
    to   { opacity: 0; transform: translateX(100px); }
}

.background-container .fade-out-left {
    animation: fadeOutLeft 0.5s ease forwards;
    animation-fill-mode: both;
}
.background-container .fade-out-right {
    animation: fadeOutRight 0.5s ease forwards;
}

.background-container .title {
    margin-top: 0;
    transition: margin-top 0.5s ease;
}
.background-container .move-up {
    margin-top: -36px;
    transition: margin-top 0.5s ease;
}

/* ----------------------------------------
   1. Background Container Styles
   ---------------------------------------- */
.background-container .title span{
    background: var(--dark);
}

.html-widget .container-fluid.background-container img {
    width: 100%;
    height: auto;
}

.background-container {
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100vw;
    margin: 0 0 100px calc(-1 * ((100vw - 100%) / 2));
}

.background-container .align-right {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.background-container .hidden {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.5s, transform 0.5s;
}
.background-container .visible {
    opacity: 1;
    transform: translateX(0);
}

.background-container .left-image,
.background-container .right-image {
    animation: none;
}
.background-container .left-image.show {
    opacity: 1;
    animation: slideInLeft 1s forwards;
}
.background-container .right-image.show {
    opacity: 1;
    animation: slideInRight 1s forwards;
}

@keyframes slideInLeft {
    from { transform: translateX(-100px); opacity: 0; }
    to   { transform: translateX(0);       opacity: 1; }
}
@keyframes slideInRight {
    from { transform: translateX(100px); opacity: 0; }
    to   { transform: translateX(0);      opacity: 1; }
}
@keyframes fadeOutLeft {
    from { opacity: 1; transform: translateX(0); }
    to   { opacity: 0; transform: translateX(-100px); }
}
@keyframes fadeOutRight {
    from { opacity: 1; transform: translateX(0); }
    to   { opacity: 0; transform: translateX(100px); }
}

.background-container .fade-out-left {
    animation: fadeOutLeft 0.5s ease forwards;
    animation-fill-mode: both;
}
.background-container .fade-out-right {
    animation: fadeOutRight 0.5s ease forwards;
}

.background-container .title {
    margin-top: 0;
    transition: margin-top 0.5s ease;
}
.background-container .move-up {
    margin-top: -36px;
    transition: margin-top 0.5s ease;
}


/* ----------------------------------------
   2. Card Segment
   ---------------------------------------- */
.html-widget .card-columns .card {
    position: relative;
    background: var(--lighten);
    border-radius: var(--border-radius-home-category);
    overflow: hidden;
    height: auto;
}

.html-widget .card-columns .card .card-body {
    position: relative;
    padding: 0;
}

.html-widget .card-columns .card .card-img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

/* Card text: single-line with ellipsis */
.html-widget .card-columns .card .card-text {
    position: absolute;
    bottom: 55px;
    left: 0;
    margin: 0;
    font-weight: 400;
    color: var(--white);
    z-index: 2;
    background-color: var(--dark);
    font-size: 24px;
    width: 88%;
    height: 20%;
    display: flex;
    justify-content: start;
    padding-left: 19px;
    align-items: center;
    cursor: pointer;
    pointer-events: none;
}

.html-widget .card-columns .card .card-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    z-index: 1;
}

.html-widget .card-columns .card:hover .card-img {
    transform: scale(1.1);
}

.html-widget .card-columns .card:hover .card-text {
    color: var( --dark-gray);
}


/* ----------------------------------------
   3. Responsive Adjustments
   ---------------------------------------- */
/* Below 992px: tablets and small desktops */
@media (max-width: 991.98px) {
    /* Tweak card grid to 2 columns */
    .html-widget .card-columns {
        column-count: 2;
        grid-template-columns: none;
    }
    /* Scale down card-text a bit */
    .html-widget .card-columns .card .card-text {
        font-size: 20px;
        bottom: 45px;
    }
}

/* Below 768px: large phones & small tablets */
@media (max-width: 767.98px) {
    .html-widget .card-columns {
        column-count: 2;
    }
    .html-widget .card-columns .card .card-text {
        font-size: 18px;
        bottom: 40px;
    }
}

/* Below 576px: phones */
@media (max-width: 575.98px) {
    .html-widget .card-columns {
        column-count: 2;
    }
    .html-widget .card-columns .card .card-img {
        height: 180px;
    }
    .html-widget .card-columns .card .card-text {
        font-size: 14px;
        padding: 0 10px;
        height: 43px;
        line-height: 20px;
    }
}
/* Below 576px: sm phones*/
@media (max-width: 425px) {
    .html-widget .card-columns {
        column-count: 2;
    }
    .html-widget .card-columns .card .card-img {
        height: 160px;
        scale: 1.2;
    }
    .html-widget .card-columns .card .card-text {
        font-size: 8px;
        padding: 0 10px;
        height: 40px;
        line-height: 20px;
       bottom: 32px;
    }
}

/* USP Banner Values Widget */
/* Container */
.usp-row-background .values-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: var(--background-lighten-black);
  margin: 0 0 100px calc(-1 * ((100vw - 100%) / 2));
  width: 100vw;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 65px;
}

/* Columns: allow growing and shrinking */
.usp-row-background .values-container .col-md-3 {
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  position: relative;
}

/* Hide original separators */
.usp-row-background .values-container .usp .separator {
  display: none;
}

/* Insert centered dash between columns */
.usp-row-background .values-container .col-md-3:not(:last-child)::after {
  content: "–";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  font-size: clamp(14px, 2vw, 24px);
  color: var(--white);
}

/* Remove dashes below 1100px */
@media (max-width: 1100px) {
  .usp-row-background .values-container .col-md-3:not(:last-child)::after {
    display: none;
  }
.usp-row-background .values-container {
    margin-bottom: 0;
}
}

/* Link styling */
.usp-row-background .values-container .usp a {
  display: block;
  text-align: center;
  color: var(--white) !important;
  font-size: clamp(14px, 2vw, 24px);
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

/* Prevent truncation for first item */
.usp-row-background .values-container .col-md-3:nth-child(1) .usp a {
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}
/* ----------------------------------------
   Kernassortment
---------------------------------------- */
.home-page-category-grid .row {
  display: grid;
  grid-auto-rows: auto;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.home-page-category-grid .row > [class*="col-"] {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
    flex: none;
    -ms-flex: none;
    width: auto;
    max-width: none;
    box-sizing: border-box;
}

.home-page-category-grid .item-box {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.home-page-category-grid .category-item {
    position: relative;
    display: flex;
    background: var(--background-lighten-black);
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px;
    border: 1px solid black;
    border-radius: var(--border-width-option-2);
    transition: transform .2s ease;
    font-size: 19px;
    font-weight: 400;
    box-sizing: border-box;
}
.home-page-category-grid .category-item:hover {
    transform: translateY(-4px);
}
.home-page-category-grid .category-item a:hover {
    background-color: transparent;
    color: var(--white) !important;
}

.home-page-category-grid .picture {
    flex: 0 0 auto;
    width: 55px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    padding: 4px 0;
    box-sizing: border-box;
    margin: 0 !important;
}
.home-page-category-grid .picture img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: inline-block;
}

.home-page-category-grid .sub-title {
    flex: 1 1 auto;
    margin: 0 12px 0 0;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    box-sizing: border-box;
}
.home-page-category-grid .sub-title a:hover {
    background-color: transparent;
}
.category-item.card-block h2.sub-title {
    text-align: start;
    padding-right: 10px;
    inline-size: 150px;
    overflow-wrap: break-word;
}

.home-page-category-grid .row > .item-box:last-child .category-item {
    background-color: var(--dark);
}

@media (min-width: 1200px) {
  .home-page-category-grid .row {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    justify-content: center;  
  }
}

@media (max-width: 400px) {
  .home-page-category-grid .row {
    grid-template-columns: none;
  }
  .category-item.card-block h2.sub-title {
    overflow-wrap: anywhere;
  }
}            

/* ----------------------------------------
           Nieuwe video’s!
---------------------------------------- */
.videos-wrapper {
  padding: 1rem;
  padding-bottom: 75px;
}

.videos-wrapper .title span {
  background: var(--dark);
}

.videos-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
  justify-items: center;
}

.videos-group iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 12px;
}

.videos-wrapper .follow-bjc-tools {
  float: right;
  margin: 20px 0 0;
  background-color: var(--dark);
  border: var(--border-width-default) solid var(--black);
  border-radius: 4px;
  box-sizing: border-box;
  width: auto;
  margin-bottom: 65px;
}

.videos-wrapper .follow-bjc-tools .social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
}

.videos-wrapper .follow-bjc-tools .follow-text {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--white);
  font-size: 28px;
  line-height: 1;
}

.videos-wrapper .follow-bjc-tools .networks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.videos-wrapper .follow-bjc-tools .networks li {
  margin: 0 8px;
}

.videos-wrapper .follow-bjc-tools .networks a {
  background-color: var(--white);
  color: var(--black);
  font-size: 35px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  line-height: 1;
}

.videos-wrapper .follow-bjc-tools .networks a:hover {
  opacity: 0.8;
}

.videos-wrapper .follow-bjc-tools .networks .linkedin a {
  font-size: 26px;
}

.videos-wrapper .follow-bjc-tools .networks .facebook a {
  font-size: 28px;
}

.videos-wrapper .follow-bjc-tools .networks .instagram a {
  font-size: 26px;
}

.videos-wrapper .follow-bjc-tools .networks .youtube a {
  font-size: 18px;
  border-radius: 20px;
}
            
@media (max-width: 768px) {
   .videos-wrapper {
   padding: 0;  
   }
  .videos-wrapper .follow-bjc-tools .social .social-label {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .videos-wrapper .follow-bjc-tools .social {
    flex-direction: column;
  }
  .videos-wrapper .follow-bjc-tools .social .follow-text{
   padding-bottom: 10px;
   font-size: 19px;
  }
}            
/* ----------------------------------------
          END Nieuwe video’s!
---------------------------------------- */

/*Homepage deal carousel*/
.Homepage-deal-slider{
    margin-bottom: 10%;
}

.Homepage-deal-slider img{
    width: 100%;
    height: auto;
    border-radius: calc(var(--rounded-corners)*2);
}
/*End - Homepage deal carousel*/


/* ───────── Alle acties per categorie  ───────── */ 
.product-grid.Homepage-deal-slider .slick-track{
  display:flex !important;
}
.product-grid.Homepage-deal-slider .slick-slide{
  float:none !important;
  display:block !important;
  height:auto !important;
  padding:0 8px;
  box-sizing:border-box;
}
.product-grid.Homepage-deal-slider .picture{
  position:relative;
  display:block;
  width:100%;
  overflow:hidden;
  border-radius:8px;
  transition:transform .4s cubic-bezier(.25,.8,.25,1),box-shadow .4s ease;
  will-change:transform;
}
.product-grid.Homepage-deal-slider .picture img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  border-radius:inherit;
  transition:transform .4s cubic-bezier(.25,.8,.25,1);
}
.product-grid.Homepage-deal-slider .picture .overlay{
  position:absolute;
  left:0;
  bottom:10%;
  width:80%;
  aspect-ratio:160/42;
  display:flex;
  align-items:center;
  padding-left:10px;
  background:var(--dark);
  opacity:0;
  visibility:hidden;
  transition:opacity .3s ease;
  pointer-events:none;
}
.product-grid.Homepage-deal-slider .picture:hover .overlay{
  opacity:1 !important;
  visibility:visible;
  pointer-events:auto;
}
.product-grid.Homepage-deal-slider .picture .overlay[style*="opacity: 0"]{
  opacity:1 !important;
}

.product-grid.Homepage-deal-slider .picture .overlay .title {
  color: var(--white);
  font-size: clamp(1rem, 2.8vw + 0.4rem, 1.5rem); /* ≈16 px → 24 px */
  font-weight: 400;
}

.product-grid.Homepage-deal-slider .picture:hover,
.product-grid.Homepage-deal-slider .picture:focus-visible{
  transform:translateY(-4px) scale(1.05);
  box-shadow:0 10px 25px rgb(0 0 0/.18);
}
.product-grid.Homepage-deal-slider .picture:hover img,
.product-grid.Homepage-deal-slider .picture:focus-visible img{
  transform:scale(1.08);
}
.product-grid.Homepage-deal-slider .picture .overlay{
  opacity:1 !important;
  visibility:visible;
}
.product-grid.Homepage-deal-slider .picture .overlay{
  opacity:0;
  transition:opacity .3s ease;
}
.product-grid.Homepage-deal-slider .picture:hover .overlay{
  opacity:1 !important;
}
/* ─────────  END Alle acties per categorie  ─────────     */

/* ===========  NEWS WIDGET  =========== */
.news-list-homepage .title strong {
  background: var(--dark);
}

.news-list-homepage .news-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1rem;
  flex-direction: row-reverse;
}

.news-list-homepage .news-item {
  flex: 1 1 calc(33.333% - 10px);
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .news-list-homepage .news-item {
    flex: 1 1 calc(50% - 10px);
  }
}

@media (max-width: 540px) {
  .news-list-homepage .news-item {
    flex: 1 1 100%;
  }
}

.card-img,
.news-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  transition: transform 0.5s ease;
}

.card-img:hover {
  transform: scale(1.2);
}

.news-list-homepage .news-img {
  height: 54% !important;
  position: relative;
}

.news-list-homepage .top {
  height: 100%;
  padding: 20px 20px 0;
  background: var(--light-gray);
  z-index: 1;
}

.news-list-homepage .buttons {
  position: absolute;
  right: 20px;
  bottom: calc(46% + 10px);
  z-index: 2;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .news-list-homepage .buttons {
    right: 50%;
    bottom: 16px;
    transform: translateX(50%);
  }
}

@media (max-width: 540px) {
  .news-list-homepage .buttons {
    right: 50%;
    bottom: 16px;
    transform: translateX(50%);
  }
}

.news-list-homepage .read-more {
  background: var(--dark);
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

@media (max-width: 540px) {
  .news-list-homepage .read-more {
    display: none;
  }
}

.news-list-homepage .news-date {
  display: none;
}

.news-list-homepage .view-all {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.news-list-homepage .view-all a {
  display: inline-block;
  background: var(--dark);
  color: var(--white);
  padding: 6px 28px;
  border-radius: 10px;
  font: 400 1.4rem/1.2 var(--font-family);
  letter-spacing: 0.5px;
  text-decoration: none;
  text-align: center;
  transition: color 0.2s;
}

.news-list-homepage .read-more:hover,
.news-list-homepage .view-all a:hover {
  color: var(--orange);
}
/* ===========  END NEWS WIDGET  =========== */
/* ──────────────────────────────────────────────────────────────
                                                                            MEER WETEN OVER BJC TOOLS?  
 ──────────────────────────────────────────────────────────────*/ 
.info-widget .title span{
  background:var(--dark);
  padding:15px 30px;
  color:var(--white);
  font-family:var(--font-family);
}

.widget-columns{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  font-family:var(--font-family);
}
.widget-left,
.widget-right{flex:1 1 100%}
@media (min-width:992px){
  .widget-left,
  .widget-right{flex:0 0 50%;display:flex;flex-direction:column;justify-content:space-between}
  .widget-right{padding-left:20px}
}

.promo-img{
  width:100%;
  height:100%;
  object-fit:cover;
  cursor:pointer;
  display:block;
  border-radius: var(--border-width-option-2);
}

.cta-row{
  position:relative;
  display:flex;
  align-items:center;
  padding:2px;
  background:var(--white);
  border:var(--border-width-default) solid var(--black);
  border-radius: var(--border-width-option-2);
  color:var(--black);
  text-decoration:none;
  transition:background .2s
}
.cta-row:hover{background:var(--light-gray)}
.widget-right .cta-row:not(:last-child){margin-bottom:10px}

.cta-text{
  display:flex;
  flex-direction:column;
  justify-content:space-around;
  padding:26px 24px;
  margin-right:60px;
  line-height:1.25
}
@media (min-width:992px){.cta-text{margin-right:90px}}
.cta-title{font-size:45px;font-weight:500}
.cta-title strong{color:var(--dark)}
.cta-text small{font-size:22px;margin-top:-10px}

.arrow{
  position:absolute;
  top:1px;
  bottom:1px;
  right:1px;
  width:60px;
  background:var(--dark-secondary);
  display:flex;
  align-items:center;
  justify-content:center
}
@media (min-width:992px){.arrow{width:88px}}
.arrow i{font-size:5rem;color:var(--white);transition:transform .2s}
.cta-row:hover .arrow i{transform:translateX(4px)}

.footer-cta{
  position:relative;
  margin-top:24px;
  padding:30px 30px 48px;
  background:var(--dark-secondary);
  border-radius: var(--border-width-option-2);
  color:var(--white);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  text-align:left;
  font-size:26px
}
.footer-cta span{font-size:26px;line-height:1.2;font-weight:500;text-transform:uppercase}
.footer-cta span strong{color:var(--white);text-decoration:underline;text-underline-offset:3px}
.footer-cta span strong:hover{color:var(--orange);cursor:pointer}

.speech-btn{
  position:absolute;
  bottom:23px;
  right:20px;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:4px 40px;
  background:var(--white);
  color:var(--black);
  border-radius:20px;
  font:400 26px var(--font-family);
  text-decoration:none;
  white-space:nowrap;
  min-width:max-content
}
.speech-btn::after{
  content:'';
  position:absolute;
  left:50%;
  bottom:-8px;
  transform:translateX(-50%);
  border:8px solid transparent;
  border-top-color:var(--white)
}

@media (max-width:991.98px){
  .widget-right{padding:0}
  .cta-title{font-size:1.35rem}
  .arrow,.speech-btn{width:60px}
  .cta-text{margin-right:60px}
  .footer-cta{padding-bottom:30px}
  .speech-btn{
    position:static;
    width:100%;
    margin-top:16px;
    justify-content:center;
    border-radius:20px
  }
  .speech-btn::after{content:none}
}
/*─────────────────────────────────────────────────────────────
                                                                             END MEER WETEN OVER BJC TOOLS?  
 ─────────────────────────────────────────────────────────────*/

.overview .html-widget{display: block;}
            
            
            
