/*
Theme Name: Custom Woo Theme
Description: Lightweight WooCommerce + Gutenberg theme.
Version: 0.1.0
Author: Example Author
*/

/* Reset and Base Styles */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');


* {
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #333;
  background-color: #ffffff;
  font-size: 16px;
}

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: "Poppins", sans-serif !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  /* Base = 1rem = 16px */
}

body {
  margin: 0;
  font-family: "Poppins", "sans-serif" !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #333;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
  font-size: 62.5%;
  /* 10px browser default */
}

body {
  background-color: #fff;
  color: #20221d;

  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #20221d;
  color: #fff;
}

::selection {
  background-color: #20221d;
  color: #fff;
}

a {
  color: #39c;
  text-decoration: none;
  font-weight: 400;
}

a:hover {
  color: rgb(22, 106, 148);
}

p {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 400;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  font-weight: 400;
}

b,
strong {
  font-weight: 500;
}

cite,
em,
i {
  font-style: italic;
}

blockquote {
  background: url(images/blockquote.png) no-repeat 0 0;
  margin: 40px 0;
  padding: 0 0 0 50px;
}

blockquote p {
  margin-bottom: 0;
}

.widget-area blockquote {
  background-image: none;
  border: 2px dashed #d8dbdc;
  margin: 0 0 40px;
  padding: 30px;
  position: relative;
}

.widget-area blockquote::after {
  background: url(images/quote-arrow.png) no-repeat 0 0;
  bottom: -37px;
  content: "";
  height: 37px;
  left: 20px;
  position: absolute;
  width: 41px;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 20px 0;
}

.box {
  background-color: #eaecec;
  border: 1px solid #daddde;
  padding: 20px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #20221d;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}

h1 {
  font-size: 27px;
  font-size: 2.7rem;
}

h2 {
  font-size: 25px;
  font-size: 2.5rem;
}

h3 {
  font-size: 23px;
  font-size: 2.3rem;
}

h4 {
  font-size: 21px;
  font-size: 2.1rem;
}

h5 {
  font-size: 19px;
  font-size: 1.9rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover {
  border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #eaecec8c;
  border: 1px solid #daddde;
  color: #20221d;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 6px 10px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #20221d;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #20221d;
  font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #39c;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 7px 20px;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: rgb(35, 122, 165);
  color: #fff;
}

.entry-content .button:hover {
  color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #333;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

.entry-content form input,
textarea,
button,
submit,
select {
  margin-bottom: 10px;
}

.entry-content form label {
  clear: both;
  display: block;
}

/* ## Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 10px;
}

th {
  font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #20221d;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  font-size: 23px;

}

.standaardondercategorie h3 {
  color: #39c;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e9ecef;
  padding: 15px 0;
  padding-bottom: 5px;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.primary-menu .mega-parent > a {
  text-decoration: none;
  border-radius: 4px;
  color: white;
  background-color: #39c;
  padding: 7px 10px;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 400;
  transition: color 0.2s ease;
}

.primary-menu .mega-parent > a:hover {
  color: white;
  background-color: #39c;
}


.site-title a {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.primary-menu {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.primary-menu>li:first-child {
  margin-right: auto;
}

.primary-menu a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  transition: color 0.2s ease;
}

.primary-menu a:hover {
  color: #ff3700;
}

/* Main Layout */
.site-main {
  padding: 20px 0;
  background: #ffffff;
}

.content-wrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  align-items: start;
}

/* Breadcrumbs */
.woocommerce-breadcrumb {
  background: #ffffff;

  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 13px;
  color: #6c757d;
}

.woocommerce-breadcrumb a {
  color: #39c;
  text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

/* Hide "Home" text and align icon */


.woocommerce-breadcrumb a:first-child::before {
  font-family: 'Material Icons';
  content: 'home';
  font-size: 18px;
  margin-right: 3px;
  vertical-align: middle;
}


/* Page Header */
.woocommerce-archive-header {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;

}

.page-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px 0;
}

.woocommerce-result-count {
  color: #6c757d;
  font-size: 13px;
  margin: 0;
}

/* Header toolbar containing result count and ordering */
.archive-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.archive-toolbar .woocommerce-ordering {
  margin-bottom: 0;
}

/* Sidebar */
.sidebar {
  background: #ffffff;

  overflow: hidden;
}

.sidebar-header {
  background: #ffffff;

  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.sidebar .widget {
  border-bottom: 1px solid #e9ecef;
}

.sidebar details.widget {
  border-bottom: 1px solid #e9ecef;
}

.sidebar details.widget:last-child {
  border-bottom: none;
}

.sidebar .widget:last-child {
  border-bottom: none;
}

.sidebar .widget-title {
  background: #ffffff;
  padding: 12px 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e9ecef;
  list-style: none;
}

.sidebar details summary.widget-title::-webkit-details-marker {
  display: none;
}

.sidebar details summary.widget-title:after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 18px;
  font-weight: 300;
}

.sidebar details[open] summary.widget-title:after {
  content: "−";
}

.sidebar .widget-content {
  padding: 15px 20px;
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar li {
  margin-bottom: 8px;
  font-size: 14px;
}

.sidebar li a {
  color: #333;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar li a:hover {
  color: #39c;
  text-decoration: underline;
}

.sidebar .count {
  color: #6c757d;
  font-size: 12px;
}

.active-filters {
  background: #f8f9fa;
  padding: 10px 20px;
  border-bottom: 1px solid #e9ecef;
  font-size: 13px;
}

.active-filters a.active-filter {
  background: #e9ecef;
  padding: 2px 6px;
  margin-right: 5px;
  border-radius: 3px;
  text-decoration: none;
  color: #333;
}

.active-filters a.active-filter:hover {
  background: #d4d4d4;
}

.active-filters a.clear-all {
  margin-left: 10px;
  color: #c00;
}

/* Products Area */
.products-area {
  background: #ffffff;
  padding: 20px;
}

/* Toolbar */
.woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.woocommerce-ordering select {
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: #ffffff;
  color: #495057;
  font-size: 13px;
}

/* Product Grid - IMPROVED */
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products li.product {
  background: #ffffff;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;

  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  perspective: 1500px;
  cursor: pointer;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products li.product:hover {
  transform: rotateY(5deg) translateZ(20px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  outline: 1px solid #006bb44a;

}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Product Image - IMPROVED */
.woocommerce ul.products li.product img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: #ffffff;
  padding: 25px;
  transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover img {
  transform: scale(1.05);
}

/* Product Details - IMPROVED */
.product-details {
  padding: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0 0 15px 0;
  line-height: 1.4;
  min-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Pricing - COMPLETELY REDESIGNED */
.price-container {
  margin-bottom: 15px;
}

/* Custom price rows */
.price-container .normal-price {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.price-container .normal-price .amount {
  text-decoration: line-through;
}

.price-container .normal-price .discount {
  color: #e74c3c;
  font-weight: 600;
  margin-left: 4px;
}

.price-container .price-incl .amount {
  color: #39c;
  font-weight: 700;
}

.price-container .price-excl {
  font-size: 13px;
}

.price-container .price-excl .amount {
  color: #000;
  font-weight: 700;
}

/* Normal/Original Price (crossed out) */
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price .woocommerce-Price-amount del {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  display: block;
  margin-bottom: 5px;
}

.woocommerce ul.products li.product .price del .woocommerce-Price-currencySymbol {
  color: #999;
}

/* Current Price Container */
.woocommerce ul.products li.product .price {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
}

/* Price Including Tax (Blue) */
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price .woocommerce-Price-amount:not(del .woocommerce-Price-amount) {
  color: #39c;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  display: block;
  margin-bottom: 3px;
}

.woocommerce ul.products li.product .price ins .woocommerce-Price-currencySymbol {
  color: #39c;
}

/* Price Excluding Tax (Black) */
.price-excl-tax {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  display: block;
}

/* Custom price labels */
.price-label {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  margin-right: 5px;
}

/* Sale Badge - IMPROVED */
.woocommerce span.onsale {
  background: #e74c3c;
  color: white;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Add to Cart Button - IMPROVED */
.woocommerce ul.products li.product .button {
  display: none;
}

.woocommerce ul.products li.product .button:hover {
  display: none;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination {
  margin-top: 30px;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: block;
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  text-decoration: none;
  color: #495057;
  background: #ffffff;
  font-size: 13px;
  border-radius: 1px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #39c;
  color: white;
  border-color: #39c;
}

/* Footer */
.site-footer {
  background: #343a40;
  color: #adb5bd;
  text-align: center;
  padding: 30px 0;
  margin-top: 40px;
}

.footer-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
  text-align: left;
}

.footer-widget {
  color: #adb5bd;
}

.footer-copy {
  font-size: 13px;
  padding: 10px;
}

/* Responsive - IMPROVED */
@media (max-width: 768px) {
  .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .products-area {
    order: 1;
  }

  .sidebar {
    order: 2;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }

  .woocommerce ul.products li.product img {
    height: 180px;
    padding: 20px;
  }

  .product-details {
    padding: 15px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    min-height: 40px;
  }
}

@media (max-width: 480px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products {
    grid-template-columns: 1fr;
  }

  .site-header .container {
    flex-direction: column;
    gap: 15px;
  }

  .woocommerce ul.products li.product img {
    height: 200px;
  }
}

/* Promotional Box */
.promo-box {
  background: #f8f9fa;
  padding: 20px;
  margin-top: 20px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.promo-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #39c;
  margin: 0 0 15px 0;
}

.promo-box p {
  font-size: 13px;
  color: #6c757d;
  line-height: 1.5;
  margin: 0 0 10px 0;
}

/* Additional WooCommerce Price Styling */
.woocommerce ul.products li.product .price .amount {
  font-weight: inherit;
}

.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
  font-weight: inherit;
}

/* Ensure proper price display hierarchy */
.woocommerce ul.products li.product .price>del {
  order: 1;
}

.woocommerce ul.products li.product .price>ins {
  order: 2;
}

/* PreHeader */
.preheaderlinks {
  font-size: 16px;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.preheadersub {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

@media (max-width: 600px) {
  .preheaderlinks {
    font-size: 13px;
    /* Smaller base font size on mobile devices */
  }
}

.preheaderlinks a {
  text-decoration: none;
  color: #39c;
  transition: color 0.3s, text-decoration 0.3s;
}

.preheaderlinks a:hover {
  text-decoration: underline;
}

.preheaderlinks i {
  color: #39c;
  transition: color 0.3s;
}

/* Header layout enhancements */
.header-top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-main {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
}

.header-search {
  flex-grow: 1;
}

.mobile-search {
  display: none;
}

.mobile-search input[type="submit"],
.mobile-search button[type="submit"],
.mobile-search .dgwt-wcas-search-submit {
  display: none;
}

.header-cart {
  position: relative;
}

.account-icon {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 4px;
}

.account-icon {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 4px;
}


.header-cart .cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #e82305;
  color: #fff;
  border-radius: 50%;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1;
}

.main-nav {
  margin-top: 10px;
}

.mobile-nav {
  
  display: none;
}

.mega-parent {
  position: static;
}

.mega-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 120%;
  width: 100%;
  background: #fff;
  padding: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

@media (min-width: 1025px) {
  .mega-parent:hover .mega-menu {
    display: block;
  }
}

.mega-parent.open .mega-menu {
  display: block;
}


.mega-menu .mega-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mega-row {
  display: grid;
  gap: 15px;
}
.mega-row.large {
  grid-template-columns: repeat(2, 1fr);
}
.mega-row.small {
  grid-template-columns: repeat(3, 1fr);
}

.mega-item {
  text-align: center;
  padding: 5px;
  display: flex;
  padding: 15px 20px;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  outline: 1px solid transparent;
  transition: border 0.2s ease;
}
.mega-item:hover {
  outline: 2px solid #39c;
}

.mega-item img.mega-thumb {
  width: 80px;
  height: 70px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.mega-menu a,
.mega-item a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 4px 0;
}

.mega-item:hover a,
.mega-menu a:hover {
  color: #39c;
}


img.custom-logo {
  max-width: 300px;
  object-fit: contain;
}

.nav-wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.primary-menu,
.secondary-menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.secondary-menu {
  gap: 2rem;
}

.menu-item a::before,
.menu-item a::after {
  content: none !important;
  display: none !important;
}

/* Header search form enhancements */
.header-search {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.header-search .search-form {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.header-search .search-field {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.header-search .search-submit {
  display: none;
}

.header-search .search-suggestions {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}

.header-search .search-suggestions li {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #eee;
}

.header-search .search-suggestions li img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  flex-shrink: 0;
}

.header-search .search-suggestions li a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 10px;
  text-decoration: none;
  color: #333;
}

.header-search .search-suggestions li a .title {
  flex: 1;
}

.header-search .search-suggestions li a .price {
  font-weight: bold;
  white-space: nowrap;
}

.header-search .search-suggestions li a:hover {
  background: #f6f6f6;
}

/* Single Product Page Layout */

/* Layout for gallery and summary */
.single-product .product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* Ensure tabs and related products span full width */
.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .upsells.products {
  grid-column: 1 / -1;
}

/* Use the same grid layout for related product cards */
.single-product .related.products ul.products,
.single-product .upsells.products ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product {
  width: auto;
}

.single-product .woocommerce-product-gallery {
  margin-bottom: 0;
}

.single-product .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}

.single-product .flex-control-thumbs li {
  list-style: none;
}

.single-product .flex-control-thumbs img {
  width: 100%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .single-product .product {
    grid-template-columns: 1fr;
  }
}

.single-product .product-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 15px;
}

.single-product .product-thumbnail {
  width: calc(20% - 8px);
  cursor: pointer;
}

.single-product .product-thumbnail.active {
  outline: 3px solid #39c;
}

.single-product .main-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.single-product .main-image-container img {
  width: 100%;
}
.single-product .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.single-product .slide-transition {
  transition: transform 0.4s ease;
}
.single-product .slide-out-left {
  transform: translateX(-100%);
}
.single-product .slide-out-right {
  transform: translateX(100%);
}

.single-product .gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #333;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  transition: background 0.2s;
  z-index: 2;
}
.single-product .gallery-nav:hover {
  background: #f5f5f5;
}

.single-product .gallery-prev {
  left: 10px;
}

.single-product .gallery-next {
  right: 10px;
}

.single-product .expand-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  transition: background 0.2s;
  z-index: 3;
}
.single-product .expand-button:hover {
  background: #f5f5f5;
}

.product-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.product-lightbox img {
  max-width: 90%;
  max-height: 90%;
}
.product-lightbox .lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  color: #333;
}
.product-lightbox .lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #333;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  cursor: pointer;
}
.product-lightbox .lightbox-prev { left: 10px; }
.product-lightbox .lightbox-next { right: 10px; }

/*--------------------------------------------------------------
  WooCommerce Product Tabs
--------------------------------------------------------------*/

.single-product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.single-product .woocommerce-tabs ul.tabs li {
  margin: 0 5px 0 0;
}

.single-product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 10px 15px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  color: inherit;
  text-decoration: none;
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li a:hover {
  background: #fff;
  color: #000;
}

.single-product .woocommerce-tabs .panel {
  border: 1px solid #ddd;
  border-radius: 0 4px 4px 4px;
  padding: 15px;
}

/* Product attributes table shortcode */
.bollaert-attributes {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}

.bollaert-attributes th,
.bollaert-attributes td {
  padding: 8px 12px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}

.bollaert-attributes th {
  width: 40%;
  font-weight: 600;
  background: #f8f9fa;
}

/* Everything CSS for BLOG */
@media only screen and (width >=551px) and (width <=1000px) {
  .blogpost {
    flex-basis: 45% !important;
  }

  .featured-blogpost {
    flex-basis: 92% !important;
    max-width: 689px !important;
  }

  #post-inner {
    flex-direction: column !important;
  }
}

@media only screen and (width <=740px) {
  .blogpost {
    height: auto !important;
  }
}

@media only screen and (width <=600px) {
  .product_title {
    font-size: 2.1rem !important;
  }

  img.webpexpress-processed.lazy-loaded {
    width: unset !important;
  }

  .blogpost,
  .featured-blogpost {
    flex-basis: 100% !important;
  }

  .featured-blogpost {
    flex-basis: 100% !important;
    max-width: 550px !important;
  }
}

#featured-blogposts-wrapper {
  display: flex;
  gap: 15px;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.head-categories {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.subcatcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.blogposts-wrapper {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.blogpost {
  flex-basis: 32%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
  overflow: hidden;
  min-width: 300px;
  height: 550px;
  border-bottom: 1px solid #ccc;
}

.blogpost-img-wrapper {
  display: flex;
  justify-content: center;
}
.blogpost-img-wrapper a {
  display: block;
  width: 100%;
}

.blogpost-title-wrapper {
  position: relative;
  background-color: white;
  max-width: 437px;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 7px;
  margin-top: 0 !important;
}

#laadmeer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.blogberichten {
  margin-top: 30px !important;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.subcatbtn.active,
.headcatbtn.active {
  background-color: #39c;
}

.subcatbtn {
  background-color: #6c757d;
}

.subcatbtn:hover {
  background-color: #6c757d !important;
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

button.subcatbtn.active {
  color: white;
  background-color: #39c !important;
}

.headcatbtn {
  background-color: #6c757d;
}

.headcatbtn:hover {
  background-color: #6c757d !important;
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

button.headcatbtn.active {
  color: white;
  background-color: #39c !important;
}

#laadmeer>button {
  background-color: #6c757d;
}

#laadmeer>button:hover {
  background-color: #6c757d !important;
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

/* Fix Blog loading button styling */
.laadmeer {
  text-align: center;
  margin-top: 30px;
}

.laadmeer button {
  background-color: #39c !important;
}

.laadmeer button:hover {
  background-color: #39c !important;
}

.blogpost-img-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blogpost-content-wrapper {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.blogpost-readmore {
  margin-top: auto;
  padding: 0 20px 20px;
}

.blogpost-readmore a {
  display: inline-block;
  background-color: #39c;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  text-decoration: none;
}

.blogpost-readmore a:hover {
  background-color: #39c;
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

.blogpost-title-wrapper h3 {
  font-size: 18px !important;
  color: #39c;
}

.blogpost:hover {
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

/* Featured blog post */

.featured-blogpost {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
  overflow: hidden;
  flex-basis: 48.5%;
  max-width: 539px;
}

.featured-img-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.featured-content-wrapper {
  padding: 10px 20px;
}

.featured-title-wrapper {
  position: relative;
  background-color: white;
  padding-top: 20px;
  padding-left: 20px;
}

.featured-title-wrapper h3 {
  font-size: 22px !important;
  color: #39c;
}

.featured-blogpost:hover {
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

/* Blog head */
.blog-head {
  padding-top: 20px;
  padding-bottom: 30px;
}

.blog-head-image {
  position: relative;
}

.blog-head-image img {
  width: 100%;
  object-fit: cover;
  height: 200px;
  display: block;
  border-left: 2px solid gainsboro;
  border-right: 2px solid gainsboro;
  border-top: 2px solid gainsboro;
  filter: brightness(75%);
}

.blog-head-image picture {
  width: 100%;
}

.blog-head-image h1 {
  color: #fff;
  font-weight: 700;
  font-size: 8rem;
  z-index: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-head-text {
  background-color: #39c;
  padding: 10px 0 0 0px;
  border-left: 2px solid gainsboro;
  border-right: 2px solid gainsboro;
  border-bottom: 2px solid gainsboro;
  text-align: center;
}

.blog-head-text>h3 {
  color: #fff;
}

.blog-head-text>p {
  color: #fff;
}

.blog-head-img {
  height: 250px;
}

aside.sidebar {
  margin-top: 80px;
}

.archive-toolbar {
  margin-bottom: 20px;
}

/* Zoekbalk */
.header-search .search-field {
  width: 100%;
  padding: 16px 10px;
  border: 2px solid #2f2d2d;
  border-radius: 4px;
}

input.search-field {
  font-size: 16px;
}

/* Secondary Menu */
.secondary-menu li.menu-item a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

.secondary-menu li.menu-item a:hover {
  color: #39c;
}

.cart-icon {
  font-size: 42px;
  color: #39c;
  /* or white if on dark bg */
  position: relative;
}

.container.nav-wrapper {
  margin-top: 30px;
}

/* Footer */
.site-footer {
  background-color: #eaecec;
  border-top: 1px solid #daddde;
  font-size: 14px;
  font-size: 1.4rem;

}

.site-footer {
  background: #f9f9f9;

  font-size: 16px;
  padding-bottom: 0px;
}

.footer-widgets {
  display: flex;
  gap: 32px;
  grid-template-columns: 1fr;
  justify-content: space-evenly;
}

.footer-widget h5 {
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
  /* Prevents breaking titles */
  margin-bottom: 16px;
}

.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget li {
  margin-bottom: 12px;
}

.footer-widget a {
  font-size: 16px;
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}

.footer-widget a:hover {
  color: #39c;
  text-decoration: underline;
}

body>footer>div {
  max-width: unset !important;
  padding: 0px !important;
}

/* Footer copyright */
.footer-copy {
  margin-top: 48px;
  text-align: center;
  font-size: 14px;
  color: white;
  background-color: black;


}

/* Responsive grid */
@media (min-width: 768px) {
  .footer-widgets {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer-widgets {
    grid-template-columns: repeat(4, 1fr);
  }
}

.site-footer a {

  color: #39c;

}

/* Product Page Styling */
.cart .quantity {
  display: none;
}

/* Change color of the button */
body.woocommerce-page div.product form.cart .button,
body.woocommerce-page #content div.product form.cart .button {
  width: 100%;
  text-align: center;
}

.single_add_to_cart_button {
  font-size: 17px !important;
  padding: 15px 30px !important;
  background-color: #0dac0d !important;
  border-radius: 0.25rem !important;
  text-transform: none !important;
  box-shadow: inset 0 -4px 0px 0px #090 !important;
}

.single_add_to_cart_button:hover {
  background-color: #0b910b !important;
}

body.woocommerce-page .woocommerce-message {
  font-size: 1.5em;
  display: flex;
  flex-wrap: wrap;

}

.woocommerce-page .woocommerce-message .button {
  border-radius: 0.25em;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f6f5f8;
  color: #515151;
  border-top: 3px solid #39c;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b;
}


.woocommerce-message::before {
  content: "✔";
  /* Unicode checkmark */
  color: #8fae1b;
  font-size: 20px;
  margin-right: 8px;
  position: absolute;
  left: 1.5em;
  top: 1em;
}



.woocommerce-page .woocommerce-message .button {
  border-radius: 0.25em;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;

  font-size: 17px !important;
  padding: 15px 30px !important;
  background-color: #0dac0d !important;
  border-radius: 0.25rem !important;
  text-transform: none !important;
  box-shadow: inset 0 -4px 0px 0px #090 !important;



  /* padding: 5px !important; */
}

.woocommerce-page .woocommerce-message .button:hover {

  background-color: #0b910b !important;

}

.posted_in {
  display: flex;
  gap: 5px;
}

.related .product-type-simple {
  display: unset !important;
}

/* Frontpage */
.home figcaption.blocks-gallery-caption.wp-element-caption {
  background-color: #39C;
  padding: 11px;
}

.home figcaption.blocks-gallery-caption.wp-element-caption a {
  color: white;

}

.home .wp-block-gallery-is-layout-flex {
  gap: 0px !important;
}

/* POS Layout */
.pos-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  padding: 20px 0;
}

.pos-sidebar {
  background: #f8f9fa;
  padding: 10px;
  border-right: 1px solid #e0e0e0;
}

.pos-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pos-category {
  margin-bottom: 8px;
}

.pos-category a {
  text-decoration: none;
  color: #333;
}

.pos-category--active a {
  font-weight: 600;
  color: #39c;
}

.pos-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pos-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px;
}

.pos-product {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 10px;
  text-align: center;
}

.pos-product__thumb img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}

.pos-product__title {
  font-size: 14px;
  margin: 10px 0;
}

.pos-product__price {
  margin-bottom: 8px;
}

.pos-product .pos-add {
  background: #0dac0d;
  border: none;
  color: #fff;
  padding: 6px 10px;
  cursor: pointer;
}

.pos-product .pos-add:hover {
  background: #0b910b;
}

ul.tabs.wc-tabs {
  display: none !important;
}

.woocommerce span.onsale {
  display: none !important
}

/* Mobile first: 1 column */
ul.products.columns-4 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1rem;
}

/* Tablet (≥640px): 2 columns */
@media (min-width: 640px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Small desktop (≥768px): 3 columns */
@media (min-width: 768px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* Desktop (≥1024px): 4 columns */
@media (min-width: 1024px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 1024px) {
.footer-widgets {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 30px;
}
}

/* Small desktop (≥768px): 3 columns */
@media (min-width: 768px) {
  .single-product ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* Desktop (≥1024px): 4 columns */
@media (min-width: 1024px) {
  .single-product ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* Small desktop (≥768px): 3 columns */
@media (min-width: 768px) {
  .single-product ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* Desktop (≥1024px): 4 columns */
@media (min-width: 1024px) {
  .single-product ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

.up-sells .woocommerce ul.products li.products {
  overflow: unset !important;
}

.up-sells .single-product .product {
  grid-template-columns: auto !important;
}

.single-product .product-thumbnail {
    width: 106px;
    cursor: pointer;
    height: 106px;
    border-radius:0.5em;
}

/*  CTA under purchase button */
.call-to-action {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 10px;
}

.call-to-action h6 {
  text-transform: uppercase;
  font-weight: 500 !important;
}

.sidebar details.widget {
    border-bottom: none;
    padding-bottom: 5px;
}
.sidebar .widget {
    border-bottom: none;
}

.sidebar ul.widget-content {
    margin-left: 10px;
}

.old-price-wrapper span.woocommerce-Price-amount.amount {
    color: gray !important;
    text-decoration: line-through !important;
    font-size: 15px !important;
}

.ht-price-wrapper bdi {
    color: black;
    font-weight: 500;
    font-size: 16px;
}

.old-price-wrapper {
    display: flex;
}

.ttc-price-wrapper {
    display: flex;
    
}

.ht-price-wrapper {
    display: flex;
    
}

/* Optionally, if titles vary in height and you want them uniform */
.woocommerce-loop-product__title {
  height: 5.5em;
  /* Adjust as needed to fit your design */
  overflow: hidden;
  text-overflow: ellipsis;
}

div.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
div.woocommerce ul.products li.product h3,
body.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product h3 {
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 5px;
  padding-bottom: 0;
}

div.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
div.woocommerce ul.products li.product h3,
body.tax-product_cat.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title,
body.tax-product_cat.woocommerce-page ul.products li.product h3 {
  padding: 25px 0 0;
}

section.up-sells.upsells.products > ul > li.product {
    grid-template-columns: auto;
}

.voordelen {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 0.25em;
  background-color: #cccccc18;
}

.voordelen ul {
    padding-left: 0px;
    padding-top: 5px;
}

.voordelen ul li {
    list-style-type: none;
    position: relative;
    padding-left: 25px;
}

.voordelen ul li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #159929;
    font-weight: bold;
}



/* Post Meta */
.post-meta {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
}

.comment-respond h3.comment-reply-title,
.entry-comments h3,
.author-box-title {
  color: #20221d;
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

body.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 70px;
}

body.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  height: auto;
  width: 60px;
}

body.woocommerce-page #reviews #comments ol.commentlist li {
  list-style-type: none;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-header a,
.comment-header {
  color: #20221d;
  font-size: 16px;
  font-size: 1.6rem;
}

.comment-header a:hover {
  color: #9dafb6;
}

li.comment {
  background-color: #f5f5f5;
}

.comment-content {
  clear: both;
}

.comment-list li {
  margin-top: 24px;
  padding: 24px;
}

.comment-list li li {
  border: 2px solid #fff;
}

.comment-respond label {
  /* display: none; */
}

.comment-respond p {
  margin-bottom: 8px;
}

.comment-respond input[type="checkbox"] {
  margin-right: 8px;
}

.comment-respond .comment-form-cookies-consent {
  margin-bottom: 20px;
}

.woocommerce .comment-respond label {
  display: inherit;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.bypostauthor {}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 24px;
}

.comment-list .comment-respond {
  margin-top: 30px;
}

.comment-reply a.comment-reply-link {
  background-color: #20221d;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2px 10px;
  text-transform: uppercase;
}

.comment-reply a.comment-reply-link:hover {
  background-color: #b7c9d0;
}

/* Gutenberg
--------------------------------------------- */

.wp-block-button.alignleft {
  margin-right: 15px;
}

.wp-block-image.alignleft.is-resized,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft {
  margin-right: 30px;
}

.wp-block-button.alignright {
  margin-left: 15px;
}

.wp-block-image.alignright.is-resized,
.wp-block-cover-image.alignright,
.wp-block-cover.alignright {
  margin-left: 30px;
}

.wp-block-button__link:hover {
  box-shadow: 0 0 5px 1px rgb(128 128 128 / 70%);
}

/* Change color of the button */
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  background-color: #39c !important;
  color: #fff !important;
  font-size: 1.1em !important;
  font-weight: 400 !important;
}

.wp-block-button__link {
  color: #fff !important;
  background-color: #39c !important;
  border-radius: 0.25em !important;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.467em + 1px) calc(1em + 1px) !important;
  font-size: 1em !important;
  margin-bottom: 10px;
}

.wp-block-file__button {
  background: #39c !important;
  color: #fff !important;
  text-decoration: none;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
body.woocommerce-page a.button.alt:hover {
  background-color: #39c !important;
  box-shadow: 0 0 20px 1px rgb(128 128 128 / 40%);
}

.bollaert-button-afspraak-maken a {
  background-color: #39c;
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
}

.bollaert-button-afspraak-maken a:hover {
  box-shadow: 0 0 20px 1px rgb(128 128 128 / 40%);
}

/* fibosearch */
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border-radius: 0.25em !important;
}

button.sub-menu-toggle {
  background-color: transparent;
}

.form-submit input#submit {
  border-radius: 4px;
}

/* Mobile Drawer Menu */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 32px;
  color: #333;
}

.mobile-nav-close {
  display: none;
  background: none;
  border: 0;
  font-size: 32px;
  color: #333;
  position: absolute;
  top: -20px;
  right: -15px;
}

@media (min-width: 1025px) {
  .mobile-menu-toggle {
    display: none !important;
  }
}

.drawer-overlay {
  display: none;
}

@media (max-width: 1024px) {
  .header-top {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  img.custom-logo {
    max-width: 200px;
    object-fit: contain;
  }

  .header-main {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .header-search {
    display: none;
  }

  .mobile-search {
    display: block;
    margin-bottom: 1rem;
  }

  .mobile-menu-toggle {
    display: block;
    margin: 0.5rem auto 0;
  }

  .mobile-nav-close {
    display: block;
  }

  .main-nav {
    display: none;
  }

  .mobile-nav {
    display: none;
  }

  body.drawer-open .mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
    background: #fff;
    padding: 20px;
    box-shadow: none;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2000;
  }
  body.drawer-open .mobile-nav .container {
    max-width: none;
    margin: 0;
    width: 100%;
  }

  .drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1999;
  }

  body.drawer-open .drawer-overlay {
    display: block;
  }

  .nav-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .primary-menu,
  .secondary-menu {
    flex-direction: column;
    gap: 1.5rem;
  }

  .primary-menu li,
  .secondary-menu li {
    padding: 0.5rem 0;
  }

  .mega-menu {
    position: static;
    box-shadow: none;
  }

  /* disable hover open for mega menu on mobile */
  .mega-parent:hover .mega-menu {
    display: none;
  }

  .mega-menu .mega-grid,
  .mega-row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .mega-row.large,
  .mega-row.small {
    grid-template-columns: 1fr;
  }

  .primary-menu > li:first-child {
    margin-right: 0;
  }

  .mobile-nav .dropdown-menu {
    display: none;
    padding-left: 1rem;
  }

  .mobile-nav .dropdown-menu.open {
    display: block;
  }
}


/* Stock status label */
.product-stock-label {
  font-weight: 600;
  margin-bottom: 10px;
}
.product-stock-label--in-stock {
  color: #159929;
}
.product-stock-label--out-of-stock {
  color: #e74c3c;
}

#wapo-total-order-price>small>span>bdi {
  display: none;
}

#wapo-total-order-price {
  display: none;
}

/* Parent container styling */
.custom-totals {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
}

/* Price container styling */
.custom-totals .price {
  display: flex;
  flex-direction: column;
  align-items: baseline;

}

/* Price text styling */
.custom-totals .price-text {
  font-size: 18px;

}

.custom-totals .incl-vat .price-text {
  color: #39c;
  font-size: 20px;
  /* Larger for Incl. VAT */
}

.custom-totals .excl-vat .price-text {
  color: black;
}

/* Label styling */
.custom-totals .label {
  font-size: 12px;

  color: #39c;
}

.custom-totals .excl-vat .label {
  color: black;
}

/* Divider styling */
.custom-totals .divider {
  font-size: 16px;
  color: black;
  font-weight: bold;
}

.custom-totals span.price.incl-vat {
  display: flex;
  gap: 5px;
  flex-direction: row;
}

.custom-totals span.price.excl-vat {
  display: flex;

  gap: 5px;
  flex-direction: row;
}

.sku-copy-box {
  width: 25px !important;
  height: 40px !important;
}

/* Slider container styles */
.slider-container {
  margin-top: 20px;
  text-align: center;
}

#meter-slider {
  width: 100%;
  margin: 10px 0;

}

.slider-value {
  font-size: 16px;
  font-weight: bold;
  color: #39c;
}

/* Slider details */
.slider-details {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}

.slider-thumbnail img {
  width: 100px;
  height: auto;
  object-fit: contain;

}

.slider-info {
  text-align: left;
}

.slider-info .product-name {
  font-size: 14px;
  font-weight: bold;
}

.slider-info .product-price,
.slider-info .product-sku {
  font-size: 12px;
  color: #39c;
}

.slider-details-tile {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.slider-wrapper {
  border-radius: 5px;
  border: 3px solid #0dac0d;
  padding: 10px;

}

span.min-error-message {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .options.per-row-2 {
    grid-template-columns: unset !important;
    /* Reset grid layout on small screens */
  }
  .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-image img {
        max-width: 70%;
    }
}

.sku-copy-box {
    width: 25px !important;
    height: 40px !important;
    position: absolute;
    top: 0;
    left: 0;
}

.sku-copy-box:hover {
    border: 1px solid #39c;
   
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container {
    border: 1px solid #0b910b !important;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container:after {
   background-color: #0b910b !important
}

/* Blog styling */ 
/* Everything CSS for BLOG */
@media only screen and (width >=551px) and (width <=1000px) {
  .blogpost {
    flex-basis: 45% !important;
  }

  .featured-blogpost {
    flex-basis: 92% !important;
    max-width: 689px !important;
  }

  #post-inner {
    flex-direction: column !important;
  }
}

@media only screen and (width <=740px) {
  .blogpost {
    height: auto !important;
  }
}

@media only screen and (width <=600px) {
  .product_title {
    font-size: 2.1rem !important;
  }

  img.webpexpress-processed.lazy-loaded {
    width: unset !important;
  }

  .blogpost,
  .featured-blogpost {
    flex-basis: 100% !important;
  }

  .featured-blogpost {
    flex-basis: 100% !important;
    max-width: 550px !important;
  }
}

#featured-blogposts-wrapper {
  display: flex;
  gap: 15px;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.head-categories {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.subcatcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.blogposts-wrapper {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.blogpost {
  flex-basis: 32%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
  overflow: hidden;
  min-width: 300px;
  height: 550px;
  border-bottom: 1px solid #ccc;
}

.blogpost-img-wrapper {
  display: flex;
  justify-content: center;
}
.blogpost-img-wrapper a {
  display: block;
  width: 100%;
}

.blogpost-title-wrapper {
  position: relative;
  background-color: white;
  max-width: 437px;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 7px;
  margin-top: 0 !important;
}

#laadmeer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.blogberichten {
  margin-top: 30px !important;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.subcatbtn.active,
.headcatbtn.active {
  background-color: #39c;
}

.subcatbtn {
  background-color: #6c757d;
}

.subcatbtn:hover {
  background-color: #6c757d !important;
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

button.subcatbtn.active {
  color: white;
  background-color: #39c !important;
}

.headcatbtn {
  background-color: #6c757d;
}

.headcatbtn:hover {
  background-color: #6c757d !important;
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

button.headcatbtn.active {
  color: white;
  background-color: #39c !important;
}

#laadmeer>button {
  background-color: #6c757d;
}

#laadmeer>button:hover {
  background-color: #6c757d !important;
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

/* Fix Blog loading button styling */
.laadmeer {
  text-align: center;
  margin-top: 30px;
}

.laadmeer button {
  background-color: #39c !important;
}

.laadmeer button:hover {
  background-color: #39c !important;
}

.blogpost-img-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blogpost-content-wrapper {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.blogpost-title-wrapper h3 {
  font-size: 18px !important;
  color: #39c;
}

.blogpost:hover {
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

/* Featured blog post */

.featured-blogpost {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
  overflow: hidden;
  flex-basis: 48.5%;
  max-width: 539px;
}

.featured-img-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.featured-content-wrapper {
  padding: 10px 20px;
}

.featured-title-wrapper {
  position: relative;
  background-color: white;
  padding-top: 20px;
  padding-left: 20px;
}

.featured-title-wrapper h3 {
  font-size: 22px !important;
  color: #39c;
}

.featured-blogpost:hover {
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
}

/* Blog head */
.blog-head {
  padding-top: 20px;
  padding-bottom: 30px;
}

.blog-head-image {
  position: relative;
}

.blog-head-image img {
  width: 100%;
  object-fit: cover;
  height: 200px;
  display: block;
  border-left: 2px solid gainsboro;
  border-right: 2px solid gainsboro;
  border-top: 2px solid gainsboro;
  filter: brightness(75%);
}

.blog-head-image picture {
  width: 100%;
}

.blog-head-image h1 {
  color: #fff;
  font-weight: 700;
  font-size: 8rem;
  z-index: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-head-text {
  background-color: #39c;
  padding: 10px 0 0 0px;
  border-left: 2px solid gainsboro;
  border-right: 2px solid gainsboro;
  border-bottom: 2px solid gainsboro;
  text-align: center;
}

.blog-head-text>h3 {
  color: #fff;
}

.blog-head-text>p {
  color: #fff;
}

.blog-head-img {
  height: 250px;
}

/* Checkout button */
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background-color: #0dac0d !important;
  border-radius: 4px;
  box-shadow: inset 0 -4px 0px 0px #090 !important;
}

button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
  box-shadow: none !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #0dac0d !important;
    border-radius: 4px;
    box-shadow: inset 0 -4px 0px 0px #090 !important;
    color: white !important
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    box-shadow: none !important;
    background-color:#0b910b;
}

.wp-block-woocommerce-cart .wc-block-components-product-metadata__description {
    display: none;
}

.wp-block-woocommerce-checkout .wc-block-components-product-metadata__description {
    display: none;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background-color: #0dac0d !important;
  border-radius: 4px;
  box-shadow: inset 0 -4px 0px 0px #090 !important;


}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
  box-shadow: none !important;
  background-color: #0b910b !important;
}

html, body { height: 100%; }
body { display: flex; flex-direction: column; }
.site-main { flex: 1 0 auto; }

.wp-block-woocommerce-cart-cross-sells-block {
    display: none;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
    display: none;
}

/* Contact Page CSS */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  /* 33% and 66.66% */
  gap: 20px;
}

.contact-info {
  background-color: #f5f5f5 !important;
  padding: 20px;
}

.contact-form {
  padding: 20px;
}

/* Media Query for Mobile */
@media screen and (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    /* Single column for mobile */
  }
}

@media only screen and (max-width: 650px) {

  /* Attributes table should take full width on mobile */
  .bollaert-attributes tr {
    display: flex;
    flex-wrap: wrap;
  }

  td.woocommerce-product-attributes-item__value {
    border: none;
    width: 100%;
  }

  td.woocommerce-product-attributes-item__label {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

td.woocommerce-product-attributes-item__label {
  font-weight: 500;
}

.sidebar-header h3 {
    margin-top: 10px;
}

.footer-widgets .blocks-gallery-item img {
    height: 100px !important;
    object-fit: contain;
    width: 60px !important;
}

.wc-block-checkout .wc-block-components-sidebar-layout {
    display: flex
;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative;
    flex-direction: row-reverse;
}

