/* Home Page */

.lh-home-page {
    width: 100%;
    background: var(--lh-white);
}

.lh-home-inner {
    max-width: var(--lh-content-width);
    margin: 0 auto;
    padding-left: var(--lh-site-padding);
    padding-right: var(--lh-site-padding);
    box-sizing: border-box;
}

/* Hero Carousel */

.lh-home-hero-carousel {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 120px);
    overflow: hidden;
    background: var(--lh-black);
}

.lh-home-hero-track {
    position: relative;
    min-height: calc(100vh - 120px);
}

.lh-home-hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 120px);
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    box-sizing: border-box;
}

.lh-home-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.lh-home-hero-overlay,
.lh-home-static-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.22);
    z-index: 1;
}

.lh-home-hero-content,
.lh-home-static-banner-content {
    position: relative;
    z-index: 2;
    max-width: var(--lh-content-width);
    width: 100%;
    margin: 0 auto;
    padding-left: var(--lh-site-padding);
    padding-right: var(--lh-site-padding);
    box-sizing: border-box;
    color: var(--lh-white);
    text-align: left;
}

.lh-home-hero-line-one,
.lh-home-static-banner-line-one {
    display: block;
    margin-bottom: 12px;
    color: var(--lh-white);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lh-home-hero-line-two,
.lh-home-static-banner-line-two {
    max-width: 820px;
    margin: 0 0 12px;
    color: var(--lh-white);
    font-size: 52px;
    font-weight: 100;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lh-home-hero-button,
.lh-home-static-banner-button {
    display: inline-block;
    padding: 12px 30px;
    background: var(--lh-pink);
    color: var(--lh-white);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.lh-home-hero-button:hover,
.lh-home-static-banner-button:hover {
    background: var(--lh-white);
    color: var(--lh-pink);
}

.lh-home-hero-arrow {
    display: none;
}

.lh-home-hero-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.lh-home-hero-dot {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 1px solid var(--lh-white);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.lh-home-hero-dot.is-active,
.lh-home-hero-dot:hover {
    background: var(--lh-white);
}

/* Product Sections */

.lh-home-product-section {
    padding-top: 65px;
    padding-bottom: 65px;
}

.lh-home-best-sellers-section,
.lh-home-popular-products-section {
    background: #f3f3f3;
}

.lh-home-section-heading {
    margin-bottom: 32px;
    text-align: center;
}

.lh-home-section-heading span {
    display: none;
}

.lh-home-section-heading h2 {
    margin: 0;
    color: var(--lh-black);
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Product Grid */

.lh-home-products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
    margin: 0 0 40px !important;
    padding: 0 !important;
    list-style: none;
}

.lh-home-products::before,
.lh-home-products::after {
    display: none !important;
}

.lh-home-products li.product {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    text-align: center;
}

.lh-home-products li.product h2,
.lh-home-products li.product .woocommerce-loop-product__title {
    margin-top: 14px !important;
    margin-bottom: 6px !important;
    color: var(--lh-black);
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lh-home-products li.product .price {
    color: var(--lh-black) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.35;
}

.lh-home-products li.product .price *,
.lh-home-products li.product .amount {
    color: var(--lh-black) !important;
    font-weight: 400 !important;
}

.lh-home-products li.product a {
    text-decoration: none;
}

.lh-home-products li.product a:hover h2,
.lh-home-products li.product a:hover .woocommerce-loop-product__title,
.lh-home-products li.product a:hover .price {
    color: var(--lh-pink) !important;
}

/* All Bags CTA */

.lh-home-all-bags-wrap {
    text-align: center;
}

.lh-home-all-bags-button {
    display: inline-block;
    padding: 12px 32px;
    background: var(--lh-pink);
    color: var(--lh-white);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.lh-home-all-bags-button:hover {
    background: var(--lh-black);
    color: var(--lh-white);
}

/* Static Banner */

.lh-home-static-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 120px);
    padding: 80px 0;
    background-color: var(--lh-black);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
}


/* Brand Intro Section */

.lh-home-brand-intro {
    width: 100%;
    padding-top: 85px;
    padding-bottom: 85px;
    background: #f3f3f3;
    text-align: center;
}

.lh-home-brand-icon-wrap {
    margin-bottom: 36px;
}

.lh-home-brand-icon {
    display: block;
    width: 170px;
    max-width: 42%;
    height: auto;
    margin: 0 auto;
}

.lh-home-brand-text {
    width: 70%;
    margin: 0 auto 28px;
    color: var(--lh-black);
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
}

.lh-home-brand-text p {
    margin: 0;
}

.lh-home-brand-link {
    display: inline-block;
    color: var(--lh-black);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.lh-home-brand-link:hover {
    color: var(--lh-pink);
}



/* Video Section */

.lh-home-video-section {
    width: 100%;
    background: var(--lh-black);
}

.lh-home-video-poster {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 120px);
    background-color: var(--lh-black);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.lh-home-video-poster::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.18);
    z-index: 1;
    transition: opacity 0.3s ease;
}

.lh-home-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 96px;
    height: 96px;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.lh-home-video-play:hover {
    background: transparent;
    opacity: 0.85;
}

.lh-home-video-play img {
    display: block;
    width: 96px;
    height: 96px;
}

.lh-home-video-embed {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.lh-home-video-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.lh-home-video-poster.is-playing::before,
.lh-home-video-poster.is-playing .lh-home-video-play {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.lh-home-video-poster.is-playing .lh-home-video-embed {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 768px) {

    .lh-home-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lh-home-hero-carousel,
    .lh-home-hero-track,
    .lh-home-hero-slide,
    .lh-home-static-banner {
        min-height: calc(100vh - 90px);
    }

    .lh-home-hero-slide,
    .lh-home-static-banner {
        padding: 70px 0;
    }

    .lh-home-hero-content,
    .lh-home-static-banner-content {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .lh-home-hero-line-two,
    .lh-home-static-banner-line-two {
        max-width: none;
        font-size: 34px;
        line-height: 1.15;
    }

    .lh-home-product-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .lh-home-products {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .lh-home-brand-intro {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .lh-home-brand-icon {
        width: 130px;
    }

    .lh-home-brand-text {
        width: 100%;
        font-size: 34px;
        line-height: 1.15;
    }

    .lh-home-video-poster {
        min-height: 65vh;
    }

    .lh-home-video-play,
    .lh-home-video-play img {
        width: 74px;
        height: 74px;
    }
}
