﻿/* More specific: target the second .fs-8.border-top section */
#cartSummaryFooter > .fs-8:nth-of-type(2) > .d-flex:last-child {
    font-weight: bold !important;
    font-size: 1rem !important;
}

#cartSummaryFooter > .fs-8:nth-of-type(2) > .d-flex:last-child .text-price {
    font-size: 1.25rem !important;
}

/* Hide "Excl. BTW" under Subtotaal */
#cartSummaryFooter > .fs-8.border-top:nth-of-type(1) .fw-bold .fs-8.fw-normal.d-block {
    display: none !important;
}

/* Hide "Excl. BTW" under Totaal */
#cartSummaryFooter > .fs-8.border-top:nth-of-type(2) .fw-bold .fs-8.fw-normal.d-block {
    display: none !important;
}

/* CHECKOUT PAGE - Hide "Excl. BTW" texts */
#orderSummaryFooter .fs-8.fw-normal.d-block {
    display: none !important;
}

/* CHECKOUT PAGE - Make "Totaal incl. BTW" match "Totaal Excl. BTW" styling */
#orderSummaryFooter > .fs-8.border-top:last-of-type > .d-flex.justify-content-between:last-child {
    font-weight: bold !important;
    font-size: 1rem !important; /* fs-6 */
}

/* CHECKOUT PAGE - Make the price in "Totaal incl. BTW" match the larger price size */
#orderSummaryFooter > .fs-8.border-top:last-of-type > .d-flex.justify-content-between:last-child .text-price {
    font-size: 1.25rem !important; /* fs-5 */
}

/* Add left padding to facet containers to prevent checkbox cutoff */
[data-swift-facet-container] .form-check {
    padding-left: 5px;
}

/* Add spacing between checkbox and label text */
[data-swift-facet-container] .form-check-label {
    padding-left: 5px; /* Adjust this value to your preference */
    margin-left: 5px; /* Optional: additional spacing if needed */
}

/* Ensure the checkbox input itself has proper positioning */
[data-swift-facet-container] .form-check-input {
    margin-left: 0;
}
[data-swift-text] {
    --swift-text-width: 150ch !important;
}

div[data-swift-poster="no-text"]::before {
  background-image: none;
}

 article.product {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px;
  overflow: hidden;
  background-color: white;
}

.variant-option {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

/* Card container - each column becomes a card */
[data-swift-gridcolumn][data-dw-itemtype="swift-v2_image"] {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    padding: 12px;
    transition: box-shadow 0.2s ease;
}

[data-swift-gridcolumn][data-dw-itemtype="swift-v2_image"]:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Figure inside the card */
[data-swift-gridcolumn][data-dw-itemtype="swift-v2_image"] figure {
    height: 100%;
    min-height: 120px;
}

/* Image fills the card nicely */
[data-swift-gridcolumn][data-dw-itemtype="swift-v2_image"] img {
    object-fit: contain;
    max-height: 160px;
    width: 100%;
}

.icon-auto svg.feather-home {
  fill: none;
}

figure.position-relative .image-label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    pointer-events: none;
    z-index: 1;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    padding: 3px 8px;
    border-left: 3px solid currentColor;
}

.image-label[data-category="black"]  { color: #1a1a1a !important; }
.image-label[data-category="blue"]   { color: #2a69a1 !important; }
.image-label[data-category="grn"]  { color: #6bbe98 !important; }
.image-label[data-category="red"]    { color: #e84155 !important; }
.image-label[data-category="energy"] { color: #dfae00 !important; }

.item_swift-v2_productfielddisplaygroups dt,
.item_swift-v2_productfielddisplaygroups dd {
  border-bottom: 1px solid var(--bs-border-color);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 0.85rem;
}

.item_swift-v2_productfielddisplaygroups dl.grid {
  column-gap: 0 !important;
  gap: 0.15rem !important;
}