.ninetheme-loop-product.type-5 .nt-wish-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 7px;
    border-radius: 100%;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 200ms ease;
}

.ninetheme-loop-product.type-5:hover .nt-wish-icon {
    background-color: var(--ninetheme-blue-bg);
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 200ms ease;
}

.ninetheme-loop-product.type-5:hover .nt-wish-icon svg {
    fill: var(--ninetheme-blue-dark);
    max-width: 17px;
    max-height: 17px;
}

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

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

.ninetheme-loop-product.type-5 .product-actions svg,
.ninetheme-loop-product.type-5 .nt-wish-icon svg {
    fill: var(--ninetheme-text);
    max-width: 17px;
    max-height: 17px;
}

.ninetheme-loop-product.type-5 .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-5 .thumb-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 15px;
}
.ninetheme-loop-product.type-5:hover .thumb-wrapper {
    overflow: inherit;
}
.ninetheme-loop-product.type-5 .ninetheme-swatches-wrapper {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    padding: 15px;
    z-index: 5;
    background-color: var(--ninetheme-light);
    border: 1px solid var(--ninetheme-border);
    height: -webkit-fill-available;
    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: -17px;
    webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 200ms ease;
}

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

.ninetheme-loop-product.type-5 .star-rating {
    margin-top: -2px;
}

.ninetheme-loop-product.type-5 .has-thumbs .thumbs {
    margin: 0;
    position: absolute;
    bottom: 5px;
}
.ninetheme-loop-product.type-5 .product-actions.hint-top {
    position: absolute;
    display: flex;
    gap: 10px;
    align-items: baseline;
    flex-direction: column-reverse;
    right: 12px;
    top: 45px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.ninetheme-loop-product .hidden-desktop {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ninetheme-loop-product .hidden-desktop a {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .ninetheme-loop-product .product-inner {
        height: 100%;
        padding-bottom: 55px;
    }
    .ninetheme-loop-product .product-actions .ft-btn{
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .ninetheme-loop-product.type-5 .ninetheme-swatches-wrapper {
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        padding: 15px;
        z-index: 5;
        background-color: var(--ninetheme-light);
        border: 1px solid var(--ninetheme-border);
        height: -webkit-fill-available;
        opacity: 0;
        visibility: hidden;
        border-radius: 0 0 5px 5px;
        transition: all 200ms ease;
        margin-top: 0px;
    }
    .ninetheme-loop-product.type-5 .product-actions.hint-top {
        flex-direction: row;
        width: auto;
        justify-content: center;
        top: auto;
        right: auto;
        bottom: 0px;
        opacity: 0;
        visibility: hidden;
        padding: 10px 15px 10px;
        background-color: var(--ninetheme-light);
        border: 1px solid var(--ninetheme-border);
        border-radius: 5px;
        transition: all 200ms ease;
        box-shadow: 0px 1px 13px 4px #3333331f;
    }
    .ninetheme-loop-product.type-5:hover .product-actions.hint-top {
        opacity: 1;
        visibility: visible;
        bottom: 30px;
    }
    .ninetheme-loop-product .hidden-desktop {
        display: none;
    }
}
