

body {
    background-color: #f5f5f5;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
  }

  model-viewer {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
  }

  .arButton{
    background-color: white; border-radius: 4px; border: none; position: absolute; top: 16px; right: 16px; padding: 10px; font-size: 16px;
  }

header{
    padding: 24px;
    width: 100%;
    background-color: #F5f5f5;
}

h2{
    font-size: 16px !important;
    /* font-weight: bold !important; */
    padding: 0 20px;
}

h3{
    font-size: 16px !important;
    min-height: 80px;
}

.price
{
    font-size: 24px;
    font-weight: bold !important;
}

.videoButton
{
    background-color: black;
    border-radius: 8px;
    color: white;
    width: 100%;
    padding: 8px;
    text-align: center;
}

.primaryButton
{
    background-color: #00AF27;
    border-radius: 8px;
    color: white;
    width: 100%;
    padding: 8px;
    text-align: center;
}

a{
    transition: 0.3s;
}

a:hover
{
    opacity: 0.6;
}

.grid > div
{
    border-radius: 4px;
    border: 1px solid #F5f5f5;
    padding: 8px;
}

.rate{
    font-size: 12px;
    color: #999;
}

.rate img{
    width: 20px;
}

footer
{
    text-align: center;
    padding-bottom: 24px;
}

.exp, iframe
{
    height: 100vh;
}

.backButton
{
    background-color: white;
    border-radius: 8px;
    position: absolute;
    margin: 16px 16px;
    z-index: 2;
}

.overlay
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
}

.instructionModal
{
    position: fixed;
    bottom: 0;
    padding: 24px;
    box-shadow: #999 -2px 0 0;
    z-index: 3;
    width: 100%;
    background-color: white;
    border-radius: 20px 20px 0 0 ;
    height: fit-content;
}
  
@media (min-width:1000px)
{
    .section{
        width: 800px;
        margin: 0 auto;
    }

    .instructionModal{
        width: 800px;
        left: 50%;
        transform: translate(-50%,0);
    }
}

