/** Shopify CDN: Minification failed

Line 203:1 Expected "}" to go with "{"

**/
.tokkry-header{
    width:100%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px 40px;
    box-sizing:border-box;
    border-bottom:1px solid #eee;
}

.tokkry-logo img{
    max-height:60px;
}

.tokkry-search{
    flex:1;
    margin:0 40px;
}

.tokkry-search form{
    display:flex;
}

.tokkry-search input{
    width:100%;
    height:52px;
    border:2px solid #ff7a00;
    border-right:none;
    border-radius:8px 0 0 8px;
    padding:0 18px;
    font-size:16px;
}

.tokkry-search button{
    width:60px;
    background:#ff7a00;
    color:#fff;
    border:none;
    border-radius:0 8px 8px 0;
    cursor:pointer;
    font-size:22px;
}

.tokkry-icons{
    display:flex;
    gap:25px;
    align-items:center;
}

.tokkry-icons a{
    text-decoration:none;
    color:#222;
    font-size:26px;
}
/* =========================
   MOBILE HEADER
========================= */

@media screen and (max-width:768px){

.tokkry-header{
    padding:12px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
}

.tokkry-logo{
    width:100%;
    text-align:center;
}

.tokkry-logo img{
    max-width:170px;
    height:auto;
}

.tokkry-search{
    order:3;
    width:100%;
    margin:0;
}

.tokkry-search input{
    height:46px;
    font-size:15px;
}

.tokkry-search button{
    width:50px;
}

.tokkry-icons{
    margin-left:auto;
    gap:12px;
}

.tokkry-icons a{
    font-size:22px;
}
/* =========================
   MOBILE HEADER
========================= */

@media screen and (max-width:768px){

.tokkry-header{
    padding:12px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
}

.tokkry-logo{
    width:100%;
    text-align:center;
}

.tokkry-logo img{
    max-width:170px;
    height:auto;
}

.tokkry-search{
    order:3;
    width:100%;
    margin:0;
}

.tokkry-search input{
    height:46px;
    font-size:15px;
}

.tokkry-search button{
    width:50px;
}

.tokkry-icons{
    margin-left:auto;
    gap:12px;
}

.tokkry-icons a{
    font-size:22px;
}
/* =========================
   MOBILE HEADER
========================= */

@media screen and (max-width:768px){

.tokkry-header{
    padding:12px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
}

.tokkry-logo{
    width:100%;
    text-align:center;
}

.tokkry-logo img{
    max-width:170px;
    height:auto;
}

.tokkry-search{
    order:3;
    width:100%;
    margin:0;
}

.tokkry-search input{
    height:46px;
    font-size:15px;
}

.tokkry-search button{
    width:50px;
}

.tokkry-icons{
    margin-left:auto;
    gap:12px;
}

.tokkry-icons a{
    font-size:22px;
}

}