/* THEME LAYOUT */
html {
    scroll-behavior: smooth;
    user-select: none;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


body {
    margin: 0;
    font: 16px "SF Pro Display", "SF Pro Text", "SF Pro Icons" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #000;
    background: #fff;
    max-width: 100%;
    overflow-x: hidden;
}
header {
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    background: #F4F5F5;
    padding: 5px 25px;
}
header > div {
    display: inline-block;
}
header .title {
    font-weight: 600;
}




/* COMPONENTS FOR TEXT */

h2 {
    font-size: 33px;
    /* letter-spacing: 10em; */
    margin: 15px 0;
    font-weight: 600;
    margin-top: 40px; /* 50px */
}
h3 {
    font-size: 40px;
    margin: 15px 0;
    font-weight: 600;
}
h3.subheading {
    margin-bottom: 20px;
    font-size: 16pt; /* 17pt */
    /* letter-spacing: 3rem; */
    color: #a6a8ab;
    font-weight: 400;
    margin-bottom: 40px;
}

/* FROM APPLE.COM */
h1, h2, h3, h4, h5, h6 {
    color: rgb(29,29,31);
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* typography-headline-super */
h2,
/* h3, */
.typography-headline-super {
    font-size: 80px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.015em;
}

@media (max-width: 1068px) {
    h2,
    /* h3, */
    .typography-headline-super {
        font-size: 64px;
        line-height: 1.0625;
        font-weight: 600;
        letter-spacing: -0.009em;
    }
}

@media (max-width: 734px) {
    h2,
    /* h3, */
    .typography-headline-super {
        font-size: 48px;
        line-height: 1.0834933333;
        font-weight: 600;
        letter-spacing: -0.003em;
    }
}


@media (max-width: 480px) {
    h2,
    h3,
    .typography-headline-super {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0em;
    }
}



h3.subheading,
.typography-tout {
    font-size: 19px;
    line-height: 1.2105263158;
    font-weight: 600;
    letter-spacing: .012em;
    color: #86868b;
}


.typography-body-tight-drop-semibold {
    font-size: 17px;
    line-height: 1.2353641176;
    letter-spacing: -0.022em;
    font-weight: 600;
    font-family: "SF Pro Text", "SF Pro Icons" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
}
@media (max-width: 734px) {
    .typography-body-tight-drop-semibold {
        font-size: 14px;
        line-height: 1.2857742857;
        letter-spacing: -0.016em;
    }
}






/* COMPONENTS FOR LAYOUT */

section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-layout {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
}

.v-space {
    margin-top: 30px;
    margin-bottom: 30px;
}

.h-padding {
    padding-left: 25px;
    padding-right: 25px;
}

.h-space {
    margin-left: 30px;
    margin-right: 30px;
}

.pane {
    padding: 20px;
    background: #F1F1F2;
    border-radius: 10px;
}
.pane > h2:first-child {
    margin-top: 0;
}

.pane > p {
    font-weight: 600;
}

p.distant {
    color: #A6A8AB;
    font-weight: 600;
}

.img-full {
    max-width: 100%;
    text-align: center;
}

.t-center {
    text-align: center;
}




/* UI COMPONENTS */

.button {
    display: inline-block;
    padding: 18px;
    color: #fff;
    background: #0071e3;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 200ms;

    /* APPLE STYLES */
    font-size: 17px;
    line-height: 1.2353641176;
    font-weight: 600;
    letter-spacing: -0.022em;
}

.button:hover,
.button:active {
    background: #0065cb;
}

table.data {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0 none;
    border-spacing: 0;
    font-size: 14px;
}

table.data thead,
table.data tbody {
    margin: 0;
    padding: 0;
    border: 0 none;
    border-collapse: collapse;
}

table.data th,
table.data td {
    margin: 0;
    padding: 12px;
    border: 0 none;
    border-spacing: 0;
    text-align: center;
}

table.data td {
    font-weight: 400;
    padding: 20px;
}

table.data tr:nth-child(odd) td {
    background-color: #f5f5f5;
}

table.data thead tr {
    background: #000;
    color: #fff;
    border-radius: 8px;
    margin: 0;
    padding: 0;
    border: 0 none;
}

table.data tr:first-child th:first-child {
    border-top-left-radius: 18px;
}
table.data tr:first-child th:last-child {
    border-top-right-radius: 18px;
}
table.data tr:last-child td:first-child {
    border-bottom-left-radius: 18px;
}
table.data tr:last-child td:last-child {
    border-bottom-right-radius: 18px;
}

/* APPLE STYLE */
table.data th,
table.data td {
    font-size: 17px;
    line-height: 1.2353641176;
    letter-spacing: -0.022em;
    font-weight: 600;
    font-family: "SF Pro Text", "SF Pro Icons" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
}

@media (max-width: 734px) {
    table.data th,
    table.data td {
        font-size: 14px;
        line-height: 1.2857742857;
        letter-spacing: -0.016em;
    }
}


/* CONTENT */
@media (min-width: 750px) {
    #shirt-tables {
        display: grid;
        grid-template-columns: auto auto;
    }
}

#shirt-tables section {
    margin-bottom: 60px;
}

#shirt-tables table.data td {
    width: 33.33%;
}

section > h3:first-child {
    margin: 0;
    margin-bottom: 10px;
}

section.t_shirt {
    border-radius: 18px;
    background: #f5f5f5;
    padding: 25px;
    padding-top: 0;
}
section.t_shirt > div {
    text-align: center;
}
section.t_shirt img {
    margin: 30px;
    max-width: 300px;
}
section.t_shirt p {
    margin: 0;
    margin-bottom: -3px;
}