/*! CSS Used from: https://www.2uul.com/cdn/shop/t/6/assets/theme.scss.css?v=109835071263547281901674768362 ; media=all */
@media all {
    body {
        margin: 0;
    }

    footer,
    header,
    main,
    nav {
        display: block;
    }

    [hidden] {
        display: none;
    }

    a {
        background-color: transparent;
    }

    a:active,
    a:hover {
        outline: 0;
    }

    strong {
        font-weight: bold;
    }

    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }

    small {
        font-size: 80%;
    }

    img {
        border: 0;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    hr {
        box-sizing: content-box;
        height: 0;
    }

    button,
    input {
        color: inherit;
        font: inherit;
        margin: 0;
    }

    button {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    button {
        -webkit-appearance: button;
        cursor: pointer;
    }

    input {
        line-height: normal;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

    ul {
        list-style-type: none;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    body,
    input,
    button {
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
    }

    form {
        margin: 0;
    }

    @media only screen and (max-width: 989px) {
        input {
            font-size: 16px;
        }
    }

    button {
        cursor: pointer;
    }

    [tabindex='-1']:focus {
        outline: none;
    }

    .visually-hidden,
    .icon__fallback-text {
        position: absolute !important;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

    .skip-link:focus {
        clip: auto;
        width: auto;
        height: auto;
        margin: 0;
        color: #333333;
        background-color: white;
        padding: 15px;
        z-index: 10000;
        transition: none;
    }

    .icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        fill: currentColor;
    }

    svg.icon:not(.icon--full-color) path {
        fill: inherit;
        stroke: inherit;
    }

    ul {
        list-style-type: none;
    }

    .list--inline {
        padding: 0;
        margin-bottom: -5px;
    }

    img {
        
    }

    svg:not(:root) {
        overflow: hidden;
    }

    .grid {
        *zoom: 1;
        list-style: none;
        margin: 0;
        padding: 0;
        margin-left: -30px;
    }

    .grid::after {
        content: '';
        display: table;
        clear: both;
    }

    .grid__item {
        float: left;
        padding-left: 30px;
        width: 100%;
    }

    .text-right {
        text-align: right !important;
    }

    .text-center {
        text-align: center !important;
    }

    @media only screen and (max-width: 749px) {
        .small--one-half {
            width: 50%;
        }

        .grid--uniform .small--one-half:nth-child(2n+1) {
            clear: both;
        }

        .small--hide {
            display: none !important;
        }

        .small--text-center {
            text-align: center !important;
        }
    }

    @media only screen and (min-width: 750px) {
        .medium-up--one-half {
            width: 50%;
        }

        .medium-up--one-third {
            width: 33.33333%;
        }

        .medium-up--one-fifth {
            width: 20%;
        }

        .medium-up--four-fifths {
            width: 80%;
        }

        .grid--uniform .medium-up--one-third:nth-child(3n+1) {
            clear: both;
        }

        .medium-up--hide {
            display: none !important;
        }
    }

    .medium-up--grid--table {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin-left: 0;
    }

    .medium-up--grid--table>.grid__item {
        float: none;
        display: table-cell;
        vertical-align: middle;
        padding-left: 0;
    }

    @media only screen and (max-width: 749px) {
        .medium-up--grid--table {
            display: block;
        }

        .medium-up--grid--table>.grid__item {
            display: block;
        }
    }

    .grid--uniform>.grid__item {
        margin-bottom: 30px;
    }

    body {
        background-color: white;
    }

    .site-wrapper {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 15px;
    }

    @media only screen and (min-width: 750px) {
        .site-wrapper {
            padding: 0 30px;
        }
    }

    .main-content {
        overflow: hidden;
    }

    hr {
        clear: both;
        border-top: solid #e8e8e8;
        border-width: 1px 0 0;
        margin: 30px 0;
        height: 0;
    }

    hr.hr--clear {
        border: 0;
        height: 1px;
        margin-bottom: 30px -1px;
    }

    hr.hr--small {
        margin: 15px 0;
    }

    hr.hr--small.hr--clear {
        margin-bottom: 15px -1px;
    }

    hr.hr--border {
        margin: 0;
    }

    hr.hr--border-bottom {
        margin-bottom: 0;
    }

    @media only screen and (max-width: 749px) {
        .site-footer .grid__item {
            padding-top: 10px;
        }
    }

    .sub-footer {
        padding-bottom: 30px;
    }

    .sub-footer,
    .site-footer {
        color: #333333;
    }

    .sub-footer a,
    .site-footer a {
        color: #333333;
    }

    body,
    input,
    button {
        font-size: 14px;
        font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
        font-style: normal;
        font-weight: 400;
        color: #333333;
        line-height: 1.6;
    }

    @media only screen and (max-width: 989px) {
        input {
            font-size: 16px;
        }
    }

    h1,
    h2 {
        font-family: Burlingame, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-rendering: optimizeLegibility;
        margin: 0 0 1.07143em;
        line-height: 1.4;
        color: #333333;
    }

    h1 {
        font-size: 1.42857em;
    }

    h2 {
        font-size: 1.21429em;
    }

    p {
        margin: 0 0 15px;
    }

    a {
        color: #333333;
        text-decoration: none;
    }

    a:hover,
    a:focus {
        opacity: 0.7;
    }

    .page-border {
        display: block;
        position: relative;
        height: 5px;
        background-color: #333333;
    }

    @media only screen and (min-width: 750px) {
        .top-bar {
            padding-top: 7.5px;
            padding-bottom: 7.5px;
            font-size: 12.6px;
            line-height: 35.04px;
        }

        .top-bar input {
            font-size: 11.9px;
        }
    }

    @media only screen and (max-width: 749px) {
        .top-bar {
            margin-top: 10px;
        }

        .top-bar .icon {
            width: 25px;
            height: 25px;
        }
    }

    .top-bar .search-bar {
        white-space: nowrap;
    }

    .top-bar .search-bar__input {
        background: transparent;
        border: 0;
        width: calc(100% - 22px);
    }

    .top-bar .search-bar__input::placeholder {
        color: #333333;
        opacity: 1;
    }

    .top-bar .search-bar__input:focus::placeholder {
        color: white;
        opacity: 0;
    }

    .top-bar .search-bar__submit {
        background: transparent;
        border: 0;
    }

    @media only screen and (min-width: 750px) {
        .icon-cart {
            margin-right: 5px;
            position: relative;
            top: -1px;
        }
    }

    @media only screen and (min-width: 750px) {
        .site-header {
            height: 140px;
        }
    }

    #HeaderLogoWrapper {
        position: relative;
        margin: 30px 0;
    }

    @media only screen and (max-width: 749px) {
        #HeaderLogoWrapper {
            margin: 30px auto;
        }
    }

    #HeaderLogo {
        position: absolute;
        top: 0;
        left: 0;
        /* width: 100%; */
        width: 30vw;
    }

    .top-bar,
    .site-header {
        color: #333333;
    }

    .top-bar a,
    .site-header a {
        color: #333333;
    }

    input {
        border-radius: 0;
        max-width: 100%;
        background-color: #f4f4f4;
        border: 0;
        padding: 8px;
    }

    input::placeholder {
        color: #333333;
        opacity: 0.6;
    }

    @media only screen and (min-width: 750px) {
        .site-nav__item {
            border-bottom: 1px solid #e8e8e8;
        }

        .site-nav__item:first-child {
            border-top: 1px solid #e8e8e8;
        }
    }

    .site-nav__link {
        display: block;
        width: 100%;
        padding: 9px 0;
        font-size: 18px;
        color: #333333;
    }

    @media only screen and (min-width: 750px) {
        .site-nav__link {
            padding: 12px 0;
        }
    }

    .site-nav ul {
        padding-left: 0;
        margin-left: 0;
        margin-top: 0;
    }

    @media only screen and (max-width: 749px) {
        .small--text-center .site-nav__link {
            margin: 0 auto;
        }

        .site-nav {
            display: none;
            margin-bottom: 30px;
        }
    }

    .social-links {
        margin-bottom: 30px;
    }

    .mobile-menu-icon {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        width: 33.3px;
        height: 25px;
        display: block;
        position: relative;
        margin: 20px auto;
        color: #333333;
        background: none;
        border: 0;
        outline: none;
    }

    .mobile-menu-icon .line {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -ms-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #333333;
        border-radius: 5px;
        opacity: 1;
        left: 0;
    }

    .mobile-menu-icon .line:nth-child(1) {
        top: 0;
    }

    .mobile-menu-icon .line:nth-child(2),
    .mobile-menu-icon .line:nth-child(3) {
        top: 10px;
    }

    .mobile-menu-icon .line:nth-child(4) {
        top: 20px;
    }

    .product {
        position: relative;
    }

    .product__image-wrapper {
        display: block;
        margin-bottom: 10px;
        position: relative;
    }

    .product__image-wrapper img {
        display: block;
        margin: 0 auto;
    }

    .product__image {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
    }

    .product__title {
        font-family: Burlingame, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-rendering: optimizeLegibility;
    }

    .product__title--card {
        font-size: 15.4px;
    }

    .product__title a {
        color: #333333;
    }

    .slide-up-animation {
        -webkit-animation-name: slide-up-animation;
        -moz-animation-name: slide-up-animation;
        -o-animation-name: slide-up-animation;
    }

    .animated {
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        -webkit-animation-duration: 0.5s;
        -moz-animation-duration: 0.5s;
        -o-animation-duration: 0.5s;
    }

    .grid--uniform .animated:nth-child(1) {
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
    }

    .grid--uniform .animated:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        -moz-animation-delay: 0.2s;
        -o-animation-delay: 0.2s;
    }

    .grid--uniform .animated:nth-child(3) {
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
    }

    .grid--uniform .animated:nth-child(4) {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        -o-animation-delay: 0.4s;
    }

    .grid--uniform .animated:nth-child(5) {
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        -o-animation-delay: 0.5s;
    }

    .grid--uniform .animated:nth-child(6) {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
    }

    .grid--uniform .animated:nth-child(7) {
        -webkit-animation-delay: 0.7s;
        -moz-animation-delay: 0.7s;
        -o-animation-delay: 0.7s;
    }

    .grid--uniform .animated:nth-child(8) {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        -o-animation-delay: 0.8s;
    }

    .grid--uniform .animated:nth-child(9) {
        -webkit-animation-delay: 0.9s;
        -moz-animation-delay: 0.9s;
        -o-animation-delay: 0.9s;
    }

    .grid--uniform .animated:nth-child(10) {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
    }

    .grid--uniform .animated:nth-child(11) {
        -webkit-animation-delay: 1.1s;
        -moz-animation-delay: 1.1s;
        -o-animation-delay: 1.1s;
    }

    .grid--uniform .animated:nth-child(12) {
        -webkit-animation-delay: 1.2s;
        -moz-animation-delay: 1.2s;
        -o-animation-delay: 1.2s;
    }

    .grid--uniform .animated:nth-child(13) {
        -webkit-animation-delay: 1.3s;
        -moz-animation-delay: 1.3s;
        -o-animation-delay: 1.3s;
    }

    .grid--uniform .animated:nth-child(14) {
        -webkit-animation-delay: 1.4s;
        -moz-animation-delay: 1.4s;
        -o-animation-delay: 1.4s;
    }

    .grid--uniform .animated:nth-child(15) {
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
        -o-animation-delay: 1.5s;
    }

    .grid--uniform .animated:nth-child(16) {
        -webkit-animation-delay: 1.6s;
        -moz-animation-delay: 1.6s;
        -o-animation-delay: 1.6s;
    }

    .grid--uniform .animated:nth-child(17) {
        -webkit-animation-delay: 1.7s;
        -moz-animation-delay: 1.7s;
        -o-animation-delay: 1.7s;
    }

    .grid--uniform .animated:nth-child(18) {
        -webkit-animation-delay: 1.8s;
        -moz-animation-delay: 1.8s;
        -o-animation-delay: 1.8s;
    }

    .grid--uniform .animated:nth-child(19) {
        -webkit-animation-delay: 1.9s;
        -moz-animation-delay: 1.9s;
        -o-animation-delay: 1.9s;
    }

    .grid--uniform .animated:nth-child(20) {
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
        -o-animation-delay: 2s;
    }

    .grid--uniform .animated:nth-child(21) {
        -webkit-animation-delay: 2.1s;
        -moz-animation-delay: 2.1s;
        -o-animation-delay: 2.1s;
    }

    .grid--uniform .animated:nth-child(22) {
        -webkit-animation-delay: 2.2s;
        -moz-animation-delay: 2.2s;
        -o-animation-delay: 2.2s;
    }

    .grid--uniform .animated:nth-child(23) {
        -webkit-animation-delay: 2.3s;
        -moz-animation-delay: 2.3s;
        -o-animation-delay: 2.3s;
    }

    .grid--uniform .animated:nth-child(24) {
        -webkit-animation-delay: 2.4s;
        -moz-animation-delay: 2.4s;
        -o-animation-delay: 2.4s;
    }

    .grid--uniform .animated:nth-child(25) {
        -webkit-animation-delay: 2.5s;
        -moz-animation-delay: 2.5s;
        -o-animation-delay: 2.5s;
    }

    .grid--uniform .animated:nth-child(26) {
        -webkit-animation-delay: 2.6s;
        -moz-animation-delay: 2.6s;
        -o-animation-delay: 2.6s;
    }

    .grid--uniform .animated:nth-child(27) {
        -webkit-animation-delay: 2.7s;
        -moz-animation-delay: 2.7s;
        -o-animation-delay: 2.7s;
    }

    .grid--uniform .animated:nth-child(28) {
        -webkit-animation-delay: 2.8s;
        -moz-animation-delay: 2.8s;
        -o-animation-delay: 2.8s;
    }

    .grid--uniform .animated:nth-child(29) {
        -webkit-animation-delay: 2.9s;
        -moz-animation-delay: 2.9s;
        -o-animation-delay: 2.9s;
    }

    .grid--uniform .animated:nth-child(30) {
        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
        -o-animation-delay: 3s;
    }

    .index-sections .shopify-section:last-child {
        margin-bottom: 0;
    }

    .index-sections .shopify-section {
        margin-bottom: 30px;
    }

    @media print {
        p {
            orphans: 3;
            widows: 3;
        }

        body {
            background-color: white;
            color: black;
        }
    }
}

/*! CSS Used from: https://www.2uul.com/cdn/shop/t/6/assets/eoshhidepricecart.css?v=75989624518967307641619689508 ; media=all */
@media all {

    .product__prices,
    .product__price {
        opacity: 0;
    }
}

/*! CSS Used from: Embedded */
#HeaderLogoWrapper {
    max-width: 200px !important;
}

/*! CSS Used keyframes */
@-webkit-keyframes slide-up-animation {
    0% {
        opacity: 0;
        transform: translateY(1000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-up-animation {
    0% {
        opacity: 0;
        transform: translateY(1000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: Helvetica;
    font-weight: 400;
    font-style: normal;
    src: url("/font/helvetica_n4.woff2") format("woff");
}

@font-face {
    font-family: Helvetica;
    font-weight: 700;
    font-style: normal;
    src: url("/font/helvetica_n7.woff2") format("woff");
}

@font-face {
    font-family: Helvetica;
    font-weight: 400;
    font-style: oblique;
    src: url("https://www.2uul.com/cdn/fonts/helvetica/helvetica_o4.f9832a0fc1ee8fc5a359636e410d6941e1e4ca03.woff2?h1=MnV1bC5jb20&hmac=1d00c9bfa71bd07e2d3301f47c01e8bd391ceda50de9cf37146767af0eeef7f8") format("woff2"), url("https://www.2uul.com/cdn/fonts/helvetica/helvetica_o4.0063286aec443697ebae04eeb9c78b820f9f7805.woff?h1=MnV1bC5jb20&hmac=871a46abba8bb2974c8fe4dbaaf65c7958cf46c906ef3d43403e230829703e90") format("woff");
}

@font-face {
    font-family: Helvetica;
    font-weight: 700;
    font-style: oblique;
    src: url("https://www.2uul.com/cdn/fonts/helvetica/helvetica_o7.215fd4ca1a06214fa01e44328a1992c977700ea2.woff2?h1=MnV1bC5jb20&hmac=25a1077705fa4dd62363eb96fffcdc341958bd2a2a38a866c7123c82bdb8159e") format("woff2"), url("https://www.2uul.com/cdn/fonts/helvetica/helvetica_o7.b0a2026ae2aa64d060f9ce0ee1b3c3c1aa21bf88.woff?h1=MnV1bC5jb20&hmac=7409c1f057c147a241e19d0919c028be86b22c6e7920d24813eca73a09c80fa8") format("woff");
}

@font-face {
    font-family: Burlingame;
    font-weight: 400;
    font-style: normal;
    src: url("/font/burlingame_n4.woff2") format("woff");
}

@font-face {
    font-family: Burlingame;
    font-weight: 700;
    font-style: normal;
    src: url("https://www.2uul.com/cdn/fonts/burlingame/burlingame_n7.913bb1f75338275a4d4bb688a6be98654ed59ca5.woff2?h1=MnV1bC5jb20&hmac=a31222e96dbf5355725796e67bc6e5bc9a9b5e1cede71e7fbc657653f0fd08ee") format("woff2"), url("https://www.2uul.com/cdn/fonts/burlingame/burlingame_n7.7919b4f8376d5a95a92094db231b78bb84bec584.woff?h1=MnV1bC5jb20&hmac=a2244010d3e95f82e3b937562f36a28d165e79ae000caac2f60a20a0e3e27ac7") format("woff");
}
/*! CSS Used from: https://www.2uul.com/cdn/shop/t/6/assets/theme.scss.css?v=109835071263547281901674768362 ; media=all */
@media all {
    button {
        color: inherit;
        font: inherit;
        margin: 0;
    }

    button {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    button {
        -webkit-appearance: button;
        cursor: pointer;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    button {
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
    }

    button {
        cursor: pointer;
    }

    .icon__fallback-text {
        position: absolute !important;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

    @media only screen and (min-width: 750px) {
        .medium-up--hide {
            display: none !important;
        }
    }

    button {
        font-size: 14px;
        font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
        font-style: normal;
        font-weight: 400;
        color: #333333;
        line-height: 1.6;
    }

    .mobile-menu-icon {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        width: 33.3px;
        height: 25px;
        display: block;
        position: relative;
        margin: 20px auto;
        color: #333333;
        background: none;
        border: 0;
        outline: none;
    }

    .mobile-menu-icon .line {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -ms-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #333333;
        border-radius: 5px;
        opacity: 1;
        left: 0;
    }

    .mobile-menu-icon .line:nth-child(1) {
        top: 0;
    }

    .mobile-menu-icon .line:nth-child(2),
    .mobile-menu-icon .line:nth-child(3) {
        top: 10px;
    }

    .mobile-menu-icon .line:nth-child(4) {
        top: 20px;
    }

    .mobile-menu-icon.open .line:nth-child(1) {
        top: 10px;
        width: 0%;
        left: 50%;
    }

    .mobile-menu-icon.open .line:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .mobile-menu-icon.open .line:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    .mobile-menu-icon.open .line:nth-child(4) {
        top: 10px;
        width: 0%;
        left: 50%;
    }
}

