/* FOR DEV */
.placeholderimage {
    border: 0.5vw dashed lime;
}

/* GENERAL TYPOGRAPHY */
.nakd-campaign,
.nakd-campaign-inner {
    line-height: 1.1;
    height: unset!important;
    text-underline-position: auto;
}
.nakd-campaign .nakd-truth-heading-1 {
    text-transform: uppercase;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 2vw;
}
.nakd-campaign .nakd-truth-heading-2 {
    text-transform: uppercase;
    font-size: 1.3vw;
    font-weight: 700;
    margin-bottom: 0.6vw;
}
.nakd-campaign .nakd-truth-heading-3 {
    text-transform: uppercase;
    font-size: 1.6vw;
    font-weight: 200;
    margin-bottom: 1vw;
}
.nakd-campaign .nakd-truth-copy {
    font-size: 1.1vw;
    margin-bottom: 1vw;
}
.nakd-campaign .nakd-truth-lowercase {
    text-transform: lowercase;
}
.nakd-campaign .nakd-section .nakd-grid-copy {
    padding-top: 4vw;
    padding-bottom: 4vw;
}

/* GENERAL CLASSES */
.nakd-campaign {
    margin-bottom: 2vw;
}
.nakd-campaign,
.nakd-campaign-inner {
    background-color: white;
    position: relative!important;
}
.nakd-campaign .nakd-section {
    width: 100vw;
}
.nakd-campaign .nakd-section img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.nakd-campaign .nakd-truth-grey {
    background-color: #efeeea;
}

/* BREADCRUMBS BAR */
.nakd-campaign .nakd-section-breadcrumbs {
    background-color: black;
    color: white;
    font-size: 0.8vw;
    text-transform: uppercase;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
    letter-spacing: 0.12em;
}
.nakd-campaign .nakd-section-breadcrumbs a[aria-current="page"] {
    font-weight: 700;
}

/* GENERAL LINK STYLING */
.nakd-campaign a.nakd-truth-campaign-link {
    text-decoration: underline;
    pointer-events: all;
    font-weight: 600;
    line-height: 1.1;
}
.nakd-campaign a.nakd-truth-campaign-link:hover {
    text-decoration: none;
}
