/** Shopify CDN: Minification failed

Line 33:39 Unexpected "3"

**/
	.navi2{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 440px;
		width: 100%;
		margin: 5px auto 0;
		padding: 0;
	}
	.navi2 a:nth-child(odd){
		border-right: 1px solid #151515;
		text-align: right;
	}
	.navi2 a:nth-child(even){
		border-right: none;
		text-align: left;
	}
	.navi2 a{		
		list-style: none;
		margin-bottom: 10px;
        font-size: calc(100% - 2px);
        display: inline-block;
        width: 50%;
        text-align: center;
        padding: 5px 40px;
        white-space: nowrap;
	}
	@media screen and (max-width: 550px) {3
        .navi2 a{
            font-size: 3.66vw;
        }
	}