.view-nutripuffs-green {
    position: relative;
    overflow: hidden;
}

.b-product-info {
    position: relative;
    z-index: 2;
}

.view-nutripuffs-green .product-scene_top-left {
    display: block;
    pointer-events: none;
    position: absolute;
    width: 442px;
    height: 382px;
    top: 0;
    left: 50%;
    transform: translateX(calc(-50% - 782px));
    background-image: url(/static/f/product/552/scene-01.png);
    background-position: top left;
    background-size: auto;
    background-repeat: no-repeat;
}

.view-nutripuffs-green .product-scene_top-right {
    display: block;
    pointer-events: none;
    position: absolute;
    width: 236px;
    height: 337px;
    top: 0;
    right: 50%;
    transform: translateX(calc(50% + 551px));
    background-image: url(/static/f/product/552/scene-02.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}

.view-nutripuffs-green .product-scene_bottom-right {
    display: block;
    pointer-events: none;
    position: absolute;
    width: 469px;
    height: 631px;
    bottom: 38%;
    right: 50%;
    transform: translateX(calc(50% + 642px));
    background-image: url(/static/f/product/552/scene-03.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.view-nutripuffs-green .product-scene_bottom-left {
    display: block;
    pointer-events: none;
    position: absolute;
    width: 105px;
    height: 121px;
    bottom: 40%;
    right: 50%;
    transform: translateX(calc(50% - 642px));
    background-image: url(/static/f/product/552/scene-04.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-table__title {
    display: flex;
    justify-content: flex-end;
    gap: 20px;

    > span {
        width: 140px;
        text-align: right;
    }
}

.product-table__item-count {
    display: flex;
    gap: 20px;

    > span {
        width: 145px;
        text-align: right;
    }
}

.b-product-content__list[data-type=simple-list] li.product-table__item {
    min-height: 41px;
    line-height: 20px;
    padding-top: 9px;
    padding-bottom: 10px;
}

@media (max-width: 1200px) {
    .view-product-blue .product-scene_top-left {
        display: none;
    }

    .view-product-blue .product-scene_top-right {
        display: none;
    }

    .view-nutripuffs-green .product-scene_bottom-right {
        display: none;
    }

    .view-nutripuffs-green .product-scene_bottom-left {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .product-table__title {
        gap: 10px;

        > span {
            width: 110px;
        }
    }
    
    .product-table__item-count {
        gap: 10px;

        > span {
            width: 110px;
        }
    }
}

@media screen and (max-width: 459px) {
    .view-nutripuffs-green .b-product-content__box {
        padding-left: 0;
        padding-right: 0;
    }

    .view-nutripuffs-green .b-product-content__box--spoiler {
        padding-left: 0;
        padding-right: 0;
    }

    .view-nutripuffs-green .b-product-content__list[data-type=mode2] li:before {
        left: 6px;
    }

    .product-table__title {
        > span {
            width: 106px;
        }
    }
    
    .product-table__item-count {
        > span {
            width: 80px;
        }
    }
}