/* DEVICES */
    #product-section {
        min-height: 100vh;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: stretch;
        flex-wrap: nowrap;
        background-color: white;
        border-top: 1px solid var(--color-border);
    }
    
    #product-section .info {
        flex: 1 1 auto;
        width: auto;
        height: 100%;
        padding: var(--size-header-height);
        /* padding-bottom: 0; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: nowrap;
        position: relative;
    }
    #product-section .device {
        flex: 0 0 auto;
        width: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding: 0;
        padding-top: var(--size-header-height);
    }
    #phone-body {
        height: calc(100vh - var(--size-header-height));
        width: calc(80vh - var(--size-header-height));
        background-image: url('/images/app/000_0.png?5');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        /* border: 1px dashed #eeeeee; */
    }
    #phone-screen {
        background-image: url('/images/app/001_0.png?5');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        /* border: 1px dashed #eeeeee; */
    }
    #ui {
        position: absolute;
        top: 0.2%;
        left: 0;
        bottom: -0.2%;
        right: 0;
        background-image: url('/images/app/001_1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        transform-origin: 50% 87%;
        opacity: 0;
    }

/* STORES */
    .stores {
        position: absolute;
        top: calc(var(--size-header-height) * 2);
        left: var(--size-header-height);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
    }
    .stores > div {
        width: 150px;
        height: 50px;
        margin-right: 2em;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .stores > div.google {
        background-image: url('/images/store_google_play.png?2');
    }
    .stores > div.apple {
        background-image: url('/images/store_app_store.png?2');
    }
    .stores a {
        display: block;
        width: 100%;
        height: 100%;
    }

/* FEATURES */
    .features {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: nowrap;
        font-size: 3.3vw;
        letter-spacing: 0;
        z-index: 10;
        line-height: 1.3;
        width: 100%;
    }
    .features .line {
        width: 100%;
        position: relative;
        text-align: left;
    }
    .features .subtitle {
        font-weight: 300;
        font-size: 0.65em;
    }
    .features span {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        transition: all 0.25s ease-in-out 0s
    }
    .features p {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 0.3em;
        padding-top: 0.5em;
        transition: all 0.25s ease-in-out 0s
    }
    .features .feature.hidden{
        display: none;
        overflow: hidden;
        height: 0;
        opacity: 0;
    }

/* MOBILE LAYOUT */
    @media (max-width: 767px) and (hover: none) and (pointer: coarse),
    (max-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 0) {
        #product-section {
            width: 100vw;
            max-width: 100vw;
            height: 100vh;
            overflow: hidden;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            padding: 0;
            
        }
        
        
        #product-section .info {
            flex: 0 0 40%;
            width: 100%;
            height: auto;
            padding: 2rem;
            justify-content: flex-start;
            padding-top: calc(var(--size-header-height) + 2rem);
        }
        #product-section .info .stores {
            position: static;
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            flex-wrap: nowrap;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 2rem;
        }
        #product-section .info .stores > div {
            width: 150px;
            height: 50px;
            margin-right: 1em;
            margin-left: 1em;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center center;
        }
        #product-section .info .texts {
            flex: 1 1 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        #product-section .info .texts .features {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-size: 7vw;
        }
        #product-section .info .texts .features span,
        #product-section .info .texts .features p {
            text-align: center !important;
            justify-content: center;
        }
        #product-section .info .texts .features p {
            font-size: 1.4rem;
        }
        #product-section .info .texts .features > * {
            text-align: center;
        }

        #product-section .device {
            flex: 0 0 60% !important;
            width: 100%;
            height: auto;
            padding: 0;
            position: relative;
        }
        
        #phone-body {
            height: 100vw;
            width: 100vw;
            z-index: 1;
            position: relative;
        }
        #phone-body::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 15%;
            background: linear-gradient(to top, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
            z-index: 999;
        }

        #product-section .scroll-down {
            position: fixed;
            flex-direction: row-reverse;
            bottom: 2em;
            right: 0;
            left: 0;
            margin: 0;
            padding: 0;
            justify-content: center;
        }
        #product-section .scroll-down .icon-scroll{
            border: none;
            box-shadow: none;
        }
        #product-section .scroll-down .icon-scroll::before{
            content: '\f25a';
            font-family: 'Font Awesome 5 Pro';
            font-weight: 300;
            position: absolute;
            z-index: 9;
            left: 0%;
            width: 30px;
            height: 30px;
            font-size: 2em;
            background: transparent;
            margin-left: 0;
            top: 0;
            border-radius: 0;
            animation-duration: 1.75s;
            animation-iteration-count: infinite;
            animation-name: scrollMobile;
        }
    }













