@charset "UTF-8";
:root {
    --primary: #ceafd3;
    --light: #f8ecea;
    --lightblue: #f3fcff;
    --dark: #7a9cbc;
    --cta: #78a5a2;
    --highlight: #2B7E88;
    --gradient: linear-gradient(128deg, #65c8c6 0%, #2a3f56 100%);
    --discount: #fee780;
    --news: #4d4f5c;
    --space: 7dvh;
    --smallfont: 13px;
    --warning: #c41718;
    --good: #3aa56f;
    --fullheight: calc(100vh - 164px);
}


body {
	margin:0;
	overflow-x: hidden;
	background-color:rgba(255,255,255,1.00);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.6;
}
body.noscroll {
	overflow: hidden;
}
body, input, select, textarea, button, td.VariantGroupLabel,
#checkout-container .shipping-fee {
	font-family: 'Figtree', Arial, sans-serif;
	color:rgba(0,0,0,1.00);
	font-size: 15px;
	font-weight: 400;
}
.container,
#ProductMenu_List {
	width: 1700px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.container.large {
    width: 2200px;
}
.container.small {
    width: 1200px;
}
.container.mini {
    width: 700px;
}
.fullheight {
    height: var(--fullheight);
}
.flex {
    display: flex;
}
.flex > * {
    flex: auto;
}
.flex > img {
    width: 50%;
    align-self: stretch;
    object-fit: cover;
    flex: none;
}
.gap {
    gap: 3vw;
}
.middle {
    align-items: center;
}
.lightbackground {
    background-color: var(--light);
}
.darkbackground {
    background-color: var(--dark);
}
.highlightbackground {
    background-color: var(--highlight);
}
.spacetop {
    margin-top: var(--space);
}
.spacebottom {
    margin-bottom: var(--space);
}
.paddingtop {
    padding-top: var(--space);
}
.paddingbottom {
    padding-bottom: var(--space);
}
.center {
    text-align: center;
    justify-content: center;
}
a {
	color:#000;
}
a:hover {
	color:rgba(121,121,121,1.00);
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: none;
    display: block;
    max-width: 100%;
    height: auto;
}
input, img {
	outline: none;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    margin: 0;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px rgba(198,198,198,1.00);
    display: block;
}
input[type="radio"] {
    border-radius: 50%;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background-color: rgba(0,0,0,1.00);
    border-color: rgba(0,0,0,1.00);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 50% 50%;
}
input[type="submit"],
input[type="button"],
#confirm-complete-button,
.button,
input.checkout-salesdiscount-code-button,
div.bp_lsaFullScreen .bp_lsaProductsList >.bp_lsaProduct .bp_lsaProductButton,
.loyalty_subscribebtn {
	-webkit-appearance: none;
	border:none;
	color:#fff;
	cursor:pointer;
	background: var(--cta);
	display:inline-flex;
	padding: 0 20px;
	font-size: inherit;
	text-decoration:none;
	border-radius: 60px;
	text-align: center;
	justify-content: center;
	align-items: center;
	outline: none;
	min-height: 40px;
	font-weight: bold;
	position: relative;
	transition: ease .4s;
}
.button.monitor,
.product .buy .button.monitor,
.bp_relatedproductsProducts .bp_relatedproductsProductButton.monitor {
    background-color: var(--warning) !important;
    position: relative;
}
.button.small {
    font-size: inherit;
    border-radius: 25px;
    min-height: 35px;
}
input[type="submit"].justadded,
.button.buyselected.justadded {
	background-color: #f0f8ee;
    font-size: 0;
	cursor: default;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwIiBmaWxsPSIjMzY5NzIwIiBpZD0iZmlfNTI5MTA0MyIgdmlld0JveD0iMCAwIDUyMCA1MjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBkYXRhLW5hbWU9IjctQ2hlY2siIGlkPSJfNy1DaGVjayI+PHBhdGggZD0ibTc5LjQyMyAyNDAuNzU1YTQ3LjUyOSA0Ny41MjkgMCAwIDAgLTM2LjczNyA3Ny41MjJsMTIwLjczIDE0Ny44OTRhNDMuMTM2IDQzLjEzNiAwIDAgMCAzNi4wNjYgMTYuMDA5YzE0LjY1NC0uNzg3IDI3Ljg4NC04LjYyNiAzNi4zMTktMjEuNTE1bDI1MC43ODctNDAzLjg5MmMuMDQxLS4wNjcuMDg0LS4xMzQuMTI4LS4yIDIuMzUzLTMuNjEzIDEuNTktMTAuNzczLTMuMjY3LTE1LjI3MWExMy4zMjEgMTMuMzIxIDAgMCAwIC0xOS4zNjIgMS4zNDNxLS4xMzUuMTY2LS4yNzguMzI3bC0yNTIuOTIyIDI4NS43NjRhMTAuOTYxIDEwLjk2MSAwIDAgMSAtMTUuNTg1Ljg0M2wtODMuOTQtNzYuMzg2YTQ3LjMxOSA0Ny4zMTkgMCAwIDAgLTMxLjkzOS0xMi40Mzh6Ij48L3BhdGg+PC9nPjwvc3ZnPg==");
    background-size: auto 40%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
input[type="submit"]:not(.justadded):disabled {
	opacity: .3;
	cursor: not-allowed;
}
input[type="submit"].loading,
input[type="submit"].loading:disabled{
	cursor: progress;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
textarea {
	display: block;
	width: 100%;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	height: 45px;
	padding: 0 15px;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
	background-color: rgba(255,255,255,1.00);
}
textarea {
	height: 80px;
	padding: 15px;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dfdfdf;
    background-color: #FFF;
    padding: 0px 30px 0px 15px;
    height: 45px;
	outline: none;
	border-radius:8px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBjbGFzcz0idy02IGgtNiI+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTkuNSA4LjI1bC03LjUgNy41LTcuNS03LjUiIC8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: calc(100% - 10px) 50%;
	cursor:pointer;
}
[data-title]:not(:empty):not([data-yesoffers]):not([data-blog]):not(.chatcontainer):before {
    content: attr(data-title);
}
h1, .Heading_Terms, .Heading_Customer, .Heading_Favorites, .Heading_Profile_Wrapper, .Heading_OrderStep4 {
	margin: 0 0 20px;
	font-size: 36px;
	font-weight: 700;
	text-align: left;
	display: block;
	flex: none;
	width: 100%;
    line-height: normal;
}
.Heading_Profile_Wrapper {
    text-align: left !important;
}
.Heading_Profile_Wrapper + br,
.Heading_Terms_Wrapper + br,
.Heading_B2BLogin_Wrapper + br {
    display: none;
}
h2,
.SubCatsProcuctsHeading,
.headline {
	font-size: 22px;
	display: block;
	margin: 20px 0 15px;
    line-height: normal;
}
h2:first-child {
    margin-top: 0;
}
.mediumheader,
[data-title]:before,
.ui-dialog-title,
.Heading_B2Blogin {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    display: flex;
    align-items: baseline;
    line-height: normal;
}
.withline:after {
    content: "";
    flex: auto;
    height: 2px;
    margin-left: 20px;
    background-color: var(--dark);
}
.largeheader {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 30px;
}
.SubCatsProcuctsHeading {
	margin-top: 40px;
}
.headline {
	font-weight: bold;
    text-align: center;
	display: flex;
	flex-direction: column;
    align-items: center;
	margin-bottom: 30px;
	position: relative;
}
.headline > small {
	font-weight: normal;
	color: #939393;
	font-size: 13px;
}
.headline:after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #455852;
}
.topbar {
    background: #c29dc8;
	display: flex;
	justify-content: center;
    line-height: 1;
    font-size: var(--smallfont);
    position: sticky;
    top: 0;
    z-index: 30;
}
.topbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topbar,
.topbar a {
    color: #161514;
    text-decoration: none;
    white-space: nowrap;
}
.usp.swiper {
    margin: 0;
    width: 100%;
    flex: none;
    height: 38px;
}
.usp.swiper .swiper-slide,
.usp.service > *,
.usp.swiper .swiper-slide > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.usp.swiper .swiper-slide svg,
.usp.service svg,
.usp.swiper img {
    width: auto;
    height: 18px;
    flex: none;
}
.usp.swiper .swiper-slide.google > a {
    gap: 0;
}
.usp.swiper .swiper-slide.google svg {
    height: 15px;
    color: #fee780;
}
.usp.swiper .swiper-slide.google svg:last-of-type {
    margin-right: 6px;
}
.usp.swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 30px;
}
.usp.swiper:not(.swiper-initialized) .swiper-slide {
    flex: auto;
}
/*
.usp {
    gap: 30px;
    display: flex;
    align-items: center;
}
.usp > * {
    display: flex;
    align-items: center;
    gap: 6px;
}
.usp svg {
    width: auto;
    height: 18px;
}
*/
.servicebutton {
    display: flex;
    align-items: center;
    background-color: var(--dark);
    padding: 4px 12px;
    border-radius: 3px;
    text-decoration: none;
    color: #FFF;
}

header {
	position: relative;
	z-index: 20;
}
header > div {
	display: flex;
	align-items: center;
	padding: 15px 0;
}


[data-subcats="486"] .name {
    display: none;
}

[itemtype="https://schema.org/BreadcrumbList"] {
    margin: 0 0 30px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #D1D5DB;
    white-space: nowrap;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
}
[itemtype="https://schema.org/BreadcrumbList"] ~ br {
    display: none;
}
[itemtype="https://schema.org/BreadcrumbList"] a {
    text-decoration: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #4B5563;
}
[itemtype="https://schema.org/BreadcrumbList"] a[href="/shop/frontpage.html"] {
    
}
[itemtype="https://schema.org/BreadcrumbList"] a:hover {
    
}
[itemtype="https://schema.org/BreadcrumbList"] a.BreadCrumbLink_Active {
    color: rgba(0,0,0,1.00);
    
}

.Heading_ProductMenu {
    display: none;
}

div#CookiePolicy {
    background-color:rgba(0,0,0,.80);
    left: 0;
    top: 0;
    bottom: auto;
    width: 100vw;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    position: fixed;
    margin: 0;
    border-radius: 0;
    right: auto;
}
.hidecookiedialog div#CookiePolicy {
    display: none;
}
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;
}
input.cookie-policy-button {
    background-color:rgba(0,0,0,1.00) !important;
    color: rgba(255,255,255,1.00);
}
#CookiePolicy label {
    color: #000 !important;
}
/*
div.CookiePolicyText {
    font-family: Arial, Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif"
}
*/
div.CookiePolicyText a {
    text-decoration: underline;
}
div.CookiePolicyText > h2, div.CookiePolicyText > p {
    background-color:#f6f6f6;
    font-weight: normal;
}
div.CookiePolicyText > img {
    width: 300px;
    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;
}
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:#455852;
}
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(0,0,0,1.00);
    border-radius: 50%;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookieSettingsButton img {
    flex: none;
    width: 57%;
    height: auto;
}
.cookieSettingsButton:hover {
    opacity: .7;
}

.yesoffertitle {
    margin: 0 0 10px;
    font-weight: bold;
}
.yesofferproducts {
    overflow: hidden;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.yesofferproducts > .yesitem {
	padding: 10px;
	border: 2px solid #455852;
	display: flex;
	align-items: center;
    position: relative;
    background-color: rgba(255,255,255,1.00);
    
}
.yesofferproducts > .yesitem:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    background-color:#f0f8ee;
    border: 2px solid #dcebd9;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: all 0.5s ease;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iZ3JlZW4iPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE5LjkxNiA0LjYyNmEuNzUuNzUgMCAwIDEgLjIwOCAxLjA0bC05IDEzLjVhLjc1Ljc1IDAgMCAxLTEuMTU0LjExNGwtNi02YS43NS43NSAwIDAgMSAxLjA2LTEuMDZsNS4zNTMgNS4zNTMgOC40OTMtMTIuNzRhLjc1Ljc1IDAgMCAxIDEuMDQtLjIwN1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIgLz4KPC9zdmc+");
    background-size: 30px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.yesofferproducts > .yesitem.yesitemadded:before {
    opacity: 1;
    
}
.yesofferproducts > .yesitem .image {
	flex: none;
	width: 70px;
}
.yesofferproducts > .yesitem .image img {
	display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}
.yesofferproducts > .yesitem .info {
	padding: 0 20px;
	flex: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.yesofferproducts > .yesitem .info .name {
	margin: 0 0 5px 0;
}
.yesofferproducts > .yesitem .info .inforow {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}
.yesofferproducts > .yesitem .info .priceinfo > span {
    font-weight: bold;
}
.yesofferproducts > .yesitem.isoffer .info .priceinfo > span {
    color: #455852;
}
.yesofferproducts > .yesitem .info .stockinfo {
	margin: 0;
}
.yesofferproducts > .yesitem .button {
	flex: none;
}
[data-yesoffers]:not(:empty) + .minibasketpayment {
    padding-top: 30px;
}


.GDPR_Terms:not(:empty),
.CookieConsent_Terms:not(:empty) {
    padding-top: 100px;
    border-top: solid 1px rgba(214,214,214,1.00);
    margin-top: 100px;
}

.payment {
    gap: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.payment img,
.footericons .shippingmethods img {
    height: 23px;
    width: auto;
    background-color: #FFF;
    border-radius: 4px;
    padding: 4px 10px;
    border: 1px solid var(--light);
}





[data-slideshow]:empty {
    aspect-ratio: 1680/580;
    max-width: 100%;
}

[data-slideshow] .swiper:not(.swiper-initialized) .swiper-wrapper > :nth-child(n+2) {
    display: none;
}
[data-slideshow] img,
[data-slideshow] video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
[data-slideshow].maxheight img,
[data-slideshow].maxheight video {
    /*height: var(--fullheight);*/
    height: calc(100vh - 400px);
}
[data-slideshow] video {
    pointer-events: none;
}
[data-slideshow].big img {
    animation: scale-image 20s infinite;
}
[data-slideshow] .swiper-slide {
    display: flex;
    overflow: hidden;
}
[data-slideshow] a {
    text-decoration: none;
}
[data-slideshow] .slidecontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    max-width: 90%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease;
    line-height: normal;
}
[data-slideshow] .slideshowheader {
    font-size: clamp(40px, 6vw, 100px);
    font-weight: 700;
    color: rgba(255,255,255,1.00);
    transition: all 1s ease;
    max-width: 600px;
    text-wrap: balance;
    word-break: break-word;
    /*text-shadow: 2px 2px 0 rgba(0,0,0,.3);*/
}
[data-slideshow] .slideshowbody {
    font-size: clamp(14px, 1.5vw, 30px);
    font-weight: normal;
    color: rgba(255,255,255,1.00);
    transition: all 1s ease;
    max-width: 900px;
    /*text-shadow: 1px 1px 0 rgba(0,0,0,.3);*/
    line-height: normal;
}
[data-slideshow] .slideshowfooter {
    font-size: clamp(15px, 1.5vw, 23px);
    font-weight: normal;
    padding: 10px 40px;
    margin-top: 20px;
    min-height: 10px;
    background-color: var(--cta);
    display: flex;
    gap: 15px;
    align-items: center;
}
[data-slideshow] .slideshowfooter svg {
    height: 20px;
    width: auto;
}
[data-slideshow] .swiper-slide-active .slidecontent,
[data-slideshow] .swiper-slide:only-child .slidecontent {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition-delay: 0.3s;
}

.swiper.brandswiper .swiper-wrapper {
    align-items: center;
}
.swiper.brandswiper .swiper-slide {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: solid 1px rgba(247,247,247,1.00);
    padding: 10px;
}

[data-linkbanner] {
    padding: 40px 0 40px 40px;
    position: relative;
}
[data-linkbanner] section {
    position: relative;
    z-index: 5;
    border: solid 3px rgba(255,255,255,1.00);
    border-right: none;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}
.linkbannerlinks {
    background-color: rgba(255,255,255,1.00);
    position: relative;
    pointer-events: all;
    display: flex;
    flex-direction: column;
    max-width: 80%;
}
.linkbannerlinks.hastitle {
    padding: 0 0 10px;
}

.linkbannerlinks a.active {
    color: var(--primary);
    background-color: rgba(247,247,247,1.00);
}
.linkbannerlinks a {
    padding: 16px 40px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
}
.linkbannerlinks a svg {
    width: 20px;
    height: auto;
    transition: all 0.3s ease;
}
.linkbannerlinks a:hover svg {
    transform: translateX(10px);
}
.linkbannerlinks a:not(:last-of-type) {
    border-bottom: 1px solid #E1E1E1;
}
.linkbannertitle {
    padding: 10px 20px;
    background-color: var(--dark);
    color: rgba(255,255,255,1.00);
    transform: translateY(-50%);
    align-self: flex-start;
    margin: 0 60px 0 40px;
    font-weight: 700;
}

[data-linkbanner] .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 6vw;
    text-decoration: none;
    gap: 20px;
}
.linkbannerheader,
.linkbannerbody,
.linkbannerbutton {
    position: relative;
    z-index: 2;
    max-width: 50%;
}
[data-linkbanner] .linkbannerheader {
    font-size: 60px;
    color: rgba(255,255,255,1.00);
    font-weight: 700;
}
[data-linkbanner] .linkbannerbody {
    color: rgba(255,255,255,1.00);
    font-size: 30px;
}
[data-linkbanner] .linkbannerbutton {
    font-size: 18px;
}
[data-linkbanner] .swiper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
[data-linkbanner] img,
[data-linkbanner] video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.webshop-frontpage [data-linkbanner] {
    transform: translateY(-40px);
}
/*
.frontbanner [data-slideshow] .slidecontent {
    max-width: 50%;
}
*/



/*
header {
    font-size: var(--smallfont);
}
*/
header .headertop {
    background-image: url("/images/skins/2025/images/waves.webp");
    background-repeat: repeat-x;
    background-position: 0 50%;
    background-size: auto 100%;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
}
header .shortcuts {
    display: flex;
    align-items: center;
    gap: 20px;
}
header .shortcuts > * {
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    gap: 10px;
    /*
    border-radius: 5px;
    background-color: var(--light);
    padding: 10px 12px;
    */
}
header .shortcuts > * > svg {
    height: 25px;
    width: auto;
}
header .shortcuts > * > span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
header .shortcuts small:empty[data-text]:not([data-text=""]):before {
    content: attr(data-text);
}


.shoplogo {
    width: 250px;
    max-width: 40%;
    display: block;
}
.shoplogo > * {
    width: 100%;
    height: auto;
}

header #Search_Form {
    max-width: 50%;
    flex: auto;
}
input[type="text"].SearchField_SearchPage {
    border-radius: 25px;
    background-color: rgba(245, 245, 245, 1);
    width: 100%;
    height: 46px;
    padding: 0 0 0 52px;
    font-size: 15px;
    border:none;
    box-shadow: 3px 3px 0 rgba(0,0,0,.1);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iIzAwMCI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOSAzLjVhNS41IDUuNSAwIDEgMCAwIDExIDUuNSA1LjUgMCAwIDAgMC0xMVpNMiA5YTcgNyAwIDEgMSAxMi40NTIgNC4zOTFsMy4zMjggMy4zMjlhLjc1Ljc1IDAgMSAxLTEuMDYgMS4wNmwtMy4zMjktMy4zMjhBNyA3IDAgMCAxIDIgOVoiIGNsaXAtcnVsZT0iZXZlbm9kZCIgLz4KPC9zdmc+");
    background-repeat: no-repeat;
    background-position: 17px 50%;
    background-size: 20px auto;
    transition: all 0.3s ease;
}
input[type="text"].SearchField_SearchPage:focus {
    background-color: rgba(255,255,255,1.00);
    background-position: -100px 50%;
    padding-left: 25px;
}

.minibasketcontainer {
    display: none;
}
.minibasketpayment .payment {
    display: flex;
    justify-content: center;
}
.minibasketpayment .payment img {
    border: 1px solid #eee;
}

.minibasketcontainer {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(200%);
    background-color: rgba(0, 0, 0, .0);
    transition: background .5s ease;
    z-index: 200;
    color: rgba(0, 0, 0, 1.00);
}
.minibasketcontainer.active {
    transform: translateX(0);
    background-color: rgba(0, 0, 0, .5);
}
.minibasket {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    transform: translateX(110%);
    background-color: rgba(255, 255, 255, 1.00);
    width: 750px;
    max-width: calc(100vw - 260px);
    transition: all .5s ease;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
.minibasket > * {
    flex: none;
}
.minibasket > .linescontainer {
    flex: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
.minibasketpayment {
    padding: 0 0 30px;
}
.minibasketcontainer.active .minibasket {
    transform: translateX(0);
}
.minibasket > *:not(.linescontainer) {
    padding-left: 40px;
    padding-right: 40px;
}
.minibasket > .header {
    font-size: 25px;
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}
.minibasket .closeminibasket {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    /*
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-family: 'Arial';
    font-size: 25px;
    cursor: pointer;
    line-height: 1;
    user-select: none;
    */
}
.minibasket .linesheader {
    font-size: 15px;
    justify-content: center;
    padding: 40px 30px 27px;
    flex: none;
    display: none;
    align-items: flex-end;
    position: relative;
}
.lineinfo small {
    display: none !important;
}
/*
.basketclosebutton {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Arial';
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    background-color: #000;
    color: #FFF;
    padding: 8px 10px;
}
*/
.minibasket .lines {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 40px 20px;
    position: relative;
}
.minibasket .line {
    flex: none;
    width: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 1.00);
    padding: 10px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 4px;
    align-items: center;
}
.minibasket .line .lineinfo {
    flex: auto;
    padding: 0 20px;
}
.minibasket .lineincdec {
    flex: none;
    width: 100px;
    display: flex;
    justify-content: flex-end;
}
.minibasket .line .name {
    margin-bottom: 3px;
}
.minibasket .line .price {
    font-weight: bold;
    display: flex;
    align-items: center;
}
.minibasket .line .price del {
    font-weight: normal;
    color: #585858;
    margin-right: 5px;
}
.minibasket .line .price .stockinfo {
    font-weight: normal;
    margin-left: 10px;
}
.minibasket .line .price > span {
    display: none;
}
.minibasket .line .deletebutton {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 25;
    display: flex;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 1.00);
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    cursor: pointer;
    user-select: none;
    color: rgba(255, 255, 255, 1.00);
}
.minibasket .line .deletebutton svg {
    display: block;
    fill: #FFF;
    width: 12px;
    height: auto;
    margin: 0;
    cursor: pointer;
}
.minibasket .line > .image {
    position: relative;
    width: 50px;
    flex: none;
}
.minibasket .line > .image img {
    display: block;
    width: 100%;
    height: auto;
}
.minibasket .line > a.name {
    text-decoration: none;
    color: rgba(0, 0, 0, 1.00);
    font-weight: bold;
}
.minibasket .line .variantinfo {
    font-size: 11px;
    color: rgba(128, 128, 128, 1.00);
    line-height: normal;
    padding-bottom: 5px;
}
.minibasket .line > .price {
    display: flex;
    flex-direction: column;
    line-height: normal;
    font-weight: bold;
}
.minibasket .line .price small, .minibasket .line > small {
    font-weight: normal;
    display: block;
}
.minibasket .line .incdec {
    margin: 7px 0 10px;
}
.minibasket .line .giftwrap label {
    display: none;
    align-items: center;
    margin: 0 0 7px;
    cursor: pointer;
}
.minibasket .line .giftwrap label input {
    flex: none;
    margin: 0 7px 0 0;
}

.minibasket .line.configparent {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 20px;
}
.minibasket .line.configchild {
    margin-top: -10px;
    border: none;
    background-color: rgba(244, 244, 244, 1.00);
    padding: 8px 15px 8px 26px;
    border-radius: 0;
    border-bottom: 1px solid #eee;
}
.minibasket .line.configchild .price {
    font-weight: normal;
}
.minibasket .line.configchild .lineinfo {
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.minibasket .line.configparent + .configchild {
    padding-top: 20px;
}

.minibasket .shippingline,
.minibasket .total,
.minibasket .wrappingline,
.minibasket .discountline {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.minibasket .wrappingline.hidden {
    display: none;
}
.minibasket .shippingline,
.minibasket .wrappingline {
    border-bottom: solid 1px #f0f0f0;
    background-color: #f2f2f2;
    padding: 20px 40px;
    gap: 15px;
}
.minibasket .discountline {
    background-color: #fee780;
    background: linear-gradient(0deg,rgba(250, 224, 107, 1) 0%, rgba(254, 231, 128, 1) 100%);

    padding-top: 10px;
    padding-bottom: 10px;
    gap: 15px;
    font-weight: bold;
}
.minibasket .shippingline .shippingfee {
    white-space: nowrap
}
.minibasket .discountcode {
    border: none;
    border-bottom: solid 1px #f0f0f0;
}
.minibasket .discountcode > input[type="text"] {
    padding-left: 0;
}
.minibasket .discountcode > input[type="text"].active {
    background-position: 0 50%;
}
.minibasket .discountcode > button:disabled {
    cursor: progress;
}
.minibasket .discountcode > button.active {
    background-color: #9e6a5a;
}
.minibasket .pointsinfo {
    border-left: none;
    border-right: none;
}
.minibasket .total {
    font-weight: bold;
    font-size: 24px;
    padding-top: 20px;
}
.minibasket .sparxpress {
    margin-bottom: 20px;
}
.minibasket .bottom,
.minibasket [data-yesoffers] {
    padding-bottom: 30px;
}
.minibasket .bottom > a {
    padding: 15px 20px;
    width: 100%;
}
.minibasket .basketButtons {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.minibasket .basketButtons > * {
    flex: auto;
    gap: 10px;
    padding: 18px 15px;
    font-size: 18px;
}
.minibasket .basketButtons svg {
    fill: #FFF;
    width: 20px;
    height: auto;
}
.minibasket .basketButtons > .button[href*="showbasket"] {
    background-color: var(--news);
    max-width: 230px;
}
.minibasket .basketButtons > .button[href*="showbasket"]:hover {
    color: rgba(255,255,255,.70);
}
/*
.minibasket .basketButtons > .button[href*="checkout"] {
    background-color: var(--dark);
}
*/
.minibasketheader {
    font-weight: bold;
    margin: 0 0 8px;
    font-size: 15px;
}
.minibasket .incdec {
    display: flex;
}
.minibasket .incdec a {
    ursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    font-family: 'Arial';
    line-height: 1;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: solid 1px rgba(237, 237, 237, 1.00);
    border-radius: 50%;
    background-color: #f9f9f9;
}
.minibasket .incdec span {
    display: flex;
    padding: 0 10px;
    align-items: center;
}

header .trustpilot-widget {
    width: 225px;
}

.Productmenu_Category_Icon_Container {
    display: none;
}

.siblings {
    display: flex;
    align-items: center;
    gap: 10px;
}
.siblings > a {
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255,1.00);
    padding: 4px 10px;
    border-radius: 3px;
    text-decoration: none;
    border: solid 1px rgba(177,177,177,.30);
}
#ActiveCategory_A {
    display: none !important;
}

#Content_Productlist .topbanner,
.categorydescription .topbanner {
    display: none;
}

#ProdGrpBeskrivelseTop.container {
    width: auto;
}
.categorydescription,
.category-description {
    padding: 2rem 0 0;
    text-align: center;
}

.productlistheader {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 5vw;
    background-color: rgba(255,255,255,1.00);
}
.webshop-specialoffer .productlistheader,
.webshop-news .productlistheader {
    padding-top: 40px;
}
.productlistheader h1 {
    text-align: center;
    padding: 0;
    line-height: normal;
    margin: 0;
}
.productlistheader h1 ~ * {
    line-height: 1.5rem;
}
.productlistheader .description {
    width: 100%;
}
.productlistheader p:first-child {
    margin-top: 0;
}
.productlistheader p:last-child {
    margin-bottom: 0;
}
.productlistheader p:only-of-type {
    margin: 0;
}
.productlistheader .categorydescription:empty {
    display: none;
}
.productlistheader table {
    table-layout: fixed;
}

.boxgrid {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
.boxgrid > * {
    flex: none;
    width: 33.33%;
}

.boxgrid [data-slideshow] img,
.boxgrid [data-slideshow] video,
.boxgrid > div:empty {
    aspect-ratio: 100/80;
}
.boxgrid [data-slideshow] .slideshowheader {
    font-size: clamp(23px, 4.1vw, 60px);
    max-width: 420px;
}
.boxgrid [data-slideshow] .slideshowfooter {
    font-size: clamp(15px, 1.5vw, 20px);
}
.boxgrid [data-slideshow] .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,.20);
    opacity: 0;
    transition: all 0.2s ease;
}
.boxgrid [data-slideshow] .swiper-slide:hover:before {
    opacity: 1;
}

.badges {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    z-index: 2;
    justify-content: center;
    flex-wrap: wrap;
    pointer-events: none;
}
.badges:empty {
    display: none;
}
.productcard .badges {
    
}

.offer,
.new,
.freedelivery,
.badges .tag {
    font-size: 14px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    line-height: normal;
    padding: 3px 8px;
    
}
.new {
    background-color: var(--news);
    color: #FFF;
}
.offer {
    background-color: var(--discount);
    color: #000;
}
.badges .tag {
    /*background-color: #c29dc8;*/
    background-color: var(--news);
    color: #FFF;
}
.freedelivery {
    background-color: var(--dark);
    color: #fff;
}
/*
.product .new,
.product .offer {
    position: absolute;
    left: 50%;
    top: 1.5rem;
    transform: translateX(-50%);
    z-index: 2;
}
*/

.Favorites_Custom_DIV {
    margin-top: 30px;
}

.ProductList_Custom_DIV,
.Favorites_Custom_DIV {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
}
.ProductList_Custom_DIV > div,
.Favorites_Custom_DIV > div {
    flex: none;
    width: calc(20% - 24px);
}
.ProductList_Custom_DIV > div.bloglistitem {
    width: calc(33.33% - 24px);
}
.product {
    display: flex;
    flex-direction: column;
    padding: 1.5rem !important;
    position: relative;
    gap: 1.25rem;
    height: 100%;
    border-radius: 6px;
    /*box-shadow: 0 5px 15px rgba(0,0,0,.1);*/
    background-color: rgba(255,255,255,1.00);
}
.product > * {
    flex: none;
}
.product .name {
    text-align: center !important;
    text-decoration: none !important;
    font-size: inherit !important;
}
.product .name small {
    display: block;
    padding: 3px 0 0;
    color: rgba(92,92,92,1.00);
}
.product .image {
    overflow: hidden;
    display: flex;
    border-radius: 6px;
    position: relative;
}
.product .image img {
    flex: none;
    aspect-ratio: 1/1;
    object-fit: contain;
    transition: all 0.2s ease;
    width: 100%;
}
.product .info {
    flex: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-end;
}
.productvariants {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.2s ease;
}
.productvariants > * {
    flex: none;
    border-radius: 30px;
    background-color: var(--light);
    text-decoration: none;
    line-height: normal;
    padding: 3px 10px;
    font-size: 11px;
    color: rgba(0,0,0,1.00);
    cursor: pointer;
}
.productvariants > .selected {
    background-color: var(--cta);
    color: rgba(255,255,255,1.00);
}
.product:hover .freedelivery {
    opacity: 0;
    transform: translate(-50%,100%);
}
.product:hover .productvariants {
    transform: translateY(0);
    opacity: 1;
}
.product [data-favorites] {
    justify-content: center;
    font-size: 13px;
}
.product [data-favorites] svg {
    width: 16px;
}
.product .info .offer,
.bp_lsaProduct .offer {
    align-self: center;
}
.product .Prices_Custom_UL {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.product .Prices_Custom_UL > li {
    display: flex;
    align-items: baseline;
    gap: 7px;
    justify-content: center;
}
.product .Prices_Custom_UL > li:nth-child(n+2) {
    display: none;
}
.product .price .unitprice  {
    font-size: inherit !important;
    font-weight: 700 !important;
}
.product .price del {
    color: rgb(107 114 128) !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: 400 !important;
}
.bulkdiscount {
    position: relative;
    border-radius: 3px;
    background-color: var(--discount);
    color: #FFF;
    padding: 5px 10px;
    text-align: center;
    display: flex;
    width: fit-content;
    align-items: center;
    font-size: 12px;
    margin: 0 auto 8px;
    font-weight: 500;
}
.bulkdiscount:after {
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    content: "";
    height: auto;
    width: 6px;
    aspect-ratio: 1/1;
    position: absolute;
    background-color: inherit;
}
.product .buy {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.product .freedelivery {
    text-transform: none;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 50%;
    line-height: normal;
    padding: 3px 10px;
    font-size: 11px;
    transform: translate(-50%,0);
    transition: all 0.2s ease;
    border-radius: 25px;
    display: block;
}
.product .buy input[type="number"] {
    border: solid 1px rgba(0,0,0,1.00);
    border-radius: 3px;
    min-height: 40px;
    height: 40px;
    background-color: transparent;
    
}
.product .buy input[type="number"] {
    width: 40px;
    flex: none;
    padding: 0;
    color: rgba(0,0,0,1.00);
    text-align: center;
    display: none;
}
.product input[type="number"]::-webkit-inner-spin-button,
.product input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product .buy .button {
    width: auto;
    flex: none;
    gap: 8px;
    border: none;
    align-items: center;
}
.product .buy svg {
    width: 15px;
    height: auto;
}
.product .stockinfo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
}
.product .stockinfo .stock {
    text-transform: lowercase;
}
.product .stockinfo > :nth-child(n+2) {
    padding-left: 10px;
}
.product .stockinfo > :nth-child(n+2):before {
    width: 1px;
    height: 10px;
    background-color:rgba(177,177,177,1.00);
    content: "";
    margin-right: 10px;
}

.product .stockinfo > * {
    display: flex;
    gap: 2px;
    align-items: center;
}
.product .stockinfo svg {
    width: 14px;
    height: auto;
}
.product .stockinfo .stock svg,
.bp_relatedproductsProductStockMessage .stock svg,
.bp_lsaProduct .stockinfo .stock svg{
    color: var(--good);
}
.product .stockinfo.notinstock,
.bp_relatedproductsProductStockMessage.bp_relatedproductsNotInStock {
    justify-content: center;
}
form[action*="/shop/basket.asp"] {
    height: 100%;
}

.bloggroupscontainer {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.bloggroupscontainer > div {
    flex: none;
    width: calc(50% - 20px);
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
    border-left: solid 8px rgba(0,0,0,1.00);
    padding: 30px 30px 40px 40px;
    display: flex;
    flex-direction: column;
}
.bloggroup .bloggrouptitle {
    flex: none;
}
.bloggroup ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: auto;
}
.bloggroup ul a {
    display: flex;
    padding: 5px 0;
    text-decoration: none;
    align-items: center;
    gap: 8px;
}
.bloggroup ul a svg {
    width: 15px;
    height: auto;
}
.bloggroup ul > li:not(:last-child) a {
    border-bottom: solid 1px rgba(237,237,237,1.00);
}
.bloggroup .button.small {
    margin-top: 15px;
    align-self: flex-end;
    flex: none;
}

.blogcardimage {
    width: 100%;
    height: 20vh;
    object-fit: cover;
}
.blogcard {
    padding-top: 2vw;
}
.blogcard h1 {
    font-size: clamp(26px, 4vw, 50px);
    margin-bottom: 40px;
}
.blogcard h3 {
    margin-bottom: 7px;
}
.blogcard h3 + br,
.blogcard center + br + br,
.blogcard br + br + br {
    display: none;
}

[id*=hr-recom-]:empty {
    background-image: url("/images/skins/2025/images/loader.gif");
    background-repeat: no-repeat;
    background-size: 35px auto;
    background-position: 50% 50%;
    aspect-ratio: 100/30;
    background-color: rgba(247,247,247,1.00);
}

#Content_Productlist {
    flex: auto;
}

.productfilter {
    display: none;
    flex: none;
    width: 370px;
    padding:0 2rem 2rem;
}
.webshop-productlist .productfilter:not(:empty) {
    display: block;
}
.product-filter-clear,
.product-filter-headertext-container {
	display: none;
}
.productfilterbottom {
    display: none;
}


[data-favorites] {
    display: flex;
    align-items: center;
    cursor: pointer;
}
[data-favorites] svg {
    width: 20px;
    height: auto;
    margin: 0 5px 0 0;
}
[data-favorites].added svg {
    color: var(--highlight);
}

.label {
    position: absolute;
    right: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: var(--primary);
    color: rgba(255,255,255,1.00);
    padding: 8px 15px;
    
    line-height: 1;
    white-space: nowrap;
    top: 2vw;
    margin-top: -16px;
}
.label svg {
    width: 15px;
    height: auto;
}
.product .label {
    top: 10px;
    margin: 0;
    font-size: 12px;
    padding: 6px 8px;
    gap: 4px;
}
.product .label svg {
    width: 10px;
}
.productcard .offer {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    display: inline-flex;
    font-size: inherit;
}

.productcard {
    align-items: flex-start;
    position: relative;
}
.productcard > * {
    flex: none;
    width: 50%;
}
.productcard > .cardleft {
    position: relative;
}
.productcard > .cardright {
    padding: 2vw 0 2vw 3vw;
    max-width: 630px;
}

.productcard .swiper.images {
    position: relative;
}
.productcard .swiper.images .swiper-pagination {
    justify-content: flex-end;
    display: flex;
    position: absolute;
    bottom: 0;
    padding: 30px;
}
.productcard .swiper.images img {
    width: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
    max-height: calc(100vh - 165px);
    object-position: right;
}
.productcard .swiper.images img[src*="youtube"] {
    object-fit: contain;
    background-color: #000;
}
.productcard .swiper.images .swiper-slide svg {
    position: absolute;
    z-index: 2;
    width: 10%;
    min-width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    aspect-ratio: 1/1;
    background-color: var(--primary);
    color: rgba(255,255,255,1.00);
    border-radius: 50%;
    padding: 2%;
    box-shadow: 0 0 80px rgba(0,0,0,.8);
}
.productcard .cardrighttop {
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.productcard .cardrighttop > table {
    table-layout: fixed;
}
.productcard .cardrighttop .productnumber {
    font-size: 13px;
    color: rgba(119,119,119,1.00);
    white-space: nowrap;
}
.productcard [itemtype="https://schema.org/BreadcrumbList"] {
    justify-content: flex-start;
    margin: 0;
}
.cardright .trustpilot-widget {
    margin-top: 30px;
    padding: 15px;
    background-color: rgba(247,247,247,1.00);
    border-radius: 3px;
    /*border: solid 1px rgba(238,238,238,1.00);*/
}
.productcard .pointDetails {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: -15px 0 30px;
}
.productcard .pointDetails svg {
    width: 15px;
    height: auto;
    margin: 0 4px 0 0;
}
.productcard .pointDetails .productPoints {
    font-weight: bold;
    color: var(--discount);
}
.productcard h1 small {
    display: block;
    font-size: 60%;
    font-weight: normal;
}
.productcard .cardinfo {
    margin-bottom: 30px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}
.productcard .cardinfo .stockinfo {
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(56,56,56,1.00);
}
.productcard .cardinfo .stockinfo > div {
    display: flex;
    align-items: center;
}
.productcard .cardinfo .stockinfo > div > span:nth-child(n+2):not(.handled) {
    text-transform: lowercase;
}
.productcard .cardinfo .stockinfo svg {
    width: 20px;
    height: auto;
    margin: 0 5px 0 0;
    color: var(--good);
}
.productcard .bp_GoogleReview_starRating:empty,
.productcard [itemprop="aggregateRating"]:not(.handled) {
    height: 18px;
    width: 90px;
}

.starscontainer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.starscontainer svg {
    width: 18px;
    height: auto;
    display: block;
    color: #C0C0C0;
}
.starscontainer svg.active {
    color: #F6AE04
}

.cardsellingpoints {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.cardsellingpoints > li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.cardsellingpoints > li > svg {
    width: 15px;
    height: auto;
    flex: none;
    margin: 3px 0 0;
    color: var(--good);
}
.cardsellingpoints > li > span {
    flex: auto;
}

.productcard .description {
    margin-bottom: 30px;
}
.Description_Productinfo {
    line-height: 1.6rem;
}
.Description_Productinfo > br:first-child,
.Description_Productinfo > br:last-child {
    display: none;
}
.Description_Productinfo p:first-child {
    margin-top: 0;
}
.Description_Productinfo p:only-of-type {
    margin: 0;
}
.variantsrow {
    margin-bottom: 30px;
    display: flex;
    gap: 30px;
    align-items: flex-end;
}
.Variants {
    min-width: 50%;
}
.Variants td:empty {
    display: none;
}
.VariantGroup {
    width: 100%;
}
.VariantGroup select {
    width: 100%;
}
[data-fancybox="videoguide"] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    line-height: normal;
}
[data-fancybox="videoguide"] > svg {
    width: 30px;
}
[data-fancybox="videoguide"] > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
[data-fancybox="videoguide"] > span small {
    text-decoration: underline
}
.productcard .pricerow {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 13px;
}
.productcard .pricerow .pricerunner {
    flex: none;
    max-width: 200px;
}
.productcard .Prices_Custom_UL {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 15px;
    flex: auto;
}
.productcard .Prices_Custom_UL > li:only-child {
    flex: none;
    width: 100%;
}
.productcard .Prices_Custom_UL > li:first-child {
    min-width: 186px;
}
.productcard .Prices_Custom_UL > li:first-child .unitpricerow {
    display: flex;
    align-items: baseline;
    gap: 15px;
    font-size: 30px;
}
.productcard .Prices_Custom_UL > li:first-child del {
    color: rgba(115,115,115,1.00);
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
}
.productcard .Prices_Custom_UL > li:first-child del span {
    text-decoration: line-through;
}
.productcard .Prices_Custom_UL > li:first-child .unitprice {
    font-weight: 700;
    
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) {
    padding: 10px 20px;
    border-radius: 3px;
    border: solid 1px rgba(240,240,240,1.00);
    cursor: pointer;
    user-select: none;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2):hover {
    background-color: rgba(244,244,244,1.00);
}


.stockinfo [id*="bp_countdown_"] {
    height: auto;
    padding: 0;
    white-space: nowrap;
}
.stockinfo [id*="bp_countdown_"] .bp_countdown_message_banner,
.stockinfo [id*="bp_countdown_"] .bp_countdown_message_banner .bp_countdown_product_dispatch_shared_unit_span,
.stockinfo [id*="bp_countdown_"] .bp_countdown_message_banner .bp_countdown_product_shared_div {
    margin: 0;
}
.stockinfo [id*="bp_countdown_"] .bp_countdown_message_banner .bp_countdown_product_shared_span {
    padding: 0 5px;
}
.stockinfo [id*="bp_countdown_"] .bp_countdown_message_banner .bp_countdown_product_seconds_span {
    font-feature-settings: 'tnum';
}
.stockinfo [id*="bp_countdown_"] .bp_countdown_message_banner * {
    font-size: 15px;
    color: rgba(0,0,0,1.00);
    display: flex;
}

.soldoutcontainer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255,255,255,.70);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    user-select: none;
}
.soldoutcontainerinner {
    border-radius: 25px;
    background-color: #c29dc8;
    padding: 5vw;
    max-width: 90vw;
    color: rgba(255,255,255,1.00);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.soldouttitle {
    font-size: clamp(25px, 3vw, 45px);
}
.soldouttitle strong {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    
}
.soldoutcontainerinner a {
    color: rgba(255,255,255,1.00);
}

td.VariantGroupLabel {
    position: relative;
    height: 20px;
}
.variantlabel {
    position: absolute;
    bottom: 4px;
    z-index: 5;
    left: 10px;
    white-space: nowrap;
    color: rgba(255,255,255,1.00);
    font-size: 12px;
}
.variantlabel > span {
    padding: 5px 13px;
    position: relative;
}
.variantlabel > span:first-child {
    background-color: var(--dark);
    border-radius: 25px 0 0 25px;
}
.variantlabel > span:first-child:after {
    width: 6px;
    height: 6px;
    background-color: var(--dark);
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
.variantlabel > span:only-child {
    border-radius: 25px;
}
.variantlabel > span:last-child:not(:only-child) {
    background-color: var(--news);
    border-radius: 0 25px 25px 0;
}

.brandrow {
    margin: 30px 0 0;
}
.deliveryinfobox + .brandrow {
    margin-top: 15px;
}

/*
#BUYSECTION [id*="bp_countdown_"] {
    position: absolute;
    bottom: calc(100% + 0px);
    z-index: 5;
    left: 50%;
    height: auto;
    border-radius: 25px;
    background-color: var(--dark);
    padding: 5px 13px;
    transform: translateX(-50%);
    white-space: nowrap;
}
#BUYSECTION [id*="bp_countdown_"]:empty {
    display: none;
}
#BUYSECTION [id*="bp_countdown_"]:after {
    width: 8px;
    height: 8px;
    background-color: inherit;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
#BUYSECTION [id*="bp_countdown_"] .bp_countdown_message_banner {
    margin: 0;
}
#BUYSECTION [id*="bp_countdown_"] .bp_countdown_message_banner .bp_countdown_product_dispatch_shared_unit_span {
    margin: 0;
}
#BUYSECTION [id*="bp_countdown_"] .bp_countdown_message_banner .bp_countdown_product_shared_span {
    padding: 0 3px;
}
#BUYSECTION [id*="bp_countdown_"] .bp_countdown_message_banner .bp_countdown_product_shared_div {
    margin: 0;
}
#BUYSECTION [id*="bp_countdown_"] .bp_countdown_message_banner .bp_countdown_product_seconds_span {
    font-feature-settings: 'tnum';
}
#BUYSECTION [id*="bp_countdown_"] .bp_countdown_message_banner * {
    font-size: 13px;
    color: rgba(255,255,255,1.00);
    display: flex;
}
*/
#BUYSECTION {
    display: flex;
    gap: 15px;
    position: relative;
}
.submitcontainer {
    flex: auto;
    position: relative;
    display: flex;
}
.btnaddcompare {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
}
.btnaddcompare svg {
    width: 28px;
    height: auto;
}
.btnaddcompare.active svg {
    background-color: var(--good);
    color: rgba(255,255,255,1.00);
    padding: 5px;
    border-radius: 3px;
}
#BUYSECTION input[type="submit"],
#BUYSECTION .button {
    flex: auto;
    display: flex;
    gap: 10px;
    font-size: 22px;
}
#BUYSECTION input[type="submit"] > svg,
#BUYSECTION .button > svg {
    width: 25px;
}
#BUYSECTION .Description_Productinfo {
    display: none;
}
.soldoutbadge {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 3px);
    background-color:rgba(37,37,37,1.00);
    transform: translateX(-50%);
    border-radius: inherit;
    font-weight: 400;
    padding: 5px 15px;
    font-size: 14px;
}
.soldoutbadge:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%) rotate(45deg);
    width: 10px;
    height: auto;
    aspect-ratio: 1/1;
    background-color: inherit;
}
.amountcontainer {
    display: flex;
    border: 1px solid #eee;
    border-radius: 50px;
}
.amountcontainer input {
    border: none;
    height: 100%;
    padding: 0;
    text-align: center;
    line-height: 1;
    aspect-ratio: 90/100;
}
.amountcontainer input[type="number"]::-webkit-inner-spin-button,
.amountcontainer input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.amountcontainer span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    aspect-ratio: 90/100;
    cursor: pointer;
    user-select: none;
}
.add-on-products-header-container {
    display: flex;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 13px;
}
.add-on-products-sub-header {
    display: none;
}
.add-on-products-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.add-on-products-container > div:nth-child(n+1) {
    margin-bottom: 10px;
}
.add-on-product-row {
    position: relative;
    display: flex;
    gap: 15px;
}
/*
.add-on-product-row.selected:before {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}
*/
.add-on-products-container:not(.showall) .add-on-product-row:nth-of-type(n+6) {
    display: none;
}
.add-on-product-column.add-on-product-checkbox {
    order: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    position: relative;
}
.add-on-product-column.add-on-product-checkbox input[type="checkbox"] {
    display: none;
}
.add-on-button {
    background-color: rgba(0,0,0,1.00);
    color:rgba(255,255,255,1.00);
    padding: 8px 16px;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    min-height: 36px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
input[type="checkbox"]:checked + .add-on-button {
    background-color: var(--highlight);
}
.add-on-product-image {
    order: 1;
    flex: none;
    width: 80px;
    max-width: 17%;
    display: flex;
    align-items: center;
}
.add-on-product-image a {
    display: block;
    position: relative;
}
.add-on-product-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    padding: 6px;
    object-fit: contain;
    background-color: rgba(255,255,255,1.00);
}
.add-on-product-name {
    flex: auto;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.add-on-product-price {
    font-weight: 700;
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.add-on-product-price strike {
    font-weight: normal;
    color: rgba(115,115,115,1.00);
}
.add-on-product-amount {
    order: 3;
    align-self: center;
}
.add-on-product-amount input[type="number"] {
    width: 40px;
    height: 36px;
    border-radius: 3px;
    padding: 0;
    text-align: center;
}
.add-on-product-amount input[type="number"]::-webkit-inner-spin-button,
.add-on-product-amount input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.moreinfo {
    background-color: var(--lightblue);
}
.moreinfo img {
    object-fit: contain;
    max-height: 50dvh;
    -webkit-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
}
.productinfo {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.productinfo .productdetails:empty {
    display: none;
}
.productinfo .doclink {
    display: flex;
    align-items: center;
    gap: 10px;
}
.productinfo .doclink svg {
    width: 18px;
    height: auto;
    display: block;
}

.accordion {
    display: flex;
    flex-direction: column;
}
.accordion > div {
    border: solid 1px rgba(224, 224, 224, 1.00);
    overflow: hidden;
}
.accordion > div:not(:last-child) {
    border-bottom: none;
}
.accordion > div:first-child {
    border-radius: 6px 6px 0 0;
}
.accordion > div:last-child {
    border-radius: 0 0 6px 6px;
}
.accordion > div:only-child {
    border-radius: 6px 6px;
}
.accordionheader {
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-weight: bold;
}
.accordionheader.open {
    background-color: rgba(244, 244, 244, .60);
}
.accordionheader > span {
    display: flex;
    gap: 10px;
}
.accordionheader > span svg {
    width: 20px;
    color: var(--warning);
}
.accordionheader:after {
    content: "+";
}
.accordionheader.open:after {
    content: "-";
}
.accordionbody {
    display: none;
    padding: 15px 15px;
    margin: 0;
    line-height: 1.5em;
}
.accordionheader.open + .accordionbody {
    display: block;
}
.accordion.footinfo {
    margin-bottom: 30px;
}

.footsizerow {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

[data-footsizes] {
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    line-height: normal;
}
[data-footsizes] > * {
    border: solid 1px rgba(244, 244, 244, 1.0);
    border-radius: 25px;
    padding: 4px 12px;
}
.footwidthimage {
    flex: none;
    width: 220px;
    max-width: 50%;
}
[data-footsizes] + img {
    width: 100%;
}


/*
.productdetails {
    border-left: solid 1px rgba(194,194,194,.5);
    padding-left: 20px;
}
*/
.productdetails {
    line-height: normal;
}
.productdetails > div {
    display: flex;
    align-items: flex-start;
}
.productdetails > div > * {
    padding: 8px 0;
    flex: none;
    width: 50%;
}

.productdetails > div > span:first-of-type {
    padding-right: 30px;
    text-align: right;
    
}
.productdetails > div > span:last-of-type {
    font-weight: 700;
    border-left: solid 1px rgba(194,194,194,.5);
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.productdetails span > [data-tagvalueid] {
    border-radius: 25px;
    background-color: #e1eef3;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}
.productdetails span > [data-tagvalueid][href] {
    background-color: var(--dark);
    color: rgba(255,255,255,1.00);
    padding-right: 10px;
}
.productdetails span > [data-tagvalueid][href]:hover {
    background-color: rgba(0,0,0,1.00);
}
.productdetails span > [data-tagvalueid] svg {
    width: 15px;
}
.productcard .description [id*="_faq_"] {
    display: none;
}
.faq:not(.active) {
    display: none;
}
.faq .container {
    display: flex;
}
.faq .container > * {
    flex: none;
    width: 50%;
}
.faq .container > img {
    align-self: stretch;
    object-fit: cover;
    min-height: 450px;
    object-position: 100% 50%;
}
.faq .container > div {
    padding-left: 7vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.faq .bp-faq-wrapper {
    gap: 0;
}
.faq .bp-faq-entry.bp-faq-question-arrow .bp-faq-question {
    background-color: transparent;
    padding: 1.5rem 0;
    border-top: solid 1px #eeeeee;
    font-weight: 500;
    justify-content: space-between;
    border-radius: 0;
}
.faq .bp-faq-entry.bp-faq-question-arrow .bp-faq-question svg {
    display: none;
}
.faq .bp-faq-entry .bp-faq-question:after {
    content: "";
    width: 15px;
    height: auto;
    aspect-ratio: 1/1;
    margin-left: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iIzAwMCI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMTkuNSA4LjI1LTcuNSA3LjUtNy41LTcuNSIgLz4KPC9zdmc+");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}
.faq .bp-faq-entry[open] .bp-faq-question:after {
    transform: rotate(-180deg);
}
.faq .bp-faq-entry.bp-faq-question-arrow[open] .bp-faq-answer-wrapper {
    padding: 0 0 1.5rem 0;
    /*border-top: solid 1px rgba(84,84,84,1.00);*/
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.30);
    z-index: 1000 !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.ui-dialog.ui-widget-content {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    width: 600px !important;
    height: auto !important;
    background-color:rgba(255,255,255,1.00);
    padding: 40px;
    z-index: 1001 !important;
    border-radius: 3px;
    box-shadow: 0 0 100px rgba(0,0,0,0.5);
}
.ddssmr-dialog {
    height: auto !important;
}
.ddssmr-notification-email-field {
    margin: 0 0 20px;
}

.imageoverlay,
.bp_relatedproductsProductImage {
    position: relative;
}
.imageoverlay:before,
/*.bp_relatedproductsProductImage:before,*/
.add-on-product-image a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    border-radius: inherit;
    background-color: rgba(191,191,191,1.00);
    opacity: 0.1;
    /*
    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;
}


div.bp_swiper.bp_relatedproductsProducts {
   overflow: visible;    
}
div.bp_swiper-button {
    left: 0;
    transform: translate(calc(-100% - 1vw),-50%);
    width: 50px;
    max-width: 10vw;
    aspect-ratio: 1/1;
    border: solid 1px #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,1.00);
    transition: all 0.3s ease;
}
div.bp_swiper-button.bp_swiper-button-prev {
    right: auto;
    left: 0;
    
}
div.bp_swiper-button.bp_swiper-button-next {
    right: 0;
    left: auto;
    transform: translate(calc(100% + 1vw),-50%) rotate(180deg);
}
div.bp_swiper-button svg {
    width: 45%;
    transition: all 0.3s ease;
}

div.bp_swiper-button:hover {
    background-color: rgba(0,0,0,1.00);
    border-color: rgba(0,0,0,1.00);
}
div.bp_swiper-button:hover svg {
    color: rgba(255,255,255,1.00);
}

.newsletterbox {
    background-image: var(--gradient);
    color: rgba(255,255,255,1.00);
    position: relative;
    overflow: hidden;
}
.newsletterbox picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter:grayscale(1);
    opacity: 0.3;
    object-fit: cover;
    animation: move-image 20s infinite;
}
/*
.newsletterbox:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url('https://images.unsplash.com/photo-1579547621113-e4bb2a19bdd6?q=80&w=1800&h=400&auto=format&fit=crop');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter:grayscale(1);
    opacity: 0.3;
}
*/
.newsletterbox .container {
    position: relative;
    z-index: 2;
    align-items: center;
}
.newsletterbox a {
    color: rgba(255,255,255,1.00);
}
.newsletterbox p {
    margin: 0;
}
.newsletterbox form {
    flex: none;
    width: 50%;
}
.newsletterbox .formrow {
    display: flex;
    gap: 10px;
}
.newsletterbox .formrow * {
    min-height: 40px;
    border: none;
}
.newsletterbox .mediumheader {
    font-weight: 400;
    font-size: 50px;
    flex-direction: column;
    margin: 0;
}
.newsletterterms {
    display: flex;
    gap: 8px;
    padding: 20px 0 0;
    align-items: flex-start;
    justify-content: flex-start;
}
.newsletterterms input {
    flex: none;
    border: none;
    margin-top: 2px;
}
.newsletterterms label {
    cursor: pointer;
    line-height: 1.5em;
}

.headerbox {
    width: 100%;
    display: block;
    min-height: 10vh;
}
img.headerbox {
    height: 20vh;
    object-fit: cover;
}

footer,
footer a {
    color: rgba(255,255,255,1.00);
}
footer {
    /*background-color: var(--light);*/
    background-color: var(--dark);
    /*font-size: 21px;*/
    color: rgba(255,255,255,1.00);
}
footer > div {
    padding: 70px 0;
}
.footericons {
    background-color: rgba(255,255,255,1.00);
}
.footericons .flex {
    justify-content: space-between;
}
.footericons .flex > * {
    flex: none;
}
.footericons .shippingmethods img,
.footericons .payment img {
    height: 45px;
    padding: 10px 10px;
}
.footericons .payment {
    gap: 15px;
}
.footertitle {
    margin-bottom: 30px;
    font-size: 25px;
}
.footerrow {
    display: flex;
    gap: 30px;
    line-height: 1.9em;
    justify-content: space-between;
}
.footerrow a {
    text-decoration: none;
}
.footerrow > * {
    flex: none;
    max-width: 40%;
}
.footermenu a {
    display: block;
}
footer a:hover {
    color: inherit;
    text-decoration: underline;
}

.footerrow ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footerusp {
    border-bottom: 1px solid #eae1da;
    
}
.footerusp .container {
    display: flex;
    justify-content: space-between;
}
.footerusp .container a {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-decoration: none;
}
.footerusp .container a svg {
    width: 30px;
}
footer .credits {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    padding-top: 0;
}
footer .shippingmethods {
    display: flex;
    align-items: center;
    gap: 20px;
}
a.social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
a.social svg {
    width: 35px;
    height: auto;
}
footer a.social:not(:last-child) {
    margin-bottom: 15px;
}
footer a.social svg {
    fill: rgba(255,255,255,1.00);
}
.uspclone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.uspclone > .swiper-slide > a,
.uspclone > .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.uspclone svg,
.uspclone img {
    width: 25px;
    height: auto;
}
.uspclone .uspCloneWarehouse svg {
	fill: #FFF;
}
.uspclone > .google > a {
    gap: 0;
}

.uspclone .google svg {
    width: 18px;
    color: #fee780;
}
.uspclone .google svg:last-of-type {
    margin-right: 10px;
}
footer .newslettersignup {
    width: 300px;
    max-width: 100%;
}
footer .newslettersignup .formrow {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .newslettersignup input[type="text"],
footer .newslettersignup input[type="email"] {
    border: none;
}
footer .newsletterterms {
    padding: 0;
}
footer input[type="submit"] {
    background-color: var(--news);
}

table.CmsPageStyle_Table,
.BackgroundColor1_Terms,
.BackgroundColor1_Terms table {
    height: auto;
    table-layout: fixed;
}
/*
table[style*="width"] {
    table-layout: auto;
    width: 100% !important;
}
table[style*="width"] td {
    width: auto !important;
}
*/
.tableoverflow {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
}
.sortby {
    display: none;
}

span.swiper-pagination-bullet {
    transition: all 0.3s ease;
}
span[class*="swiper-pagination-bullet-active"] {
    background-color: rgba(0,0,0,1.00);
    width: 20px;
    border-radius: 25px;
}
.wideoverflow {
    width: 100vw;
    overflow: hidden;
}

main.container {
    padding: 40px 0;
}

.webshop-frontpage main.container,
.webshop-productinfo main.container {
    padding: 0;
}
.webshop-frontpage main.container,
.webshop-productlist:not(.bloglist) main.container:not(.noitems),
.webshop-productinfo main.container {
    width: 100%;
    max-width: 2500px;
    
}
.webshop-productlist main.container:not(.noitems) {
    padding-bottom: 0;
}
.productlistheader + main.container {
    padding-top: 0;
}
/*
body.webshop-productlist {
    background-color: var(--light);
}
*/
#Content_Productlist .ProductList_Custom_DIV {
    padding: 0 2rem 2rem;
}
#Content_Productlist .ProductList_Custom_DIV .product {
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
.bloglist #Content_Productlist .ProductList_Custom_DIV {
    background-color: transparent;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}
.blogitem {
    display: flex;
    flex-direction: column;
}
.blogitem .image {
    margin-bottom: 20px;
}
.blogitem .image img,
.bp_relatedproductsProduct.blogitem .bp_relatedproductsProductImage img {
    width: 100%;
    height: auto;
    /*
    aspect-ratio: auto;
    */
    aspect-ratio: 520/364;
    object-fit: cover;
}
.blogitem .name,
.bp_relatedproductsProduct.blogitem .bp_relatedproductsProductName[class*="design_"] {
    font-size: 22px;
    padding: 15px 0;
    text-decoration: none;
    text-align: left;
    color: inherit;
    line-height: normal;
}
.blogitem .description:empty,
.blogitem .bp_relatedproductsShortDescription:empty {
    display: none;
}
.blogitem .description,
.blogitem .bp_relatedproductsShortDescription[class*="design_"] {
    margin-bottom: 15px;
    font-size: inherit;
    color: inherit;
}
.blogitem .button {
    align-self: flex-start;
}

[class*="bp_relatedproductsCustomField"] {
    display: none;
}

.itemscount {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: auto;
    aspect-ratio: 1/1;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    border-radius: 50%;
    z-index: 5;
    transform: translate(30%,-30%);
    background-color: var(--good);
    color: rgba(255,255,255,1.00);
}

.simplelist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
    padding: 0 2rem;
    gap: 15px;
    justify-content: center;
}
.simplelist br {
    display: none;
}
.simplelist > a {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: solid 1px #f4f4f4;
    padding: 10px 25px;
    text-decoration: none;

}

.SubCats_Categories_UL {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    padding: 0 30px;
    list-style-type: none;
    gap: 30px;
    justify-content: center;
}
.SubCats_Categories_UL > li {
    width: 23% !important;
    max-width: 230px;
    flex: none;
}
.SubCats_Categories_UL > li:empty {
    display: none;
}
.SubCats_Categories_UL .group {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
}
.SubCats_Categories_UL .group .image {
    flex: none;
}
.SubCats_Categories_UL .group .image:not(:has(img)) {
    display: none;
}
.SubCats_Categories_UL .group .image a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    border: solid 2px #f4f4f4;
    transition: all .2s ease;
    padding: 10px;
}
/*
.productgroup .image a:after {
    background-color: rgba(204, 204, 204, .10);
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 5;
    border-radius: inherit;
}
*/
.SubCats_Categories_UL .group:hover .image a {
    border-color:rgba(0,0,0,1.00);
    transform: scale(1.05);
}
.SubCats_Categories_UL .group:hover .image a {
    transform: none
}

.SubCats_Categories_UL .group .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    display: block;
    object-fit: contain;
    border-radius: 5px;
    object-position: 50% 50%;
}
.SubCats_Categories_UL .group .name {
    flex: auto;
}
.SubCats_Categories_UL .group .name a {
    display: block;
    text-decoration: none;
    line-height: 1.3em;
    text-align: center;
    color: rgba(0, 0, 0, 1.00);
    font-weight: bold;
}


 

.closebutton,
.ui-dialog-titlebar-close {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 45px;
    height: auto;
    aspect-ratio: 1/1;
    border: none;
    background-color: rgba(0,0,0,1.00);
    font-size: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI2ZmZiI+CiAgPHBhdGggZD0iTTYuMjggNS4yMmEuNzUuNzUgMCAwIDAtMS4wNiAxLjA2TDguOTQgMTBsLTMuNzIgMy43MmEuNzUuNzUgMCAxIDAgMS4wNiAxLjA2TDEwIDExLjA2bDMuNzIgMy43MmEuNzUuNzUgMCAxIDAgMS4wNi0xLjA2TDExLjA2IDEwbDMuNzItMy43MmEuNzUuNzUgMCAwIDAtMS4wNi0xLjA2TDEwIDguOTQgNi4yOCA1LjIyWiIgLz4KPC9zdmc+");
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: translate(50%,-50%);
    cursor: pointer;
}

div.swiper-button-next:after,
div.swiper-button-prev:after {
    color: rgba(0,0,0,1.00);
    font-size: 30px;
}


.shippingCountdown:empty {
    display: none;
}
.shippingCountdown .text {
    margin: 0 0 5px;
    padding: 0 65px 0 0;
    font-weight: bold;
}
.shippingCountdown .text i {
    font-style: normal;
    color: var(--good);
}
.shippingCountdown .bar {
    border-radius: 20px;
    height: 16px;
    padding: 1px;
    border: solid 1px var(--good);
    background-color: rgba(255, 255, 255, 1.00);
    display: flex;
    position: relative;
}
.shippingCountdown .bar span {
    flex: none;
    background-color: var(--good);
    border-radius: 20px;
    width: 0;
}
.shippingCountdown .bar small {
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 11px;
    background-color: var(--good);
    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 var(--discount);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.shippingCountdown:empty {
    display: none;
}
.shippingCountdown.redeemed {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shippingCountdown svg {
    width: 20px;
    height: auto;
    margin-right: 8px;
    fill: #369720;
}
.shippingCountdown.redeemed {
    background-color: #eefaea;
    color: #000;
    font-weight: bold;
}
.productcard .shippingCountdown {
    margin-top: 30px;
}
.productcard .shippingCountdown.redeemed {
    padding: 15px 20px;
}
.productcard .shippingCountdown.redeemed svg, .minibasket .shippingCountdown.redeemed svg {
    width: 20px;
    height: auto;
    color: green;
    fill: green;
}
.minibasket .shippingCountdown {
    padding-top: 20px;
}
.minibasket .shippingCountdown.redeemed {
    padding-top: 20px;
    padding-bottom: 20px;
}


.tabs .tabshead {
    display: flex;
    justify-content: center;
    border-bottom: solid 1px rgba(230,230,230,1.00);
    
}
.tabs .tabshead > div {
    cursor: pointer;
    padding: 0 30px 15px;
    position: relative;
    text-transform: uppercase;
    color: rgba(109,109,109,1.00);
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 13px;
}
.tabs .tabshead > div img {
    height: 15px;
    width: auto;
    max-width: 100px;
    object-fit: contain;
}
.tabs .tabshead > div.active {
    color:rgba(0,0,0,1.00);
}
.tabs .tabshead > div.active:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,1.00);
    content: "";
}
.tabs [data-tab]:not(.active) {
    display: none;
}


/* SHOWBASKET */
body.webshop-showbasket h1 {
    flex: none;
    width: 100%;
}
.showbasket {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    clear: both;
    width: 100%;
}
.showbasket > * {
    flex: auto;
}
.showbasket > .summary {
    flex: none;
    width: 40%;
    margin-left: 30px;
}
.showbasket > .summary .deliveryinfo {
    margin: 0 0 15px;
    border-radius: 4px;
    padding: 10px;
    background-color: rgba(240, 240, 240, 1.00);
    display: none;
}
.showbasketbuttons {
    margin-top: 30px;
    gap: 15px;
    display: flex;
    justify-content: flex-start;
}
.showbasketbuttons > * {
    flex: none;
}
.basketButtons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.basketButtons > a {
    width: 48%;
    flex: none;
}
.ShowBasket_Custom_DIV > div:not(:first-child) {
    margin-top: 15px;
}
.ShowBasket_Custom_DIV > div {
    display: flex;
    padding: 10px 15px 10px 10px;
    border: solid 1px rgba(237, 237, 237, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
    align-items: center;
    position: relative;
}
.ShowBasket_Custom_DIV > div.childproduct {
    margin: 0;
    border-top: none;
    background-color: rgba(244,244,244,1.00);
    padding-left: 25px;
}
.ShowBasket_Custom_DIV > div:has(.configchoices) {
    padding-bottom: 20px;
}
.ShowBasket_Custom_DIV > div:has(.configchoices) + div {
    padding-top: 20px;
}
.configchoices {
    position: absolute;
    top: 100%;
    left: 10px;
    background-color: var(--dark);
    color: rgba(255,255,255,1.00);
    border-radius: 2px;
    padding: 4px 15px;
    font-size: 12px;
    transform: translate(0,-50%);
    z-index: 2;
}
.configchoices:after {
    width: 6px;
    height: 6px;
    background-color: inherit;
    content: "";
    position: absolute;
    top: 100%;
    left: 15px;
    transform: translateY(-50%) rotate(45deg);
}

.infoline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ShowBasket_Custom_DIV .image {
    flex: none;
    width: 110px;
    max-width: 16%;
    margin: 0 15px 0 0;
    display: flex;
    align-items: flex-start;
    align-self: flex-start;
}
.ShowBasket_Custom_DIV .image a {
    position: relative;
}
.ShowBasket_Custom_DIV .image img {
    width: 100% !important;
    display: block;
}
.ShowBasket_Custom_DIV .productnumber {
    color: #7F7F7F;
}
.ShowBasket_Custom_DIV .info {
    flex: auto;
    padding: 0;
}
.ShowBasket_Custom_DIV .info > a {
    text-decoration: none;
}
.ShowBasket_Custom_DIV .info table {
    margin: 10px 0 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iIzAwMCI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMjEgMTEuMjV2OC4yNWExLjUgMS41IDAgMDEtMS41IDEuNUg1LjI1YTEuNSAxLjUgMCAwMS0xLjUtMS41di04LjI1TTEyIDQuODc1QTIuNjI1IDIuNjI1IDAgMTA5LjM3NSA3LjVIMTJtMC0yLjYyNVY3LjVtMC0yLjYyNUEyLjYyNSAyLjYyNSAwIDExMTQuNjI1IDcuNUgxMm0wIDBWMjFtLTguNjI1LTkuNzVoMThjLjYyMSAwIDEuMTI1LS41MDQgMS4xMjUtMS4xMjV2LTEuNWMwLS42MjEtLjUwNC0xLjEyNS0xLjEyNS0xLjEyNWgtMThjLS42MjEgMC0xLjEyNS41MDQtMS4xMjUgMS4xMjV2MS41YzAgLjYyMS41MDQgMS4xMjUgMS4xMjUgMS4xMjV6IiAvPgo8L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: calc(100% - 15px) 50%;
    padding: 7px 39px 7px 10px;
    background-color: #f9f9f9;
    border: solid 1px rgba(0, 0, 0, .04);
    border-radius: 25px;
    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 .stockinfo {
    margin-top: 7px;
}
.ShowBasket_Custom_DIV .amountinput input {
    height: 30px;
    width: 40px;
    text-align: center;
}
.ShowBasket_Custom_DIV .amountinput input::-webkit-outer-spin-button, .ShowBasket_Custom_DIV .amountinput input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ShowBasket_Custom_DIV .amountinput input[type=number] {
    -moz-appearance: textfield;
}
.ShowBasket_Custom_DIV .amount {
    display: flex;
    margin-top: 8px;
}
.ShowBasket_Custom_DIV .amount a:not([href*="remove=1"]) {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    font-family: 'Arial';
    line-height: 1;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    user-select: none;
    border: solid 1px rgba(237, 237, 237, 1.00);
    border-radius: 50%;
}
.ShowBasket_Custom_DIV .amount 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 a[href*="remove=1"], .delbutton {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #000;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 1;
}
.ShowBasket_Custom_DIV a[href*="remove=1"] svg, .delbutton svg {
    fill: #FFF;
    width: 12px;
    height: auto;
}
.ShowBasket_Custom_DIV .price {
    display: flex;
    justify-content: flex-end;
    margin-left: 15px;
    align-items: center;
}
.ShowBasket_Custom_DIV .price .amount {
    margin-right: 20px;
}
.ShowBasket_Custom_DIV .price .priceholder {
    line-height: normal;
    text-align: right;
}
.ShowBasket_Custom_DIV .price .priceholder small {
    display: block;
}
.ShowBasket_Custom_DIV .price .totalbefore {
    text-decoration: line-through;
    color: rgba(147, 147, 147, 1.00);
}
.showbasket .summary {
    display: flex;
    flex-direction: column;
}
.showbasket .summarycontent {
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
    border: solid 1px rgba(234,234,234,1.00);
    display: flex;
    flex-direction: column;
} 
.showbasket .summarycontent [data-yesoffers] {
    padding: 30px 0 0;
}
.showbasket .summary .row {
    display: flex;
    justify-content: space-between;
    flex: none;
    padding: 6px 0;
}
.showbasket .summary .row > div:last-of-type {
    text-align: right;
}
body.webshop-showbasket .CustomersAlsoBought_Custom_DIV {
    margin-bottom: 30px;
}
.showbasket .summary .row.total {
    font-size: 28px;
}
.showbasket .summary .row.total small {
    font-size: 14px;
}
.showbasket .summary .buttons {
    flex: auto;
    display: flex;
    flex-direction: column;
    padding: 30px 0 0;
    gap: 15px;
}
.showbasket .summary .buttons a.button {
    display: flex;
    width: 100%;
    flex: none;
    font-size: 16px;
    padding: 14px;
}
.showbasket .summary .buttons a.button svg {
    height: 20px;
    margin-right: 8px;
    width: auto;
    fill: #FFF;
}
.showbasket .summary .buttons a.button.grey {
    background-color: #6B6B6B;
}
.showbasket .payment {
    justify-content: center;
    padding: 30px 0 0;
}

.welcome {
    line-height: 1.6em;
}
.welcome > div {
    display: flex;
}
.welcome > div > * {
    flex: auto;
}
.welcome img {
    object-fit: cover;
}
.welcome > div > div {
    padding: 40px;
    flex: none;
    width: 50%;
    align-self: center;
}
.welcome > div > div p:first-of-type {
    margin-top: 0;
}
.welcome > div > div p:last-child {
    margin-bottom: 0;
}

.focusofferelement,
.focusofferelement a {
    color: rgba(255,255,255,1.00);
}
.focusofferelement {
   
    position: relative;
    background-color: var(--primary);
    overflow: hidden;
    /*clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);*/
}
.focusofferelement .container {
     display: flex;
}
.focusofferelementbackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(10px) grayscale(1);
    object-fit: cover;
    object-position: 100% 50%;
    transform: rotate(5deg);
    opacity: 0.2;
    z-index: 1;
    pointer-events: none;
}
.focusofferleft,
.focusoffercontent {
    padding: 40px;
}
.focusofferleft {
    display: flex;
    align-items: center;
    flex: none;
    gap: 40px;
    position: relative;
    z-index: 2;
    max-width: 53%;
    padding-left: 0;
}
.focusofferproduct {
    flex: auto;
    display: flex;
    position: relative;
    z-index: 2;
    text-decoration: none;
}
.focusoffercontent {
    flex: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
}
.focusoffertitle {
    font-size: 48px;
    font-weight: 700;
}
.focusofferproduct .focusofferimage {
    position: relative;
    flex: none;
    max-width: 40%;
}
.focusofferproduct .focusofferimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.focusoffermaintitle {
    font-size: 65px;
    font-weight: 700;
}
.focusoffermaintitle small {
    font-weight: 400;
    font-size: 50%;
    display: block;
}

.focusoffercountdown {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: flex-start;
}
.focusoffercountdown > div {
    border-radius: 3px;
    background-color:rgba(241,241,241,1.00);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(0,0,0,1.00);
    height: 120px;
    aspect-ratio: 10/12;
    position: relative;
}
.focusoffercountdown > div:before,
.focusoffercountdown > div:after {
    content: "";
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,1.00);
    opacity: 0.6;
}
.focusoffercountdown > div:after {
    background-color: rgba(213,213,213,1.00);
    margin-top: 1px;
}
.focusoffercountdown > div > strong {
    font-weight: 700;
    font-size: 40px;
}
.focusoffercountdown > div > span {
    font-size: 12px;
}


.sticky {
    position: sticky;
    top: 38px;
    z-index: 40;
    background-color: rgba(255,255,255,1);
    /*backdrop-filter: blur(10px);*/
}

.clubbox {
    color: rgba(255,255,255,1.00);
    /*border-bottom: solid 20px rgba(239,239,239,1.00);*/
    font-size: 20px;
    background-color: var(--dark);
}
.clubbox .flex {
    align-items: center;
    justify-content: center;
}
.clubbox .flex > * {
    flex: none;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.clubbox .flex > :first-child {
    max-width: 300px;
    align-items: flex-end;
}
.clubbox .flex > :last-child {
    border-left: solid 1px rgba(255,255,255,.20);
    padding-left: 40px;
    margin-left: 40px;
}
.clubbox svg {
    width: 170px;
    height: auto;
    margin: 0 0 15px;
}
.clubbox svg g {
    fill: white;
}
.clubbox .mediumheader {
    font-size: 40px;
    margin: 0;
}
.clubbox ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.clubbox li {
    padding: 5px 0 5px 30px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0id2hpdGUiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE2LjcwNCA0LjE1M2EuNzUuNzUgMCAwIDEgLjE0MyAxLjA1MmwtOCAxMC41YS43NS43NSAwIDAgMS0xLjEyNy4wNzVsLTQuNS00LjVhLjc1Ljc1IDAgMCAxIDEuMDYtMS4wNmwzLjg5NCAzLjg5MyA3LjQ4LTkuODE3YS43NS43NSAwIDAgMSAxLjA1LS4xNDNaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIC8+Cjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 0 3px;
}
.clubbox a {
    color: rgba(255,255,255,1.00);
}



.webshop-customercenter main > table[width=""]:first-of-type,
.webshop-customercenter main > table[width=""]:first-of-type + br {
    display: none;
}
table.loyalty_signup_table > tbody > tr > td:first-child {
    margin: 0;
    flex-wrap: nowrap;
    align-items: flex-start;
}
table.loyalty_signup_table > tbody > tr > td:first-child > * {
    margin: 0;
    padding: 40px;
    
}
table.loyalty_signup_table > tbody > tr > td:first-child > form[action*="customer.html"] {
    flex: none;
    width: 500px;
    background-color: var(--light);
    position: relative;
}
table.loyalty_signup_table > tbody > tr > td:first-child > form[action*="customer.html"]:after {
    width: 30px;
    height: auto;
    aspect-ratio: 1/1;
    position: absolute;
    left: 100%;
    top: 50px;
    transform: translateX(-50%) rotate(45deg);
    background-color: inherit;
    content: "";
    border: 1px solid #eee;
    border-left: none;
    border-bottom: none;
}
table.loyalty_signup_table > tbody > tr > td:first-child > form.loyalty_signup_form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

form.loyalty_signup_form .header p {
    margin: 0 0 10px;
    padding: 0;
}
form.loyalty_signup_form .input_section {
    flex: none;
    width: calc(50% - 10px);
    padding: 0;
    vertical-align: top;
    margin: 0;
}
form.loyalty_signup_form .input_section label {
    display: none;
}
form.loyalty_signup_form .description p {
    margin: 0;
    padding: 0;
}
form.loyalty_signup_form .description p:not(:empty) {
    margin-bottom: 10px;
}
form.loyalty_signup_form ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
form.loyalty_signup_form ul li {
    position: relative;
    padding: 4px 0 4px 20px;
}
form.loyalty_signup_form ul li:before {
    content: url("/images/skins/Bewise2021/images/icon-checkmark-green.svg");
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    display: block;
}
.signup_confirm_checkbox {
    display: flex;
    align-items: flex-start;
    margin: 0;
    flex: none;
    width: 100%;
}
.signup_confirm_checkbox > * {
    flex: auto;
}
.signup_confirm_checkbox > input {
    flex: none;
    margin: 0 10px 0 0;
}
.signup_confirm_checkbox > p {
    margin: 0;
    padding: 0;
}

.webshop-customercenter input[type="text"]#xprofileid.TextInputField_Customer,
.webshop-customercenter input[type="password"]#xprofileid1.TextInputField_Customer {
    width: 100% !important;
    margin-bottom: 20px;
}
.webshop-customercenter input.SubmitButton_Customer,
.ForgotPassword_Customer .SubmitButton_Customer {
    float: left;
    margin: 0 0 20px;
}

.b2bpopup .fancybox__content {
    width: 600px;
    max-width: 90vw;
}
.b2bpopup .fancybox__content > .f-button.is-close-btn, .b2bpopup.is-compact .fancybox__content > .f-button.is-close-btn {
    top: -40px;
    right: 0;
    min-height: 0;
    width: 50px;
    height: 50px;
    color: rgba(36, 36, 36, 1.00);
    opacity: 1;
    background-color: transparent;
    border-radius: 0;
}
.b2bpopup table {
    width: 100%;
}
/*
.b2bpopup form {
    padding: 2rem;
}
*/
.b2bpopup a[href="/shop/customer.html?showForgotPswForm=1"],
.b2bpopup a[href="#customersignup"],
.customersignup a[href="/shop/customer.html"] {
	background-color: #f9f9f9;
	padding: 10px 20px;
	border-radius: 20px;
	display: inline-flex;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
	width: 100%;
	justify-content: center;
}
a[href="/shop/customer.html?showForgotPswForm=1"] svg, a[href="#customersignup"] svg, .customersignup a[href="/shop/customer.html"] svg {
	height: 18px;
	width: auto;
	margin-right: 8px;
}
div.fancybox__backdrop {
    background-color: rgba(0,0,0,0.70);
}
button.is-close-btn {
    right: 0;
    left: 100%;
    color: #FFF !important;
    opacity: 1 !important;
}
.b2bpopup .fancybox__content > .f-button.is-close-btn,
.b2bpopup.is-compact .fancybox__content > .f-button.is-close-btn {
    top: -40px;
    right: 0;
    min-height: 0;
    width: 50px;
    height: 50px;
    color: rgba(36, 36, 36, 1.00);
    opacity: 1;
    background-color: transparent;
    border-radius: 0;
}

.ErrorText_customerlogin {
    margin: 0 0 20px;
    padding: 15px;
    background-color: rgba(246,223,223,1.00);
    border: solid 1px rgba(231,181,182,1.00);
    color: rgba(160,82,83,1.00);
}

[action="/shop/favorites.html"] {
    
}
.FormTB_SubjectLabelTD,
.FormTB_SubjectInputTD,
.subjectHeader + tr,
.FormTB_EmailLabelTD {
    display: none;
}
.subjectHeader {
    display: flex;
    gap: 15px;
    align-items: center;
}
.FormTB_EmailInputTD {
    flex: auto;
}

table.BackgroundColor1_Profile {
    width: 100%;
    table-layout: fixed;
}

.bp_lsaFullScreen .bp_lsaCategoriesList > .bp_lsaCategory:nth-child(n+10),
.bp_lsaFullScreen .bp_lsaBrands > .bp_lsaBrand:nth-child(n+10) {
    display: none;
}

form[action="/shop/b2blogin.html"] .TextInputField_B2Blogin,
input[name="forgotEmail"] {
    width: 100% !important;
    margin: 0 0 12px;
}
form[action="/shop/b2blogin.html"] .SubmitButton_B2Blogin {
    display: block;
    margin: 0 0 20px;
}

table.TableLines_ProductInfo {
    display: none;
}

.pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem 0;
    line-height: normal;
}
.pager:not(:has(a)) {
    display: none;
}
.pages {
	display: flex;
	gap: 4px;
}
.pages > a {
	background-color: #eee;
	border-radius: 2px;
	padding: 5px;
	display: flex;
	text-decoration: none;
    min-width: 27px;
    justify-content: center;
}
.pages > a.ActivePageNumber_ProductList {
	background-color: #000;
	color: #FFF;
}
.next a, .prev a {
	color: #fff;
    background-color: #000;
    font-weight: 400;
    padding: 5px 10px;
	border-radius: 3px;
	text-decoration: none;
}
.SubCats_Categories_Container > h1 {
    display: none;
}

.subcatBoxes {
    flex-wrap: wrap;
    gap: 30px;
    display: none;
}
.subcatBoxes > a {
    flex: none;
    width: 20%;
}

#Content_Productlist .categorydescription {
    display: none;
}
.CategoryFooterContent {
    padding: 2rem 2rem 0;
}

form[name="CustomerCenterForm"] .BackgroundColor1_Customer {
    padding: 20px;
    border: solid 1px rgba(238, 238, 238, 1);
    width: 100%;
}
form[name="CustomerCenterForm"] .Text1_Customer > tbody > tr:first-child > td > br:first-child {
    display: none;
}
[id*="tabB"] {
    float: left;
    margin-right: 6px;
}
[id*="tabB"] > span {
    background-color: rgba(238, 238, 238, 1);
    padding: 10px 15px;
    display: block;
    border-radius: 3px 3px 0 0;
}
[id*="tabB"] > span.Tabactive_Customer, [id*="tabB"] > span.Tabhover_Customer {
    background-color: rgba(0, 0, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
}
[id*="tabB4"] {
    float: right;
    margin: 0;
}
[id="tabB4"] > span.Tabdeactive_Customer {
    color: rgba(255, 255, 255, 1.00);
    background-color: var(--primary);
}
.Text1_Customer tr[id*="Field"] > td {
    padding: 5px 0;
}
.Text1_Customer tr[id*="Field"] > td:nth-child(3) {
    font-size: 0;
}
span.FieldReq_Customer {
    position: absolute;
    font-size: 12px;
    line-height: 1;
    margin: -7px 0 0 -21px;
}
#OrderDetailsHeading + br + table, #OrderDetailsHeading + br + table + br + table + table {
    display: none;
}
#OrderDetailsHeading + br + table + br + table > tbody > tr > td {
    border-bottom: solid 1px rgba(238, 238, 238, 1);
    padding: 7px 0;
}

[id*="bp_ProductCarousel_"]:empty {
    aspect-ratio: 1567 / 567;
}
[id*="bp_ProductCarousel_"].bp_noResult {
    display: none;
}


.nice {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}
.nice.boxes > * {
    flex: auto;
    width: 50%
}
.nice.boxes > div {
    padding: 40px
}
.nice img {
    display: block;
    max-width: 100%
}
.nice h2 + br,
.nice h3 + br {
    display: none
}
.nice > br,
.nice + br,
.nice + br + br {
    display: none
}
.nice.column {
    column-count: 2;
    column-gap: 5%
}
.nice.border {
    border: solid 1px rgba(233, 233, 233, 1)
}
.nice.padding {
    padding: 40px
}
.nice.space {
    margin: 0 0 40px
}
.nice.space:last-child {
    margin-bottom: 0;
}
.nice.gray {
    background-color: var(--light);
}
.nice.blue {
    background-color: var(--primary);
    color: #fff;
}
.nice.blue a {
    color: #fff
}
.nice.blue a:hover {
    text-decoration: none
}
.nice.large {
    font-size: 200%
}
.nice.center {
    justify-content: center;
    text-align: center
}

[style*="100000"].needsclick {
    z-index: 15 !important;
}

.productconfig {
    margin-bottom: 30px;
}
.productconfig:empty {
    height: 450px;
    background-image: url("/images/skins/2025/images/loader.gif");
    background-repeat: no-repeat;
    background-size: 35px auto;
    background-position: 50% 50%;
}
.configgroups {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.groupheader {
    border: solid 1px rgba(238,238,238,1.00);
    border-radius: 5px;
    padding: 10px 20px 10px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 20px;
    user-select: none;
}
.configgroup:not(.open) .groupheader:hover {
    background-color: rgba(240,240,240,.50);
}
.configgroup.open .groupheader {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}
.groupheaderimage {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    border: solid 1px rgba(240,240,240,1.00);
    flex: none;
    overflow: hidden;
}
.groupimage {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.groupimage[src*=".gif"] {
    padding: 15px;
}
.configgroupcolor .groupimage:not([src*=".gif"]) {
    transform: scale(2);
}
.groupheaderinfo {
    flex: auto;
}
.groupheadertitle {
    font-weight: bold;
}
.groupheaderprice {
    flex: none;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    text-align: right;
}
.groupheadertoggler:before {
    content: "+";
    flex: none;
    display: block;
    font-size: 17px;
    font-family: 'Arial';
    line-height: 1;
    width: 14px;
    text-align: center;
}
.configgroup.open .groupheadertoggler:before {
    content: "-";
}
.groupproducts {
    display: none;
}
.configgroup.open .groupproducts {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 10px;
    border: solid 1px rgba(238,238,238,1.00);
    border-top: none;
    border-radius: 0 0 5px 5px;
}
.groupproduct {
    user-select: none;
    flex: none;
    width: calc(33.33% - 10px);
    border-radius: 3px;
    padding: 10px;
    background-color: #d1d1d11a;
    border: solid 1px rgba(209, 209, 209, .4);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.groupproduct.selected {
    background-color:rgba(244,252,242,1.00);
    border-color: rgba(175,237,178,1.00);
}
.groupproductimage {
    mix-blend-mode: multiply;
    margin: 0 0 10px;
}
.groupproductprice {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px 0 0;
}
.groupproductprice del {
    display: block;
    color: rgba(99,99,99,1.00);
}
.groupproductprice del:empty {
    display: none;
}

hr {
    margin: 20px 0;
    height: 1px;
    border: none;
    background-color: rgba(234,234,234,1.00);
}

.chatcontainer {
    flex: none;
    width: 870px;
    max-width: 100%;
    /*box-shadow: 0 0 20px #0031491a;*/
    padding: 30px;
    border-radius: 15px;
    position: relative;
    background-color: rgb(248 252 255);
    border: solid 1px rgb(230 241 248);
}
.chatcontainer:before {
    width: 25px;
    height: 25px;
    position: absolute;
    background-color: inherit;
    content: "";
    left: 0;
    top: 50px;
    transform: translate(-50%,0) rotate(45deg);
    border: inherit;
    border-top: none;
    border-right: none;
}
.chatmessagecontainer {
    border-radius: 8px;
    position: relative;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0 0 20px #0031491a;
    margin-left: 70px;
    min-height: 80px;
    
}

.chatmessagecontainer:not(:first-child) {
    margin-top: 60px
}

.chatmessagecontainer:before {
    content: "";
    width: 50px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: solid 2px var(--dark);
    background-color: #fff;
    position: absolute;
    right: calc(100% + 20px);
    top: 0;
    background-image: url(/images/skins/2025/images/jette.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0
}

.chatmessagecontainer:empty {
    background-image: url(/images/skins/2025/images/typing.gif);
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: 30px 50%
}

.chattextcontainer {
    font-weight: 700
}

.chattextcontainer:empty {
    display: none
}

.choicescontainer {
    opacity: 0;
    transform: translateY(-30px);
    transition: all .3s ease;
    display: flex;
    margin: 30px 0 0 auto;
    flex-wrap: wrap;
    width: 840px;
    gap: 20px;
    max-width: calc(100% - 70px);
    justify-content: flex-end
}

.choicescontainer.active {
    opacity: 1;
    transform: translateY(0)
}

.choicescontainer > * {
    flex: none;
    width: calc(33.33% - 14px);
    height: auto;
    aspect-ratio: 1/1;
    background-color: #fff;
    box-shadow: 0 0 20px #0031491a;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .3s ease;
    cursor: pointer;
    gap: 15px;
    flex-direction: column;
    user-select: none
}

.choicescontainer>:not(.active):hover {
    transform: scale(1.05)
}

.choicescontainer>.active {
    border: solid 3px var(--good);
}

.choicescontainer > * img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.chatresultcontainer {
    margin: 40px 0 0 70px
}

.chatresulttitle {
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px
}

.chatresultform {
    border-radius: 8px;
    background-color: #fff;
    padding: 30px;
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
    box-shadow: 0 0 20px #0031491a
}

.chatresultform>div {
    position: relative
}

.chatresultform input[type=email] {
    height: 60px;
    border-radius: 100px;
    border: solid 1px rgba(139,139,139,1);
    font-size: 18px;
    padding: 0 60px 0 28px
}

.chatresultform input[type=submit] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTYuMjggMTEuNDdhLjc1Ljc1IDAgMCAxIDAgMS4wNmwtNy41IDcuNWEuNzUuNzUgMCAwIDEtMS4wNi0xLjA2TDE0LjY5IDEyIDcuNzIgNS4wM2EuNzUuNzUgMCAwIDEgMS4wNi0xLjA2bDcuNSA3LjVaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIC8+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: 50% 50%;
    background-color: #000000;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 0;
    border-radius: 50%;
    padding: 0
}

.ProductList_Custom_DIV.chatresultproducts {
    justify-content: center;
    gap: 20px;
}

.ProductList_Custom_DIV.chatresultproducts > div {
    /*width: calc(33.33% - 10px)*/
    width: 290px;
}

.centerelement {
    display: flex;
    justify-content: center
}

.nobutton {
    margin: 30px 0 0;
    text-align: center;
    text-decoration: underline;
    cursor: pointer
}

.button.startoverbutton {
    border-radius: 50px;
    padding: 12px 37px;
    margin: 0 auto 30px
}

.bp-faq-question[class*="bp-faq-question-"] {
    background-color: var(--light);
}

.compareproductscontainer {
    display: flex;
    min-height: 400px;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    overflow-x: auto;
    border: solid 1px rgba(244,244,244,1.00);
    cursor:grabbing;
}
.comparelabels {
    flex: none;
    min-width: 200px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    position: sticky;
    left: 0;
    background-color: rgba(255,255,255,1.00);
    z-index: 2;
}
.compareproduct {
    flex: auto;
    min-width: 500px;
}
.compareproduct:not(:last-child) {
    border-right: solid 1px rgba(244,244,244,1.00);
}
.compareproduct:empty {
    background-image: url("/images/skins/2025/images/loader.gif");
    background-repeat: no-repeat;
    background-size: 35px auto;
    background-position: 50% 50%;
}
.comparerow {
    padding: 15px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*
.comparerow:empty:after {
    content: "&nbsp;";
}
*/
.comparelabels .comparerow {
    font-weight: bold;
}
.comparerow:not(:last-child) {
    border-bottom: solid 1px rgba(230,230,230,1.00);
}
.comparetop {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.compareimage {
    flex: none;
}
.compareimage img {
    width: 250px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.comparename {
    font-weight: bold;
    text-decoration: none;
    padding: 15px 0 4px;
    flex: auto;
}
.compareprice {
    flex: none;
}
.comparebuttons {
    display: flex;
    gap: 15px;
    flex: none;
    align-self: flex-start;
    margin-top: 8px;
}
.comparebuttons .button.remove {
    background-color: rgba(144,37,38,1.00);
}

main.container.customerservicemenu .servicemenu {
    display: none;
}

.Order_printIcon * {
    display: none;
}
.Heading_Order4 ~ br,
.Heading_Order4 ~ a:not(.confirmationbanner),
.BackGroundColor1_OrderStep4 > tbody > tr:first-child td > br:first-child {
    display: none;
}
.TableLines_OrderStep4 {
    width: 100%;
    padding: 30px;
    border: solid 1px var(--light);
}
/*
.step4headrow > td:nth-child(1),
.step4headrow > td:nth-child(2),
.step4headrow > td:nth-child(3),
.step4headrow > td:nth-child(4),
.step4headrow > td:nth-child(6),
.step4body .basket-line-product > td:nth-child(1),
.step4body .basket-line-product > td:nth-child(2),
.step4body .basket-line-product > td:nth-child(3),
.step4body .basket-line-product > td:nth-child(4),
.step4body .basket-line-product > td:nth-child(6),
.step4body > tr:last-child {
    background-color: red;
}
*/

.step4body td[width="40"],
.step4body td[width="5"],
.step4body td[width="50"],
.step4body td[width="80"]:not(:last-child),
.step4headrow > td:nth-child(6),
.step4body .basket-line-product > td:nth-child(6),
.step4body > tr:last-child,
.step4body > tr:nth-last-of-type(2){
    background-color: green;
    display: none;
}



.bloggrid {
    display: flex;
    gap: 20px;
}
.bloggriditem {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    flex: none;
    width: calc(25% - 15px);
    border-radius: 25px;
    background-color: var(--light);
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.bloggriditem:hover {
    color: rgba(255,255,255,1.00);
}
.bloggriditem img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.bloggriditem:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 104, 126, 0.5);
    z-index: 2;
}
.bloggriditem .info {
    position: relative;
    z-index: 3;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3rem;
    line-height: normal;
    align-items: flex-start;
    gap: 20px;
    aspect-ratio: 10/13;
}
.bloggriditem .name {
    font-size: clamp(20px, 1.6vw, 29px);
    line-height: normal;
    font-weight: bold;
}
.viewallblogitems {
    margin: 20px 0 0;
    display: flex;
    display: inline-flex;
    gap: 6px;
}
.viewallblogitems svg {
    width: 18px;
    height: auto;
}
/*
.bloggriditem a {
    display: flex;
    text-decoration: none;
}
.bloggriditem .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    background-color: var(--light);
    align-items: flex-start;
    gap: 20px;
}
.bloggriditem .name {
    font-size: clamp(20px, 2vw, 44px);
    line-height: normal;
    font-weight: 300;
}
.viewallblogitems {
    margin: 15px 0 0;
    
}
*/

.blogcard .columns {
    column-count: 2;
    column-gap: 10%;
}
.blogcard .frame {
    border: solid 1px rgba(226, 226, 226, 1.00);
}
.blogcard .gray {
    background-color: rgba(239, 239, 239, 1.00);
}
.blogcard .padding {
    padding: 5%;
}
.blogcard .boxes {
    display: flex;
    margin: -2%;
    flex-wrap: wrap;
}
.blogcard .boxes > * {
    flex: none;
    width: 46%;
    margin: 2%;
}
.blogcard .boxes img, .blogcard .columns img {
    display: block;
    width: 100% !important;
    height: auto !important;
    align-self: flex-start;
}
.blogcard .Description_Productinfo .boxes h3 {
    margin: 0 0 10px;
    padding: 0;
}
.blogcard hr, .webshop-frontpage hr {
    height: 3px;
    margin: 0 auto;
    display: block;
    padding: 0;
    border: none;
    background-color: rgba(220, 220, 220, 1.00);
}
.blogcard hr.medium, .webshop-frontpage hr.medium {
    width: 70%;
}
.blogcard hr.small, .webshop-frontpage hr.small {
    width: 30%;
}
.blogcard .center {
    text-align: center;
}
/*
.blogcard h2 {
    font-size: 210%;
    font-weight: 300;
    margin: 0 0 20px;
}
.blogcard h3 {
    font-size: 170%;
    color: #f0afcd;
}
*/
.blogcard .space, .blogcard .boxes.space, .blogcard hr.space {
    margin-top: 60px;
    margin-bottom: 60px;
}
.blogcard .spaceBottom, .blogcard .boxes.spaceBottom, .blogcard hr.spaceBottom {
    margin-bottom: 60px;
}
.blogcard .spaceTop, .blogcard .boxes.spaceTop, .blogcard hr.spaceTop {
    margin-top: 60px;
}
/*

.blogcard .Description_Productinfo > h2:not(:first-child) {

	padding-top: 40px;

}

*/
.blogcard ol.ol {
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
}
.blogcard ol.ol > li {
    position: relative;
    padding: 0 0 0 50px;
}
.blogcard ol.ol > li:not(:last-child) {
    margin-bottom: 20px;
}
.blogcard ol.ol .olNumber {
    position: absolute;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: solid 1px #f0afcd;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding: 7px 0 0;
    color: #f0afcd;
    font-weight: bold;
}
.articleGallery {
    margin: -1%;
    display: flex;
    flex-wrap: wrap;
}
.articleGallery > * {
    max-width: 23%;
    margin: 1%;
}
.articleGallery img {
    display: block;
    width: 100%;
}


@keyframes scale-image {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(1deg);
    }
}
@keyframes move-image {
    0%, 100% {
        transform: scale(1.2) translateX(0);
    }
    50% {
        transform: scale(1.2) translateX(-5%);
    }
}


div.bp_lsaFullScreen .bp_lsaSearchlogo {
    width: 200px;
}

.deliveryinfobox {
    padding: 20px;
    background-color: var(--lightblue);
    display: flex;
    gap: 15px;
    align-items: center;
}
.deliveryinfobox .button {
    white-space: nowrap;
}
.deliveryinfobox p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.productcard .deliveryinfobox {
    margin-top: 30px;
}

.fancybox__slide.has-ajax .fancybox__content {
    width: 1200px;
    max-width: 90%;
}
iframe[src*="youtu"] {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.shoecalculator {
    display: none;
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
    background-color: var(--light);
    border-radius: 20px;
    padding: 4vw;
}
.CategoryFooterContent .shoecalculator {
    margin-bottom: 40px;
}
.shoecalculator.initialized {
    display: block;
}
.footcalcinput {
    display: flex;
    gap: 10px;
    align-items: center;
}
#footcalcoutput {
    margin-top: 20px;
    background: #fff;
    padding: 20px;
    border-left: 4px solid #ceb0db;
    display:none;
}


.matchescontainer {
    padding: 30px 0 0;
}
.matchescontainer .headline {
    text-align: left;
    align-items: flex-start;
    margin: 0 0 10px;
}
.matchesproducts {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.matchesproducts > a {
    display: flex;
    gap: 15px;
    border: solid 1px rgba(225,225,225,1.00);
    border-radius: 8px;
    padding: 10px;
    line-height: normal;
    align-items: center;
    text-decoration: none;
}
.matchesproducts > a:hover {
    border-color: var(--cta);
    color: inherit;
}
.matchesproducts > a > * {
    flex: none;
}
.matchesproducts > a > .image {
    width: 80px;
    max-width: 19%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.matchesproducts > a > .image img {
    width: 100%;
    object-fit: contain;
    height: auto;
    aspect-ratio: 1/1;
    background-color: rgba(255,255,255,1.00);
}
.matchesproducts > a > .name {
    flex: auto;
}
.matchesproducts > a > .button {
    white-space: nowrap;
    gap: 5px;
    padding-right: 10px;
}
.matchesproducts > a > .button svg {
    width: 15px;
}

@media (min-width: 2600px) {
    .ProductList_Custom_DIV > div,
    .Favorites_Custom_DIV > div {
        width: 12.5%;
    }
    
}

@media (min-width: 1001px) {
    body *.hideondesktop {
		display: none;
	}
    
    .bloggriditem:nth-child(2n+2) a {
        flex-direction: row-reverse;
    }
    .bloggriditem picture {
        flex: none;
        width: 50%;
    }
    .bloggriditem picture img {
        width: 100%;
    }
    .bloggriditem .info {
        flex: auto;
    }
    
    .Text2_FrontPage {
        display: block;
        column-count: 2;
        column-gap: 4%;
    }
    
    main.container.customerservicemenu {
        display: flex;
        align-items: flex-start;
        gap: 4vw;
    }
    main.container.customerservicemenu .servicemenu {
        display: block;
        flex: none;
        width: 300px;
        position: sticky;
        top: 200px;
    }
    main.container.customerservicemenu .servicemenu ~ * {
        flex: auto;
    }
    .chatcontainer {
        max-width: 68%;
    }
    
    header .basket {
        line-height: normal;
        align-items: center;
        gap: 0;
    }
    header .basket > i {
        border-radius: 30px 0 0 30px;
        background-color: #4d4f5c;
        align-self: stretch;
        padding: 0 10px 0 15px;
        display: flex;
        align-items: center;
    }
    header .basket > i > svg {
        width: auto;
        height: 20px;color: rgba(255,255,255,1.00);
        margin-bottom: 2px;
    }
    
    header .basket > span {
        padding: 5px 25px 5px 17px;
        background-color: var(--light);
        border-radius: 0 30px 30px 0;
    }
    header .basket > span > small {
        
    }
    
    .servicemenu .TopMenu_MenuItems {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .servicemenu a {
        display: block;
        text-align: right;
        position: relative;
        padding: 0 30px 0 0;
        text-decoration: none;
        line-height: normal;
        font-size: 18px;
    }
    .servicemenu a.Link_Active_Topmenu {
        color: var(--primary);
    }
    .servicemenu a.Link_Active_Topmenu:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 5px;
        background-color: var(--primary);
    }

    .usp.swiper:not(.swiper-initialized) .swiper-wrapper > :nth-child(n+6) {
        display: none;
    }
	
    
	#ProductmenuContainer_DIV {
		position: relative;
		/*border-bottom: 1px solid #eee;*/
		display: flex;
        justify-content: center;
        background-color: var(--dark);
        /*
        background: rgb(47,47,47);
        background: linear-gradient(180deg, rgba(47,47,47,1) 0%, rgba(6,6,6,1) 100%);
        */
	}
	#ProductMenu_List a {
		text-decoration: none;
	}
	#ProductMenu_List {
		align-items: center;
		display: flex;
		margin: 0;
		list-style-type: none;
        justify-content: flex-start;
        gap: 15px;
        padding: 0;
	}
    #ProductMenu_List > li {
        flex: none;
        display: flex;
    }
	
    /*
    #ProductMenu_List > li.has-dropdown > a:after {
		content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMS40LDYuMmMwLjYtMC42LDEuNS0wLjYsMiwwbDguNiw4LjZsOC42LTguNmMwLjYtMC42LDEuNS0wLjYsMiwwczAuNiwxLjUsMCwyTDEzLDE3LjhjLTAuMywwLjMtMC42LDAuNC0xLDAuNAoJYy0wLjQsMC0wLjctMC4yLTEtMC40TDEuNCw4LjJDMC44LDcuNywwLjgsNi43LDEuNCw2LjJ6Ii8+Cjwvc3ZnPgo=');
		width: 10px;
		height: 12px;
		margin-left: 7px;
        flex: none;
	}
    */

	#ProductMenu_List > li > a {
        flex: auto;
		position: relative;
		display: flex;
		height: 100%;
		justify-content: center;
		padding: 14px 25px;
		font-weight: 700;
		transition: ease .3s;
        white-space: nowrap;
        text-transform: uppercase;
        line-height: 1;
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        color: rgba(255,255,255,1.00);
        z-index: 3;
        gap: 5px;
	}
    #ProductMenu_List > li > a:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        height: calc(100% - 10px);
        border-radius: 30px;
        background-color: #6d8faf;
        z-index: -1;
    }
    #ProductMenu_List > li.has-dropdown > a:after {
        content: "+";
        font-weight: normal;
        font-family: 'Arial', sand-serif;
    }
    /*
    #ProductMenu_List > li > a.button {
        padding: 10px 20px 8px;
        border-radius: 25px;
        min-height: 10px;
        background-color: var(--primary);
        position: relative;
        display: flex;
        align-items: center;
        gap:9px;
        font-size: 14px;
    }
    #ProductMenu_List > li > a.button:hover {
        color: rgba(255,255,255,0.50);
    }
    #ProductMenu_List > li > a.button:has(svg) {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
    #ProductMenu_List > li > a.button > svg {
        height: 33px;
        width: auto;
        aspect-ratio: 1/1;
        flex: none;
        background-color:rgba(0,0,0,.10);
        border-radius: 50%;
        padding: 5px;
    }
    #ProductMenu_List > li.justifyright {
        margin-left: auto;
    }
    */
    
    /*
    #ProductMenu_List > li.RootCategory_Productmenu > a:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background-color:rgba(0,0,0,1);
        content: "";
        transition: all 0.2s ease;
    }
    #ProductMenu_List > li.RootCategory_Productmenu:hover > a:before {
        height: 5px;
    }
    */
    
    
	#ProductMenu_List > li:hover > a:before {
		background-color: #ceafd3;
	}
    #ProductMenu_List > li:hover > a {
        color: rgba(255,255,255,1.00);
    }
    
    #ProductMenu_List > li > a[href*="specialoffer-"] {
        color: rgba(0,0,0,1.00);
    }
    #ProductMenu_List > li > a[href*="specialoffer-"]:before {
        background-color: var(--discount);
        
    }
    #ProductMenu_List > li > a[href*="news-"]:before {
        background-color: var(--news);
        
    }
    /*
    #ProductMenu_List > li > a[href*="specialoffer-ALL-1.html"] {
        background-color: var(--discount);
    }
    
    #ProductMenu_List > li:not(:last-child) > a[href*="-ALL-1.html"] {
        margin-right: 10px;
    }
    */
    
    #ProductMenu_List > li > .Productmenu_Category_Icon_Container {
        display: none;
    }
    
    /*
    #ProductMenu_List > li > .Productmenu_Category_Icon_Container {
        flex: none;
        display: flex;
        font-size: 0;
        padding-left: 6px;
    }
    #ProductMenu_List > li > .Productmenu_Category_Icon_Container > a {
        height: 100%;
        display: flex;
        align-items: center;
        flex: auto;
    }
    #ProductMenu_List > li > .Productmenu_Category_Icon_Container > a img {
        height: 34px;
        width: auto;
        max-width: none;
        aspect-ratio: 1 / 1;
        background-color: #fff;
        border-radius: 50%;
        padding: 4px;
    }
    */
    #ProductMenu_List > li > ul,
    #ProductMenu_List > li > div {
        display: none;
    }
  
    #ProductMenu_List > li.hover:hover > div {
        display: flex;
    }
   
    .dropdowninner {
        flex: none;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
    }
    .blogdropdown .dropdowninner {
        justify-content: center;
    }
    .default .dropdowninner {
        justify-content: center;
    }
    .dropdownmenu .ProductMenu_MenuItemBold {
        font-weight: normal;
    }
    .dropdownmenu.mega .SubCategory1_Productmenu > a > .ProductMenu_MenuItemBold {
        font-weight: bold;
    }
    .dropdownmenu {
        position: absolute;
        left: 0;
        top: 100%;
        justify-content: center;
        background-color: rgba(255, 255, 255, 1.00);
        padding: 0;
        width: 100%;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
        max-height: calc(100vh - 250px);
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        gap: 60px;
    }
   
    .productmenubanner {
        flex: none;
        max-width: 30%;
        padding: 40px 0;
    }
    .productmenubanner img {
        max-height: 370px;
        object-fit: cover;
        border-radius: 5px;
    }
    
    
    .dropdowninner > ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        flex: none;
    }
    .dropdowninner > ul > li {
        position: relative;
    }
    .dropdowninner > ul > li > a {
        display: block;
        text-decoration: none;
        /*white-space: nowrap;*/
        padding: 2px 0;
    }
    .dropdowninner.default .dropdowninner {
        align-items: center;
    }
    /*
    .dropdownmenu.default .dropdowninner > ul {
        flex: none;
    }
    */
    .dropdownmenu.default .dropdowninner > ul.twocolumns, .dropdownmenu.brands > ul {
        column-gap: 50px;
    }
    .dropdownmenu.default .dropdowninner > ul.twocolumns {
        column-count: 2;
        column-rule: solid 1px rgba(237, 237, 237, 1.00);
    }
    
    .dropdowninner > .dropdown.subimages {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
        width: 100%;
        align-items: flex-end;
        flex: auto;
        align-self: center;
    }
    .dropdowninner > .dropdown.subimages > li {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: none;
        /*
        width: 13%;
        max-width: 200px;
        */
        width: 200px;
    }
    .dropdowninner > .dropdown.subimages > li > .Productmenu_Category_Icon_Container {
        display: block;
        font-size: 0;
        width: 100%;
    }
    .dropdowninner > .dropdown.subimages > li > .Productmenu_Category_Icon_Container > a {
        display: block;
        border-radius: 5px;
        position: relative;
        /*border: solid 2px #f4f4f4;*/
        overflow: hidden;
        transition: all .2s ease;
    }
    .dropdowninner > .dropdown.subimages > li:hover > .Productmenu_Category_Icon_Container > a {
        border-color:rgba(0,0,0,1.00);
        transform: scale(1.05);
    }
    .dropdowninner > .dropdown.subimages > li > .Productmenu_Category_Icon_Container > a > img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        display: block;
        object-fit: cover;
        border-radius: 5px;
        object-position: 50% 50%;
    }
    .dropdowninner > .dropdown.subimages > li > .Productmenu_Category_Icon_Container > a:after {
        background-color: rgba(204, 204, 204, .10);
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        z-index: 5;
        border-radius: inherit;
    }
    .dropdowninner > .dropdown.subimages > li > a {
        padding: 10px 0 0;
        background-image: none;
        font-weight: bold;
    }
    
    
    .dropdownmenu.brands .dropdowninner > ul {
        column-count: 4;
        width: 1400px;
        max-width: 90%;
        padding: 40px 0;
    }
    .dropdownmenu.brands .dropdowninner > ul > li {
        border-left: solid 1px rgba(237, 237, 237, 1.00);
        padding-left: 15px;
    }
    .dropdownmenu.brands .dropdowninner > ul > li.letter:not(:first-child) {
        margin-top: 25px;
    }
    .dropdownmenu.brands .dropdowninner > ul > li.letter > i {
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        top: 1px;
        right: calc(100% + 15px);
        font-style: normal;
        color: var(--dark);
        text-align: right;
    }
    .dropdowninner > .latestblog {
        order: 2;
        width: 40%;
        margin-left: 40px;
        flex: none;
        border-left: solid 1px rgba(237, 237, 237, 1.00);
        padding-left: 40px;
    }
    .dropdowninner > .latestblog:empty {
        height: 100px;
        background-image: url("/images/skins/2025/images/loader.gif");
        background-repeat: no-repeat;
        background-size: 35px auto;
        background-position: 50% 50%;
    }
    .dropdowninner > .latestblog > a {
        display: flex;
        align-items: center;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
        text-decoration: none;
        position: relative;
        transform: translateX(50px);
        opacity: 0;
        transition: all .2s ease;
    }
    li.hover:hover .dropdowninner > .latestblog > a {
        transform: translateX(0);
        opacity: 1;
    }
    .dropdowninner > .latestblog > a:before {
        content: attr(data-title);
        position: absolute;
        top: 0;
        right: 0;
        transform-origin: 100% 0;
        transform: rotate(90deg) translate(100%, -100%);
        padding: 2px 10px;
        font-size: 12px;
        background-color: var(--dark);
        border-radius: 3px 3px 0 0;
        color: rgba(255, 255, 255, 1.00);
    }
    .dropdowninner > .latestblog > a > img {
        flex: none;
        width: 40%;
        object-fit: cover;
        align-self: stretch;
    }
    .dropdowninner > .latestblog > a > .info {
        display: flex;
        flex-direction: column;
        flex: auto;
        padding: 20px 30px;
    }
    .dropdowninner > .latestblog > a > .info .name {
        font-weight: bold;
        font-size: 15px;
    }
    .dropdowninner > .latestblog > a > .info .readmore {
        text-decoration: underline;
    }
    .dropdownmenu.blogdropdown .dropdowninner > ul > li > a {
        border-radius: 25px;
        padding: 8px 20px;
        margin: 5px 0;
        text-align: center;
        display: block;
        background-color: rgba(239, 239, 239, 1.00);
    }
    .dropdownmenu.mega .dropdowninner > ul {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        flex: auto;
        padding: 40px 0;
    }
    .dropdownmenu.mega .dropdowninner > ul > li {
        flex: none;
        width: calc(25% - 30px);
        padding-right: 30px;
    }
    .dropdownmenu.mega .dropdowninner > ul > li:not(:nth-child(4n)):not(:only-child) {
        border-right: solid 1px rgba(237, 237, 237, 1.00);
    }
    .dropdownmenu.mega .dropdowninner > ul > li > a {
        font-weight: bold;
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
    }
    .dropdownmenu.mega .dropdowninner > ul > li > ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .dropdownmenu.mega .dropdowninner > ul > li > ul > li:not(:last-child) {
        margin-bottom: 3px;
    }
    .dropdownmenu.mega .dropdowninner > ul > li > ul > li > a {
        text-decoration: none;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dropdownmenu.mega .dropdowninner > ul > li > ul > li > a,
    .dropdownmenu:not(.mega):not(.blogdropdown):not(.brands) .dropdowninner > ul > li > a {
        background-image: url("/images/skins/2025/images/icon-right-black.svg");
        background-repeat: no-repeat;
        background-size: 12px auto;
        background-position: 0 50%;
        padding: 0 0 0 16px;
        margin: 3px 0 0;
    }
    .dropdowninner > .dropdown.subimages > li > .Productmenu_Category_Icon_Container + a {
        padding-left: 0;
        background-image: none;
    }
    .dropdownmenu.mega .dropdowninner > ul > li > ul > li.showall > a {
        text-decoration: underline !important;
    }
    .dropdownmenu.mega .dropdowninner > ul > li > ul > li.showall ~ li {
        display: none;
    }
    .dropdownmenu.mega .dropdowninner > ul > li > ul ul {
        display: none;
    }
    .dropdownmenu:not(.mega) .dropdowninner > ul > li > ul {
        display: none;
    }
    
    
    
    
    .webshop-productlist main.container{
        display: flex;
    }
    /*
    .productfilter + #Content_Productlist {
        padding-right: 2rem;
    }
    */
    
    .webshop-productlist .productfilter {
        align-self: flex-start;
        position: sticky;
        top: calc(164px + 2rem);
        max-height: calc(100vh - (164px + 2rem));
        overflow-x: hidden;
        overflow-y: auto;
    }
    
    
    .noitems .SubCats_Categories_UL > li {
        width: 18% !important;
    }
    
    
    .product:hover .image:has(img:nth-child(2)) img {
        transform: translateX(-100%);
    }
    .product .buy .button:hover,
    div.bp_lsaFullScreen .bp_lsaProductsList >.bp_lsaProduct .bp_lsaProductButton:hover {
        background-color: rgba(0,0,0,1.00);
        color: rgba(255,255,255,1.00);
    }
    #BUYSECTION [id*="bp_countdown_"] .bp_countdown_message_banner * {
        font-size: 12px;
    }
    #BUYSECTION > *,
    #BUYSECTION input[type="submit"],
    #BUYSECTION .button {
        height: 70px;
    }
    #BUYSECTION > input[type="submit"] {
        font-size: 20px;
    }
    .amountcontainer > * {
        font-size: 18px;
    }
    /*
    .productdetails > * {
        font-size: 17px;
    }
    */
    
    .welcome > div:nth-child(2n+1) {
        flex-direction: row-reverse;
    }
    .welcome > div:nth-child(2n+1) > div {
        padding-left: 0;
    }
    .welcome > div:nth-child(2n) > div {
        padding-right: 0;
    }
    
}

@media (max-width: 1800px) {

    .ProductList_Custom_DIV > div,
    .Favorites_Custom_DIV > div {
        width: calc(25% - 23px);
    }
}
@media (max-width: 1500px) {
    .productfilter {
        width: 300px;
    }
    .ProductList_Custom_DIV > div,
    .Favorites_Custom_DIV > div {
        width: calc(33.33% - 20px);
    }
    
    
}
@media (max-width: 1300px) {
    /*
    #ProductMenu_List > li > a {
        font-size: 12px;
    }
    #ProductMenu_List > li > a[href*="news-ALL-1.html"] {
        padding: 8px 9px;
    }
    */
    .productcard > .cardright {
        max-width: 46vw;
    }
    
    
    .bloggriditem {
        width: calc(33.33% - 13px);
    }
    .bloggrid .bloggriditem:nth-child(n+4) {
        display: none;
    }
    
}
@media (max-width: 1200px) {
    .ProductList_Custom_DIV > div,
    .Favorites_Custom_DIV > div {
        width: calc(50% - 15px);
    }
    
    .moreinfo img {
        display: none;
    }
    
}
@media (max-width: 1000px) {
    
    :root {
        --space: 4dvh;
        --smallfont: 12px;
        --fullheight: calc(100vh - 158px);
    }
    
    body {
        line-height: 1.5;
    }
    body *.hideonmobile {
		display: none;
	}
    
    
    body, input, select, textarea, button, td.VariantGroupLabel {
        font-size: 14px;
    }
    
    [data-slideshow].maxheight:empty {
        aspect-ratio: 437/557;
    }
    
    [id*=hr-recom-]:empty {
        aspect-ratio: 100 / 70;
    }
    
    .matchesproducts > a > .button {
        padding: 7px 10px 7px 14px;
        min-height: 10px;
    }
    
    .categorydescription,
    .category-description {
        padding: 1rem 0 0;
    }
    .CategoryFooterContent {
        padding: 2rem 1rem 0;
    }
    
    .swiper.brandswiper:not(.swiper-initialized) .swiper-wrapper {
        gap: 10px;
    }
    .swiper.brandswiper:not(.swiper-initialized) .swiper-slide {
        width: 40%;
    }
    
    .simplelist {
        gap: 10px;
        padding: 0 5%;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        overflow-x: auto;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .simplelist a {
        min-width: 54vw;
    }
    .simplelist a:only-child {
        width: 100%;
        max-width: 100%;
    }
    
    .badges {
        padding: 1rem;
        gap: 6px;
    }
    .offer, .new, .freedelivery, .badges .tag {
        font-size: 12px;
    }
    
    .boxgrid > * {
        width: 50%;
    }
    .boxgrid [data-slideshow] .slideshowfooter {
        display: none;
    }
    
    .bloggrid {
        width: 100vw;
        margin-left: -6vw;
        padding-left: 6vw;
        padding-right: 6vw;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 6vw;
    }
    .bloggriditem {
        width: calc(88vw - 30px);
        scroll-snap-align: start;
    }
    .bloggrid .bloggriditem:nth-child(n+4) {
        display: flex;
    }
    
    .comparecontainer {
        width: 100vw;
        margin-left: -5vw;
    }
    .comparelabels {
        min-width: 50px;
    }
    .comparerow {
        font-size: 12px;
        padding: 9px 16px;
    }
    .comparelabels .comparerow {
        max-width: 110px;
    }
    
    .product .buy input[type="number"],
    .product .buy .button,
    div.bp_lsaFullScreen .bp_lsaProductsList > .bp_lsaProduct .bp_lsaProductButton,
    .bp_relatedproductsProducts .bp_relatedproductsProductButton {
        min-height: 35px;
    }
    .flex {
        flex-direction: column;
    }
    
    h1, .Heading_Terms, .Heading_Customer, .Heading_Favorites, .Heading_Profile_Wrapper, .Heading_OrderStep4 {
        margin: 0 0 15px;
        font-size: 20px;
    }
    .mediumheader,
    [data-title]:before,
    div.bp_relatedproductsHeader[class*="design_"],
    .ui-dialog-title,
    .Heading_B2Blogin,
    .newsletterbox .mediumheader {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .largeheader {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .TableLines_OrderStep4 {
        padding: 5px;
    }

    
    .footsizerow {
        flex-direction: column;
        gap: 10px;
    }
    [data-footsizes] + img {
        width: 170px;
        max-width: 100%;
    }
    .stockinfo [id*="bp_countdown_"] .bp_countdown_message_banner * {
        font-size: 14px;
    }
    
    main.container {
        padding: 5vw 0;
    }
    
    .webshop-productlist .productfilter:not(.active) {
        display: none;
    }
    
    [data-slideshow].maxheight img,
    [data-slideshow].maxheight video {
        height: calc(100vh - 240px);
    }
    [data-slideshow].fullheight img,
    [data-slideshow].fullheight video {
        height: var(--fullheight);    
    }
    [data-slideshow] .slidecontent {
        border: none;
        padding: 0;
    }
    [data-slideshow] .slideshowheader {
        margin-top: 0;
    }
    [data-slideshow] .slideshowbody {
        font-size: inherit;
    }
    
    .boxgrid [data-slideshow] .slidecontent {
        text-align: center;
    }
    .boxgrid [data-slideshow] .slideshowheader,
    .boxgrid [data-slideshow] .slideshowbody {
        width: 100%;
    }
    
    .cardright .gowish-btn span {
        display: none;
    }
    
    img.headerbox {
        height: 13vh;
    }
    
    table.loyalty_signup_table > tbody > tr > td:first-child {
        flex-direction: column;
    }
    table.loyalty_signup_table > tbody > tr > td:first-child > form[action*="customer.html"] {
        width: 100%;
    }
    table.loyalty_signup_table > tbody > tr > td:first-child > form[action*="customer.html"]:after {
        left: 30px;
        top: 100%;
        transform: translate(0,-50%) rotate(135deg);
        width: 17px;
    }
    table.loyalty_signup_table > tbody > tr > td:first-child > * {
        padding: 20px;
    }
    
    table.loyalty_signup_table > tbody > tr > td:first-child > form.loyalty_signup_form {
        gap: 10px;
    }
    form.loyalty_signup_form .input_section {
        width: 100%;
    }
    table.loyalty_signup_table > tbody > tr > td:first-child > form.loyalty_signup_form div.submit {
        width: 100%;
    }
    table.loyalty_signup_table > tbody > tr > td:first-child > form.loyalty_signup_form .button {
        display: flex;
    }
    
    .nice {
        flex-direction: column
    }
    .nice.boxes > * {
        width: 100%;
        order: 2
    }
    .nice.boxes > img {
        order: 1
    }
    .nice > br:first-child {
        display: none
    }
    .nice.space, .nice.boxes.space > * {
        margin: 0 0 20px
    }
    .nice.padding {
        padding: 20px
    }
    .nice.column {
        column-count: 1
    }
    .nice.boxes > div {
        padding-right: 0;
        padding-left: 0
    }
    .nice.boxes > img + br + div {
        padding-left: 0
    }
    .nice.large {
        font-size: 160%
    }
    
        
    .welcome {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .welcome > div {
        flex-direction: column;
    }
    .welcome > div > div {
        width: 100%;
        padding: 15px 0 0;
    }
    
    .newsletterbox .container > * {
        width: 100%;
    }
    .newsletterbox form {
        padding: 0;
    }
    .newsletterbox .formrow {
        flex-direction: column;
    }
    
    .footericons .flex {
        gap: 20px;
    }
    .footericons .shippingmethods img,
    .footericons .payment img {
        height: 35px;
        padding: 8px;
    }
    
    .usp.swiper {
        width: 100%;
    }
    .usp.swiper:not(.swiper-initialized) .swiper-wrapper > :nth-child(n+2) {
        display: none;
    }
    .usp.swiper:not(.swiper-initialized) .swiper-wrapper {
        gap: 20px;
    }
    .usp.swiper .swiper-slide, .usp.service > *, .usp.swiper .swiper-slide > a {
        justify-content: flex-start;
    }
    /*
    .usp {
        gap: 10px;
        justify-content: space-between;
        flex: auto;
    }
    */
    header .container {
        flex-wrap: wrap;
    }
    header .container > * {
        order: 1;
    }
    header .container > #Search_Form {
        order: 2;
        flex: none;
        width: 100%;
        max-width: 100%;
        margin: 15px 0 0;
    }
    input[type="text"].SearchField_SearchPage {
        font-size: inherit;
    }
    header .trustpilot-widget {
        display: none;
    }
    header .shortcuts {
        gap: 18px;
    }
    header .shortcuts > * {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0;
    }
    header .shortcuts > * > span {
        display: none;
    }
    header .shortcuts > * > span > span {
        display: none;
    }
    
    
    header .basket {
        position: relative;
    }
    header .basket[data-count]:before  {
        content: attr(data-count);
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--dark);
        border-radius: 25px;
        color: rgba(255,255,255,1.00);
        padding: 3px 6px;
        line-height: 1;
        font-weight: bold;
        font-size: 11px;
        transform: translate(-50%,-50%);
    }
    header .basket i {
        display: flex;
    }
    header .basket i svg {
        height: 28px;
        width: auto;
    }
    
	
    
    .webshop-frontpage main > .spacetop:first-child {
        margin-top: 0;
        padding-bottom: 5vw;
    }
    .webshop-frontpage main > :first-child > :first-child.container {
        max-width: 100%;
    }
    
    
    .product-filter-headertext-container,
    .productmenu-header {
        display: flex;
        font-size: 16px;
        font-weight: bold;
        padding: 20px;
        flex: none;
        border-bottom: solid 1px rgba(227, 227, 227, 1.00);
        justify-content: space-between;
        align-items: center;
    }
    #ProductFilter-Container .product-filter-headertext-container {
        display: none;
    }
    .btncloseproductmenu {
        line-height: 1;
        font-size: 18px;
        font-weight: normal;
        cursor: pointer;
    }
   
    #ProductmenuContainer_DIV {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background-color: rgba(255,255,255,1.00);
        flex-direction: column;
    }
    #ProductmenuContainer_DIV.active {
        display: flex;
    }
    
    #ProductMenu_List {
        margin: 0;
        padding: 0;
        list-style-type: none;
        max-width: 100%;
        flex: auto;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #ProductMenu_List ul {
        display: none;
    }
    #ProductMenu_List ul.open {
        display: block;
    }
    #ProductMenu_List ul.dropdown {
        list-style-type: none;
        margin: 0;
        padding: 0;
        border-left: solid 4px rgba(0,0,0,1.00);
    }
    
    #ProductMenu_List > li > a,
    #ProductMenu_List > li > a.button,
    #ProductMenu_List > li > a[href*="news-ALL-1.html"] {
        font-size: 16px;
    }
    
    #ProductMenu_List li > a,
    #ProductMenu_List > li > a[href*="news-ALL-1.html"] {
        display: flex;
        align-items: center;
        padding: 15px 20px;
        text-decoration: none;
    }
    #ProductMenu_List ul li > a.Activ_ProductMenu, #ProductMenu_List ul li > a.Link_Active_Topmenu {
        color: var(--primary);
    }
    #ProductMenu_List li > a > * {
        flex: auto;
    }
    #ProductMenu_List li:not(:last-child) > a {
        border-bottom: solid 1px rgba(237, 237, 237, 1.00);
    }
    #ProductMenu_List > li > a, #ProductMenu_List > li > a span.ProductMenu_MenuItemBold {
        font-weight: normal;
    }
    #ProductMenu_List li.has-dropdown > a {
        padding: 0;
    }
    #ProductMenu_List li.has-dropdown > a span {
        padding: 15px 20px;
        flex: auto;
        font-weight: normal;
    }
    #ProductMenu_List li.has-dropdown > a > i {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1;
        font-weight: normal;
        font-size: 17px;
        width: 51px;
        padding: 10px;
        height: auto;
        font-style: normal;
        flex: none;
        align-self: stretch;
        color:rgba(0,0,0,1.00);
    }
    #ProductMenu_List li.has-dropdown > a > i:after {
        content: "+";
    }
    #ProductMenu_List li.has-dropdown.active > a > i {
        content: "-";
        background-color:rgba(0,0,0,1.00);
        color: rgba(255, 255, 255, 1.00);
    }
    #ProductMenu_List li.has-dropdown.active > a > i:after {
        content: "-";
    }
    #ProductMenu_List > li > a[href*="news-"],
    #ProductMenu_List > li > a[href*="specialoffer-"] {
        border-radius: 25px;
        margin: 15px 20px;
        min-height: 10px;
        padding: 10px 15px;
        font-weight: bold;
        background-color: var(--good);
        gap: 8px;
        justify-content: center;
        color: rgba(255,255,255,1.00);
    }
    #ProductMenu_List > li > a[href*="specialoffer-"] {
        background-color: var(--discount);
        color: rgba(0,0,0,1.00);
    }
    #ProductMenu_List > li > a[href*="news-"] {
        background-color: var(--news);
    }
    
    
    
    #ProductMenu_List > li > a.button:has(svg) {
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 0;
    }
    #ProductMenu_List > li > a.button > svg {
        height: 33px;
        width: auto;
        flex: none;
        padding: 5px 0;;
    }
    
    
    .showbasket {
        flex-direction: column;
    }
    .showbasket > *,
    .showbasket > .summary {
        flex: none;
        width: 100%;
        margin: 0;
    }
    
    
    .choicescontainer {
        gap: 10px;
        margin: 20px 0 0 auto
    }
    .choicescontainer > * {
        width: calc(50% - 5px)
    }
    .chatmessagecontainer:not(:first-child) {
        margin-top: 40px
    }
    .chatresultform {
        padding: 17px
    }
    .chatresulttitle {
        font-size: 15px
    }
    .ProductList_Custom_DIV.chatresultproducts > div {
        width: calc(50% - 10px)
    }

    
    div.CookiePolicyText > img {
        margin: 20px 25px;
    }
    div.CookiePolicyText > h2 {
        padding: 25px 25px 15px;
        font-size: 18px;
    }
    div.CookiePolicyText > p {
        padding: 0 25px 25px;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        
    }
    div.cookie-policy-accept-buttons-container {
        padding: 20px 25px 15px;
        flex-direction: column-reverse;
    }
    div.cookie-policy-accept-buttons-container > input[type="button"] {
        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 div > span {
        width: 20px;
        height: 20px;
    }
    .cookieSettingsButton {
        bottom: 10px;
        left: 10px;
        width: 30px;
        height: 30px;
    }
    
    /*
    .usp:not(.service) > :nth-child(n+3) {
        display: none;
    }
    */
    .usp.service {
        display: none;
    }
    
    .SubCats_Categories_UL {
        gap: 14px;
        padding: 0 5vw;
    }
    .SubCats_Categories_UL > li {
        width: calc(50% - 7px) !important;
    }
    
    .moreinfo > .container > div {
        width: 100%;
    }
    
    .webshop-productlist:not(.webshop-subcat):not(.bloglist) main.container {
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }
    
    .btnfilter {
        display: flex;
        color:rgba(255,255,255,1.00);
        background-color:rgba(0,0,0,1.00);
        flex: auto;
        height: 40px;
        gap: 8px;
        font-weight: 700;
        border-radius: 8px;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .btnfilter svg {
        width: 15px;
        height: auto;
    }
    .bloglist .listtools {
        display: none;
    }
    
    .webshop-specialoffer .productlistheader,
    .webshop-news .productlistheader {
        padding-top: 20px;
        border-bottom: solid 1px rgba(229,229,229,1.00);
    }
    .productlistheader {
        padding: 5vw;
    }
    
    .listtools {
        padding: 0 0 20px;
        
    }
    
    #Content_Productlist .ProductList_Custom_DIV {
        padding: 2.5vw;
    }
    .ProductList_Custom_DIV,
    .Favorites_Custom_DIV {
        gap: 10px;
    }
    .ProductList_Custom_DIV > div,
    .Favorites_Custom_DIV > div {
        width: calc(50% - 5px);
    }
    .ProductList_Custom_DIV > div.bloglistitem {
        width: 100%;
    }

    .ProductList_Custom_DIV > div:nth-child(2n),
    .Favorites_Custom_DIV > div:nth-child(2n) {
        border-right: none;
    }
    .product {
        padding: 0.8rem !important;
    }
    .bp_relatedproductsProduct {
        padding: 15px !important;
    }
    .product .stockinfo {
        justify-content: center;
    }
    .product .stockinfo .delivery {
        display: none;
    }
    
    
    [itemtype="https://schema.org/BreadcrumbList"] {
        margin-bottom: 15px;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        overflow-y: hidden;
        /*justify-content: flex-start;*/
    }
    .productlistheader .description {
        font-size: inherit;
        padding-top: 20px;
    }
    .productlistheader .container {
        max-width: 100%;
    }
    
    span.swiper-pagination-bullet {
        height: 7px;
        width: 7px;
        margin: 0 3px !important;
    }
    span[class*="swiper-pagination-bullet-active"] {
        width: 12px;
    }
    
    .viewedamount {
        font-size: 12px;
    }
    .productcard > *,
    .productcard > .cardright {
        width: 100%;
        max-width: 100%;
    }
    .productcard > .cardright {
        padding: 6vw;
    }
    .productcard .swiper.images .swiper-pagination {
        padding: 0 6vw 6vw;
    }
    #BUYSECTION > * {
        height: 50px;
    }
    
    #BUYSECTION input[type="submit"], #BUYSECTION .button {
        font-size: 19px;
    }
    
    .productdetails > * {
        align-items: stretch;
    }
    .productdetails > * > span:first-of-type,
    .productdetails > * > span:last-of-type {
        width: auto;
        flex: auto;
        min-height: 46px;
        align-items: center;
        display: flex;
    }
    .productdetails > div > span:first-of-type {
        padding-right: 10px;
        width: 120px;
        flex: none;
        justify-content: flex-end;
    }
    .productdetails > div > span:last-of-type {
        padding-left: 10px;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .productdetails span > [data-tagvalueid] {
        white-space: nowrap;
    }
    
    .productdetails > :not(:last-child) > span {
        border-bottom: solid 1px rgba(194,194,194,.5);
    }
    .moreinfo .container > img {
        display: none;
    }
    
    .productcard h1 small {
        font-size: 14px;
    }
    .productcard .cardrighttop {
        flex-wrap: wrap;
        gap: 15px;
        margin: 0 0 15px;
    }
    .productcard .cardinfo {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }
    .productcard .cardinfo .stockinfo {
        gap:10px;
    }
    .gowish-btn::before {
        width: 22px;
        height: 22px;
    }
    .Description_Productinfo {
        line-height: 1.4rem;
    }
    .productcard .offer {
        font-size: inherit;
    }
    
    .faq .container {
        max-width: 100%;
        flex-direction: column;
    }
    .faq .container > div {
        width: 100%;
        padding: 6vw;
    }
    .faq .container > img {
        width: 100%;
        height: 150px;
        min-height: 50px;
    }
    .label {
        margin: 0;
        top: 0;
        padding: 6px 12px;
    }
    
    
    footer > div {
        padding: 50px 0;
    }
    
    .footertitle {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footerrow {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 15px;
    }
    .footerusp .container {
        gap: 20px;
    }
    .footerrow > * {
        width: 100%;
        max-width: 100%;
    }
    .footerrow > .companyinfo,
    .footerrow > .footermenu {
        width: calc(50% - 8px);
    }
    .footerrow > .footermenu {
        margin-left: 0;
    }
    footer .credits {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 15px;
    }
    footer .payment {
        gap: 5px;
    }
    
    div.bp_swiper.bp_relatedproductsProducts {
        overflow: hidden;
        width: 100vw;
        margin-left: -6vw;
        padding-left: 6vw;
        padding-right: 6vw;
    }
    
    div.bp_swiper-button.bp_swiper-button-prev {
        transform: translate(3vw,-50%);
    }
    div.bp_swiper-button.bp_swiper-button-next {
        transform: translate(-3vw,-50%) rotate(180deg);
    }
    
    
    
    .minibasket .shippingCountdown, .minibasket .shippingCountdown.redeemed {
        padding-top: 10px;
    }
    .minibasket .yesoffertitle {
        font-size: 15px;
        padding: 0 0 9px;
        margin: 0;
    }
    .minibasket {
        width: 100%;
        max-width: 100%;
    }
    .minibasket > * {
        flex: none;
    }
    .minibasket .shippingline,
    .minibasket .wrappingline {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .minibasket > *:not(.linescontainer) {
        padding-left: 20px;
        padding-right: 20px;
    }
    .minibasket > .header {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        align-items: center;
        justify-content: space-between;
    }
    .minibasket .closeminibasket {
        position: static;
        right: auto;
        top: auto;
        width: 40px;
        height: 40px;
        transform: none;
        font-size: 18px;
    }
    .minibasket .bottom {
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .minibasket .bottom > a {
        padding: 11px 15px;
        white-space: nowrap;
        font-size: 12px;
        flex: auto;
    }
    .minibasket .bottom > a:first-child {
        margin-bottom: 0;
    }
    .minibasket .basketButtons {
        margin: 0;
        gap: 10px;
        flex-direction: column-reverse;
    }
    .minibasket .basketButtons > * {
        padding: 13px 14px;
        
    }
    .minibasket .button svg {
        width: 18px;
    }
    .minibasket .basketButtons > .button[href*="showbasket"],
    .basketButtons > a {
        width: 100%;
        max-width: 100%;
    }
    
    .minibasket .linescontainer {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: none;
    }
    .minibasket .lines {
        padding: 0 20px 20px;
    }
    .minibasket .line {
        flex-direction: row;
        align-items: flex-start
    }
    .minibasket .lineincdec {
        width: auto;
    }
    .minibasket .line .incdec {
        flex-direction: column-reverse;
        margin: 0 0 0 10px;
        gap: 4px;
    }
    .minibasket .line .price {
        display: block;
    }
    
    .minibasket .line .price .stockinfo {
        margin: 4px 0 0;
    }
    .minibasket .line > .image {
        width: 20%;
        margin: 0;
    }
    .minibasket .line > .lineinfo {
        flex: auto;
        padding: 0 0 0 10px;
    }
    .minibasket .total {
        font-size: 20px;
        padding-top: 12px;
        padding-bottom: 13px;
    }
    .minibasket .basket-usp, .minibasket .trustpilot-widget, .minibasket .pointsinfo {
        display: none;
    }
    .minibasket .linesheader {
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 20px;
    }
    
    .minibasketpayment {
        display: none;
    }
    .basketclosebutton {
        position: relative;
        left: auto;
        top: auto;
    }
    .minibasket [data-yesoffers] {
        padding-bottom: 20px;
    }
    .minibasket [data-yesoffers] .yesofferproducts > .yesitem:nth-child(n+2) {
        display: none;
    }
    
}

@media (max-width: 370px) {
    .offer[data-supersale] {
        padding: 2px 5px;
    }
    .offer[data-supersale]:after {
        display: none;
    }
    
}