/* ITS Gewährleistungslabel – Frontend-Styles */
.its-gl {
    display: block;
    width: 100%;
    line-height: 0;
}
.its-gl svg {
    display: block;
    width: 100%;
    height: auto;
}
.its-gl .its-gl-link {
    display: block;
    text-decoration: none;
}
.its-gl-nested {
    margin: .25rem 0;
}
.its-gl-full {
    margin: 0 auto;
}
.its-gl-notice {
    margin: 0 auto;
}
.its-gl-notice img {
    width: 100%;
    height: auto;
    border: 1px solid #e5e5e5;
}
.its-gl-notice-compact {
    line-height: 1.4;
}
.its-gl-notice-compact .its-gl-notice-thumb {
    flex: 0 0 60px;
    border: 1px solid #e5e5e5;
}
/* Artikelbox */
.productbox .its-gl-pos-title,
.productbox .its-gl-pos-price {
    padding: 0 0 .25rem;
}
.productbox .productbox-image {
    position: relative;
}
.productbox .its-gl-pos-image {
    position: absolute;
    left: .5rem;
    bottom: .5rem;
    z-index: 2;
}
/* Artikeldetails */
ul.info-essential li.its-gl-pos-info {
    margin-top: .5rem;
}
.its-gl-warranty-hint a {
    text-decoration: none;
}
.its-gl-warranty-hint .its-gl-hint-icon {
    color: #034ea2;
}
.its-gl-tab-content {
    display: flex;
    justify-content: center;
}
.its-gl-pdp-inline {
    display: flex;
    justify-content: center;
}
/* Warenkorb */
.its-gl-cart-wrapper {
    margin-top: .25rem;
}
.its-gl-cart-collapse {
    margin-top: .5rem;
}
/* Bestellabschluss */
.its-gl-checkout-warranty {
    width: 100%;
}
.its-gl-checkout-nested {
    margin-top: .35rem;
}
/* Modal */
.its-gl-modal .modal-body {
    padding: 1.5rem;
}
@media print {
    .its-gl .its-gl-link {
        color: inherit;
    }
}
