/* Design Inspired by Shotime- Giga Tamarashvili
https://dribbble.com/shots/5329424-Shotime */

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Open+Sans&display=swap');*/

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/

/*::-webkit-scrollbar {
    width: .625rem;
}

::-webkit-scrollbar-thumb {
    background: #efefef;
}

::-webkit-scrollbar-track {
    background: rgba(241, 241, 241, 100);
}*/


/*
body {
    font-family: 'Open Sans', sans-serif;
    font-size: .85rem;
    background-color: #f6f6f6;
    height: 100vh;
}*/

/*.container {
    position: relative;
    width: 90vw;
    margin: 0 auto;
}*/

/*h1, 
h2, 
h3,
button,
label,
figcaption,
.special {
    font-family: 'Montserrat', sans-serif;

}

h1, h2, h3 {
    font-weight: 800;
}*/

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0 0 0;
    width: 100%;
}


.tagline {
    font-size: .75rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .95);
}

main {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 3rem;
    padding-right:40px;
    padding-left:40px;
}

.aside-container {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: stretch;
/*    height: 100vh;*/
    width: 5rem;
    padding-right: 3rem;
}

.page-heading {
    text-align: center;
    writing-mode: vertical-rl;
/*    transform: rotate(-180deg);*/
    width: 5rem;
}

.page-heading > h2 {
    font-size: 3.25rem;
    line-height: 3rem;
}

.page-heading > h3 {
    text-transform: lowercase;
    font-weight: 600;
    color: rgba(0, 0, 0, .4);
    font-size: 1.75rem;
}


.item-nav {
    width: 30rem;
    text-align: center;
    padding: 3rem 0 0 0;
}

.category-description {
    padding: 1rem 1rem 0 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .4);
}

.category-cta {
    padding-top: 1rem;
}

.products {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.item-card,
.image-wrapper, 
.content-wrapper {
    width: 28rem;
}

.item-card {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    border-radius: 2rem;
    margin: 3rem;
    transition: all 0.3s ease-in-out;
    box-shadow: /* https://css-tricks.com/almanac/properties/b/box-shadow/ */
    0 0.175rem 0.1375rem rgba(0, 0, 0, 0.035),
    0 0.425rem 0.375rem rgba(0, 0, 0, 0.045),
    0 0.75rem 0.625rem rgba(0, 0, 0, 0.050),
    0 1.400rem 1.19rem rgba(0, 0, 0, 0.065),
    0 2.613rem 2.088rem rgba(0, 0, 0, 0.085),
    0 6.25rem 5rem rgba(0, 0, 0, 0.15)
}

.image-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
/*    padding: 0 3rem 1rem 0;*/
    width: 100%;
    height: 25rem;
}

.item-intro {
    position: absolute;
    width: 100%;
    height: 20rem;
    padding: 4.5rem 2.5rem 0 2.5rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.content-wrapper {
    padding: 1rem;
}

/*#item-img-1 {
    background-image: url("https://assets.codepen.io/t-1/maksim-larin-jZyacqaR4iI-unsplash.jpg");
}

#item-img-2 {
    background-image: url("https://assets.codepen.io/t-1/daniel-storek-JM-qKEd1GMI-unsplash.jpg");
    background-position: center right;
}

#item-img-3 {
    background-image: url("https://assets.codepen.io/t-1/felipepelaquim-6zO5VKogoZE-unsplash.jpg");
}*/

.item-more-info {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 1rem;
    font-weight: 400;
    color:#efefef;
    letter-spacing: .025rem;
}

.productname {
/*    color: #fff;*/
    font-size: 2.6rem;
/*    text-shadow: .125rem .125rem #000;*/
}

.price {
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    border-radius: 15rem;
    padding: 1rem;
    width: 5.75rem;
    background-color: #000;
}

.special {
    padding-bottom: 1rem;
    color: #000;
    border-radius: 2rem;
    font-weight: 900;
    font-size: 1rem;
}

.price-special{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}

button {
/*    text-decoration: none;
    text-align:center;
    font-weight: 900;
    font-size: 1.1rem;
    width: 11rem;
    padding: 1em;*/
    border-radius: 2em;
/*    border: 2px solid #cdcdcd;
    color:rgba(0, 0, 0, .95);
    background-color: #ededed;
    transition: all 0.2s;*/
    margin-top: 2rem;
}


button:hover {
    box-shadow: 0 0.5em 0.5em -0.4em #ccc;
    transform: translateY(-0.25em);
}

label {
    font-weight: 600;
    padding: .25rem;
}

.select-attr {
    padding: 2rem 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
}

.item-basic-info {
    position: aboslute;
    top: 0;
    left: 0;
}

.item-basic-info > h1 {
    color: #fff;
    font-size: 5rem;
}

.item-basic-info > h2 {
    color: #fff;
    font-size: 1.75rem;
}

select {
    user-select: none;
    background-color: #fff;
    border-radius: 1em;
    width: 4rem;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

figcaption {
    display: inline-block;
    font-size: .5rem;
    color: rgba(0,0,0, 100);
    text-transform: uppercase;
}

#item-img-3 > figure > figcaption {
    color: #fff;
}

.description {
    line-height: 1.5rem;
    text-align: justify;
    color: rgba(0, 0, 0, .95);
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

@media (max-width: 700px) {

    body {
        width: 100vw;
    }

    #logo {
        top: .25rem;
        height: 10rem;
        width: 10rem;
    }

    nav {
        flex-flow: row wrap;
    }

    main {
        flex-flow: row wrap;
    }

    .aside-container {
        height: auto;
        width: 100%;
        justify-content: center;
        padding-right: 0;
    }

    .page-heading {
        text-align: center;
        writing-mode:horizontal-tb;
        transform: none;
        width: 100%;
        padding-top: 3rem;
    }

    .page-heading > h2 {
        font-size: 6.5vw;
        line-height: 6vw;
    }
    
    .page-heading > h3 {
        font-size: 5vw;
    }

    .category-description {
        font-size: .9rem;
    }

    .category-cta {
        padding-bottom: 1rem;
    }

    .content {
        max-width: 80vw;
    }

    .content-wrapper {
        width: 80vw;
    }

    .item-nav {
        padding: 0;
        width: 80vw;
    }

    .products {
        width: 100%;
    }

    .item-card {
        margin: 1rem 0;
    }

    .item-intro {
        height: 20rem;
        flex-flow: column wrap;
        align-items: center;
        justify-content: space-between;
    }

    .image-wrapper {
        height: 18rem;
    }

    figcaption {
        width: 20rem;
        height: 15rem;
        display: flex;
        justify-content: center;
    }

    .select-attr {
        flex-flow: column wrap;
    }

    select {
        width: 80%;
    }
}
button {
    text-decoration: none;
    text-align:center;
    font-weight: 900;
    font-size: 1.1rem;
    width: 11rem;
    padding: 1em;
    border-radius: 2em;
    border: 2px solid #cdcdcd;
    color:rgba(0, 0, 0, .95);
    background-color: #ededed;
    transition: all 0.2s;
    margin-top: 2rem;
}


.item-more-info #mnews a.more {
    margin: 0px auto 80px;
}

.item-more-info a.more {
    color: #1636bb;
    border-color: #ececec;
}
.item-more-info a.more {
    border: #dfdfdf 1px solid;
    background: rgba(255, 255, 255, .0);
    width: 200px;
    height: 60px;
    display: block;
    margin: 50px auto;
    line-height: 58px;
    font-size: 20px;
    color: #1636bb;
    text-align: center;
    border-radius: 30px;
    transition: all ease-out .3s;
}