/** Shopify CDN: Minification failed

Line 65:13 Expected ":"

**/

#f{
    font-size: calc( 100vw / 400);
    padding-top: 40em;
    border-top: 1px solid black;
    padding-inline: 32em;
    padding-bottom: 24em;
    @media (width > 770px){
        font-size: calc( 100vw / 1440);
        padding-inline: 16px;
    }

}
#f figure{
    width: 160em;
    margin-inline:auto;
    & img{
        width:100%;
        height: 100%;
        object-fit:cover;
    }
    @media (width > 770px){
            width: 300em;
    }
}

#f > div{
    margin-top: 40em;
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap:16em;
    @media (width > 770px){
        flex-direction: row;
        gap: unset;
    }
}
#f > div > a{
    font-size: 14em;
    color: black;
    &:first-child{
        flex-basis: 100%;
    }
    &:last-of-type{
        flex-shrink: 0;
    }
}


.f_s{
    display:flex;
    gap: 8em;
    flex-basis: 100%;
    justify-content:flex-end;
}
.f_s svg{
    width: 30em;
    @media (width > 770px){
        width 24em;
    }
}