<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {

--font: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;

--base-color: #636262;



--base-text-color: #fff;


--footer-color: #3C3C3C;


--footer-text-color: #fff;

--button-color: #cb3741;



--button-hover-color: hsl(from var(--button-color) h s calc(l - 5));


--button-text-color: #fff;


--header-color: #fefefe;


--header-text-color: #333;

--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

/* Logo size and position */

.header-wrapper .header-logo{
  margin: 0px 0 15px 0;
  height: 160px;
}

.header-wrapper.fixed .row.header .logo-container {
    height: 80px;
    padding: 0px 15px;
}

.header-wrapper.fixed .row.header .logo-container .logoFixed {
    height: 78px;
}

@media (min-width: 640px){
  .header-wrapper.fixed .logoFixed{
    margin-left: 40px;
    height: 60px;
    background-size: contain;
  }
}

@media (min-width: 640px) {
.header-wrapper .row.header .logo-container .header-logo {
    height: 140px;
  }
}

@media (min-width: 640px) {
.header-wrapper .row.header .logo-container {
    height: 177px;
    padding: 0 15px;
  }
}

.header-wrapper .row.header .logo-container {
    align-items: start;
}

.header-wrapper .row.header .logo-container .header-logo {
    max-height: 148px;
}

/* End of Logo size and position */

.menu-bar{
    background-color: #636262;
}
.opacityBackgroundDesktop{
  top: 235px;
}
@media (min-width: 1024px){
.header-wrapper.fixed .logoFixed {
    margin-top: 7px;
  }
}
.product-search-input-container {
    border: 1px solid #636262;
}
.product-list-categories .product-list-category-button, .product-list-categories .product-list-categories .product-list-category-button:hover .product-list-category-button:focus {
    color: #fafafa;
    background-color: #fafafa;	
}
.product-list-categories .product-list-category-button, .product-list-categories .product-list-category-button:hover, .product-list-categories .product-list-category-button:focus {
    color: #fafafa;
}
#body &gt; div.main-wrapper &gt; div &gt; div.page-content &gt; div.content-container.clearfix &gt; div &gt; div.small-12.medium-3.medium-push-9.columns.product-list-categories{
    Display: none;
}
.vat-switcher-label {
    color: #EE3A43;
}
.first-page-content .promotion-item.only-product .promotion-item-info .promotion-item-image .campaign-image {
    position: absolute;
    max-height: 50px;
}

.bx-wrapper {
    -moz-box-shadow: 0 0 0px transparent;
    -webkit-box-shadow: 0 0 0px transparent;
    box-shadow: 0 0 0px transparent;
    border: 0px solid transparent;
    background: transparent;
}

.ccs-ds-extendedSpec-header {
    background: #636262 !important;
	color: white !important;
}
/*== Elastisearch Slider ==*/
.noUi-connect {
    background: #cb3741!important;
}
/*== Elastisearch Icon ==*/
.fa-trash:before {
    color: #cb3741;
}
/*== Elastisearch "Show more" ==*/
.es-expand-filter {
    color: #cb3741;
}

/*== PNA - Error icon modified to "DB logo" ==*/
.fa-exclamation-triangle:before {
    content: "\f1c0";
}
.online-stock-error {
    color: #1e90ff;
}
.fa-sm {
    font-size: 1.33333333em;
}

/*== Cookie banner centered ==*/
.cookie-info.without-content {
    justify-content: center;

}

.promotion-item.only-picture {
    padding: 8px;
    background-color: #fafafa;
}


/*== Logo Position ==*/
.header-wrapper .row.header .logo-container .header-logo {
    margin-top: -38px;
}

@media (min-width: 1024px) {
    .header-wrapper.fixed .row.header .logo-container .logoFixed {
        margin-top: -2px;
    }
}</pre></body></html>