﻿html
{
    scroll-behavior: smooth;
}
body
{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
footer
{
    margin-top: auto;
}
.loader
{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.scale-150
{
    transform: scale(1.5);
}
summary
{
    list-style: none;
}
summary::-webkit-details-marker
{
    display: none;
}
.as-markets
{
    --as-markets-accent: 0,73,134;
    position: relative;
    text-transform: none;
}
.as-markets[open]:before
{
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    height: 100vh;
    content: "";
    background-color: #0000004d;
}
.as-markets summary
{
    margin: -4px;
    display: block;
    cursor: pointer;
    border-radius: 2px;
    border-width: 2px;
    border-color: transparent;
    background-color: transparent;
    padding: 4px;
}
@media(min-width: 768px)
{
    .as-markets summary
    {
        margin: -6px;
        padding: 6px;
    }
}
.as-markets summary
{
    position: relative;
    z-index: 10;
}
.as-markets summary:focus
{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.as-markets[open] summary
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-color: rgba(var(--as-markets-accent),1);
    background-color: #fff;
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.as-markets summary .as-market-name
{
    display: none;
}
.as-markets ul
{
    position: absolute;
    z-index: 10;
    border-width: 2px;
    border-color: rgba(var(--as-markets-accent),1);
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
    border-radius: 2px 0 2px 2px/2px 0 2px 2px;
}
.as-markets ul:after
{
    position: absolute;
    content: "";
    background-color: #fff;
}
.as-markets ul li:first-child a
{
    border-top-left-radius: 2px;
}
.as-markets ul li:last-child a
{
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.as-markets ul:after
{
    top: -2px;
    right: 0;
    height: 2px;
    width: 24px;
}
a.as-market, button.as-market
{
    display: -webkit-box;
    display: flex;
    width: 100%;
    cursor: pointer;
    color: #0c1636;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
a.as-market>:not([hidden])~:not([hidden]), button.as-market>:not([hidden])~:not([hidden])
{
    margin-right: 0;
    margin-left: 8px;
}
a.as-market, button.as-market
{
    padding: 8px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
}
@media(min-width: 768px)
{
    a.as-market, button.as-market
    {
        font-size: 14px;
        line-height: 24px;
    }
}
a.as-market:hover, button.as-market:hover
{
    background-color: rgba(var(--as-markets-accent),.1);
    text-decoration: none;
}
a.as-market:focus, button.as-market:focus
{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
a.as-market-selected, button.as-market-selected
{
    background-color: rgba(var(--as-markets-accent),1);
    color: #fff;
}
a.as-market-selected:hover, button.as-market-selected:hover
{
    background-color: rgba(var(--as-markets-accent),1);
}
.as-market-icon
{
    display: block;
    height: 16px;
    width: 16px;
    flex-shrink: 0;
    border-radius: 9999px;
    box-shadow: 0 1px 2px #0000000d;
}
@media(min-width: 768px)
{
    .as-market-icon
    {
        height: 20px;
        width: 20px;
    }
}
.as-market-name
{
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.as-market-name>:not([hidden])~:not([hidden])
{
    margin-right: 0;
    margin-left: 8px;
}
.as-market-name
{
    font-weight: 500;
    letter-spacing: .05em;
}
.as-market-currency
{
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    opacity: .5;
}
.as-markets ul
{
    top: 24px;
    right: -4px;
    width: 216px;
}
@media(min-width: 768px)
{
    .as-markets ul
    {
        width: 240px;
    }
}
@media(min-width: 768px)
{
    .as-markets ul
    {
        top: 34px;
        right: -6px;
    }
    .as-markets ul:after
    {
        width: 32px;
    }
}
@media(min-width: 769px)
{
    .header-options
    {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
.as-input-field
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0/8%);
    box-shadow: inset 0 1px 1px #00000014;
}
.as-text-area
{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0/8%);
    box-shadow: inset 0 1px 1px #00000014;
}
.as-submit-btn
{
    background-color: #8ec54a;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 2px 3px #0003;
    border: none;
    text-align: center;
    border-radius: 4px;
    padding: 6px 12px;
}
@media screen and (min-width: 1024px)
{
    .as-input-field, .as-text-area
    {
        width: 50%;
    }
}
.shopify-policy__container
{
    max-width: 100%!important;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
@media(min-width: 769px)
{
    .shopify-policy__container
    {
        max-width: 750px!important;
        padding-left: 8.3333%!important;
        padding-right: 8.3333%!important;
    }
}
@media(min-width: 992px)
{
    .shopify-policy__container
    {
        max-width: 970px!important;
    }
}
@media(min-width: 1200px)
{
    .shopify-policy__container
    {
        max-width: 1170px!important;
    }
}
.shopify-policy__title
{
    display: none;
}
a, h1, h2, h3, section
{
    scroll-margin-top: 75px;
}
.btn-lg
{
    padding: 16px 24px;
    font-size: 20px;
}
.btn-lg:after
{
    vertical-align: middle;
}
.btn-primary:after, .btn-secondary:after, .comment-form input[type=submit]:after, .order-nav .btn-order a:after
{
    display: inline-block;
    content: "";
    width: 1em;
    height: 2.5ex;
    background: #f00;
    margin-top: -.325ex;
    margin-left: 4px;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat 50% 50%/auto 100%;
}