/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin.
Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
Version: 3.4.4.1757517725
Updated: 2025-09-10 15:22:05
*/

/* ================================
   FACETWP • SHOP FILTERS + FLYOUT
   ================================ */

/* Container */
.shop-filters.facetwp-filters {
  background: #fff;
  border: 1px solid #e9e9ee;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  margin: 12px 0 24px;
}

/* Titels */
.filters-title {
  margin: 8px 0 6px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* Desktop */
@media (min-width: 993px) {
  .facetwp-flyout-open {
    display: none !important;
  }

  .shop-filters .flyout-header {
    display: none;
  }

  .shop-filters .flyout-panel {
    display: block;
  }

  .filters-grid.filters-grid-tires {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
  }

  .filters-grid.filters-grid-tires .filters-column {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
  }

  .filters-grid.filters-grid-tires .single-shop-filter {
    width: 100%;
  }
}

/* Basis kolommen */
.filters-grid.filters-grid-tires {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
  gap: 24px !important;
  width: 100%;
}

.filters-grid.filters-grid-tires .filters-column {
  display: flex;
  flex-direction: column;
}

.filters-grid.filters-grid-tires .single-shop-filter {
  width: 100%;
  margin-bottom: 10px;
}

/* Facet spacing reset */
.shop-filters .facetwp-facet {
  margin: 0 !important;
}

.shop-filters .facetwp-facet .fs-wrap {
  margin: 0 !important;
}

/* Inputs / selects */
.shop-filters .facetwp-facet select,
.shop-filters .facetwp-facet input[type="text"] {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #d8dbe4;
  border-radius: 6px;
  background: #fff;
  transition: border-color .15s, box-shadow .15s;
}

.shop-filters .facetwp-facet select:focus,
.shop-filters .facetwp-facet input[type="text"]:focus {
  border-color: #c9d4ff;
  box-shadow: 0 0 0 3px rgba(64,112,244,.15);
}

/* Radio facets netjes */
.facetwp-type-radio .facetwp-radio,
.facetwp-facet-productgroep .facetwp-radio,
.facetwp-facet-product_season .facetwp-radio {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 2px 0 !important;
  line-height: 1.3;
}

.facetwp-type-radio .facetwp-radio input[type="radio"],
.facetwp-facet-productgroep .facetwp-radio input[type="radio"],
.facetwp-facet-product_season .facetwp-radio input[type="radio"] {
  margin: 0 !important;
  flex-shrink: 0 !important;
}

.facetwp-type-radio .facetwp-radio label,
.facetwp-facet-productgroep .facetwp-radio label,
.facetwp-facet-product_season .facetwp-radio label,
.facetwp-type-radio .facetwp-radio .facetwp-label,
.facetwp-facet-productgroep .facetwp-radio .facetwp-label,
.facetwp-facet-product_season .facetwp-radio .facetwp-label {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}

.facetwp-type-radio .facetwp-count,
.facetwp-facet-productgroep .facetwp-count,
.facetwp-facet-product_season .facetwp-count {
  font-size: 12px;
  color: #6b7280;
  margin-left: 4px;
}

/* Reset knop */
.filters-grid.filters-grid-tires .filter-reset {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}

.filters-grid.filters-grid-tires .filter-reset .facetwp-reset {
  display: inline-block;
  padding: 8px 14px;
  background: #2f3a3f;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

/* Acties */
.shop-filters .shop-filters-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 10px;
  gap: 10px;
}

.facetwp-selections .facetwp-selection {
  background: #f2f4f7;
  border: 1px solid #e3e7ef;
  border-radius: 4px;
  padding: 3px 7px;
  margin: 2px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Woo topbar */
.shop-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 16px;
}

.shop-topbar .woocommerce-result-count {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.shop-topbar__sort .woocommerce-ordering {
  margin: 0;
}

.shop-topbar__sort .woocommerce-ordering select {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #d8dbe4;
  border-radius: 6px;
  background: #fff;
}

/* Mobiel / tablet */
@media (max-width: 992px) {
  .facetwp-flyout-open {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #dfe3ea;
    border-radius: 6px;
    background: #f7f8fa;
    margin: 0 0 10px 0;
  }

  .shop-filters.facetwp-filters {
    display: none;
  }

  body.filters-open .shop-filters.facetwp-filters {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(15,18,28,.35);
    padding: 0;
  }

  .shop-filters .flyout-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 85vh;
    overflow: auto;
    background: #fff;
    border-radius: 12px 12px 0 0;
    padding: 14px;
    box-shadow: 0 -6px 20px rgba(0,0,0,.12);
    transform: translateY(100%);
    transition: transform .25s ease;
  }

  body.filters-open .shop-filters .flyout-panel {
    transform: translateY(0);
  }

  .shop-filters .flyout-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .shop-filters .filters-close {
    height: 36px;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid #dfe3ea;
    background: #f7f8fa;
  }

  .filters-grid.filters-grid-tires {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .filters-grid.filters-grid-tires .filter-reset {
    justify-content: flex-start;
  }

  .shop-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .shop-topbar__sort,
  .shop-topbar__sort .woocommerce-ordering,
  .shop-topbar__sort .woocommerce-ordering select {
    width: 100%;
  }
}

/* Extra mobiel */
@media (max-width: 768px) {
  .facetwp-facet {
    margin-bottom: 14px !important;
  }

  .shop-filters.facetwp-filters .facetwp-facet {
    margin-bottom: 14px !important;
  }

  .facetwp-facet .fs-wrap,
  .facetwp-type-dropdown .fs-wrap {
    margin-bottom: 0 !important;
  }
}

/* Loader */
.facetwp-loading .products,
.facetwp-loading .product-grid,
.facetwp-loading ul.products {
  opacity: .6;
  pointer-events: none;
  transition: opacity .2s;
}
/* =========================================
   FACETWP RADIO FIX
   ========================================= */

.facetwp-type-radio .facetwp-radio,
.facetwp-facet-product_season .facetwp-radio {
  display: block !important;
  position: relative !important;
  padding-left: 22px !important;   /* ruimte voor bolletje */
  margin: 0 0 8px 0 !important;
  line-height: 1.4 !important;
  min-height: 18px !important;

  /* FacetWP bolletje netjes links zetten */
  background-position: left 3px center !important;
  background-repeat: no-repeat !important;
  background-size: 14px 14px !important;
}

/* tekst netjes */
.facetwp-type-radio .facetwp-radio .facetwp-display-value,
.facetwp-type-radio .facetwp-radio label,
.facetwp-facet-product_season .facetwp-radio .facetwp-display-value,
.facetwp-facet-product_season .facetwp-radio label {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

/* count iets los van de tekst */
.facetwp-type-radio .facetwp-count,
.facetwp-facet-product_season .facetwp-count {
  margin-left: 4px !important;
  font-size: 12px !important;
  color: #6b7280 !important;
}

/* voorkom rare extra pseudo-bolletjes van theme */
.facetwp-type-radio .facetwp-radio::before,
.facetwp-type-radio .facetwp-radio::after,
.facetwp-facet-product_season .facetwp-radio::before,
.facetwp-facet-product_season .facetwp-radio::after {
  display: none !important;
  content: none !important;
}
.us-banden-card-extra {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}

.us-seizoen-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #222;
}

.us-seizoen-icon,
.us-spec-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.us-seizoen-icon {
    width: 18px;
    height: 18px;
}

.us-spec-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.us-seizoen-icon img {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    display: block;
    object-fit: contain;
}

.us-spec-icon img,
.us-spec-icon svg {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    display: block;
    object-fit: contain;
}

.us-specs-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.us-spec-row {
    display: grid;
    grid-template-columns: 22px 50px 1fr;
    align-items: center;
    column-gap: 10px;
    min-height: 30px;
}

.us-spec-badge {
    width: 50px;
    min-width: 50px;
    height: 28px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    box-sizing: border-box;
}

.us-spec-label {
    font-size: 15px;
    line-height: 1.2;
    color: #222;
}

.us-spec-badge.is-a-plus,
.us-spec-badge.is-a {
    background: #7fb800;
}

.us-spec-badge.is-b {
    background: #93c400;
}

.us-spec-badge.is-c {
    background: #a6c800;
}

.us-spec-badge.is-d {
    background: #cbbf00;
}

.us-spec-badge.is-e {
    background: #d89e00;
}

.us-spec-badge.is-f,
.us-spec-badge.is-g {
    background: #c94f34;
}

.us-spec-badge.is-grey {
    background: #c8c8c8;
    color: #fff;
}

.us-spec-badge.is-stock {
    background: #0aa51d;
    color: #fff;
}

.us-spec-label.is-in-stock {
    color: #0a9b19;
}

.us-spec-label.is-out-of-stock {
    color: #c0392b;
}

/* harde reset tegen Elementor */
.elementor .us-spec-icon img,
.elementor .us-seizoen-icon img,
.woocommerce .us-spec-icon img,
.woocommerce .us-seizoen-icon img {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
}

@media (max-width: 767px) {
    .us-spec-row {
        grid-template-columns: 20px 44px 1fr;
        column-gap: 8px;
    }

    .us-spec-badge {
        width: 44px;
        min-width: 44px;
        height: 26px;
        font-size: 14px;
    }

    .us-spec-label,
    .us-seizoen-row {
        font-size: 14px;
    }

    .us-spec-icon img,
    .us-seizoen-icon img {
        width: 16px !important;
        height: 16px !important;
        max-width: 16px !important;
        max-height: 16px !important;
    }
}
/* ===== HARDE RESET ICONEN (DEZE WINT ALTIJD) ===== */

.us-banden-card-extra img,
.us-spec-icon img,
.us-seizoen-icon img {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    object-fit: contain !important;
}

/* Elementor overschrijvingen killen */
.elementor img {
    max-width: 100%;
}

.elementor .us-spec-icon img,
.elementor .us-seizoen-icon img {
    width: 18px !important;
    height: 18px !important;
}

/* WooCommerce overschrijvingen killen */
.woocommerce img {
    height: auto;
}

.woocommerce .us-spec-icon img {
    width: 18px !important;
    height: 18px !important;
}
.us-spec-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    max-width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.us-seizoen-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    max-width: 18px;
    overflow: hidden;
}