/*
Theme Name: Sinergio
Author: Sinergio
Author URI: https://www.sinergio.be/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* ======================================
        VARIABELE
====================================== */
/* ======================================
        INCLUDES FUNCTIES
====================================== */
/* ======================================
        ALGEMEEN
====================================== */
html {
  overflow-x: hidden;
}
#pwgc-redeem-gift-card-form {
  display: none !important;
}
p.stock {
  color: #DA9189 !important;
}
.berocket_single_filter_widget {
  font-family: "Ubuntu", sans-serif !important;
}
.berocket_single_filter_widget .bapf_head h3 {
  font-weight: bold !important;
  font-size: 18px;
  margin-top: 0;
  color: #da9189;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}
.berocket_single_filter_widget .bapf_body label {
  font-weight: normal !important;
  color: black !important;
}
.berocket_single_filter_widget .bapf_body li.checked label {
  color: #DA9189 !important;
}
.bapf_sfilter {
  margin-bottom: 0;
}
.berocket_single_filter_widget .irs--round .irs-handle {
  border-color: black !important;
}
.berocket_single_filter_widget .irs--round .irs-bar {
  background: black !important;
}
.berocket_single_filter_widget .irs--round .irs-from, .berocket_single_filter_widget .irs--round .irs-single, .berocket_single_filter_widget .irs--round .irs-to {
  background-color: black !important;
}
.bapf_slidr.bapf_slidr_btmval .irs--round .irs-from:before, .bapf_slidr.bapf_slidr_btmval .irs--round .irs-single:before, .bapf_slidr.bapf_slidr_btmval .irs--round .irs-to:before {
  border-bottom-color: black !important;
}
.orderby {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  min-width: 220px;
}
/* Pijltje rechts */
.orderby {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 18px;
}
/* Hover */
.orderby:hover {
  border-color: #999;
}
/* Focus */
.orderby:focus {
  outline: none;
  border-color: #DA9189;
  box-shadow: 0 0 0 3px rgba(218, 145, 137, 0.25);
}
.merken-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 per row */
  gap: 20px;
  justify-items: center;
  align-items: start;
  margin: 0 auto;
}
.merk-item {
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #DA9189;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 15px;
  width: 100%;
  max-width: 100%;
  height: 220px;
  /* fixed height */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.merk-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.merk-item img {
  width: 100%;
  max-width: 120px;
  height: auto;
  object-fit: contain;
  /* ensures image stays proportional */
  border-radius: 8px;
  margin-bottom: 10px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
.merk-item .merk-name {
  font-size: 14px;
  font-weight: 600;
  color: #DA9189;
  text-align: center;
  word-wrap: break-word;
}
.bapf_body input {
  display: none !important;
}
.ui-slider-range {
  background: #f1d7d5 !important;
}
.ui-slider-handle {
  background: #db918a !important;
}
.variations th.label {
  padding-left: 0 !important;
}
.reset_variations {
  color: #dd2828 !important;
  font-weight: bold !important;
}
#pwgc-purchase-container input, #pwgc-purchase-container textarea {
  border: 1px solid #DA9189 !important;
  border-radius: 5px !important;
  background: #da91880d !important;
  font-size: 14px !important;
  font-family: "Ubuntu", sans-serif !important;
  padding: 10px !important;
}
#pwgc-purchase-container label {
  font-family: "Ubuntu", sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 800 !important;
  margin-bottom: 5px !important;
}
.postid-748 .related-rubriek {
  display: none !important;
}
.woocommerce-product-gallery__wrapper img {
  aspect-ratio: 1;
  object-fit: cover;
}
button.single_add_to_cart_button {
  margin-left: 0 !important;
  padding: 15px !important;
}
.merken-pagination {
  margin: 1.5rem 0;
  text-align: center;
}
.merken-pagination .page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.merken-pagination .page-numbers li {
  display: inline-block;
}
.merken-pagination .page-numbers a, .merken-pagination .page-numbers span {
  display: inline-block;
  min-width: 36px;
  padding: 0.45rem 0.75rem;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  color: #DA9189;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease, transform 0.06s ease;
}
.merken-pagination .page-numbers a:hover, .merken-pagination .page-numbers a:focus {
  background: #DA9189;
  color: #ffffff;
  transform: translateY(-1px);
  outline: none;
  box-shadow: 0 2px 6px rgba(218, 145, 137, 0.18);
}
.merken-pagination .page-numbers .current, .merken-pagination .page-numbers .current > span {
  background: #DA9189;
  color: #ffffff;
  border-color: #DA9189;
  pointer-events: none;
}
.merken-pagination .page-numbers .dots {
  color: #9a9a9a;
  background: transparent;
  border: none;
  padding: 0.45rem 0.6rem;
  cursor: default;
}
/* small screens: allow wrapping */
@media (max-width: 480px) {
  .merken-pagination .page-numbers {
    gap: 0.35rem;
    flex-wrap: wrap;
  }
  .merken-pagination .page-numbers a, .merken-pagination .page-numbers span {
    min-width: 32px;
    padding: 0.35rem 0.5rem;
  }
}
/* Responsive breakpoints */
@media (max-width: 1024px) {
  .merken-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .merken-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .merken-grid {
    grid-template-columns: 1fr;
  }
}
.bapf_body select {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 42px 10px 12px;
  /* ruimte voor pijltje */
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.06s ease;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='%23DA9189' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 14px;
}
.bapf_body select:hover {
  border-color: rgba(218, 145, 137, 0.6);
}
.bapf_body select:focus {
  outline: none;
  border-color: #DA9189;
  box-shadow: 0 6px 18px rgba(218, 145, 137, 0.12);
}
/* ======================================
        EXTRA
====================================== */
a, input, textarea, select, button {
  outline: 0;
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
/* ======================================
        IMPORTS
====================================== */
/* ======================================
        HEADER
====================================== */
/* ======================================
        LOGO
====================================== */
/* ======================================
        NAVIGATIE
====================================== */
/* ======================================
        OVERZICHT
====================================== */
/* ======================================
        INDIVIDUEEL
====================================== */
/* ======================================
        WINKELMAND
====================================== */
/* ======================================
        AFREKENEN
====================================== */
/* ======================================
        THANK YOU
====================================== */
.forminator-module-edit-link {
  display: none !important;
}
.cmplz-blocked-content-container {
  position: relative;
}
.cmplz-blocked-content-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.forminator-g-recaptcha.cmplz-placeholder-element {
  background: none !important;
}
.forminator-g-recaptcha.cmplz-blocked-content-container {
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.forminator-g-recaptcha.cmplz-blocked-content-container::after {
  display: none !important;
}
.cmplz-blocked-content-notice {
  border-radius: 10px !important;
  border: none !important;
  padding: 15px !important;
  color: white !important;
  background: #302f3e !important;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4) !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cmplz-blocked-content-notice:hover {
  background: #434159 !important;
}
/* ======================================
        FOOTER
====================================== */
/* ======================================
        SINERGIO
====================================== */
.sinergio img {
  height: 30px;
  width: auto;
}
/* ======================================
        RESPONSIVE
====================================== */
/*  BIG SCREEN  */
/*  MID SCREEN  */
/*  SMALL SCREEN  */
/*  TABLET  */
/*  SMARTPHONE  */
/*  EXTRA  */
/* ======================================
        NUTTIGE FUNCTIES
========================================= 

@include transition; -> Transitie functie ophalen
@include transition_easyload; -> Transitie easyload functie ophalen
@include displayflex; -> Display Flex

========================================= */
