<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins/poppins-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins/poppins-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'payment-icons';
  src: url('../fonts/payment-icons.eot?2i595k');
  src: url('../fonts/payment-icons.eot?2i595k#iefix') format('embedded-opentype'), url('../fonts/payment-icons.ttf?2i595k') format('truetype'), url('../fonts/payment-icons.woff?2i595k') format('woff'), url('../fonts/payment-icons.svg?2i595k#fa') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="payment-icons-"],
[class*="payment-icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'payment-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.payment-icons-bancontact:before {
  content: "\e900";
}
.payment-icons-btc:before {
  content: "\e901";
}
.payment-icons-ideal:before {
  content: "\e902";
}
.payment-icons-sofort:before {
  content: "\e903";
}
.payment-icons-dice:before {
  content: "\e915";
}
.footer-middle .block.newsletter .form.subscribe input {
  border: 0;
}
.footer-middle .block.newsletter .form.subscribe &gt; .actions {
  float: none;
}
.footer-middle .block.newsletter .form.subscribe &gt; .actions .action.subscribe {
  background-color: #EF5B33;
  border: 0;
  padding-top: 9px;
}
.footer-middle .block.newsletter .form.subscribe &gt; .actions .action.subscribe:hover {
  background-color: #A6E1FA;
}
.product.info.detailed .col.label {
  width: auto;
}
/* âœ… Algemene container styling */
.category-features-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* âœ… Layout voor de content */
.features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
/* âœ… Styling voor elk feature-blok */
.feature-box {
  flex: 1 1 30%;
  min-width: 300px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* âœ… Performance tabel styling */
.performance-table {
  width: 100%;
}
/* âœ… Netjes uitlijnen van iconen en labels */
.performance-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 5px 0;
}
/* âœ… Iconen styling */
.performance-row .icon {
  font-size: 24px;
  width: 30px;
  text-align: center;
}
/* âœ… Labels styling */
.performance-row .label {
  flex: 1;
  font-weight: bold;
  text-align: left;
}
/* âœ… Sterren styling */
.performance-row .stars {
  font-size: 18px;
  white-space: nowrap;
}
.stars .filled {
  color: gold;
}
.stars .empty {
  color: #ddd;
}
/* âœ… "Best Performance" Badge */
.best-performance-badge {
  display: block;
  width: fit-content;
  margin: 10px auto;
  padding: 5px 12px;
  background: gold;
  color: black;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
}
/* âœ… Grid layout voor Approved By sectie */
.approved-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 15px;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}
/* âœ… Logo styling */
.approved-logos .brand-logo img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
/* âœ… Tested By layout */
.tested-by-logos {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
}
.tester-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 120px;
  min-height: 180px;
}
.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 60px;
}
.logo-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* âœ… Stijl voor testmaat en jaartal */
.test-size {
  font-size: 13px;
  color: #444;
  background: #f4f4f4;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: auto;
  text-align: center;
}
.test-year {
  font-size: 12px;
  background: #e74c3c;
  color: white;
  padding: 4px 8px;
  border-radius: 5px;
  display: inline-block;
  width: 60px;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
}
/* âœ… Responsive aanpassingen */
@media (max-width: 1023px) {
  .approved-logos {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    max-width: 100%;
  }
  .features-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .feature-box {
    max-width: 45%;
    flex: 1 1 45%;
  }
}
@media (max-width: 767px) {
  .approved-logos {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    max-width: 100%;
  }
  .features-container {
    flex-direction: column;
    align-items: center;
  }
  .feature-box {
    width: 100%;
    max-width: 90%;
  }
}
/* âœ… Performance Grafiek styling */
.performance-chart-container {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* -------------------------------------------
   MOBIELE STIJLEN (max-width: 768px)
------------------------------------------- */
@media (max-width: 768px) {
  /* -------------------------
       Responsive Header
    ------------------------- */
  /* ðŸš« Verberg sterren en keurmerk op mobiel */
  .header-ratings {
    display: none;
  }
  /* â“ FAQ tekst aanpassen voor mobiel */
  .top-header-link.icon-faq .desktop-only {
    display: none !important;
  }
  .top-header-link.icon-faq .mobile-only {
    display: inline !important;
  }
  /* ðŸ“ Links gecentreerd op mobiel */
  .top-header-links {
    display: flex;
    justify-content: center;
  }
  /* ðŸš« Verberg de roterende tekst op mobiel */
  .top-header-text-wrapper.desktop-only {
    display: none !important;
  }
  /* -------------------------
       Algemene Mobiele Stijlen
    ------------------------- */
  /* Hero slider Hero â€“ Mobiel */
  .cwsRwdSlider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    left: 0;
    margin: 0 auto;
    padding: 0;
    height: 450px;
    /* Standaard mobiele hoogte */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cwsRwdSlider img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
    /* Probeer 'contain' als test, dan past de afbeelding binnen de container */
  }
  /* Pagination fix â€“ Mobiel */
  #cws-pager-2 {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #cws-pager-2 span {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  #cws-pager-2 span.active {
    background-color: white;
    width: 14px;
    height: 14px;
  }
  /* Next &amp; Prev buttons */
  .cwsRwdSlider .prev,
  .cwsRwdSlider .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    z-index: 10;
  }
  .cwsRwdSlider .prev {
    left: 10px;
  }
  .cwsRwdSlider .next {
    right: 10px;
  }
  /* Cart en checkout â€“ Mobiel */
  .cart-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .cart-summary {
    order: 2;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .cart-items {
    order: 1;
    flex-grow: 1;
  }
  .cart-summary._sticky {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #f5f5f5;
    padding: 10px 0;
  }
  .page-footer,
  .footer-container,
  .footer-top-wrap {
    margin-top: -15px !important;
  }
  /* EPREL â€“ Mobiele variant */
  .custom-eprel-tab .eprel-label-wrapper {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }
  .custom-eprel-tab .eprel-label-container {
    justify-content: flex-start;
  }
  .custom-eprel-tab .eprel-text-container {
    text-align: left;
    align-items: flex-start;
  }
  .custom-eprel-tab .eprel-feature-item {
    flex-direction: row;
    align-items: center;
  }
  .eprel-modal-content {
    max-width: 95%;
    max-height: 95%;
  }
  /* #Nieuwsbrief-inschrijving-title centreren */
  #Nieuwsbrief-inschrijving-title {
    text-align: center;
  }
  /* Custom Tabs Block â€“ Mobiel */
  .custom-tabs-block .mgz-tabs-nav {
    display: flex;
    justify-content: space-between;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50%;
    transform: translateX(-50%);
    background: #21314B;
    border-radius: 0;
    padding: 8px 0;
    position: relative;
  }
  .custom-tabs-block .mgz-container {
    padding: 0 !important;
    margin: 0 !important;
  }
  .custom-tabs-block .mgz-tabs-tab-title {
    flex: 1;
    text-align: center;
    padding: 12px;
    color: white;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .custom-tabs-block .mgz-tabs-tab-title:last-child {
    border-right: none;
  }
  .custom-tabs-block .mgz-tabs-tab-title i {
    font-size: 24px;
    margin: 0;
  }
  .custom-tabs-block .mgz-tabs-tab-title a span {
    display: none;
  }
  .filter-block {
    background: white;
    border-radius: 0;
    padding: 15px;
    margin-top: 0;
  }
  .finder-block {
    border-radius: 0 !important;
  }
  @keyframes pulse {
    0% {
      box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    }
    50% {
      box-shadow: 0 0 15px #ffffff;
    }
    100% {
      box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    }
  }
  .mgz-tabs-tab-title.mgz-active {
    animation: pulse 1.5s infinite;
  }
  /* Product Grid â€“ Mobiele variant */
  .product-grid-row {
    flex-direction: column;
    align-items: center;
  }
  .product-grid-column {
    max-width: 100%;
  }
  .product-grid-tabs {
    flex-wrap: wrap;
  }
}
/* -------------------------------------------
   MOBIELE STIJLEN (max-width: 480px)
------------------------------------------- */
@media (max-width: 480px) {
  .tire-box {
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  /* Alleen voor mobiel */
  .minicart-wrapper-custom {
    transform: translate(-5px, -43px);
    /* 5px naar links, 43px omhoog */
  }
}
@media (max-width: 768px) {
  /* Alleen voor mobiel */
  .rotating-text {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .ves-mega-menu .top-header-links .top-header-link {
    display: block !important;
    /* Zorgt dat de knop zichtbaar is */
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  .ves-mega-menu .top-header-links {
    display: flex !important;
    /* Zorgt dat de container zichtbaar blijft */
    flex-direction: column;
    /* Stapelt de links onder elkaar */
    align-items: center;
  }
}
/* -------- * ^Sectie 2^ * -------- */
/* Tablet/smaller screens: 2 items per rij */
@media (max-width: 768px) {
  .tire-box {
    flex: 0 0 calc(30%);
    margin-bottom: 20px;
  }
}
/* Mobiel/hele kleine schermen: 1 item per rij */
@media (max-width: 480px) {
  .tire-box {
    flex: 0 0 100%;
  }
}
/* ^Sectie 2^ */
@media (max-width: 767px) {
  /* ðŸ”¥ 1. Zorg dat de rij zich gedraagt */
  #hp-brands-10time {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  /* ðŸ”¥ 2. Fix de kolommen, exact 2 per rij */
  #hp-brands-10time &gt; div {
    flex: 0 0 50% !important;
    /* Zorgt dat ze echt 2 naast elkaar blijven */
    max-width: 50% !important;
    width: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
  /* ðŸ”¥ 3. Afbeeldingen volledig laten strekken BINNEN hun vak */
  #hp-brands-10time &gt; div img {
    display: block !important;
    width: 100% !important;
    /* Zorgt dat ze volledig de kolom vullen */
    height: auto !important;
    /* Houdt de originele verhoudingen */
    max-height: 180px !important;
    /* Pas deze aan voor nog grotere afbeeldingen */
    object-fit: contain !important;
    /* Zorgt dat ze niet uitgerekt worden */
  }
  /* ðŸ”¥ 4. Fix rare Bootstrap/Magento grid issues */
  #hp-brands-10time .mgz-element-column,
  #hp-brands-10time .mgz-col-md-15,
  #hp-brands-10time .mgz-col-lg-15,
  #hp-brands-10time .mgz-col-sm-15 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
  /* ðŸ”¥ 5. Verwijder witruimtes tussen de elementen */
  #hp-brands-10time &gt; div::before,
  #hp-brands-10time &gt; div::after {
    display: none !important;
    content: "" !important;
  }
}
/* -------------------------------------------
   ðŸ”¥ HEADER SECTION (Desktop) ðŸ”¥
------------------------------------------- */
/* Top-header container */
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
}
/* Extra container voor header-inhoud (indien gebruikt in de HTML) */
.top-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
/* Rotating text wrapper (alleen zichtbaar op desktop) */
.top-header-text-wrapper.desktop-only {
  display: flex !important;
  flex: 1;
  /* Neemt alle beschikbare ruimte in */
  align-items: center;
  text-align: left;
}
/* Container voor de links (zorgt voor uitlijning naar rechts) */
.top-header-links {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
/* Individuele link styling */
.top-header-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  transition: transform 0.3s ease-in-out;
}
/* Icoontjes in de links */
.top-header-link img {
  width: 25px;
  height: 25px;
  filter: invert(100%) brightness(100%);
}
/* Hover-effect voor links */
.top-header-link:hover {
  transform: scale(1.05);
}
/* Zorg dat alle links binnen .top-header-links wit blijven */
.top-header-links a {
  color: #ffffff !important;
}
/* ðŸ›’ Zoekbalk en winkelwagen */
.search-and-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
/* ðŸ”Ž Zoekbalk styling */
.search-wrapper {
  display: flex;
  align-items: center;
}
.search-wrapper input[type="text"] {
  border-radius: 7px;
  height: 36px;
  width: 200px;
  border: 1px solid #ccc;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.search-wrapper input[type="text"]::placeholder {
  color: #aaa;
}
/* ðŸ›ï¸ Winkelwagen styling */
.minicart-wrapper-custom {
  display: flex;
  align-items: center;
  position: relative;
}
.minicart-wrapper-custom .action.showcart {
  background-image: url('/media/logo/stores/1/cart-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: inline-block;
}
/* ðŸ”´ Winkelwagen badge */
.minicart-wrapper-custom .action.showcart .counter.qty {
  background: #EF5B33;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* ðŸ“± MOBIEL VERSIE FIX */
@media (max-width: 768px) {
  .search-and-cart {
    flex-direction: column;
    /* Stapelt elementen onder elkaar */
    align-items: flex-start;
    /* Links uitlijnen */
    gap: 10px;
    width: 100%;
  }
  .search-wrapper input[type="text"] {
    width: 100%;
    /* Laat de zoekbalk de volledige breedte innemen */
    max-width: 100%;
  }
  .minicart-wrapper-custom {
    align-self: flex-end;
    /* Zorgt ervoor dat de winkelwagen rechts blijft */
  }
}
/* -------------------------------------------
   DESKTOP-SPECIFIEKE STIJLEN
------------------------------------------- */
/* Homepage Footer â€“ Desktop */
/* --------------------------------------------- */
.um-footer-builder .footer-bottom [class^="fa-"],
.um-footer-builder .footer-bottom [class*=" fa-"] {
  color: #fff;
}
.um-footer-builder .footer-middle-2-wrap {
  border-top: 1px solid #21314B;
}
.um-footer-builder .footer-b-wrap {
  border-top: 1px solid #fff;
}
/* Collapsible Wrapper â€“ Desktop variant */
@media (min-width: 1024px) {
  .collapsible-wrapper {
    justify-content: flex-end;
    /* Schuift naar links */
    padding-right: 20px;
  }
}
/* (Eventueel andere desktop-only overrides toevoegen) */
@media (min-width: 769px) {
  /* Alleen voor desktop */
  .mobile-only {
    display: none !important;
  }
}
.amfinder-buttons button.button.action.primary {
  padding: 15.1px 19.41px;
  width: 189.82px;
  border-radius: 8px;
}
.amfinder-buttons .button:first-of-type {
  position: absolute;
  right: 11px;
  top: 88%;
  background: #fff;
  border: none;
  padding: 0;
}
.amfinder-buttons button:first-of-type::before {
  content: url('https://www.banden-kopen.nl/media/wysiwyg/reset.png');
  /* Replace with the actual image path */
  display: inline-block;
  width: 14.7px;
  height: auto;
  margin-right: 5px;
  /* Optional: Adjust spacing between the image and button */
}
.amfinder-buttons {
  padding-left: 10px;
}
/* Part finder en zoeksectie */
#bovenste-sectie {
  margin-top: -175px !important;
  /* Minder extreme negatieve marge */
  padding-bottom: 0px !important;
  /* Geen extra witruimte */
  margin-bottom: 0px !important;
  /* Geen extra ruimte eronder */
}
#middle-sectie {
  margin-top: 0px !important;
  /* Voorkomt dubbele witruimte */
  padding-top: 0px !important;
  /* Zorgt dat de secties elkaar direct raken */
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
/* Icon replace Amasty */
.custom-amasty-icon {
  display: flex;
  justify-content: center;
  /* Centreert de afbeelding */
  align-items: center;
  margin-top: 5px;
  width: 100%;
  /* Zorgt ervoor dat de div de volledige breedte gebruikt */
}
.custom-amasty-icon img {
  width: 100%;
  /* Zorgt dat de afbeelding altijd de volle breedte inneemt */
  height: 100px;
  /* Pas de hoogte aan naar wens */
  object-fit: cover;
  /* Zorgt dat de afbeelding wordt opgerekt en gevuld */
}
@media (min-width: 769px) {
  .nav-sections {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 769px) {
  .magemechanic-container {
    display: flex;
    justify-content: center;
    /* Centreert de items */
    align-items: center;
    /* Zorgt dat ze verticaal gecentreerd zijn */
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100vw;
    /* Volledige viewport breedte */
    max-width: 100vw;
    /* Zorgt dat het zich niet beperkt tot 1200px */
    min-height: 400px;
    /* Zelfde hoogte als de andere sectie */
    padding: 25px;
    flex-direction: column;
  }
  .usp-wrapper {
    display: flex;
    justify-content: space-between;
    /* Zorgt dat ze gelijk verdeeld worden */
    flex-wrap: wrap;
    max-width: 90vw;
    /* Maak de content breder, pas aan naar wens */
    width: 100%;
    gap: 20px;
  }
  .tire-box {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    background: rgba(250, 250, 250, 0.8);
    /* Maak de box een beetje transparant */
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tire-box:hover {
    background: #fafafa;
    transform: translateY(-5px);
  }
  .icon-container {
    font-size: 40px;
    color: #EF5B33;
    margin-bottom: 10px;
  }
  .text-container h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .text-container p {
    font-size: 14px;
    color: #555;
  }
}
/* Mobiel: Onder elkaar */
@media (max-width: 768px) {
  .usp-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tire-box {
    width: 90%;
  }
}
/* ---------------------------- */
/* Algemene Button Stijlen */
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  display: inline-block;
  padding: 10px 20px;
  /* Voorkomt dat de knop te klein wordt */
  font-size: 16px;
  /* Zorgt voor een consistente tekstgrootte */
  border-radius: 4px;
  /* Zorgt voor afgeronde hoeken */
  text-align: center;
  transition: all 0.3s ease-in-out;
}
/* Focus &amp; Active State */
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #21314B;
  border: 1px solid #21314B;
  color: #fff;
}
/* Hover State */
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #EF5B33;
  border: 1px solid #EF5B33;
  color: #fff;
}
/* Button Styling (Primary) */
/* Scroll Button Styling */
.amscroll-page-num.-amscroll-button {
  border: 1px solid #D7512D;
  background: #EF5B33;
}
/* Quickview Button Styling */
.amquickview-hover {
  background-color: #EF5B33;
}
.amquickview-hover:hover {
  background-color: #D7512D;
}
/* Fotorama Thumbnail Styling */
.fotorama__thumb {
  background-color: #fff;
}
/* Review Submit Button Styling */
.amreview-submit-form .review-form .action.submit.primary {
  border: 1px solid #21314B;
  background: #21314B;
}
.amreview-submit-form .review-form .action.submit.primary:hover,
.amreview-submit-form .review-form .action.submit.primary:active,
.amreview-submit-form .review-form .action.submit.primary.-active {
  border-color: #D7512D;
  background: #EF5B33;
}
/* Collapsible Navigation Styling */
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current &gt; strong {
  border-color: #f2ca5;
}
.block-collapsible-nav .content {
  margin-bottom: 40px;
}
/* Checkout Styling */
.checkout-index-index .am-checkout:not(.-modern) {
  background: #fff;
}
/* Shipping Address Selected Item Styling */
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #f2ca5;
}
/* Footer Middle Styling */
.footer-middle,
.footer-middle p {
  color: #fff;
}
.footer-middle .block .block-title strong {
  color: #fff;
}
.footer-middle a {
  color: #fff;
}
.footer-middle a:hover {
  color: #EF5B33;
}
/* Tabs Styling */
.mgz-tabs:not(.mgz-tabs-no-fill-content) .mgz-tabs-tab-content {
  background: #fff;
}
.mgz-tabs-nav &gt; .mgz-tabs-tab-title:not(.mgz-active) &gt; a,
.mgz-tabs-content &gt; .mgz-tabs-tab-title:not(.mgz-active) &gt; a {
  background: #21314B;
}
.mgz-tabs-nav &gt; .mgz-tabs-tab-title.mgz-active &gt; a,
.mgz-tabs-content &gt; .mgz-tabs-tab-title.mgz-active &gt; a {
  background: #273A59;
  color: #fff;
}
.mgz-tabs-nav &gt; .mgz-tabs-tab-title &gt; a,
.mgz-tabs-content &gt; .mgz-tabs-tab-title &gt; a {
  color: #B5B5B5;
}
.mgz-tabs-nav &gt; .mgz-tabs-tab-title:not(.mgz-active) &gt; a:hover,
.mgz-tabs-content &gt; .mgz-tabs-tab-title:not(.mgz-active) &gt; a:hover {
  background: #273A59;
  color: #fff;
}
/* GDPR Modal Styling */
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #21314B;
}
/* Collapsible Navigation Item Styling */
.block-collapsible-nav .item .delimiter {
  display: none;
}
/* Page Footer Styling */
.page-footer {
  background: #21314B;
}
/* Shipping Block Visibility */
.checkout-cart-index #block-shipping {
  display: none;
}
/* Algemene stijlen (desktop &amp; mobiel) */
.custom-payment-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.custom-payment-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.custom-payment-icons img {
  max-width: 100%;
  height: auto;
}
/* EPREL â€“ Algemene regels */
.custom-eprel-tab .eprel-label-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 20px 0;
  gap: 30px;
}
.custom-eprel-tab .eprel-label-container {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.custom-eprel-tab .eprel-image {
  max-width: 150px;
  display: block;
  cursor: pointer;
}
.custom-eprel-tab .eprel-text-container {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.custom-eprel-tab .eprel-text-container h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.custom-eprel-tab .eprel-text-container p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.custom-eprel-tab .eprel-features {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  text-align: left;
}
.custom-eprel-tab .eprel-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.custom-eprel-tab .eprel-icon {
  width: 32px;
  height: 32px;
  fill: #007bff;
  flex-shrink: 0;
}
.custom-eprel-tab .eprel-button {
  display: inline-block;
  background: #007bff;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease-in-out;
}
.custom-eprel-tab .eprel-button:hover {
  background: #0056b3;
}
/* EPREL Modal */
.eprel-modal {
  display: none;
  position: fixed;
  z-index: 1000000 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}
.eprel-modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1000001 !important;
}
.eprel-modal img {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  z-index: 1000002;
}
/* Modal onder andere elementen */
body.modal-open .product-item,
body.modal-open .block.amshopby-morefrom,
body.modal-open .page-wrapper,
body.modal-open .footer,
body.modal-open .header,
body.modal-open .newsletter-popup,
body.modal-open .cookie-popup {
  z-index: 1 !important;
  position: relative;
}
body.modal-open .product-image-photo {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1 !important;
  position: relative;
}
body.modal-open .product-item .product-item-info,
body.modal-open .product-item .price-box,
body.modal-open .product-item .product-item-actions {
  z-index: 1 !important;
  position: relative;
}
body.modal-open .footer,
body.modal-open .header,
body.modal-open .newsletter-popup,
body.modal-open .cookie-popup {
  z-index: 2 !important;
}
body.modal-open {
  overflow: hidden;
  padding-right: 15px;
}
/* Sluitknop styling */
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: black;
  background: white;
  padding: 5px 10px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000003 !important;
}
.close-modal:hover {
  color: red;
}
/* Element Padding &amp; Container Styling */
.mgz-element-column &gt; .mgz-element-inner {
  padding: 0px;
}
.amasty-shipbar.container {
  max-width: 100%;
  padding: 0px;
}
/* Hide Widget Titles */
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  display: none;
}
/* Sidebar Menu &amp; Button Styling */
.amamp-menu-sidebar .amamp-content-block {
  background-color: #21314B;
}
.amamp-button.-full,
.amamp-button.-small,
.amamp-top-button {
  color: #000;
  background: #21314B;
}
/* Margin Styling */
.element.style {
  margin-top: -5px;
}
/* Footer Bottom Styling */
.footer-bottom,
.footer-bottom p {
  color: #fff;
}
/* BasSlider border */
.basSlider.defaultTheme .cwsRwdSlider {
  border: 0px solid #ddd;
}
/* Hide Line Breaks in Specific Pages */
body[class*="amasty_rma"] .column.main &gt; br {
  display: none;
}
.um-footer-builder .footer-middle-1-wrap {
  border-top: 0px solid #dadada;
}
body.amlocator-index-index .column.main &gt; br {
  display: none;
}
/* Finder Button Styling */
.amfinder-buttons button.button.action.primary {
  padding: 15.1px 19.41px;
  width: 189.82px;
  border-radius: 8px;
}
.amfinder-buttons .button:first-of-type {
  position: absolute;
  right: 11px;
  top: 88%;
  background: #fff;
  border: none;
  padding: 0;
}
.amfinder-buttons button:first-of-type::before {
  content: url('https://www.banden-kopen.nl/media/wysiwyg/reset.png');
  display: inline-block;
  width: 14.7px;
  height: auto;
  margin-right: 5px;
}
.amfinder-buttons {
  padding-left: 10px;
}
/* Button Styling */
.mgz-btn {
  background-color: #21314b;
}
a.mgz-btn {
  color: #ffffff;
}
.mgz-btn:hover {
  background-color: #ef5b33;
}
/* Mounting Text and Icon Styling */
.mm-icon-text span,
.mm-mounting-text span {
  display: inline-block;
  width: 80%;
}
.mm-icon-text img,
.mm-mounting-text img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  margin-top: 11px;
  width: 20px;
  height: auto;
}
/* Keyframes */
@keyframes rotateText {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  25% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  30% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
}
.rotating-text {
  position: absolute;
  left: 10px;
  top: 5px;
  width: auto !important;
  text-align: left;
  font-size: 18px;
  visibility: hidden;
  white-space: nowrap !important;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}
.rotating-text:nth-child(1) {
  animation: rotateText 9s infinite 0s forwards ease-in-out;
}
.rotating-text:nth-child(2) {
  animation: rotateText 9s infinite 3s forwards ease-in-out;
}
.rotating-text:nth-child(3) {
  animation: rotateText 9s infinite 6s forwards ease-in-out;
}
/* Stijl voor sterren en keurmerk icoon */
.header-stars img,
.webwinkelkeur img {
  height: 20px;
  transition: transform 0.3s ease;
}
.webwinkelkeur img:hover {
  transform: scale(1.1);
}
/* HEADER SECTION */
.attribute-icon {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 8px;
  display: inline-block;
}
.custom-tab-content {
  margin-top: 20px;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
}
.data-table th,
.data-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}
.data-table th {
  background-color: #f5f5f5;
  font-weight: bold;
}
/* Banden Switcher */
.banden-switcher {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 8px;
  max-width: 400px;
  font-family: Arial, sans-serif;
}
.banden-switcher select:hover {
  border-color: #007bff;
}
.banden-switcher select:focus {
  outline: none;
  border-color: #0056b3;
  box-shadow: 0 0 5px rgba(0, 91, 187, 0.5);
}
.banden-switcher select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  height: 40px;
}
/* Icoon + Tekst in dezelfde lijn â€“ BRAND page */
.mgz-icon-list-item-icon {
  margin-right: 15px;
}
/* Collapsible Box (Homepage Meest gekozen bandenmaten sectie) */
.collapsible-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  /* Zorgt dat het de volledige breedte pakt */
  margin: 0 auto;
  /* Centreert de box */
}
.collapsible-box {
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.collapsible-header {
  background-color: #f4f4f4;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collapsible-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  padding: 0 15px;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.collapsible-content.show {
  max-height: 500px;
  opacity: 1;
  padding: 10px 15px;
}
.collapsible-content a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #007bff;
  margin: 5px 0;
}
.collapsible-content a:hover {
  text-decoration: underline;
}
.chevron {
  font-size: 12px;
  transition: transform 0.3s ease-out;
}
.rotate-up {
  transform: rotate(180deg);
}
.rotate-right {
  transform: rotate(0deg);
}
.rotate-down-link {
  transform: rotate(90deg);
}
.section-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #333;
}
.spacer {
  height: 15px;
}
/* Popup bandenmaat uitleg */
.bandenmaat-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: none;
  padding: 0;
  border-radius: 0;
}
.actions-secondary .tocompare {
  display: none !important;
}
/* âœ… Zorg ervoor dat de titel zijn standaardpositie behoudt */
.page-title {
  margin-top: 0;
}
/* âœ… Op desktop: extra ruimte onder het icoon zodat de titel niet wordt weggedrukt */
@media (min-width: 769px) {
  .page-title {
    margin-top: 30px;
    /* Pas deze waarde aan voor meer/minder ruimte */
  }
}
/* âœ… Stijl voor product- en voertuigcontainers */
.product-container,
.voertuig-container {
  display: flex;
  align-items: center;
  /* Zorgt ervoor dat het icoon en de tekst op dezelfde hoogte staan */
  gap: 10px;
  /* Gelijke afstand tussen icoon en tekst */
  margin-top: 5px;
  /* Extra ruimte tussen seizoen-icoon en voertuigicoon */
}
/* âœ… Stijl voor seizoensicoon en voertuigicoon */
.seizoen-icon,
.voertuig-icon {
  width: 50px;
  /* Consistente grootte voor alle iconen */
  height: auto;
}
/* âœ… Stijl voor individuele voertuigtypes */
.voertuig-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* âœ… Zorg ervoor dat de voertuignaam netjes naast het icoon staat */
.voertuig-container img {
  vertical-align: middle;
}
/* âœ… Stijl voor seizoensnaam en voertuignaam (BOLD FIX) */
.seizoen-naam,
.voertuig-naam {
  font-size: 16px;
  font-weight: bold;
  /* Beide teksten even opvallend */
  color: #333;
  display: inline-block;
}
/* HEADER SECTION */
/* =======================
   Algemene Styling
   ======================= */
/* Iconen naast attributen */
.attribute-icon {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 8px;
  display: inline-block;
}
/* Tab Content */
.custom-tab-content {
  margin-top: 20px;
}
/* Data Table Styling */
.data-table {
  width: 100%;
  border-collapse: collapse;
}
.data-table th,
.data-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}
.data-table th {
  background-color: #f5f5f5;
  font-weight: bold;
}
/* =======================
   Bandenmaat &amp; Switcher
   ======================= */
.banden-switcher {
  margin: 15px 0;
  padding: 10px;
  background: #f8f9fa;
  /* Lichtgrijze achtergrond */
  border-radius: 8px;
  max-width: 400px;
  font-family: Arial, sans-serif;
}
.banden-switcher select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  height: 40px;
}
.banden-switcher select:hover {
  border-color: #007bff;
}
.banden-switcher select:focus {
  outline: none;
  border-color: #0056b3;
  box-shadow: 0 0 5px rgba(0, 91, 187, 0.5);
}
/* Bandenmaat Info Link */
.bandenmaat-info a {
  color: inherit;
  text-decoration: underline;
  font-weight: normal;
  display: inline-block;
  margin-left: 8px;
}
.bandenmaat-info a.shake {
  animation: shake 0.3s ease-in-out;
}
/* =======================
   Betaalmethoden Iconen
   ======================= */
.custom-payment-icons {
  text-align: center;
  margin-top: 15px;
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.custom-payment-icons img {
  max-width: 100%;
  height: auto;
  margin-top: -5px;
}
/* =======================
   Animaties
   ======================= */
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-3px);
  }
  40% {
    transform: translateX(3px);
  }
  60% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(3px);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 15px #ffffff;
  }
  100% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }
}
.mgz-tabs-tab-title.mgz-active {
  animation: pulse 1.5s infinite;
}
/* =======================
   Icoontjes Styling
   ======================= */
.mgz-fa-car,
.mgz-fa-truck-moving,
.mgz-fa-motorcycle,
.mgz-fa-window-minimize {
  font-size: 28px;
}
/* =======================
   Responsieve Aanpassingen
   ======================= */
@media (max-width: 768px) {
  .banden-switcher select {
    font-size: 18px;
    height: 50px;
  }
  .bandenmaat-info a {
    margin-top: 10px !important;
    display: block;
  }
  /* Tabs Styling voor Mobiel */
  .custom-tabs-block .mgz-tabs-nav {
    display: flex;
    justify-content: space-between;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50%;
    transform: translateX(-50%);
    background: #21314B;
    border-radius: 0;
    padding: 8px 0;
    position: relative;
  }
  .custom-tabs-block .mgz-container {
    padding: 0 !important;
    margin: 0 !important;
  }
  .custom-tabs-block .mgz-tabs-tab-title {
    flex: 1;
    text-align: center;
    padding: 12px;
    color: white;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .custom-tabs-block .mgz-tabs-tab-title:last-child {
    border-right: none;
  }
  .custom-tabs-block .mgz-tabs-tab-title i {
    font-size: 24px;
    margin: 0;
  }
  /* Verberg tekst in tabs, alleen icoontjes tonen */
  .custom-tabs-block .mgz-tabs-tab-title a span {
    display: none;
  }
  /* Zorg dat de tabs strak aansluiten op de filter */
  .filter-block {
    background: white;
    border-radius: 0;
    padding: 15px;
    margin-top: 0;
  }
  /* Verwijder afgeronde hoeken van Finder */
  .finder-block {
    border-radius: 0 !important;
  }
}
.breadcrumbs {
  margin-top: 20px;
  /* Voegt 20px ruimte boven de breadcrumbs */
}
/* âœ… Producttitel en icoon correct uitlijnen */
.product-title-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.product-title-icon img {
  width: 32px;
  height: 32px;
  margin-left: 8px;
  object-fit: contain;
}
/* âœ… Product attributen styling */
.product-attributes-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 5px;
}
.product-attribute-item {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  min-width: 50px;
  justify-content: center;
  text-transform: uppercase;
}
/* âœ… Energielabels correct tonen */
.product-attribute-item.energielabel.a {
  background-color: #016531;
}
.product-attribute-item.energielabel.b {
  background-color: #40a72c;
}
.product-attribute-item.energielabel.c {
  background-color: #9ac10f;
}
.product-attribute-item.energielabel.d {
  background-color: #feed02;
  color: black;
}
.product-attribute-item.energielabel.e {
  background-color: #f19500;
}
.product-attribute-item.energielabel.f {
  background-color: #e8501d;
}
/* âœ… Grip en geluidsniveau */
.product-attribute-item.grip-op-glad-wegdek {
  background-color: #4ba6dd;
}
.product-attribute-item.geluidsniveau {
  background-color: #000;
}
/* âœ… Iconen styling */
.attribute-icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
/* âœ… Iconen correct tonen */
.attribute-icon i {
  font-size: 15px;
  color: white;
}
/* âœ… Zorgt ervoor dat de dropdown naast de knop netjes staat */
.field.qty {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}
/* âœ… Styling voor de dropdown */
.field.qty select {
  width: 60px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
/* âœ… Stijl van de button blijft behouden */
button.amcart-submit {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
}
/* âœ… Producttitel groter en correct uitgelijnd */
.catalog-category-view .product-item-name a {
  font-size: 16px !important;
  /* Vergroot de tekst */
  color: #000;
  /* Zwart maken */
  white-space: nowrap;
  /* Voorkomt afbreken */
  overflow: hidden;
  text-overflow: ellipsis;
  /* Voegt '...' toe als te lang */
}
/* âœ… Productprijs groter en rechts uitgelijnd */
.catalog-category-view .price-box {
  font-size: 18px !important;
  /* Vergroot de prijs */
  font-weight: bold;
  color: #000;
  text-align: right !important;
}
/* âœ… "Per stuk" tekst iets kleiner en subtieler */
.catalog-category-view .price-unit {
  font-size: 14px !important;
  font-weight: 500;
  color: #555;
}
/* âœ… Zorg dat prijs, knop en iconen goed uitgelijnd zijn */
.catalog-category-view .product-item-inner {
  display: flex;
  align-items: center;
  /* Zorgt ervoor dat alles verticaal gecentreerd is */
  justify-content: space-between;
  /* Ruimte tussen productnaam en prijs */
  flex-wrap: nowrap;
  /* Voorkomt dat de titel naar een volgende regel gaat */
}
/* âœ… Verplaats de "Toevoegen" knop naar rechts */
.catalog-category-view .product-item-actions {
  display: flex;
  justify-content: flex-end;
  /* Zorgt dat de knop rechts staat */
  width: 100%;
}
/* âœ… Amasty Review Widget Styling */
#amreview-widget-container {
  margin-top: 20px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#amreview-widget-container .amreview-list {
  list-style: none;
  padding: 0;
}
#amreview-widget-container .amreview-item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
#amreview-widget-container .amreview-item:last-child {
  border-bottom: none;
}
/* âœ… Responsive verbeteringen */
@media screen and (max-width: 1024px) {
  .brand-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .brand-image-container,
  .brand-info,
  .brand-actions {
    max-width: 100%;
  }
  .brand-info p {
    text-align: center;
  }
  .tabs {
    justify-content: center;
  }
  .brand-benefits li {
    justify-content: center;
  }
}
/* âœ… Smooth scrolling */
html {
  scroll-behavior: smooth;
}
section {
  scroll-margin-top: 80px;
  padding-top: 20px;
}
/* =======================================
   ðŸŽ¨ Algemene styling voor iconen (seizoens- en voertuigiconen)
   ======================================= */
/* De container die zowel het icoon als de tekst bevat */
.icon-label {
  display: flex;
  /* Zet icoon en tekst op dezelfde lijn */
  align-items: center;
  /* Zorgt ervoor dat tekst en icoon verticaal uitgelijnd zijn */
  gap: 8px;
  /* Ruimte tussen icoon en tekst */
}
/* Zorgt ervoor dat alle iconen even groot zijn */
.icon-label img {
  width: 28px;
  /* Zorgt ervoor dat iconen dezelfde breedte hebben */
  height: 28px;
  /* Zorgt ervoor dat iconen dezelfde hoogte hebben */
  object-fit: contain;
  /* Zorgt ervoor dat iconen niet vervormen */
}
/* =======================================
   ðŸŽ¨ Styling voor seizoensspecifieke iconen
   ======================================= */
/* Zomerbanden-icoon */
.icon-label.zomerband img {
  filter: invert(46%) sepia(98%) saturate(647%) hue-rotate(1deg) brightness(101%) contrast(102%);
}
/* Winterbanden-icoon */
.icon-label.winterband img {
  filter: invert(23%) sepia(92%) saturate(1360%) hue-rotate(198deg) brightness(96%) contrast(105%);
}
/* 4-seizoenenbanden-icoon */
.icon-label.all-season img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}
/* =======================================
   ðŸŽ¨ Styling voor tekst naast iconen
   ======================================= */
.icon-label span {
  font-size: 16px;
  /* Zorgt voor consistente tekstgrootte */
  font-weight: bold;
  /* Maakt de tekst iets vetter */
  color: #333;
  /* Zorgt ervoor dat de tekstkleur consistent is */
}
/* =======================================
   ðŸŽ¨ Voertuigiconen styling
   ======================================= */
/* Container voor voertuigiconen */
.voertuig-container {
  display: flex;
  flex-wrap: wrap;
  /* Zorgt ervoor dat iconen netjes onder elkaar gaan als er veel zijn */
  gap: 10px;
  /* Ruimte tussen verschillende voertuigiconen */
  align-items: center;
}
/* Elk voertuigtype krijgt zijn eigen iconen en styling */
.voertuig-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
/* De iconen voor de verschillende voertuigtypen */
.voertuig-item img {
  width: 28px;
  height: 28px;
}
/* Tekst naast de voertuigiconen */
.voertuig-naam {
  font-size: 14px;
  color: #555;
}
.amfaq-title {
  text-align: center;
  background: #21314B;
  color: #fff;
  font-size: 38px !important;
  width: 100%;
  position: center;
}
/* âœ… Verberg de Amasty Finder op de zoekresultatenpagina - werkt niet-  */
.catalogsearch-result-index .amfinder-common-wrapper {
  display: none !important;
}
/* ðŸ”¥ Finder-container verbeteren */
@media (min-width: 769px) {
  #amfinder_17.custom-autobanden-finder,
  #amfinder_18.custom-vrachtwagenbanden-finder,
  #amfinder_19.custom-motorbanden-finder,
  #amfinder_20.custom-scooterbanden-finder,
  #amfinder_17.custom-zomerbanden-finder,
  #amfinder_17.custom-winterbanden-finder,
  #amfinder_17.custom-4seizoenenbanden-finder {
    display: flex;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: white;
    padding: 25px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    flex-direction: column;
    min-height: 400px;
  }
  #amfinder_17.custom-autobanden-finder {
    background-image: url('https://www.banden-kopen.nl/media/custom/autobanden-background.webp') !important;
  }
  #amfinder_18.custom-vrachtwagenbanden-finder {
    background-image: url('https://www.banden-kopen.nl/media/custom/vrachtwagenbanden-background.webp') !important;
  }
  #amfinder_19.custom-motorbanden-finder {
    background-image: url('https://www.banden-kopen.nl/media/custom/motorbanden-background.webp') !important;
  }
  #amfinder_20.custom-scooterbanden-finder {
    background-image: url('https://www.banden-kopen.nl/media/custom/scooterbanden-background.webp') !important;
  }
  #amfinder_17.custom-zomerbanden-finder {
    background-image: url('https://www.banden-kopen.nl/media/custom/zomerbanden-background.webp') !important;
  }
  #amfinder_17.custom-winterbanden-finder {
    background-image: url('https://www.banden-kopen.nl/media/custom/winterbanden-background.webp') !important;
  }
  #amfinder_17.custom-4seizoenenbanden-finder {
    background-image: url('https://www.banden-kopen.nl/media/custom/4-seizoenenbanden-background.webp') !important;
  }
  /* ðŸ”¥ Magemechanic-container alleen op desktop */
  .magemechanic-container {
    display: flex;
  }
}
@media (max-width: 768px) {
  #amfinder_17.custom-autobanden-finder,
  #amfinder_18.custom-vrachtwagenbanden-finder,
  #amfinder_19.custom-motorbanden-finder,
  #amfinder_20.custom-scooterbanden-finder,
  #amfinder_17.custom-zomerbanden-finder,
  #amfinder_17.custom-winterbanden-finder,
  #amfinder_17.custom-4seizoenenbanden-finder,
  .magemechanic-container,
  .usp-wrapper,
  .tire-box {
    display: none !important;
    visibility: hidden;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden;
    position: absolute;
  }
  body {
    background-color: white !important;
    /* Zorgt ervoor dat er geen grijze achtergrond zichtbaar is */
  }
}
.custom-first-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}
/* Responsive: op kleinere schermen 1 kolom */
@media (max-width: 768px) {
  .custom-first-section {
    grid-template-columns: 1fr;
  }
}
/* Algemene styling voor het label */
.grip-label {
  display: inline-block;
  padding: 3px 8px;
  margin-left: 5px;
  border-radius: 4px;
  font-weight: bold;
}
/* Achtergrondkleuren per label */
.grip-label-a {
  background-color: #016531;
  color: white;
}
.grip-label-b {
  background-color: #40a72c;
  color: white;
}
.grip-label-c {
  background-color: #9ac10f;
  color: white;
}
.grip-label-d {
  background-color: #feed02;
  color: white;
}
.grip-label-e {
  background-color: #f19500;
  color: white;
}
.grip-label-f {
  background-color: #e8501d;
  color: white;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table &gt; tfoot &gt; tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content &gt; *[class],
  .panel.wrapper &gt; *[class],
  .footer.content &gt; *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
</pre></body></html>