.kids-accessories-sale-wrapper {
    padding: 40px 0 80px;

    .container {
        text-align: left;
        max-width: 1200px !important;
    }


    .kids-accessories-sale-title {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;

        @media (min-width: 640px) {
            width: 70%;
        }
    }

    .kids-accessories-list {
        
        .list-title {
            font-size: 18px;
            font-weight: bold;

            @media (min-width: 640px) {
                font-size: 24px;
            }
        }


        &.level-2 {
            padding-left: 1em;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        li {
            font-size: 14px;
            line-height: 1.5;

            @media (min-width: 640px) {
                font-size: 16px;
            }

            a {
                color: #0f5ad3;
            }
        }

        table {
            border-collapse: collapse;
            max-width: 900px;

            th {
                font-weight: bold;
                text-align: center;
            }

            td:nth-child(2),
            td:nth-child(3) {
                text-align: center;
            }

            @media (min-width:640px) {
                td {
                    width: 33%;
                }
            }

        }

        table th,
        table td {
            padding: 10px;
            border: 1px solid #2a2a2a;
        }
    }
}