.type-3.ninetheme-loop-product .product-inner {
    height: 100%;
    padding-bottom: 50px;
}

.type-3.ninetheme-loop-product .product-actions.hint-top {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    background-color: var(--ninetheme-light);
    border: 1px solid var(--ninetheme-border);
    padding: 8px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
}


.type-3.ninetheme-loop-product .product-details {
    position: relative;
}

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

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

.type-3.ninetheme-loop-product .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;
}

.type-3.ninetheme-loop-product .ninetheme-swatches-wrapper {
    padding: 8px;
    background-color: var(--ninetheme-green-bg);
    border: 1px solid var(--ninetheme-green);
    align-items: flex-start;
    border-radius: 5px;
    margin-top: 10px;
}

.type-3.ninetheme-loop-product .ninetheme-swatches-wrapper .ninetheme-variations-items .select,
.type-3.ninetheme-loop-product .ninetheme-swatches-wrapper .ninetheme-variations-items select,
.type-3.ninetheme-loop-product .ninetheme-variations-items .value {
    min-height: auto;
}

.type-3.ninetheme-loop-product .ninetheme-swatches-wrapper .ninetheme-term {
    border-color: var(--ninetheme-green);
}

.type-3.ninetheme-loop-product .ninetheme-swatches-wrapper .ninetheme-term:hover {
    border-color: var(--ninetheme-secondary);
}

.type-3.ninetheme-loop-product .ninetheme-swatches-wrapper .ninetheme-term:hover .type-button {
    color: var(--ninetheme-secondary);
}

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

@media(min-width:992px){
    .type-3.ninetheme-loop-product .ninetheme-swatches-wrapper {
        position: absolute;
        bottom: 42px;
        left: 0px;
        width: 100%;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
    }
}

