﻿.opacity-0{
    opacity : 0;
}

/* LP Summit Series */

.summit-series-main-container {
    display: flex;
    width: 100%;
    padding: 0;
}

    .summit-series-main-container .desktop-container .item {
        flex-basis: 33.3333333333%;
        transition: flex-basis 300ms linear;
        overflow: hidden;
        position: relative;
    }

        .summit-series-main-container .desktop-container .item:hover {
            flex-basis: 66.6666666667%;
        }

        .summit-series-main-container .desktop-container .item .h-screen picture {
            height: 100%;
            width: 100%;
            display: inline-flex;
            vertical-align: top;
        }

        .summit-series-main-container .desktop-container .item .h-screen img {
            object-fit: cover;
            flex-grow: 1;
            height: auto;
            max-width: 100%;
        }

.h-screen {
    height: 100dvh;
}

.summit-series-main-container .content-container {
    display: flex;
    flex-direction: column;
    background: linear-gradient( to top, #000, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.3) 60%, transparent 100% );
    transition-duration: 0.2s;
    opacity: 0;
    padding-bottom: 3rem;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
} 

.summit-series-main-container
.desktop-container
.item:hover > .content-container {
    opacity: 1;
}

.summit-series-main-container .content-container picture {
    width: 100px;
    vertical-align: top;
    height: auto;
}

    .summit-series-main-container .content-container picture img {
        flex-grow: 1;
        height: auto;
        width: 100%;
    }

.summit-series-main-container .content-container h2 {
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}

.summit-series-main-container .content-container .buttons-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

    .summit-series-main-container .content-container .buttons-content a {
        font-size: 1.125rem;
        line-height: 1.5rem;
        padding: 0.6875rem 1.5rem;
        border-color: #fff;
        background-color: #fff;
        color: #000;
        align-items: center;
        border-color: #0000;
        border-radius: 9999px;
        border-width: 1px;
        display: inline-flex;
        font-weight: 500;
        justify-content: center;
        max-width: 100%;
        transition-duration: 0.2s;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(0.3, 0.05, 0.25, 0.95);
        text-decoration: none;
    }

        .summit-series-main-container
        .content-container
        .buttons-content
        a:hover {
            border-color: #0000;
            background-color: #000;
            color: #fff;
        }

.desktop-container {
    display: flex;
}

.summit-series-mobile-swiper {
    display: none;
}

        @media (max-width: 768px) {
            .summit-series-mobile-swiper {
                display: block;
                overflow: hidden;
            }

            .desktop-container {
                display: none;
            }

            .summit-series-main-container .content-container {
                opacity: 1;
            }

                .summit-series-main-container .content-container .buttons-content {
                    grid-template-columns: 1fr;
                    width: 50%;
                }

                    .summit-series-main-container .content-container .buttons-content a {
                        font-weight: 500;
                    }

                .summit-series-main-container .content-container picture {
                    width: 77px;
                }

            .summit-series-mobile-swiper .swiper-button-next,
            .summit-series-mobile-swiper .swiper-button-prev {
                background-color: #ffffff80 !important;
                border-radius: 50% !important;
                width: 48px !important;
                height: 48px !important;
                z-index: 1;
            }

                .summit-series-mobile-swiper .swiper-button-next::after,
                .summit-series-mobile-swiper .swiper-button-prev::after {
                    font-size: 24px !important;
                    color: #2a2a2a !important;
                    font-weight: bold !important;
                }

            .summit-series-mobile-swiper .swiper-button-disabled {
                display: none !important;
            }

            .summit-series-mobile-swiper .swiper {
                width: 100%;
                height: 100%;
            }

            .summit-series-mobile-swiper .swiper-slide {
                text-align: center;
                font-size: 18px;
                background: #fff;
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
            }

                .summit-series-mobile-swiper .swiper-slide img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .summit-series-main-container .content-container h2 {
                margin-bottom: 1.25rem;
                margin-top: 1.25rem;
            }
        }

/* LP Summit Series */

/* LP Our Icons */
html {
    scroll-behavior: smooth;
}
.absolute-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.bg-black {
    background-color: #000;
}

.relative {
    position: relative;
}

.max-w-full {
    max-width: 100%;
}

.duration-500 {
    transition-duration: 0.5s;
}

.our-icons-container {
    position: relative;
    overflow: hidden;
}

    .our-icons-container picture {
        display: inline-flex;
    }

        .our-icons-container picture img {
            flex-grow: 1;
            height: auto;
            width: 100%;
        }

.our-icons-section-1 {
    position: relative;
    z-index: 8;
    margin-left: auto;
    margin-right: auto;
    padding: 8.5rem 2rem 4rem;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

    .our-icons-section-1 h1 {
        font-size: 134px;
        text-transform: uppercase;
        margin: 0;
        color: #fff;
        opacity: 0;
    }

    .our-icons-section-1 .icons-area {
        display: flex;
    }

        .our-icons-section-1 .icons-area .icons-content {
            width: 100vw;
            position: relative;
        }

.icons-list {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 0;
}

    .icons-list a {
        display: flex;
        flex-direction: column;
        padding-top: 1.5rem;
        width: 20%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-decoration: none;
    }

    .icons-list picture {
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: top;
    }

        .icons-list picture:hover {
            transform: translate(0) translateY(0) translateZ(0) rotate(0) rotateX(0) rotateY(0) rotate(0) skew(0) skewY(0) scaleX(1.2) scaleY(1.2) scaleZ(1);
        }

    .icons-list img {
        flex-grow: 1;
        height: auto;
        max-width: 243px;
        max-height: 269px;
    }

    .icons-list h2 {
        font-size: 14.4px;
        text-transform: uppercase;
        margin-top: 1rem;
        text-align: center;
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.5rem;
    }

    .icons-list .hover-line {
        position: absolute;
        height: 1px;
        width: 0;
        left: 0;
        bottom: 0;
        transition-duration: 0.2s;
        background-color: #fff;
    }

    .icons-list a:hover .hover-line {
        width: 100%;
    }

.icons-h2 {
    position: relative;
    font-size: 134px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    font-weight: 500;
    margin-top: 5rem;
    opacity : 0;
}

.icons-p {
    font-size: 50px;
    max-width: 910px;
    margin: 15.625vw 0 0 15.625vw;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.25;
    color: #fff;
    opacity: 0 ;
}

    .icons-p span {
        top: -0.25rem;
        font-size: 1.5rem;
        line-height: 2rem;
        margin-right: 0.25rem;
        position: relative;
    }

.w-1\/2 {
    width: 50%;
}

.text-left {
    text-align: left;
}

.self-center {
    align-items: center;
}

.products-section {
    margin-top: 8.5rem;
}

    .products-section .image-left {
        flex-direction: row-reverse;
    }

.mountain {
    display: inline-flex;
    flex-wrap: wrap;
}

.products-section .left-section {
    width: 50%;
    margin: 0;
}

    .products-section .left-section .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 0px 8.33vw;
        opacity: 0;
    }

    .products-section .left-section picture {
        display: inline-flex;
        vertical-align: top;
        width: 15.625vw;
        margin: 0 0 0 -2.8vw;
        opacity: 0.3;
    }

        .products-section .left-section picture img {
            flex-grow: 1;
            height: auto;
            max-width: 100%;
        }

    .products-section .left-section h2 {
        font-size: 50px;
        margin: -5.73vw 0 2.6vw;
        line-height: 4rem;
        color: #fff;
    }

    .products-section .left-section p {
        font-size: 1.15vw;
        line-height: 1.25;
        margin: 0;
        color: #fff;
    }

    .products-section .left-section hr {
        width: 24.47917vw;
        opacity: 0.5;
    }

    .products-section .left-section .buttons-area {
        display: flex;
        gap: 0.5rem;
        flex-direction: column;
        width: 16.25rem;
    }
.vf-button:hover {
    background-color: transparent;
    color: rgb(215, 215, 215);
    border-color: transparent;
}

.products-section .rigth-section {
    width: 50%;
}

    .products-section .rigth-section picture {
        display: inline-flex;
        vertical-align: top;
    }

        .products-section .rigth-section picture img {
            height: auto;
            width: 100%;
        }

.flex {
    display: flex;
}

.products-sticky-container {
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin-left: 1.5rem; 
    width: 2.5rem; 
    display: none;
}

@media (min-width: 768px) {
    .products-sticky-container {
        display: block;
    }
}

.discover-more {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 100;
    background-color: transparent;
    padding: 15px;
    transition: transform 0.3s ease;
    display: none;
}

    .discover-more.end-of-container {
        position: absolute;
        bottom: auto;
    }

.discover-more-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.discover-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 14px;
    margin-bottom: 10px;
}

.flowing-line {
    width: 0.125rem;
    height: 6.25rem;
    background: transparent;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

    .flowing-line::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 6.25rem;
        background: white;
        animation: flowingAnimation 1.5s linear infinite;
    }

.arrow-down {
    width: 10px;
    height: 10px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transform: rotate(45deg);
    margin-top: 5px;
}

@keyframes flowingAnimation {
    0% {
        top: -120px;
    }

    50% {
        top: 0px;
    }

    100% {
        top: 120px;
    }
}

.arrow-down-container {
    display : none;
}

    @media (min-width: 768px) {
        .discover-more {
            display: block;
        }

        .discover-more-link:hover .flowing-line::before {
            animation-duration: 1s;
        }

        .discover-more-link:hover .arrow-down {
            transform: rotate(45deg) scale(1.2);
        }
        .swiper {
            display: none;
        }
    }

    @media (max-width: 767px) {
        .arrow-down-container {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 5rem;
        }

        .our-icons-section-1 {
            padding: 7.5rem 1rem 5rem;
        }

            .our-icons-section-1 h1 {
                font-size: 48.8px;
            }

        .icons-list {
            display: none;
        }

        .swiper {
            display: block;
            width: 100%;
            overflow: visible;
            margin-left: -1rem;
            padding-left: 1rem;
            margin-top: 3rem;
        }

        .product-list-swiper .swiper-slide {
            width: 195px;
            opacity: 0.4;
            transition: opacity 0.3s ease;
            background: transparent !important;
            opacity: 1 !important
        }

        .product-list-swiper .swiper-slide-active {
            opacity: 1;
        }

        .mobile-icons-slide {
            display: flex;
            flex-direction: column;
            text-decoration: none;
            width: 100%;
            transition: transform 0.3s ease;
        }

            .mobile-icons-slide picture {
                display: flex;
                align-items: center;
                justify-content: center;
                vertical-align: top;
                width: 100%;
                transition: transform 0.3s ease;
            }

            .mobile-icons-slide img {
                width: 100%;
                height: auto;
                max-width: 195px;
                max-height: 216px;
                transition: transform 0.3s ease;
            }

        .swiper-slide-active .mobile-icons-slide picture {
            transform: scale(1.1);
        }

        .mobile-icons-slide h2 {
            font-size: 14.4px;
            text-transform: uppercase;
            margin-top: 1rem;
            text-align: center;
            color: #fff;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.5rem;
            opacity: 0;
            transform: translateY(10px);
            transition: all 0.3s ease;
            position: relative;
        }

        .mobile-icons-slide .hover-line {
            position: absolute;
            height: 1px;
            width: 0;
            left: 0;
            bottom: -4px;
            transition: width 0.3s ease;
            background-color: #fff;
        }

        .swiper-slide-active .mobile-icons-slide h2 {
            opacity: 1;
            transform: translateY(0);
        }

        .swiper-slide-active .mobile-icons-slide .hover-line {
            width: 100%;
        }

        .icons-h2 {
            font-size: 48.8px;
            margin-top: 2rem;
        }

        .icons-p {
            margin: 9rem 0 0 0;
            font-size: 22.7603px;
        }

            .icons-p span {
                top: -0.25rem;
                font-size: 1.5rem;
                line-height: 2rem;
                margin-right: 0.25rem;
                position: relative;
            }

        .arrow-down {
            border-right: 2px solid white;
            border-bottom: 2px solid white;
        }
        .products-section {
            margin-top : 0px;
        }
            .products-section .content {
                margin: 25px 0;
            }
        .products-section .left-section,
        .products-section .rigth-section {
            width: 100%;
        }

            .products-section .left-section picture {
                width: 44.44vw;
            }

            .products-section .left-section .content {
                align-items: center;
            }

            .products-section .left-section h2 {
                margin: -13.9vw 0 8.61vw;
                font-weight: 500;
                line-height: 2.5rem;
                font-size: 33.6134px;
            }

            .products-section .left-section p {
                font-size: 14.0934px;
                line-height: 1.25;
                text-align: center;
            }

            .products-section .left-section hr {
                width: 100%;
                margin-bottom: 2.5rem;
                margin-top: 2.5rem;
                border-color: #fff;
            }

            .products-section .left-section .buttons-area {
                width: 20.25rem;
                margin-bottom: 40px;
            } 
    }

.flex-wrap {
    flex-wrap: wrap;
} 

@media (max-width: 767px) {
    .our-icons-section-1 {
        padding: 7.5rem 1rem 5rem !important;
    }

        .our-icons-section-1 h1 {
            font-size: 48.8px !important;
        }

    .icons-list {
        display: none !important;
    }

    .product-list-swiper {
        display: block !important;
        width: 100% !important;
        overflow: visible !important;
        margin-left: -1rem !important;
        padding-left: 4.7rem !important;
        margin-top: 3.6rem !important;
        padding-right: 4rem !important;
    }

    .product-list-slide {
        width: 195px !important;
        opacity: 0.4 !important;
        transition: opacity 0.3s ease !important;
        margin-right: 20px !important;
    }

        .product-list-slide:last-child {
            margin-right: 0 !important;
        }

    .product-list-slide-active {
        opacity: 1 !important;
    }

    .product-list-slide-content {
        display: flex !important;
        flex-direction: column !important;
        text-decoration: none !important;
        width: 100% !important;
        transition: transform 0.3s ease !important;
    }

        .product-list-slide-content picture {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            vertical-align: top !important;
            width: 100% !important;
            transition: transform 0.3s ease !important;
        }

        .product-list-slide-content img {
            width: 100% !important;
            height: auto !important;
            max-width: 156px !important;
            max-height: 172px !important;
            transition: transform 0.3s ease !important;
        }

    .product-list-slide-active .product-list-slide-content picture {
        transform: scale(1.3) !important;
    }

    .product-list-slide-content h2 {
        font-size: 14.4px !important;
        text-transform: uppercase !important;
        margin-top: 3rem !important;
        text-align: center !important;
        color: #fff !important;
        margin-left: auto !important;
        margin-right: auto !important;
        line-height: 1.5rem !important;
        opacity: 0 !important;
        transform: translateY(10px) !important;
        transition: all 0.3s ease !important;
        position: relative !important;
    }

    .product-list-slide-content .hover-line {
        position: absolute !important;
        height: 1px !important;
        width: 0 !important;
        left: 0 !important;
        bottom: -4px !important;
        transition: width 0.3s ease !important;
        background-color: #fff !important;
    }

    .product-list-slide-active .product-list-slide-content h2 {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    .product-list-slide-active .product-list-slide-content .hover-line {
        width: 100% !important;
    }

    .icons-h2 {
        font-size: 48.8px !important;
        margin-top: 2rem !important;
    }

    .icons-p {
        margin: 9rem 0 0 0 !important;
        font-size: 22.7603px !important;
    }

        .icons-p span {
            top: -0.25rem !important;
            font-size: 1.5rem !important;
            line-height: 2rem !important;
            margin-right: 0.25rem !important;
            position: relative !important;
        }
}

@media (min-width: 768px) {
    .product-list-swiper {
        display: none !important;
    }
}
.flex {
    display: flex;
}
/* LP Our Icons */


/*LP Our Icons Denali*/
.bg-black {
    background-color: #000;
}

.flex {
    display: flex;
}

.gap-4 {
    gap: 1rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1rem;
}

.text-center {
    text-align: center;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.5rem;
}

.text-4xl {
    font-size: 2rem;
    line-height: 2.5rem;
}

.text-6xl {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 500;
}

.title-2 {
    font-size: 1.5rem;
    line-height: 2rem;
}

.fw-bold {
    font-weight: 500;
}

.fw-medium {
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}

.mt-0 {
    margin-top: 0;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.lh-4 {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.md-hidden {
    display: none;
}

.lh-6 {
    line-height: 2rem;
}

.pb-16 {
    padding-bottom: 4rem;
}

.py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

    .grid picture {
        display: inline-flex;
        vertical-align: top;
    }

        .grid picture img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.lp-fullwidth-banner {
    width: 100%;
    background-color: #000;
    margin-bottom: 4rem;
    position: relative;
    display: flex;
    justify-content: center;
}

    .lp-fullwidth-banner picture {
        display: inline-flex;
        vertical-align: top;
        width: 100%;
    }

        .lp-fullwidth-banner picture img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.lp-fullwidth-banner-overlay-text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0009;
    color: #fff;
}

.lp-fullwidth-banner-overlay-text {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    .lp-fullwidth-banner-overlay-text p {
        margin: 0;
    }

.lp-fullwidth-banner-content-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 80%;
    justify-content: center;
    height: 100%;
    color: #fff;
}

    .lp-fullwidth-banner-content-text a {
        font-size: 0.875rem;
        line-height: 1rem;
        padding: 0.4375rem 1rem;
        border-color: #fff;
        background-color: #fff;
        color: #000;
        align-items: center;
        border-radius: 9999px;
        border-width: 1px;
        display: inline-flex;
        font-weight: 500;
        justify-content: center;
        max-width: 100%;
        transition-duration: 0.2s;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(0.3, 0.05, 0.25, 0.95);
        text-decoration: none;
    }

        .lp-fullwidth-banner-content-text a:hover {
            background-color: #000;
            color: #fff;
        }

.lp-fullwidth-banner-content-buttons {
    display: flex;
}

.lp-fullwidth-banner .discover-more-button {
    position: absolute;
    left: 20px;
    bottom: 10px;
    z-index: 100;
    background-color: transparent;
    padding: 15px;
    transition: transform 0.3s ease;
}

.discover-more-button.end-of-container {
    position: absolute;
    bottom: auto;
}

.discover-more-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.discover-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 14px;
    margin-bottom: 10px;
}

.flowing-line {
    width: 0.125rem;
    height: 6.25rem;
    background: transparent;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

    .flowing-line::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 6.25rem;
        background: white;
        animation: flowingAnimation 1.5s linear infinite;
    }

.arrow-down {
    width: 10px;
    height: 10px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transform: rotate(45deg);
    margin-top: 5px;
}

.arrow-left {
    width: 8px;
    height: 8px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transform: rotate(135deg);
}

@keyframes flowingAnimation {
    0% {
        top: -120px;
    }

    50% {
        top: 0px;
    }

    100% {
        top: 120px;
    }
}

.choose-products-section-content {
    text-align: center;
    min-height: 840px;
}

    .choose-products-section-content h1 {
        color: #fff;
        font-size: 2.5rem;
        line-height: 3.5rem;
        font-weight: 500;
    }

.choose-products-section-content-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

    .choose-products-section-content-buttons button {
        background-color: transparent;
        border: none;
        color: #fff;
        cursor: pointer;
    }

    .choose-products-section-content-buttons span {
        color: #fff;
    }

    .choose-products-section-content-buttons .underlined {
        text-decoration: underline;
        text-underline-offset: 0.25rem;
    }

.choose-products-section-content picture {
    width: 79%;
    display: inline-flex;
    vertical-align: top;
}

    .choose-products-section-content picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.choose-products-section-content a {
    display: none;
}

.choose-products-section-content .active {
    display: flex;
    max-width: max-content;
    justify-content: center;
}

.choose-products-section-content-image {
    display: flex;
    width: 100%;
    justify-content: center;
}

.lp-centered-text-content {
    display: flex;
    text-align: center;
    width: 50%;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0 auto;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #fff;
}

.lp-grid-3-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.lp-grid-3-item {
    background-color: #000;
    color: #fff;
}

.lp-grid-3-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #000;
}

.text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 0 3.5rem;
}

.lp-grid-3-item-content picture {
    width: 100%;
}

    .lp-grid-3-item-content picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.lp-grid-3-item-content-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0009;
    color: #fff;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    .lp-grid-3-item-content-text p {
        margin: 0;
    }

.grid-left-1\/3 {
    grid-area: 6 / 1 / 6 / 6;
    position: relative;
}

.grid-left-1\/3-text-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

    .grid-left-1\/3-text-container ul {
        list-style-type: none;
    }

.grid-right-3\/2 {
    grid-area: 6 / 6 / 6 / 13;
    position: relative;
}

.grid-right-3\/2-text-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .grid-right-3\/2-text-container span {
        font-size: 2rem;
        white-space: pre-wrap;
        line-height: 2rem;
        font-weight: 500;
        text-align: center;
        width: 20%;
        color: #fff;
    }

.lp-grid-4-product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.lp-grid-4-product-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    .lp-grid-4-product-list-item picture {
        display: inline-flex;
        vertical-align: top;
    }

        .lp-grid-4-product-list-item picture img {
            height: auto;
            max-width: 100%;
        }

.lp-grid-4-product-list-item-text-container {
    min-height: 8rem;
    color: #fff;
}

.lp-grid-4-product-list-item-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

    .lp-grid-4-product-list-item-buttons a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 0.875rem;
        line-height: 1rem;
        padding: 0.4375rem 1rem;
        border-color: #fff;
        background-color: #fff;
        color: #000;
        align-items: center;
        border-radius: 9999px;
        border-width: 1px;
        display: inline-flex;
        font-weight: 500;
        justify-content: center;
        max-width: 100%;
        transition-duration: 0.2s;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(0.3, 0.05, 0.25, 0.95);
        text-decoration: none;
    }

        .lp-grid-4-product-list-item-buttons a:hover {
            background-color: #000;
            color: #fff;
        }

.mobile-product-swiper {
    display: none;
    padding: 0;
    overflow: hidden;
    position: relative;
}

    .mobile-product-swiper .swiper-slide {
        width: 66.666% !important;
    }

    .mobile-product-swiper .lp-grid-4-product-list-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 10px;
    }

        .mobile-product-swiper .lp-grid-4-product-list-item picture {
            width: 100%;
            margin-bottom: 12px;
        }

            .mobile-product-swiper .lp-grid-4-product-list-item picture img {
                width: 100%;
                height: auto;
                object-fit: contain;
            }

    .mobile-product-swiper .lp-grid-4-product-list-item-text-container {
        min-height: auto;
        margin-bottom: 15px;
    }

        .mobile-product-swiper .lp-grid-4-product-list-item-text-container h2 {
            font-size: 1.125rem;
            line-height: 1.5rem;
            margin-bottom: 4px;
        }

        .mobile-product-swiper .lp-grid-4-product-list-item-text-container p {
            font-size: 0.875rem;
            line-height: 1.25rem;
        }

    .mobile-product-swiper .lp-grid-4-product-list-item-buttons {
        width: 100%;
        max-width: 220px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 0;
    }

        .mobile-product-swiper .lp-grid-4-product-list-item-buttons a {
            font-size: 0.75rem;
            padding: 0.5rem 1rem;
            background-color: #fff;
            color: #000;
            border-radius: 9999px;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 500;
            text-align: center;
            transition: all 0.2s ease;
            width: 100%;
            max-width: 80%;
        }

            .mobile-product-swiper .lp-grid-4-product-list-item-buttons a:hover {
                background-color: #000;
                color: #fff;
            }

        .mobile-product-swiper .lp-grid-4-product-list-item-buttons span {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }

.mobile-hidden {
    display: grid;
}

.mobile-same-div {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
}

.same-div-text {
    position: absolute;
    width: 100%;
    color: #fff;
    line-height: 1.5rem;
    font-size: 1.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .same-div-text span {
        display: flex;
        width: 40%;
        justify-content: center;
        align-items: center;
    }

.mobile-same-div picture {
    display: inline-flex;
    vertical-align: top;
}

    .mobile-same-div picture img {
        height: auto;
        max-width: 100%;
    }

.same-div-text-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0009;
}

    .same-div-text-overlay span {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1.5rem;
        color : #fff;
    }

.desktop-hidden {
    display: none;
}

.lp-tnf-custom-banner {
    background-color: #000;
    color: #fff;
    padding: 4rem 1.5rem;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.fixed-bottom-navbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    background-color: #000;
    color: #fff;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    z-index: 100;
}

    .fixed-bottom-navbar .all-icons-container {
        display: flex;
        align-items: center;
        position: absolute;
        left: 1%;
        top: 34%;
        gap: 0.5rem;
    }

        .fixed-bottom-navbar .all-icons-container a {
            color: #fff;
            text-decoration: none;
            font-weight: 500;
        }

    .fixed-bottom-navbar .fixed-denali-collection-container {
        display: flex;
        gap: 0.5rem;
    }

        .fixed-bottom-navbar .fixed-denali-collection-container a {
            font-size: 0.875rem;
            line-height: 1rem;
            padding: 0.4375rem 1rem;
            border-color: #fff;
            background-color: #fff;
            color: #000;
            align-items: center;
            border-radius: 9999px;
            border-width: 1px;
            display: inline-flex;
            font-weight: 500;
            justify-content: center;
            max-width: 100%;
            transition-duration: 0.2s;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
            transition-timing-function: cubic-bezier(0.3, 0.05, 0.25, 0.95);
            text-decoration: none;
        }

            .fixed-bottom-navbar .fixed-denali-collection-container a:hover {
                background-color: #000;
                color: #fff;
            }

.lp-text-area-container-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
    color : #fff;
}

    .lp-text-area-container-2 .title-area {
        width: 50%;
        line-height: 1.5rem;
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }

@media (max-width: 768px) {
    .desktop-hidden {
        display: block;
    }

    .lp-grid-4-product-list {
        display: none;
    }

    .lp-centered-text-content {
        display: none;
    }

    .lp-grid-3-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .choose-products-section-content {
        min-height: 390px;
    }

    .lp-fullwidth-banner-content-text {
        text-align: center;
        padding-top: 4rem;
        width: 100%;
        justify-content: start;
    }

    .md-hidden {
        display: block;
    }

    .lp-fullwidth-banner-content-buttons {
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 0.75rem;
    }

        .lp-fullwidth-banner-content-buttons a {
            max-width: 100%;
            min-width: 88px;
            margin-top: 0.75rem;
        }

    .choose-products-section-content h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .choose-products-section-content picture {
        width: 100%;
    }

    .lp-centered-text-content-mobile {
        margin-top: 4rem;
        padding-bottom: 4rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: center;
        line-height: 1.5rem;
    }

    .mobile-hidden {
        display: none !important;
    }

    .text-content-2-mobile {
        padding: 0 3.5rem;
        margin-bottom: 4rem;
        margin-top: 4rem;
        text-align: center;
        line-height: 2rem;
        font-size: 1.25rem;
    }

    .conrad-anker-mobile {
        font-size: 1.25rem;
        color: #fff;
    }

    .mobile-same-div {
        display: flex;
    }

    .mobile-product-swiper {
        display: block;
        padding: 0 15px;
    }

        .mobile-product-swiper .swiper-slide {
            height: auto;
            background: transparent !important;
        }

        .mobile-product-swiper .swiper-wrapper {
            height: auto;
        }

    .lp-tnf-custom-banner {
        width: 100%;
        padding: 0;
        padding-bottom: 2rem;
    }

        .lp-tnf-custom-banner p {
            padding-left: 1.5rem !important;
            padding-right: 1.5rem !important;
        }

        .lp-tnf-custom-banner h2 {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

    .fixed-bottom-navbar .fixed-denali-collection-container {
        gap: 2rem;
    }
}
/*LP Our Icons Denali*/



/*LP Our Icons Nuptse */
.lg-hidden {
    display: none;
}

.lg-show {
    display: flex;
}

.lp-tnf-custom-nuptse-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(-4rem + 100dvh);
    position: relative;
}

    .lp-tnf-custom-nuptse-banner picture {
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        display: inline-flex;
        vertical-align: top;
    }

        .lp-tnf-custom-nuptse-banner picture img {
            object-fit: cover;
            height: auto;
            max-width: 100%;
            flex-grow: 1;
        }

.lp-tnf-custom-nuptse-banner-text-content {
    color: #fff;
    text-align: center;
}

    .lp-tnf-custom-nuptse-banner-text-content h2 {
        font-size: 2rem;
        font-weight: 500;
        line-height: 2.5rem;
    }

    .lp-tnf-custom-nuptse-banner-text-content p {
        font-size: 0.875rem;
        line-height: 1.125rem;
        margin: 0;
    }

.lp-tnf-custom-nuptse-banner-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: calc(1.25rem * 0);
    margin-top: calc(1.25rem * 1);
}

    .lp-tnf-custom-nuptse-banner-buttons a {
        align-items: center;
        border-color: #0000;
        border-radius: 9999px;
        border-width: 1px;
        display: inline-flex;
        font-weight: 500;
        justify-content: center;
        max-width: 100%;
        transition-duration: 0.2s;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(0.3, 0.05, 0.25, 0.95);
        border-color: rgb(255 255 255 / 1);
        background-color: rgb(255 255 255 / 1);
        color: rgb(0 0 0 / 1);
        font-size: 1.125rem;
        line-height: 1.5rem;
        padding: 0.6875rem 1.5rem;
        width: 13.25rem;
        text-decoration: none;
    }

        .lp-tnf-custom-nuptse-banner-buttons a:hover,
        .lp-tnf-custom-nuptse-banner-buttons a:active {
            border-color: rgb(0 0 0 / 1);
            background-color: rgb(0 0 0 / 1);
            color: rgb(255 255 255 / 1);
        }

.lp-tnf-custom-nuptse-banner .discover-more-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: transparent;
    padding: 15px;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discover-more-button.end-of-container {
    position: absolute;
    bottom: auto;
}

.discover-more-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.discover-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 14px;
    margin-bottom: 10px;
}

.flowing-line {
    width: 0.125rem;
    height: 2.25rem;
    background: transparent;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

    .flowing-line::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 6.25rem;
        background: white;
        animation: flowingAnimation 1.5s linear infinite;
    }

.arrow-down {
    width: 10px;
    height: 10px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transform: rotate(45deg);
    margin-top: 5px;
}

.arrow-left {
    width: 8px;
    height: 8px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transform: rotate(135deg);
}

.lp-tnf-custom-nuptse-h-screen-bg-image-container {
    width: 100%;
    height: 100dvh;
}

.lp-tnf-custom-nuptse-h-screen-bg-image-content {
    background: url(https://cdn-tnf.sm.mncdn.com/content/images/lp/ikonlarimiz/nuptse/FW22_Nuptse_d_big1_bis.avif) fixed center / cover;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.lp-tnf-custom-nuptse-h-screen-bg-image-content-area {
    display: flex;
    flex-direction: column;
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.lp-tnf-custom-nuptse-h-screen-bg-image-content-icon-container {
    width: 100%;
    margin-bottom: 2rem;
}

    .lp-tnf-custom-nuptse-h-screen-bg-image-content-icon-container picture {
        display: inline-flex;
        width: 100%;
        vertical-align: top;
    }

        .lp-tnf-custom-nuptse-h-screen-bg-image-content-icon-container
        picture
        img {
            height: auto;
            max-width: 100%;
            flex-grow: 1;
            display: block;
            max-width: 193px;
            margin: 0 auto;
        }

.lp-tnf-custom-nuptse-h-screen-bg-image-content-area .text-container {
    text-align: center;
    color : #fff;
}

    .lp-tnf-custom-nuptse-h-screen-bg-image-content-area
    .text-container
    h2 {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.5rem;
        margin: 0;
    }

    .lp-tnf-custom-nuptse-h-screen-bg-image-content-area .text-container p {
        font-size: 0.875rem;
        line-height: 1.125rem;
        margin: 0;
        margin-bottom: calc(1.25rem * 0);
        margin-top: calc(1.25rem * 1);
    }

.lp-tnf-custom-nuptse-h-screen-bg-image-content-area
.container-buttons {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-bottom: calc(1.25rem * 0);
    margin-top: calc(1.25rem * 1);
    gap: 0.75rem;
    width: 16.25rem;
}

    .lp-tnf-custom-nuptse-h-screen-bg-image-content-area
    .container-buttons
    .buttons-area {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .lp-tnf-custom-nuptse-h-screen-bg-image-content-area
    .container-buttons
    a {
        font-size: 1.125rem;
        line-height: 1.5rem;
        padding: 0.6875rem 1.5rem;
        background-color: #000;
        color: #fff;
        align-items: center;
        border-radius: 9999px;
        border: 1px solid #fff;
        display: inline-flex;
        font-weight: 500;
        justify-content: center;
        max-width: 100%;
        transition-duration: 0.2s;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(0.3, 0.05, 0.25, 0.95);
        text-decoration: none;
    }

        .lp-tnf-custom-nuptse-h-screen-bg-image-content-area
        .container-buttons
        a:hover,
        .lp-tnf-custom-nuptse-h-screen-bg-image-content-area
        .container-buttons
        a:active {
            border-color: #000;
            background-color: #fff;
            color: #000;
        }

.lp-tnf-custom-nuptse-h-screen-bg-image-content-area
.small-text-container {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: calc(1.25rem * 0);
    margin-top: calc(1.25rem * 1);
    font-weight: 500;
    color : #fff ;
}

.lp-tnf-custom-nuptse-links-section picture {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    vertical-align: top;
}

    .lp-tnf-custom-nuptse-links-section picture img {
        object-fit: cover;
        flex-grow: 1;
        height: auto;
        max-width: 100%;
        display: block;
        vertical-align: middle;
    }

.lp-tnf-custom-nuptse-products-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-block: 6.25rem;
    color : #fff;
}

    .lp-tnf-custom-nuptse-products-section .text-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 90rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .lp-tnf-custom-nuptse-products-section .text-content h2 {
            margin: 0;
            margin-bottom: 2.25rem;
            font-size: 2rem;
            font-weight: 500;
            line-height: 2.5rem;
        }

        .lp-tnf-custom-nuptse-products-section .text-content p {
            margin: 0;
            margin-bottom: 6.25rem;
        }

.nuptse-mobile-product-swiper {
    width: 100%;
    padding: 20px 0;
    position: relative;
}

    .nuptse-mobile-product-swiper .swiper-slide {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background : transparent;
    }

        .nuptse-mobile-product-swiper .swiper-slide img {
            max-width: 100%;
            height: auto;
            object-fit: cover;
            object-position: center;
            margin-bottom: 15px;
        }

        .nuptse-mobile-product-swiper .swiper-slide h3 {
            margin: 10px 0;
            color: rgb(255 255 255 / 1);
            margin-top: 2rem;
            margin-bottom: 1.5rem;
            font-size: 1.375rem;
            font-weight: 500;
            line-height: 2rem;
        }

        .nuptse-mobile-product-swiper .swiper-slide p {
            font-size: 0.875rem;
            line-height: 1.125rem;
            margin: 0;
            margin-bottom: 1.5rem;
        }

        .nuptse-mobile-product-swiper .swiper-slide .container-buttons {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            width: 80%;
        }

        .nuptse-mobile-product-swiper .swiper-slide a {
            align-items: center;
            border-color: #0000;
            border-radius: 9999px;
            border-width: 1px;
            display: inline-flex;
            font-weight: 500;
            justify-content: center;
            max-width: 100%;
            transition-duration: 0.2s;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
            transition-timing-function: cubic-bezier(0.3, 0.05, 0.25, 0.95);
            border-color: rgb(255 255 255 / 1);
            background-color: rgb(255 255 255 / 1);
            color: rgb(0 0 0 / 1);
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 0.6875rem 1.5rem;
            text-decoration: none;
        }

            .nuptse-mobile-product-swiper .swiper-slide a:hover,
            .nuptse-mobile-product-swiper .swiper-slide a:active {
                border-color: #000;
                background-color: #fff;
                color: #000;
            }

    .nuptse-mobile-product-swiper .swiper-button-next,
    .nuptse-mobile-product-swiper .swiper-button-prev {
        color: #fff;
        width: 32px;
        height: 32px;
        background-color: #ffffff80;
        transition: all 0.3s ease;
    }

    .nuptse-mobile-product-swiper .swiper-button-next {
        right: 0;
    }

    .nuptse-mobile-product-swiper .swiper-button-prev {
        left: 0;
    }

        .nuptse-mobile-product-swiper .swiper-button-next:after,
        .nuptse-mobile-product-swiper .swiper-button-prev:after {
            font-size: 20px;
        }

        .nuptse-mobile-product-swiper .swiper-button-next:hover,
        .nuptse-mobile-product-swiper .swiper-button-prev:hover {
            background-color: #ffffff80;
        }

    .nuptse-mobile-product-swiper .swiper-button-disabled {
        opacity: 0 !important;
        cursor: auto;
        pointer-events: none;
    }

.lp-tnf-custom-product-list-container {
    display: none;
}

@keyframes flowingAnimation {
    0% {
        top: -120px;
    }

    50% {
        top: 0px;
    }

    100% {
        top: 120px;
    }
}

@media (min-width: 768px) {
    .lg-hidden {
        display: none;
    }

    .lg-show {
        display: flex;
    }

    .nuptse-mobile-product-swiper {
        display: none;
    }

    .lp-tnf-custom-nuptse-banner h2 {
        font-size: 4rem;
        line-height: 4rem;
        margin-bottom: 0;
    }

    .lp-tnf-custom-nuptse-banner p {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin: 0;
        margin-top: 2rem;
    }

    .lp-tnf-custom-nuptse-banner .discover-more-button {
        z-index: -1;
    }

    .lp-tnf-custom-nuptse-banner .flowing-line {
        height: 100px;
    }

    .lp-tnf-custom-nuptse-h-screen-bg-image-content-area {
        opacity: 1;
        flex-direction: row-reverse;
        gap: 2rem;
    }

    .lp-tnf-custom-nuptse-h-screen-bg-image-content-icon-container {
        padding-left: 5.5rem;
        width: 50%;
    }

        .lp-tnf-custom-nuptse-h-screen-bg-image-content-icon-container
        picture
        img {
            max-width: 242px;
            margin: 0;
        }

    .lp-tnf-custom-nuptse-h-screen-bg-image-content-area
    .text-container
    h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 500;
    }

    .lp-tnf-custom-nuptse-h-screen-bg-image-content-area .text-container {
        max-width: 32.25rem;
        text-align: left;
        align-items: start
    }

        .lp-tnf-custom-nuptse-h-screen-bg-image-content-area
        .text-container
        h2 {
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: 500;
            color: rgb(255 255 255 / 1);
        }

        .lp-tnf-custom-nuptse-h-screen-bg-image-content-area
        .text-container
        p {
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight : 500;
            color : #fff;
        }

    .lp-tnf-custom-nuptse-h-screen-bg-image-content-area
    .container-buttons {
        width: 100%;
    }

        .lp-tnf-custom-nuptse-h-screen-bg-image-content-area
        .container-buttons
        a {
            max-width: 100%;
            width: 100%;
        }

        .lp-tnf-custom-nuptse-h-screen-bg-image-content-area
        .container-buttons
        .buttons-area {
            flex-direction: row;
        }

    .lp-tnf-custom-nuptse-links-section a {
        display: flex;
    }

    .lp-tnf-custom-nuptse-products-section .text-content {
        text-align: center;
    }

        .lp-tnf-custom-nuptse-products-section .text-content h2 {
            font-size: 4rem;
            line-height: 4rem;
            margin-bottom: 2.25rem;
            font-weight: 500;
        }

        .lp-tnf-custom-nuptse-products-section .text-content p {
            font-size: 1.5rem;
            line-height: 2rem;
        }

    .lp-tnf-custom-product-list-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
        width: 100%;
    }

        .lp-tnf-custom-product-list-container .item {
            width: 100%;
            padding-inline: 1.25rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

            .lp-tnf-custom-product-list-container .item picture {
                display: inline-flex;
                vertical-align: top;
            }

                .lp-tnf-custom-product-list-container .item picture img {
                    height: auto;
                    max-width: 100%;
                    flex-grow: 1;
                    display: block;
                    vertical-align: middle;
                }

            .lp-tnf-custom-product-list-container .item h3 {
                margin-top: 2rem;
                margin-bottom: 1.5rem;
                font-size: 2rem;
                line-height: 2.5rem;
                font-weight: 500;
            }

            .lp-tnf-custom-product-list-container .item p {
                font-size: 1.125rem;
                line-height: 1.5rem;
                margin: 0;
                margin-bottom: 1.5rem;
                text-align: center;
            }

            .lp-tnf-custom-product-list-container .item .container-buttons {
                display: flex;
                flex-direction: column;
                gap: 0.5rem;
                width: 80%;
            }

                .lp-tnf-custom-product-list-container .item .container-buttons a {
                    font-size: 1.125rem;
                    line-height: 1.5rem;
                    padding: 0.6875rem 1.5rem;
                    background-color: #fff;
                    color: #000;
                    align-items: center;
                    border-radius: 9999px;
                    border: 1px solid #000;
                    display: inline-flex;
                    font-weight: 500;
                    justify-content: center;
                    max-width: 100%;
                    transition-duration: 0.2s;
                    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
                    transition-timing-function: cubic-bezier(0.3, 0.05, 0.25, 0.95);
                    text-decoration: none;
                }

                    .lp-tnf-custom-product-list-container
                    .item
                    .container-buttons
                    a:hover,
                    .lp-tnf-custom-product-list-container
                    .item
                    .container-buttons
                    a:active {
                        background-color: #000;
                        color: #fff;
                    }
}
/*LP Our Icons Nuptse */