.cart-gewaehrleistungslabel {
clear: both;
width: 50%;
margin: 40px auto 0;
}
.cart-gewaehrleistungslabel img {
display: block;
width: 50%;
height: auto;
}
.gewaehrleistung-lightbox-open {
display: block;
width: 100%;
padding: 0;
border: 0;
background: transparent;
cursor: zoom-in;
} .gewaehrleistung-lightbox {
position: fixed;
padding: 0;
border: 0;
background: transparent;
overflow: visible;
max-width: none;
max-height: none;
}
.gewaehrleistung-lightbox::backdrop {
background: rgba(0, 0, 0, 0.85);
}
.gewaehrleistung-lightbox img {
display: block; width: auto;
height: auto;
max-width: 95vw;
max-height: 90vh;
object-fit: contain;
}
.gewaehrleistung-lightbox-close {
position: absolute;
top: -18px;
right: -18px;
width: 40px;
height: 40px;
padding: 0;
border: 0;
border-radius: 50%;
background: #fff;
color: #000;
font-size: 30px;
line-height: 38px;
cursor: pointer;
z-index: 2;
} @media (max-width: 768px) {
.cart-gewaehrleistungslabel {
width: 100%;
}
.gewaehrleistung-lightbox-close {
top: 8px;
right: 8px;
}
}