body {
    background-color: #101010;
    color: white;
    font-family: "Telegraf";
    padding: 0;
    margin: 0;

    text-transform: uppercase;

    overflow-x: hidden;

}

h1 {
    font-weight: 600;
    font-size: 64pt;
    margin: 0;
}

h2 {
    font-weight: 300;
    margin: 0;
}

h3 {
    font-weight: 400;
    font-size: 16pt;
    text-transform: uppercase;
    margin: 5px;
}

a {
    text-decoration: none;
    color: white;
}

a:visited { 
    text-decoration: none; 
    color: white; 
}   

a:hover {
    text-decoration: underline;
}

@font-face {
    font-family: "Telegraf";
    font-weight:300;
    src: url(PPTelegraf-UltraLight.woff2);
}

@font-face {
    font-family: "Telegraf";
    font-weight:400;
    src: url(PPTelegraf-Regular.woff2);
}

@font-face {
    font-family: "Telegraf";
    font-weight:600;
    src: url(PPTelegraf-Bold.woff2);
}

@font-face {
    font-family: "Telegraf";
    font-weight:700;
    src: url(PPTelegraf-Black.woff2);
}

#hero-section {
    height: 100vh;
    text-align: center;

    background: url("hero-img.jpg"), linear-gradient(0deg, rgba(16, 16, 16, 0.9), rgba(16, 16, 16, 0.8));
    background-blend-mode: multiply;
    background-position: center;
    
}

.hero-text {
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    text-align: left;
    padding: 4vw;
}

.hero-title {
    font-size: 22vw;
    line-height: 80%;
}

.hero-subtitle {
    font-weight: 600;
    font-size: 3vw;

}

#home {
    text-align: left;

}

#shop {
    text-align: left;
}

#regen {
    text-align: center;
    font-size: 14pt;
}

#contact {
    text-align: right;
}

#login {
}

#about-wrapper{
    padding: 0 8vw 0 8vw;
}

#about-desc {
    text-transform: uppercase;
    font-size: 3vw;
    max-width: 60vw;
}

#gallery {
    margin-bottom: 50px;
}

.about-button-wrapper {
    display: flex;
    justify-content: right;
}

.about-button {
    width: 20vw;
}

.about-text-wrapper {
    display: flex;
    justify-content: space-between;
}

.about-button a:hover {
    text-decoration: none;
}

#gallery {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.gallery-section {
    padding: 2vw;
    padding-top: 50px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gallery-section .about-button-wrapper {
    display: flex;
    justify-content: center;
}

.navbar {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 2vw;
    
    display: flex;
    justify-content: space-between;

}

.nav-item {
    text-align: center;
    justify-content: center;
    font-family: "Telegraf";
    font-weight: 400;
    color: white;
    opacity: 100%;
    padding-left: 5px;
    padding-right: 5px;
    mix-blend-mode: difference;
}

.nav-item.active {
    opacity: 50%;
}

.nav-left {
    width: 25vw;
    text-align: left;
}

.nav-right {
    width: 25vw;
    text-align: right;
}

.about-section {
    padding: 2vw;
    padding-top: 50px;
    height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header {
    margin-bottom: 20px;
}
.header-title {
    padding-top: 20px;
}

.gallery-img {
    width: 100%;
    border-radius: 25px;
    display:inline-block;
}

.h_iframe iframe {width:100%; height:100%;}
.h_iframe {
    height: 100%;
}

.footer {
    color: black;
}

/* #newsletter-wrapper {
    height: 80%;
    background-color: #f6f6f6;
    padding: 0 8vw 0 8vw;
    display: flex;
}

#newsletter-text-wrapper {
    justify-content: right;
}

#newsletter-text {
    text-transform: uppercase;
    font-size: 3vw;
    max-width: 60vw;
} */

#newsletter-wrapper{
    height: 80vh;
    background-color: #f6f6f6;
    padding: 0 8vw 0 8vw;
    justify-content: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

#newsletter-text {
    text-transform: uppercase;
    font-size: 2vw;
    max-width: 50vw;
}

.newsletter-button-wrapper {
    display: flex;
    justify-content: left;
}

.newsletter-button-text {
    background-color: #f6f6f6;
    border: none;
    padding: 0;
    font-size: 16pt;
}

.newsletter-button {
    width: 20vw;
}

.newsletter-text-wrapper {
    display: flex;
    justify-content: space-between;
}

#footer-ip {
    padding: 2vw;
    text-align: right;
    background-color: white;
    color: black;
}

.lil-links {
    padding-left: 1vw;
    color: black;
}

.section {
    text-align: center;
}

.title-wrapper {
    height: 90%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-title {
    margin: auto;
    color: black;
}

.page-header {
    text-align: left;
}

.shop-section {
    padding: 0 2vw 2vw 2vw;
    text-align: center;
}

.shop-wrapper {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.sidebar {
    text-align: left;
}

.sidebar a {
    opacity: 50%;
}

.shop-grid {
    width: 80%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 2vw;
}

.shop-img {
    width: 100%;
    border-radius: 15px;
}

.login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;

    display: flex;
    flex-direction: column;

}

#email-input {
    width: 20vw;
    padding: 1vw;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid gray;
    color: gray;
    background-color: transparent;
    margin: 1vw;
}

#password-input {
    width: 20vw;
    padding: 1vw;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid gray;
    color: gray;
    background-color: transparent;
    margin: 1vw;
}

#submit-login {
    width: 20vw;
    padding: 1vw;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid white;
    color: black;
    background-color: white;
    margin: 1vw;
    text-align: center;
}

#forgot-password {
    opacity: 50%;
}

.product-section {
    padding: 0 2vw 2vw 2vw;
}

.product-wrapper {
    display: flex;
}

.product-images {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    width: 50%;
    padding: 2vw 0vw 4vw 0vw;
}

.product-information {
    padding: 2vw;
    width: 50%;
}

.product {
    font-weight: 600;
}

.transparent {
    font-weight: 300;
    opacity: 0.75;
    
}

.selection-wrapper {
    display: flex;
    gap: 10px;
}

.product-selection {
    font-family: "Telegraf";
    font-size: 16px;
    text-transform: uppercase;

    padding: 1vw 2vw 1vw 2vw;

    background-color: transparent;
    color: rgba(255, 255, 255, 0.75);

    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.75);
}

.product-selection:active {
    background-color: rgb(255,255,255,0.25);
}

#add-to-cart {
    background-color: rgb(255,255,255,0.25);
    border-color: rgb(255,255,255,0.25);
    color: white;
}

#check-out {
    background-color: white;
    color: black;
}

.similar-wrapper {
    display: flex;
    gap: 15px;
    overflow: auto;
    white-space: nowrap;
    margin-top: 2vw;
}

.similar-wrapper .gallery-img {
    width: 25vw;
}

.video-wrapper {
    position: relative;
    padding-bottom: 177.77%; /* 16:9 */
    height: 0;
    border-radius: 25px;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}