* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body { 
    padding: 0px;
    margin: 0px;
    background: url('/homepage-assets/img/bg-texture2.jpg');
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.05em;
    font-size: 1em;
    display: flex;
    color: #3c3c3a;
    flex-direction: column;
    /* background: #f6f5ec; */
    accent-color: #7e45ac;
    line-height: 150%;
}
h1 {
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.2;
}
a {
    color: #121212;
}
a:hover {
    color: #121212;
    text-decoration: underline;
}
#homepage #header {
    max-width: 1260px;
    margin: 0 auto;
    margin-top: 20px;
}
#mini-footer {
    max-width: 1260px;
    margin: 40px auto;
}
#homepage-vid-demo {
    margin-top: 10px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #7e7e7e;
}
#maincontain {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 1.2em;
}
#section-hero {
    display: flex;
    position: relative;
    min-height: 440px;
}
#hero-left {
    width: 50%;
    padding-right: 100px;
    margin-bottom: 50px;
}
#hero-text {
    max-width: 550px;
    margin-right: 150px;
}
#hero-right {
    width: 50%;
    max-width: 600px;
    margin-bottom: 50px;
}
#homepage h1 {
    margin-bottom: 30px;
    font-size: 240%;
    margin-top: 40px;
}
.logo-text-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: fit-content;
    flex-direction: column;
}
.diamond-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.diamond-divider .line {
    height: 1px;
    background: #cccccc;
    flex-grow: 1;
}

.diamond-divider .diamond {
    width: 8px;
    height: 8px;
    border: 1px solid #cccccc;
    transform: rotate(45deg);
    margin: 0px;
} 
#logo-text {
    font-family: 'EB Garamond', serif;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 5px;
    color: #3c3c3a;
    text-decoration: none;
}
a#logo-text {
    text-decoration: none;
}
.guest-loginsubmenu {
	padding: 50px;
    background: #f7efe9;
    border: 1px solid #9e9393;
}
.login-submenu-text {
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
.nav-links a.gsi-material-button:hover {
	-webkit-box-shadow: 0 1px 1px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
	box-shadow: 0 1px 1px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
	background-color: #fefbf8;
}
.nav-links a.gsi-material-button:hover .gsi-material-buttom-state {
	background-color: #303030;
	opacity: 8%;
}
.btn-lg {
    text-decoration: none;
    width: calc(100% - 20px);
    padding: 12px 30px;
    font-weight: 500;
    text-transform: uppercase;
    background: #0f0f0f;
    color: #ffffff;
    font-size: 1em;
    border-radius: 4px;
    border: 1px solid #4b4b4b;
    cursor: pointer;
}
.btn-lg:hover { 
    color: #ffffff;
    text-decoration: none;
}
#logo-stretch {
    background: url('../img/logos-stretch2.png') no-repeat center center; 
    background-size: contain; 
    min-height: 84px; 
    width: 60%; 
    margin-top: 40px;
    background-position: left;
    opacity: 0.85;
}
@media (max-width: 768px) {
    #logo-stretch {
        background-size: cover;
        background-position: left;
    }
}
#hero-button-subtext {
    font-size: 80%;
    margin-top: 20px;
}
#hero-buttoncontain, #hero-socialstars, #hero-storelogos {
    clear: both;
}
#hero-buttoncontain {
    margin-top: 40px;
    margin-bottom: 60px;
    float: left;
}
#hero-storelogos {
    font-size: 90%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d8d7d0;
}
#lookway-preview {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: flex-end;
}
#lookway-preview-captionarea {
    width: 95px;
    float: right;
    margin-top: 54px;
    line-height: 1;
    text-align: center;
}
#lookway-preview-captiontop {
    height: 240px;
    padding-right: 10px;
}
#lookway-preview-captionbottom {
    padding-right: 10px;
}
.preview-caption-name {
    font-size: 80%;
}
#lookway-preview-lookside {
    width: 100%;
    max-width: 450px;
    float: right;
}
#lookway-preview-occassiontabs {
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}
.preview-tab-rounded-occasion {
    margin-right: 5px;
    background: #666666;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    float: right;
    text-decoration: none;
    font-size: 80%;
}
.lookway-preview-personimg {
    border: 1px solid #c6c6c6;
    border-radius: 8px;
}
.preview-tab-rounded-occasion:hover {
    text-decoration: none;
    background: #454545;
    color: #ffffff;
}
.preview-tab-rounded-occasion.selected {
    background: #242424;
}
#hero-storelogos-text {
    float: left;
    display: flex;
}
#stores-andmore {
    margin-left: 30px;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    font-size: 80%;
}

#faq-contain {
    padding: 0px;
    margin-top: 50px;
    margin-bottom: 0px;
    clear: both;
    float: left;
    width: 100%;
}
#lookway-preview-looks {
    display: grid;
    /* 2x2 grid */
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 5px;
    width: 100%;
    margin-top: 20px;
}
.lookway-preview-lookeach {    
    margin: 0px;
    line-height: 0px;
    padding: 0px;
}
.lookway-preview-lookeach img {
    width: 100%;
    border-radius: 8px;
}
.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.related-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
}

.related-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.related-content {
    padding: 15px;
}
a.related-link {
    text-decoration: none;
}
.related-title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: 300;
}

.related-link {
    color: inherit;
    text-decoration: none;
}

.related-date {
    font-size: 14px;
    color: #999;
}
#section-blogrelatedhome {
    clear: both;
    margin-top: 75px;
    float: left;
    width: 100%;
    padding: 0px;
}
#section-howitworks {
    clear: both;
    margin-top: 75px;
    float: left;
    width: 100%;
    padding: 0px;
}
#section-video {
    clear: both;
    margin-top: 75px;
    float: left;
    width: 100%;
    padding: 0px;
}
#hero-vid-demo-img {
    width: 100px;
    border-radius: 50%;
    position: absolute;
    left: -80px;
    top: 20px;
    border: 1px solid #888888;
}
#section-features1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    clear: both;
    float: left;
    width: 100%;
    margin: 50px 0px;
}
#features1-left-imghighlight {
    float: left;
}
#features1-left-text {
    float: left;
    margin-left: 40px;
    font-size: 90%;
    color: #262624;
}
#features1-left{
}
#features1-right {
    
}
.homepage-color-analysis-result {
    font-weight: 600;
}
.woman1-img {
    width: 100px;
    border-radius: 50%;
    border: 1px solid #888888;
}
#hero-face-caption {
    position: absolute;
    left: -60px;
    top: 127px;
    font-size: 80%;
}
#hero-vid-demo-arrow {
    position: absolute;
    left: -30px;
    top: 160px;
    width: 50px;
}
#hero-vid-demo {
    border: 0px;
    max-height: 700px;
}
#hero-video-contain {
    position: absolute;
    float: right;
    max-width: 512px;
    right: 0%;
    top: -50px;
    z-index: -1;
}
#howitworks-stepscontain {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
#home-2looks {
    display : block;
    filter: drop-shadow(3px 3px 0 white)            
    drop-shadow(-3px 3px 0 white)            
    drop-shadow(3px -3px 0 white)            
    drop-shadow(-3px -3px 0 white)
    drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.15))            
    drop-shadow(-1px 1px 0 rgba(0, 0, 0, 0.15))            
    drop-shadow(1px -1px 0 rgba(0, 0, 0, 0.15))            
    drop-shadow(-1px -1px 0 rgba(0, 0, 0, 0.15));
}
#home-1look {
    display: none;
    filter: drop-shadow(3px 3px 0 white)            
    drop-shadow(-3px 3px 0 white)            
    drop-shadow(3px -3px 0 white)            
    drop-shadow(-3px -3px 0 white)
    drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.15))            
    drop-shadow(-1px 1px 0 rgba(0, 0, 0, 0.15))            
    drop-shadow(1px -1px 0 rgba(0, 0, 0, 0.15))            
    drop-shadow(-1px -1px 0 rgba(0, 0, 0, 0.15));
}
.howitworks-stepseach {
    width: 33%;
    height:300px;
    float: left;
    background: #e8e7dd;
    border: 1px solid #7e7e7e;
    border-radius: 8px;
    padding: 30px;
    margin-right: 20px;
    font-size: 90%
}

@media (min-width: 768px) and (max-width: 900px) {
    #howitworks-stepscontain {
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
    }
    .howitworks-stepseach {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        height: 270px !important;
    }
    .howitworks-stepseach:nth-child(2n) {
        margin-right: 0px;
    }
}

h3 {
    font-weight: 600;
    margin: 10px 0px;
}
#why-left h2 {
    font-size: 110%;
}
h2 {
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
    letter-spacing: -0.05em;
    font-size: 190%;
}
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 200,
    'GRAD' 0,
    'opsz' 48
}
.material-symbols-outlined.icon-steps {
    font-size: 350%;
    color: #404040;
}
.stepseach-title {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}
#hero-right #mobile-looks-cards {
    display: block !important;
}
#section-why {
    clear: both;
    margin-top: 95px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    float: left;
}
#why-left {
    width: 50%;
    float: left;
    padding-right: 50px;
    line-height: 2em;
}
#why-left ul li:before {
    content: "";
    margin-right: 10px;
}
#why-left ul {
    margin-left: 30px;
    margin-top: 30px;
}
#why-right {
    width: 50%;
    text-align: right;
    float: right;
    margin-right: 30px;
}
#faq .material-symbols-outlined {
    color: #000000;
    margin-right: 20px;
}
#faq {
    margin-left: 10px;
    margin-top: 30px;
    list-style: none;
}
#faq a {
    text-decoration: none;
}
#faq li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -10px;    flex-direction: column;
}
#faq a:hover {
    text-decoration: underline;
}
.faq-each {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.faq-answer {
    font-size: 90%;
    margin-top: 7px;
    display: none;
    width: 100%;
    clear: both;
}
.faq-answer a {
    font-size: 90%;
}
#footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #c9c8c1;
    padding-top: 30px;
    margin-top: 40px;
    font-size: 80%;
}
#footer-right {
    width: 50%;
    float: left;
}
#footer-right {
    width: 50%;
    float: left;
    text-align: right;
}

#footer-right a {
    margin-left: 20px;
}
#section-faq {
    margin-top: 50px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
#faq-left {
    width: 50%;
    float: left;
}
#faq-right {
    width: 50%;
    float: right;
    text-align: right;
    margin-right: 30px;
}
#highlightarea-text {
    background: #e8e7dd;
    border: 1px solid #7e7e7e;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 280px;
    max-width: 430px;
    width: 100%;
    float: right;
}
#img-mosaic {
    max-width: 100%;
    filter: drop-shadow(3px 3px 0 white)            
    drop-shadow(-3px 3px 0 white)            
    drop-shadow(3px -3px 0 white)            
    drop-shadow(-3px -3px 0 white)
    drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.15))            
    drop-shadow(-1px 1px 0 rgba(0, 0, 0, 0.15))            
    drop-shadow(1px -1px 0 rgba(0, 0, 0, 0.15))            
    drop-shadow(-1px -1px 0 rgba(0, 0, 0, 0.15));
}
#mini-footer {
    float: left;
    clear: both;
    width: 100%;
}

#mobile-looks-cards {
    position: absolute;
    float: right;
    max-width: 512px;
    right: 0px;
    top: 0px;
}
#homepage .homepageh1 {
    padding: 0px;
    margin: 0px 0px 35px 0px;
    font-size: 230%;
    line-height: 120%;
    letter-spacing: -3px;
    color: #1b1b1b;
    font-weight: 300;
    margin-bottom: 30px
}
#hero-subtext {
    font-size: 130%;
    margin-bottom: 20px;
}
a.homepage-main-cta {
    color: white;
}
.homepage-main-cta {
    text-align: center;
    display: flex;
    justify-content: center;
}
.homepage-main-cta:hover {
    background: #001324;
    color: white;
}

@media only screen and (min-width: 1025px) and (max-width: 1340px) {
    #homepage #header {
        padding: 0px 20px;
    }
    #maincontain {
        padding: 40px;
        margin-top: 0px;
    }
    #hero-text {
        max-width: 500px;
        margin-left: 0px;
    }
    #header-left {
        padding-left: 20px !important;
    }
}
@media only screen and (max-width: 1024px) {
    #home-2looks {
        display: none;
    }
    #home-1look {
        display: block;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1180px) {
    #hero-text {
        max-width: 450px;
    }

}
#header-center #logo-in-tool {
    display: none;
}
#header-center #logo-text {
    display: none;
}
#header-center .logo-text-container {
    display: none;
}
@media only screen and (max-width: 1024px) {

    #header-center #logo-text {
        display: block;
    }
    #header-center .logo-text-container {
        display: flex;
    }
    #howitworks-stepscontain {
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
    }
    .howitworks-stepseach {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        height: 270px !important;
    }
    .howitworks-stepseach:nth-child(2n) {
        margin-right: 0px;
    }
    #hero-video-contain {
        position: absolute;
        float: right;
        max-width: 512px;
        right: 0px;
        top: -50px;
        z-index: -1;
    }
    .homepageh1 {
        padding: 0px; margin: 0px 0px 15px 0px; font-size: 180%; color: #1b1b1b; font-weight: 700;
    }
    .hero-subtext {
        font-size: 120%;
    }
    #header-left {
        display: none;
    }
    #header-left #logo-in-tool {
        display: none;
    }
    #header-center {
        text-align: left;
        margin-left: 20px;
    }
    #header-center #logo-in-tool {
        display: block;
        /* margin: 0 auto; */
    }
    #section-hero {
        text-align: left;
        position: relative;
    }
    #mobile-looks-cards {
        display: block;
        position: inherit;
        max-width: none;
        padding: 60px 0px;
    }
    #maincontain {
        padding: 20px 40px;
        margin-top: 0px;
    }
    #faq-right {
        width: 40%;
    }
    .howitworks-stepseach {
        height: 370px;
    }
    #hero-left {
        width: 100%;
        float: left;
        text-align: center;
        padding-right: 0px;
    }
    #hero-text {
        max-width: 50%;
        /* margin: 0 auto; */
    }
    #logo-stretch {
        background: url('../img/logos-stretch2.png') no-repeat center center;
        background-size: contain;
        min-height: 84px;
        width: 50%;
        
    background-position: left;
    }
    #hero-right {
        width: 100%;
        float: none;
        /* display: none; */
        margin: 30px auto;
    }
    #hero-buttoncontain {
        float: none;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #hero-storelogos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #hero-storelogos img {
        max-width: 90%;
    }
    #lookway-preview {
        width: 100%;
        max-width: none;
        display: flex;
        justify-content: center;
        margin-top: 50px;
        margin-left: -30px;
    }
    #why-left {
        width: 70%;
        float: none;
        clear: both;
        padding-right: 0px;
    }
    #why-right {
        width: 30%;
    }
}

@media only screen and (max-width: 868px) {
    
    #logo-stretch {
        width: 60%;
    }
    #hero-video-contain {
        zoom: 0.90;
    }
    #maincontain {
        padding: 30px;
        margin-top: 0px;
    }
    #homepage h3 {
        text-align: left;
    }

    
    #section-features1 {
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }

    #howitworks-stepscontain {
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
    }
    .howitworks-stepseach {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        height: 270px !important;
    }
    .howitworks-stepseach:nth-child(2n) {
        margin-right: 0px;
    }
    .stepseach-title {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    #lookway-preview {
        width: 80%;
        display: flex;
        justify-content: center;
        margin: 50px auto;
    }
    #section-why {
        flex-direction: column;
    }
    #faq {
        font-size: 80%;
    }
    #why-left {
        width: 100%;
        float: none;
        clear: both;
        padding-right: 0px;
    }
    #why-left ul {
        font-size: 80%;
    }
    #why-left ul li {
        margin-left: -10px;
        padding-left: 0px;
    }
    #why-right {
        width: 100%;
    }
    #why-left h3 {
        text-align: left;
    }
    #why-right {
        text-align: center;
    }
    #img-mosaic {
        margin-top: 30px;
    }
    #section-faq {
        flex-direction: column;
    }
    #faq-left {
        width: 100%;
        float: none;
        clear: both;
    }
    #section-faq h3 {
        text-align: left;
    }
    #faq-right {
        margin-top: 70px;
        width: 100%;
    }
    #highlightarea-text {
        max-width: none;
    }
    #footer-left {
        width: 25%;
    }
    #footer-right {
        width: 75%;
    }
}


@media only screen and (max-width: 720px) {
    #logo-stretch {
        width: 100%;
    }
    #hero-button-subtext {
        text-align: center;
        width: 100%;
    }
    #hero-video-contain {
        zoom: initial;
        position: relative;
        right: 20%;
        margin-top: 30px;
    }
    #section-hero {
        width: 100%;
        margin-right: 0px;
    }
    #hero-text {
        width: 100%;
        margin-right: 0px;
        max-width: none;
    }
    #maincontain {
        padding-top: 20px;
        margin-top: 0px;
    }
    #howitworks-stepscontain {
        margin: 0 auto;
    }
    .howitworks-stepseach {
        width: 100%;
        margin: 10px auto;
        height: 240px !important;
    }
}

@media only screen and (min-width: 450px) and (max-width: 600px) {
    #hero-video-contain {
        right: 10%;
    }
}

@media only screen and (max-width: 450px) {
    #header-center {
        margin-left: 0px;
    }
    #hero-vid-demo-img { 
        width: 75px;
        left: -65px;    
        top: 40px;
    }
    #hero-vid-demo-arrow {
        width: 40px;
    }
    #hero-video-contain {
        zoom: initial;
        position: relative;
        right: 8%;  
        margin-top: 60px;
    }
    #maincontain {
        padding: 20px;
        margin-top: 0px;
    }
    #howitworks-stepscontain {
        margin: 0 auto;
    }
    .howitworks-stepseach {
        width: 100%;
        margin: 10px auto;
    }
    #lookway-preview {
        width: 80%;
        display: flex;
        justify-content: center;
        margin-top: 50px;
        margin: 50px auto;
    }
}