.eu-warranty-label {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-top: 2rem;
    padding: 1rem;
    border: 2px solid #1c871e;
    border-radius: .25rem;
    background: #f7fff7;
}

.eu-warranty-label__title {
    margin: 0 0 .35rem;
    color: #176b18;
    font-size: 1rem;
}

.eu-warranty-label__text {
    margin: 0;
}

.eu-warranty-label__link {
    display: inline-block;
    margin-top: .75rem;
}

.eu-warranty-label__modal {
    position: fixed;
    inset: 0;
    z-index: 1055;
    display: none;
    padding: 4vh 4vw;
    background: rgba(0, 0, 0, .72);
}

.eu-warranty-label__modal.is-open {
    display: block;
}

.eu-warranty-label__dialog {
    display: flex;
    flex-direction: column;
    width: min(100%, 960px);
    height: 92vh;
    margin: 0 auto;
    background: #fff;
}

.eu-warranty-label__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    border-bottom: 1px solid #ddd;
}

.eu-warranty-label__close {
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    cursor: pointer;
}

.eu-warranty-label__frame {
    flex: 1;
    width: 100%;
    border: 0;
}

.garant-label {
    position: relative;
    width: min(100%, 23rem);
    margin-top: 1rem;
}

.garant-label__image {
    display: block;
    width: 100%;
    height: auto;
}

.garant-label__years {
    position: absolute;
    top: 8%;
    left: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17%;
    height: 82%;
    background: #fff;
    color: #231f20;
    font-size: clamp(1.5rem, 7vw, 2.55rem);
    font-weight: 800;
    line-height: 1;
}
