/* Product Page */
.bg-left {
    position: fixed;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    width: 136px;
    height: 100vh;
    z-index: 10;
    object-position: center;
    background-image: url('/images/bg-left.png');
}

.bg-right {
    position: fixed;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    width: 136px;
    height: 100vh;
    z-index: 10;
    object-position: center;
    background-image: url('/images/bg-right.png');
}

.video {
    /* height: 100vh !important; */
    width: 100vw !important;
    z-index: 9999 !important;
}

nav {
    z-index: 99 !important;
}

.content-video {
    display: absolute;
    top: 0;
    height: 0;
    z-index: 9999 !important;
}

.layer-over-video {
    position: fixed;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background-color: transparent;
}

.container-product {
    height: 100%;
    max-width: 100vw;
    padding: 0;
}

.container-product-banner {
    margin-inline: 120px;
}

.img-products {
    max-width: 85vh;
    width: 100%;
    height: 85vh;
    object-fit: cover;
    z-index: 0;
    border: 10px solid #030303;
    filter: opacity(0.8);
}

.img-products-filter {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 85vh;
    width: 100%;
    height: 85vh;
    box-shadow: inset 0px 200px 200px 0px #030303, inset 0px -200px 200px 0px #030303 !important;
    /* box-shadow: 0px 0px 100px 220px #030303 !important; */
    z-index: 1;
}

.title-products {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.text-title-product {
    width: 606px;
}

.text-product-desc {
    max-width: 512px;
    margin-top: -8px;
}

.icon-product {
    width: 130px;
    height: 130px;
    padding: 8px;
}

.icon-navbar {
    width: 40px;
    height: 40px;
}

.text-button-nav {
    font-size: 10px !important;
}

.newslater {
    display: block;
    position: absolute;
    top: 5%;
    z-index: 9;
    max-width: 472px;
    width: 100%;
}

.input-wrapper-newslater {
    border: 1px solid #EFC572;
    border-radius: 50px;
    padding: 6px;
}

.input-wrapper-newslater .btn {
    width: 122px;
}

@media only screen and (max-width: 1600px) {
    .img-products {
        max-width: 100vh;
        width: 100%;
        height: 100vh;
        object-fit: cover;
        z-index: 0;
        border: 10px solid #030303;
    }

    .img-products-filter {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100vh;
        width: 100%;
        height: 100vh;
        box-shadow: inset 0px 100px 100px 0px #030303, inset 0px -100px 100px 0px #030303 !important;
        /* box-shadow: 0px 0px 100px 220px #030303 !important; */
        z-index: 1;
    }

    .text-product-desc {
        max-width: 412px;
        margin-top: -8px;
    }
}

@media only screen and (max-width: 1080px) {
    .video {
        /* width: 100vw; */
        height: 100vh;
    }
}

@media only screen and (max-width: 1200px) {
    .img-products-filter {
        box-shadow: inset 0px 100px 100px 0px #030303, inset 0px -100px 100px 0px #030303 !important;
    }
}

@media only screen and (max-width: 960px) {
    .img-products {
        max-width: 80vh;
        height: 80vh;

    }

    .img-products-filter {
        max-width: 80vh;
        height: 80vh;
    }
}

@media only screen and (max-width: 800px) {
    .bg-left {
        width: 100px;
    }

    .bg-right {
        width: 100px;
    }

    .container-product-banner {
        margin-inline: 100px;
    }
}

@media only screen and (max-width: 700px) {
    .bg-left {
        width: 80px;
    }

    .bg-right {
        width: 80px;
    }

    .container-product-banner {
        margin-inline: 80px;
    }
}

@media only screen and (max-width: 650px) {
    .bg-left {
        width: 60px;
    }

    .bg-right {
        width: 60px;
    }

    .container-product-banner {
        margin-inline: 60px;
    }

    .text-title-product {
        width: 100%;
    }

    .img-products-filter {
        box-shadow: inset 0px 100px 100px 0px #030303, inset 0px -100px 100px 0px #030303 !important;
    }

    .img-products {
        max-width: 50vh;
        height: 70vh;

    }

    .img-products-filter {
        max-width: 50vh;
        height: 70vh;
    }
}

@media only screen and (max-width: 600px) {
    .bg-left {
        width: 40px;
    }

    .bg-right {
        width: 40px;
    }

    .container-product-banner {
        margin-inline: 0px;
    }

    .container-product {
        padding: 0 50px;
    }


}

@media only screen and (max-width: 400px) {
    .bg-left {
        width: 20px;
    }

    .bg-right {
        width: 20px;
    }

    .container-product-banner {
        margin-inline: 0px;
    }

    .container-product {
        padding: 0 30px;
    }
}

@media only screen and (max-height: 500px) and (max-width: 960px) {
    .newslater {
        display: block;
        position: absolute;
        top: -50%;
        z-index: 9;
        max-width: 472px;
        width: 100%;
    }
}
