@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'helvetica_cnbold';
    src: url('https://cdn03.plentymarkets.com/vj1wb5vt3vpi/frontend/mesle-store/fonts/Neue_Helvetica/Neue-helvetica-cb.woff2') format('woff2');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_cnregular';
    src: url('https://cdn03.plentymarkets.com/vj1wb5vt3vpi/frontend/mesle-store/fonts/Neue_Helvetica/Neue-helvetica-cl.woff2') format('woff2');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}


* {
    padding: 0;
    margin: 0;
}

body {
    background: #FDFDFD;
    width: 100%;
    max-width: 1800px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

body .page-design> :last-child {
    display: none;
}

h1 {
    font-family: 'helvetica_cnbold';
    color: #313233;
    font-size: 2rem;
    line-height: 2.375rem;
    letter-spacing: 0.015em;
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
    text-transform: uppercase;
}

h2 {
    font-family: 'helvetica_cnbold';
    color: #313233;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.008em;
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
    text-transform: uppercase;
}

h3 {
    font-family: 'helvetica_cnregular';
    color: #313233;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0.03em;
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    text-transform: uppercase;
}

h4 {
    font-family: 'helvetica_cnbold';
    color: #313233;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.03em;
    margin: 0;
    margin-bottom: 4px;
    padding: 0;
    text-transform: uppercase;
}

.subline {
    font-family: 'helvetica_cnregular';
    color: #313233;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.03em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

p,
span,
li {
    font-family: 'helvetica_cnregular';
    color: #313233;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
}

.p2 {
    font-family: 'helvetica_cnregular';
    color: #313233;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
}

strong,
b {
    font-family: 'helvetica_cnbold';
    font-weight: inherit;
}

a {
    text-decoration: underline;
    font-family: 'helvetica_cnregular';
    color: #0070EF;
}
a:hover {
    text-decoration: none;
}

a.a-none {
    color: #313233;
}

button,
.btn {
    font-family: 'helvetica_cnbold';
    color: #FDFDFD;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.03em;
    background-color: #313233;
    border: 1px solid #313233;
    border-radius: 3rem;
    padding: 8px 16px;
}

button.btn-vibrant-blue,
.btn.btn-vibrant-blue {
    background-color: #0070EF;
    border: 1px solid #0070EF;
}

button:hover,
.btn:hover,
.btn:active,
button:active {
    color: #313233;
    background-color: transparent;
}

.btn-second {
    color: #313233;
    background-color: transparent;
}

.btn-second.btn-vibrant-blue {
    color: #0070EF;
    border: 1px solid #0070EF;
    background-color: transparent;
}

button.btn-vibrant-blue:hover,
.btn.btn-vibrant-blue:hover,
.btn.btn-vibrant-blue:active,
button.btn-vibrant-blue:active {
    color: #0070EF;
}

button.btn-second:hover,
button.btn-second:active {
    background-color: #313233;
    color: #FDFDFD;
}

button.btn-second.btn-vibrant-blue:hover,
button.btn-second.btn-vibrant-blue:active {
    background-color: #0070EF;
}


ul {
    margin-left: 24px;
}

ul li {
    margin-bottom: 8px;
    list-style: square;
}


.wave-divider {
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg class='i-wave-divider' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath class='cls-1' d='M24,13.25v1c-1.74,0-3.25-.99-4-2.44-.75,1.45-2.26,2.44-4,2.44s-3.25-.99-4-2.44c-.75,1.45-2.26,2.44-4,2.44s-3.25-.99-4-2.44c-.75,1.45-2.26,2.44-4,2.44v-1c1.93,0,3.5-1.57,3.5-3.5h1c0,1.93,1.57,3.5,3.5,3.5s3.5-1.57,3.5-3.5h1c0,1.93,1.57,3.5,3.5,3.5s3.5-1.57,3.5-3.5h1c0,1.93,1.57,3.5,3.5,3.5Z'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    margin: 24px 0;
}

.grid-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}


#header {
    width: 100%;
    padding-top: 48px;
    margin: 0 auto;
}

#header .wrapper {
    margin: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .brand-logo svg {
    width: 130.76px;
    height: 26px;
}

#header .brand-logo svg .cls-1 {
    fill: #3674b7;
}

#header .brand-logo svg .cls-2 {
    fill: #595858;
}


#content {
    margin: 48px 24px 32px 24px;
}

#content .article {
    margin-bottom: 48px;
}

.image-carousel {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}

.image-carousel input[type="radio"] {
    display: none;
}

.image-carousel ul {
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    height: 400px;
    overflow: hidden;
    white-space: nowrap;
}

.image-carousel>ul>.slide {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 850ms ease;
    transition: opacity 850ms ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    vertical-align: top;
    box-sizing: border-box;
}

.image-carousel>#slide1:checked~ul>.slide.pic1,
.image-carousel>#slide2:checked~ul>.slide.pic2,
.image-carousel>#slide3:checked~ul>.slide.pic3,
.image-carousel>#slide4:checked~ul>.slide.pic4,
.image-carousel>#slide5:checked~ul>.slide.pic5,
.image-carousel>#slide6:checked~ul>.slide.pic6,
.image-carousel>#slide7:checked~ul>.slide.pic7,
.image-carousel>#slide8:checked~ul>.slide.pic8,
.image-carousel>#slide9:checked~ul>.slide.pic9,
.image-carousel>#slide10:checked~ul>.slide.pic10,
.image-carousel>#slide11:checked~ul>.slide.pic11,
.image-carousel>#slide12:checked~ul>.slide.pic12 {
    opacity: 1;
    z-index: 2;
}


.image-carousel>ul>.slide.img img {
    max-height: 400px;
    width: auto;
    margin: 0 auto;
}

.image-carousel .thumb {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.image-carousel .thumb>label {
    box-sizing: border-box;
    border-radius: none;
    margin: 0 auto;
    padding: 5px;
    background: none;
    text-align: center;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.image-carousel .thumb>label img {
    max-height: 80px;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}


#content .item-details {
    margin-bottom: 48px;
}


#content .articleNo,
#content .availability {
    margin-bottom: 4px;
    color: #B4B4B4;
}

#content .order-advantages {
    margin-bottom: 16px;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    row-gap: 8px;
    flex-direction: column;
}

#content .latest-order {
    color: #0070EF;
}

#content .mwst-hint {
    margin-left: 8px;
    color: #CFD0D2;
}

#content .item-technical-details {
    padding-bottom: 48px;
}

#content .item-description {
    padding-bottom: 64px;
}

/* Cross Selling */
.cross-selling {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 48px;
    padding: 24px 0 64px 0;
}

.cross-selling .item {
    flex-grow: 1;
    transition: 0.3s;
    min-width: 250px
}

.cross-selling .flex-item {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.cross-selling .item .container {
    text-align: center;
}

.cross-selling .item:hover {
    border: 1px solid #313233;
}

.item img {
    display: block;
    margin: auto;
    max-height: 150px;
}

.item .price {
    margin-top: 8px;
}


/*footer*/

#footer .btn-shop {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #CFD0D2;
    padding: 24px 0;
}

#footer .btn-shop .txt {
    margin-left: 24px;
    margin-right: 16px;
}

#footer .btn-shop button {
    margin-right: 24px;
}

#footer .footer-section {
    margin: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 16px;
    padding: 48px 0;
}

#footer .adr,
#footer .opening-hours,
#footer .phone,
#footer .mail {
    margin-bottom: 16px;
}

#footer .footer-links {
    margin-bottom: 8px;
}

.footer-why-mesle {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.footer-why-mesle svg{
    margin-right: 8px;
    width: 24px;
    height: 24px;
    fill: #313233;
    background-color: rgba(0,0,0,0);
    overflow: hidden;
    vertical-align: middle;
}

@media (min-width: 900px) {
    .grid-container {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 48px;
    }

    .image-carousel {
        margin-bottom: 0;
    }

    .cross-selling {
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 0px;
        grid-column-gap: 12px;
    }
}