.product-items-container .product-sku,
.vmessentials-wrapper .product-sku {
    font-size: 10px;
    color: #adb5bd;
}

.product-items-container .product-price .product-sales-price,
.vmessentials-wrapper .product-price .product-sales-price {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.product-items-container .product-price .product-sales-price .PricesalesPrice.vm-display.vm-price-value,
.vmessentials-wrapper .product-price .product-sales-price .PricesalesPrice.vm-display.vm-price-value {
    color: #ff9000;
    font-size: 18px;
}

.product-items-container .product-price,
.vmessentials-wrapper .product-price {
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.product-items-container .product-price .product-sales-price .where-to-buy,
.vmessentials-wrapper .product-price .product-sales-price .where-to-buy {
    font-size: 10px;
}

.product-items-container .stock-container,
.vmessentials-wrapper .stock-container {
    font-size: 10px;
}

.product-items-container .product-label,
.vmessentials-wrapper .product-label {
    min-width: unset;
    min-height: unset;
    height: 2.5rem;
    width: 2.5rem;
    margin-bottom: .6rem;
}

.product-items-container .product-container,
.vmessentials-wrapper .product-container {
    overflow: hidden;
}

.product-items-container .product-bottom-container,
.vmessentials-wrapper .product-bottom-container {
    top: unset;
    bottom: 0;
}

.product-items-container .stock-container,
.product-items-container .product-prices.text-center,
.vmessentials-wrapper .stock-container,
.vmessentials-wrapper .product-prices.text-center {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.product-items-container .state-hover .stock-container,
.product-items-container .state-hover .product-prices.text-center,
.vmessentials-wrapper .state-hover .stock-container,
.vmessentials-wrapper .state-hover .product-prices.text-center {
    visibility: hidden;
    opacity: 0;
}
