@font-face {
    font-family: "HelvBold";
    src: url("HelveticaNeueLTStd-Bd.otf");
    font-weight: 600;
}

@font-face {
    font-family: "HelvHvy";
    src: url("HelveticaNeueLTStd-Hv.otf");
    font-weight: 900;
}

.index-list {
    margin-top: 22px;
    margin-left: 4px;
    line-height: 124px;
    font-size: 144px;
    letter-spacing: -.02em !important;
}

.grey {
    color: #b3b3b3;
}

.heavy {
    font-family: "HelvHvy", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -.01em;
}

.index-item:hover,
.menu-item:hover {
    cursor: pointer;
    color: #000000;
}

.footer {
    font-size: 18px;
    position: fixed;
    bottom: 0px;
    left: 0;
    display: flex;
    right: 0;
    padding-bottom: 4px;
}

.menu-item {
    margin-right: 12px;
}

.menu {
    flex-basis: 60%;
    padding-left: 12px;
}

.bold {
    font-family: "HelvBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -.01em;
} 

a {
    all: unset;
}

.product-grid {
    display: grid;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    grid-template-rows: 20% 60% 20%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.top {
    grid-row-start: 1;
    grid-row-end: 2;
}

.middle {
    grid-row-start: 2;
    grid-row-end: 3;
}

.bottom {
    grid-row-start: 3;
    grid-row-end: 4;
}

.logo {
    margin-top: 8px;
    height: 45px;
}

.logo-subtitle {
    font-size: 36px;
    margin-top: -22px;
}

.middle {
    display: flex;
}

.left {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
}

.left img {
    padding: 20px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
}

.right {
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
}

.spacer {
    flex-grow: 1;
}

a:hover {
    cursor: pointer;
    color: #000000;
}

.product-header {
    display: flex;
    font-size: 36px;
}

.product-buy {
    margin-left: auto;
}

.product-info {
    width: 500px;
}

.product-description {
    margin-top: 14px;
    font-size: 14px;
    line-height: 18px;
}