.blog-quick-add-wrapper {
    width: 100%;
    display: none;
    position: absolute;
    top: 20px;
    justify-content: center;
    right: 0;
    z-index: 99;

    .blog-quick-add {
        text-align: center;
        background-color: #faf8f3;
        filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.5));
        color: black;
        width: 240px;
        cursor: default;
        position: relative;

        .blog-quick-add-content {
            padding: 0;
            display: inline-block;
            width: 240px;

            img {
                background-color: white;
            }

            > div {
                padding: 18px 8px 20px;

                .product-title {
                    font-size: 12px;
                    font-weight: 500;
                    line-height: 17px;
                    text-align: center;
                    cursor: pointer;
                }

                button {
                    background: #bfcbc6;
                    border: 1px solid #000;
                    display: flex;
                    justify-content: space-between;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 20px;
                    margin-top: 12px;
                    padding: 10px 6px;
                    width: 100%;
                    cursor: pointer;
                    flex-direction: column;

                    .price-column {
                        display: flex;
                        justify-content: space-between;
                        width: 100%;
                    }
                    .BIS_trigger {
                        margin-top: 5px;
                    }
                }
                .add-to-bag-disabled {
                    cursor: default;
                }
            }
        }
    }
}
.blog-product-link {
    white-space: nowrap;
    z-index: 1;
}

.active-link {
    position: relative;
    .blog-quick-add-wrapper {
        display: flex;
    }
}
