.more-colours,
.nav-label {
    transition: .5s;
}

h2,
h3,
h4,
h5,
p {
    text-wrap: balance;
}

.m-scroll,
.m-scroll a {
    display: inline-block;
    margin: 0;
    background-color: #000;
}

.pdp-name,
.vip-text {
    text-wrap: nowrap;
}

.pdp-name,
.vip-text-carousel {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.loglink-jf,
.more-colours,
.sale-price,
body h1 {
    font-weight: 600;
}

.dreampairs,
.hero,
.m-scroll,
.pdp-name,
section {
    overflow: hidden;
}

.comfort-1 div,
.comfort-3 div {
    line-height: 1;
    border-left: 1px solid #000;
}

.section-padding {
    padding: 60px 0;
}

h2,
h3,
h4,
h5 {
    font-family: league-gothic, serif !important;
    line-height: 1;
}

body,
body h1 {
    font-family: figtree;
}

body h1 {
    line-height: 1.1;
}

h2 {
    text-transform: uppercase;
}

body a {
    text-decoration: none;
    color: #000;
}

p {
    letter-spacing: .25px;
    font-size: 1rem;
    font-family: figtree !important;
    font-weight: 200;
}

body h1 {
    font-size: clamp(2.25rem, 7.25vw, 6.25rem);
    text-align: center;
    line-height: 1;
}

h2 {
    font-size: clamp(3.5rem, 5vw, 4vw);
}

h3 {
    font-size: clamp(2rem, 3.5vw, 2.5vw);
}

h4 {
    font-size: clamp(1.75rem, 2.5vw, 2vw);
}

h5 {
    font-size: clamp(1.5rem, 2vw, 1.75vw);
}

.vip-text {
    width: fit-content;
}

a:hover {
    text-decoration: none !important;
}

img.icon {
    height: 96px;
}

.logo-jf {
    height: 24px;
}

.dreampairs-link,
.quiz-link,
li.nav-label {
    cursor: pointer;
}

.top-categories .container {
    max-width: 560px;
}

.top-categories .container a {
    width: 72px;
    width: clamp(3.5rem, 12vw, 4.5rem);
}

.top-categories .container a p {
    font-size: clamp(.75rem, 2.5vw, .75rem);
}

.top-categories .container a img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 100%;
    border: 1px solid #000;
}

.m-scroll {
    white-space: nowrap;
    animation: 15s linear infinite scrollText;
    font-size: 0;
    height: 26px;
}

.m-scroll a {
    font-size: .75rem;
    min-width: 75vw;
    padding: 0;
    color: #fff;
}

@media (min-width:992px) {
    .m-scroll a {
        min-width: 25vw;
    }

    .m-scroll a:hover {
        text-decoration: underline;
    }
}

@keyframes scrollText {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

#animation:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
}

.btn {
    width: 100%;
    max-width: 250px;
    border-radius: 0;
}

.hero {
    position: relative;
    height: 460px;
}

.dreampairs,
.perks,
.trending-shoes {
    height: fit-content;
}

.hero video {
    object-fit: cover;
}

.hero .content {
    position: relative;
    z-index: 2;
    text-align: center;
    gap: 16px;
    background-color: #F0E4DD;
}

.hero::after,
.scarcity {
    position: absolute;
    left: 0;
}

.dreampairs,
.dreampairs img {
    position: relative;
}

.hero::after {
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.carousel-toggle {
    display: none;
}

#carousel-bestsellers,
#carousel-newArrivals {
    max-width: 1200px;
    margin: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: transparent !important;
}

.btactive {
    background-color: #000 !important;
    color: #fff !important;
}

.nav-label {
    background-color: #F0E4DD;
    color: #000;
    padding: 4px 16px;
    width: fit-content;
}

.nav-label:hover,
.scarcity {
    background-color: #000;
    color: #fff;
}

.carousel-img {
    transform: scale(103%);
}

.scarcity {
    max-width: fit-content;
    top: 16px;
    font-size: 12px;
}

.vip-text-carousel {
    background-color: #F0E4DD;
    color: #000;
    max-width: fit-content;
    font-size: small;
}

.pdp-text {
    color: #000;
    gap: 8px;
}

.price {
    text-decoration: line-through;
}

.more-colours:hover {
    text-decoration: underline;
}

.dreampairs img {
    top: 0;
    left: 0;
    object-fit: cover;
}

/* @media only screen and (min-width:576px) {
    span#sub-text {
    text-transform: uppercase;
} */
.hero {
    height: auto;
    max-height: 76vh;
}

.dreampairs img {
    position: relative;
    object-fit: cover;
    height: 100%
}

.dreampairs .content {
    background-color: #F0E4DD;
    position: relative;
    height: fit-content;
    gap: 8px;
    z-index: 2;
}

.apparel,
.comfort {
    background-color: #F0E4DD;
    height: fit-content;
}

.comfort .content {
    height: 100%
}

.comfort-wrapper {
    max-width: 360px;
    width: 100%
}

.comfort-wrapper img {
    top: 50%;
    transform: translate(12%, -55%) scale(.75);
}

.comfort-1 {
    transform: translate(0, 80px);
}

.comfort-2 {
    transform: translate(64px, 80px);
}

.comfort-3 {
    transform: translate(0, 0);
}

.comfort-1 div {
    height: 50px;
    width: 30%;
    border-bottom: 1px solid #000;
    transform: translateX(50%);
}

.comfort-2 div {
    height: 50px;
    line-height: 1;
    border-right: 1px solid #000;
}

.comfort-3 div {
    height: 30px;
}

@media only screen and (min-width:992px) {
    .dreampairs .content {
        position: absolute;
        top: 50%;
        bottom: 0;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, .7);
        max-width: 550px;
        right: 0;
        left: 0;
    }

    .dreampairs img {
        position: relative;
    }

    .dreampairs {
        height: 76vh;
    }

    .dreampairs img {
        position: absolute;
    }
}

@media only screen and (min-width:992px) {
    .logo-jf {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 30%
    }

    .comfort-1 div,
    .comfort-3 div {
        line-height: 1;
        border-left: 1px solid #000;
    }

    .comfort {
        height: 75vh;
    }

    .comfort-wrapper {
        max-width: 420px;
    }

    .comfort-wrapper img {
        top: 50%;
        transform: translate(2%, -50%) scale(.8);
    }

    .comfort-1 {
        transform: translate(-48px, 80px);
    }

    .comfort-2 {
        transform: translate(48px, 110px);
    }

    .comfort-3 {
        transform: translate(0, 48px);
    }

    .comfort-1 div {
        height: 50px;
        width: 40%;
        border-bottom: 1px solid #000;
    }

    .comfort-2 div {
        height: 50px;
        line-height: 1;
        border-right: 1px solid #000;
    }
}

.download-app {
    background-color: #CBCED2;
}

img.download-app {
    height: 40px;
}

@media only screen and (min-width:414px) {
    img.download-app {
        height: 48px;
    }
}

@media only screen and (min-width:768px) {
    .download-app {
        height: 60vh;
    }

    .download-app .container .wrapper {
        height: 40vh;
    }

    div.smartphone img {
        max-width: 220px;
    }
}

@media only screen and (min-width:1200px) {
    .download-app {
        height: 72vh;
    }

    .download-app .container .wrapper {
        height: 45vh;
    }

    div.smartphone img {
        max-width: 250px;
    }
}

.hiw {
    background-color: #F0E4DD;
}