/* GLOBAL CLASSES BEGIN */
.nakd-grid,
.nakd-campaign {
    font-family: 'proxima-nova', 'Noto sans', sans-serif;
    text-align: left;
    position: relative;
}

.nakd-grid-hero-inner,
.nakd-campaign-inner {
    position: relative;
    left: 50%;
    top: 0;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nakd-grid-hero-inner a {
    display: block;
    height: 100%;
    text-decoration: none;
    pointer-events: all;
}

.nakd-grid-hero-inner img {
    width: 100%;
}

.nakd-campaign .nakd-grid-copy span {
    display: block;
}

.nakd-campaign .nakd-grid-copy {
    text-align: center;
}

.nakd-campaign .nakd-grid-copy.left {
    text-align: left;
}

.nakd-campaign .nakd-grid-copy.right {
    text-align: right;
}

.nakd-campaign .nakd-grid-copy.theme-light {
    color: #fff;
}

.nakd-campaign .nakd-grid-copy.theme-dark,
.nakd-grid-copy-2.theme-dark {
    color: #0c1214;
}

.nakd-campaign .nakd-grid-copy-underlined {
    text-decoration: underline;
}

.nakd-campaign .nakd-grid-copy .nakd-grid-cta {
    display: inline-block;
    font-size: 1.05vw;
    padding: 0.5vw 3.3vw;
    font-weight: 400;
}

.nakd-campaign .nakd-grid-copy.theme-dark .nakd-grid-cta.nakd-grid-cta-solid {
    color: #000;
    background: #fff;
}

.nakd-campaign .nakd-grid-copy.theme-light .nakd-grid-cta.nakd-grid-cta-solid {
    color: #000;
    background: #fff;
}

.nakd-campaign .nakd-grid-youtube-wrap {
    position: absolute;
    top: 0vw;
    left: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.nakd-campaign .nakd-grid-youtube-wrap [data-nakd-youtube-id] {
    height: calc(100% + 120px);
    margin-top: -60px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .nakd-campaign .nakd-grid-copy .nakd-grid-cta {
        font-size: 3vw;
        padding: 2vw 5vw;
        margin-top: 8vw;
    }
}

/* GLOBAL CLASSES END  */
/* GLOBAL LANDING CLASSES BEGIN */
.nakd-campaign .nakd-grid-copy-title {
    font-size: 2.9vw;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 0.7vw;
}

.nakd-campaign .nakd-grid-copy-subtitle {
    font-size: 1.3vw;
}

.nakd-campaign .nakd-grid-copy-detail {
    font-size: 0.84vw;
    line-height: 1.2;
}

.nakd-campaign .nakd-campaign-hotspot {
    position: absolute;
}

.nakd-campaign .nakd-campaign-hotspot a {
    display: block;
    width: 100%;
    height: 100%;
}

.nakd-grid.nakd-campaign .nakd-grid-copy-subtitle {
    line-height: 1.3;
}

.nakd-campaign .nakd-grid-intro-title {
    text-transform: uppercase;
    letter-spacing: 0.35em;
    line-height: 1.2;
    font-size: 1.15vw;
}

.nakd-campaign .nakd-grid-intro-title2 {
    text-transform: uppercase;
    letter-spacing: 0.35em;
    line-height: 1.2;
    font-size: 1vw;
}

.nakd-campaign .nakd-grid-intro-text {
    line-height: 1.2;
    font-size: 1.15vw;
}

.nakd-campaign .nakd-grid-intro-text2 {
    line-height: 1.2;
    font-size: 1vw;
}

@media only screen and (max-width: 768px) {
    .nakd-campaign .nakd-grid-copy-title {
        font-size: 7.4vw !important;
    }

    .nakd-campaign .nakd-grid-mobile .nakd-grid-copy-subtitle {
        line-height: 1.2;
    }

    .nakd-campaign .nakd-grid-copy-subtitle {
        font-size: 3.3vw;
    }
}

.nakd-campaign {
    margin-bottom: 2vw;
}

.nakd-grid:not(.nakd-grid-mobile) .nakd-grid-copy {
    -webkit-transform: none;
    transform: none;
    padding: 0;
    position: absolute;
}

.nakd-campaign .nakd-grid-copy-text-5 {
    font-size: 1.2vw;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 400;
    line-height: 1.5;
}

.nakd-campaign .nakd-section {
    position: relative;
}

.nakd-campaign .nakd-section > img {
    position: absolute;
}

.nakd-campaign .nakd-campaign-inner .nakd-campaign-hotspot,
.nakd-campaign .nakd-campaign-inner .nakd-campaign-pricetag {
    width: max-content;
    z-index: 5;
    height: 3vw;
}

.nakd-campaign .nakd-campaign-inner .nakd-campaign-product {
    position: absolute;
    font-size: 0.65vw;
    line-height: 1.2;
    text-align: right;
}

.nakd-campaign .nakd-campaign-inner .nakd-campaign-pricetag {
    position: absolute;
}

.nakd-campaign .nakd-campaign-inner .nakd-campaign-hotspot a {
    display: inline-block;
    line-height: 1;
}

.nakd-grid:not(.nakd-grid-mobile) .nakd-campaign-inner .nakd-section.nakd-section-1 .nakd-grid-cta {
    text-decoration: none;
    margin-top: 1.8vw !important;
    cursor: pointer;
}

/* Prevent incorrect anchor */
.nakd-campaign .nakd-campaign-inner .nakd-campaign-pricetag.tag-inversed {
    left: auto !important;
}

.nakd-campaign .nakd-campaign-inner .nakd-campaign-pricetag:not(.tag-inversed) {
    right: auto !important;
}

.nakd-campaign .nakd-campaign-inner .nakd-campaign-hotspot .nakd-campaign-pricetag span {
    font-size: 0.65vw;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0.4vw 0.4vw 0.4vw 0.4vw;
    margin-right: 1.5vw;
    margin-top: 0.8vw;
    margin-left: 1.5vw;
    white-space: nowrap;
}

.nakd-campaign .nakd-campaign-inner .nakd-campaign-hotspot .nakd-campaign-pricetag span:before {
    content: "";
    position: absolute;
    top: 49%;
    left: -0.5vw;
    right: auto;
    transform: translateY(-50%);
    width: 2vw;
    height: 0vw;
    border-top: 0.3vw solid transparent;
    border-bottom: 0.3vw solid transparent;
    border-right: 0.5vw solid rgba(255, 255, 255, 0.6);
}

.nakd-campaign .nakd-campaign-inner .nakd-campaign-hotspot .nakd-campaign-pricetag.tag-inversed span:before {
    content: "";
    position: absolute;
    top: 50.5%;
    right: 1.1vw;
    left: auto;
    transform: translateY(-50%);
    width: 0vw;
    height: 0vw;
    border-top: 0.3vw solid transparent;
    border-bottom: 0.3vw solid transparent;
    border-left: 0.4vw solid rgba(255, 255, 255, 0.6);
    border-right: none;
}

.nakd-campaign .nakd-campaign-inner .nakd-section.nakd-section-footer .nakd-grid-copy {
    width: 27vw;
    top: 3.1vw;
    bottom: auto;
    left: 22.8vw;
    -webkit-transform: none;
    transform: none;
    padding-top: 2.2vw;
    text-align: left !important;
    border-top: 1px solid #000;
}

.nakd-campaign .nakd-campaign-inner .nakd-section.nakd-section-footer .nakd-grid-copy-text-5 {
    font-weight: 600;
    font-size: 1.6vw;
    letter-spacing: 0.1vw;
    margin-bottom: 0vw;
}

.nakd-campaign .nakd-campaign-inner .nakd-section.nakd-section-footer .nakd-grid-copy-title {
    margin-bottom: 1.6vw;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1.5vw;
    pointer-events: auto;
    line-height: 0.9 !important;
    font-family: 'proxima-nova', 'Noto sans', sans-serif;
    text-transform: none;
}

.nakd-campaign .nakd-campaign-inner .nakd-section .nakd-cross {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 9;
    color: #fff;
    font-size: 2.57vw;
    line-height: 1.3;
}

.nakd-campaign .nakd-campaign-inner .nakd-section .nakd-cross.left {
    text-align: left;
    right: auto !important;
}

.nakd-campaign .nakd-campaign-inner .nakd-section .nakd-cross.right {
    text-align: right;
    left: auto !important;
}

.nakd-campaign .nakd-campaign-inner .nakd-section .cross-icon {
    width: 1.5vw;
}

.nakd-campaign .nakd-campaign-inner .nakd-section .nakd-cross img {
    width: 1.7vw;
}

.nakd-campaign .nakd-campaign-inner .nakd-section .cross-icon:hover ~ .detail {
    opacity: 1;
}

.nakd-campaign .nakd-campaign-inner .nakd-section .nakd-cross .detail {
    display: block;
    color: #fff;
    font-size: 0.9vw;
    line-height: 1.1vw;
    margin: 0.1vw 0;
    font-weight: 600;
}

/* GLOBAL LANDING CLASSES END */
.nakd-campaign,
.nakd-campaign-inner {
    height: auto;
}

.nakd-campaign .nakd-section {
    position: relative;
    width: 100vw;
    height: 17.8vw;
    margin-bottom: 0vw;
    margin-top: 0vw;
}

.nakd-campaign .nakd-campaign-inner .nakd-section .nakd-campaign-hotspot .price {
    display: block;
}

.nakd-campaign .nakd-campaign-inner .nakd-section .nakd-campaign-hotspot .coming-soon {
    display: none;
}

.nakd-campaign .nakd-campaign-inner .nakd-section .nakd-campaign-hotspot .price {
    display: inline-block;
}

.nakd-campaign .nakd-campaign-inner .nakd-section .nakd-campaign-hotspot .coming-soon {
    display: none;
}

.nakd-campaign .nakd-campaign-inner .nakd-section .nakd-campaign-hotspot .product {
    margin-right: 0.5vw;
    margin-top: 0vw;
    margin-left: 0vw;
    padding: 0;
}

.nakd-campaign .nakd-campaign-inner .nakd-campaign-pricetag span {
    display: inline-block;
    font-size: 0.6vw !important;
    text-transform: uppercase !important;
    background-color: transparent !important;
    margin-right: 0.2vw !important;
    margin-top: 0vw !important;
    margin-left: 0vw !important;
    padding: 0vw !important;
    color: #fff;
}

.nakd-campaign .nakd-campaign-inner .nakd-campaign-pricetag span::before {
    display: none;
}

.nakd-campaign .nakd-campaign-inner .nakd-section.nakd-section .nakd-campaign-hotspot .nakd-campaign-pricetag {
    bottom: 0.25vw;
    left: 0.75vw;
    text-align: left !important;
    height: 1vw;
}

.nakd-grid:not(.nakd-grid-mobile) .nakd-campaign-inner .nakd-section.nakd-section-1 .nakd-grid-copy-title {
    font-size: 1.6vw;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-transform: none;
    margin: 0vw;
}

/* Animation Rules */
/* LOGO */
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(3vw);
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(3vw);
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(3vw);
    }

    to {
        opacity: 1;
    }
}

/* LOGO */
/* copy block */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-3vw);
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-3vw);
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-3vw);
    }

    to {
        opacity: 1;
    }
}

/* copy block */
/* Images*/
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Images*/
/* Animation Rules */
/*ANIMATE ELEMENTS*/
.nakd-campaign .nakd-section-1 .nakd-grid-copy-logo {
    opacity: 0;
    animation: fadeInRight 3s ease-in-out 1s forwards;
}

.nakd-campaign .nakd-campaign-inner .nakd-section.nakd-section-1 .nakd-grid-copy {
    opacity: 0;
    /* make things invisible upon start */
    animation: fadeInLeft 3s ease-in-out 0s forwards;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.nakd-campaign .nakd-section-1 .inner-content,
.nakd-campaign .nakd-section-2 .inner-content,
.nakd-campaign .nakd-campaign-inner .nakd-section .nakd-campaign-hotspot {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.nakd-campaign .nakd-campaign-inner .nakd-section.nakd-section-1 .image-bg {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.nakd-campaign .nakd-section-1 .image-1 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.nakd-campaign .nakd-section-1 .image-2 {
    -webkit-animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.nakd-campaign .nakd-section-1 .image-3 {
    -webkit-animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.nakd-campaign .nakd-section-1 .image-4 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.nakd-campaign .nakd-section-1 .image-5 {
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.nakd-campaign .nakd-section-1 .image-6 {
    -webkit-animation-delay: 3.1s;
    -moz-animation-delay: 3.1s;
    animation-delay: 3.1s;
}

.nakd-campaign .nakd-section-1 .image-7 {
    -webkit-animation-delay: 3.4s;
    -moz-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

.nakd-campaign .nakd-section-1 .image-8 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.nakd-campaign .nakd-section-1 .image-9 {
    -webkit-animation-delay: 3.7s;
    -moz-animation-delay: 3.7s;
    animation-delay: 3.7s;
}

.nakd-campaign .nakd-section-1 .image-10 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.nakd-campaign .nakd-campaign-inner .nakd-section .nakd-campaign-hotspot {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    animation-delay: 4s;
}

/*ANIMATE ELEMENTS END*/
.nakd-grid.nakd-campaign .nakd-campaign-inner {
    background-color: #838992;
}

/* SECTION 1 */
.nakd-campaign .nakd-section.nakd-section-1 > img {
    position: relative;
}

.nakd-campaign .nakd-section-1 {
    --numcolumns: 6;
    --gap: 0em;
    --size: calc(100vw / var(--numcolumns));
    display: grid;
    grid-template-columns: repeat(var(--numcolumns), 1fr);
    grid-template-rows: auto;
    align-items: stretch;
    height: auto;
}

.nakd-campaign .nakd-section-1 > div {
    position: relative;
    display: block;
    height: calc(var(--size) - var(--gap));
}

/* for full big image */
.nakd-campaign .nakd-section-1 > div.wide {
    grid-row: span 2;
    /* height: 33.03vw; */
}

/* for full big image */
.nakd-campaign .nakd-section-1 > div img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nakd-campaign .nakd-section-1 .two {
    grid-column: span 2;
}

.nakd-campaign .nakd-section-1 .nakd-grid-copy-logo {
    width: 10vw;
    height: auto;
    top: 3vw;
    position: absolute;
    margin-left: 3vw;
    object-fit: contain;
}

.nakd-campaign .nakd-campaign-inner .nakd-section.nakd-section-1 .nakd-grid-copy {
    position: absolute;
    bottom: 1vw;
    margin-left: -1vw;
    padding: 0 0 0 12.5vw;
    width: 33vw;
}

.nakd-campaign .nakd-section-1 .nakd-grid-copy .nakd-grid-copy-subtitle {
    font-size: 0.9vw;
}

.nakd-campaign .nakd-campaign-inner .nakd-section.nakd-section-1 .nakd-campaign-hotspot {
    top: 0vw;
    left: 0vw;
    width: 100%;
    height: 100%;
}