html,
body
{
    color: black;
}

.tall-wrapper-outer #inner-text-wrapper p
{
    margin-top: 50px;
}
.tall-wrapper-outer #inner-text-wrapper h3
{
    margin-bottom: 0;
}

.tall-wrapper-outer #inner-text-wrapper h4
{
    margin-bottom: 0;
    font-size: 20px;
}
#page_intro .right .description p
{
    line-height: 1.35;
}
#page_intro
{
    display: flex;
    justify-content: center;
}
#page_intro .wrapper
{
    display: flex;
    justify-content: center;
    padding: 50px 0;
    margin: 0;
    margin: 0;
    width: 100%;
    max-width: none;
}
#page_intro .title
{
    font-size: 90px;
    font-family: 'Antwerp', serif;
    font-weight: 300;
    text-transform: none;
    max-width: 50%;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 60px;
	text-align: center;
}
#page_intro .left
{
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#page_intro .right
{
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 150px 20px 35px;
    gap: 400px;
    border-left: 1px solid black;
}
#page_intro .image
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page_intro .image img
{
    width: 100%;
}
#page_intro .left p.preface
{
    font-size: 14px;
    font-family: 'Circular', serif;
    font-weight: 300;
    margin-bottom: 0;
}
#page_intro .left a p,
#page_intro .right a p
{
    font-family: 'Circular', serif;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 400;
}

#home-hero
{
    height: 72vw;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-hero h1
{
    font-family: 'Antwerp';
    font-weight: 300;
    color: white;
    font-size: 72px;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 33%;

}

#home-hero-mobile
{
    display: none;
}

#home-hero-mobile h1
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(35%);
    font-family: 'Antwerp', serif;
    font-weight: 300;
    color: white;
    margin: 0 auto;
    font-size: 36px;
    max-width: 90%;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2;
}

.categories .right
{
    position: relative;
    width: 100%; /* Adjust to fit your container */
    height: calc(50vw - 48px);
}

.categories .right img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease, z-index 0s 0.5s; /* Smooth opacity transition */
}

.categories .right img.active
{
    z-index: 2;
    opacity: 1;
    transition: opacity 0.5s ease; /* Active image fades in smoothly */
}

.categories .left h2
{
    width: fit-content;
}

.categories .left p
{
    width: fit-content;
}

div.three-grid
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
    padding: 0 32px;
}

div.three-grid img
{
    width: 100%;
}

.its-alive
{
    padding-bottom: 32px;
}

.its-alive .left .bottom-part
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.its-alive .left .bottom-part button
{
    background-color: white;
    padding: 15px 100px;
    font-family: 'Circular', serif;
    font-weight: 300;
    color: black;
    border: 1px solid black;
    outline: none;
}

.its-alive .left .top-part p
{
    max-width: 65%;
}
.its-alive .left .top-part h4
{
    font-family: 'Circular', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0;
}
.its-alive .left .top-part h3
{
    font-size: 80px;
    line-height: 90px;
    text-align: center;
    text-transform: unset;
}
.its-alive .left .top-part .short-desc-desktop{
    text-align: left;
    font-size: 40px;
    line-height: 1.1;
    margin: 50px 0;
    max-width: unset;
}
.top-part.discovery-box-description-container .bottom-part {
    height: unset;
}
.top-part.discovery-box-description-container .bottom-part button{
    border: none;
    font-size: 20px;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.its-alive .left .top-part .short-desc-mobile{
    display: none;
    text-align: left;
    font-size: 18px;
    line-height: 34px;
    margin: 0 0 15px;
    width: 100%;
 }

.its-alive .left .top-part
{
    row-gap: 30px;
    display: flex;
    height: 90%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}
.its-alive .left .top-part.discovery-box-description-container{
    row-gap: 0;
    align-items: start;
    margin: 0 0 0 auto;
    padding-right: 70px;
}
.its-alive .left .bottom-part
{
    height: 10%;
}

.its-alive .right
{
    width: 100%;
    max-height: 1180px;
    padding-right: 0;
    padding-top: 133.3%;
    overflow: hidden;
    position: relative;
}

.its-alive .right.discovery-box-video-container
{
    padding-top: 125%;
}

.its-alive .right iframe
{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
}

.its-alive .inner
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 32px;
    column-gap: 16px;
}
.its-alive .inner.discovery-box-inner{
    column-gap: 0px;
}

.its-alive .left
{
    border-top: 1px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.its-alive img
{
    width: 60%;
}

.its-alive .right video
{
    width: 100%;
}

.view-collections h2.large-title
{
    font-weight: 400;
    font-size: 90px;
    text-align: center;
    line-height: 1;
}

.view-collections p.small-caption
{
    font-family: 'Circular', serif;
    margin-top: 0;
    font-size: 15px;
    font-weight: 300;
}

#custom-page-builder section.view-collections
{
    padding-bottom: 32px;
}

.view-collections .inner
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 32px;
    column-gap: 16px;
}

.view-collections .left
{
    border-top: 1px solid black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.view-collections .right img
{
    width: 100%;
}

a.button-a
{
    margin-top: 50px;
}

#custom-page-builder section.categories
{
    padding-bottom: 32px;
}

.categories .inner
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 32px;
    column-gap: 16px;
}

.categories .left
{
    border-top: 1px solid black;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.categories .left h2
{
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Circular', serif;
    font-weight: 300;
}

.categories .left p.selection
{
    font-size: 40px;
    font-family: 'Antwerp', serif;
    font-weight: 300;
}

.categories .right img
{
    width: 100%;
}

section.beauty-section .absolute-title p
{
    font-family: 'Antwerp', serif;
    font-size: 60px;
    position: absolute;
    left: 10%;
    color: white;
    max-width: 50%;
    line-height: 1;
    text-align: left;
    text-transform: none;
}

section.beauty-section .absolute-title
{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
}

section.beauty-section
{
    width: 100%;
    position: relative;
}

section.beauty-section p
{
    font-family: 'Antwerp', serif;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 10%;
}

section.beauty-section img
{
    width: 100%;
}
.button-a button
{
    width: fit-content;
    border: 1px solid black;
    background-color: white;
    font-family: 'Circular', serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 65px;
    letter-spacing: 2px;
    color: black;
}
section#block__liwt .full-width-image
{
    width: 100%;
    padding: 0 32px;
}
section#block__liwt .full-width-image img
{
    width: 100%;
    height: auto;
}
section#block__liwt .floated-text
{
    width: 100%;
    padding: 50px 32px 150px 32px;
    display: flex;
    justify-content: space-between;
}
section#block__liwt .floated-text h2
{
    float: left;
    font-size: 40px;
    margin-top: 0;
}
section#block__liwt .floated-text p
{
    float: right;
}
section#block__liwt .right-div
{
    display: flex;
    flex-direction: column;
    width: 55%;
}

.categories .right.mobile
{
    display: none;
}

#page_intro .wrapper .right a
{
    display: none;
}

.categories .right.mobile img
{
    position: relative;
}

#custom-page-builder .tTextContainer
{
    padding: 0 32px;
    margin: 100px 0;
}

#custom-page-builder .tTextContainer.new-blocks h2.mainTitle
{
    margin-top: 0 !important;
}

@media only screen and (max-width: 1280px)
{
	#page_intro .right 
	{
    gap: 100px !important;
	}
	.its-alive .left .top-part p 
	{
    max-width: 100%;
	}
    .its-alive .left .top-part .short-desc-desktop {
        width: 100%;
    }
    video.css-14ogxpa {
        width: 145% !important;
    }
    #custom-page-builder p.pressText {
        max-width: unset;
    }
    .view-collections h2.large-title
    {
        font-size: 50px;
    }

    .categories .left h2
    {
        display: none;
    }

    .categories .left
    {
        padding-top: 35px;
    }
	#home-hero h1 {
		font-size: 52px;
	}
}

@media only screen and (max-width: 768px)
{
	#titleBlock.new-blocks.first-on-homepage {
    	margin: 100px 0 100px 0 !important;
	}
	#titleBlock.new-blocks {
    	margin: 80px 0 80px 0 !important;
	}
	#titleBlock.new-blocks {
   		margin: 100px 0 100px 0 !important;
	}
    .tall-wrapper-outer #inner-text-wrapper p
    {
        margin-top: 25px;
    }
    a.button-a
    {
        width: 100%;
    }
    .button-a button
    {
        width: 100%;
    }
    section#block__liwt .floated-text
    {
        flex-direction: column;
        align-items: center;
        padding: 50px 16px 100px 16px;
    }
    section#block__liwt .floated-text .left-div
    {
        text-align: left;
        max-width: 90%;
    }
    section#block__liwt .floated-text .right-div
    {
        width: 100%;
        text-align: left;
    }
    section#block__liwt .floated-text .right-div p
    {
        font-size: 18px;
        width: 95%;
        line-height: normal;
    }
    section#block__liwt .floated-text h2
    {
        margin-bottom: 25px;
    }
    #custom-page-builder .tTextContainer
    {
        padding: 0 16px;
        margin: 50px 0;
    }
    .its-alive .left .top-part
    {
        max-width: 95%;
		text-align: left
    }
    #home-hero-mobile
    {
        display: block;
    }
    #home-hero
    {
        display: none;
    }

    #page_intro .right
    {
        width: 100%;
        padding: 0;
        text-align: left;
        border-left: 0;
        gap: 50px;
        align-items: center;
    }

    #page_intro .right .description p
    {
        font-size: 18px;
        max-width: 95%;
        margin: 0 auto;
    }

    section.beauty-section .absolute-title p
    {
        font-size: 15px;
        left: 5%;
        top: 40%;
    }

    #page_intro .wrapper
    {
        flex-direction: column;
        align-items: center;
        padding: 100px 16px 50px 16px;
    }

    #page_intro .left
    {
        width: 100%;
    }

    #page_intro .title
    {
        font-size: 48px;
        max-width: 80%;
        padding-top: 10px;
        margin-bottom: 50px;
    }

    #page_intro .wrapper .left a
    {
        display: none;
    }

    #page_intro .wrapper .right a
    {
        display: block;
    }

    section.beauty-section .absolute-title p
    {
        font-size: 15px;
        left: 5%;
        top: 40%;
    }

    .view-collections p.small-caption
    {
        margin-top: 0;
    }

    .view-collections h2.large-title
    {
        margin-bottom: 0;
    }

    div.three-grid
    {
        display: none;
    }

    .its-alive .inner
    {
        display: flex;
        padding: 0 16px;
        flex-direction: column-reverse;
    }
    .its-alive .inner.discovery-box-inner{
        flex-direction: column;
    }

    .its-alive .left
    {
        margin-top: 75px;
        border-top: 0;
        align-items: center;
    }
    .its-alive .inner.discovery-box-inner .left{
        align-items: start;
    }

    .its-alive .left .top-part
    {
        margin: 0;
        row-gap: 20px;
    }
    .its-alive .left .top-part.discovery-box-description-container {
        margin: 0;
        padding: 0;
    }
    .its-alive .left .top-part p
    {
        max-width: 100%;
        font-size: 18px;
        line-height: normal;
    }

    .its-alive .left .top-part h4
    {
        font-size: 12px;
    }
    .its-alive .left .top-part h3
    {
        font-size: 47px;
        line-height: 1.5;
        margin: 0 0 7%;
    }
    .its-alive .left .top-part .short-desc-desktop{
        display: none;
        text-align: left;
        font-size: 18px;
        line-height: 34px;
        margin: 0 0 15px;
        width: 100%;
    }
    .its-alive .left .top-part .short-desc-mobile {
        display: block;
    }

    .its-alive .left .bottom-part
    {
        margin-top: 50px;
        width: 100%;
    }

    .its-alive .left .bottom-part a, .its-alive .left .bottom-part a button
    {
        width: 100%;
    }
    .its-alive .inner.discovery-box-inner .left .bottom-part a, .its-alive .inner.discovery-box-inner .left .bottom-part button {
        text-align: left;
    }
    .view-collections p.small-caption
    {
        margin-top: 0;
    }

    .view-collections h2.large-title
    {
        margin-bottom: 0;
		text-align: left;
    }

    .view-collections .left
    {
        border-top: 0;
        margin-top: 50px;
        width: 100%;
    }
    .view-collections .left a
    {
        justify-content: center;
        width: 100%;
		text-decoration: none !important;
    }
    .view-collections .left p
    {
        width: 100%;
    }
    .view-collections .left h2
    {
        max-width: 75%;
        margin-bottom: 25px;
    }

    .view-collections .inner
    {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 0 16px;
    }

    .view-collections .inner img
    {
        width: 100%;
    }

    .view-collections h2.large-title
    {
        font-size: 36px;
        max-width: 95%;
        line-height: normal;
    }

    .view-collections .inner
    {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 0 16px;
    }

    #custom-page-builder section.categories
    {
        padding-bottom: 0;
    }

    section#block__liwt .full-width-image
    {
        display: none;
    }

    section#block__liwt .floated-text
    {
        padding: 50px 16px 50px 16px;
    }

    section#block__liwt .floated-text h2
    {
        font-size: 36px;
    }

    .categories .right.mobile
    {
        display: block;
        height: auto;
        width: auto;
    }

    .categories .inner
    {
        display: flex;
        flex-direction: column;
        padding: 0 16px;
    }

    .categories .left
    {
        align-items: center;
        padding: 100px 0 100px 0;
    }

    .categories .left div
    {
        display: flex;
        flex-direction: column;
        align-items: center;
		margin-left: 0 !important;
		row-gap: 10px;
    }

    .categories .left p.selection
    {
        margin-bottom: 0;
        font-size: 32px;
    }

    .categories .right
    {
        display: none;
    }

    #custom-page-builder .tTextContainer.new-blocks h2.mainTitle
    {
        padding-top: 0 !important;
        margin-bottom: 25px !important;
        line-height: normal;
    }

    #custom-page-builder .tTextContainer.new-blocks p.pressText
    {
        font-size: 18px !important;
        max-width: 95%;
        line-height: normal;
    }

    #custom-page-builder .tTextContainer
    {
        width: 100% !important;
    }

    .its-alive img
    {
        width: 70%;
    }

    section.beauty-section .absolute-title p
    {
        font-size: 16px;
        left: 5%;
        top: 40%;
    }
}