.bullitpoints ul li {
    opacity: 0; /* Begin met onzichtbare elementen */
}

.bullitpoints ul li:first-child {
    animation: fadeBottom 0.8s linear 0ms forwards;
}

.bullitpoints ul li:nth-child(2) {
    animation: fadeBottom 0.8s linear 400ms forwards;
}

.bullitpoints ul li:last-child {
    animation: fadeBottom 0.8s linear 800ms forwards;
}

button:hover:not(button:disabled), a.button:hover, a.et_pb_button:hover, a.wc-block-components-checkout-return-to-cart-button:hover {
	letter-spacing: 2px;
	transition: all 0.3s ease;
}

@keyframes fadeBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/* Custom cart pop-up */
.added-to-cart-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #432D13;
    color: white;
    padding: 15px;
    border-radius: 5px;
    z-index: 9999;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family:  'Inter', sans-serif;
}

@media (max-width: 768px) {
    .added-to-cart-popup {
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 20px;
		border-radius: 0px !important;
    }
}

/* homepage */

.home a.knopCollectieCard, .RowCollectieSlider .dsm_card_carousel_child .et_pb_button_wrapper > a {
	width:100%;
	padding: 10px 20px !important;
	display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.knopCollectieCard:after, .RowCollectieSlider .dsm_card_carousel_child .et_pb_button_wrapper > a::after {
	position:relative;
	content: url("/wp-content/uploads/2025/08/right-arrow-10-5.svg") !important;
	height:24px;
	width:27px;
}

.RowCollectie {
	display:flex;
	gap:15px;
}

#ervaring h4 {
	display: flex;
	justify-content: center;
}

#ervaring h4 > span {
	width: 180px;
	display: flex;
	justify-content: center;
}

.RowCollectie.et_pb_row_5col {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* 5 columns per rij (groot scherm) */
.RowCollectie.et_pb_row_5col .et_pb_column_1_5 {
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    min-width: 261px;
    box-sizing: border-box;
}

.RowCollectieSlider .dsm_card_carousel_child:hover .et_pb_button_wrapper > a {
	padding-right: 10px !important;
    padding-left: 10px !important;
}

.RowCollectieSlider .dsm_card_wrapper  {
	padding-top: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.RowCollectieSlider .dsm_card_carousel_child .et_pb_button_wrapper > a {
	margin-top: 0px !important;
}

/* Base styling voor slider items */
.RowCollectieSlider .swiper-slide {
    min-width: 261px;
    box-sizing: border-box;
}

/* Zorg dat Swiper de width zelf berekent */
.RowCollectieSlider .swiper-wrapper {
    display: flex;
}

/* contactform 7 */

.singleInputRow >p {
	margin-bottom:1rem;
}

.duoInputRow {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin-bottom:1rem;
}

.duoInputRow >p > span, .duoInputRow > div{
	width:48%;
}

.Bericht {
	height:200px !important;
}

.wpcf7-spinner {
	display:none !important;
}


@media (max-width: 500px) {
	.dsm_contact_form_7 .duoInputRow {
		flex-direction: column;
	}
	.dsm_contact_form_7 .duoInputRow > div {
		width:100%;
	}
	.dsm_contact_form_7 .duoInputRow > div:first-child {
		margin-bottom:1rem;
	}
	.wpcf7-spinner {
		display:none;
	}
}

.TitleMarginBottom :is(h2, h1) {
	margin-bottom:20px !important;
}

.Accordion .et_pb_toggle:first-child {
	display:none !important;
}

.NoImgListItems .dsm_icon_list_wrapper:empty + .dsm_icon_list_text {
    padding-left: 5px !important;
}

/* plan je bezoek */

.KomLangs.dsm_contact_form_7 form.wpcf7-form :is(input, textarea) {
	font-size:14px !important;
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
}

.KomLangs.Dark.dsm_contact_form_7_0 form.wpcf7-form :is(input, textarea) {
	border-color: #432D13 !important;
	color: #000000 !important;
}

.KomLangs.Dark.dsm_contact_form_7_0 form.wpcf7-form :is(input, textarea)::placeholder {
	color: #000000 !important;
}

/* sub categorien background */

.et-db #et-boc .et-l .SubCategoriënProductFeed li {
    background-color: #FFFFFF;
}

.et-db #et-boc .et-l .SubCategoriënProductFeed li {
    transition: transform 0.2s ease-in-out;
}

.et-db #et-boc .et-l .SubCategoriënProductFeed li:hover {
    transform: scale(1.07);
}


/* ============================== */
/* Filters categorie pagina's */
/* ============================== */


:is(.CategoryFilter, .MaterialFilter, .ShapeFilter, .AlignmentFilter, .ColorCirclesFilter, .BrandFilter, .PriceFilter, .SfeerFilter) {
	border-bottom: 1px solid #D9D9D9;
}

/* Verberg de originele checkbox */
:is(.BrandFilter, .MaterialFilter, .ShapeFilter, .AlignmentFilter, .CategoryFilter, .SfeerFilter) .bapf_body input[type="checkbox"] {
    display: none;
}

/* Style voor de label die als checkbox fungeert */
:is(.BrandFilter, .MaterialFilter, .ShapeFilter, .AlignmentFilter, .SfeerFilter) .bapf_body label {
    display: flex !important;
    align-items: center;
    cursor: pointer;
    color: #000;
    transition: all 0.3s ease;
    position: relative;
	padding: 6px 0px;
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
}

/* Hover effect */
:is(.BrandFilter, .MaterialFilter, .ShapeFilter, .AlignmentFilter, .SfeerFilter) .bapf_body label:hover {
    color: #007cba;
}

/* Custom checkbox vierkant */
:is(.BrandFilter, .MaterialFilter, .ShapeFilter, .AlignmentFilter, .CategoryFilter, .SfeerFilter) .bapf_body label:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #D9D9D9;
    border-radius: 2px;
    margin-right: 10px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* Checkbox checked state */
:is(.BrandFilter, .MaterialFilter, .ShapeFilter, .AlignmentFilter, .CategoryFilter, .SfeerFilter) .bapf_body input[type="checkbox"]:checked + label:before {
    background-color: #432D13;
    border-color: #432D13;
}

/* Vinkje in de checkbox */
:is(.BrandFilter, .MaterialFilter, .ShapeFilter, .AlignmentFilter, .CategoryFilter, .SfeerFilter) .bapf_body input[type="checkbox"]:checked + label:after {
    content: '';
}

/* Focus state voor accessibility */
:is(.BrandFilter, .MaterialFilter, .ShapeFilter, .AlignmentFilter, .CategoryFilter, .SfeerFilter) .bapf_body input[type="checkbox"]:focus + label:before {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

/* Color filter */

.berocket_single_filter_widget .ColorCirclesFilter ul li label span {
	width: 35px !important;
	height: 35px !important;
	border-radius:100px;
}

.berocket_single_filter_widget .ColorCirclesFilter ul li label > span:hover {
	border: 2px solid #D9D9D9;
}

.berocket_single_filter_widget .ColorCirclesFilter ul li.checked label > span {
	border: 2px solid #000;
}

/* Prijs filter */

.bapf_sfilter .bapf_head h3 {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #000000 !important;
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
	margin: 0 0 20px 0 !important;
	text-transform: uppercase !important;
	padding: 0 !important;
}

.bapf_head .fa-chevron-up {
	color: #666 !important;
	font-size: 14px !important;
}

.bapf_sfilter .bapf_slidr_all {
	position: relative !important;
	padding: 40px 0 20px 0 !important;
}

.bapf_sfilter .irs {
	position: relative !important;
	display: block !important;
	height: 55px !important;
}

.bapf_sfilter .irs-line {
	position: relative !important;
	display: block !important;
	overflow: hidden !important;
	outline: none !important;
	height: 4px !important;
	top: 25px !important;
	background: #e0e0e0 !important;
	border-radius: 2px !important;
	border: none !important;
}

.bapf_sfilter .irs-bar {
	display: none !important;
}

.bapf_sfilter .irs-line::before {
	content: '' !important;
	position: absolute !important;
	height: 4px !important;
	background: #C9B8A7 !important;
	border-radius: 2px !important;
	top: 0 !important;
	left: 0% !important;
	width: 94.2214% !important;
	z-index: 1 !important;
}

.bapf_sfilter .irs-handle {
	position: absolute !important;
	display: block !important;
	box-sizing: border-box !important;
	cursor: pointer !important;
	z-index: 3 !important;
	width: 35px !important;
	height: 35px !important;
	top: 9.5px !important;
	background: #ffffff !important;
	border: 3px solid #C9B8A7 !important;
	border-radius: 50% !important;
	box-shadow: 0px 4px 4px 0px #00000040;
	transition: transform 0.2s ease !important;
}

.bapf_sfilter .irs-handle > i {
	display: none !important;
}

.bapf_sfilter .irs-handle.from {
	background: #fff !important;
	border-color: #C9B8A7 !important;
}

.bapf_sfilter .irs-handle.to {
	background: #fff !important;
	border-color: #C9B8A7 !important;
}

.bapf_sfilter .irs-handle:hover {
	transform: scale(1.1) !important;
}

.bapf_sfilter .irs-from,
.bapf_sfilter .irs-to,
.bapf_sfilter .irs-min,
.bapf_sfilter .irs-max,
.bapf_sfilter .irs-single,
.bapf_sfilter .irs-grid,
.bapf_sfilter .irs-shadow {
	display: none !important;
}

.custom-price-inputs {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	pointer-events: none !important;
	z-index: 4 !important;
}

.custom-price-input {
	background: #fff !important;
	border: 1px solid #D9D9D9 !important;
	border-radius: 4px !important;
	color: #000 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 4px 8px !important;
	width: 80px !important;
	height:34px;
	pointer-events: auto !important;
	outline: none !important;
	transition: all 0.2s ease !important;
}

.custom-price-input:focus {
	border-color: #C9B8A7 !important;
}

.custom-price-input:hover {
	border-color: #C9B8A7 !important;
}

.bapf_sfilter .bapf_slidr_main {
	opacity: 0 !important;
	position: absolute !important;
	pointer-events: none !important;
}

.et_pb_row .bapf_sfilter.PriceFilter,
.et_pb_column .bapf_sfilter.PriceFilter {
	max-width: 100% !important;
	width: 100% !important;
}

.woocommerce .bapf_sfilter.PriceFilter {
	margin-bottom: 20px !important;
}

.bapf_sfilter.bapf_slidr_ready .irs {
	opacity: 1 !important;
}

.bapf_sfilter.bapf_ccolaps .bapf_body {
	overflow: visible !important;
}

/* inklappen filters op tablet en telefoon */

.filtermenu .et_pb_text_inner {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 1180px) {
	.CategoryRowColumn {
		display:flex;
		flex-direction:column;
	}
	
	.CategoryRowColumn .et_pb_column  {
		width: 100% !important;
	}

    .FilterDropdown {
        background: none;
        border: none;
        cursor: pointer;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease;
        width: 24px;
        height: 24px;
    }

    .FilterDropdown::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #666;
        transition: transform 0.3s ease;
    }

    .FilterDropdown.active::before {
        transform: rotate(180deg);
    }

    .BerocketFilters {
		min-height: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease-out, padding 0.4s ease-out;
	}

	.BerocketFilters.active {
		min-height: fit-content;
		max-height: 1000px;
		padding: 20px 0;
	}

    .FilterDropdown.use-svg {
        content: url('/wp-content/uploads/2025/09/Arrow-down-sign-to-navigate.svg');
        transition: transform 0.3s ease;
    }

    .FilterDropdown.use-svg.active {
        transform: rotate(180deg);
    }
}

@media (min-width: 1181px) {
    .FilterDropdown {
        display: none;
    }
    
    .et_pb_code_0_tb_body {
        max-height: none !important;
        overflow: visible !important;
        padding: 0 !important;
    }
}

.woocommerce-result-count, .woocommerce-ordering {
	display: none !important;
}


/* =====================================================
   PRODUCT CARDS STYLING - MET MAX-HEIGHT FIX
   ===================================================== */

.WooProductCardStyling ul li {
	background-color: #F8F8F8;
	padding-bottom: 24px !important;
	transition: all 0.3s ease-in-out;
}

:is(.WooProductCardStyling, .gerelateerdeProducten) li.product .et_shop_image {
    overflow: hidden;
    position: relative;
}

:is(.WooProductCardStyling, .gerelateerdeProducten) li.product .et_shop_image img {
    transition: transform 0.3s ease;
    transform-origin: center center;
    will-change: transform;
}

:is(.WooProductCardStyling, .gerelateerdeProducten) li.product .et_shop_image:hover img {
    transform: scale(1.2);
}

:is(.WooProductCardStyling, .gerelateerdeProducten) li.product .et_shop_image .et_overlay {
    transition: opacity 0.3s ease;
}

.woocommerce-page .WooProductCardStyling .woocommerce ul.products li.product a img {
	margin-bottom: 0px !important;
}

.woocommerce-page .WooProductCardStyling .woocommerce ul.products li.product a .woocommerce-loop-product__title {
	padding-top: 24px !important;
}

.WooProductCardStyling ul li a > :is(h2, .price, .variation-options-text ) {
	background-color: #F8F8F8;
	padding-left: 16px !important;
	padding-right: 16px !important;
}

.variation-options-text {
	color: #000;
	font-family: Inter;
	font-size: 12px;
	margin-top: 16px !important;
	font-style: italic;
	font-weight: 300;
	line-height: normal;
}

body.woocommerce-page .Aanbevolen ul.products li.product {
	background-color: #F8F8F8;
	padding: 0px !important;
	display: flex;
	margin-bottom: 0px !important;
}

.Aanbevolen ul {
	display: flex;
}

.Aanbevolen ul li a {
	display: flex !important;
	flex-direction: column !important;
}

.Aanbevolen ul li a h2 {
	margin-bottom: auto !important;
}

:is(.WooProductCardStyling, .Aanbevolen) .woocommerce ul.products li.product .price {
	color: #000 !important;
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
}

:is(.WooProductCardStyling, .Aanbevolen) .woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #000 !important;
	font-family: 'Inter Serif', Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
	max-height: 100px !important;
	overflow: hidden !important;
}

.WooProductCardStyling .products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	align-items: stretch;
}

.WooProductCardStyling .products::before,
.WooProductCardStyling .products::after {
	content: none !important;
}

.et-db #et-boc .et-l :is(.et_pb_shop, .et_pb_shop_load_more) ul.products li.product {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100% !important;
	margin-bottom: 1em !important;
}

.WooProductCardStyling .product a {
	display: flex !important;
	flex-direction: column;
	height: 100%;
}

.WooProductCardStyling .woocommerce-loop-product__title {
	flex-grow: 1;
	display: flex;
}

.WooProductCardStyling .products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	align-items: stretch;
}

.WooProductCardStyling .products .product {
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 100%;
}

@supports (-webkit-appearance: none) {
	.WooProductCardStyling .woocommerce-loop-product__title {
		max-height: 100px !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (max-width: 981px) {
	.et-db #et-boc .et-l :is(.et_pb_shop, .et_pb_shop_load_more) ul.products.columns-3 li.product {
		width: 100% !important;
	}
}

@media (max-width: 768px) { 
	.WooProductCardStyling .products {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 15px;
	}
}

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

/* veelgestelde vragen */

.page-veelgestelde-vragen .et_pb_toggle  {
	margin-bottom: 18px !important;
}

/* =====================================================
   PRODUCT PAGINA STYLING
   ===================================================== */

.Levertijd.et_pb_text_0_tb_body .et_pb_text_inner::before {
    content: "Levertijd: ";
    font-weight: bold;
}

.OmschrijvingProduct  .et-dynamic-content-woo--product_description p {
	padding-bottom: 0px !important;
	line-height: 24px !important;
}

.woocommerce .quantity input.qty::-webkit-inner-spin-button,
.woocommerce .quantity input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product .woocommerce-product-gallery  .woocommerce-product-gallery__image a img {
	height: 500px !important;
	object-fit: cover !important;
}

.product .woocommerce-product-gallery > div:not(.flex-viewport) 

.woocommerce .quantity input.qty {
    -moz-appearance: textfield;
}

.woocommerce .quantity {
    position: relative;
    display: inline-block;
    width: 48px;
}

.woocommerce .quantity input.qty {
    height: 48px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    padding: 0 15px 0 0;
    background: white;
}

.product .quantity .quantity-arrow {
    position: absolute;
    left: 74%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    cursor: pointer;
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.page-winkelwagen.woocommerce .quantity .quantity-arrow {
    position: absolute;
    left: 95%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    cursor: pointer;
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.woocommerce .quantity .quantity-up {
    top: 9px;
    background-image: url('/wp-content/uploads/2025/11/arrowInputUp.svg');
}

.woocommerce .quantity .quantity-down {
    bottom: 9px;
    background-image: url('/wp-content/uploads/2025/11/arrowInputDown.svg');
}

.woocommerce .quantity .quantity-up:hover,
.woocommerce .quantity .quantity-down:hover {
    opacity: 0.7;
    transform: translateX(-50%) scale(1.1);
}

.woocommerce .quantity .quantity-up:active,
.woocommerce .quantity .quantity-down:active {
    opacity: 0.5;
    transform: translateX(-50%) scale(0.95);
}

.product .et_pb_wc_breadcrumb  {
	margin-bottom:10px !important;
}

.et_pb_wc_add_to_cart .quantity input.qty {
	height: calc(4.3em - 4px);
}

.et_pb_wc_add_to_cart .quantity {
	overflow: visible !important;
}

#specificatiesenomschrijving .et_pb_column.et_pb_column_1_2.et_pb_column_3_tb_body.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single {
	margin-right: 0px !important;
}

/* laad meer / laad minder knoppen */

.bapf_body li.filter-hidden {
	display: none !important;
}

.bapf_body ul {
	padding-bottom:0px;
}

.filter-show-more-btn, 
.filter-show-less-btn {
	margin-top:20px;
}

.bapf_sfilter {
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
}

.filter-show-more-btn, 
.filter-show-less-btn,
.variation-show-more,
.variation-show-less {
	background: transparent;
	border: 0px solid #ddd;
	border-bottom: 1px solid #000;
	padding: 0px;
	cursor: pointer;
	color: #000 !important;
	display: inline-block;
	font-size: 14px;
	transition: all 0.3s;
	width: auto;
}

.filter-show-more-btn:hover, 
.filter-show-less-btn:hover {
	background: #e0e0e0;
}

.filter-show-less-btn {
	display: none;
}

.variation-hidden {
	display: none !important;
}

/* gerelateerde producten */

.gerelateerdeProducten .related.products > a > h2 {
	display:none !important;
}

.gerelateerdeProducten .related.products > h2 {
	display:none !important;
}

.gerelateerdeProducten .related.products li.product {
	background-color: #F3F1EF !important;
	flex-grow: 1;
	padding-bottom: 15px !important;
}

.gerelateerdeProducten .related.products li.product > a :is(.woocommerce-loop-product__title, span.price, .variation-options-text ){
	padding-left:16px !important;
	padding-right:16px !important;
	padding-bottom: 16px !important;
}

.gerelateerdeProducten .related.products li.product > a .woocommerce-loop-product__title {
	padding-top:20px !important;
}

.gerelateerdeProducten .related.products li.product > a .variation-options-text {
	padding-bottom:20px !important;
}

.gerelateerdeProducten .product .et_overlay::before {
	content:none !important;
}

.gerelateerdeProducten .product .et_overlay {
	background-color:rgba(230, 221, 212, 0.46) !important;
}

@media (min-width: 981px) {
	.gerelateerdeProducten .related.products .products.columns-4 {
		display: flex !important;
	}
}

/* woo-meldingen */

.woocommerce-notices-wrapper .woocommerce-message,  .woocommerce-info {
	display:flex;
	justify-content:space-between;
	align-items:center;
	background:#f3f1ef !important;
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    color: #000000 !important;
	padding-left: 10% !important;
	padding-right: 10% !important;
}

.woocommerce-notices-wrapper .woocommerce-message::after, .woocommerce-MyAccount-content .woocommerce-info::after {
	content:none !important;
}

.woocommerce-notices-wrapper .woocommerce-message > a:not(.restore-item), .woocommerce-MyAccount-content .woocommerce-info  a.button.wc-forward {
	color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #432D13;
	padding-top: 10px !important;
    padding-right: 30px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
}

.woocommerce-notices-wrapper .woocommerce-message > a:not(.restore-item)::after, .woocommerce-MyAccount-content .woocommerce-info  a.button.wc-forward::after {
	content: none;
	display: none;
}

.woocommerce-notices-wrapper .woocommerce-message > a:not(.restore-item):hover, .woocommerce-MyAccount-content .woocommerce-info  a.button.wc-forward:hover {
	background: #432D13 !important;
	padding-top: 10px !important;
    padding-right: 30px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
}

/* Winkelwagen */

.page-winkelwagen h1.entry-title {
	color: #432D13;
	font-family: "Inria Serif";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.page-winkelwagen .woocommerce-cart.et_pb_wc_cart_totals table tr td > :is(span, strong) {
	float:right !important;
}

.page-winkelwagen .woocommerce-cart.et_pb_wc_cart_totals h2 {
	display: none !important;
}

/* cart count */

.cart-count {
	position: absolute;
    top: -13px;
    right: -12px;
    background-color: #432D13;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

@media screen and (max-width: 980px) {
	.cart-count {
		top: -3px !important;
	}
}

@media screen and (min-width: 981px) and (max-width: 1180px) {
	.cart-count {
		top: 20px !important;
	}
}

.winkelwagenIcon a,
.et_pb_menu__cart-button {
    position: relative !important;
    display: inline-block;
}

/* afrekenen */

.page-afrekenen .container {
	width:80% !important;
	max-width:1200px !important;
}

.page-afrekenen .container #content-area {
	width:100% !important;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label, .wc-blocks-components-select .wc-blocks-components-select__label {
	left: 1em !important;
	font-size: 14px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
	left: 0.6em !important;
	font-size: 14px !important;
	transform: scale(.82);
}

.wc-block-components-text-input.is-active input[type=text] {
	padding: 1.5em 1em .5em !important;
	font-size: 14px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
	padding: 1em 1em 0 !important;
}

.page-afrekenen .et_pb_row_0 {
	max-width: 1200px !important;
}

.page-afrekenen div.et_pb_section.et_pb_section_0 h1 {
	color: #432D13;
	font-family: "Inria Serif";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.page-afrekenen h2,
.page-afrekenen #main-content p#wc-guest-checkout-notice,
.page-afrekenen #main-content span.wc-block-components-address-form__address_2-toggle,
.page-afrekenen #main-content span.wc-block-components-checkbox__label,
.page-afrekenen #main-content p.wc-block-components-checkout-step__description,
.page-afrekenen #main-content .wc-block-components-checkout-return-to-cart-button,
.page-afrekenen #main-content .wc-block-components-checkbox__label a:link,
.page-afrekenen #main-content .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title p,
.page-afrekenen #main-content .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount,
.page-afrekenen #main-content .wc-block-checkout__sidebar .wc-block-components-product-name,
.page-afrekenen #main-content .wc-block-components-panel__button,
.page-afrekenen #main-content .wc-block-components-totals-item__label {
	font-family: inter;
	font-style: normal;
	line-height: normal;
	color: #000;
}

.page-afrekenen h1.entry-title.main_title {
	color: #432D13;
	font-family: "Inria Serif";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.page-afrekenen #main-content h2 {
	font-size: 18px !important;
	font-weight: 600;
}

.page-afrekenen p#wc-guest-checkout-notice {
	font-weight: 400;
	font-size: 13px;
	line-height: 29px;
}

.page-afrekenen span.wc-block-components-address-form__address_2-toggle,
.page-afrekenen span.wc-block-components-checkbox__label,
.page-afrekenen p.wc-block-components-checkout-step__description,
.page-afrekenen .wc-block-components-checkbox__label a:link,
.page-afrekenen .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount,
.page-afrekenen .wc-block-checkout__sidebar .wc-block-components-product-name,
.page-afrekenen .wc-block-components-panel__button {
	font-size: 14px;
	font-weight: 400;
}

.page-afrekenen p.wc-block-components-checkout-step__description {
	line-height: 29px;
}

.page-afrekenen .wc-block-components-checkout-return-to-cart-button {
	color: #242424;
	text-align: center;
	font-family: "Libre Franklin";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.page-afrekenen .wc-block-components-checkbox__label a:link,
.page-afrekenen .wc-block-components-panel__button {
	color: #C9B8A7 !important;
}

.page-afrekenen .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title p,
.page-afrekenen .wc-block-components-totals-item__label {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px !important;
}

.page-afrekenen .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
	font-size: 14px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}

.page-afrekenen :is(input[type="email"], input[type="text"], input[type="tel"], input[type="number"], textarea, select) {
	border-radius: 2px !important;
	border: 1px solid #D9D9D9 !important;
	height: 53px !important;
	font-size: 14px !important;
	font-family: 'Inter' !important;
}

.page-afrekenen :is(input[type="email"]) {
	padding: 1.5em 1em .5em !important;
}

.page-afrekenen .wc-block-components-form .wc-block-components-text-input label,
.page-afrekenen .wc-block-components-text-input label,
.page-afrekenen .wc-block-components-text-input.wc-block-components-totals-coupon__input label {
	top: 1.862em;
}

.page-afrekenen .wc-block-components-text-input.wc-block-components-totals-coupon__input.is-active label {
	top: 0;
}

.page-afrekenen input#wc-block-components-totals-coupon__input-coupon {
	height:100%;
}

.page-afrekenen .wc-block-components-radio-control .wc-block-components-radio-control__input {
	background-color: #D9D9D9;
	border: 0px solid #fff;
}

.page-afrekenen .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	background-color: #C9B8A7;
	border: 0px solid #fff;
}

.page-afrekenen .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	content: none;
}

.page-afrekenen .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	background-color: #d9d9d9;
	border: 0px solid #fff;
	border-radius: 2px;
}

.page-afrekenen .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
	background-color: #d9d9d9;
	border-radius: 2px;
	border: 0px solid #fff;
}

.page-afrekenen .wp-block-woocommerce-checkout-order-summary-block {
	border: 1px solid #D9D9D9;
	background: #FFF;
	border-radius: 0px;
}

.page-afrekenen .wc-block-components-totals-shipping__via,
.page-afrekenen .wc-block-components-product-details {
	color: #000;
}

.page-afrekenen .wc-block-components-product-metadata__description {
	display:none !important;
}

.page-afrekenen .wc-block-checkout__sidebar {
	top:23vh;
}

.page-afrekenen .wc-block-components-totals-item__label {
	color: #000;
	font-family: Inter;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.page-afrekenen .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
	padding-bottom:0px !important;
}

.page-afrekenen button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
.page-afrekenen button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	background: #432D13;
	transition: all 0.3s ease-in-out;
}

.page-afrekenen button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover,
.page-afrekenen button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
	cursor: pointer;
	background: #533918;
}

.page-afrekenen button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	width: 45% !important;
}

.page-afrekenen .wc-block-checkout__login-prompt {
	color: #C9B8A7;
	text-align: right;
	font-family: Inter;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.page-afrekenen .wc-block-components-address-form__country.wc-block-components-country-input {
	margin-bottom: 12px !important;
}

@media (max-width: 822px) {
	.page-afrekenen .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
		margin-top:0px !important;
		border: none !important;
	}
}

@media (max-width: 981px) {
	.page-afrekenen .wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block > div:first-child {
		display:none !important;
	}
	
	.page-afrekenen .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
		border: none !important;
		margin-top:0px !important;
	}
	
	.page-afrekenen .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open {
		border: none !important;
	}

	.page-afrekenen .wp-block-woocommerce-checkout-order-summary-block {
		padding: 0px 10px;
		min-width: 275px;
	}

	.page-afrekenen span.wc-block-components-address-form__address_2-toggle,
	.page-afrekenen span.wc-block-components-checkbox__label,
	.page-afrekenen p.wc-block-components-checkout-step__description,
	.page-afrekenen .wc-block-components-checkbox__label a:link,
	.page-afrekenen .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount,
	.page-afrekenen .wc-block-checkout__sidebar .wc-block-components-product-name,
	.page-afrekenen .wc-block-components-panel__button {
		font-size: 14px;
		font-weight: 400;
	}
	
	.page-afrekenen .et-l:not(footer) h2 {
		font-size:18px !important;
	}
	
	.page-afrekenen .wc-block-components-form.wc-block-checkout__form > .css-0 {
		display:none;
	}

	.page-afrekenen .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
		padding-top: 20px !important;
	}
	
	.page-afrekenen .et_pb_section.et_pb_section_1.et_section_regular {
		padding-top:0px !important
	}
	
	.page-afrekenen .et_pb_section_0.et_pb_section {
		padding-top:0px !important;
		padding-bottom: 0px !important;
	}
	
	.page-afrekenen .et_pb_row.et_pb_row_1 {
		width: 85% !important;
	}
}

@media (max-width: 630px) {
	.page-afrekenen .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
		flex-direction:column !important;
	}
	
	.page-afrekenen .wc-block-components-checkout-return-to-cart-button {
		margin: 16px 16px 16px 0px;
        width: calc(100% - 16px);
	}

	.page-afrekenen button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
		width:100% !important;
	}

	.page-afrekenen .et_pb_section_0 h1 {
		font-size:25px !important
	}

	.wc-block-checkout__actions {
		padding-top: 0px !important;
	}
}

/* footer */

footer .dsm-business-hours-day {
	width: 75px !important;
	margin-right: 40px !important;
}

footer .dsm-business-hours-header {
	justify-content: flex-start;
}

footer .dsm-business-hours-separator {
	display: none !important;
}

footer .et_pb_section:last-child .et_pb_text_inner a[href="https://sellabees.nl/"] {
	color: #000 !important;
}

/* mijn account */

.woocommerce-account .woocommerce-form.woocommerce-form-register > .woocommerce-form-row {
	padding-left: 0px !important;
}

.woocommerce-account .woocommerce-form.woocommerce-form-register .woocommerce-form-register__submit {
	margin-top: 10px !important;
}

.woocommerce-account form.woocommerce-form-login > p.form-row:not(.woocommerce-form-row) {
	display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.woocommerce-account .woocommerce-form.woocommerce-form-login > p.form-row > .woocommerce-form-login__rememberme {
	display: flex;
    align-items: center;
}

.woocommerce-account .woocommerce-form.woocommerce-form-login > p.form-row > .woocommerce-form-login__rememberme > input {
	 margin-right: 10px !important;
}

.woocommerce-account:is(.logged-in, .page-mijn-account) button.woocommerce-button, .woocommerce-account:is(.logged-in, .page-mijn-account) a.woocommerce-button.button {
	background: #432D13 !important;
	color:white !important;
	border: none !important;
}

.woocommerce-account:is(.logged-in, .page-mijn-account) h2 {
	color: #432D13;
	font-family: "Inria Serif";
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.woocommerce-account.logged-in :is(.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content) a:not(.button), .woocommerce-account  a:not(.button) {
	color: #C9B8A7 !important;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding-left: 0px !important;
}

.woocommerce-Addresses, .woocommerce-account.logged-in .woocommerce-MyAccount-content label, .woocommerce-account.logged-in .woocommerce-MyAccount-content p  {
	color: #000 !important;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.woocommerce-account button.button {
	color: #FFFFFF !important;
    border-width: 5px !important;
    border-color: #432D13;
    border-radius: 0px;
    background-color: #432D13 !important;
}

/* banner */
.my-account-header-section {
	z-index: 0;
    position: relative;
}

.my-account-header-section .et_pb_section_0_tb_body {
	background-image: linear-gradient(180deg, #e6ddd4 70%, #ffffff 70%) !important;
}

.my-account-header-section .et_pb_section_0_tb_body .et_pb_row_0_tb_body {
	max-width: 1550px;
}

.my-account-header-section h1 {
	font-family: 'Inria Serif', Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 64px;
	padding-top: 8vh;
    color: #432D13 !important;
}

.my-account-header-section .et_pb_section_0_tb_body  {
	padding-bottom: 0px;
}

@media (max-width: 981px) {
	.my-account-header-section h1 {
		font-size: 45px !important;
	}
}

@media (max-width: 768px) {
	.my-account-header-section h1 {
		font-size: 40px !important;
		padding-top: 0vh;
	}

	.my-account-header-section .et_pb_section_0_tb_body {
    	padding-top: 0px;
	}
}

/* contact */

.page-contact .contactList .dsm_icon_list_items .dsm_icon_list_child  {
	margin-top: 10px !important;
}

.page-contact .et_pb_section_0 .et_pb_text_0  {
	margin-bottom: 15px !important;
}

/* categorie pagina */

.woocommerce.woocommerce-page #main-content .headerCategoriePagina .et_pb_text_1_tb_body.TitleMarginBottom.et_pb_module {
	margin-bottom: 15px !important;
}

.SubCategoriënProductFeed .dsm_icon_list_items .dsm_icon_list_child  {
	margin-top: 10px !important;
}

/* showroom */

.page-showroom .dsm_contact_form_7_0_tb_footer.dsm_contact_form_7 .wpcf7-form-control.wpcf7-date::placeholder, .page-showroom .dsm_contact_form_7_0_tb_footer.dsm_contact_form_7 .wpcf7-form-control.wpcf7-date {
	color: #fff !important;
}

/* product pagina */

body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_wc_add_to_cart_0_tb_body button.single_add_to_cart_button {
	padding-left: 45px  !important;
}

body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_wc_add_to_cart_0_tb_body button.single_add_to_cart_button::before  {
	content: url("/wp-content/uploads/2025/10/shoppingcart-6.svg");
	margin-left: -2.2em !important;
}

:is(.page-algemene-voorwaarden, .page-privacyverklaring) .et_pb_section_0 h1 {
	margin-bottom: 0px !important;
}

@media (min-width: 1500px) {
	.RowCollectieSlider {
		display: none  !important;
	}
}

@media (min-width: 981px) and (max-width: 1750px) {
	.page-contact .et_pb_section.et_pb_section_0 {
		background-image: linear-gradient(180deg, #e6ddd4 80%, #ffffff 80%) !important;
	}

	.et-db #et-boc .et-l .headerCategoriePagina  .et_pb_text_0_tb_body.TitleMarginBottom :is(h2, h1) {
		margin-bottom: 10px !important;
	}
	
	.et-db #et-boc .et-l div.et_pb_section.et_pb_section_0_tb_body.headerCategoriePagina {
		background-image: linear-gradient(180deg, #e6ddd4 87%, #ffffff 87%) !important;
	}
}

@media (min-width: 981px) and (max-width: 1675px) {
	.page-betaalmogelijkheden .et_pb_section_0 .et_pb_column_0 h1 {
		font-size: 45px;
	}

	.page-bezorgen-afhalen .et_pb_section_0 .et_pb_column_0 h1 {
		font-size: 45px;
	}

	.page-ruilen-retourneren .et_pb_section_0 .et_pb_column_0 h1 {
		font-size: 45px;
	}

	.et-db #et-boc .et-l .headerCategoriePagina .et_pb_image_0_tb_body img {
		height: 30vw;
        object-fit: cover;
        max-height: 425px;
	}

	.headerCategoriePagina .et_pb_row_0_tb_body .et_pb_column_0_tb_body {
		padding-top: 3vw;
	}

	#desktop-menu .bullitpoints ul {
		display: flex;
		flex-wrap: nowrap;
	}

	#desktop-menu .et_pb_row_0_tb_header .bullitpoints ul li {
		margin-right: 20px !important;
	}

	#desktop-menu .et_pb_row_0_tb_header .et_pb_column:first-child {
		min-width: 712px !important;
		margin-right: 10px !important;
	}

	#desktop-menu .et_pb_row_0_tb_header .et_pb_column:last-child {
		min-width: 311px !important;
	}

	#desktop-menu .et_pb_row_0_tb_header::after {
		content: none !important;
	}

	#desktop-menu .et_pb_row_0_tb_header{
		justify-content: space-between;
	}
}

@media (min-width: 981px) and (max-width: 1575px) {
	.page-veelgestelde-vragen .et_pb_section_0 .et_pb_text_0 {
		padding-top: 3vh !important;
	}

	.page-veelgestelde-vragen .et_pb_section_0 .et_pb_text_0 h1 {
		font-size: 45px;
	}

	.page-bezorgen-afhalen .et_pb_section_0 .et_pb_column_0 h1 {
		font-size: 40px;
	}

	.page-bezorgen-afhalen .et_pb_section_0 .et_pb_text_0 {
		padding-top: 2vh !important;
	}

	.page-bezorgen-afhalen .et_pb_section.et_pb_section_0 {
		background-image: linear-gradient(180deg, #e6ddd4 90%, #ffffff 90%) !important;
	}

	.page-ruilen-retourneren .et_pb_section_0 .et_pb_text_0 {
		padding-top: 2vh !important;
		margin-bottom: 15px !important;
	}

	.page-ruilen-retourneren .et_pb_section.et_pb_section_0 {
		background-image: linear-gradient(180deg, #e6ddd4 90%, #ffffff 90%) !important;
	}

	.page-showroom .et_pb_section_0 .et_pb_column_0 h1 {
		font-size: 40px;
	}

	.page-showroom .et_pb_section_0 .et_pb_text_0 {
		padding-top: 2vh !important;
	}

	.page-contact .et_pb_section_0 .et_pb_column_0 h1 {
		font-size: 45px !important;
	}

	.page-contact .et_pb_section.et_pb_section_0 .et_pb_column:last-child {
		width: 51.7% !important;
	}

	.page-contact .et_pb_section.et_pb_section_0 .et_pb_row_0 {
		padding: 4vw 0px !important;
		display: flex;
	}

	.page-winkelwagen .et_pb_section.et_pb_section_0 .et_pb_row {
		padding: 0px !important;
	}

	.page-algemene-voorwaarden .et_pb_section.et_pb_section_0 h1 {
		font-size: 40px !important;
	}
	
	.page-privacyverklaring .et_pb_section.et_pb_section_0 h1 {
		font-size: 40px !important;
	}

	.page-plan-je-bezoek .et_pb_section.et_pb_section_0 h1 {
		font-size: 40px !important;
	}

	footer .NavigatieSectionfooter  .et_pb_row > div:nth-child(1) {
		min-width: 265px !important;
	}

	footer .NavigatieSectionfooter  {
		display: flex;
	}

	footer .NavigatieSectionfooter .et_pb_row > div:not(div:last-child) {
		margin-right: 20px !important;
		flex-grow: 1;
	}

	footer .NavigatieSectionfooter .et_pb_row > div:nth-child(2) {
		min-width: 230px !important;
	}

	.page-over-ons .et_pb_section.et_pb_section_0 {
    	background-image: linear-gradient(180deg, #e6ddd4 80%, #ffffff 80%) !important;
	}
}

@media (max-width: 1500px) {
	.RowCollectie {
		display: none !important;
	}

	.RowCollectieSlider {
		display: block !important;
	}
}

@media (min-width: 981px) and (max-width: 1500px) {
	.ToevoegenWinkelwagen .cart .single_variation_wrap .woocommerce-variation-add-to-cart, .ToevoegenWinkelwagen .cart:not(.variations_form) {
		display: flex;
		flex-direction: row;
	}
}

@media (min-width:981px) and (max-width: 1400px) {
	.page-over-ons .et_pb_section_0 .et_pb_column_0 .et_pb_text_0 {
		padding-top: 3vh !important;
	}

	.page-over-ons .et_pb_section_0 .et_pb_column_0 .et_pb_text_0 h1 {
		font-size: 45px !important;
	}

	.page-betaalmogelijkheden .et_pb_section_1 .et_pb_text_1 {
		padding-right: 15% !important;
	}

	body.et-db #page-container #et-boc .et-l .et_pb_section_0_tb_body .et_pb_row .et_pb_column {
		padding-top: 0px !important;
	}

	.page-home .et_pb_section.et_pb_section_0 h1 {
		font-size: 60px !important;
	}

	.woocommerce-account:is(.logged-in, .page-mijn-account) h1  {
		padding-top: 4vh;
		font-size: 40px !important;
	}
}

@media (min-width:1180px) and (max-width: 1295px) {
	#desktop-menu.MenuBalk .et_pb_with_border.et_pb_row.et_pb_row_0_tb_header.verticalyAlignCenter.et_pb_row--with-menu {
		padding-left: 6% !important;
		padding-right: 6% !important;
		justify-content: space-between;
	}
}

@media (min-width:981px) and (max-width: 1280px) {
	.woocommerce div.product form.cart .single_add_to_cart_button::before {
		top: 13px !important;
	}

	body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_wc_add_to_cart_0_tb_body button.single_add_to_cart_button {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
		line-height: 15px !important;
		padding-left: 35px !important;
	}
}

@media (min-width:981px) and (max-width: 1005px) {
	body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_wc_add_to_cart_0_tb_body button.single_add_to_cart_button {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
		line-height: 15px !important;
		padding-left: 45px !important;
	}
}

@media (min-width:981px) and (max-width: 1225px) { 
	footer .supremeButtons .dsm_button_0_wrapper {
		display: flex;
		flex-direction: column;
	}

	footer .supremeButtons .dsm_button_0_wrapper > a {
		width: fit-content;
	}

	footer .et_pb_row_0_tb_footer .et_pb_text_0_tb_footer  h2 {
		font-size: 45px !important;
	}

	body.et-db #page-container #et-boc .et-l .et_pb_section .dsm_button_0_tb_footer.supremeButtons .et_pb_button_two.et_pb_button {
		margin-left: 0px !important;
		margin-top: 10px !important;
	}

	footer .supremeButtons {
		width: 75% !important;
	}

	footer .supremeButtons a {
		width: 100% !important;
		text-align: center;
	}

	.page-showroom .LiggendTabletFooterShowroom {
		display: block !important;
	}

	.page-showroom .FooterShowroom .et_pb_text_1_tb_footer  {
		display: none !important;
	}

	.dsm_contact_form_7 .duoInputRow  {
		flex-direction: column !important;
		margin-bottom: 0px !important;
	}

	.dsm_contact_form_7 .duoInputRow > div {
		margin-bottom: 1rem !important;
		width: 100%;
	}

	.dsm_contact_form_7 .wpcf7-form-control.wpcf7-textarea {
		height: 122px !important;
	}

	.page-showroom footer .bullitpoints li .dsm_icon_list_text {
		font-size: 14px !important;
	}

	.page-betaalmogelijkheden .et_pb_section_0 .et_pb_column_0 h1 {
		font-size: 40px;
	}

	.page-bezorgen-afhalen .et_pb_section.et_pb_section_0 {
		background-image: linear-gradient(180deg, #e6ddd4 85%, #ffffff 85%) !important;
	}

	.page-bezorgen-afhalen .et_pb_section.et_pb_section_0 .et_pb_row_0 {
		padding: 4vw 0px !important;
		display: flex;
	}

	.page-bezorgen-afhalen .et_pb_section_0 .et_pb_row .et_pb_column:last-child {
		width: 49.7% !important;
	}

	.page-bezorgen-afhalen .et_pb_section.et_pb_section_0 .et_pb_row_0 h1 {
		margin-bottom: 0px !important;
	}

	.page-ruilen-retourneren .et_pb_section.et_pb_section_0 {
		background-image: linear-gradient(180deg, #e6ddd4 80%, #ffffff 80%) !important;
		margin-bottom: 30px !important;
	}

	.page-ruilen-retourneren .et_pb_section.et_pb_section_0 .et_pb_row_0 {
		padding: 4vw 0px !important;
		display: flex;
	}

	.page-showroom .et_pb_section.et_pb_section_0 {
		background-image: linear-gradient(180deg, #e6ddd4 80%, #ffffff 80%) !important;
	}

	.headerCategoriePagina .et_pb_row_0_tb_body .et_pb_column_0_tb_body {
		padding-top: 1vw;
	}

	.headerCategoriePagina .et_pb_row_0_tb_body .et_pb_column_0_tb_body .et_pb_text_0_tb_body h1 {
		font-size:40px !important;
	}

	.woocommerce-account .et_pb_section_0_tb_body .et_pb_text_0_tb_body h1 {
		font-size: 45px !important;
		padding-top: 8vh !important;
	}

	.page-algemene-voorwaarden .et_pb_section.et_pb_section_0 h1 {
		font-size: 40px !important;
	}
	
	.page-privacyverklaring .et_pb_section.et_pb_section_0 h1 {
		font-size: 40px !important;
	}

	.page-plan-je-bezoek .et_pb_section.et_pb_section_0 h1 {
		font-size: 40px !important;
	}

	.page-plan-je-bezoek .dsm_contact_form_7 input  {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	body.et-db:not(.search-results) #page-container #et-boc .et-l .et_pb_section_0_tb_body .et_pb_row .et_pb_column {
		padding-top: 0px !important;
		width: 48% !important;
	}

	.et-db #et-boc .et-l div.et_pb_section.et_pb_section_0_tb_body.headerCategoriePagina {
		background-image: linear-gradient(180deg, #e6ddd4 100%, #ffffff 100%) !important;
	}

	body.et-db #page-container #et-boc .et-l .et_pb_section_0_tb_body .et_pb_row .et_pb_column:first-child {
		margin-right: 3.5% !important;
	}

	body .plan-je-bezoek-blok .dsm_card_wrapper {
		padding: 25px !important;
	}

	body .plan-je-bezoek-blok {
		margin-bottom: 20px !important;
	}

	body.et-db #page-container #et-boc .et-l .et_pb_section_0_tb_body .et_pb_row .et_pb_column .et_pb_wc_description p {
		line-height: 17px !important;
	}

	body.et-db #page-container #et-boc .et-l .et_pb_section_0_tb_body .et_pb_row .et_pb_column .et_pb_wc_price_0_tb_body {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		margin-bottom: 8px !important;
	}

	body.et-db #page-container #et-boc .et-l .et_pb_section_0_tb_body .et_pb_row .et_pb_column .et_pb_wc_title_0_tb_body {
		margin-bottom: 8px !important;
	}

	body.et-db #page-container #et-boc .et-l .et_pb_section_0_tb_body .et_pb_row .et_pb_column .woocommerce-Price-amount {
		font-size: 20px !important;
	}

	.Levertijd.et_pb_text_0_tb_body {
		margin-bottom: 20px !important;
	}

	body .et_pb_wc_images_0_tb_body .flex-control-nav.flex-control-thumbs {
		display: flex;
	}

	body .et_pb_wc_images_0_tb_body .flex-control-nav.flex-control-thumbs li {
		flex-grow: 1;
	}

	body.et-db #page-container #et-boc .et-l .et_pb_section_0_tb_body .et_pb_row .et_pb_column #specificatiesenomschrijving.et_pb_blurb_0_tb_body {
		padding-bottom: 12px !important;
	}

	.page-afrekenen div.et_pb_section.et_pb_section_1 {
		padding-top: 0px !important;
	}

	body .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
		display: flex;
		flex-direction: column !important;
	}

	body .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout div:nth-child(2) {
		width: 100% !important;
	}

	body .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wp-block-woocommerce-checkout-totals-block {
		border-top: 1px solid hsla(0, 0%, 7%, .11);
    	padding-top: 48px;
		position: relative !important;
		top: 0vh !important;
	}

	body .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wp-block-woocommerce-checkout-order-summary-block {
		width: 80% !important;
	}

	body .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__terms--with-separator {
		border-top: none !important;
	}

	body .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wp-block-woocommerce-checkout-totals-block {
		width: 100% !important;
		padding-left: 0px !important;
	}

	.page-contact .et_pb_section_0 .et_pb_text_0  {
		margin-bottom: 0px !important;
	}

	.page-contact .et_pb_section_0 .et_pb_column_0 h1 {
		font-size: 35px !important;
	}
}

@media (min-width:981px) and (max-width: 1180px) {
	.et-db #et-boc .et-l .et_pb_text_0_tb_footer h2 {
		font-size: 40px !important;
	}

	footer .FooterShowroom .et_pb_row_0_tb_footer > div {
		width: 50% !important;
	}

	footer .NavigatieSectionfooter .et_pb_column:last-child {
    	width: 112px;
	}

	.dsm-business-hours-time {
		text-wrap: nowrap !important;
	}

	.et-db #et-boc .et-l .dsm_business_hours_0_tb_footer {
        max-width: 100% !important;
    }

	footer h4 {
		text-wrap: nowrap !important;
	}

	.page-home .et_pb_section_0 .et_pb_row_0 .et_pb_column_1  {
		width: 0px !important;
	}

	.page-home .et_pb_section_0 .et_pb_row_0 .et_pb_column_0 {
		width: 100% !important;
	}

	.page-home  .et_pb_section_0 h1 {
		font-size: 60px !important;
	}

	.page-home .et_pb_section:not(.et_pb_section_4) h2 {
		font-size: 40px !important;
	}

	.page-home  .et_pb_section_0 .et_pb_row {
		padding: 18vw 10% !important;
	}

	.page-veelgestelde-vragen .et_pb_section.et_pb_section_0 {
		background-image: linear-gradient(180deg, #e6ddd4 80%, #ffffff 80%) !important;
	}

	.page-veelgestelde-vragen .et_pb_section_0 .et_pb_text_0 h1 {
		font-size: 40px;
	}

	.page-betaalmogelijkheden .et_pb_section.et_pb_section_0 {
		background-image: linear-gradient(180deg, #e6ddd4 100%, #ffffff 100%) !important;
	}

	.page-betaalmogelijkheden .et_pb_section_0 .et_pb_column_0 .TitleMarginBottom {
		padding-top: 0vh !important;
	}

	.page-betaalmogelijkheden .et_pb_section_0 .et_pb_row_0 {
		display: flex;
		padding: 4vw 0px !important;
		align-items: center;
	}

	.page-betaalmogelijkheden .et_pb_section_0 .et_pb_text_0 h1 {
		font-size: 37px;
	}

	.page-betaalmogelijkheden .listItemsPaymentMethodes .dsm_icon_list_items {
		display: flex;
		flex-direction: column;
	}

	.page-betaalmogelijkheden .listItemsPaymentMethodes .dsm_icon_list_items li {
		width: fit-content;
	}

	.page-betaalmogelijkheden .listItemsPaymentMethodes .dsm_icon_list_items li:last-child {
		margin-top: 15px !important;
	}

	.page-betaalmogelijkheden .et_pb_section_1  {
		padding: 4% 0px !important;
	}

	.page-ruilen-retourneren .et_pb_section.et_pb_section_0 .et_pb_row_0 > .et_pb_column:last-child {
		width: 49.7% !important;
	}

	.page-ruilen-retourneren .et_pb_section_0 .et_pb_column_0 h1 {
		font-size: 35px !important;
		margin-bottom: 5px !important;
	}

	.page-over-ons .et_pb_section.et_pb_section_0 {
		background-image: linear-gradient(180deg, #e6ddd4 80%, #ffffff 80%) !important;
	}

	.page-over-ons .et_pb_section_1 h2 {
		font-size: 35px !important;
	}

	.page-over-ons .et_pb_section_1 {
		padding-top: 2% !important;
	}

	.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
		margin-right: 10px !important;
		width: 45px !important;
	}

	.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity .qty {
		width: 45px !important;
	}

	.page-plan-je-bezoek .et_pb_section.et_pb_section_0 .et_pb_text_0 {
		padding-top: 6vh !important;
		padding-bottom: 6vh !important;
	}
}

@media (min-width:981px) and (max-width: 1100px) {
	.headerCategoriePagina .et_pb_row_0_tb_body {
		display: flex;
		padding: 4vw 0px !important;
		align-items: center;
	}

	.et-db #et-boc .et-l div.et_pb_section.et_pb_section_0_tb_body.headerCategoriePagina {
		background-image: linear-gradient(180deg, #e6ddd4 100%, #ffffff 100%) !important;
	}

	footer .dsm-business-hours-day {
		margin-right: 25px !important;
	}

	footer .et_pb_section_1_tb_footer .et_pb_row_1_tb_footer > div:nth-child(2) {
		min-width:180px !important;
	}

	footer .NavigatieSectionfooter .et_pb_row > div:nth-child(2) {
        min-width: 185px !important;
    }

	footer .NavigatieSectionfooter .et_pb_row > div:nth-child(1) {
        min-width: 262px !important;
    }

	.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
		width: auto !important;
	}

	.page-contact .et_pb_section.et_pb_section_0 {
		background-image: linear-gradient(180deg, #e6ddd4 100%, #ffffff 100%) !important;
	}

	.page-contact .et_pb_section.et_pb_section_0 .et_pb_row {
		align-items: center !important;
	}
}

@media (max-width:981px) {
	.et-db #et-boc .et-l .dsm_business_hours_0_tb_footer {
        min-width: 200px !important;
    }

	footer h4 {
	 	text-wrap: nowrap !important;
	}

	.page-showroom .LiggendTabletFooterShowroom {
		display: none !important;
	}

	.page-showroom .FooterShowroom .et_pb_text_1_tb_footer  {
		display: block !important;
	}

	.dsm_card_carousel_0 .swiper-button-next, .dsm_card_carousel_0 .swiper-button-prev {
        width: fit-content;
    }

	#specificatiesenomschrijving .et_pb_row_inner_1_tb_body > .et_pb_column:last-child    {
		width: fit-content !important;
	}

	body.et-db #page-container #et-boc .et-l .et_pb_section_0_tb_body .et_pb_row .et_pb_column:first-child {
		margin-bottom: 0px !important;
	}

	.woocommerce .product .woocommerce-product-gallery {
		margin-bottom: 33px !important;
	}

	.woocommerce .product .flex-viewport ol.flex-control-nav {
		margin-bottom: 0px !important;
	}

	.woocommerce-account.logged-in .et_pb_section_0 {
		padding-top: 0px !important;
	}

	.my-account-header-section img {
		max-height: 300px;
		object-fit: cover;
	}

	.my-account-header-section h1 {
		padding-top: 2vh !important;
	}

	.my-account-header-section .et_pb_section_0_tb_body {
        padding-top: 0px;
    }
}

@media (max-width:767px) {
	.GoogleReviews {
		right: -21.5% !important;
	}
}

@media (max-width:768px) {
	.page-home .et_pb_section_0  .supremeButtons .et_pb_button_module_wrappers  {
		display: flex;
		flex-direction: column;
	} 
	
	body.page-home #page-container .et_pb_section .dsm_button_0 .et_pb_button:is(.et_pb_button_one, .et_pb_button_two) {
		width: fit-content;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	body.page-home #page-container .et_pb_section .dsm_button_0 .et_pb_button_two.et_pb_button {
		margin-left: 0px !important;
	}  

	#specificatiesenomschrijving .et_pb_row_inner > .et_pb_column:first-child {
		margin-right: 0px !important;
	}

	#specificatiesenomschrijving .et_pb_row_inner:not(.et_pb_row_inner_0_tb_body) > :is(.et_pb_column:first-child, .et_pb_column:last-child) {
		width: 50% !important;
	}

	.et-db #et-boc .et-l:not(footer) .et_pb_row .et_pb_column.et_pb_column_1_4 {
		margin-bottom: 0px !important;
	}

	.product .quantity .quantity-arrow {
    	left: 95% !important;
	}

	:is(.WooProductCardStyling, .gerelateerdeProducten) li.product .et_shop_image:hover img {
		transform: scale(1);
	}

	:is(.WooProductCardStyling, .gerelateerdeProducten) li.product .et_shop_image .et_overlay {
		transition: opacity 0.3s ease;
	}

	.page-winkelwagen .woocommerce-cart.et_pb_wc_cart_totals table tr td > :is(span, strong) {
		float: none !important;
	}

	.page-winkelwagen.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #fff;
	}

	.page-winkelwagen .et_pb_wc_cart_products .shop_table tbody tr:first-child {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.page-winkelwagen .et_pb_wc_cart_products .shop_table tbody tr {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.page-winkelwagen .et_pb_wc_cart_products .shop_table tbody tr td {
		padding-left: 13px !important;
		padding-right: 13px !important;
	}

	.page-winkelwagen .et_pb_wc_cart_products .shop_table tbody tr:last-child td .coupon {
		display: flex;
		flex-direction: column !important;
	}

	.page-winkelwagen .et_pb_wc_cart_products .shop_table tbody tr:last-child td .coupon input {
		margin-bottom: 13px !important;
	}

	.page-winkelwagen .et_pb_wc_cart_products .shop_table tbody tr:last-child td .coupon > * {
		width: 100%;
	}

	.woocommerce td.product-name dl.variation dt, .woocommerce table.shop_table_responsive tr td::before {
		margin-right: 1em !important;
	}

	.page-afrekenen #main-content h1 {
		font-size: 25px !important;
	}

	.page-afrekenen #main-content h2 {
		font-size: 16px !important;
	}

	.page-afrekenen .wp-block-woocommerce-checkout-order-summary-block {
		border-left: none;
		border-right: none;
		background: #FFF;
		border-radius: 0px;
		padding: 0px 0px;
	}

	.page-afrekenen .wc-block-components-checkout-order-summary__title-icon {
		display: flex !important;
	}

	.page-home :is(.et_pb_section_1, .et_pb_section_5) h2 {
		padding-bottom: 20px !important;
	}

	.ti-mob-row {
		margin-top: 5px !important;
	}

	footer .et_pb_section_0_tb_footer  h2 {
		padding-bottom: 20px !important;
	}

	.page-over-ons :is(.et_pb_section_1, .et_pb_section_2) h2 {
		padding-bottom: 20px !important;
	}

	.page-showroom :is(.et_pb_section_1, .et_pb_section_2, .et_pb_section_4) h2 {
		padding-bottom: 20px !important;
	}

	.page-contact .contactList .dsm_icon_list_items .dsm_icon_list_child  {
		margin-top: 16px !important;
	}

	.product .woocommerce-product-gallery  .woocommerce-product-gallery__image a img {
		height: 300px !important;
		object-fit: cover !important;
	}
}

@media (max-width:525px) {
	.page-betaalmogelijkheden .listItemsPaymentMethodes .dsm_icon_list_items {
		display: flex;
		flex-direction: column;
	}

	.page-betaalmogelijkheden .listItemsPaymentMethodes .dsm_icon_list_items li {
		width: fit-content;
	}

	.page-betaalmogelijkheden .listItemsPaymentMethodes .dsm_icon_list_items li:last-child {
		margin-top: 15px !important;
	}

	body .supremeButtons .et_pb_button_module_wrappers > a {
		width: 100% !important;
		text-align: center !important;
	}

	.headerCategoriePagina .dsm_icon_list_items li {
		width: 100% !important;
		justify-content: center;
	}

	.ToevoegenWinkelwagen .cart .single_variation_wrap .woocommerce-variation-add-to-cart, .ToevoegenWinkelwagen .cart:not(.variations_form) {
		display: flex !important;
		flex-direction: row !important;
	}

	.woocommerce div.product form.cart div.quantity {
		width: 45px !important;
	}

	.woocommerce div.product form.cart .single_add_to_cart_button::before {
		top: 13px !important;
	}

	body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_wc_add_to_cart_0_tb_body button.single_add_to_cart_button {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
		line-height: 15px !important;
		padding-left: 35px !important;
	}

	#specificatiesenomschrijving .et_pb_row_inner {
		flex-direction: row !important;
	}

	.woocommerce-account form.woocommerce-form-login > p.form-row:not(.woocommerce-form-row) {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
		float: left;
		margin-right: 0em;
	}

	.RowCollectieSlider .dsm_card_carousel_child .et_pb_button_wrapper > a {
		font-size: 16px !important;
	}

	.RowCollectieSlider .dsm_card_carousel_child {
		min-width: 245px !important;
	}
}

/* Zoomin & ZoomOut */

:is(.zoom-50, .zoom-67, .zoom-75, .zoom-80):is(.page-algemene-voorwaarden) .et_pb_section_1 {
	margin-bottom: 3vh !important;
}

:is(.zoom-50, .zoom-67, .zoom-75, .zoom-80):is(.page-algemene-voorwaarden, .page-privacyverklaring) .et_pb_section_1 {
	padding-bottom: 3vh !important;
}

.zoom-50:is(.page-veelgestelde-vragen, .page-over-ons, .page-showroom) .et_pb_section_0 .et_pb_text_0 {
	padding-top: 3vh !important;
}

.zoom-50:is(.woocommerce-account) .my-account-header-section h1 {
	padding-top: 3vh !important;
}

:is(.zoom-125, .zoom-150):is(.woocommerce-account) .my-account-header-section h1 {
	font-size: 45px !important;
}

/* beeldscherm staand */
@media (min-height:900px) {
	.page-veelgestelde-vragen .et_pb_section_1.et_pb_section {
		margin-bottom: 65px !important;
	}
	.page-veelgestelde-vragen .et_pb_section_0 .et_pb_text_0 {
		padding-top: 30px !important;
	}

	:is(.page-bezorgen-afhalen, .page-ruilen-retourneren) .et_pb_section_0 .et_pb_text_0 {
		padding-top:18px !important;
	}

	.page-algemene-voorwaarden .et_pb_section_0 .et_pb_text_0 {
		padding: 50px 0px !important;
	}

	.page-algemene-voorwaarden .et_pb_section_1 {
		padding-bottom: 50px !important;
	}

	.page-privacyverklaring .et_pb_section_0 .et_pb_text_0 {
		padding: 50px 0px !important;
	}

	.page-privacyverklaring .et_pb_section_1 {
		padding-bottom: 50px !important;
	}

	.page-over-ons .et_pb_section_0 .et_pb_column_0 .et_pb_text_0 {
		padding-top: 27px !important;
	}

	.page-showroom .et_pb_section_0 .et_pb_column_0 .et_pb_text_0 {
		padding-top: 12px !important;
	}

	.CategoriepaginaProducts  {
		padding-top: 60px !important;
	}

	.woocommerce-account .et_pb_section_0_tb_body .et_pb_text_0_tb_body h1 {
		padding-top: 27px !important;
	}
}

:is(.zoom-110, .zoom-125).page-afrekenen .wc-block-checkout__sidebar {
    top: 27vh;
}

.zoom-125 footer .et_pb_text_0_tb_footer h2 {
	font-size: 40px !important;
}

/* custom loader */

.bapf_loader {
    display: none !important;
}

.bapf_lcontainer:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border: 4px solid #432D13;
    border-top: 4px solid #ffffff00;
    border-radius: 50%;
    animation: bapf-spin 1s linear infinite;
}

.bapf_lcontainer:before {
    content: " ";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #333;
    font-size: 14px;
}

@keyframes bapf-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.headerCategoriePagina .et_pb_image_wrap:empty {
    display: block !important;
    min-height: 200px;
	height: 400px;
    background-image: url('/wp-content/uploads/2025/09/BankCategorieThumbnail.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.BerocketFilters .berocket_single_filter_widget li label {
	user-select: none !important;
}

.ToevoegenWinkelwagen form.cart {
	user-select: none !important;
}

li.wc-block-components-product-details__levertijd:not(:last-of-type), li.wc-block-components-product-details__levertijd span.wc-block-components-product-details__name {
    display: none;
}

.quantity:has(input[type="hidden"].qty) {
    display: none !important;
}


/* TRUSTINDEX REVIEWS FIX */
.ti-widget.ti-goog .ti-stars {
  display: block !important;
  margin-left: 0 !important;
  padding: 0px 0 !important;
}

/* Usp blurbs lom langs in onze showroom! */
.usp-showroom .et_pb_blurb_content {
  margin: 0 !important;
  text-align: left !important;
}

/* Button met folder icon */
.et_pb_button.button-icon-folder,
.ds_button.button-icon-folder {
    width: fit-content !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding-left: 12px !important;
    padding-right: 20px !important;
}
.et_pb_button.button-icon-folder::before,
.ds_button.button-icon-folder::before {
    content: "" !important;
    display: inline-block !important;
    width: 1.3em !important;
    height: 1.3em !important;
    min-width: 1em !important;
    background-image: url("/wp-content/uploads/2026/05/Journal.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    color: transparent !important;
    font-size: inherit !important;
    font-family: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    left: auto !important;
    opacity: 1 !important;
}

body #page-container .et_pb_section .et_pb_button.arrow-icon-big::after,
body #page-container .et_pb_section .ds_button.arrow-icon-big::after {
    font-size: 2em !important;
}

/* Assortiment boxes hover */
.assortiment-box {
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.assortiment-box:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15) !important;
}

/* Footer social icon hover */
body #page-container .et_pb_social_media_follow_0_tb_footer .icon {
    filter: brightness(0) invert(1) !important;
    transition: filter 1s ease !important;
}

body #page-container .et_pb_social_media_follow_0_tb_footer .icon:hover {
    filter: brightness(0) saturate(100%) invert(61%) sepia(89%) saturate(1042%) hue-rotate(345deg) brightness(98%) contrast(98%) !important;
}