.homeProduct {
    padding-top: 100px;
    position: relative;
    /*padding-bottom: 60px;*/
    padding-bottom: 0;
}

.homeProduct .allProduct {
    position: absolute;
    width: 260px;
    left: calc((100% - 260px) / 2);
    /*bottom: 10px;*/
}

.homeProduct_item {
    text-align: center;
    margin-bottom: 35px;
    cursor: pointer;
}

.homeProduct_item:hover .productImage img {
    transform: scale(1.1);
}

.homeProduct_item .productImage {
    background: url("https://yuccahq.com/wp-content/themes/child-theme/images/page.home-img/productBg.png") no-repeat center;
    background-size: cover;
    width: 297px;
    height: 478px;
    position: relative;
    text-align: center;
    padding-top: 90px;
    padding-right: 55px;
    margin: 0 auto;
}

.homeProduct_item .productImage a {
    display: flex;
    justify-content: center;
    align-items: ;
}

.homeProduct_item .productImage.glass-pro-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1450px) {
    .homeProduct_item .productImage {
        padding-right: 30px;
        width: 240px;
    }
}

@media only screen and (max-width: 769px) {
    .homeProduct_item .productImage {
        padding-right: 0px;
        background-position: 30px 0;
    }
}

.homeProduct .homeProduct_item {
    visibility: hidden;
    opacity: 0;
}

.homeProduct.module.come-in .homeProduct_item {
    transform: translateY(100px);
    animation: animY ease-out 0.6s 0.3s forwards;
}

.homeProduct_item .productImage img {
    transition: all linear 0.3s;
}

.homeProduct_item .productImage img:hover {
    transform: scale(1.1);
}

.homeProduct_item .buy {
    margin-top: 10px;
}

.homeProduct_item .buy .model {
    margin-top: 10px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 8px, #000 28px);
    background: -webkit-gradient(left top, left bottom, color-stop(8px, #fff), color-stop(28px, #000));
    background: -webkit-linear-gradient(top, #fff 8px, #000 28px);
    background: -o-linear-gradient(top, #fff 8px, #000 28px);
    background: -ms-linear-gradient(top, #fff 8px, #000 28px);
    background: linear-gradient(to bottom, #fff 8px, #000 28px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Sabatica";
}

.homeProduct_item .buy .model span {
    font-size: 16px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .homeProduct_item .buy .model {
        background: transparent;
        color: white;
    }
}