.menu.scrolled {
    width: 100%;
    position: fixed;
    background-color: black;
    top: 0;
}

.menu.scrolled a {
    color: white;
}

.menu.scrolled .nike-logo {
    display: none;
}

.menu.scrolled .white-nike-logo {
    display: block;
}

.white-nike-logo {
    width: 70px;
    height: 50px;
    display: none;
}

.sign-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F5F5F5;
    height: 36px;
    width: 100%;
    padding: 0px 50px;
}

.jordan-logo {
    width: 19.2px;
    height: 17.97px;
}

.sign-in-menu a {
    text-decoration: none;
    color: black;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0%;
}

.menu {
    display: flex;
    padding: 0px 50px;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    z-index: 4;
}

.nike-logo-container {
    width: 340px;
}

.menu-choices {
    width: 400px;
    display: flex;
    justify-content: space-between;
}

.nike-logo {
    width: 58.85px;
    height: 20.54px;
}

menu a {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: black;
    text-decoration: none;
}

.heart-cart {
    display: flex;
    width: 75px;
    justify-content: space-between;
}

.search {
    border: none;
    background-color: #F5F5F5;
    border-radius: 100px;
    width: 180px;
    height: 40px;
    padding: 8px 8px 8px 36px;
    box-sizing: border-box;
}

.search:focus {
    outline: none;
}

.search-container {
    position: relative;
    width: 300px;
    padding-left: 130px;
}

.search-container img {
    position: absolute;
    top: 50%;
    left: 140px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
}

.cover {
    padding: 0px 50px;
    margin-bottom: 19px;
}

.cover img {
    width: 100%;
}

.cover-info {
    text-align: center;
    padding: 50px;
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeueBold.otf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url('../fonts/HelveticaNeue-Medium.otf') format('truetype');
}

.cover-info h1 {
    font-family: 'HelveticaNeueBold';
    font-size: 54px;
    line-height: 60px;
    font-weight: 600;
    color: black;
}

.cover-info p {
    font-family: 'HelveticaNeue-Medium';
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 24px 0px 30px 0px;
    color: black;
}

.cover-info button {
    background-color: black;
    border-radius: 30px;
    padding: 15px 24px;
    border: none;
    color: white;
    cursor: pointer;
    font-family: 'HelveticaNeue-Medium';
}

.filter-header {
    width: 100%;
    padding: 0px 50px;
    display: flex;
    height: 51px;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0px 15px 0px;
}

.hide-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'HelveticaNeue-Medium';
    font-size: 16px;
    font-weight: bold;
    width: 224px;
    color: black;
}

.hide-filters p {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.filter-header h3 {
    font-family: 'HelveticaNeueBold';
    font-size: 24px;
}

.filters-products {
    display: flex;
    justify-content: space-between;
    padding: 0px 50px;
}

.filters {
    width: 20%;
    padding: 4px;
    font-family: 'HelveticaNeueBold';
}

.filters p {
    margin-bottom: 14px;
    cursor: pointer;
}

.filters-checkboxes {
    display: flex;
    flex-direction: column;
}

.filters-checkboxes input {
    margin-bottom: 14px;
    cursor: pointer;
}

.filters-checkboxes label {
    font-family: Helvetica;
}

.products {
    width: 75%;
}

.card {
    border: none;
    cursor: pointer;
}

.pagination {
    justify-content: center;
    margin-top: 50px;
}

.pagination a {
    padding: 10px 15px;
    font-family: 'HelveticaNeueBold';
}

.page-link {
    color: black;
}

.page-link:hover {
    background-color: rgb(223, 223, 223);
    color: black;
}

.page-link:focus {
    box-shadow: none;
    outline: none;
}

.active .page-link {
    background-color: rgb(20, 20, 20);
    border-color: rgb(20, 20, 20);
}

.active .page-link:hover {
    color: white;
}

.card-body {
    padding: 20px 0px;
}

.card-title,
.card-shortdescription,
.card-category,
.card-price {
    font-family: 'HelveticaNeue-Medium';
    color: black;
    font-size: 15px;
    margin-bottom: 10px;
}

.card-category {
    color: rgb(139, 139, 139);
}

.details-card {
    padding: 0px 130px;
    display: flex;
    align-items: center;
    margin-bottom: 92px;
}

.details-card img {
    width: 666px;
    height: 562px;
    object-fit: contain;
}

.details-container {
    margin-top: 50px;
}

.details-card-title,
.details-card-shortdescription,
.details-card-category,
.details-card-price {
    font-family: 'HelveticaNeue-Medium';
    color: black;
    font-size: 20px;
    margin-bottom: 20px;
}

.details-card-title {
    font-size: 25px;
}

.details-card-category {
    color: rgb(139, 139, 139);
}

footer {
    height: 331px;
    background-color: #111111;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 50px;
}

.footer-info {
    margin-bottom: 16px;
    height: 213px;
    display: flex;
}

.footer-footer {
    height: 62px;
    display: flex;
    align-items: center;
}

.location,
.guides {
    width: 50%;
    color: #7E7E7E;
    font-family: 'HelveticaNeue-Medium';
}

.guides {
    text-align: right;
}

.footer-menu,
.soc-networks {
    width: 50%;
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    font-family: 'HelveticaNeue-Medium';
    color: #7E7E7E;
}

.footer-menu p {
    margin-bottom: 17px;
}

.footer-menu>div:first-child {
    color: #FFFFFF;
}

.footer-menu>div:nth-child(2)>p:first-child,
.footer-menu>div:nth-child(3)>p:first-child {
    color: #FFFFFF;
}

.soc-networks {
    text-align: right;
}

.soc-networks img {
    cursor: pointer;
}

.flight-essentials {
    width: 100%;
    margin-top: 130px;
    padding: 0px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.flight-essentials h1 {
    font-family: 'HelveticaNeueBold';
    color: black;
    font-size: 52px;
}

.flight-essentials p {
    font-family: Helvetica;
    color: black;
    font-size: 15px;
    margin: 24px 0px 30px 0px;
}

.shop {
    background-color: black;
    color: white;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    padding: 7.5px 21.88px 7.5px 21.5px;
    width: 80px;
    height: 39px;
    font-family: Helvetica;
}

.flight-essentials-options {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.flight-essentials-options img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    cursor: pointer;
}

.flight-essentials-options div {
    width: 32.5%;
}