.body-index .collectionBGWrapper::before {
 background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72%, rgb(0 0 0 / 69%) 100%) !important;   
}

* {
    --btnOWPadding: .5rem 1.5rem !important;
}

/* ------------

    Animation Library

------------ */


.introBannerLogoWrap {
    padding: 0 !important;
    justify-content: center !important;
}
/* ---------------------

Index Intro Banner Section

--------------------- */

#introSection {
    width: 100vw;
    height: fit-content;
    min-height: 100svh;
    overflow: hidden;
    position: relative;
}

.introBannerBG {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
}

.introBannerBG img, .introBannerBG video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    z-index: 1;
    object-fit: cover;
}

.introBannerLogoWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20% 0 4%;
    align-items: center;
}

.introBannerLogoWrap svg {
    width: 33%;
    height: auto;
    fill: white;
    filter: drop-shadow(5px 5px 5px rgb(0 0 0 / 0.2));
    -webkit-filter: drop-shadow(5px 5px 5px rgb(0 0 0 / 0.2));
}
/* 

.introBannerBG_Overlay {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: block;
    opacity: .55;
}

.introBannerBG_Overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(#00000000, #000000a6);
    position: absolute;
    top: 0;
    left: 0;
} */


.tagLineWrapper {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 8000;
    width: fit-content;
    max-width: 440px;
    height: 7rem;
    color: var(--white);
    font-family: var(--light);
    line-height: 125%;
    overflow: visible;
}
.tagLineWrapper h1.slogan {
    color: var(--white) !important;
    font-size: 42px !important;
}

.tagLineWrapper .line {
    height: 2px;
    background-color: var(--white);
    width: 0%;
    display: block;
    margin-bottom: .8rem;
}

.newArrivalsHomeInner {
    padding-bottom: 3em;
}