@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
*, html, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    width: 100%;
    height: 100%;
}

html{
    scroll-behavior: smooth
}

body
{
    background:#3e2723;
    color: #fafafa;
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-style: italic;
}


.container
{
    display: flex;
    flex-direction: column;
    padding: 1em;
    border-bottom: 2px solid #d2691e55;
    padding-bottom: 2em;
    padding-top: 2em;
    scroll-margin-top: 10vh;

}

.product
{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1em;
    margin-top: 1em;
    width: 100%;
    background-color: #553933;
    border: 1px solid rgb(87, 83, 83);
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 1em;
}

.productImg
{
    display: flex;
    flex: 1 0 auto;
    height: auto;
    overflow: hidden;
    flex-basis: 33.3333%;
    justify-content: center;
    border-radius: 1em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.productImg:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.productDescription
{
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
    flex-grow: .5;
    padding: .5em;
    overflow: hidden;
}

.productDescription > div
{
    flex-grow: 1;
}

.productTitle
{
    font-size: 1.5em;
    font-weight: bold;
}

.productImgBig
{
    max-height: 33.333%;
    height: 33.333%;
    width: auto;
    max-width: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 4em;
}
.productBig
{
    flex-flow: column wrap;
    height: 100vh;
    background-color:#3e2723;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    margin-top: 0 !important;
}

.containerCategory{
    text-align: center;
    font-size: x-large;
    font-weight: 600;
    padding: 1em;
    padding-top: 1.5em;
}

.overflowHidden{
    overflow: hidden;
}

.containerImage{
    height: 30vw;
    background: white;
    border-radius: 1em;
}

.price{
    color: chocolate;
}

.productDescriptionBig
{
    border-top: 2px solid #d2691e55;
    height: 50%;
    margin-top: 1em;
    padding-top: 1em;
}

.likeButton{
    position: absolute;
    border: 1px solid rgb(87, 83, 83);
    border-radius: .5em;
    padding: .5em;
    right: 0;
    bottom: 0;
    transform: translate(-20%, -30%);
}

.likeButton:hover
{
    cursor: pointer;
}

.liked{
    border: 1px solid red;
}

.footer{
    padding: 1em;
    margin-top: 1em;
    padding-bottom: 2em;
}
.socials{
    min-width: 15%;
    text-align: end;
}
.socials > svg{
    max-width: 80%;
    cursor: pointer;
}
.headInfo
{
    margin: 1em;
    margin-top: 10vh;
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-around;
}
.headInfo > div{
    display: flex;
}

.backBtn{
    position: absolute;
    top: 0;
    left: 0;
    width: 3em;
    margin: 1.5em;
}
.likeBig{
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.5em;
}
.likeBig > .likeButton{
    position: initial;
    transform: none;
}

.description{
    min-width: 0;
    overflow: hidden;
}

.description > p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.fixedMenu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color:#3e2723;
    z-index: 10;
    overflow-x: auto;
}
.gitBtn{
    border-radius: .5em;
    height: 70%;
    margin: .5em;
    padding: .5em;
    color: white;
    background-color: #553933;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    font-weight: bolder;
    font-size: 1.2em;
}
.gitBtn > p{
    text-decoration: none;
    font-style: normal;
}
.gitBtn:hover{
    cursor: pointer;
}
.categoryLink{
    text-decoration: none;
    flex:none;
    flex-basis: 45%;
}
.entryContainer{
    display: flex;
    flex-direction: column;
    padding: 1em;
    border-bottom: 2px solid #d2691e55;
    padding-bottom: 2em;
    padding-top: 2em;
    width: 100%;
    height: 100%;
    justify-content: center;
    gap: 1em;
}
.entryLogo{
    text-align: center;
}
.enterBtn{
    border: 1px solid #d2691e55;
    border-radius: .5em;
    height: 3em;
    margin: .5em;
    padding: .5em;
    background-color: chocolate;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    text-decoration: none;
    font-size: 1.5em;
    color: white;
    flex-basis:unset;
}

.enterBtn:hover{
    cursor: pointer;
}
.disabled{
    cursor: not-allowed !important;
    background-color: #777;
}
.overlaySoon{
  display: flex;
  background-color: #00000066;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .5em;
  align-items: center;
  justify-content: center;
}

.overlaySoon > p{
    font-weight: 800;
    color: #ffffffee;
}

.entryFooter{
    position: fixed;
    bottom: 0;
    width: 100%;
}

.socialsEntry{
    text-align: center;
}

.socialsEntry > svg{
    width: 7%;
}

.catImage{
    height: 100%;
}