﻿.product-warranty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin-top: 12px;
}

.product-warranty-svg {
    width: 120px;
    height: 120px;
    display: block;
    filter: drop-shadow(0 4px 10px rgba(193, 18, 31, 0.28));
}

.product-warranty-svg--home {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 4px 10px rgba(193, 18, 31, 0.28));
}

.product-miniature .product-flags .product-flag.g-pw-home-icon,
.g-pw-home-icon--ce {
    position: absolute;
    top: 3px;
    right: 3px;
    left: auto;
    margin: 0;
    padding: 0;
    min-width: auto;
    background: transparent !important;
    pointer-events: none;
    z-index: 999;
}

.g-pw-home-icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6b00 0%, #c1121f 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 6px 12px rgba(193, 18, 31, 0.28);
    position: relative;
    z-index: 1000;
}
