.product-grid-layout-3 .product-thumbnail-wrapper {
    isolation: isolate;
}

.product-grid-layout-3 .product-out-of-stock-overlay {
    position: absolute;
    inset: 0;
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    background: rgba(0, 0, 0, 0.58);
    text-align: center;
    text-decoration: none;
    transition: background-color 0.25s ease;
}

.product-grid-layout-3 .product-out-of-stock-overlay:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.68);
    text-decoration: none;
}

.product-grid-layout-3 .product-out-of-stock-overlay i {
    font-size: clamp(58px, 6vw, 86px);
    line-height: 1;
}

.product-grid-layout-3 .product-out-of-stock-overlay span {
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
}
