    .navbar-header-menu {
        display: none;
    }

    /* Hide search input on smaller screens */
    input#woocommerce-product-search-field-0 {
        display: none;
    }

    /* Hide certain nav items */
    #navbarHeaderBar ul.navbar-nav.mr-auto:not(:first-child) {
        display: none;
    }

i.fa.fa-home {
    display: none;
}

.col-md-4 {
    display: none;
}

nav#navbarHeaderMenu {
    display: none;
}
span.onsale {
    display: none;
}

section.related.products {
    display: none;
}

.woocommerce-product-details__short-description {
    display: none;
}

.woocommerce-loop-category__title .count,
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab {
	display: none;
}

.woocommerce-message {
    display: none;
}

.woocommerce-info {
    display: none;
}





.col.col-lg-4.col-md-12.col-12 {
    min-height: 575px;
	padding-bottom: 25px;
}

.row-header[style="color:#000000;text-align:center;"] + .row-flex {
    overflow-x: auto;
    overflow-y: hidden;
}

.col.col-lg-6.col-md-6.col-12 {
    font-size: 18px;
	align-items: anchor-center;
}



.navbar-header-bar {
    display: block;
    min-height: 35px;
    z-index: 1;
    border-bottom: solid #f4bf0d 6px;
    padding: 0;
}

@media only screen and (min-width: 990px) {
    .navbar-header-bar.navbar-header-bar-logo {
        height: 140px;
    }
}

#navbarHeaderBar {
    background: none;
    background-size: auto 100%;
}

.navbar-header-bar #navbarHeaderBar {
    margin-top: 0px;
}

@media (min-width: 992px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        min-width: 100%;
        padding: 0;
        margin: 0;
    }
}



@media only screen and (min-width: 990px) {
    .navbar-header-bar.navbar-header-bar-logo .navbar-nav.justify-content-end {
        margin: 0px 100px 0px 0px;
        height: fit-content;
        align-items: center;
    }
}

#navbarHeaderBanner {
    background-position-y: center;
    max-height: 90%;
    min-width: 100%;
	background-color: #6c6b6b;
}

.fixed-top {
    position: sticky;
    margin-top: -100px;
}

.row-homepage.row-titel[title="titel"] {
    min-height: 150px;
    padding: 0% 0;
}

.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
    margin-right: 25px;
		height: 92%;
}

ul.products.columns-1 {
    height: 100%;
    display: -webkit-box;
}

li.product:hover {
    transform: scale(1.05);
    transition-duration: 1s;
}

li.product.type-product {
    background-color: #F3F3F3;
    border-radius: 8px;
}

.woocommerce ul.products li.product a img {
    border-radius: 8px;
}

.woocommerce ul.products li.product .button {
    margin: 0px auto 1rem;
    max-width: 300px;
    background-color: #F5AD09;
    color: white;
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 22px;
}


.woocommerce ul.products li.product .price {
    /* display: flex; */
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1.2em;
    margin-left: 7%;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 90%;
}

span.woocommerce-Price-amount.amount {
    margin-right: 10px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}

h3.woocommerce-loop-product__title {
    margin: 0px 25px !important;
}

@media only screen and (min-width: 395px) {
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.5em !important;
    min-height: 100px;
}}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.5em;
    min-height: 100px;
}

.price del {
    color: grey !important;
}

.price ins {
    color: red;
    font-size: 28px;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #bb8407;
}

#navbarFooterMain {
    background-size: auto 100%;
    background-color: #333333;
    border-bottom: solid #F5AD09 4px;
	padding-bottom: 75px;
}

.footer-bar .container p {
    margin-bottom: 0;
    padding: 25px 0px 25px 0px;
}

.footer-main {
    padding: 6% 0px 0px 0px;
}

.woocommerce ul.products {
    justify-content: center;
}

ul.products.columns-4 {
    width: 275px;
    height: 300px;
}

.woocommerce ul.products li.product a img {
    border-radius: 8px;
    max-width: 350px;
    min-height: 100px;
    max-height: 300px;
}

.row-homepage.row-categorien {
    min-height: 400px;
}


.col-md-12 {
    margin-top: 40px;
    margin-bottom: -50px;
}

body {
	font-family: Abadi, Arial, "Helvetica Neue", Helvetica, sans-serif;
}


.product-addon-totals li {
    display: none !important;
}

li.wc-pao-subtotal-line {
    display: block !important;
	font-size: 22px;
}

/* body {
    font-family: monospace;
} */


.woocommerce-tabs.wc-tabs-wrapper {
    min-height: 350px;
    margin-bottom: 50px;
}

h2.wc-pao-addon-name {
    font-size: 22px;
}

.flex-viewport {
    border-radius: 8px;
	margin-bottom: 10px;
}

.woocommerce div.product .product_title {
    text-align: left;
}



.flex-control-nav.flex-control-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto !important;
  overflow-y: scrollbar;
  width: 530px;
  padding: 5px 0;
  list-style: none;
}

.flex-control-nav.flex-control-thumbs li {
  flex: 0 0 auto;
}

ol.flex-control-nav.flex-control-thumbs li img {
    border-radius: 8px;
}


#menu-menu-1 .nav-link {
    font-size: 1.1rem;
    color: #f5ad09;
    position: relative;
    text-decoration: none;
}

#menu-menu-1 .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #f5ad09;
    transition: width 0.25s ease;
}

#menu-menu-1 .nav-link:hover::after,
#menu-menu-1 .nav-link:focus::after {
    width: 100%;
}

.navbar-nav .nav-link.user-link {
                font-size: 1.1rem;
                color: #f5ad09;
                position: relative;
                text-decoration: none;
                display: flex;
                align-items: center;
            }
            .navbar-nav .nav-link.user-link::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: -4px;
                width: 0;
                height: 2px;
                background-color: #f5ad09;
                transition: width 0.25s ease;
            }
            .navbar-nav .nav-link.user-link:hover::after,
            .navbar-nav .nav-link.user-link:focus::after {
                width: 100%;
            }
            .navbar-nav .nav-link.user-link i {
                margin-right: 5px;
                color: #f5ad09;
            }

.navbar-nav.justify-content-end .nav-link {
    font-size: 1.1rem;
    color: #f5ad09;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
	    height: 30px;
}

.navbar-nav.justify-content-end .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #f5ad09;
    transition: width 0.25s ease;
}

.navbar-nav.justify-content-end .nav-link:hover::after,
.navbar-nav.justify-content-end .nav-link:focus::after {
    width: 100%;
}

.navbar-nav.justify-content-end .nav-link i {
    margin-right: 5px;
    color: #f5ad09;
}

.col-lg-12.col-md-12.col-sm-12 {
    padding-bottom: 100px;
}

div#tab-tr_description {
    padding-bottom: 50px;
}

div.product-addon-totals {
    margin: 0px;
    padding: 0px;
    border-top: none;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

iframe {
    margin-bottom: 100px;
}

ul#menu-menu-1 {
    padding-left: 50px;
}

.h1, h1 {
    font-size: 3.2rem;
}


.wpcf7-form-control {
    background-color: #333333;
    color: #f5ad09;
    border: 1px solid #f5ad09;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}


.wpcf7-form-control::placeholder {
    color: #f5ad09;
    opacity: 1;
}


.wpcf7-form-control:focus {
    background-color: #333333;
    color: #f5ad09;
    outline: 2px solid #f5ad09;
}


.wpcf7-submit {
    background-color: #f5ad09;
    color: #333333;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-left: 20%;
	color: white;
	width: 100%;
}


.wpcf7-form label {
	text-align: center;
	line-height: 30px
}

.footer-main .col-lg-3::first-line {
    font-weight: bold;
    font-size: 1.2em;
	line-height: 3;
}

div#googlemaps {
    text-align: center;
}

.footer a:hover {
    color: #f5ad09;
    text-decoration: underline;
}


@media only screen and (max-width: 450px) {
	#navbarHeaderBanner p {
    color: #f5ad09;
    text-align: center;
    font-size: 10px !important;
}
}

@media only screen and (max-width: 450px) {
#navbarHeaderBanner h1 {
    color: #f5ad09;
    text-align: center;
    font-size: 18px;
}
}



@media only screen and (max-width: 450px) {
ul.products.columns-1 {
    width: 75%;
    gap: 10px;
}
}

@media only screen and (max-width: 450px) {
.woocommerce ul.products li.product .button {
    margin: 0px 0px 0px 50px !important;
    max-width: 250px;
    background-color: #F5AD09;
    color: white;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
}



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

    .navbar-header-bar .container {
        display: flex;
        align-items: center;
    }

    .header-bar-image {
        flex: 0 0 25%;
    }

    .header-bar-image img {
        max-width: 100%;
        width: auto;
        height: auto;
        padding-left: 52px;
    }

    #navbarHeaderBar {
        flex: 1;
        display: flex;
        align-items: center;
    }
	

    .navbar-nav.justify-content-end {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 12px;
    }


	
	.navbar-header-bar #navbarHeaderBar {
    margin-top: 0px;
    min-width: 100%;
}
	
	    .navbar-header-bar .container {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
	
	    .navbar-nav.justify-content-end {
        margin-left: auto;
        display: flex;
        gap: 12px;
        flex-direction: row;
    }
	
	ul.navbar-nav.mr-auto {
    max-width: 60%;
}
	
	nav.navbar.navbar-expand-lg.navbar-header-bar.navbar-header-bar-logo
Specificity: (0,4,1)
 {
    max-height: 108px;
}
	
	.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(245,173,9,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
	
	
	.navbar-header-bar .navbar-toggler {
    font-size: 14pt;
    margin-top: 0px;
}
	
	ul#menu-menu-1 {
    padding: 10px 20px;
		gap: 10px;
		
        min-width: 100%;
}
	
}


.company-usps-row.row {
    background: #6C6B6B center no-repeat;
    background-size: auto 100%;
    color: #f3bd0d;
    margin-top: 15px !important;
    font-size: smaller;
}

.company-usp .label {
    font-weight: 100;
}


  .company-usps-row {
    overflow: hidden;
    position: relative;
  }


  .company-usps {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
		transform: translateX(-15%);
  }


  .company-usp {
    flex: 0 0 auto;
  }

  @keyframes scroll-left {
    100% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-48%);
    }
  }

li.company-usp.col-md-3 {
    min-width: 300px;
}


div#navHeaderMenu
 {
    background-color: #333333;
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .btn {
		color: white;
    background-color: #f5ad09;
    padding: 20px;
    margin-top: 20px;
}

form.cart {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
}

.woocommerce-input-wrapper, .woocommerce form :not(.input-group) > input:not([type=checkbox]):not([type=radio]), .woocommerce form textarea, .woocommerce form select {
    min-width: 100%;
    max-width: 100%;
}

input#quantity_698210dda4120
Specificity: (1,0,1)
 {
    width: 70px;
}

.product-usps i {
    color: #f5ad09;
}

.product-usps .label {
    color: #333333;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #333333;
    color: #f5ad09;
    z-index: 2;
    padding: 5px 30px;
	border-bottom-color: #f5ad09;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 3px solid #f5ad09;
    background-color: #6c6b6b;
    color: #f5ad09;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0px;
    margin: 0 -5px;
    padding: 0 1em;
    padding: 5px 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #f5ad09;
    text-decoration: none;
	
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #f5ad09;
    z-index: 1;
}

div#tab-tr_description h2{
	text-align: left;
}


.form-usps-wrapper {
    display: flex;
    gap: 20px; /* spacing between form and USPs */
    align-items: flex-start;
}

.form-usps-wrapper form.cart {
    flex: 1; /* form takes remaining space */
}

.form-usps-wrapper .product_meta {
    width: 300px; /* fixed width for USP block */
}

/* Mobile stacking */
@media (max-width: 900px) {
    .form-usps-wrapper {
        flex-direction: column;
    }

    .form-usps-wrapper .product_meta {
        width: 100%;
        margin-left: 0;
    }
}


li.product-usp
 {
    margin-bottom: 20px;
    font-weight: 700;
}

button.single_add_to_cart_button.button.alt {
    min-width: 100%;
}


form.cart {
    min-width: 75%;
}

.form-usps-wrapper .product_meta {
    min-width: 300px;
}

a.btn.mb-4.align-center {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-md-8 {
    margin-bottom: 50px;
}



/* Mobile & Tablet (up to 768px) */
@media only screen and (max-width: 768px) {
	
	.company-usps-row.row {
    background: #6C6B6B center no-repeat;
    background-size: auto 100%;
    color: #f3bd0d;
    margin-top: 60px;
}

    /* Navbar Header Banner */
    #navbarHeaderBanner p {
        color: #f5ad09;
        text-align: center;
        font-size: 10px !important;
    }

    #navbarHeaderBanner h1 {
        color: #f5ad09;
        text-align: center;
        font-size: 18px;
    }

    /* Product List Buttons */
    ul.products.columns-1 {
        width: 75%;
        gap: 10px;
    }

    .woocommerce ul.products li.product .button {
        margin: 0 auto 1rem;
        max-width: 250px;
        width: 250px;
        height: 50px;
        background-color: #F5AD09;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
    }

    /* Navbar Header Bar */
    .navbar-header-bar .container {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .header-bar-image {
        flex: 0 0 25%;
    }



    #navbarHeaderBar {
        flex: 1;
        display: flex;
        align-items: center;
        margin-top: 0;
        min-width: 100%;
    }

	.navbar-toggler {
			border: none;
    }

    /* Right-side nav items */
    .navbar-nav.justify-content-end {
        margin-left: auto;
        display: flex;
        gap: 12px;
        flex-direction: row;
        align-items: center;
    }

    .navbar-toggler {
        border: none;
        font-size: 14pt;
        margin-top: 0;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(245,173,9,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }


    nav.navbar.navbar-expand-lg.navbar-header-bar.navbar-header-bar-logo {
        max-height: 108px;
    }

    /* Mobile menu styling */
    ul#menu-menu-1 {
        padding: 10px 20px;
        gap: 10px;
        min-width: 100%;
    }
}

@media only screen and (min-width: 100px) and (max-width: 535px) {
    #navbarHeaderBanner {
        background-size: 100%;
        max-height: 250px;
	}}


@media only screen and (min-width: 765px) and (max-width: 991px) {
    #navbarHeaderBanner p {
        color: #f5ad09;
        text-align: center;
        font-size: 11px !important;
    }

    #navbarHeaderBanner h1 {
        color: #f5ad09;
        text-align: center;
        font-size: 20px;
    }



    ul.products.columns-1 {
        width: 80%; /* slightly wider for tablets */
        gap: 12px;
    }

    .woocommerce ul.products li.product .button {
        margin: 0 auto 1.2rem;
        max-width: 280px;
        width: 280px;
        height: 55px;
        font-size: 22px;
    }

    /* Navbar adjustments */
    .navbar-header-bar .container {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .header-bar-image {
        flex: 0 0 20%; /* reduce logo container width */
    }

    .header-bar-image img {
        max-width: 100%;
        width: auto;
        height: 100px; /* smaller logo height */
        padding-left: 0px;
    }

    #navbarHeaderBar {
        flex: 1;
        display: flex;
        align-items: center;
        margin-top: 0;
        min-width: 100%;
    }


    .navbar-nav.justify-content-end {
        margin-left: auto;
        display: flex;
        gap: 15px;
        flex-direction: row;
        align-items: center;
    }

    .navbar-toggler {
        border: none;
        font-size: 14pt;
        margin-top: 0;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(245,173,9,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    nav.navbar.navbar-expand-lg.navbar-header-bar.navbar-header-bar-logo {
        max-height: 108px;
    }

    ul#menu-menu-1 {
        padding: 10px 20px;
        gap: 12px;
        min-width: 100%;
    }
}

@media only screen and (min-width: 451px) and (max-width: 600px) {
    #navbarHeaderBanner p {
        color: #f5ad09;
        text-align: center;
        font-size: 11px !important;
    }

    #navbarHeaderBanner h1 {
        color: #f5ad09;
        text-align: center;
        font-size: 20px;
    }

    ul.products.columns-1 {
        width: 80%;
        gap: 12px;
    }

    .woocommerce ul.products li.product .button {
        margin: 0 auto 1.2rem;
        max-width: 280px;
        width: 280px;
        height: 55px;
        font-size: 22px;
    }

    .header-bar-image img {
        height: 100px;
        max-width: 200%;
        padding: 0px;
    }
}


@media only screen and (max-width: 767px) {
    .woocommerce ul.products li.product:nth-child(n) {
        margin: 0 0px 11.5% !important;
        max-width: 330px !important;
    }
}

@media only screen and (min-width: 1215px) {
.col-md-8 {
    min-width: 1100px;
	}}

@media only screen and (min-width: 992px) and (max-width: 1214px) {
.col-md-8 {
    min-width: 950px;
	}

.woocommerce ul.products li.product .button {
    margin: 0px auto 1rem;
    max-width: 250px;
    background-color: #F5AD09;
    color: white;
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}}


@media only screen and (min-width: 769px) and (max-width: 991px) {
.col-md-8 {
    min-width: 720px;
	}

.woocommerce ul.products li.product .button {
        margin: 0 auto 1.2rem;
        max-width: 190px;
        width: 280px;
        height: 55px;
        font-size: 18px;
    }
	
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    min-height: 100px;
}
	
	.price ins {
    color: red;
    font-size: 24px;
}
	
	.woocommerce ul.products li.product .price del {
    font-size: 16px;
}
	
}

@media only screen and (min-width: 100px) and (max-width: 450px) {
	a.btn.mb-4.align-center {
    width: 80%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
	.woocommerce.columns-1
 {
    display: flex;
    flex-direction: column;
}
}