.nakd-container {
    font-family: Inter, sans-serif;
    font-size: 14px;
}

.nakd-hero img {
    max-width: 100%;
}

.nakd-title h1 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 125%;
    margin: 0 0 24px;
}

.nakd-title p {
    margin: 0 0 40px;
    line-height: 150%;
    padding: 0 16px;
}

.nakd-nav {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 56px 0 80px;
}

.nakd-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0;
}

.nakd-nav ul button {
    padding: 0 8px;
    border: 1px solid #cbced3;
    color: #0C1214;
    cursor: pointer;
    background-color: transparent;
}

.nakd-nav ul button.active {
    border: 1.5px solid #0C1214;
}

.nakd-category {
    margin-bottom: 120px;
    opacity: 0;
}

.nakd-category.visible {
    opacity: 1;
    transition: 0.3s opacity ease;
}

.nakd-category-hero {
    display: flex;
    gap: 6px;
    margin-bottom: 64px;
    justify-content: space-between;
}

.nakd-category-copy {
    flex-grow: 1;
    width: 33.3%;
    padding: 0 16px;
    max-width: 348px;
}

.nakd-category-copy h2 {
    font-weight: 400;
    font-size: 24px;
}

.nakd-category-copy a {
    text-decoration: underline;
    margin-right: 8px;
}

.nakd-category-images {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    max-width: 66.6vw;
    align-items: stretch;
}

.nakd-category-images a {
    display: flex;
    gap: 4px;
}

.nakd-category-products {
    display: flex;
    gap: 5.75px;
    padding: 0 16px;
    flex-wrap: nowrap;
}

.nakd-category-product {
    flex-grow: 1;
}

.nakd-category-product img {
    width: 100%;
    margin-bottom: 11.5px;
}

.nakd-category-product a {
    text-decoration: none;
}

.nakd-category-pricetag {
    display: flex;
    flex-direction: column;
    line-height: 150%;
}

@media only screen and (max-width: 768px) {
    .nakd-category-copy {
        order: 2;
        max-width: none;
        width: 100%;
    }
    .nakd-category-copy p {
        margin: 0;
    }

    .nakd-category-images {
        order: 1;
        max-width: none;
    }

    .nakd-category-hero {
        flex-direction: column;
    }

    .nakd-category-copy a {
        margin-top: 32px;
        display: inline-block;
    }

    .nakd-nav {
        padding: 32px 0 56px;
    }

    .nakd-category {
        margin-bottom: 56px;
    }
}
