* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}

.strike {
    text-decoration: line-through; 
}

.logo {
    text-align: center;
}

/* Site notifications */
.site-notification {
    background-color: #520009;
    color: #ececec;
    font-size: 0.7rem;
    text-align: center;
    padding: 0.5rem;
}


/* Menu section */
.menu-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem;
    background-color: #111111;
    color: #ececec;
    font-weight: 200;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    display: inline;
    margin: 0 0.9rem;
}

.menu li a, .logo a {
    text-decoration: none;
    color: #f1f3f2;
}

/* Hero section */

.hero {
    /* height: 100vh; */
    height: 100vh;
    background-color: #f1f3f2;
    padding: 0;
    display: flex;
}

.hero-left {
    width: 50%;
    height: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 5rem;
    /* background-image: url("/wp-content/themes/vantessa/assets/images/lifestyle-02.jpg"); */
    /* background-image: url("/wp-content/themes/vantessa/assets/images/model-05.jpg"); */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url("/wp-content/themes/vantessa/assets/images/b01.jpg");
    background-position: center top;
    background-size: cover;
}

.hero-right {
    width: 50%;
    height: 100%;
    /* background-image: url("/wp-content/themes/vantessa/assets/images/lifestyle-02.jpg"); */
    /* background-image: url("/wp-content/themes/vantessa/assets/images/model-05.jpg"); */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url("/wp-content/themes/vantessa/assets/images/lifestyle-02.jpg");
    background-position: center;
    background-size: cover;
}

.hero-title {
    font-weight: 200;
    font-size: 4rem;
    color: #f1f3f2;
}

.hero-subtitle {
    font-weight: 200;
    font-size: 1.7rem;
    color: #f1f3f2
}


/* Brand Pitch and Promise */

.brand-pitch {
    font-weight: 200;
    font-size: 2rem;
    padding: 3rem 20%;
    text-align: center;
}

.brand-pitch span {
    font-style: italic;
    color: #520009;
}


/* Featured Products */

.featured-products-section {
    background-color: #faf8f5;
}
.title-menu {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0.8rem;
}

.title-menu h2, .commitment-item h2 {
    font-weight: 300;
    font-size: 2rem;
}

.title-menu button, .hero button {
    padding: 1rem;
    border: none;
    color: #f1f3f2;
    background-color: #262626;
    border-radius: 5px;
}

.featured-products {
    padding: 0.8rem;
    display: flex;
    gap: 1px;
}
.featured-product {
    width: 33.3%;
    border: 1px solid #f1f3f2;
    background-color: #f1f3f2;
    height: 500px;
    display: flex;
    flex-direction: column;
}

.featured-product .product-img {
    height: 85%;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-inf {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.featured-product span {
    font-weight: 300;
    font-size: 2rem;
}

.featured-product h4 {
    font-weight: 100;
    font-size: 1.2rem;
}



/* first brand pitch  */
.brand-pitch-first {
    display: flex;
    height: 100vh;
}

.brand-pitch-first-message {
    width: 50%;
    height: auto;
    color: #ececec;
    background-color: #111111;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.brand-pitch-first-message h3 {
    font-weight: 200;
    font-size: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.brand-pitch-first-message p {
    font-weight: 200;
    font-size: 2rem;
}

.brand-pitch-first-image {
    width: 50%; 
}

.brand-pitch-first-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* brand-intro */
.brand-intro {
    display: flex;
    height: 100vh;
    padding: 1rem;
    margin-top: 3rem;
}

.brand-intro-message {
    width: 55%;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    /* justify-content: center; */
}

.brand-intro-message h2 {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
}

.brand-intro-message span {
    font-size: 3.5rem;
    font-weight: 100;
}

.brand-intro-images {
    width: 45%;
    position: relative;
    display: flex;
    /* justify-content: right; */
}

.brand-intro-images > img {
    object-fit: cover;
}

.brand-intro-image-1 {
    width: 80%;
    object-fit: cover;
    position: absolute;
    left: 7rem;
}

.brand-intro-image-2 {
    width: 40%;
    top: 15rem;
    object-fit: cover;
    position: absolute;
}

/* call-to-action-section */

.call-to-action-section {
    margin-top: 1.5rem;
    text-align: center;
}

.call-to-action-section button {
    padding: 1rem;
    border: none;
    color: #f1f3f2;
    background-color: #262626;
    border-radius: 2px;
    font-weight: 100;
    font-size: 2rem;
}


/* Limited Edition Section */

.limited-edition-best-seller-new-section {
    height: 100vh;
    margin-top: 3rem;
    display: flex;
    background-color: #dedede;
}

.limited-edition-best-seller-new-info {
    padding: 2rem;
    width: 50%;
    align-self: center;
}


.limited-edition-best-seller-new-info h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 3rem;
}

.limited-edition-best-seller-new-image {
    width: 50%;
}

.limited-edition-best-seller-new-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Commitment Section */
.our-commitment {
    display: flex;
    height: 100vh;
    padding: 1rem;
    gap: 0.5rem;
}

.commitment-item {
    display: flex; 
    flex-direction: column;
    border: 0px solid #000000;
    width: 33.3%;
}

.commitment-item-number {
    border-top: 1px dashed #111111;
    border-bottom: 1px dashed #111111;
    height: 5%;
    margin-bottom: 0.2rem;
}

.commitment-item-image {
    height: 70%;
    margin-top: 1rem;
}

.commitment-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commitment-item-title {
    margin-top: 1rem;
    height: 5%;
}

.commitment-item-description {
    height: 15%;
    font-size: 1rem;
    font-weight: 200;
    margin-top: 0.5rem;
}




/* social-media-section */

.social-media-section {
    margin-top: 3rem;
}

.follow-us {
    text-align: center;
}

.instagram-gallery {
    display: flex;
    margin-top: 1rem;
}

.instagram-post {
    width: 25%;
    height: 350px;
    border: 1px solid #dedede;
}



/* footer-pitch-section */
.footer-pitch {
    height: 70vh;
    background-color: #f1f3f2;
}


/* footer-section */

.footer-payment-shipping-section {
    height: 50vh;
    background-color: #262626;
    display: flex;
    padding: 1rem 3rem;
    flex-direction: column;
}
.footer-section {
    /* height: 70vh; */
    background-color: #111111; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}


.footer-section h1 {
    color: #f1f3f2;
    text-align: center;
    font-weight: 200;
    font-size: 17rem;
}


.footer-payment-shipping-returns {
    display: flex;
    gap: 1rem;
}

.footer-payment-shipping-returns-item {
    width: 33.3%;
    height: 300px;
    /* background-color: #111111; */
    color: #f1f3f2;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-payment-shipping-returns-text h3 {
    font-weight: 100;
    font-size: 2rem;
    color: #f1f3f2;
    margin-bottom: 2rem;
}

.footer-section-newsletter-links {
    display: flex;
    margin: 0 auto;
    height: 40vh;
    color: #ececec;
    background-color: #262626;
    padding: 2rem;
}


.footer-copy {
    color: #f1f3f2;
    font-size: 1rem;
    font-weight: 100;
    text-align: center;
    background-color: #262626;
    padding-bottom: 1rem;
}

.footer-menu-links {
    display: flex; 
    width: 70%;
}

.footer-menu-item li {
    list-style: none;
    margin: 0.3rem 0;
}

.footer-menu-item h3 {
    font-size: 1.5rem;
    font-weight: 200;
    margin: 1rem 0;
}

a {
    color: #dedede;
    font-size: 1rem;
    font-weight: 100;
    text-decoration: none;
}

.footer-newsletter {
    width: 30%;
}

.footer-menu-item {
    width: 33%;
}







/* site-main */
.site-main {
    width: 80vw;
    margin: 2rem auto;
    /* padding: 2rem; */
}






/* Login Page */






/* Registration Form */

.vantessa_form {
    width: 600px!important;
    max-width: 95%!important;
}
.form_errors {
    color: #ee0000;
    margin-bottom: 12px;
    width: 450px!important;
    max-width: 95%!important;
}
.vantessa_form label::after {
    content: " *";
    color: red;
    font-weight: bold;
}
form input {
    padding: 0.2rem;
}
.mb-3 {
    margin: 0.5rem 0;
}
p {
     margin: 16px 0;
 }
