@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Open+Sans:wght@300;400;700&display=swap');*/

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/images/skins/Bewise/fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/images/skins/Bewise/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/images/skins/Bewise/fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.hidenewtheme {
	display: none !important;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    outline: none;
}
body, html {
    margin: 0;
}
body, input, select, textarea, button, td.VariantGroupLabel {
	font-family: 'Open Sans', sans-serif;
	color: rgba(0,0,0,1.00);
	font-size: 13px;
	font-weight: 300;
}
body {
    overflow-x: hidden;
    background-color: #f9f9f9;
}

body.noscroll {
    overflow: hidden;
}
a {
	color: rgba(0,0,0,1.00);
}
a:hover {
	color: #365b6d;
}
img {
	border: 0;
	display: block;
	max-width: 100%;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 0 10px;
    height: 35px;
    border-radius: 3px;
    border: solid 1px rgba(237,237,237,1.00);
    background-color: rgba(255,255,255,1.00);
}
textarea {
    height: 60px;
    padding: 10px;
}
input[type="checkbox"], input[type="radio"], .typeselect > div:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    margin: 0;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px rgba(198,198,198,1.00);
}
input[type="radio"], .typeselect > div:before{
    border-radius: 50%;
}
input[type="checkbox"]:checked, input[type="radio"]:checked, .typeselect > div.active:before {
    background-color: #365b6d;
    border-color: #365b6d;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 50% 50%;
}
input[type="submit"], button, input[type="button"], .button, .ddrd-button, .btnFilterProductsFound {
    background-color: #365b6d;
    color: #FFF;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-flex;
    min-height: 35px;
    border-radius: 5px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
}
.btn {
	background-color: #365b6d;
	color: #FFF;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-flex;
	min-height: 35px;
	border-radius: 5px;
	padding: 8px 20px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s ease; 
	position: relative;
}
.bp_announcementBarContainer.component_24 button {
    background: none!important;text-decoration: underline!important;
}
.bp_relatedproductsProductButton.design_109 {
    background-color: #365b6d!important;
    border-radius: 5px!important;
}
.btn:hover {
	background-color: #0a462e;
    color: rgba(255,255,255,1.00);
}
input[type="submit"]:hover, button:not(.slick-arrow):hover, input[type="button"]:hover, .button:hover, .ddrd-button:hover, .btnFilterProductsFound:hover {
    background-color: #0a462e;
    color: rgba(255,255,255,1.00);
}
button p {
    margin: 0;
    padding: 0;
}
select {
    padding-right: 30px;
    background-image: url("/images/skins/Bewise/images/icon-down-black.svg");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: calc(100% - 10px) 50%;
}
h1, .largeheader, .Text1_Customer .Heading_Customer, .headline, .Heading_Profile {
    margin: 0 0 15px;
    padding: 0;
    font-size: 23px;
    font-weight: bold;
	text-align: left;
	display: block;
}
body.webshop-productinfo h1 {
    margin-bottom: 5px;
}
h2, #checkout-container h3 {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 400;
}
.mediumheader,
.bp_relatedproductsHeader {
    font-size: 23px !important;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 400;
}
h2 em {
    font-style: normal;
}
h1:empty, h2:empty {
    display: none;
}
h1.center, h2.center, .mediumheader.center {
    text-align: center;
}
.container {
    width: 1700px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.container.content {
    padding-top: 5%;
    padding-bottom: 5%;
}
.container.center {
    justify-content: center;
    display: flex;
}
.spacetop {
    margin-top: 30px;
}
.spacebottom {
    margin-bottom: 20px;
}
.count:not(:empty), .topnavbuttons > .basket > a:not([data-count="0"]):before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: #365b6d;
    color: rgba(255,255,255,1.00);
    display: flex;
    transform: translate(-45%,-45%);
    font-size: 9px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-family: 'Arial';
}
.count:empty {
    display: none;
}
header {
    position: sticky;
    top: 0;
    z-index: 9999;
}
.topnavbuttons > .basket > a[data-count="0"] {
    cursor: default;
}
.topnavbuttons > .basket > a:not([data-count="0"]):before {
    content: attr(data-count);
}
.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.80);
    z-index: 40;
    background-image: url("/images/skins/Bewise/images/loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px auto;
}
body.bgOverlay:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 99999999;
}

.top {
    position: relative;
    z-index: 9;
    background-color: #f5f2ed;
}
.top:hover {
    z-index: 9999999;
}
.top > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.language {
    position: relative;
    z-index: 9;
    flex: none;
    width: auto;
    background-color: #e3ded5;
    margin-left: 30px;
}
.language > div {
    display: flex;
    justify-content: flex-end;
    padding: 7px 15px;
}
.language > div:hover .language-container {
    display: flex;
}
.language a {
    text-decoration: none;
    display: flex;
    align-self: center;
}
.language-open {
    background-image: url('/images/skins/Bewise/images/icon-down-black.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    display: block;
    padding: 5px 20px 5px 0;
    cursor: pointer;
}
.language-container {
    background-color: #FFF;
    padding: 20px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.language-container img {
    margin-left: 10px;
}
.language-container a {
    margin-bottom: 6px;
}

.usp {
    flex: auto;
    display: flex;
    justify-content: space-evenly;
}
.usp:not(.slick-initialized) > div, .usp div.slick-slide {
    flex: none;
    display: flex !important;
    align-items: center;
    margin-right: 20px;
    padding: 10px 0;
}
.usp a {
    display: flex;
    align-items: center;
}
.usp > div > *, .usp div.slick-slide > * {
    flex: none;
}
.usp strong {
    margin-right: 7px;
}
.usp img {
    margin-right: 5px;
    height: auto;
    display: block;
    max-height: 14px;
}
.usp img[src*="maerket"] {
    height: auto;
}
.usp a {
    text-decoration: none;
}
.topnav {
    position: relative;
    z-index: 50;
}
.topnav > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topnavbuttons {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.topnavbuttons > *:not(.minibasketcontainer) {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    text-decoration: none;
    margin-left: 20px;
}

.topnavbuttons .myPoints {
    position: absolute;
    bottom: calc(100% + 3px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #365b6d;
    color: #FFF;
    font-weight: normal;
    font-size: 8px;
    padding: 3px 5px;
    border-radius: 2px;
    font-style: normal;
    line-height: 1;
    display: block;
    white-space: nowrap;
    text-transform: lowercase;
    
}
.topnavbuttons .myPoints:empty {
    display: none;
}
.topnavbuttons > .service {   
    position: inherit;
}
.topnavbuttons > .basket > a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.highlightgroups {
	gap: 10px;
	display: flex;
	justify-content: center;
}
.highlightgroups a[href="/shop/specialoffer-ALL-1.html"] {
	padding: 4px 15px;
}
/*
.highlightgroups a[href="/shop/specialoffer-ALL-1.html"]:before {
	content: "+200";
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 2px;
	padding: 2px 4px;
	font-size: 9px;
	font-weight: normal;
	background-color: #000;
	color: #FFF;
}
*/
.highlightgroups a[href="/shop/specialoffer-ALL-1.html"]:hover {
	background-color: #000 !important;
	color: #FFF !important;
}
.highlightgroups a {
	display: inline-flex;
	border-radius: 25px;
	padding: 4px 10px;
	justify-content: center;
	background-color: #365b6d;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease;
	position: relative;
}
.highlightgroups a:hover {
	background-color: #156B48;
	cursor: pointer;
}
.highlightgroups > a:last-child {
}
.highlightgroups a[href="/shop/restsalg-224c1.html"]{
	background-color: #fedd3d;
	color: #000;
}
.topnavbuttons > * img {
    height: auto;
    margin-bottom: 5px;
}
.topnavbuttons > a > small {
    flex: none;
    display: block;
    width: 100%;
    text-align: center;
}
.lineinfo .variantinfo {
	display: none;
}
.minibasketcontainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(200%);
    background-color: rgba(0,0,0,.0);
    transition: background .5s ease;
}
.minibasketcontainer.active {
    transform: translateX(0);
    background-color: rgba(0,0,0,.5);
}


.basket-usp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1% 40px;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
    border-top: solid 1px rgba(237,237,237,1.00);
}
.basket-usp > div {
    width: 48%;
    flex: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 1% 2%;
    background-color: #f9f9f9;
    padding: 10px;
}
.basket-usp > div > * {
    flex: none;
}
.basket-usp > div > img {
    display: block;
    width: 20px;
    margin-bottom: 10px;
}
.basket-usp > div > span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
}
.basket-usp > div > small {
    color: #909090;
    display: block;;
    width: 100%;
    text-align: center;
}
.basket-usp-emaerket img {
    width: 30px;
}

.topnav .logo {
    height: 65px;
    width: auto;
    margin: 10px 0;
    display: block;
}
.topmenu {
    border-top: solid 1px rgba(237,237,237,1.00);
}
.topmenu > .container {
    display: flex;
    max-width: 100%;
}
.topmenu .btnmenu {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5%;
}
.topmenu .btnmenu img {
    width: 17px;
    margin: 0 9px 0 0;
}
.topmenu .search {
    flex: auto;
}
.topmenu .search input[type="text"] {
    border-top: none;
    border-right: none;
    border-bottom: none;
    padding-left: 35px;
    height: 38px;
    background-image: url("/images/skins/Bewise/images/icon-search-black.svg");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 15px 50%;
}
.webshop-frontpage .container.content {
    padding-top: 0;
}

.webshop-productinfo .container.content .clerk .mediumheader {
	text-align: left;
	font-size: 20px;
}
.productcard .viabill-pricetag-optional-styles {
    margin-bottom: 20px;
	height: 25px !important;
}
.productcard-shippinginfo {
    display: flex;
    flex-wrap: wrap;
	border: 1px solid #eee;
	margin-top: 20px;
	border-radius: 8px;
	padding: 20px;
}
.productcard-shippinginfo > div {
	display: flex;
	flex-direction: column;
	width: 50%;
}
.productcard-shippinginfo > div:last-child {
	align-items: center;
	border-left: 1px solid #eee;
}
.productcard-shippinginfo > div > div:first-child > div {
	flex: none;
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productcard-shippinginfo > div > div {
	display: flex;
	align-items: center;
	padding: 5px 0;
}
.productcard-shippinginfo > div.stockinfo-container:not(.active) {
	display: none;
}
.productcard-shippinginfo .stockinfo-container u, .productcard-shippinginfo .stockinfo-container b {
    display: none;
}

.productcard-shippinginfo > div > div img {
    height: 15px;
    margin-right: 8px;
    flex: none;
}
.productcard-shippinginfo > div.shippingmessage:not(:first-child) {
    border-top: solid 1px rgba(237,237,237,1.00);
}
.productcard-shippinginfo > div.shippingmessage u {
    padding-left: 4px;
}
.productcard-shippinginfo > div.deliveryinfo-container {
    background-color: #f9f9f9;
}
.productcard-shippinginfo > div.deliveryinfo-container img {
    height: 14px;
    margin-right: 8px;
    flex: none;
}
.productcard-shippinginfo > div.deliveryinfo-container > span {
    padding: 0 4px;
    font-weight: 700;
}

.productcard-shippinginfo > div.return-container {
    background-color: #f9f9f9;
}

.cardmessage {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color:rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    margin-bottom: 20px;
}
.cardmessage.active {
	display: flex;
}


div.fancybox-container {
    z-index: 9999999999999999;
}
div.fancybox-content {
    max-width: 80%;
}

/* ALERTBAR */
.infobar {
    display: flex;
    background-color: #8ecd06;
    color: rgba(255,255,255,1.00);
    letter-spacing: 1px;
    position: sticky;
    top: 191px;
    z-index: 30;
}
.infobar > div {
    padding: 8px 0;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    position: relative;
}
.infobar > div > * {
    flex: none;
}
.infobar a {
    padding: 3px 8px;
    background-color: rgba(255,255,255,1.00);
    text-decoration: none;
    margin-left: 10px;
    border-radius: 2px;
}
.infobar .close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    cursor: pointer;
    padding: 0 0 0 20px;
}
.infobar .close:before {
    content: "×";
    font-family: 'Arial';
    line-height: 1;
    font-size: 18px;
    color: #FFF;
}




.topcategories {
	position: relative;
    width: calc(100vw - var(--scrollbar-width));
    transform: translateX(-50%);
    left: 50%;
	box-shadow: 0px 0 20px rgba(0,0,0,0.1);
	margin: 0 0 50px 0;
	background-color: #f5f2ed;
}
.topcategories .swipeslide {
	padding: 50px 0 20px;
}
.topcategories a {
	flex: none;
	width: 12%;
	height: auto;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 5px;
	padding: 20px;
	background-color: #FFF;
	text-decoration: none;
	margin-right: 20px;
	transition: all .3s cubic-bezier(.4,0,.2,1);
	box-shadow: 0 0 6px rgba(232, 228, 222, 0.6);
}

.topcategories a:last-child {
	margin-right: 0;
}
.topcategories img {
	display: block;
	width: 55%;
	max-width: 100%;
	max-height: 88px;
	margin-bottom: 15px;
}
.topcategories span {
	background-color: #365b6d;
	border-radius: 5px;
	color: #FFF;
	padding: 8px 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8px;
}

.welcome {
	display: flex;
	flex-wrap: wrap;
	width: 1270px;
	margin: 40px auto;
	max-width: 100%;
}
.welcome > * {
	flex: none;
	width: 50%;
	position: relative;
}
.welcometext {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	padding: 80px 50px;
}
.welcome img {
	display: block;
    width: 100%;
    aspect-ratio: 1/1;
    height: 100%;
	object-position: 50% 50%;
    object-fit: cover;
	border-radius: 20px;
	border: 10px solid #FFF;
}
.welcomeimage:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f5f2ed;
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: -1;
	border-radius: 20px;
}
.reverseimage:after {
	content: "";
    width: 100%;
    height: 100%;
    background-color: #f5f2ed;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: -1;
    border-radius: 20px;
    left: auto;
}

.listbanner {
    display: block;
    max-width: 100%;
    width: 2000px;
    margin: 0 auto;
}

#ProductMenu_List {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.Productmenu_Category_Icon_Container {
    display: none;
}
#ProductMenu_List #ActiveCategory_A {
    display: none !important;
}
.categorydescription:empty {
	display: none;
}
.categorydescription section:empty {
    display: none;
}
.listtools {
    display: flex;
}
.listtools > * {
    flex: none;
}
.listtools > table {
    flex: none;
}
.listtools select {
    border-color: #eee;
	border-radius: 25px;
}
.listtools .found {
    display: none;
}
.btnfilter {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #365b6d;
    color: rgba(255,255,255,1.00);
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
	border-radius: 25px;
}
.btnfilter img {
    width: 15px;
    margin-right: 8px;
}
[class*="Custom_UL"] {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
[class*="Custom_UL"]:not(.slick-initialized) {
    margin: 0 -1%;
    display: flex;
    flex-wrap: wrap;
}
[class*="Custom_UL"] > li {
    width: 18%;
    margin: 0 1% 2%;
}
[class*="Custom_UL"] form {
    height: 100%;
    width: 100%;
}
.product,
.bp_relatedproductsProduct {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
	text-align: center;
	background-color: #FFF;
	padding: 20px;
	border-radius: 8px;
	transition: all 0.3s ease;
	box-shadow: 0 0 10px rgba(0,0,0,0.06);
}
.product .offerbatch,
img.groupbadge{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
}
.product .offerbatch img,
.product img.groupbadge {
	width: 100px;
}
.productcard .offerbatch {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
	display: none;
}
.productcard .offerbatch img {
	width: 130px;
}
[data-specialoffer="True"] .offerbatch {
	display: block;
}
.product > * {
    flex: none;
}
.product .image,
.bp_relatedproductsProductImage {
    position: relative;
    margin-bottom: 20px;
}
.product .image img {
    width: 100%;
    margin: 0 auto;
    display: block;
    object-position: 50% 50%;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
	
}
.product .image > a {
    position: relative;
    display: block;
}
.variantscontainer {
    display: block;
    margin-top: 5px;
    flex: auto;
}
.variantscontainer > * {
    margin: 2% 2% 0 0;
    text-decoration: none;
    border: solid 1px rgba(178,178,178,1.00);
    padding: 1px 5px;
    font-size: 10px;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
}
li .product .image > a:first-of-type:before,
.productcard #Image_Productinfo_FancyBox:before,
.imageselector a:before, .miniBasket .item .image:not(:empty):before,
.minibasket .line .image:before,
.slideoutmain .line > .image:before,
.ShowBasket_Custom_DIV > div > .image a:before, .productcard .imagescontainer .images:before,
.bp_relatedproductsProductImage:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 5;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%, rgba(0,0,0,0.05) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f000000',GradientType=1 );
    pointer-events: none;
}


.product .image .popup {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    background-color: #fff;
    z-index: 10;
    opacity: 0;
    transform: translateY(-20px);
    transition: all .3s ease;
}

.product .image .popup.active {
    opacity: 1;
    transform: translateY(0);
}


.product .image .popup .popup-product {
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.product .image .popup .popup-product .popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}

.product .image .popup .popup-product > a {
    display: flex;
    padding: 5px;
    text-decoration: none;
}

.product .image .popup .popup-product > a img {
    width: 65px;
    height: 65px;
    margin-right: 10px;
    object-fit: contain;
}

.product .image .popup .popup-product > a .product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: auto;
    gap: 3px;
    max-width: calc(100% - 100px);

}

.product .image .popup .popup-product .product-name {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product .image .popup .popup-product .prices {
    display: flex;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
}

@media (max-width: 500px) {
    .product .image .popup .popup-product .prices {
        display: none;
    }
    .product .image .popup .popup-product > a img {
        width: 50px;
        height: 50px;
    }
}

.product .image .popup .popup-product .prices .new-price {
    font-weight: 700;
    color: #365b6d;
    margin-right: 10px;
}

.product .image .popup .popup-product .prices .old-price {
    text-decoration: line-through;
    color: #b1b1b1;
}

.product .image .popup .popup-product .savings {
    background-color: #fed901;
    color: #000;
    padding: 2px 5px;
    font-weight: 700;
    width: fit-content;
    font-size: 14px;
    text-transform: uppercase;
}

.product .name {
    padding: 10px 0 5px;
    flex: auto;
}
.product .name a {
    flex: auto;
    text-decoration: none;
    display: block;
}
.product .product-manufactor > * {
    text-transform: uppercase;
    color: #B1B1B1;
    font-size: 10px;
    text-decoration: none;
}
.retailprice {
	font-size: 13px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	color: #888;
	margin-top: 10px;
}
.pcardretailprice {
	color: #888;
	margin: 5px 0;
}
.pcardretailpricesavings {
	padding: 4px 10px;
	background-color: #fedd3d;
	color: #000;
	font-weight: bold;
	z-index: 1;
	border-radius: 2px;
	display: none;
}
.pcardretailpricesavings.active {
	display: inline-block;
}
.pcardretailpricesavings > span {
	margin-left: -5px;
}
.product .price .retailprice strike:not(:empty) {
	color: #888;
}
.retailsavings,
div.groupbadge {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 10px;
	background-color: #fedd3d;
	color: #000;
	font-weight: bold;
	z-index: 1;
	border-radius: 2px;
	display: none;
}
div.groupbadge {
	left: auto;
	right: 10px;
}
.retailsavings.active,
div.groupbadge {
	display: block;
}
.retailprice strike {
	text-decoration: none;
	color: #000;
}
.product .price {
    font-size: 17px;
	font-weight: bold;
}
.product .price span {
    font-weight: bold;
}
.product .price strike:not(:empty) {
    font-size: 12px;
    display: block;
	font-weight: normal;
	color: #ab0000;
}
.product .price strike:not(:empty):before {
    content: attr(data-text) " ";
}
.product .price strike:not(:empty):after {
    content: " " attr(data-currency);
}
.product .price .currency {
    padding-left: 3px;
}
.product .image img[data-favorites] {
    width: 15px;
    flex: none;
    margin: 3px 0 0 10px;
    align-self: flex-start;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
}
img[data-favorites]:not(.added):hover {
    opacity: .4;
    cursor: pointer;
}
select[class*="VariantSelector"] {
    display: none;
}
.frontpage-products {
    margin: 90px 0;
	max-width: 100%;
	overflow: hidden;
}

.product .buy {
    margin-top: 10px;
    display: block;
}
.product .buy *,
div.bp_relatedproductsProductButton {
    width: 75%;
}
.same-product-container .product .buy * {
	width: 100%;
}
.product .buy input[type="IMAGE"], .product .buy input[type="text"], .product .buy > a > img.BuyButton_ProductList {
    display: none;
}

.productsloaded {
    text-align: center;
    font-size: 12px;
    margin: 20px 0 10px;
}
.autopagerbutton {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    padding: 4px 25px;
    margin: 0 auto;
    width: fit-content;
}
.autopagerbutton:after {
    content: "+";
    font-size: 25px;
    margin: 0 0 0 15px;
}
.autopagerbutton.loading {
    cursor: progress;
    opacity: .4;
}
.pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pager .prev, .pager .next {
    flex: none;
}
.pager .prev a, .pager .next a {
    display: flex;
    align-items: center;
    justify-content: center;
	
}
.pager img {
    width: 15px;
    transform-origin: 50% 50%;
}
.pager .prev a img {
    transform: rotate(90deg);
}
.pager .next a img {
    transform: rotate(-90deg);
}
.pager > div:empty {
    background-color: rgba(244,244,244,.50);
}
.pager .pages {
    display: flex;
    justify-content: center;
	align-items: baseline;
}
.pages a.ActivePageNumber_ProductList:link,
.pages a.ActivePageNumber_ProductList:visited,
.pages a.ActivePageNumber_ProductList:hover,
.pages a.ActivePageNumber_ProductList:active,
.pages a.InactivePageNumber_ProductList:link,
.pages a.InactivePageNumber_ProductList:visited,
.pages a.InactivePageNumber_ProductList:hover,
.pages a.InactivePageNumber_ProductList:active,
.pager .prev a,
.pager .next a {
    font-weight: normal;
    text-decoration: none;
    border: solid 1px rgba(237,237,237,1.00);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.pager .prev a,
.pager .next a {
    border: none;
    background-color: #365b6d;
    color: rgba(255,255,255,1.00);
	width: auto;
    height: auto;
    border-radius: 25px;
    padding: 10px 20px;
}
.pages a.ActivePageNumber_ProductList:link,
.pages a.ActivePageNumber_ProductList:visited,
.pages a.ActivePageNumber_ProductList:hover,
.pages a.ActivePageNumber_ProductList:active {
    background-color: #FFF;
}
.pages > a:not(:last-of-type) {
    margin-right: 5px;
}
.pager .next a {
	margin-left: 2px;
}
span.HiddenPagesIndicator_ProductList {
    padding: 0 3px;
}
.toppager .pager {
    /*width: 48%;*/
    flex-wrap: nowrap;
}
.toppager .pages {
    flex: auto;
    width: auto;
}
.toppager .pager .prev, .toppager .pager .next {
    width: 13%;
    min-width: 90px;
}
.toppager .pager .prev:empty, .toppager .pager .next:empty {
    visibility: hidden;
}

.HiddenPagesIndicator_ProductList + a + a + a:not(:last-of-type) {
    display: none;
}
.pages > a[rel="prev"] + a + a:not(:last-of-type) {
    display: none;
}

.closebutton {
    flex: none;
    align-self: flex-start;
    width: 45px;
    display: block;
    background-color: rgba(237,237,237,1.00);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.closebutton img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 18px;
}
.closebutton:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}

.news, [data-savings]:not([data-savings=""]):not([data-savings="0%"]):not([data-savings="100%"]):before, .preorderBadge {
    position: absolute;
    top: 20px;
    z-index: 10;
    padding: 3px 8px;
    /*color: rgba(255,255,255,1.00);*/
}
[data-savings]:not([data-savings=""]):not([data-savings="0%"]):not([data-savings="100%"]):before {
    content: attr(data-savings);
    /*background-color: #365b6d;*/
    right: 0;
    font-size: 140%;
}
.news {
	top: 10px;
    right: 10px;
    background-color: #365b6d;
	color: #FFF;
    text-transform: uppercase;
}
.onlyinstores {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 3px 8px;
    color: rgba(255,255,255,1.00);
    background-color:rgba(0,0,0,1.00);
    left: 0;
}

.product .image > a:first-of-type:before,
.productcard .images a:first-of-type:before, .productcard .images.slick-initialized a:before,
.brandsslider a:before,
.ShowBasket_Custom_DIV .image a:before,
.minibasket .item .image:before,
.extraProduct > .image:before,
.favoritespopupaddedinfo .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 5;
    opacity: .8;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%, rgba(0,0,0,0.05) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f000000',GradientType=1 );
}
.webshop-favorites table.FormTB {
    display: none;
}

.categorydescription, .CategoryFooterContent {
    line-height: 1.8em;
}
.readmorebutton {
    cursor: pointer;
    text-decoration: underline;
}

.SubCats_Categories_UL {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -1% 0;
    list-style-type: none;
    padding: 0;
}
.SubCats_Categories_UL > li {
    width: 48% !important;
    float: none !important;
    margin: 0 1% 2%;
}

.SubCats_Categories_UL > li[style*="clear"] {
    display: none;
}
.SubCats_Categories_UL img {
    display: block;
    width: 100%;
}
.SubCats_Categories_UL .name a {
    display: block;
    text-decoration: none;
    background-color: #A1B4BF;
    color: rgba(255,255,255,1.00);
    text-align: center;
    padding: 10px;
}
.SubCats_Categories_UL:not(.designersul) .image:not(:empty) + .name {
    display: none;
}

.preorderBadge {
    right: 0;
    left: auto;
    background-color:rgba(0,0,0,1.00);
	display: none;
}
.preorderBadge.active {
	display: block;
}
.preorderBadge > strong {
    text-transform: uppercase;
    color: rgba(255,255,255,1.00);
    font-weight: normal;
}
.preorderBadge small {
    display: block;
    white-space: nowrap;
}
.preorderBadge small:after {
    content: attr(data-date);
}
.productcard .preorderBadge {
    top: 0;
    left: 0;
    right: auto;
}


[class*="Custom_UL"] > li.full {
    width: 96%;
}
[class*="Custom_UL"] > li.full:last-child {
    margin-bottom: 0;
}

#breadcrumb,
.SubCats_Categories_Container > [itemtype="https://schema.org/BreadcrumbList"]:first-child {
	display: none;
}
[itemtype*="https://schema.org/BreadcrumbList"] ~ br {
    display: none;
}
[itemtype*="https://schema.org/BreadcrumbList"] {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.webshop-productlist [itemtype*="https://schema.org/BreadcrumbList"] {
	margin: -5px 0 15px;
}
[itemtype*="https://schema.org/BreadcrumbList"] span.divider {
    display: none;
}
[itemtype*="https://schema.org/BreadcrumbList"] a {
    text-decoration: none;
    font-size: 9px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
[itemtype*="https://schema.org/BreadcrumbList"] a:hover {
    color: #000;
}
[itemtype*="https://schema.org/BreadcrumbList"] a.BreadCrumbLink_Active {
    color: #000;
}
[itemtype*="https://schema.org/BreadcrumbList"] a.BreadCrumbLink_Active:after {
    display: none;
}
[itemtype*="https://schema.org/BreadcrumbList"] a:after {
    content: url("/images/skins/Bewise/images/icon-arrow-right-black.svg");
    width: 7px;
    height: 13px;
    margin-left: 5px;
    opacity: 0.5;
}
.categorydescription [itemtype*="https://schema.org/BreadcrumbList"] {
	display: none;
}
.center > [itemtype*="https://schema.org/BreadcrumbList"] {
    justify-content: center;
}

.CategoryFooterContent:not(:empty) {
    padding-top: 40px;
}

.productcard {
    margin-bottom: 60px;
	background-color: #FFF;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.06);
}
.imagescontainer {
    position: relative;
}
.imagescontainer .zoom {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 20px;
    z-index: 10;
    opacity: .7;
    pointer-events: none;
}
.imagescontainer .images {
    position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.imagescontainer .images a {
    position: relative;
    display: block;
}
.imagescontainer .images > a:nth-child(n+2) {
    display: none;
}
.imagescontainer .images a img {
    display: block;
    width: 100%;
    height: auto;
}
.productcard .imagescontainer .images a img {
}

.productcard .trustpilot-widget {
    margin-bottom: 20px;
    border: solid 1px rgba(237,237,237,1.00);
    padding: 15px 0;
}

.imageselector {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -1% 0;
}
.imageselector a {
    position: relative;
    flex: none;
    margin: 0 1% 2%;
    width: 18%;
	border-radius: 4px;
	overflow: hidden;
}
.imageselector a img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    aspect-ratio: 1/1;
    height: auto;
}

.productcard .productcard-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.productcard .productcard-price [itemprop="offers"] {
    margin-right: auto;
}

.Variants {
    margin-bottom: 20px;
}
.Variants > table {
    width: 100%;
    margin-bottom: 10px;
}
.Variants > .VariantGroup:nth-child(n+2) > tbody > tr:first-of-type:not(.active) {
    display: none;
}
.VariantGroup > tbody > tr:first-of-type td.VariantGroupLabel {
    padding: 0 0 7px;
    font-weight: bold;
}
.RadioButton_Container_ProductInfo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.RadioButton_Container_ProductInfo > div {
    flex: none;
    margin: 0 1% 2%;
    width: 23%;
    position: relative;
    border: solid 1px rgba(243,243,243,1.00);
}
.RadioButton_Container_ProductInfo label {
    cursor: pointer;
}
.RadioButton_Container_ProductInfo label img {
    display: block;
    max-width: 100%;
    width: 120px;
    margin: 0 auto;
    mix-blend-mode: multiply;
}
.RadioButton_Container_ProductInfo > div.hasdiscount > span.discountbadge {
    position: absolute;
    background-color: #365b6d;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    padding: 3px 5px 4px;
    line-height: 1;
    white-space: nowrap;
    display: block;
    top: 7px;
    right: 7px;
}
.RadioButton_Container_ProductInfo > div.hasdiscount strike {
    display: block;
}

.advanced-variant-item-container input {
    display: none;
}

.advanced-variant-item-container label {
    text-align: center;
    display: block;
    padding: 8px;
}
.advanced-variant-item-container label small {
    display: block;
}

.advanced-variant-item-container.advanced-variant-image-active {
    border-color: #365b6d; 
}

.advanced-variant-item-container:hover {
    background-color: rgba(239,239,239,.50);
    cursor: pointer;
}
.productcard .webprice {
    font-size: 38px;
    background-color: #365b6d;
    border-radius: 4px;
    padding: 5px 10px;
    color: #FFF;
    font-weight: bold;
}
.productcard .webprice span.currency {
	font-size: 15px;
}
.productcard .webprice span {
    padding-right: 4px;
}
.productcard .productcard-buysection .Prices_Custom_DIV strike:not(:empty) {
    font-size: 13px;
	color: #ab0000;
	display: block;
	padding: 0 0 5px 0;
}
.productcard .productcard-buysection .Prices_Custom_DIV strike:not(:empty):after {
    content: attr(data-currency);
}
[data-discount]:not([data-discount=""]) {
    padding: 3px 8px;
    display: inline-block;
}
[data-discount]:not([data-discount=""]):before {
    content: "Spar "
}
[data-discount]:not([data-discount=""]):after {
    content: attr(data-discount);
}
#BUYSECTION:not(:empty) {
    display: flex;
    align-items: center;
}
#BUYSECTION > * {
    flex: none;
}
#BUYSECTION input[type="number"] {
    width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #f9f9f9;
    margin: 0 4px;
    padding: 0;
    text-align: center;
    -moz-appearance: textfield;
}
#BUYSECTION input::-webkit-outer-spin-button,
#BUYSECTION input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#BUYSECTION .buybutton {
    flex: auto;
    margin: 0 0 0 15px;
    position: relative;
}
.productcard > div.imagescontainer {
    position: relative;
}
.fav-button, .favbuttoncontainer {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
}
div.image > img,
.favbuttoncontainer {display: none!important}
.favbuttoncontainer img {
    width: 25px;
    height: auto;
}

.productviews {
    margin: 15px 0 0;
    font-size: 12px;
}
.product-description h2 i {
    font-style: normal;
}
.product-description {
	margin-bottom: 20px;
}
.product-description p {
	padding: 0;
	margin: 0;
}
.product-description ul {
    margin: 10px 0 20px 0;
    padding: 0;
}
.product-description ul > li {
    list-style-type: none;
    background-image: url("/images/skins/Bewise/images/icon-arrow-right-gray.svg");
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: 9px;
    padding: 0 0 0 20px;
    margin: 0 0 6px 0;
}

.lowstockinfo, .lastBoughtText {
    display: flex;
    align-items: center;
    background-color: #fcf1f1;
    padding: 5px 10px;
    flex: auto;
}
.lowstockinfo {
    margin-bottom: 15px;
}
.lowstockinfo > u {
    padding: 0 4px;
    font-weight: bold;
}
.lowstockinfo img, .lastBoughtText img {
    margin: 0 7px 0 0;
    width: 14px;
    flex: none;
}
#BUYSECTION input[type="submit"] {
    width: 100%;
    min-height: 55px;
    font-size: 15px;
	border-radius: 5px;
}

#BUYSECTION [data-favorites] {
    height: 17px;
    cursor: pointer;
}
#BUYSECTION .amount {
    display: flex;
}
#BUYSECTION .amount span {
    cursor: pointer;
    width: 45px;
	height: 45px;
	border-radius: 50%;
    display: flex;
    font-family: 'Arial';
    line-height: 1;
    align-items: center;
    justify-content: center;
    user-select: none;
    border: solid 1px rgba(237,237,237,1.00);
	font-size: 19px;
}
.pcusp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.pcusp > * {
    border: solid 1px rgba(237,237,237,1.00);
    flex: none;
    width: 23%;
    margin: 0 1%;
    padding: 15px;
    position: relative;
    background-color: #f9f9f9;
    text-decoration: none;
}
.pcusp > * > span.pcusp-image {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    background-color: #7A2418;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pcusp > * > span.pcusp-image img {
    display: block;
    width: 55%;
}
.pcusp > * > span.pcusp-header {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}
.pcusp > * > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pcusp > * > ul li {
    background-image: url(/images/skins/Bewise/images/icon-check-black.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
}
.pcusp > * > img[src*="maerket"] {
    width: auto;
    margin-right: 0;
    margin-left: 7px;
    height: 17px;
}
.pcusp > :last-child:hover .plusicon {
    animation:spin 0.5s linear;
}
.expanded-description {
    margin: 70px 0;
    max-width: 100%;
	background-color: #FFF;
    padding: 100px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.06);
}
.expanded-description > span {
    display: block;
	font-weight: bold;
}
.infoline {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.productnumber, .ean {
    color: #A4A4A4;
    font-size: 10px;
    text-transform: uppercase;
	margin-right: 20px;
}
.productnumber span, .ean > span {
    color: rgba(0,0,0,1.00);
}
.manufactor {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #A4A4A4;
    font-size: 10px;
}
.manufactor a {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    display: block;
    margin-left: 6px;
}
.manufactor br {
    display: none;
}

.productcard .descriptionheader {
    margin: 20px 0 7px;
    font-weight: bold;
    font-size: 14px;
}
.productcard [itemprop="description"] ul {
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
}
.productcard [itemprop="description"] ul > li {
    padding-left: 19px;
    background-image: url('/images/skins/Bewise/images/icon-check-green.svg');
    background-size: 14px auto;
    background-position: 0 2px;
    background-repeat: no-repeat;
}
.productcard [itemprop="description"] ul > li:not(:last-child) {
    margin-bottom: 2%;
}

.supportbox {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: flex-start;
    border-radius: 10px;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
    margin: 20px 0 0;
}
.supportbox strong {
    display: block;
}
.supportbox > img {
    flex: none;
    width: 70px;
    margin: 0 20px 0 0;
    border-radius: 50%;
}

.loginpopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.50);
    z-index: 500;
    display: none;
}
.loginpopup.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginpopup > section {
    background-color: rgba(255,255,255,1.00);
    padding: 40px 30px 30px;
    flex: none;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    width: 600px;
    position: relative;
    max-width: 90%;
    max-height: 90%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
.loginpopup:not(.favorites) .favoritesonly {
    display: none;
}
.loginpopup.favorites .largeheader:not(.favoritesonly),
.loginpopup.favorites .mediumheader:not(.favoritesonly){
    display: none;
}
.loginpopup ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.loginpopup ul > li {
    position: relative;
    padding: 0 0 0 21px;
    background-image: url("/images/skins/Bewise/images/icon-check-green.svg");
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 0 2px;
}
.loginpopup ul > li:not(:last-child) {
    margin-bottom: 5px;
}
.loginpopup form {
    padding: 0 0 15px;
    margin: 0 0 15px;
    display: none;
    flex-direction: column;
    border-bottom: solid 1px rgba(237,237,237,1.00);
}
.loginpopup form.active {
    display: flex;
}
.loginpopup input[type="email"], .loginpopup input[type="password"] {
    margin: 0 0 7px;
}
.loginpopup input[type="submit"] {
    display: flex;
    width: 100%;
    margin: 10px 0 15px;
}
.loginpopup a[href*="#back"] {
    padding: 0 0 10px;
}
.favoritespoupadded {
    display: none;
    flex-direction: column;
}
.favoritespoupadded.active {
    display: flex;
}
.favoritespoupadded.active ~ * {
    display: none;
}
.favoritespopupaddedinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.favoritespopupaddedinfo .image {
    width: 200px;
    max-width: 100%;
    position: relative;
}
.favoritespopupaddedinfo img {
    max-width: 100%;
    max-height: 250px;
}
.favoritespopupaddedinfo .image + a {
    margin: 15px 0;
}
.loginmessage {
    margin: 0 0 10px;
    background-color: rgba(241,241,241,1.00);
    border: solid 1px rgba(182,182,182,1.00);
    padding: 7px 10px;
    text-align: center;
}
.loginmessage:empty {
    display: none;
}
.loginmessage.failure {
    background-color: rgba(244,202,203,1.00);
    border-color: rgba(205,135,136,1.00);
    color: rgba(120,22,24,1.00);
}

.popupclose {
    position: absolute;
    right: 30px;
    top: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.popupclose i {
    font-weight: 'Arial';
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 0 7px;
}

.slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 100%;
    border-radius: none;
    padding: 0;
    z-index: 10;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    cursor: pointer;
    border: none;
}
.slick-arrow.slick-prev {
    left: 0;
    background-image: url("/images/skins/Bewise/images/icon-left-black.svg");
}
.slick-arrow.slick-next {
    right: 0;
    background-image: url("/images/skins/Bewise/images/icon-right-black.svg");
}
.slick-arrow.slick-disabled {
    display: none !important;
}
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 20px;
    list-style-type: none;
}
.slick-dots > li {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: rgba(237,237,237,1.00);
    margin: 0 5px;
    flex: none;
}
.slick-dots > li.slick-active {
    background-color: rgba(90,90,90,1.00);
}
.slick-dots button {
    display: none;
}
.Frontpage_Custom_UL .slick-arrow {
    top: 36%;
}
.Frontpage_Custom_UL .slick-slide {
    margin: 0 20px;
}
.Frontpage_Custom_UL .slick-list {
    margin: 0 -20px;
}

.frontpagecampaign {
	margin-top: 80px;
}
.frontpagecampaign > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.frontpagecampaign picture {
    flex: none;
	width: 50%;
}
.frontpagecampaign img {
	width: 100%;
    display: block;
    height: auto;
}
.frontpagecampaign > div > div {
	flex: none;
	width: 44%;
	padding-left: 50px;
}
.frontpagecampaign span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.topbox {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.topbox > div {
	flex: none;
	width: 31.3%;
	margin: 0 1% 2%;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
}

[data-box]:empty {
    aspect-ratio: 543/362;
}
[data-box] > * {
    position: relative;
    display: block;
}
[data-box] img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 543/362;
    object-fit: cover;
}
.topbox a:hover {
    color: rgba(0,0,0,1.00);
}
.topbox .topboxcontent {
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	width: calc(50% - 30px);
    z-index: 5;
}
.topbox .topboxheader {
    font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.topbox .topboxheader .slidelabel {
    background-color: #365b6d;
	color: #FFF;
	font-size: 13px;
	border-radius: 4px;
	padding: 6px 10px;
	margin-bottom: 20px;
	display: inline-block;
}
.topbox.yellowlabel .topboxheader .slidelabel {
	background-color: #ffb600;
}
.topbox .topboxbody {
    margin-bottom: 20px;
}


.topbox .slider-wrapper {
	position: relative;
}
.topbox .nivo-dynamic-text {
	position: absolute;
	top: 50% !important;
	transform: translateY(-50%) !important;
	right: 30px !important;
	left: auto !important;
	width: calc(50% - 30px) !important;
}
.topbox .nivo-dynamic-text-header {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}
.topbox .nivo-dynamic-text-header > span.slidelabel {
	background-color: #365b6d;
	color: #FFF;
	font-size: 13px;
	border-radius: 4px;
	padding: 6px 10px;
	margin-bottom: 20px;
	display: inline-block;
}
.topbox.yellowlabel .nivo-dynamic-text-header > span.slidelabel {
	background-color: #ffb600;
}
.topbox .nivo-dynamic-text-header > span > small {
	font-size: 20px;
	background-color: #365b6d;
	color: #FFF;
	border-radius: 4px;
	padding: 2px 6px;
}
.topbox .nivo-dynamic-text-header > span {
	display: block;
}
.topbox .nivo-dynamic-text-teaser {
	margin-bottom: 20px;
}
.topbox .nivo-dynamic-text-link {
	background-color: #156B48;
    color: #FFF;
    border: 0;
    -webkit-appearance: none;
	display: inline-flex;
    border-radius: 25px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    position: relative;
}
.topbox .nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overflowhidden {
    overflow: hidden;
}

.flexie {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    padding-bottom: 30px;
}
.topnavbuttons .flexie img {
    margin-bottom: 0;
    margin-right: 10px;
}
.trustpilotpcard {
    margin: 10px 0 20px;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.trustpilotpcard img {
    margin-right: 10px;
}

body .ds__cs_sl {
    margin: 0 !important;
}

.SubCats_Categories_Container > table {
	width: 100%;
	table-layout: fixed;
}
.SubCats_Categories_DIV {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.SubCats_Categories_DIV > div {
	flex: none !important;
	width: 18% !important;
	margin: 0 1% 2%;
	display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    background-color: #FFF;
    padding: 20px;
    border-radius: 8px;
	align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.06);
}
.SubCats_Categories_DIV img {
	height: auto;
    width: 100%;
}
.SubCats_Categories_DIV.swipeslide {
	margin: 0;
	padding: 20px 0;
	gap: 20px;
}
.SubCats_Categories_DIV.swipeslide > div {
	margin: 0;
}
.SubCats_Categories_DIV.swipeslide > div > a:last-child {
	background-color: #365b6d;
	border-radius: 20px;
	color: #FFF;
	padding: 8px 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8px;
	text-decoration: none;
}

.swipeslidecontainer {
	position: relative;
}
.swipeslide {
	display: flex;
	flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.swipeslide::-webkit-scrollbar {
  display: none;
}
.swipeslide > * {
	scroll-snap-align: start;
}
.swipenav {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 5;
	cursor: pointer;
	background-color: #365b6d;
	color: rgba(255,255,255,1.00);
	border-radius: 4px;
	padding: 14px 7px;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
}
.swipenav.next {
	left: auto;
	right: 10px;
}
.swipenav.disabled {
	opacity: .3;
	background-color: rgba(107,107,107,1.00);
	pointer-events: none;
}
.swipenav svg {
	width: 20px;
	height: auto;
}
.swiperdots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 20px 0;
}
.swiperdots > div {
	border-radius: 50%;
	width: 7px;
	aspect-ratio: 1/1;
	background-color: rgba(186,186,186,1.00);
	cursor: pointer;
}
.swiperdots > div.active {
	background-color: #365b6d;
}


.hideme {
	display: none !important;
}

.showme {
	margin-top: 20px;
	background-color: #f5f2ed;
    padding: 20px 30px;
    border-radius: 8px;
	margin-bottom: 30px;
}
.showme .swiperdots {
	display: none;
}
.showme > span {
	font-weight: bold;
	font-size: 22px;
	display: block;
}

.margintop {
	margin-top: 40px;
}
.marginbottom {
	margin-bottom: 60px;
}
.toplines {
    
	display: flex;
}
.toplines > span {
	display: none;
	width: 20%;
	padding: 5px 0;
	
}
.toplines > span:nth-child(1) {
	background-color: #fedd3d;
}
.toplines > span:nth-child(2) {
	background-color: #fdb037;
}
.toplines > span:nth-child(3) {
	background-color: #fd8131;
}
.toplines > span:nth-child(4) {
	background-color: #b8ee33;
}
.toplines > span:nth-child(5) {
	background-color: #365b6d;
}
#subscription-maillist-subscribe {
	flex: none;
}
.newsletter {
	background-color: #FFF;
}
.newslettercontainer {
	display: flex;
	flex-wrap: wrap;
}
.footernews {/* width:30%; */}
.newsletterdiv {
    margin-top:10px;
	/* width: 30%; */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.newsletterdiv > span {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	flex: none;
	width: 100%;
}
.newsletterdiv input[type="text"], .newsletterdiv input[type="email"] {
	border-radius: 5px;
	margin-bottom: 8px;
	height: 40px;
	padding: 0 20px;
	text-align: left;
}
.newsletterdiv .terms {
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0;
	/* color: #FFF; */
}
.newsletterdiv .terms input {
	border: 1px solid #1691d8;
	margin-right: 6px;
}
.newsletterdiv .terms a {
	/* color: #FFF; */
}
.newsletterdiv input[type="submit"] {
	background-image: url("/images/skins/Bewise/images/icon-send-white.svg");
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: calc(100% - 20px);
	display: flex;
	/* margin: 0 auto; */
	padding: 8px 60px;
}
.newslettersignupimage {
	flex: none;
	width: 30%;
	overflow: hidden;
	position: relative;
}
.newslettersignupimage img {
    object-position: 50% 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    position: absolute;
	width: 100%;
	height: 100%;
}
.footerusp {
	flex: none;
	width: 40%;
	padding: 20px 60px;
	display: flex;
	align-items: center;
}
.footerusp > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footeruspcard {
	flex: none;
	width: 50%;
	display: flex;
	padding: 20px 0;
}
.footeruspcard svg {
	width: 40px;
	height: auto;
	fill: #365b6d;
	margin-right: 10px;
}
.footeruspcard > div {
	display: flex;
	flex-direction: column;
}
.footeruspcard > div > span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.certificates {
	display: flex;
	margin-top: 20px;
}
.certificates a {
	margin-right: 20px;
}
footer {
    padding: 80px 0 40px;
    background-color: #f5f2ed;
}
footer .icon {
    width: 60px;
    margin-bottom: 40px;
}
footer .header {
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 110%;
    text-transform: uppercase;
}
footer section {
    padding: 15px 0 0;
}
footer section > a:not([href*="@"]) {
    display: flex;
    text-decoration: none;
}
footer section > a:not(:last-of-type) {
    margin-bottom: 5px;
}
footer > div:first-child > div:last-child {
	width:30%
}
.bestsellerlinks a {
	display: flex;
	align-items: center;
	
}
.bestsellerlinks span {
	display: none;
	align-items: center;
}
.bestsellerlinks svg {
	width: 20px;
    fill: #FFF;
    margin-right: 6px;
    transition: all .3s cubic-bezier(.4,0,.2,1);
}
.bestsellerlinks a:hover svg {
    transform: translateX(3px);
}
.credits {
    background-color: #2A3D4C;
    padding: 40px 0;
}
.credits img.creditcards {
    width: 300px;
    max-width: 80%;
    height: auto;
}

.baskettotalinfo {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
.ShowBasket_Custom_DIV > div {
    display: flex;
    padding: 15px;
    border: solid 1px rgba(237,237,237,1.00);
    position: relative;
	margin-bottom: 10px;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.06);
}

.ShowBasket_Custom_DIV .image {
    flex: none;
    width: 70px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: flex-start;
}
.ShowBasket_Custom_DIV .image a {
    position: relative;
}
.ShowBasket_Custom_DIV .image img {
    width: 100% !important;
    display: block;
    padding: 5px;
}
.ShowBasket_Custom_DIV .info {
    flex: auto;
}
.ShowBasket_Custom_DIV .info > a {
    text-decoration: none;
}
.ShowBasket_Custom_DIV .info table {
    margin: 10px 0 0;
    background-image: url("/images/skins/Bewise/images/icon-gift-black.svg");
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: calc(100% - 10px) 50%;
    padding: 7px 35px 7px 10px;
    border: solid 1px rgba(237,237,237,1.00);
    border-radius: 2px;
    width: 10px;
}
.ShowBasket_Custom_DIV .info table td {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.ShowBasket_Custom_DIV .info table td input {
    margin-right: 7px;
}
.ShowBasket_ChildProduct_SPAN + div {
    float: right;
}
.ShowBasket_ChildProduct_SPAN + div .unit {
    display: none;
}
.ShowBasket_Custom_DIV .info .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 8px 0 0;
}
.ShowBasket_Custom_DIV .amount, .minibasket .incdec {
    display: flex;
}
.ShowBasket_Custom_DIV .amount a, .minibasket .incdec a {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    font-family: 'Arial';
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    border: solid 1px rgba(237,237,237,1.00);
}
.ShowBasket_Custom_DIV .amount span, .minibasket .incdec span {
    display: flex;
    padding: 0 10px;
    align-items: center;
}
.ShowBasket_Custom_DIV .amount a[href*="dec=1"]:before {
    content: "-";
}
.ShowBasket_Custom_DIV .amount a[href*="inc=1"]:before {
    content: "+";
}
.ShowBasket_Custom_DIV .amount img {
    display: none;
}
.ShowBasket_Custom_DIV .price {
    text-align: right;
}
.ShowBasket_Price_Before_Special_Offer {
    text-decoration: line-through;
}
.showbasket .summary {
    background-color: #FFF;
    padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.06);
}
.showbasket .summary .row {
    display: flex;
    justify-content: space-between;
}
.showbasket .summary .row.total {
    font-size: 28px;
}
.showbasketnavigation {
    margin-left: -1%;
    margin-right: -1%;
    display: flex;
}
.showbasketnavigation a:last-child {
    flex: none;
    width: 66%;
    margin: 0 1%;
    min-height: 55px;
    font-size: 16px;
}
.showbasketnavigation a:last-child:not(:hover) {
    animation: buttonColorChange 5s infinite;
}
.showbasketnavigation a:first-child {
    flex: none;
    width: 30%;
    margin: 0 1%;
    min-height: 55px;
    font-size: 16px;
	background-color: #f5f2ed;
	color: #000;
}
.showbasket > .summary > .showbasketnavigation {
    flex: auto;
    align-items: flex-end;
    margin-top: 20px;
}
.discountcodecontainer {
	display: none;
	justify-content: flex-end;
}
.discountcode {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    align-items: center;
    border: dashed 1px rgba(209,209,209,1.00);
	background-color: #FFF;
	width: 350px;
	border-radius: 50px;
	max-width: 100%;
}
.discountcode > * {
    flex: auto;
}
.discountcode > input[type="text"] {
    border: none;
}
.discountcode > input[type="text"].active {
    padding-left: 27px;
    background-image: url('/images/skins/Bewise/images/icon-check-green.svg');
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 8px 50%;
}
.discountcode > button {
    margin-left: 10px;
    white-space: nowrap;
}
.minibasket .discountcode > button:before {
    content: attr(data-default);
}
.minibasket .discountcode > input.active + button:before {
    content: attr(data-remove);
}

.twocolumns {
    display: flex;
    margin: 0 -1%;
}
.twocolumns > * {
    margin: 0 1%;
}
.twocolumns div.sendbasketbutton {
    width: 100%;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px rgba(237,237,237,1.00);
    color: rgba(0,0,0,1.00);
}
.twocolumns div.sendbasketbutton img {
    margin-right: 7px;
    width: 14px;
}

.ShowBasket_SendBasketLink_Dialog_Link,
#ShowBasketSendBasketLink,
#ShowBasket_SendBasketLink_LinkPreview,
.ddsbr-subject,
.ddsbr-body {
    display: none;
}

.button.editbasket {
    width: 100%;
    margin-bottom: 30px;
}
#checkout-container .checkout-headline {
    display: none;
}
.webshop-checkout .viabill-pricetag {
	height: 15px !important;
}
.webshop-checkout .container.content {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.webshop-checkout .instagram,
.webshop-checkout header .top,
.webshop-checkout .interiorplus-footer {
    display: none;
}

#checkout-container h2,
#checkout-container h3 {
    font-size: 24px;
    font-weight: normal;
}
#customer-alternative-delivery {
    margin-top: 30px;
}
#checkout-container {
    display: flex;
    opacity: 0;
    transition: opacity 1s ease;
    border-bottom: solid 1px #e1e1e1;
}
#checkout-container.active {
    opacity: 1;
}
#checkout-container > div.checkoutleft,
#checkout-container > div.checkoutright {
    padding: 3%;
}
#checkout-container > div.checkoutleft {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
	background-color: #FFF;
}
label[for="res5"] {
	display: none !important;
}
#checkout-container > div.checkoutright {
    width: 40%;
    background-color: #f8fafc;
    border-left: solid 1px #e1e1e1;
}
div#checkout-container #column-data,
div#checkout-container #column-shipping-payment,
#checkout-container #column-order-summary {
    float: none;
    width: 700px;
    max-width: 100%;
    padding: 0;
    border: none;
    min-height: none;
}
#checkout-container #column-order-summary {
    width: 400px;
}

#column-data a[href*="frontpage.html"] img {
    margin: 0 0 40px;
    display: block;
    width: 245px;
    height: auto;
}
#checkout-container fieldset,
#shipping-methods {
    display: flex;
    flex-wrap: wrap;
    margin: -1%;
    padding: 0;
    border: none;
}
#customer-data fieldset {
    align-items: flex-start;
}
#checkout-container fieldset > label,
#checkout-container fieldset > div#subscription-maillist,
#checkout-container .altdel {
    flex: none;
    width: 48%;
    margin: 1%;
}
#shipping-methods > label {
	width: 98%;
	margin: 0 1% 10px;
}
#checkout-container fieldset > label[for="res4"] {
    display: flex;
    flex-wrap: wrap;
	width: 98%;
}
#checkout-container fieldset > label[for="res4"] > * {
    flex: none;
}
#checkout-container fieldset > label[for="res4"] .salesdiscountcode-label {
    width: 100%;
}
#checkout-container fieldset > label[for="res4"] .salesdiscountcode-container {
    flex: auto;
}
#checkout-container fieldset > label[for="res4"] .salesdiscountcode-button-container input[type="button"] {
    height: 35px;
    min-height: 35px;
    padding: 0 15px;
    margin-left: 6px;
}
#checkout-container fieldset > label[for*="_customertype"] {
    width: 98%;
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#checkout-container fieldset > label[for*="_customertype"] > span {
    display: none;
}
#checkout-container fieldset > div#subscription-maillist {
    width: 98%;
    display: flex;
    padding: 10px;
    background-color: #f8fafc;
}
#checkout-container fieldset > div#subscription-maillist label {
    padding-left: 10px;
    cursor: pointer;
}
#checkout-container .altdel {
    width: 98%;
    display: flex;
    padding: 10px;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px #e1e1e1;
    align-items: flex-start;
    justify-content: flex-start;
}
#checkout-container .altdel input {
    margin: 2px 10px 0 0;
    flex: none;
}
.checkout-customerdata-text-validationmessage {
	color: #A30002;
}
#column-shipping-payment {
    margin-top: 30px;
}
#payment-methods {
    margin-bottom: 30px;
}
#payment-methods > fieldset > label,
#shipping-methods > label {
    border: solid 1px #e2e8f0;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
	background-color: #FFF;
}
#shipping-methods {
	margin-bottom: 20px;
}
#pacsoftservicepointholder, #shippingservices_81 {
	width: 100%;
}
.pacsoftservicepoint {
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.pacsoftservicepointradio {
	flex: none;
	width: 30px;
}
#column-shipping-payment label.selected {
    background-color: #f8fafc;
}
#column-shipping-payment td {
    vertical-align: top;
}
#column-shipping-payment input[type="radio"] {
    margin: 2px 10px 0 0;
}
.shipping-message,
.payment-message {
    color: rgba(113,113,113,1.00);
}
.checkout-payment-method-image, .checkout-shipping-method-image {
    margin: 0 0 10px;
}
.checkout-payment-method-image img, .checkout-shipping-method-image img {
    width: 120px;
    display: block;
}
.checkout-shipping-method-image img[src*="-gls."] {
    width: 80px;
}
label[for="checkout-payment-59"] .checkout-payment-method-image img {
    width: 130px;
}
label[for="checkout-payment-60"] .checkout-payment-method-image img {
    width: 90px;
}
label[for="checkout-payment-94"] .checkout-payment-method-image img {
    width: 40px;
}

#checkout_customertype,
#checkout_altdelivery_customertype {
    position: absolute;
    left: -4000px;
    top: -4000px;
}
.typeselect {
    display: flex;
    margin: 0 -1%;
}
.typeselect > div {
    margin: 0 1%;
    flex: auto;
    max-width: 48%;
    padding: 10px 13px;
    border: solid 1px rgba(243,243,243,1.00);
    background-color: rgba(243,243,243,1.00);
    border-radius: 3px;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    position: relative;
}

.typeselect > div:before {
    content: "";
    margin: 0 10px 0 0;
}
.typeselect > div.active:before {
    border: none;
    background-color: #365b6d;
}

.typeselect > div.active {
    background-color: #365b6d;
    border-color: #365b6d;
    color: rgba(255,255,255,1.00);
    cursor: default;
}

#payment-giftcertificateinfo {
    margin-bottom: 30px;
}
#payment-giftcertificateinfo fieldset {
    margin: 0;
}
#payment-giftcertificateinfo fieldset > label[for="checkout-giftcertificate-cardnumber"] {
    width: 100%;
    margin: 0;
}
#payment-giftcertificateinfo input[type="text"] {
    flex: auto;
    width: auto;
}
#payment-giftcertificateinfo input[type="text"] + div {
    flex: none;
}
#payment-giftcertificateinfo input[type="button"] {
    height: 35px;
    min-height: 35px;
    padding: 0 15px;
    margin-left: 6px;
}
#order-confirm {
    margin-top: 30px;
}
#confirm-accepterms {
    display: flex;
    padding: 10px;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px #e1e1e1;
    margin: 15px 0;
    align-items: flex-start;
    justify-content: flex-start;
}
#confirm-accepterms input[type="checkbox"] {
    margin: 2px 10px 0 0;
    flex: none;
}
#confirm-accepterms span {
    cursor: pointer;
}

#confirm-checkout input[type="button"],
#confirm-checkout input[type="button"]:hover {
    width: 100%;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}

div#order-summary > table {
    width: 100%;
}
div#order-summary > table:nth-of-type(2) {
    margin: 10px 0;
    padding: 10px 0;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}
div#order-summary .bold {
    font-size: 17px;
    font-weight: bold;
}
th {
    text-align: left;
}
.left-align {
    text-align: left;
}
.right-align {
    text-align: right;
}


.shippingcountdown {
    min-height: 38px;
}
.shippingcountdown .text {
    margin: 0 0 5px;
    padding: 0 65px 0 0;
    font-weight: bold;
    text-transform: uppercase;
}
.shippingcountdown .text i {
    font-style: normal;
    color: #A1B4BF;
}
.shippingcountdown .bar {
    height: 16px;
    padding: 1px;
    border: solid 1px #A1B4BF;
    background-color: rgba(255,255,255,1.00);
    display: flex;
    position: relative;
}
.shippingcountdown .bar span {
    flex: none;
    background-color: #A1B4BF;
    width: 0;
}
.shippingcountdown .bar small {
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 11px;
    background-color: #A1B4BF;
    color: rgba(255,255,255,1.00);
    position: absolute;
    right: 0;
    bottom: calc(100% + 5px);
}
.shippingcountdown .bar small:after {
    content: "";
    width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #A1B4BF;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.shippingcountdown:empty {
    display: none;
}
.shippingcountdown.redeemed {
    background-color: #e9f4e9;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shippingcountdown.redeemed img {
    margin-right: 4px;
    width: 14px;
}
form[action="/shop/customer.html"] {
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
	background-color: #FFF;
	padding: 20px;
	border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.06);
}
form[action="/shop/customer.html"] table.Login_Customer input, form[action="/shop/customer.html"] table.ForgotPassword_Customer input {
    display: block;
    width: 100% !important;
    margin: 0 0 10px;
	border-radius: 25px;
}
body.webshop-customercenter td > b + br,
body.webshop-customercenter table + br {
    display: none;
}
table.Login_Customer > tbody > tr:nth-child(-n+2):not(:first-child) td,
table.ForgotPassword_Customer td {
    font-size: 0;
}
form[name="forgotpsw"] {
    margin-top: 20px;
}

.ErrorText_customerlogin {
	background-color: rgba(248,208,209,1.00);
	border: solid 1px rgba(214,160,161,1.00);
	color: rgba(165,67,69,1.00);
	padding: 6px 10px;
	margin: 0 0 10px;
	border-radius: 3px;
}
.signup_confirm_checkbox {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 15px 0 0;
}
.signup_confirm_checkbox input {
    margin: 0 7px 0 0;
    flex: none;
}
table.ForgotPasswordStatus_Customer {
    display: none;
}
body.webshop-customercenter.loggedin .container.content > table:first-of-type {
	display: none;
}
.BackgroundColor1_Customer {
    padding: 20px;
    clear: both;
    width: 100%;
}
span[id*="tabB"] {
    margin: 0 10px 0 0;
    float: left;
}
span[id*="tabB"] > span {
    padding: 5px 15px;
    border: solid 1px rgba(216,216,216,1.00);
    border-bottom-width: 0;
    border-radius: 2px 2px 0 0;
    display: block;
}
span[id*="tabB"]:hover > span:not(.Tabactive_Customer) {
    background-color: rgba(183,183,183,.30);   
}
span[id*="tabB"] > span.Tabactive_Customer {
    background-color:rgba(0,0,0,1.00);
    border-color:rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
}
form[name="CustomerCenterForm"] > table {
    clear: both;
}
.Text1_Customer span.Heading_Customer + br,
.Text1_Customer span.Heading_Customer + br + br {
    display: none;
}
.BackgroundColor1_Customer > tbody > tr > td > table.Text1_Customer {
    table-layout: fixed;
}
#OrderDetailsHeading + br + table {
    display: none;
}
#OrderDetailsHeading + br + table + br + table {
    width: 100%;
}
.Text1_Customer tr[id*="Field"] > td {
    padding: 3px 0;
}
.coFootSecurityWrap, .checkoutBotEmaerke {
	display: none;
}

.extraProductsContainer {
    margin: 0 0 40px;
}
.extraProductsHeader {
    display: block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}
.extraProduct {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    border: solid 1px rgba(237,237,237,1.00);
}
extraProductsContainer > .extraProduct:not(:last-child) {
    margin-bottom: 10px;
}
.extraProduct > * {
    flex: none;
    margin: 0 2%;
}
.extraProduct .check {
    align-self: center;
    position: relative;
    display: flex;
}
.extraProduct .check img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%,-50%);
    z-index: 5;
    display: none;
    pointer-events: none;
}
.extraInfo {
    display: none;
}
.extraProduct .check input:checked + img {
    display: block;
}
.extraProduct > .image {
    width: 60px;
    align-self: center;
    position: relative;
}
.extraProduct > .image img {
    display: block;
    width: 100%;
    padding: 5px;
}
.extraProduct > .name {
    flex: auto;
    padding: 8px 0;
}
.extraProduct > .name strong {
    display: block;
}
.extraProduct > .name select {
    margin: 8px 0 0;
    display: block;
    width: auto;
}
.extraProduct .price strike {
    padding-right: 6px;
}

a[href*="remove=1"], a[href*="RemProduct=1"] {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-40%,-40%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(0,0,0,1.00);
    background-image: url("/images/skins/Bewise/images/icon-delete-white.svg");
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: 50% 50%;
    z-index: 10;
}
a[href*="remove=1"] img, a[href*="RemProduct=1"] img {
    display: none;
}

.TopMenu_MenuItems {
    display: none;
}

span.clerk[data-template]:empty:not(.clerk-instant-search-container) {
    min-height: 300px;
    background-color: rgba(237,237,237,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/images/skins/Bewise/images/loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px auto;
}
.productcard span.clerk[data-template]:empty {
    height: 100%;
}
.productcard .same-product-container .ProductList_Custom_UL:not(.slick-initialized) {
	margin: 0;
}
.productcard .same-product-container .ProductList_Custom_UL:not(.slick-initialized) > li {
    width: 100%;
	margin: 0 0 20px;
}
.productcard .same-product-container .ProductList_Custom_UL:not(.slick-initialized) > li:nth-child(n+3) {
    display: none;
}

.ProductList_Custom_UL li .productlistbanner {
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.ProductList_Custom_UL li .productlistbanner video,
.ProductList_Custom_UL li .productlistbanner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}
.ProductList_Custom_UL li .productlistbanner > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.ProductList_Custom_UL li .productlistbanner > div > strong {
    font-size: 24px;
    margin: 0;
}
.ProductList_Custom_UL li .productlistbanner > div > p {
    font-size: 16px;
    margin: 0;
}

.Text1_FrontPage img {
    width: 100%;
    display: block;
}
.Text1_FrontPage .fpusp img {
    width: 16px;
    margin-right: 5px;
}
.fpusp:not(.slick-initialized) {
    display: flex;
}
.fpusp:not(.slick-initialized) > *, .fpusp .slick-slide {
    display: flex !important;
    flex: none;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}
.fpusp:not(.slick-initialized) > * {
    width: 50%;
}
.fpusp:not(.slick-initialized) > *:nth-child(n+3) {
    display: none;
}

.social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e2e2df;
    padding: 20px 0 0 0;
}
.social > div:first-child {
    display: flex;
    align-items: center;
}
.social > div:last-child {
    display: flex;
    align-items: center;
}
.social > div:last-child > div {
    border-radius: 2px;
    background-color: #FFF;
    padding: 4px 6px;
    display: flex;
    align-items: center;
    margin-left: 3px;
}
.social > div:last-child img {
    height: auto;
    display: block;
}
.social a {
    margin-right: 10px;
}
.social a:not([href*="emaerket"]) {
}
.social a svg {
	width: 25px;
	height: 25px;
}
.social a img {
	height: 25px;
	width: auto;
}
.social a[href="https://www.facebook.com/naturoghelse"] {
	fill: #3b5998;
}
.social a[href="https://www.pinterest.dk/naturoghelse/"] {
	fill: #c8232c;
}
.social a[href="https://www.instagram.com/natur_helse/"] {
	fill: #FD1D1D;
}
.pricerunner-logo {
    height: auto;
    display: block;
}

span.ProductMenu_MenuItemBold {
    font-weight: 300;
}
.stickytop {
    background-color: rgba(255,255,255,1.00);
    position: relative;
    z-index: 40; 
}
.stickytop.stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.alertbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 0;
    background-color: #fcb500;
    border-bottom: solid 1px #e1e1e1;
    color: #FFF;
}

.alertbar a {
    color: #FFF;
}

.alertbar:empty {
    display: none;
}

table.CmsPageStyle_Table {
    table-layout: fixed;
}
.contactcms {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.contactcms > div {
	flex: none;
	width: 48%;
	position: relative;
}
.formtext {
	margin-bottom: 5px;
}
.contactcms img {
	border-radius: 8px;
}
.profilediv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.profilediv > div {
	flex: none;
	width: 48%;
	position: relative;
}
.profilediv img {
	width: 100%;
	margin: 0 auto;
	display: block;
	object-position: 50% 50%;
	aspect-ratio: 1/1;
	height: auto;
	border: 10px solid #FFF;
	object-fit: cover;
	border-radius: 20px;
}
.profilediv > div:last-child:after, .contactcms > div:last-child:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f5f2ed;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: -1;
    border-radius: 20px;
}
div#CookiePolicy, div#CookiePolicy.fixed-bottom {
    background-color:rgba(0,0,0,.80);
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    position: fixed;
    margin: 0;
    border-radius: 0;
    right: auto;
}
div#CookiePolicy div.CookiePolicyCenterText {
    background-color: rgba(255,255,255,1.00);
    flex: none;
    width: 700px;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 40px rgba(0,0,0,.7);
    border-radius: 10px;
    color: rgba(0,0,0,1.00);
    margin: 0;
    -webkit-overflow-scrolling:touch;
    overflow-x:hidden;
	overflow-y:auto;
}
div#CookiePolicy h1, div#CookiePolicy h2, div#CookiePolicy h3, div#CookiePolicy h4, div#CookiePolicy h5 {
    color: rgba(0,0,0,1.00);
}
div.CookiePolicyText {
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    max-height: none;
    overflow: visible;
}

div.CookiePolicyText a {
    text-decoration: underline;
}
div.CookiePolicyText > h2, div.CookiePolicyText > p {
    background-color:#f6f6f6;
    font-weight: normal;
    color: rgba(84,84,84,1.00);
}
div.CookiePolicyText > img {
    width: 170px;
    height: auto;
    max-width: 50%;
    margin: 20px 40px;
}
div.CookiePolicyText > h2 {
    padding: 30px 40px 15px;
    margin: 0;
    font-size: 25px;
    font-weight: normal;
}
div.CookiePolicyText > p {
    padding: 0 40px 30px;
    margin: 0;
    line-height: 1.4em;
}
div.CookiePolicyText > * {
    order: 1;
}
div.cookie-policy-accept-buttons-container {
    order: 2;
    margin: 0;
    padding: 30px 40px 25px;
    display: flex;
    justify-content: center;
}
div.cookie-policy-accept-buttons-container > input[type="button"] {
    flex: auto;
    margin: 0;
    border-radius: 5px;
    padding: 20px 15px;
    font-weight: normal;
    box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0);
}
div.cookie-policy-accept-buttons-container > input[type="button"].cookie-policy-accept {
    background-color: #f6f6f6 !important;
    border: none !important;
    color: rgba(0,0,0,1.00) !important;
}
div.cookie-policy-accept-buttons-container > input:not(:last-of-type) {
    margin-right: 30px;
}
div.cookie-policy-details-link-container {
    order: 3;
    padding: 0 0 25px;
    display: flex;
    justify-content: center;
}
div.cookie-policy-details-link-container > a {
    flex: none;
    color: rgba(0,0,0,1.00);
}
div.cookie-policy-details-container {
    order: 4;
    display: none;
}
div.cookie-policy-details-container div.rtable-cell {
    font-size: 65%;
}
div.cookie-policy-consents-container {
    order: 5;
    display: flex;
    border-top: solid 1px #d4d4d4;
    background-color:#f6f6f6;
    margin: 0;
}
div.cookie-policy-consents-container > div {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 15px 20px;
}
div.cookie-policy-consents-container > div input {
    display: none;
}
div.cookie-policy-consents-container > div:not(:last-child) {
    border-right: solid 1px #d4d4d4;
}
div.cookie-policy-consents-container label {
    font-weight: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.cookie-policy-consents-container label div {
    border-radius: 25px;
    width: 53px;
    margin: 7px 0 0;
    background-color: #ababab;
    padding: 4px;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}
div.cookie-policy-consents-container input:checked + label div {
    justify-content: flex-end;
    background-color: #156B48;
}
div.cookie-policy-consents-container input:checked:disabled + label div {
    opacity: 0.7;
    cursor: default;
}
div.cookie-policy-consents-container label div > span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(255,255,255,1.00);
}
.rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    padding: 0;
}
.rtable--4cols>.rtable-cell {
    width: 25%;
}
.rtable-header-cell {
    background-color: rgba(0,0,0,0.05);
    font-weight: bold;
}
.rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none;
    border-bottom: 1px solid #ececec;
    font-size: 0.85em;
}

.cookieSettingsButton {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    background-color: rgba(69,135,63,1.00);
    border-radius: 50%;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookieSettingsButton img {
    flex: none;
    width: 57% !important;
    height: auto !important;
}
.cookieSettingsButton:hover {
    opacity: .7;
}


.slideoutcontainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    background-color: rgba(0,0,0,.0);
    transition: background .5s ease;
    z-index: 99999999;
}
.slideoutcontainer.active {
    transform: translateX(0);
    background-color: rgba(0,0,0,.5);
    z-index: 999999999999;
}
.slideout {
    position: absolute;
    height: 500px;
    max-height: calc(100% - 300px);
    display: flex;
    flex-direction: column;
    top: 240px;
    right: 100%;
    transform: translateX(110%);
    background-color: rgba(255,255,255,1.00);
    width: 80px;
    transition: transform .5s ease;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.slideoutcontainer:not(.active) .slideout.ready {
    transform: translateX(0);
}
.slideoutcontainer.active .slideout {
    transform: translateX(0);
    top: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    width: 600px;
}
.slideout > * {
    flex: none;
}
.slideoutcontainer.active .slideouttop {
    padding: 20px;
}
.slideoutheader {
    display: flex;
}
.slideoutclosebutton {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Arial';
    font-size: 26px;
    width: 20px;
    height: 20px;
    line-height: 1;
    cursor: pointer;
    background-color: #000;
    color: #FFF;
    padding: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    display: none;
}
.slideoutcontainer.active .slideoutclosebutton {
    display: inline-flex;
    position: relative;
    transform: none;
    padding: 0 10px;
    border-radius: 0;
    height: auto;
    width: auto;
}
.slideoutcontainer.active .slideoutheader > div {
    border-top: solid 1px rgba(221,221,221,1.00);
}
.slideoutheader > div {
    flex: auto;
    border-bottom: solid 1px rgba(221,221,221,1.00);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
.slideoutheader > div > div.count {
    top: 3px;
    left: 3px;
    z-index: 10;
}
.slideoutcontainer.active .slideoutheader > div > div.count {
    top: 33%;
    left: 43%;
    width: 25px;
    height: 25px;
    font-size: 12px;
}
.slideoutheader > div > span {
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}
.slideoutheader > div:not(.active) > div ~ * {
    opacity: .3;
}
.slideoutcontainer.active .slideoutheader > div {
    padding: 30px 0;
}
.slideoutcontainer.active .slideoutheader > div > span {
    display: flex;
}
.slideoutheader > div:not(:last-child) {
    border-right: solid 1px rgba(221,221,221,1.00);
}
.slideoutheader > div img {
    width: 15px;
    height: auto;
    display: block;
    flex: none;
}
.slideoutcontainer.active .slideoutheader > div img {
    width: 35px;
}
.slideoutremovebutton {
    position: absolute;
    right: 100%;
    top: 25px;
    font-family: 'Arial';
    font-size: 15px;
    padding: 2px 5px;
    line-height: 1;
    cursor: pointer;
    background-color: #000;
    color: #FFF;
    align-items: center;
    justify-content: center;
}
.slideout:not(.ready) .slideoutremovebutton {
    display: none;
}
.slideoutmain {
    display: none;
    flex: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    background-color:rgba(255,255,255,1.00);
    flex-wrap: wrap;
    align-content: flex-start;
}
.slideoutmain.active {
    display: flex;
}
.slideoutcontainer.active .slideoutmain {
    background-color: #f9f9f9;
}
.slideoutmain .line {
    display: flex;
    flex-direction: column;
    background-color: rgba(255,255,255,1.00);
    padding: 8px;
    position: relative;
    flex: none;
    width: 100%;
}
.slideoutcontainer.active .slideoutmain {
    justify-content: space-between;
    padding: 20px;
}
.slideoutcontainer.active .slideoutmain .line {
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    width: 48%;
    margin-bottom: 4%;
}
.slideoutmain .line > * {
    flex: none;
}
.slideoutcontainer:not(.active) .slideoutmain .line .deletebutton {
    display: none;
}
.slideoutmain .line > .image {
    position: relative;
    margin-bottom: 5px;
}
.slideoutmain .line > .image img {
    display: block;
    width: 100%;
}
.slideoutmain .line > a.name {
    text-decoration: none;
    color: rgba(0,0,0,1.00);
    font-weight: bold;
}
.slideoutcontainer:not(.active) .slideoutmain .line > a.name {
    display: none;
}
.slideoutcontainer:not(.active) .slideoutmain .line > .price {
    text-align: center;
    font-size: 10px;
}
.slideoutcontainer .slideoutmain .line > .price strike {
    padding-left: 5px;
}
.slideoutcontainer:not(.active) .slideoutmain .line > .price strike {
    display: none;
}
.slideoutbottom {
    padding: 10px;
    border-top: solid 1px rgba(221,221,221,1.00);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1;
    font-size: 11px;
}
.slideoutcontainer.active .slideoutbottom {
    display: none;
}

#ProductFilter-Container {
    position: relative;
}
#ProductFilter-Container.filterloading:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.70);
    z-index: 100;
    position: absolute;
    background-image: url(/images/skins/Bewise/images/loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 10%;
    background-size: 40px auto;
}
#ProductFilter-Container > * {
    flex: none;
}
.product-filter-headertext-container {
    display: none;
}
#ProductFilter-Container div[class*="product-filter-column-container"] {
    display: flex;
    flex: auto;
    flex-direction: column;
    -webkit-overflow-scrolling:touch;
    overflow-y:auto;
    overflow-x:hidden;
}
.product-filter-row {
    margin-bottom: 35px;
}
div.product-filter-container {
    border: none;
}
div.product-filter-header-container {
    background-color: transparent;
    padding: 0;
    border: none;
    float: none;
}
div.product-filter-body-container, div.product-filter-body-container-price {
    padding: 10px 0 0;
}
div.product-filter-body-container-price {
    padding-top: 15px;
}
div.product-filter-header-text {
    text-transform: uppercase;
	font-weight: bold;
}
div.product-filter-checkbox-container {
    display: flex;
    align-items: center;
    border: solid 1px #ddd;
    padding: 8px 15px;
    border-radius: 25px;
    position: relative;
    transition: background 0.3s ease;
    background-color: #FFF;
	margin-bottom: 5px;
}
.product-filter-checkbox-container img.flag {
    width: 18px;
    margin-right: 6px;
}
div.product-filter-advanced-variant-checkboxes, div.product-filter-tag-checkboxes, div.product-filter-manufactor-checkboxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}


.product-filter-advanced-variant-checkboxes div.product-filter-checkbox-container, div.product-filter-tag-checkboxes div.product-filter-checkbox-container, div#product-filter-manufactor-checkboxes .product-filter-checkbox-container {
    margin: 0 5px 5px;
    width: 100% !important;
    background-color: #FFF;
}
div.product-filter-checkbox-container.active {
    border-color: #365b6d !important;
    background-color: #365b6d !important;
}
div.product-filter-checkbox-container.active * {
    color: rgba(255,255,255,1.00);
}
.product-filter-advanced-variant-checkboxes div.product-filter-checkbox-container.active, div.product-filter-tag-checkboxes div.product-filter-checkbox-container.active {
    background-color: #365b6d;
    color: rgba(255,255,255,1.00);
}

div.product-filter-checkbox-container:not(.disabled):not(.active):hover, div.product-filter-clear-all a:hover {
    background-color: #365b6d !important;
    border-color: #365b6d !important;
    color: #FFF;
}

div.product-filter-checkbox-container.disabled {
    cursor: default;
    opacity: .3;
}
div.product-filter-checkbox-container.disabled:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
div.product-filter-checkbox-container > * {
    flex: none;
    float: none;
}
label.product-filter-checkbox-label {
    float: none;
    line-height: normal;
    flex: auto;
    cursor: pointer;
}

div.product-filter-clear {
    display: none;
}
.product-filter-row input[type="checkbox"] {
    display: none;
}
.checkbox {
    float: left;
    width: 19px;
    height: 19px;
    background-color: rgba(214,214,214,1.00);
    cursor: pointer;
    margin: 0 8px 0 0;
    border-radius: 50%;
}
input:checked + label .checkbox {
    background-color: rgba(249, 83, 134, 1);
}
div.product-filter-clear-all {
    margin: 0 0 10px;
	overflow: hidden;
}
div.product-filter-clear-all a {
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 3px 10px;
    border-radius: 25px;
	background-color: #000;
	color: #FFF;
}
.btnFilterProductsFound {
    display: block;
    margin: 0 0 20px;
	text-align: center;
}
.btnFilterProductsFound:before {
    content: "×";
    font-family: 'Arial';
    position: absolute;
    right: 6px;
    top: 50%;
    font-weight: normal;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    padding: 3px 0;
    line-height: 1;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
}


.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 24px;
  left: -17px;
  top: -11px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -29px;
  left: auto;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle.noUi-handle-upper {
	right: 0;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background:rgba(178,178,178,.30);
  border-radius: 0px;
	margin: 20px 0 15px;
  /*border: 1px solid #D3D3D3;
  /*box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
}
.noUi-connect {
  background:rgba(0,0,0,1.00);
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 1px;
  background: #E8E7E6;
  left: 12px;
  top: 6px;
}
.noUi-handle:after {
  left: 15px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border-radius: 3px;
  background:#365b6d;
  color:rgba(255,255,255,1.00);;
  padding: 2px 4px;
  text-align: center;
  white-space: nowrap;
	font-size: 60%;
}
.noUi-tooltip:after {
	content: "";
	width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #365b6d;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}


.priceRangeInfo {
    display: flex;
}
.priceRangeInfo > span {
    flex: auto;
    font-size: 70%;
}
.priceRangeInfo > span:last-child {
    text-align: right;
}
.value-slider-wrapper-input {
    display: none;
}
aside {
    display: none;
}

#Content_Productlist > .clerk, #Content_Productlist table .clerk {
    margin-bottom: 40px;
    display: block;
}
#Content_Productlist > .clerk:empty, #Content_Productlist table .clerk:empty {
    min-height: 500px;
}

#Content_Productlist > .clerk:not(:empty), #Content_Productlist table  .clerk:not(:empty) {
    padding-bottom: 30px;
    display: block;
    background-color: #f5f2ed;
	border-radius: 8px;
    padding: 30px 50px;
}
.pcardcredit > div {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	padding: 10px 0;
}
.pcardcredit > div > div {
	margin-right: 5px;
	border-radius: 2px;
	border: 1px solid #eee;
	padding: 2px 5px;
}

.clerk .slick-track {
    display: flex !important;
    padding-top: 25px;
    padding-bottom: 25px;
}
.clerk .slick-list {
    margin: 0 -25px;
}

.clerk .slick-slide {
    height: inherit !important;
    margin: 10px 25px;
	/*
    padding: 20px;
    background-color: #FFF;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
	*/
}
.clerk-design-component-sgVdo6S6 {
    padding: 15px;
}
.clerk-instant-search-container .mediumheader {
    font-size: 18px;
    margin: 0 0 10px;
}
.clerk .mediumheader {
    text-align: center;
}
.clerk.clerk-instant-search-container .mediumheader {
    text-align: left;
}
body.webshop-productinfo .clerk .slick-slide {
    margin: 0 25px;
    padding: 0;
    box-shadow: none;
}

columns .focus {
    flex: none;
    width: 48%;
    background-color: #03213b;
    color: rgba(255,255,255,1.00);
    padding: 3%;
}
columns h2, columns h3 {
    font-weight: normal;
    font-size: 22px;
}
columns [style*="background"], columns[style*="background"] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
columns.padding {
    padding: 3%;
}
iframe[src*="youtu"] {
    max-width: 100%;
    display: block;
    height: auto;
    aspect-ratio: 16/9;
}

.mobilemenucontent {
    display: none;
}

.ba-slider{position:relative;overflow:hidden}.ba-slider img{width:100%;display:block;max-width:none}.ba-slider .resize{position:absolute;top:0;left:0;height:100%;width:50%;overflow:hidden}.ba-slider .handle{position:absolute;left:50%;top:0;bottom:0;width:4px;margin-left:-2px;background:rgba(0,0,0,.5);cursor:ew-resize}.ba-slider .handle:after{position:absolute;top:50%;width:64px;height:64px;margin:-32px 0 0 -32px;content:'\21d4';color:#fff;font-weight:700;font-size:36px;text-align:center;line-height:64px;background:#ffb800;border:1px solid #e6a600;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 6px rgba(0,0,0,.3),inset 0 2px 0 rgba(255,255,255,.5),inset 0 60px 50px -30px #ffd466}.ba-slider .handle.ba-draggable:after{width:48px;height:48px;margin:-24px 0 0 -24px;line-height:50px;font-size:30px}

.ba-slider .handle:after {
    background-color: #a37439;
    border: none;
    content: "↔";
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arial';
    box-shadow: none;
}

body.hidecontent .container.content {
	display: none;
}

[name="CustomerCenterForm"] #Field10_0 {
	display: none !important;
}
.frontpageproducts {
	margin-top: 30px;
}

.bp_swiper-wrapper {
    padding-bottom: 10px;
}


@media (min-width: 900px) {
    
    .same-product-container .bp_relatedproductsHeader[class*="design_"] {
        text-align: left;
    }
    .same-product-container .bp_relatedproductsProducts > * {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .same-product-container .bp_relatedproductsProducts > * > :nth-child(n+3) {
        display: none;
    }
    .same-product-container .bp_swiper-button {
        display: none;
    }
    
	#BUYSECTION .amount span:hover {
		background-color: #156B48;
		color: #FFF;
	}
	[class*="Custom_UL"] .product:hover, .topbox > div:hover {
		transform: scale(1.06);
	}
	[class*="Custom_UL"].slick-initialized .product:hover:before {
		box-shadow: 0 0 20px rgba(0,0,0,.1); 
	}
	.topcategories a:hover, .topbox .nivo-dynamic-text-link:hover {
		transform: scale(1.05);
		background-color: #365b6d;
	}
	.topcategories a:hover small {
		color: #FFF;
	}
	.topcategories a:hover span {
		background-color: #FFF;
		color: #000;
	}
    .btnfilter, .btnFilterProductsFound {
        display: none;
    }
    .webshop-productlist .container.content {
        display: flex;
        align-items: flex-start;
    }
    .webshop-productlist aside {
        display: block;
        flex: none;
        width: 300px;
        margin-right: 30px;
    }
    .webshop-productlist .productFilter {
        display: block;
		background-color: #FFF;
		box-shadow: 0 0 10px rgba(0,0,0,0.06);
		border-radius: 8px;
		padding: 20px;
    }
    .webshop-productlist aside:not(:empty) + div {
        width: calc(100% - 330px);
        flex: none;
    }
    #Content_Productlist {
        flex: auto;
    }
    .listtools > table.Productlist_Sort_table {
        display: none;
    }
   
    
    .container.content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .spacebottom, .Text1_FrontPage > *:not(:last-child) {
        margin-bottom: 20px;
    }
   
    .stickytop {
        border-bottom: solid 1px rgba(237,237,237,1.00);
    }
    .infobar > div {
        justify-content: center;
        padding: 8px 30px;
    }
    .topnav .logo {
        margin: 20px 0;
    }
    .topnav > div.container > a {
        flex: none;
        display: flex;
        align-items: center;
    }
    form.search {
        position: relative;
        background-color: #f5f2ed;
        padding: 5px;
        border-radius: 5px;
    }
    .search input[type="text"] {
        background-color: #FFF;
        border: 0;
        background-image: url("/images/skins/Bewise/images/icon-search-black.svg");
        background-position: calc(100% - 15px);
        background-repeat: no-repeat;
        background-size: 18px;
        height: 45px;
        border-radius: 5px;
        padding: 0 20px;
    }
	.topnav > div.container > div.search {
		flex: auto;
	}
    .topnav > div.container > div.highlightgroups {
        flex: none;
		padding-right: 50px;
    }
	.topnav > div.container > div.search {
		margin: 0 50px;
	}
	.topnav > div.container > div.topnavbuttons {
		flex: none;
	}
   
    .topmenu {
        display: none;
    }
    .productmenu .closebutton {
       display: none;
    }
    .Heading_ProductMenu {
        display: none;
    }
	
	/* PRODUCTMENU */
    #ProductmenuContainer_DIV {
        border-top: solid 1px rgba(237,237,237,1.00);
        position: relative;
    }
    #ProductMenu_List {
        display: flex;
        margin: 0 auto;
        padding: 0;
        width: 1700px;
        max-width: 90%;
        list-style-type: none;
    }
	#ProductMenu_List > li {
		flex: auto;
	}
	#ProductMenu_List > li:empty {
		display: none;
	}
    /*
	#ProductMenu_List > li:last-child {
		display: none;
	}
	#ProductMenu_List > li:nth-last-child(-n+3) {
		display: none;
	}
    */
	
	#ProductMenu_List > li > a {
		text-decoration: none;
		text-align: center;
		display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
		text-transform: uppercase;
		padding: 15px 0;
		font-weight: normal;
		position: relative;
	}
	#ProductMenu_List > li > a:after {
	    content:url("/images/skins/Bewise/images/icon-arrow-down-black.svg");
		
		width: 10px;
	}
	#ProductMenu_List > li > a > span.ProductMenu_MenuItemBold {
		font-weight: normal;
	}
	
	/* LEVEL 2 */
	/* #ProductMenu_List > li > ul {
		display: none;
		position: absolute;
		width: 100%;
		top: 100%;
		background-color: #f5f2ed;
		left: 0;
		list-style-type: none;
		margin: 0;
		padding: 30px;
		box-shadow: 0 80px 80px rgba(0,0,0,0.4);
		flex-direction: column;
		column-count: 5;
	}
	#ProductMenu_List > li:hover > ul {
		display: block;
	}
	#ProductMenu_List > li > ul > li {
	}
	#ProductMenu_List > li > ul > li > a {
		text-decoration: none;
		padding: 8px;
		background-color: #f9f9f9;
		display: block;
		text-align: center;
		margin: 0 1% 2%;
		border-radius: 30px;
		transition: all 0.3s ease;
		font-weight: bold;
		border: 1px solid rgba(180,173,166,0.2);
	}
	#ProductMenu_List > li > ul > li > a > span {
		font-weight: bold;
	}
	#ProductMenu_List > li > ul > li > a:hover {
		background-color: #365b6d;
		color: #FFF;
	} */
    #ProductMenu_List > li.single {
        position: relative;
    }
    #ProductMenu_List > li > ul {
		display: none;
		position: absolute;
		width: 100%;
        min-width: 300px;
		top: 100%;
		background-color: #fff;
		left: 0;
		list-style-type: none;
		margin: 0;
		padding: 30px;
		box-shadow: rgba(50, 50, 93, 0.15) 0px 30px 60px -12px, rgba(0, 0, 0, 0.2) 0px 18px 36px -18px;
		flex-direction: column;
        gap: 5px;
	}
	#ProductMenu_List > li:nth-last-child(2) > ul {
		left: auto;
		right: 0;
	}
    #ProductMenu_List > li:hover > ul {
		display: flex;
	}
    #ProductMenu_List > li > ul > li > a {
        width: 100%;
        display: block;
        text-decoration: none;
    }
	#ProductMenu_List > li > ul > li > ul {
		display: none;
	}
    
    .dropdowncontainer {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        padding: 50px 0;
        background-color: rgba(255,255,255,1.00);
        box-shadow: 0 20px 40px rgba(0,0,0,.1);
        justify-content: center;
		max-height: calc(100vh - 260px);
    	overflow-y: auto;
    }
    .dropdowncontainer > .dropdowninnercontainer {
        flex: none;
        width: 1700px;
        max-width: 90%;
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
    }
    .dropdowncontainer > .dropdowninnercontainer > div.title {
        flex: none;
        width: 100%;
        margin: 0 0 20px;
        font-size: 24px;
    }
    .dropdowncontainer > .dropdowninnercontainer > ul {
        flex: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .dropdowncontainer > .dropdowninnercontainer > ul > li {
        flex: none;
    }
    .dropdowncontainer a {
        text-decoration: none;
        display: block;
        font-size: 13px;
    }
    .dropdowncontainer a:hover {
        text-decoration: underline;
    }
    ul.dropdown + ul.level3ul {
        padding-left: 20px;
        margin-left: 20px;
        border-left: solid 1px rgba(231,231,231,1.00);
        flex-wrap: wrap;
    }
    .level3ul {
        display: flex;
    }
    .level3ul > li:not(:last-child) {
        margin-right: 30px;
        padding-right: 30px;
        border-right: solid 1px rgba(231,231,231,1.00);
        min-width: 150px;
    }
    .level3ul > li > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .level3ul > li > a {
        font-size: 14px;
        margin-bottom: 17px;
    }
    .level3ul > li > a > span.ProductMenu_MenuItemBold {
        font-weight: bold;
    }
    
    .dropdowncontainer[class*="col"] > div > ul.dropdown {
        column-gap: 60px;
        column-rule: 1px solid rgba(231,231,231,1.00);
    }
    .dropdowncontainer.col2 > div > ul.dropdown {
        column-count: 2;
    }
    .dropdowncontainer.col3 > div > ul.dropdown {
        column-count: 3;
    }
    .dropdowncontainer.colalfabet > div > ul.dropdown {
        column-count: 5;
    }

    .alfabetcolumns {
        display: flex;
        width: 100%;
    }
    .alfabetcolumns > div {
        flex: auto;
    }
    .alfabetcolumns > div div.letter {
        font-size: 14px;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .alfabetcolumns > div > div.letter:not(:first-child) {
        margin-top: 15px;
    }

    #ProductMenu_List > li:hover > .dropdowncontainer {
        display: flex;
    }
   
    .topnav > .container {
        position: relative;
    }
    
    .twocolumns > * {
        flex: none;
        width: 48%;
    }
    
    .showbasket > .summary {
        display: flex;
        flex-direction: column;
    }
    .showbasket > .summary > * {
        flex: none;
    }
    
    
    .hideondesktop {
        display: none;
    }
    
    .Text1_FrontPage .fpusp img {
        width: 30px;
    }
    .Text1_FrontPage .fpusp img[src*="maerket"] {
        width: 110px;
    }
    .fpusp:not(.slick-initialized) > *, .fpusp .slick-slide {
        font-size: 17px;
    }
    .Text2_FrontPage {
        padding-top: 50px;
        display: block;
        margin: 0 auto;
        width: 1000px;
        text-align: center;
        max-width: 100%;
    }
    button.showresultsbutton {
        width: calc(30% - 45px);
    }
    .listtools {
		
        margin-left: -2%;
        margin-right: -2%;  
    }
    .listtools > * {
        margin: 0 2%;
        min-width: 21%;
    }
    
    .listtools .toppager {
        flex: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        
    }
    .listtools .toppager .pager {
        flex-wrap: nowrap;
        min-width: 307px;
    }
    
 
   
    .SubCats_Categories_UL {
        margin-left: -1%;
        margin-right: -1%;
        margin-bottom: 40px;
    }
    
    .SubCats_Categories_UL:not(.brandsul):not(.designersul) {
        display: none;
    }
    .SubCats_Categories_UL > li {
        width: 23% !important;
        margin: 0 1% 2%;
    }
    
    .productcard {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .productcard > * {
        flex: none;
    }
    
    .productcard > div.imagescontainer {
        width: 35%;
    }
    .productcard-buysection {
        width: 50%;
        padding: 0 5%;
    }
    .productcard:not(.article) > div:last-of-type {
        width: 15%;
        align-self: stretch;
    }
    .productcard .productcard-buysection [data-savings]:not([data-savings=""]):not([data-savings="100%"]):before {
        transform: scale(1.5);
        transform-origin: 100% 0;
    }
    .webshop-checkout .productmenu,
    .webshop-checkout form.search,
    .webshop-checkout .topnavbuttons > *:not(.basket):not(.minibasketcontainer) {
        display: none;
    }
    .checkoutsteps > div.done:before {
        background-size: 15% auto;
    }
    
    footer .columns {
        display: flex;
        justify-content: space-between;
    }
    footer .columns > * {
        
    }
    footer .columns > *:not(:last-child) {
        padding-right: 3%;
    }
    
    .asideul, .asideul ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .asideul ul {
        display: none;   
    }
    .asideul a:not(#ActiveCategory_A) {
        display: block;
        text-decoration: none;
    }
    .asideul ul.dropdown li:not(.active) > a:not(#ActiveCategory_A):hover {
        text-decoration: underline;
    }
    .asideul > li > ul > li.viewall ~ li {
        display: none;
    }
    .asideul > li > ul > li.viewall {
        text-decoration: underline;
        margin-top: 5px;
        cursor: pointer;
        color: #365b6d;
    }
    .asideul > li > ul ul {
        margin: 5px 0;
        padding: 0 0 0 10px;
        border-left: solid 2px rgba(227,227,227,1.00);
    }
    .asideul > li > a {
        margin: 0 0 15px;
        font-size: 23px;
        font-weight: 300;
    }
    .asideul > li > a > span.ProductMenu_MenuItemBold {
        font-weight: 300;
    }
    .asideul > li > ul a {
        padding: 2px 0;
    }
    .asideul > li > ul a.Activ_ProductMenu {
        color: #365b6d;
        font-weight: bold;
    }
    .asideul + .productFilter {
        padding-top: 20px;
        margin-top: 20px;
        border-top: solid 1px rgba(217,217,217,1.00);
    }
    
    columns {
        display: flex;
        margin-left: -2%;
        margin-right: -2%;
    }
    columns > * {
        flex: auto;
        margin-left: 2%;
        margin-right: 2%;
    }
    columns > :last-child:not(:first-child) {
        flex: none;
        width: 46%;
    }
    columns > div.short {
        align-self: center;
        font-size: 200%;
        padding: 0 5%;
        line-height: 2em;
    }
    columns.padding {
        margin-left: 0;
        margin-right: 0;
    }
    columns.padding > * {
        margin-left: 0;
        margin-right: 2%;
    }
    columns.padding > :last-child:not(:first-child) {
        margin-right: 0;
        width: 49%;
    }
    
    #column-order-summary {
        position: sticky;
        top: 5%;
    }
    .webshop-checkout .stickytop {
        position: absolute;
        top: -400px;
    }
}

@media (max-width: 1660px) {
	.topcategories a {
		width: 16.6%;
	}
}
@media (max-width: 1350px) {
	.topbox .nivo-dynamic-text-header,
    .topbox .topboxheader {
		font-size: 17px;
	}
	.topbox .nivo-dynamic-text-teaser,
    .topbox .nivo-dynamic-text-header > span.slidelabel,
    .topbox .topboxheader .slidelabel,
    .topbox .topboxbody {
		margin-bottom: 10px;
	}
	[class*="Custom_UL"] > li {
		width: 23%;
	}
	
	.topnav > div.container > div.highlightgroups {
		padding-right: 10px;
	}
	.topnav > div.container > div.search {
		margin: 0 30px;
	}
	#ProductMenu_List > li > a {
		font-size: 11px;
	}
	
	
	 #Content_Productlist > .clerk:not(:empty), #Content_Productlist table .clerk:not(:empty) {
        padding: 20px;
    }
	
	.clerk .slick-list {
        margin: 0 -10px;
    }
    .clerk .slick-slide,
    body.webshop-productinfo .clerk .slick-slide{
        margin: 0 10px;
    }
}
@media (max-width: 1250px) {
	.topbox .nivo-dynamic-text-header > span.slidelabel {
		font-size: 11px;
	}
	.topnav > div.container > a {
		width: 20%;
	}
	[class*="Custom_UL"] > li {
		width: 31.3%;
	}
	.product .buy * {
		width: 100%;
	}
	.SubCats_Categories_DIV > div {
		width: 23% !important;
	}
	.productcard-shippinginfo > div {
		width: 100%;
	}
	.productcard-shippinginfo > div:last-child {
		border-left: 0;
		align-items: flex-start;
		margin-top: 20px;
	}
}
@media (max-width: 1150px) {
	#ProductMenu_List > li > a {
		text-transform:none;
	}
}
@media (max-width: 1100px) {
	.topbox .nivo-dynamic-text-link {
		display: none;
	}
	.topbox .nivo-dynamic-text-header > span.slidelabel {
		display: none;
	}
}
@media (max-width: 1015px) {
	.usp:not(.slick-initialized) > div:nth-child(n+3) {
		display: none !important;
	}
}
@media (max-width: 985px) {
	.topnav > div.container > a {
		width: auto;
	}
	header .topnav .highlightgroups {
		display: none;
	}
	 .topbox .nivo-dynamic-text-link {
		display: inline-block!important;
	}
	.topcategories a {
		width: 20%;
	}
}
@media (max-width: 899px) {
    
    .bp_relatedproductsProduct.design_109 {
        padding: 13px !important;
    }
    .bp_lsaDropdown {
        left: auto !important;
        right: 5vw !important;
        width: 90vw !important;
        transform: none !important;
    }
    .bp_lsaResults {
        max-height: calc(-230px + 100vh) !important;
    }
	.profilediv > div, .contactcms > div {
		width: 100%;
	}
	.contactcms > div:nth-child(2) {
		padding: 20px 0;
	}
	.profilediv > div:first-child {
		order: 2;
	}
	.profilediv > div:last-child {
		order: 1;
		margin-bottom: 20px;
	}
	.showbasket .discountcodecontainer {
		justify-content: center;
	}
	.same-product-container {
		 margin-top: 30px;
	}
	.webshop-productinfo .container.content .clerk .mediumheader {
		text-align: center;
	}
	.productcard-shippinginfo > div:last-child {
		align-items: center;
	}
	.showbasketnavigation {
		flex-wrap: wrap;
	}
	.showbasketnavigation a:last-child {
		width: 100%;
		order: 1;
		margin-bottom: 20px;
	}
	.showbasketnavigation a:first-child {
		width: 100%;
		order: 2;
	}
	#BUYSECTION .amount {
		justify-content: center;
	}
	#BUYSECTION input[type="number"] {
	}
	.expanded-description {
		padding: 20px;
		margin: 0 0 20px;
	}
	.productcard-shippinginfo {
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		border-top: 1px solid #eee;
		padding: 20px 0 0 0;
	}
	.productcard-shippinginfo > div {
		width: 100%;
	}
	.productcard-shippinginfo > div:last-child {
		border-left: 0;
		margin-top: 15px;
	}
	.productcard-shippinginfo > div > div {
		justify-content: center;
	}
	.productcard {
		margin-bottom: 20px;
	}
	.newsletterdiv {
		width: 100%;
	}
	.newslettersignupimage {
		width: 100%;
	}
	.footerusp {
		width: 100%;
	}
	footer > div:first-child > div:last-child {
		width: 100%;
		margin: 0;
		padding: 30px;
		border-radius: 10px;
	}
	.frontpagecampaign picture {
		width: 100%;
	}
	.frontpagecampaign > div > div {
		width: 100%;
		padding: 20px;
	}
	.swipeslide {
		-webkit-overflow-scrolling: touch;
	}
	.topcategories span {
		font-size: 11px;
		padding: 8px 10px;
	}
	.topcategories {
		margin: 0 0 20px 0;
        width: 100vw;
	}
	.topcategories .swipeslide {
		padding: 30px 0 20px;
	}
	.topcategories a {
		width: 40%;
	}
	.topcategories .swipeslide {
		margin-left: 10px;
	}
	.swiperdots {
		padding: 10px 0 20px;
	}
	.topbox .nivo-dynamic-text-header {
	}
	.topbox .nivo-dynamic-text-header > span.slidelabel {
		display: none;
	}
	.language {
		background-color: transparent;
	}
	.topbox {
		margin: 0;
	}
	.topbox > div {
		width: 100%;
		margin: 0 0 2% 0;
	}
	.footerusp {
		padding: 20px;
	}
	.frontpageproducts {
		margin-top: 30px;
	}
    .infobar {
        top: 120px;
    }
    aside {
        display: inline;
    }
    .asideul {
        display: none;
    }
    .productFilter {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999999;
        overflow: hidden;
        background-color: rgba(0,0,0,.4);
        display: none;
    }
    #ProductFilter-Container {
        position: absolute;
        top: 0;
        left: -400px;
        height: 100%;
        width: 330px;
        max-width: 80%;
        padding: 20px;
        background-color: rgba(255,255,255,1.00);
        box-shadow: 0 0 50px rgba(0,0,0,.2);
        z-index: 400;
        border-top: solid 7px #000000;
        transition: left 0.2s ease-in-out;
        display: flex;
        flex-direction: column;
    }
    #ProductFilter-Container.active {
        left: 0;
    }
    
    .topnav {
        padding: 10px 0;
    }
    .topnav .logo {
        height: 22px;
        margin: 0;
    }
    
    .usp {
        flex: none;
        /*width: calc(100% - 80px);*/
        width: 100%;
        display: block;
    }
    .usp > div, .usp div.slick-slide {
        margin-right: 0;
    }
    .usp:not(.slick-initialized) > div, .usp div.slick-slide {
        justify-content: flex-start;
		font-size: 11px;
    }
    .usp:not(.slick-initialized) > div:nth-child(n+2) {
        display: none !important;
    }
    .interiorshopplus-top {
        display: none;
    }
    header .top {
        background-color: rgba(255,255,255,1.00);
        border-bottom: solid 1px rgba(237,237,237,1.00);
    }
    .stickytop {
        box-shadow: 0 10px 10px rgba(0,0,0,0.05);
    }
    .container.content {
        min-height: calc(100vh - 109px);
    }
    
    .topnav .search {
        display: none;
    }
    
    .infobar > div {
        padding-right: 20px;
    }
    .topnavbuttons > *:not(.minibasketcontainer) {
        margin-left: 10px;
    }
    .topnavbuttons > * img {
        margin: 0;
    }
    div.topnavbuttons > * > small, .topnavbuttons > div.basket > a > small {
        display: none;
    }
    
    .productmenu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.60);
        border-top: solid 1px rgba(237,237,237,1.00);
        z-index: 100;
        flex-direction: column;
        padding-left: 45px;
    }
    .productmenu.active {
        display: flex;
    }
    .productmenu .ProductmenuContainer_DIV {
        flex: auto;
        background-color: rgba(255,255,255,1.00);
        border-left: solid 1px rgba(237,237,237,1.00);
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 15;
        box-shadow: 0 25px 25px rgba(0,0,0,.2);
    }
	.productmenu .ProductmenuContainer_DIV .highlightgroups {
		display: flex;
		gap: 12px;
		padding: 25px 20px 15px;
		
	}
	.productmenu .ProductmenuContainer_DIV .highlightgroups > * {
		flex: auto;
	}
    .Heading_ProductMenu {
        display: none;
    }
    #ProductMenu_List ul {
        display: none;
    }
	
    #ProductMenu_List > li > a, #ProductMenu_List > li > a > span.ProductMenu_MenuItemBold {
        font-weight: 300;
    }
	
    #ProductMenu_List > li > a {
        display: block;
        padding: 15px 20px;
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        flex: auto;
        border-bottom: solid 1px rgba(237,237,237,1.00);
    }
    #ProductMenu_List li {
        display: flex;
        flex-wrap: wrap;
    }
    #ProductMenu_List li.has-dropdown > i {
        flex: none;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: solid 1px rgba(237,237,237,1.00)
    }
    #ProductMenu_List li.has-dropdown > i > img {
        width: 18px;
    }
    #ProductMenu_List li.has-dropdown.open > i > img {
        transform: rotate(180deg);
    }
    #ProductMenu_List li.has-dropdown > ul {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
        border-left: solid 5px rgba(237,237,237,1.00);
    }
    #ProductMenu_List li.has-dropdown.open > ul {
        display: block;
    }
    #ProductMenu_List li.has-dropdown > ul > li > a {
        display: block;
        padding: 15px 20px;
        line-height: 1;
        text-decoration: none;
        flex: auto;
        border-bottom: solid 1px rgba(237,237,237,1.00);
    }
    .mobilemenuusp {
        padding: 15px 20px;
    }
    .mobilemenuusp > div:not(:last-child) {
        margin-bottom: 10px;
    }
    .mobilemenuusp strong {
        display: block;
        color: #2A3D4C;
    }
    
    .mobilemenucontent {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        text-decoration: none;
        background-color: #365b6d;
        color: rgba(255,255,255,1.00);
    }
    .mobilemenucontent img {
        height: 10px;
        width: auto;
        margin: 0 0 0 10px;
        display: block;
    }
    
    .frontpage-products {
        margin: 30px 0;
    }
    
    
    footer section > a,
    footer section > a:not(:last-of-type) {
        margin-bottom: 10px;
    }
    
    .SubCats_Categories_UL.brandsul > li {
        width: 48% !important;
    }

    .listtools {
		margin-top: 20px;
        margin-left: -2%;
        margin-right: -2%;
        flex-wrap: wrap;
    }
    .listtools > * {
        width: 46%;
        margin: 0 2%;
    }
    .listtools > .toppager {
        width: 96%;
        margin-top: 4%;
    }
    .toppager .pager {
        width: 100%;
    }
    .toppager .pager .prev, .toppager .pager .next {
        min-width: 80px;
    }
	.showme {
		padding: 10px 10px 0;
	}
	.SubCats_Categories_DIV.swipeslide {
		padding: 20px 0 10px;
	}
	.SubCats_Categories_DIV > div {
		width: 48% !important;
	}
    
    .pages a.ActivePageNumber_ProductList:link, .pages a.ActivePageNumber_ProductList:visited, .pages a.ActivePageNumber_ProductList:hover, .pages a.ActivePageNumber_ProductList:active, .pages a.InactivePageNumber_ProductList:link, .pages a.InactivePageNumber_ProductList:visited, .pages a.InactivePageNumber_ProductList:hover, .pages a.InactivePageNumber_ProductList:active, .pager .prev a, .pager .next a {
        padding: 6px 7px;
    }
    
    .pager .prev a, .pager .next a {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .pager .prev a {
        padding-left: 0;
    }
    .pager .next a {
        padding-right: 0;
    }
    
    [class*="Custom_UL"] > li {
		width: 48%;
    }
	.newsletterdiv {
		padding: 20px;
	}
	.trustpilotpcard {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
	}
	.trustpilotpcard img {
		margin-right: 0;
		margin-bottom: 5px;
	}
    .webshop-frontpage .container.content {
    }
    
    .Text1_FrontPage {
        display: flex;
        flex-direction: column;
    }
    .Text1_FrontPage > a {
        flex: none;
        width: 100%;
        display: block;
    }
    .Text1_FrontPage > *:not(:last-child) {
        margin-bottom: 15px;
    }
    .Text1_FrontPage .fpusp img[src*="maerket"] {
        width: 80px;
    }
    
    .RadioButton_Container_ProductInfo > div {
        width: 31.33%;
    }
    
    footer > div.container.columns > div:not(:last-child) {
        margin-bottom: 40px;
    }
    
    
    .social {
        flex-direction: column;
        align-items: flex-start;
    }
    .social a {
        margin: 0 5px 5px 0;
    }
    .social > div:last-child {
        flex-wrap: wrap;
        padding-top: 15px;
    }
    .social > div:last-child > div {
        margin: 0 5px 5px 0;
    }
    
    .productcard .productcard-buysection .Prices_Custom_DIV > div:first-child {
        font-size: 28px;
    }
    .productcard-shippinginfo > div {
        justify-content: flex-start;
    }
	.welcome {
		margin: 40px auto 0;
	}
	.welcomeimage {
		margin-top: 20px;
	}
	.welcome > * {
		width: 100%;
		padding: 0;
	}
	.welcome img {
		border-radius: 10px;
		border: none;
	}
	.welcomeimage:after {
		display: none;
		top: 30px;
		left: 30px;
		width: 90%;
		height: 90%;
	}
	.welcometext.reverse {
		order: 1;
		padding: 20px 0 0;
	}
	.welcomeimage.reverseimage {
		order: 2;
		display: none;
	}
	.product {
		padding: 10px;
	}
	.product .buy *,
    div.bp_relatedproductsProductButton{
		width: 100%;
	}
	#BUYSECTION .amount {
		width: 100%;
		margin-bottom: 10px;
	}
	#BUYSECTION:not(:empty) {
		flex-wrap: wrap;
		border-top: 1px solid #eee;
		padding-top: 20px;
	}
	#BUYSECTION .buybutton {
		margin-left: 0;
	}
    #BUYSECTION input[type="number"],
    #BUYSECTION input[type="submit"] {
        min-height: 45px;
    }
    #BUYSECTION input[type="submit"] {
        font-size: 14px;
        padding: 0 10px;
    }
    
    .pcusp {
        margin: 0;
    }
    .pcusp > * {
        width: 100%;
        margin: 0 0 10px;
    }
	
    
    
    .showbasket .summary {
        margin-top: 10px;
    }
    .twocolumns {
        flex-direction: column;
    }
    .twocolumns .supportbox {
        margin-top: 20px;
        justify-content: center;
    }
    
    #customer-login {
        flex-direction: column;
        padding: 10px;
        text-align: center;
    }
    #customer-login > p strong {
        display: block;
    }
    #customer-login .button {
        width: 100%;
        margin-top: 10px;
    }
    
    .hideonmobile {
        display: none;
    }
    
    
    div.CookiePolicyText > img {
        margin: 15px 25px;
        width: 120px;
    }
    div.CookiePolicyText > h2 {
        padding: 25px 25px 15px;
        font-size: 21px;
    }
    div.CookiePolicyText > p {
        padding: 0 25px 25px;
        font-size: 95%;
    }
    div.cookie-policy-accept-buttons-container {
        padding: 20px 25px 15px;
        flex-direction: column-reverse;
    }
    div.cookie-policy-accept-buttons-container > input[type="button"] {
        font-size: 90%;
        padding: 15px 10px;
    }
    div.cookie-policy-details-link-container {
        padding:  0 0 20px;
    }
    div.cookie-policy-consents-container {
        flex-wrap: wrap;
    }
    div.cookie-policy-consents-container > div {
        flex:none;
        width: 50%;
    }
    div.cookie-policy-consents-container > div:nth-child(-n+2) {
        border-bottom: solid 1px #d4d4d4;
    }
    div.cookie-policy-accept-buttons-container > input {
        padding: 10px 15px;
    }
    div.cookie-policy-accept-buttons-container > input:not(:last-of-type) {
        margin-right: 0;
        margin-top: 10px;
    }
    div.cookie-policy-consents-container label {
        font-size: 80%;
    }
    div.cookie-policy-consents-container label div > span {
        width: 20px;
        height: 20px;
    }
    .cookieSettingsButton {
        bottom: 10px;
        left: 10px;
        width: 30px;
        height: 30px;
    }
    
    columns {
        display: block;
    }
    columns.padding {
        padding: 15px;
    }
    columns .focus {
        width: 100%;
        padding: 20px;
    }
    columns > img {
        width: 100%;
        display: block;
    }
    
    .webshop-checkout .topnavbuttons,
    .webshop-checkout .topmenu {
        display: none;
    }
    #checkout-container {
        flex-direction: column;
        padding: 5%;
    }
    div#checkout-container #column-data, div#checkout-container #column-shipping-payment, #checkout-container #column-order-summary {
        width: 100%;
        max-width: 100%;
    }
    #checkout-container h2, #checkout-container h3 {
        font-size: 17px;
    }
    #checkout-container fieldset > label, #checkout-container fieldset > div#subscription-maillist, #shipping-methods > label, #checkout-container .altdel {
        width: 98%;
    }
    .button.editbasket {
        margin: 20px 0;
    }
    #checkout-container .altdel {
        margin-top: 20px;
    }
    
    .slideoutcontainer.active .slideout {
        width: 90%;
    }
    .slideoutcontainer.active .slideoutheader > div img {
        width: 25px;
    }
    .slideoutcontainer.active .slideoutheader > div {
        padding: 15px 0;
    }
   
}

@media (max-width: 450px) {
    .productcard-shippinginfo > div.deliveryinfo-container > a {
        display: none;
    }
	.product .offerbatch img {
		width: 75px;
	}
}



.category-wrapper {padding:12px 0;width:100%;margin:0;}
.category-grid {display:flex;gap:12px;flex-wrap:nowrap;}
.category-item {flex:1;text-align:center;padding:18px;border-radius:5px;background: #365b6d;border:1px solid rgba(0,0,0,0.06);box-shadow:0 6px 18px rgba(0,0,0,0.04);text-decoration:none;color: #fff;font-weight:600;font-size:14px;transition:transform .18s ease,box-shadow .18s ease;}
.category-item:hover {transform:translateY(-6px);box-shadow:0 14px 28px rgba(0,0,0,0.08);}
.category-item:hover span {color:#fff}
.category-label {display:block;}

@media (max-width:1700px) {.category-grid {flex-wrap:wrap;gap:10px;} .category-item {flex:1 1 calc(20% - 10px);padding:12px;font-size:13px;border-radius:10px;}}
@media (max-width:600px) {.category-item {flex:1 1 33%;}}