.detail_top_btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.product-page__content-aside .product-aside .detail_top_btns .add_fav {
    width: auto;
    align-items: center;
    margin-bottom: 0;
}

.detail_top_btns .share_btn {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    position: relative;
}

.detail_top_btns .share_btn .title {
    font-size: 14px;
    color: var(--purple);
    margin-top: 1px;
}

.detail_top_btns .share_btn svg {
    position: relative;
    top: -2px;
}

.detail_top_btns .share_btn .result {
    position: absolute;
    background-color: #F6E8FF;
    color: var(--purple);
    font-size: 14px;
    padding: 8px 12px;
    white-space: nowrap;
    bottom: -36px;
    display: none;
    right: -15px;
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    .product-aside .detail_top_btns .add_fav {
       margin: 0 0 0 0 !important;
    }

    .detail_top_btns .share_btn .result {
        right: unset;
        left: -10px;
    }
}

.product-page__content .instagram-gallery__item > a {
    display: none;
}

.product-page__content .instagram-gallery__item {
    cursor: zoom-in;
}