.ProductModalBodyLoading {
    .rectangle {
        width: 100%;
        height: 1.429rem;
        background-color: var(--gray-100);
        margin-bottom: 0.714rem;

        @include background-gradient-wide;

        animation: animated-bars-wide 3s infinite $cubic-slow;

        &:last-of-type {
            width: 50%;
            margin-bottom: 1.429rem;
        }
    }

    .content-wrapper {
        display: flex;

        .rectangle {
            margin-bottom: 1.071rem;
        }
    }

    .title {
        margin-top: 2.857rem;

        .rectangle {
            margin: 0 auto;
            width: 24rem;
        }
    }

    .fragment {
        &-title {
            .rectangle {
                width: 8.5rem;
                margin-left: 0;
            }
        }

        &-box {
            margin: 0 0.5rem;
            background-color: white;
            .common {
                .fragment-title .rectangle {
                    margin-bottom: 0.786rem;
                }
            }
        }
    }

    .notifications-loading {
        @include block-shadow;

        margin: 1.75rem 0.3rem;
        padding: 2.214rem 2.143rem 0.714rem;
        border-radius: 0.214rem;
        background-color: white;
    }

    .square {
        width: 10.286rem;
        height: 10.286rem;
        background-color: var(--gray-100);
        margin-right: 1.643rem;
    }

    .content {
        width: 100%;
    }
}
