.product__image {
    height: var(--product-image-height);
}

.tgpp-good-110-price {
    display: none;
}

.separator {
    display: none;
}

.alsoproduct-modal__category {
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    color: #d0bfff;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 8px;
    background-color: #f1ecff;
}

.reasons-container {
    display: flex-column;
    padding: 20px;
    border-radius: 12px;
}

.purple__bg {
    background-color: #F1ECFF;
}

.gray__bg {
    background-color: #F6F6F6;
}

.blue__bg {
    background-color: #ECF2FF;
}

.green__bg {
    background-color: #DBF6ED;
}

.video_player {
    border-radius: 12px;
    overflow: hidden;
}

.product__image {
    object-fit: cover !important;
}

.swal2-confirm {
    padding: 8px 64px;
    border-radius: 12px;
}

.gradient-border {
    position: relative;
    top: 4px;
    left: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
}

.gradient-border img {
    z-index: 2
}

.gradient-border::after {
    position: absolute;
    content: "";
    z-index: 1;
    width: 106%;
    height: 106%;
    background: linear-gradient(60deg, rgb(241, 242, 11), rgb(42, 245, 152), rgb(8, 174, 234), rgb(250, 139, 255));
    background-size: 300% 300%;
    background-position: 0 50%;
    border-radius: 20px;
    animation: moveGradient 3s alternate infinite;
}

@keyframes moveGradient {
    50% {
        background-position: 100% 50%;
    }
}

.helpful-menu__list {
    display: flex;
    gap: 16px;
    height: 128px;
    list-style: none;
    overflow-x: auto;
}

.swal2-popup.swal2-modal .swal2-html-container {
    font-size: 14px;
    line-height: 1.5;
}