.product-list {
    overflow: visible;
}

#product .images-container,
#js-product-list {
    position: relative;
}

#js-product-list #product_gift {
    position: absolute;

}

#product #product_gift li,
#js-product-list #product_gift li {
    position: absolute;
    z-index: 1;
    background: white;
    border-radius: 5px;
    filter: drop-shadow(1px 1px 1px #333);
}

#product #product_gift li span,
#js-product-list #product_gift li span {
    text-indent: -9999px;
    display: none;
}

#product #product_gift li img,
#js-product-list #product_gift li img {
    border-radius: 5px;
}

#js-product-list .product-more {
    top: 40px;
}

#js-product-list #product_gift {
    height: 200px;
}

#js-product-list #product_gift li {
    width: 50px;
    height: 50px;
}

#js-product-list #product_gift li:nth-of-type(1) {
    left: 10px;
    bottom: 5px;
}

#js-product-list #product_gift li:nth-of-type(2) {
    left: 65px;
    bottom: 5px;
}

#js-product-list #product_gift li:nth-of-type(3) {
    left: 115px;
    bottom: 5px;
}

#js-product-list #product_gift li:nth-of-type(4) {
    left: 165px;
    bottom: 5px;
}

#product .images-container #product_gift li {
    width: 55px;
    height: 55px;
}

#product .images-container #product_gift li:nth-of-type(1) {
    right: -10px;
    top: 10px;
}

#product .images-container #product_gift li:nth-of-type(2) {
    right: -10px;
    top: 75px;
}

#product .images-container #product_gift li:nth-of-type(3) {
    right: -10px;
    top: 140px;
}

#product .images-container #product_gift li:nth-of-type(4) {
    right: -10px;
    top: 205px;
}