.home-products-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
}

.home-products-content h2 {
    margin: 0;
}

.home-products {
    margin-top: 40px;
    max-width: 100%;
    padding: 0 40px;
    max-width: 1920px;
}

.home-products-item-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.home-products-item-content-image {
    position: relative;
    max-width: 670px;
    width: 100%;
    height: 646px;
    background:  #F5F5F5;
}

.home-products-item-content-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}

.home-products-item-content-image .image-normal {
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.home-products-item-content-image .image-normal.active {
    opacity: 1;
}

.home-products-item-content-image:hover .image-normal{
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.home-products-item-content-image .image-variation {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}

.home-products-item-content-image .image-variation.active {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.home-products-item-content-image:hover .image-variation{
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.home-products-item-content-image .image-hover {
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: 3;
}

.home-products-item-content-image:hover .image-hover{
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.home-products-item-link-category {
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 10%;
    right: 5%;
}

.home-products-item-link-category .arrow-right:after, .home-products-item-link-category .arrow-right:before {
    background-image: url(../images/arrow-right-white-1.svg);
}

.home-products-item-content-image:hover a{
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #fff;
    z-index: 9;
}

.home-products-item-content {
    max-width: 650px;
    width: 100%;
    margin-left: 40px;
    border-bottom: 1px solid rgba(233, 233, 233, 1);
    padding-bottom: 20px;
}

.home-products-item-stock {
    position: relative;
    margin-top: 60px;
    padding: 3.5px 12px 3.5px 30.5px;
    background: #F5F5F5;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.home-products-item-stock::before {
    content: '';
    position: absolute;
    width: 8.5px;
    height: 8.5px;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 12px;
}

.home-products-item-stock[data-stock="instock"]::before {
    background: #33B2B0;
}

.home-products-item-stock[data-stock="outofstock"]::before {
    background: #d87c13;
}

.home-products-item-link, 
.home-products-item-link:focus, 
.home-products-item-link:active, 
.home-products-item-link:focus-visible {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 61px;
    display: none;
}

.home-products-item-link.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 61px;
}

.home-products-item-link.no-variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-products-item {
    margin-bottom: 60px;
}

.home-products-item-variation-size-price-item {
    display: none;
}

.home-products-item-variation-size-price-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.home-products-item-variations {
    margin-top: 27px;
}

.home-products-item-variation-attribute-price {
    /* margin-bottom: 30px; */
}

.home-products-item-variation-size-price-item-attribute h4 {
    margin: 0;
}

.home-products-item-variation-thumbnail img {
    max-width: 99px;
    width: 99%;
    max-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    border: 1px solid #E9E9E9;
    margin-right: 16px;
    cursor: pointer;
    margin-top: 30px;
}

.home-products-item-variation-thumbnail {
    /* margin-bottom: 30px; */
}

.home-products-item-variation-description {
    margin-top: 30px;
}

.home-products-item-variation-thumbnail img.active {
    border: 1px solid #33B2B0;
}

.home-products-item-variation-size-price-item-price-sale {
    color: #33B2B0;
}

.home-products-item-variation-size-price-item-price span {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}

.home-products-item-variation-size-price-item-price-regular {
   color: #B1B1B1;
   margin-right: 20px;
   text-decoration: line-through;
}

.home-products-item-variation-description-item {
    display: none;
}

.home-products-item-variation-description-item b {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0px;
}

.home-products-item-variation-description-item p {
    margin-top: 7px;
}

.home-products-item-variation-description-item.active {
    display: block;
}

.home-products-item-variation-size-price-item-price.no-variation {
    margin-top: 30px;
}

@media (min-width: 1441px) {
    .home-products-item-content-image {
        /* max-width: 50%; */
        /* height: 100%; */
        /* aspect-ratio: 1/1; */
    }

    .home-products-item-content {
        max-width: 50%;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
   .home-products-item-content-image {
       
   }
}

@media (max-width: 991px) {
    .home-products-item-link.active {
        margin-top: 20px;
    }

    .home-products-item-variation-size-price-item.active {
        display: block;
    }

    .home-products-item-variation-size-price-item-price {
        margin-top: 5px;
    }

    .home-products-item-variation-thumbnail img {
        margin-right: 5px;
    }
}

@media (max-width: 767.96px) {
    .home-products-item-variation-size-price-item.active {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .home-products-item-content-wrapper {
        display: block;
    }

    .home-products-item-content {
        padding-left: 0;
        max-width: 100%;
        margin-top: 30px;
        margin-left: 0;
        padding-bottom: 28px;
    }

    .home-products-item-content-image {
        max-width: 100%;
        aspect-ratio: 1/1;
        height: 100%;
    }

    .home-products-content {
        display: block;
        padding-bottom: 18px;
        margin-bottom: 40px;
    }

    section.home-products {
        margin-top: 60px;
        padding: 0 30px;
    }

    .home-products-content h2 {
        margin-bottom: 18px;
    }

    .home-products-item-stock {
        margin-top: 27px;
    }

    .home-products-item-variation-size-price-item-price span {
        font-size: 18px;
        line-height: 22px;
        margin: 0;
    }

    .home-products-item-variation-size-price-item-price {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }

    .home-products-item-variation-size-price-item-price.no-variation {
        display: block;
    }

    .home-products-item-variations {
        margin-top: 30px;
    }

    .home-products-item-variation-attribute-price {
        margin-bottom: 28px;
        margin-bottom: 0;
    }

    .home-products-item-variation-thumbnail img {
        margin-right: 12px;
        margin-top: 28px;
    }

    .home-products-item-variation-thumbnail img:last-child {
        margin-right: 0;
    }

    .home-products-item-variation-size-price-item-attribute {
        width: 50%;
    }

    .home-products-item-variation-description {
        margin-top: 33px;
    }
}