.size-table th {
    background: #000;
    color: #fff;
    padding: 12px;
    font-weight: 300;
    text-align: center;
    border: 1px solid #444;
}

.size-table td {
    padding: 16px;
    text-align: center;
    border: 1px solid #BBBBBB;
    color: #000;
}

table.size-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'ANTA Sharp Grotesk Medium';
    font-size: 18px;
}

h2.shoes-guide-title,
h2.tops-guide-title {
    font-size: 50px;
    color: #000000;
    margin: 0 0 60px 0;
}

h3.inner-table-ttl {
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin: 0 0 30px 0;
}

.inner-table-items-main {
    margin: 0 0 60px 0;
}

h4.last-shows-section-heading {
    font-size: 30px;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
}

p.last-table-ttl-main,
.last-part-image-txt-main-flex p {
    font-size: 18px;
    color: #000000;
    margin: 0;
}

.last-part-image-txt-main-flex strong {
    font-family: 'ANTA Sharp Grotesk Bold';
    font-size: 20px;
}

p.shoes-bottojm-last_txt {
    font-size: 18px;
    color: #000000;
}

.last-part-image-txt-main-flex {
    display: flex;
    align-items: center;
    gap: 10rem;
    flex-wrap: wrap;
}

.last-part-image-img-main img {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: cover;
}

.last-part-image-img-main {
    flex: 0 0 25%;
    max-width: 25%;
}

.block-part-items-main-text {
    flex: 0 0 75%;
    max-width: calc(75% - 10rem);
}


.tops-switch-tabs-main {
    display: flex;
    border: 1px solid #000;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.tops-switch-tabs-main div {
    padding: 8px 25px;
    cursor: pointer;
    font-size: 18px;
    background: #fff;
    color: #000;
    transition: all 0.3s ease;
    font-family: 'ANTA Sharp Grotesk Medium';
    width: 126px;
    text-align: center;
}

.tops-switch-tabs-main .active {
    background: #000;
    color: #fff;
    border-radius: 30px;
}

.tops-main-guide-tables-both>div {
    display: none;
}

.tops-main-guide-tables-both>div.active {
    display: block;
}

h3.table-inner-top-main {
    font-size: 30px;
    color: #000000;
    margin: 0 0 20px 0;
    text-align: center;
}

h4.tops-guide-main-last-ttl {
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    color: #000000;
    margin: 40px 0;
}

.tops-image-main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.tops-guide-last-items {
    font-family: 'ANTA Sharp Grotesk Medium';
    font-size: 18px;
    color: #000000;
}

.size-guide-section-block {
    padding: 80px 0 0 0;
}

.size-guide-blocks-chart-flex {
    display: flex;
    gap: 20px;
}

.size-guide-chart-blocks {
    flex: 0 0 20%;
    max-width: 20%;
    position: sticky;
    top: 100px;
    height: 100%;
}

.size-guide-nav-item {
    font-size: 20px;
    color: #CDCDCD;
    font-family: 'ANTA Sharp Grotesk Medium';
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.5s;
    padding-left: 20px;
    border-left: 2px solid #F6F6F6;
}

.size-guide-nav-item.active {
    color: #000;
    border-left: 2px solid #000;
}

.size-guide-accordion-header {
    display: none;
}

@media (max-width: 1024px) {

    h2.shoes-guide-title,
    h2.tops-guide-title {
        font-size: 34px;
        margin: 0 0 30px 0;
    }

    .size-guide-nav-item {
        font-size: 17px;
    }

    h3.inner-table-ttl {
        font-size: 24px;
        margin: 0 0 20px 0;
    }

    table.size-table {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .size-guide-blocks-chart-flex {
        flex-direction: column;
        gap: 20px;
    }

    .size-guide-section-block:first-child {
        padding: 0;
    }

    .size-guide-chart-blocks {
        width: 100%;
        position: relative;
        top: 0;
        background: #f9f9f9;
        border-radius: 4px;
        overflow: hidden;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .size-guide-accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 13px 18px;
        background-color: #f5f5f5;
        cursor: pointer;
        text-transform: uppercase;
        border-radius: 6px;
    }

    .accordion-arrow {
        width: 10px;
        height: 10px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
        margin-top: -4px;
    }

    .size-guide-chart-blocks.open .accordion-arrow {
        transform: rotate(-135deg);
        margin-top: 4px;
    }

    .size-guide-nav-list {
        display: none;
        padding: 5px 0;
    }

    .size-guide-chart-blocks.open .size-guide-nav-list {
        display: block;
    }

    .size-guide-nav-item {
        border-left: none;
        padding: 15px 20px;
        color: #000000;
        border-bottom: 1px solid #EBEBEB;
    }

    .size-guide-nav-item:last-child {
        border-bottom: none;
    }

    .size-guide-nav-item.active {
        background-color: #f0f0f0;
    }

    span.accordion-title-text {
        font-size: 18px;
        font-family: 'ANTA Sharp Grotesk Bold';
    }

    .size-guide-nav-item,
    .size-guide-nav-item.active {
        border-left: unset;
    }

    .size-guide-nav-item {
        font-size: 14px;
        padding: 10px 30px;
    }

    .size-guide-section-block {
        padding: 50px 0 0 0;
    }

    h2.shoes-guide-title,
    h2.tops-guide-title {
        font-size: 28px;
        margin: 0 0 24px 0;
    }

    h3.table-inner-top-main {
        font-size: 18px;
        margin: 0 0 12px 0;
    }

    .tops-switch-tabs-main div {
        padding: 8px 12px;
        font-size: 14px;
        width: 90px;
    }

    .tops-switch-tabs-main {
        margin-bottom: 12px;
    }

    table.size-table {
        font-size: 14px;
    }

    table.size-table {
        min-width: 640px;
        margin-left: 0;
        margin-right: 0;
    }

    .tp-inches-table-guide,
    .table_html_main-items {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .last-part-image-img-main,
    .block-part-items-main-text {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .last-part-image-txt-main-flex strong {
        font-size: 16px;
    }

    p.last-table-ttl-main,
    .last-part-image-txt-main-flex p,
    .tops-guide-last-items,
    inner-table-items-main {
        font-size: 14px;
    }

    .last-part-image-txt-main-flex {
        gap: 12px;
    }

    h4.tops-guide-main-last-ttl {
        font-size: 18px;
        margin: 20px 0;
    }
}