.electron-loop-product.type-3 .product-actions.hint-top {
    display: flex;
    gap: 7px;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    width: auto;
    justify-content: center;
    border-top: 0;
    padding: 10px 0 5px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    padding: 15px 7px 8px;
    height: auto;
    border-radius: 5px;
    z-index: 3;
}
.electron-loop-product.type-3.product-type-variable:hover .product-actions.hint-top {
    top: -11px;
    right: 6px;
}

.electron-loop-product.type-3 .product-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    padding-right: 35px;
}

.electron-loop-product.type-3 .product-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.electron-loop-product.type-3 .product-actions.hint-top svg {
    fill: var(--electron-text);
}

.electron-loop-product.type-3 .product-stock-rating {
    line-height: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
}

.electron-loop-product.type-3 .thumb-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--electron-border);
    border-radius: 5px;
    margin-bottom: 15px;
}

.electron-loop-product.type-3 .electron-swatches-wrapper {
    position: absolute;
    top: 0;
    left: 0px;
    background: #fff;
    width: 100%;
    padding: 15px;
    z-index: 1;
    border: 1px solid var(--electron-border);
    height: 112%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0 0 5px 5px;
    margin-top: -16px;
}

.electron-loop-product.type-3:hover .electron-swatches-wrapper {
    opacity: 1;
    visibility: visible;
}

.electron-loop-product.type-3 .product-link {
    padding: 15px 20px;
}

.electron-loop-product.type-3 .star-rating {
    margin-top: -2px;
}

@media screen and (max-width: 992px) {
   .electron-loop-product.type-3 .product-actions.hint-top {
        position: relative;
        background: var(--electron-light);
        border: 1px solid var(--electron-border);
        padding: 10px 10px 4px;
        height: auto;
        display: flex;
        flex-direction: row;
        margin-top: -2px;
        border-radius: 0 0 5px 5px;
        justify-content: space-evenly;
    }
    .electron-loop-product.type-3 .thumb-wrapper {
        margin-bottom: 0;
    }
    .electron-loop-product.type-3 .product-details {
        padding-right: 0;
    }
}
