.ninetheme-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;
}
.ninetheme-loop-product.type-3.product-type-variable:hover .product-actions.hint-top {
    top: -11px;
    right: 6px;
}

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

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

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

.ninetheme-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;
}

.ninetheme-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(--ninetheme-border);
    border-radius: 5px;
    margin-bottom: 15px;
}

.ninetheme-loop-product.type-3 .ninetheme-swatches-wrapper {
    position: absolute;
    top: 0;
    left: 0px;
    background: #fff;
    width: 100%;
    padding: 15px;
    z-index: 1;
    border: 1px solid var(--ninetheme-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;
}

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

.ninetheme-loop-product.type-3 .star-rating {
    margin-top: -2px;
}
.ninetheme-loop-product.type-3 .has-thumbs .thumbs {
    margin-bottom: 0;
    z-index: 10;
    position: absolute;
    width: 100%;
}

.ninetheme-loop-product.type-3:hover .has-swatches .thumb-wrapper {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ninetheme-loop-product.type-3.product-type-variable:hover .has-swatches .product-actions.hint-top {
    top: -16px;
    right: 0;
    height: calc(100% + 16px);
    border-radius: 0;
}

.ninetheme-loop-product.type-3 .ninetheme-loop-swatches {
    width: calc(100% - 20px);
}

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